@charset "utf-8";
body {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 27px;
	font-weight: 400;
	color: #999999;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #060606;
	letter-spacing: 0.5px;
}
* {
	box-sizing: border-box;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	
}
#menu {
	width: auto;
	position: relative;
	z-index: 999;
	float: left;
	margin-left: 2%;
	margin-top: -4px;
}
.sliderwrap {
	height: 100vh;
	width: 100%;
	position: relative;
	float: left;
	z-index: 2;
	overflow: hidden;
	background-color: #000000;
}
.logowrap {
	width: 100%;
	position: absolute;
	z-index: 21;
	float: left;
	padding-right: 5%;
	top: 2%;
	padding-left: 5%;
	left: 0px;
	padding-top: 11px;
	padding-bottom: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #02b9ff;
}
.padleft {
	padding-left: 3%;
}
.padbtm {
	padding-bottom:111px;
}
.projectwrap {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 4%;
	position: relative;
	z-index: 1;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 11px;
	padding-left: 7px;
	display: table;
	float: left;
}
.home-4-cols {
	float: left;
	width: 24%;
	margin-right: 0.5%;
	margin-bottom: 1%;
	margin-left: 0.5%;
	overflow: hidden;
	position: relative;
}
.home-4-cols img {
	height: auto;
	width: 100%;
	transition: all 611ms ease-out;
	vertical-align: top;
}
.home-4-cols:hover img {
	transform: scale(1.2);
}
.home-4-cols:hover .col-text {
	color: #FFF;
	background-color: #FF9D20;
	left: 0px;
	bottom: 39px;
}
.subtitle01 {
	font-size: 2.5vw;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	line-height: normal;
	text-align: center;
	display: block;
	margin-bottom: 45px;
}
.subtitle01:after {
	width: 100px;
	height: 1px;
	background-color: #02b9ff;
	position: absolute;
	content: '';
	bottom: 50%;
	margin-left: 20px;
}
.subtitle01:before {
	position: absolute;
	background-color: #02b9ff;
	bottom: 50%;
	height: 1px;
	width: 100px;
	content: '';
	margin-left: -120px;
}
.subtitle02 {
	font-size: 2.5vw;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	line-height: normal;
	text-align: center;
	display: block;
	margin-bottom: 21px;
	margin-top: 21px;
}
.subtitle02:after {
	width: 100px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	content: '';
	bottom: 50%;
	margin-left: 20px;
}
.subtitle02:before {
	position: absolute;
	background-color: #FFFFFF;
	bottom: 50%;
	height: 2px;
	width: 100px;
	content: '';
	margin-left: -120px;
}
.mainwrap {
	float: left;
	width: 100%;
	padding-top: 7%;
	padding-right: 5%;
	padding-bottom: 7%;
	padding-left: 5%;
	background-size:cover;
}

.phonenumbers {
	width: auto;
	font-size: 15px;
	float: right;
	color: #797979;
}
.toppad {
	padding-top: 45px;
}
.featureswrap {
	float: left;
	width: 100%;
	padding: 5%;
	background-color: rgba(0,0,0,0.4);
	margin-top: -60px;
}

.mission-vision {
	display: inline-block;
	width: 48%;
	min-height: 280px;
	padding: 45px;
	border: 1px solid #333333;
	background-color: #272727;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.mission-vision img {
	float: right;
	margin-left: 4%;
}

.mission-vision:hover {
	background-color: #000000;
}

.mission-vision strong {
	font-size: 25px;
	display: block;
	margin-bottom: 11px;
	color: #02B8FF;
}

 .con-3-col-new {
	width: 44%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	border: 1px solid #333333;
	min-height: 350px;
	display: inline-block;
	font-size: 16px;
	line-height: 33px;
	padding-left: 6%;
	background-color: #272727;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
}
.con-3-col-new:hover {
	box-shadow: 0 0 11px 0 #000;
}
.con-3-col-new .ns-desc i  {
	font-size: 11px;
	color: #02b8ff;
	margin-right: 11px;
	padding-top: 5px;
}

.full {
	width: 97.2%;
	border: 1px solid #333333;
	min-height: 500px;
	
	font-size: 15px;
	float: left;
	margin-left: 1%;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-bottom: 55px;
}
.full strong {
	font-size: 21px;
	color: #02B8FF;
	display: block;
	margin-bottom: 11px;
}



.ph {
	width: auto;
	float: right;
	text-align: left;
	line-height: 20px;
}
.con-3-col-new strong  {
	font-size: 18px;
	color: #02b8ff;
}

.ph strong {
	color: #BCBCBC;
	display: block;
	width: 222px;
}
.ph span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.ph i {
	color: #02b9ff;
	font-size: 25px;
	line-height: normal;
	float: left;
	margin-right: 11px;
	margin-top: 7px;
}
.em {
	width: auto;
	float: right;
	text-align: left;
	line-height: 20px;
}
.em strong {
	color: #BCBCBC;
	display: block;
	width: 222px;
}
.em span {
	display: block;
	font-size: 13px;
	color: #858585;
}

.em i {
	color: #02b9ff;
	font-size: 25px;
	line-height: normal;
	float: left;
	margin-right: 11px;
	margin-top: 7px;
}
.banner-social {
	left: 4%;
	top: 45%;
	width: 55px;
	position: absolute;
	z-index: 9;
}
.inner-header-banner .banner-social {
	top: auto;
	bottom: 40%;
	left: 3%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.2);
	padding-right: 4%;
	padding-top: 0.5%;
}
.banner-social i {
	color: #FFFFFF;
	display: block;
	margin-bottom: 11px;
	border-radius: 50%;
	text-align: center;
	transition: all ease 250ms;
	font-size: 27px;
	height: auto;
	width: auto;
	line-height: normal;
	padding-top: 14px;
	padding-bottom: 14px;
}
.banner-social i:hover {
	background-color: #02b9ff;
	transform: rotate(360deg);
	color: #FFFFFF;
}
.services-cells-inner-page h2 {
	color: #0F3168;
	font-size: 25px;
	text-align: left;
	padding: 0px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
}
::selection {
	color: #02b9ff;
	background-color:transparent;
}
::-moz-selection {
color: #02b9ff;
	background-color:transparent;
}


