.wrapper{
    overflow-x: hidden;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 15px;
    height: 100%;
}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#technology-offer{
    padding-top: 30px;
    padding-bottom: 30px;
}
#technology-offer .row{
    position: relative;
}
#technology-offer .container-fluid .bg-div{
    background-color: #ECECEC;
    border-radius: 10px;
    padding-bottom: 40px;
    margin: 0 130px;
}

@media (max-width: 991px) {
    #technology-offer .container-fluid .bg-div {
        margin: 0 !important;
        padding: 10px;
    }
    #technology-offer{
        overflow: hidden;
    }
    .technology-offer-title p{
        padding-left: 0 !important;
    }
}
@media (min-width: 991px) {

    #technology-offer .container-fluid{
        margin: 50px;
    }
}

#technology-offer .container {
    background-color: #ECECEC;
    border-radius: 10px;
    padding-bottom: 40px;
}

.technology-offer-carousel {
    padding: 15px;
}
.technology-offer-carousel .owl-stage {
    display: flex;
    display: -webkit-flex;

    align-items: flex-end;
    -webkit-align-items:flex-end;
    min-height: 420px;
}
.technology-offer-carousel .owl-stage-outer {
    /*padding: 20px 5px 0;*/
    overflow: visible !important;

}
.technology-offer-carousel .inner-item {
   background-color: white;
    padding: 15px;
    display: flex;
    border-radius: 10px;
    box-shadow:7px 8px 17px rgb(0 0 0 / 21%);
    transition: all 3s ease;
}
.technology-offer-carousel .inner-item .product_img{
    min-width: 50%;
    margin: auto;
}
.technology-offer-carousel .inner-item .product_img img{
    height: 100px;
    width: auto;
    transform: scale(1.9);
    transition: all 3s ease;
    margin: 0 auto;
}
.technology-offer-carousel .inner-item .product_text h4{
    font-weight: 800;
}
.technology-offer-carousel .inner-item .product_text h6{
    font-weight: 200;
    margin-bottom: 20px;
}
.technology-offer-carousel .inner-item .product_text{
    color: black;
    text-align: right;
    padding-bottom: 20px;
}
.technology-offer-carousel .inner-item .product_text *:not(h4):not(h6){
    opacity: 0;
    height: 0;
    font-size: 14px;
    font-weight: 300;
    transition: all 3s ease;
}
/*FIRST ACCTIV ELEM*/
.technology-offer-carousel .owl-item{
    transition: all 3s ease;

    /*min-height: 350px;*/
}
.technology-offer-carousel .owl-item:not(.active){
    opacity: 0;
}
.technology-offer-carousel .owl-item.active{
    opacity: 1;
}
.technology-offer-carousel .owl-item .inner-item {
    transition: all 3s ease;
    height: 170px;
}
.technology-offer-carousel .owl-item:not(.active) + .owl-item.active .inner-item {
    height: 400px;

}
.technology-offer-carousel .owl-item.product_text h4{
    transition: all 3s ease;
}
.technology-offer-carousel .owl-item .product_text h6{
    transition: all 3s ease;
}
.technology-offer-carousel .owl-item:not(.active) + .owl-item.active .product_img img{
    transform: scale(2.6) translateX(-20%);
}
.technology-offer-carousel .owl-item:not(.active) + .owl-item.active .product_text h4{
    transform: scale(1.3) translateX(-12%);
}
.technology-offer-carousel .owl-item:not(.active) + .owl-item.active .product_text h6{
    transform:scale(1.3) translateX(-12%);
}
.technology-offer-carousel .owl-item:not(.active) + .owl-item.active .product_text *{
    opacity: 1;
    height: auto;
}
.technology-offer-title h5{
    color: #D50019;
}
.technology-offer-title p{
    color: black;
    font-size: 15px;
    line-height: 2.3;
    font-weight: 300;
    padding-left: 20px;
}


.technology-offer-title {
    padding-top: 15px;
}

.technology-offer-carousel.owl-theme .owl-nav .owl-next{
    right: -55px;
}
.technology-offer-carousel.owl-theme .owl-nav .owl-prev{
    left: -130px;
}
.technology-offer-carousel.owl-theme .owl-nav [class*='owl-']{
    border-radius: 100%;
    background-color: black;
}
.technology-offer-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: black;
    color: #FFF;
    text-decoration: none;
}

