* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* html {
      font-size: 13px;
  } */

body {
	background-color: rgb(249, 249, 249);
	font-family: 'Montserrat', sans-serif;
}

li {
	list-style: none;
}

button {
	box-shadow: none;
	border: none;
	cursor: pointer;
}
a {
	text-decoration: none;
}
.margin-left-40 {
	margin-left: 40px;
}
.padding-left-40 {
	padding-left: 48px !important;
}
.main-container {
	position: relative;
	background-color: #ffffff !important;
}

.applications-header .container .header-content .indi-application {
	/* width: 22%; */
	width: 16%;
	padding: 40px 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all .3s ease-in-out;
}
.applications-header .container .header-content .indi-application:hover {
	/* background: #1c4784; */
	/* background: -webkit-linear-gradient(to right, #0da6ad, #1c4784); 
    background: linear-gradient(to right, #0da6ad, #1c4784); */
	/* -webkit-transform: translateY(-10px);
	transform: translateY(-10px); */
	/* border-color: transparent; */
	/* background:  #b3c6e2; */
	/* background: -webkit-linear-gradient(to #84e1e6, #b3c6e2); */
	/* background: linear-gradient(to right, #84e1e6, #b3c6e2); */
	box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
	background: -webkit-linear-gradient(134deg, #0da6ad, #1c4784);
	background-image: linear-gradient(134deg, #0da6ad, #1c4784);
	border-color: transparent;
}

.applications-header .container .header-content .indi-application:hover .img-container {
	border-color: white !important;
}

.applications-header .container .header-content .indi-application:hover .img-container path {
	fill: #ffffff !important;
}

.applications-header .container .header-content .indi-application .img-container svg {
	padding: 0px !important;
	fill: url(#linear-gradient);
	height: 100% !important;
	width: 100% !important;
}

.blue,
.red,
.gold,
.green {
	line-height: 35px;
}

.blue {
	color: #2f3490;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
}

.red {
	color: #b20a1b;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
}

.gold {
	color: #deb83f;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
}

.green {
	color: #1eb589;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
}
.applications-header .container {
	width: 70%;
	/* max-width: 1500px; */
	margin: 0 auto;
	/* padding-top: 24px !important; */
	padding: 24px 50px 0px;
}

@media (max-width: 1500px) {
	html {
		font-size: 13px;
	}
	.middle-section .container .sub-section .details-container .title{
		font-size: 28px !important;

	}
	.blue {
		font-size: 28px !important;

	}
	.gold {
		font-size: 28px !important;

	}
	.green{
		font-size: 28px !important;

	}
	.red{
		font-size: 28px !important;

	}
	.middle-section .container .sub-section .details-container .detail{
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.solutions-header .container .title{
		font-size: 28px !important;


	}
	.solutions-header .container .subtitle{
		font-size: 14px !important;

	}
}

@media (max-width: 1350px) {
	html {
		font-size: 12px;
	}
	.applications-header .container .header-content .indi-application .img-container {
		/* height: 70% !important;
		width: 100% !important; */
		padding: 12px !important;
		border-width: 5px !important;
	}
	.applications-header .container .header-content .indi-application .click {
		font-size: 4px !important;
	}
}

@media (max-width: 900px) {
	html {
		font-size: 11px;
	}
}

/* header */

.solutions-header {
	margin-bottom: 100px;
	background-color: #ffffff;
}

.solutions-header .container {
	/* max-width: 1600px;
	padding: 150px 50px 0 50px;
	margin: auto; */
}

.solutions-header .container .title {
	/* font-size: 3rem; */
	text-align: center;
	/* margin-bottom: 30px; */
	font-family: 'Montserrat', sans-serif;
	color: #242424;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	padding-top: 150px;
	background-color: #f3f8ff;
}

.solutions-header .container .subtitle {
	/* margin-bottom: 50px; */
	text-align: center;
	/* font-size: 1.5rem; */
	font-family: 'Montserrat', sans-serif;
	color: #646464;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	background-color: #f3f8ff;
	padding: 35px 0px;
}
.applications-header .container .subtitle .appl-info {
	width: 60% !important;
	margin: 0 auto;
	/* margin-bottom: 70px !important; */
}
.applications-header {
	padding-top: 30px;
}

.solutions-header .container .header-img-container .header-img {
	width: 100%;
}

@media (max-width: 1200px) {
	.solutions-header {
		margin-bottom: 40px;
	}
	.solutions-header .container {
		/* padding: 120px 20px 0 20px; */
	}
	.solutions-header .container .title {
		font-size: 2.3rem;
	}
	.solutions-header .container .subtitle {
		font-size: 1.2rem;
	}
	.applications-header .container {
		/* padding: 120px 20px 0 20px; */
	}
}

/* Middle Section */
.middle-section .container {
	/* max-width: 1600px; */
	width: 70%;
	/* max-width: 1500px; */
	padding: 0 50px;
	margin: 0 auto;
}

.middle-section .container .sub-section {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-gap: 4%;
	margin-bottom: 80px;
	padding-top: 100px;
}

.middle-section .container .sub-section .image-container .about-img {
	width: 100%;
	height:90%;
}

.middle-section .container .sub-section .details-container {
	/* padding: 20px 0; */
}

.middle-section .container .sub-section .details-container .title {
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #242424;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
}

.middle-section .container .sub-section .details-container hr {
	width: 100px;
	margin-bottom: 20px;
}

.middle-section .container .sub-section .details-container .detail {
	font-family: 'Montserrat', sans-serif;
	color: #646464;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 30px;
	margin-bottom: 50px;
}

@media (max-width: 1300px) {
	.middle-section .container .sub-section .details-container {
		padding: 0;
	}
}

@media (max-width: 1200px) {
	.middle-section .container {
		padding: 20px;
	}

	.middle-section .container .sub-section {
		grid-template-columns: 100%;
		margin-bottom: 60px;
		grid-gap: 0;
		padding-top: 0 !important;
	}

	.middle-section .container .rev {
		display: flex;
		flex-direction: column-reverse;
	}

	.middle-section .container .sub-section .image-container {
		margin-bottom: 40px;
	}
	.middle-section .container .sub-section .details-container {
		margin: 0;
	}
	.padding-left-40 {
		padding-left: 0 !important;
	}
}

@media (max-width: 900px) {
	.middle-section .container .sub-section .details-container .detail {
		text-align: justify;
		font-size: 1.2rem;
	}
}

.applications-header .container {
	/* max-width: 1600px;
	padding: 0px 50px 0 50px;
	margin: auto; */
}

.applications-header .container .title {
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #242424;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
}

.applications-header .container .subtitle {
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #646464;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
}

.applications-header .container .header-content {
	display: flex;
	justify-content: space-between;
}

.applications-header .container .header-content .indi-application {
	width: 16%;
	padding: 40px 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.applications-header .container .header-content .indi-application .img-container {
	/* width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-align: center;
	margin-bottom: 80px;
	border-width: 3px;
	border-style: solid;
	padding: 20px;
	border-radius: 100%;
	border-width: 10px;
	border-color: #1c4a86; */

	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	border-width: 3px;
	border-style: solid;
	padding: 20px;
	border-radius: 50%;
	border-width: 10px;
	border-color: #1c4a86;
	/* height: 195px;
	width: 195px; */
	/* height: 54%;
	margin-top: 24%; */
}

.applications-header .container .header-content .indi-application .img-container img {
	width: 70%;
}

.applications-header .container .header-content .indi-application .click {
	background: linear-gradient(
		to right,
		#1c4a86 0%,
		#1c4e87 4%,
		#1b5289 9%,
		#1b538a 9%,
		#1b578b 14%,
		#1a5d8e 20%,
		#186994 31%,
		#177499 41%,
		#167b9c 48%,
		#1486a1 60%,
		#1390a6 68%,
		#129aab 78%,
		#10a7b0 89%,
		#0fafb4 100%
	);
	width: 100%;
	display: block;
	border-radius: 50px;
}

.applications-header .container .header-content .indi-application .click {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 36px;
}

@media (max-width: 800px) {
	.applications-header .container .header-content .indi-application {
		width: 22%;
		padding: 30px 5px 10px 5px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		width: 23%;
	}

	.applications-header .container .header-content .indi-application .img-container {
		/* margin-bottom: 50px; */
		width: 100px;
		height: 100px;
		padding: 15px;
		border-width: 5px;
	}
	.applications-header .container .header-content .indi-application .click {
		margin-top: 12px;
	}

	.applications-header .container .header-content .indi-application .img-container img {
		width: 70%;
	}

	.applications-header .container .header-content .indi-application .click a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		width: 100%;
		text-align: center;
		display: block;
		padding: 10px;
		font-size: 1rem;
		letter-spacing: 1px;
	}
	.applications-header .container {
		padding: 0 !important;
	}
	.applications-header .container {
		padding: 0 !important;
		/* margin: 12px !important;  */
	}
}

@media (max-width: 600px) {
	.applications-header .container .header-content .indi-application {
		width: 22%;
		padding: 20px 5px 10px 5px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		width: 23%;
	}

	.applications-header .container .header-content .indi-application .img-container {
		width: 80%;
		margin-bottom: 50px;
	}

	.applications-header .container .header-content .indi-application .img-container img {
		width: 85%;
	}

	.applications-header .container .header-content .indi-application .img-container {
		width: 60px;
		height: 60px;
		padding: 10px;
		border-width: 4px;
		margin-bottom: 12px;
		padding-left: 12px !important;
	}
	.applications-header .container .header-content .indi-application .click {
		font-size: 6px !important;
	}

	.applications-header .container .header-content .indi-application .click a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		width: 100%;
		text-align: center;
		display: block;
		padding: 5px;
		font-size: 0.5rem;
		letter-spacing: 1px;
	}
	.applications-header .container {
		padding: 0 !important;
	}
	.applications-header .container .header-content .indi-application .img-container {
		height: 50% !important;
		width: 100% !important;
		padding: 12px !important;
	}
}

/* .img-monitor{

  max-width: 100% !important;
  height: auto;
}
.img-automate{

  max-width: 100% !important;
  height: auto;
}
.img-diagnose{
  max-width: 100% !important;
  height: auto;

}
.img-secure{
  max-width: 100% !important;
  height: auto;

} */


.features-copy{
	display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 10%;
}
.features-copy .indi-feature-copy{
	display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}
 .features-copy .indi-feature-copy .icon-container-copy{
	width: 50%;
}
.features-copy .indi-feature-copy .icon-container-copy img{
	width: 60%;
}
 .features-copy .indi-feature-copy .feature-text-copy{
	width: 70% !important;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
	color: #646464;
	padding: 8px 0px 0px 8px;
}

@media only screen and (min-width: 320px) and (max-width: 620px){ 
	.features-copy{
		display: grid;
		grid-template-columns: 100%;
		margin: 0 50px 50px;
	}		
}




.hide-mob{
	display: block;

}
.show-mob{
	display: none !important;


}

.tab-container{
	padding: 0 50px;
	margin: 0 auto;
	width: 70%;

}
.tab-details{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.tab-box{
	width: 24%;
	/* display: inline-flex; */
	margin: 8px;

}
.tab-box:hover{
	box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
	background: -webkit-linear-gradient(134deg, #0da6ad, #1c4784);
	background-image: linear-gradient(134deg, #0da6ad, #1c4784);
	border-color: transparent;
	border-radius: 10px;
}
.tab-box:hover  .text{

	color: #ffffff !important;
}
.tab-box:hover svg path{
	fill: #ffffff !important;
}
.monitor{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 2px solid #2F3490;
	border-radius: 10px;
	/* box-shadow: 3px 3px 5px 6px #ccc; */
	box-shadow: 3px 3px 5px 6px #eceaea;

}
.monitor a{
	display: inline-flex;
    align-items: center;
}

.automate{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 2px solid #800000;
	border-radius: 10px;
	/* box-shadow: 3px 3px 5px 6px #ccc; */
	box-shadow: 3px 3px 5px 6px #eceaea;


}
.automate a{
	display: inline-flex;
    align-items: center;
}

.diagnose{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 2px solid #E1B731;
	border-radius: 10px;
	/* box-shadow: 3px 3px 5px 6px #ccc; */
	box-shadow: 3px 3px 5px 6px #eceaea;

	
}
.diagnose a{
	display: inline-flex;
    align-items: center;
}
.secure{

	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 2px solid #64D4B3;
	border-radius: 10px;
	/* box-shadow: 3px 3px 5px 6px #ccc; */
	box-shadow: 3px 3px 5px 6px #eceaea;	
	
}
.secure a{
	display: inline-flex;
    align-items: center;
}
.svg-img{
	width: 36%;
	display: inline-flex;
	padding: 4%;
    justify-content: center;
}
.text{
	width: 64%;
	display: inline-flex;
	font-family: 'Montserrat', sans-serif;
	color: #1E1E1E;
	font-size: 1.1rem;
	font-weight: 600;
	

}
.svg-img svg{ 
	height: 80%;
	width: 80%;
	/* padding: 12%; */
	fill: url(#linear-gradient);
	
}
.svg-img path{ 
	height: 160px;
	width: 160px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)  {

	.tab-details{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.tab-box{
		width: 46%;
		display: inline-flex;
	
	}
	.utilities { 
		padding: 10% !important;
	}
	   
	 .energy{ 
		padding: 10% !important;
	}

	.cities{ 
		padding: 10% !important;
	}
	.manufacturing{ 
		padding: 10% !important;
	}


}

@media only screen and (min-width: 320px) and (max-width: 620px) {
	/* .tab-details{
		display: flex;
		flex-wrap: wrap;
	}
	.tab-box{
		width: 100%;
	
	} */

	.hide-mob{
		display: none !important;
	}
	.show-mob{
		display: block !important;
		/* max-width: 100% !important;
		margin: 0 auto; */
		text-align: center;
		padding: 12px 0px;
		font-size: 8px;
		

	}
	/* .svg-img{
		width: 100%;
		display: inline-flex;
		padding: 16%;
		justify-content: center;
	} */

	.tab-container{
		padding: 16px !important;
		width: 100%;
	}
	.svg-img{
		width: 100%;
		padding: 8%;
	}
	.middle-section .container{
		width: 85%;
	}
	.tab-box{
		width: 20%;
		display: block;
		height: 100%;
	}

	.monitor:hover{
		box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
		background: -webkit-linear-gradient(134deg, #0da6ad, #1c4784);
		background-image: linear-gradient(134deg, #0da6ad, #1c4784);
		border-color: transparent;
		border-radius: 10px;
	}
	.automate:hover{
		box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
		background: -webkit-linear-gradient(134deg, #0da6ad, #1c4784);
		background-image: linear-gradient(134deg, #0da6ad, #1c4784);
		border-color: transparent;
		border-radius: 10px;
	}
	.diagnose:hover{
		box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
		background: -webkit-linear-gradient(134deg, #0da6ad, #1c4784);
		background-image: linear-gradient(134deg, #0da6ad, #1c4784);
		border-color: transparent;
		border-radius: 10px;
	}
	.secure:hover{
		box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
		background: -webkit-linear-gradient(134deg, #0da6ad, #1c4784);
		background-image: linear-gradient(134deg, #0da6ad, #1c4784);
		border-color: transparent;
		border-radius: 10px;
	}
	.tab-box:hover{
		/* box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
		background: -webkit-linear-gradient(134deg, #0da6ad, #1c4784);
		background-image: linear-gradient(134deg, #0da6ad, #1c4784);
		border-color: transparent;
		border-radius: 10px; */
		box-shadow: none;
		background: none;
		background-image: none;
		border-color: transparent;
		border-radius: none;

	}



}