html{
	overflow-x: hidden;
}
body {
	font-family: 'Poppins', sans-serif;
	overflow-x:hidden;
	font-weight: 400;
}

a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.bannerbg{
	position: relative;
}
.bannerbg-img, .bannerbg-img img{
	width: 100%;
}
.bannerbg-text{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15%;
}
.bannerbg-text-inner{
	width: 45%;
}
.bannerbg-text-inner h1{
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.bannerbg-text-inner p{
	color: #fff;
	font-size: 17px;
	line-height: 29px;
}
.btnstyle{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	padding: 12px 22px;
	background-image: linear-gradient(to right, #0b7198 , #27b1e5);
}
.btnstyle .fa{
	padding-left: 15px;
}
.btnstyle:hover{
	background-image: linear-gradient(to right, #27b1e5, #0b7198);
	color: #fff;
}

.explorebg{
	padding: 65px 0;
	background: #002c6f;
	text-align: center;
}
.explorebg h1{
	color: #fff;
	font-weight: 600;
	font-size: 40px;
	margin: 0 0 75px 0;
}
.explorebox{
	padding: 0 25px;
}
.explorebox h3{
	color: #17b9fc;
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0 15px 0;
}
.explorebox p{
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	margin: 0;
}
.welcomebg-img img{
	width: 100%;
}
.welcomebg-text{
	padding: 10%;
}
.welcomebg-text h1{
	color: #051960;
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 30px 0;
}
.welcomebg-text p{
	color: #051960;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	margin: 0 0 30px 0;
}

.cloudconsultingbg{
	background-image: linear-gradient(to right, #399b7a , #6bb251);
	padding: 70px 0;
}
.cloudconsulting-heading h1{
	color: #fff;
	font-size: 45px;
	margin: 0 0 25px 0;
	line-height: 52px;
	font-weight: 600;
}
.cloudconsulting-heading p{
	color: #fff;
}
.cloudconsulting{
	display: flex;
}
.cloudconsulting-img{
	margin-right: 20px;
}
.cloudconsulting-text h4{
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.cloudconsulting-text p{
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}
.testimonialbg{
	padding: 60px 0px;
}
.testimonialbg h1{
	color: #051960;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 45px 0;
}
.testimonial p{
	color: #292929;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}
.testimonial h3{
	color: #52a666;
	font-size: 22px;
	font-weight: 500;
}
.testimonialtop{
	position: relative;
	padding-left: 35px;
	padding-bottom: 20px;
}
.userimg{
	width: 115px;
	height: 115px;
	border-radius: 50%;
}
.testimonialicon{
	position: absolute;
	left: 0;
	top: 35px;
}

.clientslogo{
	padding: 0 0 40px 0;
	text-align: center;
}
.clientslogo ul{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clientslogo li{
	display: inline-block;
}

.footer{
	background: #051960;
	padding: 40px 0;
}
.footer-top{
	display: flex;
	justify-content: space-between;
	padding: 20px 0 50px 0;
}
.footerlinks{
	padding: 0 30px;
	border-left: solid 1px #fff;
}
.footerlinks h3{
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.footerlinks ul{
	padding: 0;
	margin: 0;
}
.footerlinks li{
	list-style: none;
	padding-bottom: 15px;
}
.footerlinks li a{
	color: #fff;
}
.footerlinks li a:hover{
	color: #4770e8;
}

.footersocial{
	min-width: 300px;
}
.footersocial a{
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	font-size: 45px;
}
.footersocial a:hover{
	color: #4770e8;
}
.footer-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright{
	color: #fff;
	font-size: 14px;
}
.footerbottomlink a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}
.footerbottomlink a:hover{
	color: #4770e8;
}

.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.header .navbar-light .navbar-nav .nav-item{
	padding-left: 25px;
	display: flex;
    align-items: center;
}
.header .navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
}
.header .navbar-light .navbar-nav .nav-link:hover{
	color: #0b7198;
}

.innerbg{
	padding: 100px 0;
}
.innerbannertext{
	display: flex;
	align-items: center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.innerbannertext h1{
	color: #fff;
	font-size: 45px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.header-inner .navbar-light .navbar-nav .nav-item{
	padding-left: 25px;
	display: flex;
    align-items: center;
}
.header-inner .navbar-light .navbar-nav .nav-link{
	color: #353535;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
}
.header-inner .navbar-light .navbar-nav .nav-link:hover{
	color: #0b7198 ;
}
.header-inner .btnstyle{
	background: #051960;
}
.header-inner .btnstyle:hover{
	background: #399b7a;
}
.innerbg p{
	color: #051960;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	text-align: justify;
}
.abouttopimg img{
	width: 100%;
}
.abouttop h1{
	color: #051960;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 25px;
}

.aboutbottom{
	padding-top: 60px;
}
.aboutbottom h1{
	color: #051960;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
}
.contactbg{
	position: relative;
	width: 100%;
}
.contactleft{
	width: 80%;
	background-color: #ececec;
	padding: 50px;
	min-height: 680px;
}
.contactleft h1{
	color: #051960;
	font-size: 40px;
	margin: 0 0 30px 0;
	font-weight: 300;
}
.contactleft p{
	margin-bottom: 5px;
	color: #051960;
	font-size: 17px;
}

.contactright{
	position: absolute;
	top: 65px;
	right: 0;
	width: 60%;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 15px #ccc;
}
.contactright label{
	color: #051960;
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 5px 0;
}
.contactright .form-control{
	border: solid 1px #051960;
	border-radius: 0;
	height: 60px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
.btnsubmit{
	padding: 15px 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #051960;
	font-weight: 400;
	border: none;
}
.btnsubmit:hover{
	background: #051033;
}
.map{
	margin-top: 50px;
}

.getassessment{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #399b7a;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	max-width: 280px;
	font-weight: 500;
	text-transform: uppercase;
}
.getassessment b{
	color: #96f2d3;
	font-size: 12px;
}
.getassessment:hover{
	color: #fff;
}
.list1{
	padding: 0;
	margin: 0;
}
.list1 li{
	color: #051960;
    font-size: 16px;
	list-style: none;
	background: url(../images/check-icon.png) no-repeat left 7px;
    line-height: 25px;
    font-weight: 300;
	padding: 5px 0;
	padding-left: 30px;
}
.list1 li strong{
	font-weight: 600;
}

.textbox1{
    background: #051960;
    border-radius: 25px;
	margin-top: 40px;
	padding: 25px;
}
.textbox1 p{
	color: #fff;
	margin: 0;
}

.navbar-nav .btnstyle{
	background-image: linear-gradient(to right, #0b7198 , #27b1e5);
}
.navbar-nav .btnstyle:hover{
	background-image: linear-gradient(to right, #27b1e5, #0b7198);
	color: #fff;
}


.footer-top{
	display: none;
}
.headingicon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.headingicon img{
	filter: brightness(0) invert(1);
	width: 80px;
}



@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.bannerbg-text-inner{width: 100%;}
	.explorebox{padding: 0;}
	.footersocial{min-width: inherit;}
	.clientslogo li{margin: 0 5px;}
	.clientslogo li img{max-width: 98%;}
	.cloudconsulting-heading h1{font-size: 35px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bannerbg-text-inner{width: 100%;}
	.bannerbg-text-inner p{font-size: 15px; line-height: 19px;}
	.explorebox{padding: 0;}
	.cloudconsulting-heading h1{margin-bottom: 30px;}
	.clientslogo li{margin: 0 5px;}
	.clientslogo li img{max-width: 98%;}
	.footersocial{min-width: inherit;}
	.footerlinks{padding: 0 10px;}
	.bannerbg-text{bottom: 10%;}
	.header-inner .navbar-light .navbar-nav .nav-link{font-size: 13px;}
	.navbar-nav .btnstyle{font-size: 13px;}
}
@media only screen and (max-width: 767px) {
	.bannerbg-text-inner{width: 100%;}
	.bannerbg-text-inner h1{font-size: 22px; line-height: 25px; margin-bottom: 10px;}
	.bannerbg-text-inner p{display: none;}
	.cloudconsulting-heading h1{font-size: 35px; line-height: 40px; margin-bottom: 25px;}
	.testimonial{margin-top: 20px;}
	.clientslogo li{width: 47%; margin: 1%;}
	.clientslogo li img{max-width: 100%;}
	.footerlinks{border: none; padding: 25px 0 0 0;}
	.footersocial a{margin: 0 20px 0 0;}
	.footer-bottom{display: block; text-align: center;}
	.footerbottomlink{padding-top: 20px;}
	.footerbottomlink a{margin: 0 7px;}
	.header{position: inherit; background-color: #000;}
	.header .navbar-light .navbar-toggler{background: #fff;}
	.header .navbar-brand img{height: 60px;}
	.header .navbar-light .navbar-nav .nav-item{padding: 10px 0; display: block;}
	.contactleft{width: 100%; min-height: inherit; padding: 20px;}
	.contactright{position: inherit; width: 100%; top: 0; padding: 20px;}
	.innerbannertext h1{font-size: 18px;}
	.header-inner .navbar-brand img{height: 80px;}
	.header-inner .navbar-light .navbar-nav .nav-item{display: block; padding: 10px 0;}
	.headingicon img{width: 40px;}
	.innerbg{padding: 50px 0;}
}