.main-header .header-upper .logo-box {
   
    padding: 28px 0px;
   
}

.main-header .header-upper .logo-box .logo img {
   
    max-height: 46px;

}
.back-gradient {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:350px;
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
    z-index: 2;
}

.fixed-header .header-upper {
    background: #1c1e22;
}

.banner-carousel .slide-item:before {
    opacity: 0.1;
}
.banner-carousel .content-box {
    height: 100vh;
}

.banner-carousel .slide-item .image-layer {
    transition:all 1s ease-in-out 0s;
    -webkit-filter: brightness(85%) grayscale(50%);
    -ms-filter: brightness(85%) grayscale(50%);
    -moz-filter: brightness(85%) grayscale(50%);
    transform: scale(1);
}

.banner-carousel .slide-item .image-layer.colorful{
    -webkit-filter: brightness(100%) grayscale(0%);
    -ms-filter: brightness(100%) grayscale(0%);
    -moz-filter: brightness(100%) grayscale(0%);
}

.banner-carousel .slide-item .right-bottom-curve {

    background: url(../img/right-curved-bg.png) right bottom no-repeat;

}

.banner-carousel .slide-item .right-top-curve {
 
    background: url(../img/right-white-curve.png) right top no-repeat;
}

.banner-carousel .content-box .inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}



.service-block .inner-box .icon-box {
  
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: var( --thm-base);
    font-size: 64px;
    
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 0%;
    margin-left: 0px;
    top: 50%;
    width: 100%;
    height: 55px;
    text-align: center;
}

.banner-carousel .owl-nav .owl-next, .banner-carousel .owl-nav .owl-prev {
    opacity: 1;
    color:#fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
}
.banner-carousel .owl-nav .owl-next:hover, .banner-carousel .owl-nav .owl-prev:hover {
    background:var(--thm-base) !important;
    border: 1px solid var(--thm-base) !important;
    color: var(--thm-black) !important;

}

.banner-carousel .owl-nav .owl-prev  {
    left:30px;
    right:auto
}

.banner-carousel .owl-nav .owl-next  {
    left:auto;
    right:30px;
    top:0;
    bottom:auto;
}

.about-section .image-column .image-block img {
  display: block;
  width: 100%;
  -webkit-filter: brightness(80%) grayscale(50%);
  -ms-filter: brightness(80%) grayscale(50%);
  -moz-filter: brightness(80%) grayscale(50%);
  transition:all 1s ease-in-out 0s;
  border-radius: 7px;
}

.about-section .image-column .image-block img:hover {
    -webkit-filter: brightness(100%) grayscale(0%);
  -ms-filter: brightness(100%) grayscale(0%);
  -moz-filter: brightness(100%) grayscale(0%);
}
.features .feature h5 {
    margin-top:12px
}

.team-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: brightness(80%) grayscale(50%);
  -ms-filter: brightness(80%) grayscale(50%);
  -moz-filter: brightness(80%) grayscale(50%);
  transition:all 1s ease-in-out 0s;
  border-radius: 7px;
}

.team-block .inner-box:hover .image-box img {
  -webkit-filter: brightness(100%) grayscale(0%);
  -ms-filter: brightness(100%) grayscale(0%);
  -moz-filter: brightness(100%) grayscale(0%);
}
.facts-section .jarallax-img, .facts-section .image-layer {

    -webkit-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
  
}

.team-block .image-box img {
    transition: all 1s
}
.facts-section .jarallax-img, .facts-section .image-layer {
    opacity: 0.8;
}
.social-links {
    margin-bottom:30px
}

