@font-face {
    font-family: "Wingdings";
    font-style: normal;
    font-weight: normal;
    src: local("Wingdings"), url("fonts/wingding.woff") format("woff");
}

a:hover,
a:active {
    color: #f05a93;
}

.navbar li > ul ul {
    min-width: 270px;
    z-index: 2;
}

.navbar-nav li > ul {
    min-width: 270px;
}

.navbar-nav li a {
    font-size: 14px;
}

.butn {
    background-color: #f05a93;
}

.slider-fade.owl-theme .owl-dots .owl-dot.active span:before {
    background: #f05a93;
}

.banner-subtitle {
    color: #f05a93;
}

.banner-subtitle:after {
    background: #f05a93;
}

.bg-primary {
    background: #f05a93 !important;
}

.team-style1 .team-share {
    background-color: #f05a93;
}

.butn.white {
    background-color: #f05a93;
}

.scroll-to-top {
    background: #f05a93;
    border: 1px solid #f05a93;
}

.text-primary {
    color: #f05a93 !important;
}

.process-block h3 span {
    color: #f05a93;
    background: rgb(93 61 137 / 53%);
}

.footer-style1 h3:after {
    background: #f05a93;
}

.why-us .year {
    font-size: 40px;
}

.footer-style1 h3 {
    font-size: 15px;
}

.footer-list li a {
    font-size: 14px;
}

.text-primary-hover:hover {
    color: #f05a93 !important;
}

.team-style1:hover .team-content {
    background-color: #f05a93;
}

.footer-list li a:hover {
    color: #f05a93;
}

.social-icon-style1 li a:hover {
    color: #f05a93;
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active > a,
    .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #f05a93;
    }

}


@media screen and (max-width:1024px){
    .homebanner{
        height: 100% !important;
    }

    .leftBody-parts .Point .text {
        left: -102px !important;
    }
    .righBody-parts .Point .text {
        left: 68px !important;
    }

    /*    .homebanner .item{
            height:300px !important;
            background-size: contain !important;
            background: #f3f4ee;
        }*/

    #logo {
        max-width: 40px !important;
    }

    .key_0 .footer-list {
        column-count: 1 !important;
    }
}

.left-overlay-dark[data-overlay-dark]:before {
    background: linear-gradient(-90deg, transparent, #000 65%);
}

.custom-bar {
    background-color: #f05a93;
}

.counter-style1 .icon-box:before {
    background: #f05a93;
}

.pad-80{
    padding-top: 80px;
    padding-bottom: 0;
}

.form-box-custom{
    position: absolute;
    right:0;
    top:0;
}

.custom-card{
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%;
}

.custom-card:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}

.custom-card:after {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;

}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 1.8em;
    text-align: left;
    background: rgba(0,0,0,0.4);
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 15% 0 10px 0;
    text-align: left;
}

.hovereffect h4 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 14px;
    background-color: transparent;
    text-align: left;
}

.hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
    margin-top: 20px;
    color: #FFF;
    opacity: 1;
}

.hovereffect:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.scroll-to-top {
    bottom: 112px;
}

.float{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #004b9e;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 9999;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}

.float:hover,
.float:active,
.float:focus{
    color: #FFF;
}

.my-float{
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: rotate(85deg);
}

.sidebar.blog .widget .widget-title {
    background: #f05a93;
}