
:root {
    --blue-color: #167590;
    --grey-color: #606060;
    --white-color: #fff;
    --black-color: #333333;
}

.site-container {
    max-width: 1300px;
    margin: auto;
    display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    margin: auto;
}
.container800 {
    max-width: 800px;
    margin: auto;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.video-half.video-right,
.half-video.video-right {
    display: inline-block;
    width: 50%;
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image-half.image-right,
.img-half.image-right,
.half-img.image-right,
.half-image.image-right {
    display: inline-block;
    width: 50%;
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    margin-bottom: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           
.left-align,
.align-left {
    text-align: left;
}         
.right-align,
.align-right {
    text-align: right;
}

.mt100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: -100px;
}
.mb-80 {
    margin-bottom: -80px;
}

body {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: var(--black-color);
    font-family: "Roboto", sans-serif;
    /*font-family: "Montserrat", sans-serif;*/
    padding-top: 120px;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    line-height: 1.4;
    /*font-weight: bold;*/
    font-family: "Oswald", sans-serif;
    /*font-family: "Roboto", sans-serif;*/
    color: var(--blue-color);
}
h1 {
    font-size: 50px;
    margin: 30px 0;
    text-align: center;
}     
h2 {
    font-size: 35px;
    margin: 25px 0;
    /*text-align: center;*/
}     
h3 {
    font-size: 28px;
    margin: 20px 0;
    /*text-align: center;*/
}     
h4 {
    font-size: 22px;
    margin: 15px 0;
}   
.h5, h5 {
    font-size: 20px;
}

body.privacy-policy-page h2,
body.disclaimer-page h2,
body.terms-conditions-page h2 {
    font-size: 30px;
}


p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}

a {
    color: var(--blue-color);
    text-decoration: none;
    transition: all 0.4s ease;
}
a:focus, a:hover {
    color: var(--grey-color);
    text-decoration: underline;
}


.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: var(--blue-color);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: var(--grey-color);
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: var(--blue-color);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    border: 0;
    transition: all 0.4s ease;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    background: var(--grey-color);
    text-decoration: none;
    color: #fff;
}



header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 5px 0;
    transition: all 0.4s ease;
}
header * {
    transition: all 0.4s ease;
}
header .logo {
    display: inline-block;
    float: left;
}
header .logo img {
    max-height: 110px;
    width: auto;
}
header .menu-right {
    display: inline-block;
    float: right;
    margin-top: 35px;
}
header .contact {
    display: inline-block;
    margin-left: 25px;
}
header .contact a {
    font-size: 16px;
}
header .phone {
    display: inline-block;
    margin-left: 25px;
}
header .phone a {
    font-size: 20px;
    font-weight: 600;
}
header .phone a i {
    font-size: 16px;
}
header .open-menu {
    display: inline-block;
    margin-left: 25px;
}
header .open-menu i {
    font-size: 30px;
    cursor: pointer;
    color: var(--blue-color);
}
header .open-menu:hover {

}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: var(--blue-color);
    width: 300px;
}
header .menu ul {
    padding-left: 20px;
    margin-top: 10px;
}
header .menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}
header .menu ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px;
}
header .menu ul li a:hover {

}

header .close-menu {
    display: inline-block;
    cursor: pointer;
}
header .close-menu i {
    color: #fff;
    opacity: 0.6;
    padding: 10px;
    display: inline-block;
    font-size: 16px;
    width: 40px;
}
header .close-menu:hover {
    opacity: 1;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 85%);
    z-index: 990;
    display: none;
}



footer {
    display: inline-block;
    width: 100%;
    background: var(--black-color);
    padding: 30px 0;
    /*margin-top: 50px;*/
    text-align: center;
    color: #eee;
}
footer .social-media {

}
footer .social-media .item {
    display: inline-block;
    margin: 10px;
}
footer .social-media .item a {
    color: #eee;
    font-size: 25px;
}
footer .social-media .item a:hover {
    color: var(--blue-color);
}
footer p {
    color: #ddd;
    margin: 10px 0;
    font-size: 16px;
}
footer p.links {
    margin: 20px 0;
}
footer p.links a {
    margin: 15px;
    display: inline-block;
    color: #ddd;
}
footer p.links a:hover {

}
footer .bottom {

}
footer p.copyright {
    color: #ddd;
    margin: 10px 0;
}
footer .legal {

}
footer .legal a {

}
footer .legal a:hover {

}


.hp-hero {
    /*background: url(../images/sport-image-bg3.jpg) center center no-repeat;*/
    /*background: url(../images/hp-top-banner.jpg) top center no-repeat;*/
    background: url(../images/hp-bg-image.jpg) center center no-repeat;
    background-size: auto 100%;
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    min-height: 80vh;
    position: relative;
}
.hp-hero .overlay {
    background: hsl(0deg 0% 0% / 50%);
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.hp-hero h1 {
    color: #fff;
}
.hp-hero p {
    color: #fff;
    font-size: 20px;
}


.text-section {
    margin: 80px 0;
    clear: both;
}

.athletes {
    margin: 50px 0;
}
.athletes .flex {}
.athletes .item {
    margin: 20px 0;
}
.athletes .item img {
    width: 100%;
}
.athletes .item .name {
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--blue-color);
}
.athletes .item .domain {
    margin: 0 0 10px;
    font-style: italic;
}
.athletes .item .brand {
    margin: 10px 0;
    font-weight: 500;

}
.athletes .item a.more {
    margin: 10px 0;

}
.athletes {}
.athletes {}
.athletes {}


.featured-by {}
.featured-by .logos {
    display: inline-block;
    width: 100%;
}
.featured-by .logos .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.featured-by .logos .item {
    display: inline-block;
    margin: 25px;
}
.featured-by .logos .item img {
    max-width: 200px;
    width: auto;
    max-height: 150px;
    height: auto;
}


.numbers {
    background: var(--blue-color);
    color: #fff;
    padding: 40px 0;
}
.numbers h2 {
    color: #fff;
}
.numbers .col {
    margin: 30px 0;
    text-align: center;
}
.numbers .col .no {
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
}
.numbers .col .desc {
    font-size: 20px;
}

.text-section.services-hp {
    padding-bottom: 200px;
}

.mission-vision {
    margin-top: -200px;
}
.mission-vision .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.mission-vision .line {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
    /*background: var(--blue-color);*/
    background: var(--grey-color);
    color: #fff;
}
.mission-vision .line1 {
    /*background: var(--blue-color);*/
    /*color: #fff;*/
}
.mission-vision .line2 {
    flex-direction: row-reverse;
    /*background: var(--grey-color);*/
    /*color: #fff;*/
}
.mission-vision .line3 {    
    /*background: var(--black-color);*/
    /*color: #fff;*/
}
.mission-vision .item {
    display: flex;
}
.mission-vision .text {
    background: #eee;
    padding: 25px;
    height: 100%;
}
.mission-vision .text .icon {
    text-align: center;
}
.mission-vision .text .icon i {
    font-size: 30px;
    color: var(--blue-color);
}
.mission-vision .text h2 {
    margin: 15px 0;
    text-align: center;
}
.mission-vision .text p {
    margin: 15px 0;
}

/*.mission-vision .box {
    background: #f1f1f1;
    padding: 5px 25px;
    margin-bottom: 25px;
}*/
.mission-vision .box1 {
    /*margin-left: -150px;*/
    /*margin-right: 150px;*/
}
.mission-vision .box2 {
    /*float: right;*/
}
.mission-vision .box3 {
    /*margin-left: 150px;*/
    /*margin-right: -150px;*/
}
/*.mission-vision .box h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 10px;
}*/
/*.mission-vision .image {
    width: 50%;
    float: left;
    display: inline-block;
}*/


