body {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  background-color: #f5f6f8;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

p {
  color: #787878;
}

.bg_white {
  background-color: #fff;
}

.btn-primary {
  background: #00acee;
  border: 1px solid #00acee;
  padding: 10px 25px;
  border-radius: 50px;
}
.btn-primary:hover {
  background: #2d2f92;
  border-color: #2d2f92;
}

.header_wrapper {
  z-index: 9;
}
.header_top {
  padding: 10px 0;
  background-color: #2d2f92;
}
.header_top ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.header_top ul li a i {
  margin-right: 10px;
}
.header_top ul.socialIcon li a i {
  margin-right: 0;
  margin-left: 20px;
}
.header_bottom {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 9;
}
.header_bottom .container {
  padding: 0;
}
.header_bottom .navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_bottom .navbar .navbar-nav > li {
  height: 100%;
  margin: 0 15px;
}
.header_bottom .navbar .navbar-nav > li a {
  height: 100%;
  font-size: 16px;
  color: #2d2f92;
}
.header_bottom .navbar .navbar-nav > li a.active, .header_bottom .navbar .navbar-nav > li a:hover {
  color: #00acee;
}
.header_bottom .navbar .navbar-nav > li > a {
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
}
.header_bottom .navbar .navbar-nav > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  height: 2px;
}
.header_bottom .navbar .navbar-nav > li > a.active::before {
  background-color: #00acee;
}
.header_bottom .navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.header_bottom .navbar .navbar-nav > li .dropdown-menu {
  border: none;
  top: calc(100% + 50px);
  display: block !important;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header_bottom .navbar .navbar-nav > li .dropdown-menu.show {
  top: calc(100% + 0px);
  visibility: visible;
  opacity: 1;
}
.header_bottom .navbar .navbar-nav > li.megaMenu {
  position: unset !important;
}
.header_bottom .navbar .navbar-nav > li.megaMenu .dropdown-menu {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex !important;
  flex-wrap: wrap;
}
.header_bottom .navbar .navbar-nav > li.megaMenu .dropdown-menu li {
  flex: 0 0 20%;
  gap: 15px;
}
.header_bottom .navbar .navbar-nav > li.megaMenu .dropdown-menu li .innerMenu {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  padding-right: 10px;
}
.header_bottom .navbar .navbar-nav > li.megaMenu .dropdown-menu li .innerMenu > li.header {
  font-weight: 500;
  font-size: 14px;
}
.header_bottom .navbar .navbar-nav > li.megaMenu .dropdown-menu li .innerMenu > li a {
  font-size: 13px;
  display: block;
  padding: 3px 0;
  color: #787878;
}
.header_bottom .navbar .navbar-nav > li.megaMenu .dropdown-menu li .innerMenu > li a:hover {
  color: #00acee;
}
.header_bottom .navbar .navbar-nav > li.megaMenu .dropdown-menu li .innerMenu > li:last-child a {
  color: #2d2f92;
}

#bannerslider {
  height: 600px;
  z-index: 1;
}
#bannerslider .carousel-inner {
  height: 100%;
}
#bannerslider .carousel-inner .carousel-item {
  height: 100%;
}
#bannerslider .carousel-inner .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bannerslider .carousel-inner .carousel-item .carousel-caption {
  bottom: auto;
  top: 50%;
  left: 0 !important;
  right: inherit !important;
  transform: translateY(-50%);
  max-width: 40%;
  max-height: 400px;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
#bannerslider .carousel-inner .carousel-item .carousel-caption.txt_blue h5 {
  color: #2d2f92;
}
#bannerslider .carousel-inner .carousel-item .carousel-caption.txt_blue p {
  color: #2d2f92;
}
#bannerslider .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 80px;
  width: 100%;
  text-align: left;
}
#bannerslider .carousel-inner .carousel-item .carousel-caption p {
  color: #fff;
}
#bannerslider .carousel-inner .carousel-item .container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.title {
  font-size: 50px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.title span {
  color: #2d2f92;
}

