.sponsors_section .square_feature_box_section .feature_box .feature_box_inner .img_section {
    height: auto;
    width: auto;
    overflow: hidden;
    border: 1px solid #999;
    background: #ffffff;
    display: table
}
.sponsors_section .square_feature_box_section .feature_box .feature_box_inner .img_section img {
    height: auto;
    width: auto;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}
.square_feature_box_section {
    padding-top: 20px;
    margin-bottom: 15px
}
.square_feature_box_section .title {
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase
}
.square_feature_box_section .button_square {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: .3em 1em;
    padding-right: 3em;
    background: #d3d0d0;
    border: 0;
    color: #fff;
    transition: .2s;
    font-size: 1.2em;
    font-weight: 400
}
.square_feature_box_section .button_square:before,
.square_feature_box_section .button_square:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2em;
    content: "\00a0";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 1.1em;
    text-align: center;
    transition: .2s
}
.square_feature_box_section .button_square:before {
    background: #d3d0d0
}
.square_feature_box_section .button_square:hover {
    background: #bab6b6
}
.square_feature_box_section .button_square:active,
.square_feature_box_section .button_square:focus {
    background: #898181;
    outline: 0
}
.square_feature_box_section .button_square {
    min-width: 10em
}
.square_feature_box_section .arrow {
    background: #c2bfbf
}
.square_feature_box_section .arrow:hover {
    background: #a9a5a5
}
.square_feature_box_section .arrow:active,
.square_feature_box_section .arrow:focus {
    background: #777171
}
.square_feature_box_section .arrow:after {
    content: "\F054"
}
.square_feature_box_section .arrow:hover:after {
    -webkit-animation: bounceright .3s alternate ease infinite
}
.square_feature_box_section .phone {
    background: #139675
}
.square_feature_box_section .phone:hover {
    background: #0d6952
}
.square_feature_box_section .phone:active,
.square_feature_box_section .phone:focus {
    background: #083b2e
}
.square_feature_box_section .phone:after {
    content: "\F095"
}
.square_feature_box_section .phone:hover:after {
    -webkit-animation: wiggle .05s alternate ease infinite;
    animation: wiggle .05s alternate ease infinite
}
.square_feature_box_section .email {
    background: #C673B3
}
.square_feature_box_section .email:hover {
    background: #b74f9f
}
.square_feature_box_section .email:active,
.square_feature_box_section .email:focus {
    background: #963d82
}
.square_feature_box_section .email:after {
    content: "\F0E0"
}
.square_feature_box_section .email:hover:after {
    -webkit-animation: none;
    -webkit-transform: skew(-20deg);
    animation: none;
    transform: skew(-20deg);
    text-indent: .1em
}
.square_feature_box_section .search:after {
    content: "\f002"
}
.square_feature_box_section .search:hover:after {
    -webkit-animation: none;
    -webkit-transform: scale(1.4);
    animation: none;
    transform: scale(1.4)
}
.square_feature_box_section .button_square.small {
    min-width: 8em;
    padding: .1em 1.2em .1em .1em;
    font-size: 1.1em;
    font-weight: 400
}
.square_feature_box_section .button_square.small:before,
.square_feature_box_section .button_square.small:after {
    width: 1.5em;
    font-size: 1em
}
.square_feature_box_section .feature_box {
    float: left;
    padding: 0 5px;
    margin-bottom: 30px
}
.square_feature_box_section .feature_box .feature_box_inner {
    text-align: center
}
.square_feature_box_section .feature_box .feature_box_inner .img_section {
    max-width: 600px;
    max-height: auto;
    position: relative;
    display: inline-block;
    background: #ccc;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -moz-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    box-shadow: 0 4px 2px -2px #c3c2c2;
    -o-box-shadow: 0 4px 2px -2px #c3c2c2;
    -ms-box-shadow: 0 4px 2px -2px #c3c2c2;
    -moz-box-shadow: 0 4px 2px -2px #c3c2c2;
    -webkit-box-shadow: 0 4px 2px -2px #c3c2c2;
    transition: all .3s ease-out 0s
}
.square_feature_box_section .feature_box .feature_box_inner .img_section img {
    width: 100%;
    height: auto;
    position: relative;
    /*filter: brightness(85%)*/
}
.square_feature_box_section .feature_box .feature_box_inner .img_section .text_div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 20px 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px #000
}
.square_feature_box_section .feature_box .feature_box_inner .img_section .text_div .title {
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden
}
.square_feature_box_section .feature_box .feature_box_inner .img_section .text_div .heading {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 7px;
    width: 100%;
    /*height: 50px;*/
    overflow: hidden;
    max-height: 3.6em;
}
.square_feature_box_section .feature_box .feature_box_inner .img_section .text_div .heading > p {
    display: inline-block;
    max-height: 4.6em;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3.6;
    text-decoration: none;
    transition: color .3s ease-in-out;
}
.square_feature_box_section .feature_box .feature_box_inner .img_section .text_div .heading > p:before {
    background: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
    bottom: 1em;
    content: '\02026';
    height: 1em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 3.6em;
}
.square_feature_box_section .feature_box .feature_box_inner .img_section .text_div .heading > p:after {
    background: #fff;
    content: attr(data-text);
    left: 0;
    height: 2.4em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
@supports (-webkit-line-clamp: 2) {
    .square_feature_box_section .feature_box .feature_box_inner .img_section .text_div .heading > p:before,
    .square_feature_box_section .feature_box .feature_box_inner .img_section .text_div .heading > p:after {
        content: none;
    }
}

.square_feature_box_section .feature_box .feature_box_inner .img_section:hover {
    box-shadow: 0 8px 6px -6px #5c5c5c;
    -o-box-shadow: 0 8px 6px -6px #5c5c5c;
    -ms-box-shadow: 0 8px 6px -6px #5c5c5c;
    -moz-box-shadow: 0 8px 6px -6px #5c5c5c;
    -webkit-box-shadow: 0 8px 6px -6px #5c5c5c;
    cursor: pointer
}
.square_feature_box_section .feature_box .feature_box_inner .img_section.circle {
    background: 0;
    box-shadow: none;
    max-width: 400px
}
.square_feature_box_section .feature_box .feature_box_inner .img_section.circle img {
    border-radius: 50%;
    cursor: pointer
}
.square_feature_box_section .feature_box .feature_box_inner .img_section.circle:hover {
    box-shadow: none;
    cursor: default
}
.square_feature_box_section .feature_box .feature_box_inner .img_section.circle .text_div {
    position: absolute;
    top: 22%;
    left: 2%;
    padding: 14px 20px 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px #000
}
.square_feature_box_section .feature_box .feature_box_inner .img_section.circle .text_div .title {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    height: 35px;
    overflow: hidden
}
.square_feature_box_section .feature_box .feature_box_inner .img_section.circle .text_div .heading {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1;
    margin-top: 7px;
    width: 80%;
    height: 46px;
    overflow: hidden
}
.square_feature_box_section .feature_box .feature_box_inner .img_section.circle .text_div .button_square {
    position: absolute
}
.square_feature_box_section .three_items .feature_box,
.square_feature_box_section .six_items .feature_box {
    width: 33.33%;
    height: auto
}
.square_feature_box_section .three_items .feature_box .feature_box_inner .img_section img,
.square_feature_box_section .six_items .feature_box .feature_box_inner .img_section img {
    width: 100%;
    height: auto;
    position: relative
}
.square_feature_box_section .three_items .feature_box .feature_box_inner .img_section.circle .text_div,
.square_feature_box_section .six_items .feature_box .feature_box_inner .img_section.circle .text_div {
    top: 24%;
    left: 2%
}
.square_feature_box_section .three_items .feature_box .feature_box_inner .img_section.circle .text_div .title,
.square_feature_box_section .six_items .feature_box .feature_box_inner .img_section.circle .text_div .title {
    line-height: 1;
    height: 55px
}
.square_feature_box_section .three_items .feature_box .feature_box_inner .img_section.circle .text_div .heading,
.square_feature_box_section .six_items .feature_box .feature_box_inner .img_section.circle .text_div .heading {
    line-height: 1;
    height: 46px
}
.square_feature_box_section .three_items .feature_box .feature_box_inner .img_section.circle .text_div .button_square,
.square_feature_box_section .six_items .feature_box .feature_box_inner .img_section.circle .text_div .button_square {
    position: absolute
}
.square_feature_box_section .four_items .feature_box,
.square_feature_box_section .eight_items .feature_box {
    width: 25%;
    height: auto
}
.square_feature_box_section .four_items .feature_box .feature_box_inner .img_section img,
.square_feature_box_section .eight_items .feature_box .feature_box_inner .img_section img {
    width: 100%;
    height: auto;
    position: relative
}
.square_feature_box_section .four_items .feature_box .feature_box_inner .img_section .text_div,
.square_feature_box_section .eight_items .feature_box .feature_box_inner .img_section .text_div {
    padding: 14px 20px 20px
}
.square_feature_box_section .four_items .feature_box .feature_box_inner .img_section .text_div .title,
.square_feature_box_section .eight_items .feature_box .feature_box_inner .img_section .text_div .title {
    font-size: 1.2em;
    font-weight: 600;
    height: 40px
}
.square_feature_box_section .four_items .feature_box .feature_box_inner .img_section .text_div .heading,
.square_feature_box_section .eight_items .feature_box .feature_box_inner .img_section .text_div .heading {
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
    width: 70%;
    height: 43px
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section {
    background: 0;
    transition: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 5px #ddd
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section .shaded_div {
    position: absolute;
    height: auto;
    width: auto;
    bottom: 10px;
    padding: 10px 5px;
    right: 0;
    background-color: #000;
    opacity: .5;
    min-width: 50%
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section .shaded_div span {
    color: #22262c;
    font-size: 1.5em;
    text-transform: uppercase
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section .shaded_div span.white {
    color: #fff
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section .shaded_div .bold_text {
    font-weight: 600
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section .shaded_div .readmore {
    border-top: 1px solid #5c5c5c
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section img {
    -webkit-transition: all 2s linear;
    transition: all 1.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section .shaded_div:hover {
    cursor: pointer
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section .blink {
    color: #FFF!important;
    background: #FC79CE!important
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section:hover {
    box-shadow: none
}
.square_feature_box_section.feature_box_hovereffect .feature_box .feature_box_inner .img_section:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1)
}
@media (max-width: 767px) {
    .square_feature_box_section .three_items .feature_box,
    .square_feature_box_section .six_items .feature_box,
    .square_feature_box_section .four_items .feature_box,
    .square_feature_box_section .eight_items .feature_box {
        width: 50%;
        height: auto
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner,
    .square_feature_box_section .six_items .feature_box .feature_box_inner,
    .square_feature_box_section .four_items .feature_box .feature_box_inner,
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .three_items .feature_box:last-child {
        width: 100%
    }
}
@media (min-width: 500px) and (max-width: 720px) {
    .square_feature_box_section .three_items .feature_box,
    .square_feature_box_section .six_items .feature_box,
    .square_feature_box_section .four_items .feature_box,
    .square_feature_box_section .eight_items .feature_box {
        width: 100%;
        height: auto
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner,
    .square_feature_box_section .six_items .feature_box .feature_box_inner,
    .square_feature_box_section .four_items .feature_box .feature_box_inner,
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
}
@media (max-width: 500px) {
    .square_feature_box_section .three_items .feature_box,
    .square_feature_box_section .six_items .feature_box,
    .square_feature_box_section .four_items .feature_box,
    .square_feature_box_section .eight_items .feature_box {
        width: 100%;
        height: auto
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner,
    .square_feature_box_section .six_items .feature_box .feature_box_inner,
    .square_feature_box_section .four_items .feature_box .feature_box_inner,
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .square_feature_box_section .three_items .feature_box,
    .square_feature_box_section .six_items .feature_box,
    .square_feature_box_section .four_items .feature_box,
    .square_feature_box_section .eight_items .feature_box {
        width: 50%;
        height: auto
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner,
    .square_feature_box_section .six_items .feature_box .feature_box_inner,
    .square_feature_box_section .four_items .feature_box .feature_box_inner,
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner .img_section,
    .square_feature_box_section .six_items .feature_box .feature_box_inner .img_section,
    .square_feature_box_section .four_items .feature_box .feature_box_inner .img_section,
    .square_feature_box_section .eight_items .feature_box .feature_box_inner .img_section {
        width: 350px
    }
    .square_feature_box_section .three_items .feature_box:last-child {
        width: 100%
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .square_feature_box_section .three_items .feature_box,
    .square_feature_box_section .six_items .feature_box {
        width: 33.33%;
        height: auto
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner,
    .square_feature_box_section .six_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner .img_section,
    .square_feature_box_section .six_items .feature_box .feature_box_inner .img_section {
        width: 303px
    }
    .square_feature_box_section .four_items .feature_box,
    .square_feature_box_section .eight_items .feature_box {
        width: 50%;
        height: auto
    }
    .square_feature_box_section .four_items .feature_box .feature_box_inner,
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
}
@media (min-width: 1101px) and (max-width: 1199px) {
    .square_feature_box_section .three_items .feature_box,
    .square_feature_box_section .six_items .feature_box {
        width: 33.33%;
        height: auto
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner,
    .square_feature_box_section .six_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner .img_section,
    .square_feature_box_section .six_items .feature_box .feature_box_inner .img_section {
        width: 303px
    }
    .square_feature_box_section .four_items .feature_box,
    .square_feature_box_section .eight_items .feature_box {
        width: 50%;
        height: auto
    }
    .square_feature_box_section .four_items .feature_box .feature_box_inner,
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
}
@media (min-width: 2300px) and (max-width: 6000px) {
    .square_feature_box_section .three_items .feature_box {
        width: 33.33%;
        height: auto
    }
    .square_feature_box_section .three_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .six_items .feature_box {
        width: 16.66%;
        height: auto
    }
    .square_feature_box_section .six_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .four_items .feature_box {
        width: 25%;
        height: auto
    }
    .square_feature_box_section .four_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .eight_items .feature_box {
        width: 12.5%;
        height: auto
    }
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
}
@media (min-width: 3000px) and (max-width: 4500px) {
    .square_feature_box_section .six_items .feature_box {
        width: 16.66%;
        height: auto
    }
    .square_feature_box_section .six_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .eight_items .feature_box {
        width: 12.5%;
        height: auto
    }
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
}
@media (min-width: 5000px) {
    .square_feature_box_section .six_items .feature_box {
        width: 16.66%;
        height: auto
    }
    .square_feature_box_section .six_items .feature_box .feature_box_inner {
        text-align: center
    }
    .square_feature_box_section .eight_items .feature_box {
        width: 12.5%;
        height: auto
    }
    .square_feature_box_section .eight_items .feature_box .feature_box_inner {
        text-align: center
    }
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */