/* GLOBAL STYLES
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  /* colors*/
  --white-color: #fff;
  --text-color: #000;
  --primary-color: #314277;
  --primary-color-dark: #25376e;
  --secondary-color: #ff8062;
  --secondary-light-color: #fee3ce;
  --main-font: "Poppins", sans-serif;
  --text-dark: #2d3652;
  --text-light: #7b7b7b;
  --border-color: #25376e33;
  --light-blue-color: #59CCF0;
  --light-green-color: #76DBAF;
  --light-orange-color: rgba(255, 128, 98, .1);
  --copyright-bg: #17234A;
  --copyright-color: #F0F1F1;
  /* fonts*/
  --clamp12: clamp(10px, 0.625vw, 12px);
  --clamp14: clamp(12px, 0.72916vw, 14px);
  --clamp16: clamp(14px, 0.8333vw, 16px);
  --clamp18: clamp(14px, 0.9375vw, 18px);
  --clamp24: clamp(16px, 1.145vw, 22px);
  --clamp24: clamp(16px, 1.25vw, 24px);
  --clamp26: clamp(20px, 1.3541vw, 26px);
  --clamp28: clamp(16px, 1.4583vw, 28px);
  --clamp30: clamp(20px, 1.5625vw, 30px);
  --clamp36: clamp(25px, 1.875vw, 36px);
  --clamp48: clamp(25px, 2.5vw, 48px);
  --clamp60: clamp(25px, 3.125vw, 60px);
  --clamp78: clamp(30px, 4.0625vw, 78px);
  --clamp84: clamp(25px, 4.375vw, 84px);
}

body {
  font-family: var(--main-font);
  color: var(--text-dark);
  font-size: var(--clamp16);
}

.custom-btn-fill-header {
  background-color: #ef5c3a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 48px;
  line-height: 48px;
  color: var(--white-color);
  padding: 0 24px;
  border-radius: 6px 6px 6px 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.custom-btn-fill-header:hover {
  color: var(--white-color) !important;
}

@media screen and (max-width: 767px) {
  .custom-btn-fill-header {
    padding: 0px 12px;
  }
}

.custom-btn-fill-header span {
  position: relative;
  z-index: 1;
  color: var(--white-color);font-size: 13pt;
}

.custom-btn-fill-header span:hover {
  color: var(--white-color);
}

.custom-btn-fill-header:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 100%;
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  border-radius: 6px 6px 6px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.custom-btn-fill-header:hover {
  color: var(--white-color);
}

.custom-btn-fill-header:hover:before {
  opacity: 1;
  width: 100%;
}

.custom-btn-mobile {
  text-decoration: none;
}

.custom-btn-mobile .custom-btn-fill-header-mobile {
  background-color: #ef5c3a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  /* height: 48px; */
  line-height: 20px;
  color: var(--white-color);
  padding: 8px 24px;
  border-radius: 6px 6px 6px 0;
  position: relative;
  margin: 0 15px;
}

.custom-btn-mobile .custom-btn-fill-header-mobile a {
  text-decoration: none;
  color: white;
}

.custom-btn-mobile .custom-btn-fill-header-mobile:hover {
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 910px) {
  .request-btn {
    display: none !important;
  }
}

a.custom-btn-fill:hover,
a.custom-btn-fill-header:hover {
  color: #fff !important;
}

.custom-btn-fill {
  background-color: #ef5c3a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 48px;
  line-height: 48px;
  color: var(--white-color);
  padding: 0 40px 0px 24px;
  min-width: 150px;
  border-radius: 6px 6px 6px 0;
  position: relative;
  text-align: left;
  display: inline-block;
  text-decoration: none;
}

.custom-btn-fill:hover {
  color: var(--white-color) !important;
}

.custom-btn-fill span {
  position: relative;
  z-index: 1;
  color: var(--white-color);font-size: 13pt;
}

.custom-btn-fill span:hover {
  color: var(--white-color);
}

.custom-btn-fill:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 100%;
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  border-radius: 6px 6px 6px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.custom-btn-fill:after {

  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}

.custom-btn-fill:hover {
  color: var(--white-color);
}

.custom-btn-fill:hover:before {
  opacity: 1;
  width: 100%;
}

.custom-btn-fill:hover:after {
  right: 15px;
  opacity: 1;
}

a.custom-btn-line:hover,
a.custom-btn-line-header:hover {
  color: #fff !important;
}

.custom-btn-line {
  background-color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 48px;
  line-height: 48px;
  color: #ef5c3a;
  padding: 0 20px 0px 20px;
  min-width: 150px;
  border-radius: 6px 6px 6px 0;
  position: relative;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ef5c3a;
}

.custom-btn-line:hover {
  color: var(--white-color) !important;
}

.custom-btn-line span {
  position: relative;
  z-index: 1;
  color: #ef5c3a;
}

.custom-btn-line span:hover {
  color: var(--white-color);
}

.custom-btn-line:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 100%;
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  border-radius: 6px 6px 6px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.custom-btn-line:hover {
  color: var(--white-color);
}

.custom-btn-line:hover:before {
  opacity: 1;
  width: 100%;
}

.custom-btn-line:hover:after {
  right: 15px;
  opacity: 1;
}

header .header-top {
  background-color: #1d66c3;
  padding: 10px 60px;
}

@media screen and (max-width: 992px) {
  header .header-top {
    padding: 10px 15px;
  }
}

header .header-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-top ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-top ul.social-icons li {
  margin-right: 10px;
}

header .header-top ul.social-icons li:first-child {
  color: var(--white-color);
  margin-right: 15px;
}

header .header-top ul.social-icons li a img {
  width: 14px;
}

header .header-top ul.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-top ul.top-menu li {
  margin: 0 15px;
}

header .header-top ul.top-menu li a {
  color: var(--white-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-top ul.top-menu li a img {
  width: 15px;
  margin-right: 5px;
}

header .header-top ul.top-menu li:last-child {
  margin-right: 0;
}

header .header-menu {
  padding: 0px 60px;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 992px) {
  header .header-menu {
    padding-right: 15px;
  }
}

header .header-menu .op-products {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 100;
}

@media screen and (max-width: 992px) {
  header .header-menu .op-products {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 25px;
  }
}

header .header-menu .op-products .icon-img {
  width: 20px;
}

header .header-menu .op-products a::after {
  display: none !important;
}

header .header-menu .op-products.dropdown .dropdown-menu {
  width: 700px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding-top: 40px;
  z-index: 88899;
}

@media screen and (max-width: 992px) {
  header .header-menu .op-products.dropdown .dropdown-menu {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  header .header-menu .op-products.dropdown .dropdown-menu {
    width: 300px;
  }
}

header .header-menu .op-products.dropdown .dropdown-menu .box {
  -webkit-box-shadow: 0px 0px 10px #00000029;
          box-shadow: 0px 0px 10px #00000029;
  border-radius: 15px 15px 0 0;
  margin-left: -10px;
  position: relative;
}

header .header-menu .op-products.dropdown .dropdown-menu .box::before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #174c99;
  position: absolute;
  top: -9px;
  left: 12px;
}

header .header-menu .op-products.dropdown .dropdown-menu .box-head {
  background-color: #174c99;
  color: var(--white-color);
  padding: 10px;
  border-radius: 15px 15px 0 0;
  font-size: var(--clamp18);
}

header .header-menu .op-products.dropdown .dropdown-menu .box-body {
  background-color: #EBF4FF;
  padding: 10px;
  max-height: 400px;
  overflow-y: auto;
}

header .header-menu .op-products.dropdown .dropdown-menu .box-body::-webkit-scrollbar {
  width: 6px;
}

header .header-menu .op-products.dropdown .dropdown-menu .box-body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#0064e65e), to(#1637856b));
  background: linear-gradient(180deg, #0064e65e 0%, #1637856b 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0px 10px 10px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px 10px 10px rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}

header .header-menu .op-products.dropdown .dropdown-menu .box-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

header .header-menu .op-products.dropdown .dropdown-menu .box-body ul li {
  width: 31.7%;
  list-style: none;
  -webkit-box-shadow: 0px 0px 10px #00000029;
          box-shadow: 0px 0px 10px #00000029;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 15px;
  margin: 5px;
}

@media screen and (max-width: 992px) {
  header .header-menu .op-products.dropdown .dropdown-menu .box-body ul li {
    width: 30.5%;
  }
}

@media screen and (max-width: 992px) {
  header .header-menu .op-products.dropdown .dropdown-menu .box-body ul li {
    width: 46%;
  }
}

header .header-menu .op-products.dropdown .dropdown-menu .box-body ul li a img {
  max-width: 100%;
}

header .header-menu nav .navbar-brand img {
  max-width: 200px;
}

header .header-menu nav .custom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-menu nav .custom-menu-box img {
  cursor: pointer;
}

header .header-menu nav .custom-menu-box-items {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  bottom: 0;
  background-color: #174c99;
  padding: 10px 15px;
  height: 80%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 8889;
  border-radius: 40px 40px 40px 0;
}

header .header-menu nav .custom-menu-box-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-menu nav .custom-menu-box-items ul li {
  margin: 0 20px;
}

header .header-menu nav .custom-menu-box-items ul li a {
  color: var(--white-color);
  text-decoration: none;
  font-size: var(--clamp16);
}

header .header-menu nav .custom-menu-box-items ul li a:hover, header .header-menu nav .custom-menu-box-items ul li a.active {
  color: #ef5c3a;
}

header .header-menu nav .custom-menu-box-items ul li:last-child a {
  font-size: 24px;
}

header .header-menu nav .custom-menu-box.active .custom-menu-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-menu .custom-btn-fill-header {
  background-color: #ef5c3a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 40px;
  line-height: 40px;
  color: var(--white-color);
  padding: 0 24px;
  border-radius: 6px 6px 6px 0;
  display: block;
  text-decoration: none;
}

/* footer section */
footer {
  background-color: #174c99;
  padding: 60px 0;
  color: white;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0px;
  }
}

footer h2 {
  color: #ef5c3a;
  font-size: var(--clamp26);
}

footer h3 {
  font-size: 13pt;
  color: #ef5c3a;
}

footer ul {
  list-style: none;
}

footer ul li {
  padding-bottom: 12px;
}

footer ul li a {
  text-decoration: none;
  font-size: var(--clamp16);
  color: white;
}

footer ul li a:hover {
  color: #ef5c3a;
}

footer .form-control {
  border-radius: 0;
  font-size: var(--clamp16);
}

footer .btn-light {
  background-color: #ef5c3a;
  border: 1px solid #ef5c3a;
  color: white;
  border-radius: 0;
  font-size: var(--clamp16);
}

footer .btn-light:hover {
  background-color: #174c99;
  border: 1px solid #174c99;
  color: white;
}

/* what wer offer section */
.what-we-offer {
  background-color: #174c99;
  color: white;
}

@media screen and (max-width: 991px) {
  .what-we-offer {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 767px) {
  .what-we-offer {
    padding: 50px 0px 0px;
  }
}

.what-we-offer .what-we-content {
  padding: 40px 0px;
  padding-left: 6%;
}

@media screen and (max-width: 767px) {
  .what-we-offer .what-we-content {
    padding-left: 15px;
  }
}

.what-we-offer .what-we-img {
  padding-left: 100px;
}

.what-we-offer h4 {
  color: #fff;
  font-size: var(--clamp28);
  font-weight: 300;
  line-height: 30px;
}

@media screen and (max-width: 1250px) {
  .what-we-offer h4 {
    line-height: 24px;
  }
}

.what-we-offer ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    font-size: 14pt;
}

.what-we-offer ul li {
  width: 50%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .what-we-offer ul li {
    width: 100%;
  }
}

.what-we-offer h3 {
  background: transparent linear-gradient(105deg, #5acef2 0%, #5be7c3 40%, #f1c270 64%, #ff8062 80%, #ff743c 90%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp60);
  position: relative;
  padding-left: 40px;
  line-height: 100%;
  margin-bottom: 30px;
}

.what-we-offer h2 {
  color: #174c99;
  background: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255 255 255 / 85%);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -35px;
}

@media screen and (max-width: 991px) {
  .what-we-offer h2 {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .what-we-offer h2 {
    margin-bottom: -15px;
  }
}

.main-slider-section {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .main-slider-section .top-content {
   
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .main-slider-section .top-video {
   order: 1;
   text-align: center;
  }
}

.main-slider-section .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider-section .slick-dots li {
  margin: 0 5px;
}

.main-slider-section .slick-dots li button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #174c99;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: none;
  text-indent: -88888899;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  opacity: 0.5;
  padding: 0;
}

.main-slider-section .slick-dots li.slick-active button {
  background-color: #ef5c3a;
  width: 28px;
  opacity: 1;
}

.main-slider-section h2 {
  background: #212529;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 33pt;
  position: relative;
  line-height: 100%;
  margin-bottom: 30px;width: 135%;
}

.main-slider-section h1 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: 41pt;
  margin-bottom: -26px;
  padding-left: 40px;
      text-align: center;
    line-height: 35pt;font-family: Arial;text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main-slider-section h1 {
    margin-bottom: -26px;    font-size: 34pt;
  }
}

@media screen and (max-width: 767px) {
  .main-slider-section h1 {
    margin-bottom: -10px;
  }
  .main-slider-section h2 {    width: auto;}
}

.main-slider-section h4 {
  color: #000000;
  font-size: var(--clamp28);
  font-weight: 300;
}

/*----security start-----*/
.security-section {
  padding-top: 50px;
  position: relative;
  background: var(--white-color);
  width: 100%;
  padding: 0px 4%;
}

.security-section:before {
  content: " ";
  position: absolute;
  width: 94%;
  left: 3%;
  top: 0px;
  height: 232px;
  background: #174c99;
  border-radius: 16px 16px 0px 0px;
}

@media screen and (max-width: 767px) {
  .security-section:before {
    height: 100%;
  }
}

.security-section .security-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.security-section .security-main .security-box {
  width: 28%;
}

.security-section .security-main .security-box:nth-child(2) .security-content {
  background: var(--light-green-color);
}

.security-section .security-main .security-box:nth-child(3) .security-content {
  background: #ef5c3a;
}

@media screen and (max-width: 767px) {
  .security-section .security-main .security-box {
    width: 100%;
  }
}

.security-section .security-main .security-box .security-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
}

.security-section .security-main .security-box .security-title img {
  margin-right: 20px;
}

.security-section .security-main .security-box .security-title h3 {
  font-size: var(--clamp30);
  font-weight: 400;
  margin: 0;
  color: var(--white-color);
}

.security-section .security-main .security-box .security-content {
  background: var(--light-blue-color);
  -webkit-box-shadow: 0px 10px 25px #00000026;
          box-shadow: 0px 10px 25px #00000026;
  border-radius: 8px;
  padding: 30px;
  min-height: 222px;
}

@media screen and (max-width: 1000px) {
  .security-section .security-main .security-box .security-content {
    min-height: 300px;
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .security-section .security-main .security-box .security-content {
    min-height: auto;
  }
}

/*----security End----*/
/*----innovating start----*/
.innovating-section {
  padding: 100px 0px;
  background: url(../img/innovate-bg.svg) no-repeat top left;
}

@media screen and (max-width: 767px) {
  .innovating-section {
    padding: 50px 0px;
  }
}

.innovating-section .innovating-img {
  padding-top: 30px;
  padding-right: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .innovating-section .innovating-img {
    padding: 0px 65px 50px 15px;
  }
}

.innovating-section .innovating-img .in-img {
  position: relative;
}

.innovating-section .innovating-img .video-img {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .innovating-section .innovating-img .video-img {
    right: 0px;
    bottom: -70px;
    width: 150px;
  }
}

.innovating-section .innovating-img .video-img img {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .innovating-section .innovating-img .video-img img {
    max-width: 150px;
  }
}

.innovating-section .innovating-img img {
  -webkit-box-shadow: 20px -20px 0px #174c99;
          box-shadow: 20px -20px 0px #174c99;
  border-radius: 8px 8px 8px 0px;
  max-width: 100%;
}

.innovating-section .innovate-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.innovating-section .innovate-content ul .s-img {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.161);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.161);
  background: var(--white-color);
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.innovating-section .innovate-content ul .s-img img {
  max-width: 100%;
}

.innovating-section .innovate-content ul li {
  list-style: none;
  padding: 0px 0px 20px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .innovating-section .innovate-content ul li {
    width: 100%;
  }
}

.innovating-section .innovate-content ul li span {
  font-size: var(--clamp28);
  font-weight: 300;
  line-height: 22px;
}

.innovating-section .innovate-content ul li small {
  font-size: var(--clamp14);
  color: #000000;
  display: block;
}

.innovating-section h3 {
  background: #212529;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp60);
  position: relative;
  padding-left: 40px;
  line-height: 100%;
  margin-bottom: 30px;
}

.innovating-section h2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -35px;
}

@media screen and (max-width: 991px) {
  .innovating-section h2 {
    margin-bottom: -26px;
  }
}

@media screen and (max-width: 767px) {
  .innovating-section h2 {
    margin-bottom: -20px;
  }
}

.innovating-section h4 {
  font-size: var(--clamp28);
  color: #000000;
  font-weight: 200;
  margin-bottom: 30px;
  padding-left: 40px;
}

/*----innovating End----*/
/*----Client start----*/
.client-section {
  padding: 100px 0px;
  background: url(../img/innovate-bg.svg) no-repeat top left #f8faff;
}

.client-section .client-img {
  padding-top: 30px;
  padding-right: 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .client-section .client-img {
    padding-bottom: 50px;
    padding-right: 50px;
  }
}

.client-section .client-img img {
  -webkit-box-shadow: 20px -20px 0px #174c99;
          box-shadow: 20px -20px 0px #174c99;
  border-radius: 8px 8px 8px 0px;
  max-width: 100%;
}

.client-section h3 {
  background: #212529;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp60);
  position: relative;
  padding-left: 40px;
  line-height: 100%;
  margin-bottom: 30px;
}

.client-section h2 {
  color: #f8faff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -35px;
}

@media screen and (max-width: 991px) {
  .client-section h2 {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .client-section h2 {
    margin-bottom: -15px;
  }
}

.client-section h4 {
  font-size: var(--clamp28);
  color: #000000;
  font-weight: 200;
  margin-bottom: 30px;
  padding-left: 40px;
}
.products-block1 {
  padding: 50px 0px;margin-bottom: -156px;
}
.products-block1 h2 {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0);
    font-weight: 900;
    font-size: var(--clamp84);
    margin-bottom: -35px;
    text-align: center;
}
.products-block1 h3 {
    background: #212529;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: var(--clamp60);
    position: relative;
    line-height: 100%;
    text-align: center;font-family: system-ui;
}
/*----Client End----*/
.products-block {
  padding: 50px 0px;
}

.products-block [class^="col"] {
  margin: 10px 0;
}

.products-block h3 {
  background: #212529;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp60);
  position: relative;
  line-height: 100%;
  margin-bottom: 30px;
  text-align: center;
    font-size: 30pt;
}

.products-block h2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -20px;
  text-align: center;
    font-size: 46pt;
}

