<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../img/select-notch.png') right 4% center no-repeat !important; */
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show &gt; .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}

#header {
	position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  top: 0px;
  transition: all 0.6s ease;
}
.mainMenu .navbar-nav {
	display: flex;
	align-items: center;
	margin: 0px auto;
}
.mainMenu .navbar {
	padding: 0px;
}
.logo img {
	width: 320px;
	transition: all 0.6s ease;
}
.mainMenu .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	padding: 0px;
	margin: 0px 24px;
	text-align: center;
	transition: all 0.6s ease;
	position: relative;
	line-height: 36px;
}
.logo {
	padding: 12px 0px;
	transition: all 0.6s ease;
}
.mainMenu .navbar-nav .nav-link img {
	margin-bottom: 20px;
	height: 40px;
	width: auto;
	transition: all 0.6s ease;
}
.mainMenu .navbar-nav .nav-link img.product_icImg {
	margin: -6px 0px 18px;
	height: 49px;
	width: auto;
	transition: all 0.6s ease;
}
.topMarginOfHeader {
	margin-top: 168px;
}
.mainMenu .navbar-toggler-icon,
.mainMenu .navbar-toggler {
	width: 22px;
	height: 22px;
	font-size: 22px;
	padding: 0px;
}
.mainMenu .navbar-toggler:focus {
	box-shadow: none;
}
.mainMenu .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #2698c6;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.mainMenu .navbar-nav .nav-link.activeManu::after,
.mainMenu .navbar-nav .nav-link:hover::after {
	width: 100%;
    left: 0;
}
.activeManu,
.mainMenu .navbar-nav .nav-link:hover {
	color: #2698c6 !important;
	transition: all 0.6s ease;
}
.loginBtn {
	font-weight: 400;
  background: #2698c6;
  font-size: 14px;
  color: #fff;
  width: 170px;
  height: 50px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
	transition: all 0.6s ease;
}
.loginBtn:hover {
	background: #2483aa;
  color: #fff;
	transition: all 0.6s ease;
}
#banner .bx-wrapper .bx-pager {
  bottom: 20px;
}
.headerMargin {
	margin-top: 95px;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	background: #fff;
	transition: all 0.3s ease;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#banner .bx-wrapper .bx-pager.bx-default-pager a.active, 
#banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #2698c6;
	transition: all 0.3s ease;
}
#banner .bx-wrapper .bx-controls-direction a {
	width: 46px;
	height: 46px;
	margin-top: -23px;
}
#banner .bx-wrapper .bx-prev {
	background: url('../img/leftSlider.png') no-repeat center;
	left: -46px;
	transition: all 0.3s ease;
}
#banner .bx-wrapper .bx-next {
	background: url('../img/rightSlider.png') no-repeat center;
	right: -46px;
	transition: all 0.3s ease;
}
#banner:hover .bx-wrapper .bx-prev {
	left: 10px;
	opacity: 0.8;
}
#banner:hover .bx-wrapper .bx-next {
	right: 10px;
	opacity: 0.8;
}
#banner:hover .bx-wrapper .bx-prev:hover,
#banner:hover .bx-wrapper .bx-next:hover {
	opacity: 1;
}
.aboutTitle {
	font-size: 60px;
	font-weight: 600;
	color: #2698c6;
	line-height: 72px;
	margin-bottom: 33px;
}
.aboutTitle span {
	color: #000;
}
.aboutText {
	font-size: 21px;
	color: #000823;
}
.aboutList li {
	position: relative;
	font-size: 18px;
	color: #000823;
	padding-left: 32px;
  margin-top: 18px;
}
.aboutList li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  background: url(../img/check-list.png) no-repeat center;
    background-size: auto;
  background-size: contain;
}
.reqBtn {
	background: #1e4594;
  font-size: 20px;
  text-transform: none;
  height: 68px;
  width: 332px;
  position: relative;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.6s ease;
}
.reqBtn:hover {
	background: #1b3975;
	color: #fff;
}
.aboutList {
	margin: 40px 0px 54px;
}
.blockPadding {
	padding: 150px 0px;
}
.productText {
	font-size: 18px;
  color: #000823;
  text-align: center;
  width: 88%;
  margin: -4px auto 30px;
}
.productBlock {
	border: 2px solid #2698c6;
	border-radius: 30px;
  padding: 55px 50px 138px;
}
.product_ic img {
	height: 70px;
}
.productTitle {
	font-size: 36px;
	color: #1e4594;
	line-height: 44px;
	margin: 20px 0px 10px;
}
.product_text {
	font-size: 18px;
  color: #000823;
}
.productDetails {
	margin-top: 30px;
}
.productSliderTitle {
	font-size: 26px;
	color: #2698c6;
	text-align: center;
	margin-top: 6px;
}
.productSliderBlock .productSliderImg img {
	height: 172px;
	width: 346px !important;
	border: 2px solid #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.1);
  object-fit: cover;
}
.productSlider {
	margin-top: -97px;
}
.productSlider .owl-stage-outer {
	padding-top: 10px;
}
#service {
	background-color: #f2fbff;
}
.serviceImg img {
	height: 276px;
  width: 100%;
  object-fit: cover;
  border: 2px solid #2698c6;
  border-radius: 24px;
}
.serviceTitle {
	font-size: 26px;
	color: #2698c6;
	text-align: center;
	margin: 26px 0px 12px;
}
.serviceText {
	font-size: 16px;
	text-align: center;
}
.serviceBlock {
	margin-top: 30px;
}
.testimonialTitleText {
	font-size: 34px;
	font-weight: 300;
	color: #2698c6;
	margin-bottom: -10px;
}
.testimonialSliderBlock {
	border: 2px solid #2698c6;
  border-radius: 30px;
  padding: 50px 155px 30px 50px;
  width: 120%;
  /*margin-top: 50px;*/
}
.testimonialText {
	font-size: 16px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}
.testimonialPerson.testimonialText {
	color: #2698c6;
	margin: 18px 0px -3px;
}
.footerTitle {
	font-size: 20px;
	color: #fff;
	margin-bottom: 38px;
}
footer {
	background-color: #1e4594;
	padding: 95px 0px 0px;
}
.footerText {
	font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 16px;
}
.footerText a {
	color: #fff;
}
.footerSocial li {
	margin-right: 20px;
}
.footerSocial li:last-child,
.footerText:last-child {
	margin-right: 0px;
}
.footerSocial li a i {
	font-size: 20px;
	color: #999999;
	transition: all 0.3s ease;
}
.footerSocial li:hover a i {
	color: #fff;
	transition: all 0.3s ease;
}
.footerForm .form-control {
	height: 54px;
  border-radius: 30px;
  background-color: rgba(255,255,255,0.4);
  border: none;
  padding: 5px 26px;
  font-size: 15px;
  color: #010101;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 46px;
}
.footerForm .form-control::placeholder {
	color: #010101;
}
.footerTitleGap {
	padding-top: 10px;
}
.btnSubscribe {
	background-color: #2698c6;
	height: 46px;
	width: 204px;
	border-radius: 50px;
	font-size: 18px;
  color: #fff;
	transition: all 0.3s ease;
}
.btnSubscribe i {
	margin-right: 10px;
  font-size: 20px;
}
.footerSocial {
	margin-top: 40px;
}
.footerPh {
	font-size: 32px;
	color: #fff;
	padding: 10px 0px 20px;
}
.footermail {
	font-size: 16px;
	color: #fff;
}
.footerBar {
	margin-top: 88px;
	border: 1px solid #777777;
}
.footerBottomText {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 26px 0px;
}
.logPh {
	display: none;
}
#aboutBanner {
	background: url('../img/banner.webp') no-repeat center;
	background-size: cover;
}
.aboutBannerText {
	text-align: center;
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
  padding: 120px 30px;
}
.missionVision .productTitle {
	padding-top: 30px;
}
.missionVisionText {
	font-size: 18px;
  	color: #000823;
}
.productList .productSliderBlock .productSliderImg img {
	width: 100% !important;
  	height: 280px;
}
.productListText {
	font-size: 16px;
  	color: #000823;
}
.productListInfo .productSliderTitle {
	text-align: left;
	margin-bottom: 6px;
}
.productListInfo {
	padding: 15px 30px 30px;
  background: #fff;
  border-radius: 30px;
  margin: -75px 15px 0px;
  position: relative;
  transition: all 0.3s ease;
}
.productSliderBlock:hover .productListInfo {
	margin-top: -90px;
  transition: all 0.3s ease;
}
.productList .productSliderBlock {
	margin-top: 30px;
}
.productList {
	padding-top: 30px;
}
.contactInfo .missionVisionText i {
	margin-right: 20px;
}
.contactInfo .missionVisionText {
	padding-top: 5px;
}
.googleMap {
	margin-top: 30px;
}
.contactForm .form-control {
	height: 54px;
  border-radius: 30px;
  background-color: rgba(38, 152, 198, 0.1);
  border: none;
  padding: 16px 26px;
  font-size: 15px;
  color: #010101;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 20px;
}
.contactForm {
	padding-top: 10px;
}
.footerBelow {
	display: flex;
  justify-content: center;
  align-items: center;
}
.footerBottomText a {
	color: #fff;
}

















#header.headerAfterScroll {
	-webkit-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
}
.headerAfterScroll .logo {
	padding: 7px 0px;
	transition: all 0.6s ease;
}
.headerAfterScroll .logo img {
	width: 250px;
	transition: all 0.6s ease;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 20px;
  z-index: 99999;
}
.back-to-top i {
  color: #2698c6;
  font-size: 54px;
  opacity: 0.6;
  transition: 0.3s;
}
.back-to-top i:hover {
	opacity: 1;
	transition: 0.3s;
}



/* pre loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    /* transition: all 300ms ease-in; */
  }
  #preloader:before {
    content: "";
    background: url('../img/loader.gif') no-repeat center;
    background-size: 100px;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
  .hideloader {
    opacity: 0;
    pointer-events: none;
  }
/* pre loader end */


@media (min-width:1200px) {
	.container {
	    max-width: 1380px;
	}
}

@media (max-width:1199px) {
	.mainMenu .navbar-nav .nav-link {
		margin: 0px 12px;
	}
	.logo img {
		width: 275px;
	}
	.headerMargin {
	  margin-top: 84px;
	}
	.aboutTitle {
		font-size: 56px;
	}
	.productTitle {
		font-size: 28px;
		line-height: normal;
	}
	.testimonialRow {
		align-items: center;
	}
	.testimonialSliderBlock {
		padding-right: 90px;
	}
	.footerPh {
		font-size: 28px;
	}
	.footermail {
		font-size: 15px;
	}
}

@media (max-width:991px) {
	.mainMenu .navbar .navbar-toggler {
		position: absolute;
	  right: 0px;
	  top: 0px;
	  margin-top: 31px;
	  transition: all 0.6s ease;
	}
	.headerAfterScroll .mainMenu .navbar .navbar-toggler {
		margin-top: 24px;
    	transition: all 0.6s ease;
	}
	.loginBtn {
		position: absolute;
	  right: 40px;
	  top: 0px;
	  margin-top: 18px;
	  transition: all 0.6s ease;
	}
	.headerAfterScroll .loginBtn {
		margin-top: 10px;
    	transition: all 0.6s ease;
	}
	.mainMenu .navbar-nav {
		align-items: flex-start;
  		align-items: start;
	}
	.blockPadding {
	  padding: 80px 0px;
	}
	.aboutTitle {
	    font-size: 40px;
	    line-height: 50px;
	}
	.productSliderTitle {
		font-size: 22px;
	}
	.testimonialTitleText {
		font-size: 26px;
		margin-bottom: -4px;
	}
	.testimonialSliderBlock {
	    padding-right: 65px;
	}
	.footerTitle {
		margin-bottom: 15px;
	}
	.footerSocial {
		margin-top: 10px;
		margin-bottom: 60px !important;
	}
	.footermail {
		margin-bottom: 60px;
	}
	.footerForm .form-control {
		margin: 30px 0px;
	}
	.footerBottomText {
		font-size: 16px;
	}
	footer {
		padding: 65px 0px 0px;
	}
}

@media (max-width:767px) {
	 .aboutTitle {
	    font-size: 30px;
	    line-height: normal;
	  }
	  .aboutText {
	  	font-size: 18px;
	  }
	  .aboutList li,
	  .missionVisionText,
	  .productText,
	  .product_text {
	  	font-size: 16px;
	  }
	  .aboutList li::before {
	  	top: 4px;
	  }
	  .testimonialSliderBlock {
	  	width: 100%;
  		padding: 50px 50px 30px;
  		margin-bottom: 90px;
	  }
	  .reqBtn {
	  	margin-bottom: 90px;
	  }
	  .aboutBannerText {
	  	font-size: 42px;
	  }
	  .footerBelow {
	  	display: block;
	  	padding: 10px 0px;
	  }
	  .footerBelow .footerBottomText:nth-child(2) {
	  	display: none;
	  }
	  .footerBelow .footerBottomText {
	  	padding: 5px 0px;
	  }
}

@media (max-width:575px) {
	.logPh {
		display: block;
	}
	.logDestop {
		display: none;
	}
	.loginBtn {
		width: 100px;
	}
}

@media (max-width:489px) {
	 .logo img {
	    width: 220px;
	  }
	  .headerMargin {
	    margin-top: 72px;
	  }
	  .loginBtn {
	    width: 80px;
	    height: 40px;
	    margin-top: 17px;
	  }
	  .mainMenu .navbar .navbar-toggler {
	  	margin-top: 26px;
	  }
	  .headerAfterScroll .logo img {
	  	width: 202px;
	  }
	  .headerAfterScroll .mainMenu .navbar .navbar-toggler {
	  	margin-top: 20px;
	  }
}

@media(max-width:413px) {
	.logo img,
	.headerAfterScroll .logo img {
	    width: 165px;
	}
	.headerAfterScroll .logo {
		padding: 12px 0px;
	}
	.headerMargin {
    	margin-top: 61px;
  	}
  	.loginBtn,
  	.headerAfterScroll .loginBtn {
  		margin-top: 11px;
  	}
  	.mainMenu .navbar .navbar-toggler {
  		margin-top: 20px;
  	}
  	.reqBtn {
  		width: 100%;
  		height: 50px;
  		font-size: 18px;
  	}
  	.productTitle,
  	.serviceTitle {
  		font-size: 24px;
  	}
  	.productBlock {
  		padding: 20px 20px 120px;
  	}
  	.productSliderBlock .productSliderImg img {
  		width: 300px !important;
  	}
  	.testimonialTitleText {
  		font-size: 20px;
  	}
  	.testimonialSliderBlock {
  		padding: 30px;
  	}
}</pre></body></html>