.service-area {
    position: relative
}

.service-card {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.service-card img {
    margin-bottom: 20px;
    height: 75px
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.service-card h3 a {
    color: #011f4c
}

.service-card p {
    margin-bottom: 0
}

.service-card .service-card-shape {
    position: absolute;
    bottom: 0;
    left: 0
}

.service-card-into {
    position: relative
}

.service-card-into .service-dots {
    position: absolute;
    z-index: -1;
    right: -70px;
    bottom: -170px
}

.service-card-into .service-dots img {
    z-index: -1
}

.service-area .col-lg-4:nth-child(1) .service-card-into {
    margin-top: 170px
}

.service-area .col-lg-4:nth-child(3) {
    margin-top: -140px
}

.service-shape .service-bg {
    position: absolute;
    top: 200px;
    left: 0
}

.service-shape .shape1 {
    position: absolute;
    top: 30%;
    left: 20%;
    -webkit-animation: flash 5s infinite linear;
    animation: flash 5s infinite linear
}

.service-shape .shape2 {
    position: absolute;
    top: 30%;
    right: 3%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear
}

.service-area-two {
    position: relative;
    padding-bottom: 100px;
    padding-top: 50px
}

.service-area-two .section-title {
    max-width: 705px;
    margin-left: auto;
    margin-right: auto
}

.service-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding: 50px 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.service-item::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 30px;
    text-align: center;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #f7f7f7
}

.service-item:hover h3 a {
    color: #ff3900
}

.service-item h3 {
    margin-bottom: 25px
}

.service-item h3 a {
    display: block;
    color: #4d4c6b
}

.service-item .service-item-img {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.service-item .service-item-img .img-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    border: 1px dashed #1a1b1e;
    border-radius: 50px;
    -webkit-animation: rotated360 9s infinite linear;
    animation: rotated360 9s infinite linear
}

.service-item .service-item-img .img-circle::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    top: 20px;
    left: 0;
    background-color: #ff3900;
    border-radius: 50px
}

.service-item .service-item-img a {
    display: block;
    top: 25px;
    position: relative;
    z-index: 1;
    -webkit-animation: none;
    animation: none
}

.service-item .service-item-img a img {
    -webkit-animation: none;
    animation: none;
    max-width: 100%;
    height: 40px
}

.service-item p {
    margin-top: 10px;
    margin-bottom: 15px
}

.service-item .learn-btn {
    color: #ff3900;
    font-weight: 600
}

.service-item .learn-btn i {
    position: relative;
    top: 3px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px dashed #ff3900;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .7s;
    transition: .7s
}

.service-item .learn-btn:hover {
    color: #011f4c
}

.service-item .learn-btn:hover i {
    color: #011f4c;
    border-color: #011f4c;
    -webkit-animation: rotated360 9s infinite linear;
    animation: rotated360 9s infinite linear
}

.service-two-shape .shape-in1 {
    position: absolute;
    top: 0;
    left: 20%;
    -webkit-animation: flash 3s infinite linear;
    animation: flash 3s infinite linear
}

.service-two-shape .shape-in2 {
    position: absolute;
    top: 30%;
    left: 5%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite
}

.service-two-shape .shape-in3 {
    position: absolute;
    top: 40%;
    left: 2%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear
}

.service-two-shape .shape-in4 {
    position: absolute;
    top: 45%;
    right: 5%;
    -webkit-animation: running-in 16s infinite linear;
    animation: running-in 16s infinite linear
}

.service-two-shape .shape-in5 {
    position: absolute;
    top: 60%;
    right: 2%;
    -webkit-animation: flash 3s infinite linear;
    animation: flash 3s infinite linear
}

.service-another {
    padding-top: 70px;
    position: relative
}

