*,
::after,
::before {
	box-sizing: border-box
}

body,
html {
	height: 100%
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	box-sizing: border-box;
}
.errcol{margin-bottom: -5px;
    color: red;
    font-size: 12px;}
	.status-msg{    color: #4caf50;}
	#message-error{  color: red;
    font-size: 12px;}
	.form-control {
    color: #d5d0d0!important;}
/* menu */
.emoji {
	cursor: url(https://abs.twimg.com/emoji/v2/72x72/1f525.png) 36 36, auto;
}

/* menu */
.cursor2 {
	position: fixed;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	/* border: 1px solid white; */
	background: #605a5a82;
	transition: 0.1s;
	transform: translate(-50%, -50%);
	pointer-events: none;
	mix-blend-mode: difference;
}

.overlay ul li:hover~.cursor2 {
	transform: scale(4);

}

.cursor {
	width: 20px;
	height: 20px;
	border: 2px solid gray;
	border-radius: 50%;
	position: absolute;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
	animation: cursorAnim 0.5s infinite alternate;
	pointer-events: none;
	z-index: 9;
}

.cursor::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	/* border: 8px solid gray; */
	border-radius: 50%;
	opacity: 0.5;
	top: -8px;
	left: -8px;
	animation: cursorAnim2 0.5s infinite alternate;
}
.tremssec{
	background: #171717;
    padding: 10px 0px;
}
.termsacc p {
    font-size: 18px!important;
    margin-bottom: 5px;
    margin-top: 5px;
}
.termsacc strong {
    font-size: 20px;
    padding-bottom: 20px;
    display: block;     color: #fff;
}
.termsacc ul {padding-left: -15px;}
.termsacc li {
    color: #fff;
}

.expand {
	animation: cursorAnim3 0.5s forwards;
	border: 1px solid gray;
}

.sectop {
	position: fixed;
	z-index: 9999999999;
	width: 100%;
}

.imgcls {
	width: auto;
	height: auto;
	cursor: pointer;
}

.imgcls {
	width: auto;
	height: auto;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	position: absolute;
	bottom: 45px;
	right: 45px;
	z-index: 99;
}

/* .owl-carousel01 */

/* .owl-carousel01 */
img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.owl-carousel01 .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 102%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: rgb(0 0 0 / 40%); */
	display: flex;
	align-items: center;
}

.owl-carousel01 .item .cover .header-content {
	position: relative;
	padding: 56px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	/* overflow: hidden; */
}


.owl-carousel01 .item .cover .header-content h2 {
	font-size: 64px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: 2px;
	font-family: 'Bebas Neue', cursive !important;
}

.owl-carousel01 .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}

.owl-carousel01 .item .cover .header-content h4 {
	font-size: 16px !important;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif !important;
	color: #fff;
}

.owl-carousel01 .item .cover .header-content h6 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}

.header-content {
	z-index: 10;
	position: relative;
	display: block;
	overflow: hidden;
}

.header-content h4:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 370px;
	background-color: #fff;
	left: -120px;
	bottom: 237%;
	opacity: 1.1;
	z-index: -999;
	top: -80px;
}

.header-content h4:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 370px;
	background-color: #fff;
	right: -120px;
	bottom: 237%;
	opacity: 1.1;
	top: -80px;
}

a:hover {
	color: #0056b3;
	text-decoration: none !important;
}

.owl-carousel01 .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active h6 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active .arrow a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active a {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.owl-carousel01 .item source {}

.owl-carousel01 .item video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.owl-carousel01 .item img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.videotext {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
}

.videotext h1 {
	color: #fff;
}

.videotext h2 {
	color: #fff;
}

.videotext a {
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 10px 20px;
}

/*
.owl-carousel01 .cover::after {  
content: ""; 
position: fixed; 
 top: -71px; 
 left: 0; 
 right: 0; 
 text-align: center; 
 height: 131vh; 
 border: 1px solid #fff; 
 width: 79%; 
 margin: 0 auto; 
 border-radius: 50%; 
} */
/* .container-width{    max-width: 1288px!important; } */
/* .mrbt159{     margin-bottom: -109px;} */
.owl-carousel01 .item .cover .line {}

/* circle */
/* circle */
.owl-carousel01 .item .cover .line {
	position: fixed;
	top: -41%;
	left: 0;
	right: 0;
	text-align: center;
	height: 180vh;
	border: 1px solid #fff;
	width: 82%;
	margin: 0 auto;
	border-radius: 50%;
}

.owl-carousel01 .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	/* animation-name:zoomIn; */
	animation-delay: 0.3s;
}

