@charset "utf-8";
/* CSS Document */

@import url('../images/icons/icomoon/style.css');

.heightfull
{
    background-size: cover;
    background-position: center;
	position:relative;
}

.logo
{
	    width: 140px;
}

.mobileToggle:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 235px 527px;
    border-color: transparent transparent transparent transparent;
    opacity: 0.8;
}
.mobileToggle:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 695px;
    border-color: transparent transparent transparent transparent;
    opacity: 0.5;
    z-index: -1;
}

.mobileToggle {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.mobileouter{
    position: relative;
    background-image: url(../images/phone-in-hand.png);
    background-size: 320px;
        height: 485px;
    width: 350px;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 0;
}
.mobileinner {
    position: relative;
    width: 155px;
    background-color: #000;
    height: 263px;
    margin: 0 auto;
    top: 107px;
    left: -15px;
    padding: 7px 0;
}

.mobileinner li {
    width: 48%;
    height: 70px;
    background-color: #1f1f1f;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.mobileinner  li.active {
	background-color: #00bfdb;
}

.mobileinner  li .icons
{
	font-size:20px;
	display:block;
	
}

.homepagenav .navbar-toggle
{
	display: block;
}
.homepagenav .navbar-collapse
{
	    position: fixed !important;
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    -moz-transform: scale(0,0);
    transform: scale(0,0);
    opacity: 0;
    visibility: hidden;
    z-index: 30;
	 
	    background-image: url(../images/background/popup-nav-bg.jpg);
	
}

.homepagenav .navbar-collapse.trans
{
  -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

 .nav-toggler  .navbar-toggle .icon-close,  .nav-toggler  .navbar-toggle.in .icon-open
{
	display:none;
}
 .nav-toggler  .navbar-toggle.in .icon-close
{
	display:block;
}

.homepagenav .navbar-collapse .navigation {
    border: 40px solid transparent;
    border-top-width: 120px;
    border-bottom-width: 80px;
    background: rgba(255,255,255,0.97);
    position: absolute;
    height: 100%;
    width: 100%;
	    text-align: center;
}

.homepagenav.main-header .main-menu .navigation > li {
    display: block;
    padding: 0px 0px 0px !important;
    margin: 30px auto !important;
    width: 200px;
}

.homepagenav.main-header .main-menu .navigation > li.dropdown > a {
    padding: 0;
}

.homepagenav.main-header .main-menu .navigation > li > ul {
    left: 100%;
}

.homepagenav .navbar-collapse.in
{
	    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
}

.colorpatch:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 215px;
    border-color: transparent transparent #1994a5 transparent;
    opacity: 0.8;
    left: inherit;
    top: inherit;
	z-index:1;
}
.colorpatch:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 110px 300px;
    border-color: transparent transparent #14a655 transparent;
    opacity: 0.5;
    z-index:0;
}

.colorpatch .auto-container:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 215px  0 0;
    border-color: #1994a5 transparent transparent  transparent;
    opacity: 0.8;
    z-index: 1;
}
.colorpatch .auto-container:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 110px 300px 0 0 ;
    border-color: #14a655 transparent transparent  transparent;
    opacity: 0.5;
    z-index:0;
}


.page-title .colorpatch .auto-container:before, .page-title .colorpatch .auto-container:after
{
	display:none;
}

.listStyle2 ul
{
	position:relative;
}


.info-section.contact-section{padding: 40px 0px 10px;}
.rooms_input{display: none;}
.listStyle2 li {
    width: 32.5%;
    display: inline-block;
    color: #26626c;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    vertical-align: top;
    overflow: hidden;
    height: 245px;
    margin-bottom: 10px;
}

.listStyle2 li h4  {
	display:block;
	font-size:17px;
	font-weight:bold;
}

.listStyle2 li .icons {
    border: 1px solid #26626c;
    padding: 15px;
    border-radius: 100%;
    font-size: 50px;
    line-height: normal;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	overflow: hidden;
}
.listStyle2 li .icons img {
    vertical-align: top;
}

.listStyle2 li:hover .icons img {
	display: none;
}
.listStyle2 li:hover .icons img.imghover {
   display: block
}



.listStyle2 li:hover .icons {
    background-color: #26626c;
    color: #fff;
    font-size: 27px;
    width: 50px;
    height: 50px;
    padding: 11px;
    text-align: center;
}

.listStyle2 p {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    line-height: normal;
    opacity: 0;
    top: 100%;
    position: relative;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.listStyle2 li:hover p {
    opacity: 1;
    top: 0;
}

.verticalcenter
{
	display:table;
	width:100%;
}


.verticalcenter .verinner
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.gradiantoverlay:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	opacity:0.7;
    background: rgba(20,125,160,1);
background: -moz-linear-gradient(left, rgba(20,125,160,1) 0%, rgba(18,144,77,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,125,160,1)), color-stop(100%, rgba(18,144,77,1)));
background: -webkit-linear-gradient(left, rgba(20,125,160,1) 0%, rgba(18,144,77,1) 100%);
background: -o-linear-gradient(left, rgba(20,125,160,1) 0%, rgba(18,144,77,1) 100%);
background: -ms-linear-gradient(left, rgba(20,125,160,1) 0%, rgba(18,144,77,1) 100%);
background: linear-gradient(to right, rgba(20,125,160,1) 0%, rgba(18,144,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147da0', endColorstr='#12904d', GradientType=1 );
}


.hideDiv
{
	display:none;
}

.bannerparts
{
	position : absolute;
	    background-size: cover;
    background-position: center;
	width:100%;
	height:100%;
}

.header-style-three.fixed-header .main-box {
    padding: 5px 40px;
}

.fixed-header .logo {
    width: 100px;
}
.header-style-three.fixed-header .nav-toggler {
    top: 0;
    margin-top: 0;
}

.title1
{
	
    color: #00c7c7;
    font-size: 25px;
	margin-bottom:10px
}

.title1 strong
{
	
    color: #25626c;
    font-size: 30px;
	display:block;
	text-transform:uppercase;
}


.title2
{
	
    color: #15a357;
    font-size: 35px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:45px;
	font-weight:bold;
	margin-top:50px;
}

.title2 strong
{
	
    color: #25626c;
	padding-left:10px;
}

.title-3
{
	
    color: #ffffff;
    font-size: 35px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:45px;
	font-weight:bold;
	margin-top:35px;
}
.title-3 strong
{
	
    color: #6ce5f9;
	padding-left:10px;
}

.title-4
{
	
    color: #203e3e;
    font-size: 25px;
	text-align:center;
	text-transform:none;
	margin-bottom:45px;
	font-weight:bold;
	margin-top:-35px;
}

.title-4-1
{
	
    color: #25626c;
    font-size: 25px;
	text-align:center;
	text-transform:none;
	margin-bottom:45px;
	font-weight:bold;
	margin-top:-35px;
}

.title-5
{
	
    color: #25626c;
    font-size: 20px;
	display:block;
	font-weight:600;
}


.gradiantoverlay .title3
{
	color:#fff;
	font-size: 35px;
	text-align:center;
}


ul.listStyle3 {
    display: inline-block;
    text-align: left;
    list-style: none;
    margin: 30px 0 20px 30px;
	text-align:justify;
}

ul.listStyle3 li {
    line-height: 20px;
    padding-bottom: 20px;
    width: auto;
    position: relative;
	padding-left:25px;
}

ul.listStyle3 li strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #666;
}
ul.listStyle3 li:before {
    content: "\f00c";
    position: absolute;
    font-family: fontAwesome;
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #00bfdb;
    padding: 4px;
    border-radius: 100%;
    left: -30px;
    width: 25px;
    height: 25px;
    text-align: center;
}

ul.listStyle5 {
    display: inline-block;
    text-align: left;
    list-style: none;
    margin: 5px 0 5px 20px;
    color: #333;
}
ul.listStyle5 li {
    line-height: 22px;
    padding-bottom: 15px;
    width: auto;
    position: relative;
	padding-left:25px;
}
ul.listStyle5 li strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #666;
}
ul.listStyle5 li:before {
    content: "";
    position: absolute;
    font-family: fontAwesome;
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #39c47a;
    padding: 4px;
    border-radius: 100%;
    left: -16px;
    width: 10px;
    height: 10px;
    text-align: center;
    top: 5px;
}

.boldtext {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding-left: 60px;
    line-height: normal;
}
.boldtext img {
    width: 60px;
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 70px;
}
.boldtext strong {
	display: block;
	  font-size: 20px;
	  font-weight:bold;
}
.width100
{
	width:100%;
}

.padtb100
{
	padding:100px 0;
}

.videoCont:before
{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #148fb4;
	opacity: 0.5;
}

.videoCont {
    position: relative;
    right: 0;
    text-align: right;
    width: 500px;
    height: 300px;
    background-size: cover;
    display: inline-block;
    margin-top: 23%;
    z-index: 9;
}
	
.whitebtn {
    background-color: #eee;
    color: #25626c;
    display: inline-block;
    position: relative;
    font-size: 17px;
    margin-top: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
}

.text
{
	line-height:normal;
}


.popupstyle .modal-content {
    background-image: url(../images/popupbg.jpg);
    height: 500px;
    background-position: center center;
    background-size: cover;
    display: table;
    width: 100%;
}

.popupstyle .modal-dialog {
    width: 900px;
}
.popupstyle .modal-body {
    display: table-cell;
    vertical-align: middle;
}

.popupstyle  button.close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    opacity: 1;
    font-size: 27px;
    padding: 10px;
}

.popupstyle a
{
	color:#fff;
	text-align:center;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}

.popupstyle a:hover
{
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}

.popupstyle a i
{
	font-size:40px;
}

.popupstyle a h2
{
	font-size:25px;
	font-weight:bold;
}
#footer{padding:0 0 0;color:#7d7d7d;background:#f9f9f9;

    position: relative;
	    z-index: 9;
}
#footer a{color:#7d7d7d}
#footer a:hover{color:#000}
.col-contact{color:#7d7d7d;font-size:14px;padding-bottom:30px;margin-bottom:0}
.col-contact a{color:#7d7d7d;display:inline-block;padding:0 0 0 0;min-height:60px;
    line-height: normal;
	}
.col-contact a i{display:inline-block;vertical-align:middle;padding-right:15px;

    font-size: 35px;
	}
.col-contact a span{display:inline-block;vertical-align:middle}
.col-contact a:hover{color:#333}
.col-contact strong{text-transform:uppercase}
.footer-title{font-size:14px;font-weight:600;margin:0 0 10px;color:#635e5e;text-transform:uppercase}
.footer-nav ul{list-style:none;margin:0;padding:0}
.footer-nav ul li a {
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0;
    display: inline-block;
    line-height: normal;
}
.footer-nav ul li a:hover{color:#000}
.app-download a{display:inline-block;margin-bottom:8px}
.social{margin:10px 0 0}
.social a{width:34px;height:34px;border:solid 1px #adaaaa;display:inline-block;border-radius:100%;text-align:center;line-height:32px;margin-right:3px}
.social a:hover{background:#0fc98f;border-color:#0fc98f;color:#fff !important}
.copyright {
    background: #353535;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    padding: 6px 0;
    margin-top: 30px;
    color: #ffffff;
}
#footer .copyright a {
	 color: #f9ff99;
}
.arrow {
    position: absolute;
    font-size: 15px;
    max-width: 200px;
    /*height: 40px;*/
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
    top: 127px;
    left: -100px;
    text-shadow: 0 0 10px #000;
    text-align: right;
    font-weight: bold;
    padding:10px; 
    
}
.arrow i {
    font-size: 30px;
    display: block;
    background-color: #00bfdb;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: -40px auto 10px;
    padding: 10px;
}
 
.arrow small
{
	font-size:13px;
	display:block;
}
.arrow.active {
  visibility: visible;
  opacity: 1;
}

.arrow.active.animate-left-to-right {
  animation-name: move-left-to-right;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternative;
}
@keyframes move-left-to-right {
  0% {
    transform: translateX(5%);
  }
  50% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(5%);
  }
}



.gradiantblock2 .service-block .inner-box .icon-box {
    position: relative;
	 border-radius: 0%;
    color: #ffffff;
    background-color: #26626c;
    border: 3px solid #ffffff;
}

.gradiantblock2 .service-block:first-of-type:before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.5;
    width: 10px;
    height: 100%;
    right: 26px;
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
    transform: rotate(8deg);
    top: 35px;
}

.gradiantblock2 .service-block:hover .inner-box .icon-box {
	background-color: #15aecf;
    border: 3px solid #ffffff;
	color:#fff;
}

/*.gradiantblock2  .service-block {
    padding: 0px 35px;
}*/

.gradiantblock2 .service-block .inner-box p {
    color: #fff;
}


.scalediv
{
	position:relative;
	width:130%;
	left:-30%;
}

.listStyle4 li {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}
.listStyle4 li img {
    vertical-align: top;
}
.listStyle4 li .icons {
    background-color: #15a357;
    color: #fff;
    padding: 5px;
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    float: left;
}
.listStyle4 li h4 {
    position: relative;
    border-bottom: 1px solid #15a357;
    color: #000;
    display: inline-block;
    width: 75%;
    vertical-align: bottom;
    min-height: 35px;
    font-size: 15px;
    line-height: 32px;
    float: left;
    padding: 0 0 0 5px;
}


#carousel-custom .carousel-inner {
	position: relative;
	width: 100%;
	min-height: 300px;
}
#carousel-custom .carousel-control.right {
	right: 0;
	left: auto;
	background-image: none !important;
	background-repeat: repeat-x;
}
#carousel-custom .carousel-control.left {
	left: 0;
	right: auto;
	background-image: none !important;
	background-repeat: repeat-x;
}
#carousel-example-generic {
	margin: 20px auto;
	width: 100%;
}
#carousel-custom .carousel-indicators {
	margin: 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}
