/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Work+Sans:wght@400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #333333;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	max-width: 2000px;
	margin: 0px auto;
}

a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Work Sans', sans-serif; */
	font-family: 'Assistant', sans-serif;
}

.btn,
.btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

button:focus {
	outline: 1px dotted;
	outline: none;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover {
	text-decoration: none;
}

.form-control:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.header-container .row {
	align-items: center;
}

.head-phone svg {
	margin-right: 10px;
	color: #2485c7;
}


/* menu starts */

.main-menu {
	display: flex;
	align-items: center;
	height: 100%;
}

.main-menu li ul {
	top: 25px;
	z-index: 99;
}

nav {
	position: relative;
	/* margin: 8px auto; */
	width: 100%;
	margin-bottom: 0px;
	/* float: right; */
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	/*display:block;*/
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* float: right; */
}


/* #cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
} */

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	margin-top: 0px;
	height: 100%;
}

.header-links {
	position: relative;
	width: 100%;
	float: left;
	height: 100%;
}

#cssmenu>ul>li {
	float: left;
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 15px;
}

#cssmenu>ul>li>a {
	color: #373737;
	font-size: 16px;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Assistant', sans-serif;
}

#cssmenu>ul>li:last-child a {
	border: none;
	margin-bottom: 0px;
}

.main-menu li.active {
	border-bottom: 2px solid #fff;
	color: #000000;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #44b2dc;
}

#cssmenu>ul>li:hover>a:after {
	content: " ";
	width: 40px;
	margin: 0px auto;
	display: block;
	height: 2px;
	background: #fff;
	margin-top: 10px;
	position: absolute;
}

#cssmenu>ul>li.active>a:after {
	content: " ";
	width: 47px;
	display: block;
	height: 2px;
	background: #44b2dc;
	margin-top: 25px;
	position: absolute;
}

#cssmenu ul li a:after {
	content: " ";
	width: 40px;
	margin: 0px auto;
	display: block;
	height: 2px;
	background: transparent;
	margin-top: 10px;
	position: absolute;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	/* background:#063264 !important; */
	/* border-bottom: 2px solid #fff;*/
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
	/*padding-right:30px*/
}


/*#cssmenu > ul > li.has-sub > a:after {
  position:absolute;
  top:22px;
  right:11px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:''
}
#cssmenu > ul > li.has-sub > a:before {
  position:absolute;
  top:19px;
  right:14px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top:23px;
  height:0
}*/

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #222222;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto;
	top: 70px;
}

#cssmenu li:hover>ul>li {
	height: auto;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 15px 15px;
	width: 250px;
	font-size: 14px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
	background: #ff4916;
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}


/* submenu start */


/* .main-menu .sub-menu{
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background-color: #fff;
    
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.img-logo{
    padding: 10px 0px;
}
.main-menu li:not(:last-child) {
    padding: 25px 0px;
}
 */


/* submenu end */

@media screen and (max-width:1000px) {
	nav {
		width: 100%;
	}
	#cssmenu>ul>li {
		float: left;
		border-bottom: none;
	}
	#cssmenu>ul>li>a {
		color: #000000;
		margin-bottom: 0px;
	}
	#cssmenu ul li:hover {
		background: #063264 !important;
		border-bottom: none;
	}
	#cssmenu ul li:hover a {
		color: #ffffff !important;
		background: #063264 !important;
	}
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		width: 100%;
		display: none
	}
	#cssmenu ul li {
		width: 100%;
		/*border-top:1px solid #eeeeee*/
	}
	#cssmenu ul li:hover {
		background: #363636;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu>ul>li {
		float: left;
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #21262a!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		top: 13px;
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ffffff;
		font-size: 16px;
	}
	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 5px;
		cursor: pointer;
		z-index: 999;
	}
	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		content: ''
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #000;
		content: ''
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background: #000;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #222222;
		height: 50px;
		width: 45px;
		cursor: pointer;
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #063264;
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 23px;
		right: 18px;
		width: 8px;
		height: 2px;
		display: block;
		background: #222222;
		content: '';
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 20px;
		right: 21px;
		display: block;
		width: 2px;
		height: 8px;
		background: #222222;
		content: '';
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
	#cssmenu ul {
		/* position: absolute; */
		z-index: 9;
		background: #ffffff;
		-webkit-box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
		box-shadow: 0 6px 18px 0 rgba(0, 24, 78, .12);
	}
}

