@charset "UTF-8";
/* CSS Document */
.container-fix {
	max-width: 1200px !important;
	margin: 0 auto;
}
.recourcnavsec {
	display: none;
}
.banner-bg {
	background: url("../images/it-features-banner.webp"),url(../images/it-features-banner.jpg) no-repeat;
	background-size: cover;
}
.banner {
	text-align: center;
	padding: 100px 0px;
}
.banner h1 {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.4;
}
.banner p {
	font-size: 21px !important;
	line-height: 1.6 !important;
	margin: 5px 0px 20px 0px;
}
ul.banner-buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
ul.banner-buttons li {
	background: #ed4a44;
	margin: 10px;
	padding: 8px 10px;
	color: #fff;
	min-width: 213px;
	border-radius: 1px;
	cursor: pointer;
}
ul.banner-buttons li h4 {
	margin: 0;
	padding: 0;
}
ul.banner-buttons li p {
	margin: 0;
	padding: 0;
	font-size: 12px !important;
	color: #fdf4f4;
}
ul.banner-buttons li:hover {
	background: #ff463f;
}
ul.banner-buttons a {
	text-decoration: none;
}
.iframe-video {
	height: 350px;
	width: 600px;
	display: block;
	margin: 100px auto 0 auto !important;
}
span.bc-highlight {
	color: #03a9f5;
}
ul.what-is-IT-service-catalog {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.self-service-portal img {
	width: 75%;
	display: block;
	margin: 50px auto;
}
ul.what-is-IT-service-catalog li {
	flex-grow: 1;
	flex-basis: 0;
}
ul.what-is-IT-service-catalog li img {
	display: block;
	margin: 40px auto;
}
.need-bg {
	background: #f3fcff;
	padding: 30px 0px;
	margin: 50px 0px;
}
img.portal-img {
	margin: 75px auto;
	display: block;
	max-width: 100%;
}
.need ul li {
	font-size: 18px;
	line-height: 2;
}
.best-practices-bg {
	background: #f3fcff;
	padding: 75px 0px;
}
ul.best-pract {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.best-pract>li {
	max-width: 33.33%;
}
ul.best-pract-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border: 1px solid #acdeee;
	border-radius: 3px;
	margin: 15px;
	padding: 0px 30px;
	min-height: 180px;
}
ul.best-pract-list li:nth-child(1) {
	width: 25%;
}
ul.best-pract-list li:nth-child(2) {
	width: 75%;
	margin-left: 20px;
}
.best-practices h3 {
	text-align: center;
	margin-bottom: 50px;
}
.band {
	background: #5094c5;
	text-align: center;
	padding: 40px 0px 50px 0px;
}
.band p {
	font-size: 28px !important;
	color: #fff;
}
.band a {
	background: #ed4a44;
	padding: 10px 50px;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none !important;
	margin: 10px 0px 0px 0px;
}
.band a:hover {
	background: #ff463f;
}
.catlog-image {
	display: block;
	margin: 50px auto;
}
.screenshots {
	padding: 100px 0px;
}
.drive {
	background: #f3fcff;
}
ul.screenshots {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
ul.screenshots li {
	flex-grow: 1;
	flex-basis: 0;
}
ul.screenshots li img {
	max-width: 100%;
}
ul.points li {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 10px;
}
ul.screenshots>li {
	margin: 0px 50px 10px 0px;
	padding: 20px;
}
ul.points {
	margin-left: 20px;
}
ul.points li {
	position: relative;
}
ul.points li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #23b9f8;
	position: absolute;
	border-radius: 50%;
	top: 13px;
	right: 0px;
	bottom: 0;
	left: -20px;
}
ul.watch li {
	font-size: 18px;
	line-height: 1.8;
}
ul.luxury {
	margin: 30px 0px;
}
ul.luxury li {
	font-size: 18px;
	line-height: 1.8;
}
ul.lnks li {
	font-size: 18px;
	line-height: 1.8;
}

ul.lnks li a {
	position: relative;
	text-decoration: none;
}
ul.lnks li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ul.lnks li a:hover:before {
	width: 100%;
}
ul.luxury li a {
	position: relative;
	text-decoration: none;
}
ul.luxury li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ul.luxury li a:hover:before {
	width: 100%;
}
ul.watch li a {
	position: relative;
	text-decoration: none;
}
ul.watch li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ul.watch li a:hover:before {
	width: 100%;
}
.testimonials-bg {
	background: #f3fcff;
	padding: 100px 0px;
	text-align: center;
}
i.fa.fa-quote-left {
	font-size: 60px;
	color: #5094c4;
}
.testimonials h2 {
	font-size: 36px;
}
.testimonials p {
	width: 75%;
	display: block;
	margin: 0 auto;
}
.testimonials h3 {
	margin: 20px 0px 0px 0px;
	color: #5094c4;
	font-style: italic;
	font-size: 20px;
}
.testimonials p:last-child {
	color: #5094c4;
	font-size: 16px !important;
}
a#cloudbtn {
	margin-bottom: 10px;
}