.altis-sales ::selection  {
	color: #02b9ff;
	background-color:#000;
}

.altis-sales ::-moz-selection {
	color: #02b9ff;
	background-color:#000;
}



.blog-2-cols {
	background-color: #333333;
	display: inline-block;
	width: 31%;
	min-height: 600px;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-left: 1%;
	text-align: left;
	padding: 3%;
	font-size: 15px;
	line-height: normal;
}
.scrollwrap {
	overflow: auto;
	max-height: 480px;
	float: left;
	width: 95%;
	padding-right: 5%;
}
.scrollwrap::-webkit-scrollbar {
 width:9px;               /* width of the entire scrollbar */
}
 .scrollwrap::-webkit-scrollbar-track {
 background:#d2d2d2;        /* color of the tracking area */
}
 .scrollwrap::-webkit-scrollbar-thumb {
 background-color:#046eb5;    /* color of the scroll thumb */
 border-radius: 20px;       /* roundness of the scroll thumb */
}
.blog-2-cols img {
	height: 247px;
	width: 100%;
	max-width: 750px;
	object-fit: cover;
	border-radius: 3PX;
}
.BLOG-CELLS {
	float: left;
	width: 100%;
	margin-bottom: 11px;
	font-size: 13px;
}
.BLOG-CELLS strong {
	font-size: 16px;
	display: block;
	margin-bottom: 11px;
	font-weight: lighter;
}
.blog-2-cols section {
	font-size: 30px;
	color: #0E3F98;
	display: block;
	margin-bottom: 21px;
	font-weight: bold;
	text-transform: uppercase;
}
.blog-2-cols span {
	display: block;
	margin-top: 31px;
	margin-bottom: 11px;
	font-size: 21px;
	font-weight: bold;
	color: #1A3A77;
}
.home50cols {
	float: left;
	width: 50%;
	min-height: 700px;
}
.home50cols section {
	display: block;
	float: left;
	padding-top: 25px;
	padding-bottom: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.5);
	width: 82%;
	font-size: 21px;
	text-transform: uppercase;
	padding-left: 55px;
	position: relative;
	letter-spacing: 1px;
}
.inner-2-col-big {
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 5%;
}
.inner-2-col-big img {
	height: auto;
	width: 100%;
	max-width: 823px;
}
.inner-2-col {
	float: left;
	width: 50%;
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
}
.inner-2-col img {
	height: auto;
	width: 100%;
	max-width: 566px;
}
.inner-2-col-company {
	float: left;
	width: 50%;
	text-align: left;
	padding-right: 5%;
}
.inner-2-col-company img {
	height: auto;
	width: 100%;
}


