h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.5em;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

.h4,
h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

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

a {
    color: inherit;
}

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

section.about-us {
    color: #ffff;
    padding: 40px 0;
    background: #3970a4;
}

.services-circle-item-title {
    display: block;
    width: 170px;
    height: 170px;
    background-image: url(../img/service-circle-title-1.png);
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 170px;
    font-weight: 600;
    text-align: center;
    box-shadow: inset 0px 0px 100px 20px rgb(71 171 225 / 6%);
    border-radius: 50%;
    color: #677d8f;
    margin: 0 auto;
}

.why-us-icon {
    margin-bottom: 25px;
}

.btn:hover,
.services-circle-item-title:hover {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}

.bg-blue-light {
    background: #2a7ab0;
}

.contact p {
    color: #dedede;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 15px
}

.bg-white {
    background: #fff
}

.shape {
    overflow: hidden;
    width: 100%;
}

.rd-color {
    color: #99760c;
}

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

.shape-top,
.shape-bottom {
    overflow: hidden;
    width: 100%
}

.shape-bottom {
    position: relative;
    z-index: 9;
    transform: rotate(180deg);
}

.shape-top svg,
.shape-bottom svg {
    display: block;
    fill: #fff;
    height: 206px;
}

.about-us {}

.small-card {
    width: 41%;
    text-align: center;
    margin-bottom: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 10px 5px;
    background: #f1f3f5;
    box-shadow: 7px 10px 20px rgb(141 158 168 / 25%);
    border: 4px solid #ffffff;
    border-radius: 12px;
}

.small-card img {
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid rgb(255 255 255);
}

.small-card-title {
    margin: 0;
}

.small-card:hover img {
    animation: servicesRotate 0.4s forwards;
}

.small-card:hover {
    color: #3770c8;
}

.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-image img {
    width: 100%;
    transform: scale(1.0);
    transition: transform 0.4s ease;
}

.caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
    height: 250px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 370px;
    width: 43%;
    display: inline-block;
    position: relative;
    border-radius: 33px;
    overflow: hidden;
}

.img-box:hover img {
    transform: scale(1.1);
}

.img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
}

.img-box:hover {
    cursor: pointer;
}

.caption>p:nth-child(2) {
    font-size: 0.8em;
}

.opacity-low {
    opacity: 0.5;
}

h2 {
    font-size: 2rem;
    line-height: 1.2;
}

.h2,
.h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5 {
    font-size: 1.25rem;
}

.about-us p {
    padding: 25px 0;
}

.about-box {
    text-align: center;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
}

.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.features-contents {
    width: 65%;
    color: #000;
}

.features-img {
    width: 20%;
    position: relative;
}

.features-img img {
    position: absolute;
}

.blur {
    position: relative;
}

.about-us-content {
    color: #fff;
}

.blur:before {
    content: " ";
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: -60px;
    background-color: #2d6ac7e8;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .blur:before {
        width: 75%;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
    }
    .about-us-content {
        width: 75%;
    }
}

.img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
    height: 250px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.img-box:hover img {
    transform: scale(1.1);
}

.img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
}

.img-box:hover {
    cursor: pointer;
}

.caption>p:nth-child(2) {
    font-size: 0.8em;
}

.opacity-low {
    opacity: 0.5;
}

.call-us {
    background: #c18b58;
    color: #fff;
    text-align: center;
    padding-bottom: 23px;
    position: relative;
}

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

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

.sec-pad-80 {
    padding: 80px 0
}

.flex-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.info-box {
    width: 100%;
    padding: 20px;
    color: #000;
    outline: 2px dashed #2d6ac730;
    outline-offset: -12px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    background: #fff;
    margin: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.info-box-image {
    width: 20%;
}

.info-box-content {
    width: 75%;
}

.info-box-title {
    font-size: 24px;
    margin: 12px 0;
}

.info-box-content .text {
    font-size: 16px;
}

.about .txtright {
    position: relative;
    color: #000;
    background: #ffff;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 37px;
    text-align: center;
}

.how-works,
.banner {
    position: relative;
}

.bottom-shape {
    position: relative;
    z-index: 99;
}

.banner .content {
    padding: 20px 4px;
    text-align: center;
    color: #fff;
}

.banner .content h1 {
    font-size: 25px;
    text-shadow: 0px 5px 0 #3a50d9, 0px 2px 0 #0a0e27;
}

.banner .content p {
    line-height: 2.4;
    margin: 30px auto;
}

.services {
    position: relative;
    z-index: 9;
}

.white {
    color: #fff;
}

.rotate {
    animation: rotation 25s infinite linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.banner .btn {
    font-weight: 800;
    color: #690511;
    padding: 0.5em 1.5em;
    font-size: 1.1em;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 27.5px;
}

.section-title {
    padding: 0 20px;
    margin-bottom: 80px;
}

.section-title h2 {
    position: relative;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 10%);
    padding: 10px 0;
}

.section-title p {
    color: #727272;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto 4em;
}

.section-title h2:after,
.section-title h2:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 6px;
    background: #6fa546;
    border-radius: 5px;
    margin: 6px 10px;
}

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

.sub-title:hover {
    color: #fabc00
}

.home-card {
    margin: 15px;
    padding: 13px 15px;
}

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

.txt-gray {
    color: #666666;
}

.home-card {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 50px;
}

