/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.crossLine {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #000;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
@media (max-width: 575px) {
  .crossLine {
    width: 25px;
    height: 20px;
  }
  .crossLine .line {
    width: 25px;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
body.overflowhidden {
  overflow: hidden;
}

@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1800px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 95%;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 22px;
  line-height: 30px;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.button {
  font-size: 18px;
  line-height: 18px;
  padding: 20px 70px;
  color: #001985;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin-top: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:hover, .button:focus {
  background: #001985;
  color: #fff;
}
@media (max-width: 1199px) {
  .button {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 50px;
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .button {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 40px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 25px;
    margin-top: 25px;
  }
}

.roundedBtn {
  border: 2px solid #001985;
  border-top-right-radius: 15px;
  padding: 10px 50px;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  color: #001985;
  background: transparent;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.roundedBtn:hover {
  background: #001985;
  color: #fff;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionPadding {
  padding: 100px 0;
}
@media (max-width: 1399px) {
  .sectionPadding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.mainHeader {
  background: #e5e9fb;
  padding: 20px 0;
}
.mainHeader .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader .logo .mainLogo {
  position: relative;
  padding-right: 20px;
}
.mainHeader .logo .mainLogo::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0732ef;
  right: 0px;
}
.mainHeader .logo .bridgeLogo {
  padding-left: 20px;
}
.mainHeader .logo .bridgeLogo img {
  max-height: 60px;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 96px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 20px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 15px;
    line-height: 15px;
  }
  .mainHeader header .navbarLink ul li a a::before {
    width: 50px;
    height: 2px;
    background: #001985;
    left: -40px;
    top: 25px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0px;
    margin: 15px 0;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #1740f0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #1740f0;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #000;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
.mainHeader header .navbarLink ul li:last-child a {
  border: 2px solid #001985;
  border-top-right-radius: 15px;
  padding: 16px 49px;
  position: relative;
  color: #001985;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.mainHeader header .navbarLink ul li:last-child a:hover {
  background: #001985;
  color: #fff;
}
.mainHeader header .navbarLink ul li:last-child a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #001985;
  left: -40px;
  top: 25px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li:last-child {
    border: none;
  }
  .mainHeader header .navbarLink ul li:last-child a::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 50px;
  }
  .mainHeader header .navbarLink ul li:last-child a::before {
    width: 40px;
    left: -25px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 18px;
  }
  .mainHeader header .navbarLink ul li:last-child a {
    padding: 15px 15px;
  }
  .mainHeader header .navbarLink ul li:last-child a::before {
    width: 35px;
    left: -25px;
    display: none;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #f1f4ff;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .mainHeader .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .mainHeader .navBlock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mainHeader header .navbarLink ul li {
    margin-left: 50px;
  }
}
@media (max-width: 1399px) {
  .mainHeader .logo .mainLogo {
    max-width: 320px;
  }
  .mainHeader .logo .bridgeLogo img {
    max-height: 45px;
  }
}
@media (max-width: 1199px) {
  .mainHeader {
    padding: 20px 0;
  }
  .mainHeader .logo .mainLogo {
    max-width: 270px;
  }
  .mainHeader .logo .bridgeLogo img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .mainHeader .logo .bridgeLogo {
    padding-left: 15px;
  }
  .mainHeader .logo .bridgeLogo img {
    max-height: 40px;
  }
}
@media (max-width: 575px) {
  .mainHeader .logo .mainLogo {
    max-width: 245px;
    padding-right: 15px;
  }
  .mainHeader .logo .bridgeLogo {
    padding-left: 10px;
  }
  .mainHeader .logo .bridgeLogo img {
    max-height: 35px;
  }
}

.homebanner {
  position: relative;
  background: #f1f4ff;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerText .bannerDesc {
  font-size: 80px;
  line-height: 110px;
  color: #000;
  margin-bottom: 30px;
  font-family: "Faculty Glyphic", serif;
  font-weight: 400;
  margin-top: 95px;
}
.homebanner .bannerText .bannerDesc span {
  color: #0732ef;
}
.homebanner .bannerBox {
  margin-bottom: 95px;
  margin-top: 60px;
}
.homebanner .bannerBox .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homebanner .bannerBox .bannerDetails .bannerLine {
  color: #666666;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0px;
}
.homebanner .bannerBox .bannerDetails .bannerLine span {
  color: #232323;
  font-weight: 500;
}
.homebanner .bannerBox .bannerDetails a {
  border: 2px solid #001985;
  border-top-right-radius: 15px;
  padding: 16px 49px;
  position: relative;
  margin-left: 30px;
}
.homebanner .bannerBox .bannerDetails a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #001985;
  left: -40px;
  top: 25px;
}
@media (max-width: 1399px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 50px;
    line-height: 55px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .homebanner .bannerBox {
    margin-bottom: 65px;
  }
  .homebanner .bannerBox .bannerDetails .bannerLine {
    font-size: 20px;
    line-height: 30px;
  }
  .homebanner .bannerBox .bannerDetails a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .homebanner .bannerBox .bannerDetails a::before {
    width: 50px;
    left: -33px;
  }
  .homebanner .bannerBox .bannerDetails a:hover {
    background: #001985;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 44px;
    line-height: 54px;
    margin-top: 50px;
  }
  .homebanner .bannerBox {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 40px;
    line-height: 45px;
    margin-top: 30px;
  }
  .homebanner .bannerBox {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .homebanner .bannerBox .bannerImage {
    margin-bottom: 25px;
  }
  .homebanner .bannerBox .bannerDetails a {
    padding: 12px 25px;
    margin-top: 25px;
  }
  .homebanner .bannerBox .bannerDetails a::before {
    width: 45px;
    top: 17px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin-top: 35px;
  }
  .homebanner .bannerBox {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .homebanner .bannerBox .bannerDetails a {
    padding: 12px 20px;
  }
  .homebanner .bannerBox .bannerDetails a::before {
    width: 40px;
    left: -30px;
  }
  .homebanner .bannerBox .bannerImage {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
  }
  .homebanner .bannerBox {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .homebanner .bannerBox .bannerImage {
    margin-bottom: 15px;
  }
  .homebanner .bannerBox .bannerDetails .bannerLine {
    font-size: 17px;
    line-height: 22px;
  }
  .homebanner .bannerBox .bannerDetails a {
    margin-top: 20px;
  }
  .homebanner .bannerBox .bannerDetails a::before {
    left: -25px;
  }
}

.innerbanner {
  padding: 80px 0;
  background: #f1f4ff;
}
.innerbanner .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerbanner .innerBox .bannerText {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.innerbanner .innerBox .bannerText h1 {
  font-size: 80px;
  line-height: 110px;
  font-family: "Faculty Glyphic", serif;
}
.innerbanner .innerBox .bannerImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 1399px) {
  .innerbanner {
    padding: 60px 0;
  }
  .innerbanner .innerBox .bannerImg img {
    max-height: 350px;
  }
  .innerbanner .innerBox .bannerText h1 {
    font-size: 60px;
  }
  .innerbanner .currentTittle {
    font-size: 55px !important;
  }
}
@media (max-width: 1199px) {
  .innerbanner .innerBox .bannerImg img {
    max-height: 300px;
  }
  .innerbanner .innerBox .bannerText h1 {
    font-size: 55px;
    line-height: 55px;
  }
  .innerbanner .currentTittle {
    font-size: 50px !important;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .innerbanner .innerBox .bannerImg img {
    max-height: 250px;
  }
  .innerbanner .innerBox .bannerText h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .innerbanner .currentTittle {
    font-size: 40px !important;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .innerbanner {
    padding: 40px 0;
  }
  .innerbanner .innerBox .bannerImg img {
    max-height: 200px;
  }
  .innerbanner .innerBox .bannerText h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .innerbanner .innerBox .bannerText .innerTittle {
    font-size: 35px;
    line-height: 35px;
  }
  .innerbanner .innerBox .currentTittle {
    font-size: 27px !important;
    line-height: 27px !important;
  }
}
@media (max-width: 575px) {
  .innerbanner {
    padding: 40px 0;
  }
  .innerbanner .innerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerbanner .innerBox .bannerImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .innerbanner .innerBox .bannerImg img {
    max-height: 150px;
  }
  .innerbanner .innerBox .bannerText {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .innerbanner .innerBox .bannerText h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .innerbanner .innerBox .bannerText .innerTittle {
    font-size: 25px;
    line-height: 25px;
  }
  .innerbanner .innerBox .currentTittle {
    font-size: 21px !important;
    line-height: 21px !important;
  }
}

.partnerLine {
  margin-bottom: 50px;
  padding-top: 100px;
}
.partnerLine p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 1399px) {
  .partnerLine {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .partnerLine p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .partnerLine {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .partnerLine p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .partnerLine {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .partnerLine p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .partnerLine {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .partnerLine p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .partnerLine {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.buttonSection .sectionHeading {
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
}
.buttonSection .sectionHeading.bgLineBefore span {
  background: #e8ecff;
}
.buttonSection .sectionHeading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.buttonSection .sectionHeading span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .buttonSection .sectionHeading {
    margin-bottom: 35px;
  }
  .buttonSection .sectionHeading span {
    font-size: 20px;
    line-height: 20px;
  }
  .buttonSection .sectionHeading::after {
    top: 8px;
  }
}
@media (max-width: 991px) {
  .buttonSection .sectionHeading {
    margin-bottom: 30px;
  }
  .buttonSection .sectionHeading span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .buttonSection .sectionHeading {
    margin-bottom: 25px;
  }
  .buttonSection .sectionHeading span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .buttonSection .sectionHeading {
    margin-bottom: 20px;
  }
  .buttonSection .sectionHeading span {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .buttonSection .buttonPoint {
    margin-top: 15px;
  }
}

.paddingBottom {
  padding-bottom: 100px;
}
@media (max-width: 1399px) {
  .paddingBottom {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .paddingBottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .paddingBottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .paddingBottom {
    padding-bottom: 30px;
  }
}

.backgroundColor {
  background: #e8ecff;
}
.backgroundColor .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sectionHeading {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 17px;
  font-weight: 400;
  color: #000000;
  font-family: "Faculty Glyphic", serif;
  position: relative;
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .sectionHeading {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399px) {
  .sectionHeading {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .sectionHeading {
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .sectionHeading::before {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .sectionHeading {
    padding-left: 0px;
  }
  .sectionHeading:before {
    width: 30px;
  }
}

.aboutusSec .aboutusContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutusSec .aboutusContent p {
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #000;
  font-family: "Faculty Glyphic", serif;
  text-align: center;
  max-width: 70%;
}
.aboutusSec .aboutimgSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.aboutusSec .uniqueSection {
  position: relative;
  max-width: 1315px;
  margin: 90px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aboutusSec .uniqueSection .leftdiv {
  max-width: 625px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aboutusSec .uniqueSection .leftdiv .sectionHeading {
  position: absolute;
  z-index: 2;
}
.aboutusSec .uniqueSection .leftdiv .boximg {
  position: relative;
  z-index: 1;
  text-align: right;
}
.aboutusSec .uniqueSection .rightdiv {
  width: calc(100% - 571px);
  position: relative;
  margin-left: -54px;
  margin-top: -60px;
}
.aboutusSec .uniqueSection .rightdiv .linecomman {
  position: relative;
  padding: 0px 0px 30px 155px;
}
.aboutusSec .uniqueSection .rightdiv .linecomman p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #4E4E4E;
  line-height: 26px;
}
.aboutusSec .uniqueSection .rightdiv .linecomman img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.aboutusSec .uniqueSection .rightdiv .linecomman p.titalSub {
  font-size: 26px;
  font-weight: 400;
  color: #232323;
  line-height: 30px;
  padding: 0px 0px 18px 0px;
  margin: 0px;
}
.aboutusSec .uniqueSection .rightdiv .linecomman.line1 img {
  margin-top: 30px;
}
.aboutusSec .uniqueSection .rightdiv .linecomman.line2 {
  margin: 112px 0px 100px 81px;
  padding-left: 120px;
}
.aboutusSec .uniqueSection .rightdiv .linecomman.line2 img {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .aboutusSec .aboutusContent p {
    font-size: 24px;
    line-height: 40px;
    max-width: 90%;
    margin-bottom: 0px;
  }
  .aboutusSec .aboutimgSec img {
    height: 400px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .aboutusSec .uniqueSection .leftdiv {
    width: 42%;
  }
  .aboutusSec .uniqueSection .leftdiv .sectionHeading {
    max-width: 300px;
  }
  .aboutusSec .uniqueSection .leftdiv .sectionHeading br {
    display: none;
  }
  .aboutusSec .uniqueSection .rightdiv {
    width: 58%;
    margin-left: -68px;
    margin-top: -50px;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman.line2 {
    margin: 92px 0px 70px 81px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .aboutusSec .uniqueSection .leftdiv {
    width: 35%;
  }
  .aboutusSec .uniqueSection .leftdiv .boximg img {
    max-width: 198px;
  }
  .aboutusSec .uniqueSection .leftdiv .sectionHeading {
    max-width: 168px;
    line-height: 1.1;
  }
  .aboutusSec .uniqueSection .leftdiv .sectionHeading br {
    display: none;
  }
  .aboutusSec .uniqueSection .rightdiv {
    width: 75%;
    margin-left: -70px;
    margin-top: -50px;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman {
    padding-left: 125px;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman img {
    max-width: 100px;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman.line2 {
    margin: 56px 0px 36px 81px;
    padding-left: 110px;
  }
}
@media (max-width: 767px) {
  .aboutusSec .uniqueSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px 0px 30px 0px;
  }
  .aboutusSec .uniqueSection .leftdiv {
    width: 100%;
    text-align: center;
  }
  .aboutusSec .uniqueSection .leftdiv .sectionHeading {
    position: relative;
    margin: 0px auto 30px auto;
    max-width: 100%;
    line-height: 33px;
    font-size: 23px;
  }
  .aboutusSec .uniqueSection .leftdiv .sectionHeading br {
    display: block;
  }
  .aboutusSec .uniqueSection .leftdiv .boximg {
    display: none;
  }
  .aboutusSec .uniqueSection .rightdiv {
    width: 100%;
    margin: 0px;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman {
    padding: 0px;
    text-align: center;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman p {
    font-size: 16px;
    line-height: 20px;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman p.titalSub {
    font-size: 22px;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman img {
    display: none;
  }
  .aboutusSec .uniqueSection .rightdiv .linecomman.line2 {
    margin: 20px 0px;
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .aboutusSec .aboutusContent p {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 0px;
  }
  .aboutusSec .aboutimgSec {
    margin-top: 40px;
  }
  .aboutusSec .aboutimgSec img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .aboutusSec .aboutusContent p {
    font-size: 18px;
    line-height: 28px;
  }
  .aboutusSec .aboutimgSec {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .aboutusSec .aboutusContent p {
    font-size: 15px;
    line-height: 25px;
  }
  .aboutusSec .aboutimgSec {
    margin-top: 25px;
  }
  .aboutusSec .aboutimgSec img {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .aboutusSec .aboutusContent p {
    font-size: 13px;
    line-height: 22px;
    max-width: 100%;
  }
  .aboutusSec .aboutimgSec {
    margin-top: 20px;
  }
  .aboutusSec .aboutimgSec img {
    height: 200px;
  }
}

.serviceSec .serviceBox {
  background: #e8ecff;
  border-radius: 30px;
  padding: 120px;
  position: relative;
}
.serviceSec .serviceBox .sectionHeading {
  text-align: center;
  padding-left: 0px;
}
.serviceSec .serviceBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 50px;
}
.serviceSec .serviceBox ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
  padding: 0 20px;
}
.serviceSec .serviceBox ul li .serviceDetails .serviceTittle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 30px;
  font-family: "Faculty Glyphic", serif;
  margin-bottom: 20px;
}
.serviceSec .serviceBox ul li .serviceDetails p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #4e4e4e;
  font-family: "Jost", sans-serif;
  margin-bottom: 0px;
}
.serviceSec .serviceBox::before {
  position: absolute;
  content: "";
  background: url(../images/vector_1.png) no-repeat;
  width: 100%;
  width: 156px;
  height: 211px;
  right: 0px;
  top: 0px;
  background-size: contain;
}
.serviceSec .serviceBox::after {
  position: absolute;
  content: "";
  background: url(../images/vector_2.png) no-repeat;
  width: 100%;
  width: 160px;
  height: 211px;
  left: 0px;
  bottom: 0px;
  background-size: contain;
}
@media (max-width: 1399px) {
  .serviceSec .serviceBox {
    padding: 70px;
  }
  .serviceSec .serviceBox ul {
    margin-top: 40px;
  }
  .serviceSec .serviceBox ul li {
    padding: 0 10px;
  }
  .serviceSec .serviceBox ul li .serviceImg img {
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .serviceSec .serviceBox ul li .serviceDetails .serviceTittle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .serviceSec .serviceBox ul li .serviceDetails p {
    font-size: 18px;
    line-height: 25px;
  }
  .serviceSec .serviceBox::after {
    height: 150px;
  }
  .serviceSec .serviceBox::before {
    width: 105px;
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .serviceSec .serviceBox {
    padding: 60px;
  }
  .serviceSec .serviceBox ul {
    margin-top: 30px;
  }
  .serviceSec .serviceBox ul li .serviceImg img {
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .serviceSec .serviceBox ul li .serviceDetails .serviceTittle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .serviceSec .serviceBox ul li .serviceDetails p {
    font-size: 16px;
    line-height: 25px;
  }
  .serviceSec .serviceBox::after {
    height: 130px;
    width: 105px;
  }
  .serviceSec .serviceBox::before {
    width: 105px;
    height: 130px;
  }
}
@media (max-width: 991px) {
  .serviceSec .serviceBox {
    padding: 40px;
  }
  .serviceSec .serviceBox .sectionHeading {
    font-size: 20px;
    line-height: 20px;
  }
  .serviceSec .serviceBox ul {
    margin-top: 30px;
  }
  .serviceSec .serviceBox ul li .serviceImg img {
    height: 45px;
  }
  .serviceSec .serviceBox ul li .serviceDetails {
    position: relative;
    z-index: 1;
  }
  .serviceSec .serviceBox ul li .serviceDetails .serviceTittle {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .serviceSec .serviceBox ul li .serviceDetails p {
    font-size: 14px;
    line-height: 22px;
  }
  .serviceSec .serviceBox::after {
    height: 130px;
    width: 105px;
  }
  .serviceSec .serviceBox::before {
    width: 105px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .serviceSec .serviceBox {
    padding: 40px;
  }
  .serviceSec .serviceBox .sectionHeading {
    font-size: 22px;
    line-height: 22px;
  }
  .serviceSec .serviceBox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .serviceSec .serviceBox ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .serviceSec .serviceBox ul li .serviceImg img {
    height: 45px;
    padding-right: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .serviceSec .serviceBox ul li .serviceDetails .serviceTittle {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .serviceSec .serviceBox ul li .serviceDetails p {
    font-size: 14px;
    line-height: 22px;
  }
  .serviceSec .serviceBox::after {
    height: 100px;
    width: 105px;
  }
  .serviceSec .serviceBox::before {
    width: 70px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .serviceSec .serviceBox .sectionHeading {
    font-size: 18px;
    line-height: 18px;
  }
  .serviceSec .serviceBox ul li .serviceDetails .serviceTittle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.progressSec .progressBox p {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}
.progressSec .countBox ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.progressSec .countBox ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.progressSec .countBox ul li .number {
  font-size: 80px;
  line-height: 80px;
  font-family: "Faculty Glyphic", serif;
}
.progressSec .countBox ul li span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}
.progressSec .countBox ul li p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-top: 20px;
}
.progressSec .progressDetails p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #232323;
}
.progressSec .progressDetails .progressLine {
  font-size: 20px;
  line-height: 26px;
  color: #232323;
  font-weight: 400;
}
.progressSec .progressDetails a {
  border: 2px solid #001985;
  border-top-right-radius: 15px;
  padding: 16px 49px;
  position: relative;
  margin-left: 30px;
}
.progressSec .progressDetails a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #001985;
  left: -40px;
  top: 25px;
}
@media (max-width: 1399px) {
  .progressSec .progressBox p {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .progressSec .countBox ul {
    margin-top: 45px;
  }
  .progressSec .countBox ul li span {
    font-size: 70px;
    line-height: 70px;
  }
  .progressSec .countBox ul li p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .progressSec .progressDetails p {
    font-size: 22px;
    line-height: 30px;
  }
  .progressSec .progressDetails a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .progressSec .progressDetails a::before {
    width: 50px;
    left: -33px;
  }
}
@media (max-width: 1199px) {
  .progressSec .progressBox p {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 0px;
  }
  .progressSec .countBox ul {
    margin-top: 40px;
  }
  .progressSec .countBox ul li span {
    font-size: 60px;
    line-height: 60px;
  }
  .progressSec .countBox ul li p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .progressSec .progressDetails p {
    font-size: 20px;
    line-height: 28px;
  }
  .progressSec .progressDetails a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .progressSec .progressDetails a::before {
    width: 50px;
    left: -33px;
  }
  .progressSec .progressDetails .progressLine {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .progressSec .progressBox p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .progressSec .countBox ul {
    margin-top: 30px;
  }
  .progressSec .countBox ul li span {
    font-size: 40px;
    line-height: 40px;
  }
  .progressSec .countBox ul li p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .progressSec .progressDetails p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .progressSec .progressDetails a {
    padding: 15px 20px;
    margin-top: 25px;
  }
  .progressSec .progressDetails a::before {
    width: 40px;
    left: -30px;
  }
  .progressSec .progressDetails .progressLine {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .progressSec .progressBox p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .progressSec .countBox ul {
    margin-top: 20px;
  }
  .progressSec .countBox ul li span {
    font-size: 35px;
    line-height: 35px;
  }
  .progressSec .countBox ul li p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .progressSec .progressDetails p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .progressSec .progressDetails a {
    padding: 12px 20px;
    margin-top: 25px;
  }
  .progressSec .progressDetails a::before {
    width: 40px;
    left: -30px;
    top: 18px;
  }
  .progressSec .progressDetails .progressLine {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}

.innerServicesec .serviceBox {
  padding: 0px;
}
.innerServicesec .serviceBox::before {
  display: none;
}
.innerServicesec .serviceBox::after {
  display: none;
}
.innerServicesec .serviceBox .sectionHeading {
  margin-bottom: 0px;
}
.innerServicesec .serviceTagline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  max-width: 65%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  font-family: "Jost", sans-serif;
}
.innerServicesec .colorChange {
  background: transparent;
}
@media (max-width: 1399px) {
  .innerServicesec .serviceTagline {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  .innerServicesec .serviceTagline {
    max-width: 70%;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .innerServicesec .serviceTagline {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .innerServicesec .serviceBox ul {
    margin-top: 15px;
  }
  .innerServicesec .serviceTagline {
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.focusSection {
  position: relative;
}
.focusSection::before {
  position: absolute;
  content: "";
  background: #e8ecff;
  height: 532px;
  width: 100%;
  z-index: -1;
}
.focusSection .focusBox {
  padding-top: 100px;
}
.focusSection .focusBox .sectionHeading {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0px;
}
.focusSection .focusBox p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #000;
  max-width: 40%;
  margin: auto;
}
.focusSection .imageSection .imageBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 50px;
}
.focusSection .imageSection .imageBox ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 100%;
  padding: 0 15px;
}
.focusSection .imageSection .imageBox ul li p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #232323;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .focusSection::before {
    height: 400px;
  }
  .focusSection .focusBox {
    padding-top: 70px;
  }
  .focusSection .focusBox .sectionHeading {
    margin-bottom: 25px;
  }
  .focusSection .focusBox p {
    max-width: 60%;
  }
  .focusSection .imageSection .imageBox ul {
    margin-top: 30px;
  }
  .focusSection .imageSection .imageBox ul li {
    padding: 0 10px;
  }
  .focusSection .imageSection .imageBox ul li p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .focusSection {
    padding-top: 55px;
  }
  .focusSection .focusBox .sectionHeading {
    font-size: 25px;
    line-height: 25px;
  }
  .focusSection .focusBox p {
    max-width: 65%;
  }
  .focusSection .imageSection .imageBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  .focusSection .imageSection .imageBox ul li p {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (max-width: 991px) {
  .focusSection::before {
    height: 230px;
  }
  .focusSection .focusBox {
    padding-top: 50px;
  }
  .focusSection .focusBox .sectionHeading {
    padding-left: 0px;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .focusSection .focusBox p {
    max-width: 80%;
    font-size: 18px;
    line-height: 22px;
  }
  .focusSection .imageSection .imageBox ul {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .focusSection .imageSection .imageBox ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .focusSection .imageSection .imageBox ul li img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .focusSection .imageSection .imageBox ul li p {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .focusSection::before {
    height: 250px;
  }
  .focusSection .focusBox {
    padding-top: 40px;
  }
  .focusSection .focusBox .sectionHeading {
    padding-left: 0px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .focusSection .focusBox p {
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
    margin-bottom: 15px;
  }
  .focusSection .imageSection .imageBox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
  .focusSection .imageSection .imageBox ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .focusSection .imageSection .imageBox ul li img {
    height: 230px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .focusSection .imageSection .imageBox ul li p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .focusSection::before {
    height: 200px;
  }
  .focusSection .focusBox {
    padding-top: 30px;
  }
  .focusSection .focusBox .sectionHeading {
    padding-left: 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .focusSection .focusBox p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .focusSection .imageSection .imageBox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
  }
  .focusSection .imageSection .imageBox ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 350px;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .focusSection .imageSection .imageBox ul li img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 8px;
  }
  .focusSection .imageSection .imageBox ul li p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 18px;
  }
}

.innerfocussec .focusBox p {
  max-width: 45%;
  margin: auto;
  margin-bottom: 50px;
}
.innerfocussec .focusBox .sectionHeading {
  margin-bottom: 40px;
}
.innerfocussec .imageSection .imageBox ul li .focusLine {
  font-size: 20px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.innerfocussec .imageSection .imageBox ul li p {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .innerfocussec .focusBox p {
    max-width: 60%;
    margin-bottom: 35px;
  }
  .innerfocussec .focusBox .sectionHeading {
    margin-bottom: 25px;
  }
  .innerfocussec .imageSection .imageBox ul li .focusLine {
    font-size: 16px;
    line-height: 22px;
  }
  .innerfocussec .imageSection .imageBox ul li p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .innerfocussec {
    padding-top: 0px;
  }
  .innerfocussec .focusBox p {
    max-width: 66%;
    margin-bottom: 30px;
  }
  .innerfocussec .imageSection .imageBox ul li .focusLine {
    font-size: 15px;
    line-height: 20px;
  }
  .innerfocussec .imageSection .imageBox ul li p {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .innerfocussec .focusBox p {
    max-width: 80%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .innerfocussec .focusBox p {
    max-width: 95%;
    margin-bottom: 15px;
  }
  .innerfocussec .focusBox .sectionHeading {
    margin-bottom: 20px;
  }
  .innerfocussec .imageSection .imageBox ul li .focusLine {
    font-size: 13px;
    line-height: 20px;
  }
  .innerfocussec .imageSection .imageBox ul li p {
    margin-bottom: 10px;
  }
}

.buttonSection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.buttonSection ul li {
  margin-right: 70px;
  margin-bottom: 50px;
}
.buttonSection ul li .nav-link {
  border: 1px solid #001985;
  margin-top: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 0px;
  padding: 23px 43px;
  color: #001985;
}
.buttonSection ul li .nav-link:hover {
  background: #001985;
  color: #fff;
}
.buttonSection ul li .nav-link.active {
  background-color: #001985;
}
.buttonSection .buttonPoint .serviceTittle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #232323;
}
.buttonSection .buttonPoint p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #4e4e4e;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .buttonSection ul {
    margin-bottom: 0px !important;
  }
  .buttonSection ul li {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .buttonSection ul li .nav-link {
    font-size: 22px;
    line-height: 22px;
    padding: 20px 35px;
  }
  .buttonSection .buttonPoint p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .buttonSection .buttonPoint .serviceTittle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .buttonSection ul {
    margin-bottom: 0px !important;
  }
  .buttonSection ul li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .buttonSection ul li .nav-link {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 30px;
  }
  .buttonSection .buttonPoint p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .buttonSection .buttonPoint .serviceTittle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .buttonSection ul {
    margin-bottom: 0px !important;
  }
  .buttonSection ul li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .buttonSection ul li .nav-link {
    font-size: 15px;
    line-height: 15px;
    padding: 15px 20px;
  }
  .buttonSection .buttonPoint p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .buttonSection .buttonPoint .serviceTittle {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .buttonSection .serviceImg {
    margin-bottom: 10px;
  }
  .buttonSection .serviceImg img {
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .buttonSection ul {
    margin-bottom: 0px !important;
  }
  .buttonSection ul li {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .buttonSection ul li .nav-link {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 15px;
  }
  .buttonSection .buttonPoint p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .buttonSection .buttonPoint .serviceTittle {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .buttonSection .serviceImg {
    margin-bottom: 10px;
  }
  .buttonSection .serviceImg img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .buttonSection ul {
    margin-bottom: 0px !important;
  }
  .buttonSection ul li {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .buttonSection ul li .nav-link {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 12px;
  }
  .buttonSection .buttonPoint s .jobBlock {
    margin-bottom: 15px;
  }
  .buttonSection .buttonPoint p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .buttonSection .buttonPoint .serviceTittle {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
    font-weight: 500;
  }
}

.partnerSec {
  background: #f3f5ff;
}
.partnerSec .sectionHeading {
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
}
.partnerSec .sectionHeading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.partnerSec .sectionHeading span {
  background: #f3f5ff;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  z-index: 1;
}
.partnerSec .clientImg {
  padding: 0 20px;
}
@media (max-width: 1399px) {
  .partnerSec .sectionHeading {
    margin-bottom: 40px;
  }
  .partnerSec .partnerslider .clientImg img {
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .partnerSec .sectionHeading {
    margin-bottom: 40px;
  }
  .partnerSec .sectionHeading span {
    font-size: 20px;
    line-height: 20px;
  }
  .partnerSec .partnerslider .clientImg img {
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .partnerSec .sectionHeading {
    margin-bottom: 30px;
  }
  .partnerSec .sectionHeading span {
    font-size: 18px;
    line-height: 18px;
  }
  .partnerSec .partnerslider .clientImg img {
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .partnerSec .partnerslider .clientImg img {
    height: 35px;
  }
}

.testimonialSec .sectionHeading {
  font-size: 30px;
  line-height: 30px;
}
.testimonialSec .testimonialslider .slick-prev:before, .testimonialSec .testimonialslider .slick-next:before {
  opacity: 1;
}
.testimonialSec .testimonialslider .productImg img {
  margin-bottom: 30px;
}
.testimonialSec .testimonialslider .productImg p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.testimonialSec .testimonialslider .productImg .customerName {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  color: #232323;
  font-family: "Jost", sans-serif;
}
.testimonialSec .testimonialslider .productImg .customerTag {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #232323;
  font-family: "Jost", sans-serif;
}
.testimonialSec .testimonialslider .slick-prev {
  width: 52px;
  height: 52px;
  color: black;
  z-index: 1;
  border-radius: 50%;
  left: 0;
  top: inherit;
  bottom: -50px;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
  border: 1px solid #001985;
}
.testimonialSec .testimonialslider .slick-prev::before {
  content: "";
  position: absolute;
  background: url(../images/left.png) no-repeat;
  height: 24px;
  width: 25px;
  left: 10px;
  top: 15px;
  background-size: contain;
}
.testimonialSec .testimonialslider .slick-next {
  width: 52px;
  height: 52px;
  color: black;
  z-index: 1;
  border-radius: 50%;
  left: 75px;
  top: inherit;
  bottom: -50px;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
  border: 1px solid #001985;
}
.testimonialSec .testimonialslider .slick-next::after {
  content: "";
  position: absolute;
  background: url(../images/right.png) no-repeat;
  height: 24px;
  width: 25px;
  left: 10px;
  top: 15px;
  background-size: contain;
}
@media (max-width: 1399px) {
  .testimonialSec .testimonialslider .productImg img {
    height: 70px;
    margin-bottom: 20px;
  }
  .testimonialSec .testimonialslider .productImg p {
    font-size: 22px;
    line-height: 30px;
  }
  .testimonialSec .testimonialslider .productImg .customerName {
    font-size: 20px;
    line-height: 20px;
  }
  .testimonialSec .testimonialslider .productImg .customerTag {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1399px) {
  .testimonialSec .testimonialslider .productImg img {
    height: 60px;
    margin-bottom: 20px;
  }
  .testimonialSec .testimonialslider .productImg p {
    font-size: 22px;
    line-height: 30px;
  }
  .testimonialSec .testimonialslider .productImg .customerName {
    font-size: 20px;
    line-height: 20px;
  }
  .testimonialSec .testimonialslider .productImg .customerTag {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .testimonialSec .testimonialslider .productImg img {
    height: 50px;
    margin-bottom: 15px;
  }
  .testimonialSec .testimonialslider .productImg p {
    font-size: 20px;
    line-height: 28px;
  }
  .testimonialSec .testimonialslider .productImg .customerName {
    font-size: 18px;
    line-height: 18px;
  }
  .testimonialSec .testimonialslider .productImg .customerTag {
    font-size: 14px;
    line-height: 14px;
  }
  .testimonialSec .testimonialslider .slick-next {
    left: 5%;
  }
  .testimonialSec .testimonialslider .slick-next::after {
    height: 16px;
  }
  .testimonialSec .productImage {
    margin-top: 50px;
  }
  .testimonialSec .productImage img {
    height: 400px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .testimonialSec .testimonialslider .productImg img {
    height: 50px;
    margin-bottom: 15px;
  }
  .testimonialSec .testimonialslider .productImg p {
    font-size: 20px;
    line-height: 28px;
  }
  .testimonialSec .testimonialslider .productImg .customerName {
    font-size: 18px;
    line-height: 18px;
  }
  .testimonialSec .testimonialslider .productImg .customerTag {
    font-size: 14px;
    line-height: 14px;
  }
  .testimonialSec .testimonialslider .slick-next, .testimonialSec .testimonialslider .slick-prev {
    width: 35px;
    height: 35px;
  }
  .testimonialSec .testimonialslider .slick-next {
    left: 40px;
  }
  .testimonialSec .testimonialslider .slick-next::after {
    height: 16px;
    top: 10px;
  }
  .testimonialSec .testimonialslider .slick-prev::before {
    height: 16px;
    top: 10px;
  }
  .testimonialSec .productImage {
    margin-top: 50px;
  }
  .testimonialSec .productImage img {
    height: 350px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 575px) {
  .testimonialSec .sectionHeading {
    margin-bottom: 30px;
  }
  .testimonialSec .testimonialslider .productImg img {
    height: 40px;
    margin-bottom: 15px;
  }
  .testimonialSec .testimonialslider .productImg p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .testimonialSec .testimonialslider .productImg .customerName {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .testimonialSec .testimonialslider .productImg .customerTag {
    font-size: 13px;
    line-height: 13px;
  }
  .testimonialSec .testimonialslider .slick-next {
    width: 35px;
    height: 35px;
    left: 15%;
  }
  .testimonialSec .testimonialslider .slick-next::after {
    height: 15px;
    top: 8px;
    left: 7px;
  }
  .testimonialSec .testimonialslider .slick-prev {
    width: 35px;
    height: 35px;
  }
  .testimonialSec .testimonialslider .slick-prev::before {
    height: 15px;
    top: 8px;
    left: 7px;
  }
  .testimonialSec .productImage {
    margin-top: 50px;
  }
  .testimonialSec .productImage img {
    height: 350px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .testimonialSec .productImage img {
    height: 200px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.visonSection .sectionHeading {
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
}
.visonSection p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 0px;
}
@media (max-width: 1399px) {
  .visonSection .sectionHeading {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .visonSection .sectionHeading {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .visonSection p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .visonSection .sectionHeading {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .visonSection p {
    margin-bottom: 20px;
  }
  .visonSection .marginClass {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .visonSection .ourGoal {
    margin-bottom: 20px;
  }
  .visonSection .sectionHeading {
    font-size: 40px;
    line-height: 40px;
  }
  .visonSection p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .visonSection .sectionHeading {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .visonSection p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.teamSection {
  background-color: #e8ecff;
}
.teamSection .sectionHeading {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  text-align: start !important;
}
.teamSection .marginClass {
  margin-bottom: 50px;
}
.teamSection .teamBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teamSection .teamBox .teamImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 100%;
  border-right: 1px solid #6271b0;
  padding-right: 22px;
}
.teamSection .teamBox .teamInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.teamSection .teamBox .teamInfo p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
.teamSection .teamBox .teamInfo p span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: "Jost", sans-serif;
}
.teamSection .teamBox .teamContent {
  padding-left: 28px;
}
.teamSection .teamBox .teamContent p {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .teamSection {
    padding: 80px 0px;
  }
  .teamSection .sectionHeading {
    font-size: 34px;
    line-height: 34px;
  }
  .teamSection .teamBox .teamImage img {
    max-height: 120px;
  }
  .teamSection .teamBox .teamInfo {
    margin-top: 15px;
  }
  .teamSection .teamBox .teamInfo p {
    font-size: 25px;
    line-height: 25px;
  }
  .teamSection .teamBox .teamContent p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .teamSection .marginClass {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .teamSection {
    padding: 70px 0px;
  }
  .teamSection .sectionHeading {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .teamSection {
    padding: 60px 0px;
  }
  .teamSection .sectionHeading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .teamSection .marginClass {
    margin-bottom: 30px;
  }
  .teamSection .teamBox .teamInfo p {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 22px;
  }
  .teamSection .teamBox .teamInfo p span {
    font-size: 16px;
    line-height: 16px;
  }
  .teamSection .teamBox .teamContent p {
    margin-bottom: 5px;
  }
  .teamSection .teamBox .teamContent {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .teamSection {
    padding: 50px 0px;
  }
  .teamSection .sectionHeading {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }
  .teamSection .teamBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teamSection .teamBox .teamImage {
    border: none;
  }
  .teamSection .teamBox .teamImage {
    margin-bottom: 10px;
  }
  .teamSection .teamBox .teamImage img {
    max-height: 100px;
  }
  .teamSection .teamBox .teamContent {
    padding-left: 0px;
  }
  .teamSection .teamBox .teamInfo {
    margin-top: 10px;
  }
  .teamSection .teamBox .teamInfo p {
    font-size: 22px;
    line-height: 22px;
  }
  .teamSection .teamBox .teamInfo p span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .teamSection {
    padding: 40px 0px;
  }
  .teamSection .sectionHeading {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 23px;
  }
  .teamSection .teamBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teamSection .teamBox .teamImage {
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .teamSection .teamBox .teamImage {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .teamSection .teamBox .teamImage img {
    max-height: 90px;
  }
  .teamSection .teamBox .teamContent {
    padding-left: 0px;
  }
  .teamSection .teamBox .teamInfo {
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .teamSection .teamBox .teamInfo p {
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
  }
  .teamSection .teamBox .teamInfo p span {
    font-size: 16px;
    line-height: 16px;
  }
  .teamSection .marginClass {
    margin-bottom: 15px;
  }
}

.contactSection .sectionHeading {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}
.contactSection p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.contactSection .contactImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 50px;
}
.contactSection .contactImg p {
  padding-left: 20px;
  margin-bottom: 0px;
}
.contactSection .contactImg a {
  padding-left: 20px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  color: #000000;
  border: none;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.contactSection .contactImg a:hover {
  color: #001985;
}
.contactSection .contactForm {
  background-color: #ebefff;
  padding: 100px 73px;
}
.contactSection .contactForm .roundedBtn {
  margin-top: 30px;
}
.contactSection .contactForm .form-group {
  margin-bottom: 40px;
}
.contactSection .contactForm .form-group .form-control {
  background-color: #ebefff;
  color: #666666;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 13px 20px;
  border-radius: 0px;
  font-family: "Jost", sans-serif;
}
.contactSection .contactForm .form-group label {
  margin-bottom: 10px;
}
.contactSection .knowbtn a {
  border: 2px solid #001985;
  border-top-right-radius: 15px;
  padding: 16px 49px;
  position: relative;
  margin-left: 30px;
}
.contactSection .knowbtn a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #001985;
  left: -40px;
  top: 25px;
}
@media (max-width: 1399px) {
  .contactSection .sectionHeading {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .contactSection p {
    font-size: 20px;
    line-height: 25px;
  }
  .contactSection .contactImg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contactSection .contactImg img {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contactSection .contactImg a {
    padding-left: 20px;
    font-size: 22px;
    line-height: 28px;
  }
  .contactSection .contactImg:last-child img {
    height: 25px;
  }
  .contactSection .contactForm {
    padding: 70px 50px;
  }
  .contactSection .contactForm .form-group {
    margin-bottom: 20px;
  }
  .contactSection .contactForm .form-group:last-child {
    margin-bottom: 0px;
  }
  .contactSection .knowbtn a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .contactSection .knowbtn a::before {
    width: 50px;
    left: -33px;
  }
}
@media (max-width: 1199px) {
  .contactSection .sectionHeading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .contactSection p {
    font-size: 18px;
    line-height: 22px;
  }
  .contactSection .contactImg img {
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contactSection .contactImg a {
    font-size: 18px;
    line-height: 22px;
    padding-left: 15px;
  }
  .contactSection .contactForm {
    padding: 50px 40px;
  }
  .contactSection .contactForm .form-group {
    margin-bottom: 15px;
  }
  .contactSection .contactForm .form-group .form-control {
    font-size: 18px;
    line-height: 18px;
    padding: 13px 13px;
    height: 45px;
  }
  .contactSection .knowbtn a {
    padding: 10px 25px;
  }
  .contactSection .knowbtn a::before {
    top: 20px;
  }
}
@media (max-width: 991px) {
  .contactSection .sectionHeading {
    font-size: 25px;
    line-height: 25px;
  }
  .contactSection .contactImg {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .contactSection .contactImg img {
    height: 22px;
  }
  .contactSection .contactImg a {
    font-size: 16px;
    line-height: 20px;
  }
  .contactSection .contactImg:last-child img {
    height: 20px;
  }
  .contactSection .contactForm {
    padding: 40px 40px;
  }
  .contactSection .contactForm .form-group {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contactSection .contactForm {
    padding: 30px 30px;
  }
  .contactSection .contactForm .form-group label {
    margin-bottom: 5px;
  }
  .contactSection .contactForm .form-group .form-control {
    font-size: 15px;
    line-height: 15px;
  }
  .contactSection .contactImg {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .contactSection .contactImg img {
    height: 20px;
  }
  .contactSection .contactImg a {
    padding-right: 10px;
    font-size: 15px;
  }
  .contactSection .contactImg:last-child img {
    height: 18px;
  }
  .contactSection p {
    font-size: 16px;
    line-height: 20px;
  }
}

.careerAccordian {
  margin-top: 0px !important;
}
.careerAccordian .accordion {
  margin-top: 0px !important;
}
.careerAccordian .accordion .accordion-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.careerAccordian .accordion .accordion-item button {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  padding-top: 40px;
  background: transparent;
  color: #000;
  position: relative;
  padding-bottom: 40px;
}
.careerAccordian .accordion .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.careerAccordian .accordion .accordion-item button::after {
  content: "";
  position: absolute;
  background: url(../images/accordimg_1.png) no-repeat;
  height: 35px;
  width: 35px;
  background-size: 30px;
  left: 0;
  right: 0;
}
.careerAccordian .accordion .accordion-item button:not(.collapsed)::after {
  background: url(../images/accordimg_2.png) no-repeat;
  background-size: 30px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.careerAccordian .accordion .accordion-item .accordion-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.careerAccordian .accordion .accordion-item .accordion-body ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.careerAccordian .accordion .accordion-item .accordion-body ul li p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.careerAccordian .accordion .accordion-item .accordion-body ul li p span {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 10px;
  font-family: "Jost", sans-serif;
}
.careerAccordian .accordion .accordion-item .accordion-body .jobTittle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.careerAccordian .accordion .accordion-item .accordion-body p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.careerAccordian .accordion .accordion-item .accordion-body a {
  border: 2px solid #001985;
  border-top-right-radius: 15px;
  padding: 16px 49px;
  position: relative;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.careerAccordian .accordion .accordion-item .accordion-body a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #001985;
  left: -40px;
  top: 25px;
}
@media (max-width: 1399px) {
  .careerAccordian .accordion .accordion-item button {
    font-size: 32px;
    line-height: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .careerAccordian .accordion .accordion-item button {
    font-size: 30px;
    line-height: 30px;
    padding-top: 30px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 50px;
    left: -33px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 50px;
    left: -33px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p {
    font-size: 18px;
    line-height: 18px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p span {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .careerAccordian .accordion .accordion-item button {
    font-size: 25px;
    line-height: 25px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 45px;
    left: -30px;
    top: 20px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 12px 25px;
    margin-top: 25px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 50px;
    left: -33px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p {
    font-size: 18px;
    line-height: 18px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p span {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .careerAccordian .accordion .accordion-item button {
    font-size: 25px;
    line-height: 25px;
    padding-top: 30px;
    padding-left: 10px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body {
    padding: 10px 15px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 45px;
    left: -30px;
    top: 20px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 12px 25px;
    margin-top: 25px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 50px;
    left: -33px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p {
    font-size: 18px;
    line-height: 18px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body .jobTittle {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .careerAccordian .accordion .accordion-item button {
    font-size: 22px;
    line-height: 22px;
    padding-top: 25px;
    padding-left: 10px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body {
    padding: 10px 15px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 15px 25px;
    margin-top: 35px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 40px;
    left: -25px;
    top: 18px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a {
    padding: 12px 20px;
    margin-top: 25px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body a::before {
    width: 50px;
    left: -33px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p {
    font-size: 18px;
    line-height: 18px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body ul li p span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .careerAccordian .accordion .accordion-item .accordion-body .jobTittle {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.footerSec {
  background: #000723;
  padding-bottom: 0;
}
.footerSec .paddingBottom {
  padding-bottom: 50px;
}
.footerSec .addressBox h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
}
.footerSec .addressBox a {
  border: 2px solid #ffffff;
  border-top-right-radius: 15px;
  padding: 16px 49px;
  position: relative;
  margin-left: 30px;
  color: #fff;
}
.footerSec .addressBox a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #ffffff;
  left: -40px;
  top: 25px;
}
.footerSec .addressBox a:hover {
  border: 2px solid #001985;
  background: #fff;
  color: #001985;
}
.footerSec .usefulPoint .footerTittle {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 45px;
  font-weight: 500;
}
.footerSec .usefulPoint ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerSec .usefulPoint ul li {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.footerSec .usefulPoint ul li a {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #cdcdcd;
  font-family: "Jost", sans-serif;
}
.footerSec .usefulPoint ul li.active a, .footerSec .usefulPoint ul li:hover a {
  color: #7d91e9;
}
.footerSec .footerContact {
  border: 1px solid #666666;
  border-radius: 20px;
  padding: 26px 77px;
}
.footerSec .footerContact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerSec .footerContact ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.footerSec .footerContact ul li p {
  color: #cdcdcd;
  font-size: 22px;
  line-height: 22px;
}
.footerSec .footerContact ul li .footerTag a {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #cdcdcd;
  margin: 0;
}
.footerSec .footerContact ul li .footerTag a:hover {
  color: #7d91e9;
}
.footerSec .footerline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  color: #ffffff;
  padding: 30px 0;
}
.footerSec .footerline ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .footerSec .footerContact ul li .footerTag a {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .footerSec .addressBox h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .footerSec .addressBox a {
    padding: 15px 30px;
    margin-top: 35px;
  }
  .footerSec .addressBox a::before {
    left: -30px;
    width: 50px;
  }
  .footerSec .usefulPoint .footerTittle {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 22px;
  }
  .footerSec .usefulPoint ul li {
    margin-bottom: 25px;
  }
  .footerSec .usefulPoint ul li a {
    font-size: 20px;
    line-height: 20px;
  }
  .footerSec .footerContact {
    padding: 26px 60px;
  }
  .footerSec .footerContact ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
  .footerSec .footerContact ul li .footerImg img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footerSec .footerContact ul li .footerTag a {
    font-size: 30px;
    line-height: 37px;
    color: #cdcdcd;
  }
  .footerSec .footerline ul {
    padding: 25px 0;
  }
}
@media (max-width: 1199px) {
  .footerSec .addressBox h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .footerSec .addressBox a {
    padding: 12px 25px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 15px;
  }
  .footerSec .addressBox a::before {
    width: 45px;
    top: 18px;
  }
  .footerSec .usefulPoint .footerTittle {
    margin-bottom: 20px;
  }
  .footerSec .usefulPoint ul li {
    margin-bottom: 15px;
  }
  .footerSec .usefulPoint ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .footerSec .paddingBottom {
    padding-bottom: 35px;
  }
  .footerSec .footerContact ul li .footerImg img {
    height: 90px;
  }
  .footerSec .footerContact ul li p {
    font-size: 20px;
    line-height: 20px;
  }
  .footerSec .footerContact ul li .footerTag a {
    font-size: 22px;
    line-height: 22px;
  }
  .footerSec .footerline ul {
    padding: 20px 0;
  }
  .footerSec .footerline ul li {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .footerSec .addressBox {
    margin-bottom: 30px;
  }
  .footerSec .addressBox h1 {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 50px;
    max-width: 90%;
  }
  .footerSec .addressBox a {
    margin-left: 0;
    margin-top: 20px;
  }
  .footerSec .usefulPoint .footerTittle {
    margin-bottom: 20px;
    text-align: center;
  }
  .footerSec .usefulPoint ul li {
    text-align: center;
  }
  .footerSec .footerContact {
    padding: 26px 20px;
  }
  .footerSec .footerContact ul li .footerImg img {
    height: 70px;
  }
  .footerSec .footerContact ul li p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .footerSec .footerContact ul li .footerTag a {
    font-size: 20px;
    line-height: 20px;
  }
  .footerSec .footerline ul {
    padding: 15px 0;
  }
  .footerSec .footerline ul li {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .footerSec .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footerSec .container .addressBox {
    text-align: center;
    margin-bottom: 50px;
  }
  .footerSec .container .addressBox h1 {
    font-size: 25px;
    line-height: 45px;
    max-width: 100%;
  }
  .footerSec .container .addressBox a {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 25px;
  }
  .footerSec .container .addressBox a::before {
    max-width: 40px;
  }
  .footerSec .container .footerContact {
    margin-bottom: 30px;
  }
  .footerSec .container .footerContact ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .footerSec .container .footerContact ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 25px;
    text-align: start;
  }
  .footerSec .container .footerContact ul li .footerTag a {
    margin-bottom: 0px;
  }
  .footerSec .container .footerContact ul li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .footerSec .container .footerContact ul li p {
    margin-bottom: 0px;
  }
  .footerSec .container .footerline ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerSec .container .paddingBottom {
    padding-bottom: 0px;
  }
  .footerSec .col-md-1 {
    display: none;
  }
}
@media (max-width: 575px) {
  .footerSec .container .footerContact {
    margin-bottom: 20px;
    padding: 26px 25px;
  }
  .footerSec .container .footerContact ul li .footerTag a {
    font-size: 17px;
    line-height: 20px;
  }
  .footerSec .container .addressBox {
    margin-bottom: 30px;
  }
  .footerSec .container .addressBox h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .footerSec .container .usefulPoint .footerTittle {
    margin-bottom: 15px;
  }
  .footerSec .container .usefulPoint ul li {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footerSec .footerline ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.searchCareer {
  padding-bottom: 50px;
}
.searchCareer .flexSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchCareer .flexSearch li {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
}
.searchCareer .flexSearch li .form-control {
  height: 50px;
  border-radius: 0;
}
.searchCareer .flexSearch li .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.searchCareer .flexSearch li.searchIcon {
  position: relative;
}
.searchCareer .flexSearch li.searchIcon .input-group-addon {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 333;
  color: #B7B7B7;
}
.searchCareer .flexSearch li.searchIcon .form-control {
  padding-left: 40px;
}
.searchCareer .flexSearch li .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
  padding-left: 5px;
}
.searchCareer .flexSearch li .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0px;
  height: 50px;
}
.searchCareer .flexSearch li .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.searchCareer .flexSearch li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.searchCareer .flexSearch li.buttonSearch {
  max-width: 100px;
}
.searchCareer .flexSearch li.buttonSearch .btnSearch {
  background: #001985;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  display: block;
  font-weight: 500;
  border: 1px solid transparent;
  height: 50px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.searchCareer .flexSearch li.buttonSearch .btnSearch:hover {
  border: 1px solid #001985;
  background: transparent;
  color: #001985;
}
@media (max-width: 1199px) {
  .searchCareer {
    padding-bottom: 30px;
  }
  .searchCareer .flexSearch li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .searchCareer .flexSearch li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .searchCareer {
    padding-bottom: 20px;
  }
  .searchCareer .flexSearch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searchCareer .flexSearch li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.modalCareer .dispnon {
  display: none;
}
.modalCareer .error {
  color: red;
  position: absolute;
  top: 100%;
}
.modalCareer select.error.required + .error {
  color: red;
}
.modalCareer .form-group {
  position: relative;
}
.modalCareer .modal-header .btn-close {
  opacity: 1;
}
.modalCareer .roundedBtn {
  margin-bottom: 20px;
}
.modalCareer .modal-dialog {
  max-width: 600px;
}
.modalCareer .modal-content {
  background-color: #EBEFFF;
  border-radius: 0;
}
.modalCareer .form-control {
  height: 50px;
  background: transparent;
  border-radius: 0;
  position: relative;
  margin-bottom: 20px;
}
.modalCareer textarea.form-control {
  height: 70px !important;
}

.problemSolutionSec {
  padding-top: 0px;
}
.problemSolutionSec .problemContent {
  background: #fff;
  padding: 60px 50px;
  -webkit-box-shadow: 0px 10px 20px #ccc;
          box-shadow: 0px 10px 20px #ccc;
  max-width: 700px;
  border-radius: 30px;
  position: relative;
}
.problemSolutionSec .problemContent .problemTitle {
  position: absolute;
  background: #0225C1;
  width: 400px;
  height: 70px;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 30px 30px 0px 0px;
  right: -34%;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1399px) {
  .problemSolutionSec .problemContent .problemTitle {
    width: 300px;
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .problemSolutionSec .problemContent .problemTitle {
    right: -45%;
  }
}
@media (max-width: 991px) {
  .problemSolutionSec .problemContent .problemTitle {
    right: -30%;
  }
}
@media (max-width: 575px) {
  .problemSolutionSec .problemContent .problemTitle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: inherit;
    z-index: 0;
    right: 0;
    left: 0;
    top: -11%;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .problemSolutionSec .problemContent .problemTitle {
    width: 100%;
    border-radius: 0px;
    top: -51px;
  }
}
.problemSolutionSec .problemContent ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.problemSolutionSec .problemContent ul li:last-child {
  margin-bottom: 0px;
}
.problemSolutionSec .problemContent ul li .problemImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.problemSolutionSec .problemContent ul li .problemText {
  padding-left: 30px;
}
.problemSolutionSec .problemContent ul li .problemText span {
  font-size: 24px;
  line-height: 34px;
  font-family: "Faculty Glyphic", serif;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .problemSolutionSec .problemContent ul li .problemText span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .problemSolutionSec .problemContent ul li .problemText span {
    font-size: 18px;
    line-height: 24px;
  }
}
.problemSolutionSec .problemContent ul li .problemText p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  min-height: 78px;
}
@media (max-width: 1399px) {
  .problemSolutionSec .problemContent ul li .problemText p {
    font-size: 16px;
    line-height: 24px;
    min-height: 70px;
  }
}
@media (max-width: 1199px) {
  .problemSolutionSec .problemContent ul li .problemText p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .problemSolutionSec .problemContent ul li .problemText p {
    min-height: 60px;
  }
}
@media (max-width: 1399px) {
  .problemSolutionSec .problemContent ul li .problemText {
    padding-left: 18px;
  }
}
@media (max-width: 1399px) {
  .problemSolutionSec .problemContent ul li {
    margin-bottom: 20px;
  }
}
.problemSolutionSec .problemContent.solutionContent {
  margin-left: auto;
}
.problemSolutionSec .problemContent.solutionContent .problemTitle {
  left: -34%;
  right: inherit;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .problemSolutionSec .problemContent.solutionContent .problemTitle {
    left: -45%;
  }
}
@media (max-width: 991px) {
  .problemSolutionSec .problemContent.solutionContent .problemTitle {
    left: -30%;
  }
}
@media (max-width: 575px) {
  .problemSolutionSec .problemContent.solutionContent .problemTitle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .problemSolutionSec .problemContent.solutionContent {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .problemSolutionSec .problemContent.solutionContent {
    margin-top: 100px;
  }
}
@media (max-width: 1399px) {
  .problemSolutionSec .problemContent {
    padding: 40px;
    max-width: 510px;
  }
}
@media (max-width: 1199px) {
  .problemSolutionSec .problemContent {
    padding: 30px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .problemSolutionSec .problemContent {
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  .problemSolutionSec .problemContent {
    max-width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .problemSolutionSec .problemContent {
    border-radius: 0px;
  }
}

.visionmissionSec {
  padding-top: 0px;
}
.visionmissionSec .visionText .visionTitle {
  font-size: 30px;
  line-height: 30px;
  min-height: 30px;
  color: #000;
  margin-bottom: 30px;
  font-family: "Faculty Glyphic", serif;
}
@media (max-width: 1399px) {
  .visionmissionSec .visionText .visionTitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .visionmissionSec .visionText .visionTitle {
    min-height: auto;
  }
}
.visionmissionSec .visionText .centerText {
  text-align: center;
}
@media (max-width: 991px) {
  .visionmissionSec .visionText .centerText {
    text-align: left;
  }
}
.visionmissionSec .visionText p {
  font-size: 20px;
  line-height: 30px;
  color: #232323;
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
}
.visionmissionSec .visionText p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1740f0;
  left: 0px;
  border-radius: 50px;
  top: 6px;
}
@media (max-width: 1399px) {
  .visionmissionSec .visionText p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .visionmissionSec .visionText p {
    font-size: 14px;
    line-height: 20px;
  }
}
.visionmissionSec .visionText.max310 {
  padding-right: 60px;
  border-right: 3px solid #d9d9d9;
  margin-right: 60px;
}
@media (max-width: 1399px) {
  .visionmissionSec .visionText.max310 {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .visionmissionSec .visionText.max310 {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .visionmissionSec .visionText.max310 {
    margin-bottom: 20px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
}
.visionmissionSec .mrg50 {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .visionmissionSec .mrg50 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .visionmissionSec .mrg50 {
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */