main
{
    padding-top:125px;
}
img{
    max-width:100%
}
.projects
{
    padding:0px 0 60px
}
.project-item
{
    margin-bottom:80px;
}
.project-item ul {
    margin-top: -75px;
    margin-left: 75px;
}
.project-item ul li{
    color:#fff;
   
    font-size:23px;
    line-height:1
}
    .project-item ul li:last-child {
        margin-right: 0;
        border-left: 1px solid #fff;
        margin-left:30px;
        padding-left:30px;
    }
    .project-item ul li:first-child {
        font-size: 26px;
        margin-right: 30px;
    }
.project-item img {
    border-radius: 10px;
}
.project-item a {
    display: block;
    position: relative;
    border-radius: 10px;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to top, #000000db 0%, transparent 35%);
    height: 100%;
    border-radius: 10px;
}
.project-item ul
{
    position:relative
}
.project-item-1 a{
    display:block;
    position:relative
}
.project-item-1 ul li:first-child {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.project-item-1 ul li:last-child {
    font-size: 16px;
    line-height: 1;
    color:gray
}
.project-item-1 img {
    border-radius: 10px;

}
.project-item-1 ul
{
    margin-top:20px;
}
    .project-item-1 ul li {
        color: #807c82;
    }
.project-item-1
{
    position:relative
}
.p-i-ol ol {
    list-style: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom:0
}
.p-i-ol {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display:none !important
}
.p-i-ol li{
   color:#fff;
}
.p-i-ol > ol > li{
    font-size:18px;
    line-height:1.3;
    margin-bottom:10px;
}
    .p-i-ol > ol > li:last-child
    {
        margin-top:25px;
    }
    .p-i-ol  ol ol li{
        padding-left:10px;
        padding-right:10px;
    }
    .p-i-ol ol ol li:first-child
    {
        border-right:1px solid #fff;
    }
.project-item-1:hover .overlay {
    background: #00000070;
}
.project-item-1:hover .p-i-ol
{
    display:flex !important
}

.aboutus
{
    padding-bottom:60px;
}
.main-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1d1d1b;
}
.main-desc {
    font-size: 18px;
    color: #131311;
    line-height:1.4;
    text-align:justify
}
.about-box .main-desc
{
    font-size:16px;
}
.about-video {
    position: relative
}
.about-video > img{
    border-radius: 10px;
}
.btn-play img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -25px;
    width: auto !important;
    max-width: 50px;
    opacity: 0.75;
}
.process {
    background: #ededed;
    padding:60px 0
}
.process-item ul {
    position: relative;
}
    .process-item ul li {
        color: #5e5e5d;
        font-size: 18px;
        line-height: 1;
    }
        .process-item ul li:first-child {
            font-size: 21px;
          font-weight:bold
        }
        .process-item ul li:last-child {
            margin-right: 0;
          
            margin-left:15px;
           
        }
      
.process-box
{
    position:relative;
}
.process-item ul{
    margin-bottom:30px;
}
.process-box img{
    border-radius: 10px;
}
.process-title {
    color: #fff;
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 145px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 55px;
    height: 8px;
    background: #e7e2e2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9c979f;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.workshop
{
    padding:60px 0;

}
.more {
    text-align: right;
    color: #7e7b80;
    font-size: 18px;
    display: block;
  
    display: block;
    margin-top: 6px;
}
.workshop .main-title
{
    margin-bottom:0
}
#owl-workshop
{
    margin-top:30px;
}
.services
{
    padding-bottom:60px;
}
.service-item ul{
    list-style:none;
    padding-left:0;
}
.service-item ul li{
    margin-bottom:20px;
}
    .service-item ul li a {
        background: #f6f6f6;
        padding: 10px 40px;
        border-radius: 10px;
        text-align: center;
        color: #7f7b81;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 81px;
        font-weight: 600;
    }
.news {
    padding: 60px 0;
    background: #1d1d1b
}
.news-item ul 
{
    list-style:none;
    margin-top:35px;
}
    .news-item ul li
    {
        color:#fff;
    }
    .news-item ul li:first-child {
        margin-right: 10px;
        font-size:24px;
    }
    .news-item ul li:last-child
    {
        font-size:18px;
        color:gray
    }
.news-item img {
    width: 100%;
    border-radius: 10px;
}

.inter > .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}
.text-right
{
    text-align:right !important
}
.inter .row{
    height:100%
}
@media(max-width:1399px) {
    .main-desc {
        font-size: 16px;
    }

    .main-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    

    body .process-title {
        font-size: 24px;
    }

    body .project-item-1 ul li:first-child {
        font-size: 24px;
    }

    .p-i-ol > ol > li {
        font-size: 21px;
    }

    .project-item ul li:first-child {
        font-size: 24px;
    }

    .project-item ul li {
        font-size: 21px;
    }

    body .service-item ul li a {
        padding: 15px 15px;
        font-size: 18px;
        min-height: 70px;
    }

    .news-item ul li:first-child {
        font-size: 18px;
    }

    .news-item ul li:last-child {
        font-size: 16px;
    }
    .service-item ul li {
        margin-bottom: 15px;
    }
}

