.pos-rel {
	    font-family: "Poppins", sans-serif;
}
.row-no-pad {
    margin-left: -20px;
    margin-right: -20px
}

.pad-xs {
    padding-top: 12px;
    padding-bottom: 12px
}

.pad-sm {
    padding-top: 40px;
    padding-bottom: 40px
}

.pad-md {
    padding-top: 60px;
    padding-bottom: 60px
}

.pad-lg {
    padding-top: 90px;
    padding-bottom: 90px
}

.margin-xs {
    margin-top: 12px;
    margin-bottom: 12px
}

.margin-top-xs {
    margin-top: 16px
}

.margin-top-sm {
    margin-top: 32px
}

.margin-top-md {
    margin-top: 62px
}

.margin-bottom-md {
    margin-bottom: 62px
}

.padding-top-xs {
    padding-top: 16px
}

.padding-top-sm {
    padding-top: 32px
}

.padding-bottom-sm {
    padding-bottom: 32px
}

.padding-top-md {
    padding-top: 62px
}

.pad-box-xs {
    padding: 12px
}

.pad-box-sm {
    padding: 32px
}

.pad-box-md {
    padding: 40px
}

.pad-box-lg {
    padding: 72px
}

.pos-rel {
    position: relative
}


.col-center {
    margin: auto;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 980px
}

.no-pad {
    padding: 0
}

.no-pad-top {
    padding-top: 0
}

.no-pad-bottom {
    padding-bottom: 0
}


.fade-up.is-active, .fade-down.is-active, .fade-up-box.is-active>div {
    transform: translateY(0px);
    opacity: 1;
}

.has-fade-delay-1 {
    transition-delay: 0.2s;
}
.fade-up {
    transform: translateY(24px);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}


.img-box-content {
	
}

.img-box-img {
    border: 2px solid rgba(256, 256, 256, 0.5);
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    margin: 0px 0 15px;
}
.is-active .img-box-img:before {
    width: calc(50% - 30px);
}

.img-box-img:before {
    content: "";
    width: 0;
    position: absolute;
    right: 0;
    height: 2px;
    top: 30px;
    background-color: rgba(256, 256, 256, 0.5);
    margin-right: -12px;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.img-box-img img {
    max-height: 28px;
    max-width: 28px;
    transform: translateY(50%);
}

* {
    box-sizing: border-box;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.img-box {
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 4px
}

.img-box-img {
    border: 2px solid rgba(256,256,256,0.5);
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    margin: 0px 0 15px
}

.img-box-img:after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    height: 2px;
    top: 30px;
    background-color: rgba(256,256,256,0.5);
    margin-left: -12px;
    transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1)
}

.img-box-img:before {
    content: "";
    width: 0;
    position: absolute;
    right: 0;
    height: 2px;
    top: 30px;
    background-color: rgba(256,256,256,0.5);
    margin-right: -12px;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1)
}

.img-box-wrap:first-child .img-box-img:after, .img-box-wrap:last-child .img-box-img:before {
    display: none
}

.is-active .img-box-img:before {
    width: calc(50% - 30px)
}

.is-active .img-box-img:after {
    width: calc(50% - 30px)
}

.img-box-img img {
    max-height: 28px;
    max-width: 28px;
    transform: translateY(50%)
}

.img-box-title {
    margin: 0 0 0px 0;
    color: #FF9852;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    display: block;
    padding: 0;
    text-align: center !important;
}


.img-box p {
    color: #fff;
    font-size: 14px;
    opacity: 1;
    margin: 6px 0 0 0;
    transition: all 0.3s cubic-bezier(0.6, 0.2, 0.1, 1);
    transition-delay: 0.1s;
    opacity: 0.9
}

.has-img-bk .bk-blue {
    background-color: rgba(36, 112, 179, .85);
    background-color: rgba(16, 57, 83, 0.85);
}
.bk-blue {
    background-color: #216DB0;
    background-color: rgba(16, 57, 83, 0.5);
}



.has-img-bk {
    position: relative;
    z-index: 3;
    overflow: hidden;
	margin:3vw 0;
}

.has-img-bk h2 {
    color: #fff;
    margin-bottom: 32px;
	   font-size: 32px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 126%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.has-img-bk {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.container-bk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-132deg, #061537 0%, #4AA9CD 100%);
    z-index: 2;
    opacity: 0.5;
}



.img-box-wrap:first-child .img-box-img:after, .img-box-wrap:last-child .img-box-img:before {
    display: none
}





.pad-box-xs {
    padding: 12px;
}

.col-3 {
    width: 25%;
}