* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "MaxPro", sans-serif;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0 !important;
}

.title {
    margin-bottom: 3rem;
}

.title h2 {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 900;
}


.projects,
.referances,
.services {
    padding: 70px 0;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex !important;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    z-index: 4;
    padding: 30px 100px;
    transition: 0.2s;
}
.licences img {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 15px;
    margin-right: 0 !important;
}
nav.scroll {
    background-color: white;
    box-shadow: 0px 8px 16px 6px #1219261a;
}

nav.scroll a {
    color: black !important;
}

nav.scroll .logo img {
    filter: none;
}

nav .logo {
    display: flex;
    align-items: center;
}

nav .logo img {
    filter: grayscale(100) brightness(100);
}

nav .rightSide {
    display: flex;
    align-items: center;
}

nav .rightSide .links {
    display: flex;
    align-items: center;
}

nav .rightSide .links .linkItem {
    color: white;
    margin-left: 34px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.2s ease;
}

nav .rightSide .links .linkItem:hover {
    opacity: 0.5;
}

nav .rightSide .contact {
    display: flex;
    align-items: center;
    margin-left: 30px;
    background-color: #035b8d;
    border-radius: 25px;
    padding-left: 20px;
    cursor:pointer;
}

nav .rightSide .contact span {
    margin: 0 5px;
    color: white;
    font-size: 12px;
    line-height: 1;
    width:max-content;
}

nav .rightSide .contact .callImg {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #054a72;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .rightSide .contact .callImg img {
    width: 25px;
    height: 25px;
}

nav .rightSide .menuButton {
    display: none;
}

.proposal_modal .modal-content {
    border-radius: 10px;
    padding: 40px 40px 100px;
    position: relative;
}

.proposal_modal .modal-content .modal-header {
    border-bottom: none;
}

.proposal_modal .modal-content .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.proposal_modal .modal-content form input,
.proposal_modal .modal-content form textarea {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 2px solid #e6ecf2;
    border-radius: 4px;
    transition: 0.2s;
}

.proposal_modal .modal-content form input:focus,
.proposal_modal .modal-content form textarea:focus {
    border: 2px solid #28a745;
    outline: none;
}

.proposal_modal .modal-content form textarea {
    height: 160px;
}

.proposal_modal .modal-content form button {
    background: #28a745;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    transition: 0.2s ease;
    padding: 0 26px;
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 500;
    border: none;
}

.proposal_modal .modal-content form button:hover {
    background-color: #1e7e34;
}

#carouselExampleControls {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#carouselExampleControls .sliderBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 100px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

#carouselExampleControls .sliderBottom .copy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

#carouselExampleControls .sliderBottom .social {
    display: flex;
}

#carouselExampleControls .sliderBottom .social a {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#carouselExampleControls .sliderBottom .social a i {
    color: white;
}

#carouselExampleControls .sliderBottom .social a:hover {
    background-color: #28a745;
}

#carouselExampleControls .carousel-inner {
    position: relative;
}

#carouselExampleControls .carousel-inner .carousel-item img {
    height: 110vh;
    -o-object-fit: cover;
    object-fit: cover;
    /*-webkit-animation: translate 10s forwards;*/
    /*animation: translate 10s forwards;*/
}

@-webkit-keyframes translate {
    to {
        transform: translateY(-10vh);
    }
}

@keyframes translate {
    to {
        transform: translateY(-10vh);
    }
}

#carouselExampleControls .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-50%, -50%);
    display: flex;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: rgb(0 0 0 / 27%); 
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

#carouselExampleControls .carousel-inner .carousel-item .carousel-caption h1 {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -3px;
    position: relative;
    margin: 0;
    color: white;
    text-transform: uppercase;
}

#carouselExampleControls .carousel-inner .carousel-item .carousel-caption .line {
    height: 10px;
    width: 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    margin: 15px 0;
    position: relative;
}

#carouselExampleControls .carousel-inner .carousel-item .carousel-caption .line::after {
    background-color: rgba(255, 255, 255, 0.7);
    height: 1px;
    width: 100px;
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