/*media query starts here */

@media only screen and (max-width:1600px) {
.head-container {
	width: 90% !important;
}
}

@media only screen and (max-width:1024px) {
.container-fix {
	padding: 0px 30px;
}
.screenshots {
	padding: 50px 50px !important;
}
ul.best-pract>li {
	max-width: 50%;
	min-width: 50%;
}
ul.add-resources >li:nth-child(1) {
	border-right: none !important;
}
ul.add-resources> li:nth-child(2) {
	margin-left: 0px !important;
}
}

@media only screen and (max-width:768px) {
.iframe-video {
	width: 100%;
}
ul.best-pract>li {
	max-width: 100%;
	min-width: 100%;
}
ul.best-pract-list {
	flex-wrap: wrap;
	padding: 20px;
}
ul.best-pract-list li:nth-child(2) {
	width: 100%;
	margin-left: 0px;
	text-align: center;
}
ul.best-pract-list li img {
	display: block;
	margin: 0 auto;
}
ul.best-pract-list li:nth-child(1) {
	width: 100%;
}
ul.screenshots {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.drive ul.screenshots {
	flex-direction: column !important;
}
ul.screenshots li {
	flex-grow: inherit;
	flex-basis: inherit;
}
ul.screenshots>li {
	margin: 0px 0px 10px 0px;
}
ul.what-is-IT-service-catalog {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
ul.what-is-IT-service-catalog li {
	flex-grow: inherit;
	flex-basis: inherit;
}
}

@media only screen and (max-width:414px) {
.container-fix {
	padding: 30px 30px !important;
}
ul.banner-buttons {
	flex-wrap: wrap;
}
.banner {
	text-align: center;
	padding: 60px 30px 50px 30px;
}
.bread-crumb {
	margin: 100px 0px 30px 0px;
}
.iframe-video {
	margin: 60px auto 0 auto !important;
	height: 150px;
}
.band {
	padding: 40px 30px 50px 30px;
}
ul.add-resources {
	flex-wrap: wrap;
}
ul.add-resources li {
	flex-grow: inherit;
	flex-basis: inherit;
}
ul.add-resources h2 {
	width: 100%;
}
p.lot-more {
	width: 100%;
}
}

@media only screen and (max-width:375px) {
.banner {
	padding: 45px 30px 50px 30px;
}
.iframe-video {
	margin: 20px auto 0 auto !important;
	height: 130px;
}
.best-practices-bg {
	padding: 20px 0px;
}
}

@media only screen and (max-width:360px) {
.banner h1 {
	font-size: 39px;
}
}

@media only screen and (max-width:320px) {
.banner {
	text-align: center;
	padding: 65px 30px 50px 30px;
}
.banner h1 {
	font-size: 33px;
}
.banner p {
	font-size: 19px !important;
}
.iframe-video {
	height: 100px;
}
.container-fix {
	padding: 20px 20px !important;
}
.best-practices h3 {
	margin-bottom: 30px;
}
}


/*media query ends here */
