/*
Theme Name: estudiotrama
Tags:  custom-menu, editor-style, featured-images
Template: techno
Version: 5.1.1
*/


@import '../techno/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/
.feature-box.style-12:before {
	display:none;
}

.feature-box.style-12.serv1:hover {
    background: #0d5e7c;
}

.feature-box.style-12.serv1 {
    background: #ffffff;
}

.feature-box.style-12.serv2:hover {
    background: #b7dbd4;
}

.feature-box.style-12.serv2 {
    background: #ffffff;
}

.feature-box.style-12.serv3:hover {
    background: #f3a962;
}

.feature-box.style-12.serv3 {
    background: #ffffff;
}

.feature-box.style-12.serv4:hover {
    background: #b6e198;
}

.feature-box.style-12.serv4 {
    background: #ffffff;
}

.dreamit-button-box.style8 .dreamit-button a {
    background: linear-gradient(-90deg, #117398 0%, #0d5e7c 100%);
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 28px;
    color: #fff;
}

.dreamit-button-box.style8 .dreamit-button a:hover {
    background: linear-gradient(to left, #0d5e7c, #117398 100%);
}	
	
	.blog_carousel_10.owl-carousel.curosel-style-10 .owl-nav div {
    border-radius: 50%;
    color: #0d5e7c;
    font-size: 19px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    transition: 0.3s;
    width: 49px;
    text-align: center;
    z-index: 1;
    opacity: 1;
    background: #fff;
    border: 1px dotted #0d5e7c;
}

.blog_carousel_10.owl-carousel.curosel-style-10 .owl-nav div:hover {
    background: linear-gradient(-90deg, #0d5e7c 0%, #117398 100%);
    color: #fff;
}

.elementor-17722 .elementor-element.elementor-element-3ea3b19 .elementor-social-icon:hover svg {
    fill: #FFF;
}

.elementor-17722 .elementor-element.elementor-element-3ea3b19 .elementor-social-icon:hover i {
    color: #FFF;
}


.elementor-17722 .elementor-element.elementor-element-3ea3b19 .elementor-social-icon:hover {
    background: linear-gradient(-90deg, #0d5e7c 0%, #117398 100%);
    --icon-padding: 1em;
}
	
	
::-webkit-scrollbar-thumb{
    background: #0d5e7c;
}

::-webkit-scrollbar-thumb:hover{
    background: #0d5e7c;
}

.testimonial_list15.owl-carousel.curosel-style.testimonial-style15 .owl-nav div {
    border-radius: 50%;
    color: #0d5e7c;
    font-size: 19px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    transition: 0.3s;
    width: 49px;
    text-align: center;
    z-index: 1;
    opacity: 1;
    background: #fff;
    border: 1px dotted #0d5e7c;
}

.testimonial_list15.owl-carousel.curosel-style.testimonial-style15 .owl-nav div:hover {
    background: linear-gradient(-90deg, #0d5e7c 0%, #117398 100%);
    color: #fff;
}

.techno_menu ul .sub-menu li:before {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 20px;
    color: #0d5e7c;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    width: 15px;
    height: 1px;
    background: #0d5e7c;
}

