@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@font-face {
    font-family: 'athena_of_the_oceanregular';
    src: url('../fonts/athena_of_the_ocean-webfont.woff2') format('woff2'),
         url('../fonts/athena_of_the_ocean-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'athena_of_the_oceanregular';
  color: #ffd203;
}
a {
  color: #fff;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #ffd203;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #f1c50e;
}
.section-header .news-title {
  font-size: 38px;
  color: #272727;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .news-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .news-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #f1c50e;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #f1c50e;
  border-color: #deb618;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #deb618;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #f1c50e;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #f1c50e;
}

/*************************
*******Slider Option******
**************************/

#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #64686d;
}
#main-slider .slider-inner h2 {
  margin-top: 120px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #64686d;
}

#main-slider .slider-inner h3 {
  color: #64686d;
  font-weight: 400;
  margin: 0;
}

#main-slider .slider-inner h2 > span {
  color: #f1c50e;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #f1c50e;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

#main-slider .carousel-content img {
    width: 100%;
	max-width: 550px;
	height: auto;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #f1c50e;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/*************************
*******Hero Image******
**************************/

#banner-home {
  background: #242a33 url(../images/hero-img.jpg) no-repeat 0 0;
  background-size: cover;
	background-position: center;
  color: #fff;
  min-height: 765px;
}
@media screen and (max-width:767px){
	#banner-test h4, #banner-test p {
		display: none;
}
}

/*************************
*******Page Sections******
**************************/
#welcome {
  padding: 50px 0 75px;
  background: #3c3c3b; /* Old browsers */
  background: -moz-linear-gradient(top,  #3c3c3b 0%, #000000 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #3c3c3b 0%,#000000 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #3c3c3b 0%,#000000 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  color: #fff;
  text-align: center;
}
#welcome h1 {
  font-size: 95px;
  margin-top: 0;
}
#menu {
  padding: 0;
  background: #ffd203;
}
#menu h1 {
  font-size: 95px;
  margin-top: 0;
  color: #000;
}
.menu-left {
	width: 50%;
	margin: 35px 0 55px;
	padding: 30px 75px 0 0;
	float: left;
}

.menu-left .content {
	float: right;
	width: 100%;
	max-width: 575px;
	border: 0;
}

.menu-right {
	width: 50%;
	padding: 30px 0;
	float: right;
	min-height: 415px;
  background: #242a33 url(../images/menu-img-apr26.jpg) no-repeat 0 0;
  background-size: cover;
	background-position: center;
}

.menu-right .content {
	float: left;
	margin-left: 10%;
	width: 100%;
	max-width: 525px;


	border: 0;
}

.button {
	padding: 15px 40px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
    font-size: 1.0em;
    letter-spacing: 0.25px;
}

.button:hover {
	background-color: #000;
	color: #ffd203;
	text-decoration: none;
}

#gallery {
  padding: 50px 0 75px;
  text-align: center;
}
#gallery h1 {
  font-size: 95px;
  margin-top: 0;
  color: #000;
}
#gallery .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#gallery .portfolio-filter > li {
  float: left;
  display: block;
}
#gallery .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#gallery .portfolio-filter > li a:hover,
#gallery .portfolio-filter > li a.active {
  background: #f1c50e;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#gallery .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#gallery .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#gallery .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#gallery .portfolio-items {
  margin: -15px;
}
#gallery .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery .portfolio-item .portfolio-item-inner {
  position: relative;
}
#gallery .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#gallery .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#gallery .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#gallery .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
.ppt {display: none!important;}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#visit-us {
  padding: 50px 0 75px;
  background: #3c3c3b; /* Old browsers */
  background: -moz-linear-gradient(top,  #3c3c3b 0%, #000000 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #3c3c3b 0%,#000000 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #3c3c3b 0%,#000000 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
#visit-us h1 {
  font-size: 95px;
  margin-top: 0;
}


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background: #000;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #f1c50e;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.social-icons > li > a {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 1050px) {
.menu-left, .menu-right {
	margin-top: 0;
	padding: 0 15px;
	width: 100%;
	clear: both;
	float: none;
}
	
.menu-left .content {
	float: none;
	text-align: center;
	padding-top: 30px;
	}
	
#visit-us .col {
	  padding: 15px;
  }
}
	
@media screen and (max-width: 768px) {	
#visit-us .border {
	  border-bottom: 1px solid #fff;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.noshow {
	display:none;
}