.owl-carousel01 .owl-prev {
	float: left;
}

.owl-carousel01 .owl-next {
	float: right;
}

.Prev-Slide {
	position: absolute;
	z-index: 99999;
	bottom: 24px;
	left: 0%;
	color: #fff;
	border-radius: 50px;
	width: 239px;
	height: 32px;
	text-align: center;
	font-size: 11px;
}

.Next-Slide {
	position: absolute;
	z-index: 99999;
	bottom: 24px;
	right: 0%;
	color: #fff;
	border-radius: 50px;
	width: 239px;
	height: 32px;
	text-align: center;
	font-size: 11px;
}

.owl-carousel01 i {}

.owl-carousel01 .owl-nav {}

.owl-carousel01 .owl-prev i {
	position: absolute;
	z-index: 99999;
	bottom: 24px;
	left: 3%;
	color: #fff;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	text-align: center;

}

.owl-carousel01 .owl-next i {
	position: absolute;
	z-index: 99999;
	bottom: 24px;
	right: 3%;
	color: #fff;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	text-align: center;
}

.owl-theme .owl-nav {
	margin-top: -10px !important;
}

.leftarrow {
	width: 13px;
	margin-top: 5px;
	margin-left: -3px;
}

.rightarrow {
	width: 13px;
	margin-top: 5px;
	margin-right: -3px;
}

.owl-carousel .owl-dots {
	position: absolute;
	color: #fff;
	z-index: 999;
	width: 100%;
	bottom: 50px;
	font-size: 34px;
}