#carouselExampleControls .carousel-inner .carousel-item .carousel-caption .line::before {
    background-color: rgba(255, 255, 255, 0.7);
    height: 1px;
    width: 100px;
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

#carouselExampleControls .carousel-inner .carousel-item .carousel-caption p {
    text-shadow: 1px 1px 0px #252525;
    max-width: 500px;
}

#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
}

#carouselExampleControls .carousel-control-prev .carousel-control-prev-icon,
#carouselExampleControls .carousel-control-prev .carousel-control-next-icon,
#carouselExampleControls .carousel-control-next .carousel-control-prev-icon,
#carouselExampleControls .carousel-control-next .carousel-control-next-icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-image: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
}

#carouselExampleControls .carousel-control-prev .carousel-control-prev-icon i,
#carouselExampleControls .carousel-control-prev .carousel-control-next-icon i,
#carouselExampleControls .carousel-control-next .carousel-control-prev-icon i,
#carouselExampleControls .carousel-control-next .carousel-control-next-icon i {
    color: #000;
    font-size: 20px;
}

#carouselExampleControls .carousel-control-prev .carousel-control-prev-icon:hover,
#carouselExampleControls .carousel-control-prev .carousel-control-next-icon:hover,
#carouselExampleControls .carousel-control-next .carousel-control-prev-icon:hover,
#carouselExampleControls .carousel-control-next .carousel-control-next-icon:hover {
  box-shadow: 0 0 0 3px #fff, 0 5px 30px 0 #00000040;
}

#carouselExampleControls .carousel-control-prev:hover .carousel-control-prev-icon {
    opacity: 1;
}

#carouselExampleControls .carousel-control-next:hover .carousel-control-next-icon {
    opacity: 1;
}

#carouselExampleControls:hover .carousel-control-prev,
#carouselExampleControls:hover .carousel-control-next {
    opacity: 1;
}

.about {
    padding: 50px 0;
    text-align: center;
    background-color: #F8F9FA;
}

.about .advantages {
    margin: 30px auto;
}

.about .advantages .row>div .advantage {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
}

.about .advantages .row>div .advantage img {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
    width: 45px;
}

.about a {
    text-align: center;
    color: #767676;
    transition: 0.2s ease;
}

.about a:hover {
    text-decoration: none;
    opacity: 0.5;
    color: #767676;
}

.about a:hover img {
    transform: translateX(10px);
}

.about a img {
    margin-left: 10px;
    filter: grayscale(1);
}

.about a img {
    transition: 0.2s ease;
}


.box {
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  height:400px;
}
.box:hover img {
  transform: scale(1.2);
}
.box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  font-size: 20px;
  text-transform: uppercase;
}
.box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}

.projects {
    background-color: #F8F9FA;
}

.projects .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projects .title h2 {
    margin: 0;
    line-height: 1;
}

.projects .title a {
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    color: #767676;
    transition: 0.2s ease;
}

.projects .title a img {
    margin-left: 10px;
    filter: grayscale(1);
}

.projects .title a:hover {
    opacity: 0.5;
}

 .project {
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
    position:relative;
}

 .project:hover {
    background-color: white;
}

 .project img {
     height:250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

 .project p {
    text-align: center;
    font-size: 14px;
    padding: 14px;
    margin-bottom: 0 !important;
}

.project .cooperation{
      position: absolute;
    right: 10px;
    top: 10px;
    background-color: #f1a837;
    font-size: 14px;
    color: white;
    padding: 1px 10px;
    border-radius: 4px;
}

.project-col a {
    color:black;
}
.project-col a:hover {
    color:black;
}


.referances {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.referances .referance_col .referance {
    text-align: center;
    cursor: pointer;
}

.referances .referance_col .referance:hover span {
    color: #000000;
}

.referances .referance_col .referance .referance_logo {
    margin-bottom: 15px;
 
    background-color: #F8F9FA;
}

.referances .referance_col .referance .referance_logo img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
 height: 162px;
       padding: 35px;
}

.referances .referance_col .referance span {
    color: gray;
    transition: 0.2s ease;
}

.whatsApp {
    background: linear-gradient(rgba(25, 139, 50, 0.7), rgba(25, 139, 50, 0.7)) , url("../img/wh.png");
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
}



.whatsApp .text {
    color: #fff;
}

.whatsApp .text h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.whatsApp .text span {
    font-size: 16px;
}

.whatsApp button {
    text-decoration: none;
    background-color: #fff;
    font-weight: bold;
    padding: 16px;
    font-size: 16px;
    color: #606160;
    border-radius: 4px;
    transition: 0.3s ease;
    border: none;
    letter-spacing: 1px;
}
.whatsApp .proposalBtn{
    display:flex;
    justify-content:flex-end;
        align-items: center;
}

.whatsApp button:hover {
    color: white;
    background-color: #5bc873;
    text-decoration: none;
}

.whatsApp .text,
.whatsApp button {
    z-index: 3;
}


footer {
    background-color: #222222;
    padding-top: 48px;
}

footer .top {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 12px;
}
footer .top .row{
     padding: 20px 0;  
}
 
footer .top  h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 24px;
}


