/*fonts-css-----------*/
@font-face {
  font-family: 'JosefinSans-Regular';
  src: url('fonts/JosefinSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JosefinSans-Medium';
  src: url('fonts/JosefinSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JosefinSans-Bold';
  src: url('fonts/JosefinSans-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JosefinSans-SemiBold';
  src: url('fonts/JosefinSans-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('fonts/SourceSansPro-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

body{
	padding: 0;
	margin: 0;
	font-family: 'JosefinSans-Regular';
}
h1{
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0.08em;
}
h2{
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0.08em;
}
h3{
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.08em;
}
h4{
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.08em;
}
h5{
	font-size: 16px;
	line-height: 16px;
}
h6{
	font-size: 15px;
	line-height: 20px;
}
p{
	font-size: 16px;
	line-height: 24px;
	font-family: 'SourceSansPro-Regular';
	color: #858585;
}
span{
	font-size: 12px;
	line-height: 12px;
}
ul{
	padding: 0;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
	border-color: #000;
}
a.link{
	color:#16D5CC;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	text-transform: uppercase;
}
.transparent-btn{
	border: 1px solid;
	background-color: transparent;
	padding: 12px 30px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	display: table;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-family: 'JosefinSans-SemiBold';
	transition: all 0.3s ease-in-out;
}
.transparent-btn:hover{
	color:#fff;
	background-color:#16D5CC;
}
.aqua-btn{
	border: 1px solid;
	background-color: #16D5CC;
	padding: 12px 30px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	display: table;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-family: 'JosefinSans-SemiBold';
	transition: all 0.3s ease-in-out;
}
.aqua-btn:hover{
	color: #16D5CC;
	background-color: transparent;
}


.top-head {
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 60px;
}
.top-head .follow span {
	font-family: 'JosefinSans-Bold';
	margin-right: 20px;
}
.top-head .follow i{
	margin-right: 20px;
	color: #000;
	font-size: 20px;
}
.top-head span{
	font-size: 14px;
	line-height: 18px;
	font-family: 'SourceSansPro-Regular';
	margin-right: 30px;
}
.top-head span > img{
	margin-right: 5px;
}
.top-head .d-flex:last-child span {
	margin-right: 0;
}
.top-head .d-md-flex {
	justify-content: flex-end;
}
header{
	padding: 10px 60px;
	background-color: #fff;
}
header ul li a {
	font-size: 12px;
	line-height: 20px;
	display: table;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.11em;
}
header ul li{
	justify-content: center;
	display: flex;
}
header .right-links{
	align-items: center;
	height: 100%;
	margin: 0;
	justify-content: flex-end;
}
header .right-links li a{
	display: flex;
	align-items: center;
	margin-left: 30px;
}
header .right-links li a > img{
	margin-right: 6px;
}
header .button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header a.navbar-brand{
	padding: 0;
	margin: 0;
}

.top-slider{
	position: relative;
}
.top-slider .surf-logo {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.courses-sec {
	padding-bottom: 60px;
}
.courses-sec .text {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 60px;
	color: #fff;
}
.courses-sec .text a{
	color: #fff;
	margin-top: 30px;
}
.courses-sec .text h6, .courses-sec .text h2{
	font-weight: normal;
	font-family: 'JosefinSans-SemiBold';
}
.courses-sec .overlay::before {
	content: "";
	background-color: #0006;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.standup-paddle-sec {
	padding: 60px 0;
}
.standup-paddle-sec .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.standup-paddle-sec .modal-dialog{
	max-width: 610px;
	max-height: 610px;	
}
.standup-paddle-sec .modal-dialog iframe{
	margin: 0 auto;
	display: block;
}
.standup-paddle-sec .modal-dialog .close {
	font-size: 50px;
	padding: 0 15px;
	opacity: 1;
}
.standup-paddle-sec .modal-body{
	padding: 0;
	background-color: #000;
}
.standup-paddle-sec .content{
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}

.best-surf-sec {
	padding: 60px 0;
}
.best-surf-sec .content{
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}


.surf-lessons-sec {
	color: #fff;
	padding: 60px 0;
}
.surf-lessons-sec .bg-orange {
	background-color: #FFB434;
}
.surf-lessons-sec .bg-aqua{
	background-color: #16D5CC;
}
.surf-lessons-sec .content-center {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	padding-left: 60px !important;
}
.surf-lessons-sec .content-center p{
	color: #fff;
	margin-bottom: 30px;
}
.surf-lessons-sec .content-center h4{
	font-weight: normal;
	font-family: 'JosefinSans-SemiBold';
}

.surf-school-sec{
	padding: 60px 0;
}
.surf-school-sec .surf-types{
	padding-bottom: 50px;
}
.surf-school-sec .surf-types img{
	margin-bottom: 30px;
}
.surf-school-sec .surf-types .aqua-btn {
	margin: 30px auto 0;
}
.surf-school-sec .rentals-sec {
	padding-top: 50px;
}
.surf-school-sec .rentals-sec .content,
.surf-school-sec .rentals-sec .surfboards,
.align-content{
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}
.surf-school-sec .rentals-sec .overlay::before {
	content: "";
	background-color: #0006;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.surf-school-sec .rentals-sec .overlay {
	position: relative;
}
.surf-school-sec .rentals-sec .overlay h2,
.surf-school-sec .rentals-sec .overlay h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	width: 100%;
}
.surf-school-sec .rentals-sec .content h1::before {
	content: "";
	background-image: url("images/25.png");
	position: absolute;
	left: 30px;
	top: 50px;
	background-repeat: no-repeat;
	width: 236px;
	height: 209px;
}

.gallery-sec{
	padding: 60px 0;
}
.gallery-sec img{
	width: 100%;
}

.surf-tour-sec{
	padding: 60px 0;
}
.surf-tour-sec a.transparent-btn{
	margin-top: 30px;
}
.surf-tour-sec .tours-block .number {
	background-color: #16D5CC;
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50px;
	vertical-align: middle;
	padding: 7px;
	margin-right: 5px;
}
.surf-tour-sec .tours-block.paros {
	position: absolute;
	top: 0;
	width: 60%;
	right: 50px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.surf-tour-sec .tours-block.ios {
	position: absolute;
	top: 50%;
	left: 75px;
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.surf-tour-sec .tours-block.ios .curve-bdr::before {
	left: 0;
	top: 0px;
	transform: scaleX(-1);
}
.surf-tour-sec .tours-block .curve-bdr::before {
	content: "";
	background-image: url("images/carve-border.png");
	width: 220px;
	height: 36px;
	position: absolute;
	left: 15px;
	bottom: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.surf-tour-sec .tours-block.santorint {
	position: absolute;
	right: 0;
	bottom: 100px;
	display: flex;
	justify-content: space-between;
	width: 55%;
	align-items: end;
}
.surf-tour-sec .tours-block .curve-bdr img {
	z-index: 9;
	position: relative;
}

.surfboards-sec{
	padding: 60px 0;
	overflow: hidden;
}
.surfboards-sec span {
	background-color: #16D5CC;
	padding: 10px;
	color: #fff;
	font-family: 'JosefinSans-SemiBold';
	position: absolute;
	top: 50%;
	transform: rotate(270deg);
	right: -69px;
	min-width: 200px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}
.surfboards-sec .slide-show {
	background-color: #16D5CC;
	color: #fff;
	padding: 30px 20px;
	position: absolute;
	top: 50%;
	right: -100px;
	transform: translate(0,-50%);
	text-align: right;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.surfboards-sec .slide-btn.hide {
	opacity: 0;
}
.surfboards-sec .slide-show.active {
	right: 15px;
	z-index: 1;
	opacity: 1;
}
.surfboards-sec .slide-show a {
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	font-family: 'JosefinSans-SemiBold';
	margin: 25px 0 0 auto;
	display: table;
	color: #16D5CC;
}

.testimonials-sec {
	background-color: #000000;
	color: #fff;
	padding: 150px 0;
}
.testimonials-sec #myCarousel::before {
	content: "";
	background-image: url("images/quote.png");
	position: absolute;
	left: 0px;
	top: -70px;
	background-repeat: no-repeat;
	width: 198px;
	height: 155px;
}
.testimonials-sec #myCarousel a.prev span,
.testimonials-sec #myCarousel a.next span{
	transform: rotate(90deg);
}
.testimonials-sec .col-lg-4{
	z-index: 9;
}
.testimonials-sec #myCarousel a.prev{
	position: absolute;
	right: -30px;
	top: 15px;
}
.testimonials-sec #myCarousel a.next{
	position: absolute;
	right: -30px;
	bottom: 15px;
}
.testimonials-sec .slide-wrapper{display:inline;}
.testimonials-sec .slide-wrapper .container{padding:0;}

.testimonials-sec .carousel-inner > .carousel-item h3{
	letter-spacing: 0;
}
.testimonials-sec .carousel-inner> .carousel-item.carousel-item-next ,
.testimonials-sec .carousel-inner > .carousel-item.active.carousel-item-right{ 
    transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;
    
}
.testimonials-sec .carousel-inner > .carousel-item.carousel-item-prev ,
.testimonials-sec .carousel-inner > .carousel-item.active.carousel-item-left{ 
    transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;
    
}
.testimonials-sec .carousel-inner > .carousel-item.next.carousel-item-left ,
.testimonials-sec .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.testimonials-sec .carousel-inner > .carousel-item.active{
    transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
 }
 .testimonials-sec .carousel-inner > .carousel-item h6{
 	margin-top: 20px;
 	color: #16D5CC;
 }
.testimonials-sec .carousel-indicators{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    height:20px;
    right:10px; left:auto;
    width:auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonials-sec .carousel-indicators li{
    display:block; margin-bottom:5px; border:1px solid #00a199; 
    
}
.testimonials-sec .carousel-indicators li.active{
    margin-bottom:5px; background:#00a199;    
}

.surf-camp-sec {
	padding: 60px 0;
}
.surf-camp-sec .text-center p {
	max-width: 500px;
	margin: 0 auto 50px;
}
.surf-camp-sec .camps-blocks img {
	margin-bottom: 30px;
	margin-top: 50px;
}
.surf-camp-sec .camps-blocks{
	transition: all 0.3s ease-in-out;
}
.surf-camp-sec .camps-blocks:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.surf-camp-sec .camps-blocks.one::before {
	content: "";
	background-image: url("images/one.png");
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50px;
	right: 50px;
	background-size: contain;
}
.surf-camp-sec .camps-blocks.two::before {
	content: "";
	background-image: url("images/two.png");
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50px;
	right: 50px;
	background-size: contain;
}
.surf-camp-sec .camps-blocks.three::before {
	content: "";
	background-image: url("images/three.png");
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50px;
	right: 50px;
	background-size: contain;
}
.surf-camp-sec .camps-blocks.four::before {
	content: "";
	background-image: url("images/four.png");
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50px;
	right: 50px;
	background-size: contain;
}
.surf-camp-sec .forcast-sec {
	margin-top: 50px;
}
.surf-camp-sec .forcast-sec .table tr td:nth-child(2) {
	color: #FFB434;
}
.surf-camp-sec .forcast-sec .table tr td:nth-child(3) {
	color: #858585;
}
.surf-camp-sec .forcast-sec .table tr td{
	border-top: none;
	border-bottom: 1px dotted #000;
}
.surf-camp-sec .forcast-sec .right-images img {
	padding: 10px 0;
}
.surf-camp-sec .forcast-sec .right-images .relative .overlay p{
	color: #fff;
	margin: 0;
}
.surf-camp-sec .forcast-sec .right-images .relative .overlay img{
	padding: 0;
}
.surf-camp-sec .forcast-sec .right-images .relative{
	position: relative;
}
.surf-camp-sec .forcast-sec .right-images .relative .overlay {
	position: absolute;
	top: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0,-50%);
	width: 100%;
}

.bg-grey-sec {
	background: #FAFAFA;
	padding: 100px 0;
	margin: 60px 0;
}
.bg-grey-sec h4{
	font-size: 22px;
	line-height: 32px;
	font-family: 'JosefinSans-Bold';
	color: #0C0C0C;
	letter-spacing: 0;
	margin-left: 50px;
}

.contact-us-sec{
	padding: 60px 0;
}
.contact-us-sec .text-center p {
	max-width: 500px;
	margin: 0 auto 50px;
}
.contact-us-sec form input{
	border-radius: 0;
	border-color: #000;
	height: 50px;
	border: 1px solid;
	padding: 15px;
	width: 100%;
}
.contact-us-sec form textarea {
	border-radius: 0;
	border-color: #000;
	border: 1px solid;
	padding: 15px;
	width: 100%;
	font-family: 'SourceSansPro-Regular';
}
.contact-us-sec form .form-control::placeholder{
	color: #000;
	font-family: 'SourceSansPro-Regular';
}

.contact-us-sec form .form-group{
	width: 50%;
	float: left;
	padding: 0 15px;
}
.contact-us-sec form .form-group.fill_width{
	width: 100%;
}
.contact-us-sec form a.aqua-btn{
	margin: 0 auto;
}

.surf-image-slider{
	padding: 60px 0 0;
}


footer .top-footer .d-md-flex img {
	width: 68px;
}
footer .top-footer {
	background-color: #0C0C0C;
	color: #fff;
	padding: 80px 60px;
	background-color: #0C0C0C;
}
footer .top-footer span {
	display: block;
	margin-bottom: 20px;
	color: #C4C4C4;
}
footer .top-footer h3{
	margin-bottom: 20px;
}
footer .top-footer span > img{
	margin-right: 5px;
}
footer .top-footer .overflow{
	overflow: scroll;
}
footer .top-footer .icons i {
	margin-right: 25px;
	color: #fff;
	font-size: 25px;
}
footer .top-footer .form-group {
	position: relative;
	margin-top: 40px;
}
footer .top-footer input {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	width: 100%;
	color: #fff;
	padding: 10px;
}
footer .top-footer .form-group img {
	position: absolute;
	top: 12px;
	right: 15px;
}
footer .bottom-footer {
	background: #000000;
	padding: 15px 60px;
}
footer .bottom-footer p {
	text-align: right;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	color: #C4C4C4;
}
footer .bottom-footer #up-arrow {
	width: 35px;
	height: 35px;
	background-color: #16D5CC;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	padding: 8px;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}
footer .bottom-footer a {
	color: #C4C4C4;
}

/*media-query-start--------*/
@media(max-width: 1366px){
	header,
	.top-head{
		padding: 10px 30px;
	}
	footer .top-footer{
		padding: 80px 30px;
	}
	footer .bottom-footer{
		padding: 15px 30px;
	}
}

@media(max-width: 1199px){
	header,
	.top-head{
		padding: 10px 15px;
	}
	header ul li a{
		font-size: 11px;
	}
	header .right-links li a{
		margin-left: 20px;
	}
	header .aqua-btn{
		padding: 12px 20px;
	}
	.courses-sec .text{
		left: 20px;
	}
	.courses-sec .text h2 {
	  font-size: 25px;
	  line-height: 30px;
	}
	.surf-lessons-sec .content-center{
		padding-left: 20px!important;
	}
	.surfboards-sec img {
		width: 100%;
		margin-bottom: 20px;
	}
	footer .top-footer{
		padding: 80px 15px;
	}
	footer .bottom-footer{
		padding: 15px 15px;
	}
}

@media(max-width: 991px){
	header .navbar-light .navbar-toggler{
		position: absolute;
		right: 0;
		border-color: #000;
		border-radius: 0;
	}
	header .navbar-light .navbar-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='20' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	header #navbarMobile {
		width: 100%;
		border-top: 1px solid #ccc;
		margin-top: 10px;
		padding-top: 10px;
	}
	header, .top-head {
		padding: 10px 0px;
	}
	header ul li a {
  		font-size: 14px;
  		margin: 5px 0;
	}
	.top-head .follow{
		text-align: center;
		margin-bottom: 10px;
	}
	.top-head .d-md-flex {
		justify-content: center;
	}
	.surf-camp-sec .camps-blocks img{
		width: 100%;
	}
	.courses-sec img{
		width: 100%;
	}
	.surf-tour-sec .container{
		max-width: 100%;
	}
	.surf-tour-sec .tours-block .curve-bdr img{
		width: 90px;
	}
}

@media(max-width: 767px){
	h1 {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 0.0em;
	}
	.top-head .d-md-flex .d-flex {
		justify-content: center;
		margin-bottom: 10px;
	}
	.testimonials-sec{
		padding: 80px 0;
	}
	.testimonials-sec #myCarousel a.next,
	.testimonials-sec #myCarousel a.prev{
		right: 0;
	}
	.standup-paddle-sec .content{
		margin-top: 20px;
	}
	.best-surf-sec .content{
		margin-bottom: 20px;
	}
	.best-surf-sec .image .col-md-6:first-child img {
		margin-bottom: 20px;
	}
	.surf-lessons-sec .content-center{
		padding: 30px !important;
	}
	.surf-lessons-sec img.img-fluid {
		width: 100%;
	}
	.surf-school-sec .rentals-sec .content h1::before {
		top: 0;
	}
	.surf-school-sec .rentals-sec .overlay {
		margin: 10px auto;
	}
	.surf-school-sec .rentals-sec .overlay .img-fluid {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.surf-camp-sec .forcast-sec .right-images img {
		padding: 10px 0;
		width: 100%;
	}
	.surf-camp-sec .forcast-sec .right-images .relative .overlay img{
		width: auto;
	}
	.bg-grey-sec img {
		margin: 0 auto 20px;
		display: block;
	}
	footer .top-footer,
	footer .bottom-footer,
	footer .bottom-footer p{
		text-align: center;
	}
	#surf-slider .carousel-item img {
		object-fit: cover;
		width: 100%;
		height: 500px;
	}
	.top-slider .surf-logo img {
		width: 200px;
	}
	.surf-image-slider .owl-theme .owl-nav [class*="owl-"] {
		color: #FFF;
		font-size: 34px;
		margin: 0 10px 10px;
		padding: 0px 10px;
		background: #16D5CC;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px;
		line-height: 36px;
	}
	.surf-tour-sec .tour-content{
		margin-top: 30px;
	}
	.surf-tour-sec .tours-block.paros{
		top: 0;
		width: 300px;
		right: auto;
	}
	.surf-tour-sec .tours-block.ios{
		width: 300px;
		top: 60%;
		left: 15px;
	}
	.surf-tour-sec .tours-block.santorint{
		width: 300px;
		right: auto;
		left: 15px;
		bottom: 0;
	}
	.surf-school-sec .rentals-sec .content a.link {
		margin-bottom: 20px;
	}
	.bg-grey-sec h4{
		margin-left: 0;
	}
	.bg-grey-sec{
		padding: 50px 0;
	}
	.contact-us-sec form .form-group{
		width: 100%;
	}
	footer .top-footer {
		padding: 40px 15px;
	}
	.standup-paddle-sec,
	.best-surf-sec,
	.surf-lessons-sec,
	.surf-school-sec,
	.gallery-sec,
	.surf-tour-sec,
	.surfboards-sec,
	.surf-camp-sec,
	.contact-us-sec{
		padding: 30px 0;
	}
	footer .footer-logo{
		width: 200px;
		margin-bottom: 20px;
	}
}