<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body, html {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  font-weight: normal;
  overflow-x: hidden;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 3px;
  background: #0d5ec0;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 0;
}

a[href] {
  text-decoration: none;
}

.link a {
  display: inline-block;
  padding: 8px 30px;
  border: 4px solid transparent;
  border-radius: 45px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
}
.link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
  transition: 0.5s ease;
}
.link a:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.link a span {
  display: block;
  position: relative;
  z-index: 1;
}
.link a.white {
  color: #fff;
  border-color: #fff;
}
.link a.white::before {
  background: #febf0f;
}
.link a.white:hover {
  border-color: #febf0f;
}
.link a.white.fill {
  background: #fff;
  color: #000;
}
.link a.blue {
  color: #e73236;
  border-color: #e73236;
}
.link a.blue::before {
  background: #fff;
}
.link a.blue:hover {
  border-color: #e73236;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.heading h2 {
  line-height: 40px;
  margin-bottom: 5px;
  color: #000;
}
@media (max-width: 767px) {
  .heading h2 {
    line-height: 30px;
  }
}
.heading h2 p {
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: math;
  line-height: normal;
  font-weight: normal;
}

h1 {
  font-size: 60px;
  font-size: 50px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 48px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

input, select, textarea, button, input[type=button], input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=time] {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
  max-width: 675px;
  width: 100%;
  background: #fff;
  border: 0;
  outline: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.custom-scrol::-webkit-scrollbar {
  width: 3px;
}
.custom-scrol::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-scrol::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}

.model-open {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.nav-center .owl-nav button {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.nav-center .owl-nav button.owl-prev {
  left: 0;
}
.nav-center .owl-nav button.owl-next {
  right: 0;
}

div#back-to-top {
  position: fixed;
  left: auto;
  right: -100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  z-index: 1;
  bottom: 20px;
  background: #0d5ec0;
  padding: 10px;
  cursor: pointer;
  transition: 700ms ease;
}
@media (max-width: 675px) {
  div#back-to-top {
    width: 45px;
    height: 45px;
    bottom: 50px;
  }
}
div#back-to-top.show {
  right: 10px;
}
div#back-to-top svg {
  color: #fff;
  max-width: 18px;
}

.social-links ul li {
  display: inline-block;
  vertical-align: middle;
}
.social-links ul li a {
  display: block;
  width: 30px;
  line-height: 0;
  text-align: center;
  margin: 0;
}
.social-links ul li a svg {
     width: 30px;
    height: 30px;
    display: inline-block;
    transition: 600ms ease;
    border: 1px solid white;
    padding: 5px;
    border-radius: 50%;
}
.social-links ul li a svg path {
  fill: #fff;
}
.social-links ul li a:hover svg {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

.form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form .form-group .form-control {
  max-width: 767px;
  width: 100%;
  height: 45px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  border: 0;
  top: 16px;
  color: #000;
  padding-top: 15px;
  background: transparent;
  border-bottom: 1px solid #dbdbdb;
  transition: 700ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.form .form-group .form-control:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.form .form-group .form-control option {
  color: #000;
}
.form .form-group .form-control:focus {
  outline: none;
  border-color: #000;
}
.form .form-group .form-control:focus ~ label {
  top: -6px;
  font-size: 14px;
}
.form .form-group.valid label {
  top: -6px;
  font-size: 14px;
}
.form .form-group .icondoro {
  position: absolute;
  right: 0px;
  line-height: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .form-group textarea.form-control {
  height: 85px;
  max-width: 100%;
  padding-top: 15px;
  resize: none;
}
.form .form-group label {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  line-height: normal;
  transition: 600ms ease;
  display: block;
  color: #000;
  top: 10px;
  padding: 0 0 13px;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s sease;
}

.is-open .overlay {
  pointer-events: all;
  opacity: 0.3;
}

.video_icon {
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .video_icon {
    width: 47px;
    height: 47px;
  }
}
.video_icon:before {
  width: 60px;
  height: 60px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 767px) {
  .video_icon:before {
    width: 47px;
    height: 47px;
  }
}
.video_icon img {
  width: auto;
  position: relative;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes bgmove {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 225px;
  }
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -400px 0;
  }
}
@keyframes slideY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideBGY {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 100% 90%;
  }
  100% {
    background-position: 100% 100%;
  }
}
.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
}
@media (max-width: 767px) {
  .Model_Video .modelBody iframe {
    width: 100%;
    height: 200px;
    border: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.mob_strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .mob_strip {
    display: block;
  }
}
.mob_strip ul {
  display: flex;
}
.mob_strip ul li {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
}
.mob_strip ul li:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.mob_strip ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 10px 35px;
  transition: 0.5s ease;
  background: #ffffff;
}
@media (max-width: 1024px) {
  header {
    padding: 15px 15px;
  }
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #fff;
  opacity: 1;
  transition: 0.5s ease;
}
header.header-fixed {
  padding: 10px 35px;
}
@media (max-width: 675px) {
  header.header-fixed {
    padding: 5px 15px;
  }
}
header.header-fixed::before {
  height: 100%;
}
header.header-fixed .cutom-logo a img {
  /* max-width: 90px; */
  width: 100%;
}
@media (max-width: 675px) {
  header.header-fixed .cutom-logo a img {
    max-width: 70px;
  }
}
header .header-wrapper {
  position: relative;
  z-index: 1;
}
header .header-wrapper &gt; .flex {
  align-items: center;
}
header .header-wrapper .col1 {
  flex: 1;
}
@media (max-width: 675px) {
  header .header-wrapper .col1:first-child {
    display: none;
  }
}
header .header-wrapper .col2 {
  flex: 0 1 160px;
  max-width: 160px;
  width: 100%;
}
@media (max-width: 1024px) {
  header .header-wrapper .col2 {
    flex: 0 1 129px;
    max-width: 129px;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .col2 {
    flex: 0 1 89px;
    max-width: 89px;
  }
}
header .cutom-logo {
  text-align: center;
  line-height: 0;
}
@media (max-width: 675px) {
  header .cutom-logo {
    text-align: left;
  }
}
header .cutom-logo a {
  display: inline-block;
}
header .cutom-logo a img {
  max-width: 130px;
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  header .cutom-logo a img {
    max-width: 80px;
  }
}
header .nav ul li {
  display: inline-block;
}
header .nav ul li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1024px) {
  header .nav ul li:not(:last-child) {
    margin-right: 11px;
  }
}
@media (max-width: 991px) {
  header .nav ul li:not(:last-child) {
    margin-right: 2px;
  }
}
header .nav ul li &gt; a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 25px;
  padding-left: 0;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 1024px) {
  header .nav ul li &gt; a {
    padding: 5px 5px;
  }
}
@media (max-width: 991px) {
  header .nav ul li &gt; a {
    font-size: 15px;
    padding: 5px 10px;
    padding-left: 0;
  }
}
header .nav ul li &gt; a:hover {
  color: #d53135;
}
header .header-right {
  text-align: right;
}
header .header-right .mob-product {
  display: none;
}
@media (max-width: 675px) {
  header .header-right .mob-product {
    display: inline-block;
  }
}
header .header-right .mob-product a {
  color: #fff;
  padding: 10px;
  padding-right: 0;
}
header .header-right .search-box, header .header-right .call, header .header-right .humburger {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 675px) {
  header .header-right .humburger img {
    max-width: 80%;
  }
}
@media (max-width: 675px) {
  header .header-right .search-box {
    margin: 0 20px;
  }
}
header .header-right .search-box .input-search-box {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  header .header-right .search-box .input-search-box {
    padding-right: 0;
  }
}
header .header-right .search-box .input-search-box .input-search {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  font-size: 16px;
}
header .header-right .search-box .input-search-box .input-search::-moz-placeholder {
  font-size: 16px;
  color: #fff;
}
header .header-right .search-box .input-search-box .input-search::placeholder {
  font-size: 16px;
  color: #fff;
}
header .header-right .search-box .input-search-box .input-searchs {
  width: 190px;
  cursor: pointer;
  text-align: left;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  header .header-right .search-box .input-search-box .input-searchs {
    display: none;
  }
}
header .header-right .search-box .input-search-box .btn_search {
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 20px;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 1024px) {
  header .header-right .search-box .input-search-box .btn_search {
    position: static;
  }
}
header .header-right .call {
  margin: 0 30px;
}
@media (max-width: 675px) {
  header .header-right .call {
    display: none;
  }
}
header .header-right .call a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 991px) {
  header .header-right .call a {
    font-size: 15px;
  }
}
header .header-right .call a img, header .header-right .call a span {
  display: inline-block;
  vertical-align: middle;
}
header .header-right .call a img {
  margin-right: 8px;
}
header .header-right .humburger {
  cursor: pointer;
  margin-left: 20px;
  display: none;
}

.no-banner header .nav ul li &gt; a {
  color: #000;
}
.no-banner header .header-right .search-box .input-search-box .input-searchs {
  color: #000;
  border-color: #000;
}
.no-banner header .header-right .search-box .input-search-box .btn_search img {
  filter: invert(1);
}
.no-banner header .header-right .call a {
  color: #000;
}
.no-banner header .header-right .call a img {
  filter: invert(1);
}
.no-banner header .humburger img {
  filter: invert(1);
}

.banner {
  position: relative;
}
.banner .bg {
  line-height: 0;
}
/*.banner .bg::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  width: 50%;*/
/*  background: linear-gradient(to left, black, transparent);*/
/*  opacity: 0.95;*/
/*  z-index: 2;*/
/*}*/
.banner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  height: 30%;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7607843137), rgba(0, 0, 0, 0.7607843137), transparent);
  opacity: 0.7;
  z-index: 2;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
     position: relative;
     top: 103px;
}

.banner .bg img {
    top: 0 !important;}