#carousel-custom .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	height: auto;
	margin: 0 !important;
	width: auto;
    background-size: cover;
}
#carousel-custom .carousel-inner > .item{padding: 90px;}
#carousel-custom .carousel-indicators li img {
	display: block;
}
#carousel-custom .carousel-indicators li:hover img {
	opacity: 0.75;
}
#carousel-custom .carousel-outer {
	position: relative;
}
div#carousel-custom {
	margin: 0 0 50px;
}
/* Left Column */
.left_img img {
	display: none !important;
	transition: all 0.3s ease;
}
.left_img img.current {
	display: block !important
}
/* Product Color */

.color-choose > div {
	display: inline-block;
}
.color-choose input[type="radio"] {
	display: none;
}
.color-choose input[type="radio"] + label span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
}
.color-choose input[type="radio"] + label span {
	border: 2px solid #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}
.color-choose input[type="radio"]#black + label span {
	background-color: #151515;
}
.color-choose input[type="radio"]#white + label span {
	background-color: #fff;
}
.color-choose input[type="radio"]#yellow + label span {
	background-color: #003CFF;
}
.color-choose input[type="radio"]:checked + label span {
	background-image: url(../img/check-icn.html);
	background-repeat: no-repeat;
	background-position: center;
}
.btn-cart {
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    background: #00bfdb;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 200px;
}
.color-btn-cart{
	 font-size: 18px;
    color: #fff;
    border-radius: 0;
    background: #00bbe7;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 200px;
	border:1px solid #fff;
}

.color-btn-cart a{
	 font-size: 18px;
    color: #fff;
}

.color-btn-cart a:hover{
	 font-size: 18px;
    color: #002232;
}

.productDisplay hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-title.heightSmall {
    position: relative;
    padding: 90px 0px 30px 0px;
}

.padtb50 {
    padding: 50px 0;
}


.specification li {
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    line-height: normal;
}

.specification li strong
{
	padding-right:10px;
}

.navbar-toggle {
    /* display: none; */
}

.bluepatch:before
{
	position: absolute;
	content: '';
	display: block;
	background-color: #148fb4;
	width: 100%;
	height: 100%;
	right: 100%;
	    top: 0;
}
.bluepatch {
    background-color: #148fb4;
    color: #fff;
    position: relative;
    margin-top: 15px;
    padding: 10px 0;
}
.greenpatch:before
{
	position: absolute;
	content: '';
	display: block;
	background-color: #15a557;
	width: 100%;
	height: 100%;
	left: 100%;
	top: 0;
}