.owl-carousel .owl-dots .owl-dot.active {
	border: 1px solid #fff;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	/* border: 1px solid #ede9e9; */
	margin: 4px !important;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-carousel .owl-dot:hover span {
	background: #fff !important;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 6px !important;
	height: 6px !important;
	margin: 4px 4px !important;
	background: #fff !important;
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
}

/* slider */
/* menu hover */
.snip1143 * {
	transition: all 0.35s ease;
}

.snip1143 li {
	overflow: hidden;
}

.snip1143 a {
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
}

.snip1143 a:after {
	position: absolute;
	top: 100%;
	left: 0;
	content: attr(data-hover);
}

.snip1143 li:hover a {
	transform: translateY(-100%);
}

/* menu hover */

/* menu prev */
.snip1144 * {
	transition: all 0.35s ease;
}

.snip1144 li {
	overflow: hidden;
}

.snip1144 a {
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
}

.snip1144 a:after {
	position: absolute;
	top: 100%;
	left: 0;
	content: attr(data-hover);
}

.snip1144 li:hover a {
	transform: translateY(-100%);
}

/* menu prev */
.logo {}

.logo img {
	position: absolute;
	width: 15%;
	display: block;
	z-index: 999;
	margin: 30px auto;
	left: 0px;
	cursor: pointer;
}

.mt12 {
	margin-bottom: -144px;
}

.mt-5 {
	margin-top: 24px;
}

.bbul {
	padding-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.bbul li span {
	border-bottom: 6px solid rgb(0 128 128);
	padding-bottom: 4px;
	z-index: 99;
	position: relative;
	color: #767171;
	letter-spacing: 1px;
	font-family: 'Avenir LT Std';
	font-weight: normal;
	font-style: normal;
}

.bbul li {
	display: inline;
	font-size: 14px;
	margin-right: 23px;
	color: #767171;
	letter-spacing: 1px;
	font-family: 'Avenir LT Std';
	font-weight: normal;
	font-style: normal;
}

/* slider */
/* navbar */
.nav-container {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 32%;
	left: 0;
	margin: 0 auto;
}

.nav-container p {
	font-size: 20px;
}

.nav-container a {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	/* overflow: hidden; */
	top: 5px;
}

/*
.nav-container a:after {
    content: '';
    position: absolute;
    background: #FF5252;
    height: 2px;
    width: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    -webkit-transition: .35s ease;
    transition: .35s ease;
}
.nav-container a:hover:after,
.nav-container a:focus:after,
.nav-container a:active:after {
    width: 100%;
}*/
.button_container {
	position: absolute;

	top: 30px;

	right: 4%;
	height: 27px;
	width: 25px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.button_container:hover {
	opacity: 1;
}

.button_container .top {
	opacity: 0;
}

.button_container .middle {
	opacity: 0;
}

.button_container .bottom {
	opacity: 0;
}

.button_container.active .top {
	opacity: 1;
}

.button_container.active .bottom {
	opacity: 1;
}

.button_container i {
	z-index: 9999;
	position: absolute;
	color: #fff;
	font-size: 33px;
	display: inherit;
	letter-spacing: -4px;
	top: -22px;
}

.menut {
	color: #fff;
	float: right;
	margin-right: 71px;
	z-index: 999;
	position: relative;
	margin-top: -5px;
	margin-top: 33px;
	font-size: 12px;

}

.button_container.active i {
	opacity: 0;
}

.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #FFF;

}

.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}

.button_container.active .bottom {
	-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
	transform: translateY(-5px) translateX(0) rotate(-45deg);
	background: #FFF;
}

.button_container span {
	background: #9e9e9e;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}

.button_container span:nth-of-type(2) {
	top: 8px;
	width: 100%;
}

.button_container span:nth-of-type(3) {
	top: 16px;
}

.overlay {
	position: fixed;
	background-color: rgb(20, 20, 20);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	z-index: 99;
}

.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
}

.overlay nav {
	position: relative;
	top: 28%;
	/* -webkit-transform: translateY(-50%); */
	/* -ms-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(68% / 3);
	min-height: 50px;
	position: relative;
	opacity: 0;
}

.overlay ul li a {
	/* display: block; */
	position: relative;
	color: #FFF;
	text-decoration: none;
	/* overflow: hidden; */
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 500;
	font-size: 64px;
	line-height: 90px
}

.foter ul li a {
	color: #fff;
	font-size: 13px;
}

.foter ul li a:hover {
	text-decoration: none;
}

.foter a i {
	color: #fff;
	font-size: 18px;
	margin-right: 28px;
}

.foter a {
	color: #fff;
	font-size: 13px;
}

.foter a:hover {
	color: #fff;
}

/*
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s;
}*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

/* navbar */
/* scrool bar */

.animated {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.about {
	background-color: #000000e8;
	display: table;
	width: 100%;
	padding: 176px 80px 168px 80px;
	max-width: 1380px;
	margin: 0 auto;
	height: 75%;
	box-sizing: border-box;
	text-align: left;
	pointer-events: initial;
}

.about h1 {
	display: flex;
	color: #fff;
	font-size: 92px;
	font-weight: 100;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive !important;
	letter-spacing: 2px;
}

.about p {
	color: #fff;
	display: flex;
	font-size: 17px;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif !important;
}

.about-2 {
	background-color: #000;
	max-width: 1000%;
	padding: 150px 60px;
}

.about-2 h5 {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.about-2 p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 76%;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
}

.foter {
	background-color: #000000e8;
}

.foter p {
	color: #fff;
	font-size: 13px;
}

.foter ul {
	color: #fff;
}

.foter ul li {
	color: #fff;
	list-style-type: none;
	display: initial;
	float: right;
	margin-left: 19px;
}

.ourmission {
	margin-top: 80px;
}

.ourmission img {
	width: 100%;
}

.ourmission h5 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 35px;
}

.ourmission p {
    text-align: center;
    width: 313px;
    margin: 0 auto;
    margin-top: 23px;
    color: #000;
    line-height: 28px;
    font-size: 18px;
}


.ourvision {
	margin-bottom: 90px;
}

.ourvision img {
	width: 100%;
}

.ourvision h5 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 35px;
}