.how-works-number {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    font-size: 40px;
    line-height: 110px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.single-service {
    margin-bottom: 50px;
}

.how-works .sub-title span {
    color: #6fbf52;
}

.how-works .shape-bottom svg {
    fill: #f4f6fd;
}

.why-us-title {
    color: #0F4880
}

.right-box .iconset {
    background: transparent none repeat scroll 0 0;
    float: right;
    position: relative;
    line-height: 58px;
    text-align: center;
}

.right-box .content {
    float: right;
    padding-right: 28px;
    width: 78%;
}

.right-box .content p {
    font-size: 15px
}

.right-box .content .h4 {
    font-size: 19px;
}

.feature-box {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
    background: #fff;
    border-radius: 8px;
    color: #000;
    padding: 15px 30p;
    position: relative;
}

.shadow-border {
    border: 1px solid #c8d7e1;
    border-radius: 20px;
    overflow: hidden;
}

.shadow-border {
    -moz-box-shadow: 0 2px 8px 0 rgba(20, 96, 170, 0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(20, 96, 170, 0.1);
    box-shadow: 0 2px 8px 0 rgba(20, 96, 170, 0.1);
}

.card {
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    transition: 0.15s;
}

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

.widget-card {
    width: 31.8221447254%;
    float: right;
}

.widget-cards .widget-card:not(:nth-child(3n+1)) {
    margin-right: 2.1795989538%;
}

.widget-cards .widget-card:nth-child(3n+1) {
    margin-right: 0;
    clear: right;
}

hr {
    border: 0;
    width: 10%;
    height: 3px;
    background-color: #f3f6f7;
    margin: 0 auto;
}

.load-more {
    background: #6c0512;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 60%;
    font-weight: 900;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    height: 50px;
}

.load-more:disabled,
.load-more[disabled] {
    background: #5e0410;
}

.loader {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.5s linear infinite;
    margin-right: 10px;
}

.single-service img {
    margin-top: -75px;
    margin-bottom: 15px;
}

.services .single-service img {
    margin-top: 0;
}

.about .col {
    position: relative;
}

.about .col-6 {
    margin-bottom: 25px;
}

.ml-6 {
    margin-left: 6%;
}

.u-image-1 {
    border-radius: 10px;
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}

.mt-10 {
    margin-top: 10%;
}

.add-content {
    position: relative;
    padding: 3rem 0
}

.add-content .blur {
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background-color: rgba(25, 70, 118, 0.95);
    z-index: 1;
}

.txt-yal {
    color: #ecad00
}

.txt-blue {
    color: #0f4880;
}

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

.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: #fbfbfb;
}

.services-img {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: auto;
    display: none;
}

.testimonials {
    position: relative;
    background: #fff;
    padding: 28px 25px 0;
    width: 84%;
    margin: 0 auto;
}

.testimon-icon {
    display: inline;
    background: #ecad00;
    position: absolute;
    top: -18px;
    width: 45px;
    right: 42%;
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
}

.testimon-icon svg {
    color: #fff
}

.testimonials p {
    margin: 0
}

.pb-60 {
    padding-bottom: 60px
}

.card {
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    transition: 0.15s;
    width: 100%;
}

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

.widget-card {
    width: 31.8221447254%;
    float: right;
}

.widget-cards .widget-card:not(:nth-child(3n+1)) {
    margin-right: 2.1795989538%;
}

.widget-cards .widget-card:nth-child(3n+1) {
    margin-right: 0;
    clear: right;
}

.align-items-center {
    display: flex;
    align-items: center!important;
    justify-content: center!important;
}

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

.why-us {
    background: #fbfbfb;
}

.mt-60 {
    margin-top: 50px;
}

.pt-20 {
    padding-top: 25px;
}

.overlay {
    position: relative;
}

.overlay:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2d6ac7;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.why-us-box .iconset {
    background: transparent none repeat scroll 0 0;
    float: right;
    position: relative;
    line-height: 58px;
    text-align: center;
}

.why-us-box .why-us-content {
    float: right;
    padding-right: 28px;
    width: 78%;
}

.why-us-content p {
    font-size: 15px
}

.why-us-content .h4 {
    font-size: 19px;
}

.why-us-img img {
    margin-top: 20%;
}

.call-us svg {
    position: relative;
    height: 60px;
    width: 100%;
}

.padd--bot-30 {
    padding-bottom: 30px;
}

.call-us h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
    .small-card {
        width: 29%;
    }
}

@media only screen and (min-width: 768px) {
    .banner .content {
        padding-top: 140px;
        width: 60%;
        margin: auto;
        padding-bottom: 70px;
    }
    .info-box {
        width: 45%;
    }
    .col {
        float: right;
        padding-left: 20px;
    }
    .why-us-cont {
        float: right;
        padding-left: 20px;
        width: 64%;
    }
    .small-card {
        width: 22%;
    }
    .why-us-img {
        width: 35%;
        float: right;
        padding-right: 20px;
    }
    section.about-us {
        background-image: linear-gradient(245deg, #3970a4 70%, #ffffff 0%);
    }
    .col-3 {
        width: 31%
    }
    .col-4 {
        width: 33%;
    }
    .col-6 {
        width: 44%;
    }
    .col-8 {
        width: 64%;
    }
    .col-9 {
        width: 75%;
    }
    .col-7 {
        width: 56%;
    }
    .single-service {
        width: 30%;
        float: right;
    }
    .services .single-service {
        width: 15%;
    }
    .card-archive {
        width: 30%;
    }
    .about-box {
        width: 31%;
        float: right;
    }
    .about-box img {
        margin-bottom: 13px;
    }
    .col-md-8 {
        width: 66.666667%;
        float: right;
    }
    .why-us-box,
    .about-us-box {
        width: 50%;
    }
    .banner .content h1 {
        font-size: 41px;
    }
}

@media only screen and (min-width: 992px) {
    .about-box {
        margin-left: 15px;
    }
    .services-img {
        display: block;
    }
    .small-card {
        width: 18%;
    }
}