.service-block .group-box {
    position: relative;
    display: block;
    width:100%;
    height: 200px;
    background: #1c1e22;
    border-radius: 7px;
    overflow: hidden;
    transition: all 500ms ease;
}
.service-block .group-box .icon-box {
    width: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

  
.service-block .group-box:hover {
    background: var(--thm-base);
}

.service-block .group-box:hover .icon-box img {
    filter:brightness(0)
}

.nav-outer .mobile-nav-toggler {
    margin: 30px 0px 0px;
}

@media(max-width:992px) {
    .banner-carousel .content-box {
        height: 70vh;
    }
    .service-block {
        position: relative;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-section .image-column {
        order: 12;
        display: none;
    }
}

.side-menu__block-inner {
    background: var(--thm-black)
}

.mobile-nav__container li a:hover {
    color: var(--thm-base);
}

.side-menu__social a {

        background-color: transparent;
    color: white;
    border: 1px solid #fff;
  
}

.side-menu__social a:hover {

    border: 1px solid var(--thm-base);
}

.mobile-nav__container li a {
    color : #fff
}


.side-menu__content ul li {
  position: relative;
  display: block;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: 5px;
}

.side-menu__content ul li.address {
  margin-bottom: 20px;
}

.side-menu__content ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 16px;
  color: var(--thm-base);
}

.side-menu__content ul li:last-child {
  margin: 0;
}

.side-menu__content ul li a {
  position: relative;
  color: #999b9f;
  line-height: 28px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.side-menu__content ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--thm-base);
  text-decoration-color: var(--thm-base);
}

.side-menu__sep {
 
    background-color: #555;
    
}

.page-banner .image-layer {
    opacity: 0.65;
    -webkit-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
}
.project-single .info strong{
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    font-family: var(--thm-font);
}
.project-single .info strong, .project-single .text-content h6 {
    color : var(--thm-base) !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #444;
    color: #999b9f
}

.contact-section .form-box {
    max-width: 100%;
}

.contact-section .info-block .inner-box:hover {
    background: var(--thm-base);
}

.contact-section .info-block .inner-box:hover h5, .contact-section .info-block .inner-box:hover .text, .contact-section .info-block .inner-box:hover .info li a{
    color : var(--thm-black)
}
#map {
    width:100%;
    height:400px
}

.team-block.news .inner-box {
    padding: 20px;
    background: var(--thm-black);
    border-radius: 10px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.team-block.news .inner-box:hover h5 a,.team-block.news .inner-box:hover .designation {
    transition: all .5s;
}
.team-block.news .inner-box:hover {
    background: var(--thm-base);
    

}
.team-block.news .inner-box:hover h5 a, .team-block.news .inner-box:hover .designation{
    text-decoration: none;
    color: var(--thm-black);
}

.fluid-section .column .inner {
    padding : 120px 20px;
}
.fluid-section h3 {
    font-size:45px;
}
.history-timeline__title {
    color : var(--thm-base);
}
.history-timeline__year {
    flex-direction: column;
}
.history-timeline__year span.big-text {
    display: block;
    margin-top:5px;
    line-height: 30px;
   
}
.history-timeline__year span.small-text {
    display: block;
    font-size:20px;
    line-height: 25px;
}

.side-menu__block-overlay {
    background-color: var(--thm-black);
    opacity: 0.7;
}

.grecaptcha-badge { 
    visibility: hidden;
}

@media only screen and (max-width: 479px) {
    .main-header .header-upper .inner-container {
        display: flex;
        justify-content: space-between;

    }
}
.main-footer .newsletter-form .form-group input[type="text"], .main-footer .newsletter-form .form-group input[type="tel"], .main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 60px 10px 25px;
    height: 50px;
    display: block;
    font-size: 18px;
    background: #1c1e22;
    color: #ffffff;
    border-radius: 5px;
    font-family: var(--thm-b-font);
    border: 1px solid #1c1e22;
    transition: all 300ms ease;
    font-size: 14px;
    margin-bottom:15px
}

.main-footer .newsletter-form .btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 10px 30px 10px;
    z-index: 1;
}

.indicate-item {
    outline: 2px solid var(--thm-base);
    border-radius: 10px;
    outline-offset: 10px;
    animation: fadeinout 3s linear forwards;
}


@keyframes fadeinout {
  0%,100% { outline: 2px solid transparent; }
  50% { outline:2px solid var(--thm-base); }
}

.sanaltur-link::before {
    content: "";
    background: url(../img/360.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}