*{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif; 
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 350px;
}

div.gallery:hover {
  border: 1px solid #777;
}
div.gallery img {
  width: 100%;
  height:220px;
}
.contact-detail li{
	font-family: 'Montserrat',sans-serif;
	font-size:18px;
	line-height: 32px;
}
.contact-detail li a{
    text-decoration:underline;
    font-family:'Montserrat',sans-serif;
}
.top-header{
	background:#4190c9;
	color:#fff;
}
.top-header .contact-info li{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding:5px 10px; 
	text-align: center;
}
.top-header .contact-info i{
	margin-right:8px;
}
.top-header .social-content li{
	display: inline-block;
	font-size:16px;
	font-weight: bold;
	padding:5px 10px;
}
.social-content li a{
	color:#fff;
}
.top-header .social-content li a:hover{
	color:#3c3c3c;
}
.social-content .search i{
	position:relative;
	left:10px;
}

.bottom-header{
	background:#fff;
	padding:10px 0px;
	height:70px;
	box-sizing: border-box;
	position: fixed;
	width:100%;
	z-index: 999;
}
.bottom-header .logo{
	float:left;
	top:-5px;
	position:relative;
}
.bottom-header .navigation{
	float:right;
}
.bottom-header .navigation .main-menu{
	display: flex;
	position: relative;
	top:10px;
}
.bottom-header .navigation .main-menu li{
	list-style: none;
}
.bottom-header .navigation .main-menu li a{
	height:30px;
	line-height: 30px;
	padding:0px 18px;
	color:#3e3e3e;
	text-decoration:none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-family:'Montserrat',sans-serif;
}
.bottom-header .navigation ul li a:hover,
.bottom-header .navigation ul li a.active
{
	background-color: #db342e;
	color:#fff;
}
.bottom-header .menu-toggle{
	float: right;
	cursor: pointer;
	display: none;
}
.bottom-header .menu-toggle i{
	color:#000;
	font-size:24px;
	line-height:40px;
}
.navigation .hover-item .dropdown{
	position: absolute;
	width:40vh;
	top:31px;
	opacity: 0;
	visibility: hidden;
}
.navigation .hover-item:hover .dropdown{
	opacity:1;
	visibility: visible;
}
ul.dropdown{
	border:1px solid #db342e;
	background:#fff;
}
.bottom-header .navigation .main-menu li ul li{
	padding:5px 0px;
}
.bottom-header .navigation .main-menu li ul li a{
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.bottom-header .navigation .main-menu li ul li a:hover{
	color:#fff;
}
.dropdown .sub-dropdown{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left:-195px;
	top:20px;
	border:1px solid #db342e;
	background:#fff;
}
.dropdown li:hover .sub-dropdown{
	opacity:1;
	visibility: visible;
}
.owl-carousel {
    height: 90vh;
}
.slide {
    width: 100%;
    height: 90vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
}
.slide-1 {
    background-image: url(../images/slider1.jpg);
}

.slide-2 {
    background-image: url(../images/slider.jpg);
}

.slide-3 {
    background-image: url(../images/slider2.jpg);
}
.slide-4 {
    background-image: url(../images/slider3.jpg);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.site-section .image-section img {
  height: 280px;
  width: 280px;
}
.section-title{
	font-weight:bold;
	font-family:'Montserrat',sans-serif;
	padding-bottom:15px;
}
.image-content p{
font-family:'Montserrat',sans-serif;
font-size:16px;	
}
.image-content a{
	color:#c39e16;
	font-family:'Montserrat',sans-serif;
	font-size:17px;
}
.about-content p{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	line-height:26px;
}
.about-content strong{
	font-family:'Montserrat',sans-serif;
	font-size:20px;
}
.list-unstyled li{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	line-height: 30px;
	color:#000;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.site-footer h2{
	color:#fff;
	font-weight: bold;
	font-size:18px;
}
.site-footer p{
	color:#fff;
	font-family: 'Montserrat',sans-serif;
}
.list-unstyled li i{
	padding-right:5px;
}
.site-footer .list-unstyled li{
	color:#fff;
	font-size:14px;
}
.social-section .list-unstyled li{
	display: inline-block;
}
.social-section .list-unstyled li{
	padding:0px 10px;
}
.social-section .list-unstyled li a{
	color:#fff;
}
.breadcrumb{
	background: #da3532;
}
.breadcrumb li{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	color:#fff;
}
.breadcrumb li a{
	color:#fff;
	font-family:'Montserrat',sans-serif;
	font-size:18px;
}
.image-section img{
    background-position:cover;
}
@media(max-width:991px){
	.bottom-header{
		position:absolute;
	}
	.bottom-header .container{
		padding:0px 20px;
		margin:0;
		width:100%;
	}
	.bottom-header .menu-toggle{
		display: block;
	}
	.bottom-header nav{
		width:100%;
		height:35vh;
		background:#fff;
		position: absolute;
		left:-100%;
		right:0;
		top:60px;
		transition: all 0.5s ease-in-out;
	}
	.bottom-header .navigation{
		position: absolute;
		width:100%;
		left:0;
	}
	.bottom-header .navigation .main-menu{
		display:block;
		text-align: center;
	}
	.owl-carousel {
    height: 80vh;
}
	.owl-carousel .slide {
    height: 80vh;
}

.owl-carousel .slide::before {
    height: 55vh;
}
.dropdown .sub-dropdown{
	position: absolute;
	left:240px;
	top:20px;
	width:100%;
}
@media(max-width:768px){
	.owl-carousel {
    height: 40vh;
}
	.owl-carousel .slide {
    height: 40vh;
}

.owl-carousel .slide::before {
    height: 40vh;
}
}
@media(max-width:1024px){
	.owl-carousel {
    height: 40vh;
}
	.owl-carousel .slide {
    height: 40vh;
}

.owl-carousel .slide::before {
    height: 40vh;
}
}
@media(max-width:414px){
	.owl-carousel {
    height: 30vh;
}
	.owl-carousel .slide {
    height: 30vh;
}

.owl-carousel .slide::before {
    height: 30vh;
}
}
@media(max-width:1199px){
    .bottom-header .navigation .main-menu li a{
	font-size:12px;
	padding:0px 10px;
}
}