@media (max-width:1199px) {
    .header1-logo img {
        max-width: 65px;
    }

    main {
        padding-top: 115px;
    }

    .p-i-ol > ol > li {
        font-size: 15px;
    }
    .footer .col-md-7, .footer .col-md-5 {
        width: 100%;
    }
}
.footer {
    background: #1d1d1b;
    padding:60px 0
}
.ul-link
{
    list-style:none;
    padding-left:0;
}
.ul-links li{
    margin-bottom:5px;
}
    .ul-links li a{
        color:#fff;
        line-height:1;
        font-size:18px;
    }
.footer .col-md-4{
    padding-left:30px;
    padding-right:30px;
}
.ul-links .email{
    margin-top:5px;
}
.ul-links b {
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight:bold
}
.ul-links-first
{
    padding-left:45px;
}
.ul-social li{
    margin-right:10px;

}
.ul-social li:last-child
{
    margin-right:0
}
    .ul-social li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #c6c6c6;
        text-align:center;
        display:inline-block;
        border-radius: 10px;
    }
        .ul-social li a i {
            color: #50504f;
            font-size: 21px;
            vertical-align: middle;
        }
        @media (max-width:991px) and (min-width:768px)
        {
            .projects .col-md-4 {
                width: 50%;
                margin-bottom:30px;
            }
                .projects .row .col-md-4:last-child{
                    margin-bottom:0
                } 
                .aboutus .col-md-8, .aboutus .col-md-4 {
                    width: 100%
                }
            .aboutus .col-md-8
            {
                margin-bottom:30px;
            }
            .about-video > img{
                width:100%
            }
            .process-item .col-md-4{
                width:100%;
                margin-bottom:30px;
            }
            .process-item .row > .col-md-2
            {
                width:25%
            }
            .services .row > .col-md-4
            {
                width:50%;
            }
            .services .row > .col-md-4:first-child {
                width: 100%;
                margin-bottom: 30px;
            }
            .ul-social
            {
                margin-top:30px;
            }
        }
        @media (max-width:767px)
        {
            .projects .row .col-md-4{
                margin-bottom:30px;
            }
            .projects .row .col-md-4:last-child {
                margin-bottom: 0px;
            }
            .project-item ul {
                margin-top: -50px;
                margin-left: 30px;
            }
            .project-item {
                margin-bottom: 50px;
            }
            .about-box {
               
                margin-bottom:30px;
            }
            .process-box
            {
                margin-bottom:30px;
            }
            .process .row .col-md-2{
                width:50%
            }
            .more {
                text-align: left;
               
                margin-top: 15px;
            }
            .service-item ul {
                columns: 2;
                -webkit-columns: 2;
                -moz-columns: 2;
            }
            .main-desc {
                font-size: 15px;
            }
            .services .main-desc
            {
                margin-bottom:30px;
            }
           
            body .service-item ul li a {
              
                font-size: 15px;
                min-height: 75px;
            }
            .service-item ul li {
                margin-bottom: 15px;
            }
            body .service-item ul li a {
                padding: 10px 15px;
               
            }
            .news-item
            {
                margin-bottom:30px;
            }
            .news .row .col-md-4:last-child .news-item
            {
                margin-bottom:0
            }
            .inter > .text-right
            {
                display:none
            }
            .inter
            {
                padding:60px 0
            }
                .inter > .container
                {
                    position:relative
                }
            .footer .col-md-7 .col-md-4:first-child img
            {
                max-width:100px;
            }
            .ul-links-first
            {
                padding-left:0
            }
            .footer .col-md-7 .col-md-4
            {
                margin-bottom:30px;
            }
        }
.about
{
    padding:20px 0 60px;
}
.about-new {
padding:60px 0
}
.main-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    color: #1d1d1b;
}

.include-title
{
    font-size:24px;
    color:#fff;
    font-weight:bold;
    margin-bottom:15px;
}
.include-ul ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
    list-style: disc;
}
    .include-ul ul li {
        margin-bottom:10px;
        color: #fff;
        font-size: 22px;
        list-style: disc;
    }