@media (max-width: 1024px) {
  .banner .bg img, .banner .bg video {
    height: 80vh;
  }
}
@media (max-width: 991px) {
  .banner .bg img, .banner .bg video {
    height: 60vh;
  }
}
@media (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 50vh;
  }
}
.banner .banner-content {
  position: absolute;
  max-width: 370px;
  z-index: 2;
}
@media (max-width: 675px) {
  .banner .banner-content .content-wrapper .content {
    padding: 0 15px;
  }
}
.banner .banner-content .content-wrapper .content h1 {
  font-size: 55px;
    line-height: 52px;
    color: #fff;
    font-family: math;
    white-space: nowrap;
}
@media (max-width: 991px) {
  .banner .banner-content .content-wrapper .content h1 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 675px) {
  .banner .banner-content .content-wrapper .content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.banner .banner-content .content-wrapper .content p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0 25px;
}
@media (max-width: 991px) {
  .banner .banner-content .content-wrapper .content p {
    line-height: 22px;
  }
}
@media (max-width: 675px) {
  .banner .banner-content .content-wrapper .content p {
    font-size: 15px;
    margin: 7px 0 15px;
    line-height: 20px;
  }
}
@media (max-width: 675px) {
  .banner .banner-content .content-wrapper .content .link {
    display: none;
  }
}
.banner.home-banner .video_icon {
  position: absolute;
  right: 60px;
  bottom: -35px;
  z-index: 2;
  background: #fff;
}
@media (max-width: 675px) {
  .banner.home-banner .video_icon {
    display: none;
  }
}
.banner.home-banner .bg::before {
  left: auto;
  right: 0;
  opacity: 1;
  width: 100%;
  background: linear-gradient(to left, #0000008a, #00000000);
  height: 643px;
}
@media (max-width: 675px) {
  .banner.home-banner .bg::before {
    background: linear-gradient(to right, #000000, transparent);
  }
}
.banner.home-banner .banner-content {
     top: 50%;
    max-width: 370px;
    z-index: 2;
    left: 6%;
}
@media (max-width: 675px) {
  .banner.home-banner .banner-content {
    right: 15%;
    bottom: 10%;
    max-width: 304px;
  }
}

.pargati-home-secA {
  background: #20a8db url("../images/home/secA-bg.jpg");
  padding: 120px 0 90px;
}
@media (max-width: 675px) {
  .pargati-home-secA {
    padding: 40px 0 20px;
  }
}
.pargati-home-secA .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 10px;
}
@media (max-width: 675px) {
  .pargati-home-secA .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secA .flex .col:nth-child(2) figure, .pargati-home-secA .flex .col:nth-child(4) figure {
    height: 90px;
  }
}
.pargati-home-secA .card figure {
  height: 120px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 675px) {
  .pargati-home-secA .card figure {
    margin-bottom: 20px;
  }
}
.pargati-home-secA .card figure img {
  display: block;
  margin: 0 auto;
}
.pargati-home-secA .card .content {
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
}
.pargati-home-secA .card .content h3, .pargati-home-secA .card .content h4, .pargati-home-secA .card .content p {
  color: #fff;
}
@media (max-width: 675px) {
  .pargati-home-secA .card .content h3, .pargati-home-secA .card .content h4, .pargati-home-secA .card .content p {
    line-height: 17px;
  }
}
.pargati-home-secA .card .content h4 {
  line-height: 30px;
  margin-bottom: 6px;
}
@media (max-width: 675px) {
  .pargati-home-secA .card .content h4 {
    margin-bottom: 0px;
  }
}

.pargati-home-secB .container-fluid {
  padding: 0;
}

.product-card .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  padding: 60px 0 45px;
}
@media (max-width: 1024px) {
  .product-card .flex .col {
    padding: 60px 15px 45px;
  }
}
@media (max-width: 675px) {
  .product-card .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.product-card .flex .col:nth-child(odd) {
  background: #e1eeff;
}
.product-card .flex .col:nth-child(even) {
  background: #fff3e0;
}
.product-card .flex .col-full {
  flex: 0 1 100%;
  max-width: 100%;
}
.product-card .card {
  position: relative;
  padding: 25px;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 25px;
}
.product-card .card .img {
  order: 1;
}
.product-card .card .img figure {
  display: block;
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .product-card .card .img figure {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .product-card .card .img figure {
    max-width: 100%;
  }
}
.product-card .card .img img {
  display: block;
  margin-right: 0;
  animation: slideY 3s ease infinite;
}
@media (max-width: 991px) {
  .product-card .card .img img {
    margin: 0 auto;
  }
}
@media (max-width: 675px) {
  .product-card .card .img img {
    max-width: 50%;
  }
}
.product-card .card .content-wrapper {
  order: 0;
  position: absolute;
  top: 50%;
  transform: translate(17%, -50%);
  max-width: 280px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .product-card .card .content-wrapper {
    transform: translate(8%, -50%);
  }
}
@media (max-width: 991px) {
  .product-card .card .content-wrapper {
    position: static;
    transform: translateY(0%);
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 675px) {
  .product-card .card .content {
    text-align: center;
  }
}
.product-card .card .content .product-name {
  font-family: math;
  font-size: 48px;
  color: #e73236;
  line-height: normal;
}
@media (max-width: 675px) {
  .product-card .card .content .product-name {
    font-size: 28px;
  }
}
.product-card .card .content .sortdes {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 16px;
  line-height: 24px;
}
@media (max-width: 675px) {
  .product-card .card .content .sortdes {
    font-size: 16px;
    margin: 0;
    line-height: 19px;
  }
}
.product-card .card .content .link {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .product-card .card .content .link {
    margin-top: 24px;
  }
}
.product-card .card .content .link a {
  font-weight: bold;
  font-size: 18px;
  padding: 8px 40px;
}
@media (max-width: 675px) {
  .product-card .card .content .link a {
    border: 2px solid;
    font-size: 16px;
    padding: 3px 30px;
  }
}

.product_full {
  position: relative;
}
@media (max-width: 675px) {
  .product_full .bg {
    display: none;
  }
}
.product_full .bg img {
  width: 100%;
}
.product_full .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 675px) {
  .product_full .content-wrap {
    position: static;
    background: #e1eeff;
    padding: 40px 0;
  }
}
.product_full .content-wrap .flex {
  align-items: center;
}
.product_full .content-wrap .flex .col1 {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 675px) {
  .product_full .content-wrap .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .product_full .content-wrap figure img {
    max-width: 80%;
  }
}
@media (max-width: 675px) {
  .product_full .content-wrap figure img {
    max-width: 60%;
    margin: 0 auto;
    animation: slideY 3s ease infinite;
  }
}
.product_full .content-wrap .content {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .product_full .content-wrap .content {
    max-width: 357px;
  }
}
@media (max-width: 675px) {
  .product_full .content-wrap .content {
    margin-top: 15px;
    text-align: center;
  }
}
.product_full .content-wrap .content h2, .product_full .content-wrap .content p {
  color: #fff;
}
@media (max-width: 675px) {
  .product_full .content-wrap .content h2, .product_full .content-wrap .content p {
    color: #000;
  }
}
.product_full .content-wrap .content p {
  margin-bottom: 30px;
  margin-top: 6px;
}
@media (max-width: 675px) {
  .product_full .content-wrap .content p {
    margin-top: 0;
  }
}
.product_full .content-wrap .content .link a {
  padding: 8px 50px;
}
@media (max-width: 675px) {
  .product_full .content-wrap .content .link a {
    border: 2px solid #0d5ec0;
    font-size: 16px;
    padding: 3px 30px;
    color: #0d5ec0;
    font-weight: bold;
  }
}

.pargati-home-secC {
  padding: 65px 0 180px;
  position: relative;
  background: linear-gradient(to top, #1c349d, #0d5ec0);
}
@media (max-width: 675px) {
  .pargati-home-secC {
    padding: 35px 0 160px;
  }
}
.pargati-home-secC .dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 9px;
  background: url("../images/home/dots.png");
}
.pargati-home-secC .heading {
  margin-bottom: 60px;
}
@media (max-width: 675px) {
  .pargati-home-secC .heading {
    margin-bottom: 30px;
  }
}
.pargati-home-secC .heading h2 {
  color: #fff;
  margin: 0;
}
.pargati-home-secC .heading .title {
  font-size: 80px;
  font-family: "Charmelade DEMO", sans-serif;
  color: #fff;
  line-height: normal;
  margin-top: -5px;
}
@media (max-width: 1024px) {
  .pargati-home-secC .heading .title {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  .pargati-home-secC .heading .title {
    font-size: 59px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secC .heading .title {
    font-size: 40px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secC .flex {
    justify-content: space-between;
  }
}
.pargati-home-secC .flex .col {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
  padding: 10px;
}
@media (max-width: 1024px) {
  .pargati-home-secC .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 675px) {
  .pargati-home-secC .flex .col {
    flex: 0 1 48%;
    max-width: 48%;
    padding: 10px 0;
  }
}
.pargati-home-secC .more_prod {
  margin-top: 68px;
}
@media (max-width: 991px) {
  .pargati-home-secC .more_prod {
    margin-top: 48px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secC .more_prod {
    margin-top: 25px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secC .more_prod .link a {
    border: 2px solid;
    font-size: 16px;
    padding: 3px 30px;
  }
}

.product_grid .card {
  background: #fff;
  padding: 5px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 675px) {
  .product_grid .card {
    padding: 5px 5px 40px;
    border-radius: 5px;
  }
}
.product_grid .card figure {
  display: block;
  margin-bottom: 25px;
}
.product_grid .card figure img {
  display: block;
  margin: 0 auto;
}
.product_grid .card .inquery_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50px);
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .product_grid .card .inquery_btn {
    bottom: -32px;
  }
}
.product_grid .card .inquery_btn .btn {
  display: flex;
}
.product_grid .card .inquery_btn .btn a {
  display: block;
  flex: 2;
  text-align: center;
  padding: 10px 0;
  color: #000;
}
.product_grid .card .inquery_btn .btn .details {
  background: #20a8db;
}
.product_grid .card .inquery_btn .btn .enquiry {
  background: #febf0f;
}
.product_grid .card .content {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  filter: blur(0px);
  transition: 0.8s ease;
}
.product_grid .card .content .name {
  font-size: 16px;
  color: #000;
  line-height: 17px;
}
.product_grid .card .content .price {
  color: #000;
  font-size: 20px;
  font-family: "Tabitha", sans-serif;
  display: none;
}
.product_grid .card:hover .content {
  filter: blur(2px);
}
.product_grid .card:hover .inquery_btn {
  transform: translateY(0);
}

.pargati-home-secD {
  background: #febf0f url("../images/home/ice.png");
  position: relative;
  padding: 160px 0 90px 0;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-blend-mode: multiply;
  animation: slideBGY 3s linear infinite alternate-reverse;
}
@media (max-width: 991px) {
  .pargati-home-secD {
    padding: 120px 0 50px 0;
  }
}
.pargati-home-secD::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 91px;
  background: url("../images/home/line.png");
  background-repeat-y: no-repeat;
  animation: slide 10s linear infinite alternate-reverse;
}
.pargati-home-secD .canve-circul {
  width: 225px;
  height: 225px;
  background: #febf0f url("../images/home/caps.png");
  border-radius: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -120px;
  background-repeat-y: no-repeat;
  animation: bgmove 8s linear infinite alternate-reverse;
}
.pargati-home-secD .canve-circul p {
  font-size: 58px;
  line-height: 70px;
  margin-top: -30px;
  font-weight: bold;
}
.pargati-home-secD .canve-circul span {
  display: block;
  font-size: 45px;
  font-family: "Tabitha", sans-serif;
}
.pargati-home-secD .title {
  position: relative;
}
.pargati-home-secD .title .hed {
  line-height: 60px;
  font-size: 60px;
  font-family: "Charmelade DEMO", sans-serif;
  color: #000;
  max-width: 400px;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .pargati-home-secD .title .hed {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) and (max-width: 675px) {
  .pargati-home-secD .title .hed {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .pargati-home-secD .team_slider {
    padding: 0 50px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secD .team_slider {
    padding: 0;
  }
}
@media (max-width: 675px) {
  .pargati-home-secD .team_slider .item {
    margin-bottom: 30px;
  }
}
.pargati-home-secD .team_slider .owl-nav {
  top: 45%;
  position: absolute;
  left: 0;
  right: 0;
}
.pargati-home-secD .team_slider .owl-nav button.owl-prev, .pargati-home-secD .team_slider .owl-nav .owl-next {
  position: absolute;
}
.pargati-home-secD .team_slider .owl-nav .owl-prev {
  left: -100px;
}
@media (max-width: 1366px) {
  .pargati-home-secD .team_slider .owl-nav .owl-prev {
    left: -65px;
  }
}
@media (max-width: 1024px) {
  .pargati-home-secD .team_slider .owl-nav .owl-prev {
    left: 0;
  }
}
.pargati-home-secD .team_slider .owl-nav .owl-prev img {
  margin-right: auto;
}
.pargati-home-secD .team_slider .owl-nav .owl-next {
  right: -100px;
}
@media (max-width: 1366px) {
  .pargati-home-secD .team_slider .owl-nav .owl-next {
    right: -65px;
  }
}
@media (max-width: 1024px) {
  .pargati-home-secD .team_slider .owl-nav .owl-next {
    right: 0;
  }
}
.pargati-home-secD .team_slider .owl-nav .owl-next img {
  margin-left: auto;
}
.pargati-home-secD .flex .col1 {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media (max-width: 991px) {
  .pargati-home-secD .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .pargati-home-secD .flex .col1 img {
    width: 300px;
    margin: 0 auto;
  }
}
.pargati-home-secD .flex .col2 {
  flex: 0 1 60%;
  max-width: 60%;
  width: 100%;
  padding-left: 55px;
}
@media (max-width: 991px) {
  .pargati-home-secD .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.pargati-home-secD .content {
  position: relative;
}
.pargati-home-secD .content .subtitle {
  font-size: 38px;
  font-family: "Charmelade DEMO", sans-serif;
  color: #000;
  line-height: 35px;
  margin-bottom: 30px;
  max-width: 400px;
}
.pargati-home-secD .content p {
  color: #000;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 675px) {
  .pargati-home-secD .content p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.pargati-home-secD .content .name {
  color: #000;
  font-size: 25px;
  font-family: "Tabitha", sans-serif;
}
.pargati-home-secD .content .desig {
  font-size: 16px;
  color: #000;
}
.pargati-home-secD .content .signatur {
  position: absolute;
  bottom: 20px;
  right: 18%;
}
@media (max-width: 675px) {
  .pargati-home-secD .content .signatur {
    position: static;
    bottom: 20px;
    right: auto;
    left: 20px;
  }
}
.pargati-home-secD .content .desigme {
  position: relative;
}
.pargati-home-secD .content .link {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .pargati-home-secD .content .link {
    margin-top: 35px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secD .content .link {
    margin-top: 30px;
    text-align: center;
  }
}
.pargati-home-secD .content .link a {
  font-weight: bold;
}
@media (max-width: 675px) {
  .pargati-home-secD .content .link a {
    padding: 3px 30px;
  }
}

.pargati-home-secE {
  background: #e6fdfd;
  padding: 80px 0;
}
@media (max-width: 675px) {
  .pargati-home-secE {
    padding: 50px 0 20px;
  }
}
.pargati-home-secE .container-fluid {
  padding: 0;
}
.pargati-home-secE .flex {
  align-items: center;
}
.pargati-home-secE .flex .col1 {
  flex: 0 1 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .pargati-home-secE .flex .col1 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .pargati-home-secE .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
.pargati-home-secE .flex .col2 {
  flex: 0 1 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .pargati-home-secE .flex .col2 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .pargati-home-secE .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pargati-home-secE .slide_content {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pargati-home-secE .slide_content {
    max-width: 322px;
  }
}
.pargati-home-secE .slide_content .sub_heading {
  font-size: 24px;
  font-family: "Tabitha", sans-serif;
  color: #000;
}
.pargati-home-secE .slide_content .test_content {
  margin: 20px 0;
  min-height: 240px;
}
@media (max-width: 675px) {
  .pargati-home-secE .slide_content .test_content {
    min-height: auto;
  }
}
.pargati-home-secE .slide_content .test_content h2 {
  color: #000;
  font-size: 58px;
  line-height: 58px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .pargati-home-secE .slide_content .test_content h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .pargati-home-secE .slide_content .test_content h2 {
    line-height: 45px;
  }
}
@media (max-width: 675px) {
  .pargati-home-secE .slide_content .test_content h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.pargati-home-secE .slideHB .item {
  position: relative;
}
.pargati-home-secE .slideHB .item .video_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 55px;
  height: 55px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.0588235294);
}
.pargati-home-secE .slideHB .item .video_icon::before {
  width: 55px;
  height: 55px;
}
.pargati-home-secE .slideHB .item .video_icon img {
  width: auto;
  display: block;
  width: 15px;
}
.pargati-home-secE .slideHB .item .content {
  background: #fff;
  text-align: center;
  padding: 15px 10px;
}
.pargati-home-secE .slideHB .item .content .name {
  font-size: 24px;
  font-family: "Tabitha", sans-serif;
  color: #000;
}
.pargati-home-secE .navSlideB {
  margin-top: 35px;
}
.pargati-home-secE .navSlideB button {
  width: 60px;
  height: 58px;
  background: transparent;
  border: 1px solid #000;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
}
.pargati-home-secE .navSlideB button img {
  display: block;
  margin: 0 auto;
}

.humburgerbg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 3;
}
.humburgerbg .transiton_layer {
  position: absolute;
  background: #015afe;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.994;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: bottom left;
  transform: scaleY(0);
}
.humburgerbg.is-open {
  transform: scale(-1);
}
.humburgerbg.is-open .transiton_layer {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0s;
  transition-duration: 500ms;
}

.humburger-Navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: 400ms ease;
  transition-delay: 0s;
  background: #ea3236;
}
.humburger-Navigation.is-open {
  pointer-events: all;
  opacity: 1;
  transition-delay: 200ms;
}
.humburger-Navigation.is-open .humburger-Wrapper .thumb-img {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.4s;
}
.humburger-Navigation.is-open .humbger-Stip {
  transform: translateY(0);
  transition-delay: 0.6s;
}
.humburger-Navigation.is-open .top_service ul.nav_link li {
  opacity: 1;
  transform: translateX(0%);
}
@media (max-width: 675px) {
  .humburger-Navigation.is-open .top_service ul.nav_link li {
    margin-bottom: 20px;
  }
}
.humburger-Navigation.is-open .top_service ul.nav_link li:first-child {
  transition-delay: 0.6s;
}
.humburger-Navigation.is-open .top_service ul.nav_link li:nth-child(2) {
  transition-delay: 0.9s;
}
.humburger-Navigation.is-open .top_service ul.nav_link li:nth-child(3) {
  transition-delay: 1.2s;
}
.humburger-Navigation.is-open .top_service ul.nav_link li:nth-child(4) {
  transition-delay: 1.5s;
}
.humburger-Navigation.is-open .top_service ul.nav_link li:nth-child(5) {
  transition-delay: 1.8s;
}
.humburger-Navigation .close {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.humburger-Navigation .humburger-Wrapper .flex {
  align-items: center;
}
.humburger-Navigation .humburger-Wrapper .flex .col1 {
  flex: 0 60%;
  max-width: 60%;
  width: 100%;
}
@media (max-width: 675px) {
  .humburger-Navigation .humburger-Wrapper .flex .col1 {
    display: none;
  }
}
.humburger-Navigation .humburger-Wrapper .flex .col2 {
  flex: 0 40%;
  max-width: 40%;
  width: 100%;
}
@media (max-width: 675px) {
  .humburger-Navigation .humburger-Wrapper .flex .col2 {
    flex: 0 100%;
    max-width: 100%;
  }
}
.humburger-Navigation .humburger-Wrapper .bg {
  height: 100vh;
  background: #e1eeff;
  padding: 65px;
}
.humburger-Navigation .humburger-Wrapper .thumb-img {
  height: 100vh;
  display: flex;
  opacity: 0;
  margin-top: -35px;
  align-items: center;
  justify-content: center;
  transform: translateY(30%);
  transition: 1s ease;
  transition-delay: 0s;
}
.humburger-Navigation .humburger-Wrapper .thumb-img img {
  animation: slideY 4s linear infinite;
}
.humburger-Navigation .top_service {
  margin-bottom: 25px;
}
@media (max-width: 675px) {
  .humburger-Navigation .top_service {
    padding: 70px 30px;
  }
}
.humburger-Navigation .top_service ul.nav_link {
  overflow: hidden;
}
.humburger-Navigation .top_service ul.nav_link li {
  display: block;
  transform: translateX(-100%);
  opacity: 0;
  transition: 2s ease;
  transition-delay: 0s;
}
.humburger-Navigation .top_service ul.nav_link li a {
  display: inline-block;
  font-family: math;
  font-size: 48px;
  color: #fff;
  line-height: normal;
  position: relative;
}
@media (max-width: 675px) {
  .humburger-Navigation .top_service ul.nav_link li a {
    font-size: 30px;
  }
}
.humburger-Navigation .top_service ul.nav_link li a::before {
  content: attr(data-text);
  position: absolute;
  color: #febf0f;
  top: 0;
  left: 0;
  height: 100%;
  font-style: inherit;
  font-weight: inherit;
  transition: 0.5s ease;
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
}
.humburger-Navigation .top_service ul.nav_link li a:hover::before {
  width: 100%;
}
.humburger-Navigation .humbger-Stip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
  transform: translateY(100%);
  transition: 1s ease;
  transition-delay: s;
}
.humburger-Navigation .humbger-Stip .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .humburger-Navigation .humbger-Stip .flex .col {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .humburger-Navigation .humbger-Stip .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .humburger-Navigation .humbger-Stip .flex .col:nth-child(2) {
    flex: 0 1 70%;
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .humburger-Navigation .humbger-Stip .flex .col:nth-child(2) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.humburger-Navigation .humbger-Stip .nav.right {
  text-align: right;
}
@media (max-width: 991px) {
  .humburger-Navigation .humbger-Stip .nav.right {
    text-align: center;
  }
}
.humburger-Navigation .humbger-Stip .subnav {
  display: inline-block;
}
.humburger-Navigation .humbger-Stip .subnav li {
  display: inline-block;
}
.humburger-Navigation .humbger-Stip .subnav li:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 991px) {
  .humburger-Navigation .humbger-Stip .subnav li:not(:last-child) {
    margin-right: 10px;
  }
}
.humburger-Navigation .humbger-Stip .subnav li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  transition: 0.5s ease;
}
.humburger-Navigation .humbger-Stip .subnav li a:hover {
  color: #febf0f;
}

.modelPop.model-seach {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #015afe;
  overflow: hidden;
  transform: translateY(20%);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s ease;
  z-index: 3;
}
.modelPop.model-seach .close_model {
  z-index: 2;
  top: 35px;
  right: 35px;
}
.modelPop.model-seach .close_model img {
  width: 19px;
}
.modelPop.model-seach.is-open {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}
.modelPop.model-seach .model-body {
  height: 100%;
}
.modelPop.model-seach .model-body .search-model-wrapper {
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
}
.modelPop.model-seach .model-body .search-model-wrapper::-webkit-scrollbar {
  width: 3px;
}
.modelPop.model-seach .model-body .search-model-wrapper::-webkit-scrollbar-track {
  box-shadow: none;
}
.modelPop.model-seach .model-body .search-model-wrapper::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}
.modelPop.model-seach .model-body .model-bg {
  background: #015afe;
}

.model-search-header {
  position: sticky;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #015afe;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3215686275);
}
.model-search-header .search-box {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.model-search-header .search-box .search-form {
  padding: 15px;
}
.model-search-header .search-box .search-form .search-input {
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 5px 0px;
  padding-top: 20px;
  padding-bottom: 0;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  height: auto;
  top: 16px;
  color: #fff;
  background: transparent;
  transition: 0.5s ease;
}
.model-search-header .search-box .search-form .search-input:focus ~ label {
  top: 5px;
  font-size: 16px;
}
.model-search-header .search-box .search-form label {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  pointer-events: none;
  transition: 0.5s ease;
}
.model-search-header .search-box .search-form .form-group {
  position: relative;
  margin: 0;
}
.model-search-header .search-box .search-form .form-group.valid label {
  top: 5px;
  font-size: 16px;
}

.model-search-body {
  padding: 15px 0;
}
.model-search-body .HindI-Search-Result {
  display: none;
}
.model-search-body .HindI-Search-Result .flex {
  justify-content: space-around;
}
.model-search-body .HindI-Search-Result .flex .col {
  padding: 8px;
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
}
@media (max-width: 1024px) {
  .model-search-body .HindI-Search-Result .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 675px) {
  .model-search-body .HindI-Search-Result .flex .col {
    flex: 0 1 48%;
    max-width: 48%;
    padding: 10px;
  }
}
.model-search-body .HindI-Search-Result a {
  display: block;
  background: #fff;
}
.model-search-body .HindI-Search-Result a .card {
  display: block;
  position: relative;
}
.model-search-body .HindI-Search-Result a .card figure img {
  width: 100%;
  display: block;
}
.model-search-body .HindI-Search-Result a .card .text {
  text-align: center;
  padding-top: 10px;
}
.model-search-body .HindI-Search-Result a .card .text p {
  color: #000;
  font-display: 15px;
  line-height: 18px;
}
.model-search-body .HindI-Search-Result a .card .text span {
  color: #000;
  line-height: 16px;
  display: block;
  font-size: 12px;
}
.model-search-body .HindI-Search-NoResult {
  padding: 3rem 0;
}
.model-search-body .HindI-Search-NoResult .content {
  text-align: center;
}
.model-search-body .HindI-Search-NoResult .content p {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}

.model-search-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.model-search-footer .search-footer-wrap .title {
  margin-bottom: 20px;
}
.model-search-footer .search-footer-wrap .title h2 {
  display: inline-block;
  color: #fff;
}
.model-search-footer .search-footer-wrap .owl-item {
  padding: 10px;
}
.model-search-footer .search-footer-wrap .randSlidersearch .item {
  position: relative;
}
.model-search-footer .search-footer-wrap .randSlidersearch .item figure {
  display: block;
  position: relative;
}
.model-search-footer .search-footer-wrap .randSlidersearch .item figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6901960784), rgba(0, 0, 0, 0.6901960784), transparent);
  height: 50%;
}
.model-search-footer .search-footer-wrap .randSlidersearch .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 45px 20px;
  text-align: center;
}
.model-search-footer .search-footer-wrap .randSlidersearch .item .content h4 {
  color: #fff;
  margin-bottom: 8px;
}

.DREnquryModelPop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 3;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.DREnquryModelPop .ModelPop {
  max-width: 530px;
  background-color: #015afe;
  background-image: url("../images/co.png");
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 45px 60px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 100% 106%;
  transform: translateX(100%);
  transition: 0.5s ease;
  transition-delay: 0s;
}
@media (max-width: 675px) {
  .DREnquryModelPop .ModelPop {
    padding: 35px 30px;
  }
}
.DREnquryModelPop .ModelPop .content {
  text-align: center;
}
.DREnquryModelPop .ModelPop .content h3 {
  font-size: 45px;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 675px) {
  .DREnquryModelPop .ModelPop .content h3 {
    font-size: 35px;
  }
}
.DREnquryModelPop .ModelPop .content p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.DREnquryModelPop.is-open {
  transform: translateX(0%);
}
.DREnquryModelPop.is-open .ModelPop {
  transform: translateX(0%);
  transition-delay: 0.3s;
}
.DREnquryModelPop.is-open .model-formEnqui {
  margin-top: 35px;
}
@media (max-width: 675px) {
  .DREnquryModelPop.is-open .model-formEnqui {
    margin-top: 25px;
  }
}
@media (max-width: 675px) {
  .DREnquryModelPop.is-open .model-formEnqui .form .form-group {
    margin-bottom: 15x;
  }
}
.DREnquryModelPop.is-open .model-formEnqui .form .form-group .form-control {
  color: #fff;
}
.DREnquryModelPop.is-open .model-formEnqui .form .form-group .form-control:focus {
  border-color: #fff;
}
.DREnquryModelPop.is-open .model-formEnqui .form .form-group select option {
  font-size: 14px;
  color: #666666;
  display: block;
  padding-left: 15px;
  padding: 3px 0;
}
.DREnquryModelPop.is-open .model-formEnqui .form .form-group label {
  color: #fff;
}
.DREnquryModelPop.is-open .model-formEnqui .btn-form {
  text-align: center;
  margin-top: 35px;
}
.DREnquryModelPop.is-open .model-formEnqui .btn-form .btn {
  cursor: pointer;
  padding: 13px 25px;
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  color: #015afe;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 675px) {
  .DREnquryModelPop.is-open .model-formEnqui .btn-form .btn {
    padding: 7px 20px;
    max-width: 205px;
  }
}

.banner.product-banner .bg::before {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8588235294), transparent);
}
.banner.product-banner .bg img {
  height: auto;
}
@media (max-width: 675px) {
  .banner.product-banner .bg img {
    height: 230px;
  }
}
.banner.product-banner .banner-content {
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 675px) {
  .banner.product-banner .banner-content {
    bottom: 10px;
  }
}
.banner.product-banner .banner-content h1 {
  margin-bottom: 16px;
}
@media (max-width: 675px) {
  .banner.product-banner .banner-content h1 {
    margin-bottom: 5px;
  }
}

.pragati-product-SecA {
  padding: 40px 0;
  background: #1d349e;
  position: relative;
}
@media (max-width: 1024px) {
  .pragati-product-SecA {
    padding: 50px 0 40px;
  }
}
.pragati-product-SecA::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white}

.productTab ul {
  text-align: center;
}
.productTab ul li {
  display: inline-block;
    color: #b13b3b;
    font-size: 37px;
    font-weight: 800;
    padding-bottom: 9px;
    font-family: math;
    cursor: pointer;
    position: relative;
    transition: 0.6s ease;
}
.productTab ul li:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 675px) {
  .productTab ul li:not(:last-child) {
    margin-right: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.productTab ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.6s ease;
}
.productTab ul li.active::after {
  width: 100%;
}

.productPage-listing {
  margin-top: 26px;
  position: relative;
}
@media (max-width: 991px) {
  .productPage-listing {
    margin-top: 23px;
  }
}
.productPage-listing .tabs {
  display: none;
}
.productPage-listing .tabs.active {
  display: block;
}
.productPage-listing .tabs .productTabwrap {
  margin: 25px 0;
  padding: 0 35px;
}
@media (max-width: 1024px) {
  .productPage-listing .tabs .productTabwrap {
    margin-top: 35px;
  }
}
@media (max-width: 675px) {
  .productPage-listing .tabs .productTabwrap {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.productPage-listing .tabs .productTabwrap .list-category .catList {
  text-align: center;
}
@media (max-width: 675px) {
  .productPage-listing .tabs .productTabwrap .list-category .catList {
    justify-content: space-between;
    display: flex;
    overflow: scroll;
  }
}
.productPage-listing .tabs .productTabwrap .list-category .catList .cat {
  display: inline-block;
  margin: 0 25px;
}
@media (max-width: 1024px) {
  .productPage-listing .tabs .productTabwrap .list-category .catList .cat {
    margin: 0 10px;
    margin-bottom: 22px;
  }
}
@media (max-width: 675px) {
  .productPage-listing .tabs .productTabwrap .list-category .catList .cat {
    margin-bottom: 10px;
  }
}
.productPage-listing .tabs .productTabwrap .list-category .catList .cat.active .list .icon {
  background: #fff;
}
.productPage-listing .tabs .productTabwrap .list-category .catList .cat.active .list .icon img {
  filter: grayscale(0) brightness(1) invert(0);
}
.productPage-listing .tabs .productTabwrap .list-category .catList .list {
  text-align: center;
  cursor: pointer;
}
.productPage-listing .tabs .productTabwrap .list-category .catList .list .icon {
  width: 68px;
  height: 61px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.6s ease;
}
@media (max-width: 991px) {
  .productPage-listing .tabs .productTabwrap .list-category .catList .list .icon {
    margin-bottom: 5px;
  }
}
@media (max-width: 675px) {
  .productPage-listing .tabs .productTabwrap .list-category .catList .list .icon {
    width: 100px;
  }
}
.productPage-listing .tabs .productTabwrap .list-category .catList .list .icon img {
  display: block;
  margin: 0 auto;
  filter: grayscale(11) brightness(0) invert(1);
  transition: 0.6s ease;
}
.productPage-listing .tabs .productTabwrap .list-category .catList .list p {
  display: block;
  color: #fff;
}
@media (max-width: 675px) {
  .productPage-listing .tabs .productTabwrap .list-category .catList .list p {
    line-height: 20px;
  }
}
@media (max-width: 675px) {
  .productPage-listing .tabs .product_grid .flex {
    justify-content: space-between;
  }
}
.productPage-listing .tabs .product_grid .flex .col {
  padding: 8px;
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .productPage-listing .tabs .product_grid .flex .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 675px) {
  .productPage-listing .tabs .product_grid .flex .col {
    flex: 0 1 48%;
    max-width: 48%;
    padding: 10px 0;
  }
}
.productPage-listing .tabs .card {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 675px) {
  .productPage-listing .tabs .card {
    padding: 5px 5px 0px;
  }
}
.productPage-listing .tabs .card a figure {
  padding: 0 45px;
}
@media (max-width: 675px) {
  .productPage-listing .tabs .card a figure {
    padding: 0 15px;
  }
}
.productPage-listing .tabs .card .content {
  position: static;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .productPage-listing .tabs .card .content {
    bottom: 10px;
  }
}
.productPage-listing .tabs .card .content .name {
  line-height: 20px;
}

.randSlidersearch .card {
  transition: 0.5s ease;
}
.randSlidersearch .card:hover .content {
  filter: blur(0px) !important;
}
.randSlidersearch .card:hover {
  box-shadow: 0px 0px 12px 1px #febf0f !important;
}

.prdDeSlid .img img {
  max-width: 580px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.mroduct-details-sect .secAProduct {
  padding: 200px 0 65px;
  background: linear-gradient(to bottom, #cfeeff, white 20%);
}
@media (max-width: 675px) {
  .mroduct-details-sect .secAProduct {
    padding: 100px 0 30px;
  }
}
.mroduct-details-sect .secAProduct .col1 {
  flex: 0 1 60%;
  max-width: 60%;
  padding-right: 55px;
}
@media (max-width: 991px) {
  .mroduct-details-sect .secAProduct .col1 {
    flex: 0 1 55%;
    max-width: 55%;
    padding-right: 25px;
  }
}
@media (max-width: 675px) {
  .mroduct-details-sect .secAProduct .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.mroduct-details-sect .secAProduct .col2 {
  flex: 0 40%;
  max-width: 40%;
  padding-left: 55px;
}
@media (max-width: 1024px) {
  .mroduct-details-sect .secAProduct .col2 {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .mroduct-details-sect .secAProduct .col2 {
    flex: 0 1 45%;
    max-width: 45%;
  }
}
@media (max-width: 675px) {
  .mroduct-details-sect .secAProduct .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mroduct-details-sect .owl-nav button.owl-prev {
    left: -17px;
  }
}
@media (max-width: 675px) {
  .mroduct-details-sect .owl-nav button.owl-prev {
    left: -15px;
  }
}
@media (max-width: 991px) {
  .mroduct-details-sect .owl-nav button.owl-next {
    right: -17px;
  }
}
@media (max-width: 675px) {
  .mroduct-details-sect .owl-nav button.owl-next {
    right: -15px;
  }
}
.mroduct-details-sect .product_deCard .card .ProduName {
  font-size: 36px;
  font-family: "Charmelade DEMO", sans-serif;
  color: #000;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 80px;
}
@media (max-width: 675px) {
  .mroduct-details-sect .product_deCard .card .ProduName {
    font-size: 30px;
  }
}
.mroduct-details-sect .product_deCard .card .price {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 675px) {
  .mroduct-details-sect .product_deCard .card .price {
    margin-bottom: 10px;
  }
}
.mroduct-details-sect .product_deCard .card .descrip {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .mroduct-details-sect .product_deCard .card .descrip {
    margin-bottom: 32px;
  }
}
@media (max-width: 675px) {
  .mroduct-details-sect .product_deCard .card .descrip {
    margin-bottom: 22px;
  }
}
.mroduct-details-sect .product_deCard .card .descrip ul li::marker {
  color: #0d5ec0 !important;
}
.mroduct-details-sect .product_deCard .card .btn_group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 675px) {
  .mroduct-details-sect .product_deCard .card .btn_group {
    display: block;
  }
}
.mroduct-details-sect .product_deCard .card .btn_group .btn_enqu {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 35px;
  background: linear-gradient(to right, #1d05da, #0c42ea, #0094d9);
  color: #fff;
}
@media (max-width: 991px) {
  .mroduct-details-sect .product_deCard .card .btn_group .btn_enqu {
    padding: 7px 19px;
  }
}
@media (max-width: 675px) {
  .mroduct-details-sect .product_deCard .card .btn_group .btn_enqu {
    margin-bottom: 15px;
    margin-right: 11px;
  }
}
.mroduct-details-sect .product_deCard .card .btn_group .btn_whats {
  border: 1px solid #4583cf;
  color: #4583cf;
  padding: 8px 30px;
  border-radius: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .mroduct-details-sect .product_deCard .card .btn_group .btn_whats {
    padding: 5px 13px;
  }
}
.mroduct-details-sect .product_deCard .card .btn_group .btn_whats img {
  margin-right: 10px;
}
.mroduct-details-sect .product_deCard .card .btn_group .btn_whats img, .mroduct-details-sect .product_deCard .card .btn_group .btn_whats span {
  display: inline-block;
  vertical-align: middle;
}

.secBProduct {
  background: #1c349d;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .secBProduct {
    padding: 60px 0 70px;
  }
}
@media (max-width: 675px) {
  .secBProduct {
    padding: 30px 0 40px;
  }
}
.secBProduct::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(#006ed3 50%, rgba(103, 58, 183, 0));
}
.secBProduct .container-fluid {
  padding: 0;
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 675px) {
  .secBProduct .container-fluid {
    width: 95%;
  }
}
.secBProduct .heading {
  margin-bottom: 85px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .secBProduct .heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 675px) {
  .secBProduct .heading {
    margin-bottom: 20px;
  }
}
.secBProduct .heading h2 {
  color: #fff;
}
.secBProduct .SLideB .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 675px) {
  .secBProduct .SLideB .owl-nav {
    padding-left: 230px;
    display: none;
  }
}
.secBProduct .SLideB .owl-nav button {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 45px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secBProduct .SLideB .owl-nav button img {
  width: 10px;
}
.secBProduct .SLideB .owl-stage {
  display: flex;
}
.secBProduct .SLideB .item {
  text-align: center;
  background: #2778de;
  padding: 45px;
  border-radius: 32px;
  height: 100%;
  opacity: 1;
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .secBProduct .SLideB .item {
    padding: 10px;
    border-radius: 5px;
  }
}
.secBProduct .SLideB .item p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  transition: 0.5s ease;
}
.secBProduct .SLideB .item .cal {
  color: #fff;
  font-size: 60px;
  font-family: "Charmelade DEMO", sans-serif;
  line-height: normal;
  transition: 0.5s ease;
}
@media (max-width: 675px) {
  .secBProduct .SLideB .current {
    background: #2778de;
  }
}
.secBProduct .SLideB .current .item {
  opacity: 0.3;
}
.secBProduct .SLideB .first .item {
  background: #fff;
}
.secBProduct .SLideB .first .item p, .secBProduct .SLideB .first .item .cal {
  color: #000;
}

.secCProduct .slideC .item {
  position: relative;
}
.secCProduct .slideC .item &gt; img {
  width: 100%;
}
.secCProduct .slideC .item .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secCProduct .slideC .item .video_icon img {
  width: auto;
}
.secCProduct .slideC .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  text-align: center;
}
@media (max-width: 675px) {
  .secCProduct .slideC .owl-dots {
    bottom: 10px;
  }
}
.secCProduct .slideC .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 25px;
  opacity: 0.5;
  transition: 0.5s ease;
}
.secCProduct .slideC .owl-dots button.owl-dot.active {
  opacity: 1;
}

.secDProduct {
  padding: 85px 0;
}
@media (max-width: 991px) {
  .secDProduct {
    padding: 65px 0 25px;
  }
}
@media (max-width: 675px) {
  .secDProduct {
    padding: 35px 0 15px;
  }
}
.secDProduct .container-fluid {
  padding: 0;
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 675px) {
  .secDProduct .container-fluid {
    width: 95%;
  }
}
.secDProduct .heading {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .secDProduct .heading {
    margin-bottom: 5px;
  }
}
.secDProduct .slideD .owl-stage {
  display: flex;
}
.secDProduct .slideD .owl-item {
  padding: 25px;
}
@media (max-width: 675px) {
  .secDProduct .slideD .owl-item {
    padding: 0;
  }
}
.secDProduct .slideD .card {
  height: 100%;
  padding: 30px 0;
  box-shadow: 0 0 12px 1px #f8f8f8;
}
@media (max-width: 675px) {
  .secDProduct .slideD .card {
    padding: 15px 0;
  }
}
.secDProduct .slideD .card a {
  display: block;
}
.secDProduct .slideD .card a figure {
  display: block;
}
@media (max-width: 675px) {
  .secDProduct .slideD .card a figure {
    margin-bottom: 15px;
  }
}
.secDProduct .slideD .card a figure img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.secDProduct .slideD .card a .content {
  position: static;
}
.secDProduct .slideD .card:hover .content {
  filter: blur(0px);
}
@media (max-width: 675px) {
  .secDProduct .slideD .card:hover .content {
    background: #2778de;
  }
}
.secDProduct .slideD .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 675px) {
  .secDProduct .slideD .owl-nav {
    padding-left: 270px;
    display: none;
  }
}
.secDProduct .slideD .owl-nav button {
  width: 40px;
  box-shadow: 3px 1px 12px 1px #d3d3d3;
  height: 40px;
  background: #fff;
  border-radius: 45px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secDProduct .slideD .owl-nav button img {
  width: 10px;
}

.gallery-page {
  /*padding: 200px 0 65px;*/
  background: linear-gradient(to bottom, #cfeeff, white 20%);
}
@media (max-width: 675px) {
  .gallery-page {
    padding: 130px 0 25px;
  }
}
.gallery-page .tabing ul {
  text-align: center;
}
.gallery-page .tabing ul li {
  cursor: pointer;
  display: inline-block;
  font-family: "Charmelade DEMO", sans-serif;
  color: #000;
  font-size: 30px;
  margin: 0 25px;
  position: relative;
  padding-bottom: 18px;
}
@media (max-width: 675px) {
  .gallery-page .tabing ul li {
    font-size: 25px;
    margin: 0 15px;
    padding-bottom: 13px;
  }
}
.gallery-page .tabing ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #0d5ec0;
  width: 0;
  transition: 0.5s ease;
}
.gallery-page .tabing ul li.active {
  color: #0d5ec0;
}
.gallery-page .tabing ul li.active::after {
  width: 100%;
}

.pragati-gallery-wrapper {
  padding-top: 55px;
}
@media (max-width: 1024px) {
  .pragati-gallery-wrapper {
    padding-top: 35px;
  }
}
.pragati-gallery-wrapper .gallerylist:not(:first-child) {
  display: none;
}
.pragati-gallery-wrapper .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 10px;
}
@media (max-width: 991px) {
  .pragati-gallery-wrapper .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .pragati-gallery-wrapper .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pragati-gallery-wrapper .card {
  position: relative;
}
.pragati-gallery-wrapper .card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pragati-gallery-wrapper .card figure {
  display: block;
  position: relative;
  background: #000;
}
.pragati-gallery-wrapper .card figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(to top, #000, transparent);
}
.pragati-gallery-wrapper .card figure &gt; img {
  width: 100%;
  opacity: 0.8;
}
.pragati-gallery-wrapper .card .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pragati-gallery-wrapper .card .content {
  position: absolute;
  bottom: 0;
  padding-bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 675px) {
  .pragati-gallery-wrapper .card .content {
    padding: 0 5px 25px;
  }
}
.pragati-gallery-wrapper .card .content p {
  color: #fff;
}

@media (max-width: 991px) {
  .banner.blog-banner .banner-content .content-wrapper .content h1 {
    margin: 0;
  }
}
@media (max-width: 675px) {
  .banner.blog-banner .banner-content .content-wrapper .content h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 991px) {
  .banner.blog-banner .banner-content .content-wrapper .content p {
    margin: 7px 0 7px;
  }
}

.blog-listing {
  padding: 25px 0;
}
@media (max-width: 991px) {
  .blog-listing {
    padding: 15px 0;
  }
}
.blog-listing .container-fluid {
  padding: 0 25px;
}
@media (max-width: 991px) {
  .blog-listing .container-fluid {
    padding: 0 9px;
  }
}
.blog-listing .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 15px;
}
@media (max-width: 1140px) {
  .blog-listing .flex .col {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .blog-listing .flex .col {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .blog-listing .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 520px) {
  .blog-listing .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.blog-grid .card a {
  display: block;
  position: relative;
}
.blog-grid .card a figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-grid .card a figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.8196078431), transparent);
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 991px) {
  .blog-grid .card a figure::after {
    height: 50%;
    opacity: 0.8;
  }
}
.blog-grid .card a figure img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 2s ease;
}
.blog-grid .card a:hover figure img {
  transform: scale(1.1);
}
.blog-grid .card a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  max-width: 360px;
}
@media (max-width: 1140px) {
  .blog-grid .card a .content {
    padding: 15px;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .blog-grid .card a .content {
    bottom: 6px;
  }
}
.blog-grid .card a .content .date {
  color: #fff;
  font-size: 13.61px;
  opacity: 0.76;
}
.blog-grid .card a .content p {
  color: #fff;
  font-size: 20.87px;
}
@media (max-width: 991px) {
  .blog-grid .card a .content p {
    font-size: 16px;
    line-height: 22px;
  }
}

.banner.blog-detail-banner .container {
  max-width: 100%;
}
.banner.blog-detail-banner .banner-content .content {
  max-width: 390px;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 100%;
    padding: 0;
  }
}
.banner.blog-detail-banner .banner-content .content .date {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 10px;
}
.banner.blog-detail-banner .banner-content .content h1 {
  line-height: normal;
}
@media (max-width: 767px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 22px;
  }
}

.blog-detail-secA {
  padding: 55px 0;
}
@media (max-width: 675px) {
  .blog-detail-secA {
    padding: 30px 0 10px;
  }
}
.blog-detail-secA .container-fluid {
  padding: 0 55px;
}
@media (max-width: 1140px) {
  .blog-detail-secA .container-fluid {
    padding: 0 15px;
  }
}
.blog-detail-secA .flex .aside_left {
  flex: 1;
  padding-right: 35px;
}
@media (max-width: 1140px) {
  .blog-detail-secA .flex .aside_left {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .blog-detail-secA .flex .aside_left {
    padding: 0;
  }
}
.blog-detail-secA .flex .aside_right {
  flex: 0 1 307px;
  max-width: 307px;
  width: 100%;
}
@media (max-width: 1140px) {
  .blog-detail-secA .flex .aside_right {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .blog-detail-secA .flex .aside_right {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}

.blog-detail {
  width: 90%;
}
@media (max-width: 1440px) {
  .blog-detail {
    width: 100%;
  }
}
.blog-detail .content p {
  margin-bottom: 20px;
  text-align: justify;
}
.blog-detail .content h3 {
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
}
@media (max-width: 675px) {
  .blog-detail .content h3 {
    font-size: 27px;
    margin-bottom: 5px;
  }
}

.blog-aside h4 {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 7px;
}
@media (max-width: 675px) {
  .blog-aside h4 {
    padding-bottom: 7px;
    font-size: 27px;
  }
}

.blog-category ul {
  padding: 15px 0;
  margin-bottom: 20px;
}
.blog-category ul li {
  display: block;
}
.blog-category ul li a {
  font-size: 18px;
  color: #666666;
  display: block;
  padding: 5px 0;
}

@media (max-width: 675px) {
  .share_link .destop-mob li:nth-child(4) {
    display: none;
  }
}
.share_link .destop-mob li:nth-child(5) {
  display: none;
}
@media (max-width: 675px) {
  .share_link .destop-mob li:nth-child(5) {
    display: inline-block;
  }
}
.share_link .social-links {
  padding-top: 15px;
}
.share_link .social-links ul li:not(:last-child) {
  margin-right: 8px;
}
.share_link .social-links ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 40px;
  transition: 0.5s ease;
}
.share_link .social-links ul li a svg path {
  fill: #000;
}
.share_link .social-links ul li a:hover {
  background: #000;
}
.share_link .social-links ul li a:hover svg path {
  fill: #fff;
}

.blog-related-sec {
  padding: 30px 6px 80px;
}
@media (max-width: 991px) {
  .blog-related-sec {
    padding: 30px 0;
  }
}
.blog-related-sec .container-fluid {
  padding: 0;
}
.blog-related-sec .heading {
  margin-bottom: 30px;
}
.blog-related-sec .morebloSlide {
  padding: 0 60px;
}
@media (max-width: 991px) {
  .blog-related-sec .morebloSlide {
    padding: 0 15px;
  }
}
.blog-related-sec .owl-item {
  padding: 6px;
}
@media (max-width: 991px) {
  .blog-related-sec .owl-item {
    padding: 0;
  }
}

.banner.blog-banner .banner-content .content-wrapper .content h1 {
  font-size: 40px;
}

.banner.career-banner .banner-content {
  max-width: 520px;
}
@media (max-width: 675px) {
  .banner.career-banner .banner-content .content-wrapper .content h1 {
    margin-bottom: 33px;
  }
}
@media (max-width: 675px) {
  .banner.career-banner .banner-content .content-wrapper .content p {
    display: none;
  }
}

.section-career-inn-A {
  padding: 130px 0;
}
@media (max-width: 1024px) {
  .section-career-inn-A {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-career-inn-A {
    padding: 70px 0;
  }
}
@media (max-width: 675px) {
  .section-career-inn-A {
    padding: 40px 0;
  }
}
.section-career-inn-A .container {
  max-width: 1300px;
}
.section-career-inn-A .heading {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 675px) {
  .section-career-inn-A .heading {
    margin-bottom: 20px;
  }
}
.section-career-inn-A .heading h2 {
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 675px) {
  .section-career-inn-A .heading h2 {
    margin-bottom: 15px;
  }
}
.section-career-inn-A .heading h4 {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  max-width: 650px;
  margin: auto;
  padding-top: 20px;
}
.section-career-inn-A .care_wokk h4 {
  text-align: center;
  margin-bottom: 20px;
}
.section-career-inn-A .care_wokk .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 6px;
}
@media (max-width: 991px) {
  .section-career-inn-A .care_wokk .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .section-career-inn-A .care_wokk .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.section-career-inn-A .care_wokk .card {
  text-align: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #d7d7d7;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 26px 1px rgba(204, 204, 204, 0.4);
}
@media (max-width: 991px) {
  .section-career-inn-A .care_wokk .card {
    padding: 15px;
  }
}
.section-career-inn-A .care_wokk .card .icon {
  margin-bottom: 15px;
  text-align: center;
}
.section-career-inn-A .care_wokk .card .icon img {
  display: inline-block;
  filter: grayscale(1);
}
.section-career-inn-A .care_wokk .card .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
.section-career-inn-A .care_wokk .content {
  margin-top: 20px;
}
.section-career-inn-A .care_wokk .content p {
  text-align: center;
}

.careerSLid .owl-item {
  padding: 8px;
}
.careerSLid .owl-stage {
  display: flex;
}
.careerSLid .owl-stage .card {
  height: 100%;
}

.section-career-inn-B .heading {
  max-width: 725px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 675px) {
  .section-career-inn-B .heading {
    margin: 0 auto 20px;
  }
}
.section-career-inn-B .heading h4 {
  color: #000;
  font-weight: normal;
  margin-bottom: 13px;
}
.section-career-inn-B .freqAskQuertion {
  margin-top: 28px;
}
.section-career-inn-B .freqAskQuertion .item {
  border: 0;
  margin: 15px 0;
}
.section-career-inn-B .freqAskQuertion .item .faq-title {
  background: #ebebeb;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 12px;
  position: relative;
  padding-right: 45px;
  transition: 0.5s ease;
  cursor: pointer;
}
@media (max-width: 675px) {
  .section-career-inn-B .freqAskQuertion .item .faq-title {
    padding: 10px;
    line-height: 21px;
  }
}
.section-career-inn-B .freqAskQuertion .item .faq-title.active {
  background: #0d5ec0;
  color: #fff;
}
.section-career-inn-B .freqAskQuertion .item .faq-title.active::before, .section-career-inn-B .freqAskQuertion .item .faq-title.active::after {
  background: #fff;
}
.section-career-inn-B .freqAskQuertion .item .faq-content {
  padding: 15px 12px 30px;
  border: 1px solid #ccc;
  border-top: 0;
  position: relative;
}
@media (max-width: 675px) {
  .section-career-inn-B .freqAskQuertion .item .faq-content {
    padding: 15px;
  }
}
.section-career-inn-B .freqAskQuertion .item .faq-content .btn_aply {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 675px) {
  .section-career-inn-B .freqAskQuertion .item .faq-content .btn_aply {
    position: static;
    margin-top: 15px;
  }
}
.section-career-inn-B .freqAskQuertion .item .faq-content .btn_aply a {
  border-radius: 4px;
}
.section-career-inn-B .freqAskQuertion .item .faq-content .content p {
  margin-bottom: 5px;
  font-size: 14px;
}
@media (max-width: 675px) {
  .section-career-inn-B .freqAskQuertion .item .faq-content .content p {
    margin-bottom: 0;
    line-height: 22px;
  }
}
.section-career-inn-B .freqAskQuertion .item .faq-content .content .title {
  font-size: 18px;
  color: #212f52;
  margin: 18px 0 10px;
}
.section-career-inn-B .freqAskQuertion .item .faq-content .content ul {
  padding-left: 20px;
  margin-bottom: 35px;
}
.section-career-inn-B .freqAskQuertion .item .faq-content .content ul li {
  display: block;
  position: relative;
  margin: 0 0 5px;
  padding-left: 20px;
  font-size: 14px;
}
.section-career-inn-B .freqAskQuertion .item .faq-content .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 20px;
}
.section-career-inn-B .freqAskQuertion .item:not(:first-child) .faq-content {
  display: none;
}
.section-career-inn-B .btn_aply a {
  display: inline-block;
  border: 1px solid #0d5ec0;
  padding: 4px 30px;
  border-radius: 35px;
  color: #0d5ec0;
  transition: 0.5s ease;
}
.section-career-inn-B .btn_aply a:hover {
  background: #0d5ec0;
  color: #fff;
}

.section-career-inn-C {
  padding: 75px 0;
  background-image: url("../images/home/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: relative;
  margin-top: 60px;
}
.section-career-inn-C::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  background: linear-gradient(to right, #0b1d32, transparent);
}
@media (max-width: 675px) {
  .section-career-inn-C {
    padding: 40px 0;
  }
}
.section-career-inn-C .container {
  position: relative;
  z-index: 1;
}
.section-career-inn-C .join_CareerForm .heading {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 675px) {
  .section-career-inn-C .join_CareerForm .heading {
    text-align: center;
    margin-bottom: 35px;
  }
}
.section-career-inn-C .join_CareerForm .heading h2 {
  color: #fff;
  margin-bottom: 10px;
}
.section-career-inn-C .join_CareerForm p {
  color: #fff;
}
.section-career-inn-C .join_CareerForm .careerForm {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.section-career-inn-C .join_CareerForm .careerForm .flex {
  justify-content: space-between;
}
.section-career-inn-C .join_CareerForm .careerForm .flex .col {
  flex: 0 1 46%;
  max-width: 46%;
}
@media (max-width: 520px) {
  .section-career-inn-C .join_CareerForm .careerForm .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.section-career-inn-C .join_CareerForm .careerForm .form .form-group .form-control {
  background: transparent;
  color: #fff;
  font-size: 14px;
  border-color: #fff;
  padding: 10px 0;
}
.section-career-inn-C .join_CareerForm .careerForm .form .form-group label {
  color: #fff;
  font-size: 14px;
}
.section-career-inn-C .join_CareerForm .careerForm .form .form-group.valid label {
  opacity: 0.8;
}
.section-career-inn-C .join_CareerForm .careerForm .form .form-group textarea.form-control {
  height: 68px;
}
.section-career-inn-C .join_CareerForm .careerForm .form .file-opload {
  position: relative;
}
.section-career-inn-C .join_CareerForm .careerForm .form .file-opload input.input-file {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.section-career-inn-C .join_CareerForm .careerForm .form .file-opload p {
  padding: 12px 20px;
  background: #f1f1f1;
  pointer-events: none;
  color: #000;
}
.section-career-inn-C .join_CareerForm .careerForm .form .icondoro img {
  filter: grayscale(1);
}
.section-career-inn-C .join_CareerForm .careerForm .form .btn-form {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 675px) {
  .section-career-inn-C .join_CareerForm .careerForm .form .btn-form {
    margin-top: 15px;
  }
}
.section-career-inn-C .join_CareerForm .careerForm .form .btn-form .btn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  background: #0d5ec0;
  border: 1px solid #0d5ec0;
  border-radius: 35px;
  padding: 11px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.5s ease;
}
.section-career-inn-C .join_CareerForm .careerForm .form .btn-form .btn:hover {
  background: #1d349e;
}

.banner.csr-banner .banner-content {
  max-width: 850px;
}
@media (max-width: 991px) {
  .banner.csr-banner .banner-content {
    max-width: 570px;
    bottom: 15px;
  }
}
.banner.csr-banner .banner-content .content-wrapper .content p {
  font-size: 17px;
}
@media (max-width: 675px) {
  .banner.csr-banner .bg::before {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 68%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8588235294), transparent);
  }
}

.pragati-csr-page .csr-secA {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .pragati-csr-page .csr-secA {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .pragati-csr-page .csr-secA {
    padding: 50px 0;
  }
}
@media (max-width: 675px) {
  .pragati-csr-page .csr-secA {
    padding: 30px 0 35px;
  }
}
.pragati-csr-page .csr-secA .container {
  max-width: 1000px;
}
.pragati-csr-page .csr-secA .content {
  text-align: center;
}
@media (max-width: 675px) {
  .pragati-csr-page .csr-secA .content {
    text-align: justify;
  }
}
.pragati-csr-page .flecgrd .heading {
  margin-bottom: 50px;
}
.pragati-csr-page .flecgrd .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
.pragati-csr-page .flecgrd .img img {
  width: 100%;
  display: block;
}

.csr-secB .flex .col {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 675px) {
  .csr-secB .flex .col:last-child {
    padding: 0;
  }
}
.csr-secB .flex .col:nth-child(2n) {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 15px;
}
@media (max-width: 1024px) {
  .csr-secB .flex .col:nth-child(2n) {
    padding: 70px 15px;
  }
}
@media (max-width: 991px) {
  .csr-secB .flex .col:nth-child(2n) {
    padding: 50px 15px;
  }
}
@media (max-width: 675px) {
  .csr-secB .flex .col:nth-child(2n) {
    padding: 0 15px 30px;
  }
}
.csr-secB .flex .col:first-child .item .card, .csr-secB .flex .col:nth-child(3) .item .card, .csr-secB .flex .col:last-child .item .card {
  max-width: 100%;
}
.csr-secB .flex .col:first-child .item .card figure, .csr-secB .flex .col:nth-child(3) .item .card figure, .csr-secB .flex .col:last-child .item .card figure {
  max-width: 100%;
  border-radius: 0px;
}
.csr-secB .flex .col:first-child .item .card figure::before, .csr-secB .flex .col:nth-child(3) .item .card figure::before, .csr-secB .flex .col:last-child .item .card figure::before {
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6705882353), rgba(0, 0, 0, 0.6705882353), transparent);
}
@media (max-width: 675px) {
  .csr-secB .flex .col:first-child .item .card figure::before, .csr-secB .flex .col:nth-child(3) .item .card figure::before, .csr-secB .flex .col:last-child .item .card figure::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2196078431), rgba(0, 0, 0, 0.2196078431), rgba(0, 0, 0, 0.2196078431));
  }
}
.csr-secB .flex .col:first-child .item .card .content, .csr-secB .flex .col:nth-child(3) .item .card .content, .csr-secB .flex .col:last-child .item .card .content {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 710px;
  width: 100%;
  padding: 45px;
}
@media (max-width: 1024px) {
  .csr-secB .flex .col:first-child .item .card .content, .csr-secB .flex .col:nth-child(3) .item .card .content, .csr-secB .flex .col:last-child .item .card .content {
    max-width: 560px;
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .csr-secB .flex .col:first-child .item .card .content, .csr-secB .flex .col:nth-child(3) .item .card .content, .csr-secB .flex .col:last-child .item .card .content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 675px) {
  .csr-secB .flex .col:first-child .item .card .content, .csr-secB .flex .col:nth-child(3) .item .card .content, .csr-secB .flex .col:last-child .item .card .content {
    position: static;
    padding: 10px 15px 30px;
    transform: translateY(0%);
  }
}
.csr-secB .flex .col:first-child .item .card .content h3, .csr-secB .flex .col:first-child .item .card .content p, .csr-secB .flex .col:nth-child(3) .item .card .content h3, .csr-secB .flex .col:nth-child(3) .item .card .content p, .csr-secB .flex .col:last-child .item .card .content h3, .csr-secB .flex .col:last-child .item .card .content p {
  color: #fff;
}
@media (max-width: 675px) {
  .csr-secB .flex .col:first-child .item .card .content h3, .csr-secB .flex .col:first-child .item .card .content p, .csr-secB .flex .col:nth-child(3) .item .card .content h3, .csr-secB .flex .col:nth-child(3) .item .card .content p, .csr-secB .flex .col:last-child .item .card .content h3, .csr-secB .flex .col:last-child .item .card .content p {
    color: #000;
  }
}
.csr-secB .flex .col:nth-child(4) .item .flex {
  flex-direction: row-reverse;
}
.csr-secB .item .flex {
  align-items: center;
}
.csr-secB .item .card {
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 675px) {
  .csr-secB .item .card {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.csr-secB .item figure {
  display: block;
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 675px) {
  .csr-secB .item figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.csr-secB .item figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8901960784), transparent);
}
@media (max-width: 675px) {
  .csr-secB .item figure::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2196078431), transparent);
  }
}
.csr-secB .item figure img {
  width: 100%;
}
.csr-secB .item .content {
  max-width: 710px;
  width: 100%;
  padding: 45px;
}
@media (max-width: 1024px) {
  .csr-secB .item .content {
    max-width: 560px;
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 675px) {
  .csr-secB .item .content {
    position: static;
    padding: 10px 0 0;
  }
}
.csr-secB .item .content h3, .csr-secB .item .content p {
  color: #000;
}
.csr-secB .item .content h3 {
  margin-bottom: 17px;
  line-height: normal;
  font-family: "Charmelade DEMO", sans-serif;
}
.csr-secB .item .content p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 8px;
}

