*,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
select {
  border: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  color: #1E1E1E;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #1E1E1E;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.hiddenoverflow {
  overflow: hidden;
}

.container-fluid {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 950px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  transition: all 0.5s ease;
  z-index: 99;
}
header .navbar {
  padding: 0;
}
header .navbar-brand {
  font-size: 16px;
  color: #1E1E1E;
  width: 215px;
}
@media screen and (max-width: 1440px) {
  header .navbar-brand {
    width: 160px;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar-brand {
    width: 135px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-brand {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-brand {
    width: 110px;
  }
}
header .navbar-brand img {
  max-width: 100%;
}
header .navbar-brand img.withoutsticky {
  display: block;
}
header .navbar-brand img.onsticky {
  display: none;
}
@media screen and (max-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav.mainlinks li {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar-nav.mainlinks li {
    margin-right: 12px;
  }
}
header .navbar-nav.mainlinks li a {
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar-nav.mainlinks li a {
    font-size: 14px;
  }
}
header .navbar-nav.mainlinks li a.hasmenu {
  padding-right: 20px;
}
header .navbar-nav.mainlinks li a.hasmenu::after {
  position: absolute;
  top: 14px;
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li a.hasmenu::after {
    top: 10px;
  }
}
header .navbar-nav.mainlinks li.active a {
  color: #4958BF !important;
}
header .navbar-nav.mainlinks li.active a::after {
  border-color: #4958BF !important;
  top: 18px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li.active a::after {
    top: 14px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-nav.mainmenu {
    margin-left: auto;
  }
}
header .navbar-nav.mainmenu li {
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  header .navbar-nav.mainmenu li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li {
    margin-right: 8px;
  }
}
header .navbar-nav.mainmenu li:last-child {
  margin-right: 0;
}
header .navbar-nav.mainmenu li a {
  position: relative;
  color: #1E1E1E;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a {
    font-size: 12px;
  }
}
header .navbar-nav.mainmenu li a svg {
  width: 20px;
  fill: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a svg {
    width: 17px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a svg {
    width: 16px;
  }
}
header .navbar-nav.mainmenu li a.contact {
  background: #4958BF;
  border-radius: 20px;
  padding: 7px 20px;
  color: #FFFFFF;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  border: 1px solid transparent;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a.contact {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-nav.mainmenu li a.contact {
    display: none;
  }
}
header .navbar-nav.mainmenu li a.contact::before {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 50px;
}
header .navbar-nav.mainmenu li a.contact span {
  position: relative;
  z-index: 2;
}
header .navbar-nav.mainmenu li a.contact:hover::before {
  left: 0;
}
header .navbar-nav.mainmenu li a.contact:hover span {
  color: #4958BF;
}
header .navbar-nav.mainmenu li a.openmenu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 13px;
  display: block;
  border: 1px solid transparent;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a.openmenu {
    width: 36px;
    height: 36px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a.openmenu {
    width: 32px;
    height: 32px;
    padding: 9px 7px;
  }
}
header .navbar-nav.mainmenu li a.openmenu span {
  position: relative;
  width: 15px;
  height: 12px;
  display: block;
  border-top: 2px solid #535356;
  border-bottom: 2px solid #535356;
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a.openmenu span {
    width: 16px;
  }
}
header .navbar-nav.mainmenu li a.openmenu span small {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 3px;
  background: #535356;
  transition: 0.2s ease-in-out;
  transform-origin: center center;
  transform: rotate(0);
}
header .navbar-nav.mainmenu li a.openmenu.opened {
  padding-top: 15px;
  border: 1px solid #000000;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a.openmenu.opened {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a.openmenu.opened {
    padding-top: 11px;
  }
}
header .navbar-nav.mainmenu li a.openmenu.opened span {
  border: none;
}
header .navbar-nav.mainmenu li a.openmenu.opened span small {
  left: -1px;
}
header .navbar-nav.mainmenu li a.openmenu.opened span small.first {
  transform: rotate(-45deg);
}
header .navbar-nav.mainmenu li a.openmenu.opened span small.second {
  transform: rotate(45deg);
}
header.sticky {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 991px) {
  header.sticky {
    padding: 5px 0px;
  }
}
header.sticky .navbar-brand img.withoutsticky {
  display: none;
}
header.sticky .navbar-brand img.onsticky {
  display: block;
}
header.sticky .navbar-nav.mainlinks li a {
  color: #1E1E1E;
}
header.sticky .navbar-nav.mainlinks li a.hasmenu::after {
  border-bottom: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
}
header.sticky .navbar-nav.mainmenu li a svg {
  fill: #1E1E1E;
}
header.sticky .navbar-nav.mainmenu li a.contact:hover {
  background: transparent;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
}
header.sticky .navbar-nav.mainmenu .menuMobile .bar1,
header.sticky .navbar-nav.mainmenu .menuMobile .bar2,
header.sticky .navbar-nav.mainmenu .menuMobile .bar3 {
  background-color: #000000;
}

.link-services,
.link-industry,
.link-casestudy,
.mainmegamenu {
  position: fixed;
  display: flex;
  z-index: 98;
  background: #4958bf;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 43px);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  min-height: 600px;
}
@media screen and (max-width: 1440px) {
  .link-services,
  .link-industry,
  .link-casestudy,
  .mainmegamenu {
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 767px) {
  .link-services,
  .link-industry,
  .link-casestudy,
  .mainmegamenu {
    height: calc(100vh - 40px);
    min-height: auto;
  }
}
.link-services .megamenuicon,
.link-industry .megamenuicon,
.link-casestudy .megamenuicon,
.mainmegamenu .megamenuicon {
  position: absolute;
  bottom: 75px;
  left: 5%;
  width: 120px;
  z-index: 99;
  opacity: 0.7;
}
@media screen and (max-width: 1440px) {
  .link-services .megamenuicon,
  .link-industry .megamenuicon,
  .link-casestudy .megamenuicon,
  .mainmegamenu .megamenuicon {
    width: 100px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .link-services .megamenuicon,
  .link-industry .megamenuicon,
  .link-casestudy .megamenuicon,
  .mainmegamenu .megamenuicon {
    bottom: 70px;
  }
}
.link-services .closelinkmenu,
.link-industry .closelinkmenu,
.link-casestudy .closelinkmenu,
.mainmegamenu .closelinkmenu {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
}
.link-services .closelinkmenu svg,
.link-industry .closelinkmenu svg,
.link-casestudy .closelinkmenu svg,
.mainmegamenu .closelinkmenu svg {
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .link-services .closelinkmenu svg,
  .link-industry .closelinkmenu svg,
  .link-casestudy .closelinkmenu svg,
  .mainmegamenu .closelinkmenu svg {
    width: 33px;
  }
}
.link-services .closelinkmenu:hover,
.link-industry .closelinkmenu:hover,
.link-casestudy .closelinkmenu:hover,
.mainmegamenu .closelinkmenu:hover {
  transform: rotate(180deg);
}
.link-services.opened,
.link-industry.opened,
.link-casestudy.opened,
.mainmegamenu.opened {
  top: 50px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .link-services.opened,
  .link-industry.opened,
  .link-casestudy.opened,
  .mainmegamenu.opened {
    top: 41px;
  }
}

.linkmenuwraper {
  width: 100%;
  height: 100%;
  padding: 70px 40px 70px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper {
    width: 100%;
    padding: 0;
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .linkmenuwraper {
    width: 100%;
  }
}
.linkmenuwraper ul {
  position: relative;
  width: 33.3%;
  padding-left: 30px;
  min-height: 500px;
  background: #221E51;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul {
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    height: calc(100vh - 55px);
  }
}
.linkmenuwraper ul li {
  display: block;
  padding: 7px 40px 0 7px;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li {
    display: flex;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #E5E5E1;
  }
}
.linkmenuwraper ul li span {
  position: relative;
  width: 50px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .linkmenuwraper ul li span {
    display: none;
  }
}
.linkmenuwraper ul li span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translate(-50%, 0);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  content: "";
}
.linkmenuwraper ul li a {
  font-size: 18px;
  display: block;
  padding: 8px 40px 8px 20px;
  border-radius: 30px;
  background: transparent;
  color: #FFFFFF !important;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul li a {
    padding: 5px 40px 5px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li a {
    font-size: 16px;
    padding: 15px 30px 15px 15px;
    width: 100%;
  }
}
.linkmenuwraper ul li a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: inline-block;
  content: "";
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li a::after {
    display: none;
  }
}
.linkmenuwraper ul li a::before {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  background: #FFFFFF;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul li a::before {
    right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li a::before {
    display: none;
  }
}
.linkmenuwraper ul li a:hover {
  background: #4958BF;
}
.linkmenuwraper ul li a:hover::before {
  opacity: 1;
}
.linkmenuwraper ul li a.nomenulink::after, .linkmenuwraper ul li a.nomenulink::before {
  display: none;
}
.linkmenuwraper ul li ul {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul {
    left: 100%;
  }
}
.linkmenuwraper ul li ul li {
  width: 100%;
  border-right: none;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul li {
    width: auto;
  }
}
.linkmenuwraper ul li ul li a::before, .linkmenuwraper ul li ul li a::after {
  display: none;
}
.linkmenuwraper ul li:hover > a {
  background: #4958BF;
}
.linkmenuwraper ul li:hover > a::before {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li:hover > a {
    background: transparent;
  }
}
.linkmenuwraper ul li:hover > ul {
  left: 100%;
  display: block;
  z-index: 5;
}
.linkmenuwraper ul li.hasslinks:hover ul {
  left: 0;
}
.linkmenuwraper ul li.opened > ul {
  left: 0;
  opacity: 1;
  display: block;
}

.mainmenuwraper {
  width: 100%;
  height: 100%;
  padding: 70px 40px 70px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper {
    width: 100%;
    padding: 0;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 767px) {
  .mainmenuwraper {
    width: 100%;
  }
}
.mainmenuwraper ul {
  position: relative;
  width: 33.3%;
  padding-left: 30px;
  min-height: 500px;
  background: #4958bf;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul {
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    height: calc(100vh - 55px);
  }
}
.mainmenuwraper ul li {
  display: block;
  padding: 7px 40px 0 7px;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li {
    display: flex;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #6057b7;
  }
}
.mainmenuwraper ul li a {
  font-size: 18px;
  display: block;
  padding: 8px 40px 8px 20px;
  border-radius: 30px;
  background: transparent;
  color: #FFFFFF !important;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li a {
    padding: 5px 40px 5px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li a {
    font-size: 16px;
    padding: 15px 30px 15px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainmenuwraper ul li a {
    font-size: 15px;
  }
}
.mainmenuwraper ul li a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: inline-block;
  content: "";
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li a::after {
    display: none;
  }
}
.mainmenuwraper ul li a::before {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  background: #FFFFFF;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li a::before {
    right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li a::before {
    display: none;
  }
}
.mainmenuwraper ul li a:hover {
  background: #4958BF;
}
.mainmenuwraper ul li a:hover::before {
  opacity: 1;
}
.mainmenuwraper ul li a.nomenulink::after, .mainmenuwraper ul li a.nomenulink::before {
  display: none;
}
.mainmenuwraper ul li a span {
  position: relative;
  width: 50px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .mainmenuwraper ul li a span {
    display: none;
  }
}
.mainmenuwraper ul li a span::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translate(-50%, 0);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  content: "";
}
.mainmenuwraper ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul {
    left: 100%;
  }
}
.mainmenuwraper ul li ul .backtoparent {
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  padding-left: 50px;
  font-size: 16px;
  background: #4958BF;
  display: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul .backtoparent {
    display: block;
  }
}
.mainmenuwraper ul li ul .backtoparent::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  content: "";
  pointer-events: none;
}
.mainmenuwraper ul li ul li {
  width: 100%;
  border: none;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul li {
    width: auto;
  }
}
.mainmenuwraper ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul li ul {
    left: 100%;
  }
}
.mainmenuwraper ul li ul li ul li {
  border-right: none;
}
.mainmenuwraper ul li ul li ul li a {
  display: inline-block;
}
.mainmenuwraper ul li ul li ul li a::after, .mainmenuwraper ul li ul li ul li a::before {
  display: none;
}
.mainmenuwraper ul li ul li.opened ul {
  left: 100%;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul li.opened ul {
    display: block;
    left: 0;
  }
}
.mainmenuwraper ul li ul.sociallinks {
  left: 0;
  display: block;
  opacity: 1;
  padding: 0;
  padding-top: 50px;
  position: relative;
  min-height: auto;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul.sociallinks {
    display: none;
  }
}
.mainmenuwraper ul li ul.sociallinks li {
  display: inline-block;
  padding-right: 0;
  width: auto;
  border: none;
  padding: 0;
}
.mainmenuwraper ul li ul.sociallinks li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: block;
  text-align: center;
  background: transparent;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li ul.sociallinks li a {
    padding: 6px 3px;
  }
}
@media screen and (max-width: 1199px) {
  .mainmenuwraper ul li ul.sociallinks li a {
    padding: 6px;
  }
}
.mainmenuwraper ul li ul.sociallinks li a::after, .mainmenuwraper ul li ul.sociallinks li a::before {
  display: none;
}
.mainmenuwraper ul li ul.sociallinks li a svg {
  width: 17px;
}
.mainmenuwraper ul li ul.sociallinks li a:hover {
  background: #FFCC00;
}
.mainmenuwraper ul li > a.active {
  background: #4958BF;
}
.mainmenuwraper ul li > a.active::before {
  opacity: 1;
}
.mainmenuwraper ul li > a.active + span + ul {
  display: block !important;
  z-index: 5;
}
.mainmenuwraper ul li > a.active + span + ul > li:first-child() {
  background: #4958BF;
}
.mainmenuwraper ul li:hover > a {
  background: #4958BF;
}
.mainmenuwraper ul li:hover > a::before {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li:hover > a {
    background: transparent;
  }
}
.mainmenuwraper ul li:hover > ul {
  display: block;
  z-index: 5;
}
.mainmenuwraper ul li.hasslinks:hover ul {
  left: 0;
}
.mainmenuwraper ul li.opened > ul {
  left: 0;
  opacity: 1;
  display: block;
}

