.site-footer.style1 .footer-bottom-in .footer-bottom-logo a {
    background: #ffffff;
}
.service-box.style1 {
    padding: 15px;
}
.site-footer.style1 .footer-bottom-in .dlab-social-icon li a {
    color: #bfc7db;
}
.owl-btn-center-lr .owl-nav .owl-prev{
    left: 30px;
}
.owl-btn-center-lr .owl-nav .owl-next {
    right: 30px;
}
@media only screen and (max-width: 1199px){
.owl-btn-center-lr .owl-nav .owl-prev{
    left: 0;
    margin: 0 !important;
}
.owl-btn-center-lr .owl-nav .owl-next {
    right: 0;
    margin: 0 !important;
}
}
.client-logo.border h5{
    margin-top: 10px;
}
.client-logo-carousel.owl-carousel .owl-stage {
    display: flex;
}
.client-logo-carousel.owl-carousel .owl-stage .owl-item .item{
    height: 100%;
}
.client-logo-carousel .ow-client-logo {
    height: 100%;
}
.product-cats .item-box .item-img img{
    transition: .5s;
}
.product-cats .item-box:hover .item-img img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1); 
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.dlab-post-text p {
    color: #525050;
}
.pt-40{
    padding-top: 40px;
}
.icon-bx-wraper.p-a30 {
    padding: 30px 10px;
}
.icon-bx-wraper.icon-sm i {
    font-size: 50px;
}
.tabs-site-button .tab-content ul{
    margin-left: 20px;
    margin-bottom: 0;
}
.left-content-none h4:after{
    content: none;
}
body {
    color: #000;
}
ul li, ol li {
    line-height: 28px;
}
.venture-img {
    width: auto;
    max-height: 200px;
    max-width: 200px;
    float: left;
    margin: 5px 25px 10px 0;
}
@media only screen and (min-width: 991px){
.header-bottom .main-bar-wraper:not([class*='is-fixed']) .header-nav .nav>li > .sub-menu {
     bottom: unset !important; 
}
}
.post, .page {
    margin: 0;
}
ul ul {
    list-style: circle;
}
.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}
.blog-post.blog-single .dlab-post-title .post-title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
}
.input-group {
    display: block;
}
.top-bar {
    padding: 7px 0;
}
.topbar-social .site-button.circle-sm {
    color: #fff;
}
.dlab-topbar-right ul {
    display: inline-block;
}
.single-products .owl-btn-center-lr .owl-nav .owl-prev{
    left: 0;
}
.single-products .owl-btn-center-lr .owl-nav .owl-next {
    right: 0;
}
.client-logo-carousel.owl-carousel .ow-client-logo img {
    height: 60px;
    width: auto;
}
.blog-post:hover .dlab-img-effect.rotate img, .dlab-box:hover .dlab-img-effect.rotate img, .dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.project-bx .dlab-info {
    background: #00000078;
    width: calc(100% - 20px);
    left: 10px;
    padding: 8px 5px;
}
.project-bx .dlab-info a{
    color: #fff;
}
.blog-post.post-style-1 .post-title {
    line-height: 26px;
}
footer .widget ul {
    margin-left: 0;
}
/*Pagination*/
.styled-pagination a.prev, .styled-pagination li.prev a{
    padding-top: 2px;
    font-size: 10px;
    color: #ffffff;
    border-color: #333333;
    border-radius: 50px 0px 0px 50px;
    background-color: #333333;
    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;
}
.styled-pagination a.prev:hover, .styled-pagination a.next:hover, .styled-pagination li.prev a:hover, .styled-pagination li.next a:hover{
    background-color: #db1e3d;
    border-color: #db1e3d;
}
.styled-pagination a, .styled-pagination span.current {
    margin: 0px 4px 10px;
    position: relative;
    width: 40px;
    height: 40px;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border: 2px solid #333333;
    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;
}
.styled-pagination span.current, .styled-pagination a:hover {
    color: #ffffff;
    background-color: #333333;
}
.styled-pagination a.next, .styled-pagination li.next a {
    padding-top: 2px;
    font-size: 10px;
    color: #ffffff;
    border-color: #333333;
    background-color: #333333;
    border-radius: 0px 50px 50px 0px;
    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;
}
.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
/*Pagination Ends*/
.dlab-post-text p {
    font-size: 16px;
}
.pb-20{
    padding-bottom: 20px;
}
.about-content-box p{
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
}
.height-100px{
    height: 100px !important;
}
.p-15{
    padding: 15px;
}
.img-venture{
    position: relative;
    z-index: 1;
}
.img-venture:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30px;
    top: -30px;
    border: 20px solid;
    z-index: -1;
    border-color: var(--color-primary)!important;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.venture-logo-single{
    height: 100px !important;
    display: block;
    text-align: center;
    margin: 0 auto 30px auto;
}
.bg-aliceblue{
    background: aliceblue;
}
.icon-bx-wraper.p-a30 {
    height: 100%;
}
/*Responsive*/
@media only screen and (max-width: 767px){
.tabs-site-button .nav-tabs li a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.tabs-site-button .nav-tabs li{
    width: 100%;
}
.section-head .title {
    font-size: 24px;
    line-height: 34px;
}
.site-footer.style1 .footer-bottom-in .footer-bottom-logo a {
    padding: 10px 10px;
}
.site-footer.style1 .footer-bottom-in .footer-bottom-logo a img {
    height: 40px;
}
.site-footer.style1 .footer-bottom-in .dlab-social-icon li a {
    width: 50px;
    height: 60px;
    line-height: 60px;
}
}
@media only screen and (max-width: 991px){
.order-last-sm{
    order: 6;
}
}
/*Responsive Ends*/
.fb_iframe_widget_fluid span, .fb_iframe_widget iframe{
    width: 100% !important;
}
ol {
    margin: 0 0 1.5em 1em;
}
.bg-blue {
    background-color: #db1e3d;
}
.mb-10{
    margin-bottom: 10px;
}
.cat-sep-customers{
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.tab-content [class*="icon-bx-"][class*="bg-"]:not(.bg-white) a {
    color: #db1e3d;
}
.tab-content .icon-bx-sm i {
    font-size: 60px;
}
.tab-content .icon-bx-sm {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border: 3px solid #db1e3d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.tab-content .icon-bx-sm img {
    height: 65px;
}
.dlab-social-icon {
     text-align: left; 
}
.ft-contact .ft-contact-bx p a{
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 16px;
}
.widget_getintuch ul.list-inline li{
    padding-left: 0;
    padding-right: 8px;
}
.widget_getintuch ul.list-inline i {
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 400;
}
.footer-bottom-logo img{
    height: 60px;
    margin-bottom: 20px;
}
.bg-grey{
    background: #f7f7f7;
}
.breadcrumb-row {
    background: #f5f5f5;
    padding: 10px 0;
}

.header-search-wrapper {
    position: relative;
    display: inline-block;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.search-toggle .dashicons-search{
    font-size: 24px;
}

.search-form-header {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-field {
    width: 180px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search .page-header{
    background: #f5f5f5;
    padding: 10px 0;
}

.search .page-header .page-title{
    margin-bottom: 0;
    font-size: 24px;
}

.search .page-content.content-none-page{
    margin-top: 50px;
    padding-bottom: 0;
}

.search-submit{
    background: #22408b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.search .entry-header .entry-title{
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    margin-top: 10px;
}

.video-bx:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
}

.video-bx.about-yani-image:before {
    background: #F3F8FF;
}

.content-bx1.about-content-box h1{
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: underline;
}
.site-button.sharp-sm i{
    font-weight: 700;
}

.footer-top .site-button.sharp-sm{
    background: none;
}

.cat-title{
    color: var(--color-primary);
}

.contact-form-title{
    font-weight: 500;
    margin-bottom: 15px;
    font-style: italic;
}

.contact-style-1 .form-control{
    background: #fafafa;
}

.site-button-submit{
    background: var(--color-secondry);
    color: #fff;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 2em;
}

@media only screen and (max-width: 1200px) {
    .logo-header{
        max-height: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .navstyle1 .header-nav .nav > li.active > a {
        color: var(--color-secondry);
    }
    .header-nav .nav > li > a{
        color: var(--color-secondry);
    }
    .mobile-toggle .header-search-wrapper{
        float: right;
        margin: 30px 0 6px 0;
    }
    .navbar-toggler{
        margin: 31px 0 14px 10px;
    }
    .d-none-md{
        display: none;
    }
    .client-logo img {
        max-height: 35px;
    }
    .header-nav .nav > li.open > .sub-menu{
        margin-left: 1.5em;
    }
    .header-nav .nav > li .sub-menu li a:hover::after{
        color: var(--color-primary);
    }
    .header-nav .nav > li.menu-item-has-children:before {
        right: 25px;
        top: 20px;
        color: var(--color-secondry);
        margin-top: -14px;
        font-size: 12px;
        font-weight: 800;
    }
}

@media only screen and (max-width: 767px) {
    .order-first-sm{
        order: -1;
    }
    .video-bx.right-0:before{
        right: unset;
    }
    .video-infobx.text-end{
        text-align: left !important;
    }
    .section-head .title {
        font-size: 36px;
        line-height: 1.3;
    }
    .site-header .navbar-toggler, .site-header .is-fixed .navbar-toggler{
        margin: 32px 0 6px 10px;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-toggle{
        display: none;
    }
}

.dz_error-405 .site-button-submit {
    padding: 10px 30px;
}

.client-logo img{
    height: 60px;
    width: auto;
}

.lg-image {
    max-width: 100% !important;
    max-height: 70vh !important;
    margin-top: -80px;
}

.lg-outer .lg-toogle-thumb.lg-icon{
    color: #22408b;
}

.header-nav .nav > li:hover::before{
    color: var(--color-primary);
}

.header-nav .nav > li:before{
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.header-nav .nav > li .sub-menu{
    padding: 5px;
    margin-left: 0;
}

html, body {
  height: 100%;
  margin: 0;
}

.page-wraper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1;
}

.lg-backdrop{
    background-color: #f5f5f5;
}

.about-yani{
    text-align: justify;
    line-height: 2;
    font-weight: 500;
}

.title .highlight {
  color: #595A5C;
}

ul li{
    line-height: 2;
    font-weight: 500;
}

.content-inner.p-t80{
    padding-top: 80px;
}

.grecaptcha-badge{
    display: none;
}