 *:not(i) {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    font-family: "Gilroy", Arial, sans-serif !important;
  }
  
  body {
    padding-top: 44px;
  }
  
  :focus {
    outline: none;
  }
  .highslide video {
      border-radius:10px;
  }
  ::-moz-selection {
    background-color: black;
    color: white;
  }
  
  ::selection {
    background-color: black;
    color: white;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  button:focus {
    outline: none !important;
  }
  
  header {
    position: absolute;
    z-index: 999;
    top: 0;
    background: transparent;
    transition: 0.3s ease-in-out;
    width: 100%;
    right: 0;
  }
  
  header .header-top {
    background-color: #fff;
    padding: 10px 0;
  }
  
  header .header-top .left-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  header .header-top .left-menu .languages ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  
  header .header-top .left-menu .languages ul li {
    margin-right: 10px;
  }
   .languages ul li.active a{
    font-weight: 700;
    opacity: 0.7;
  }
 .languages ul li a {
    padding: 10px 0;
    opacity: 0.5;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 12px;
    margin-right: 10px;
  }
   .header-bottom .languages ul li a{
       font-size:13px !important;
   }
  .sticky {
    box-shadow:0 2px 25px rgb(0 0 0 / 5%);
    transition: all 0.4s ease;
    animation: smoothScroll 1s;
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
   
  }
  .sticky .mainpage{
      display:none !important;
  }
   .languages ul li::after {
    content: "|";
    margin-right: 7px;
    display: inline;
    font-size: 13px;
  }
  
   .languages ul li:hover a {
    color: #21c46b;
    text-decoration: none;
  }
  
   
  
  header .header-top .left-menu nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  header .header-top .left-menu nav ul li {
    margin-right: 20px;
    transition: color 0.3s;
  }
  
  header .header-top .left-menu nav ul li a {
    padding: 10px 0;
    color: #272727;
    transition: color 0.3s;
    font-size: 14px;
  }
  
  header .header-top .left-menu nav ul li:hover a {
    opacity: 0.6;
  }
  
  header .header-top .right-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom:0;
  }
  
  header .header-top .right-menu ul li {
    transition: color 0.3s;
  }
  
  header .header-top .right-menu ul li a ,  header .header-bottom .sticky-lang .price-offer {
    padding: 10px 0;
    color: #4c89c8;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 700;
  }
    header .header-top .right-menu ul li a.price-offer  {
        color:#4c89c8 ;
    }
     header .header-bottom .sticky-lang .price-offer{
         border-radius:20px;
         color:white !important;
         background:#0a5bac;
         padding:15px 20px;
         transition:0.3s background;
     }
          header .header-bottom .sticky-lang .price-offer:hover{
              background:#3573b5;
          }
  header .header-top .right-menu ul li:hover a {
    opacity: 0.6;
  }
  
  header .header-top .right-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
  
  header .header-top .right-menu ul .call-us a {
    color: #21c46b;
    font-size: 14px;
    font-weight: 500;
  }
  
  header .header-bottom {
    padding: 10px 0;
    white-space:nowrap;
  }
  
  header .header-bottom .row {
    align-items: center;
  }
  header .header-bottom .sticky-lang{
      display:none;
  }
   
   header .header-bottom.sticky .sticky-lang{
      display:block !important;
     
  }
  header .header-bottom .header-logo img {
     filter: brightness(100) grayscale(100);
     width:100%;
  }
  
  header .header-bottom nav:not(.mobile-nav) ul {
    display: flex;
     justify-content: space-between;
    align-items: center;
  }
  /*.offset-2 li a{*/
  /*    margin-right:17px;*/
  /*}*/
  .offset-2{
      margin-bottom:0px;
  }
  .offset-2 li {
      margin-right:0px;
  }
  .col-md-9  {
      padding-right:0px;
  }
  header .header-bottom.sticky nav:not(.mobile-nav) ul.offset-2{
      margin-left:0 ;
      width:100%;
      white-space:nowrap;
      
  }
  header .header-bottom nav ul:not(.nav-drop) li {
    
    transition: all 0.2s;
  }
  header .sticky .header-logo img{
    width: 200px !important;
    filter:unset;
  }
  header .header-bottom nav ul li.drop-open{
    position: relative;
  }
  header .header-bottom nav ul li.drop-open:hover .nav-dropdown {
    visibility: visible;  
    opacity: 1;
    transform: scaleY(1);
  }
  header .header-bottom nav ul li .nav-dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width:fit-content;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s;
    border-radius: 13px;
    overflow: hidden;
    display: block;
    flex-direction: column !important;
    justify-content:unset;
   }
   header .header-bottom nav ul li .nav-dropdown   li{
     margin: 0;
   }
   header .header-bottom nav ul li .nav-dropdown   li a{
    display: block;
    padding: 10px 20px;
    color: #000;
    margin: 10px;
    border-radius: 8px;
    font-size: 15px;
   }
   header .header-bottom nav ul li .nav-dropdown   li a:hover{
    background-color: #f5f5f5;
  }
  header .header-bottom.sticky nav:not(.mobile-nav) ul li a{
    color: #000; 
  }
  header .header-bottom nav ul:not(.nav-drop) li a {
    padding: 10px 0;
    color: #fff;
    transition: color 0.3s;
    font-size: 15px;
  }
  
  header .header-bottom nav ul:not(.nav-drop) li:not(:first-child):hover a {
    opacity: 0.6;
  }
  
  .slider-section .carousel .carousel-item {
    height: calc(100vh - 44px);
  }
  
  .slider-section .carousel .carousel-item .carousel-caption {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding-top: 100px;
  }
  
  .slider-section .carousel .carousel-item .carousel-caption h1,
  .slider-section .carousel .carousel-item .carousel-caption h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 70px;
    letter-spacing: -3px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0px 1px 6px rgb(116 116 116);
    width: 100%;
    font-weight: 900;
    transform: skewY(20deg);
    -webkit-transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -o-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
  }
     @media only screen and (max-width: 768px) {
         .slider-section .carousel .carousel-item .carousel-caption h2 {
              font-size: 35px !important;
          }
          .cs-breadcrumb h1 {
    font-size:25px !important;
}
.cs-breadcrumb .left-side i {
    width:30px !important;
    height:30px !important;
    font-size:15px;
}
   .languages ul li::after {
    content: " ";
  }
  
   }
  .slider-section .carousel .carousel-item .carousel-caption a {
    background: #f6b042;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-weight: 700;
  }
  
  .slider-section .carousel-control-prev,
  .slider-section .carousel-control-next {
    color: #000;
    display: none;
  }
  
  .slider-section .carousel .carousel-inner:hover .carousel-control-prev,
  .slider-section .carousel .carousel-inner:hover .carousel-control-next {
    display: flex;
  }
  
  .slider-section .carousel .carousel-item .carousel-caption .btn-home:hover {
    background: #eaa13a;
    text-decoration: none;
  }
  
  .slider-section .carousel-control-next span:first-child,
  .carousel-control-prev span:first-child {
    height: 48px;
    width: 48px;
    /* z-index: 10; */
    cursor: pointer;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    box-shadow: 0 0 0 0 #fff, 0 5px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 50%;
    text-align: center;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
  
  .slider-section .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    color: #000;
  }
  
  .slider-section .carousel .carousel-item .carousel-caption p {
    color: #fff;
    font-size: 22px;
    transform: skewY(20deg);
    -webkit-transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -o-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    margin-bottom: 80px;
    text-shadow: 0px 1px 6px rgb(116 116 116);
  }
  
  
  .slider-section .carousel .carousel-item .slider-overlay {
    content: "";
    height: 100%;
    width: 100%;
    background: black;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .3;
  }
  
  .slider-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .advantages {
    background: #f6f6f6;
    padding: 40px 0 30px 0;
  }
  
  .advantages .advantage-content {
    position: relative;
    z-index: 1;
  }
  
  .advantages .advantage-content::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/advantage-background-image.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
  }
  
  .advantages .advantage-content .box-wrapper {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
  }
  
  .advantages .advantage-content .box-wrapper .advantage-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px;
    flex-wrap: nowrap;
    border-radius: 16px;
    background-color: #fff;
    width:25%;
    height:120px;
  }
  
  .advantages .advantage-content .box-wrapper .advantage-box:hover {
    box-shadow: 0 0 24px rgba(51, 51, 51, 0.08), 0 0 2px rgba(51, 51, 51, 0.08);
  }
  
  .advantages .advantage-content .box-wrapper .advantage-box:not(:last-child) {
    margin-right: 30px;
  }
  
  .advantages .advantage-content .box-wrapper .advantage-box span {
    color: #f15044;
    font-size: 40px;
    line-height: 40px;
  }
  
  .advantages .advantage-content .box-wrapper .advantage-box p {
    margin-left: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    font-weight: 500;
  }
  
  .advantages .advantage-content .section-content>div {
    margin-top: 24px;
    padding: 40px  32px 0 32px;
    text-align: center;
  }
  
  .advantages .advantage-content .section-content>div h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .advantages .advantage-content .section-content>div p {
    color: #848484;
    font-size: 14px;
    margin-top: 5px;
    line-height: 28px;
    font-weight: 100;
  }
  
  .section-title h3 {
    font-size: 36px;
    line-height: 45px;
    color: #333;
    font-weight: 700;
    margin-bottom: 27px;
  }
  
  .services {
    padding-top: 70px;
    overflow: hidden;
    background: #0098db;
  }
  
  .services .services-small-container {
    width: 992px;
  }
  
  .services .row {
    flex-wrap: no-wrap;
  }
  
  .services .col-lg-3 {
    padding-right: 4px;
    padding-left: 0;
    margin-top: 4px;
  }
  .services .col-lg-4 {
          padding-right: 10px;
    padding-left: 0;
    margin-top: 10px;
  }
  .services .row>div .services-box {
    background-color: #fff;
    height: 238px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding:30px;
    position: relative;
    bottom: 0;
    transition: 0.5s all;
  }
  
  .services .row>div .services-box h3 {
    color: #272727;
    font-size: 13px;
    text-transform: uppercase;
        text-align: center;
  }
  
  .services .row>div .services-box .icon-service {
    margin-top: 40px;
  }
  
  .services .row>div .services-box .icon-service img {
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .services .row>div .services-box:hover {
    box-shadow: 0 1px 15px -5px #4c3d3d;
    bottom: 20px;
  }
  
  .services .row>div .services-box:not(:last-child) {
    margin-right: 4px;
  }
  
  .services .image-section {
    left: -480px;
    position: relative;
    width: 2800px;
  }
  
  .services .image-section img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 423px;
  }
  
  .projects {
    padding: 80px 0;
    background:url("../img/projects-background-image.jpeg");
        background-repeat: no-repeat;
    background-size: cover;
  }
  
  .projects .projects-title {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
  }

  .projects .click-for-more {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-top: 50px;
  }
  
  .projects .click-for-more a {
    background-color: transparent;
    border: 1px solid #889499;
    color: #889499;
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.4s;
  }
  
  .projects .click-for-more a:hover {
    background-color: #373a42;
    border-color: #373a42;
    color: #fff;
  }
  
  .projects .project-slide .slick-slide {
    opacity: 0.25;
    transition: opacity 0.5s;
  }
  
  .projects .project-slide .slick-slide.slick-active {
    opacity: 1;
  }
  
  .projects .project-slide .slide-box ,  .project-category .slide-box{
    padding: 15px 20px;
    overflow: visible;
    position: relative;
  }
   .project-category .slide-box{
       margin-bottom:15px;
   }
  
  .projects .project-slide .slide-box .absolute-txt, .project-category .slide-box .absolute-txt {
    position: absolute;
    top: 60%;
    left: 45px;
    right: 45px;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 12px;
    padding-bottom: 24px;
    color: #fff;
  }
  
  .projects .project-slide .slide-box .slide-img ,  .project-category .slide-box .slide-img{
    position: relative;
    transition: 0.4s transform;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .projects .project-slide .slide-box .slide-img .img-overlay, .project-category  .slide-box .slide-img .img-overlay{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  .projects .project-slide .slide-box .slide-img::before, .project-category  .slide-box .slide-img::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #373a42;
    opacity: 0.25;
  }
  
  .projects .project-slide .slide-box .slide-img::after, .project-category  .slide-box .slide-img::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    transition: height 0.3s;
  }
  
  .projects .project-slide .slide-box .slide-img img,  .project-category    .slide-box .slide-img img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .projects .project-slide .slide-box .slide-img:hover::after,  .project-category    .slide-box .slide-img:hover::after {
    height: 100%;
  }
  
  .projects .project-slide .slide-box p:not(.absolute-txt), .project-category    .slide-box p:not(.absolute-txt) {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color:#000;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  
  .projects .project-slide .slide-box:hover .slide-img, .project-category    .slide-box:hover .slide-img {
    transform: scale(1.05);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.19);
  }
  
  .projects .project-slide .slick-arrow {
    background: #fafafa;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.3s;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .projects .project-slide .slick-arrow:active {
    background-color: #abadae;
  }
  
  .projects .project-slide .slick-arrow svg {
    fill: #bdc2c6;
    transition: 0.3s fill;
  }
  
  .projects .project-slide .slick-arrow:hover svg {
    fill: #373a42;
  }
  
  .projects .project-slide .slick-prev {
    left: 80px;
  }
  
  .projects .project-slide .slick-next {
    right: 80px;
  }
  
  .social-media {
    padding: 40px 0 80px;
    background: #fff;
  }
  
  .social-media .socical-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .social-media .socical-content h2 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 40px;
    line-height: 39px;
    color: #323232;
  }
  
  .social-media .socical-content p {
    max-width: 780px;
    font-size: 18px;
    color: #535353;
  }
  
  .social-media .social-links {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0 50px;
  }
  
  /* .social-media .social-links .social-item a >span {
    width: 59px;
    height: 59px;
    border-radius: 100%;
  } */
  .social-media .social-item span{
   width: 60px;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: auto;
   border-radius: 100%;
   color: white;
  }
  .social-media .social-item .instagram span{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  .social-media .social-item .facebook span{
    background-color: #3b5998;
  
  }
  
  .social-media .social-item .linkedin span{
    background-color: #0e76a8;
  
  
  }
  
  .social-media .social-item .whatsapp span{
    background-color: #4FCE5D;
  
  
  }
  .social-media .social-item span i{
   font-size: 25px;
  }
  .social-media .social-links .social-item .instagram .social-ttl {
    color: #dc567a;
    background-color: #f8c4d2;
  }
  
  .social-media .social-links .social-item .instagram .social-ttl:hover {
    color: #f7f0fe;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  
  .social-media .social-links .social-item .facebook .social-ttl {
    color: #3b5998;
    background-color: #a6bde663;
  }
  
  .social-media .social-links .social-item .facebook .social-ttl:hover {
    color: #f7f0fe;
    background-color: #3b5998;
  }
  
  .social-media .social-links .social-item .linkedin .social-ttl {
    color: #0e76a8;
    background-color: #daeef8;
  }
  
  .social-media .social-links .social-item .linkedin .social-ttl:hover {
    color: #f7f0fe;
    background-color: #0e76a8;
  }
  
  .social-media .social-links .social-item .whatsapp .social-ttl {
    color: #4fce5d;
    background-color: #d8fcdc;
  }
  
  .social-media .social-links .social-item .whatsapp .social-ttl:hover {
    color: #f7f0fe;
    background-color: #4FCE5D;
  }
  
  .social-media .social-links .social-ttl {
    padding: 0 40px;
    margin-top: 15px;
    width: 180px;
    border-radius: 100px;
    line-height: 40px;
    font-weight: 600;
    transition: background-color 0.3s linear, color 0.3s linear;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
  }
  
  .call-to-action {
    padding: 80px 0;
    background-color: #22c46b;
    
  }
  .call-to-action .marginMedium {
   display: flex;
   justify-content: center;
   align-items: center;
  }
  .call-to-action span{
    color: white;
  }
  .call-to-action .d-flex {
    align-items: center;
  }
  
  .call-to-action .d-flex:last-child {
    justify-content: flex-end;
  }
  
  .call-to-action p {
    font-size: 36px;
    line-height: 38px;
    text-align: left;
    font-weight: 900;
    max-width: 80%;
    color: #ffffff;
  }
  
   
   
  
  .call-to-action .call-to-txt {
    color: #a3a3a3;
    font-weight: 500;
    /* padding-top: 7px; */
  }
  
  .call-to-action button {
    background: none;
    border: none;
    background-color: white;
    color: #33394a;
    line-height: 48px;
    padding: 0 60px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s;
    border-radius: 12px;
  }
  
  .call-to-action button:hover {
    background-color: #33394a;
    color: #ededed;
  }
  
  /* footer section*/
  
  footer {
    background-color: #333a4a;
    padding: 30px 0 20px;
    color: #fff;
  }
  
  footer>div>div:first-child:not(.container) {
    padding-bottom: 20px;
    align-items: center;
  }
  
  footer .footer-logo {
    transition: opacity .3s cubic-bezier(.3, .1, .3, 1);
  }
  
  footer ul {
    display: flex;
  }
  
  footer .footer-logo:hover  {
    opacity: .5;
  }
  
  footer .footer-logo img {
    width: 60px;
    filter: brightness(100) grayscale(100);
  }
  
  footer ul li:not(:last-child) {
    margin-right: 32px;
  }
  
  footer ul li:not(.footer-num):hover a {
    color: #fb4b3b;
  }
  
  footer ul li a {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 1.6px;
    transition: color .3s cubic-bezier(.3, .1, .3, 1);
    color: #8b93a6;
    font-weight: 500;
    padding:10px 0;
  }
  
  footer .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  footer .footer-social a:hover span {
    color: #e25544;
  }
  
  footer .footer-social a:not(:last-child) {
    margin-right: 8px;
  }
  
  footer .footer-social span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 13px;
    background-color: #485268;
    transition: color .3s cubic-bezier(.3, .1, .3, 1);
  
  }
    footer ul li.footer-num a:hover{
        color:#8b93a6;
    }
  footer ul li.footer-num a span{
      color: #21c46b;
    font-size: 12px;
    font-weight: 500;
  }
  footer .footer-bottom {
    border-top: 1px solid #485268;
    background-color: #333a4a;
    padding-top: 20px;
  }
  
  footer .footer-bottom p {
    color: #8b93a6;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 1.6px;
  }
  footer .footer-bottom .offset-5 p{
  text-align:right;
  text-transform: capitalize;
  }
  footer .footer-bottom .offset-5 p a{
   color: inherit;
   text-transform: capitalize;
  }
  @-webkit-keyframes MoveUpDown {
    0% {
      bottom: 20px;
    }
  
    50% {
      bottom: 50px;
    }
  
    100% {
      bottom: 20px;
    }
  }
  
  @keyframes MoveUpDown {
    0% {
      bottom: 20px;
    }
  
    50% {
      bottom: 50px;
    }
  
    100% {
      bottom: 20px;
    }
  }
  .mobile-nav{
    display: none;
  }
  .burger {
    display: none;
  }
  .burger div {
    width: 32px;
    height: 2px;
    background: #4d89c8;
    margin: 8px 0;
    transition: .3s all;
  }
  
  .toggle div {
    margin: 0;
  }
  .toggle,
  .burger div {
    transition: 0.4s all;
  }
  .toggle .line1 {
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .line2 {
    width: 22px !important;
  }
  .toggle .line2 {
    display: none;
  }
  .toggle .line3 {
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .mobile-nav ul li a{
    color: #000 !important;
    }
  
  
  
  /* media query */
  @media (min-width: 992px) {
  
    .projects .slick-list {
      padding-right: 87px;
      padding-left: 87px;
    }
  }
  
  @media only screen and (max-width: 1201px){
      
    header .header-bottom nav ul:not(.nav-drop) li{
        margin: 0;
    }
        .header-top .hideNav, .header-bottom .hideNav{
      display: none !important;
    }
        .burger {
      width: 32px;
      height: 38px;
      display: block !important;
      cursor: pointer;
      z-index: 1000;
      position: relative;
      float:right;
    }
        header .header-bottom .row{
      justify-content: space-between;
    }
  }
  
  @media only screen and (max-width: 992px) {
      
    body{
      overflow-x: hidden;
      position: relative;
    }
    
    .burger {
      width: 32px;
      height: 38px;
      display: block !important;
      cursor: pointer;
      z-index: 1000;
      position: relative;
      float:right;
    }
    
    
    .slider-section .carousel .carousel-item{
      height: 550px;
    }
    .call-us{
    display: none;
  }
  header .header-top .right-menu ul{
      justify-content:flex-end;
  }
    header .header-bottom .row{
      justify-content: space-between;
    }
  
    header .header-bottom .header-logo img {
      width: 150px;
   }
  .mobile-nav{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: -100%;
    z-index: 999;
    background: #ffffff;
  min-height: 100%; 
  transition: 0.3s ;
  width: 80%;
  }
  .mobile-nav ul{
      display: flex;
      justify-content: center !important;
      flex-direction: column;   
      align-items: center;
      height: 100%;
  }
  .mobile-nav ul li{
   padding:12px 0
  } 
  .advantages .advantage-content .section-content>div{
    margin-top: 0;
  }
  .mobile-active{
  right: 0;
  }
    .header-top .hideNav, .header-bottom .hideNav{
      display: none !important;
    }
    footer .footer-logo {
      text-align: center;
    }
  
    footer .marginMedium {
      margin: 10px 0;
    }
  
    footer .marginMedium ul:last-child {
      justify-content: center;
    }
  
    .footer-bottom {
      text-align: center;
    }
  
    .call-to-action .marginMedium {
      margin-top: 50px;
    }
  
    .call-to-action .d-flex:last-child {
      justify-content: center;
    }
  
    .social-media .social-links .social-ttl {
      width: unset;
      padding: 0 30px;
    }
  
    .social-media .social-links {
      padding: 0;
    }
  
    .projects .project-slide .slick-prev {
      left: 0;
    }
  
    .projects .project-slide .slick-next {
      right: 0;
    }
  
    .projects .project-slide .slide-box p:not(.absolute-txt) {
      font-size: 18px;
    }
  
    .advantages .advantage-content .box-wrapper {
      flex-wrap: wrap;
    }
  
    .advantages .advantage-content .box-wrapper .advantage-box:not(:last-child) {
      margin-bottom: 15px;
      margin-right: 20px;
  
    }
  
    .advantages .advantage-content .box-wrapper .advantage-box {
      width: 45%;
    }
  
    .advantages .advantage-content .section-content>div h3 {
      font-size: 23px;
    }
  
    .advantages .advantage-content .section-content>div p {
      font-size: 16px;
    }
  
    .services .row>div .services-box {
      margin-bottom: 4px;
    }
    
    .works-main a{
    width:32% !important;    
    }
  }

  
  @media only screen and (max-width: 768px) {
  header .sticky .header-logo img{
      width:150px !important;
  }
    .slider-section .carousel .carousel-item{
      height: 450px;
    }
    

    .slider-section .carousel .carousel-item .carousel-caption h1{
      font-size: 32px;
    }
    .slider-section .carousel .carousel-item .carousel-caption p{
      font-size: 16px;
    }
   .static-main .about-main h3{
       margin-top:15px !important;
   }
   .call-to-action .d-flex{
     justify-content: center;
   }
   .call-to-action .mail{
     width: 100%;
   }
   .section-title h3{
    font-size: 30px;
    line-height: 35px;
   }
   .projects .projects-title{
     font-size: 30px;
     line-height: 32px;
     margin-bottom: 15px;
   }
   .call-to-action p{
     max-width: 100%;
     font-size:28px;
   }
   footer .footer-bottom .offset-5 p{
     text-align: center;
   }
   footer .footer-bottom .offset-5 {
  margin-left: 0;
  
   }
   .call-to-action .marginMedium{
     margin-top: 30px;
   }
   .social-media .socical-content h2{
           font-size: 28px;
    line-height: 30px;
   }
   .slider-section .carousel .carousel-item .carousel-caption h1{
       letter-spacing:unset;
   }
    .social-media .social-links {
     flex-wrap: wrap;
      padding: 0;
    }
  
    header .header-top .left-menu .languages ul li a{
      margin-right: 4px;
    }
    header .header-top .left-menu .languages ul li::after{
      margin-right: 0;
    }
    .social-media .social-links .social-item:nth-child(1) {
  margin-bottom: 30px;
    }
    .social-media .social-links .social-item:nth-child(2) {
      margin-bottom: 30px;
        }
    .social-media .social-links .social-item {
  width: 37%;
  
    }
    .advantages .advantage-content .box-wrapper .advantage-box {
      width: 85%;
      margin-right: 0 !important;
    }
    .advantages .advantage-content .box-wrapper .advantage-box{
      justify-content: flex-start;
    }
    .services .services-small-container {
      width: 100%;
    }
    footer >div.container .row >div:nth-child(2) ul {
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }
    footer ul li:not(:last-child){
      margin-right: 15px;
    }
    .static-header, .category-header{
        height:180px !important;
    }
    .static-header .static-con h3, .category-header .category-con h3{
            font-size: 28px !important;  
    }
 .static-image{
     order:1;
 }
    .category-pages .services{
        padding:0 !important;
    }
       .works-main a{
    width: 48% !important;    
    }
  }
  
  @media only screen and (max-width: 576px) {
    .slider-section .carousel .carousel-item .carousel-caption a{
      padding:0 30px;
    }
    .services .col-lg-3, .services .col-lg-4  {
      padding: 0 15px;
    }
    .slider-section .carousel .carousel-item{
      height: 350px;
    }
    .burger{
      margin-right: 15px;
    }
    .slider-section .carousel .carousel-item .carousel-caption p{
      margin-bottom: 20px;
    }
    .social-media .social-links .social-ttl{
      padding:0 15px;
      line-height: 35px; 
    }
    .social-media .social-links .social-item svg{
      width: 45px;
      height: 45px;
    }
  }
  
  @media only screen and (max-width: 400px) {
 
  footer .marginMedium ul{
    text-align: center;
  }
       .works-main a{
    width: 100% !important;    
    }
  }
  @media (min-width:769px) and (max-width:993px) {
    .advantages .advantage-content .box-wrapper .advantage-box:nth-child(2){
      margin-right: 0; 
    }
    .advantages .advantage-content .box-wrapper .advantage-box:last-child{
     margin-bottom: 15px; 
    }
  }
  
  
/*static pages*/
.static-image {
    display:flex;
    justify-content:center;
    align-items:flex-start;
        padding-top: 68px;
}
.static-image img {
    max-width:100%;
    border-radius:5px;
}

    .static-header, .category-header{
        height:350px;
        background:#0a5bac;
        position:relative;
        overflow:hidden;
        background-image:url("../img/pages-bg-image.jpg");
        background-position:center; 
    background-repeat: no-repeat;
    background-size: cover;

    }
       .static-header::before, .category-header::before{
           position:absolute;
           top:0;
           left:0;
           width:100%;
           height:100%;
           content:"";
           background:#0459a394;
       }
 .static-header   .static-con , .category-header .category-con{
        height:100%;
        display:flex;
        justify-content:flex-start;
        align-items:center;
        position:relative;
    }
     .static-header   .static-con h3, .category-header .category-con h3{
            font-size:40px;
            font-weight:700;
            line-height:50px;
            color:#fff;
     }
     .about-bg{
         background-image:url("../img/about-static-main.jpeg");
         background-position: center center;
    background-repeat: no-repeat;
     }
   .static-main  .about-main h3{
         margin:0 auto;
         text-align:center;
                  font-size:35px;
            font-weight:700;
            line-height:50px;
            color:#000;
     }
     .static-main{
         padding:60px 0;
     }
 
          .static-pages .about-main p{
                  padding: 15px;
    font-size: 16px;
    line-height: 30px;
          }
          
        .works-main{
            display:flex;
            justify-content:space-between;
            align-items:center; 
            width:100%;
            flex-wrap:wrap;
        }  
        .works-main a{
            width:24%; 
        }
        .referances-main a{ 
             margin-bottom:20px; 
             
        }
            .referances-main a img:hover{
                box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
            }
            
       .referances-main a img{
            border-radius:none;
             transition: .3s box-shadow;
             box-shadow:rgb(0 7 12 / 7%) 0px 0px 0px 1px;
            border-radius:15px; 
        }
        
     .works-main a img{
                    max-width:100%;
                    height:350px;
                    object-fit:cover;
                    border-radius: 10px;
                }
    .static-main  .works-title{
         margin:0 auto;
         text-align:center;
                  font-size:35px;
            font-weight:700;
            line-height:50px;
            color:#000;
            padding-bottom: 30px;
     }
          /*CATEGORY SECTION*/
         .category-pages .services #dle-content{
             display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
         }
         .category-pages .services{
             background:transparent;
             padding:70px;
         }
       .category-pages    .services .row>div .services-box{
            box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
         }
            .category-pages    .services .row>div .services-box:hover{
             box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
         }
         
    .project-category {
        padding:70px 0 ;
    }
 /*MODAL SECTION*/
 .modal-content {
    border-radius: 10px;
    padding-top: 20px;
    position: relative; 
  z-index:99999999;
}
.modal-header {
    padding: 0 60px 20px 60px;
}
.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}
 .modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
/*.modal-body {*/
/*    padding: 0 60px 20px;*/
/*}*/
.modal-content .close::before, .modal-content .close::after {
    background: #000000;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}
.modal-backdrop{
    z-index: 0;
}
.price-offer{
    cursor:pointer;
}
/*CONTACT SECTION*/
#contact-static .cs-row .left-side{
     background-color: #4d4c4b;
}
#contact-static .cs-row{
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
    overflow: hidden;
}
#contact-static .right-side .wrapper{
    padding: 20px;
}
#contact-static .right-side h2{
    font-size: 22px;
    color: #301F27;
    margin-top: 30px;
}
#contact-static .left-side .wrapper{
    padding: 45px;
}
#contact-static iframe{
    border: none;
    height: 430px;
}
#contact-static{
    padding-bottom: 60px;
}
#contact-static .left-side h1{
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}
#contact-static .left-side .number p, #contact-static .left-side .adress p{
    margin: 0;
    color: white;
    font-size: 15px;
}
#contact-static .left-side .number a{
    color: white;
    border-bottom: 1px solid white;
    font-size: 15px;
    transition: all .3s ease;
}
#contact-static .left-side .number a:hover{
    border-color: transparent;
}
.cs-breadcrumb{
    height: 340px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.cs-breadcrumb::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    background: #0459a394;
}
.cs-breadcrumb h1{
    font-size: 35px;
    font-weight: 600;
    color: white;
    margin: 0;
}
.cs-breadcrumb .top, .cs-breadcrumb .bottom{
    position: absolute;
    width: 100%;
}
.cs-breadcrumb .top{
    padding: 30px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    bottom: 115px;
}
.cs-breadcrumb .bottom{
    padding: 25px 0px 50px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.cs-breadcrumb .right-side{
    padding-left: 32px;
}
.cs-breadcrumb .right-side .breadcrumb-p {
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0;
}
.cs-breadcrumb .right-side .breadcrumb-p a {
    color: white;
    border-bottom: 1px solid white;
    transition: all .3s ease;
}
.cs-breadcrumb .right-side .breadcrumb-p a:hover {
    border-color: transparent;
    text-decoration: none;
}
.cs-breadcrumb .left-side{
    padding-right: 41px;
    position: relative;
}
.cs-breadcrumb .left-side::after {
    content: "";
    display: block;
    width: 2px;
    height: 62px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
}
.cs-breadcrumb .left-side, .cs-breadcrumb .right-side{
    transform: translateY(12px);
}
.cs-breadcrumb .left-side a {
    color: #ffffff7a;
    transition: all .3s ease;
    display: block;
}
.cs-breadcrumb .left-side a:hover {
    opacity: 0.8;
}
.cs-breadcrumb .left-side a:hover i {
    transform: translateX(-10px) translateY(2px);
}
.cs-breadcrumb .left-side i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ffffff7a;
    transform: translateY(2px);
    margin-right: 18px;
    transition: all .3s ease;
}
 @media only screen and (max-width: 768px) {
     .cs-breadcrumb .left-side i {
         width:30px;
         height:30px;
         font-size:14px;
         line-height:29px;
     }
     .cs-breadcrumb .right-side {
         padding-left: 0;
     }
 }
