.logo img {
    width: 200px;
}
body{
	font-family: 'Lato',sans-serif;
	font-weight:400;
}
.rev_slider_wrapper{
    height:575px !important ;
}
p{
}

#home-section{
    height:575px !important; 
}
img {
    max-width: 100%;
    text-align: center;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    pointer-events: none;
}
img, iframe {
    vertical-align: bottom;
}
#gallery-index article .cat-container .cat-name {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mob-view{
    display: none;
}
.desk-view{
    display: block;
}
.mob-view1{
    display: none !important;
}
.desk-view1{
    display: flex !important;
}

.navbar-nav > li > a.active,.navbar-nav > li > a{
    text-decoration: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
   
    .mob-view{
        display: block;
    }
    .desk-view{
        display: none;
    }
    
   }
#gallery-index article .cat-container .cat-name h2 {
    margin: auto;
    padding: 15px 25px;
    background: rgba(232,121,16, 0.7);
	
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 1.05rem;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#gallery-index article .cat-container {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

#gallery-index article:hover .cat-container .cat-name h2{
	 background: rgba(232,121,16, 0.9);
}
.gallery-item {
    margin-bottom: 14px;
	padding-right:10px;
	padding-left:10px;
	flex: 0 0 20%;
    max-width: 20%;
}
.gallery-item-video {
    /* margin-bottom: 14px; */
	/* padding-right:10px;
	padding-left:10px; */
    margin:30px 35px 0 35px;
    padding:0;
	flex: 0 0 20%;
    max-width: 20%;
}
.data-cap{
    text-align: center;
    font-size: 15px;
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
    padding: 10px;
    color: black;

}

.gallery-item-video .image-container a:hover{
    text-decoration: none !important;
}
.gallery-item a{
	display: flex;
    height: 100%;
    vertical-align: middle;
    /* height: auto; */
    justify-content: center;
}
.gallery-item-video a img{
	display: block;
	height:auto;
	margin:auto;
}
.gallery-item a img{
	display: block;
	height:auto;
	margin:auto;
}
.gallery-item-video .image-container a:before {
    content: "";
    background: rgba(0,0,0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
	opacity:0;
}
.gallery-item .image-container a:before {
    content: "";
    background: rgba(0,0,0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
	opacity:0;
}

.image-container{
	position:relative;
	height:100%;
}
.gallery-item-video:hover .image-container a:before{
	opacity:1;
	
}
.gallery-item:hover .image-container a:before{
	opacity:1;
	
}

#gallery-show article .image-container {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity = (0));
    background: #EEE url(../images/thumb-loader.png) no-repeat center center;
    background-size: 25px 25px;
    text-align: center;
    
    position: relative;
    font-size: 0.75rem;
}
#gallery-show article .image-container.vis {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
}


.margin-top{
	margin-top:40px;
}

.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs{
	display: none !important;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content
{
	transform: scale(1.13) !important;
	margin:0 auto;
	right: 0vw;
	-webkit-transform-origin: center top !important;
    -ms-transform-origin: center top !important;
    transform-origin: center top !important;
	cursor: -webkit-inherit !important;
    cursor: inherit !important;
	top: 10px !important;
	
}

   

@media (max-width: 1024px) {
    section.contact-section .contact-box {
        width: 100%;
        padding: 0 20px;
    }
    section.about-me-section div.image-holder {
        left:0;
    }
    
    .rev_slider_wrapper{
        height:600px !important;
    }
    
    #home-section{
        height:600px !important; 
    }
    .gallery-item-video {
        
        margin: 30px 35px 0 75px;
    }
}

@media (max-width: 912px) {

    
    .rev_slider_wrapper{
        height:100% !important;
    }
    
    #home-section{
        height:100% !important; 
    }
}
@media (max-width: 768px) {
    
    .gallery-item-video {
        
        margin: 30px 0px 0 75px;
    
    
      }
}