.doyouknow {
  width: 25%;
  background: rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}
@media screen and (max-width: 1440px) {
  .doyouknow {
    padding-top: 28px;
  }
}
@media screen and (max-width: 991px) {
  .doyouknow {
    display: none;
  }
}
.doyouknow h3 {
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #FFCC00;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .doyouknow h3 {
    margin-bottom: 20px;
  }
}

.doyouknowbox {
  height: calc(100vh - 140px);
}
.doyouknowbox ul {
  color: #FFFFFF;
}
.doyouknowbox ul li {
  position: relative;
  border-bottom: 1px solid #231F4B;
}
.doyouknowbox ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.doyouknowbox ul li p {
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 10px;
  position: relative;
}
.doyouknowbox ul li p.innerContent::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .doyouknowbox ul li p {
    font-size: 14px;
  }
}
.doyouknowbox ul li p span {
  color: #FFCC00;
}
.doyouknowbox ul li a {
  padding: 20px 20px 10px 40px;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 1440px) {
  .doyouknowbox ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .doyouknowbox ul li a {
    padding: 15px;
  }
}
.doyouknowbox ul li a svg {
  width: 20px;
  fill: #FFCC00;
}
.doyouknowbox ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.doyouknowbox ul li:hover a svg {
  left: 0px;
  position: relative;
  animation: movearrowright 1s linear infinite;
}
.doyouknowbox ul li:hover span {
  color: #FFCC00;
}
.doyouknowbox ul li:hover span svg {
  fill: #FFCC00;
}

