<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
h1 {
  font-size: 2.15rem;
  margin-bottom: 1.25rem;
  color: #3150a1;
}

h2 {
  font-size: 1.35rem;
  color: #111;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "Conv_Futura Light BT";
  src: url("fonts/Futura%20Light%20BT.eot");
  src: local("â˜º"), url("fonts/Futura%20Light%20BT.woff") format("woff"), url("fonts/Futura%20Light%20BT.ttf") format("truetype"), url("fonts/Futura%20Light%20BT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Conv_Futura Light BT";
font-family: 'Tiro Devanagari Sanskrit', serif;
  line-height: 1.6;
  font-size: 17px;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  color: #3150a1;
  outline: none;
}

a:hover {
  color: #ed1c24;
}

.a:focus {
  border: none;
  outline: none;
}

.btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#f32d34), color-stop(51%, #bd070d), to(#e52d27));
  background-image: linear-gradient(to right, #f32d34 0%, #bd070d 51%, #e52d27 100%);
  color: #fff;
  background: linear-gradient(87.64deg,#05af3f 16.81%,#6dda7e 147.4%);
  border: 1.5px solid #fff;
  padding: 0.6rem 0.5rem 0.7rem 1.5rem;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn i {
  background: #fff;
  padding: 0.15rem 0.45rem 0.4rem 0.45rem;
  border-radius: 50%;
  color: #ed1c24;
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  background-position: right center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:hover i {
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-box {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 1.25rem;
}

.clear {
  clear: both;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  margin-bottom: 0.25rem !important;
  font-size: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.form-control {
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 1rem;
  color: #777;
}

.positionrelative {
  position: relative;
}

a {
  text-decoration: none;
}

textarea.form-control {
  min-height: calc(6em + 0.75rem + 2px);
}

.form-floating &gt; .form-control,
.form-floating &gt; .form-select {
  height: calc(3rem + 8px);
  padding: 1rem;
}

.form-floating &gt; label {
  padding: 0.75rem 1rem;
  color: #666;
}

.form-floating &gt; .form-control:focus,
.form-floating &gt; .form-control:not(:placeholder-shown) {
  color: #333;
}

.tab-content {
  padding: 2rem 0 1rem 0;
  min-height: 8rem;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs .nav-link {
  margin-right: 2px;
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
  color: #666;
}

.nav-tabs li {
  margin-bottom: 0 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3150a1;
}

.vg-nav &gt; ul &gt; li:last-child {
  padding-right: 0;
  padding-top: 5px;
  float: right;
  margin-top: -0.25rem;
}

.vg-nav &gt; ul &gt; li a.btn {
  color: #fff;
}

.vg-nav &gt; ul &gt; li a.btn:hover {
  color: #fff;
}

table th {
  background: #3150a1 !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000000001;
  top: 0;
}

.loader img {
  width: 6rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3rem;
  margin-top: -4rem;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

header .header-topbar {
  padding: 0.5rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3150a1), to(#142f73));
  background-image: linear-gradient(to right, #3150a1 0%, #142f73 100%);
  color: #fff;
}

header .header-topbar .top-menu ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-menu ul li {
  float: left;
  display: block;
  margin-right: 2rem;
}

header .header-topbar .top-menu ul li a {
  color: #fff;
  font-size: 0.95rem;
}

header .header-topbar .top-menu ul li a:hover {
  opacity: 0.6;
}

header .header-topbar .top-icon {
  float: right;
}

header .header-topbar .top-icon ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-icon ul li {
  float: left;
  display: block;
  margin-left: 0.85rem;
}

header .header-topbar .top-icon ul li i {
  color: #fff;
}

header .header-topbar .top-icon ul li i:hover {
  opacity: 0.6;
  cursor: pointer;
}

header .header-topbar .top-icon ul li .badge {
  position: absolute;
  margin: -0.2rem 0 0 -0.75rem;
  padding: 0.1rem 0;
  background: #ed1c24;
  width: 1rem;
  height: 1rem;
  font-size: 0.65rem;
  text-align: center;
}

header .header-topbar .top-icon ul li .notification-list {
  position: absolute;
  background: #fff;
  z-index: 111;
  width: 18rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  margin-left: -17rem;
  margin-top: 0.5rem;
  display: none;
}

header .header-topbar .top-icon ul li .notification-list ul {
  margin: 0;
  padding: 0;
}

header .header-topbar .top-icon ul li .notification-list ul li {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #eee;
  display: block;
  margin-left: 0;
  line-height: 1.2;
  width: 100%;
}

header .header-topbar .top-icon ul li .notification-list ul li a {
  color: #3150a1;
  font-size: 1rem;
}

header .header-topbar .top-icon ul li .notification-list ul li a:hover {
  color: #ed1c24;
}

header .header-mid {
  padding: 0.5rem 0;
  border-bottom: 1px solid #3150a1;
}

header .header-mid .header-mid-logo {
  margin-right: 2rem;
  float: left;
}

header .header-mid .header-mid-logo img {
  height: 6rem;
  width: auto;
}
.flogoctevt {
  width: auto;
}

header .header-mid .top-main-menu {
  padding: 0;
  margin-top: 1rem;
}

header .header-mid .top-main-menu ul {
  margin: 0;
  padding: 0;
}

header .header-mid .top-main-menu ul li {
  float: left;
  margin-right: 1.75rem;
  display: block;
  position: relative;
  padding-bottom: 0.25rem;
}

header .header-mid .top-main-menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
}

header .header-mid .top-main-menu ul li a:hover {
  color: #3150a1;
}

header .header-mid .top-main-menu ul li:last-child {
  margin-right: 0;
}

header .header-mid .top-main-menu ul .active {
  border-bottom: 3px solid #3150a1;
}

header .header-mid .top-main-menu ul .active a {
  color: #3150a1;
}

header .header-mid .header-phone {
  float: right;
  margin-top: 0.25rem;
}

header .header-mid .header-phone ul {
  margin: 0;
  padding: 0;
}

header .header-mid .header-phone ul li {
  display: block;
  float: left;
  /* margin-left: 3.5rem; */
}

header .header-mid .header-phone ul li i {
  position: absolute;
  margin-left: -1.5rem;
  color: #3150a1;
}

header .header-mid .header-phone ul li:first-child {
  margin-left: 0;
}

.mobile-menu {
  display: none;
}

.icon-block {
  background: #f2f2f2;
  padding: 0.75rem 0 1rem 0;
}

.icon-block .icon-text ul {
  margin: 0;
  padding: 0;
}

.icon-block .icon-text ul li {
  display: block;
  text-align: center;
  width: 11.11%;
  float: left;
  line-height: 1.4;
  font-size: 0.9rem;
  padding: 0 0.25rem;
}

.icon-block .icon-text ul li a i {
  font-size: 2rem;
  line-height: 1.6;
}

.slideshow .carousel-indicators {
  bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.slideshow .carousel-indicators li {
  width: 2rem;
  background: #ed1c24;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.slideshow .slidecaptionwrapper {
  position: relative;
}

.slideshow .slidecaptionwrapper .slidecaption {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  background: #fff;
  text-align: left;
  padding: 1.25rem;
  z-index: 3;
  position: absolute;
  bottom: 8rem;
}

.slideshow .slidecaptionwrapper .slidecaption h1 {
  margin-bottom: 0.75rem;
}

.slideshow .slidecaptionwrapper .slidecaption h3 {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  height: 3rem;
  overflow: hidden;
}

.slideshow .slidecaptionwrapper .slidecaption .btn {
  position: absolute;
}

.content-pd {
  padding: 4rem 0;
}

.highlight {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.highlight h1 {
  margin-bottom: 0.75rem;
}

.highlight .highlight-single {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  margin: 1rem 0.5rem;
  display: block;
  overflow: hidden;
}

.highlight .highlight-single img {
  border-radius: 1rem;
}

.highlight .highlight-single img:hover {
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.highlight .highlight-single .card-desc {
  padding: 1.25rem;
}

.highlight .highlight-single .card-desc h2 {
  font-weight: 500;
  font-size: 1.25rem;
  height: 1.5rem;
  overflow: hidden;
}

.highlight .highlight-single .card-desc h2:hover {
  color: #ed1c24;
}

.highlight .highlight-single:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.services-block {
  padding-bottom: 3rem;
}

.services-block a {
  color: #111;
}

.services-block a .service-single {
  text-align: center;
  padding: 2rem 0.75rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-block a .service-single img {
  width: 3.75rem;
  margin-bottom: 1rem;
}

.services-block a .service-single h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0;
}

.services-block a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.services-block a:hover .service-single {
  color: #fff;
  background: #3150a1;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-app {
  background: #ebecef;
  padding: 1rem 0 0 0;
}

.home-app .app {
  margin-top: -6.5rem;
}

.home-app .app-desc p {
  margin: 1rem 0;
  font-size: 1.25rem;
}

.home-app .app-desc .appimg {
  height: 4rem;
}

.home-app .app-desc .appimg img {
  width: 9rem;
  margin: 0.5rem;
  margin-left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-app .app-desc .appimg img:hover {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.extra-block {
  padding-bottom: 1.5rem;
}

.extra-block .notice {
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.extra-block .notice ul.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.extra-block .notice ul.list li {
  margin-bottom: 1.5rem;
}

.extra-block .notice ul.list li .title {
  max-height: 3.3rem;
  overflow: hidden;
}

.extra-block .notice ul.list li a {
  color: #111;
}

.extra-block .notice ul.list li a:hover {
  color: #ed1c24;
}

.extra-block .notice ul.list li small {
  color: #999;
}

.extra-block .side-ad img {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.side-ad img {
  border-radius: 1rem;
  margin: 0 0 1rem 0;
}

.forex {
  padding-bottom: 0;
  display: none;
}

.forex .forexbtn {
  float: right;
  margin-top: 0.5rem;
}

.forex h1 {
  margin-bottom: 0.75rem;
}

.forex p {
  margin-bottom: 0;
}

.forex .forex-single {
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  margin: 1rem 0.5rem;
}

.forex .forex-single h2 {
  color: #3150a1;
  font-size: 1.25rem;
}

.forex .forex-single .forex-col {
  float: left;
  width: 33%;
}

.forex .forex-single .forex-col strong {
  font-weight: 600;
}

.forex .forex-single:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.product {
  background: #ebecef;
}

.product .product-tab .product-left .tab-content {
  padding-top: 0;
  padding-bottom: 0;
}

.product .product-tab .product-left .product-info .product-desc {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.product .product-tab .product-left .product-info .product-desc a h3 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin-bottom: 0;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0 0 1rem 1rem;
  line-height: 1.5;
  width: 100%;
}

.product .product-tab .product-left .product-info .product-desc a h3 .product-excerpt {
  margin-bottom: 1rem;
  display: none;
}

.product .product-tab .product-left .product-info .product-desc img {
  border-radius: 1rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .product-tab .product-left .product-info .product-desc:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .product-tab .product-right {
  position: relative;
  z-index: 9;
  margin-top: 2rem;
}

.product .product-tab .product-right .nav {
  border-bottom: none;
}

.product .product-tab .product-right .nav .nav-link {
  padding: 1.25rem 1.25rem 1.25rem 3rem;
  border-radius: 3rem;
  border: 0;
}

.product .product-tab .product-right .nav .nav-link i {
  display: none;
}

.product .product-tab .product-right .nav .nav-link h2 {
  font-size: 1.35rem;
  color: #3150a1;
  margin-bottom: 0;
  padding-left: 1rem;
}

.product .product-tab .product-right .nav .nav-link h2 span {
  color: #666;
  font-size: 1rem;
}

.product .product-tab .product-right .nav .nav-link h2:hover {
  color: #ed1c24;
}

.product .product-tab .product-right .nav .active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-right: -7rem;
  padding: 1rem 1rem 1rem 2.5rem;
  border: 0.5rem solid #eee;
}

.product .product-tab .product-right .nav .active i {
  font-size: 2.5rem;
  color: #3150a1;
  margin-right: -5rem;
  position: absolute;
  line-height: 1.5;
  display: block;
  margin-top: -0.5rem;
  right: 0;
 background: linear-gradient(87.64deg,#05af3f 16.81%,#6dda7e 147.4%);
  border-radius: 50%;
  width: 4.25rem;
  height: 4.25rem;
  text-align: center;
  color: #fff;
}

.product .product-tab .product-right .btn {
  margin-left: 4rem;
}

.contact-form {
  padding-bottom: 9rem;
}

.contact-form .home-person-info {
  padding-right: 2rem;
}

.contact-form .home-person-info .person-img {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.contact-form .home-person-info .person-img img {
  border-radius: 1rem;
}

.contact-form .home-person-info h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-form .form {
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 2.5rem;
  border-left: 0.5rem solid #3150a1;
  margin-top: 2rem;
}

.search-wrapper {
  background: rgba(49, 80, 161, 0.98);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.search-wrapper .search-close {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  font-size: 3rem;
  cursor: pointer;
}

.search-wrapper .search-close:hover {
  opacity: 0.6;
}

.search-wrapper .search-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wrapper .search-container .search {
  width: 40rem;
  margin: auto;
}

.search-wrapper .search-container .search .search-field {
  margin-bottom: 2rem;
}

.search-wrapper .search-container .search .search-field .form-floating button {
  background: none;
  float: right;
  color: #666;
  border: none;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.search-wrapper .search-container .search .search-field .form-floating button:hover {
  color: #ed1c24;
}

.search-wrapper .search-container .search .search-field .form-floating input {
  border-radius: 3rem;
  padding-left: 2rem;
}

.search-wrapper .search-container .search .search-field .form-floating label {
  padding-left: 2rem;
}

.search-wrapper .search-container .search .search-option {
  opacity: 0.8;
}

.search-wrapper .search-container .search .search-option h2 {
  color: #fff;
}

.search-wrapper .search-container .search .search-option ul {
  margin: 0;
  padding: 0;
}

.search-wrapper .search-container .search .search-option ul li {
  float: left;
  display: block;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.search-wrapper .search-container .search .search-option ul li .btn {
  padding: 0.5rem 1.5rem;
  background: none;
  border: 1px solid #fff;
  font-size: 0.95rem;
}

.search-wrapper .search-container .search .search-option ul li .btn:hover {
  color: #3150a1;
  background: #fff;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #3150a1;
  color: #fff;
  width: 3rem;
  height: 3rem;
  right: 0rem;
  bottom: 1rem;
  border-radius: 50%;
  line-height: 2.5;
  display: none;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1 !important;
}

footer {
  color: #fff;
  font-size: 1rem;
}

footer .nb-partner {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #fff;
  margin-top: -4.75rem;
}

footer .nb-partner h2 {
  margin-bottom: 0.25rem;
}

footer .nb-partner ul {
  margin: 0;
  padding: 0;
}

footer .nb-partner ul li {
  margin: 0 0.75rem;
  display: inline;
}

footer .nb-partner ul li img {
  height: 3rem;
  width: auto;
}

footer .nb-partner ul li img:hover {
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer a {
  color: #fff;
}

footer .footer-right {
  padding: 4.5rem 3rem 1rem 3rem;
  background: #1d2f7c;
}

footer .footer-left {
  padding: 4.5rem 2rem 1rem 7rem;
  background: #3150a1;
}

footer .footer-head {
  font-size: 1.15rem;
}

footer .footer-listing {
  margin-bottom: 1rem;
}

footer .footer-listing ul {
  margin: 0;
  padding: 0;
}

footer .footer-listing ul li {
  list-style-type: none;
  display: block;
}

footer .footer-listing ul li a {
  color: #fff;
  opacity: 0.5;
}

footer .footer-listing ul li a:hover {
  opacity: 1;
}

footer .footer-address {
  margin-bottom: 1rem;
}

footer .footer-address li {
  margin-bottom: 0.25rem !important;
}

footer .footer-address li a {
  opacity: 1 !important;
}

footer .social-link ul {
  margin: 0;
  padding: 0;
}

footer .social-link ul li {
  display: inline;
  margin-right: 0.5rem;
}

footer .social-link ul li a i {
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.85rem;
  line-height: 2.2;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social-link ul li a i:hover {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .bottom-footer {
  background: #fff;
  padding: 0.75rem 0;
  text-align: center;
  color: #666;
}

footer .bottom-footer a {
  color: #666;
}

footer .bottom-footer a:hover {
  color: #ed1c24;
}

.sidecontent-wrapper {
  width: 30px;
  z-index: 99;
  position: fixed;
  right: -30px;
  top: 175px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidecontent-wrapper:hover {
  width: 350px;
  height: 350px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidecontent-wrapper .sidebtn {
  background-image: -webkit-gradient(linear, left top, right top, from(#f32d34), color-stop(51%, #e52d27), to(#bd070d));
  background-image: linear-gradient(to right, #f32d34 0%, #e52d27 51%, #bd070d 100%);
  padding: 0.5rem 1rem 0.75rem 1rem;
  color: #fff;
  float: left;
  border-radius: 10px 10px 0 0;
  position: relative;
  left: -123px;
  width: 200px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 123px;
  text-align: center;
}

.sidecontent-wrapper .sidecontent {
  float: left;
  background: white;
  width: 320px;
  min-height: 200px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.sidecontent-wrapper .sidecontent ul {
  margin: 0;
  padding: 0;
}

.sidecontent-wrapper .sidecontent ul li {
  display: block;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #eee;
}

.sidecontent-wrapper .sidecontent ul li:last-child {
  border-bottom: none;
}

.sidecontent-wrapper .sidecontent ul li a {
  display: block;
}

.quicklinks .sidebtn {
  background-image: -webkit-gradient(linear, left top, right top, from(#3150a1), to(#142f73)) !important;
  background-image: linear-gradient(to right, #3150a1 0%, #142f73 100%) !important;
  width: 180px;
  left: -113px;
  top: 114px;
}

.inner-content {
  border-top: 1px solid #ccc;
  padding: 2rem 0 3rem 0;
  padding-bottom: 7rem;
  min-height: 40rem;
}

.inner-content li {
  margin-bottom: 0.5rem;
}

.inner-content h2,
.inner-content h3 {
  font-weight: 600;
}

.inner-content .services-block .col-lg-2 {
  margin-bottom: 1.5rem;
}

.product-detail-info h3 {
  color: #3150a1;
}

.product-detail-info .product-detail-sidebar {
  border-left: 2px solid #3150a1;
  padding-left: 1.5rem;
}

.applyonline .btn {
  font-size: 1rem;
}

.side-menu {
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}

.side-menu ul {
  margin: 0;
  padding: 0;
}

.side-menu ul li {
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.side-menu ul li:hover {
  background: #f4f4f4;
}

.side-menu ul li a {
  display: block;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side-menu ul li a:hover {
  padding: 1rem 2rem 1rem 3rem;
}

.side-menu ul li a img {
  width: 3.5rem;
  margin-right: 1rem;
}

.person-info .single-person-info {
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 1rem 1rem 1.5rem;
  font-size: 1rem;
  margin-bottom: 2rem;
  min-height: 14rem;
  margin-top: 2rem;
}

.person-info .single-person-info h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.person-info .single-person-info p {
  margin-bottom: 0;
}

.person-info .single-person-info img {
  border-radius: 0.5rem;
  width: 5rem;
  margin-top: -4rem;
  margin-bottom: 1rem;
}

.contactpageaddress .social-link ul li {
  margin-right: 0.5rem;
  display: inline;
}

.contactpageaddress .social-link ul li a i {
  color: #3150a1;
  border: 1px solid #3150a1;
  font-size: 0.85rem;
  line-height: 2.2;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.contactpageaddress .social-link ul li a i:hover {
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
}

.contactpageaddress ul {
  margin: 0;
  padding: 0;
}

.contactpageaddress ul li {
  display: block;
}

.contactpageform {
  padding-bottom: 2rem;
}

ul.branch {
  margin: 0;
  padding: 0;
}

ul.branch li {
  display: block;
  margin-bottom: 0.25rem;
}

ul.branch li i {
  margin-right: 0.5rem;
}

.report-list ul {
  margin: 0;
  padding: 0;
}

.report-list ul li {
  display: block;
  margin-bottom: 0.75rem;
}

.sidebar {
  padding-left: 2rem;
}

.product-list {
  padding-top: 0;
}

.newslist {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.newslist .new-image {
  margin-bottom: 0.5rem;
}

.newslist h3 {
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.newslist .news-date {
  margin-bottom: 1rem;
  color: #777;
}

.contenttable .contenttable-cat {
  background: #f0f0f0;
}

.contenttable h3 {
  margin-bottom: 0;
}

.search-result ul {
  margin: 0;
  padding: 0;
}

.search-result ul li {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1280px) {
  .container {
    max-width: 1180px;
  }
  header .header-topbar .top-menu ul li {
    margin-right: 1.5rem;
  }
  footer .footer-left {
    padding: 4.5rem 2rem 1rem 5rem;
  }
  footer .nb-partner ul li img {
    height: 2.75rem;
  }
}

@media (max-width: 1199px) {
  .header-mid {
    display: none;
  }
  .top-main-menu {
    display: none;
  }
  .desktop-menu {
    display: none !important;
  }
  .mobile-menu {
    display: block !important;
  }
  .logo-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  header .header-topbar {
    padding-bottom: 0.5rem;
  }
  .slidecaptionwrapper .slidecaption {
    display: none;
  }
  .services-block .service-single {
    margin-bottom: 1rem;
  }
  .extra-block .notice ul.list li .title {
    max-height: 3.75rem;
  }
  .home-app {
    padding-bottom: 2rem !important;
  }
  .home-app .app {
    display: none;
  }
  .contact-form h1 {
    margin-top: 0;
  }
  .contact-form h3 {
    margin-bottom: 2rem;
  }
  footer .footer-left {
    padding: 2rem 1.5rem 1rem 1.5rem;
  }
  footer .footer-right {
    padding: 2rem 1.5rem;
  }
  .sidebar {
    padding-left: 1rem;
  }
  .icon-block .icon-text ul li {
    width: 20%;
    margin: 0.5rem 0;
  }
  .icon-block .icon-text ul li:nth-of-type(6) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .content-pd {
    padding: 2rem 0;
  }
  .highlight .highlight-single {
    margin-bottom: 1.5rem;
  }
  .product .product-tab .product-right {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .product .product-tab .product-right .nav .nav-link h2 {
    padding-left: 0;
  }
  .product .product-tab .product-right .nav .active {
    margin-right: 0;
  }
  .product .product-tab .product-right .nav .active i {
    display: none;
  }
  .product .product-tab .product-right .btn {
    margin-left: 3rem;
  }
  .contact-form .form {
    padding: 1.75rem;
  }
  footer .nb-partner {
    display: none;
  }
  .search-wrapper .search {
    width: 80% !important;
  }
  .icon-block .icon-text ul li {
    width: 33.33%;
    margin: 0.5rem 0;
    padding: 0;
  }
  .icon-block .icon-text ul li:nth-of-type(6) {
    clear: none;
  }
  .icon-block .icon-text ul li:nth-of-type(4) {
    clear: both;
  }
}

@media (max-width: 575px) {
  .mob-br {
    margin-bottom: 1rem;
  }
  header .header-topbar .top-icon {
    float: left;
    margin-top: 0.5rem;
  }
  header .header-topbar .top-icon ul li {
    margin-left: 0;
    margin-right: 1rem;
  }
  .services-block .col-sm-6 {
    width: 50%;
  }
  .product .product-tab .product-left .product-info .product-desc a h3 .product-excerpt {
    display: none;
  }
  .slideshow .carousel-indicators {
    bottom: 0rem;
  }
  .notification-list {
    margin-left: 0rem !important;
  }
  .sidecontent-wrapper {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
.header-title-info&gt;h3.pradesh {
  text-align: center;
  color: #004a89;
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
}
.header-title-info&gt;h3.middle-title {
  text-align: center;
  margin-bottom: 0px;
  color: #004a89;
  font-size: 35px;
  font-weight: bold;
}
.font-weight-bold {
  font-weight: 700!important; 
}
.footer-wrapper {
 background: #f5f5f5;
 padding-top: 4rem;
}
.footer__top {
 margin-bottom: 2rem;
}
.footer__pageLinks {
 margin-bottom: 1rem;
}
.list-unstyled {
 padding-left: 0;
 list-style: none;
}
.footer__pageLinks ul li a:hover {
 color: #1aa659;
}
.footer__pageLinks ul li a {
 color: #888;
 font-size: 1em;
 word-break: break-word;
}
.footer__pageLinks h5 {
 color: #325755;
 font-weight: 600;
 margin-bottom: 1rem;
}
.footer__pageLinks h5 {
 color: #325755;
 font-weight: 600;
 margin-bottom: 1rem;
}
.footer__pageLink {
 padding: 5px 0;
}
.footer__bottom {
 border-top: 1px solid #dfdfdf;
 font-size: 14px;
 padding-top: 0.8em;
 padding-bottom: 0.8em;
}
.footer__bottom .footer__pageLink {
 color: #959595;
 font-size: 14px;
}
.footer__pageLinks ul li {
 padding: 5px 0;
 line-height: 20px;
 color: #888;
 font-size: 1em;
}
.social-link-lists a {
 width: 32px;
 height: 32px;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 padding: 8px;
 background: #fff;
 border-radius: 4px;
 transition: all .2s linear;
 margin-bottom: 5px;
}
.social-link-lists li {
 margin-right: 8px;
}
.social-link-lists a.tiktok-icon, .social-link-lists a.tiktok-icon:hover {
 color: #000;
}
.social-link-lists a.facebook-icon, .social-link-lists a.facebook-icon:hover {
 color: #3b5999;
}
.social-link-lists a.twitter-icon, .social-link-lists a.twitter-icon:hover {
 color: #000;
}
.social-link-lists a.linkedin-icon, .social-link-lists a.linkedin-icon:hover {
 color: #0077b5;
}
.social-link-lists a.viber-icon, .social-link-lists a.viber-icon:hover {
 color: #665cac;
}
.social-link-lists a.youtube-icon, .social-link-lists a.youtube-icon:hover {
 color: #cd201f;
}
.footer__middle {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
.footer__pageLinks h5 {
  color: #325755;
  font-weight: 600;
  margin-bottom: 1rem;
}
/* profile card */

.profile-card {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
}

.profile-card-overlay {
	height: 400px;
	width: 400px;
	background-size: cover !important;
	position: absolute;
	top: -220px;
	left: -20%;
	border-radius: 50%;
	border: 5px solid white;
}

.card.profile-card:after {
	content: "";
	height: 40px;
	width: 155px;
	background: linear-gradient(87.64deg,#003B6D 16.81%,#003B6D 147.4%);
	position: absolute;
	/* transform: rotate(-45deg);
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.251); */
}

.card.profile-card:before {
	top: 131px;
	right: -50px;
}

.card.profile-card:after {
	top: 21px;
	left: -50px;
}

.profile-card-img-holder {
	height: 150px;
	width: 150px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-radius: 5%;
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.251);
}

.profile-card-img-holder img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.profile-card .card-text {
	letter-spacing: 1px;
}

.wsshoptabing .container {
	padding: 0;
}

.wstabitem {
	background-color: #f2f2f2;
}

.fit-image {
	/* max-height: 180px; */
	height: 180px;
	object-fit: cover;
}

#main-slide .slick-dots li button:before,
.section-slider .slick-dots li button:before {
	width: 35px;
	height: 2px;
	border-radius: 0px;
}

.section-slider .slick-dots li button:before {
	background: #fff;
}

#main-slide .slick-dots li,
.section-slider .slick-dots li {
	height: 2px;
	width: 20px;
}

#main-slide .slick-dots li button,
.section-slider .slick-dots li button {
	border-radius: 0px;
	width: 20px;
	height: 2px;
	padding: 0;
}

#main-slide .slick-dots li button {
	border: #fff;
}

.section-slider .slick-dots li button {
	border: #e5a812;
}

#main-slide .slick-dots li.slick-active button,
.section-slider .slick-dots li.slick-active button {
	height: 2px;
	width: 35px;
}

#main-slide .slick-dots li.slick-active,
.section-slider .slick-dots li.slick-active {
	width: 35px;
}

#main-slide .slick-dots li.slick-active:not(:last-child),
.section-slider .slick-dots li.slick-active:not(:last-child) {
	margin-right: 5px;
}

/*CSS For Main Banner Slick Dots*/
.banner-overlay::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

	background-position: -700px;
	background-size: cover;
	border-top: 3px solid #05af3f;
}
.sticky__bottom-nav{position:fixed;left:0;right:0;bottom:0;width:100%;background-color:#fff;padding:10px 15px 5px;box-shadow:0 0 10px rgba(0,0,0,.2);display:none;z-index:111}.sticky__bottom-nav-image{width:24px;height:auto}.sticky__bottom-nav-item:nth-child(1) .sticky__bottom-nav-image{width:22px;padding-top:2px}.sticky__bottom-nav-list{display:flex;justify-content:space-between}.sticky__bottom-nav-list li{list-style:none;}.sticky__bottom-nav-link{display:flex;align-items:center;flex-direction:column;gap:5px}.sticky__bottom-nav-title{font-size:11px;font-weight:500;color:#15b466}@media (max-width:575px){.scrollToTop{bottom:75px}.sticky__bottom-nav{display:block}}
</pre></body></html>