.technology-offer-carousel .btn-main {
    white-space: nowrap;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #a1e934;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 3s ease;
    min-height: 42px;
}

@media (min-width: 769px) {
    .technology-offer-title {
        position: absolute;
        width: 70%;
        right: 0;
    }
}
@media (max-width: 1024px) {
    .technology-offer-title p{
        font-size: 12px;
    }
    .technology-offer-title{
        width: 67%;
    }
}
@media (max-width: 768px) {
    .technology-offer-carousel .owl-item:not(.active) + .owl-item.active .product_img img{
        transform: scale(1.5) translateX(-10%);
    }
}
/*---------------*/

#technology-single{
    padding-top: 30px;
    padding-bottom: 30px;
}
.technology-single-title h5{
    font-weight: 400;
    font-size: 24px;
}
.technology-single-info * {
    z-index: 1;
}
.technology-single-info .row .col-lg-6:first-child ul{
    list-style: none;
    color: white;
}

.technology-single-info .row .col-lg-6:last-child ul{
    list-style: none;
    color: #000000;
    /*color: #5e5e5e;*/
}
.technology-single-info .col-lg-6 ul li{
    padding-bottom: 10px;
}
.technology-single-info .col-lg-6 ul{
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}
.technology-single-info .col-lg-6 ul:before{
    content: "";
    position: absolute;
    height: 65%;
    left: 20px;
    top: 5px;
    width: 1px;
    background-color: #808080;
}

.technology-single-info{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.technology-single-info:before{
    content: "";
    height: 100%;
    position: absolute;
    width: 300%;
    right: 0;
    z-index: 0;
    bottom: 0;
    border-radius: 50px;
    background-color: #778e99;
    /*background-color: #F1C48B;*/
}
.technology-single-img {
    z-index: 1;
}
@media (min-width: 980px) {
    .float-lg-right{
        float: right;
    }
    .technology-single-img img{
        max-width: 620px;
    }
    .technology-single-img{
        position: absolute;
        right: -50%;
        /* top: 0; */
        bottom: -50%;
        /*transform: translateY(50%);*/
    }
    .technology-single-info{
        padding-left: 90px;
    }
}
.technology-single-info .row .col-md-12 ul{
    list-style: none;
    color: white;
    position: relative;
}
.technology-single-info .row .col-md-12 ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.technology-single-info .row .col-md-12 ul li span{
    color: #000000;
    width: 50%;
    /*color: #5e5e5e;*/
}

.technology-single-info .col-md-12 ul:before{
    content: "";
    position: absolute;
    height: 65%;
    left: 20px;
    top: 5px;
    width: 1px;
    background-color: white;

}
.technology-single-info .col-md-12 ul:after{
    content: "";
    position: absolute;
    height: 65%;
    left: 50%;
    top: 5px;
    width: 1px;
    background-color: #000;
}




.bg-2{
    background-color: #2C343B;
}
.partners img{
    opacity: 0.6;
    transition: all 0.3s ease;
    transform: scale(0.9);
    margin-bottom: 10px;
}
.partners img:hover{
    transform: scale(1.1);
   opacity: 1;
}
.partners:after{
    content: '';
    position: absolute;
    left: calc(50% - 50px);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #2C343B;
    clear: both;
}
@media (min-width: 992px){
    .col-lg {
        flex: 1 0 0% !important;
    }
}


.ikonos-section h4{
    font-size: 22px;
    font-weight: 400;
    padding-top: 20px;
}
/*----------*/
.project-list-item{
    background-size: cover;
    box-shadow: 10px 10px 15px 1px #ececec;
    margin-bottom: 30px;
    border-radius: 10px;
}
.project-list-item .project-list-text{
    padding: 15px;
}
.project-list-item .project-list-text .btn-main{
    margin-top: 10px;
    display: inline-block;
}
.project-list-item .project-list-text h6{
    font-weight: 300;
    padding-bottom: 10px;
}
.project-list-item .project-list-text p{
    color: #727272;
}
.project-list-item .project-list-text h3{
    /*padding-bottom: 20px;*/
    font-family: 'Abril Fatface', cursive;
}
/*----------*/
.galery .row{
    margin-bottom: 45px;
}
.galery-text *{
    color: white;
}
.galery-text h3{
    margin-bottom: 5px;
}
.galery-text{
    position: relative;
    color: white;
    padding-top: 20px;
}
.galery-text:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background-color: white;
}
/*-----------*/
.team-section .author_list_pp{
position: relative;
    display: block;
    margin: 0 auto;
    width: 160px;
    max-width: 100%;
}
.team-section .author_list_info a{
    font-size: 20px;
    font-weight: 400;
}
.team-section .author_list_info{
    text-align: center;
    padding-left: 0;
    padding-top: 15px;
}
.team-section .author_list_info span {
    color: #3CC7E8;
    font-size: 19px;
}
.team-section .author_list_info a:hover{
    color: black;
}
.team-detail img{
    border-radius: 15px;
}
/*--------------*/
.item_info h5 a{
    color: black;
}
.nft_attr h5{
color: black;
}
/*----------*/
.counter{
    text-align: center;
    overflow: hidden;
    background: #F7F8F9;
}
.counter:before{
    content: "";
    position: absolute;
    top: 0;
    right: -5%;
    left: -5%;
    height: 166%;
    transform: rotate(180deg);
    background: #fff;
    -webkit-clip-path: ellipse(50% 60% at 50% 100%);
    clip-path: ellipse(60% 60% at 50% 100%);
}
.counter .container{
    position: relative;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
}
.counter .de_count h3 span{
    font-size: 50px;
}
.counter .de_count h3 {
    color: #3CC7E8;
    font-size: 25px;
    font-weight: 600;
}
@media (min-width: 991px) {
    .counter .row .col-lg-4:not(:first-child):before{
        content: "";
        background-color: #727272;
        position: absolute;
        width: 1px;
        height: 80%;
        top: 0;
        left: 0;
    }
}
/*-----------------------*/