.csr-secC {
  padding: 60px 0;
}
@media (max-width: 675px) {
  .csr-secC {
    padding: 30px 0;
  }
}
.csr-secC .heading {
  margin-bottom: 60px;
}
@media (max-width: 675px) {
  .csr-secC .heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .csr-secC .gallery-slider {
    padding: 0 40px;
  }
}
@media (max-width: 675px) {
  .csr-secC .gallery-slider {
    padding: 0;
  }
}
.csr-secC .gallery-slider .owl-nav {
  top: 45%;
  position: absolute;
  left: 0;
  right: 0;
}
.csr-secC .gallery-slider .owl-nav button.owl-prev, .csr-secC .gallery-slider .owl-nav .owl-next {
  position: absolute;
}
.csr-secC .gallery-slider .owl-nav .owl-prev {
  left: -100px;
}
@media (max-width: 1366px) {
  .csr-secC .gallery-slider .owl-nav .owl-prev {
    left: -45px;
  }
}
@media (max-width: 1024px) {
  .csr-secC .gallery-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.csr-secC .gallery-slider .owl-nav .owl-prev img {
  margin-right: auto;
}
.csr-secC .gallery-slider .owl-nav .owl-next {
  right: -100px;
}
@media (max-width: 1366px) {
  .csr-secC .gallery-slider .owl-nav .owl-next {
    right: -45px;
  }
}
@media (max-width: 1024px) {
  .csr-secC .gallery-slider .owl-nav .owl-next {
    right: 0;
  }
}
.csr-secC .gallery-slider .owl-nav .owl-next img {
  margin-left: auto;
}

.pragati-speaks {
  background: #015afe;
  padding: 100px 0 300px;
  position: relative;
}
@media (max-width: 1024px) {
  .pragati-speaks {
    padding: 80px 0 180px;
  }
}
@media (max-width: 991px) {
  .pragati-speaks {
    padding: 60px 0 150px;
  }
}
@media (max-width: 675px) {
  .pragati-speaks {
    padding: 30px 0 100px;
  }
}
.pragati-speaks .milkbg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.pragati-speaks .video_icon {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pragati-speaks .video_icon {
    top: 40%;
    left: 40%;
  }
}
@media (max-width: 991px) {
  .pragati-speaks .video_icon {
    top: 15%;
    left: auto;
    right: 10%;
  }
}
@media (max-width: 675px) {
  .pragati-speaks .video_icon {
    display: none;
  }
}
@media (max-width: 675px) {
  .pragati-speaks .container {
    padding: 0;
  }
}
.pragati-speaks h2, .pragati-speaks h3, .pragati-speaks p {
  color: #fff;
}
.pragati-speaks p {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .pragati-speaks p {
    text-align: justify;
  }
}
.pragati-speaks h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 29px;
}
@media (max-width: 675px) {
  .pragati-speaks h3 {
    font-size: 24px;
  }
}
.pragati-speaks h2 {
  font-family: "Charmelade DEMO", sans-serif;
  display: inline-block;
}
.pragati-speaks .typed-cursor {
  margin-left: 10px;
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  color: #fff;
}
@media (max-width: 675px) {
  .pragati-speaks .typed-cursor {
    font-size: 30px;
  }
}
.pragati-speaks .flex {
  justify-content: space-between;
}
.pragati-speaks .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 991px) {
  .pragati-speaks .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    min-height: 100px;
  }
}
@media (max-width: 675px) {
  .pragati-speaks .flex .col {
    min-height: 70px;
  }
}
.pragati-speaks .flex .col:nth-child(2) {
  max-width: 460px;
}
@media (max-width: 991px) {
  .pragati-speaks .flex .col:nth-child(2) {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 18px;
  }
}
@media (max-width: 675px) {
  .pragati-speaks .flex .col:nth-child(2) {
    margin-top: 15px;
  }
}

.procesing-sec {
  padding: 70px 0 80px;
}
@media (max-width: 991px) {
  .procesing-sec {
    padding: 60px 0 20px;
  }
}
@media (max-width: 675px) {
  .procesing-sec {
    padding: 40px 0 35px;
  }
}
.procesing-sec .container {
  padding: 0;
}
.procesing-sec p {
  font-family: "Quicksand", sans-serif;
  color: #666666;
}
.procesing-sec h2 {
  font-family: "Charmelade DEMO", sans-serif;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .procesing-sec h2 {
    margin-bottom: 11px;
  }
}
.procesing-sec h3, .procesing-sec h4 {
  font-family: "Tabitha", sans-serif;
}
.procesing-sec h4 {
  line-height: 28px;
  color: #666666;
}
.procesing-sec .col {
  flex: 0 1 45%;
  max-width: 45%;
  width: 100%;
}
@media (max-width: 1024px) {
  .procesing-sec .col {
    flex: 0 1 48%;
    max-width: 48%;
  }
}
@media (max-width: 991px) {
  .procesing-sec .col {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 675px) {
  .procesing-sec .col {
    margin-bottom: 20px;
  }
}
.procesing-sec .col1 {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
}
@media (max-width: 1024px) {
  .procesing-sec .col1 {
    flex: 0 1 33%;
    max-width: 33%;
  }
}
@media (max-width: 675px) {
  .procesing-sec .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.procesing-sec .justi {
  justify-content: space-between;
}
@media (max-width: 675px) {
  .procesing-sec .justi {
    text-align: center;
  }
}
.procesing-sec .justi h3 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .procesing-sec .justi h3 {
    font-size: 30px;
  }
}
@media (max-width: 675px) {
  .procesing-sec .justi h3 {
    font-size: 31px;
  }
}
@media (max-width: 675px) {
  .procesing-sec .justi p {
    margin-top: -4px;
  }
}
@media (max-width: 991px) {
  .procesing-sec .justi .para {
    text-align: justify;
  }
}
.procesing-sec .heading {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .procesing-sec .heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 675px) {
  .procesing-sec .heading {
    margin-bottom: 15px;
  }
}
.procesing-sec .numb-count {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .procesing-sec .numb-count {
    margin-top: 15px;
  }
}
.procesing-sec .owl-dots {
  display: flex;
  margin: 23px auto;
  text-align: center;
  justify-content: center;
}
.procesing-sec .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #666666;
  margin: 0 5px;
}
.procesing-sec .owl-dots .owl-dot.active {
  background: #0d5ec0;
}

.play-sec {
  position: relative;
}
.play-sec .play-background {
  width: 100%;
}
.play-sec .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sales-distribution-sec {
  padding: 70px 0 80px;
}
@media (max-width: 991px) {
  .sales-distribution-sec {
    padding: 30px 0 30px;
  }
}
@media (max-width: 675px) {
  .sales-distribution-sec {
    padding: 35px 0 30px;
  }
}
.sales-distribution-sec .container {
  padding: 0;
}
.sales-distribution-sec p {
  font-family: "Quicksand", sans-serif;
  color: #666666;
}
.sales-distribution-sec h2 {
  font-family: "Charmelade DEMO", sans-serif;
  margin-bottom: 18px;
}
.sales-distribution-sec .heading {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .sales-distribution-sec .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 675px) {
  .sales-distribution-sec .heading {
    margin-bottom: 25px;
  }
}
.sales-distribution-sec .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 991px) {
  .sales-distribution-sec .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .sales-distribution-sec .col img {
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .sales-distribution-sec .col .para {
    text-align: justify;
  }
}
.sales-distribution-sec .col1 {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
}
@media (max-width: 991px) {
  .sales-distribution-sec .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    margin: 50px 0;
  }
}
.sales-distribution-sec .col2 {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 991px) {
  .sales-distribution-sec .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.sales-distribution-sec .col3 {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 675px) {
  .sales-distribution-sec .col3 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.sales-distribution-sec .distribution-sec {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .sales-distribution-sec .distribution-sec {
    padding-top: 0;
  }
}
.sales-distribution-sec .sales-sec {
  text-align: center;
}
.sales-distribution-sec .sales-sec .digit {
  display: inline-block;
  border: 1px solid #666666;
  height: 30px;
  width: 30px;
  border-radius: 20px;
}
.sales-distribution-sec .sales-sec .img-sec {
  padding: 8px;
}
.sales-distribution-sec .sales-sec .img-sec img {
  margin: 0 auto;
}
.sales-distribution-sec .sales-sec .text p {
  margin-bottom: -8px;
}
.sales-distribution-sec .margin-auto {
  margin: 0 auto;
}
.sales-distribution-sec .text-center {
  text-align: center;
}
.sales-distribution-sec .border-img {
  border: 1px solid #666666;
}

.about_our-team {
  background: #febf0f;
  padding: 90px 0;
}
@media (max-width: 675px) {
  .about_our-team {
    padding: 35px 0;
  }
}
.about_our-team::before {
  display: none;
}
.about_our-team .title {
  font-size: 60px;
  line-height: 60px;
  font-family: "Charmelade DEMO", sans-serif;
  color: #000;
  max-width: 400px;
  z-index: 2;
  text-align: center;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .about_our-team .title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 50px;
  }
}
@media (max-width: 675px) {
  .about_our-team .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .about_our-team .team_slider2 {
    padding: 0 50px;
  }
}
.about_our-team .team_slider2 .item .col2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_our-team .team_slider2 .item .desig2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 13px;
}
.about_our-team .team_slider2 .item .content p {
  margin-bottom: 10px;
}
.about_our-team .team_slider2 .item .content .desig {
  margin-bottom: 15px;
}
.about_our-team .team_slider2 .item .content .name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 5px;
  font-family: "Charmelade DEMO", sans-serif;
}
.about_our-team .team_slider2 .item figure img {
  border-radius: 10px;
}
.about_our-team .team_slider2 .item .col2 {
  padding-left: 35px;
}
@media (max-width: 675px) {
  .about_our-team .team_slider2 .item .col2 {
    padding-left: 0;
  }
}
.about_our-team .team_slider2 .owl-nav {
  top: 45%;
  position: absolute;
  left: 0;
  right: 0;
}
.about_our-team .team_slider2 .owl-nav button.owl-prev, .about_our-team .team_slider2 .owl-nav .owl-next {
  position: absolute;
}
.about_our-team .team_slider2 .owl-nav .owl-prev {
  left: -100px;
}
@media (max-width: 1366px) {
  .about_our-team .team_slider2 .owl-nav .owl-prev {
    left: -45px;
  }
}
@media (max-width: 1024px) {
  .about_our-team .team_slider2 .owl-nav .owl-prev {
    left: 0;
  }
}
.about_our-team .team_slider2 .owl-nav .owl-prev img {
  margin-right: auto;
}
.about_our-team .team_slider2 .owl-nav .owl-next {
  right: -100px;
}
@media (max-width: 1366px) {
  .about_our-team .team_slider2 .owl-nav .owl-next {
    right: -45px;
  }
}
@media (max-width: 1024px) {
  .about_our-team .team_slider2 .owl-nav .owl-next {
    right: 0;
  }
}
.about_our-team .team_slider2 .owl-nav .owl-next img {
  margin-left: auto;
}

