/* 


Primary color (light blue)  : #007d48
Highlight color (pink)		: #007ac2
--------------------------------------

*/
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
    background: #e6e6e6;
    overflow-x: hidden;
}
p{font-family: Arial, Helvetica, sans-serif;}
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

p:last-child { margin-bottom: 0; }

.color-white{color: white!important;}
.tm-page-wrap { 
    /*max-width: 1400px;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background: white;
}

.our-green {
    color: green;
}

.tm-container-outer {
    /*max-width: 1400px;*/
    margin: 0 auto;    
}

.tm-content-box { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.tm-text-gray { color: #787676; }

.tm-text-highlight {
    color: #007ac2;
    font-weight: 600;
}

.tm-bg-primary { background: #007d48; }
.tm-bg-highlight { background: #007ac2; }
/*
.btn-primary {
    background: #007d48;
    border: none;
    border-radius: 0;
    outline: none;
}

.btn-primary:hover { background: #007ac2; }
*/
.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 50px 10px; }

.tm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    height: 140px;
    background: white;
    box-shadow: 0px 0px 10px #a7a7a7;
    border-top: 15px solid #007ac2;
}

.tm-top-bar.active {
    height: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link { padding: 20px 35px; }
.tm-top-bar.active .navbar-brand { font-size: 1.4rem; }

.tm-top-bar .navbar-brand img {
    width: 100%;
    height: auto;
}

.tm-top-bar.active .navbar-brand img { width: 150px; }
.tm-top-bar-bg { height: 140px; }
.tm-top-bar a { color: black; }

.navbar-brand {
	font-size: 2.2rem;    
    text-transform: uppercase;    
}

.navbar {
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link.active, .nav-link:hover {	color: #007d48;	}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(104, 199, 187)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
    border-color: rgb(104, 199, 187);
    border-radius: 0;
    cursor: pointer;
}

.tm-banner-title {
    font-size: 3rem;
    margin-bottom: 10px;
    /*padding-top: 100px;*/
}
.tm-banner-subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 1px;
}
.tm-banner{background: #fff;position: relative;}
.tm-banner{background: url('../img/banner-5.jpg');background-repeat: no-repeat;background-position: center left;background-size: cover;}
.tm-banner .tm-banner-title{font-size:2.2rem;color: #007ac2;}
.tm-banner .tm-banner-subtitle{font-size:1.7rem;letter-spacing: 0px;color: #008752;}
.tm-banner .tm-banner-title, .tm-banner .tm-banner-subtitle{font-weight: bold;}
.tm-banner .tm-container-outer{padding: 100px 0px;}
.tm-banner .banner-ribbon{font-size: 240px;position: absolute;right: 10%;top: 12%;transition: .6s all ease;-webkit-transition: .6s all ease;}

@media(max-width: 800px){.tm-banner{background: url('../img/mob-banner.jpg');background-repeat: no-repeat;background-position: center left;background-size: cover;}}
	

.tm-banner-header { color: white; }
.opacity-0{opacity: 0;}
.tm-banner-overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
}
.tm-banner-bg {
    /*background: url(../img/banner.jpg) center top no-repeat;    
    min-height: 500px;
	*/
    position: relative;
}
.tm-banner-bg img { width:100%}
.tm-banner-bg-grand {
    background: url(../grand-round/img/banner-grand.jpg) center top no-repeat;    
    min-height: 500px;
    position: relative;
}
.tm-banner-row { 
    position: relative;
    z-index: 100;
    justify-content: center;
    
}
.tm-banner-row-header { text-align: center; }
.tm-down-arrow-link { 
    color: white;
    background-color: #007d48;
    border-radius: 50%;
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
}

.tm-down-arrow-link:hover,
.tm-down-arrow-link:focus {
    color: white;
    background-color: #007ac2;
}

/* Search form */
select.tm-select.form-control:not([size]):not([multiple]) { height: 45px; }
.form-control {
    font-size: 0.8rem;
    
}
label { font-weight: 700; }
.tm-search-form {
    background-color: #f5f6f6;
    padding: 25px 25px 15px;
    width: 100%;
    max-width: 830px;
    margin-left: 15px;
    margin-right: 15px;
}

.tm-form-group { float: left; }
.tm-form-group-pad { padding: 0 8px; }
.tm-form-group-1 { width: 50%; }
.tm-form-group-2 { width: 50%; }
.tm-form-group-3 { width: 25%; }
.form-control { border-radius: 0; }

.tm-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;  
    padding: 12px 20px;
}

.tm-btn-white { background: white; }
.tm-btn-white-primary { color: #007d48; }
.tm-btn-white-highlight { color: #007ac2; }

.tm-btn-white-primary:hover,
.tm-btn-white-primary:focus,
.tm-btn-white-primary:active {
    background: #007ac2;
    color: white;
}

.tm-btn-white-highlight:hover,
.tm-btn-white-highlight:focus,
.tm-btn-white-highlight:active {
    background: #007d48;
    color: white;
}

.tm-btn-search { width: 100%; }

.tm-btn-search:hover,
.tm-btn-search:active,
.tm-btn-search:focus {
    background: #007ac2;
}

.tm-bg-gray { background-color: #efefef; }
.tm-about-text-wrap { max-width: 830px; }

.tm-right {
    display: inline-block;
    float: right;
}

.tm-slideshow-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-slideshow-section-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tm-slideshow {width: 50%; }

.tm-slideshow-description {
    padding: 50px;
    color: white;
    width: 48%;
    z-index: 100;
    margin-left: -42px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.tm-slideshow-description-left {
    margin-left: auto;
    margin-right: -42px;    
}

.tm-position-relative { position: relative; }

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

.slick-prev, .slick-next,
.slick-prev:focus,
.slick-prev:active,
.slick-next:focus,
.slick-next:active {
    background: rgba(0,0,0,0.5);    
}

.slick-prev:before, .slick-next:before { font-size: 22px; }

.slick-prev:hover,
.slick-next:hover {
    background: #007d48;
}

.tm-slideshow-highlight .slick-prev:hover, 
.tm-slideshow-highlight .slick-next:hover {
    background: #007ac2;
}

.slick-prev {
    left: auto;
    right: 95px;
    z-index: 1000;
}

.tm-right .slick-prev {
    left: 42px;
    right: auto;
}

.slick-next { right: 42px; }

.tm-right .slick-next {
    right: auto;
    left: 94px;
}

/* Tabs */
.tm-tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background: #007d48;
}

.tm-tab-link {
    padding: 30px 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 0.9rem;
    height: 100%;
}

.tm-tab-link:hover { color: white; }

.tm-tab-link-li {
    background: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    transition: all 0.3s ease;    
}

.tm-tab-link:hover,
.tm-tab-link.active {
    background: #007ac2;
}

.tab-pane {
    max-width: 970px;
    margin: 60px auto;
}

.tm-recommended-place {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 25px;
}

.tm-recommended-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;    
}

.tm-recommended-img { width: 270px; }

.tm-recommended-description-box {
    padding: 30px;
    width: 500px;
}

.tm-recommended-price-box {    
    background-color: #007d48;
    background-image: url(../img/button-curve.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    width: 200px;
    transition: all 0.3s ease;
}

.tm-recommended-price-box:hover { background-color: #007ac2; }

.tm-recommended-price {
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
}

.tm-recommended-price-link {
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-d-table { display: table; }

footer {
    background: #007d48;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;    
    font-size: 0.8rem;
}

footer a { color: #fff; }

footer a:hover { color: #900; }

footer p { color: white; }

.tm-footer-text-highlight {
    color: white;
    font-weight: 600;
}

.tm-footer-text-highlight:hover { color: #007ac2; }

.tm-contact-form {
    background: white;
    width: 470px;
    position: absolute;
    top: 100px;
    right: 100px;
    padding: 20px;
    z-index: 1000;
}

.form-control {
    background-color: #f5f5f5;
    border: none;
}

.form-control:focus {
    border-color: #007d48;
    box-shadow: 0 0 0 0.1rem #007d48bf;
}

.tm-name-container,
.tm-email-container {
    width: 210px;
    float: left;    
}

.tm-email-container { margin-left: 10px; }

.tm-btn-send {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
}

#google-map { height: 600px; }
.upcoming-events {}
.upcoming-events p { margin:10px 0}
.event-speaker { margin:15px 0; font-weight:bold}
.text-blue { color:#007ac2}
.text-green { color:#007d48}
.speaker-img{border-radius:50%;border:2px solid #007ac2;}
.section-seperator{border-bottom:3px solid #007ac2}
.card-date {box-shadow: 0 10px 8px 0 rgba(0,0,0,0.2);transition: 0.3s;border-radius: 15px;}
.card-title{color: #007ac2;font-weight: bold;/*font-size: 25px;*/}
.card-text{font-size:18px!important}
.card-section {box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);transition: 0.3s;border-radius: 5px;transition: all 2s ease; /* 5px rounded corners */background-image: linear-gradient(45deg, #007ac2, white);}
/* Add rounded corners to the top left and the top right corner of the image */
.card-section-img {border-radius: 5px 5px 0 0;}
.card-section:hover{transform: scale(1.1)}
.text-effect{transition: all 1s ease;}
.text-effect:hover{transform: scale(1.1);background:#7b7a7a;padding:10px;color:#fff;z-index:9999}
.back-transparent{background: transparent;}
h4.color-white{color:white!important}
.modal-header{background: #0a92e2;color: white;}
.modal-speaker-img{width: 40%!important;border-radius: 50%;border: 1px solid;margin: 20px 0px;display:block;margin:auto}
.card{border:3px solid;border-radius: 50px 0px 50px 0px;position: relative;}
.card .btn-play{position: absolute;bottom: 15px;}
@media screen and (max-width: 1080px) {
    .tm-tab-link-li { width: 25%; }
}

@media screen and (max-width: 1033px) {
    .tm-slideshow-description { width: 55%; }
}

@media screen and (max-width: 991px) {
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
        background: white;
    }

    .tm-top-bar, .tm-top-bar-bg { height: auto; }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }
    .tm-banner{height:55vh;}
    .tm-banner .banner-ribbon{font-size: 130px;position: absolute;top: auto;bottom: 10%;width: 100%;text-align: center;right: auto;}
    .tm-top-bar {
        height: 60px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
    }
    .tm-top-bar{position: inherit;}
    .navbar-nav{position: relative;z-index: 100000;width: 100%;margin-left: 0px !important;background: grey;border: 1px solid grey;}
    .navbar-nav .nav-item{margin-top: 1px;}
    .navbar-nav .nav-item:nth-child(1){margin-top: 0px;}
    .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 15px; }

    .tm-top-bar .navbar-brand { font-size: 1.4rem; }

    .tm-top-bar .navbar-brand img {
        width: 60px;
        height: auto;
    }

    .tm-top-bar .navbar-brand img { width: 40px; }

    .tab-pane {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tm-recommended-description-box { width: 450px; }
}

@media screen and (max-width: 600px) {
		.tm-top-bar .navbar-brand img { width: 150px; }
		/*.tm-banner .banner-ribbon{display:none!important}*/
		/*.banner-height {max-height:220px}*/
		/*.tm-banner {
		background-position: 3% bottom;
		background-size: 150% 100%;
		}*/
}

@media screen and (max-width: 986px) {
    .tm-slideshow-section { flex-direction: column; }
    
    .tm-slideshow,
    .tm-slideshow-description {
        width: 100%;
        max-width: 700px;
    }

    .tm-slideshow-description {        
        margin-right: auto;
        margin-left: auto;
    }

    .slick-prev, .slick-next {
        bottom: 0;
        top: auto;
    }

    .tm-contact-form {
        position: static;
        width: 100%;
    }

    .tm-name-container,
    .tm-email-container {
        width: 49%;
    }

    .tm-email-container {
        margin-left: 0;
        float: right;
    }

}

@media screen and (max-width: 860px) {
    .tm-recommended-description-box { width: 350px; }
}

@media screen and (max-width: 826px) {

    .tm-banner-row-header { padding-top: 120px; }

    .tm-recommended-place-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 15px;
    }

    .tm-recommended-place {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 270px;
    }

    .tm-recommended-price,
    .tm-recommended-price-link {
        position: relative;
        z-index: 1000;
    }

    .tm-recommended-price { padding-top: 50px; }

    .tm-recommended-price-box {
        width: 270px;
        height: 180px;        
        position: relative;
        overflow: hidden;
        padding-left: 0;
        background-image: none;
    }

    .tm-recommended-price-box:after {
        content: "";
        position: absolute;
        width: 180px;
        height: 270px;
        top: -45px;
        left: 45px;
        z-index: 27;
        background: url(../img/button-curve.png) 0 0 no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: auto 100%;      
    }

    .tm-recommended-price-box,
    .tm-recommended-price-box:hover {
        background-size: cover;
    }

    .tm-recommended-description-box { width: 270px; }
}

@media screen and (max-width: 767px) {
    .tm-banner-row {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .tm-banner-header { /*margin-top: 100px;*/text-align: center; }

    .tm-form-group-1,
    .tm-form-group-2,
    .tm-form-group-3 {
        width: 100%;
    } 
    .navbar{width:90%}
    body{overflow-x: hidden;}
	.tm-banner-bg { margin-top:55px;}   
}
@media screen and (max-width: 500px) {
    .navbar{width:100%}
    .tm-top-bar .navbar-brand img {
        width: 160px;
    }
    .tm-banner-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    /*.h2, h2 {
        font-size: 1.2rem;
    }*/
    .h3, h3 {
        font-size: 1.55rem;
    }
    .tm-banner-row {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /*.tm-container-outer{padding:15px!important}*/
	.pad-top-50{padding-top:80px!important}

}
.btn-site{padding: 5px 15px;background: #007ac2;color: #fff;transition: .4s all ease;-webkit-transition: .4s all ease;}
.btn-site:hover{opacity: .7;cursor: pointer;color: #fff;}
.topic-box{
    text-align: center;
    padding: 30px 25px 40px;
    border-radius: 0 80px;
    border: 3px solid;
    position: relative;
    z-index: 1;
}
.topic-box:before {
    content: "";
    background: #fff;
    border-radius: 0 70px;
    box-shadow: 5px 5px 12px rgb(0 0 0 / 30%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    top: 50%;
    left: 50%;
    z-index: -1;
}
.topic-box:after {
    content: "";
    width: 130px;
    height: 70px;
    position: absolute;
    top: -9px;
    left: -9px;
    z-index: -2;
}
.topic-box i{padding: 10px;font-size: 40px;}
.topic-box .topic-name{font-weight: bold;margin-bottom: 20px;}
.topic-box .date{margin: 0px;font-size: 20px;}
.grey{color: #7ee2ce;}
.blue{color: #38b6ff;}
.red{color: #f7303e;}
.green{color: #008037;}
.purple{color: #c287cd;}
.pink{color: #ffb1d5;}
.topic-box-grey .btn-site{
    background: #7ee2ce;
}
.topic-box-grey{
    color: #7ee2ce;
    border-color: #7ee2ce;
}
.topic-box-grey:after{
    background: #7ee2ce;
}
.topic-box-blue .btn-site{
    background: #38b6ff;
}
.topic-box-blue{
    color: #38b6ff;
    border-color: #38b6ff;
}
.topic-box-blue:after{
    background: #38b6ff;
}
.topic-box-red .btn-site{
    background: #f7303e;
}
.topic-box-red{
    color: #f7303e;
    border-color: #f7303e;
}
.topic-box-red:after{
    background: #f7303e;
}
.topic-box-green .btn-site{
    background: #008037;
}
.topic-box-green{
    color: #008037;
    border-color: #008037;
}
.topic-box-green:after{
    background: #008037;
}
.topic-box-purple .btn-site{
    background: #c287cd;
}
.topic-box-purple{
    color: #c287cd;
    border-color: #c287cd;
}
.topic-box-purple:after{
    background: #c287cd;
}
.topic-box-pink .btn-site{
    background: #ffb1d5;
}
.topic-box-pink{
    color: #ffb1d5;
    border-color: #ffb1d5;
}
.topic-box-pink:after{
    background: #ffb1d5;
}
.back-green{background: #007d48;}
.footer-text{font-size: 14px;
    text-align: left;
    padding: 10px;color:white}
.footer-heading{font-size:22px}
.back-blue{background: #037bc2!important;}
.back-blue a{color:white}
.back-blue a:hover{color:#c5e3f5!important}
.row{margin-right:0px!important}
.com-style{top:50px;padding:0px 10px}
.dropdown-menu{top:80%}
.com-menu{top:40%}   
.navbar-nav .dropdown-menu {padding: 0px;}
.navbar-nav .dropdown-menu li .dropdown-item{padding: 10px;}
.navbar-nav .dropdown-menu li:nth-child(1) .dropdown-item{color: #7ee2ce;}
.navbar-nav .dropdown-menu li:nth-child(2) .dropdown-item{color: #38b6ff;}
.navbar-nav .dropdown-menu li:nth-child(3) .dropdown-item{color: #ffb1d5;}
.navbar-nav .dropdown-menu li:nth-child(4) .dropdown-item{color: #008037;}
.navbar-nav .dropdown-menu li:nth-child(5) .dropdown-item{color: #c287cd;}
.navbar-nav .dropdown-menu li:nth-child(6) .dropdown-item{color: #f7303e;}
.navbar-nav .dropdown-menu li:nth-child(1) .dropdown-item:hover{background: #7ee2ce;color: #fff;}
.navbar-nav .dropdown-menu li:nth-child(2) .dropdown-item:hover{background: #38b6ff;color: #fff;}
.navbar-nav .dropdown-menu li:nth-child(3) .dropdown-item:hover{background: #ffb1d5;color: #fff;}
.navbar-nav .dropdown-menu li:nth-child(4) .dropdown-item:hover{background: #008037;color: #fff;}
.navbar-nav .dropdown-menu li:nth-child(5) .dropdown-item:hover{background: #c287cd;color: #fff;}
.navbar-nav .dropdown-menu li:nth-child(6) .dropdown-item:hover{background: #f7303e;color: #fff;}
.bg-grey{background: #e3e6e9;}
@media screen and (max-width: 800px) {
    #mainNav{width:100%!important;top:69px;left:0px}
    .com-style{background: white!important;padding: 12px!important;top:0px}
    .tm-banner{background-position: 12% bottom;}
}
@media(min-width: 1000px){
    .dropdown-menu{left: -150px;}
}
.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link{ font-size: 15px }
#logoutform{ padding: 43px 0 }
#logoutform .btn-primary { border-radius: 0; border: 0; padding: 6px 20px; font-size: 15px; }



/* our event */




.serviceBox{
	color: #606060;
	/*font-family: 'Roboto', sans-serif;*/
	text-align: center;
	padding: 120px 13px 40px;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;opacity:.9;
}
.serviceBox:before,
.serviceBox:after{content: '';background: linear-gradient(to right,#7ee2ce,#7ee2ce);border-radius: 5px 5px 0 0;position: absolute;left: 0;top: 15%;bottom: 0;
right: 0;z-index: -1;clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}
.serviceBox:after{background: linear-gradient(#fff,rgba(255,255,255,0.85),#fff);border-radius: 20px 20px 20px 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);left: 15px;top: 70px;bottom: 15px;right: 15px;clip-path: none;}

.serviceBox .service-icon{color: #000;font-size: 45px;text-align: right;}
.serviceBox:hover .service-icon i{transform: rotateY(360deg);transition: all 0.3s;}
.serviceBox .title{color: #3EAE40;font-size: 21px;font-weight: 700;text-transform: uppercase;margin: 0 0 10px;padding:30px 5px!important}

.serviceBox .description{font-size: 19px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 20px;}

.serviceBox .read-more{color: #3EAE40;font-size: 15px;text-decoration: underline;display: inline-block;transition: all 0.3s ease;}

.serviceBox .read-more:hover{color: #333;text-shadow: 0 0 3px rgba(0,0,0,0.5);}
.serviceBox.green:before{ background: linear-gradient(to right,#7ee2ce,#7ee2ce); }
.serviceBox.green .title,
.serviceBox.green .read-more{ color: #7ee2ce; }
.serviceBox.green .read-more:hover{ color: #333; }
.serviceBox.blue:before{ background: linear-gradient(to right,#38b6ff,#38b6ff); }
.serviceBox.blue .title,
.serviceBox.blue .read-more{ color: #38b6ff; }
.serviceBox.blue .read-more:hover{ color: #333; }
.serviceBox.pink:before{ background: linear-gradient(to right,#ffb1d5,#ffb1d5); }
.serviceBox.pink .title,
.serviceBox.pink .read-more{ color: #ffb1d5; }
.serviceBox.pink .read-more:hover{ color: #333; }
@media only screen and (max-width:990px){.serviceBox{ margin: 0 0 30px; }
}

.background-green{background:#7ee2ce;}

.color-green{color:#7ee2ce!important}
.color-blue{color:#38b6ff!important}
.color-pink{color:#ffb1d5!important}

.view-button{
    padding: 10px 20px;
    border-radius: 10px;
    color: white!important;
    text-decoration: none!important;}
.pink-button{background: #ab396d;}
.blue-button{background: #066aa5;}
.green-button{background: #0ea788;}

@media(min-width: 1800px){.tm-banner .banner-ribbon{top: 25%;}}