.sub-menu-arrow {
	height: 8px;
	width: 8px;
	display: block;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: transparent #373737 #373737 transparent;
	transform: rotate(45deg);
	transition: border .2s;
}

.submenu-indicator {
	margin-left: 8px;
	margin-top: 3px;
	float: right;
	transition: all .2s;
}


/* menu end */


/* .slider-block{
    background: url(../images/slider-1.png) no-repeat;
    height: 494px;
    background-size: cover;
} */

.carousel-caption h5 {
	font-size: 65px;
	font-weight: 700;
}

.btn1 {
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Assistant', sans-serif;
	background: transparent;
	width: 144px;
	height: 40px;
}

.heading {
	font-size: 47px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}

.heading:after {
	content: '';
	display: block;
	background: url(../images/heading-line.png) no-repeat;
	margin-top: 10px;
	width: 100%;
	/* position: absolute;  */
	height: 2px;
}

.overview-block {
	background: url(../images/overview-bg.png) no-repeat bottom center;
	padding: 80px 0px 250px 0px;
	background-size:cover;
}

.heading.text-center:after {
	background-position: center;
}

.mb-75 {
	margin-bottom: 75px;
}

.overview-block img {
	width: 95%;
}

.p-80 {
	padding: 80px 0px;
}
.m-80
{
	margin: 80px 0px;
}

.product-thumb .card-body {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	bottom: 0px;
	padding: 20px;
}

.product-thumb .card-img-top {
	height: 325px;
	object-fit: cover;
	object-position: top;
	border-radius: 0px;
}

.product-thumb .card-title {
	color: #ffffff;
	font-size: 21px;
	font-weight: 700;
}

.product-thumb .card-link {
	color: #ffffff;
	font-weight: 600;
}

.product-thumb .card-link img {
	margin-left: 7px;
}

.blue-bg {
	background-color: #f3f9ff;
}

.more-product .card-title {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.more-product .card-body {
	padding: 25px 25px;
}

.more-product {
	height: 100%;
}

.more-product:hover {
	box-shadow: 0px 1px 9px 0px rgb(0 0 0 / 12%);
}

.btn2 {
	border: 2px solid #2485c7;
	color: #333333;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #333333;
	border-color: #2485c7;
	background-color: transparent;
}

.btn2:hover {
	background-color: #2485c7;
	color: #ffffff;
	border-color: #2485c7;
}

.mt-50 {
	margin-top: 50px;
}

.our-work-block h6 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	margin-top: 35px;
}

.overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .7;
}

.our-work-block {
	background: url(../images/our-works-bg.jpg) no-repeat center;
	background-size: cover;
}

#our-work-slider .item img {
	width: 368px;
	height: 260px;
	object-fit: cover;
	border: 4px solid #fff;
}

#our-work-slider .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: block !important;
}

.owl-theme .owl-dots .owl-dot span {
	height: 14px;
	width: 14px;
	background: transparent;
	border: 1px solid #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff !important;
}

.owl-dots {
	margin-top: 30px !important;
}

.mt-30 {
	margin-top: 30px;
}

.client-review h5 {
	font-size: 20px;
	font-weight: 600;
	color: #2485c7;
	margin-top: 30px;
}

.client-review h6 {
	font-size: 15px;
	font-weight: 400;
	color: #858687;
}

.client-img img {
	width: 97px !important;
	height: 97px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	box-shadow: 0px 1px 9px 0px rgb(0 0 0 / 12%);
}

.client-review {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.client-review p {
	width: 60%;
	text-align: center;
	margin-top: 10px;
}

#client-testimonial.owl-carousel .owl-dots.disabled {
	display: none !important;
}

#client-testimonial.owl-carousel .owl-nav.disabled {
	display: block !important;
}

#client-testimonial.owl-carousel .owl-nav button.owl-next,
#client-testimonial.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	background: rgb(36 133 199 / .3);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	top: 60%;
	right: -80px;
}

#client-testimonial.owl-carousel .owl-nav button.owl-prev {
	top: 60%;
	left: -80px;
	right: unset;
}

#client-testimonial.owl-carousel .owl-nav button.owl-prev img {
	margin-left: 20px;
}

#client-testimonial.owl-carousel .owl-nav button.owl-next img {
	margin-left: -40px;
}

.testimonial-block {
	background: url(../images/water-wave-bg.png) no-repeat center bottom;
	background-size: 100% 45%;
}

.count-numbers h5 {
	font-size: 80px;
	font-weight: 600;
	color: #2485c7;
}

.count-numbers p {
	font-size: 33px;
	font-weight: 500;
	color: #2485c7;
	margin-top: 15px;
	margin-bottom: 0px;
}

#client-testimonial {
	margin-bottom: 25%;
}

.count-numbers {
	margin-top: 60px;
}

#client-slider .item img {
	width: 200px;
	margin: 0px auto;
}

#client-slider.owl-carousel .owl-dots.disabled {
	display: none !important;
}

#client-slider.owl-carousel .owl-nav.disabled {
	display: block !important;
}

#client-slider.owl-carousel .owl-nav button.owl-next,
#client-slider.owl-carousel .owl-nav button.owl-prev,
#technology-slider.owl-carousel .owl-nav button.owl-next,
#technology-slider.owl-carousel .owl-nav button.owl-prev,
#specs-slider.owl-carousel .owl-nav button.owl-next,
#specs-slider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	background: #2485c7;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top: 20%;
	right: -80px;
	color: #ffffff;
}

#client-slider.owl-carousel .owl-nav button.owl-prev {
/* 	top: 60%; */
	left: -80px;
	right: unset;
}

#technology-slider.owl-carousel .owl-nav button.owl-prev {
	top: 40%;
	left: -80px;
	right: unset;
}

#specs-slider.owl-carousel .owl-nav button.owl-prev {
	top: 40%;
	left: -80px;
	right: unset;
}

#technology-slider.owl-carousel .owl-nav button.owl-next,
#technology-slider.owl-carousel .owl-nav button.owl-prev {
	top: 40%;
}

#specs.owl-carousel .owl-nav button.owl-prev {
	top: 40%;
	left: -80px;
	right: unset;
}

#specs-slider.owl-carousel .owl-nav button.owl-next,
#specs-slider.owl-carousel .owl-nav button.owl-prev {
	top: 40%;
}

.blog-block .card-title {
	font-size: 20px;
	font-weight: bold;
	color: #2485c7;
}

.blog-block p {
	font-size: 14px;
	font-weight: 400;
	/* color: #2485c7; */
	line-height: 25px;
}

.blog-block span {
	color: #333333;
	margin-left: 5px;
}

.blog-block .card-body {
	padding: 25px 30px;
}

.blog-block .card-img-top {
	height: 235px;
	object-fit: cover;
	object-position: top;
}

.blog-block .card {
	box-shadow: 0px 1px 9px 0px rgb(0 0 0 / 12%);
	height: 100%;
}

.blog-block {
	background: #f3f9ff url(../images/blog-bg1.png) no-repeat bottom;
	background-size: 100% 40%;	
	padding: 80px 0 160px 0;
}

.contact-details h6 {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}

.contact-details h5 {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}

.contact-details h5 strong {
	font-size: 26px;
	font-weight: bold;
}

.contact-details .btn2 {
	margin-top: 25px;
}


/* .contact-details{
    margin-top: 110px;
} */

.foot-title {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.foot-title:after {
	content: '';
	display: block;
	background: url(../images/heading-line.png) no-repeat;
	margin-top: 10px;
	width: 100%;
	height: 2px;
}

.footer-block {
	padding: 50px 0px 20px 0px;
	background: #063264 url(../images/foot-pattern.png) no-repeat;
}

.foot-links li a,
.foot-contact-links li a {
	color: #ffffff;
	font-size: 15px;
	line-height: 31px;
}


/* .foot-details input{
    height: 45px;
} */

.foot-details .btn-3 {
	background-color: #44b2dc;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px 20px;
}

.foot-details .form-control {
	border-color: #ffffff;
	font-size: 12px;
	color: #aeaeae;
}

.foot-details .btn-3 {
	border-color: #44b2dc;
}

.foot-details .input-group input {
	padding: 19px 10px;
}

.foot-links li {
	background: url(../images/foot-list.png) no-repeat 0px;
	padding-left: 15px;
}

.foot-contact-links img {
	float: left;
	margin-right: 5px;
	margin-top: 8px;
}

.foot-contact-links li a {
	overflow: hidden;
	display: block;
}

.foot-contact-links li {
	margin-bottom: 10px;
}

.sub-footer {
	font-size: 15px;
	border-top: 1px solid #565e7c;
	margin-top: 50px;
	padding-top: 20px;
}

.sub-footer:before {
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #ffffff;
}

.foot-social-links li {
	display: inline;
	background-color: rgba(255, 255, 255, 10%);
	width: 28px;
	height: 28px;
	padding: 7px 10px;
	margin-right: 10px;
}

.foot-social-links li svg {
	color: #ffffff;
}

.footer-block {
	font-size: 15px;
}


/* home page end */

.innerpage-slider-block {
	height: 250px;
	background: url(../images/banners1.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.innerpage-slider-block h1 {
	font-size: 55px;
	font-weight: bold;
	text-align: center;
}

.breadcrumb-nav {
	width: 100%;
}

.breadcrumb {
	background-color: transparent;
	padding: 0px;
	justify-content: center;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.breadcrumb li a,
.breadcrumb li {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.breadcrumb-item.active {
	color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
}


/* product page start */

.product-heading {
	font-size: 22px;
	font-weight: bold;
	color: #333333 !important;
	margin-bottom: 25px;
	line-height: 31px;
}

.product-specs li {
	background: url(../images/product-list-img.png) no-repeat left 6px;
	padding-left: 25px;
}

.product-specs li {
	font-weight: 500;
	line-height: 30px;
}

.product-description {
    background: url(../images/product-bg1.png) no-repeat right bottom;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.17);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    height: 100%;
}

.product-spec-list .btn2 {
	margin-top: 25px;
}

.product-description img {
	height: 277px;
	z-index: 2;
}


/* product page end */


/* inner product page start */

/* .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #2485c7;
	opacity: 80%;
} */

.softner-specs h1 {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}

.softner-specs h6 {
	font-size: 23px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
}

.water-softner .softner-specs {
	position: absolute;
	display: block;
	visibility: visible;
	z-index: 1;
	right: 80px;
	top: 20%;
}

.water-softner>img {
	position: absolute;
	display: block;
	visibility: visible;
	z-index: 1;
	left: 80px;
	top: 5%;
}

.softner-specs .product-specs li {
	font-weight: 500;
	background: url(../images/white-list-icon.png) no-repeat left 6px;
	padding-left: 25px;
	line-height: 30px;
	color: #ffffff;
}

.sub-heading {
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 15px;
}

.softener-img img {
	height: 0px;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;

}


.product-feature h6 {
	font-size: 18px;
	font-weight: 600;
}

.left-side h6 {
	text-align: right;
}

.right-side h6 {
	text-align: left;
}

.left-side .product-feature {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.feature-listing {
	background-color: #2485c7;
	height: 79px;
	width: 79px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.feature-listing img {
	width: 53px;
}

.right-side .product-feature {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
	flex-direction: row-reverse;
}

.right-side .feature-listing {
	margin-right: 20px;
	margin-left: 0px;
}

.why-us-block {
	background: #f3f9ff url(../images/wave-pattern.png) repeat-y;
	background-size: contain;
}

.center-column {
	margin: auto 0px;
}

.feature-list li {
	background: url(../images/product-list-img.png) no-repeat left 6px;
	padding-left: 25px;
	line-height: 30px;
}

.feature-list li strong {
	font-weight: 700;
}

.bottom-border {
	border-bottom: 1px solid #e0e0e0;
}

.benefits-content h6 {
	font-size: 19px;
	font-weight: 600;
	margin: 25px 0px 20px 0px;
}

.benefits-content {
	position: relative;
	text-align: center;
}

.benefits-content:not(:last-child):before {
	position: absolute;
	content: '';
	background: url(../images/curve-line.png) no-repeat;
	width: 11px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	right: -5px;
}

.benefits-icon {
	background-color: #2b89c9;
	border-radius: 10px;
	width: 98px;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
}

.benefits-icon img {
	width: 62%;
}

#technology-slider.owl-theme .owl-dots .owl-dot.active span,
#technology-slider.owl-theme .owl-dots .owl-dot:hover span,
#specs-slider.owl-theme .owl-dots .owl-dot.active span,
#specs-slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #44b2dc !important;
	border-radius: 50%;
}

#technology-slider.owl-theme .owl-dots .owl-dot span,
#specs-slider.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid #44b2dc;
	width: 14px;
	height: 14px;
}


/* inner product page end */


/* about us stat */

.specialization-block .product-feature h6 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0px;
}

.specialization-block .feature-listing img {
	width: 52px;
}

.about-img img {
	border-radius: 10px;
}

.specialization-block .feature-listing {
	height: 84px;
	width: 84px;
}

.specialization-block {
	background: #f3f9ff url(../images/wave-pattern2.png) no-repeat;
	background-size: 100%;
}

.specialization-block .right-side .product-feature {
	margin-bottom: 50px;
}

.specialization-block .left-side .product-feature {
	margin-bottom: 50px;
}

.center-column .product-feature {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

.center-column .product-feature {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	margin-top: 30px;
}

.center-column .product-feature .feature-listing {
	margin-right: 20px;
	margin-left: unset;
}

.customer-logo img {
/* 	border: 1px solid #cccccc; */
	margin-bottom: 30px;
	width: 170px;
	margin-right: 10px;
}

.page-title {
	background: url(../images/banners2.jpg) no-repeat center;
	background-size: cover;
}


/* about us end */


/* service start */


.services1-block
{

    background:#f3f9ff  url("../images/service1.png") no-repeat right -150px center;
	background-size: 50% 100%;
	padding: 140px 0;
 
}


.services3-block .service-card .card-title {


	color: white;
}

.services3-block .service-listing h6 {

    border-top: 0.5px solid white;
    border-bottom: 0.5px solid white;
    margin: 40px 0 30px 0;
}

.service-listing h6 {
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0;
	border-top: 0.5px solid #100f0f;
	border-bottom: 0.5px solid #100f0f;
	margin: 40px 0 30px 0;

}

.service-listing li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	background: url(../images/product-list-img.png) no-repeat left 7px;
	padding-left: 30px;
}

.service-card .card-body {
	padding: 0px 30px;
}

.service-card .card {
	border-radius: 10px;
	border: 0px;
}

.service-card {
	height: 100%;
}

.service-card .card {
	height: 100%;
	background: none;
}

.service-card .card-title {
	/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 15px 20px; */
	font-size: 46px;
	font-weight: bold;
	color: #333333;
	/* margin-bottom: 0; */
}


.service-img{
    position: relative;
	height: 100%;
	width: 100%;
}

.services3-block .service-img
{
height: 700px;
width: 100%;
}

.service-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
	z-index: 1;
	position: relative;
}

.services2-block
{
	overflow-x: hidden;
}

.services2-block .service-img{
   height: unset;
   width: unset;
}
.services2-block .service-img img{
	height: unset;
	max-width: unset;
 }

.services2-block .service-img img
{
	height: 800px;
	width: 1080px;
	float: right;
}


/* service end */

.foot-social-links li:hover svg {
	color: #44b2dc;
}

.foot-links li:hover a,
.foot-contact-links li:hover a {
	color: #44b2dc;
}

.head-phone::before {
	content: '';
	position: absolute;
	height: 27px;
	width: 2px;
	background-color: #c0c0c0;
	margin-left: -16px;
}

.sairams-block .about-img img {
	object-fit: cover;
	object-position: top;
	height: 350px;
	width: 100%;
}

.side-bar {
	position: fixed;
	right: 0px;
	width: 60px;
	height: 185px;
	z-index: 1;
	top: 25%;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: #3d9bdc;
	padding: 12px 14px;
}

.side-menu {
	transform: rotate(-90deg);
	position: relative;
	left: -110px;
	width: 250px;
	top: 12%;
}

.side-menu a,
.side-menu h6 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 19px;
	text-transform: uppercase;
}

.es_textbox_button {
	background-color: #44b2dc;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px 20px !important;
	border-color: #44b2dc;
}


/* contact us */

.main-heading {
	font-size: 37px;
	font-weight: 600;
	margin-bottom: 35px;
}

.contact-list li a {
	color: #333333;
	overflow: hidden;
	display: block;
	margin-left: 15px;
}

.contact-list li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 25px;
}