footer .top a {
    margin-bottom: 14px;
    font-size: 14px;
}

footer .top a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: 0.3s ease;
    display:block;
}

footer .top a:hover {
    color: #fff;
}

footer .bottom {
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 15px;
}

footer .bottom .left_side {
    font-size: 13px;
    display: flex;
    align-items: center;
}

footer .bottom .left_side .okmedia {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin-left: 20px;
}

footer .bottom .left_side .okmedia img {
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}

footer .bottom .left_side .okmedia img:hover {
    filter: grayscale(1);
}

footer .bottom .left_side .logo-footer img {
    filter: grayscale(100) brightness(100);
    margin-right:10px;
}

footer .bottom .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .bottom .social a {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.5);
}

footer .bottom .social a:hover {
    color: #fff;
}

footer .bottom .social a i {
    font-size: 20px;
}

@media only screen and (max-width: 992px) {
   .whatsApp .text h3 {
    font-size: 30px;
   }
    
 .services #dle-content{
    grid-template-columns: 1fr 1fr 1fr  !important;
    grid-template-rows: 150px 150px 150px 150px 150px 150px 150px !important;
  }
  .box:nth-child(14) {
    grid-column: 2/3;
    grid-row: 5/7;
  }

  
  
    .sliderBottom {
        padding: 50px !important;
    }


    .advantages {
        margin-bottom: 0 !important;
    }

    .title h2 {
        font-size: 18px;
    }

    footer .social {
        justify-content: center !important;
    }

    footer .left_side {
        justify-content: center;
    }
   

}

@media only screen and (max-width: 1200px) and (min-width: 992px){
       .about .advantages .row>div .advantage {
        min-height:167px;
    }
}


@media only screen and (max-width: 1500px){
    nav{
        padding: 30px 40px;
    }
    nav .rightSide .links .linkItem{
        margin-left: 15px;
    }
    nav .rightSide .contact{
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1200px) {

nav .mobile_lang {
    display: block !important;
        order: -1;
  }
  nav .nav-item .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding: 20px 0;
  }
  nav .mobile_lang {
    margin: 0 20px;
  }
  nav .mobile_lang ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    text-transform: uppercase;
  }
  nav .mobile_lang ul li {
    margin: 0 12px;
  }
  nav .mobile_lang ul li a {
    color: black;
    transition: 0.2s ease;
  }
  nav .mobile_lang ul li:hover a {
    color: #28a745;
  }
  nav .mobile_lang ul li.active_language a {
    color: #28a745;
  }
