@charset "utf-8"; /* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@font-face {
    font-family: HappyKiller;
    src: url(../fonts/HappyKiller.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Avenir Roman;
    src: url(../fonts/avenir-roman.otf);
    font-weight: normal;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, mark, audio, video {
    margin: 0;
    padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
.reset {
    padding-left: 0;
    padding-right: 0;
}
/* End Reset css */
  
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
    border: none;
    outline: none;
    overflow-x:hidden;
}
.logo {
    font-family: 'HappyKiller', sans-serif;
    letter-spacing: 0.5px;
}
p {
    line-height: 22px;
    font-size: 13px;
}
img, a {
    border: none;
    outline: none;
}
a:hover {
    border: none;
    outline: none;
    text-decoration: none !important;
}
.bold {
    font-weight: 600;
}
.text-white {
    color: #fff;
}
.bg-black {
    background-color: #484848;
    border-top: 9px solid #5f5f5f;
}
.bg-gray {
    background-color: #dcdcdc;
    height: 45px;
}
.top-space {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.ftext {
    font-size: 13px;
    padding-top: 0;
    line-height: 46px;
    color: #999696;
    margin: 0;
}
.full-screen {
    padding-top: 16px;
    margin-right: 7px;
    width: 15px;
}
.inner-page {
    font-size: 14px;
    padding: 0 16px;
}
.inner-page2 {
	font-size: 14px;
	padding: 70px 16px 70px 16px;
}
.main_banner div.item {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 500px;
    background-size: cover;
    width: 100%;
}
.main_banner div.owl-item {
}
.owl-carousel .item {
    height: 10rem;
    background: #4DC7A0;
}
.logosp {
    color: #777777;
}
.logosp:hover {
    color: #5e5e5e;
}
/* Slider CSS */
.navcarbox {
    padding-left: 5px;
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #929292;
}
.navbar-brand img {
    float: left;
    transition: all .5s ease-out;
    margin: 0;
}
/* Slider CSS */ /* Carousel Styles */

/* Carousel Styles */
.carousel-control {
    color: #e2e2e2;
}
.carousel-indicators .active {
    background-color: #ff5900;
}
.carousel-indicators {
    display: none;
}
.carousel-inner img {
    width: 100%;
    height: auto;
}
.carousel-control.left, .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
.carousel-control.left span {
    margin-left: 8px;
}
.carousel-control.right span {
    margin-right: 8px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 0;
}
.carousel-control.left span, .carousel-control.right span {
    background-color: none;
}
.carousel-control.left span:hover, .carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.header-text h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}
.header-text h2 span {
    padding: 10px;
    color: orange;
}
.header-text h3 span {
    padding: 15px;
}
.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}
.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}
.btn-theme:hover {
    color: #000;
    background-color: #f7941d;
    border-color: #fff;
}
.navbar {
    margin-bottom: 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next, .glyphicon-menu-left, .glyphicon-menu-right {
    top: 47%;
    color: #bebcbc; /* background-color: #adadad;  border-radius: 50%; padding: 4px 0px 0px 0;*/
    font-size: 25px;
}
/*.carousel .carousel-control { visibility: hidden; transition:all 0.3s ease-in-out;}
.carousel:hover .carousel-control { visibility: visible; transition:all 0.3s ease-in-out;} */

.carousel {
    overflow: hidden;
}
.carousel .carousel-control.left {
    visibility: hidden;
    margin-left: -15px;
    transition: all 0.4s ease-in-out;
}
.carousel .carousel-control.right {
    visibility: hidden;
    margin-right: -15px;
    transition: all 0.4s ease-in-out;
}
.carousel:hover .carousel-control.left {
    visibility: visible;
    margin-left: 15px;
    transition: all 0.4s ease-in-out;
}
.carousel:hover .carousel-control.right {
    visibility: visible;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}
.nav > li > a {
    padding: 10px 3px;
}
.alineadj {
	padding-top: 0;
	margin-left: 142px;
	margin-top: -5px;
}
.sptext-right {
	text-align: left;
	margin: 0;
}
.img-title {
    text-align: center;
    color: #a6a3a3;
    padding: 8px 0 0 0;
    margin: 0;
    line-height: 15px;
    font-family: 'Avenir Roman', sans-serif;
}
/* Start ScrollSlider CSS*/
.scrollslidersection {
    width: 73%;
    margin: auto;
    position: relative;
}
.scrollSlider div.viewport {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.scrollSlider div.viewport div.overview {
    width: 10000px;
    height: 100%;
}
.scrollSlider div.viewport div.overview img {
    display: block;
    float: left;
    height: 100%;
    margin-bottom: 0;
    width: 100%;
}
.scrollSlider div.viewport div.overview img:last-child {
    margin-right: 0;
}
.scrollSlider div.viewport div.overview:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.scrollSlider div.scrollbar {
	margin: 0;
	width: 100%;
	height: 10px;
	background-color: #959595;
	bottom: -30px;
}
.scrollSlider div.scrollbar div.track {
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: move;
    border: 6px solid #bebcbc;
    top: -8px;
}
.inner-aero {
    overflow: hidden;
}
.inner-left-aero {
    position: absolute;
    top: 43%;
    left: -139px;
    margin-left: -15px;
}
.inner-right-aero {
    position: absolute;
    top: 43%;
    right: -136px;
    margin-right: -15px;
}
.contact-text {
    color: #999696;
    cursor:pointer;
}
.upspace {
    margin-top: 70px;
    color: #999696;
}
.upspace h4 {
    color: #676767;
}
.upspace p {
    color: #999696;
}
.overview ul li p {
    color: #a6a3a3;
    letter-spacing: 0.4px;
    font-family: 'Avenir Roman', sans-serif;
    margin-left: -37px;
}
.a123 {
    padding: 0 20px;
}
.scrollSlider2 div.scrollbar2 {
    margin: 1px 0;
    width: 100%;
    height: 14px;
    background-color: #959595;
}
.dtpl {
    text-align: center;
    margin-top: 4px;
}
/* End ScrollSlider CSS*/
.slidemanage {
    margin: 0;
    padding: 0;
}
.slidemanage li {
    margin: 13px 0 0 3px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.slidemanage li p {
    text-align: center;
    padding-top: 8px;
}
.adjustment {
	padding-left: 168px;
	width: 100%;
	height: 100vh;
	padding-top: 70px;
	padding-bottom: 60px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.hojosplfont {
    font-size: 15px;
	color: #999696;
}
.fontimg {
    width: 100%;
}
.innerimg {
    width: 100% !important;
    -webkit-box-shadow: 2px 3px 18px -1px rgba(0,0,0,0.64);
    -moz-box-shadow: 2px 3px 18px -1px rgba(0,0,0,0.64);
    box-shadow: 2px 3px 18px -1px rgba(0,0,0,0.64);
    display:block !important;
    margin-bottom:10px;
}
.item-in {
	padding: 0 20px 0 0;
}
.controls {
	text-align: center;
	padding: 0 40px 0 0;
}
.newone1 {
	position: inherit;
	/* float: left; */
	left: 0;
	margin-left: 0px !important;
	visibility: visible !important;
	display: inline-block;
	width: 100px;
	height: 26px;
}
.newone2 {
	position: inherit;
	/* float: left; */
	left: 0;
	margin-left: 0px !important;
	visibility: visible !important;
	display: inline-block;
	width: 100px;
	height: 26px;
}
.newone-left {
    top: 0px;
}
.newone-right {
    margin-left: 0px;
    top: 0px;
}
.carousel:hover .carousel-control.newone2.right {
    margin-right:-15px;
}
.bounceInDown {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.slow {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99;
    height: 100%;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.dropdown-menu {
    z-index: 1000000;
}
.contactform {
	padding: 20px;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	display: none;
	position: absolute;
	top: 50%;
	right: 16px;
	width: calc(50% + 80px);
	transform: translateY(-50%);
}
.input_100 {
	padding: 5px 10px;
	font-size: 14px;
	width: 100%;
	border: 1px solid #d4d4d4;
	color: #999696;
    border-radius: 5px;
}
.submit_btn {
	border: 0;
	outline: 0;
	background-color: #999696;
	color: #fff;
	padding: 7px 20px 9px;
	line-height: 1;
	border-radius: 5px;
    transition:all 0.3s ease-in-out;
}
.submit_btn:hover {
    background-color:rgba(212,212,212,1.00);
    color:#535353;
}
.middle_section {
	padding-top: 70px;
	padding-bottom: 60px;
}
.gal_img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.02);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.gal_img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.2s ease-in-out;
}
.margn_0 {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.square {
    z-index: 1;
}
.navbar-fixed-top {
    z-index:1030;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #939393;
	outline: 0;
}
.navbar-fixed-bottom {
    z-index: 10;
}
.fixed_nav {
    position:fixed;
    width:100%;
    z-index:100;
    top:0;
    left:0;
}
/*PRELOADING------------ */
#overlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background: #fff;
}
.loader {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 31;
	top: 50%;
	animation: loader 2s infinite ease;
	left: 50%;
	transform: translate(-50%,-50%);
}


@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#toTop {
position: fixed;
    bottom: 55px;
    right: 10px;
    background-color: #8e8e8e;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    font-size: 23px;
    display: none;
	z-index: 99;
}
/*************************************************/
@media screen and (max-width: 1024px) {
    .index_outer_box {
        width: 97% !important;
        margin: 0 auto;
    }
	.contactform {
		width: calc(60% + 80px);
	}
}
@media screen and (max-width: 960px) {
    .index_outer_box {
        width: 95% !important;
        margin: 0 auto;
    }
	.contactform {
		width: calc(39% + 80px);
	}
}
@media screen and (max-width: 767px) {
    .contactform {
		position: relative;
		top: 0;
		transform: translateY(00%);
		width: calc(90% + 43px);
		right: -14px;
	}
    
}
@media screen and (max-width: 640px) {
    .index_outer_box {
        width: 75% !important;
        margin: 0 auto;
    }
	.contactform {
		position: relative;
		top: 0;
		transform: translateY(00%);
		width: calc(95% + 0px);
		right: -16px;
	}
	.adjustment {
		padding-left: 0;
		width: 100%;
		height: auto;
		padding-top: 70px;
		padding-bottom: 60px;
		justify-content: start;
		align-items: start;
		display: flex;
	}
}
@media screen and (max-width: 575px) {
    .square._2 {
        width: 98% !important;
    }
}
@media screen and (max-width: 480px) {
    .index_outer_box {
        width: 100% !important;
        margin: 0 auto;
    }
    .navbar-toggle {
        margin-right:0
    }
	.contactform {
		width: calc(93% + 0px);
	}
}
@media screen and (max-width: 420px) {
	.contactform {
		width: calc(92% + 0px);
	}
}
@media screen and (max-width: 375px) {
    .contactform {
        width:92%;
    }
    .square._2 {
        width: 98% !important;
    }
	.contactform {
		width: calc(92% + 0px);
	}
}