/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 31px;
  height: 40px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #fff;
  height: 3px;
  width: 32px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #8b7352;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 36px;
    height: 42px;
  }
  .crossLine .line {
    width: 32px;
    height: 3px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

/*body{
    &.overflowhidden{
        .crossLine{position: absolute;
            z-index: 9999;
            top: 2px; 
            right: -36px;}
    }
}*/
/* ======= Header Css Strat ======= */
/* ------- Header Area Strat ------- */
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 30px 0px;
  z-index: 9;
}
.mainHeader header .logo {
  position: relative;
  padding: 0px 0px;
  max-width: 174px;
  min-width: 174px;
}
.mainHeader header .logo a img {
  max-width: 100%;
}
.mainHeader header .navbarLink ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 50px;
  font-family: "Jost", serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.mainHeader header .navbarLink ul li::before, .mainHeader header .navbarLink ul li::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainHeader header .navbarLink ul li::before {
  background: #07BAD5;
  width: 0;
  height: 1px;
  left: 50%;
  right: 50%;
  bottom: 7px;
}
.mainHeader header .navbarLink ul li::after {
  background: #07BAD5;
  width: 0px;
  height: 0px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  margin: 0px auto;
  border-radius: 100%;
}
.mainHeader header .navbarLink ul li a {
  position: relative;
}
.mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li:hover::after, .mainHeader header .navbarLink ul li.active::before, .mainHeader header .navbarLink ul li.active::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainHeader header .navbarLink ul li:hover::before, .mainHeader header .navbarLink ul li.active::before {
  left: 0;
  right: 0;
  width: 100%;
}
.mainHeader header .navbarLink ul li:hover::after, .mainHeader header .navbarLink ul li.active::after {
  width: 10px;
  height: 10px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  font-size: 18px;
  margin-left: 9px;
  width: 20px;
  height: 13px;
  background: url(../images/menu_arrow.png) no-repeat left top;
  position: relative;
  top: 2px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
  position: relative;
  top: 1px;
  font-size: 0px;
}
@media (min-width: 768px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: none;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 7px;
  }
}
@media (max-width: 1024px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    background-size: 12px;
    width: 12px;
    height: 9px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    top: 5px;
    background-size: 14px;
    width: 14px;
    height: 11px;
    margin-left: 8px;
    top: 11px;
  }
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li::before, .mainHeader header .navbarLink ul li ul li::after {
  display: none;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 42px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 26px;
  }
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding: 0px 0px;
    margin-right: 0px;
    width: 100%;
    border-bottom: solid 1px #CBCBCB;
    text-align: left;
  }
  .mainHeader header .navbarLink ul li::before, .mainHeader header .navbarLink ul li::after {
    display: none;
  }
  .mainHeader header .navbarLink ul li:first-child {
    border-top: solid 1px #CBCBCB;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 20px; /*padding: $navlinkPadding;*/
  display: inline-block;
  position: relative;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 19px;
    padding: 15px;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #07BAD5;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active, .mainHeader header .navbarLink ul li:hover {
    background: #EDEDED;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #000;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  border-radius: 0px !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  padding: 0px;
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  text-transform: capitalize;
  background: none;
  white-space: normal;
  border-bottom: rgba(244, 244, 244, 0.5) solid 1px;
  font-weight: 300;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 16px 20px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover {
  background: #08B4CF;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover a {
  color: #000 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active {
  background: #08B4CF;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a {
  color: #000 !important;
  background: #08B4CF;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active {
    background: #d9d9d9;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active a {
    background: #d9d9d9;
    color: #222 !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li:last-child a {
  border-bottom: 0px;
}
@media (max-width: 1500px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 17px;
    padding: 13px 20px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 0px 0px;
    background: none;
    border-top: rgba(255, 255, 255, 0.5) solid 0px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    border-bottom: solid 1px #CBCBCB;
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #000;
    text-align: center;
    padding: 10px 15px;
    border: none;
    border-color: #222;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    background: none;
    color: #000;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle {
    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;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu { /*padding: 30px 30px 0px 40px;*/
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 10px !important;
    overflow: hidden;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li {
    width: 30%;
    padding-right: 15px;
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:last-child {
    padding-right: 0px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:hover {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a {
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a:hover {
    color: #F27D21 !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none {
    padding-bottom: 30px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul li {
    width: 100%;
    padding-bottom: 21px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box {
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box div {
    padding-bottom: 8px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a {
    color: #000;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box:hover a {
    color: #F27D21;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #000;
    font-size: 16px;
    border-bottom: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before {
    top: -1px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6px auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  right: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0px 30px;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #F1592D;
    color: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 496px;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 20px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-collapse {
    background: #fff;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 35px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line {
    background: #888888;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1 {
    top: 42%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2 {
    opacity: 0;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3 {
    bottom: 50%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mainHeader header .navbarLink .navi_mobile {
    max-width: 100%;
    padding-top: 24px;
  }
  .mainHeader header .navbarLink .navi_mobile .crossLine {
    margin-right: 16px;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-nav {
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink .navi_mobile .navbarBtn {
    margin-bottom: 15px;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .navbarBtn {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarBtn {
    display: block;
  }
}
.mainHeader header .navBlock {
  margin-left: 15px;
}
@media (max-width: 1700px) {
  .mainHeader header {
    padding: 25px 0px;
  }
  .mainHeader header .logo {
    max-width: 174px;
    min-width: 174px;
  }
}
@media (max-width: 1500px) {
  .mainHeader header {
    padding: 20px 0px;
  }
  .mainHeader header .logo {
    max-width: 160px;
    min-width: 160px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .logo {
    max-width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header {
    padding: 14px 0px;
  }
  .mainHeader header .logo {
    max-width: 118px;
    min-width: 118px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader header .navBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header {
    min-height: 60px;
  }
  .mainHeader header .logo {
    max-width: 135px;
    min-width: 135px;
  }
}
@media (max-width: 767px) {
  .mainHeader header {
    min-height: 50px;
  }
  .mainHeader header .logo {
    max-width: 125px;
    min-width: 125px;
  }
  .mainHeader header .header_right .navbarLink ul li a {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .mainHeader header .logo {
    max-width: 112px;
    min-width: 112px;
  }
}
@media (max-width: 480px) {
  .mainHeader header {
    padding: 8px 0px;
  }
  .mainHeader header .logo {
    max-width: 134px;
    min-width: 134px;
  }
}

/* ------- Header Area End ------- */
* {
  margin: 0;
  padding: 0;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 974px;
  }
}
@media (min-width: 1025px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0px 50px;
    width: calc(100% - 55px);
  }
}
@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1154px;
  }
}
@media (min-width: 1368px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1290px;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1720px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #417F9D;
}

button {
  outline: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

body {
  background: #141643;
  font-family: "Jost", serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow-y: hidden;
}
@media (max-width: 1700px) {
  body {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  line-height: 28px;
}
p.last {
  padding-bottom: 0px;
}
p.fnt25 {
  font-size: 25px;
  line-height: 35px;
}
p.fnt22 {
  font-size: 22px;
  line-height: 36px;
}
p.paddbtmUl-5 {
  padding-bottom: 5px;
}
@media (max-width: 1700px) {
  p {
    line-height: 26px;
  }
}
@media (max-width: 1500px) {
  p {
    padding: 0px 0px 24px 0px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  p {
    line-height: 24px;
  }
  p.fnt22 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  p.fnt25 {
    font-size: 21px;
    line-height: 30px;
  }
  p.fnt22 {
    font-size: 18px;
    line-height: 30px;
  }
}

.pLast p:last-child, .pLast p .last {
  padding-bottom: 0px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.relative {
  position: relative;
}

#loaderbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#loaderbox .loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #0d4058; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pd0 {
  padding-bottom: 0px !important;
}

.smooth-wrapper {
  overflow: hidden;
}

.smooth-content {
  will-change: transform;
}

h1, h2, h3, h5 {
  font-family: "Jost", serif;
  margin: 0px;
  padding: 0px;
}

.hd1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  padding: 0px;
  margin: 0px 0px 43px 0px;
  color: #262861;
}
.hd1.marginbtm0 {
  margin-bottom: 0px !important;
}
.hd1.fntuppercase {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.hd1.fnt-gradient {
  font-weight: 300;
  line-height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#d8a8ff), to(#7ac8ff));
  background: linear-gradient(90deg, #ffffff, #d8a8ff, #7ac8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1700px) {
  .hd1 {
    font-size: 72px;
    margin-bottom: 38px;
  }
  .hd1.fnt-gradient {
    line-height: 1.2;
    margin-bottom: 42px;
  }
  .hd1.fntuppercase {
    margin-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  .hd1.fnt-gradient {
    line-height: 1.13;
  }
}
@media (max-width: 1500px) {
  .hd1 {
    font-size: 62px;
    margin-bottom: 28px;
  }
  .hd1.fnt-gradient {
    line-height: 1.1;
  }
  .hd1.fntuppercase {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .hd1 {
    font-size: 48px;
    line-height: 1;
  }
  .hd1.fnt-gradient {
    margin-bottom: 24px;
  }
  .hd1.fntuppercase {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .hd1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .hd1 {
    font-size: 40px;
  }
  .hd1.fnt-gradient {
    margin-bottom: 20px;
  }
  .hd1.fntuppercase {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .hd1 {
    font-size: 36px;
  }
  .hd1.fnt-gradient {
    margin-bottom: 15px;
  }
  .hd1.fntuppercase {
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .hd1 {
    font-size: 28px;
  }
}

.hd2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  padding: 0px;
  margin: 0px 0px 36px 0px;
  color: #fff;
}
.hd2.marginbtm0 {
  margin-bottom: 0px !important;
}
@media (max-width: 1700px) {
  .hd2 {
    font-size: 52px;
    line-height: 1.18;
    margin-bottom: 28px;
  }
}
@media (max-width: 1500px) {
  .hd2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .hd2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .hd2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .hd2 {
    font-size: 23px;
  }
}

.hd3 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
}
.hd3.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1500px) {
  .hd3 {
    font-size: 34px;
  }
}
@media (max-width: 1366px) {
  .hd3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .hd3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .hd3 {
    font-size: 22px;
  }
}

.hd4 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
}
.hd4.paddbtmnone {
  padding-bottom: 0px;
}
@media (max-width: 1500px) {
  .hd4 {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .hd4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .hd4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .hd4 {
    font-size: 18px;
  }
}

.hd6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0px;
  margin: 0px 0px 7px 0px;
  color: #000;
}
.hd6.marginbtm0 {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .hd6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1500px) {
  .hd6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .hd6 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .hd6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.social_link {
  width: 100%;
  margin: 13px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}
.social_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.social_link ul li:last-child {
  padding-right: 0px;
}
.social_link ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 24px;
  height: 24px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.social_link ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social_link ul {
  margin-top: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.social_link ul li {
  font-size: 16px;
  padding-right: 20px;
  border: none;
}
.social_link ul li i {
  margin: 0px !important;
  width: 24px;
  height: 24px;
}
.social_link ul li.facebook a i {
  background: url(../images/facebook.png) no-repeat center center;
}
.social_link ul li.facebook a:hover i {
  background-image: url(../images/facebook1.png);
}
.social_link ul li.twitter a i {
  background: url(../images/twitter.png) no-repeat center center;
}
.social_link ul li.twitter a:hover i {
  background-image: url(../images/twitter1.png);
}
.social_link ul li.linkedin a i {
  background: url(../images/linkedin.png) no-repeat center center;
}
.social_link ul li.linkedin a:hover i {
  background-image: url(../images/linkedin1.png);
}
.social_link ul li.youtub a i {
  background: url(../images/youtube.png) no-repeat center center;
}
.social_link ul li.youtub a:hover i {
  background-image: url(../images/youtube1.png);
}
.social_link ul li.instagram a i {
  background: url(../images/instagram.png) no-repeat center center;
}
.social_link ul li.instagram a:hover i {
  background-image: url(../images/instagram1.png);
}
.social_link ul li:last-child {
  padding-right: 0px;
}
.social_link ul li a {
  border: none;
}
@media (max-width: 1500px) {
  .social_link ul li {
    padding-right: 17px;
  }
  .social_link ul li a {
    width: 20px;
    height: 20px;
  }
  .social_link ul li a i {
    width: 20px;
    height: 20px;
    background-size: 20px !important;
  }
}
@media (max-width: 1200px) {
  .social_link .social_link ul li {
    padding-right: 15px;
  }
  .social_link .social_link ul li a {
    width: 18px;
    height: 18px;
  }
  .social_link .social_link ul li a i {
    width: 18px;
    height: 18px;
    background-size: 18px !important;
  }
}
@media (max-width: 991px) {
  .social_link .social_link {
    margin-top: 18px;
  }
  .social_link .social_link ul li {
    padding-right: 12px;
  }
}

/* ------- Banner Area Strat ------- */
.banner_area {
  position: relative;
  z-index: 1;
  color: #000;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.banner_area .hd_h1 {
  font-family: "Jost", serif;
  padding-bottom: 26px;
  font-size: 80px;
  line-height: 100px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  opacity: 66%;
  padding: 0px;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
}
.banner_area .hm_banner #myVideo {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner_area .hm_banner .banner_box {
  position: relative;
}
.banner_area .hm_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-height: 158px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgb(20, 22, 67)));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(20, 22, 67) 100%);
}
.banner_area .hm_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 55px;
  width: 100%;
}
.banner_area .inner_banner {
  position: relative;
}
.banner_area .inner_banner .hd_h1 {
  padding: 0px;
  line-height: normal;
  color: #fff;
  opacity: 1;
}
.banner_area .inner_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .inner_banner .banner_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-height: 158px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 22, 67, 0)), to(rgb(20, 22, 67)));
  background: linear-gradient(to bottom, rgba(20, 22, 67, 0) 0%, rgb(20, 22, 67) 100%);
}
.banner_area .inner_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .inner_banner .banner_text {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 5px;
  width: 100%;
}
@media (max-width: 1700px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 72px;
    line-height: 85px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 72px;
    line-height: 1;
  }
}
@media (max-width: 1500px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 60px;
    line-height: 75px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 72px;
  }
}
@media (max-width: 1024px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 55px;
  }
  .banner_area .inner_banner .banner_text {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .banner_area .hm_banner {
    text-align: center;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
  .banner_area .hm_banner .temp {
    bottom: 40px;
  }
  .banner_area .hm_banner .banner_img::before {
    max-height: 78px;
  }
  .banner_area .inner_banner {
    margin-top: 2px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 44px;
    line-height: 1;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .banner_text {
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .banner_area .hm_banner .temp {
    bottom: 20px;
  }
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .banner_area .hm_banner .banner_img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 380px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .banner_area .inner_banner .hd_h1 {
    font-size: 28px;
    line-height: 22px;
  }
}

/* ------- Banner Area End ------- */
/* ------- Mani Area Start ------- */
.row.rowTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.rowMiddal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_comman {
  border: #86C8E2 solid 0px;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.35);
}
.btn_comman:hover {
  background: #79992B;
}
.btn_comman.paddleftright20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1700px) {
  .btn_comman {
    font-size: 17px;
    line-height: 1;
    padding: 12px 26px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 1500px) {
  .btn_comman {
    font-size: 15px;
    padding: 12px 30px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .btn_comman {
    font-size: 16px;
    padding: 17px 30px;
  }
}

.btn_primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#6D1B7B), color-stop(#2D86C7), color-stop(#6D1B7B), to(#2D86C7)) !important;
  background-image: linear-gradient(to right, #6D1B7B, #2D86C7, #6D1B7B, #2D86C7) !important;
  color: #ffffff !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus {
  background-position: 100% 0 !important;
  moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn_blck {
  background: #232323;
  color: #fff !important;
}
.btn_blck::after {
  background-image: url(../images/btn_arrow_white.png);
}
.btn_blck:hover, .btn_blck:focus {
  background: #0d4058;
  color: #fff !important;
}
.btn_blck:hover::after, .btn_blck:focus::after {
  background-image: url(../images/btn_arrow_white.png);
}

.bullet li {
  font-weight: 300;
  position: relative;
  padding: 0px 0px 5px 20px;
  line-height: 26px;
}
.bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.bullet li:last-child {
  padding-bottom: 0px;
}
.bullet.lipaddbtm5 li {
  padding-bottom: 3px;
}
.bullet.lipaddbtm5 li::before {
  top: 12px;
}
@media (max-width: 1366px) {
  .bullet li {
    padding-bottom: 15px;
    line-height: 24px;
  }
  .bullet li::before {
    top: 11px;
  }
  .bullet.lipaddbtm5 li::before {
    top: 11px;
  }
}
@media (max-width: 400px) {
  .bullet li {
    padding: 0px 0px 25px 16px;
  }
  .bullet li::before {
    top: 11px;
    width: 8px;
  }
}

.boxbgBlue1 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.section_padding {
  padding: 130px 0px;
}
.section_padding.paddtop0 {
  padding-top: 0px;
}
.section_padding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1500px) {
  .section_padding {
    padding: 80px 0px;
  }
}
@media (max-width: 1024px) {
  .section_padding {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  .section_padding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .section_padding {
    padding: 40px 0px;
  }
}

.slick-slider {
  margin-bottom: 0px !important;
}

.comman_slider .slider .slick-arrow {
  border: #fff solid 0px;
  border-radius: 100%;
  font-size: 0px;
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: auto;
}
.comman_slider .slider .slick-arrow:hover {
  border-color: #fff;
}
.comman_slider .slider .slick-arrow::before {
  content: "";
  font-size: 0px;
  width: 60px;
  height: 60px;
  display: block;
}
.comman_slider .slider .slick-arrow.slick-prev {
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 84, 163)), to(rgb(20, 22, 67)));
  background: linear-gradient(to right, rgb(96, 84, 163) 0%, rgb(20, 22, 67) 100%);
  left: -60px;
}
.comman_slider .slider .slick-arrow.slick-prev::before {
  background: url(../images/slider_arrow_left.png) center center no-repeat;
}
.comman_slider .slider .slick-arrow.slick-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(20, 22, 67)), to(rgb(96, 84, 163)));
  background: linear-gradient(to right, rgb(20, 22, 67) 0%, rgb(96, 84, 163) 100%);
}
.comman_slider .slider .slick-arrow.slick-prev:hover::before {
  background-image: url(../images/slider_arrow_left.png);
}
.comman_slider .slider .slick-arrow.slick-next {
  background: -webkit-gradient(linear, left top, right top, from(rgb(20, 22, 67)), to(rgb(96, 84, 163)));
  background: linear-gradient(to right, rgb(20, 22, 67) 0%, rgb(96, 84, 163) 100%);
  right: -60px;
}
.comman_slider .slider .slick-arrow.slick-next::before {
  background: url(../images/slider_arrow_right.png) center center no-repeat;
}
.comman_slider .slider .slick-arrow.slick-next:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 84, 163)), to(rgb(20, 22, 67)));
  background: linear-gradient(to right, rgb(96, 84, 163) 0%, rgb(20, 22, 67) 100%);
}
.comman_slider .slider .slick-arrow.slick-next:hover::before {
  background-image: url(../images/slider_arrow_right.png);
}
.comman_slider .slick-dots {
  margin-top: 30px;
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  bottom: 0px;
  line-height: 0px;
}
.comman_slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 7px;
}
.comman_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0px;
  background-color: #3f417d;
  padding: 0px;
  border-radius: 100%;
}
.comman_slider .slick-dots li button:before {
  display: none;
}
.comman_slider .slick-dots li.slick-active button {
  background: #CBCBCB;
}
@media (max-width: 1700px) {
  .comman_slider .slider .slick-arrow::before {
    background-size: 27px !important;
  }
}
@media (max-width: 1600px) {
  .comman_slider .slider .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .comman_slider .slider .slick-arrow::before {
    width: 45px;
    height: 45px;
    background-size: 18px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -45px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -45px;
  }
}
@media (max-width: 1500px) {
  .comman_slider .slider .slick-arrow::before {
    width: 45px;
    height: 45px;
    background-size: 18px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 1400px) {
  .comman_slider .slider .slick-arrow::before {
    width: 40px;
    height: 40px;
  }
  .comman_slider .slick-dots {
    margin: 0px;
    padding-bottom: 30px;
    height: 16px;
  }
  .comman_slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
}
@media (max-width: 1024px) {
  .comman_slider .slider .slick-arrow.slick-prev, .comman_slider .slider .slick-arrow.slick-next {
    background-size: 18px !important;
  }
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .comman_slider .slider .slick-arrow.slick-prev {
    left: -26px;
  }
  .comman_slider .slider .slick-arrow.slick-next {
    right: -26px;
  }
}
@media (max-width: 767px) {
  .comman_slider .slider .slick-dots {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .comman_slider .slider .slick-dots {
    padding-bottom: 48px;
  }
}

.margintop50 {
  margin-top: 50px;
}

.bgblue {
  background: #0F1038;
  color: #fff;
}

.bgpurple {
  background: #40256B;
  color: #fff;
}

.bggradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#5a2a82), to(#14123c));
  background: linear-gradient(to bottom, #5a2a82, #14123c);
  color: #fff;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.paddAll50 {
  padding: 42px 50px;
}

.maxWidth1920 {
  max-width: 1920px;
  margin: 0px auto;
}

.maxWidth1415 {
  max-width: 1421px;
  margin: 0px auto;
}
@media (max-width: 1700px) {
  .maxWidth1415 {
    max-width: 1241px;
  }
}
@media (max-width: 1500px) {
  .maxWidth1415 {
    max-width: 1098px;
  }
}
@media (max-width: 1366px) {
  .maxWidth1415 {
    max-width: 1024px;
  }
}

.max-width558 {
  max-width: 558px;
  margin: 0px auto;
}

.mxwidth90per {
  max-width: 84%;
}
@media (max-width: 991px) {
  .mxwidth90per {
    max-width: 100%;
  }
}

#sticky {
  position: sticky;
  top: 0px;
}

.fnt18 p {
  font-size: 18px;
}
@media (max-width: 1366px) {
  .fnt18 p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .fnt18 p {
    font-size: 16px;
    line-height: 22px;
  }
}

.nohoverBox1 .box1 {
  padding: 40px 30px 50px 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(270.89deg, #141643 -6.69%, #13BBD6 -5.69%, #141643 5.73%);
  height: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: -webkit-gradient(linear, right top, left top, color-stop(-7.61%, #07BAD5), color-stop(-7.6%, #07BAD5), color-stop(69.78%, #141643));
  background: linear-gradient(270deg, #07BAD5 -7.61%, #07BAD5 -7.6%, #141643 69.78%);
}
.nohoverBox1 .box1::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: #141643;
  border-radius: 20px;
}
.nohoverBox1 .box1::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: calc(0% - 1px);
  height: calc(100% - 1px);
  background: #141643;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nohoverBox1 .box1 .content1 {
  position: relative;
  z-index: 5;
}
.nohoverBox1 .box1 .content1 .title1 {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 22px;
}
.nohoverBox1 .box1 .content1 .title1 span {
  display: block;
  width: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nohoverBox1 .box1 .content1 .title1 div {
  width: calc(100% - 80px);
}
.nohoverBox1 .box1 .content1 .title1.fnt40 {
  font-size: 40px;
}
.nohoverBox1 .box1 .content1 p {
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}
.nohoverBox1 .box1:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(-7.61%, #07BAD5), color-stop(-7.6%, #07BAD5), color-stop(69.78%, #141643));
  background: linear-gradient(270deg, #07BAD5 -7.61%, #07BAD5 -7.6%, #141643 69.78%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.nohoverBox1 .box1:hover::before {
  background: linear-gradient(120.96deg, #141643 8.13%, #63308B 163.96%);
  width: calc(100% - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nohoverBox1 .box1:hover .content1 .title1 {
  min-height: 60px;
}
.nohoverBox1 .box1:hover .content1 div span {
  width: 60px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1700px) {
  .nohoverBox1 .box1 {
    padding: 30px 30px 30px 30px;
  }
  .nohoverBox1 .box1 .content1 .title1 {
    font-size: 26px;
  }
  .nohoverBox1 .box1 .content1 .title1.fnt40 {
    font-size: 36px;
    margin-bottom: 13px;
  }
}
@media (max-width: 1500px) {
  .nohoverBox1 .box1 {
    padding: 20px;
  }
  .nohoverBox1 .box1 .content1 .title1 {
    font-size: 22px;
    margin-bottom: 15px;
    min-height: 35px;
  }
  .nohoverBox1 .box1 .content1 .title1.fnt40 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .nohoverBox1 .box1:hover .content1 .title1 {
    min-height: 35px;
  }
  .nohoverBox1 .box1:hover .content1 .title1 span {
    width: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .nohoverBox1 .box1 .content1 .title1 {
    font-size: 20px;
  }
  .nohoverBox1 .box1 .content1 .title1.fnt40 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .nohoverBox1 .box1 .content1 .title1 div {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .nohoverBox1 .box1 .content1 .title1 span {
    display: none;
  }
  .nohoverBox1 .box1 .content1 .title1 div {
    width: 100%;
  }
}
.nohoverBox1 .box1.gradientBg1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#5a2a82), to(#14123c));
  background: linear-gradient(to bottom, #5a2a82, #14123c);
  color: #fff;
}
.nohoverBox1 .box1.gradientBg1::before, .nohoverBox1 .box1.gradientBg1::after {
  display: none;
}
.nohoverBox1 .box1.boxMiddal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nohoverBox1 .box1 .content1 .title1 div {
  width: 100%;
}
.nohoverBox1 .box1.hovernone::before, .nohoverBox1 .box1.hovernone::after {
  background: #141643;
}

.specialUl {
  border-top: #63308B solid 1px;
}
.specialUl li {
  border-bottom: #63308B solid 1px;
  padding: 20px 0px 38px 0px;
  font-weight: 300;
}
.specialUl li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 40px;
  padding-bottom: 20px;
}
.specialUl li div span {
  display: block;
  width: 40px;
  margin-right: 1px;
}
.specialUl li div strong {
  display: block;
  width: calc(100% - 41px);
  font-weight: 300;
}
.specialUl li p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .specialUl li div {
    font-size: 28px;
    padding-bottom: 12px;
  }
  .specialUl li div span {
    width: 32px;
  }
}
@media (max-width: 1500px) {
  .specialUl li {
    padding: 16px 0px 20px 0px;
  }
  .specialUl li div {
    font-size: 26px;
    padding-bottom: 6px;
  }
}
@media (max-width: 1366px) {
  .specialUl li div {
    font-size: 22px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .specialUl li div {
    font-size: 22px;
    padding-bottom: 6px;
  }
  .specialUl li p {
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .specialUl li div {
    line-height: 1.2;
  }
  .specialUl li div span {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .specialUl li div {
    font-size: 20px;
    line-height: 1.2;
  }
}

.welcomeSection {
  position: relative;
}
.welcomeSection .max-width67per {
  max-width: 67%;
  position: relative;
  z-index: 2;
}
.welcomeSection .hmImg1 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  max-width: 490px;
}
@media (max-width: 1700px) {
  .welcomeSection .hmImg1 {
    max-width: 30%;
  }
}
@media (max-width: 1500px) {
  .welcomeSection .max-width67per {
    max-width: 55%;
  }
  .welcomeSection .hmImg1 {
    max-width: 32%;
  }
}
@media (max-width: 991px) {
  .welcomeSection .max-width67per {
    max-width: 100%;
  }
  .welcomeSection .hmImg1 {
    max-width: 50%;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .welcomeSection {
    text-align: center;
  }
}

.ai_platform_section .-marginbtm50 {
  margin-bottom: -50px;
}
.ai_platform_section .marginbtm50 {
  margin-bottom: 50px;
}
.ai_platform_section .box1 {
  padding: 40px 30px 50px 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(270.89deg, #141643 -6.69%, #13BBD6 -5.69%, #141643 5.73%);
  height: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ai_platform_section .box1::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: #141643;
  border-radius: 20px;
}
.ai_platform_section .box1::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: calc(0% - 1px);
  height: calc(100% - 1px);
  background: #141643;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ai_platform_section .box1 .content1 {
  position: relative;
  z-index: 5;
}
.ai_platform_section .box1 .content1 .title1 {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 22px;
}
.ai_platform_section .box1 .content1 .title1 span {
  display: block;
  width: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ai_platform_section .box1 .content1 .title1 div {
  width: calc(100% - 80px);
}
.ai_platform_section .box1 .content1 .title1.fnt40 {
  font-size: 40px;
}
.ai_platform_section .box1 .content1 p {
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}
.ai_platform_section .box1:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(-7.61%, #07BAD5), color-stop(-7.6%, #07BAD5), color-stop(69.78%, #141643));
  background: linear-gradient(270deg, #07BAD5 -7.61%, #07BAD5 -7.6%, #141643 69.78%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ai_platform_section .box1:hover::before {
  background: linear-gradient(120.96deg, #141643 8.13%, #63308B 163.96%);
  width: calc(100% - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ai_platform_section .box1:hover .content1 .title1 {
  min-height: 60px;
}
.ai_platform_section .box1:hover .content1 div span {
  width: 60px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1700px) {
  .ai_platform_section .box1 {
    padding: 30px 30px 30px 30px;
  }
  .ai_platform_section .box1 .content1 .title1 {
    font-size: 26px;
  }
  .ai_platform_section .box1 .content1 .title1.fnt40 {
    font-size: 36px;
    margin-bottom: 13px;
  }
}
@media (max-width: 1500px) {
  .ai_platform_section .box1 {
    padding: 20px;
  }
  .ai_platform_section .box1 .content1 .title1 {
    font-size: 22px;
    margin-bottom: 15px;
    min-height: 35px;
  }
  .ai_platform_section .box1 .content1 .title1.fnt40 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .ai_platform_section .box1:hover .content1 .title1 {
    min-height: 35px;
  }
  .ai_platform_section .box1:hover .content1 .title1 span {
    width: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .ai_platform_section .box1 .content1 .title1 {
    font-size: 20px;
  }
  .ai_platform_section .box1 .content1 .title1.fnt40 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .ai_platform_section .box1 .content1 .title1 div {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .ai_platform_section .box1 .content1 .title1 span {
    display: none;
  }
  .ai_platform_section .box1 .content1 .title1 div {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .ai_platform_section .-marginbtm50 {
    margin-bottom: -30px;
  }
  .ai_platform_section .marginbtm50 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ai_platform_section .col-lg-4 {
    width: 50%;
  }
}

.homeDiscoverySection .discoverySection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px;
}
.homeDiscoverySection .discoverySection .contentBox {
  width: 58.33333333%;
  padding-right: 15px;
  position: relative;
  z-index: 3;
}
.homeDiscoverySection .discoverySection .imgBox {
  width: 41.66666667%;
  padding-left: 15px;
  position: relative;
}
.homeDiscoverySection .discoverySection .imgBox::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -43%;
  bottom: -36%;
  background: url(../images/round_bg.png) no-repeat center center;
  background-size: contain;
  width: 140%;
  height: 140%;
}
.homeDiscoverySection .discoverySection .imgBox div {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 1700px) {
  .homeDiscoverySection .discoverySection {
    padding: 70px 60px;
  }
}
@media (max-width: 1500px) {
  .homeDiscoverySection .discoverySection {
    padding: 55px;
  }
}
@media (max-width: 991px) {
  .homeDiscoverySection .discoverySection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeDiscoverySection .discoverySection .contentBox {
    width: 100%;
    padding-right: 0px;
  }
  .homeDiscoverySection .discoverySection .imgBox {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
  .homeDiscoverySection .discoverySection .imgBox div img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homeDiscoverySection {
    text-align: center;
  }
  .homeDiscoverySection .discoverySection {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .homeDiscoverySection .discoverySection {
    padding: 20px 10px;
  }
}

.homeNewsandEventSection .newsNenvent {
  margin: -15px -15px -30px -15px;
}
.homeNewsandEventSection .box3 {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 20px;
  padding: 20px 15px 28px 15px;
  margin: 15px 15px 30px 15px;
}
.homeNewsandEventSection .box3 div {
  max-height: 250px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.homeNewsandEventSection .box3 div img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.homeNewsandEventSection .box3 strong {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  padding: 30px 0px 21px 0px;
  letter-spacing: 0.5px;
}
.homeNewsandEventSection .box3 p {
  line-height: 28px;
  padding: 0px 0px 15px 0px;
  font-weight: 300;
}
.homeNewsandEventSection .box3 a {
  color: #07BAD5;
  font-weight: 400;
}
.homeNewsandEventSection .box3 a:hover {
  color: #ffffff;
}
.homeNewsandEventSection .box3:hover div img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1700px) {
  .homeNewsandEventSection .box3 p {
    line-height: 25px;
  }
  .homeNewsandEventSection .box3 strong {
    font-size: 24px;
    line-height: 1.27;
    padding: 22px 0px 16px 0px;
  }
}
@media (max-width: 1500px) {
  .homeNewsandEventSection .newsNenvent {
    margin: -15px -10px -30px -10px;
  }
  .homeNewsandEventSection .box3 {
    padding: 15px;
    margin: 15px 10px 30px 10px;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  }
  .homeNewsandEventSection .box3 div {
    border-radius: 12px 12px 0px 0px;
  }
  .homeNewsandEventSection .box3 p {
    line-height: 22px;
  }
  .homeNewsandEventSection .box3 strong {
    font-size: 18px;
    line-height: 1.26;
    padding: 16px 0px 12px 0px;
  }
}
@media (max-width: 450px) {
  .homeNewsandEventSection .box3 {
    text-align: center;
  }
}

.homeOurPartnersSection .partners_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.homeOurPartnersSection .partners_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.homeOurPartnersSection .partners_list ul li {
  margin: 0px 8px 8px 0px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 120px;
  width: 25%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.homeOurPartnersSection .partners_list ul li.mobileshow570 {
  display: none;
}
.homeOurPartnersSection .partners_list ul li:last-child {
  margin-right: 0px;
}
.homeOurPartnersSection .partners_list ul li img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.homeOurPartnersSection .partners_list ul li:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.homeOurPartnersSection .partners_list ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.homeOurPartnersSection .partners_list ul:last-child li {
  margin-bottom: 0px;
}
@media (max-width: 1500px) {
  .homeOurPartnersSection .partners_list ul li {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .homeOurPartnersSection {
    text-align: center;
  }
  .homeOurPartnersSection .partners_list {
    padding: 20px 0px 0px 0px;
  }
  .homeOurPartnersSection .partners_list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .homeOurPartnersSection .partners_list ul li {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .homeOurPartnersSection .partners_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homeOurPartnersSection .partners_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -7px;
  }
  .homeOurPartnersSection .partners_list ul.mobilehide570 {
    display: none;
  }
  .homeOurPartnersSection .partners_list ul li {
    height: 100px;
    width: calc(50% - 14px);
    margin: 0px 7px 14px 7px;
  }
  .homeOurPartnersSection .partners_list ul li.mobileshow570 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 380px) {
  .homeOurPartnersSection .partners_list ul {
    margin: 0px;
  }
  .homeOurPartnersSection .partners_list ul li {
    width: 100%;
    max-width: 270px;
  }
}

.aboutSection1 .vision_section .box1 {
  min-height: 565px;
}
.aboutSection1 .vision_section.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.aboutSection1 .vision_section.reverse .imgBox {
  margin-bottom: 0px;
  margin-top: 30px;
}
.aboutSection1 .vision_section.reverse .boxList .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutSection1 .vision_section .imgBox {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.aboutSection1 .vision_section.hight100 {
  height: 100%;
}
.aboutSection1 .vision_section.hight100 .boxList, .aboutSection1 .vision_section.hight100 .row {
  height: 100%;
}
.aboutSection1.drugDiscoverySection .imgBox.marbtm0 {
  margin-bottom: 0px;
}
.aboutSection1.drugDiscoverySection .box1 {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.aboutSection1.drugDiscoverySection .box1 .imgBox {
  margin-bottom: 25px;
}
@media (max-width: 1700px) {
  .aboutSection1.drugDiscoverySection .fnt18 p {
    font-size: 17px;
  }
}
@media (max-width: 1500px) {
  .aboutSection1 .vision_section .box1 {
    min-height: 475px;
  }
  .aboutSection1.drugDiscoverySection .box1 {
    min-height: auto;
  }
  .aboutSection1.drugDiscoverySection .box1 .imgBox {
    max-width: 90px;
  }
  .aboutSection1.drugDiscoverySection .fnt18 p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .aboutSection1 .full1024 {
    max-width: 100%;
    width: 100%;
  }
  .aboutSection1 .vision_section.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .aboutSection1 .vision_section.reverse .imgBox {
    margin-bottom: 30px;
  }
  .aboutSection1 .vision_section .imgBox img {
    width: 100%;
  }
  .aboutSection1 .vision_section .box1 {
    min-height: auto;
  }
  .aboutSection1.drugDiscoverySection .box1 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .aboutSection1 .vision_section .boxList .col-lg-6 {
    margin-bottom: 30px;
  }
  .aboutSection1 .vision_section .boxList .col-lg-6:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .aboutSection1 .vision_section .boxList .col-lg-6 {
    margin-bottom: 20px;
  }
  .aboutSection1.drugDiscoverySection .box1 {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .historySection .mxwidth90per {
    max-width: 100%;
  }
  .historySection .researchProcessSection {
    padding-top: 20px;
  }
}

.homeDiscoverySection.innerSection .discoverySection {
  padding: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.homeDiscoverySection.innerSection .discoverySection .bgblue {
  border-radius: 0px 0px 50px 50px;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
  padding-top: 60px;
  padding-bottom: 60px;
}
.homeDiscoverySection.innerSection .discoverySection .contentBox, .homeDiscoverySection.innerSection .discoverySection .imgBox {
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.homeDiscoverySection.innerSection .discoverySection .imgBox {
  padding: 50px 20px;
}
.homeDiscoverySection.innerSection .discoverySection .imgBox img {
  -o-object-fit: contain;
     object-fit: contain;
}
.homeDiscoverySection.innerSection .discoverySection .imgBox::after {
  display: none;
}
.homeDiscoverySection.innerSection .discoverySection .hd3 {
  padding-bottom: 40px;
  line-height: 1.26;
}
@media (max-width: 1700px) {
  .homeDiscoverySection.innerSection .discoverySection .max-width558 {
    max-width: 472px;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox img {
    max-height: 440px;
  }
}
@media (max-width: 1500px) {
  .homeDiscoverySection.innerSection .discoverySection .hd3 {
    padding-bottom: 24px;
  }
  .homeDiscoverySection.innerSection .discoverySection .max-width558 {
    max-width: 400px;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox img {
    max-height: 380px;
  }
  .homeDiscoverySection.innerSection .discoverySection .bgblue {
    padding: 50px 40px;
  }
}
@media (max-width: 1366px) {
  .homeDiscoverySection.innerSection .discoverySection .hd3 {
    padding-bottom: 16px;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox img {
    max-height: 330px;
  }
}
@media (max-width: 1024px) {
  .homeDiscoverySection.innerSection .discoverySection .max-width558 {
    max-width: 352px;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox img {
    max-height: 310px;
  }
  .homeDiscoverySection.innerSection .discoverySection .bgblue {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .homeDiscoverySection.innerSection .discoverySection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homeDiscoverySection.innerSection .discoverySection .max-width558 {
    max-width: 335px;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox {
    width: 43%;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox img {
    max-height: 240px;
  }
  .homeDiscoverySection.innerSection .discoverySection .contentBox {
    width: 57%;
  }
  .homeDiscoverySection.innerSection .discoverySection .bgblue {
    padding: 40px 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .homeDiscoverySection.innerSection {
    margin-top: 30px;
  }
  .homeDiscoverySection.innerSection .discoverySection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeDiscoverySection.innerSection .discoverySection .max-width558 {
    max-width: 400px;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox {
    width: 100%;
    padding: 0px;
  }
  .homeDiscoverySection.innerSection .discoverySection .imgBox img {
    max-height: 240px;
  }
  .homeDiscoverySection.innerSection .discoverySection .contentBox {
    width: 100%;
  }
  .homeDiscoverySection.innerSection .discoverySection .bgblue {
    padding: 40px 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .homeDiscoverySection.innerSection .discoverySection .bgblue {
    margin: 0px 20px 30px 20px;
    padding: 30px 15px;
    border-radius: 0px 0px 20px 20px;
  }
}

.technologySection {
  position: relative;
}
.technologySection .specialBox {
  position: relative;
}
.technologySection .specialBox .boxImg {
  margin: 0px auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.technologySection .specialBox .boxbgBlue2 {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 46%;
  background: #141744;
  border-radius: 0px 0px 0px 30px;
}
.technologySection .specialBox .boxbgBlue2::after, .technologySection .specialBox .boxbgBlue2::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 28px;
}
.technologySection .specialBox .boxbgBlue2::after {
  left: -26px;
  top: 0px;
  background: url(../images/round_right_top.png) no-repeat left top;
}
.technologySection .specialBox .boxbgBlue2::before {
  right: 0px;
  bottom: -28px;
  background: url(../images/round_right_top.png) no-repeat left top;
}
.technologySection .specialBox .bgblue {
  padding: 42px 50px;
  position: relative;
  margin: 0px 0px 30px 30px;
  border-radius: 30px;
}
.technologySection .specialBox .bgblue p:last-child {
  padding-bottom: 0px;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2 {
  border-radius: 30px 0px 0px 0px;
  bottom: 0px;
  top: inherit;
  max-width: 42%;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2::after {
  left: inherit;
  right: 0px;
  top: -29px;
  background: url(../images/round_right_btm.png) no-repeat left top;
  width: 28px;
  height: 29px;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2::before {
  left: -28px;
  bottom: 0px;
  background: url(../images/round_right_btm.png) no-repeat left top;
  width: 28px;
  height: 29px;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2.second {
  left: 0px;
  right: inherit;
  top: 0px;
  bottom: inherit;
  border-radius: 0px 0px 30px 0px;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2.second::before {
  right: -31px;
  top: 0px;
  left: auto;
  background: url(../images/round_left_top.png) no-repeat left top;
  width: 31px;
  height: 28px;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2.second::after {
  left: 0px;
  bottom: -28px;
  top: auto;
  background: url(../images/round_left_top.png) no-repeat left top;
  width: 31px;
  height: 28px;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2.second .bgblue {
  margin: 0px 25px 25px 0px;
}
.technologySection.twoBoxTechnolgy .boxbgBlue2 .bgblue {
  margin: 25px 0px 0px 25px;
}
@media (max-width: 1700px) {
  .technologySection.twoBoxTechnolgy .specialBox .boxImg img {
    min-height: 610px;
  }
}
@media (max-width: 1500px) {
  .technologySection .specialBox .boxImg img {
    min-height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
  .technologySection .specialBox .bgblue {
    padding: 32px 40px;
  }
  .technologySection .max-width558 {
    max-width: 480px;
  }
  .technologySection.twoBoxTechnolgy .specialBox .boxImg img {
    min-height: 540px;
  }
}
@media (max-width: 1366px) {
  .technologySection .specialBox .boxImg img {
    min-height: 500px;
  }
  .technologySection .specialBox .bgblue {
    padding: 32px 30px;
  }
  .technologySection.twoBoxTechnolgy .specialBox .boxImg img {
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .technologySection.twoBoxTechnolgy .specialBox .boxImg img {
    min-height: 470px;
  }
}
@media (max-width: 991px) {
  .technologySection .specialBox .boxImg img {
    min-height: 520px;
    -o-object-position: -230px top;
       object-position: -230px top;
  }
  .technologySection .specialBox .boxbgBlue2 {
    max-width: 56%;
  }
  .technologySection .specialBox .bgblue {
    padding: 32px 30px;
  }
  .technologySection.twoBoxTechnolgy .specialBox .boxImg img {
    min-height: 550px;
    -o-object-position: -351px top;
       object-position: -351px top;
  }
}
@media (max-width: 767px) {
  .technologySection .specialBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .technologySection .specialBox .boxImg img {
    min-height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left top;
       object-position: left top;
  }
  .technologySection .specialBox .boxbgBlue2 {
    position: relative;
    max-width: 100%;
    background: none;
  }
  .technologySection .specialBox .boxbgBlue2::after, .technologySection .specialBox .boxbgBlue2::before {
    display: none;
  }
  .technologySection .specialBox .bgblue {
    margin: 20px 0px 30px 0px;
  }
  .technologySection.twoBoxTechnolgy .specialBox .bgblue, .technologySection.twoBoxTechnolgy .specialBox .boxbgBlue2 .bgblue {
    margin: 0px 0px 30px 0px;
  }
  .technologySection.twoBoxTechnolgy .specialBox .boxImg img {
    min-height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left top;
       object-position: left top;
  }
}
@media (max-width: 480px) {
  .technologySection .specialBox {
    border-radius: 20px;
  }
  .technologySection .specialBox .bgblue {
    border-radius: 20px;
  }
  .technologySection.twoBoxTechnolgy .specialBox .bgblue, .technologySection.twoBoxTechnolgy .specialBox .boxbgBlue2 .bgblue {
    margin-bottom: 20px;
  }
  .technologySection.twoBoxTechnolgy .specialBox .boxImg {
    border-radius: 20px;
  }
}

.contentAndImgSection .maxWidth1920 {
  position: relative;
}
.contentAndImgSection .imgContentSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentAndImgSection .imgContentSection .imgBox {
  width: 50%;
  max-width: 802px;
}
.contentAndImgSection .imgContentSection .imgBox img {
  max-width: 100%;
}
.contentAndImgSection .imgContentSection .container {
  width: 50%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contentAndImgSection .imgContentSection .contentBox {
  max-width: 552px;
  margin-right: 6%;
}
.contentAndImgSection .imgContentSection.reverse .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentAndImgSection .imgContentSection.reverse .contentBox {
  margin-right: 0;
  margin-left: 6%;
  margin-top: -10%;
}
@media (max-width: 1700px) {
  .contentAndImgSection .imgContentSection .imgBox {
    max-width: 750px;
  }
}
@media (max-width: 1500px) {
  .contentAndImgSection .imgContentSection .imgBox {
    max-width: 700px;
  }
  .contentAndImgSection .imgContentSection .contentBox {
    max-width: 480px;
    margin-right: 9%;
  }
  .contentAndImgSection .imgContentSection.reverse .contentBox {
    margin-right: 0;
    margin-left: 9%;
  }
  .contentAndImgSection .imgContentSection .imgBox {
    text-align: right;
  }
  .contentAndImgSection .imgContentSection .imgBox img {
    max-width: 75%;
  }
  .contentAndImgSection.paddtop0 .imgContentSection .imgBox {
    text-align: left;
  }
}
@media (max-width: 1366px) {
  .contentAndImgSection .imgContentSection .imgBox {
    max-width: 650px;
  }
  .contentAndImgSection .imgContentSection .contentBox {
    max-width: 380px;
  }
}
@media (max-width: 1024px) {
  .contentAndImgSection .imgContentSection .contentBox {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .contentAndImgSection .imgContentSection .contentBox {
    max-width: 100%;
    margin-right: 15px;
  }
  .contentAndImgSection .imgContentSection.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .contentAndImgSection .imgContentSection.reverse .contentBox {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .contentAndImgSection {
    padding: 10px 0px;
  }
  .contentAndImgSection .imgContentSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentAndImgSection .imgContentSection .container {
    width: 100%;
  }
  .contentAndImgSection .imgContentSection .contentBox {
    margin: 0px 0px 20px 0px;
    text-align: center;
  }
  .contentAndImgSection .imgContentSection .imgBox {
    width: 100%;
    max-width: 100%;
    text-align: right;
  }
  .contentAndImgSection .imgContentSection .imgBox img {
    max-width: 420px;
    margin-left: 10px;
  }
  .contentAndImgSection .imgContentSection.reverse .contentBox {
    margin: 20px 0px 30px 0px;
  }
  .contentAndImgSection .imgContentSection.reverse .imgBox {
    text-align: left;
  }
  .contentAndImgSection .imgContentSection.reverse .imgBox img {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .contentAndImgSection .imgContentSection .imgBox img {
    max-width: 85%;
    margin-left: 10px;
  }
}

.modifyAccodint .accordion-item {
  background: none;
  border-color: #63308B;
  border-left: 0px;
  border-right: 0px;
}
.modifyAccodint .accordion-button {
  background: none;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 28px 0px;
}
.modifyAccodint .accordion-button::after {
  background: url(../images/icon_pulsh.png) no-repeat center center;
}
.modifyAccodint .accordion-button:not(.collapsed)::after {
  background: url(../images/icon_mins.png) no-repeat center center;
}
.modifyAccodint .accordion-body {
  border-top: #63308B solid 1px;
  padding: 20px 0px 29px 0px;
}
.modifyAccodint .accordion-body p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .modifyAccodint .accordion-button {
    font-size: 40px;
    padding: 24px 0px;
  }
  .modifyAccodint .accordion-button::after {
    background-size: 20px !important;
  }
}
@media (max-width: 1500px) {
  .modifyAccodint .accordion-button {
    font-size: 30px;
    padding: 20px 0px;
  }
}
@media (max-width: 1366px) {
  .modifyAccodint .accordion-button {
    font-size: 24px;
  }
  .modifyAccodint .accordion-button::after {
    background-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .modifyAccodint .accordion-button {
    font-size: 20px;
    padding: 16px 0px;
  }
}
@media (max-width: 767px) {
  .modifyAccodint {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .highlightedSection .mxwidth90per {
    max-width: 100%;
  }
}

.careerSection1 .list4 {
  max-width: 1428px;
  margin: 0px auto;
}
.careerSection1 .list4 .row {
  margin: 0px;
}
.careerSection1 .list4 .row:first-child .box1 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.careerSection1 .list4 .row:first-child .boxImg {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.careerSection1 .list4 .row:last-child .box1 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.careerSection1 .list4 .row:last-child .boxImg {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.careerSection1 .list4 .row .col-lg-6 {
  padding: 0px;
}
.careerSection1 .boxImg {
  overflow: hidden;
}
.careerSection1 .box1 {
  padding-left: 50px;
  padding-right: 50px;
}
.careerSection1 .box1 .content1 {
  max-width: 80%;
}
@media (max-width: 991px) {
  .careerSection1 .box1 {
    padding: 20px 25px 25px 25px;
  }
  .careerSection1 .box1 .content1 {
    max-width: 100%;
  }
  .careerSection1 .boxImg {
    height: 100%;
  }
  .careerSection1 .boxImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .careerSection1 .reverse .boxImg img {
    -o-object-position: -150px center;
       object-position: -150px center;
  }
}
@media (max-width: 767px) {
  .careerSection1 .list4 .row {
    margin: 0px 0px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .careerSection1 .list4 .row:first-child .box1 {
    border-radius: 0px 0px 20px 20px;
  }
  .careerSection1 .list4 .row:first-child .boxImg {
    border-radius: 20px 20px 0px 0px;
  }
  .careerSection1 .list4 .row:last-child .box1 {
    border-radius: 0px 0px 20px 20px;
  }
  .careerSection1 .list4 .row:last-child .boxImg {
    border-radius: 20px 20px 0px 0px;
  }
  .careerSection1 .list4 .box1 {
    height: auto;
    text-align: center;
  }
  .careerSection1 .list4 .boxImg img {
    -o-object-position: left top !important;
       object-position: left top !important;
  }
}

.jobOpeningsSection .jobList ul li {
  border-bottom: #63308B solid 1px;
  padding: 54px 0px 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.jobOpeningsSection .jobList ul li .leftBox {
  width: calc(100% - 160px);
}
.jobOpeningsSection .jobList ul li .rightbox {
  width: 160px;
  text-align: right;
}
.jobOpeningsSection .jobList ul li .hd3 {
  margin-bottom: 0px;
  padding-bottom: 23px;
}
.jobOpeningsSection .jobList ul li .hd3 span {
  display: block;
  font-size: 18px;
  color: #BEB4F4;
  font-weight: 500;
  padding-top: 12px;
}
.jobOpeningsSection .jobList ul li span {
  display: block;
}
.jobOpeningsSection .jobList ul li span a {
  font-size: 18px;
  color: #07BAD5;
  border: #07BAD5 solid 1px;
  border-radius: 50px;
  padding: 6px 15px;
  margin-right: 32px;
}
.jobOpeningsSection .jobList ul li span a:last-child {
  margin-right: 0px;
}
@media (max-width: 1700px) {
  .jobOpeningsSection .jobList ul li .hd3 {
    font-size: 34px;
  }
  .jobOpeningsSection .jobList ul li .hd3 span {
    font-size: 17px;
  }
  .jobOpeningsSection .jobList ul li span a {
    font-size: 17px;
  }
}
@media (max-width: 1500px) {
  .jobOpeningsSection .jobList ul li {
    padding: 30px 0px 40px 0px;
  }
  .jobOpeningsSection .jobList ul li .hd3 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .jobOpeningsSection .jobList ul li .hd3 span {
    font-size: 15px;
    padding-top: 8px;
  }
  .jobOpeningsSection .jobList ul li span a {
    font-size: 15px;
    margin-right: 20px;
  }
}
@media (max-width: 1366px) {
  .jobOpeningsSection .jobList ul li .hd3 {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .jobOpeningsSection .jobList ul li .hd3 span {
    font-size: 14px;
  }
  .jobOpeningsSection .jobList ul li span a {
    font-size: 14px;
    padding: 4px 12px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .jobOpeningsSection .jobList ul li .hd3 {
    font-size: 26px;
  }
  .jobOpeningsSection .jobList ul li .hd3 span {
    font-size: 15px;
  }
  .jobOpeningsSection .jobList ul li span a {
    font-size: 14px;
    padding: 4px 12px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .jobOpeningsSection .jobList ul li .leftBox {
    width: calc(100% - 142px);
  }
  .jobOpeningsSection .jobList ul li .rightbox {
    width: 142px;
  }
  .jobOpeningsSection .jobList ul li .hd3 {
    font-size: 24px;
    line-height: 1.25;
  }
  .jobOpeningsSection .jobList ul li .hd3 span {
    font-size: 15px;
  }
  .jobOpeningsSection .jobList ul li span a {
    font-size: 14px;
    margin-right: 12px;
  }
}
@media (max-width: 575px) {
  .jobOpeningsSection .jobList ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jobOpeningsSection .jobList ul li .leftBox, .jobOpeningsSection .jobList ul li .rightbox {
    width: 100%;
    text-align: center;
  }
  .jobOpeningsSection .jobList ul li .rightbox {
    margin-top: 30px;
    text-align: center;
  }
  .jobOpeningsSection .jobList ul li .hd3 {
    font-size: 26px;
  }
  .jobOpeningsSection .jobList ul li .hd3 span {
    font-size: 15px;
  }
  .jobOpeningsSection .jobList ul li span a {
    font-size: 14px;
    padding: 4px 12px;
    font-weight: 400;
  }
}

.formSection .container .formareaBox {
  border-radius: 30px;
  overflow: hidden;
  padding: 0px;
}
.formSection .container .row.nopadd {
  margin: 0px;
}
.formSection .container .row.nopadd .nopadd, .formSection .container .row.nopadd .nopadd {
  padding: 0px;
}
.formSection .boxImg img {
  width: 100%;
}
.formSection .hieght100per .boxImg {
  height: 100%;
}
.formSection .hieght100per .boxImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.formSection .bgblue, .formSection .bggradient {
  padding: 80px 60px 100px 60px;
  height: 100%;
}
.formSection .formareaBox .hd1 {
  padding-left: 15px;
}
@media (max-width: 1700px) {
  .formSection .bgblue, .formSection .bggradient {
    padding: 45px 40px;
    height: 100%;
  }
  .formSection .hieght100per .boxImg {
    height: 100%;
  }
  .formSection .hieght100per .boxImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (max-width: 1700px) {
  .formSection .bgblue, .formSection .bggradient {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .formSection .row.nopadd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .formSection .hieght100per .boxImg {
    border-radius: 30px;
    overflow: hidden;
  }
  .formSection .hieght100per .boxImg img {
    max-height: 620px;
    -o-object-position: center center;
       object-position: center center;
  }
  .formSection .container .formareaBox {
    border-radius: 0px;
  }
  .formSection .bgblue {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .formSection .bggradient {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .formSection .hieght100per .boxImg {
    border-radius: 20px;
  }
  .formSection .hieght100per .boxImg img {
    max-height: 500px;
  }
}
@media (max-width: 480px) {
  .formSection .bgblue {
    padding: 20px;
  }
}

.conactPageSection {
  position: relative;
}
.conactPageSection .formSection {
  position: relative;
  z-index: 2;
}
.conactPageSection .formSection .hd1 {
  color: #fff;
  margin-bottom: 45px;
}
.conactPageSection .formSection .address_section {
  max-width: 380px;
}
.conactPageSection .formSection .address_section .address_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 0px 20px 33px;
  font-weight: 300;
}
.conactPageSection .formSection .address_section .address_box ul li.address_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(../images/location.png) no-repeat left 2px;
}
.conactPageSection .formSection .address_section .address_box ul li.address_li i {
  width: 12px;
}
.conactPageSection .formSection .address_section .address_box ul li.mailIcon {
  background: url(../images/mail.png) no-repeat left 8px;
}
.conactPageSection .formSection .address_section .address_box ul li.phoneIcon {
  background: url(../images/phone.png) no-repeat left 6px;
}
.conactPageSection .formSection .address_section .address_box ul li p {
  padding-bottom: 0px;
  margin: 0px;
  line-height: 26px;
}
.conactPageSection .formSection .address_section .address_box ul li p strong {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.conactPageSection .formSection .address_section .address_box ul li a {
  color: #fff;
}
.conactPageSection .formSection .address_section .address_box ul li a:hover {
  color: #07BAD5;
}
.conactPageSection .formSection .address_section .social_link {
  margin-top: 23px;
}
@media (max-width: 1600px) {
  .conactPageSection .formSection .address_section .address_box ul li {
    background-size: 16px !important;
    padding-left: 28px;
  }
  .conactPageSection .formSection .address_section .address_box ul li.address_li {
    background-position: left 4px;
  }
}
@media (max-width: 1366px) {
  .conactPageSection .formSection .address_section .address_box ul li {
    background-size: 16px !important;
    padding-left: 28px;
    padding-bottom: 10px;
  }
  .conactPageSection .formSection .address_section .address_box ul li.mailIcon {
    background-position: left 7px;
  }
  .conactPageSection .formSection .address_section .address_box ul li.phoneIcon {
    background-position: left 4px;
  }
  .conactPageSection .formSection .address_section .address_box ul li p {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .conactPageSection .formSection .hd1 {
    margin-bottom: 30px;
  }
  .conactPageSection .formSection .formareaBox .row.nopadd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .conactPageSection .formSection .formareaBox .row.nopadd .bgblue {
    margin: 30px 0px;
  }
}
@media (max-width: 767px) {
  .conactPageSection .formSection .hd1 {
    margin-bottom: 16px;
  }
  .conactPageSection .formSection .bggradient {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .conactPageSection .formSection .bggradient {
    padding: 25px 20px;
  }
}

.mapAreaSection {
  position: relative;
  z-index: 1;
  margin-top: -10%;
}
.mapAreaSection .mapBox {
  margin-bottom: -9px;
}
.mapAreaSection .mapBox iframe {
  border: none;
  width: 100%;
  height: 700px;
}
@media (max-width: 1500px) {
  .mapAreaSection .mapBox iframe {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .mapAreaSection {
    margin-top: 0px;
  }
}

/* ------- Mani Area End ------- */
/* ------- Footer Area Start ------- */
.fotter_area {
  font-size: 20px;
  font-weight: 300;
  background: #080A27;
  padding: 60px 0px 0px 0px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.fotter_area a {
  color: #fff;
}
.fotter_area a:hover {
  color: #07BAD5;
}
.fotter_area .footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 14px 0px;
}
.fotter_area .footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .footer_navi ul li {
  font-size: 18px;
  font-weight: 400;
  padding-right: 40px;
  text-transform: uppercase;
}
.fotter_area .footer_navi ul li:last-child {
  padding-right: 0px !important;
}
.fotter_area .footer_navi ul li a {
  color: #fff;
}
.fotter_area .footer_navi ul li a:hover {
  color: #07BAD5;
}
.fotter_area .footer_navi ul li.active a {
  color: #07BAD5;
}
.fotter_area .comman_footer.footerlogo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .comman_footer .footerlogo {
  position: relative;
  max-width: 100%;
  padding-right: 30px;
}
.fotter_area .comman_footer .footerlogo a {
  display: block;
}
.fotter_area .comman_footer .footerlogo a img {
  max-width: 100%;
}
.fotter_area .comman_footer .footerlogo p {
  font-size: 15px;
  padding: 0;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.fotter_area .comman_footer .footerlogo::after {
  content: "";
  display: block;
  height: 60%;
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.fotter_area .comman_footer .adnexus {
  padding-left: 30px;
}
.fotter_area .comman_footer .adnexus img {
  max-width: 200px;
}
@media (max-width: 1600px) {
  .fotter_area .comman_footer .footerlogo::after {
    height: 55%;
  }
  .fotter_area .comman_footer .footerlogo img, .fotter_area .comman_footer .adnexus img {
    max-width: 150px !important;
  }
}
.fotter_area .comman_footer .footer_social_area .list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div i {
  display: block;
  width: 20px;
  margin-right: 8px;
}
.fotter_area .comman_footer .footer_social_area .list_area .list_div:last-child {
  margin-bottom: 0px;
}
.fotter_area .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .social_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  margin: 13px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}
.fotter_area .social_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .social_link ul li {
  font-size: 10px;
  padding-right: 10px;
}
.fotter_area .social_link ul li:last-child {
  padding-right: 0px;
}
.fotter_area .social_link ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 24px;
  height: 24px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100%;
  color: #000;
}
.fotter_area .social_link ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fotter_area .social_link ul {
  margin-top: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fotter_area .social_link ul li {
  font-size: 16px;
  padding-right: 20px;
  border: none;
}
.fotter_area .social_link ul li i {
  margin: 0px !important;
  width: 24px;
  height: 24px;
}
.fotter_area .social_link ul li.facebook a i {
  background: url(../images/facebook.png) no-repeat center center;
}
.fotter_area .social_link ul li.facebook a:hover i {
  background-image: url(../images/facebook1.png);
}
.fotter_area .social_link ul li.twitter a i {
  background: url(../images/twitter.png) no-repeat center center;
}
.fotter_area .social_link ul li.twitter a:hover i {
  background-image: url(../images/twitter1.png);
}
.fotter_area .social_link ul li.linkedin a i {
  background: url(../images/linkedin.png) no-repeat center center;
}
.fotter_area .social_link ul li.linkedin a:hover i {
  background-image: url(../images/linkedin1.png);
}
.fotter_area .social_link ul li.youtub a i {
  background: url(../images/youtube.png) no-repeat center center;
}
.fotter_area .social_link ul li.youtub a:hover i {
  background-image: url(../images/youtube1.png);
}
.fotter_area .social_link ul li.instagram a i {
  background: url(../images/instagram.png) no-repeat center center;
}
.fotter_area .social_link ul li.instagram a:hover i {
  background-image: url(../images/instagram1.png);
}
.fotter_area .social_link ul li:last-child {
  padding-right: 0px;
}
.fotter_area .social_link ul li a {
  border: none;
}
.fotter_area .bottom_area {
  font-size: 16px;
  font-weight: 300;
  margin-top: 60px;
  padding: 14px 0px 15px 0px;
  color: #fff;
  border-top: solid 1px #07BAD5;
  position: relative;
}
.fotter_area .bottom_area::before {
  content: "";
  width: 100%;
  background: #141744;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
}
.fotter_area .bottom_area .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .bottom_area .copyright img {
  margin-right: 5px;
  margin-top: -1px;
}
.fotter_area .bottom_area .website_by {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .bottom_area .website_by img {
  max-width: 27px;
}
.fotter_area .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .fotter_area .footer_navi ul li {
    font-size: 17px;
    padding-right: 30px;
  }
}
@media (max-width: 1500px) {
  .fotter_area {
    font-size: 18px;
    padding-top: 50px;
  }
  .fotter_area .footer_navi ul li {
    font-size: 16px;
    padding-right: 30px;
  }
  .fotter_area .social_link ul li {
    padding-right: 17px;
  }
  .fotter_area .social_link ul li a {
    width: 20px;
    height: 20px;
  }
  .fotter_area .social_link ul li a i {
    width: 20px;
    height: 20px;
    background-size: 20px !important;
  }
  .fotter_area .bottom_area {
    font-size: 15px;
    margin-top: 50px;
  }
}
@media (max-width: 1366px) {
  .fotter_area .bottom_area {
    font-size: 14px;
  }
  .fotter_area .bottom_area .website_by img {
    max-width: 23px;
  }
  .fotter_area .footer_navi ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fotter_area .footer_navi ul li {
    padding: 3px 15px !important;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .fotter_area {
    padding-top: 30px;
    font-size: 17px;
  }
  .fotter_area .footer_navi ul li {
    font-size: 15px;
    padding-right: 26px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    margin-bottom: 15px;
  }
  .fotter_area .social_link ul li {
    padding-right: 15px;
  }
  .fotter_area .social_link ul li a {
    width: 18px;
    height: 18px;
  }
  .fotter_area .social_link ul li a i {
    width: 18px;
    height: 18px;
    background-size: 18px !important;
  }
  .fotter_area .bottom_area {
    margin-top: 30px;
    font-size: 13px;
    padding: 10px 0px 11px 0px;
  }
  .fotter_area .bottom_area .copyright img {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .fotter_area .footer_navi ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fotter_area .footer_navi ul li {
    padding: 3px 15px !important;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .fotter_area {
    font-size: 16px;
  }
  .fotter_area .comman_footer .footer_social_area {
    margin-top: 32px;
  }
  .fotter_area .comman_footer.navi_footer {
    padding: 30px 0px 25px 0px;
  }
  .fotter_area .footer_navi ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fotter_area .footer_navi ul li {
    padding: 3px 15px !important;
    font-size: 13px;
  }
  .fotter_area .social_link {
    margin-top: 18px;
  }
  .fotter_area .social_link ul li {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .fotter_area {
    padding-top: 30px;
  }
  .fotter_area .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .fotter_area .comman_footer {
    padding: 0px 0px 30px 0px;
    width: 100%;
    padding: 0px;
  }
  .fotter_area .comman_footer .footer_social_area {
    margin: 18px 0px 25px 0px;
    border-top: #1f2143 solid 1px;
    border-bottom: #1f2143 solid 1px;
    padding: 10px 0px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .fotter_area .comman_footer.footerlogo_area {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .fotter_area .comman_footer.footerlogo_area .social_link {
    margin-top: 18px;
  }
  .fotter_area .comman_footer.footerlogo_area .social_link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .comman_footer.footerlogo_area .social_link ul li {
    padding-right: 12px;
  }
  .fotter_area .comman_footer.navi_footer {
    padding: 0px 0px 0px 0px;
  }
  .fotter_area .comman_footer .footerlogo {
    margin: 0px auto;
  }
  .fotter_area .comman_footer:last-child {
    padding-bottom: 0px;
  }
  .fotter_area .footer_navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .footer_navi ul {
    -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;
  }
  .fotter_area .footer_navi ul li {
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.0011);
  }
  .fotter_area .footer_navi ul li:last-child {
    border-bottom: 0px;
  }
  .fotter_area .footer_navi ul li a {
    display: block;
    padding: 7px 0px;
  }
  .fotter_area .social_link {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .fotter_area .bottom_area {
    text-align: center;
    padding: 10px 0px 15px 0px;
    font-size: 11px;
  }
  .fotter_area .bottom_area .copyright {
    display: block;
    padding-bottom: 3px;
  }
  .fotter_area .bottom_area .copyright img {
    margin-top: -3px;
    max-width: 14px;
  }
  .fotter_area .bottom_area .website_by {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .bottom_area .website_by img {
    opacity: 0.8;
  }
}
@media (max-width: 480px) {
  .fotter_area .comman_footer .footerlogo {
    max-width: 160px;
  }
  .fotter_area .footer_navi ul li {
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .fotter_area .comman_footer .footer_social_area .list_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div {
    margin-right: 0px;
    margin-bottom: 11px;
  }
  .fotter_area .comman_footer .footer_social_area .list_area .list_div:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 330px) {
  .fotter_area .footer_navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .fotter_area .footer_navi ul li {
    width: 100%;
  }
}

/* ------- Footer Area End ------- */
#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #3b3f7a;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 12px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9;
}
#toTop:hover {
  background: #216B8E;
  color: #fff !important;
}

.gradientList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gradientList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
}
.gradientList li span {
  font-size: 30px;
  line-height: 32px;
  display: block;
  margin-bottom: 10px;
}
.gradientList li .gradientBox {
  margin: 15px 0px;
}
@media (max-width: 1500px) {
  .gradientList li span {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .gradientList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.gradientBox {
  background: -webkit-gradient(linear, left top, left bottom, from(#5a2a82), to(#14123c));
  background: linear-gradient(to bottom, #5a2a82, #14123c);
  color: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .gradientBox {
    margin-top: 50px;
  }
}

.homeDiscoverySection.innerSection.pandemic1 .discoverySection .contentBox {
  width: 40%;
}
.homeDiscoverySection.innerSection.pandemic1 .discoverySection .imgBox {
  width: 60%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .homeDiscoverySection.innerSection.pandemic1 .discoverySection .contentBox, .homeDiscoverySection.innerSection.pandemic1 .discoverySection .imgBox {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homeDiscoverySection.innerSection.pandemic1 .discoverySection .imgBox {
    padding: 30px 15px;
  }
  .homeDiscoverySection.innerSection.pandemic1 .discoverySection .bgblue {
    max-width: 90%;
    border-radius: 20px;
  }
}

/* ====== Respensive css strat ====== */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1700px) {
  .margintop50 {
    margin-top: 42px;
  }
}
@media (max-width: 1500px) {
  .margintop50 {
    margin-top: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  p {
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .tabTextCenter {
    text-align: center;
  }
  .margintop50 {
    margin-top: 24px;
  }
  .brnone br {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobileTextCenter {
    text-align: center;
  }
}
@media (max-width: 330px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blueBg {
  background: #0F1038;
  border-radius: 30px;
  padding: 50px 0px;
}

.twoCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoCol li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.twoCol li span {
  font-size: 22px;
}
.twoCol li p {
  font-size: 14px;
}
@media (max-width: 991px) {
  .twoCol li {
    padding: 0 10px;
  }
  .twoCol li span {
    font-size: 18px;
  }
  .twoCol li p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .twoCol li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .researchProcessAnimate {
    margin-top: 40px;
  }
  .researchProcessAnimate .researchProcessSection {
    margin-top: 30px;
  }
}

.dispnon {
  display: none;
}/*# sourceMappingURL=style.css.map */