.assenta-wrap-company {
	float: left;
	width: 100%;
	position: relative;
	padding: 5%;
	background-color: #1D1D1D;
	background-attachment: fixed;
	background-image: url(../images/bg5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainwrap2 {
	float: left;
	width: 100%;
	background-size: cover;
	text-align: center;
	padding-top: 2.5%;
	padding-bottom: 2%;
	padding-right: 1%;
	padding-left: 1%;
}
.service-cells {
	float: left;
	width: 100%;
	padding-top: 111px;
	margin-bottom:111px;
}
.service-cells h2 {
	margin-bottom: 21px;
	font-size: 27px;
	color: #FFFFFF;
	padding-bottom: 21px;
	width: 100%;
	display: block;
	position: relative;
}
.service-cells h2:after {
	position: absolute;
	background-color: #02b9ff;
	height: 1px;
	width: 100px;
	content: '';
	display: inline-block;
	bottom: 0%;
	left: 0px;
}

.service-cells strong {
	margin-bottom: 11px;
	font-size: 33px;
	color: #999999;
	padding-bottom: 11px;
	width: 100%;
	display: block;
	position: relative;
	font-weight: normal;
	line-height: normal;
}


.service-cells h1 {
	margin-bottom: 21px;
	font-size: 3.3vw;
	color: #FFFFFF;
	padding-bottom: 21px;
	width: 100%;
	display: block;
	position: relative;
}


.pad-right {
	padding-right: 4%;
}
.s-pic-left {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.s-pic-right {
	float: right;
	margin-bottom: 3%;
	margin-left: 3%;
	position: relative;
	width: 45%;
}

.s-pic-right img {
height: auto;
width: 100%;
filter: grayscale(100%);	
	
	}

.s-pic-right:after{
	content: '';
	position: absolute;
	z-index: 11;
	right: 5%;
	height: 222px;
	width: 25px;
	bottom: -4%;
	background-image: url(../images/w-dots.png);
	margin-left: -25px;
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: #02b9ff;
}


.s-pic-right:before{
	content: '';
	height: 80%;
	width: 50px;
	top: 10%;
	z-index: 0;
	position: absolute;
	background-image: url(../images/dots.png);
	opacity: 0.5;
	margin-left: -25px;
	left: 0px;
}


.bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}


.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
.bg3 {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
.bg4 {
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
.pic-company {
	background-image: url(../images/slides/assenta4.jpg);
}
.pic-blog {
	background-image: url(../images/blog.jpg);
}

.pic-services {
	background-image: url(../images/services.jpg);
}

.pic-contact {
	background-image: url(../images/contact.jpg);
}
.homewelcome {
	float: left;
	width: 50%;
	padding-right: 5%;
	padding-top: 5%;
}
.homewelcome span {
	font-size: 25px;
	font-weight: 200;
}

.homewelcome h1 {
	color: #CCCCCC;
	font-size: 45px;
	background-image: none;
	display: block;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: bold;
}

.welcomepic {
	float: left;
	width: 50%;
	padding-left: 5%;
	position: relative;
}
.welcomepic:before {
	height: 70%;
	width: 100px;
	position: absolute;
	left: 30px;
	bottom: 15%;
	content: '';
	background-image: url(../images/dots.png);
	opacity: 0.6;
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
}
.welcomepic:after {
	height: 30%;
	width: 50px;
	position: absolute;
	bottom: 12%;
	background-color: #02b9ff;
	content: '';
	margin-left: -25px;
}

.welcomepic img {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2;
}
.SERVICES-LEFT {
	float: left;
	width: 25%;
}
.SERVICES-LEFT span {
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/blueline.png);
	margin-bottom: 45px;
	background-repeat: no-repeat;
	background-position: -55px bottom;
	padding-bottom: 31px;
	padding-top: 11px;
}

.SERVICES-LEFT h3 {
	font-size: 29px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 11px;
	margin-bottom: 25px;
	line-height: 36px;
}

.SERVICES-RIGHT {
	float: left;
	width: 75%;
	padding-left: 7%;
}
.services-cells {
	float: left;
	width: 48%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: rgba(2,185,255,0.5);
	border-left-color: rgba(2,185,255,0.5);
	padding-bottom: 21px;
	padding-left: 7%;
	min-height: 190px;
	margin-bottom: 21px;
	padding-right: 7%;
	color: #909090;
	font-size: 18px;
	line-height: normal;
	padding-top: 3%;
	position: relative;
	margin-right: 2%;
}
.services-cells:hover .s-icon {
	background-color: #02b9ff;
}
.services-cells:hover .s-icon img {
	filter: brightness(1000%);
}
.services-cells:hover strong { color:#02b9ff}
.services-cells:hover  { border-bottom-color: rgba(2,185,255,1);
	border-left-color: rgba(2,185,255,1);}

.s-icon {
	background-color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 9%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	padding-top: 10px;
	transition:all ease 333ms;
}
.s-icon img {
}


.services-cells strong {
	font-size: 22px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 11px;
}
.altis-sales {
	width: 47.5%;
	min-height:720px;
	background-color: #02bbff;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
	text-align: left;
	padding: 4%;
	color: #FFFFFF;
	position: relative;
	background-image: url(../images/altis-sales.jpg);
	background-repeat: no-repeat;
	background-position: 95% bottom;
}
.altis-sales:after {
	position: absolute;
	content: '01';
	font-size: 9vw;
	top: 17%;
	right: 5%;
	font-weight: bold;
	-webkit-text-stroke: 2px #fff;
	background: transparent;
	color: transparent;
}

.altis-sales span {
	font-size: 45px;
	display: block;
	margin-bottom: 33px;
	font-weight: bold;
	margin-top: 33px;
}
.altis-sales span strong    {
	font-weight: 200;
	color: #000000;
}

.altis-sales section {
	width: 100%;
	float: left;
	max-width: 65%;
}
.list {
}
.list ul {
	padding-top: 21px;
	padding-left: 20px;
}
.list ul li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/white-arrow.png);
	font-weight: bold;
	padding-bottom: 11px;
	color: #FFFFFF;
}








.altis-instant {
	width: 47.5%;
	min-height:720px;
	background-color: #1e1e1e;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
	text-align: left;
	padding: 50px;
	position: relative;
	background-image: url(../images/altis-instant.jpg);
	background-repeat: no-repeat;
	background-position: 95% bottom;
}

.altis-instant:after {
	position: absolute;
	content: '02';
	font-size: 9vw;
	top: 17%;
	right: 5%;
	font-weight: bold;
	-webkit-text-stroke: 2px #02bbff;
	background: transparent;
	color: transparent;
}

.altis-instant span {
	font-size: 45px;
	display: block;
	margin-bottom: 33px;
	font-weight: bold;
	margin-top: 33px;
	color: #02bbff;
}
.altis-instant span strong    {
	font-weight: 200;
	color: #FFFFFF;
}

.altis-instant section {
	width: 100%;
	float: left;
	max-width: 65%;
}

.in-text {
	float: right;
	width: 50%;
	padding-top: 5%;
	padding-left: 5%;
}
.in-text  span {
	font-size: 25px;
}

.in-text  h1 {
	color: #FFFFFF;
	font-size: 45px;
	background-image: none;
	display: block;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: bold;
}

.in-pic {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 2%;
}
.in-pic:before {
	height: 70%;
	width: 100px;
	position: absolute;
	left: 0px;
	bottom: 15%;
	content: '';
	background-image: url(../images/dots.png);
}
.in-pic:after {
	content: '';
	position: absolute;
	z-index: 11;
	right: 0%;
	height: 222px;
	width: 25px;
	bottom: 5%;
	background-image: url(../images/w-dots.png);
	border-bottom: solid 50px #02b9ff;
	margin-right: -10px;
}

.in-pic img {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2;
}







.title1 {
	display: block;
	font-size: 25px;
	line-height: 55px;
	color: #666666;
	text-transform: uppercase;
	padding-bottom: 21px;
}
.title2 {
	font-size: 33px;
	display: block;
	line-height: 45px;
	color: #D6D6D6;
}
.title3 {
	display: block;
	line-height: normal;
	text-align: center;
	margin-bottom: 55px;
	font-size: 33px;
	padding-bottom: 33px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.title4 {
	line-height: normal;
	font-size: 17px;
	display: block;
	color: rgba(255,255,255,1);
	background-color: #0d3c8a;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 21px;
	border-radius: 7px;
	text-transform: none;
	font-weight: bold;
}
.title6 {
	font-size: 25px;
	color: #02b9ff;
	line-height: normal;
	max-width: 1200px;
	display: block;
	position: relative;
	font-weight: normal;
	margin-top: 11px;
	margin-bottom: 11px;
}
.title7 {
	font-size: 25px;
	color: #003366;
	max-width: 900px;
	display: inline-block;
	margin-top: 21px;
	margin-bottom: 55px;
	line-height: 40px;
	font-weight: bold;
}
.btn {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #02B8FF;
	padding-top: 15px;
	padding-right: 33px;
	padding-bottom: 15px;
	padding-left: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 21px;
}
.btn:hover {
	background-color: #000000;
	color: #02B8FF;
}
.booknow {
	width: 180px;
	color: #000000;
	float: right;
	display: none;
	text-align: center;
}
.booknow a {
	background-color:#333333;
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5%;
	padding-bottom: 7px;
	padding-left: 5%;
}
.booknow a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.inner-header-blue-top:after {
	position: absolute;
	content: '';
	height: 310px;
	width: 25%;
	background-image: url(../images/trans2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 3%;
	bottom: 18%;
}
.services-tagline {
	float: left;
	width: 100%;
	color: #FFFFFF;
	position: absolute;
	z-index: 9;
	left: 0%;
	bottom: 27%;
	text-align: center;
}

.services-tagline:before {
	content: '';
	background-image: url(../images/w-dots.png);
	height: 50px;
	width: 200px;
	left: 49%;
	position: absolute;
	margin-left: -100px;
	z-index: 0;
	opacity: 0.3;
	margin-top: -3px;
}


.services-tagline h1,.services-tagline h2 {
	font-size: 1.5vw;
	color: #E1E1E1;
	background-image: none;
	text-shadow: 1px 1px 0 #474747;
	font-weight: bold;
	letter-spacing: 0.5em;
	position: relative;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}


/**************************
*
*	whats app pulse start
*
**************************/


 @keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(2,185, 255, 0.7);
}
 80% {
 box-shadow: 0 0 0 18px rgba(2,185,255, 0);
}
}
.inner-whatsapp {
	position: fixed;
	z-index: 9;
	bottom: 45%;
	right: 3%;
}
.inner-whatsapp i {
	font-size: 33px;
	background-color: #1B1B1B;
	border-radius: 50%;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	color: #FFFFFF;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.inner-whatsapp:hover i {
	color: #FFFFFF;
	background-color: #00B058;
}
.inner-header-blue-top .logowrap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2%;
}
.serv-header-blue-top .logowrap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2%;
}
.serv-header-blue-top2 .logowrap {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1%;
	padding-top: 3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.3);
}
.inner-header-banner {
	width: 100%;
	position: relative;
	z-index: 7;
	height: 33vh;
	float: left;
	background-color: #191919;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.prime-features {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}
.prime-features li {
	width: 31%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	display: inline-block;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.3);
	list-style-position: outside;
	list-style-type: circle;
	position: relative;
	font-weight: bold;
}
.prime-features li:before {
	position: absolute;
	left: -11px;
	bottom: 12%;
	content: "\f0a4";
	font-family: fontawesome;
	background-color: rgba(7,115,120,1);
	border-radius: 50%;
	width: 33px;
	color: rgba(255,255,255,1);
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
.inner-data-wrap2 {
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	padding-top: 5%;
	padding-right: 7%;
	padding-bottom: 5%;
	padding-left: 7%;
	margin-top: 3%;
	min-height: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.inner-data-wrap2 h1 {
	display: block;
	margin-bottom: 33px;
	font-size: 2vw;
	font-weight: bold;
	background-image: none;
	color: #1D3056;
}
.news-updates-3-col {
	width: 31%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	min-height: 550px;
	padding: 3%;
	display: inline-block;
	background-color: #0c0c0c;
}
.news-updates-3-col:hover {
	background-color: rgba(53,53,53,1);
}
.news-updates-3-col .date {
	float: left;
	width: 100%;
	font-size: 27px;
	font-weight: bold;
	background-image: url(../images/gradi.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 27px;
	padding-bottom: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #04aeef;
}
.news-updates-3-col .date span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-top: 7px;
	background-image: none;
	height: auto;
	width: auto;
	color: #999999;
}
.inner-title .date {
	float: left;
	width: 100%;
	font-size: 27px;
	font-weight: bold;
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #1f9184;
}
.inner-title .date span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-top: 7px;
	background-image: none;
	height: auto;
	width: auto;
	color: #000000;
}
.ns-tile {
	float: left;
	width: 100%;
	font-size: 21px;
	min-height: 80px;
	font-weight: bold;
}
.ns-desc {
	width: 100%;
	margin-top: 11px;
	float: left;
	font-size: 16px;
	line-height: 27px;
	min-height: 160px;
}
.date {
	float: left;
	width: 100%;
	font-size: 21px;
	margin-bottom: 27px;
	padding-bottom: 33px;
}
.date span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-top: 7px;
	height: 25px;
	width: 25px;
	margin-bottom: 11px;
	color: rgba(204,204,204,1);
}
.inner-data-wrap2 .date {
	margin-bottom: 21px;
	padding-bottom: 21px;
	color: #07596D;
}
a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: all 222ms ease;
	-moz-transition: all 222ms ease;
	-ms-transition: all 222ms ease;
	-o-transition: all 222ms ease;
	transition: all 222ms ease
}
a:hover {
	color: #02b9ff;
}
a.b {
	color: #FFFFFF;
	transition: all 211ms ease;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: #484848;
	text-align: center;
	width: 150px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	margin-top: 45px;
}
a.b:hover {
	color: #FFFFFF;
	background-color: #02b9ff;
}
a.c {
	color: #333333;
	text-align: center;
	transition: all 211ms ease;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 45px;
	font-weight: bold;
	float: left;
	margin-right: 11px;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #135266;
	position: relative;
	z-index: 999999;
	background-color: #E9AD12;
	width: 111px;
}
a.c:hover {
	color: #FFFFFF;
	background-color: #E9AD12;
	border: 1px solid #E9AD12;
}
a.cx {
	width: 100%;
	color: #F4F4F4;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 21px;
	line-height: normal;
	background-color: #23325F;
	text-align: left;
	float: left;
	padding-left: 33px;
	border-radius: 3px;
}
a.cx i {
	margin-right: 11px;
	margin-top: 3px;
	font-size: 21px;
}
a.cx:hover {
	color: #D80101;
	background-color: #FFFFFF;
	border-top-color: #20357d;
	border-right-color: #20357d;
	border-bottom-color: #20357d;
	border-left-color: #20357d
}
a.d {
	color: #CCCCCC;
	font-size: 15px;
}
a.d:hover {
	color: #FFCC00;
}
a.k {
	color: #FFFFFF;
	text-align: center;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	transition: all 211ms ease;
	background-color: #04aeef;
	margin-top: 21px;
	float: left;
	padding-right: 21px;
	padding-left: 21px;
	font-size: 14px;
	border-radius: 3px;
}
a.k:hover {
	color: #FFFFFF;
	background-color: #000000;
}
a.aa {
	color: #FFFFFF;
	padding-top: 8px;
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 45px;
	text-align: center;
	background-color: #56a647;
	border-radius: 3px;
	letter-spacing: 1px;
	margin-top: 33px;
	display: block;
	float: left;
}
a.aa:hover {
	color: #FFFFFF;
	z-index: 1;
	background-color: #56a647;
}
a.aa::before {
	position: absolute;
	content: '';
	background-color: #072034;
	height: 55px;
	width: 1px;
	left: -1px;
	top: 0px;
	-webkit-transition: all 222ms ease-in;
	-moz-transition: all 222ms ease-in;
	-ms-transition: all 222ms ease-in;
	-o-transition: all 222ms ease-in;
	transition: all 222ms ease-in;
}
a.aa:hover::before {
	width: 100%;
	z-index: -1;
	left: 0px;
}
a.slidebtn {
	color: #FFFFFF;
	padding-top: 10px;
	margin-right: 7px;
	margin-left: 7px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 200px;
	height: 45px;
	text-align: center;
	background-color: #072034;
	border-radius: 3px;
	letter-spacing: 2px;
	margin-top: 11px;
}
a.slidebtn:hover {
	color: #FFFFFF;
	z-index: 1;
	background-color: #072034;
}
a.slidebtn::before {
	position: absolute;
	content: '';
	background-color: #56a647;
	height: 55px;
	width: 1px;
	left: -1px;
	top: 0px;
	transition: all 222ms ease-in;
}
a.slidebtn:hover::before {
	width: 100%;
	z-index: -1;
	left: 0px;
}
.maxwidthwrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
	clear: both;
}
.maxwidthwrap2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}