.include-desc {
    margin-top: 10px;
    font-size: 22px;
    color:#fff;
}
.about-1 {
    padding: 60px 45px;
    background: #1d1d1b;
    border-radius: 10px;
}
.about-1 .main-title
{
    color:#fff;
}
    .about-1 .main-desc {
        color: #fff;
    }
    .about-1 .col-md-3, .about-1 .col-md-9{
        padding-left:30px;
        padding-right:30px;
    }
.mv {
    background: #f6f6f6;
    padding: 30px 30px;
    border-radius: 10px;
}
.mv .main-desc
{
    min-height:110px;
}
.main-ul ul {
    list-style: none;
    padding-left: 20px;
    list-style: disc
}
    .main-ul ul li {
        font-size: 23px;
        color: #131311;
        line-height: 1.4;
        text-align: justify;
        list-style:disc
    }
.Who .main-desc
{
    margin-bottom:20px;
}
.Who .main-title
{
    margin-bottom:20px;
}
.Innovative {
    padding: 60px 0;
    background: #1d1d1b;
    text-align:center
}
.Innovative-subtitle
{
    font-size:36px;
    margin-bottom:30px;
    font-weight:bold;
    color:#fff;
}
.Innovative-title {
    font-size: 36px;
 
    font-weight: 100;
    color: #fff;
}
.core
{
    padding:60px 0
}
.filter-title
{
    font-size:18px;
    font-weight:bold;
    text-align:right;
}
.filter {
    padding: 15px 30px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}
@media(max-width:767px)
{
    .filtration .col-md-4 {
        margin-bottom: 15px;
    }
    .filter-title {
      
        text-align: left;
    }
    .filtration
    {
        padding:0px 0 30px
    }
    .vm .row .col-md-6:first-child
    {
        margin-bottom:30px;
    }
    .mv .main-desc {
        min-height: auto;
    }
}
@media (min-width:768px)
{
    .desk-hidden
    {
        display:none !important
    }
}

.create
{background:#fff;
 padding:60px 0
}
.backf6 {
    background: #f6f6f6;
}
.pad-t-0
{
    padding-top:0
}
.purpose .main-subtitle
{
    font-size:23px;
    font-weight:bold
}
.values li{
  
    list-style:disc;
    margin-bottom:25px;
}
.values-title {
    font-size: 23px;
    margin-bottom: 10px;
    font-size: 23px;
    color: #1d1d1b;
    font-weight:bold
}
.values-desc {
    font-size: 23px;
    font-size: 23px;
    color: #1d1d1b;
    line-height: 1.4;
  
}
.values .row{
    margin-left:0px;
}
.values .col-md-6 ul.ul-v-2 {
    padding-left: 22px;
}
.values .col-md-6 ul.ul-v-1 {
    padding-left: 15px;
}
.values {
    padding-bottom: 60px
}
@media (max-width:767px) {
    .mobile-hidden {
        display: none !important
    }

    .about-new .main-desc {
        margin-bottom: 0px
    }

    .about-1 {
        padding: 30px;
    }
   body .create-inner {
        padding: 30px;
      
    }
    body .create-title {
        font-size: 24px;
    }
    .journy .col-md-4{
        margin-top:30px;
    }
    body .create {
       
        padding: 30px 0;
    }
    body .purpose
    {
        padding-top:0
    }
    body .purpose .col-md-4{
        margin-top:30px;
    }
    body .Innovative {
        padding: 30px 0;
       
    }
    body .Innovative-subtitle
    {
        font-size:24px;
    }
    .Innovative-title
    {
        font-size:24px;
    }
    .mv {
       
        padding: 30px;
      
    }
    .values-title {
        font-size: 21px;
       
    }
    .values-desc {
        font-size: 21px;
    }
    .values li
    {
        margin-bottom:30px;
    }
    .values .row li:last-child{
        margin-bottom:25px
    }
    .values{
        padding-bottom:0
    }
    .project-item ul li:first-child {
        font-size: 21px;
    }
    .project-item ul li:first-child {
      
        margin-right: 7.5px;
    }
    .project-item ul
    {
        margin-left:15px;
    }
        .project-item ul li {
            font-size: 14px;
        }
            .project-item ul li:last-child {
                margin-right: 15px;
                margin-left: 15px;
                padding-left: 15px;
            }
            .project-item ul li:first-child {
                font-size: 14px;
            }
    .process-item ul li:first-child {
        font-size: 18px;
        margin-right: 15px;
    }
    .process-item ul li {
     
        font-size: 18px;
        
    }
        .process-item ul li:last-child {
       
            margin-left: 15px;
            padding-left: 15px;
        }
   body .owl-theme .owl-dots .owl-dot span {
        width: 60px;
        height: 10px;
    
    }
}
.service-item ul {
    column-count: 2;
}
.btn-submit {
    background: #1d1d1b;
    color: #fff;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    display: block;
    line-height: 45px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
.news .main-title
{
    color:#fff;
}
.search-btn button {
    position: relative;
    display: inline-block;

    transition: all 500ms ease;
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
    .search-popup.popup-visible {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }
    .search-popup .popup-inner {
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .search-popup .upper-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top:70px;
        padding-bottom:70px;
      
    }
figure {
    margin: 0px;
}
.search-popup .close-search {
    position: relative;
    font-size: 16px;
    color: #111111;
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
}
.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}
.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}