.greenpatch {
    background-color: #15a557;
    color: #fff;
    position: relative;
    padding: 10px 0;
    height: 90px;
    display: table;
}

.innerpatch:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #046832 transparent;
    left: -16px;
    top: -11px;
}
.innerpatch:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
height: 0;
border-style: solid;
border-width: 0 16px 16px 0;
border-color: transparent #046832 transparent transparent;
    left: -16px;
    bottom: -11px;
}

.innerpatch {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
	    padding-left: 30px;
}

.greenpatch .col-sm-6  {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.footer-logo
{
	width:150px;
}
#footer .greenpatch a
{
	color: #fff;
}

.mobFloat {
    position: absolute;
    z-index: 9;
    width: 175px;
    left: 0;
    top: -30px;
}

html, body
{
	    overflow-x: hidden;
}

footer .appbtn {
    color: #7d7d7d;
    width: 46%;
    display: inline-block;
    min-height: auto;
    margin-right: 3%;
    margin-top: 0;
    padding: 0;
}

.bottomtext
{ font-size: 16px;
    line-height: 41px;
}

#footer:before {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 70%;
    content: '';
    display: block;
    z-index: -1;
    top: 70px;
}

.videoSection
{
	position: relative;
	height: 500px;
}

.videoBg:before {
    position: absolute;
    background-image: url(../images/videotri1.png);
    width: 240px;
    height: 100%;
    content: '';
    display: block;
    background-size: cover;
    z-index: 1;
    top: 0;
    background-position: right;
}
.videoBg:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 250px 250px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 9;
}

.videoBg {
    position: absolute;
    width: 35%;
    height: 500px;
    background-image: url(../images/videobg.jpg);
    background-size: 500px;
    right: 0;
    top: 0;
	background-attachment: fixed;
}

.padtp50
{
	padding-top: 50px;
}


.videoCont .icons {
    position: absolute;
    top: 43%;
    z-index: 999;
    left: 43%;
    color: #fff;
    font-size: 65px;
}

.marbt50
{
	margin-bottom: 50px;
}

.inner-box a
{
	display: inline-block;
}

.gradiantblock2 .productdec .nav li {
    position: relative;
    border-radius: 0%;
    color: #ffffff;
    background-color: #26626c;
    border: 2px solid #ffffff;
    margin-right: 30px;
}

.gradiantblock2 .productdec {
    padding: 50px 0;
	  color: #ffffff;
	  position: relative;
}


.blockquoteStyle {
    border-left: none;
    font-weight: bold;
    font-size: 22px;
    padding: 7px 55px;
    position: relative;
    text-align: center;
    font-style: italic;
    line-height: normal;
    margin: 70px auto 100px;
    color: #15a357;
    display: inline-block;
    clear: both;
    float: none;
    width: 60%;
}
.blockquoteStyle:before {
    position: absolute;
    top: 0px;
    content: '';
    display: block;
    width: 35px;
    background-image: url(../images/icons/quoteleft.png);
    height: 35px;
    left: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.blockquoteStyle:after {
    position: absolute;
    bottom: 0px;
    content: '';
    display: block;
    width: 35px;
    background-image: url(../images/icons/quoteright.png);
    height: 35px;
    right: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}



.productDisplay  .carousel-indicators .active {
    width: 100%;
	    height: 100%;
    max-width: 100%;
    margin: 0;
    background-color: #fff;
}

.btntoggle {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    color: #000;
    border-radius: 25px;
    z-index: 9;
    cursor: pointer;
    right: 10px;
    font-size: 14px;
}

.mobileouter.remotediv {
	background-image:url(../images/remote-in-hand.png);
}
.remotediv .mobileinner {
   
    background-color: transparent;
    height: 183px;
    top: 270px;
}

.remotediv .mobileinner li {
    width:23%;
    padding: 5px;
    font-size: 0;
    height: 29px;
	background-color:transparent;
}

.remotediv .mobileinner li .icons {
    display: none;
}

.modal-open {
    padding-right: 0 !important;
}

.remotediv .mobileinner li:nth-child(5) {
        top: -125px;
    width: 50%;
    position: absolute;
    left: 0;
}

 .remotediv .mobileinner li:nth-child(6) {
        top: -125px;
    width: 50%;
    position: absolute;
       right: 0;
}

.patchbg {
    background-image: url(../images/patch.png);
    background-size: 100%;
    padding: 56px 30px 30px 170px;
    background-position: top;
    height: 195px;
    margin: 30px 0;
    background-repeat: no-repeat;
    color: #fff;
	    left: -70px;
		position:relative;
		    width: 575px;
}
.listStyle2 li.col-md-offset-2{margin-left: 24.5%;}





/*------------------------ New Classes------------------*/
.gap-top 
{
	margin-top:10px;
}


/*---------------------hotel-automation--------------------*/
.img_box {
  position: relative;
  text-align: center;
  color: white;
}
.text {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
}
.content-box{text-align:left;
padding:25px;
}
.content-box p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 1.6em;line-height:2;
	}

