.logo_img img{
    height: 100px;
    /*width: 110px;*/
    padding: 10px;
}

.main_sticky img{
    height: 88px;
    width: 98px;
    padding: 10px;
}

.breatcumb-content p{
    color: #ffffff;
    padding-top: 20px;
}

.project-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-title h2{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dex-about-thumb img{
    width: 100%;
    height: 100%;
}

.back-color {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}

.style-two.breatcumb-area{
    position: relative;
}

.breatcumb-content{
    position: relative;
    z-index: 100;
}


.tm_coverimgbox_wrapper .tm_coverbox_contents{
    width: 35%;
}

.feature-one {
    position: relative;
    display: block;
    padding: 0 0 40px;
    margin-top: -100px;
}

@media (max-width: 400px) {
    .feature-one{margin-top: 0!important;}
}
.feature-one__top {
    position: relative;
    display: block;
    z-index: 99;
}

.feature-one__single {
    text-align: center;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 60px 0 #00000011;
    border-radius: var(--thm-bdr-radius);
    padding: 41px 47px 41px;
    margin-bottom: 30px;
    z-index: 99;
}

.feature-one__icon {
    position: relative;
    align-items: center;
    padding-top: 5px;
}

.feature-one__icon span {
    width: 70px;
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-extra);
    transition: transform 500ms linear, color 500ms linear;
}


.feature-one__icon span img{
    width: 70px;
    filter: invert(46%) sepia(73%) saturate(2634%) hue-rotate(168deg) brightness(97%) contrast(102%);
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
    color: var(--thm-primary);
}

.feature-one__text a {
    transition: all 500ms ease;
}

.feature-one__text:hover a {
    color: var(--thm-primary);
}

.feature-one__text a h3{
    transition: all 500ms ease;
}

.feature-one__text:hover a h3{
    color: var(--thm-primary);
}

.feature-one__text h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.feature-one__text p {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

.feature-one__bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-bdr-color);
    padding-bottom: 38px;
    padding-top: 7px;
}

.feature-one__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.feature-one__bottom-inner p {
    font-size: 16px;
    margin: 0;
}

.feature-one__bottom-inner a {
    color: var(--thm-primary);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__bottom-inner a:hover {
    color: var(--thm-extra);
}

.feature-one__bottom-inner a:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__bottom-inner a:hover:before {
    background-color: var(--thm-extra);
}

.dex-about-thumb2 img{
    width: 100%;
    height: 100%;
}


.slider-area iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.background-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
}

.slider-content{
    position: relative;
    z-index: 100;
}

.slider-contact{
    position: relative;
    z-index: 100;
}

.image img{
    width: 100%;
    height: 100%;
}


.static-wrapper{
    background-color: #009EA1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.item-title h2{
    color: #fff;
    padding-bottom: 40px;
}

.block h4{
    /*text-align: center;*/
    color: #ffffff;
    font-size: 50px;
}

.block span{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.video-wrapper h2{
    color: #009EA1;
    padding-bottom: 40px;
}

.text_wrapper p{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 18px;
    padding: 20px;
    color: #00a1e4;
}

.text_wrapper h5{
    padding-bottom: 30px;
    text-align: center;
}

.dreamit-section-title h1{
    font-size: 42px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
}

.blog-three-wrapepr a.main-thumbnail {
    margin: 0 auto;
    justify-content: center;
    overflow: hidden;
    display: block;
    max-width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}


.blog-three-wrapepr .blog-body {
    position: relative;
    margin-top: -30px;
    z-index: 1;
}

.blog-three-wrapepr a.main-thumbnail .badge-blog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 24px;
    background: #00a1e4;
    color: #fff;
    font-size: 16px;
}


.blog-three-wrapepr a.main-thumbnail img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
    height: 220px;
    object-fit: cover;
}

.blog-three-wrapepr .blog-body .blog-header {
    background: #F6F6F6;
    border-radius: 10px 10px 0 0;
    padding: 40px 18px 9px 33px;
    display: flex;
    align-items: center;
}

.blog-three-wrapepr .blog-body .blog-header .left {
    display: flex;
    align-items: center;
}

.blog-three-wrapepr .blog-body .blog-header .left i {
    color: #0d8abc;
    font-size: 16px;
}


.blog-three-wrapepr .blog-body .blog-header .left span {
    color: #5D666F;
    margin-left: 7px;
    position: relative;
    margin-bottom: -2px;
    font-size: 16px;
}


.blog-three-wrapepr .blog-body .body {
    padding: 20px 32px 20px 32px;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    border-radius: 0px 0px 10px 10px;
}

.blog-three-wrapepr .blog-body .body a {
    transition: 0.3s;
}