.faq-section .icon-box i:before{
    z-index: 1;
    position: relative;
}
/*.faq-section .icon-box i:after{*/
/*    content: "";*/
/*    background-color: #ffffffa3;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    border-radius: 100%;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    right: 0;*/
/*}*/

.faq-section .icon-box i:before{
    content: "";
    background-color: #ffffffa3;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    top: -5px;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 0;
}
.faq-section .icon-box i img{
    position: relative;
}
.faq-section .icon-box i{
    position: relative;
    color: black;
    transition: all 0.5s ease;
    opacity: 1;
    font-size:30px;
}

.faq-section .icon-box:hover i{

opacity: 0;
}
.faq-section .icon-box span{
    transition: all 0.5s ease;
    color: black;
    transform: scale(0.75);
    font-weight: 500;
}
.faq-section .icon-box:hover span{
    transform:scale(1.5) translateY(-50%) ;
    color: white;
}
.faq-section .icon-box{
    background-color: #F1F1F1;
}
.faq-section .icon-box:hover{
    background-color: #3CC7E8;
}
.faq-text ol li{
    padding-left: 15px;
    color: black;
    font-weight: 300;
    font-size: 17px;
}
.faq-text ol{
    padding-left: 15px;
}


.faq-text h2 i{
    color: #0d0c22;
}
.faq-text ol li::marker {
    font-size: 15px;
    font-weight: 600;
    color: black;
}
.faq-text .faq-text-q{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: black;
    display: block;
}
/*-------------*/
.szalagcim{
    background: linear-gradient(-120deg, #3CC7E8 0%, #3CC7E8 100%);
    color: white;
    padding: 45px 0;
    transition: all 1s ease-in-out;
}

.szalagcim *{
    color: white;
    text-align: center;
    margin: 5px;
    text-transform: none;
    font-size: 2.2rem;
    font-weight: 600;
    display: block;
}
/*------------*/
.big-btn{
    display: block;

    font-size: 30px !important;
    height: auto;
    padding: 26px 10px !important;
}
.project-list-item img,
.erv img{
    border-radius: 15px;
}
/*--------------*/
#mainmenu li:hover > a,
#mainmenu li.active > a{
    text-shadow: 0 0 0.01px black;
  /*font-weight: 600;*/
}
#mainmenu li > a{
    padding-right: 6px;
    font-weight: 400;
    text-transform: uppercase;

}

#mainmenu a{
    font-size: 16px;
    padding: 30px 10px;
}
#mainmenu a.dropdown-item{
    padding: 5px;
    text-align: left;
}
header .logo,
header .logo-2{
    max-height: 80px;
}
@media (max-width: 768px) {
    header .logo,
    header .logo-2{
        max-height: 55px;
    }
}
@media only screen and (max-width: 992px){
    #menu-btn {
margin-top: -3px;
    }
}