.line {
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #2d2f92 50%, #00acee 50%);
  margin-bottom: 20px;
  position: relative;
}

.point_bg {
  position: absolute;
  left: 100px;
  z-index: -1;
}

.abotInfo {
  text-align: center;
  padding: 30px;
  border-radius: 50px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out;
}
.abotInfo:hover {
  border-radius: 20px 50px;
}
.abotInfo .infoImage {
  width: 80px;
  margin: auto;
}
.abotInfo .infoContent {
  margin-top: 10px;
}
.abotInfo .infoContent h1 {
  font-size: 20px;
  font-weight: 600;
}
.abotInfo .infoContent p {
  color: #787878;
}

.products_slider_wrapper {
  position: relative;
}
.products_slider_wrapper .products_slider {
  display: flex;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  height: 280px;
}
.products_slider_wrapper .products_slider .item {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
.products_slider_wrapper .products_slider .item img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.products_slider_wrapper .products_slider.slick-initialized {
  display: block;
}
.products_slider_wrapper .products_slider.slick-initialized .slick-list {
  height: 100%;
}
.products_slider_wrapper .products_slider.slick-initialized .slick-list .slick-track {
  display: flex;
  height: 100%;
}
.products_slider_wrapper .products_slider.slick-initialized .slick-list .slick-track .item img {
  width: 100%;
}
.products_slider_wrapper .products_slider.slick-initialized .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  display: none !important;
  justify-content: center;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding: 10px !important;
  list-style: none;
  transition: 0.5s ease-in-out;
}
.products_slider_wrapper .products_slider.slick-initialized .slick-dots li {
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 50px !important;
  margin: 0 2px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.products_slider_wrapper .products_slider.slick-initialized .slick-dots li.slick-active {
  background: #000 !important;
}
.products_slider_wrapper .products_slider.slick-initialized .slick-dots li button {
  display: none;
}
.products_slider_wrapper .product_title {
  text-align: center;
  padding: 20px;
}
.products_slider_wrapper .product_title h1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.products_slider_wrapper .product_title h1 a {
  color: #333;
}
.products_slider_wrapper .product_title h1:hover a {
  color: #2d2f92;
}
.products_slider_wrapper .products_list {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 8px;
}
.products_slider_wrapper .products_list:hover .slick-dots {
  transform: translateY(0);
}

.video_item {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.06);
}
.video_item .ratio {
  border-radius: 4px;
  overflow: hidden;
}
.video_item .video_caption {
  margin-top: 10px;
  margin-bottom: 5px;
}
.video_item .video_caption a {
  color: #2d2f92;
  font-weight: 500;
}
.video_item:hover .video_caption a {
  color: #00acee;
}