.blog-feed {}
.blog-feed .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.blog-feed .item {
    /*height: 100%;*/
    /*display: flex;  */
    /*flex-direction: column;*/
}
.blog-feed .item .box {
    background: #eee;
    height: 100%;
}
.blog-feed .item h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 15px;
}
.blog-feed .item .image {
    overflow: hidden;
}
.blog-feed .item .image img {
    transition: all 0.4s ease;
}
.blog-feed .item:hover .image img {
    transform: scale(1.06);
}

.blogs-slider {
    position: relative;
}
.blogs-slider .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 40%;
}
.blogs-slider .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -50px;
    z-index: 99;
    position: relative;
}
.blogs-slider .flex-direction-nav .flex-next {
    float: right;
    margin-right: -50px;
    z-index: 99;
    position: relative;
}
.blogs-slider .flex-direction-nav i {
    font-size: 35px;
}
.blogs-slider .owl-carousel {

}
.blogs-slider .owl-stage {
    display: flex;
}
.blogs-slider .owl-item {
    display: flex;
    align-items: stretch;
}



.wide-cta {
    background: var(--blue-color);
    padding: 20px 0;
    text-align: center;
    margin: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.wide-cta.bg-img {
    /*background: var(--blue-color) url(../images/cta-banner-bg.jpg) bottom center no-repeat;*/
    /*background-size: contain;*/
    background: var(--blue-color) url(../images/cta-bg-players.png) bottom right no-repeat;
    background-size: 350px;
    margin-bottom: 0;
}
.wide-cta h2 {
    color: #fff;
    margin: 20px 0;
}
.wide-cta p {
    color: #fff;
    font-size: larger;
    margin: 20px 0;
}
.wide-cta a.default-button {
    color: var(--black-color);
    background: #fff;
    margin-bottom: 30px;
    display: inline-block;
}
.wide-cta a.default-button:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.teal-bg {
    background: var(--blue-color);
    color: #fff;
    padding: 40px 0;
}
.teal-bg h2 {
    color: #fff;
}
.teal-bg .service-buttons {
    margin: 0;
    padding: 0;
}
.teal-bg .service-buttons li {
    list-style: none;
    margin-bottom: 20px;
}
.teal-bg .service-buttons li a {
    background: #fff;
    display: block;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.teal-bg .service-buttons li a:hover {
    text-decoration: none;
    color: #000;
}
.teal-bg .service-buttons li a i {
    margin-right: 5px;
}
.teal-bg li a,
.teal-bg p a {
    /*color: #fff;*/
}

/*about page*/

.award-logos {
    display: inline-block;
}
.award-logos .award {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
}
.award-logos .award img {
    max-width: 140px;
}
.core-values {
    background: var(--blue-color);
    color: #fff;
    padding: 30px 0;
    margin: 50px 0;
    z-index: 9;
    position: relative;
}
.core-values h2 {
    color: #fff;
}
.core-values .item {
    margin: 20px 0;
}
.core-values .item .icon {

}
.core-values .item .icon i {
    font-size: 30px;
}
.core-values .item h4 {
    color: #fff;
    font-size: 30px;
}
.core-values .item p {

}

.inline-service-buttons {
    display: inline-block;
    width: 100%;
}
.inline-service-buttons a {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 30px;
    font-size: 22px;
}
.inline-service-buttons a i {
    font-size: 18px;
    margin-right: 10px;
}


.team {}
.team .item {

}
.team .item .image {

}
.team .item .image img {
    width: 100%;
}
.team .item .name {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}
.team .item .job {
    line-height: 1;
    margin-bottom: 20px;
    font-style: italic;
}
.team .item .desc {
    font-size: 16px;
    line-height: 1.5;
}
.team {}


.video-testimonials {
    background: #eee;
    padding: 30px 0;
    display: none;
}
.video-testimonials .item {
    text-align: center;
    margin: 20px 0;
}
.video-testimonials .item .name {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.video-testimonials .item .sport {
    line-height: 1;
    margin: 0;
}
.video-testimonials {}
.video-testimonials {}



/*contact page*/
.content-contact {
    /*background: #eee;*/
}
.contact-info {
    margin: 30px 0;
}
.contact-info h4 {

}
.contact-info p {
    margin: 20px 0;
    font-size: 20px;
}
.contact-info p i {
    font-size: 15px;
    margin-right: 5px;
}
.contact-info .social-media .item {
    display: inline-block;
    margin: 10px;
}
.contact-info .social-media .item a {
    color: var(--blue-color);
    font-size: 25px;
}
.contact-info .social-media .item a:hover {
    color: var(--black-color);
}
.contact-form {
    margin-top: 30px;
    margin-bottom: 50px;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form label {
    font-weight: 500;
}
.contact-form label.error {
    color: red;
}
.contact-form input {
    font-size: 18px;
    padding: 10px;
    height: auto;
    border-radius: 0;
}
.contact-form textarea {
    font-size: 18px;
    padding: 10px;
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}


/*faqs page*/
.general-accordion {}
.general-accordion .panel-default {
    margin-bottom: 15px;
}
.general-accordion .panel-heading {
    padding: 0;
    margin: 0;
}
.general-accordion .panel-heading .panel-title {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.5;
}
.general-accordion .panel-heading .panel-title a {
    padding: 12px;
    display: inline-block;
    width: 100%;
    background: #167590;
    color: #fff;
}
.general-accordion .panel-heading .panel-title a i {
    float: right;
    margin-top: 5px;
}
.general-accordion .panel-heading .panel-title a.collapsed {

}
.general-accordion .panel-heading .panel-title a.collapsed i {
    transform: rotate(180deg);
}
.general-accordion .panel-heading {}
.general-accordion {}
.general-accordion {}


/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 19px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid var(--blue-color);
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
    border-radius: 0;
}



/*blog page*/

.blogs {}
.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 50px;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    transition: all 0.4s ease;
}
.blogs .item:hover .image img {
    transform: scale(1.06);
}
.blogs .item h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin: 10px 0;
}

.blog-content h1 {
    font-size: 40px;
}
.blog-content .infos {
    margin: 25px 0;
}
.blog-content .infos p {
    text-align: center;
    font-size: 16px;
    font-style: italic;
}
.blog-text h2 {
    font-size: 35px;
}

.page-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page-navigation a {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
    line-height: 1;
    padding: 5px;
}
.page-navigation a.active {
    background: var(--blue-color);
    color: #fff;
    width: 30px;
    height: 35px;
    line-height: 25px;
    border-radius: 4px;
}
.page-navigation a.arrow-left {
    float: left;
    margin-left: 0;
}
.page-navigation a.arrow-right {
    float: right;
    margin-right: 0;
}


/*sitemap*/

.sitemap-section {
    margin-bottom: 40px;
}
.sitemap-section .title {

}
.sitemap-section .title h5 {
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    display: inline-block;
    width: 23%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 2%;
    font-size: 17px;
}
.sitemap-section .links.blog-links a {
    width: 48%;
}



/*events page*/

.events {}
.events .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.events .item {
    margin-bottom: 50px;
    text-align: center;
}
.events .item .image {
    overflow: hidden;
}
.events .item .image img {
    transition: all 0.4s ease;
    width: 100%;
}
.events .item:hover .image img {
    transform: scale(1.06);
}
.events .item .title {
    font-size: 25px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin: 10px 0;
}
.events .item .date {
    font-style: italic;
}
.events .item .buttons a {
    background: var(--blue-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 8px;
    font-size: 18px;
}
.events .item .buttons a:hover {
    background: var(--black-color);
    text-decoration: none;
}

.event-details .details {
    text-align: center;
    margin-bottom: 50px;
}




.service-inner-cols .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.service-inner-cols .col-xs-12 {
    margin-bottom: 40px;
}
.service-inner-cols .icon {

}
.service-inner-cols .icon i {
    color: var(--blue-color);
    font-size: 30px;
}
.service-inner-cols h3 {
    margin-top: 5px;
}
.service-inner-cols li,
.service-inner-cols p {
    font-size: 16px;
}
