.content-box-1{text-align:left;
padding:25px;}
	
.content-box-1 p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #484848;
    margin-bottom: 1.6em;line-height:2;
	
	}
	
@media only screen and (max-width: 900px) {
	
	.img_box {
  position: relative;
  text-align: center;
  color: white;
}
	
	
  .text {
position: relative;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
}
.content-box p{color:#333;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 1.6em;line-height:2;
}
.content-box h3
{
	color:#333;
	font-size:22px;
}




}


@media only screen and (max-width: 991px) and (min-width: 900px)
{
	
	.img_box {
  position: relative;
  text-align: center;
  color: white;
}
	
.content-box-left{text-align:Left;
	position: absolute;
	left: -50px;
  	width:60%;
	height:auto;
}
	
.content-box-left p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #333;
    margin-bottom: 1.6em;line-height:1.6;
	
	
	}
	
	
	.content-box-left-w{text-align:Left;
	position: absolute;
	left: -50px;
  	width:60%;
	height:auto;
}
	
.content-box-left-w p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #fff;
    margin-bottom: 1.6em;line-height:1.6;
	
	
	}
	
	.content-box-right{text-align:Left;
position: absolute;
  right: -50px;
  	width:60%;
	height:auto;
}
	
.content-box-right p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #333;
    margin-bottom: 1.6em;line-height:1.6;
	}

	.content-box-right-w{text-align:Left;
position: absolute;
  right: -50px;
  	width:60%;
	height:auto;
}
.content-box-right-w p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #fff;
    margin-bottom: 1.6em;line-height:1.6;
	}
	
}

@media only screen and (max-width: 1200px) and (min-width: 992px)
{
	
	.img_box {
  position: relative;
  text-align: center;
  color: white;
}
	
.content-box-left{text-align:Left;
	position: absolute;
	left:50px;
  	width:100%;
	height:auto;
}
	
.content-box-left p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #333;
    margin-bottom: 1.6em;line-height:1.6;
	
	
	}
	
	
	.content-box-left-w{text-align:Left;
	position: absolute;
	left:50px;
  	width:100%;
	height:auto;
}
	
.content-box-left-w p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #fff;
    margin-bottom: 1.6em;line-height:1.6;
	
	
	}
	
.content-box-right{text-align:Left;
	position: absolute;
	right: 50px;
  	width:100%;
	height:auto;
}
	
.content-box-right p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #333;
    margin-bottom: 1.6em;line-height:1.6;
	}
	
	
	.content-box-right-w{text-align:Left;
	position: absolute;
	right: 50px;
  	width:100%;
	height:auto;
}
.content-box-right-w p{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    color: #fff;
    margin-bottom: 1.6em;line-height:1.6;
	}
	
}


@media only screen and (max-width: 1140px) and (min-width: 993px)
{

.main-header .main-menu .navigation > li {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px;
    margin-right: 20px;
}

}


@media only screen and (max-width: 1140px) and (min-width: 993px)
{
.new-skill-section .column {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 27px 50px;
	width:50%;
	height:100%;
}


}



.widget-content .btn-style-three {
    margin-top: 95px;
}