.ourvision p {
	text-align: center;
	width: 313px;
	margin: 0 auto;
	margin-top: 23px;
	color: #000;
	line-height: 28px;
	font-size: 18px;
}

.ourpartner h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 100;
	margin-top: 80px;
	margin-bottom: 40px;
	font-family: 'Bebas Neue', cursive !important;
	text-transform: uppercase;
}

.ourpartner img {
	width: 71%;
	height: 178px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}

.memberof {
	margin-bottom: 60px;
}

.memberof h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 100;
	margin-bottom: 10px;
	font-family: 'Bebas Neue', cursive !important;
	text-transform: uppercase;
}

.memberof img {
	width: 90%;
	height: 208px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.home {
	background-color: black;
	color: #fff;
	font-size: 100px;
}

.services {
	background-color: black;
	color: #fff;
	font-size: 100px;
}

.products {
	background-color: black;
	color: #fff;
	font-size: 100px;
}

.contact-us {
	background-color: black;
	color: #fff;
	font-size: 100px;
}

.sign-up {
	background-color: black;
	color: #fff;
	font-size: 100px;
}

.marketing {
	background-color: black;
	color: #fff;
	font-size: 100px;
}

.consulting {
	background-color: black;
	color: #fff;
	font-size: 100px;
}

/* contact-us */
.contactus {
	background: #000000e8;
}

.address {
	margin-bottom: 65px;
}

.address p {
	font-size: 18px !important;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #fff;
}

.address i {
	color: #fff;
}

.address a {
	color: #fff;
}

.address strong {
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
}

.address h6 {
	font-size: 18px !important;
	margin-bottom: 5px;
	margin-top: 35px;
}

.contactform .form-label {
	color: #fff;
}

.contactform textarea {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	background-color: rgba(153, 153, 153, 0.1);
	border: none !important;
}

.contactform input {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	height: 45px;
	background-color: rgba(153, 153, 153, 0.1);
	border: none !important;
}

.contactform .form-control:focus {
	background-color: rgba(153, 153, 153, 0.1);
	box-shadow: none !important;
	color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
	border-color: none !important;
}

.contactform .form-control:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.contactform Button {
	background-color: rgba(153, 153, 153, 0.1);
	border: none !important;
	color: #fff;
}

/* contact-us */
/* time load */
.counter{position: absolute;
    right: 55px;
    bottom: 55px;
    color: #fff;}
	.loadedcls{
		position: absolute;
    left: 55px;
    bottom: 55px;
    color: #fff;
	}

/* time load */
.animatxt {
    position: relative;
    color: gray;
	    font-size: 94px;
		    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Bebas Neue', cursive !important;
	display: inline-block;
	top: 41%;
}
.animatxt:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
	
    max-width: 7em;
    white-space: nowrap;
    color: #fff;
    -webkit-animation: loading 8s linear;
            animation: loading 8s linear;
}
@-webkit-keyframes loading {
    0% {
        max-width: 0;
    }
}
@keyframes loading {
    0% {
        max-width: 0;
    }
}
/*----------------------- Preloader -----------------------*/
.spinner-container {
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
	background-color: #000;
	position: fixed;
}

.spinner {
	margin: auto;
	border: 2px solid #dbf2ff;
	/*
  change to dotted for something cool.
  change width to 1px for tapered bar
  */
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: 45%;
	border-radius: 50%;
	border-right: 2px solid gray;
	text-align: center;
	animation-name: spin;
	animation-duration: 900ms;
	animation-iteration-count: infinite;
	/*animation-timing-function: linear; /*linear spin */
	animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	/*50% {width:24px;height:24px} /*shrinking effect*/
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	/*50% {width:24px;height:24px} /*shrinking effect*/
	100% {
		-webkit-transform: rotate(360deg);
	}
}


/* cursor new */
.cursornewinner {
	top: -100px;
	position: fixed;
	pointer-events: none;
	z-index: 15;
}

.cursornew {
	top: -100px;
	width: 20px;
	height: 20px;
	/* border: 2px solid gray; */
	border-radius: 50%;
	position: fixed;
	pointer-events: none;
	z-index: 15;
}

.cursor-image-show {
	width: 60px;
	height: 60px;
	top: auto;
	left: auto;
	border-radius: 0;
	transform: translate(-10%, -10%);
	background-size: cover;
	border: none;
	mix-blend-mode: normal;
	background-size: 100;
}

/* cursor new */
.foter2 {
	background-color: transparent !important;
	margin-top: -60px;
	z-index: 999;
	position: absolute;
	width: 100%;
}

/* pms */
.hotelpms {
	background: #000;
	padding-top: 100px;
	padding-bottom: 100px;
}

.hotelpms p {
	color: #fff;
	font-weight: 300;
	width: 816px;
	margin: 0 auto;
	text-align: center;
}

.hotelpms h1 {
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	margin-bottom: 14px;
	font-family: 'Bebas Neue', cursive !important;
	margin-bottom: 40px;
}

.carouselvv {
	position: relative;
}

.circlee {
	display: list-item;
	list-style: circle;
	font-size: 20px !important;
	margin-left: 25px;
	color: #fff;
	font-weight: 300;
}

.innerBnr .carousel-inner .benefits {
	/* position: relative; */
}

.carouselvv .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
}

