.border-left-20 .react-addon-services.services-style2 .services-part .services-icon {
    margin-right: 20px;
}

.react-addon-services.gray_yes:hover img {
    filter: grayscale(100);
}

.react-addon-services.services-style3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.react-addon-services.services-style3 .services-part {
    display: block;
}

.react-addon-services.services-style3 .services-part .service--top .icon-inner {
    border-radius: 50%;
    width: 192px;
    height: 192px;
    border: 2px dashed var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 33px;
    transition: 0.3s;
    position: relative;
}

.react-addon-services.services-style3 .services-part .service--top .icon-inner .number {
    position: absolute;
    right: 20px;
    top: 0;
    background: var(--primaryColor);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}

.react-addon-services.services-style3 .services-part .service--top .services-icon {
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.react-addon-services.services-style3 .services-part .service--top .services-title {
    margin-bottom: 7px;
}

.react-addon-services.services-style3 .services-part .service--top .services-title .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    letter-spacing: -0.3;
    margin-bottom: 0;
}

.react-addon-services.services-style3 .services-part .service--top .services-title .title:hover {
    color: var(--primaryColor);
}

.react-addon-services.services-style3 .services-part .services--bottom {
    display: block;
}

.react-addon-services.services-style3 .services-part .services--bottom .services-txt {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 28px;
}

.react-addon-services.services-style3 .services-part .services--bottom .services-btn {
    font-weight: 700;
    font-size: 16px;
}

.react-addon-services.services-style3:hover .services-part .service--top .icon-inner .number {
    transform: scale(1.1);
}

.react-addon-services.services-style3:hover .services-part .service--top .icon-inner {
    border-color: var(--primaryColor);
}

.react-addon-services.services-style4 {
    position: relative;
}

.react-addon-services.services-style4 .services-part {
    box-shadow: 0px 13px 40px #1810100a;
    position: relative;
    border-radius: 15px;
}

.react-addon-services.services-style4 .services-part .services-icon {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}

.react-addon-services.services-style4 .services-part .services-icon img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    transition: 0.3s;
}

.react-addon-services.services-style4 .services-part .services-icon .number {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    background: #fff;
    border-radius: 0 15px 0 15px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primaryColor);
    font-weight: 700;
}

.react-addon-services.services-style4 .services-part .services-text {
    z-index: 5;
    padding: 40px;
    background: #fff;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: -50%;
}