.contact-social-links li {
	display: inline-block;
	margin-right: 10px;
}

.contact-social-links a {
	width: 40px;
	height: 40px;
	background-color: #44b2dc;
	display: block;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.contact-us-form {
	margin-left: 50px;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
	padding: 60px 60px;
}

.contact-us-form .main-heading {
	margin-bottom: 15px !important;
}

.text-field-height {
	height: 55px;
	border-radius: 4px;
	border: 1px solid #eee;
}

.contact-us-form textarea.form-control {
	height: 170px !important;
}

.map-view iframe {
	height: 700px;
	border-width: 0;
}

.map-view {
	line-height: 0;
}


/* blog starts*/

.blog-section {
	background-image: none;
	padding: 80px 0px;
	background-color: #fff;
}


/* blog ends*/


/* blog-detail start*/

.blog-detail-date {
	font-size: 14px;
}

.blog-detail-date .svg-inline--fa.fa-w-14 {
	color: #f26716;
	margin-right: 5px;
}

.blog-column h5 {
	font-size: 26px;
	font-weight: 600;
	color: #2485c7;
}

.blog-quote {
	margin: 30px 0 30px 0px;
	position: relative;
	padding: 31px 0px 0px 38px;
}

.blog-quote p {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}

.blog-quote p:before {
	position: absolute;
	content: url(../images/blog-detail-quote.png);
	left: 0px;
	top: 0px;
}

.blog-share {
	display: flex;
	padding: 20px 0px;
	border-bottom: 1px solid #e9e9e9;
}

.navigation-blog a {
	text-decoration: none;
}

.blog-left,
.blog-left a {
	flex-grow: 1;
	color: #a5a5a5;
}

.blog-right span {
	float: left;
	font-size: 20px;
	color: #333;
}

.social-share {
	display: inline-block;
}

.social-share li {
	float: left;
	border: 2px solid #3d9bdc;
	border-radius: 50px;
	width: 35px;
	margin-left: 15px;
	height: 35px;
}

.social-share li a {
	color: #3d9bdc;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.navigation-blog {
	padding-top: 25px;
	border-top: 1px solid #e9e9e9;
}


/* .left-nav{
    flex-grow: 1;
    margin-right: 456px;
} */

.left-nav,
.right-nav {
	background-color: #3d9bdc;
	padding: 10px 22px;
	display: inline;
	border-radius: 3px;
}

.left-nav span,
.right-nav span {
	color: #ffffff;
	font-weight: 700;
}

.left-nav svg:not(:root).svg-inline--fa {
	margin-right: 6px;
}

.right-nav svg:not(:root).svg-inline--fa {
	margin-left: 6px;
}

.Category-container .heading {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}

.Category-container {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.27);
	padding: 30px;
}