.benefitssub h2 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 100;
	font-size: 51px;
	color: #fff;
}

.benefitssub p {
	color: #fff;
}

.benefitssub li {
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
}

.bnnerWrap img {
	max-width: 100%;
}

.innerBnr .carousel-inner .benefitssub {
	position: absolute;
}

.benefitssub {
	background: #171616ad;
	width: 544px !important;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	height: 574px;
	left: -32px;
	position: relative;
	padding-top: 79px;
	padding-bottom: 60px;
	padding-left: 79px;
	padding-right: 50px;
	transform: translateY(-50%);
}

.benefitssub2 {
	background: #171616ad;
	width: 521px !important;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 541px;
	float: right;
	right: 15px;
	position: relative;
	right: 0px;
	padding-top: 75px;
	padding-left: 77px;
	padding-right: 70px;
	padding-bottom: 36px;
	transform: translateY(-50%);
}

.benefitssub2 h2 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 100;
	font-size: 51px;
	color: #fff;
}

.benefitssub2 p {
	color: #fff;
}

.benefitssub2 li {
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
}

.innerBnr .carousel-inner .benefitssub2 {
	position: absolute;
}

.benefitssub3 {
	background: #171616ad;
	width: 544px !important;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	height: 574px;
	left: -32px;
	position: relative;
	padding-top: 79px;
	padding-bottom: 60px;
	padding-left: 79px;
	padding-right: 50px;
	transform: translateY(-50%);
}

.benefitssub3 h2 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 100;
	font-size: 51px;
	color: #fff;
}

.benefitssub3 p {
	color: #fff;
}

.benefitssub3 li {
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
}

.innerBnr .carousel-inner .benefitssub3 {
	position: absolute;
}

.primaryclr:hover {
	color: #fff;
}

.primaryclr {
	background: rgb(47 85 151);
	border-radius: 8px;
	color: #fff;
	box-shadow: none;
	text-decoration: none;
	padding:10px 25px;
	font-size: 1.125em;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	margin-top: 14px;
	margin-left: 48px;
	display: inline-block;
}
.primaryclr2:hover {
	color: #fff;
}

.primaryclr2 {
	background: rgb(47 85 151);
	border-radius: 8px;
	color: #fff;
	box-shadow: none;
	text-decoration: none;
	padding:10px 25px;
	font-size: 1.125em;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	margin-top: 14px;
	margin-left: 25px;
	display: inline-block;
}
.fullwhite {
	background: #fff;
	padding-bottom: 140px;
	padding-top: 140px;
}