.page-heading{
    background-color: rgb(250, 250, 250);
    padding: 50px 0;
    width: 100%;
    margin-bottom: 60px;
}
.page-heading h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.page-heading p{
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
#map{
        height: 400px;
    width: 100%;
    box-shadow:0 15px 55px -5px rgb(9 31 67 / 10%);
}
.ymaps-2-1-79-inner-panes{
    border-radius:6px;
}

 .ymaps-2-1-79-controls__toolbar, .ymaps-2-1-79-copyrights-pane{
    display:none;
}

    
/*FULL STORY SECTION*/
.fullstroy-page ul li  {
    list-style:disc !important;
}
 .fullstroy-page .full-body{
     padding:70px 0;
 }
 .full-body .row{
     justify-content:center;
 }
    
.full-body h4{
        font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
}
    
 .full-body p{
    line-height: 28px;
    text-align: justify;
 }
    
    
    
    
     /*qiymet teklifi*/
     
     .get-offer{
         height:100vh;
     }
     .hideNav{
         padding-top:0px;
     }
     
.qiymet-input  {
        width: 100%;
        padding: 12px !important;
        max-width: 100%;
        height: 45px;
        border-radius: 6px;
        color: #212121;
        border: 1px solid #d7dde3;
        background-color: #fcfcfc;
       
    }
    
    .qiymet-input.service {
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;    
       -webkit-user-select: none;
       -moz-user-select: none;
       background-image: url(/img/arrow-below.png);  
        background-repeat: no-repeat;
        background-position: calc(100% - 20px);
        background-size: 14px;
   }
    
    .qiymet-btn {
        cursor: pointer;
        background: #22b0f3;
        color: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 0 20px 53px -18px #22b0f3;
        box-shadow: 0 0 black;
        box-shadow: 0 20px 53px -18px #22b0f3 !important;
        height: 56px;
        line-height: 56px;
        transition: 0.3s ease-in-out;
        padding: 0 26px;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
      
        border: none;
        margin-top: 20px;
    }
    
    .qiymet-btn:hover {
        background: #0090d5;
        color: white;
        box-shadow: none !important;
        transition: 0.3s ease-in-out;
    }
    
    .qiymet-btn:focus {
        outline: none !important;
    }
    
    .qiymet-input:focus {
        border: 1px solid  #22b0f3;
        border-radius: 8px;
        outline: #2222bb;
}
.modal-body .done {
    color: green;
    text-align:center;
}
    