.maxwidthwrap3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	margin-top: 111px;
	display: block;
}
.maxwidthwrap3 p {
	margin: 0px;
	padding: 0px;
}
.maxwidthwrap ul li {
	padding-left: 33px;
	padding-bottom: 21px;
	line-height: 27px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-position: outside;
	list-style-type: none;
}

.maxwidthwrap ul li:hover { color:#FFF}
.maxwidthwrap ul {
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 11px;
}
.home-c2a {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 33px;
	margin-top: 55px;
	margin-bottom: 33px;
	text-transform: uppercase;
}


.c2 {
	width: 320px;
	margin-right: 11px;
	margin-left: 11px;
	display: inline-block;
	font-size: 18px;
	color: rgba(255,255,255,1);
	padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 11px;
	background-color: #282828;
	background-image: url(../images/call.png),url(../images/shape.png);
	background-repeat: no-repeat;
	background-position: 21px center,39% center;
	transition: all ease 666ms;
}
.c3 {
	width: 320px;
	margin-right: 11px;
	margin-left: 11px;
	display: inline-block;
	font-size: 18px;
	color: rgba(255,255,255,1);
	padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 11px;
	background-color: #282828;
	background-image: url(../images/send-message.png),url(../images/shape.png);
	background-repeat: no-repeat;
	background-position: 21px center,35% center;
	transition: all ease 666ms;
}
.c2:hover {
	background-color: #000000;
	background-position: 39px center;
}
.c3:hover {
	background-color: #000000;
	background-position: 35px center;
}

.logowrap.fixed .phonenumbers {

	margin-top: 2px;
	margin-right: 2%;
	margin-left: 1px;
	transform:scale(0.8);
	
}
.logowrap.fixed .phonenumbers a {
	color: #fff;
}
.logowrap.fixed {
	position: fixed;
	top: 0px;
	-webkit-transition: all 533ms ease;
	-moz-transition: all 533ms ease;
	-ms-transition: all 533ms ease;
	-o-transition: all 533ms ease;
	transition: all 533ms ease;
	border-top-style: none;
	border-bottom-style: none;
	z-index: 999999;
	background-color: #1E1E1E;
	left: 0;
	box-shadow: 0 11px 21px -15px #000;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
}
.logowrap.fixed .ktop {
	display: none;
}
.logowrap.fixed #menu {
	margin-top: 1px;
	padding-left: 111px;
}
.logowrap.fixed .booknow {
	display: inherit;
}
.logowrap.fixed .logo {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 1px;
	background-color: #666666;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	margin: 0px;
}
.logo-gap {
}
.logo {
	display: inline-block;
	float: left;
	text-align: center;
	z-index: 999999;
	width: 150px;
	transition: all ease 333ms;
	
	
}
.logo img {
	height: auto;
	width: 100%;
	
	
}
.flogo {
	float: left;
	width: auto;
	display: none;
	position: absolute;
	left: 0px;
	top: 1px;
	
}
.flogo img {
	
}
.contact-2-col {
	float: left;
	width: 49%;
	padding: 5%;
	margin-bottom: 2%;
	color: #333333;
	box-sizing: border-box;
	min-height: 430px;
	margin-right: 7px;
	background-color: #FFFFFF;
}
.contact-2-col strong {
	color: #FF0000;
	font-weight: bold;
}
.input1 {
	font-size: 15px;
	width: 100%;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 33px;
	font-family: 'Manrope', sans-serif;
	background-color: #333333;
	color: #B5B5B5;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input2 {
	border: 2px solid #b0bcea;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	width: 92.8%;
	padding: 3%;
	margin-right: 0;
	margin-top: 11px
}
.split {
	column-count: 2;
	column-gap: 21px;
}
#blog {
}
#blog img {
	float: right;
	height: auto;
	width: 50%;
	margin-bottom: 5%;
	margin-left: 5%;
}


