/* .dsn-col > * {
    width: calc((100% / var(--dsn-col)) - 4px) !important;
} */
.feature-box{

}
.feature-box ul{}
.feature-box ul li{
    text-align: start;
    float: left;
    margin: 5px 3px;
    background: #212121;
    padding: 10px;
}
.feature-box ul li:hover{
    background: #212122;
    cursor:pointer;
    box-shadow:0 0.125rem 0.25rem rgb(116 116 116) !important;
}
[data-overlay2]:before{
    background: #767676 !important;
}
.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .video-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


.opacity-50{opacity: 0.5;}

.work-inner .container-custom {
    max-width: 1240px !important;
}
.project-info .sub-text-header li {
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block;
    float: left;
    letter-spacing: 2px;

}
.font-30{
    font-size: 30px !important;
}
/* .project-info .sub-text-header li:last-child {
    float: right !important;
} */

/* work */
.our-work .work-item .item-info::before {
display: none !important;
}
.our-work .work-item .item-info{
    z-index: 20;
    bottom: 0;
    padding: 10px 20px 20px;
}
/* .our-work .work-item img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
} */
/* end work */

/* about */
.intro-about .intro-about-info {
    padding-right: 50px;
}
@media only screen and (max-width: 991px) {
    .intro-about .intro-about-info {
        margin-bottom: 50px;
        padding-right: 0;
    }
}
.intro-about .intro-about-info .accordion__item {
    margin-bottom: 0;
    padding: 10px 0px;
    border: 1px solid #181818 !important;
    border-bottom: 1px solid #181818;
}
.intro-about .intro-about-info .accordion__item:first-of-type {
    padding-top: 0;
}
.v-light:not(.no-light) .intro-about .intro-about-info .accordion__item {
    border-color: #bebebe;
}
.intro-about .intro-about-info .accordion__answer {
    padding-left: 50px;
}
.intro-about .intro-about-info .accordion__answer p {
    padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .intro-about .intro-about-info .accordion__answer {
        padding-left: 0;
    }
}
.intro-about .box-img {
    height: 100%;
    padding-left: 50px;
}
@media only screen and (max-width: 991px) {
    .intro-about .box-img {
        padding-left: 0;
        height: 80vh;
    }
}
@media only screen and (max-width: 767px) {
    .intro-about .box-img img {
        width: 100%;
    }
}
.intro-about .box-img .exper {
    bottom: 0;
    left: 0;
    padding: 60px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .intro-about .box-img .exper {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .intro-about .box-img .exper {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 400px) {
    .intro-about .box-img .exper {
        width: 100%;
    }
}
.v-light:not(.no-light) .intro-about .box-img .exper {
    background-color: #d90a2c;
}
.intro-about .box-img .exper .numb-ex .word-text {
    font-size: 120px;
    font-weight: bold;
    color: #fff;
    line-height: 85px;
}
.intro-about .box-img .exper h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
.v-light:not(.no-light) .intro-about .box-img .exper h4 {
    color: #fff;
}
.accordion {
    line-height: 1.2;
}
.accordion__answer {
    display: none;
    max-width: 400px;
    padding-top: 10px;
}
.accordion__answer.active {
    display: block;
}
.accordion__item {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .accordion__item {
        margin-bottom: 20px;
    }
}
.accordion__item:last-of-type {
    margin-bottom: 0;
}
.accordion__question {
    padding: 8px 15px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion__question:first-of-type {
    padding-top: 0;
}
.accordion__question .icon {
    width: 35px;
    margin-right: 15px;
}
.accordion__question h4 {
    font-weight: 600;
    margin-bottom: 0;
}
.accordion__question:before {
    content: "";
    display: inline-block;
    border: solid #db3835;
    border-width: 0 2px 2px 0;
    padding: 3px;
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.v-light:not(.no-light) .accordion__question:before {
    border-color: #d90a2c;
}
.expanded.accordion__question:before {
    content: "";
    border: solid #db3835;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.v-light:not(.no-light) .expanded.accordion__question:before {
    border-color: #d90a2c;
}
.intro-project {
    position: relative;
}
.intro-project .intro-text {
    position: relative;
}
.intro-project .title-cover {
    text-align: left;
}
.intro-project h2 {
    letter-spacing: 2px;
}
.intro-project:not(.text-center) .inner {
    max-width: 750px;
}
.intro-project .inner > p {
    font-weight: bold;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .intro-project .inner > p {
        font-size: 14px;
    }
}
.intro-project.text-center .intro-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 750px;
}
@media only screen and (max-width: 575px) {
    .intro-project.text-center .intro-text {
        max-width: 100%;
        overflow: hidden;
    }
}
.intro-project.text-center .intro-text .title-cover {
    text-align: center;
}
.intro-project.text-center .intro-text .intro-project-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-me {
    padding: 50px 0;
}
.about-me .after-bg.cover-bg {
    background-size: auto;
    background-repeat: repeat;
}
.about-me .content {
    z-index: 2;
}
.about-me .title-block {
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: inherit;
}
@media only screen and (max-width: 767px) {
    .about-me .title-block {
        margin-bottom: 15px;
    }
}
.about-me .section-bg {
    top: 0;
    left: 0;
    width: calc(100% - ((100vw - 1140px) / 2) - 15px);
    height: 100%;
    background-color: #090909;
    border-top: 2px solid #0e0e0d;
}
.v-light:not(.no-light) .about-me .section-bg {
    background-color: #e6e6e6;
    border-color: #bebebe;
}
.about-me .section-bg .after-bg {
    top: 0;
    left: 0;
    opacity: 0.05;
}
@media only screen and (max-width: 991px) {
    .about-me .section-bg {
        width: 100%;
    }
}
.about-me .section-bg:after {
    left: 0;
}
/* end about */
.control-loc{
    position: absolute;
    bottom: -100px;
    right: -40px;
    z-index: 3;
    line-height: 1.1;
}
.control-loc span{
    font-size: 4vw;
    color: rgba(255, 255, 255, 0.07);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
    -webkit-transform: scale3d(1, 1.15, 1.15);
    transform: scale3d(1, 1.15, 1.15);
    font-style: italic;
}

.img-360{
    z-index: 10;
    top: 70%;
    left: 30%;
}
.rotate-360{
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out; 
}
.rotate-360:hover{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
          
}
.float-left{
    float: left !important;
}

.service .services-item .services-item-inner {
    padding: 25px 15px 90px 15px;
}

.site-header .inner-header .main-logo {
    width: 130px !important;
}
.site-header .inner-header .main-logo img {
    height: auto !important;
}

.p-nlarg{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: justify;
    padding-bottom: 5px;
}
.quote-text{
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1.5px;
    line-height: 1.5;
}  
.background-section2{
    background-color: #181818;
}  
.pl-65{
    padding-left: 65px !important;
}
.brand-color1{
    color:#e82a2a !important;
}
.title{
    text-transform: uppercase !important;
}
.title-section, .section-title h2{
    text-transform: uppercase !important;
}
.site-header .widget-search {
    position: relative;
    cursor: pointer;
    pointer-events: all;
  }
.widget-search form {
    position: relative;
    border-radius: 3px;
}
.widget-search form:before {
    position: absolute;
    top: 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    line-height: .5;
}
.widget-search form::before, .widget_search label::before {
    right: 17px;
    font-family: "Font Awesome 5 Free";
    content: "";
    -webkit-font-smoothing: antialiased;
}
.widget-search form input {
    padding: 6px 25px 5px 14px;
    width: 65%;
    outline: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background-color: var(--dsn-background_color);
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    margin-bottom: 0;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
}
.widget-search form input:focus{
    width: 100%;
    border-color: #e93530 !important;
    box-shadow: 0 0 0 0.2rem #d1211629 !important;
}

input[type="button"] {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 15px 30px;
    background-color: #212121;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

button.box-border-after, .bottom-submit {
    padding: 14px 30px !important;
}
.animateImage{
    position: relative;
    right: 15%;
    top: 80px;
}

.section-sub-title{
    text-transform: uppercase !important;
}
.footer-logo{
    margin-left: 14% !important;
}
.box-separator .container-img{
    width: 100% !important;
}
.video-left{
    background-color: #000000;
    opacity: 0.7;
    padding-left: 10px;
    z-index: 1000;
    position: relative;
    height: 100vh;
}

 /* Zoom effect */

/* .zoom-in-zoom-out {
    margin: 24px;
    animation: zoom-in-zoom-out 2s ease-out;
    animation-iteration-count: 1
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  } */

/* end zoom effect */


/* form */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }

label {
    display: inline-block;
    margin-bottom: 0.5rem ;
}
.mb-3{
    margin-bottom: 3rem;
}
.mt-1{
    margin-top: 1rem;
}
.mt-3{
    margin-top: 3rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.pb-3{
    padding-bottom: 5rem;
}
.pt-3{
    padding-top: 5rem; 
}

.btn-search {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 10px 30px !important;
    text-transform: uppercase;
    word-spacing: 5px;
    font-family: "GeosansLight", sans-serif;
    text-align: center;
    background-color: #d90a2c;
    margin-top: 1.6rem;
}

.btn-search:hover {
    color: #db3835;
    background-color: #e6e6e6;
    cursor: pointer;
  }

  .our-blog .blog-item .blog-item-inner:hover .after-bg{
      opacity: 0.8 !important;
  }
  .our-blog .blog-item .blog-item-inner .after-bg img{
      opacity: 1.0 !important;
  }
  .our-blog .blog-item .blog-item-inner .after-bg{
      opacity: 0.5 !important;
  }
  .advertise-image .project-image-collage{
    grid-template-columns: 1fr 1fr 1fr !important;
  }
.advertise-image .project-image-collage a img{
    height: 100% !important;
}
.cap-ad{
    margin-top: 60%;
    margin-left: 10px !important;
    margin-right: 10px !important;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 4px 15px;
    color: #fff;
    z-index: 10;
    background-image: none !important;
}
.cap-ad .category{
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}
.advertise-box{
    background: #1e1e1e;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 10px rgb(33 33 33 / 60%), 0 0 0 15px rgb(33 33 33 / 10%);
    box-shadow: 0 0 0 10px rgb(33 33 33 / 60%), 0 0 0 15px rgb(33 33 33 / 10%);
}
.cap-add span{
    font-family: "GeosansLight", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}