@media (min-width:1199px){section.slider{margin-top:-40px !important}}form.gsc-search-box{display:none}.gsc-above-wrapper-area{border-bottom:none !important;margin-top:-28px !important}.gsc-wrapper{margin-top:-38px !important}.alert{margin-bottom:-10px !important}#pageLoader{width:100% !important;height:100% !important;background-color:#fff !important;position:fixed !important;z-index:9999 !important}

section {padding: 50px 0!important; border:none!important;}

.img-cont {
    display: block;
    height: 0;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
    padding: 60% 0 0;
    position: relative;
    width: 100%;
}

.img-cont img {
    bottom: 0!important;
    display: block!important;
    left: 0!important;
    margin: auto!important;
    max-height: 100%!important;
    max-width: 100%!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
}

.recent-blog p.text-left {
    height: 60px;
}

.portfolio-gutter  .img-cont { padding: 56% 0 0;margin-bottom: 0px;margin-top: 0px;}

section #portfolio h2 {
    font-size: 30px;
    line-height: normal;
	color:#414141;
	}
	
.owl-carousel .item-box {
    background: transparent;
    margin-bottom: 25px;
    border: none!important;
    box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2)!important;
    margin-top: 5px;
}

.cont-1 {
    padding: 0px 10px 20px;
}

.item-box-desc {
    margin-bottom: 0px!important;
    text-align: left !important;
    background: #fff!important;
}

#footer h4 {
    text-transform: uppercase!important;
}

.btn.btn-reveal i {line-height: 38px!important;}


#slider .btn {
    margin-top: 10px!important;
}

.owl-theme .owl-controls .owl-buttons div {background-color: rgba(0, 0, 0, 0.1)!important;color:#fff!important;}

.swiper-slide.swiper-slide-active {
    width: 100%!important;
}


#portfolio div.divider.divider-center:after {
    left: 56% !important;
    top: 9px;	}
	
#portfolio div.divider.divider-center:before {
    right: 56%!important;
	top: 9px;}	

	
.owl-carousel .item-box {
    padding: 0px 20px;
}

.masonry-gallery.columns-4 a {
    width: 25%!Important;
}

.masonry-gallery .hover-g {
    background-color: rgba(0, 0, 0, 0.3);
    width: 99.9%;
    border: none!important;
    color: #fff;
    padding: 5px 10px 5px 10px;
    position: absolute;
    top: 0px;
}


/* -http://miketricking.github.io/dist/- */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 30px;
}



.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
    text-transform: capitalize;
    color: #fff!important;
    text-align: center;
    position: relative;
    font-size: 16px!important;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 55px 0 0 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 85%;
    width: 90%;
    position: absolute;
    top: -20%;
    left: 5%;
    padding: 70px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}

/* ====================== */
.img-round
{
	position: relative;
	width:  400px;
	height: 240px;
	background-position: center center;
	background-repeat:no-repeat;

	object-fit: cover;
}
.img-box
{
	position: relative;
	width:  400px;
	height: 240px;
	background-position: center center;
	background-repeat:no-repeat;
	object-fit: cover;
}
.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;

}
.view-box {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view-box .mask,.view-box .content {
   height: 100%;
   width:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view .mask,.view .content {
   height: 100%;
   width:100%;
  
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
  
}
.view-box img {
   display: block;
   position: relative; 
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view-box h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view-box p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view-box a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-box a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color:rgba(41, 41, 41, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
				


/* ======================== */


@media (max-width:767px) {  
.hovereffect a.info{
    background: none!important;
    border: none!important;
    color: transparent!important;
}

div.heading-title.heading-dotted {
    background: none;
}

}

@media (max-width:600px) {  

.masonry-gallery.columns-4 a {
    width: 100%!Important;
    margin-bottom: 20px!Important;	
}

}

@media (max-width:350px) {  

#header a.logo>img {
    width: 50px;
    height: auto!important;
    margin-top: 5px;
}

}

.gallery-inner .container {
    padding-left: 0px;
    padding-right: 0px;
	}
	
.heading-title.parallax p {
    margin-bottom: 0!important;
}

body.boxed section, #main_section_include {
    background-color: #fff!important;
}	


#main_section_include .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.contactus-section-form .col-md-12 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}


#main_section_include .heading-title.heading-arrow-bottom {
    background-color: #252525!important;
}

footer ul.dropdown-menu {
    background: #3B3B3B!important;
}

footer .dropdown-menu a:hover {
    background: #4E4E4E!important;
}
	
#header.header-md ul.nav-second-main {
    margin-top: 27px!important;
}		

#header.fixed #topNav #topMain>li>a {
    height: 80px;
    line-height: 60px;
}

#header.fixed.header-md ul.nav-second-main {
    margin-top: 30px!important;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 30px!important;
	}
	
.tooltip {display:none!important;}	

.timeline .timeline-entry>span {font-size: 10px!important;}
	


section.heading-title.parallax.parallax-2 {
    padding: 40px 0px!important;
}

.parallax h2 {
    font-size: 40px!important;
}

.main-tagboard a.btn.btn-custom {
    display: none!important;
}

.custom-section br, .custom-section hr {
    display: none!important;
}

.custom-section {
    border-bottom: 1px solid #e4e4e4;
	padding-bottom: 0px!important;
    margin-bottom: 0px!important;

}

.custom-section section {
    padding: 0px!important;
    padding-top: 30px!important;
}

.custom-section .box-icon p {
    margin: 15px 0;
    line-height: 25px;
    color: #121212;
    font-weight: 600!important;
    text-shadow: none!important;
}


svg#Layer_1 {
    width: 100%!important;
    margin: auto!important;
    height: auto!important;
}

.custom-section svg image {
    width: 100%!important;
    height: 140%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.custom-section img {
    max-width: 200px;
}

.img-caption {
    background: rgba(0,0,0,0.1);
    padding: 1px 10px;
    border: 1px solid #ddd;
    margin-top: -10px;
    border-radius: 2px;
	margin-bottom: 10px;
}

.arc-content {
    height: 540px;
    overflow-y: scroll!important;
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: 0px;
}

.arc-content {
    height: 540px;
    overflow-y: scroll!important;
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: 0px;
}

.arc-content h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #cc0000;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.blog-post-item h2 a {
    text-transform: none!important;
}