h1 {
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 33px;
	margin-left: 0;
	font-size: 2.2vw;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 21px;
	padding-left: 0px;
	font-weight: normal;
	display: block;
	color: #CCCCCC;
}
h1 strong {
	color: #333333;
}
h2 {
	font-size: 2.2vw;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 21px;
	color: #CCCCCC;
}
h3 {
	font-size: 30px;
	color: #2b364c;
	position: relative;
	line-height: normal;
	margin-bottom: 21px;
	text-align: left;
}
h4 {
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 0;
	background-image: url(../images/eduwing-line2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #245E97;
	margin-bottom: 11px;
}
h4 span {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-bottom: 7px;
	margin-top: 11px;
	color: #000000;
}
h5 {
	font-size: 18px;
	color: #fff;
	margin-top: 11px;
	display: block;
	margin-bottom: 11px;
	padding-bottom: 0
}
h6 {
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 21px;
	color: red
}

a.ayyans {
	color: #FFFFFF;
	padding-top: 10px;
	position: relative;
	display: inline-block;
	width: 150px;
	height: 45px;
	text-align: center;
	background-color: #484848;
	letter-spacing: 2px;
	margin-top: 45px;
}
a.ayyans:hover {
	color: #FFFFFF;
	z-index: 1;
	background-color: #02b9ff;
}
a.ayyans::before {
	position: absolute;
	content: '';
	background-color: #02b9ff;
	height: 2px;
	width: 21px;
	left: 11px;
	-webkit-transition: all 222ms ease-in;
	-moz-transition: all 222ms ease-in;
	-ms-transition: all 222ms ease-in;
	-o-transition: all 222ms ease-in;
	transition: all 222ms ease-in;
	bottom: 50%;
}
a.ayyans:hover::before {
	width: 25%;
	z-index: -1;
	left: 75%;
	background-color: #FFFFFF;
	margin-left: 11px;
}


a.xx{
	color: #FFFFFF;
	padding-top: 10px;
	position: relative;
	display: inline-block;
	width: 150px;
	height: 45px;
	text-align: center;
	background-color: #484848;
	letter-spacing: 2px;
	margin-top: 45px;
}
a.xx:hover {
	color: #FFFFFF;
	z-index: 1;
	background-color: #000000;
}
a.xx::before {
	position: absolute;
	content: '';
	background-color: #02b9ff;
	height: 2px;
	width: 21px;
	left: 11px;
	-webkit-transition: all 222ms ease-in;
	-moz-transition: all 222ms ease-in;
	-ms-transition: all 222ms ease-in;
	-o-transition: all 222ms ease-in;
	transition: all 222ms ease-in;
	bottom: 50%;
}
a.xx:hover::before {
	width: 25%;
	z-index: -1;
	left: 75%;
	background-color: #FFFFFF;
	margin-left: 11px;
}


.subtitle {
	position: relative;
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 55px;
}
.inputbig {
	background-color: transparent;
	color: #999999;
	padding: 7px;
	float: left;
	width: 96.6%;
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Manrope', sans-serif;
	border-radius: 2PX;
	border: 1px solid #c3e6f1;
}
.subtitle:after {
	width: 78%;
	height: 4px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	content: '';
	bottom: 50%;
	margin-left: 20px;
}
.subtitle2 {
	position: relative;
	color: #092248;
	text-align: center;
	display: block;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 55px;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.subtitle2 span {
	background-color: #FFFFFF;
	padding-right: 21px;
	padding-left: 21px;
}
.subhead {
	position: relative;
	padding: 0px;
	font-size: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 55px;
	margin-left: 0px;
	display: block;
	font-weight: bold;
}
.subhead:after {
	width: 60%;
	height: 3px;
	background-color: #61b02f;
	position: absolute;
	content: '';
	bottom: 50%;
	margin-left: 20px;
}
.subtitle7 {
	font-size: 45px;
	font-weight: bold;
	color: #112045;
	position: relative;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.subtitle7:after {
	width: 100px;
	height: 2px;
	background-color: #38bb63;
	position: absolute;
	content: '';
	bottom: 50%;
	margin-left: 20px;
}
.subtitle7:before {
	position: absolute;
	background-color: #38bb63;
	bottom: 50%;
	height: 2px;
	width: 100px;
	content: '';
	margin-left: -120px;
}
.subtitle8 {
	font-size: 33px;
	font-weight: bold;
	color: #112045;
	position: relative;
	line-height: normal;
	padding: 0px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}
.subtitle8:after {
	width: 100px;
	height: 2px;
	background-color: #38bb63;
	position: absolute;
	content: '';
	bottom: 50%;
	margin-left: 20px;
}
.subtitle8:before {
	position: absolute;
	background-color: #38bb63;
	bottom: 50%;
	height: 2px;
	width: 100px;
	content: '';
	margin-left: -120px;
}
.social {
	width: auto;
	float: left;
	margin-top: 21px;
}
.social i {
	color: #FFFFFF;
	margin-right: 9px;
	font-size: 21px;
	margin-left: 9px;
	transition: all ease 222ms;
}
.social i:hover {
	transform: rotate(360deg);
	color: #bd9530;
}
.db-policy {
	float: left;
	width: 100%;
	padding-top: 2%;
	font-size: 15px;
	line-height: normal;
	color: #999999;
	margin-top: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.2);
	text-align: right;
}
.db-policy a {
	color: #FFFFFF;
}
.db-policy a:hover {
	color: #02b8ff;
}
#mycrawler2 img {
	margin-right: 3%;
	margin-left: 3%;
}
.footer {
	width: 100%;
	padding-top: 5%;
	padding-right: 7.5%;
	padding-bottom: 2%;
	padding-left: 7.5%;
	color: #999999;
	background-color: #333333;
	float: left;
	font-size: 17px;
	line-height: 23px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-logo {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.2);
	padding-bottom: 21px;
	margin-bottom: 55px;
	float: left;
}
.footer-logo img {
	height: auto;
	width: 200px;
}


.footer-cells {
	float: left;
	width: 27%;
	padding-right: 3%;
}
.footer-cells:nth-child(4) {
	width: 15%;
}
.footer-cells:nth-child(4) i {
	font-size: 30px;
	color: #FFFFFF;
}


.footer-cells i {
	margin-right: 7px;
	margin-top: 6px;
	color: #02b8ff;
	font-size: 12px;
}

.footer-cells a {
	color: #CCCCCC;
}
.footer-cells a:hover {
	text-decoration: underline;
	color: #bd9530;
}
.footer-cells strong {
	font-size: 18px;
	display: block;
	margin-bottom: 11px;
	color: #02b8ff;
}
.footer-cells section {
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
}
.copywrite {
	float: left;
	width: 100%;
	border-top: solid 1px rgba(255,255,255,.2);
	padding-top: 2%;
	margin-top: 4%
}
#back-top {
	position: fixed;
	bottom: 1px;
	right: 1px;
	float: right
}
#back-top a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size: 11px;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #02b8ff;
	width: 33px;
	padding-top: 5px;
	padding-bottom: 5px
}
#back-top a:hover {
	background-color: #999999
}
.--------------mediastart------------------------------------------ > {
}

 @media(max-width:840px) {
	 
#menu {
	margin-top:0px;
}	 
	 
	 
	 
	 .sliderwrap {
	height:50vh;
}