nav .language {
    display: none !important;
  }
    nav {
        padding: 30px 50px;
    }

    nav .rightSide .links {
        position: absolute;
        height: 100vh;
        width: 70%;
        top: -100vh;
        right: 0;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        padding: 0 50px;
    }

    nav .rightSide .links.opened {
        top: 0;
    }

    nav .rightSide .links .linkItem {
        display: block;
        margin: 20px 0;
        color: black;
        border-bottom: 2px solid lightgray;
        padding: 10px 0;
        font-weight: 400;
        transition: 0.2s ease;
        position: relative;
    }

    nav .rightSide .links .linkItem::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -2px;
        height: 2px;
        width: 0;
        background-color: #035b8d;
        transition: 2s ease;
    }


    nav .rightSide .links .linkItem:hover::after {
        width: 100%;
    }

    nav .rightSide .contact {
        display: flex !important;
        margin-left: 0;
        margin: 0 auto 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        order: -1;
    }

    nav .rightSide .menuButton {
        display: flex;
        align-items: center;
        margin-left: 20px;
        color: white;
    }

    nav .rightSide .menuButton .menuIcon {
        cursor: pointer;
        margin-left: 10px;
        background-color: #035b8d;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 1;
        transition: 0.5s ease;
    }

    nav .rightSide .menuButton .menuIcon span {
        width: 18px;
        height: 2.5px;
        background-color: #fff;
        display: block;
        margin: 3px 0;
        transition: 0.5s ease;
    }

    nav .rightSide .menuButton .menuIcon span.rotated {
        display: none;
    }

    nav .rightSide .menuButton .menuIcon.open {
        transform: rotate(360deg);
    }

    nav .rightSide .menuButton .menuIcon.open span {
        position: absolute;
    }

    nav .rightSide .menuButton .menuIcon.open span:nth-child(3) {
        transform: rotate(45deg) scaleX(1.5);
        margin: 0;
    }

    nav .rightSide .menuButton .menuIcon.open span:nth-child(1) {
        transform: rotate(-45deg) scaleX(1.5);
        margin: 0;
    }

    nav .rightSide .menuButton .menuIcon.open span:nth-child(2) {
        display: none;
    }


    .referances .row {
        justify-content: center;
    }
    nav .rightSide .contact{
        display:none;
    }
 
}

@media only screen and (max-width: 768px) {
    .licences img{width:100%;margin-bottom:15px;}
    .whatsApp .text h3 {
    font-size: 25px;
   }
    
    .carousel-control-next-icon,.carousel-control-prev-icon{
     width: 35px !important;
    height: 35px !important;
    font-size:12px !important;
    }
    
    
    nav {
        padding: 30px 20px;
    }

    .carousel-caption h1 {
        font-size: 18px !important;
        letter-spacing: -1px !important;
        padding: 0 25px !important;
    }

    .carousel-caption p {
        display: none;
    }

    #carouselExampleControls {
        height: 300px;
    }

    #carouselExampleControls .carousel-item img {
        height: 330px !important;
    }

    @-webkit-keyframes translate {
        to {
            transform: translateY(-30px);
        }
    }

    @keyframes translate {
        to {
            transform: translateY(-30px);
        }
    }

    #carouselExampleControls .sliderBottom {
        display: none;
    }

    .about p {
        padding: 0 20px;
    }

    .projects .title a {
        font-size: 11px;
    }

    footer .top li {
        margin-bottom: 7px !important;
    }

    footer .bottom .left_side {
        flex-direction: column;
    }

    footer .bottom .left_side>* {
        margin-bottom: 20px;
    }

    footer .social {
        justify-content: center !important;
        margin-bottom: 20px;
    }

    .referance .referance_logo {
        padding: 20px 10px !important;
    }

    .referance .referance_logo img {
        max-height: 70px !important;
         padding:0 !important;
    }


    .titleStatic img {
        display: none;
    }

    .titleStatic .container .text h1 {
        font-size: 40px;
    }
 .titleStatic .container .text h2 {
        font-size: 20px;
    }
    .titleStatic .container .text p {
        font-size: 14px;
    }
     .main .part {
              padding: 40px 30px;
      }
    
    .main .part .text h2 {
          font-size: 30px;
    }
}

@media only screen and (max-width: 567px){
       .about .advantages .row>div .advantage {
        min-height:167px;
    }
}
.projects #dle-content, .services #dle-content{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.contactStatic {
 background-color: rgba(0, 0, 0, 0.03);
  padding: 70px 0;
}
.contactStatic h2 {
  font-weight: 700;
    margin-bottom: 3rem;
}
.contactStatic h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contactStatic .formCol,
.contactStatic .info {
  padding: 44px 64px 48px 44px;
  background: white;
  border-radius: 10px;
  box-shadow: #0000001f 0px 1px 2px 0px;
}
.contactStatic .inputGroup {
  margin-bottom: 30px !important;
}