.fullwhite img {
	width: 88%;
	margin: 0 auto;
	display: block;
}

/* pms */
/* mobile*/
.fullmobile {
	background: #fff;
	padding-bottom: 140px;
	padding-top: 140px;
}

.fullmobile img {
	width: 38%;
	margin: 0 auto;
	display: block;
}


.mobilepms1 {
	background: #171616ad;
	width: 528px !important;
	height: 352px;
	left: -32px;
	position: relative;
	padding-top: 65px;
	padding-bottom: 60px;
	padding-left: 79px;
	padding-right: 50px;
	transform: translateY(-50%);
}

.mobilepms1 h2 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 100;
	font-size: 51px;
	color: #fff;
}

.mobilepms1 p {
	color: #fff;
}

.mobilepms1 li {
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
}

.innerBnr .carousel-inner .mobilepms1 {
	position: absolute;
}


.mobilepms2 {
	background: #171616ad;
	width: 528px !important;
	height: 416px;
	float: right;
	right: 15px;
	right: 0px;
	position: relative;
	padding-top: 51px;
	padding-bottom: 60px;
	padding-left: 51px;
	padding-right: 50px;
	transform: translateY(-50%);
}

.mobilepms2 h2 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 100;
	font-size: 51px;
	color: #fff;
}

.mobilepms2 p {
	color: #fff;
}

.mobilepms2 li {
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
}

.innerBnr .carousel-inner .mobilepms2 {
	position: absolute;
}

.mobilepms3 {
	background: #171616ad;
	width: 528px !important;
	height: 530px;
	left: -32px;
	position: relative;
	padding-top: 66px;
	padding-bottom: 60px;
	padding-left: 79px;
	padding-right: 50px;
	transform: translateY(-50%);
}

.mobilepms3 h2 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 100;
	font-size: 51px;
	color: #fff;
}

.mobilepms3 p {
	color: #fff;
}

.mobilepms3 li {
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
}

.innerBnr .carousel-inner .mobilepms3 {
	position: absolute;
}


.cloudpms1 {
	background: #171616ad;
	width: 681px !important;
	height: 530px;
	left: -40px;
	position: relative;
	padding-top: 66px;
	padding-bottom: 60px;
	padding-left: 90px;
	padding-right: 50px;
	transform: translateY(-50%);
}

.cloudpms1 h2 {
	font-family: 'Bebas Neue', cursive !important;
	font-weight: 100;
	font-size: 51px;
	color: #fff;
}

.cloudpms1 p {
	color: #fff;
}

.cloudpms1 li {
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
}

.innerBnr .carousel-inner .cloudpms1 {
	position: absolute;
}

.circlee2 {
	display: list-item;
	list-style: circle;
	font-size: 18px !important;
	margin-left: 25px;
	color: #fff;
	font-weight: 300;
}

.fullmobile2 {
	background: #fff;
	padding-bottom: 140px;
	padding-top: 140px;
}

.fullmobile2 img {
	width: 88%;
	margin: 0 auto;
	display: block;
}
.mobile-img{display:none;}
/*mobile*/

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1254px !important;
	}
	
}
.responsiveimg1{display:none!important;}
.viewproduct{display:none;}
	/*iphone 4-portrait*/