.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}


.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #808080;
    
    border: none;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}
.search-toggler img
{
    max-width:20px
}

.logo-box img{
    max-width:100px;
}
@media(min-width:1200px)
{
    .menu-bar 
    {
        padding-left:25px;
    }
}
@media(max-width:1199px)
{
    .menu-bar 
    {
        display:flex;
    }
    .search-toggler {
     
        padding-right: 20px;
    }
}
.workshop .item img{
    border-radius: 10px;
}
.logo-footer img{
    max-width:150px;
}
.email a{
    text-decoration:underline
}
.ul-social
{
    margin-top:15px;
}
.values .col-md-6 ul{
    padding-left:10px;
}
#owl-featured{
    margin-top:15px;
}
.single-banner-3 .video-wrapper {
 
    line-height: 1;
}
    .single-banner-3 .video-wrapper:before
    {
        border-radius: 10px;
    }
    .single-banner-3 .video-wrapper video {
        border-radius: 10px;
    }
.single-banner img {
    border-radius: 10px;
}
@media (max-width:767px)
{
    .logo-footer {
        margin-bottom: 30px;
        display: block;
    }
    .values .row {
        margin-left: 0;
    }
   body .project {
        padding-top: 0px;
       
    }
   body .contact-right {
      
        padding-left:0;
    }
    .values .col-md-6 ul.ul-v-2 {
        padding-left: 0px;
    }

    .values .col-md-6 ul.ul-v-1 {
        padding-left: 0px;
    }
}
.preloader-plus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    background-color: #fff;
    z-index: 999;
    transform: scale(1);
    transition: opacity 1s ease, transform 1s ease, left 0s ease;
}

.preloader-plus {
    background-color: #141414;
}

.preloader-plus {
    transition-duration: 1000ms, 1000ms, 0s;
}

    .preloader-plus.complete {
        left: 1000%;
    }

    .preloader-plus.complete {
        opacity: 0;
        transform: scale(1);
        transition-delay: 0s, 0s, 1000ms;
    }

    .preloader-plus * {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    .preloader-plus * {
        color: #65615F;
    }

    .preloader-plus .preloader-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .preloader-plus * {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    .preloader-plus * {
        color: #65615F;
    }

    .preloader-plus img {
        display: block;
        max-width: 100%;
    }

    .preloader-plus .preloader-custom-img {
        animation: preloader-fade 2000ms linear infinite;
        width: 150px;
    }

@keyframes preloader-fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}
.process .main-title
{
margin-bottom:10px;
}
.main-desc ul {
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 20px;
}
.about-box .main-title{
    margin-bottom:15px;
}
.main-desc ul li{
    list-style:disc;
    margin-bottom:5px;
}
.main-desc ul li:last-child
{
    margin-bottom:0
}
#owl-about .owl-nav.disabled + .owl-dots {
    margin-top: 7.5px;
}
.team-title {
    font-weight: bold;
    font-size: 18px;
}
.team-desc
{
    text-align:justify
}
@media(max-width:767px) {
    .process-item ul li:last-child {
        margin-left: 0px;
        padding-left: 0;
    }

    .process-item ul {
        display: block !important
    }

        .process-item ul li {
            margin-right: 0 !important;
            margin-bottom: 10px;
        }

            .process-item ul li:last-child {
                margin-bottom: 0;
                margin-top: 25px;
             
                justify-content: end;
                display: flex;
            }
   body .slider-help {
      right:auto;
        left: 15px;
    }
    body .slider-title {
        font-size: 24px;
        line-height: 1.4;
    }
    body .slider-subtitle {
        font-size: 18px;
     
    }
    .slider-btn {
      
        font-size: 21px;
       
    }
  body  div.mean-container .mean-nav ul li a:hover {
        color: #fff;
    }
}

