.welcome{
	background: linear-gradient(45deg, #b2ccd2, #6576aa);
	}
.welcome .welcomemessage{
	padding:40px;
	text-align:center;
	}
.welcome .welcomemessage h1{
	font-size: 4.25rem;
	font-style: normal;
	line-height: 1.2;
	letter-spacing:1.5px;
	text-align:center;
	}
.welcome .welcomemessage h1 a{
	color:#fff;
}
.welcome .welcomemessage p{
	color:#fff;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.6;
	letter-spacing:1.5px;
	}
.btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
}
.btn-secondary, .btn-secondary:active {
    background-color: #ff3366 !important;
    border-color: #ff3366 !important;
    color: #ffffff !important;
	border-radius:100px;
	text-transform:uppercase;
}

.featured-cases{
	padding-top: 90px;
	padding-bottom: 15px;
	background-color: #efefef;	
}
.featured-cases .package{
	height: 100%;
	background: #ffffff;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;
}
.featured-cases h2 {
	margin-bottom:30px;
	text-align:center;
	font-size:28px;
	}

.featured-cases .package .short{
	padding:10px 20px;
}
.featured-cases h3{
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top:10px;
	min-height:45px;
}
.featured-cases h3 a{
	color: #149dcc;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}
.featured-cases .package .short p{
	color: #767676;
	margin-bottom: 0;
	text-align: left;
	padding-top: 1rem;
	min-height:85px;
	max-height:85px;
	overflow:hidden;
}
.featured-cases .package .image{
	max-height:220px;
	overflow:hidden;
}
.featured-cases .package .image img{
	width:100%;
	min-height:220px;
	}
.featured-cases .btn-primary, .featured-cases .btn-primary:active {
    background-color: #149dcc !important;
    border-color: #149dcc !important;
    color: #ffffff !important;
	border-radius:100px;
	padding: 1rem 3rem;
}


.ourproject{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #b2ccd2;
	}
.ourproject h2{
	text-align:center;
	padding-bottom: 1rem !important;
	font-size: 3rem;
	}
.ourproject .overlay{
	color: #ffffff;
	text-align: center;
	}
.hoverbox {
  /*box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;*/
  margin: 5% auto 0 auto;
  border-radius: 5px;
  position:relative;
}
.hoverbox h1 {position:absolute; bottom:0; text-align:center;}
.hoverbox:hover {
  box-shadow: inset 1px 1px 40px 0 rgba(150, 150, 90, 0.85);
}
.overlay {
  background: #55b4d4;
  color: #fff;
  padding: 25px 10px 66px 10px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  position:absolute;
  top:0; 
  width:100%;
  height:100%;
}

.hoverbox:hover .overlay {
  opacity: 1;
  z-index:99;
}
.hoverbox:hover .cost, .hoverbox:hover .duration {z-index:100}
.hoverbox:hover .cost, .budgettrekking .thumbnail:hover .cost {background:url(images/cost-bkg.png) bottom left no-repeat;}
.hoverbox:hover .duration, .thumbnail:hover .duration {background:url(images/durations-bbc.png) bottom left no-repeat;}
.more-details {z-index:100}
.hoverbox h4 {position:relative; z-index:100; font-size: 1.5rem;}
.hoverbox:hover {background-color: #999; box-shadow:0 0 15px #ccc}
.hoverbox:hover .extra .info ul li, .hoverbox.package:hover h4 a {color:#fff}

#plus {
  /*color: rgba(255, 255, 255, 0.85);*/
  margin-top:1.5em;
}

.homepage .testimonials h2{
	text-align:center;
	font-family: 'Rubik', sans-serif;
	padding-bottom: 1rem !important;
	font-size: 3rem;
	}
.testimonials{
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #efefef;
	}
.testimonial{
    padding-top: 70px;
    margin: 50px 15px 0;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.testimonial:hover{ border-color: #e7e3e3; }
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    min-width: 80px;
	min-height: 80px;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 16px;
    font-weight: 700;
    color: #eabd44;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description{
    font-size: 15px;
    color: #999;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 40px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #eabd44;
    border-color: #eabd44;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: -3%;
}
.owl-next{
    left: auto;
    right: -3%;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .owl-theme .owl-controls,
    .owl-prev,
    .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}
.targetgroup{
	padding:60px;
	}
.targetgroup h2{
	font-size: 3rem;
	margin-bottom:50px;
	}	
.targetgroup h2 span{
	margin-bottom:40px;
}
.targetgroup .fulltext .image  img{
	max-width:100px;
	max-height:100px;
	    min-width: 100px;
    min-height: 100px;
	}
.targetgroup h3{
	font-weight:bold;
	}
	
.news-back img{
	width:200px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:5px solid #eee;	
}
.sponser-back .row{
	width:100%;	
}
.sponser-back img{
	height:526px !important;	
}
.sponser-back .section-inner{
	background:#27262C;
	color:#fff;
	padding:30px 30px;		
}
.section-sponsor .section-inner {
    padding: 70px 20px 79px 50px;
}
.sponser-back .section-inner h2{
	color: #fff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.05em;	
}
.sponser-back .section-inner p{
	text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 2.2;	
}
.section-sponsor .section-body p {
    line-height: 1.95 !important;
}
.section-sponsor .section-foot .section-foot-separator {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.section-sponsor .section-foot .section-foot-contacts {
    display: inline-block;
    vertical-align: middle;
}
.sponser-back .col-md-6{
	padding:0px !important;	
}
.news-back{
	padding:100px 0px;	
}
.news-back h2:after{
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	margin: 16px 0 35px;
	background: #fa6f1c;
}
.latest-news h2, .latest-events h2{
	margin-bottom: 0;
	float: left;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;	
}
.news-back h3{
	margin: -3px 0 18px;
font-size: 16px;
line-height: 1.5;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.05em;	
}
.news-back p{
	color: #52505b;
}
.post-slide{
    margin: 0 10px;
    background: #fff;
}
.post-slide .post-img{
    overflow: hidden;
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
    transform: scale(1,1);
    transition: all 0.30s ease 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    text-align:center;
    background:rgba(68, 67, 64,0.9);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    padding:0;
    margin:0;
    list-style:none;
    position: relative;
    top:45%;
}
.post-slide .post-link li{
    display: inline-block;
    margin-right:10px;
}
.post-slide .post-link li a{
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color:#fff;
    background:#333;
    font-size:20px;
    transform: scale(1,1);
    transition: all 0.20s linear;
}
.post-slide .post-link li a:hover{
    text-decoration:none;
    transform: scale(1.1,1.1);
}
.post-slide .post-review{
    padding: 15px 0;
    overflow: hidden;
}
.post-slide .post-title{
    margin-top: 0;
}
.post-slide .post-title a{
    display: block;
    color: #333;
    font-size: 18px;
    text-align:center;
    font-weight: bold;
    text-transform:uppercase;
    transition: all 0.50s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#1f80bb;
}
.post-slide .post-info{
    list-style:none;
    padding:10px 0 0 0;
    margin:0 0 7px 0;
    text-align:center;
    border-top:1px solid #d3d3d3;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 13px;
}
.post-slide .tag-info{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom:1px solid #d3d3d3;
}
.post-slide .tag-info li{
    list-style:none;
    display: inline-block;
}
.post-slide .tag-info li a{
    color:#808080;
    text-transform:capitalize;
}
.post-slide .tag-info li a:hover{
    color:#1f80bb;
    text-decoration:none;
}
.post-slide .post-description{
    color: #828282;
    font-size: 14px;
    padding:5px 25px;
    line-height: 25px;
}
.post-slide .read-more{
    color:#333;
    float: right;
    font-weight: bold;
    margin-right:25px;
    text-transform:capitalize;
}
.post-slide .read-more:hover{
    color:#1f80bb;
    text-decoration:none;
}
.owl-theme .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-30px;
}
.owl-theme .owl-buttons .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-30px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 990px) {
    .post-slide .post-info li { margin-right: 5px; }
    .owl-theme .owl-buttons div{ display:none; }
}
@media only screen and (max-width: 767px) {
    .post-slide .post-link li a{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size:13px;
    }
    .post-slide .post-title a{
        font-size:14px;
    }
}