@media only screen and (max-width: 479px) {
	.animatxt {
    font-size: 44px;}
	.videores{display:none;}
	.responsiveimg1{display:block!important;
	object-position: 79% 23%;
    object-fit: cover;}
	.responsiveimg2{object-position: 48% 62%;
    object-fit: cover;}
	.responsiveimg3{    object-fit: fill!important;
    object-position: 14% 62%!important;
	}
	.responsiveimg4{    object-position: 48% 62%;
    object-fit: cover;}
	.responsiveimg5{    object-position: 72% 23%;
    object-fit: cover;}
	.responsiveimg6{    object-position: 79% 23%;
    object-fit: cover;}
.loadedcls {
    left: 15px;
    font-size: 12px;
}
.counter {
    right: 15px;
    font-size: 12px;
}
.owl-carousel01 .item .cover {
    width: 110%;
}
.viewproduct {
    display: block;
    font-size: 15px;
    background: #fff;
    border-radius: 50px;
    color: #464242!important;
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    width: 155px!important;
    height: 45px!important;
    padding: 0px;
    margin: 0px auto;
    line-height: 45px;
	    margin-top: 20px;
}
	.logo img {
    left: 15px;
	    width: 20%;
}
.menut {
    color: #fff;
    float: right;
    margin-right: 58px;
    z-index: 999;
    position: relative;
    margin-top: -5px;
    margin-top: 36px;
    font-size: 11px;
}
.owl-carousel01 .item .cover .header-content h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 2px;
    font-family: 'Bebas Neue', cursive !important;
}
.owl-carousel01 .item .cover .header-content {
    padding: 14px;
}
.owl-carousel01 .item .cover .header-content h6 {
    font-size: 16px;
	    margin-bottom: 20px;
}
.header-content h4:before {
display:none;
}
.header-content h4:after {
display:none;
}
.Prev-Slide{display:none;}
.Next-Slide{display:none;}
.owl-dot{display:none!important;}
.owl-carousel01 .item .cover .header-content h4 {
    font-size: 15px !important;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
}
.overlay ul li a {
    font-size: 46px;
}
.abotfot{ 
    transform: translateY(100%);
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.about {
display: block;     padding: 40px;     height: 60%;}
.about h1 {
font-size: 40px;}
.about p {
font-size: 14px;}
.about-2 {
    padding: 60px 0px;
}
.about-2 h5 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.about-2 p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
}
.ourmission p {
    text-align: center;
width: 100%; margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;}
.ourvision p {
    width: 100%;
	margin-bottom: 80px;
	    padding-left: 15px;
    padding-right: 15px;
}
.ourmission {
    margin-top: 0px;
}
.ourmission .col-lg-6{
	padding-right: 0px;
    padding-left: 0px;
}
.ourvision {
    margin-bottom: 0px;
}
.ourvision .col-lg-6{
	padding-right: 0px;
    padding-left: 0px;
}
.foter p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.scropp {
    text-align: right!important;
	    margin-top: 10px;
}
.foter ul li {
    color: #fff;
    list-style-type: none;
    display: initial;
    float: none;
    margin-left: 50px;
    margin-right: 50px;
}
.foter ul li {
    color: #fff;
    list-style-type: none;
    display: initial;
    float: none;
    margin-left: 50px;
    margin-right: 50px;
}
.foter ul {
    color: #fff;
    width: 100%;
    /* display: table-cell; */
    padding-left: 0px;
}
.float-right{float:right!important;}
.fullwhite {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}
.carouselvv .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: block;
    height: 100%;
}
.innerBnr .carousel-inner .benefitssub {
    position: inherit;
}
.innerBnr .carousel-inner .benefitssub2 {
    position: inherit;
}
.innerBnr .carousel-inner .benefitssub3 {
    position: inherit;
}
.benefitssub {
      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.benefitssub2{
	      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
	border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.benefitssub3{
	      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.mobile-img{display:block;}
.desktop-img{display:none;}
.foter2 {
    background-color: transparent !important;
    margin-top: -114px;
    z-index: 999;
    position: absolute;
    width: 100%;
}
.hotelpms p {
    color: #fff;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.fullmobile {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}


.innerBnr .carousel-inner .mobilepms1 {
    position: inherit;
}
.innerBnr .carousel-inner .mobilepms2 {
    position: inherit;
}
.innerBnr .carousel-inner .mobilepms3 {
    position: inherit;
}
.mobilepms1{
		      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.mobilepms2{
		      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.mobilepms3{
		      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.fullmobile2 {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}
.innerBnr .carousel-inner .cloudpms1 {
    position: inherit;
}
.cloudpms1{
	      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
	
}
}
/*iphone  4 -landscape*/
@media only screen and (min-width: 480px) and (max-width: 699px) {
		.logo img {
    left: 15px;
	    width: 20%;
}
.menut {
    color: #fff;
    float: right;
    margin-right: 58px;
    z-index: 999;
    position: relative;
    margin-top: -5px;
    margin-top: 36px;
    font-size: 11px;
}
.owl-carousel01 .item .cover .header-content h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 2px;
    font-family: 'Bebas Neue', cursive !important;
}
.owl-carousel01 .item .cover .header-content {
    padding: 14px;
}
.owl-carousel01 .item .cover .header-content h6 {
    font-size: 16px;
	    margin-bottom: 20px;
}
.header-content h4:before {
display:none;
}
.header-content h4:after {
display:none;
}
.Prev-Slide{display:none;}
.Next-Slide{display:none;}
.owl-dot{display:none!important;}
.owl-carousel01 .item .cover .header-content h4 {
    font-size: 15px !important;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
}
.overlay ul li a {
    font-size: 46px;
}
.abotfot{ 
    transform: translateY(100%);
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.about {
display: block;     padding: 40px;     height: 60%;}
.about h1 {
font-size: 40px;}
.about p {
font-size: 14px;}
.about-2 {
    padding: 60px 0px;
}
.about-2 h5 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.about-2 p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
}
.ourmission p {
    text-align: center;
width: 100%; margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;}
.ourvision p {
    width: 100%;
	margin-bottom: 80px;
	    padding-left: 15px;
    padding-right: 15px;
}
.ourmission {
    margin-top: 0px;
}
.ourmission .col-lg-6{
	padding-right: 0px;
    padding-left: 0px;
}
.ourvision {
    margin-bottom: 0px;
}
.ourvision .col-lg-6{
	padding-right: 0px;
    padding-left: 0px;
}
.foter p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.scropp {
    text-align: right!important;
	    margin-top: 10px;
}
.foter ul li {
    color: #fff;
    list-style-type: none;
    display: initial;
    float: none;
    margin-left: 50px;
    margin-right: 50px;
}
.foter ul li {
    color: #fff;
    list-style-type: none;
    display: initial;
    float: none;
    margin-left: 50px;
    margin-right: 50px;
}
.foter ul {
    color: #fff;
    width: 100%;
    /* display: table-cell; */
    padding-left: 0px;
}
.float-right{float:right!important;}
.fullwhite {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}
.carouselvv .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: block;
    height: 100%;
}
.innerBnr .carousel-inner .benefitssub {
    position: inherit;
}
.innerBnr .carousel-inner .benefitssub2 {
    position: inherit;
}
.innerBnr .carousel-inner .benefitssub3 {
    position: inherit;
}
.benefitssub {
      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.benefitssub2{
	      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
	border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.benefitssub3{
	      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.mobile-img{display:block;}
.desktop-img{display:none;}
.foter2 {
    background-color: transparent !important;
    margin-top: -114px;
    z-index: 999;
    position: absolute;
    width: 100%;
}
.hotelpms p {
    color: #fff;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.fullmobile {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}


.innerBnr .carousel-inner .mobilepms1 {
    position: inherit;
}
.innerBnr .carousel-inner .mobilepms2 {
    position: inherit;
}
.innerBnr .carousel-inner .mobilepms3 {
    position: inherit;
}
.mobilepms1{
		      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.mobilepms2{
		      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.mobilepms3{
		      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
}
.fullmobile2 {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}
.innerBnr .carousel-inner .cloudpms1 {
    position: inherit;
}
.cloudpms1{
	      background: #262626;
    width: 100% !important;
    FONT-WEIGHT: 100;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 0%;
    height: auto;
    left: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(-0%);
	
}
}
/*ipad mini-portrait*/
@media only screen and (min-width: 700px) and (max-width: 767px) {
}
/*nexus 7-landscape */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}