.service-another .section-title h2 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.service-area-three .section-title p {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.service-item-two {
    text-align: center;
    padding: 30px
}

.service-item-two:hover h3 a {
    color: #ff3900
}

.service-item-two a {
    display: block
}

.service-item-two a img {
    max-width: 100%;
    margin-bottom: 20px
}

.service-item-two h3 {
    margin-bottom: 10px
}

.service-item-two h3 a {
    color: #2a284f
}

.service-item-two p {
    margin-bottom: 0
}

.service-another-card {
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    border-radius: 5px
}

.service-another-card:hover::before {
    height: 100%;
    opacity: 1
}

.service-another-card:hover a .service-icon {
    background-color: #fff;
    color: #ff3900
}

.service-another-card:hover h3 a {
    color: #fff
}

.service-another-card:hover p {
    color: #fff
}

.service-another-card:hover .learn-btn {
    color: #fff
}

.service-another-card:hover .learn-btn i {
    color: #fff;
    border-color: #fff;
    -webkit-animation: rotated360 9s infinite linear;
    animation: rotated360 9s infinite linear
}

.service-another-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2500), to(#ff7100));
    background-image: linear-gradient(to bottom, #ff2500, #ff7100);
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
    border-radius: 5px
}

.service-another-card a {
    display: block
}

.service-another-card a .service-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px
}

.service-another-card h3 {
    margin-bottom: 15px
}

.service-another-card h3 a {
    display: block;
    color: #2a284f
}

.service-another-card p {
    margin-bottom: 15px
}

.service-another-card .learn-btn {
    color: #ff3900;
    font-weight: 600
}

.service-another-card .learn-btn i {
    position: relative;
    top: 3px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px dashed #ff3900;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .7s;
    transition: .7s
}

.service-another-card .learn-btn:hover {
    color: #fff
}

.service-another-card .learn-btn:hover i {
    color: #fff;
    border-color: #fff;
    -webkit-animation: rotated360 9s infinite linear;
    animation: rotated360 9s infinite linear
}

.service-another-shape .shape-1 {
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite
}

.service-another-shape .shape-2 {
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear
}

.service-another-shape .shape-3 {
    position: absolute;
    top: 80%;
    left: 1%;
    -webkit-animation: running-in 16s infinite linear;
    animation: running-in 16s infinite linear
}

.service-another-shape .shape-4 {
    position: absolute;
    top: 13%;
    right: 5%;
    -webkit-animation: running-in 10s infinite linear;
    animation: running-in 10s infinite linear
}

.service-another-shape .shape-5 {
    position: absolute;
    top: 35%;
    right: 3%;
    -webkit-animation: running-in 16s infinite linear;
    animation: running-in 16s infinite linear
}

.service-another-shape .shape-6 {
    position: absolute;
    top: 55%;
    right: 1%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear
}

.service-icon-bg {
    background-color: #96e01e
}

.service-icon-bg1 {
    background-color: #ff3900
}

.service-icon-bg2 {
    background-color: #175dbf
}

.service-icon-bg3 {
    background-color: #11aa25
}

.service-icon-bg4 {
    background-color: #b60db1
}

.service-icon-bg5 {
    background-color: #f51912
}

.service-list-content {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.service-list-content:hover h3 {
    color: #ff3900
}

.service-list-content h3 {
    font-size: 22px;
    color: #2a284f;
    margin-bottom: 10px;
    -webkit-transition: .7s;
    transition: .7s
}

.service-list-content p {
    margin-bottom: 20px
}

.service-list-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.service-list-content ul li {
    display: block;
    margin-bottom: 20px;
    color: #1a1b1e;
    font-size: 17px;
    font-weight: 600
}

.service-list-content ul li:last-child {
    margin-bottom: 0
}

.service-list-content ul li i {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 25px;
    background-color: #011f4c;
    border-radius: 5px 10px 60px 10px;
    margin-right: 10px
}

.service-left {
    margin-bottom: 30px
}

.service-left p {
    margin-bottom: 30px
}

.service-content img {
    margin-bottom: 30px;
    width: 100%
}

.service-content h2 {
    font-size: 30px;
    color: #1a1b1e;
    margin-bottom: 20px
}

.service-content p {
    margin-bottom: 30px
}

.service-content-card {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: .7s;
    transition: .7s
}

.service-content-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service-content-card:hover h3 {
    color: #ff3900
}

.service-content-card h3 {
    margin-bottom: 10px;
    color: #2a284f;
    -webkit-transition: .7s;
    transition: .7s
}

.service-content-card p {
    margin-bottom: 0
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .service-area .col-lg-4:nth-child(1) .service-card-into {
        margin-top: 0px
    }
    .service-area .col-lg-4:nth-child(3) {
    margin-top: 0px;
    }
}


/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area .col-lg-4:nth-child(1) .service-card-into {
        margin-top: 0px
    }

    .service-area .col-lg-4:nth-child(3) {
        margin-top: 0px;
    }
}