.float-right{
    float: right;
}


.project-list-nav li{
    font-size: 16px;
    padding-top: 10px;
}
.project-list-nav ul{
    list-style: none;
}
.project-list-nav {
    list-style: none;
    padding-left: 0;
    color: white;
    padding-right: 25px;
    position: relative;
}
.project-list-nav-cont{
    position: relative;
    /*overflow: hidden*/
}
.project-list-nav-cont:before{
    content: "";
    width: 1000px;
    height: calc(100% + 180px);
    position: absolute;
    right: 10px;
    background: #313942;
    z-index: 0;
    top: -90px;
}
@media (max-width: 991px) {
    .project-list-nav-cont {
        margin-bottom: 20px;
    }
    .project-list-nav-cont:before {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
}


.sticky-top{
  top: 100px !important;
}
.alerts .alert{
    font-size: 20px;
    padding: 1.7rem 1rem;
}

/*----------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);

#wrap {
    /*margin: 0px 20px;*/
    display: inline-block;
    position: relative;
    height: 30px;
    min-width: 40px;
    /*background: white;*/
    float: right;
    padding: 0;
    /*margin-top: 5px;*/
}

#kereso {
    height: 30px;
    font-size: 20px;
    display: inline-block;
    font-family: "Lato";
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 16px 16px;
    padding-right: 25px;
    /*padding-right: 60px;*/
    width: 0px;
    position: absolute;
    top: -2px;
    right: -4px;
    background: none;
    z-index: 10000;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

#kereso:focus:hover {
    border-bottom: 1px solid #727272;
}

#kereso:focus {
    width: 200px;
    /* z-index: 1; */
    border: 1px solid #727272;
    border-radius: 15px;
    cursor: text;
    background-color: white;
    z-index: 9999;
}
#search_submit {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: red;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    text-indent: -10000px;
    background-size: contain;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
}

#search_submit:hover {
    opacity: 0.8;
}
/*---------------*/
.lang-btn-cont ul li {
    position: relative;
    margin: 0;
    width: 100%;
    display: block;
    border-bottom: 1px dashed silver;
    padding: 11px 0;
}
.lang-btn-cont ul li:last-child {
    border-bottom: none;
}

.lang-btn-cont ul{
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .3s,opacity .3s;
    -ms-transition: -ms-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    position: absolute;
    top: 70px;
    z-index: 1000;
    margin: 0;
    padding: 9px 15px;
    min-width: 220px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}
.lang-btn-cont ul.lang-show{
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.lang-btn{
    padding: 0 10px;
    font-weight:400 ;
    /*margin-left: 10px;*/
    background-color: transparent;
    background: transparent;
}
.lang-flag{
    border-radius: 100%;
    height: 20px;
    width: 20px;
}
.lang-dropdown li{
    background-color: white;
}

@media (max-width: 1366px) {
    #mainmenu li > a{
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    .navbar.navbar-expand-md{
      position: static;
    }
    #mainmenu li > a{
        font-size: 13px;
        /*font-size: 10px;*/
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .lang-btn-cont ul {
        right: 0;
    }
    .lang-btn-cont ul a {
       text-align: left;
    }
}
/*-----------------*/
#wrapper{
    overflow-x: hidden;
}
@media (max-width: 991px) {

    section{
        padding:30px 0 30px 0;
    }
}
/*-------------*/
.header-mobile #mainmenu li{
    height: 0;
    opacity: 0;
    /*z-index: -1;*/
}
.form-border .form-check-input{
    border: 1px solid #ced4da;
    margin-bottom: 20px;
}
/* ============ desktop view ============ */
@media all and (max-width: 992px) {
    .navbar-nav .dropdown-menu .dropdown-item:before{
        content: ">";
        position: absolute;
        margin-left: -8px;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
        font-size: 14px !important;
        padding-left: 35px !important;

    }
    .navbar-nav .dropdown-menu .dropdown{
        margin-bottom: 0 !important;
        display: block;
    }
    .navbar-nav .dropdown-menu .dropdown-menu  .dropdown-item{
        padding-left: 50px !important;
    }
    header.header-mobile #mainmenu>li{
        /*z-index: -1;*/
    }
    .navbar-nav .dropdown-menu{
        border: none;
        padding: 0;
        width: 100%;
        /* margin-left: -18px; */
        /* z-index: 8999999999999; */
        /*border-bottom: 3px solid #ececec;*/
        position: relative;
        top: 0 !important;
        left: 0 !important;
    }
    header.header-mobile #mainmenu{
        overflow: scroll;
        max-height: 372px;
    }
    .header-mobile #mainmenu li{
        height: auto !important;
    }

}
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