@media (max-width: 820px) {
    /* .fancybox-caption {
        top: calc(50% - 105px) !important;
    } */
    section.about-me-section div.image-holder {
        left:0;
    }
    .rev_slider_wrapper{
        height:100% !important;
    }
    
    #home-section{
        height:100% !important; 
    }
   
    .gallery-item-video {
        
        margin: 16px;
    }
    .social-box{
        margin:0 auto !important;
       }
  
}
/* @media(max-width:1024px){
    .mob-view{
        display: none;
    }
    .desk-view{
        display: block;
    }
} */

 @media (max-width: 767px) {
    
    
    section.contact-section .contact-box {
        padding: 0 ;
    }
    .fancybox-navigation .fancybox-button {
     vertical-align: middle;
}
   
/* .fancybox-caption {
    top: calc(50% - 80px) !important;
} */
 
    .rev_slider_wrapper{
        height:100% !important;
    }
    .mob-view{
        display: block;
    }
    .desk-view{
        display: none;
    }
    .mob-view1{
        display: block !important;
    }
    .desk-view1{
        display: none !important;
    }
    #home-section{
        height:100% !important; 
    }
   .social-box{
    margin:10px auto 0px !important;
   }
    .text-right{
        text-align: center !important;
    }
   
    #slider img {
        background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(upload/slider/4.jpg);
    background-size: cover;
    background-position: center center;
        width: 100%;
        background-color: rgb(255, 255, 255);
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        /* position: absolute; */
        max-height: none;
        overflow: visible;
        height: 400px;
        left: -30px;
    }

   section.about-me-section div.image-holder {
    
    left: 0px
   }


	.gallery-item {
    margin-bottom: 15px;
    padding-right: 15px;
    flex: 0 0 50%;
    max-width: 50%;
} 
.gallery-item-video {
    margin: 0 0 15px 0 ;
   
    padding-right: 15px;
    flex: 0 0 50%;
    max-width: 50%;
} 
.data-cap{
    font-size: 8px;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content
{
	transform: scale(1) !important;
	margin:0 auto;
	right: 0vw;
	-webkit-transform-origin: center !important;
    -ms-transform-origin: center  !important;
    transform-origin: center !important;
	cursor: -webkit-inherit !important;
    cursor: inherit !important;
	top: auto !important;
	
}

.o-scroll-up {
    
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    /* margin-left: 20px; */
    position: absolute;
    right: 0px;
}
footer {
    padding: 30px 15px !important;
   
    text-align: center;
}

footer .text-right {
    text-align: center !important;
}

section.about-me-section {
    padding-right: 0px;
}
section.about-me-section div.image-holder-1{
	right:0px !important;
}
	 
 }
 
 
.navbar-toggler{
	border:0px;
}
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: -1200px;
  left: 0px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  
  padding: 30px;
  padding-bottom:0px;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #666;
  display: inline-block;
  transition: 0.3s;
  font-weight: 400;
}

a.nav-link.dropdown-toggle {
	padding: 8px;
}

.overlay a.logo{
	padding:0px;
}

.overlay .social-box {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
	vertical-align: top;
}