.react-addon-services.services-style4 .services-part .services-text .hidden-area {
    max-height: 84px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.react-addon-services.services-style4 .services-part .services-btn-part i {
    margin-left: 3px;
    transition: 0.5s ease-in-out;
}

.react-addon-services.services-style4 .services-part .services-btn-part .services-btn:hover i {
    margin-left: 7px;
}

.react-addon-services.services-style4 .services-part:hover .services-text .hidden-area {
    max-height: 155px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.react-addon-services.services-style5 .services-part {
    background: #f7f7f7;
    border-radius: 15px;
    padding: 40px;
}

.react-addon-services.services-style5 .services-part .services-icon {
    overflow: hidden;
    border-radius: 15px;
    max-width: max-content;
}

.react-addon-services.services-style5 .services-part:hover img {
    transform: scale(1.2);
    border-radius: 15px;
    overflow: hidden;
}

.react-addon-services.services-style5 .services-part .services-text {
    padding-top: 20px;
}

.react-addon-services.services-style5 .services-btn-part .services-btn {
    background: var(--primaryColor);
    color: #fff;
    padding: 12px 30px;
    border-radius: 0 0 15px 15px;
    margin-left: 35px;
    display: inline-block;
    font-weight: 700;
}

.react-addon-services.services-style1 {
    position: relative;
}

.react-addon-services.services-style1 .services-btn-part a i {
    margin-left: 0;
    opacity: 0;
    transition: 0.3s;
}

.react-addon-services.services-style1:hover i {
    opacity: 1 !important;
    margin-left: 7px !important;
    font-weight: bold;
}

.react-addon-services.services-style1 .services-title h3 {
    margin-bottom: 4px !important;
}

.react-addon-services .services-part {
    position: relative;
}

.react-addon-services .services-part .services-icon {
    padding: 5px;
    font-size: 50px;
    line-height: 50px;
    color: var(--primaryColor);
    transition: all ease .3s;
}

.react-addon-services .services-part .services-icon i {
    transition: all ease .3s;
}

.react-addon-services .services-part .services-icon i:before {
    margin: 0;
}

.react-addon-services .services-part .services-icon:hover {
    color: #040404;
}

.react-addon-services .services-part .services-icon:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primaryColor);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.react-addon-services .services-part .services-text {
    padding: 10px 0 0;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.react-addon-services .services-part .services-text .services-title {
    position: relative;
}

.react-addon-services .services-part .services-text .services-title .title {
    font-size: 24px;
    margin: 0 0 10px;
    color: #1C2539;
}

.react-addon-services .services-part .services-text .services-title .title a {
    color: #1C2539;
}

.react-addon-services .services-part .services-text .services-title .title a:hover {
    color: #ffecec;
}

.react-addon-services .services-part .services-text .services-txt {
    color: #5D666F;
    margin: 0;
    transition: 0.4s;
}

.react-addon-services .services-part .services-text .services-btn-part {
    margin: 10px 0 0;
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn {
    position: relative;
    display: inline-block;
    color: #040404;
    transition: all ease .3s;
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover {
    color: var(--primaryColor);
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover span {
    color: var(--primaryColor);
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after span {
    float: left;
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before span {
    float: right;
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before i {
    margin-right: 10px;
}

.react-addon-services .services-part img {
    transition: 0.4s;
}

.react-addon-services.services-style2 .services-part {
    background: 0 0;
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
}

.react-addon-services.services-style2 .services-part .services-icon {
    margin-right: 37px;
}

.react-addon-services.services-style2 .services-part .services-icon img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 65px;
}

.react-addon-services.services-style2 .services-part .services-icon svg, .react-addon-services.services-style2 .services-part .services-icon svg path {
    fill: var(--primaryColor);
}

.react-addon-services.services-style2 .services-part:hover .services-icon img {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
}

.react-addon-services.services-style2 .services-part a.services-btn {
    transition: 0.3s;
}

.react-addon-services.services-style2 .services-part a.services-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 12px;
    color: #1C2539;
    font-size: 14px;
    transition: 0.3s;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}

.react-addon-services.services-style2 .services-part a.services-btn:hover i {
    background: var(--primaryColor);
    color: #fff;
}

.react-addon-services.services-style6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.react-addon-services.services-style6 .services-part {
    display: block;
}

.react-addon-services.services-style6 .services-part .service--top .icon-inner {
    height: 110px;
    width: 110px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #FFFFFF;
    margin-bottom: 70px;
    position: relative;
}

.react-addon-services.services-style6 .services-part .service--top .icon-inner::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    z-index: 1;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #eee;
    padding: 10px;
    transform: translate(-50%, 3px);
}

.react-addon-services.services-style6 .services-part .service--top .icon-inner .mid-arrows {
    display: block;
    width: 9px;
    height: 9px;
    background: var(--primaryColor);
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    border-radius: 30px;
    transform: translate(-50%, 6px);
}

.react-addon-services.services-style6 .services-part .service--top .services-icon {
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.react-addon-services.services-style6 .services-part .services--bottom {
    padding: 54px 33px 50px 33px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #EFEEEE;
    background: #FFF;
    box-shadow: 0px 19px 51px 0px rgba(14, 18, 30, 0.06);
    position: relative;
    display: block;
}

.react-addon-services.services-style6 .services-part .services--bottom .services-title {
    margin-bottom: 13px;
}

.react-addon-services.services-style6 .services-part .services--bottom .services-title .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    letter-spacing: -0.3;
    margin-bottom: 0;
}

.react-addon-services.services-style6 .services-part .services--bottom .number-box {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #EFEEEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 1;
    color: var(--primaryColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.react-addon-services.services-style6 .services-part .services--bottom .number-box .number {
    background: #e57d611a;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
    transition: 0.3s;
}

.react-addon-services.services-style6 .services-part .services--bottom .services-txt {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 28px;
    margin: 0;
}

.react-addon-services.services-style6 .services-part .services--bottom .services-btn {
    font-weight: 700;
    font-size: 16px;
}

.react-addon-services.services-style6 .services-part:hover .number-box .number {
    background: var(--primaryColor);
    color: #fff;
}

/*# sourceMappingURL=services-grid.css.map */


.text-center {
    text-align: center;
}

.color-white {
    color: #fff;
}

.box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

@media screen and (min-width: 1380px) {
    .box-container {
        flex-direction: row
    }
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box-header {
    /* font-size: 34px; */
}

.flip-box p {
    /* font-size: 20px; */
    line-height: 1.5em;
}

.inner.color-white.flip-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flip-box-img-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    /* border: 2px solid #fff; */
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.container .box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: linear-gradient(to bottom, #E4E5EC, #FCDAEA);
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.container .box:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    z-index: 2;
    pointer-events: none;
    text-align: center;
}

.container .box .service-box-icon {
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    background: #FF1493;
    display: flex;
    justify-content: center;
    aling-items: center;
    border-radius: 20%;
    font-size: 50px;
    font-weight: normal;
    transition: 1s;
    padding: 10px;
}

.container .box .service-box-icon i {
    padding: 12px;
}

.container .box .service-box-icon {
    /*box-shadow:0 0 0 0 #76D7C4;*/
    /*backgraund:#76D7C4;*/
}

.container .box:hover .service-box-icon {
    /* box-shadow: 0 0 0 400px #76D7C4; */
}

.service-box-icon-wrapper {
    width: 100%;
    display: flex;
}

.container .box .content {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.container .box:hover .content {
    color: #fff;
}

.container .box .content h3 {
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

.container .box .content p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.service-read-more {
    display: inline-block;
    padding: 10px 25px;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    box-shadow: 5px 2px 5px rgba(0, 0, 0, .2);
    /* border: 1px solid green; */

}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

.service-block-one a {
    text-decoration: none
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #353535;
    padding: 50px 20px 36px
}

.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 500ms ease
}

.service-block-one .inner-box:hover:before {
    height: 100%;
    top: 0
}

.service-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 8px;
    z-index: 1;
    transition: all 500ms ease
}

.service-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #303030;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    left: -9px;
    top: -13px;
    z-index: -1;
    transition: all 500ms ease
}

.service-block-one .inner-box:hover .icon-box:before {
    /*background: #c42526*/
}

.service-block-one .inner-box:hover .icon-box {
    transform: rotateY(360deg);
    color: #fff
}

.service-block-one .inner-box h3 {
    position: relative;
    display: block;
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: #fff
}

.service-block-one .inner-box p {
    position: relative;
    color: #fff;
}

.service-block-one .inner-box .theme-btn {
    padding: 12px 25px
}

.service-block-one .inner-box:hover .theme-btn {
    background: #de3f40
}

.service-section .sec-title {
    margin-bottom: 70px
}

.service-section .sec-title span {
    margin-bottom: 21px
}

.service-block-one .inner-box .icon-box {
    color: #da292a
}

.service-block-one .inner-box:before {
    /*background: #da292a*/
}

.inner-box-header{
    position: relative;
}


.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    background: #da292a;
    line-height: 26px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease
}

.theme-btn:before {
    position: absolute;
    content: '';
    background: #1c1d1f;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.theme-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.theme-btn i {
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-left: 40px;
}

@media (max-width: 1024px) {
    .service-block-one .inner-box {
        padding: 30px
    }

    .service-block-one {
        margin-bottom: 15px
    }

    .theme-btn {
        padding: 10px 20px
    }
}




