a{
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
p {
    margin: 0 0 1.5em;
    padding: 0;
}

.services-circle-item-title {
    width: 170px;
    height: 170px;
    background-image: url(../img/service-circle-title-1.png);
    background-repeat: no-repeat;
    font-size: 18px;
    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;
    vertical-align: middle;
}
.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%;
}
.shape-bottom{
    transform: rotate(180deg);
}
.shape svg{
       display: block;
    fill: #fff;
}
.sec-pad-60{
    padding: 60px 0;
}
.sec-pad-80{
    padding: 80px 0
}
.banner .content{
    position: relative;
    color: #fff;
}

.white{
    color: #fff;
}

.banner .content p{
    margin: 10px auto 40px auto;
}
.btn {
font-weight: 800;
    color: #000;
    padding: 0.5em 1.5em;
    font-size: 1.1em;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 27.5px;
}
.about p{
    margin: 25px 10px;
}

.section-title{
    margin-bottom: 19px;
    display: inline-block;
    padding: 0 20px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.sub-title{
    display: block;
    font-size: 21px;
    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{width: 100% ;    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;
    padding: 15px 5px 25px;
}
.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: #15405b;
    background: linear-gradient( 
        354deg
        ,#1f275c,#428f95);
    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-color: #15405b;
    background: linear-gradient( 
        354deg
        ,#1f275c,#428f95);
}
.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;
}
.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(31, 39, 92, 0.95);
    background: linear-gradient( 354deg,#1f275c,#428f95);
    opacity: 0.95;
}
.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: 999;
}
.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;
}
.card-title {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0px;
    padding: 15px 5px 25px;
}
.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;
}
.blog {
    background: rgba(97, 141, 235, 0.08);
  }
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 480px){

    .card-archive {
        width: 45%;
        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 p{
    width: 56%;
    margin: 30px auto;
}
.col {
    float: right;
    padding-left: 20px;
}
.col-3{
    width: 31%
}
.col-4{
    width: 33%;
}
.col-6 {
    width: 46%;
}
.col-8{
    width: 64%;
}
.col-9{
    width: 75%;
}
    .single-service{
        width: 22%;
        float: right;
    }
    .services .single-service{
        width: 20%;
    }
.card-archive{
    width: 30%;
}
.card-archive:nth-child(2n+1){
    clear: none;
}

.card-archive:nth-child(3n+1){
    clear: right;
}

}