.btn-main.btn-main-right-padding{
    margin-right: 10px;
}

.wbr-min-height-30{
    min-height: 30px;
}

/*--------*/
.form-border select,
.form-border .field-set textarea,
.form-border .field-set input{
    margin: 0;
    border: none;
    border-bottom: 2px solid #dbdbdb;
}
.form-border .field-set{
    /*border-bottom: 2px solid #dbdbdb;*/
    /*padding-left: 10px;*/
    margin-bottom: 35px;
}
.form-border input[type=tel]:focus,
.form-border input[type=text]:focus,
.form-border textarea:focus,
.form-underline input[type=email]:focus,
.form-border input[type=date]:focus,
.form-border select:focus
{
    border-bottom-color: #3CC7E8;
    webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
    background-color: transparent;
}
.form-border .field-set:focus,
.form-border .field-set:hover{
    /*border-bottom-color: var(--primary-color);*/
}
.contact-img{
    border-radius: 65px;
    /*border: 1px solid var(--primary-color);*/
}

.idezet-block {
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
    font-style: italic;
}
.idezet-block p{
    padding-top: 13px;
}
.idezet-block:before {
    content: '\201C';
    position: absolute;
    top: 0.25em;
    left: -0.15em;
    color: var(--primary-color);
    font-size: 6em;
    z-index: 0;
    opacity: 0.3;
}

.wbr-testimonial-image{
    border-radius: 65px;
    border: 1px solid var(--primary-color);
}

.gallery-carousel .owl-dots button{
    width: 15px;
    height: 15px;
}
.gallery-carousel .owl-dots{
    width: fit-content;
    text-align: right;
    float: right;
    margin-top: 0;
}
.tech-icon-box ul{
    text-align: left;
    list-style: none;
    font-weight: 400;
    padding-left: 0;
}

.tech-icon-box .wbr-title{
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 24px;
    font-weight:600;
    text-align: center;
}
.tech-icon-box p{
    text-align: left;
}
.tech-icon-box .icon img{
    transform: rotate(
            135deg);
    padding: 15px;
}
.tech-icon-box .icon{
    width: 100px;
    margin-top: -35px !important;
    height: 100px;
    margin: 0 auto;
    background-color: red;
    border-radius: 0 50% 50% 50%;
    border: 3px solid transparent;
    transform: rotate(-135deg);
    /* margin-top: 20px; */
}
.tech-icon-box{
    border-radius: 15px;
    padding: 12px;
    height: 86%;
    margin-top: 20px;
    background-color: #EDEDED;
    box-shadow: 5px 4px 9px 6px #95959575;
    text-align: center;
    margin-bottom: 50px;
    transition: all 0.3s ease;
}
.tech-icon-box:hover{
    margin-top: -10px;
    background-color: #F8F7F7;
}
.tech-small-text {
    display: flex;
    margin-bottom: 30px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.tech-small-text-item.active{
    background-color: #FEEC24;
    box-shadow: 5px 4px 9px 6px #95959575;
}
.tech-small-text-item{
    padding: 12px;
    font-weight: 700;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .tech-small-text {
        justify-content: flex-start;
    }
}
.post-content .post-image{
    overflow: hidden;
}
.post-content .post-image img{
    transition: all 0.3s ease;
}
.post-content:hover .post-image img{
    transform: scale(1.1);
}
.project-list-item .col-md-4 img{
    transition: all 0.3s ease;
}
.project-list-item:hover .col-md-4 img{
    transform: scale(1.1);
}
.project-list-item .col-md-4{
    overflow: hidden;
}
.pl-0{
    padding-left: 0 !important;
}
.post-by i {
    font-size: 20px;
}
.post-by .fa-facebook-f{
    color: #1877F2;
}
.post-by .fa-twitter{
    color: #1DA1F2;
}
.post-by .fa-linkedin{
    color: #0A66C2;
}

.wbr-fake-breadcrumb{
    height: 104px!important;
}
@media (max-width: 768px) {
    .social-icons a{
        display: inline-block !important;
    }
    .social-icons{
        margin-bottom: 15px;
    }
}
.owl-dot.active{
  background-color: var(--primary-color);
}