.category-list li {
	line-height: 50px;
	text-align: right;
}

.category-list li a {
	color: #565969;
	float: left;
}

.post-list li a {
	color: #2485c7;
	font-weight: 500;
}

.post-list li span {
	font-size: 14px;
	font-weight: 400;
	color: #838383;
}

ul.post-list li {
	line-height: 21px;
	margin-top: 20px;
}

.follow-us-link {
	padding: 30px;
}

.Follow-us li a {
	color: #f26716;
}

.Follow-us li {
	float: left;
	border-radius: 50px;
	margin-right: 30px;
}

.blog-column img {
	height: 430px;
	object-fit: cover;
	width: 100%;
	object-position: center;
}


/* blog-detailend*/


/* modal box */

.modal-open {
	padding: 0px !important;
}

.contact-model .modal-content {
	border: 0px;
}

.contact-model .modal-title {
	font-size: 28px;
}

.modal-body {
	padding: 10px 30px 30px 30px;
}

.modal-body .form-control {
	border-radius: 0px;
	border: 1px solid #e0e0e0;
	height: 43px;
	font-size: 15px;
}

.modal-body textarea {
	height: 130px !important;
}

.modal-dialog {
	max-width: 700px;
}

.modal-contact .mt-20 {
	margin-top: 20px;
}

