/*global area*/
/*----------------------------------------------------*/

@keyframes zooming {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes borderpls {
    0% {
        box-shadow: 0 0 0 0 #082680;
    }
    70% {
        box-shadow: 0 0 0 30px #082680;
        opacity: 0;
    }
    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0;
    }
}
@keyframes borderpls2 {
    0% {
        box-shadow: 0 0 0 0 #082680;
    }
    70% {
        box-shadow: 0 0 0 10px #082680;
        opacity: 0;
    }
    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0;
    }
}
@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.dia-home {
    margin: 0;
    padding: 0;
    color: #585476;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.667;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url("../img/pre.svg") no-repeat center center;
}
.decoration-wrapper {
    overflow: hidden;
    position: relative;
}
.zooming {
    animation: zooming 18s infinite both;
}
.dia-headline h1,
.dia-headline h2,
.dia-headline h3,
.dia-headline h4,
.dia-headline h5,
.dia-headline h6 {
    margin: 0;
    font-family: "Poppins";
}
.dia-section-title span {
    font-size: 16px;
}
.dia-section-title h2 {
    color: #282350;
    font-size: 40px;
    font-weight: 700;
    padding-top: 5px;
    line-height: 1.375;
}
.dia-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #ff6700;
}
.dia-scrollup i {
    color: #fff;
}
.dia-section-title span,
.dia-banner-section .dia-banner-content .dia-banner-tag {
    font-weight: 700;
    background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn,
.dia-service-section .dia-service-btn .dia-service-more,
.dia-exp-section .dio-exp-text-area .dia-exp-btn,
.dia-port-more a,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before,
.dia-service-section .dia-service-btn .dia-service-more:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:before,
.dia-port-more a:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    bottom: -100%;
    position: absolute;
    transition: 0.5s all ease-in-out;
}
.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:hover:before,
.dia-service-section .dia-service-btn .dia-service-more:hover:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:hover:before,
.dia-port-more a:hover:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:hover:before {
    bottom: 0;
}
.fadeFromUp {
    animation-name: fadeFromUp;
}
.fadeFromRight {
    animation-name: fadeFromRight;
}
.fadeFromLeft {
    animation-name: fadeFromLeft;
}
/*global area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.dia-service-section {
    padding: 90px 0px 115px;
}
.dia-service-section .dia-service-img {
    margin-top: 55px;
}
.dia-service-section .dia-service-img .dia-service-shape2 {
    top: 0;
    z-index: -2;
}
.dia-service-section .dia-service-img .dia-service-shape1 {
    left: 0;
    top: 10px;
    z-index: -1;
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.dia-service-section .dia-service-text {
    padding-left: 60px;
}
.dia-service-section .dia-service-details {
    margin: 35px 0px 5px;
}
.dia-service-section .dia-service-details .dia-service-item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.dia-service-section .dia-service-details .dia-service-item h3 {
    color: #282350;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
}
.dia-service-section .dia-service-details .dia-service-item li {
    padding-left: 15px;
    position: relative;
    padding-bottom: 5px;
}
.dia-service-section .dia-service-details .dia-service-item li:before {
    top: 0;
    left: 0;
    content: "+";
    position: absolute;
}
.dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
    padding-left: 35px;
}
.dia-service-section .dia-service-btn .dia-service-more {
    height: 50px;
    width: 225px;
    margin-top: 10px;
    line-height: 50px;
    border-radius: 40px;
    background-color: #390ed2;
}
.dia-service-section .dia-service-btn .dia-service-more a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins";
}
.dia-service-section .dia-service-btn .dia-service-more:before {
    background-color: #ff6700;
}
.dia-service-section .dia-service-review {
    max-width: 215px;
}
.dia-service-section .dia-service-review .dia-service-rate ul {
    margin-bottom: 8px;
}
.dia-service-section .dia-service-review .dia-service-rate li {
    font-size: 14px;
    color: #f7c903;
}
.dia-service-section .dia-service-review .dia-service-rate-text {
    font-size: 14px;
}
.dia-service-section .dia-service-review .dia-service-rate-text span {
    color: #282350;
    font-weight: 700;
}