.contactStatic input,
.contactStatic textarea {
  height: 55px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  padding: 20px;
  border: 1px solid #e6ecf2;
  border-radius: 4px;
  width: 100%;
}
.contactStatic textarea {
  height: 200px;
  margin-bottom: 40px;
}
.contactStatic .btn {
  border: 2px solid transparent;
  background: #035b8d;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: white;
  padding: 11px 85px;
}
.contactStatic .btn:hover {
  opacity: 0.9;
}
.contactStatic .info span {
  display: block;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 26px;
  line-height: 25px;
}
.contactStatic .info{
    padding:12px 16px;
}
.contactStatic .info span:first-child {
  background-color: whitesmoke;
  position: relative;
}
.contactStatic .info span:first-child::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: #035b8d;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  left: -16px;
}

.titleStatic {
    background-color: #22427d;
    width: 100%;
    color: white;
    margin-top: 100px;
}

.titleStatic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 88px 15px;
}

.titleStatic .container .text {
    max-width: 700px;
}

.titleStatic .container .text h1 {
    line-height: 1.14;
    font-size: 56px;
    margin-bottom: 23px;
    font-weight: 700;
}

.titleStatic .container .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
}

.titleStatic .container .text p a {
    color: white;
}

.main {
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.main .part {
    padding: 80px 32px 80px 64px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, 0.08);
}

.main .part img {
    margin-right: 56px;
}

.main .part .text h2 {
    margin-bottom: 32px;
    font-weight: 700;
    line-height: 1.14;
    font-size: 56px;
}

.main .part .text p {
    font-size: 18px;
    line-height: 1.56;
    font-weight: 400;
}



.owl-carousel {
  position: relative;
  margin:100px 0;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 0 !important;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  transition: 0.2s ease;
  margin: 0 !important;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  font-size: 100px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
}
.owl-carousel .owl-dot.active span {
  background-color: #0090d4 !important;
}
.owl-item img{
    height:350px !important;
      -o-object-fit: cover;
     object-fit: cover;
     margin:0 !important;
}
.owl-carousel {
        height:350px !important;
}
.owl-dots{
   margin-top:20px;
}
.owl-stage-outer{
    height: 100% !important;
}

.pagination{
    justify-content: center;
    margin-top: 40px;
}
.pagination span{
       background: #0101014a;
       color:white;
}
.pagination span,.pagination a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: 5px;
         
}
.pagination a{
        background:#035b8d;
        color:white;
        opacity:.8;
            transition: all .2s ease;
}
.pagination a:hover{
     opacity:1;
     color:white !important;
}

@media (min-width: 1200px)
{
footer .col-xl-2 {
    flex: 0 0 20% ;
    max-width: 20%;
}
    .container{
        max-width: 1350px !important;
    }
    
}
@media (min-width: 1200px){

.referances .col-xl-2 {
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
}
}

.carousel-caption .detail{
    background-color:white;
  color:black;
    border: none;
    padding: 10px 40px;
    border-radius: 4px;
    margin-top: 10px;
        transition: 0.3s ease;
}
.carousel-caption .detail:hover{
    opacity:0.8;
}


nav .rightSide .language {
  position: relative;
  margin-left: 20px;
}

nav .rightSide .language:hover .language_item:not(.active) {
  top: 100%;
    border-top-left-radius: 0;
  border-top-right-radius: 0;
}

nav .rightSide .language:hover .language_item.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
nav .rightSide .language .language_item {
  cursor: pointer;
  background-color: #eeeeee;
  width:40px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items:center;
}
nav .rightSide .language .language_item img{
     width:16px;
  height:16px;
}
nav .rightSide .language .language_item:not(.active) {
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 50px;
}
nav .rightSide .language .language_item.active {
  position: relative;
  transition: border-radius 0.2s;
  z-index: 2;
  border-radius: 50px;
}
nav .mobile_lang{
  display: none;
}




.serviceCarousel .owl-item{
    background:white !important;
}

.serviceCarousel .owl-item img.contain{
    object-fit:contain;
}