.modal.contact-model.show {
	padding: 0px !important;
}

.modal-contact .form-check-inline {
	align-items: baseline;
}

.modal-content .modal-footer {
	border-top: 0px;
	justify-content: flex-start;
	padding: 0px 30px 30px;
}

.modal-content .modal-footer>* {
	margin: 0px;
}

.modal-content .btn {
	margin-top: 30px;
}

.modal-content .modal-header .close {
	padding: 1.55rem 1rem;
	color: #ffffff;
	opacity: 1;
}

.modal-content .modal-header {
	padding: 16px 30px;
	background-color: #3d9bdc;
}

h2.screen-reader-text {
	display: none;
}

h2.widget-title {
	display: none;
}

.navigation-blog .nav-links {
	display: flex;
	justify-content: space-between;
}

.breadcrumb a {
	color: #fff;
}

#cssmenu>ul>li.active>a::after {
	content: " ";
	width: 100%;
	display: block;
	height: 4px;
	background: #3369bb;
	margin-top: 23px;
	position: absolute;
}

.our-product-block {
    /* background-color: #f3f9ff; */
    background-image: url(../images/water-drops1.png);
    background-repeat: repeat;
    background-size: 100%;
    background-position: top center;
}

.product-desc-bg {
/* 	background-color: #44b2dc; */
	/* border-bottom: 5px solid #44b2dc;
	position: relative;
	overflow: hidden; */
}
/* .product-desc-bg:after{
    position: absolute;
    display: block;
    content: '';
    width: 120px;
    height: 130px;
    background-color: #4cb1e3b0;
    border-radius: 50%;
    right: -20px;
    top: -30px;
    z-index: 1;
} */
.product-desc-bg .product-specs li {
	background: url(../images/product-list-img.png) no-repeat left 6px;
	color: #333333 !important;
}

.btn3 {
    border: 2px solid #2485c7;
    color: #333333;
	margin-top: 25px;
}

.btn3:hover {
	background-color: #2485c7;
    color: #ffffff;
    border-color: #2485c7;
}
.foot-contact-links li:last-child a{
    display: inline-block;
}
.contact-list li img{
    float: left;
    margin-right: 10px;
}
.phone-number a{
    display: inline-block !important;
    overflow: unset !important;
}
.contact-list .phone-number img {
    margin-bottom: 47px;
}

.our-product-block .col-xl-6{
	margin-bottom: 25px;
}
.mobile-view-specilisation{
	display: none !important;
}
.about-3m-block .overlay-img{
	display: none;
}
.about-3m-block .col-xl-12.position-relative:after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2485c7;
    opacity: 0.8;
    bottom: 0;
    left: 0;
    display: block;
}

img.client-company{
	height: 75px;
	object-fit: contain;
}