/* Add here all your CSS customizations */
.color-Yellow{
    color: #43bdbb !important;
}

.color-White {
    color: #fff !important;
}

.color-Blue {
    color: #0a4e9b  !important;
}

.background-Blue{
    background: #0a4e9b  !important;
}

.color-header-h1 {
    color: #43bdbb !important;
    font-size: 1.8em;
}

.font-slider {
    font-weight: 300 !important;
    font-size: 30px !important;
}

.shadow-to-font {
    text-shadow: 1px 3px #777;
}

/* for 768px or less Tablet */
@media screen and (max-width:768px) {

    .font-slider {
        font-size: 24px !important;
    }
}

/* for 480px or less */
@media screen and (max-width:480px) {

    .font-slider {
        font-size: 14px !important;
    }
}

@media screen and (min-width:480px) {
    .circleswatsup1 {
        display: none !important;
    }

    /*.circleswatsup2 {
        display: block !important;
    }*/

}

/* for 480px or less */
@media screen and (max-width:480px) {

    /*.circleswatsup1 {
        display: block !important;
    }*/

    .circleswatsup2 {
        display: none !important;
    }
}

.shake-tel {
    animation: shake 0.2s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    animation-iteration-count: infinite;
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }


}
.page-header-Azheneh {
    background-size: cover;
/*    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 180%;
    transform: translate3d(0px, -29.375px, 0px);
    background-position-x: 50%;*/
}
.footer-Azheneh {
   /* background: #E9EFF2 url(../../../images/PhotoTheme/footer-construction.jpg) no-repeat 10% 10%;*/
    border-top: 0;
    padding: 20px 0 30px;
    min-height: 400px;
    /*overflow: hidden;*/
}

.myclassfor-p p {
    color: #212529d9 !important;
}