.pragati-contact-SecA .sec_contact {
  background: linear-gradient(to right, #8d3032, #eb373c 93%);
    padding: 100px 0 120px;
  position: relative;
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact {
    padding: 70px 0 70px;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact {
    padding: 35px 0 120px;
  }
}
.pragati-contact-SecA .sec_contact::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  left: 0;
  background-image: url("../images/contact/contactbg1.png");
  background-size: cover;
}
.pragati-contact-SecA .sec_contact .col {
  flex: 0 1 50%;
  max-width: 50%;
  margin-bottom: 35px;
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .col {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .col:nth-child(2) {
    position: absolute;
    bottom: -21%;
    left: 42px;
  }
}
.pragati-contact-SecA .sec_contact .col-1 {
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1024px) {
  .pragati-contact-SecA .sec_contact .col-1 {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact .col-1 {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .col-1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pragati-contact-SecA .sec_contact .col-2 {
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1024px) {
  .pragati-contact-SecA .sec_contact .col-2 {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .col-2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pragati-contact-SecA .sec_contact .col-3 {
  flex: 0 1 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1024px) {
  .pragati-contact-SecA .sec_contact .col-3 {
    flex: 0 1 35%;
    max-width: 35%;
  }
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact .col-3 {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .col-3 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.pragati-contact-SecA .sec_contact .col-3 .flex {
  flex-wrap: nowrap;
}
.pragati-contact-SecA .sec_contact .container-1 {
  padding: 0 110px;
  position: relative;
}
@media (max-width: 1024px) {
  .pragati-contact-SecA .sec_contact .container-1 {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact .container-1 {
    padding: 0;
  }
}
.pragati-contact-SecA .sec_contact .container-1 h3, .pragati-contact-SecA .sec_contact .container-1 p, .pragati-contact-SecA .sec_contact .container-1 li, .pragati-contact-SecA .sec_contact .container-1 h4, .pragati-contact-SecA .sec_contact .container-1 a {
  font-family: "Quicksand", sans-serif;
  color: #fff;
}
.pragati-contact-SecA .sec_contact .container-1 h3 {
  line-height: 38px;
}
@media (max-width: 1024px) {
  .pragati-contact-SecA .sec_contact .container-1 h3 {
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact .container-1 h3 {
    line-height: 37px;
  }
}
.pragati-contact-SecA .sec_contact .container-1 h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .container-1 h4 {
    font-size: 21px;
  }
}
/* .pragati-contact-SecA .sec_contact .container-1 .title {
  max-width: 340px;
} */
.pragati-contact-SecA .sec_contact .container-1 .whtsapp .flex {
  justify-content: flex-end;
}
.pragati-contact-SecA .sec_contact .container-1 .whtsapp a {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 4px 16px 4px 4px;
  cursor: pointer;
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .container-1 .whtsapp a {
    display: none;
  }
}
.pragati-contact-SecA .sec_contact .container-1 .whtsapp a:nth-child(2) {
  display: none;
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .container-1 .whtsapp a:nth-child(2) {
    display: flex;
  }
}
.pragati-contact-SecA .sec_contact .container-1 .whtsapp a:hover {
  background: #fff;
  transition: 0.5s ease;
}
.pragati-contact-SecA .sec_contact .container-1 .whtsapp a:hover p {
  color: #000;
}
.pragati-contact-SecA .sec_contact .container-1 .whtsapp img {
  background: #12ba51;
  padding: 12px;
  border-radius: 20px;
}
.pragati-contact-SecA .sec_contact .container-1 .whtsapp p {
  margin-left: 5px;
}
.pragati-contact-SecA .sec_contact .sec1 {
  max-width: 50px;
  width: 100%;
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact .sec1 {
    max-width: 31px;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .sec1 {
    padding-top: 5px;
  }
}
.pragati-contact-SecA .sec_contact .sec1 .border {
  border: 1px solid #fff;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact .sec1 .border {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 991px) {
  .pragati-contact-SecA .sec_contact .sec1 .border img {
    max-width: 12px;
  }
}
.pragati-contact-SecA .sec_contact .sec2 {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .pragati-contact-SecA .sec_contact .sec2 {
    padding-left: 10px;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .sec2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .sec2 {
    padding-left: 15px;
  }
}
.pragati-contact-SecA .sec_contact .sec2 .heading {
  margin-bottom: 15px;
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .sec2 .heading {
    margin-bottom: 5px;
  }
}
@media (max-width: 675px) {
  .pragati-contact-SecA .sec_contact .sec2 ul li {
    line-height: 21px;
  }
}
.pragati-contact-SecA .direction {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 34px;
  margin-left: 64px;
}
@media (max-width: 675px) {
  .pragati-contact-SecA .direction {
    margin-top: 0;
    margin-left: 45px;
  }
}
.pragati-contact-SecA .direction a {
  margin-right: 15px;
  transition: 0.5s ease;
}
.pragati-contact-SecA .direction a:hover {
  padding-left: 5px;
}

.sec-img img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 675px) {
  .sec-img img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.Contact-sec-form {
  padding: 70px 0;
}
@media (max-width: 675px) {
  .Contact-sec-form {
    padding: 40px 0;
  }
}
.Contact-sec-form .container {
  max-width: 650px;
}
.Contact-sec-form input, .Contact-sec-form button {
  font-family: "Quicksand", sans-serif;
}
.Contact-sec-form h2 {
  font-family: "Charmelade DEMO", sans-serif;
}
.Contact-sec-form .heading {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 675px) {
  .Contact-sec-form .heading {
    margin-bottom: 25px;
  }
}
.Contact-sec-form .flex {
  justify-content: space-between;
}
.Contact-sec-form .flex .col {
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
}
@media (max-width: 675px) {
  .Contact-sec-form .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Contact-sec-form .flex .col1 {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.Contact-sec-form .form-group {
  margin-bottom: 30px;
}
.Contact-sec-form .form-group label {
  font-size: 14px;
}
.Contact-sec-form .form-group .form-control {
  border-bottom: 1px solid #000;
}
.Contact-sec-form .btn-form {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.Contact-sec-form .btn-form .btn {
  background: #ea3438;
  padding: 10px 50px;
  color: #fff;
  border: none;
  border-radius: 9px;
  box-shadow: 6px 8px 2px 0px #e0e0e0;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s ease;
}
.Contact-sec-form .btn-form .btn:hover {
  box-shadow: 0px 0px 0px 0px #0d5ec0;
}

.storelocator-page {
  padding: 80px 0 0;
}
@media (max-width: 991px) {
  .storelocator-page {
    padding: 60px 0 0;
  }
}
@media (max-width: 675px) {
  .storelocator-page {
    padding: 30px 0 0;
  }
}
.storelocator-page .store-locator-filter {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .storelocator-page .store-locator-filter {
    padding-bottom: 63px;
  }
}
.storelocator-page .store-locator-filter .container {
  max-width: 1000px;
}
.storelocator-page .store-locator-filter .form {
  position: relative;
}
.storelocator-page .store-locator-filter .flex {
  padding-right: 175px;
}
@media (max-width: 991px) {
  .storelocator-page .store-locator-filter .flex {
    padding-right: 0;
  }
}
.storelocator-page .store-locator-filter .flex .col1 {
  flex: 0 1 42%;
  max-width: 42%;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 675px) {
  .storelocator-page .store-locator-filter .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.storelocator-page .store-locator-filter .flex .col {
  padding: 0 15px;
  flex: 0 1 29%;
  max-width: 29%;
  width: 100%;
}
@media (max-width: 675px) {
  .storelocator-page .store-locator-filter .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 675px) {
  .storelocator-page .store-locator-filter .form-group {
    margin-bottom: 33px;
  }
}
.storelocator-page .store-locator-filter .form-group .form-control {
  border-bottom: 1px solid #000;
}
.storelocator-page .store-locator-filter .form-group.valid label {
  top: -4px;
}
.storelocator-page .store-locator-filter .btn-store {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
}
@media (max-width: 991px) {
  .storelocator-page .store-locator-filter .btn-store {
    top: auto;
    bottom: -42px;
    right: auto;
  }
}
@media (max-width: 675px) {
  .storelocator-page .store-locator-filter .btn-store {
    bottom: -30px;
  }
}
.storelocator-page .store-locator-filter .btn-store .btn {
  display: inline-block;
  padding: 10px 45px;
  background: #0d5ec0;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.5s ease;
}
.storelocator-page .store-locator-filter .btn-store .btn:hover {
  background: #febf0f;
}

.store-Locater-Page {
  position: relative;
  height: 100%;
}

aside.aside-Location {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 365px;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding-right: 4px;
}
@media (max-width: 991px) {
  aside.aside-Location {
    max-width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    bottom: inherit;
    background: #fff;
    padding-right: 4px;
    display: block;
  }
}
@media (max-width: 675px) {
  aside.aside-Location {
    padding-right: 0;
  }
}
aside.aside-Location .list-Store-Locate {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
}
@media (max-width: 675px) {
  aside.aside-Location .list-Store-Locate {
    overflow-y: auto;
  }
}
aside.aside-Location .list-Store-Locate::-webkit-scrollbar {
  width: 5px;
}
aside.aside-Location .list-Store-Locate::-webkit-scrollbar-track {
  box-shadow: unset;
  background: transparent;
}
aside.aside-Location .list-Store-Locate::-webkit-scrollbar-thumb {
  background: #0d5ec0;
}
aside.aside-Location .list-Store-Locate .bg .item {
  position: relative;
}
aside.aside-Location .list-Store-Locate .bg .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #0d5ec0;
  transition: 0.5s ease;
}
aside.aside-Location .list-Store-Locate .bg .item.act_cit:after {
  width: 100%;
}
aside.aside-Location .list-Store-Locate .bg .item:nth-child(odd) .card {
  background: #d8edff;
}
aside.aside-Location .list-Store-Locate .bg .item .card {
  background: #fff;
  padding: 25px;
  cursor: pointer;
}
@media (max-width: 675px) {
  aside.aside-Location .list-Store-Locate .bg .item .card {
    padding: 20px 15px;
  }
}
aside.aside-Location .list-Store-Locate .bg .item .card .name {
  color: #000;
  font-weight: bold;
}
aside.aside-Location .list-Store-Locate .bg .item .card .mobile {
  margin: 4px 0;
}
@media (max-width: 675px) {
  aside.aside-Location .list-Store-Locate .bg .item .card .mobile {
    margin: 0;
  }
}
aside.aside-Location .list-Store-Locate .bg .item .card .mobile a {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 675px) {
  aside.aside-Location .list-Store-Locate .bg .item .card .mobile a {
    font-size: 13px;
  }
}
aside.aside-Location .list-Store-Locate .bg .item .card .addClass {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 675px) {
  aside.aside-Location .list-Store-Locate .bg .item .card .addClass {
    line-height: 1.3;
    font-size: 13px;
  }
}

.aside-right {
  flex: 1;
  padding-left: 365px;
}
@media (max-width: 991px) {
  .aside-right {
    padding-left: 0;
  }
}
@media (max-width: 675px) {
  .aside-right {
    margin-top: 15px;
  }
}
.aside-right .iframe {
  height: 100%;
}
.aside-right .iframe .map {
  height: 80vh;
  width: 100%;
}
@media (max-width: 675px) {
  .aside-right .iframe .map {
    height: 60vh;
  }
}
.aside-right .iframe .map .gm-style-iw-d {
  max-width: 350px;
}
.aside-right .iframe .map h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
.aside-right .iframe .map ul li {
  display: block;
  margin-bottom: 2px;
}
.aside-right .iframe .map ul li p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.aside-right .iframe .map ul li a {
  line-height: 1.5;
  background: linear-gradient(to right, #1d05da, #0c42ea, #0094d9);
  color: #fff;
  display: inline-block;
  padding: 4px 18px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 25px;
}

footer .footer-wrapper {
  /* background: #9f2f30  url("../images/footer/bg.png"); */
  background: #d53135 ;
  background-position: bottom;
  padding: 60px 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  /* footer .footer-wrapper {
    padding: 30px 0 180px;
  } */
}
@media (max-width: 1024px) {
  footer .footer-wrapper {
    padding: 60px 0 220px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper {
    padding: 60px 0 180px;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper {
    padding: 40px 0 140px;
    background-size: 700px 140px;
  }
}
footer .footer-wrapper .flex .col {
  flex: 0 1 28%;
  max-width: 28%;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .flex .col {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .footer-wrapper .flex .col:nth-child(2), footer .footer-wrapper .flex .col:nth-child(3) {
  flex: 0 1 21%;
  max-width: 21%;
}
@media (max-width: 991px) {
  footer .footer-wrapper .flex .col:nth-child(2), footer .footer-wrapper .flex .col:nth-child(3) {
    flex: 0 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 675px) {
  footer .footer-wrapper .flex .col:nth-child(2), footer .footer-wrapper .flex .col:nth-child(3) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .footer-wrapper .flex .col:last-child {
  flex: 0 1 30%;
  max-width: 30%;
}
@media (max-width: 675px) {
  footer .footer-wrapper .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .footer-wrapper .connct_us .social-links ul li {
  margin-right: 8px;
}
footer .footer-wrapper .connct_us .social-links ul li:last-child {
  margin: 0;
}
footer .footer-wrapper .connct_us .social-links ul li a {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 675px) {
  footer .footer-wrapper .connct_us .social-links ul li a {
    width: 36px;
    height: 36px;
  }
}
footer .footer-wrapper .connct_us .social-links ul li a svg {
  width: 25px;
  height: 25px;
}
footer .footer-wrapper .connct_us .social-links ul li a svg path {
  fill: #0d5ec0;
}
footer .footer-wrapper .contactinfo {
  max-width: 310px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 675px) {
  footer .footer-wrapper .contactinfo {
    max-width: 100%;
  }
}
footer .footer-wrapper .footer_nav .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 675px) {
  footer .footer-wrapper .footer_nav .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
footer .footer-wrapper .footer_nav .address {
  margin-bottom: 25px;
}
@media (max-width: 675px) {
  footer .footer-wrapper .footer_nav .address {
    margin-bottom: 20px;
  }
}
footer .footer-wrapper .footer_nav ul li {
  display: block;
}
footer .footer-wrapper .footer_nav ul li a {
  display: block;
  color: #fff;
  padding: 2px 0;
  opacity: 1;
  transition: 0.5s ease;
}
footer .footer-wrapper .footer_nav ul li a:hover {
  padding-left: 5px;
  opacity: 0.8;
}
footer .footer-wrapper .footer_nav p {
  color: #fff;
  margin-bottom: 5px;
}
footer .footer-wrapper .footer_nav p a {
  color: #fff;
}
footer .whats_chat {
  margin-top: 30px;
}
@media (max-width: 675px) {
  footer .whats_chat {
    margin-top: 20px;
  }
}
footer .whats_chat a {
  display: inline-block;
  background: #fff;
  padding: 9px 25px;
  font-weight: bold;
  color: #0d5ec0;
  border-radius: 10px;
  box-shadow: 9px 10px 2px 0px rgba(255, 255, 255, 0.7411764706);
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  footer .whats_chat a {
    box-shadow: 6px 7px 2px 0px rgba(255, 255, 255, 0.7411764706);
  }
}
@media (max-width: 675px) {
  footer .whats_chat a {
    display: none;
  }
}
footer .whats_chat a:nth-child(2) {
  display: none;
}
@media (max-width: 675px) {
  footer .whats_chat a:nth-child(2) {
    display: inline-block;
  }
}
footer .whats_chat a:hover {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.7411764706);
}
footer .whats_chat a img, footer .whats_chat a span {
  display: inline-block;
  vertical-align: middle;
}
footer .whats_chat a img {
  margin-right: 8px;
}
footer .logo_btm {
  margin-top: 35px;
}
footer .logo_btm a {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 12px;
  gap: 2px;
}
footer .logo_btm a img {
  width: 150px;
  display: initial;
}

.mob_strip {
  display: none;
}
@media (max-width: 675px) {
  .mob_strip {
    display: flex;
    justify-content: space-between;
    background: #ea3236 !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    border-top: 1px solid rgba(255, 255, 255, 0.0901960784);
  }
}
.mob_strip a {
  display: inline-block;
  color: #fff;
  padding: 4px 5px;
  flex: 0 0 28%;
  max-width: 28%;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 420px) {
  .mob_strip a {
    font-size: 13px;
  }
}
.mob_strip a:nth-child(2) {
  flex: 0 0 44%;
  max-width: 44%;
  border-left: 1px solid rgba(255, 255, 255, 0.0901960784);
  border-right: 1px solid rgba(255, 255, 255, 0.0901960784);
}
.mob_strip a img {
  display: block;
  margin: 0 auto;
  width: 25px;
}

.design_bg {
  margin-top: 15px;
}
.design_bg p {
  color: #fff;
}
.design_bg p span, .design_bg p img {
  display: inline-block;
  vertical-align: middle;
}
.design_bg p span {
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */

/* ======================================== */
.our-values {
  background-color: #d53135;
  width: 100%;
  padding: 40px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 55px;
  margin-top: 50px;
}

.our-values:before {
  top: -1px;
  background-position: center bottom !important;
}

.our-values:before {
  content: '';
  background: url(../images/white-background-footers.webp) repeat-x;
  display: block;
  height: 37px;
  position: absolute;
  left: -1px;
  right: -1px;
}

.our-values:after {
  bottom: -1px;
  background-position: center top !important;
}

.our-values:after {
  content: '';
  background: url(../images/white-background-footers.webp) repeat-x;
  display: block;
  height: 37px;
  position: absolute;
  left: -1px;
  right: -1px;
}
</pre></body></html>