.banner-social {
    left: 4%;
    top: 25%;
   
}



.homewelcome {
   
    width: 100%;
    
}

.welcomepic {
  
    width: 100%;
    padding-left: 5%;
   
}

.SERVICES-LEFT {
   
    width:100%;
}

.SERVICES-RIGHT {
  
    width:100%;
    padding-left: 0%;
	margin-top:61px;
	padding-left:5%;
	
}

.altis-sales,.altis-instant {
    width:95%;
    
}

.news-updates-3-col{ width:100%;}


.in-pic {
   
    width: 95%;
  
    padding-left: 5%;
}


.in-text {
    float:left;
    width:100%;
    padding-top:5%;
    padding-left:0%;
	padding-bottom:45px;
}


.in-text h1 {
 
    font-size: 25px;
   
}


.in-pic:before { left:0px;
   
}


}
 @media screen and (max-width:930px) and (orientation: landscape) {

.sliderwrap {
	height: 100vh;
}

.SERVICES-LEFT {
   
    width:100%;
}

.SERVICES-RIGHT {
  
    width:100%;
    padding-left: 0%;
	margin-top:61px;
	padding-left:5%;
	
}

.altis-sales,.altis-instant {
    width:95%;
    
}

.inner-header-banner {

	height:70vh;
	
}

.services-tagline h1, .services-tagline h2 {
    font-size:3vw;
   
}

.con-3-col-new {
    width: 30%;
    margin-right:0.5%;
    margin-bottom: 2%;
    margin-left:0.5%;
    
    min-height: 350px;
   
    font-size: 16px;
   
    padding:3%;
    
}





}
@media(max-width:480px) {
.input1 {
	padding-left: 14px;
}

.split {
	column-count: 1;
}
.inner-header-banner:before {
	display: none
}
.logobgart {
	padding-top: 77px;
}
.maxwidthwrap {
	padding-right: 2%;
	padding-left: 2%;
}
.sliderwrap {
	height: 90vh;
}
.social {
	width: 75%;
	margin-bottom: 21px;
	margin-left: auto;
	margin-right: auto
}
#menu {
	margin-left: 0;
	margin-top: 0
}
.contact-2-col {
	width: 99%;
	margin-right: 0;
	height: auto;
	margin-bottom: 35px;
	min-height: auto;
}
.why-list {
	column-count: 1;
}