.blog-three-wrapepr .blog-body .body .title {
    font-size: 24px;
    line-height: 34px;
    color: #1C2539;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}

.rts-btn {
    padding: 17px 30px;
    min-width: max-content;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 15px;
}


.rts-btn.btn-light-3 {
    background: rgba(13, 138, 188, 0.6);
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 19px;
    display: block;
    max-width: max-content;
    transition: 0.3s;
}

.blog-three-wrapepr .blog-body .body a {
    transition: 0.3s;
}


.blog-three-wrapepr .blog-body .body a:hover {
    background: #0d8abc;
    color: #fff;
}

.blog-three-wrapepr a.main-thumbnail:hover img {
    transform: scale(1.2);
}

.footer-middle{
    position: relative;
}

.footer-color {
    position: absolute;
    background: rgba(13, 138, 188, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.widget-widgets-company-info{
    position: relative;
    z-index: 5;
}

.widget-nav-menu{
    position: relative;
    z-index: 5;
}

#footer-widget-address{
    position: relative;
    z-index: 5;
}

.footer-bottom-content{
    position: relative;
    z-index: 5;
}

.footer-bottom-menu{
    position: relative;
    z-index: 5;
}


.about-text p{
    text-align: justify!important;
}

.project-details-text ul{
    padding-left: 42px;
}

.popular-post-content span{
    display: flex;
    align-items: center;
}

.ttm-row.bottom_zero_padding-section{
    position: relative;
}

.ttm-row.bottom_zero_padding-section::after {
    background-image: url(../assets/back-logo.png);
    position: absolute;
    top: 0;
    left: 56%;
    /* height: 0; */
    bottom: 0;
    right: 0;
    /* height: 773px; */
    /* width: 900px; */
    background-repeat: no-repeat;
    z-index: 0;
    background-position: left;
    background-size: 1600px 1600px;
    opacity: 0.8;
}


.about-area{
    position: relative;
}

.about-area-back {
    background-image: url(../assets/back-logo.png);
    position: absolute;
    top: 0;
    left: -46%;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left;
    background-size: 1600px 1600px;
    opacity: 0.8;
    overflow: hidden;
}


.cover-image{
    display: flex;
    justify-content: center;
    align-items: center;
    translate: 1px -21px;
    z-index: 100;
    position: relative;
}

.cover-image img{
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #0d8abc;
}

.image-icon img{
    width: 150px;
    height: 300px;
}

.image-icon0 img {
    width: 181px;
    height: 150px;
    object-fit: cover;
    position: absolute;
    left: -69%;
    top: 0;
    /* top: -45px; */
    overflow: hidden;
    display: none;
}

.image-icon1 img{
    top: -102%;
    width: 181px;
    height: 152px;
    object-fit: cover;
    position: absolute;
    left: -69%;
    /* top: 0%; */
    /* top: -45px; */
    overflow: hidden;
    display: none;
}

.image-icon2 img{
    top: -145%;
    width: 181px;
    height: 152px;
    object-fit: cover;
    position: absolute;
    left: -69%;
    overflow: hidden;
    display: none;
}


.dex_menu ul .sub-menu li:hover .image-icon0 img {
    display: block;
}

.dex_menu ul .sub-menu li:hover .image-icon1 img{
    display: block;
}

.dex_menu ul .sub-menu li:hover .image-icon2 img{
    display: block;
}


.owl-stage-outer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 48%;
    margin: 0;
    padding: 0;
    background: linear-gradient(136deg, #FFFFFF -0.32%, rgba(255, 255, 255, 0) 20.14%);
    z-index: 2;
}

.aos-init.aos-animate{
    position: relative;
    z-index: 100;
}

.single-project-thumb img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.counter-thumb img {
    width: 70px;
    filter: invert(46%) sepia(73%) saturate(2634%) hue-rotate(168deg) brightness(97%) contrast(102%);
}


.counter-area{
    position: relative;
}

.dreamit-section-title{
    position: relative;
    z-index: 10;
}

.counter-text{
    position: relative;
    z-index: 10;
}

.aos-animate{
    position: relative;
    z-index: 10;
}


.footer-color2 {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.quote-text p {
    color: #0d8abc;
}

.project-details-icon-thumb {
    float: left;
    margin-right: 29px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #00a1e4;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.breatcumb-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: linear-gradient(136deg, #FFFFFF -0.32%, rgba(255, 255, 255, 0) 30.14%);
    z-index: 1;
}

.mean-container .mean-bar::before{
    background-image: url("../assets/logoback.png");
}

header .top-navbar .top-navbar-item .top-navbar-text {
    display: inline-block;
    color: #fff;
    padding: 0.83333vw 0.52083vw 0.72917vw;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s
}

.lang__icon span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
}

.lang__icon-2 svg{
    height: 30px;
    width: 30px;
    color: #ffffff;
}

.lang__icon-2 span{
    color: #ffffff;
    font-size: 16px;
}

.lang__icon-2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-navbar-item{
    position: absolute;
    top: 30%;
    right: 8%;
}

.pb-20{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 22px;
    margin-top: 40px;
}

.testimonial-index{
    z-index: 100;
}

.breatcumb-title{
    background-color: rgba(0, 161, 228, 0.4);
    color: #fff;
    border-radius: 21px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}