.searchwraper {
  position: fixed;
  display: flex;
  z-index: 999;
  background: #394074;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
.searchwraper .searchlogo {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 215px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchlogo {
    width: 160px;
    top: 18px;
    left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .searchwraper .searchlogo {
    width: 135px;
  }
}
@media screen and (max-width: 991px) {
  .searchwraper .searchlogo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchlogo {
    width: 110px;
  }
}
.searchwraper .searchlogo img {
  width: 100%;
}
.searchwraper .megamenuicon {
  position: absolute;
  bottom: 75px;
  left: 5%;
  width: 120px;
  z-index: 99;
  opacity: 0.7;
}
@media screen and (max-width: 1440px) {
  .searchwraper .megamenuicon {
    width: 100px;
  }
}
.searchwraper .closesearchmenu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.searchwraper .closesearchmenu svg {
  width: 40px;
}
.searchwraper .closesearchmenu:hover {
  transform: rotate(180deg);
}
.searchwraper.opened {
  top: 0;
  opacity: 1;
}
.searchwraper .searchformwraper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}
.searchwraper .searchformwraper .container {
  max-width: 1080px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper .container {
    max-width: 950px;
  }
}
.searchwraper .searchformwraper .search-form {
  max-width: 100%;
}
.searchwraper .searchformwraper h3 {
  font-size: 34px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.searchwraper .searchformwraper input {
  padding: 27px 35px;
  border-radius: 50px;
  background: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  border: none;
  outline: none;
  box-shadow: none;
  color: #535356;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper input {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper input {
    padding: 10px 20px;
  }
}
.searchwraper .searchformwraper input:focus, .searchwraper .searchformwraper input:hover {
  outline: none;
  box-shadow: none;
  border: none;
  z-index: 0;
}
.searchwraper .searchformwraper .btn {
  background: #4958BF;
  padding: 27px 30px;
  border-radius: 0;
  margin: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper .btn {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper .btn {
    padding: 10px 20px;
  }
}
.searchwraper .searchformwraper .btn:focus, .searchwraper .searchformwraper .btn:hover {
  outline: none;
  box-shadow: none;
  border: none;
  margin-left: 0 !important;
}
.searchwraper .searchformwraper .btn svg {
  width: 30px;
  fill: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper .btn svg {
    width: 24px;
  }
}
.searchwraper .searchformwraper .input-group {
  padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper .input-group {
    padding-bottom: 10px;
  }
}
.searchwraper .searchformwraper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.searchwraper .searchformwraper ul li {
  margin-right: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper ul li {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.searchwraper .searchformwraper ul li a {
  display: block;
  border-radius: 40px;
  border: 1px solid #E5E5E1;
  color: #E5E5E1;
  padding: 15px 25px;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper ul li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper ul li a {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.searchwraper .searchformwraper ul li a:hover {
  background: #4958BF;
  border-color: #4958BF;
  color: #FFFFFF;
}

.homebanner {
  height: 100vh;
  overflow: hidden;
}
.homebanner .homecaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 3;
}
.homebanner .homecaption .container-fluid {
  padding: 0 60px;
}
@media screen and (max-width: 991px) {
  .homebanner .homecaption .container-fluid {
    padding: 0 15px;
  }
}
.homebanner .homecaption h2 {
  color: #FFFFFF;
  font-size: 42px;
  max-width: 660px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .homebanner .homecaption h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .homebanner .homecaption h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .homecaption h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .homebanner .homecaption h2 {
    font-size: 18px;
  }
}
.homebanner .homecaption .bannertitle {
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 6px;
  margin-bottom: 8px;
  display: none;
}
@media screen and (max-width: 991px) {
  .homebanner .homecaption .bannertitle {
    display: inline-block;
    font-size: 12px;
  }
}
.homebanner .homecaption .bannerbtn {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  padding: 16px 28px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .homebanner .homecaption .bannerbtn {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .homecaption .bannerbtn {
    font-size: 14px;
  }
}
.homebanner .homecaption .bannerbtn::before {
  background: #4958BF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 50px;
}
.homebanner .homecaption .bannerbtn span {
  position: relative;
  z-index: 2;
}
.homebanner .homecaption .bannerbtn:hover {
  border: 1px solid #4958BF;
}
.homebanner .homecaption .bannerbtn:hover::before {
  left: 0;
}
.homebanner .homecaption .bannerbtn:hover span {
  color: #FFFFFF;
}
.homebanner .carousel {
  height: 100vh;
}
.homebanner .carousel .carousel-item {
  position: relative;
}
.homebanner .carousel .carousel-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
}
.homebanner .carousel .carousel-item img {
  width: 100%;
  min-height: 100vh;
  min-width: 100vw;
}
.homebanner .carousel-indicators {
  display: flex;
  width: 100%;
  max-width: 80%;
  margin-left: 0;
  width: 100%;
  justify-content: start;
  bottom: 30px;
  padding: 0 10px 0 60px;
}
@media screen and (max-width: 1440px) {
  .homebanner .carousel-indicators {
    max-width: 80%;
  }
}
@media screen and (max-width: 1199px) {
  .homebanner .carousel-indicators {
    max-width: 94%;
  }
}
@media screen and (max-width: 991px) {
  .homebanner .carousel-indicators {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .carousel-indicators {
    max-width: 70%;
    padding: 0 10px 0 15px;
    bottom: 80px;
  }
}
.homebanner .carousel-indicators button {
  width: calc(20% - 20px);
  height: auto;
  background: none;
  position: relative;
  display: block;
  text-align: left;
  flex: auto;
  border: none;
  text-indent: 0px;
  color: #FFFFFF;
  font-size: 15px;
  opacity: 1;
}
.homebanner .carousel-indicators button p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #B8B8B8;
}
@media screen and (max-width: 1440px) {
  .homebanner .carousel-indicators button p {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .homebanner .carousel-indicators button p {
    display: none;
  }
}
.homebanner .carousel-indicators button span {
  display: block;
  width: 100%;
  height: 4px;
  background: #B8B8B8;
  overflow: hidden;
  position: absolute;
  bottom: -4px;
  width: 85%;
}
@media screen and (max-width: 1440px) {
  .homebanner .carousel-indicators button span {
    height: 3px;
  }
}
.homebanner .carousel-indicators button span::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  z-index: 2;
}
.homebanner .carousel-indicators button.active p {
  color: #FFFFFF;
}
.homebanner .carousel-indicators button.active span:after {
  background: #4958BF;
  width: 100%;
  animation: filloutline 5s linear;
}

@keyframes filloutline {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.arrowSection {
  position: absolute;
  bottom: 8rem;
  right: 1.8rem;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .arrowSection {
    bottom: 9rem;
    right: -0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .arrowSection {
    bottom: 12rem;
  }
}

.arrowContainerP {
  position: relative;
}

.arrowSection > .arrowContainer {
  position: relative;
  right: 26px;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  transition: opacity 0.3s;
}

.arrowSection .arrowContainer:hover {
  opacity: 0.5;
}

.arrowSection .arrowContainer span {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(-45deg);
  animation: arrowDown 1s infinite;
  opacity: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .arrowSection .arrowContainer span {
    width: 16px;
    height: 16px;
  }
}

.arrowSection .arrowContainer span:nth-of-type(1) {
  animation-delay: 1s;
}

.arrowSection .arrowContainer span:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.2s;
}

.arrowSection .arrowContainer span:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

.arrowSection .arrowContainer span:nth-of-type(4) {
  top: 48px;
  animation-delay: 0.4s;
}
@keyframes arrowDown {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
section {
  padding: 100px 0;
}
@media screen and (max-width: 1440px) {
  section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.colwhite {
  color: #FFFFFF;
}

.smallTopHeading {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 8px;
  margin-bottom: 30px;
  position: relative;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 991px) {
  .smallTopHeading {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .smallTopHeading {
    text-align: center;
  }
}
.smallTopHeading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  display: block;
  background: #1E1E1E;
  content: "";
}
@media screen and (max-width: 1440px) {
  .smallTopHeading::after {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .smallTopHeading::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.smallTopHeading.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.smallTopHeading.colwhite {
  color: #FFFFFF;
}
.smallTopHeading.colwhite::after {
  background: #FFFFFF;
}

.sectionheading {
  font-size: 34px;
  font-weight: 700;
  padding: 0 0 8px;
  margin-bottom: 60px;
  position: relative;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 1440px) {
  .sectionheading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sectionheading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.countings-wrapper {
  position: relative;
  min-height: 130px;
  margin-top: 40px;
  padding: 0 10%;
}
@media screen and (max-width: 1440px) {
  .countings-wrapper {
    padding: 0 5%;
  }
}
@media screen and (max-width: 991px) {
  .countings-wrapper {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .countings-wrapper {
    padding: 0px 1%;
    margin-top: 20px;
  }
}
.countings-wrapper h2 {
  font-size: 36px;
  margin: 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .countings-wrapper h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .countings-wrapper h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .countings-wrapper h2 {
    margin: 10px 0;
  }
}
.countings-wrapper h2 span {
  color: #4958BF;
}
@media screen and (max-width: 767px) {
  .countings-wrapper h2 span {
    display: block;
  }
}
.countings-wrapper svg {
  height: 40px;
}
@media screen and (max-width: 1440px) {
  .countings-wrapper svg {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .countings-wrapper svg {
    height: 25px;
  }
}
.countings-wrapper::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #DEDEDC;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .countings-wrapper::before {
    height: 100px;
    width: 100px;
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .countings-wrapper::before {
    height: 85px;
    width: 85px;
    top: 20px;
  }
}

.homeCountings {
  background: #E5E5E1;
  overflow: hidden;
  position: relative;
}
.homeCountings .smallTopHeading {
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  .homeCountings .smallTopHeading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .homeCountings .smallTopHeading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .homeCountings .smallTopHeading {
    margin-bottom: 30px;
  }
}
.homeCountings .smallTopHeading.lessspace {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .homeCountings .smallTopHeading.lessspace {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .homeCountings .smallTopHeading.lessspace {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .homeCountings .smallTopHeading.lessspace {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .homeCountings::before {
    display: none;
  }
}
.homeCountings::before {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .homeCountings::before {
    width: 320px;
    height: 320px;
    bottom: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}

.casestudybtns {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .casestudybtns {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .casestudybtns .clkbtn {
    font-size: 12px;
    padding: 7px 10px;
  }
}

.insservices {
  color: #FFCC00;
  margin-left: 5%;
  position: relative;
  font-size: 16px;
  text-shadow: 0 0 1px #FFCC00;
}
@media screen and (max-width: 767px) {
  .insservices {
    font-size: 12px;
    margin-left: 2%;
  }
}
.insservices::after {
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #FFCC00;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .insservices::after {
    display: none;
  }
}
.insservices svg {
  width: 17px;
  fill: #FFCC00;
}
.insservices:hover {
  color: #FFCC00;
}
.insservices:hover::after {
  width: 100%;
}

.industries {
  position: relative;
  background: transparent linear-gradient(90deg, #394074 0%, #505AA2 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .industries::before {
    display: none;
  }
}
.industries::before {
  position: absolute;
  width: 400px;
  height: 400px;
  left: -200px;
  top: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .industries::before {
    width: 320px;
    height: 320px;
    top: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}
.industries .grid {
  margin-top: 20px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(393px, 1fr));
  grid-auto-rows: 355px;
  grid-auto-flow: row dense;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .industries .grid {
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }
}
.industries .grid .indItem {
  grid-row-end: span 1;
}
.industries .grid .item--large {
  grid-row-end: span 2;
}
.industries .grid .item--large .partbox {
  max-height: 100% !important;
}

.partbox {
  position: relative;
  display: block;
  max-height: 355px;
  box-shadow: 5px 6px 12px rgba(15, 15, 15, 0.3);
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .partbox {
    box-shadow: 3px 4px 8px rgba(15, 15, 15, 0.3);
    max-height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .partbox {
    height: 250px;
  }
}
.partbox::after {
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 200%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
  content: "";
  transition: all 0.3s ease-in-out;
}
.partbox img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .partbox img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
  }
}
.partbox .partboxcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  padding: 15px 15px 20px;
  line-height: 1.3;
}
.partbox .partboxcaption .movecontent {
  position: absolute;
  bottom: -70px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 30px);
}
.partbox .partboxcaption .movecontent h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  height: 53px;
  padding-right: 50px;
  overflow: hidden;
  height: 53px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .partbox .partboxcaption .movecontent h2 {
    font-size: 15px;
    font-weight: 500;
  }
}
@media screen and (max-width: 991px) {
  .partbox .partboxcaption .movecontent h2 {
    height: 40px;
  }
}
.partbox .partboxcaption .movecontent p {
  font-size: 16px;
  color: #FFFFFF;
  height: 63px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .partbox .partboxcaption .movecontent p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .partbox .partboxcaption .movecontent p {
    height: 48px;
  }
}
.partbox .partboxcaption .morearrow {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  margin-left: calc(100% - 140px);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .partbox .partboxcaption .morearrow {
    margin-left: calc(100% - 114px);
  }
}
.partbox .partboxcaption .morearrow small {
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .partbox .partboxcaption .morearrow small {
    font-size: 12px;
  }
}
.partbox .partboxcaption .morearrow span {
  width: 40px;
  display: inline-block;
  height: 40px !important;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  padding: 6px;
}
@media screen and (max-width: 1440px) {
  .partbox .partboxcaption .morearrow span {
    border: 1px solid #FFFFFF;
    width: 34px;
    height: 34px !important;
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  .partbox .partboxcaption .morearrow span {
    width: 36px;
    height: 36px !important;
  }
}
.partbox .partboxcaption .morearrow span svg {
  width: 24px;
  fill: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .partbox .partboxcaption .morearrow span svg {
    width: 22px;
  }
}
.partbox:hover:after {
  top: -75%;
}
.partbox:hover img {
  transform: scale(1.1);
}
.partbox:hover .partboxcaption .movecontent {
  bottom: 60px;
}
.partbox:hover .partboxcaption .movecontent p {
  opacity: 1;
}
.partbox:hover .partboxcaption .morearrow {
  margin-left: 0;
}
.partbox:hover .partboxcaption .morearrow small {
  opacity: 1;
}

.governance-slider .carousel-control {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #2A56C2;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .governance-slider .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .governance-slider .carousel-control {
    display: none;
  }
}
.governance-slider .carousel-control svg {
  width: 10px;
  fill: #2A56C2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.governance-slider .carousel-control.carousel-control-left {
  right: 50px;
}
.governance-slider .partbox {
  max-height: 100%;
}
.governance-slider .partbox .partboxcaption .movecontent {
  bottom: 0px;
}
.governance-slider .partbox:hover .partboxcaption .movecontent {
  bottom: 55px;
}

.ind-slider .carousel-control {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-left: -25px;
}
@media screen and (max-width: 1440px) {
  .ind-slider .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ind-slider .carousel-control {
    display: none;
  }
}
.ind-slider .carousel-control svg {
  width: 10px;
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ind-slider .carousel-control.carousel-control-right {
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  .ind-slider .swiper-wrapper .swiper-slide:nth-child(2) .partbox img {
    margin-top: -50%;
  }
}
.ind-slider .swiper-slide > p {
  display: none;
}

.clients {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .clients::after {
    display: none;
  }
}
.clients h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 840px;
}
@media screen and (max-width: 991px) {
  .clients h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .clients h2 {
    margin-bottom: 20px;
  }
}
.clients .brandwraper figure {
  max-height: 55px;
  max-width: 165px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .brandwraper figure img {
  max-width: 90%;
  max-height: 90%;
}
.clients .brandwraper figure img:hover {
  filter: none;
}
.clients .brand-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clients::after {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -200px;
  right: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .clients::after {
    width: 320px;
    height: 320px;
    bottom: -160px;
    right: -160px;
    border: 50px solid #565F7D;
  }
}
.clients.circleLeft::after {
  display: none;
}

.caseStudy {
  position: relative;
  overflow: hidden;
  background: transparent linear-gradient(90deg, #003A74 0%, #0D82AF 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .caseStudy::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy::after {
    display: none;
  }
}
.caseStudy h3 {
  margin-bottom: 33px;
}
@media screen and (max-width: 1440px) {
  .caseStudy h3 {
    margin-bottom: 24px;
  }
}
.caseStudy .smallTopHeading {
  text-align: left;
}
.caseStudy .smallTopHeading::after {
  left: 0;
  transform: translate(0);
}
.caseStudy .sectionheading {
  padding-right: 25%;
}
@media screen and (max-width: 1440px) {
  .caseStudy .sectionheading {
    padding-right: 30%;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .sectionheading {
    padding-right: 0;
  }
}
.caseStudy .tabData h3 {
  font-size: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .caseStudy .tabData h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .caseStudy .tabData h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy .tabData h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .tabData h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy .tabData p {
    font-size: 14px;
  }
}
.caseStudy .tabData .smallText {
  font-size: 18px;
  display: flex;
}
.caseStudy .tabData .smallText strong {
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .caseStudy .tabData .smallText {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .tabData .smallText {
    margin-bottom: 0 !important;
  }
}
.caseStudy .tabData.tabdataindustry .casestudybtns .insservices {
  display: none;
}
.caseStudy::before {
  position: absolute;
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .caseStudy::before {
    width: 320px;
    height: 320px;
    bottom: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}
.caseStudy::after {
  position: absolute;
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .caseStudy::after {
    width: 320px;
    height: 320px;
    top: -160px;
    right: -160px;
    border: 50px solid #565F7D;
  }
}
.caseStudy .stairList {
  position: relative;
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border: none;
    border-radius: 10px;
  }
}
.caseStudy .stairList .capsule {
  background: #FFFFFF;
  color: #01A7DC;
  font-size: 30px;
  display: inline-block;
  padding: 10px 29px;
  margin-bottom: 40px;
  border-radius: 0px 100px 100px 0px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .capsule {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .capsule {
    padding: 0;
    background: none;
    margin-bottom: 15px;
    color: #FFFFFF;
  }
}
.caseStudy .stairList .capsule h4 {
  margin: 0;
  line-height: 29px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .capsule h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree {
    display: flex;
    flex-wrap: wrap;
  }
}
.caseStudy .stairList .stairTree li {
  margin-bottom: 36px;
  position: relative;
  display: flex;
  padding-left: 3px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree li {
    display: flex;
    width: 50%;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px;
  }
}
.caseStudy .stairList .stairTree li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree li:last-child {
    margin-bottom: 15px;
  }
}
.caseStudy .stairList .stairTree li::before {
  position: absolute;
  top: 40px;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FFFFFF;
  content: "";
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree li::before {
    top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy .stairList .stairTree li::before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree li::before {
    display: none;
  }
}
.caseStudy .stairList .stairTree li::after {
  position: absolute;
  top: 44px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  content: "";
  display: none;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree li::after {
    top: 29px;
    width: 30px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy .stairList .stairTree li::after {
    top: 24px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree li::after {
    display: none;
  }
}
.caseStudy .stairList .stairTree li .foricon {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .caseStudy .stairList .stairTree li .foricon {
    margin-right: 10px;
  }
}
.caseStudy .stairList .stairTree li .foricon img {
  height: 90px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree li .foricon img {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy .stairList .stairTree li .foricon img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree li .foricon img {
    display: none;
  }
}
.caseStudy .stairList .stairTree li .foricon span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #01A7DC;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree li .foricon span {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy .stairList .stairTree li .foricon span {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree li .foricon span {
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-bottom: 8px;
  }
}
.caseStudy .stairList .stairTree li .foricon span svg {
  width: 30px;
  fill: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree li .foricon span svg {
    width: 20px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudy .stairList .stairTree li .foricon span svg {
    width: 16px;
  }
}
.caseStudy .stairList .stairTree li p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree li p {
    margin: 0;
    font-size: 13px;
  }
}
.caseStudy .stairList .stairTree li p span {
  font-size: 150%;
}
.caseStudy .stairList .stairTree.innerpages li {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree.innerpages li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree.innerpages li {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }
}
.caseStudy .stairList .stairTree.innerpages li p {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree.innerpages li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudy .stairList .stairTree.innerpages li p {
    font-size: 12px;
  }
}
.caseStudy .stairList .stairTree.innerpages li .foricon img {
  height: 75px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree.innerpages li .foricon img {
    height: 60px;
  }
}
.caseStudy .stairList .stairTree.innerpages li .foricon span {
  width: 55px;
  height: 55px;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree.innerpages li .foricon span {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.caseStudy .stairList .stairTree.innerpages li::before {
  top: 33px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree.innerpages li::before {
    top: 25px;
  }
}
.caseStudy .stairList .stairTree.innerpages li::after {
  top: 37px;
  width: 30px;
}
@media screen and (max-width: 1440px) {
  .caseStudy .stairList .stairTree.innerpages li::after {
    top: 29px;
  }
}
.caseStudy.innpage::before, .caseStudy.innpage:after {
  display: none;
}
.caseStudy.innpage .sectionheading {
  margin-bottom: 30px;
}
.caseStudy.innpage .tabData h3 {
  margin: 30px 0 20px 0;
}

.casestudydetail {
  overflow: initial;
  position: static;
}
.casestudydetail .sectionheading {
  color: #2A56C2;
}
.casestudydetail h3 {
  font-size: 26px;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15%;
}
@media screen and (max-width: 1440px) {
  .casestudydetail h3 {
    font-size: 22px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1199px) {
  .casestudydetail h3 {
    font-size: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail h3 {
    font-size: 16px;
  }
}
.casestudydetail h5 {
  font-size: 26px;
  color: #2A56C2;
  margin-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .casestudydetail h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .casestudydetail h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail h5 {
    font-size: 16px;
  }
}
.casestudydetail p {
  color: #1E1E1E;
}
@media screen and (max-width: 991px) {
  .casestudydetail p {
    font-size: 14px;
  }
}
.casestudydetail .stairList {
  position: relative;
  border-left: 1px solid #4958BF;
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border: none;
    border-radius: 10px;
  }
}
.casestudydetail .stairList .capsule {
  background: #4958BF;
  color: #FFFFFF;
  font-size: 30px;
  display: inline-block;
  padding: 10px 29px;
  margin-bottom: 40px;
  border-radius: 0px 100px 100px 0px;
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .capsule {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .capsule {
    padding: 0;
    background: none;
    margin-bottom: 15px;
    color: #FFFFFF;
  }
}
.casestudydetail .stairList .capsule h4 {
  margin: 0;
  line-height: 29px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .capsule h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree {
    display: flex;
    flex-wrap: wrap;
  }
}
.casestudydetail .stairList .stairTree li {
  margin-bottom: 36px;
  position: relative;
  display: flex;
  padding-left: 40px;
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .stairTree li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail .stairList .stairTree li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree li {
    display: flex;
    width: 50%;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px;
  }
}
.casestudydetail .stairList .stairTree li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree li:last-child {
    margin-bottom: 15px;
  }
}
.casestudydetail .stairList .stairTree li::before {
  position: absolute;
  top: 40px;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4958BF;
  content: "";
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .stairTree li::before {
    top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail .stairList .stairTree li::before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree li::before {
    display: none;
  }
}
.casestudydetail .stairList .stairTree li::after {
  position: absolute;
  top: 44px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #4958BF;
  content: "";
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .stairTree li::after {
    top: 29px;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail .stairList .stairTree li::after {
    top: 24px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree li::after {
    display: none;
  }
}
.casestudydetail .stairList .stairTree li .foricon {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .casestudydetail .stairList .stairTree li .foricon {
    margin-right: 10px;
  }
}
.casestudydetail .stairList .stairTree li .foricon img {
  height: 90px;
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .stairTree li .foricon img {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail .stairList .stairTree li .foricon img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree li .foricon img {
    display: none;
  }
}
.casestudydetail .stairList .stairTree li .foricon span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .stairTree li .foricon span {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail .stairList .stairTree li .foricon span {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree li .foricon span {
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-bottom: 8px;
  }
}
.casestudydetail .stairList .stairTree li .foricon span svg {
  width: 30px;
  fill: #4958BF;
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .stairTree li .foricon span svg {
    width: 20px;
  }
}
@media screen and (max-width: 991px) {
  .casestudydetail .stairList .stairTree li .foricon span svg {
    width: 16px;
  }
}
.casestudydetail .stairList .stairTree li p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #1E1E1E;
}
@media screen and (max-width: 1440px) {
  .casestudydetail .stairList .stairTree li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .casestudydetail .stairList .stairTree li p {
    margin: 0;
    font-size: 13px;
  }
}
.casestudydetail .stairList .stairTree li p span {
  font-size: 150%;
}

.trans-tabs {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .trans-tabs {
    margin-top: 20px;
  }
}
.trans-tabs .nav-tabs {
  border: none;
  margin-bottom: 74px;
}
@media screen and (max-width: 1440px) {
  .trans-tabs .nav-tabs {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .trans-tabs .nav-tabs {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .trans-tabs .nav-tabs .nav-item {
    width: 48%;
    margin: 0 0.5%;
    margin-bottom: 10px;
  }
}
.trans-tabs .nav-tabs .nav-link {
  color: #FFFFFF;
  background: transparent !important;
  border: none;
  border-top: 1px solid #FFFFFF;
  border-radius: 0;
  margin-bottom: -2px;
  padding: 15px 40px;
  padding-left: 0;
  margin-right: 10px;
  font-size: 20px;
  opacity: 0.4;
}
@media screen and (max-width: 1440px) {
  .trans-tabs .nav-tabs .nav-link {
    font-size: 17px;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 991px) {
  .trans-tabs .nav-tabs .nav-link {
    font-size: 15px;
    padding: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .trans-tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid transparent;
    width: 100%;
    border: 1px solid #E5E5E1;
    border-radius: 30px;
  }
}
@media screen and (max-width: 359px) {
  .trans-tabs .nav-tabs .nav-link {
    font-size: 12px;
    padding: 5px 4px;
  }
}
.trans-tabs .nav-tabs .nav-link.active, .trans-tabs .nav-tabs .nav-link:hover {
  background: transparent !important;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .trans-tabs .nav-tabs .nav-link.active, .trans-tabs .nav-tabs .nav-link:hover {
    border: 1px solid #4958BF;
    background: #4958BF !important;
    color: #FFFFFF;
    border-radius: 30px;
  }
}

.clkbtn {
  display: inline-block;
  border-radius: 50px;
  padding: 12px 40px;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .clkbtn {
    padding: 8px 24px;
  }
}
@media screen and (max-width: 991px) {
  .clkbtn {
    padding: 6px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .clkbtn {
    margin: 20px 0;
  }
}
.clkbtn::before {
  background: #4958BF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 50px;
}
.clkbtn span {
  position: relative;
  z-index: 2;
}
.clkbtn.whitefill {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.clkbtn:hover {
  color: #FFFFFF;
  border-color: #4958BF;
}
.clkbtn:hover::before {
  left: 0;
}
.clkbtn.filled {
  background: #4958BF;
  color: #FFFFFF;
  border-color: #4958BF;
}
.clkbtn.filled::before {
  background: #FFFFFF;
}
.clkbtn.filled:hover {
  color: #1E1E1E;
  border-color: #1E1E1E;
}
.clkbtn.whiteBtn {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.clkbtn.whiteBtn::before {
  background: #FFFFFF;
}
.clkbtn.whiteBtn:hover {
  color: #1E1E1E;
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .clkbtn.whiteBtn {
    margin: 20px 0;
  }
}

.serviceslide {
  background: #efefef;
}

.aboutARCIS {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .aboutARCIS::before {
    display: none;
  }
}
.aboutARCIS .aboutwraper {
  display: flex;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper {
    display: block;
    margin-top: 0px;
  }
}
.aboutARCIS .aboutwraper .aboutshade {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
.aboutARCIS .aboutwraper .lefttabs {
  background: transparent linear-gradient(151deg, #394074 0%, #505AA2 100%) 0% 0% no-repeat;
  width: 270px;
  padding: 30px 0 30px 24px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 270px;
  min-height: 440px;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper .lefttabs {
    padding: 20px 0 30px 15px;
    width: 250px;
    min-width: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .aboutARCIS .aboutwraper .lefttabs {
    padding: 25px 0 25px 15px;
    width: 240px;
    min-width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .aboutARCIS .aboutwraper .lefttabs {
    width: 220px;
    min-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs {
    width: 100%;
    padding: 20px 0 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs .sectionheading {
    text-align: center;
  }
  .aboutARCIS .aboutwraper .lefttabs .sectionheading::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.aboutARCIS .aboutwraper .lefttabs h2 {
  font-size: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper .lefttabs h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs h2 {
    text-align: center;
    margin: 20px;
  }
}
.aboutARCIS .aboutwraper .lefttabs ul {
  padding-top: 25px;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper .lefttabs ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs ul {
    display: flex;
    padding: 0;
  }
}
.aboutARCIS .aboutwraper .lefttabs ul li {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .aboutARCIS .aboutwraper .lefttabs ul li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs ul li {
    width: 25%;
  }
}
.aboutARCIS .aboutwraper .lefttabs ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a {
    display: block;
    text-align: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    padding: 5px;
    height: 100%;
  }
}
.aboutARCIS .aboutwraper .lefttabs ul li a svg {
  fill: #FFFFFF;
  width: 15px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a svg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a small {
    display: block;
  }
}
@media screen and (max-width: 359px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a small {
    font-size: 11px;
  }
}
.aboutARCIS .aboutwraper .lefttabs ul li a span {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a span {
    margin: 0 0 5px;
  }
}
.aboutARCIS .aboutwraper .lefttabs ul li a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .lefttabs ul li a span svg {
    display: block;
  }
}
.aboutARCIS .aboutwraper .lefttabs ul li a:hover, .aboutARCIS .aboutwraper .lefttabs ul li a:focus, .aboutARCIS .aboutwraper .lefttabs ul li a.active {
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
.aboutARCIS .aboutwraper .lefttabs ul li a:hover span, .aboutARCIS .aboutwraper .lefttabs ul li a:focus span, .aboutARCIS .aboutwraper .lefttabs ul li a.active span {
  background: #FFFFFF;
}
.aboutARCIS .aboutwraper .lefttabs ul li a:hover span svg, .aboutARCIS .aboutwraper .lefttabs ul li a:focus span svg, .aboutARCIS .aboutwraper .lefttabs ul li a.active span svg {
  fill: #2A56C2;
}
.aboutARCIS .aboutwraper .aboutcontent {
  background: #F5F5F5;
  padding: 30px;
  width: calc(100% - 270px);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper .aboutcontent {
    width: calc(100% - 250px);
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .aboutARCIS .aboutwraper .aboutcontent {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 991px) {
  .aboutARCIS .aboutwraper .aboutcontent {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent {
    padding: 20px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .row {
    margin: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .row .col-6 {
    padding: 0;
  }
}
.aboutARCIS .aboutwraper .aboutcontent .aboutcontentimg {
  width: 30%;
  float: right;
  margin-left: 30px;
  margin-bottom: 0px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .aboutcontentimg {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
}
.aboutARCIS .aboutwraper .aboutcontent h3 {
  font-size: 28px;
  color: #1E1E1E;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper .aboutcontent h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent h3 {
    font-size: 18px;
  }
}
.aboutARCIS .aboutwraper .aboutcontent .directorsbox,
.aboutARCIS .aboutwraper .aboutcontent .leadershipbox {
  overflow: hidden;
}
.aboutARCIS .aboutwraper .aboutcontent .directorsbox h3,
.aboutARCIS .aboutwraper .aboutcontent .leadershipbox h3 {
  padding-right: 90px;
}
.aboutARCIS .aboutwraper .aboutcontent p {
  font-size: 18px;
  padding-right: 20px;
  color: #1E1E1E;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper .aboutcontent p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .societystats {
    border-right: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    padding: 20px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .societystats.side-r {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .societystats.side-b {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .societystats.lastchild {
    border: none;
  }
}
.aboutARCIS .aboutwraper .aboutcontent .societystats h3 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .societystats h3 {
    margin-top: 0;
  }
}
.aboutARCIS .aboutwraper .aboutcontent .societystats p {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .aboutwraper .aboutcontent .societystats p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .aboutwraper .aboutcontent .societystats p {
    font-size: 14px;
  }
}
.aboutARCIS .aboutwraper .aboutcontent .societystats::after {
  border-color: #bbb;
}
.aboutARCIS::before {
  position: absolute;
  width: 400px;
  height: 400px;
  right: -200px;
  bottom: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS::before {
    width: 320px;
    height: 320px;
    bottom: -160px;
    right: -160px;
    border: 50px solid #565F7D;
  }
}
.aboutARCIS .socityStatsWrapper {
  border-left: 2px dashed #1E1E1E;
  margin-left: 20px;
  padding: 0 0 0 20px;
}
.aboutARCIS .societystats {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aboutARCIS .societystats {
    text-align: center;
  }
}
.aboutARCIS .societystats span {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .societystats span {
    width: 60px;
    height: 60px;
  }
}
.aboutARCIS .societystats span svg {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutARCIS .societystats h3 {
  font-size: 30px;
  color: #4958BF;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .societystats h3 {
    font-size: 20px;
  }
}
.aboutARCIS .societystats p {
  font-size: 15px;
  color: #1E1E1E;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .societystats p {
    font-size: 13px;
  }
}
.aboutARCIS .societystats::after {
  border: 1px dashed #FFFFFF;
  position: absolute;
  right: 30%;
  top: 0;
  height: 100%;
  transform: rotate(10deg);
  transform-origin: center center;
  content: "";
}
@media screen and (max-width: 1440px) {
  .aboutARCIS .societystats::after {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .aboutARCIS .societystats::after {
    display: none;
  }
}
.aboutARCIS .societystats.lastchild::after {
  display: none;
}

.futureBox .futureWrapper {
  position: relative;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.futureBox .futureWrapper .aboutshade {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
.futureBox .futureWrapper .leftBox {
  padding-left: 80px;
}
@media screen and (max-width: 1440px) {
  .futureBox .futureWrapper .leftBox {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .futureBox .futureWrapper .leftBox {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .futureBox .futureWrapper .leftBox p {
    width: 120%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .futureBox .futureWrapper .leftBox p {
    width: 100%;
  }
}
.futureBox .futureWrapper h2 {
  font-size: 38px;
}
@media screen and (max-width: 1440px) {
  .futureBox .futureWrapper h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .futureBox .futureWrapper h2 {
    margin: 30px 0;
  }
}
.futureBox .futureWrapper figure img {
  max-width: 100%;
}

.contactBox {
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contactBox::before {
    display: none;
  }
}
.contactBox h2 {
  margin: 30px 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .contactBox h2 {
    margin: 15px 0;
  }
}
.contactBox p {
  padding: 0 25%;
}
@media screen and (max-width: 991px) {
  .contactBox p {
    padding: 0 10%;
  }
}
.contactBox::before {
  position: absolute;
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .contactBox::before {
    width: 320px;
    height: 320px;
    bottom: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}

footer {
  background: #4958bf;
  color: #FFFFFF;
  padding: 70px 0 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  footer {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  footer::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .qlinks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
footer .qlinks li {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .qlinks li {
    width: 50%;
  }
}
footer .qlinks li a {
  font-size: 15px;
  color: #FFFFFF;
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 1440px) {
  footer .qlinks li a {
    font-size: 14px;
    padding: 5px 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .qlinks li a {
    font-size: 13px;
    padding: 4px 0 4px 20px;
  }
}
footer .qlinks li a::after {
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  transform: rotate(45deg);
  content: "";
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1440px) {
  footer .qlinks li a::after {
    width: 6px;
    height: 6px;
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer .qlinks li a::after {
    top: 10px;
  }
}
footer .qlinks li a:hover::after {
  left: 5px;
}
footer .details li {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: #E5E5E1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  footer .details li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer .details li {
    font-size: 12px;
  }
}
footer .details li svg {
  width: 16px;
  fill: #FFFFFF;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 1440px) {
  footer .details li svg {
    width: 14px;
    top: 2px;
  }
}
@media screen and (max-width: 991px) {
  footer .details li svg {
    top: 2px;
  }
}
footer .details li a {
  color: #FFFFFF;
  position: relative;
}
footer .details li a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #FFFFFF;
  height: 1px;
  left: 0;
  transition: all 0.2s ease-in-out;
  content: "";
}
footer .details li a:hover {
  color: #FFFFFF;
}
footer .details li a:hover:after {
  width: 100%;
}
footer h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  footer h3 {
    font-size: 18px;
    font-weight: 500;
  }
}
footer::before {
  position: absolute;
  width: 400px;
  height: 400px;
  left: -200px;
  top: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  footer::before {
    width: 320px;
    height: 320px;
    top: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}

.footermap {
  text-align: center;
  position: relative;
}
.footermap img {
  width: 90%;
}
@media screen and (max-width: 1440px) {
  .footermap img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footermap img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .footermap img {
    width: 70%;
  }
}
.footermap .dropicon {
  position: absolute;
  top: 162px;
  left: 66px;
  height: 22px;
  width: 16px;
}
.footermap .dropicon:nth-child(2) {
  top: 172px;
  left: 150px;
}
.footermap .dropicon:nth-child(3) {
  top: 245px;
  left: 90px;
}

.footerbottom {
  background: #231f54;
  padding: 20px 0;
}
.footerbottom .isologos {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footerbottom .isologos {
    justify-content: center;
  }
}
.footerbottom .isologos img {
  margin-right: 20px;
  max-height: 60px;
}
@media screen and (max-width: 991px) {
  .footerbottom .isologos img {
    margin-right: 15px;
    max-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .footerbottom .isologos img {
    margin: 0 5px;
    max-height: 42px;
  }
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  color: #bbb;
  border-top: 1px solid #767993;
  width: 66%;
  font-size: 13px;
  margin: 0;
  margin-top: -40px;
}
@media screen and (max-width: 1440px) {
  .copy {
    position: relative;
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .copy {
    width: 100%;
    bottom: 0;
    margin-top: 30px;
  }
}
.copy p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .copy img {
    width: 90px;
  }
}

.topfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #535356;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .topfooter {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topfooter {
    display: block;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .footerleft {
    text-align: center;
    margin-bottom: 30px;
  }
}

.flogo {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .flogo {
    width: 135px;
    display: inline-block;
  }
}
.flogo img {
  max-width: 100%;
}

.footerinfo {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .footerinfo {
    margin: 20px 0;
    font-size: 16px;
  }
}

.sociallinks {
  margin: 30px 0 20px;
}
.sociallinks li {
  display: inline-block;
  margin: 0 5px;
}
.sociallinks li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: block;
  padding: 4px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sociallinks li a {
    padding: 5px 0;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sociallinks li a {
    width: 34px;
    height: 34px;
  }
}
.sociallinks li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  fill: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .sociallinks li a svg {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sociallinks li a svg {
    width: 14px;
  }
}
.sociallinks li a:hover {
  background: #FFCC00;
  border-color: #FFCC00;
}
.sociallinks li a:hover svg {
  fill: #1E1E1E;
}

.leaderbox {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.leaderbox img {
  max-width: 320px;
}
.leaderbox h2 {
  padding: 13px 10px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
.leaderbox h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #1E1E1E;
  margin-bottom: 5px;
  font-weight: 600;
}
.leaderbox .morelinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 20px;
}
.leaderbox .morelinks .knowarrow {
  font-size: 12px;
  color: #2F296A;
}
.leaderbox .morelinks .knowarrow svg {
  width: 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  left: 0;
}
.leaderbox .morelinks .getintouch {
  border-radius: 25px;
  background: #4958BF;
  color: #FFFFFF;
  font-size: 11px;
  padding: 8px 15px;
}
@media screen and (max-width: 767px) {
  .leaderbox .morelinks .getintouch {
    padding: 5px 10px;
  }
}
.leaderbox:hover .morelinks svg {
  left: 5px;
}

@media screen and (max-width: 767px) {
  .member-slider, .member-slider2, .member-slider3 {
    padding-bottom: 30px;
  }
}
.member-slider .carousel-control, .member-slider2 .carousel-control, .member-slider3 .carousel-control {
  position: absolute;
  top: 25px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #1E1E1E;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .member-slider .carousel-control, .member-slider2 .carousel-control, .member-slider3 .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .member-slider .carousel-control, .member-slider2 .carousel-control, .member-slider3 .carousel-control {
    display: none;
  }
}
.member-slider .carousel-control svg, .member-slider2 .carousel-control svg, .member-slider3 .carousel-control svg {
  width: 10px;
  fill: #1E1E1E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member-slider .carousel-control.carousel-control-left, .member-slider2 .carousel-control.carousel-control-left, .member-slider3 .carousel-control.carousel-control-left {
  right: 80px;
}
.member-slider .carousel-control.carousel-control-right, .member-slider2 .carousel-control.carousel-control-right, .member-slider3 .carousel-control.carousel-control-right {
  right: 30px;
}
.member-slider .swiper-pagination, .member-slider .swiper-pagination2, .member-slider .swiper-pagination3, .member-slider2 .swiper-pagination, .member-slider2 .swiper-pagination2, .member-slider2 .swiper-pagination3, .member-slider3 .swiper-pagination, .member-slider3 .swiper-pagination2, .member-slider3 .swiper-pagination3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: none;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .member-slider .swiper-pagination, .member-slider .swiper-pagination2, .member-slider .swiper-pagination3, .member-slider2 .swiper-pagination, .member-slider2 .swiper-pagination2, .member-slider2 .swiper-pagination3, .member-slider3 .swiper-pagination, .member-slider3 .swiper-pagination2, .member-slider3 .swiper-pagination3 {
    display: block;
  }
}
.member-slider .swiper-pagination .swiper-pagination-bullet, .member-slider .swiper-pagination2 .swiper-pagination-bullet, .member-slider .swiper-pagination3 .swiper-pagination-bullet, .member-slider2 .swiper-pagination .swiper-pagination-bullet, .member-slider2 .swiper-pagination2 .swiper-pagination-bullet, .member-slider2 .swiper-pagination3 .swiper-pagination-bullet, .member-slider3 .swiper-pagination .swiper-pagination-bullet, .member-slider3 .swiper-pagination2 .swiper-pagination-bullet, .member-slider3 .swiper-pagination3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  background: none;
  opacity: 1;
}
.member-slider .swiper-pagination .swiper-pagination-bullet::after, .member-slider .swiper-pagination2 .swiper-pagination-bullet::after, .member-slider .swiper-pagination3 .swiper-pagination-bullet::after, .member-slider2 .swiper-pagination .swiper-pagination-bullet::after, .member-slider2 .swiper-pagination2 .swiper-pagination-bullet::after, .member-slider2 .swiper-pagination3 .swiper-pagination-bullet::after, .member-slider3 .swiper-pagination .swiper-pagination-bullet::after, .member-slider3 .swiper-pagination2 .swiper-pagination-bullet::after, .member-slider3 .swiper-pagination3 .swiper-pagination-bullet::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #B8B8B8;
  content: "";
  border-radius: 50%;
}
.member-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider2 .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider3 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active, .member-slider3 .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #535356;
}
.member-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider2 .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider3 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .member-slider3 .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #535356;
}

.society {
  background: url("../images/socitybg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
  padding: 40px 0 !important;
}
@media screen and (max-width: 991px) {
  .society::after {
    display: none;
  }
}
.society h2 {
  padding: 0;
}
.society .societyimgwraper {
  padding-right: 70px;
}
@media screen and (max-width: 1440px) {
  .society .societyimgwraper {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .society .societyimgwraper {
    padding: 0px;
  }
}
.society::after {
  position: absolute;
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .society::after {
    width: 320px;
    height: 320px;
    top: -160px;
    right: -160px;
    border: 50px solid #565F7D;
  }
}
.society .container {
  z-index: 2;
}
.society .societyimg {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .society .societyimg {
    width: 100%;
    margin-left: 0%;
    border-radius: 0px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .society .societyimg {
    margin-bottom: 40px;
  }
}
.society .socityStatsWrapper {
  border-left: 2px dashed rgba(255, 255, 255, 0.79);
  margin-left: 20px;
  margin-bottom: 29px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .society .socityStatsWrapper {
    border: none;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0;
    justify-content: space-between;
  }
}
.society .societystats {
  position: relative;
  margin-bottom: 30px;
  margin: 0 5px;
}
.society .societystats span {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .society .societystats span {
    width: 60px;
    height: 60px;
  }
}
.society .societystats span svg {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.society .societystats h3 {
  font-size: 30px;
  color: #FFFFFF;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1440px) {
  .society .societystats h3 {
    font-size: 20px;
  }
}
.society .societystats p {
  font-size: 15px;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .society .societystats p {
    font-size: 13px;
  }
}

.testimonialsHomepage {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .testimonialsHomepage::before {
    display: none;
  }
}
.testimonialsHomepage .testi-slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonialsHomepage .testi-slider {
    padding-bottom: 0px;
  }
}
.testimonialsHomepage .testi-slider .swiper {
  padding-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  .testimonialsHomepage .testi-slider .swiper {
    padding-bottom: 60px;
  }
}
.testimonialsHomepage .testi-slider .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.testimonialsHomepage .testi-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  background: none;
  opacity: 1;
}
.testimonialsHomepage .testi-slider .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #B8B8B8;
  content: "";
  border-radius: 50%;
}
.testimonialsHomepage .testi-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #535356;
}
.testimonialsHomepage .testi-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #535356;
}
.testimonialsHomepage .testi-slider .carousel-control {
  width: 40px;
  height: 40px;
  border: 1px solid #1E1E1E;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .testimonialsHomepage .testi-slider .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .testimonialsHomepage .testi-slider .carousel-control {
    display: none;
  }
}
.testimonialsHomepage .testi-slider .carousel-control svg {
  width: 10px;
  fill: #1E1E1E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonialsHomepage .testi-slider .carousel-control.carousel-control-left {
  left: calc(50% - 100px);
}
.testimonialsHomepage .testi-slider .carousel-control.carousel-control-right {
  left: calc(50% + 100px);
}
.testimonialsHomepage::before {
  position: absolute;
  width: 400px;
  height: 400px;
  left: -200px;
  top: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .testimonialsHomepage::before {
    width: 320px;
    height: 320px;
    top: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}

.serviceslide .smallTopHeading {
  font-size: 38px;
  text-align: left;
}
.serviceslide .smallTopHeading:after {
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 991px) {
  .serviceslide .smallTopHeading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .serviceslide .smallTopHeading {
    font-size: 20px;
  }
}

.service-slider {
  position: relative;
}
.service-slider .carousel-control {
  position: absolute;
  top: -75px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #1E1E1E;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .service-slider .carousel-control {
    width: 36px;
    height: 36px;
    top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .service-slider .carousel-control {
    top: -50px;
  }
}
.service-slider .carousel-control svg {
  width: 10px;
  fill: #1E1E1E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-slider .carousel-control.carousel-control-left {
  right: 50px;
}
.service-slider .carousel-control.carousel-control-right {
  right: 0px;
}

.testiwraper {
  background: #FFFFFF;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.0784313725);
  color: #000000;
}
@media screen and (max-width: 1440px) {
  .testiwraper {
    padding: 30px 15px;
  }
}
.testiwraper h3 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #535356;
  height: 60px;
}
@media screen and (max-width: 379px) {
  .testiwraper h3 {
    font-size: 13px;
  }
}
.testiwraper h3 span {
  display: block;
  font-size: 120%;
  margin-bottom: 5px;
  font-weight: 700;
}
.testiwraper p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  min-height: 160px;
}
@media screen and (max-width: 1440px) {
  .testiwraper p {
    font-size: 16px;
    min-height: 200px;
  }
}
@media screen and (max-width: 379px) {
  .testiwraper p {
    font-size: 14px;
    min-height: 160px;
  }
}

.banner-top {
  position: relative;
  overflow: hidden;
}
.banner-top .bannercaption {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .banner-top .bannercaption {
    top: 55%;
  }
}
.banner-top .bannercaption .bannertitle {
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .banner-top .bannercaption .bannertitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .banner-top .bannercaption .bannertitle {
    font-size: 13px;
  }
}
.banner-top .bannercaption h1 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .banner-top .bannercaption h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .banner-top .bannercaption h1 {
    font-size: 18px;
  }
}
.banner-top .bannercaption h1::after {
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 60px;
  background: #FFFFFF;
  content: "";
  left: 0;
}
.banner-top .bannercaption p {
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .banner-top .bannercaption p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .banner-top .bannercaption p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner-top .bannercaption p {
    font-size: 13px;
  }
}
.banner-top .bannercaption .clkbtn {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .banner-top .bannercaption .clkbtn {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .banner-top img {
    width: 150% !important;
    margin-left: -25%;
    max-width: none !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-top img {
    width: 300% !important;
    margin-left: -50%;
  }
}
.banner-top .bannercaption {
  max-width: 700px;
}
@media screen and (max-width: 1440px) {
  .banner-top .bannercaption {
    max-width: 530px;
  }
}
.banner-top .bannercaption h1 {
  margin-bottom: 0px;
}
.banner-top .bannercaption h1::after {
  display: none;
}
.banner-top .bannercaption p {
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .banner-top .bannercaption p {
    font-size: 15px;
  }
}
.banner-top .bannercaption .clkbtn {
  margin-top: 10px;
}

.movingCircle {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .movingCircle img {
    width: 150% !important;
    margin-left: -25%;
    max-width: none !important;
  }
}
@media screen and (max-width: 767px) {
  .movingCircle img {
    width: 300% !important;
    margin-left: -50%;
  }
}
.movingCircle .fixedCircleIcon {
  position: absolute;
  top: 30px;
  left: -3%;
  width: 10%;
}
@media screen and (max-width: 1199px) {
  .movingCircle .fixedCircleIcon {
    width: 14%;
  }
}
@media screen and (max-width: 767px) {
  .movingCircle .fixedCircleIcon {
    display: none;
  }
}
.movingCircle .movingCircleIcon {
  position: absolute;
  top: -8.5%;
  left: -5%;
  width: 14%;
  animation: movecircular 15s linear infinite;
  transform-origin: center center;
}
@media screen and (max-width: 1440px) {
  .movingCircle .movingCircleIcon {
    top: -6%;
  }
}
@media screen and (max-width: 1199px) {
  .movingCircle .movingCircleIcon {
    width: 22%;
    top: -7%;
    left: -7%;
  }
}
@media screen and (max-width: 991px) {
  .movingCircle .movingCircleIcon {
    top: -3.5%;
  }
}
@media screen and (max-width: 767px) {
  .movingCircle .movingCircleIcon {
    display: none;
  }
}

@keyframes movecircular {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 991px) {
  .counting-innerpage h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 991px) {
  .counting-innerpage p {
    font-size: 18px;
  }
}
.counting-innerpage::before {
  background: #F6F6F6;
}

.aboutUs {
  text-align: center;
}
.aboutUs .smallTopHeading {
  margin-bottom: 24px;
}
.aboutUs .sectionheading {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aboutUs .sectionheading {
    margin-bottom: 0px;
  }
}
.aboutUs .innerContent {
  margin-bottom: 0px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .aboutUs .innerContent {
    text-align: center;
  }
}
.aboutUs::after {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .aboutUs::after {
    width: 320px;
    height: 320px;
    bottom: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}
@media screen and (max-width: 767px) {
  .aboutUs::after {
    display: none;
  }
}

.nocircle::after {
  content: none;
}
.nocircle::before {
  content: none;
}

.circleLeft::after {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .circleLeft::after {
    width: 320px;
    height: 320px;
    bottom: -160px;
    right: -160px;
    border: 50px solid #565F7D;
  }
}

.ourvision {
  background: #E5E5E1;
}
.ourvision .sectionheading {
  margin-bottom: 25px;
}
.ourvision li {
  margin-bottom: 10px;
}
.ourvision p, .ourvision li {
  color: #1E1E1E;
}

.experienceTeam {
  position: relative;
  overflow: hidden;
  background: #E5E5E1;
}
.experienceTeam .smallTopHeading {
  font-size: 30px;
}
@media screen and (max-width: 991) {
  .experienceTeam .smallTopHeading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .experienceTeam .smallTopHeading {
    font-size: 20px;
  }
}
.experienceTeam::before {
  position: absolute;
  width: 400px;
  height: 400px;
  left: -200px;
  top: -200px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .experienceTeam::before {
    width: 320px;
    height: 320px;
    top: -160px;
    left: -160px;
    border: 50px solid #565F7D;
  }
}
@media screen and (max-width: 767px) {
  .experienceTeam::before {
    display: none;
  }
}
.experienceTeam .directorsbox {
  position: relative;
}
.experienceTeam .member-slider .carousel-control {
  top: -70px;
  z-index: 10;
}
.experienceTeam .member-slider .carousel-control.carousel-control-left {
  right: 80px;
}
.experienceTeam.circlenone::before {
  display: none;
}

.visionmissionimg {
  text-align: center;
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .visionmissionimg {
    padding: 0 2%;
    margin-bottom: 30px;
  }
}
.visionmissionimg img {
  max-width: 100%;
}

.getintouchForm {
  background: #F5F5F5;
}
.getintouchForm .smallTopHeading {
  font-size: 38px;
  text-align: center;
}
.getintouchForm .smallTopHeading::after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .getintouchForm .smallTopHeading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .getintouchForm .smallTopHeading {
    font-size: 20px;
  }
}
.getintouchForm .getintouchwraper {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 30px;
  width: 70%;
  margin: 45px auto 0;
}
@media screen and (max-width: 1440px) {
  .getintouchForm .getintouchwraper {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .getintouchForm .getintouchwraper {
    padding: 30px 15px;
    margin: 30px auto 0;
    width: 100%;
  }
}
.getintouchForm .getintouchwraper.contact-form-wraper {
  margin-top: -400px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .getintouchForm .getintouchwraper.contact-form-wraper {
    margin-top: -300px;
  }
}
@media screen and (max-width: 991px) {
  .getintouchForm .getintouchwraper.contact-form-wraper {
    margin-top: -80px;
  }
}
.getintouchForm .getintouchwraper .wpcf7-form {
  margin-top: 40px;
}
.getintouchForm .getintouchwraper label {
  font-size: 16px;
  color: #1E1E1E;
  margin: 0;
}
.getintouchForm .getintouchwraper .wpcf7-response-output {
  font-size: 14px;
}
.getintouchForm .getintouchwraper .wpcf7-not-valid-tip {
  font-size: 12px;
}
.getintouchForm .getintouchwraper .form-control, .getintouchForm .getintouchwraper .form-select {
  padding: 0;
  margin: 0 0 10px;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 991px) {
  .getintouchForm .getintouchwraper .form-control, .getintouchForm .getintouchwraper .form-select {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .getintouchForm .getintouchwraper .form-control, .getintouchForm .getintouchwraper .form-select {
    font-size: 14px;
  }
}
.getintouchForm .getintouchwraper .form-control:focus, .getintouchForm .getintouchwraper .form-select:focus {
  outline: none;
  box-shadow: none;
}
.getintouchForm .getintouchwraper textarea.form-control {
  height: 75px;
}
.getintouchForm .getintouchwraper .wpcf7-acceptance label {
  display: flex;
  font-size: 16px;
}
.getintouchForm .getintouchwraper .wpcf7-acceptance label input {
  min-width: 25px;
  margin-right: 10px;
  border: 2px solid #535356;
}
.getintouchForm .getintouchwraper .wpcf7-acceptance label input::after {
  left: 7px;
  top: 3px;
}
.getintouchForm .getintouchwraper .wpcf7-acceptance label input:focus {
  outline: none;
  box-shadow: none;
}
.getintouchForm .getintouchwraper .getintouchsubmit {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .getintouchForm .getintouchwraper .getintouchsubmit {
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.getintouchForm .getintouchwraper .getintouchsubmit .clkbtn {
  width: 150px;
  background: #4958BF !important;
  color: #FFFFFF !important;
  margin: 0;
}
.getintouchForm .getintouchwraper .getintouchsubmit .clkbtn:hover {
  color: #1E1E1E !important;
}
@media screen and (max-width: 1440px) {
  .getintouchForm .getintouchwraper .getintouchsubmit .clkbtn {
    width: 120px;
  }
}

.responsestatus {
  margin: 0;
}

.aboutteam, .corporate-g {
  background: #E5E5E1;
}
.aboutteam .sectionheading::after, .corporate-g .sectionheading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  display: block;
  background: #1E1E1E;
  content: "";
}
@media screen and (max-width: 1440px) {
  .aboutteam .sectionheading::after, .corporate-g .sectionheading::after {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .aboutteam .sectionheading::after, .corporate-g .sectionheading::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.aboutteam .sectionheading.text-center::after, .corporate-g .sectionheading.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.team-expert-slider, .team-expert-slider1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .team-expert-slider, .team-expert-slider1 {
    padding-bottom: 30px;
  }
}
.team-expert-slider .carousel-control, .team-expert-slider1 .carousel-control {
  position: absolute;
  top: -55px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #1E1E1E;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .team-expert-slider .carousel-control, .team-expert-slider1 .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .team-expert-slider .carousel-control, .team-expert-slider1 .carousel-control {
    display: none;
  }
}
.team-expert-slider .carousel-control svg, .team-expert-slider1 .carousel-control svg {
  width: 10px;
  fill: #1E1E1E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-expert-slider .carousel-control.carousel-control-left, .team-expert-slider1 .carousel-control.carousel-control-left {
  right: 50px;
}
.team-expert-slider .carousel-control.carousel-control-right, .team-expert-slider1 .carousel-control.carousel-control-right {
  right: 0px;
}
.team-expert-slider .swiper-pagination, .team-expert-slider .swiper-pagination1, .team-expert-slider1 .swiper-pagination, .team-expert-slider1 .swiper-pagination1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  bottom: 0px;
  display: none;
}
@media screen and (max-width: 767px) {
  .team-expert-slider .swiper-pagination, .team-expert-slider .swiper-pagination1, .team-expert-slider1 .swiper-pagination, .team-expert-slider1 .swiper-pagination1 {
    display: block;
  }
}
.team-expert-slider .swiper-pagination .swiper-pagination-bullet, .team-expert-slider .swiper-pagination1 .swiper-pagination-bullet, .team-expert-slider1 .swiper-pagination .swiper-pagination-bullet, .team-expert-slider1 .swiper-pagination1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  background: none;
  opacity: 1;
}
.team-expert-slider .swiper-pagination .swiper-pagination-bullet::after, .team-expert-slider .swiper-pagination1 .swiper-pagination-bullet::after, .team-expert-slider1 .swiper-pagination .swiper-pagination-bullet::after, .team-expert-slider1 .swiper-pagination1 .swiper-pagination-bullet::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #B8B8B8;
  content: "";
  border-radius: 50%;
}
.team-expert-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .team-expert-slider .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active, .team-expert-slider1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .team-expert-slider1 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #535356;
}
.team-expert-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .team-expert-slider .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .team-expert-slider1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .team-expert-slider1 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #535356;
}

.servicebox {
  display: flex;
}
.servicebox span {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: #D1D1D3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .servicebox span {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.servicebox span svg {
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .servicebox span svg {
    width: 26px;
  }
}
.servicebox .servicedata {
  width: 100%;
  padding-left: 20px;
}
.servicebox .servicedata h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1E1E1E;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .servicebox .servicedata h3 {
    font-size: 20px;
  }
}
.servicebox .servicedata ul {
  list-style: none;
}
.servicebox .servicedata ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #1E1E1E;
  padding-left: 15px;
}
@media screen and (max-width: 1440px) {
  .servicebox .servicedata ul li {
    font-size: 14px;
  }
}
.servicebox .servicedata ul li::after {
  position: absolute;
  left: 0;
  top: 8px;
  border-top: 2px solid #1E1E1E;
  border-right: 2px solid #1E1E1E;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .servicebox .servicedata ul li::after {
    width: 7px;
    height: 7px;
  }
}

.teambanner {
  background: #394074;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .teambanner {
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .teambanner {
    height: 150px;
  }
}
.teambanner::after {
  background: url("../images/team-pattern.svg") top center repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.15;
}

.pagging {
  margin-top: 30px;
}
.pagging .wp-pagenavi a, .pagging .wp-pagenavi span {
  border-color: #000000;
  color: #000000;
}
.pagging .wp-pagenavi a.current, .pagging .wp-pagenavi span.current {
  background: #4958BF;
  color: #FFFFFF;
  border-color: #4958BF;
}

.searchedlist {
  list-style: none !important;
}
.searchedlist li {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #B8B8B8;
}
.searchedlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.searchedlist li p a {
  color: #4958BF;
  font-weight: 500;
}
.searchedlist li p a svg {
  width: 20px;
  fill: #4958BF;
  position: relative;
}
.searchedlist li:hover p a svg {
  animation: movearrowright 1s linear infinite;
}

.cmsbanner {
  background: transparent linear-gradient(180deg, #221E51 0%, #2F296A 100%) 0% 0% no-repeat padding-box;
  height: 550px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .cmsbanner {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .cmsbanner {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .cmsbanner {
    height: 300px;
  }
}
.cmsbanner::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  content: "";
  opacity: 0.2;
  background: url("../images/cmpagepg.png") top center repeat;
}
.cmsbanner .bannercaption {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .cmsbanner .bannercaption {
    top: 55%;
  }
}
.cmsbanner .bannercaption .bannertitle {
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .cmsbanner .bannercaption .bannertitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .cmsbanner .bannercaption .bannertitle {
    font-size: 13px;
  }
}
.cmsbanner .bannercaption h1 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .cmsbanner .bannercaption h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cmsbanner .bannercaption h1 {
    font-size: 18px;
  }
}
.cmsbanner .bannercaption h1::after {
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 60px;
  background: #FFFFFF;
  content: "";
  left: 0;
}
.cmsbanner .bannercaption p {
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .cmsbanner .bannercaption p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .cmsbanner .bannercaption p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cmsbanner .bannercaption p {
    font-size: 13px;
  }
}
.cmsbanner .bannercaption .clkbtn {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .cmsbanner .bannercaption .clkbtn {
    margin-top: 0;
  }
}

.cmscontainer {
  width: 100%;
  margin-top: -130px;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  min-height: 500px;
  padding: 40px 30px;
}
@media screen and (max-width: 991px) {
  .cmscontainer {
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer {
    margin-top: -60px;
    padding: 30px 15px;
  }
}
.cmscontainer.teampage {
  margin-top: -170px;
}
@media screen and (max-width: 991px) {
  .cmscontainer.teampage {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer.teampage {
    margin-top: -80px;
  }
}
.cmscontainer p {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .cmscontainer p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .cmscontainer p {
    font-size: 14px;
  }
}
.cmscontainer h4 {
  font-size: 20px;
  color: #4958BF;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .cmscontainer h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer h4 {
    font-size: 17px;
  }
}
.cmscontainer ul {
  padding-left: 20px;
  list-style: disc;
  text-align: justify;
}
.cmscontainer ul.searchedlist {
  padding-left: 0;
}
.cmscontainer ul li {
  font-size: 18px;
  margin-bottom: 15px;
  list-style: inherit;
}
@media screen and (max-width: 1440px) {
  .cmscontainer ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer ul li {
    font-size: 14px;
  }
}
.cmscontainer ul li ul {
  list-style-type: square;
}

.profilecontent {
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .profilecontent {
    display: block;
  }
}
.profilecontent figure {
  min-width: 220px;
  max-width: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #EEEFF2;
}
@media screen and (max-width: 767px) {
  .profilecontent figure {
    min-width: 100%;
    max-width: 100%;
  }
}
.profilecontent .profileinfo {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .profilecontent .profileinfo {
    padding: 0 50px 0 0;
    position: relative;
    margin-top: 20px;
  }
}
.profilecontent .profileinfo h2 {
  color: #2F296A;
  font-size: 26px;
}
.profilecontent .profileinfo p {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.profilecontent .profileinfo .profilelink {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #4958BF;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .profilecontent .profileinfo .profilelink {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.profilecontent .profileinfo .profilelink svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #FFFFFF;
  width: 20px;
  transform: translate(-50%, -50%);
}
.profilecontent .profileinfo .profilelink:hover {
  background: #2F296A;
}

.graybg {
  background: #E6E6E6;
}

.expertbox {
  background: #F5F5F5;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .expertbox {
    padding: 30px 15px;
  }
}
.expertbox .sectionheading {
  margin-bottom: 20px;
}
.expertbox .expertshadow {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.expertbox .expertimgwraper {
  padding-right: 50px;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .expertbox .expertimgwraper {
    padding-right: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .expertbox .expertimgwraper {
    padding-right: 0px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .expertbox .expertimgwraper {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .expertbox .expertimgwraper img {
    max-width: 60%;
  }
}

.expertcontent {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .expertcontent {
    padding-bottom: 0px;
    padding-right: 0;
  }
}
.expertcontent h3 {
  color: #4958BF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .expertcontent h3 {
    font-size: 20px;
  }
}
.expertcontent h3 span {
  color: #1E1E1E;
  font-size: 16px;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .expertcontent h3 span {
    font-size: 13px;
  }
}
.expertcontent p {
  font-size: 18px;
  color: #1E1E1E;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .expertcontent p {
    font-size: 14px;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .expertcontent p {
    font-size: 14px;
    height: 67px;
  }
}
@media screen and (max-width: 767px) {
  .expertcontent .morelinks {
    display: flex;
    align-items: center;
  }
}
.expertcontent a {
  margin-right: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .expertcontent a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .expertcontent a {
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 50%;
    text-align: center;
    margin-right: 10px;
  }
}

.benefits-sec {
  background: transparent linear-gradient(90deg, #394074 0%, #505AA2 100%) 0% 0% no-repeat padding-box;
}
.benefits-sec .smallTopHeading {
  font-size: 38px;
  text-align: left;
}
.benefits-sec .smallTopHeading:after {
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 991px) {
  .benefits-sec .smallTopHeading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-sec .smallTopHeading {
    font-size: 20px;
  }
}

.benefitslist {
  list-style: none;
  padding-right: 5%;
}
@media screen and (max-width: 991px) {
  .benefitslist {
    padding-right: 0;
  }
}
.benefitslist li {
  position: relative;
  padding-left: 60px;
  color: #FFFFFF;
  margin-bottom: 20px;
  background: url("../images/benefiticon.svg") top left no-repeat;
  background-size: 36px;
}
@media screen and (max-width: 1440px) {
  .benefitslist li {
    background-size: 29px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .benefitslist li {
    background-size: 24px;
    padding-left: 40px;
  }
}
.benefitslist li strong {
  font-size: 120%;
}

@media screen and (max-width: 767px) {
  .benefitsimg {
    margin-top: 20px;
  }
}
.benefitsimg img {
  max-width: 100%;
}

.careersecond {
  position: relative;
}
.careersecond .sectionheading {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .careersecond img {
    display: none;
  }
}
.careersecond .c-caption {
  width: 100%;
}

.learning-skills {
  background: transparent linear-gradient(90deg, #394074 0%, #505AA2 100%) 0% 0% no-repeat padding-box;
  text-align: justify;
}
.learning-skills p {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .learning-skills p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .learning-skills p {
    font-size: 14px;
  }
}
.learning-skills p.section-para {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .learning-skills p.section-para {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .learning-skills p.section-para {
    font-size: 18px;
  }
}

.learningimg {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .learningimg {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
  }
}

.life-skills {
  background: #fff;
  text-align: justify;
}
.life-skills .l-slider-content {
  color: #1E1E1E;
  text-align: left;
}
.life-skills .l-slider-content h3 {
  color: #2A56C2;
}
.life-skills .careerslider .carousel-control {
  border-color: #4958BF;
}
.life-skills .careerslider .carousel-control svg {
  fill: #4958BF;
}

.l-slider-content {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-slider-content {
    padding: 15px;
  }
}
.l-slider-content h3 {
  color: #FFCC00;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .l-slider-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-slider-content h3 {
    font-size: 15px;
  }
}
.l-slider-content p {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .l-slider-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-slider-content p {
    font-size: 13px;
  }
}

.careerslider {
  margin-top: 70px;
  position: relative;
}
.careerslider .carousel-control {
  position: absolute;
  top: -55px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .careerslider .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .careerslider .carousel-control {
    display: none;
  }
}
.careerslider .carousel-control svg {
  width: 10px;
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.careerslider .carousel-control.carousel-control-left {
  right: 50px;
}
.careerslider .carousel-control.carousel-control-right {
  right: 0px;
}

.applyresumewraper {
  margin-top: 30px;
}
.applyresumewraper p {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .applyresumewraper p {
    font-size: 15px;
  }
}
.applyresumewraper p small {
  color: #2F296A;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .applyresumewraper p small {
    font-size: 14px;
  }
}

.culturesection {
  background: #F5F5F5;
}
.careerform h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .careerform h3 {
    font-size: 22px;
  }
}
.careerform ul li {
  border-bottom: 1px solid #B8B8B8;
  padding: 20px 0;
}
@media screen and (max-width: 1440px) {
  .careerform ul li {
    padding: 15px 0;
  }
}
.careerform ul li h4 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .careerform ul li h4 {
    font-size: 18px;
  }
}
.careerform ul li h4 span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4958BF;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
}
.careerform ul li h4 span small {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 15px;
  color: #FFFFFF;
}
.careerform ul li h4 span small.plus {
  display: block;
}
.careerform ul li h4 span small.minus {
  display: none;
}
.careerform ul li h4.opened span small.plus {
  display: none;
}
.careerform ul li h4.opened span small.minus {
  display: block;
}
.careerform ul li ul {
  display: none;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .careerform ul li ul {
    padding-top: 15px;
  }
}
.careerform ul li ul li {
  border: none !important;
  padding: 7px 0;
}
.careerform ul li ul li label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}
.careerform ul li ul li label input {
  position: absolute;
  left: -2000px;
}
.careerform ul li ul li label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #B8B8B8;
}
.careerform ul li ul li label span:after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #2F296A;
  border-right: 2px solid #2F296A;
  content: "";
  transform: rotate(45deg);
  display: none;
}
.careerform ul li ul li label input:checked ~ span:after {
  display: block;
}

@media screen and (max-width: 767px) {
  .careerlistwraper {
    margin-top: 30px;
  }
}
.careerlistwraper h4 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .careerlistwraper h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.refinesearch {
  border-bottom: 1px solid #B8B8B8;
}
.refinesearch input {
  padding: 10px 20px 10px 0;
  border: none;
  font-size: 16px;
}
.refinesearch input:hover, .refinesearch input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.refinesearch button {
  background: transparent;
  border: none;
  padding: 10px;
  background: none !important;
}
.refinesearch button:hover, .refinesearch button:focus, .refinesearch button:active {
  background: none;
  outline: none;
  box-shadow: none !important;
}
.refinesearch button svg {
  width: 24px;
  fill: #4958BF;
}

.careersearchlist li {
  padding: 20px 0 10px;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 1440px) {
  .careersearchlist li {
    padding: 15px 0 5px;
  }
}
.careersearchlist h2 {
  font-size: 20px;
  color: #4958BF;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .careersearchlist h2 {
    font-size: 18px;
  }
}
.careersearchlist h2 a {
  color: #4958BF;
}
.careersearchlist h2 span {
  display: block;
  font-size: 16px;
  color: #535356;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 1440px) {
  .careersearchlist h2 span {
    font-size: 14px;
  }
}
.careersearchlist p {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .careersearchlist p {
    font-size: 15px;
  }
}
.careersearchlist p small {
  color: #2F296A;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .careersearchlist p small {
    font-size: 14px;
  }
}

.careerdetalcaption small {
  display: block;
  font-size: 80%;
  margin-bottom: 5px;
}

.career-detail-wraper {
  padding-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .career-detail-wraper {
    margin-bottom: 0;
  }
}
.career-detail-wraper h2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .career-detail-wraper h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.career-detail-wraper p {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .career-detail-wraper p {
    font-size: 14px;
  }
}
.career-detail-wraper ul {
  padding-left: 20px;
}
.career-detail-wraper ul li {
  font-size: 18px;
  margin-bottom: 10px;
  list-style-type: disc;
}
@media screen and (max-width: 1440px) {
  .career-detail-wraper ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

.openapplyform {
  cursor: pointer;
}

.careerpopup, .careerrespopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1440px) {
  .careerpopup, .careerrespopup {
    padding-bottom: 40px;
    align-items: flex-start;
    overflow-x: scroll;
  }
}
.careerpopup .career-formwraper, .careerrespopup .career-formwraper {
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  width: 95%;
  max-width: 700px;
  padding: 15px;
}
@media screen and (max-width: 1440px) {
  .careerpopup .career-formwraper, .careerrespopup .career-formwraper {
    max-width: 600px;
  }
}
.careerpopup .career-formwraper .closecareerpopup, .careerrespopup .career-formwraper .closecareerpopup {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
}
.careerpopup .career-formwraper .closecareerpopup svg, .careerrespopup .career-formwraper .closecareerpopup svg {
  width: 30px;
  fill: #000000;
}
.careerpopup .career-formwraper h2, .careerrespopup .career-formwraper h2 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  padding-bottom: 8px;
  position: relative;
  color: #000000;
}
.careerpopup .career-formwraper h2::after, .careerrespopup .career-formwraper h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #000000;
  content: "";
}
.careerpopup .career-formwraper .wpcf7-form, .careerrespopup .career-formwraper .wpcf7-form {
  margin-top: 40px;
}
.careerpopup .career-formwraper label, .careerrespopup .career-formwraper label {
  font-size: 16px;
  color: #1E1E1E;
  margin: 0;
}
.careerpopup .career-formwraper .wpcf7-response-output, .careerrespopup .career-formwraper .wpcf7-response-output {
  font-size: 14px;
}
.careerpopup .career-formwraper .wpcf7-not-valid-tip, .careerrespopup .career-formwraper .wpcf7-not-valid-tip {
  font-size: 12px;
}
.careerpopup .career-formwraper .form-control, .careerpopup .career-formwraper .form-select, .careerrespopup .career-formwraper .form-control, .careerrespopup .career-formwraper .form-select {
  padding: 0;
  margin: 0 0 10px;
  height: 34px;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 1440px) {
  .careerpopup .career-formwraper .form-control, .careerpopup .career-formwraper .form-select, .careerrespopup .career-formwraper .form-control, .careerrespopup .career-formwraper .form-select {
    font-size: 14px;
  }
}
.careerpopup .career-formwraper .form-control:focus, .careerpopup .career-formwraper .form-select:focus, .careerrespopup .career-formwraper .form-control:focus, .careerrespopup .career-formwraper .form-select:focus {
  outline: none;
  box-shadow: none;
}
.careerpopup .career-formwraper textarea.form-control, .careerrespopup .career-formwraper textarea.form-control {
  height: 75px;
}
.careerpopup .career-formwraper .wpcf7-acceptance label, .careerrespopup .career-formwraper .wpcf7-acceptance label {
  display: flex;
  font-size: 16px;
}
.careerpopup .career-formwraper .wpcf7-acceptance label input, .careerrespopup .career-formwraper .wpcf7-acceptance label input {
  min-width: 25px;
  margin-right: 10px;
  border: 2px solid #535356;
}
.careerpopup .career-formwraper .wpcf7-acceptance label input::after, .careerrespopup .career-formwraper .wpcf7-acceptance label input::after {
  left: 7px;
  top: 3px;
}
.careerpopup .career-formwraper .wpcf7-acceptance label input:focus, .careerrespopup .career-formwraper .wpcf7-acceptance label input:focus {
  outline: none;
  box-shadow: none;
}
.careerpopup .career-formwraper .wpcf7-acceptance label, .careerrespopup .career-formwraper .wpcf7-acceptance label {
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .careerpopup .career-formwraper .wpcf7-acceptance label, .careerrespopup .career-formwraper .wpcf7-acceptance label {
    font-size: 14px;
  }
}
.careerpopup .career-formwraper .wpcf7-acceptance label input, .careerrespopup .career-formwraper .wpcf7-acceptance label input {
  min-width: 25px;
  margin-right: 10px;
  border: 2px solid #535356;
}
.careerpopup .career-formwraper .wpcf7-acceptance label input::after, .careerrespopup .career-formwraper .wpcf7-acceptance label input::after {
  left: 7px;
  top: 3px;
}
.careerpopup .career-formwraper .wpcf7-acceptance label input:focus, .careerrespopup .career-formwraper .wpcf7-acceptance label input:focus {
  outline: none;
  box-shadow: none;
}
.careerpopup.opened, .careerrespopup.opened {
  display: flex;
}

.pagging {
  margin-top: 30px;
}
.pagging .wp-pagenavi a, .pagging .wp-pagenavi span {
  border-color: #000000;
  color: #000000;
}
.pagging .wp-pagenavi a.current, .pagging .wp-pagenavi span.current {
  background: #4958BF;
  color: #FFFFFF;
  border-color: #4958BF;
}

.morecontent {
  display: none;
}

.showmorecontent {
  cursor: pointer;
}

.resume {
  font-size: 13px;
}

.resumetext {
  font-size: 12px;
  margin-bottom: 15px;
}

.careerpopup .wpcf7 form.invalid .wpcf7-response-output, .careerpopup .wpcf7 form.unaccepted .wpcf7-response-output, .careerpopup .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0 !important;
  font-size: 13px !important;
}

.contactbanner {
  background: transparent linear-gradient(180deg, #221E51 0%, #2F296A 100%) 0% 0% no-repeat padding-box;
  height: 550px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .contactbanner {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .contactbanner {
    height: 160px;
  }
}
.contactbanner::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  content: "";
  background: url("../images/contactbannerbg.png") top center repeat;
}

.getintouchwraper {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 60px 50px;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .getintouchwraper {
    padding: 30px 15px;
  }
}
.getintouchwraper.contact-form-wraper {
  margin-top: -400px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .getintouchwraper.contact-form-wraper {
    margin-top: -300px;
  }
}
@media screen and (max-width: 991px) {
  .getintouchwraper.contact-form-wraper {
    margin-top: -80px;
  }
}
.getintouchwraper .wpcf7-form {
  margin-top: 40px;
}
.getintouchwraper label {
  font-size: 16px;
  color: #1E1E1E;
  margin: 0;
}
.getintouchwraper .wpcf7-response-output {
  font-size: 14px;
}
.getintouchwraper .wpcf7-not-valid-tip {
  font-size: 12px;
}
.getintouchwraper .form-control, .getintouchwraper .form-select {
  padding: 0;
  margin: 0 0 10px;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 991px) {
  .getintouchwraper .form-control, .getintouchwraper .form-select {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .getintouchwraper .form-control, .getintouchwraper .form-select {
    font-size: 14px;
  }
}
.getintouchwraper .form-control:focus, .getintouchwraper .form-select:focus {
  outline: none;
  box-shadow: none;
}
.getintouchwraper textarea.form-control {
  height: 75px;
}
.getintouchwraper .wpcf7-acceptance label {
  display: flex;
  font-size: 16px;
}
.getintouchwraper .wpcf7-acceptance label input {
  min-width: 25px;
  margin-right: 10px;
  border: 2px solid #535356;
}
.getintouchwraper .wpcf7-acceptance label input::after {
  left: 7px;
  top: 3px;
}
.getintouchwraper .wpcf7-acceptance label input:focus {
  outline: none;
  box-shadow: none;
}
.getintouchwraper .getintouchsubmit {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .getintouchwraper .getintouchsubmit {
    text-align: center;
    padding-top: 20px;
  }
}
.getintouchwraper .getintouchsubmit .clkbtn {
  width: 150px;
  background: #4958BF !important;
  color: #FFFFFF !important;
}
.getintouchwraper .getintouchsubmit .clkbtn:hover {
  color: #1E1E1E !important;
}
@media screen and (max-width: 1440px) {
  .getintouchwraper .getintouchsubmit .clkbtn {
    width: 120px;
  }
}

.form-check-input:checked {
  background-color: #4958BF;
  border-color: #4958BF;
}

.g-map {
  position: relative;
  padding: 0;
  background: url("../images/mapbg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .g-map {
    display: none;
  }
}
.g-map .contactlocations {
  position: relative;
  z-index: 2;
}
.g-map .contactlocations .sectionheading {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .g-map .contactlocations .sectionheading {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .g-map .contactlocations .sectionheading {
    font-size: 20px;
  }
}
.g-map .contactlocations .contactbox {
  background: #2F296A;
  padding: 40px 20px 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .g-map .contactlocations .contactbox {
    padding: 40px 20px 150px;
  }
}
@media screen and (max-width: 991px) {
  .g-map .contactlocations .contactbox {
    padding: 40px 15px 100px;
  }
}
@media screen and (max-width: 767px) {
  .g-map .contactlocations .contactbox {
    padding: 30px 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.g-map .contactlocations .contactbox .globcontact {
  width: 45%;
  position: absolute;
  bottom: -8px;
  left: -5%;
}
@media screen and (max-width: 767px) {
  .g-map .contactlocations .contactbox .globcontact {
    display: none;
  }
}
.g-map .contactlocations .contactbox .details h3 {
  font-size: 17px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .g-map .contactlocations .contactbox .details h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .g-map .contactlocations .contactbox .details h3 {
    font-size: 14px;
    padding: 15px 0 5px 0;
  }
}
.g-map .contactlocations .contactbox .details li {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: #E5E5E1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .g-map .contactlocations .contactbox .details li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .g-map .contactlocations .contactbox .details li {
    font-size: 12px;
  }
}
.g-map .contactlocations .contactbox .details li svg {
  width: 16px;
  fill: #FFFFFF;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 1440px) {
  .g-map .contactlocations .contactbox .details li svg {
    width: 14px;
    top: 2px;
  }
}
@media screen and (max-width: 991px) {
  .g-map .contactlocations .contactbox .details li svg {
    top: 2px;
  }
}
.g-map .contactlocations .contactbox .details li a {
  color: #FFFFFF;
  position: relative;
}
.g-map .contactlocations .contactbox .details li a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #FFFFFF;
  height: 1px;
  left: 0;
  transition: all 0.2s ease-in-out;
  content: "";
}
.g-map .contactlocations .contactbox .details li a:hover {
  color: #FFFFFF;
}
.g-map .contactlocations .contactbox .details li a:hover:after {
  width: 100%;
}

.lets-build {
  position: relative;
}
.lets-build .letsbuildicon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
}

.casestudywraper {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 60px 50px;
  margin-top: -400px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .casestudywraper {
    margin-top: -300px;
  }
}
@media screen and (max-width: 991px) {
  .casestudywraper {
    margin-top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .casestudywraper {
    padding: 30px 15px;
  }
}
.casestudywraper .smallTopHeading {
  color: #1E1E1E;
}
.casestudywraper .downloadpdf {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}

.oppspage {
  height: 100vh;
  text-align: center;
  position: relative;
  background: transparent linear-gradient(0deg, #365FB5 0%, #0E2965 60%, #0E2965 100%) 0% 0% no-repeat padding-box;
}
.oppspage .oppscontent {
  width: 90%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 1;
  padding-top: 3%;
}
.oppspage .oppscontent h3 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .oppspage .oppscontent h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent h3 {
    font-size: 22px;
  }
}
.oppspage .oppscontent h1 {
  font-size: 250px;
  color: #4958BF;
  font-weight: 700;
  line-height: 230px;
}
@media screen and (max-width: 1440px) {
  .oppspage .oppscontent h1 {
    font-size: 180px;
    line-height: 170px;
  }
}
@media screen and (max-width: 991px) {
  .oppspage .oppscontent h1 {
    font-size: 150px;
    line-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent h1 {
    font-size: 100px;
    line-height: 90px;
  }
}
.oppspage .oppscontent h2 {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .oppspage .oppscontent h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.oppspage .oppscontent p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.oppspage .oppscontent a {
  margin: 0 15px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent a {
    margin: 0 5px;
  }
}
.oppspage .oppscontent a:hover {
  border-color: #4958BF;
}

.sitemapbanner {
  background: transparent linear-gradient(180deg, #221E51 0%, #2F296A 100%) 0% 0% no-repeat padding-box;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sitemapbanner {
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .sitemapbanner {
    height: 150px;
  }
}
.sitemapbanner::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  content: "";
  background: url("../images/contactbannerbg.png") top center repeat;
}
.sitemapbanner .bannercaption {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .sitemapbanner .bannercaption {
    top: 55%;
  }
}
.sitemapbanner .bannercaption h1 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sitemapbanner .bannercaption h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sitemapbanner .bannercaption h1 {
    font-size: 18px;
  }
}
.sitemapbanner .bannercaption h1::after {
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 60px;
  background: #FFFFFF;
  content: "";
  left: 0;
}

.sitemapwraper h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.sitemapwraper ul {
  display: flex;
  flex-wrap: wrap;
}
.sitemapwraper ul li {
  width: calc(25% - 20px);
  margin: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .sitemapwraper ul li {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.sitemapwraper ul li a {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.sitemapwraper ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #2A56C2;
  content: "";
  transition: all 0.2s ease-in-out;
}
.sitemapwraper ul li a:hover {
  color: #2A56C2;
}
.sitemapwraper ul li a:hover:after {
  width: 100%;
}
.sitemapwraper ul li h2 {
  font-size: 16px;
}
.sitemapwraper ul li h2 a {
  color: #000000;
}
.sitemapwraper ul li ul {
  display: block;
  padding-left: 10px;
  margin-bottom: 30px;
}
.sitemapwraper ul li ul li {
  margin: 0 0 10px;
  display: block;
  width: auto;
  position: relative;
}
.sitemapwraper ul li ul li::after {
  position: absolute;
  top: 8px;
  left: -15px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  display: inline-block;
}

.mCustomScrollbar {
  touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
  transition: all 0s ease-in-out;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
@media screen and (max-width: 767px) {
  .mCSB_outside + .mCSB_scrollTools {
    right: -10px;
  }
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
  border-radius: 5px;
  width: 20px;
}
@media screen and (max-width: 1199px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 6px;
  }
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: transparent;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background-color: #cccccc;
  border-radius: 0px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 3px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 3px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #cccccc;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #cccccc;
}/*# sourceMappingURL=stylesheet.css.map */