.footer-cells {
	float: left;
	width: 100%;
	padding-right: 0%;
}

h3 {
	font-size: 21px;
	margin-bottom: 33px;
}

.phonenumbers {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	padding-top: 15px;
	margin-top: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(214,214,214,0.2);
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: normal;
	margin-bottom: 0px;
}
.em, .ph {
	display: inline-block;
	float: none;
	width: auto;
	margin-right: 11px;
}
.em strong, .ph strong {
	width: 150px;
	font-size: 12px;
}
.em span, .ph span {
	display: none
}
.em i, .ph i {
	border: none;
	padding: 5px;
	font-size: 18px;
	margin-top: -3px;
	margin-right: 5px;
}
.inner-header-blue-top .phonenumbers {
	border-top-color: rgba(65,65,65,0.1);
}

.footer {
	padding-left: 9%;
	padding-right: 9%;
	background-size:cover;
}

.logowrap.fixed .phonenumbers { display:none;
	
}
.footer-cells {
	min-height: auto;
	margin-bottom: 21px;
	padding-bottom: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.2);
}
.inner-caption {
	font-size: 5.2vw;
	text-align: center;
}

.subheading {
	font-size: 21px;
}
.aboutpic {
	margin-bottom: 7%;
	margin-right: 0%;
	width: 100%;
}
.services-banner img {
	height: 300px;
	object-fit: cover;
}
.serv-header-blue-top2 .services-banner .arrow img {
	height: 66px;
	width: 66px;
}
.picleft img, .picright img {
	float: left;
	margin-right: 0%;
	margin-bottom: 11%;
	width: 100%;
	margin-left: 0%;
	object-fit: inherit;
	height: auto;
}
.inner-data-wrap2 {
	margin-top: 11%;
}
.s-tile2 {
	margin-top: 90px;
}
.logowrap {
	padding-left: 7%;
	top: 0.1px;
	padding-bottom:11px;
}
.logowrap.fixed {
	padding-bottom: 0px;
	min-height:45px;
}
.subtitle:after {
	width: 50%;
	left: 50%;
	bottom: 0px;
	margin-left: -25%;
}
.subtitle {
	padding-bottom: 33px;
	font-size: 25px;
	text-align: center;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
.subhead:after {
	width: 50%;
}
.subtitle2:after {
	width: 20%;
}
.subtitle2 {
	font-size: 25px;
	margin-top: 33px;
	margin-bottom: 33px;
}

.blog-2-cols {
	width: 100%;
	padding: 7%;
	font-size: 17px;
	padding-bottom: 75px;
}
.colorblueblog {
	padding: 3%;
}
.scrollwrap {
	max-height: 480px;
	width: 99%;
}
.logo {
	padding-bottom: 5%;
	padding-top: 5%;
}
.topleftgreen {
	display: none;
}
.inputsmall {
	width: 100%;
	margin-top: 11px;
}
.logo {
	padding: 0;
}

.logowrap.fixed .flogo {
	display: none;
}

.subtitle8:after {
	width: 50px;
	height: 2px;
	margin-left: 20px;
}
.subtitle8:before {
	bottom: 50%;
	height: 2px;
	width: 50px;
	margin-left: -70px;
}
.subtitle7:after {
	width: 50px;
	height: 2px;
	margin-left: 20px;
}
.subtitle7:before {
	bottom: 50%;
	height: 2px;
	width: 50px;
	margin-left: -70px;
}


.services-cells {
   
    width:100%;
    
   
    padding-left:0%;
    min-height:auto;
    margin-bottom: 21px;
    padding-right: 7%;
   
   
    padding-top:21%;
   
    margin-right:0%;
	border-left:none;
}

.SERVICES-RIGHT {
   
    padding-left:0%;
}

.s-icon {
	left:11%;
	top: 0%;    
}

.altis-sales,.altis-instant { background-size:200px;
padding-bottom:222px; padding-top:111px;
    
}

.altis-instant section,.altis-sales section{
   
    max-width:90%;
}


.altis-instant:after,.altis-sales:after {

    top:7%;
    right:auto; left:5%;
	font-size:55px;

}


.subtitle01 {
	font-size: 9vw;
	padding-bottom: 33px;
	margin-top:55px;
}


.subtitle01:before{ display:none}

.subtitle01:after{
	width: 100px;
	left: 50%;
	bottom: 0px;
	right: auto;
	margin-left: -50px;
}

.homewelcome h1 {
    
    font-size: 30px;
   
}

.homewelcome span {
    font-size: 25px;
    font-weight:600;
}

.welcomepic {
    width: 100%;
    padding-left:11%;
	margin-top:45px;
	margin-left:-5%;
}


.footer-cells:nth-child(4) {
    width: 100%;
	border:none;
}


.db-policy {
   
    padding-top:7%;
    font-size: 15px;
    
    margin-top: 15px;
   
    text-align:center;
}

.logowrap.fixed .phonenumbers {
	
}

.banner-social {
  
    top: 25%;
	left:auto;
	right:3%;
	
}

.welcomepic:before {
  
    left: 11px;
    bottom: 15%;
    
}


h1{ font-size:25px;}
#blog img{ width:100%; margin-left:0% }


.services-tagline h1, .services-tagline h2 {
	font-size:27px;
	letter-spacing: normal;   
}


.inner-header-banner {
	background-position: right center;	
}


.s-pic-right {
   
    margin-bottom: 11%;
    margin-left: 0%;
    
    width:100%;
	
}

.service-cells h1{ font-size:31px; margin-bottom:10px;}

.mission-vision {
	
	width:100%;
	min-height:auto;
	padding: 45px;
	
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom:5%;
}

.con-3-col-new {
	width:100%;
	margin-right: 0%;
	margin-bottom: 8%;
	margin-left: 0%;
	min-height:auto;
	padding:11%;
	
	
}

}
 @media(max-width:360px) {
.home-4-cols {
	width: 100%;
	margin-bottom: 21px;
}
h3 span {
	font-size: 27px;
}


.logowrap {
	padding-left: 7px;
	padding-right: 7px;
}
.logo {
	margin-left: 21px;
}
.em {
	margin-left: 21px;
}


.services-cells strong{ margin-top:11px;}

}
