a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

.btn,
h1,
h2,
h3 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1 {
    font-size: 25px;
}

.col-2-sm {
    width: 43%;
    float: right;
}

.btn.active,
.btn:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.hide-xs {
    display: none;
}

.shape svg {
    position: relative;
    display: block;
    fill: #fff;
}

.shape-divider-top {
    width: 100%;
    overflow: hidden;
    transform: rotate(180deg);
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 181px;
}

.shape-divider-top .shape-fill {
    fill: #FFFFFF;
}

.sec-pad-60 {
    padding: 60px 0;
}

.banner {
    padding: 20px 5px 50px 5px;
}

.banner .content {
    position: relative;
    color: #fff;
}

.banner .content p {
    margin: 10px auto 40px auto;
    color: #ecedef;
}

.btn {
    background: #fff;
    border: 3px solid #e8eaee;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 27.5px;
    padding: 15px 20px 15px 62px;
    position: relative;
}

.section-title {
    margin-bottom: 19px;
    display: inline-block;
    padding: 0 20px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.blog {
    padding: 40px 0;
}

.blog .section-title {
    box-shadow: inset -6px 0px 0 0 #fcce05;
    margin: 35px;
}

.sub-title {
    display: block;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 5px;
}

.sub-title:hover {
    color: #255ca2
}

.features .sub-title,
.our-service .sub-title {
    font-size: 17px;
    margin: 12px 0;
}

.flex-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.card-sm {
    width: 41%;
    margin: 13px;
}

.collections.clear {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card-sm-img {
    position: relative;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

p.card-sm-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    /* padding: 15px 4px; */
}

.card-sm-img a:before {
    content: " ";
    background: rgb(0 0 0 / 42%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #232323b0, #0000);
    bottom: 0;
}

.card-sm-img a {
    display: block;
    position: relative;
}

.card-sm-img img {
    width: 100%;
}

.pad-5 {
    padding: 0 20px
}

.first-color {
    color: #0b2154;
}

.txt-gray {
    color: #7A7A7A;
}

.txt-gold {
    color: #fcce06;
}

.txt-justify {
    text-align: justify;
}

.shape-divider-top {
    width: 100%;
    overflow: hidden;
    transform: rotate( 180deg);
    position: relative;
    top: -2px;
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 181px;
}

.shape-divider-top .shape-fill {
    fill: #ffffff;
}

.featurs-card {
    background-color: #ffffff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.featurs-card .sub-title {
    font-size: 16px;
}

.service-card {
    width: 44%;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px;
    padding: 15px 0;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(29, 64, 118, 0.95);
}

.our-service h2 {
    color: #fff;
}

.our-service {
    background-color: #255ca2;
    padding-bottom: 80px;
    box-shadow: inset 0 0 16px 2px #00000073;
}

section.citis {
    padding: 80px 0;
    background: #e4f2fd;
}

.city-innr a {
    background: #fff;
    padding: 6px 20px;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 0 0px 6px #2a6ab440;
    font-size: 23px;
    font-weight: 800;
    color: #255ca2;
}

.icon {
    background-color: rgba(252, 206, 6, 0.58);
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 12%;
    border-radius: 50%;
    font-size: inherit;
    text-align: center;
    line-height: 40px;
}

.banner .icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    animation: callrotate 2s infinite ease-in-out;
}

.banner .icon svg {
    transform: rotate( 276deg);
}

.relative {
    position: relative;
    z-index: 999;
}

.card {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-bottom: 25px;
}

.card-title {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0px;
}

.card-content {
    padding: 10px 25px;
}

.card-excerpt {
    color: #313131;
    font-size: 14px;
}

.card-meta {
    margin-top: 10px;
}

.card-meta li {
    color: #677286;
    margin-right: 15px;
    font-size: 14px;
}

.card-meta li span {
    margin-left: 5px;
}

.card-archive .card-content {
    padding: 10px;
    margin: auto;
    width: 94%;
    background: #fff;
    border-radius: 9px;
    margin-top: -19px;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}

.card-archive .card-meta {
    border-top: 1px solid rgb(0 0 0 / 11%);
    margin-top: 10px;
    text-align: center;
}

.card-archive .card-img img {
    border-radius: 8px;
    width: 100%;
}

.service-card:hover,
.card:hover {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}

@media only screen and (min-width: 480px) {
    .card-archive {
        width: 22%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto;
    }
    .card-archive:nth-child(2n+1) {
        clear: right;
    }
}

@media only screen and (min-width: 768px) {
    .banner .content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 120px;
    }
    h1 {
        font-size: 35px;
    }
    .our-featurs .txt-justify {
        padding-left: 40px;
    }
    .sec-pad-80 {
        padding: 80px 0
    }
    .banner {
        padding: 0;
    }
    .hide-xs {
        display: block;
    }
    .col {
        float: right;
    }
    .col-2 {
        width: 16.666667%
    }
    .col-5 {
        width: 50%;
    }
    .col-6 {
        width: 44%;
    }
    .col-7 {
        width: 56%;
    }
    .featurs-card {
        margin: 15px;
    }
    .card-archive {
        width: 22%;
    }
    .card-archive:nth-child(2n+1) {
        clear: none;
    }
    .card-sm{
        width: 14%;
    }
}