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

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

button svg {
	width: 25px !important;
	height: 25px !important;
}

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

li {
	list-style: none;
}

a {
	text-decoration: none;
}

button {
	box-shadow: none;
	border: none;
	cursor: pointer;
}

.margin-left-40 {
	margin-left: 40px;
}

.padding-left-40 {
	padding-left: 48px !important;
}

.main-container {
	position: relative;
	background-color: #ffffff !important;
}

/* #utilities{
  position: relative;
  top:150px
} */

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

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

.applications-header .container .header-content .indi-application svg:hover {
	fill: #ffffff !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;
}

@media (max-width: 1500px) {
	html {
		font-size: 13px;
	}
	.applications-header .container .header-content .indi-application svg {
		padding: 0 !important;
	}
	.applications-header .container .header-content .indi-application .click {
		font-size: 9px !important;
	}
	.applications-header .container .title{
		font-size: 28px !important;

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


	}
	.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;
	}
}

@media (max-width: 1350px) {
	html {
		font-size: 12px;
	}
	.applications-header .container .header-content .indi-application .img-container img {
		width: auto;
	}
}

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

/* header */

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

.applications-header .container {
	/* max-width: 1600px;
	padding: 150px 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;
	padding-top: 150px;
	background-color: #f3f8ff;
}

.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;
	background-color: #f3f8ff;
	padding: 35px 0px;
}

.applications-header .container .subtitle .appl-info {
	width: 60% !important;
	margin: 0 auto;
	/* margin-bottom: 70px !important; */
}

.applications-header .container .header-content {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
	/* padding-top: 24px !important; */
	padding: 24px 60px 0px;
	/* max-width: 1500px; */
}

.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 svg {
	fill: white !important;
}

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

.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; */
	/* width: 200px; */
	/* height: 200px; */
	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: 100%;
	border-width: 10px;
	border-color: #1c4a86;
}

.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:hover{

    font-weight: bold;
    background: -webkit-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%
    );
    background-color: #fff;
    -webkit-background-clip: text;
    -webkit-border-image: -webkit-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%
    );
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: solid 1px #0FAFB4;
} */

.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: 12px;
	letter-spacing: 1px;
}

@media (max-width: 1200px) {
	.applications-header {
		margin-bottom: 40px;
	}
	.applications-header .container {
		/* padding: 120px 20px 0 20px; */
	}
	.applications-header .container .title {
		font-size: 2.3rem;
	}
	.applications-header .container .subtitle {
		font-size: 1.2rem;
	}
	.applications-header .container .header-content .indi-application .img-container {
		/* width: 100px;
		height: 100px;
		padding: 15px; */
		border-width: 5px;
		padding: 8px !important;
	}
	.applications-header .container .header-content .indi-application .click {
		font-size: 4px !important;
	}
	.applications-header .container .header-content .indi-application {
		padding: 20px !important;
	}
}

@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 .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;
	}
}

@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: 100%;
		height: 60px;
		padding: 10px;
		border-width: 4px;
		margin-bottom: 30px;
	}
	.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 .header-content .indi-application .click {
		font-size: 4px !important;
		
	}
	.applications-header .container .header-content .indi-application .font-text {
		padding-left: 4px !important;


	}
	.applications-header .container .header-content {
		padding: 12px 0px !important;
		margin: 0px 12px !important;
		width: 94% !important;
	}
	.middle-section .container .sub-section {
		padding-top: 0 !important;
	}
	.red {
		font-size: 28px;
	}
}

@media (max-width: 400px) {
	.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;
	}
}

@media (max-width: 370px) {
	.applications-header .container .header-content .indi-application .click a {
		font-size: 0.4rem;
	}
}

@media (max-width: 330px) {
	.applications-header .container .header-content .indi-application .img-container img {
		width: 95%;
	}
	.applications-header .container .header-content .indi-application .img-container {
		width: 40px;
		height: 40px;
		padding: 10px;
		border-width: 4px;
		margin-bottom: 30px;
	}
}

/* Middle Section */

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

.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;
	}
	.padding-left-40 {
		padding-left: 0px !important;
	}
	.tab-container .tab-details .text{
		font-size: 12px !important;
	}
}

@media (max-width: 1200px) {
	.middle-section .container {
		padding: 20px;
	}
	.middle-section .container .sub-section {
		grid-template-columns: 100%;
		margin-bottom: 60px;
		grid-gap: 0;
	}
	.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;
	}
	svg {
		padding: 0 !important;
	}
	.tab-container .tab-details .text{
		font-size: 10px !important;
	}
}

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

.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 16x;
	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{
	fill: #ffffff !important;
}
.utilities{
	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;

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

.manufacturing{
	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;


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

.cities{
	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;

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

	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;	
	
}
.energy a{
	display: inline-flex;
    align-items: center;
}
.svg-img{
	width: 36%;
	display: inline-flex;
	padding: 4%;
    justify-content: center;
}
.text{
	width: 100%;
	display: inline-flex;
	font-family: 'Montserrat', sans-serif;
	color: #1E1E1E;
	font-size: 14px;
	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%;
	
	}

	.utilities: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;
	}
	.manufacturing: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;
	}
	.cities: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;
	}
	.energy: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;

	}

}