@media screen and (max-width: 991px) {
  .products-block h2 {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .products-block h2 {
    margin-bottom: -15px;
  }
}

.products-block .box {
  padding: 24px;
  border: 2px solid var(--border-color);
  border-radius: 16px 16px 16px 0;
  background-color: #fff;
  margin: 10px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.products-block .box img {
  max-width: 60px;
  margin-top: auto;
}

.products-block .box:hover {
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
}

.products-block .box h4 {
  color: var(--main-color);
  margin-bottom: 20px;
  font-size: var(--clamp24);
}

.products-block .box p {
  color: var(--main-color);
  margin: 0;
  padding: 0;
  font-size: var(--clamp16);
}

.products-block h5 {
  color: #000000;
}

.blog-block {
  padding: 50px 0px;
}

.blog-block h3 {
  background: transparent linear-gradient(105deg, #5acef2 0%, #5be7c3 20%, #f1c270 34%, #ff8062 50%, #ff743c 60%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp60);
  position: relative;
  line-height: 100%;
  margin-bottom: 30px;
  padding-left: 40px;
}

.blog-block h2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -35px;
}
@media screen and (max-width: 767px){
  .blog-block h2{
    margin-bottom: -15px;
  }
}

.blog-block h4 {
  font-size: var(--clamp28);
  color: #000000;
  font-weight: 200;
  margin-bottom: 30px;
  padding-left: 40px;
}

.blog-block .box {
  -webkit-box-shadow: 0px 8px 16px #60617029;
          box-shadow: 0px 8px 16px #60617029;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blog-block .box {
    margin-bottom: 70px;
  }
}

.blog-block .box .view-blog-btn {
  position: absolute;
  bottom: -30px;
  right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px #60617029;
          box-shadow: 0px 4px 8px #60617029;
  display: inline-block;
  width: 40px;
  height: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 24px;
  background: url(../images/right.png) no-repeat 0 3px;
}

.blog-block .box-content {
  padding: 20px;
}

.blog-block .box-content h4 {
  font-size: var(--clamp24);
  color: #174c99;
  padding-left: 0px;
  font-weight: 500;
}

.blog-block .box-content p {
  color: #000000;
}

.blog-block .box figure {
  position: relative;
}

.blog-block .box figure img {
  width: 100%;
}

.blog-block .box figure .label-text {
  position: absolute;
  left: 15px;
  bottom: -10px;
  background-color: var(--secondary-light-color);
  color: #ef5c3a;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 8px 8px 8px 0;
  font-size: var(--clamp14);
}

.products-section {
  padding: 60px 0px;
  background: #F8FAFFF7;
}

.products-section h3 {
  background: transparent linear-gradient(105deg, #5acef2 40%, #5be7c3 50%, #f1c270 64%, #ff8062 70%, #ff743c 80%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp60);
  position: relative;
  margin-bottom: 30px;
  padding-left: 5px;
}

.products-section h2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -35px;
}
@media screen and (max-width: 767px){
  .products-section h2{
    margin-bottom: -15px;
  }
  .multiple .glider-next {
    right: 20% !important;
}
.multiple .glider-prev {
    left: 20% !important;
  }
}
.products-section h4 {
  font-size: var(--clamp28);
  color: #000000;
  font-weight: 200;
  margin-bottom: 30px;
  padding-left: 40px;
}

.products-section .glider-persp-text {
  position: absolute;
  z-index: 99;
  background-color: #174c99;
  border-radius: 0 0 8px 8px;
  color: white;
  bottom: 0;
  padding: 10px 15px;
}

.products-section .glider-persp-text h5 {
  font-size: var(--clamp22);
  font-weight: 600;
  margin-bottom: 3px;
}

.products-section .glider-persp-text p {
  font-size: var(--clamp12);
  line-height: 16px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}


.page-title-banner {
  color: white;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-title-banner img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.page-title-banner .title-text {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-title-banner .title-text h1 {
  font-size: var(--clamp60);
  font-weight: 700;
}

.page-title-banner .title-text h4 {
  font-size: var(--clamp28);
  margin-bottom: 0px;
}

.map-section {
  margin-top: -80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .map-section {
    margin-top: 30px;
  }
}

.map-section img {
  width: 100%;
}

.location-section {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .location-section {
    padding-bottom: 50px;
  }
}

.location-section .location-main {
  padding: 0px 60px;
}

@media screen and (max-width: 767px) {
  .location-section .location-main {
    padding: 0px 20px;
  }
}

.location-section .location-main .location-inner {
  background: transparent linear-gradient(107deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 76%, var(--unnamed-color-ff743c) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(107deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 76%, #ff743c 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #00000000;
  border-radius: 16px;
  padding: 30px;
  margin-top: -100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .location-section .location-main .location-inner {
    padding: 20px;
  }
}

.location-section .location-main .location-inner .location-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location-section .location-main .location-inner .location-main-box .location-box {
  width: 33.3%;
  background: var(--white-color);
  padding: 85px 20px 20px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .location-section .location-main .location-inner .location-main-box .location-box {
    width: 100%;
    margin-bottom: 90px;
  }
}

.location-section .location-main .location-inner .location-main-box .location-box:nth-child(2) {
  background: #f2f2f2;
}

.location-section .location-main .location-inner .location-main-box .location-box:nth-child(2) .location-icon {
  color: #ef5c3a;
}

@media screen and (max-width: 767px) {
  .location-section .location-main .location-inner .location-main-box .location-box:nth-child(3) {
    margin-bottom: 0px;
  }
}

.location-section .location-main .location-inner .location-main-box .location-box .location-icon {
  background: var(--white-color);
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--light-blue-color);
  font-size: 30px;
  -webkit-box-shadow: 0px 10px 25px #0000001A;
          box-shadow: 0px 10px 25px #0000001A;
}

.contact-section .contact-form {
  background: url(../img/contact-us.jpg) no-repeat bottom right;
  background-size: cover;
  border: 1px solid var(--border-color);
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .contact-section .contact-form {
    padding: 20px;
  }
}

.contact-section .contact-form h5 {
  color: #ef5c3a;
  margin-bottom: 40px;
  font-size: var(--clamp16);
  font-weight: 400;
}

.contact-section .contact-form h4 {
  font-size: var(--clamp48);
}

.contact-section .contact-form ul {
  padding: 50px 0px 0px 0px;
}

.contact-section .contact-form ul li {
  list-style: none;
  padding-bottom: 30px;
}

.contact-section .contact-form textarea,
.contact-section .contact-form input {
  background: var(--white-color);
  color: var(--text-dark);
  padding: 12px 20px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
}

.contact-section .contact-form textarea {
  height: 120px;
}

/* Product Page Start */
.product-content {
  padding: 60px 0;
}

.product-content h3 {
  font-size: var(--clamp28);
  color: #174c99;
  line-height: 30px;
  font-weight: 600;
}

.product-video-sec video {
  margin: 0;
  width: 100%;
}

.product-content-dark {
  background-color: #174c99;
  color: white;
  padding: 60px 0;
}

.product-content-dark h2 {
  font-size: var(--clamp36);
  line-height: 36px;
  font-weight: 600;
}

.product-content-dark p {
  font-weight: var(--clamp16);
}

.product-faq-section {
  background: #3142770A;
  padding: 60px 0;
}

.product-faq-section h4 {
  font-weight: var(--clamp36);
  line-height: 32px;
  font-weight: 600;
  color: #174c99;
}

.product-faq-section .accordion-header .accordion-button:not(.collapsed) {
  color: #000000;
  font-weight: 700;
  background: white;
}

.key-feature-title {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}

.key-feature-title h2 {
  font-weight: 600;
  font-size: var(--clamp36);
  color: #174c99;
}

.key-features-slider {
  padding: 0 40px;
}

.key-features-slider .item {
  padding: 50px 0;
  margin: 0 10px;
}

.key-features-slider .item .box {
  background-color: #fff;
  border-radius: 8px 8px 8px 0px;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
  min-height: 245px;
}

.key-features-slider .item .box-img {
  background-color: #174c99;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}

.key-features-slider .item .box-img img {
  max-width: 50px;
}

.key-features-slider .item .box h5 {
  font-size: var(--clamp18);
}

.key-features-slider .item .box:hover .box-img {
  border: 1px solid white;
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
}

.key-features-slider .item .box:hover .box-img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.key-features-slider .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border: 1px solid #174c99;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  z-index: 99;
  color: var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.key-features-slider .slide-arrow:hover {
  background-color: #174c99;
  color: #fff;
}

.key-features-slider .slide-arrow.next-arrow {
  right: -20px;
}

@media screen and (max-width: 767px) {
  .key-features-slider .slide-arrow.next-arrow {
    right: 5px;background: url(../images/right1.png) no-repeat 2px
  }
}

.key-features-slider .slide-arrow.prev-arrow {
  left: -20px;
}

@media screen and (max-width: 767px) {
  .key-features-slider .slide-arrow.prev-arrow {
    left: 5px;background: url(../images/right2.png) no-repeat 2px
  }
}

.know-more .slide-arrow {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #314277;
  border: 1px solid white;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  z-index: 99;
  color: var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.know-more .slide-arrow:hover {
  background-color: #174c99;
  color: #fff;
}

.know-more .slide-arrow.next-arrow {
  right: 45%;
  bottom: -50px;background: url(../images/right1.png) no-repeat 2px
}

.know-more .slide-arrow.prev-arrow {
  left: 45%;
  bottom: -50px;background: url(../images/right2.png) no-repeat 2px
}
@media screen and (max-width: 767px){
  .know-more .slide-arrow.next-arrow {
    right: 25%;
  }
  .know-more .slide-arrow.prev-arrow {
    left: 25%;
  }
}
.explore-more-products-slider {
  padding: 0 40px;
}

.explore-more-products-slider .item {
  padding: 5px 0;
  margin: 0 10px;
}

.explore-more-products-slider .item .box {
  background-color: #fff;
  border-radius: 8px 8px 8px 0px;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
}

.explore-more-products-slider .item .box a {
  text-decoration: none;
  color: #174c99;
}

.explore-more-products-slider .item .box:first-child {
  margin-bottom: 10px;
}

.explore-more-products-slider .item .box-img {
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
  border: 1px solid #174c99;
}
.explore-more-products-slider .item .box-img-inner{ width: 100%; height: 100%; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;}

.explore-more-products-slider .item .box-img img {
  max-width: 50px;
}

.explore-more-products-slider .item .box h5 {
  font-size: var(--clamp18);
}

.explore-more-products-slider .item .box:hover .box-img {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
  padding: 10px;
}

.explore-more-products-slider .item .box:hover .box-img .box-img-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.explore-more-products-slider .item:nth-child(even) .box:nth-child(1) {
  margin-top: 60px;
}

.explore-more-products-slider .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border: 1px solid #174c99;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  z-index: 99;
  color: var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.explore-more-products-slider .slide-arrow:hover {
  background-color: #174c99;
  color: #fff;
}

.explore-more-products-slider .slide-arrow.next-arrow {
  right: -20px;background: url(../images/right1.png) no-repeat 2px
}

.explore-more-products-slider .slide-arrow.prev-arrow {
  left: -20px;background: url(../images/right2.png) no-repeat 2px
}
@media screen and (max-width: 767px){
  .explore-more-products-slider .slide-arrow.next-arrow {
    right: -10px;
}
.explore-more-products-slider .slide-arrow.prev-arrow {
    left: -10px;
}
}
/* Product Page End */
/* AI page */
.ai-section-one {
  padding: 60px 0;
}

.ai-section-one .box {
  background-color: #fff;
  border-radius: 8px 8px 8px 0px;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
  min-height: 300px;
}

.ai-section-one .box-img {
  background-color: #174c99;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}

.ai-section-one .box-img img {
  max-width: 50px;
}

.ai-section-one .box h2 {
  font-size: var(--clamp36);
  font-weight: 600;
  color: #174c99;
}

.ai-section-one .box h5 {
  font-size: var(--clamp18);
}

.ai-section-one .box h4 {
  font-size: var(--clamp24);
  color: #174c99;
}

.ai-section-one .box:hover .box-img {
  border: 1px solid white;
  background: linear-gradient(144deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 100%) 0% 0% no-repeat padding-box;
}

.ai-section-two {
  background: #174c99;
  color: white;
  padding: 60px 0;
}

.ai-section-two h4 {
  font-size: var(--clamp36);
  font-weight: 600;
}

.ai-section-three {
  padding: 60px 0;
}

.ai-section-three h4 {
  font-size: var(--clamp36);
  font-weight: 600;
}

.ai-section-four {
  background: #174c99;
  color: white;
  padding: 60px 0;
}

.ai-section-four h4 {
  font-size: var(--clamp36);
  font-weight: 600;
}

.ai-section-five {
  padding: 60px 0;
}

.ai-section-five h4 {
  font-size: var(--clamp36);
  font-weight: 600;
}

.ai-section-five ul {
  list-style: none;
  padding: 0;
}

.ai-section-five ul li {
  background-image: url("../img/icons/material-done.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
}

.ai-blog-block {
  padding: 50px 0px;
}

.ai-blog-block h4 {
  font-size: var(--clamp36);
  line-height: 30px;
}

.ai-blog-block .box {
  -webkit-box-shadow: 0px 8px 16px #60617029;
          box-shadow: 0px 8px 16px #60617029;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ai-blog-block .box {
    margin-bottom: 70px;
  }
}

.ai-blog-block .box .view-blog-btn {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background-color: #ef5c3a;
  -webkit-box-shadow: 0px 4px 8px #60617029;
          box-shadow: 0px 4px 8px #60617029;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 50px;
}

.ai-blog-block .box-content {
  padding: 20px;
  min-height: 240px;
}

.ai-blog-block .box-content h4 {
  font-size: var(--clamp24);
  color: var(--text-dark);
  padding-left: 0px;
}

.ai-blog-block .box-content p {
  color: #000000;
}

.ai-blog-block .box figure {
  position: relative;
}

.ai-blog-block .box figure img {
  width: 100%;
}

.ai-blog-block .box figure .label-text {
  position: absolute;
  left: 15px;
  bottom: -10px;
  background-color: var(--secondary-light-color);
  color: #ef5c3a;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 8px 8px 8px 0;
  font-size: var(--clamp14);
}

.ai-blog-block .box i {
  color: white;
}

/* AI page */
/* AI page */
.product_inner_page {
  overflow: hidden;
  position: relative;
}

.product_inner_page .product_header {
  position: relative;
}

.product_inner_page .product_header .bg_patterns .bubble_1 {
  position: absolute;
  left: 1%;
  width: 300px;
  top: 20%;
}

.product_inner_page .product_header .bg_patterns .bubble_2 {
  position: absolute;
  left: 50%;
  bottom: 2%;
  width: 100px;
}

.product_inner_page .product_header .bg_patterns .bubble_3 {
  position: absolute;
  top: 2%;
  left: 60%;
  width: 50px;
}

.product_inner_page .product_header .bg_patterns .dots_pattern {
  position: absolute;
  bottom: 35%;
  left: 45%;
  width: 300px;
}

@media (max-width: 991px) {
  .product_inner_page .product_header .bg_patterns .dots_pattern {
    width: 200px;
  }
}

.product_inner_page .product_header .content {
  position: relative;
  padding: 130px 0;
}
@media screen and (max-width: 767px){
  .product_inner_page .product_inner .col-lg-4 img{
    margin-top: 30px;
  }
}

.product_inner_page .product_header .content h2 {
  background: transparent linear-gradient(105deg, #5acef2 0%, #5be7c3 10%, #f1c270 24%, #ff8062 30%, #ff743c 60%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp84);
  position: relative;
  line-height: 100%;
  margin-left: 30px;
  margin-bottom: 10px;
}

.product_inner_page .product_header .content h1 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(37, 55, 110, 0.2);
  font-weight: 900;
  font-size: var(--clamp60);
  margin-bottom: -25px;
}

@media (max-width: 991px) {
  .product_inner_page .product_header .content h1 {
    margin-bottom: -14px;
  }
}

.product_inner_page .product_header .content h4 {
  color: #9497a2;
  font-family: var(--main-font);
  font-size: var(--clamp30);
  font-weight: 500;
  margin-left: 30px;
}

.product_inner_page .products-slider-for .product_inner.slick-current .content {
  margin-bottom: 0;
}

.product_inner_page .product_inner {
  padding: 60px 0 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
}

@media (min-width: 768px) {
  .product_inner_page .product_inner {
    height: calc(100vh - 110px) !important;
  }
}

@media (max-width: 767px) {
  .product_inner_page .product_inner {
    height: 100% !important;
  }
}

.product_inner_page .product_inner .content {
  position: relative;
  margin-bottom: -100px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.product_inner_page .product_inner .content h2 {
  color: #174c99;
  font-weight: 800;
  font-size: var(--clamp78);
  position: relative;
  line-height: 100%;
  margin-left: 25px;
  margin-bottom: 10px;
}

.product_inner_page .product_inner .content h1 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -35px;
}

@media (max-width: 991px) {
  .product_inner_page .product_inner .content h1 {
    margin-bottom: -25px;
  }
}

.product_inner_page .product_inner .content h4 {
  color: var(--text-dark);
  font-size: var(--clamp30);
  font-weight: 500;
  margin-left: 25px;
}

.product_inner_page .product_inner .content p {
  color: #000000;
  margin-left: 25px;
  font-size: var(--clamp24);
  line-height: 1.7;
}

.product_inner_page .product_inner .content .btn-block .btn_patterns {
  position: absolute;
  bottom: 10%;
  left: 78%;
  width: 280px;
}

@media (max-width: 991px) {
  .product_inner_page .product_inner .content .btn-block .btn_patterns {
    width: 200px;
  }
}

.product_inner_page .product_inner .content .btn-block .btn-link {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #60617029;
          box-shadow: 0px 0px 20px #60617029;
  text-decoration: none;
  border-radius: 24px;    background: url(../images/right.png) no-repeat 2px;
}

.product_inner_page .product_inner .container {
  position: relative;
  z-index: 3;
}

.product_inner_page .product_inner:nth-child(odd) {
  background: #fff;
}

@media (min-width: 768px) {
  .product_inner_page .product_inner:nth-child(odd) {
    background: url("../img/inner_product_pages/Ellipse1.png") no-repeat, #fff;
    background-size: contain;
    background-position: right;
  }
}

.product_inner_page .product_inner:nth-child(even) {
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .product_inner_page .product_inner:nth-child(even) {
    background: url("../img/inner_product_pages/Ellipse1.png") no-repeat, #f5f5f5;
    background-size: contain;
    background-position: right;
  }
}

.product_inner_page .product_inner:nth-child(3n - 2) .container::before {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  left: -20%;
  top: 60%;
  content: "";
  background: url("../img/inner_product_pages/Ellipse2.png") no-repeat;
  background-size: contain;
  background-position: left top;
}

.product_inner_page .product_inner:nth-child(3n - 1) .container::before {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  left: -20%;
  bottom: -60%;
  content: "";
  background: url("../img/inner_product_pages/Ellipse3.png") no-repeat;
  background-size: contain;
  background-position: left bottom;
}

.product_inner_page .product_inner:nth-child(3n) .container::before {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  left: -20%;
  top: -60%;
  content: "";
  background: url("../img/inner_product_pages/Ellipse4.png") no-repeat;
  background-size: contain;
  background-position: left top;
}

.product_inner_page .products-menu {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  z-index: 1;
}

@media (max-width: 767px) {
  .product_inner_page .products-menu {
    display: none;
  }
}

.product_inner_page .products-menu .products-slider-nav .slick-list {
  padding: 0 !important;
}

.product_inner_page .products-menu .products-slider-nav .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  margin: 10px 0;
}

.product_inner_page .products-menu .products-slider-nav .item h3 {
  color: #000000;
  font-size: var(--clamp28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  -webkit-perspective: 4000;
          perspective: 4000;
}

.product_inner_page .products-menu .products-slider-nav .item h3 span {
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.product_inner_page .products-menu .products-slider-nav .item h3 span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  text-align: center;
}

.product_inner_page .products-menu .products-slider-nav .item.slick-current h3 {
  color: #000000;
  font-weight: bold;
}

.product_inner_page .products-menu .products-slider-nav .item.slick-current h3 span {
  color: #000000;
  background: transparent linear-gradient(105deg, #5acef2 0%, #5be7c3 10%, #f1c270 50%, #ff8062 80%, #ff743c 90%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product_inner_page .products-menu .products-slider-nav .item:hover h3 {
  color: #000000;
  font-weight: bold;
}

.product_inner_page .products-menu .products-slider-nav .item:hover h3:hover span,
.product_inner_page .products-menu .products-slider-nav .item:hover h3:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
          transform: rotateX(90deg) translateY(-22px);
}

.product_inner_page .products-menu .products-slider-nav .item:hover h3:hover span:before,
.product_inner_page .products-menu .products-slider-nav .item:hover h3:focus span:before {
  color: #000000;
  background: transparent linear-gradient(105deg, #5acef2 0%, #5be7c3 10%, #f1c270 50%, #ff8062 80%, #ff743c 90%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product_inner_page .products-menu .products-slider-nav .slick-arrow {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px #00000029;
          box-shadow: 0px 0px 40px #00000029;
  border: 1px solid #ff743c66;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #174c99;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product_inner_page .products-menu .products-slider-nav .slick-arrow.slick-disabled {
  opacity: 0.4;
}

.product_inner_page .products-menu .products-slider-nav .slick-arrow:hover {
  background-color: #174c99;
  color: var(--white-color);
}

.product_inner_page .products-menu .products-slider-nav .slick-arrow.slick-prev {
  top: -30px;    background: url(../images/top.png) no-repeat 4px 4px;
}

.product_inner_page .products-menu .products-slider-nav .slick-arrow.slick-next {
  bottom: -80px;    background: url(../images/down.png) no-repeat 4px 4px;
}

.product_inner_page .products-menu .products-slider-nav .slick-list {
  text-align: right;
}

.stay-connect {
  margin-bottom: -2rem;
  background-color: #f7f7f7;
  padding-top: 5rem;
}

.stay-connect .card.card-body {
  border-radius: 16px;
  padding: 5rem 2rem;
  background: #0e2a73;
}

@media (min-width: 767px) {
  .stay-connect .card.card-body {
    background-image: url("../img/inner_product_pages/stay-connect.png");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 8rem 2rem;
  }
}

.stay-connect .card.card-body .content {
  position: relative;
}

.stay-connect .card.card-body .content .bg_pattern {
  position: absolute;
  top: -10%;
  right: 10%;
  width: 180px;
}

@media (max-width: 991px) {
  .stay-connect .card.card-body .content .bg_pattern {
    width: 150px;
  }
}

.stay-connect .card.card-body .content .title {
  color: var(--white-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--clamp60);
}

.stay-connect .card.card-body .content p {
  color: #d1d1d1;
}

.stay-connect .card.card-body .content .btn-stay-connect {
  background: #2d3652 0% 0% no-repeat padding-box;
  border-radius: 16px;
  color: #f0f1f1;
}

/* Support section */
.support-section {
  background: #F0F1F1;
  padding: 50px 0px;
}

.support-section h4 {
  font-size: var(--clamp36);
  margin-bottom: 20px;
  font-weight: 600;
}

.support-section h5 {
  font-size: var(--clamp18);
  margin-bottom: 20px;
  font-weight: 400;
}

.support-section ul {
  padding: 50px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-section ul li {
  list-style: none;
  padding-bottom: 30px;
  width: 48%;
}

.support-section ul li:nth-child(8), .support-section ul li:nth-child(9), .support-section ul li:nth-child(3) {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .support-section ul li {
    width: 100%;
  }
}

.support-section select,
.support-section textarea,
.support-section input[type="text"],
.support-section input[type="tel"],
.support-section input[type="email"] {
  background: var(--white-color);
  color: var(--text-dark);
  padding: 12px 20px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
}

.support-section select #phoneNumber,
.support-section textarea #phoneNumber,
.support-section input[type="text"] #phoneNumber,
.support-section input[type="tel"] #phoneNumber,
.support-section input[type="email"] #phoneNumber {
  width: 100%;
}

.support-section .form-check {
  line-height: 22px;
  font-size: var(--clamp18);
}

.support-section .form-check-label {
  margin-right: 40px;
}

.support-section textarea {
  height: 120px;
}

.support-section select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/Capture.PNG) no-repeat 95% 18px var(--white-color);
}

/* ML Page */
.ml-section-two {
  padding: 60px 0;
  background: #174c99;
}

.ml-section-two .card {
  border: 0;
}

.ml-section-two .card h5 {
  color: #174c99;
  font-size: var(--clamp24);
}

.ml-section-two .card .card-image-cap {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ml-section-two h2 {
  color: white;
  text-align: center;
  font-size: var(--clamp36);
}

.ml-section-three {
  padding: 60px 0;
}

.ml-section-three h4 {
  font-size: var(--clamp36);
  font-weight: 600;
  color: #174c99;
}

.ml-section-three ul {
  list-style: none;
  padding: 0;
}

.ml-section-three ul li {
  background-image: url("../img/icons/material-done.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
}

/*--------News start----------*/
.news-section {
  padding: 50px 0px 20px;
}

.news-section .news-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-section .news-main .news-box {
  width: 32%;
  position: relative;
  padding: 30px 30px 80px;
  -webkit-box-shadow: 0px 10px 25px #00000026;
          box-shadow: 0px 10px 25px #00000026;
  border-radius: 8px;
  background: #174c99;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .news-section .news-main .news-box {
    padding: 20px 20px 80px;
  }
}

@media screen and (max-width: 991px) {
  .news-section .news-main .news-box {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .news-section .news-main .news-box {
    width: 100%;
  }
}

.news-section .news-main .news-box p {
  color: var(--white-color);
  font-size: var(--clamp16);
  margin-bottom: 20px;
}

.news-section .news-main .news-box h4 {
  color: var(--white-color);
  font-size: var(--clamp24);
  margin-bottom: 20px;
  font-weight: 600;
}

.news-section .news-main .news-box img {
  width: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  margin-bottom: 20px;
}

.news-section .news-main .news-box img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-section .news-main .news-box figure {
  overflow: hidden;
}

.news-section .news-main .news-box .news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  left: 30px;
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .news-section .news-main .news-box .news-date {
    left: 20px;
  }
}

.news-section .news-main .news-box .news-date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ef5c3a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 5px 5px 0px;
  font-size: var(--clamp16);
  padding: 6px 10px;
  background: var(--secondary-light-color);
}

.news-section .news-main .news-box .news-date span i {
  margin-right: 10px;
}

/*--------News End----------*/
.copyright-section {
  background: var(--copyright-bg);
  padding: 15px 0px;
  text-align: center;
}

.copyright-section p {
  color: var(--copyright-color);
  font-size: var(--clamp16);
  margin-bottom: 0px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 79px;
  right: 26px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ef5c3a;
  color: var(--white-color);
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  width: 40px;
  height: 42px;
  background: url(../images/top.png) no-repeat 0 3px;
}

#myBtn:hover {
  background-color: #555;
}

body.mobile-menu-active {
  overflow: hidden;
}

body.mobile-menu-active:before {
  content: '';
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  background-color: #174c99;
  height: 100%;
  padding: 40px 0px 40px;
  z-index: 8888889;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 15px;
}

.mobile-menu-top .mobile-menu-close {
  color: #fff;
  font-size: var(--clamp48);
}

.mobile-menu.active {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100vh - 60px);
  overflow-y: auto;
}

.mobile-menu ul li a {
  color: var(--white-color);
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px 10px 24px;
}

.mobile-menu ul li a:hover {
  color: #ef5c3a;
}

/* Start about-section */
.about_section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.about_section .ellipse-img1 {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 400px;
  -webkit-filter: saturate(3);
          filter: saturate(3);
  opacity: 0.2;
}

.about_section .ellipse-img2 {
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  -webkit-filter: blur(50);
          filter: blur(50);
  opacity: 0.5;
}

.about_section .dots_pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
}

.about_section .title {
  color: #174c99;
  font-weight: 700;
  font-size: var(--clamp78);
  position: relative;
  line-height: 100%;
  margin-bottom: 30px;
}

.about_section .title .highlight {
  background: transparent linear-gradient(105deg, #5acef2 0%, #5be7c3 22%, #f1c270 49%, #ff8062 76%, #ff743c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about_section .description {
  font-size: var(--clamp30);
  color: #8b8e98;
  font-weight: 300;
}

.about_section .card.card-body {
  border: none;
  -webkit-box-shadow: 0px 0px 16px #00000029;
          box-shadow: 0px 0px 16px #00000029;
  border-radius: 16px;
  text-align: left;
}

.about_section .card.card-body .content {
  position: relative;
}

.about_section .card.card-body .content .card_shape {
  position: absolute;
  left: -58px;
  top: -58px;
  width: 320px;
}

.about_section .card.card-body .content h2 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(37, 55, 110, 0.2);
  font-weight: 800;
  font-size: var(--clamp60);
  margin-bottom: -35px;
}

@media screen and (max-width: 991px) {
  .about_section .card.card-body .content h2 {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .about_section .card.card-body .content h2 {
    margin-bottom: -15px;
  }
}

.about_section .card.card-body .content h3 {
  color: var(--text-dark);
  font-size: var(--clamp60);
  font-weight: 700;
  margin-left: 50px;
}

.about_section .card.card-body .content .list-unstyled li {
  position: relative;
  padding-left: 40px;
}

.about_section .card.card-body .content .list-unstyled li:not(:last-child) {
  margin-bottom: 10px;color: #000000;
    font-size: 13pt !important;
}

.about_section .card.card-body .content .list-unstyled li:before {
  position: absolute;
  content: "";
  background: url("../images/Capture.PNG") no-repeat;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

/* End about-section */
/* Start about-what-do-we-do*/
.about_whatwedo,
.about_nurturing {
  position: relative;
  padding: 60px 0;
  background: #eefafe73;
}

.about_whatwedo .img_block .card,
.about_nurturing .img_block .card {
  position: absolute;
  width: 178px;
  height: 178px;
  left: 90%;
  bottom: -12%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .about_whatwedo .img_block .card,
  .about_nurturing .img_block .card {
    left: 80%;
    bottom: -12%;
  }
}

.about_whatwedo .img_block .card .card-body,
.about_nurturing .img_block .card .card-body {
  background: #dbe0e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_whatwedo .img_block .card .card-body h6,
.about_nurturing .img_block .card .card-body h6 {
  font-weight: 800;
  color: #174c99;
  font-size: var(--clamp28);
}

.about_whatwedo .content,
.about_nurturing .content {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.about_whatwedo .content .ellipse_blur,
.about_nurturing .content .ellipse_blur {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .about_whatwedo .content .ellipse_blur,
  .about_nurturing .content .ellipse_blur {
    width: 350px;
  }
}

@media (min-width: 992px) {
  .about_whatwedo .content .ellipse_blur,
  .about_nurturing .content .ellipse_blur {
    width: 420px;
  }
}

@media (min-width: 1200px) {
  .about_whatwedo .content .ellipse_blur,
  .about_nurturing .content .ellipse_blur {
    width: 600px;
  }
}

.about_whatwedo .content .title,
.about_nurturing .content .title {
  color: #174c99;
  font-weight: 700;
  font-size: var(--clamp36);
}

.about_whatwedo .content p,
.about_nurturing .content p {
  color: #000000;
    font-size: 12pt !important;
  line-height: 1.8;
}

.about_nurturing {
  background: #fff;
}

/* End about-what-do-we-do*/
/* Start about-winit*/
.about_winit {
  position: relative;
}

.about_winit .card.card-body {
  border: none;
  margin-bottom: -2rem;
  background: url("../img/about/circle-shape.svg") right no-repeat, #ffffff;
  background-size: contain;
  -webkit-box-shadow: 0px 0px 16px #00000029;
          box-shadow: 0px 0px 16px #00000029;
  border-radius: 16px;
}

.about_winit .card.card-body .title {
  color: #174c99;
  font-weight: 700;
  font-size: var(--clamp36);
}

.about_winit .card.card-body .single-item .icon {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px #00000029;
          box-shadow: 0px 0px 40px #00000029;
  border-radius: 50%;
}

.about_winit .card.card-body .single-item .text-block .single-item-title {
  color: #174c99;
  font-size: var(--clamp18);
}

.about_winit .card.card-body .single-item .text-block .single-item-description {
  color: #000000;
  font-size: var(--clamp14);
}

.about_winit .card.card-body p {
  color: #000000;
    font-size: 12pt !important;
  line-height: 1.8;
}

/* End about-winit*/
.videos-block {
  padding: 60px 0;
}

.videos-block .videos-block-title {
  color: var(--text-color);
}

.videos-block .video-blog .single-video-blog .card-img-top {
  position: relative;
}

.videos-block .video-blog .single-video-blog .card-img-top .video-play-btn {
  text-decoration: none;
  position: absolute;
  background: #ef5c3a;
  width: 50px;
  height: 55px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: 10px solid #ff733c79;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/youtube-play.png) no-repeat 0 3px;
}

.videos-block .video-blog .single-video-blog .card-img-top .video-play-btn i {
  color: var(--white-color);
}

.videos-block .video-blog .single-video-blog .card-img-top .video-play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.videos-block .video-blog .single-video-blog .card-title {
  color: #174c99;
  font-size: var(--clamp36);
  font-weight: 600;
}

.videos-block .video-blog .single-video-blog .card-text {
  color: #000000;
}

@media screen and (max-width: 992px) {
  .videos-block .recently-video-blogs {
    margin-top: 20px;
  }
}

.videos-block .recently-video-blogs .recently-video-blogs-title {
  color: #174c99;
}

.videos-block .recently-video-blogs .single-recently-video .card-img-top {
  position: relative;
}

.videos-block .recently-video-blogs .single-recently-video .card-img-top .video-play-btn {
  text-decoration: none;
  position: absolute;
  background: #ef5c3a;
  width: 36px;
  height: 42px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 10px solid #ff733c79;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: url(../images/youtube-play36.png) no-repeat 0 3px;
}

.videos-block .recently-video-blogs .single-recently-video .card-img-top .video-play-btn i {
  color: var(--white-color);
}

.videos-block .recently-video-blogs .single-recently-video .card-img-top .video-play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.videos-block .recently-video-blogs .single-recently-video .card-img-top .date-label {
  position: absolute;
  right: 0px;
  bottom: 0;
  background-color: var(--secondary-light-color);
  padding: 5px 10px;
  color: #174c99;
  border-radius: 6px 6px 0 0;
  font-size: var(--clamp14);
}

.videos-block .recently-video-blogs .single-recently-video .card-body {
  background-color: var(--primary-color-dark);
}

.videos-block .recently-video-blogs .single-recently-video .card-body .card-title {
  color: var(--white-color);
  font-size: var(--clamp18);
  font-weight: 600;
}

.videos-block .videos-filter {
  padding: 60px 0;
}

.videos-block .videos-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.videos-block .videos-filter ul li {
  margin: 0 10px;
}

@media screen and (max-width: 992px) {
  .videos-block .videos-filter ul li {
    margin-bottom: 10px;
  }
}

.videos-block .videos-filter ul li a {
  display: inline-block;
  color: #174c99;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #D8D8D8;
  border-radius: 50px;
  font-size: var(--clamp18);
  text-decoration: none;
  padding: 5px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}

.videos-block .videos-filter ul li a:hover {
  background-color: #174c99;
  color: #fff;
}

.videos-block .videos-filter-results .single-recently-video {
  margin-bottom: 20px !important;
}

.videos-block .videos-filter-results .single-recently-video .card-img-top {
  position: relative;
}

.videos-block .videos-filter-results .single-recently-video .card-img-top .video-play-btn {
  text-decoration: none;
  position: absolute;
  background: #ef5c3a;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 10px solid #ff733c79;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.videos-block .videos-filter-results .single-recently-video .card-img-top .video-play-btn i {
  color: var(--white-color);
}

.videos-block .videos-filter-results .single-recently-video .card-img-top .video-play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.videos-block .videos-filter-results .single-recently-video .card-body {
  background-color: var(--primary-color-dark);
}

.videos-block .videos-filter-results .single-recently-video .card-body .card-title {
  color: var(--white-color);
  font-size: var(--clamp18);
  font-weight: 600;
}

.videos-block .videos-filter-results .is-hidden {
  display: none;
}

/* Disclaimer Model Section */
.disclaimer-section {
  background: white;
  border-radius: 8px 8px 8px 0px;
  padding: 10px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .disclaimer-section {
    padding: 0px;
  }
}

.disclaimer-section h2 {
  font-size: 24pt;
  color: red;
  font-weight: 800;
  display: inline;
  border-bottom: 2px solid #ef5c3a;
}

  
.event-section {
  padding: 50px 0px;
}

.event-section h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: vae(--clamp48);
  margin-bottom: 20px;
}

.event-section .event-slider {
  padding: 40px 40px 0px;
}

.event-section .event-slider .item {
  padding: 50px 0;
  margin: 0 10px;
}

.event-section .event-slider .item .box {
  background-color: #fff;
  border-radius: 8px 8px 8px 0px;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 110px 15px 15px;
  min-height: 220px;
  position: relative;
}

.event-section .event-slider .item .box .event-date {
  position: absolute;
  left: 50%;
  top: -40px;
  width: 100px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px;
}

.event-section .event-slider .item .box .event-date p {
  margin-bottom: 0px;
}

.event-section .event-slider .item .box .event-date p strong {
  font-size: var(--clamp26);
  color: #ef5c3a;
  font-weight: 700;
}

.event-section .event-slider .item .box h5 {
  font-size: var(--clamp22);
  font-weight: 600;
  margin-bottom: 10px;
}

.event-section .event-slider .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border: 1px solid #174c99;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  z-index: 99;
  color: var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.event-section .event-slider .slide-arrow:hover {
  background-color: #174c99;
  color: #fff;
}

.event-section .event-slider .slide-arrow.next-arrow {
  right: -20px;
}

@media screen and (max-width: 767px) {
  .event-section .event-slider .slide-arrow.next-arrow {
    right: 0px;
  }
  	footer ul li {padding-bottom: 1px;}
	.fix_tel{
		display: none;
	}
}

.event-section .event-slider .slide-arrow.prev-arrow {
  left: -20px;
}

@media screen and (max-width: 767px) {
  .event-section .event-slider .slide-arrow.prev-arrow {
    left: 0px;
  }
}

.event-gallery {
  padding: 50px 0px;
}

.event-gallery h3 {
  text-align: center;
  font-weight: 600;
  font-size: vae(--clamp48);
  margin-bottom: 20px;
}

.gallery-content {
  background: #174c99;
  padding: 20px 20px 70px;
  text-align: center;
  min-height: 285px;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .gallery-content {
    min-height: 310px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-content {
    min-height: inherit;
  }
}

.gallery-content .view {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
}

.gallery-content p {
  color: var(--white-color);
  margin-bottom: 20px;
}

.gallery-content h5 {
  color: var(--white-color);
  font-weight: 600;
  font-size: var(--clamp24);
  margin-bottom: 10px;
}

.gallery-content a {
  text-decoration: none;
}

.gallery-filter {
  padding: 0px 0px 60px;
}

.gallery-filter .event-box {
  display: block;
}

.gallery-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-filter ul li {
  margin: 0 10px;
}

@media screen and (max-width: 992px) {
  .gallery-filter ul li {
    margin-bottom: 10px;
  }
}

.gallery-filter ul li a {
  display: inline-block;
  color: #174c99;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  font-size: var(--clamp18);
  text-decoration: none;
  padding: 5px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}

.gallery-filter ul li a:hover {
  background-color: #174c99;
  color: #fff;
}

.gallery-filter-results .single-recently-video {
  margin-bottom: 20px !important;
}

.gallery-filter-results .single-recently-video .card-img-top {
  position: relative;
  cursor: pointer;
}

.gallery-filter-results .single-recently-video .card-img-top .overlay {
  position: absolute;
  content: "";
  background: rgba(49, 66, 119, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
}

.gallery-filter-results .single-recently-video .card-img-top .overlay .card-title {
  color: var(--white-color);
  font-size: var(--clamp18);
  font-weight: 600;
}

.gallery-filter-results .single-recently-video:hover .card-img-top .overlay {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-filter-results .is-hidden {
  display: none;
}

.event-register {
  background: var(--white-color);
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 40px #00000029;
          box-shadow: 0px 0px 40px #00000029;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  margin-bottom: -40px;
  position: relative;
}

.event-register h5 {
  font-weight: 600;
  font-size: var(--clamp24);
  margin-bottom: 20px;
}

.event-register a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .event-register {
    margin-bottom: 40px;
    padding: 20px;
  }
}

/* Start Leader*/
.leader_section {
  position: relative;
  padding: 60px 0;
  background: #ffffff;
}

.leader_section .img_block .card {
  position: absolute;
  left: 100%;
  bottom: -10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .leader_section .img_block .card {
    left: 80%;
    bottom: -10%;
  }
}

.leader_section .img_block .following .title-text {
  color: #ef5c3a;
}

.leader_section .img_block .following a svg {
  width: 30px;
}

.leader_section .content {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.leader_section .content .title {
  color: #174c99;
  font-weight: 600;
  font-size: var(--clamp36);
}

.leader_section .content p {
  color: #000000;
  font-size: var(--clamp16);
  line-height: 1.8;
}

.leader_section .experience_block .single-card {
  background: #f7fdff;
  border: 1px solid #4040404d;
  border-radius: 10px;
}

.leader_section .experience_block .single-card > .title {
  color: #174c99;
  font-weight: 600;
  font-size: var(--clamp36);
  border-bottom: 1px solid #ff743c;
}

.leader_section .experience_block .single-card p {
  color: #000000;
  font-size: var(--clamp16);
  line-height: 1.8;
}

.leader_section .experience_block .single-card .divider {
  background: #4040404d;
  width: 1px;
  height: 70%;
  margin: 0 auto;
  -webkit-transform: translate(0px, 22px);
          transform: translate(0px, 22px);
}

.leader_section .experience_block .single-card .subcard-list .title {
  color: #174c99;
  font-weight: 600;
  font-size: var(--clamp28);
}

.leader_section .experience_block .single-card .subcard-list .title span {
  color: #000000;
  font-weight: 400;
  font-size: var(--clamp18);
}

.leader_section .experience_block .single-card .subcard-list .sub-title {
  color: #ef5c3a;
}

.leader_section .experience_block .single-card .subcard-list .sub-title span {
  font-weight: 600;
  color: #174c99;
  font-size: var(--clamp18);
}

.leader_section .experience_block .single-card .subcard-list .description {
  color: #000000;
}

.leader_section .experience_block .single-card .subcard-list .description span {
  font-weight: 600;
  color: #000000;
  font-size: var(--clamp16);
}

/* End Leader*/
/*--video-top--*/
.video-top {
  padding-top: 50px;
}

.video-top h3 {
  background: transparent linear-gradient(105deg, #5acef2 40%, #5be7c3 50%, #f1c270 64%, #ff8062 70%, #ff743c 80%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--clamp60);
  position: relative;
  line-height: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.video-top h2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  font-weight: 900;
  font-size: var(--clamp84);
  margin-bottom: -35px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .video-top h2 {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .video-top h2 {
    margin-bottom: -15px;
  }
}
input#phoneNumber{ 
  width:100%!important;
}
.hotline-phone-ring-circle{width:85px;height:85px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid #e60808;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-fill{width:55px;height:55px;top:22px;left:26px;position:absolute;background-color:rgba(230,8,8,.7);border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-img-circle{background-color:#e4212a;width:33px;height:33px;top:33px;left:37px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}
.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}

.hotline-bar{position:absolute;background:#e88a25;background:-webkit-linear-gradient(left,#e88a25,#d40000);background:-o-linear-gradient(right,#e88a25,#d40000);background:-moz-linear-gradient(right,#e88a25,#d40000);background:linear-gradient(to right,#e88a25,#e4212a);height:40px;width:200px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px !important;border:2px solid #fff;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:18px;font-weight:900;text-indent:50px;display:block;letter-spacing:1px;line-height:38px;font-family:Arial}.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
img {
    border: none;
}


.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 1111111;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}


.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 85px;
    left: 33px;
    z-index: 888888;
}
	

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}
@media only screen and (min-width: 960px)
{
	.float-icon-hotline ul li .fa {
		background-size: contain !important;
	}
}
.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.tada {
    animation-name: tada;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}

ul.left-icon.hotline {
    margin-left: 0px !important;
}


.float-icon-hotline ul li .fa-zalo {
    background: url(https://netweb.vn/img/hotline/zalo.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-zalo:hover {
    background: #ef0303 url(https://netweb.vn/img/hotline/zalo.png) center center no-repeat;opacity:.5;
}
.float-icon-hotline ul li .fa-messenger {
    background:  url(https://netweb.vn/img/hotline/fb.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-messenger:hover {
    background: #168efb url(https://netweb.vn/img/hotline/fb.png) center center no-repeat;opacity:.5;
}
/*# sourceMappingURL=style.css.map */
ul.bltlist li {
    padding: 2px 0 2px 30px;    margin-left: -30px;
    background: url(../images/blt1.png) no-repeat 0 3px;}
	.fone {
    font-size: 13px;
    color: #f00;
    line-height: 40px;
    padding-left: 40px;font-weight: 500;
  }
  .1fa-times{line-height: 40px;
    padding-left: 40px;
        background: url(../images/blt1.png) no-repeat 0 3px;}
.fix_tel { position:fixed; bottom:15px; left:18px; z-index:888;}
.fix_tel a {text-decoration: none; display:block;}
.tel { background: #eeeeeeba;width:150px; height:36px; position:relative; background-size:40px;border-radius:28px;border:none}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}
.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;		    
    opacity: 1;
    position: absolute;
    top: 32px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #009900;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #009900;
}
@keyframes ring-alo-circle-anim {
	0% {
	    opacity: 0.1;
	    transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
	    opacity: 0.5;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
	    opacity: 0.6;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes ring-alo-circle-fill-anim {
	0% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	}
	.ring-alo-ph-img-circle a img {
	    padding: 1px 0 12px 1px;
	    width: 50px;
	    position: relative;
	    top: -1px;
	}
}
.ring-alo-ph-circle-fill1 {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 60px;
}.ring-alo-ph-img-circle1 {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 30px;		    
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 60px;
}
.ring-alo-ph-img-circle1 a img {
	    padding: 1px 0 12px 1px;
	    width: 50px;
	    position: relative;
	    top: -1px;
}
.vang{border: 2px dashed #02a3b3;border-radius: 10px;margin-bottom: 10px;padding: 20px;margin-top: 25px;background: #ffe00061;}
.modal1-body {    height: auto;
    padding: 5px;}
.modal1-title {color:red}
.modal1-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 9px 20px 4px 10px;
	border-bottom: 1px solid #e9ecef;
}
.modal2-header {
        font-size: 12pt !important;display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 9px 20px 4px 10px;
	border-bottom: 1px solid #e9ecef;}
.modal2-body {height: 278px;
    padding: 43px 0px 0 10px;
       font-size: 12pt;
    line-height: 1.2;
    font-family: times new roman;}	
.box-content span{font-size: 14pt;    font-weight: 700;
	
}	
@media (max-width: 768px) {
	.modal1-body {    
	height: auto;
    padding: 12px 0px 0 10px;background-color: #fff;}
	.key-features-slider .item .box {
  padding: 0px;
}
.explore-more-products-slider .item {
  padding: 0px;
}
.explore-more-products-slider .item .box-img {
    background-color: white;
width: 63px;margin-bottom: 7px;}
.products-block1 {
  padding: 50px 0px;
}
.products-block1 h3 {
    margin-bottom: 5px;font-size: 25pt;
}
.products-block1 h4 {
	font-size: 22pt !important;
}
.modal2-body {
height: 408px;}
.innovating-section .innovating-img {
    padding-top: 120px;
}
.date-webinar {
    left: 47px !important;
    bottom: 180px !important;
    font-size: 13pt !important;z-index: 888;
}
}

.slick-initialized .slick-slide
}
.explore-more-products-slider .item .box a {
    text-decoration: none;
    color: var(--primary-color);
}
.container1{background: #3142770A}
.key-features-slider .item {
    padding: 50px 0;
    margin: 0 10px;
}
ul.mt-2 li{
    padding: 2px 0 2px 30px;margin-left: -10px;
    background: url(../images/blt1.png) no-repeat 0 3px;}
	

.key-feature-title1 {
    padding-top: 60px;
}
.iframe236{margin: 0 auto;}
.date-webinar {
    position: absolute;
    left: 111px;
    bottom: 107px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 22pt;
    font-weight: 800;
    z-index: 888;
}
.products-block1 h4 {
	color: #3a3838;
    font-weight: 700;
    font-size: 29pt;
    text-align: center;font-family: "Quicksand", sans-serif;
}
.innovating-section h3 {
        line-height: 1 !important;
    }
    .innovating-section h4 {
        line-height: 1 !important;
    }
    .products-block h3 {
        line-height: 1 !important;
    }
    .what-we-offer h3 {
        line-height: 1 !important;
    }
	footer .logo-contact-footer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
footer .contact-footer {
    /* display: inline-block; */
    display: flex;
    margin-bottom: -32px;
    flex: 1;
}footer .logo-footer {
    /* display: inline-block; */
    padding-bottom: 1px;
}footer ul li {
    list-style: none;
    display: inline-block;
    color: #8098b4;
    padding-left: 5px;
    padding-right: 5px;
}footer ul .divider {
    width: 1px;
    height: 15px;
    padding: 0;
    background-color: #8098b4;
    margin-bottom: -2px;
}
.row23{padding-bottom: 20px;}
.card-right1{text-align:right;margin: -15px;}
@media (min-width: 1024px){
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
}
.hoso{
    width: 100%;
    max-width: 100%;
	border: 2px solid red;
    border-radius: 25px;
	margin-left: 17px !important;
}
.hoso ul li{list-style: square;font-size: 14pt;line-height: 21pt;}	
.baiviet{
    width: 100%;
    max-width: 100%;
	border: 2px solid red;
    border-radius: 25px;
}

	.baiviet1{width: 75%;padding: 10px;}
	.baiviet1 ul li{list-style: square;}	
	.baiviet1 h2{font-size: 19pt;font-family:Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";margin-top: 15px;font-weight: 700;}		
	.baiviet1 h3{font-size: 17pt;font-family:Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";margin-top: 15px;font-weight: 700;}		
	.baiviet1 h4{font-size: 15pt;font-family:Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";margin-top: 15px;font-weight: 700;}	
    .baiviet1 a {color: Black;}
	
	.baiviet2{width: 25%;}
	.ndli{    border-bottom: 2px solid red;padding-bottom: 17px;margin-left: -24px;}
	
@media (max-width: 768px){
       .baiviet2{display:none;}
	.ndli{    border-bottom: 2px solid red;padding-bottom: 17px;margin-left: -24px;}
	.baiviet1{   	
    margin-left: 10px !important;
    width: 96%;} 

.disclaimer-section h2 {
  font-size: 20pt;}
.hoso {
    width: 93%;padding-top: 20px;  
  }
 .hoso h2 {
    font-size: 18pt; 
  } 	
.trang	 {
 margin-left: -25px !important;
  } 	
	
}
.center{text-align:center;border-bottom: 2px solid red;}
.noidung{font-family:'Roboto', sans-serif;}
.a2 {
    margin: -18px 0 10px 0;
    font-size: 17px;
	font-weight: 600;
    color: #f00;
    text-transform: uppercase;
}
.a3{font-size: 15pt;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 26px;
    margin: 20px 0px 0px 10px;}
.bvdo	 {
	color: #000000;
    font-size: 13pt;
    font-style: italic;
    padding: 10px;
    margin-left: 18px;
    border-radius: 5px;
    border: 1px solid #d16e6e;
}
  .bvdo	a {
color: red;} 
.col-md-5{
  font-size: 16px !important;
}
.dropbtn {
  color: white;
}

.dropdown {color: white;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 222px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.dropdown-content a {
  color: black !important;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;color: #000}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #fff;
}