.get_quote {
  padding: 50px 0;
  background: #333;
}
.get_quote .quote {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.get_quote input:focus {
  box-shadow: none !important;
  border: none;
}

input {
  height: 44px;
}

input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.footer {
  background-color: #121628;
  padding: 100px 0 30px;
  position: relative;
}
.footer .location_info {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.footer .location_info ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer .location_info ul li {
  flex: 0 0 33.3333%;
  text-align: center;
  background-color: #2d2f92;
  padding: 0 30px 30px;
  border-right: 1px dashed rgba(227, 228, 251, 0.8509803922);
}
.footer .location_info ul li:last-child {
  border: none;
}
.footer .location_info ul li i {
  width: 70px;
  height: 70px;
  background-color: #333;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  margin: auto;
}
.footer .location_info ul li h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 400;
}
.footer .location_info ul li p {
  margin: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 300;
}
.footer .location_info ul li a {
  color: #787878;
}
.footer h1.footer-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.footer .footer_list {
  padding: 0;
  list-style: none;
}
.footer .footer_list li a {
  font-size: 14px;
  color: #787878;
  display: block;
  padding: 4px 0;
  transition: 0.3s ease-in-out;
}
.footer .footer_list li a:hover {
  color: #00acee;
}
.footer .footer_list li:hover a {
  padding-left: 10px;
}
.footer .footer_list.Social_media li {
  margin-bottom: 6px;
}
.footer .footer_list.Social_media li a {
  display: flex;
  align-items: center;
}
.footer .footer_list.Social_media li a i {
  width: 24px;
  height: 24px;
  color: #00acee;
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 12px;
}
.footer .about_footer {
  padding-right: 10px;
}
.footer .about_footer p {
  font-size: 14px;
  line-height: 1.6;
}

.breadcrumbs {
  padding: 30px 0;
  background-color: #2d2f92;
}
.breadcrumbs .inner_title h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.breadcrumbs .inner_title .breadcrumb li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs .inner_title .breadcrumb li::before {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs .inner_title .breadcrumb li a {
  color: #fff;
}

.product_information .description {
  font-size: 14px;
  line-height: 1.7;
}
.product_information .prodcuts_list {
  padding: 30px;
  margin-bottom: 20px;
}
.product_information .prodcuts_list .prodcuts_content h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
.product_information .prodcuts_list .prodcuts_content .price {
  font-size: 18px;
}
.product_information .prodcuts_list .prodcuts_content .price i {
  font-size: 14px;
}
.product_information .prodcuts_list .prodcuts_content .price span {
  font-weight: 500;
  font-size: 18px;
}
.product_information .prodcuts_list .prodcuts_content h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
.product_information .prodcuts_list .prodcuts_content button {
  padding: 6px 20px;
}
.product_information .prodcuts_list .prodcuts_content table td {
  width: 50%;
}
.product_information .prodcuts_list .prodcuts_content .description {
  overflow: hidden;
  height: 60px;
  position: relative;
  transition: 0.5s ease-in-out;
}
.product_information .prodcuts_list .prodcuts_content .description::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff);
}
.product_information .prodcuts_list .prodcuts_content .description.show {
  height: auto;
}
.product_information .prodcuts_list .prodcuts_content .description.show::after {
  display: none;
}
.product_information .prodcuts_list .prodcuts_content .description p {
  margin-bottom: 0;
}
.product_information .prodcuts_list .prodcuts_content .description h3 {
  margin: 10px 0;
}
.product_information .prodcuts_list .prodcuts_content .description ul {
  padding: 0;
}
.product_information .prodcuts_list .prodcuts_content .description ul li {
  font-size: 15px;
  font-weight: 500;
}
.product_information .prodcuts_list .prodcuts_content .description ul li i {
  margin-right: 6px;
  font-size: 14px;
  color: #00acee;
}
.product_information .prodcuts_list .prodcuts_content .readMore {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

.show.queryForm {
  display: flex !important;
  align-items: center;
}

.queryForm .modal-dialog {
  max-width: 700px !important;
  width: 100%;
}

.AboutContent h1 {
  font-size: 32px;
}

.about_image img {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  display: block;
}

.why_choose {
  padding: 20px;
}
.why_choose h1 {
  font-size: 22px;
}
.why_choose p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

.contact_us {
  margin: 100px 0 150px;
}
.contact_us .form-group {
  margin-bottom: 15px;
}

.contact_form {
  background: url(../Images/contacts_img_02.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 30px;
}
.contact_form h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.contact_form p {
  font-size: 14px;
  margin-bottom: 20px;
}
.contact_form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.contact_form .form-control:focus {
  box-shadow: none;
}

.contact_info {
  padding: 30px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}
.contact_info h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.contact_info ul {
  padding: 0;
}
.contact_info ul li {
  list-style: none;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 14px;
}
.contact_info ul li span {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.contact_info ul li a {
  color: rgba(0, 0, 0, 0.6);
}
.contact_info ul li a:hover {
  color: #00acee;
}/*# sourceMappingURL=app.css.map */