.overlay a:hover, .overlay a:focus {
  color: #ff9900 !important;
  background:none;
}
.dropdown-menu.show {
    border: none;
    display: block;
}
.overlay .closebtn {
    text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


main {
  height: 100vh;
}

.turquoise {
  background-color: #45B5AA; 
}


footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
	display: inline-block;
    color: #666;
	margin-right:15px;
	margin-top:4px;
}
footer ul a{
	font-size: 20px;
	 color: #666;
}
footer {
   
    padding: 15px 35px;
    border-top: 1px solid #EEE;
    font-size: 17px;
	color: #666;
	/* margin-top:30px; */
	overflow:hidden;
	
}
footer p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
	margin-top:6px;
}
footer .social-box li {
    position: relative;
   
    padding-left: 20px;
    
    display: inline-block;
}
footer a.go-top {
    display: inline-block;
    color: #696969;
    text-align: center;
    background: #e6e6e6;
    
    right: 40px;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.o-scroll-up{
	color: #666;
	background:#EEE !important;
	border-radius:25px;
	width:40px;
	height:40px;
	text-align:center;
	padding-top:5px;
	display:inline-block;
}

.social-box {
	display:inline-block;
}
.social-box li {
    position: relative;
    padding-left: 10px;
    display: inline-block;
}


/* section.about-me-sectio .about-box h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
section.about-me-sectio .about-box p, section.about-me-sectio .about-box ul {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    list-style: none;
}
section.about-me-sectio .about-box ul li i {
    font-size: 18px;
    color: #e87910;
    margin-right: 8px;
}
section.about-me-sectio .about-box p a {
    color: #000;
}
section.about-me-sectio div.image-holder {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    overflow: hidden;
}
section.about-me-sectio .about-box p a:hover {
    color: #ff9900;
}
section.about-me-sectio .about-box {
    max-width: 620px;
}
section.about-me-sectio .about-box ul {
    padding-left: 8px;
} */
.overlay-content a{
	font-size: 24px;
	display:block;
    font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
	padding-bottom: 5px;
}

.overlay-content p{
	font-size: 15px;
}

.dropdown-menu a{
	font-size: 18px;
    padding-left: 21px;
}
.dropdown-menu {
   
    padding: 12px;
    border: 0px;
    /* margin-left: 20px; */
    position: relative;
}


.top-header{
    margin-bottom:30px;
    border-bottom: 1px solid #EEE !important;
}
.navbar-nav .top-nav a{
    text-decoration: none;
}

.navbar-nav .top-nav a {
    list-style: none;
    color: #696969 !important;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 28px 28px !important;
    margin: 0 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.navbar-nav > li > a.active, .navbar-nav > li > a:hover {
    color: #ff9900 !important;
}

@keyframes fade{
    from{
      opacity:0.4;
    }
    to{
      opacity:1;
    }
  }
  
  
  
  #slider{
    margin:0 auto;
    width:80%;
    overflow:hidden;
  }
  
  .slides{
    overflow:hidden;
    animation-name:fade;
    animation-duration:1s;
    display:none;
  }
  
  #slider img{
    width:100%;
  }
  
  #dot{
    margin:0 auto;
    text-align:center;
  }
  .dot{
    display:inline-block;
    border-radius:50%;
    background: none;
    padding:8px;
    margin:10px 5px;
  }
  
  .active{
    /* background:black; */
    background: none;
  }
  
  @media (min-width:1400px){
	  
	  .overlay-content a{
		  padding-bottom:12px;
	  }
	  .overlay-content .nav-item:last-child a{
		  padding-bottom:0px;
	  }
	  .overlay {
        height: 100%;
	  }
	.overlay  .logo img {
        width: 260px;
     }
	 section.about-me-section {
         padding: 120px 40px !important;
   
     }
	  
  }
  
  
  @media (max-width:567px){
    .rev_slider_wrapper{
        height:100% !important;
    }
    
    #home-section{
        height:100% !important; 
    }
    .float-right, .float-left {
    
        float:none !important;
    }
    footer .social-box li {
        
        padding-left: 18px;
    }
	section.contact-section #contact-form input[type="submit"]{
		margin-top:20px;
	}
	.logo img {
    width: 200px;
    }
}
.text-right{
    text-align: right !important;
	
}
.navbar{
	padding: 0.5rem 0rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ff9900 !important;
    text-decoration: none;
    background-color: transparent;
}

.overlay-content .row{
	align-items: center;
}

.recaptcha-error {
    display: none;
    color: red;
    font-size: 14px;
    
    clear: both;
    padding-top: 10px;
}
section.contact-section .contact-box p.success {
    display: none;
    color: #db720e;
    font-size: 18px;
   
    padding: 0rem 0rem;
    /* text-align: center; */
    line-height: normal;
}

label.error {
    color: red;
    font-size: 14px;
    margin-top: -14px;
    display: block;
}
.o-scroll-up.active{
	
}

.g-recaptcha{
	float:left;
}

p{
	  font-family: "Montserrat", sans-serif;
}

section.contact-section .contact-box p a:hover{
	color: #db720e!important;
}

.social-icon a:hover{
	color: #ff9900;
}
.o-scroll-up.active:hover{
	color: #666;
}
.navbar-nav > li.top-nav > .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 5px 5px 0 #2a3740;
  width:11rem;
}
.navbar-nav .top-nav .dropdown-menu a{
   padding-top:20px !important;
   padding-bottom:20px !important;
   margin:0px;
}
.navbar-nav .top-nav .dropdown-menu a:hover{
  border-radius:0px;
  color: #ff9900 !important;
}
.top-nav.dropdown .dropdown-menu {
  display: block;
  opacity:0;
  margin-top:15px;
  padding:0px;
  transition: opacity 1s ease;
}
.top-nav.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  opacity:1;
 }
.top-nav.dropdown .dropdown-menu a.active{
  color: #ff9900 !important;
}
.dropdown{
 padding-left:0px !important;
}
.dropdown-menu li .dropdown-menu li a{
 font-size:16px;
}
