html {
  font-size: 90%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #121212;
  font-size: 1rem;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
}

input {
  outline: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #40403a;
}

select {
  outline: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #40403a;
}

textarea {
  outline: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #40403a;
}

button {
  outline: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #40403a;
}

select {
  outline: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #40403a;
}

textarea {
  outline: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #40403a;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

button {
  outline: none !important;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
  cursor: pointer;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  outline: none !important;
  border: none !important;
  max-width: 100%;
}

a {
  color: #e4130f;
  outline: none !important;
  text-decoration: none !important;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
  overflow-wrap: anywhere;
}

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

label {
  font-size: 1rem;
  font-weight: normal;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 4.2rem;
  font-weight: bold;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: bold;
}

h5 {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.75;
  font-size: 1rem;
}

.close {
  outline: none !important;
  border: none !important;
}

.no_pad {
  padding: 0 !important;
}

.no_marg {
  margin: 0 !important;
}

.input {
  width: 100%;
  padding: 0 20px 0 20px;
  height: 50px;
  border: 2px solid #edeff2;
  background: #edeff2;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.input:focus {
  border: 2px solid #333;
}

.textarea {
  width: 100%;
  padding: 20px;
  height: 190px;
  border: 2px solid #edeff2;
  background: #edeff2;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.textarea:focus {
  border: 2px solid #333;
}

.select {
  width: 100%;
  padding: 0 35px 0 20px;
  height: 50px;
  border: 2px solid #edeff2;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url(../images/select_arrow.png) no-repeat #edeff2;
  background-position: right 20px center;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.select:focus {
  border: 2px solid #333;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-open .modal {
  padding: 0 !important;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh;
  display: flex;
  position: relative;
  padding: 50px 0 50px 0;
  overflow: auto;
  margin: 0;
}

.modal-content {
  border: none;
  border-radius: 0;
  width: 460px;
  max-width: initial;
  box-shadow: 0 19px 50px rgba(0, 0, 0, 0.10);
  border-radius: 0;
  margin: auto;
}

.modal-backdrop {
  display: none;
}

.Pbt150 {
  padding: 150px 0 150px 0;
}

.PT150 {
  padding-top: 150px;
}

.PB150 {
  padding-bottom: 150px;
}

.Pbt100 {
  padding: 100px 0 100px 0;
}

.PT100 {
  padding-top: 100px;
}

.PB100 {
  padding-bottom: 100px;
}

.Pbt70 {
  padding: 70px 0 70px 0;
}

.PT70 {
  padding-top: 70px;
}

.PB70 {
  padding-bottom: 70px;
}

.Pbt80 {
  padding: 80px 0 80px 0;
}

.PT50 {
  padding-top: 50px;
}

.PB50 {
  padding-bottom: 50px;
}

.PT40 {
  padding-top: 40px;
}

.PT30 {
  padding-top: 30px;
}

.PT20 {
  padding-top: 20px;
}

.PC {
  display: block !important;
}

.SP {
  display: none !important;
}

.SP_br {
  display: none !important;
}

.PC_br {
  display: block !important;
}

.primaryHead {
  width: 100%;
}

.primaryHead h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 7em;
  color: #153C78;
}

.primaryHead h3 {
  font-size: 1.2rem;
}

.secondaryHead h2 {
  font-weight: normal;
  font-size: 2.4rem;
  position: relative;
  padding: 0 0 0.5em 0;
  position: relative;
}

.secondaryHead h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: linear-gradient(to right, #0098ba, #153c78, #0098ba);
}

.secondaryHead h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding-top: 1.5em;
  text-transform: uppercase;
}

.blockNo {
  position: absolute;
  top: -10px;
  right: -60px;
}

.blockNo img {
  width: 180px;
  height: 236px;
}

.primaryBtn {
  display: inline-block;
  height: 60px;
  line-height: 3.6em;
  min-width: 280px;
  background: #121212;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 25px;
  font-size: 1.2rem;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.primaryBtn .arr {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: 64px;
  height: 7px;
  fill: none;
  stroke: #00a4dc;
  stroke-width: 2;
  transition: stroke-dashoffset .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.primaryBtn:hover .arr {
  stroke-dashoffset: -207px;
  width: 64px;
  stroke-dasharray: 69px 138px;
}

.secondaryBtn {
  display: inline-block;
  height: 50px;
  background: #AA9F64;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  padding: 0 20px 0 20px;
  min-width: 170px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 3em;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}

.secondaryBtn span {
  position: relative;
  z-index: 1;
  display: block;
}

.secondaryBtn:after {
  content: "";
  width: 0;
  height: 100%;
  background: #898051;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.secondaryBtn:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.secondaryBtn img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}

.thirdBtn {
  display: inline-block;
  opacity: 1;
  transform: none;
  transition: opacity .5s, transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.3s;
  position: relative;
}

.thirdBtn .arr {
  display: block;
  right: -16px;
  width: 64px;
  height: 7px;
  fill: none;
  stroke: #00a4dc;
  stroke-width: 2;
  transition: stroke-dashoffset .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.thirdBtn:hover .arr {
  stroke-dashoffset: -207px;
  width: 64px;
  stroke-dasharray: 69px 138px;
}

.forthBtn {
  display: inline-block;
  height: 60px;
  line-height: 62px;
  min-width: 260px;
  padding: 0 30px 0 30px;
  text-align: center;
  color: #fff !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  background: rgb(14, 8, 108);
  background: -moz-linear-gradient(left, rgba(14, 8, 108, 1) 0%, rgba(98, 159, 152, 1) 39%, rgba(180, 200, 151, 1) 62%, rgba(213, 212, 42, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(14, 8, 108, 1) 0%, rgba(98, 159, 152, 1) 39%, rgba(180, 200, 151, 1) 62%, rgba(213, 212, 42, 1) 100%);
  background: linear-gradient(to right, rgba(14, 8, 108, 1) 0%, rgba(98, 159, 152, 1) 39%, rgba(180, 200, 151, 1) 62%, rgba(213, 212, 42, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e086c', endColorstr='#d5d42a', GradientType=1);
  box-shadow: 0px 7px 12px 3px rgba(0, 0, 0, 0.15);
}

.forthBtn:hover {
  box-shadow: none;
}

.btmBtn {
  width: 100%;
  text-align: center;
}

.paginationSec {
  width: 100%;
  text-align: center;
}

.paginationSec li {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

.paginationSec li+li {
  margin: 0 0 0 15px;
}

.paginationSec li a {
  color: #333;
  margin: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  padding: 0;
  line-height: 2.6em;
  font-size: 16px;
}

.paginationSec li a:hover {
  color: #153C78 !important;
}

.paginationSec li.active a {
  background: #153C78 !important;
  color: #fff !important;
  border: none !important;
}

.breadcrumbSec {
  width: 100%;
  margin: 30px 0 -40px 0;
  position: relative;
}

.breadcrumbSec li {
  display: inline-block;
  position: relative;
}

.breadcrumbSec li+li {
  margin-left: 30px;
}

.breadcrumbSec li a {
  color: #153C78;
}

.breadcrumbSec li+li:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #c3c3c3;
  position: absolute;
  top: 0;
  left: -17px;
  transform: skewX(-20deg);
}

.breadcrumbSec2 {
  margin: 30px 0 20px 0;
}



.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0 50px 0 50px;
}

.headerLogo {
  float: left;
  padding: 25px 0 0 0;
}

.headerLogo img {
  width: 310px;
  height: 36px;
}

.headerLinks {
  position: absolute;
  top: 30px;
  right: 200px;
}

.headerLinks li {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: bold;
}

.headerLinks li+li {
  margin-left: 25px;
}

.headerLinks li a {
  color: #121212;
}

.headerLinks li a:hover {
  color: #153C78;
}

.headerLinks li a img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}

.headerMenu {
  position: fixed;
  top: 0;
  right: 0;
}

.clear-menu-btn {
  background: #153C78;
  width: 165px !important;
  height: 80px !important;
  top: 0 !important;
}

.clear-menu-btn p {
  position: absolute;
  top: 27px;
  left: 35px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  pointer-events: none;
  font-family: 'Montserrat', sans-serif;
}

.clear-menu-btn:hover span {
  transform: scale(1.3);
}

.headerMenuCol {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -50%;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.headerMenuCol:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
  background: rgb(21, 60, 120);
  background: -moz-linear-gradient(-45deg, rgba(21, 60, 120, 1) 0%, rgba(1, 164, 220, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(21, 60, 120, 1) 0%, rgba(1, 164, 220, 1) 100%);
  background: linear-gradient(135deg, rgba(21, 60, 120, 1) 0%, rgba(1, 164, 220, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153c78', endColorstr='#01a4dc', GradientType=1);
}

.headerMenuColActive {
  left: 0;
}

.headerMenuColBx {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.headerMenuColInr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5em 7em;
  position: relative;
}

.headerMenuColMenuBc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.headerMenuColMenu {
  position: relative;
  z-index: 1;
}

.headerMenuColMenuInr {
  display: none;
}

.headerMenuColRow1 {
  width: 100%;
}

.headerMenuColRow1 .secondaryBtn {
  min-width: 193px;
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 3.2em;
}

.headerMenuColRow1 .secondaryBtn img {
  top: -3px;
}

.headerMenuColRow1 .secondaryBtn+.secondaryBtn {
  margin-left: 10px;
}

.headerMenuColRow2 {
  width: 100%;
  padding: 4em 0 0 0;
}

.headerMenuColRow2 li {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.headerMenuColRow2 li+li {
  margin: 1.8em 0 0 0;
}

.headerMenuColRow2 li a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 40px 0 40px;
}

.headerMenuColRow2 li a:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #AA9F64;
  position: absolute;
  top: 9px;
  left: 21.5px;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
  transform: rotate(45deg);
  margin-left: -10px;
}

.headerMenuColRow2 li a:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #AA9F64;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.headerMenuColRow2 li a:hover:before {
  left: 100%
}

.headerMenuColRow2 li a:hover:after {
  width: 100%;
}

.headerMenuColRow2 li a span {
  position: relative;
  z-index: 1;
}

.masterHead {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.mainslider {
  width: 100%;
  height: 100%;
}

.masterHeadOvrBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0.8;
  white-space: nowrap;
}

.masterHeadOvrBg img {
  max-width: 4658px;
  width: 4658px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.textLayer {
  height: 100%;
  display: inline-block;
  position: relative;
  will-change: transform;
  -webkit-animation: marquee 7s linear infinite;
  animation: marquee 7s linear infinite;
}

.textLayer:after {
  content: "";
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -5px;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .textLayer img {
    display: none;
  }

  .textLayer {
    max-width: 4658px;
    width: 4658px;
    background: url(../images/masterHeadOvrBg.png) no-repeat center center;
    background-size: cover;
  }

}

.masterHeadOvr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 99;
}

.masterHeadOvrBx {
  width: 100%;
  display: none;
}

.masterHeadOvrColColLBx {
  width: 100%;
  margin-left: -20px;
}

.masterHeadOvrColColLRow1 {
  width: 100%;
}

.masterHeadOvrColColLRow1 h1 {
  white-space: nowrap;
  letter-spacing: 0.23em;
  color: #153C78;
}

.masterHeadOvrColColLRow1 h1 span {
  letter-spacing: -0.1em;
}

.masterHeadOvrColColLRow2 {
  width: 100%;
  padding: 1.3em 0 0 0;
}

.masterHeadOvrColColLRow2 h3 {
  line-height: 1.5em;
  font-size: 2rem;
  letter-spacing: 0.10em;
  white-space: nowrap;
}

.masterHeadOvrColColLRow3 {
  width: 266px;
  padding: 0.5em 0 0 0;
  text-align: center;
}

.masterHeadOvrColColLRow3 h4 {
  font-size: 0.75rem;
  white-space: nowrap;
}

.masterHeadOvrColColLRow4 {
  width: 100%;
  padding: 1em 0 0 0;
}

.masterHeadOvrColColLRowNo1 {
  width: 100%;
  padding: 2em 0 0 0;
}

.masterHeadOvrColColLRowNo1 .revealBx+.revealBx {
  margin-left: 20px;
}

.scrollbtm {
  position: absolute;
  z-index: 99;
  display: inline-block;
  right: -56px;
  bottom: 86px;
  height: 17px;
  width: 160px;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #121212 !important;
  animation: bounce-1 2.0s ease infinite;
}

.scrollbtm::after {
  background: url(../images/scrollbtm.svg) top right / 200px 7px no-repeat;
  animation: scrollDown .6s infinite alternate cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollbtm::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 7px;
}

@keyframes bounce-1 {
  0% {
    bottom: 86px;
  }

  50% {
    bottom: 96px;
  }

  100% {
    bottom: 86px;
  }
}

.hmBlockIntro {
  width: 100%;
  position: relative;
}

.hmBlockIntro:after {
  content: "";
  width: 67%;
  height: 40%;
  position: absolute;
  bottom: -100px;
  right: 0;
  background: #eaeaea;
}

.hmBlockIntro:before {
  content: "";
  width: 63%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #153C78;
  z-index: 1;
}

.hmBlockIntro .container {
  position: relative;
  z-index: 2;
}

.hmBlockIntro .blockNo {
  left: auto;
  right: -60px;
}

.hmBlockIntroIntro {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hmBlockIntroIntroPic {
  width: 100%;
}

.hmBlockIntroIntroOvr {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hmBlockIntroIntroOvrCol {
  max-width: 555px;
  float: right;
  padding: 150px 0 0 0;
}

.hmBlockIntroIntroOvrColRow1 {
  width: 100%;
  text-align: center;
}

.hmBlockIntroIntroOvrColRow1 h2 {
  font-size: 2.3rem;
  color: #153C78;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.hmBlockIntroIntroOvrColRow2 {
  width: 100%;
  padding-top: 3em;
}

.hmBlockInColRow2Bx {
  width: 100%;
  padding: 3.5em;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.06);
}

.hmBlockInColRow2BxRow1 {
  width: 100%;
}

.hmBlockInColRow2BxRow1 p {
  font-size: 1.05rem;
}

.hmBlockInColRow2BxRow1 p+p {
  margin-top: 2em;
}

.hmBlockInColRow2BxRow2 {
  width: 100%;
  padding-top: 2.5em;
}

.hmBlockInColRow2BxRow2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.hmBlock1 {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.hmBlock1 .container {
  position: relative;
  z-index: 1;
}

.hmBlock1:after {
  content: "";
  width: 67%;
  height: 70%;
  position: absolute;
  top: 350px;
  right: 0;
  background: #eaeaea;
}

.hmBlock1:before {
  content: "";
  width: 63%;
  height: 67%;
  position: absolute;
  top: 300px;
  left: 0;
  background: #153C78;
  z-index: 1;
}

.hmBlock1 .primaryHead {
  text-align: right;
  margin-left: 40px;
}

.hmBlock1 .primaryHeadRow2 {
  padding-right: 20px;
}

.hmBlock1 .blockNo {
  right: auto;
  left: -60px;
}

.hmBlock1Intro {
  width: 100%;
  padding: 80px 0 30px 0;
  margin: 60px 0 0 0;
}

.hmBlock1IntroCol {
  padding-top: 30px;
}

.hmBlock1IntroColBx {
  display: flex;
  width: 100%;
  padding: 15px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}

.hmBlock1IntroColPic {
  width: 150px;
  overflow: hidden;
}

.hmBlock1IntroColPic img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.hmBlock1IntroColIntro {
  flex: 1;
  padding: 10px 0 0 20px;
  position: relative;
  z-index: 1;
}

.IntroColIntroRow1 {
  width: 100%;
}

.IntroColIntroRow1 span {
  display: inline-block;
  min-width: 100px;
  background: #AA9F64;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 2.2em;
  margin-left: -45px;
  padding: 0 10px 0 10px;
}

.IntroColIntroRow2 {
  width: 100%;
  padding: 1em 0 0 0;
}

.IntroColIntroRow2 h3 {
  color: #153C78;
}

.IntroColIntroRow2 p {
  padding: 0.3em 0 0 0;
  color: #121212;
}

.hmBlock1IntroColBx .thirdBtn {
  position: absolute;
  bottom: 20px;
  right: -20px;
}

.hmBlock1IntroColBx:hover .thirdBtn .arr {
  stroke-dashoffset: -207px;
  width: 64px;
  stroke-dasharray: 69px 138px;
}

.hmBlock2 {
  width: 100%;
}

.hmBlock2 .container {
  position: relative;
}

.hmBlock2 .primaryHeadRow2 {
  padding: 0 0 0 20px;
}

.hmBlock2Intro {
  width: 100%;
}

.hmBlock2IntroCol {
  padding-top: 50px;
}

.hmBlock2IntroColBx {
  display: block;
  width: 100%;
  position: relative;
}

.hmBlock2IntroColPic {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hmBlock2IntroColPic div {
  width: 100%;
}

.hmBlock2IntroColPic img {
  width: 100%;
  object-fit: cover;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.hmBlock2IntroColPic span {
  display: inline-block;
  min-width: 100px;
  background: #153C78;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 2.2em;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 10px 0 10px;
}

.hmBlock2IntroColIntro {
  width: 100%;
  padding: 2em 1.5em 0;
}

.hmBlock2IntroColIntroRow1 {
  width: 100%;
}

.hmBlock2IntroColIntroRow1 h3 {
  color: #153C78;
  font-size: 1.2rem;
  line-height: 1.5em;
  min-height: 75px;
}

.hmBlock2IntroColIntroRow1 h5 {
  color: #777;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding-top: 0.3em;
}

.hmBlock2IntroColIntroRow2 {
  width: 100%;
  padding: 1em 0 0 0;
}

.hmBlock2IntroColIntroRow2 p {
  color: #121212;
}

.hmBlock2IntroColBx .thirdBtn {
  position: absolute;
  top: 220px;
  right: -20px;
}

.hmBlock2IntroColBx:hover .thirdBtn .arr {
  stroke-dashoffset: -207px;
  width: 64px;
  stroke-dasharray: 69px 138px;
}

.hmBlock3 {
  width: 100%;
  position: relative;
}

.hmBlock3:before {
  content: "";
  width: 85%;
  height: 45%;
  position: absolute;
  bottom: 50px;
  right: 0;
  background: #153C78;
  z-index: 1;
}

.hmBlock3 .container {
  position: relative;
  z-index: 1;
}

.hmBlock3 .blockNo {
  left: -60px;
  right: auto;
}

.hmBlock3 .primaryHead {
  text-align: right;
}

.hmBlock3 .primaryHeadRow2 {
  padding-right: 20px;
}

.hmBlock3Intro {
  width: 100%;
}

.hmBlock3IntroBx {
  max-width: 860px;
  float: right;
}

.hmBlock3IntroRow {
  width: 100%;
}

.hmBlock3IntroRow+.hmBlock3IntroRow {
  margin-top: 2em;
}

.hmBlock3IntroRow a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
}

.hmBlock3IntroRowPic {
  width: 100%;
  overflow: hidden;
}

.hmBlock3IntroRowPic img {
  width: 100%;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.hmBlock3IntroRow a:hover .hmBlock3IntroRowPic img {
  transform: scale(1.05);
}

.hmBlock3IntroRowOvr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.hmBlock3IntroRowOvrTxt {
  width: 100%;
  text-align: center;
  color: #fff;
}

.hmBlock3IntroRowOvrTxt h3 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.9rem;
  letter-spacing: 0.2em;
}

.hmBlock3IntroRowOvrTxt h4 {
  font-size: 1.4rem;
  padding: 0.4em 0 0 0;
  letter-spacing: 0.1em;
}

.hmBlock3IntroRowOvrTxt p {
  padding: 0.4em 0 0 0;
}

.hmBlock4 {
  width: 100%;
  position: relative;
  background: #153C78;
  margin: 230px 0 60px 0;
}

.hmBlock4ColLPic {
  width: 100%;
  position: relative;
}

.hmBlock4ColLPicInr {
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
}

.hmBlock4ColLPic img {
  width: 100%;
  height: 570px;
}

.hmBlock4ColRBx {
  width: 100%;
  color: #fff;
  padding: 0 0 0 30px;
}

.hmBlock4ColRRow1 {
  width: 100%;
}

.hmBlock4ColRRow1 h2 {
  line-height: 1.5em;
}

.hmBlock4ColRRow2 {
  width: 100%;
  padding: 1.5em 0 0 0;
}

.hmBlock4ColRRow3 {
  width: 100%;
  padding: 3em 0 0 0;
}

.hmBlock4ColRRow3 .primaryBtn {
  padding: 0 70px 0 25px;
}

.hmBlock5 {
  width: 100%;
}

.hmBlock5 .container {
  position: relative;
}

.hmBlock5 .blockNo {
  left: -60px;
  right: auto;
  top: -60px;
}

.hmBlock5 .primaryHead {
  text-align: right;
}

.hmBlock5 .primaryHeadRow2 {
  padding-right: 20px;
}

.hmBlock5Intro {
  width: 100%;
}

.hmBlock5IntroSec1 {
  width: 100%;
  margin-bottom: -150px;
}

.hmBlock5IntroSec1Bx {
  max-width: 600px;
  padding: 3em;
  background: #153C78;
  color: #fff;
}

.hmBlock5IntroSec1Row1 {
  width: 100%;
}

.hmBlock5IntroSec1Row2 {
  width: 100%;
  padding: 2em 0 0 0;
}

.hmBlock5IntroSec2 {
  width: 100%;
}

.hmBlockMmbrs {
  width: 100%;
  position: relative;
}

.hmBlockMmbrs:before {
  content: "";
  width: 63%;
  height: 55%;
  position: absolute;
  bottom: 60px;
  right: 0;
  background: #153C78;
}

.hmBlockMmbrs:after {
  content: "";
  width: 80%;
  height: 85.6%;
  position: absolute;
  top: 350px;
  left: 0;
  background: #eaeaea;
}

.hmBlockMmbrs .container {
  position: relative;
  z-index: 1;
}

.hmBlockMmbrs .primaryHead h3 {
  white-space: nowrap;
}

.hmBlockMmbrs .blockNo {
  top: -60px;
}

.hmBlockMmbrs .primaryHeadRow2 {
  padding-left: 20px;
}

.hmBlockMmbrsIntro {
  width: 100%;
  margin: 100px 0 0 0;
}

.hmBlockMmbrsIntro .row {
  margin: 0 -52.5px 0 -52.5px;
}

.hmBlockMmbrsCol {
  padding: 10px 52.5px 0 52.5px;
}

.hmBlockMmbrsColBx {
  display: block;
  width: 100%;
  height: 100%;
}

.hmBlockMmbrsColPic {
  width: 100%;
  overflow: hidden;
}

.hmBlockMmbrsColPic div {
  width: 100%;
}

.hmBlockMmbrsColPic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hmBlockMmbrsColIntro {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hmBlockMmbrsColIntroBx {
  width: 100%;
  background: #fff;
  padding: 38px 50px 24px 25px;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.05);
  box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.05);
  transform: translate(20px, -30px);
  min-height: 205px;
}

.hmBlockMmbrsColIntro .Block2ColIntroLbl {
  display: inline-block;
  height: 30px;
  padding: 0 10px 0 10px;
  color: #fff;
  line-height: 2.2em;
  position: absolute;
  top: 0;
  left: 0;
}

.hmBlockMmbrsColIntroBx .thirdBtn {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.hmBlockMmbrsColBx:hover .hmBlockMmbrsColIntroBx .thirdBtn .arr {
  stroke-dashoffset: -207px;
  width: 64px;
  stroke-dasharray: 69px 138px;
}

.Block2ColIntroSec1 {
  width: 100%;
}

.Block2ColIntroSec1Nm {
  width: 100%;
  padding: 0.5em 0 0.5em 0;
}

.Block2ColIntroSec1Nm h4 {
  color: #121212;
}

.Block2ColIntroSec1Nm h4 span {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 0.9rem;
  margin: 0 0 0 1px;
  font-weight: 100;
}

.Block2ColIntroSec1 p {
  font-weight: bold;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
  color: #333;
  font-size: 0.95rem;
}

.hmBlockMmbrsColBx:hover .Block2ColIntroSec1 p {
  color: #153C78;
}

.Block2ColIntroSec2 {
  width: 100%;
  padding: 8px 0 0 0;
}

.Block2ColIntroSec2 li {
  display: inline-block;
  color: #888D96;
  font-size: 0.9rem;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.Block2ColIntroSec2 li+li {
  margin: 0 0 0 10px;
}

.Block2ColIntroSec2 li:first-child {
  color: #153C78;
}

.hmBlockMmbrsColBx:hover .Block2ColIntroSec2 li {
  color: #153C78;
}

.hmBlockMmbrsCol2 {}

.hmBlockMmbrsCol3 {}

.hmBlock6 {
  width: 100%;
}

.hmBlock6 .container {
  position: relative;
  z-index: 1;
}

.hmBlock6 .primaryHeadRow2 {
  padding-left: 20px;
}

.hmBlock6Intro {
  width: 100%;
}

.hmBlock6Intro .row {
  margin: 0 -25px 0 -25px;
}

.hmBlock6IntroCol {
  padding: 0 25px 0 25px;
}

.hmBlock6IntroColBx {
  width: 100%;
}

.hmBlock6IntroColLCol {
  padding: 30px 15px 0 15px;
}

.hmBlock6IntroColLColBx {
  width: 100%;
}

.hmBlock6IntroColLColBx .subsidies-submit.clicked {
  background: #AA9F64;
}

.fieldHead {
  width: 100%;
}

.fieldHead h5 {
  font-weight: bold;
}

.fieldHead h5 span {
  color: #b81022;
}

.fieldIntro {
  width: 100%;
  padding: 1em 0 0 0;
}

.hmBlock6IntroColR .hmBlock6IntroColBx {
  margin-top: 30px;
}

.hmBlock6IntroColR .textarea {
  height: 274px;
}

.hmBlock6IntroColFul label {
  margin: 3em 0 0 0;
  font-size: 1.2rem;
}

.hmBlock6IntroColFul label input {
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 0.5em;
}

.hmBlock6IntroColFul label a {
  color: #153C78;
}

.hmBlock6IntroColFul label a:hover {
  text-decoration: underline !important;
}

.hmBlock6IntroColFul .wpcf7-list-item-label {
  display: none;
}

.hmBlock6IntroColFul {
  text-align: center;
}

.hmBlock6IntroColFul .primaryBtn {
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  padding: 0 20px 0 20px;
}

.formPrivacyBlk {
  width: 100%;
  margin-bottom: -30px;
}

.formPrivacyBlkBx {
  max-width: 900px;
  margin: 0 auto;
  padding: 3em;
  background: #edeff2;
  text-align: left;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

.formPrivacyBlkHead {
  width: 100%;
  text-align: center;
}

.formPrivacyBlkHead h3 {
  display: inline-block;
  font-size: 1.9rem;
  border-bottom: 2px solid #153c78;
  padding: 0 10px 8px 10px;
}

.formPrivacyBlkIntro {
  width: 100%;
}

.formPrivacyBlkIntroRow {
  width: 100%;
}

.formPrivacyBlkIntroRow+.formPrivacyBlkIntroRow {
  margin: 25px 0 0 0;
}

.formPrivacyBlkIntroRow .secondaryHead {
  text-align: left;
}

.formPrivacyBlkIntroRow .secondaryHead h2 {
  font-size: 1.4rem;
}

.formPrivacyBlkIntroRow .secondaryHead h2:after {
  left: 0;
  transform: initial;
}

.formPrivacyBlkIntroRow h5 {
  font-size: 1.15rem;
  line-height: 1.7em;
}

.formPrivacyBlkIntroRow .privacyPgBlockSecIntro.PT20 {
  padding-top: 15px;
}

.footer {
  width: 100%;
  position: relative;
}

.footerSec1 {
  width: 100%;
  padding: 80px 0 80px 0;
  background: #121212;
  color: #fff;
}

.footerSec1ColLBx {
  width: 100%;
  padding-right: 100px;
}

.footerSec1ColLRow1 {
  width: 100%;
}

.footerSec1ColLRow1 img {
  width: 310px;
  height: 36px;
}

.footerSec1ColLRow2 {
  width: 100%;
  padding-top: 1.3em;
}

.footerSec1ColLRow2 p {
  color: #fff;
}

.footerSec1ColRColBx {
  width: 100%;
}

.footerSec1ColRColHead {
  width: 100%;
}

.footerSec1ColRColHead h4 {
  text-transform: uppercase;
  color: #00a4dc;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.footerSec1ColRColIntro {
  width: 100%;
  padding-top: 1.3em;
}

.footerSec1ColRCol1 li+li {
  margin-top: 0.8em;
}

.footerSec1ColRCol1 li a {
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

.footerSec1ColRCol1 li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.footerSec1ColRCol1 li a:hover:after {
  width: 100%;
}

.footerSec1ColRCol1 li ul {
  margin: 0.8em 0 0 25px;
}

.footerSec1ColRCol1 li ul li {
  position: relative;
  padding-left: 5px;
}

.footerSec1ColRCol1 li ul li:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background: #fff;
}

.footerSec1ColRCol2Row1 {
  width: 100%;
}

.footerSec1ColRCol2Row1 .primaryBtn {
  border: 1px solid #fff;
  height: 50px;
  min-width: 255px;
  font-size: 1rem;
}

.footerSec1ColRCol2Row2 {
  width: 100%;
  padding: 2.5em 0 0 0;
}

.footerSec1ColRCol2Row3 {
  width: 100%;
  padding: 1em 0 0 0;
}

.footerSec2 {
  width: 100%;
  padding: .7em;
  padding-bottom: 90px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .05em;
  text-align: center;
  background: linear-gradient(to right, #0098ba, #153c78, #0098ba);
}

.footerSec2 p {
  font-family: 'Montserrat', sans-serif;
}



/*support-results page start*/
.pageHead {
  width: 100%;
  position: relative;
}

.pageHeadPic {
  width: 100%;
}

.pageHeadPic img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.pageHeadOvr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  text-align: center;
}

.pageHeadOvrBx {
  display: inline-block;
  text-align: center;
  padding: 2.5em 3.5em;
  border: 5px solid #153C78;
}

.pageHeadOvrBxInr {
  width: 100%;
  display: none;
}

.pageHeadOvr h1 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 5.4rem;
  color: #153C78;
}

.pageHeadOvr h3 {
  color: #153C78;
  padding-top: 0.5em;
  font-size: 1.3rem;
}

.supportRsltPg {
  margin: 0 0 80px 0;
}

.supportRsltPg:before {
  height: 91%;
  top: 110px;
}

.supportRsltPg:after {
  height: 100%;
  top: 190px;
}

.supportRsltPg .hmBlock1Intro {
  margin: 0;
}



/*company page start*/
.companyPgBlock1 {
  width: 100%;
  background: #f0f2f5;
}

.secondaryHead {
  width: 100%;
  text-align: center;
}

.companyPgBlock1Intro {
  width: 100%;
}

.companyPgBlock1Sec1 {
  width: 100%;
}

.companyPgBlock1Sec1Intro {
  width: 100%;
}

.companyPgBlock1Intro .table {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.companyPgBlock1Intro .table th, .companyPgBlock1Intro .table td {
  border: 1px solid #d9d9d9;
  padding: 1.5em 2em;
  font-size: 1.2rem;
}

.companyPgBlock1Intro .table th {
  color: #153C78;
  border-right: none;
}

.companyPgBlock1Intro .table td {
  border-left: none;
}

.companyPgBlock2 {
  width: 100%;
}

.companyPgBlock2 .container {
  max-width: 990px;
}

.companyPgBlock2Intro {
  width: 100%;
}

.PgBlock2IntroSec1 {
  width: 100%;
}

.PgBlock2IntroSec2 {
  width: 100%;
}

.PgBlock2IntroSec2ColL {
  float: left;
}

.PgBlock2IntroSec2ColL h3 {
  color: #153C78;
}

.PgBlock2IntroSec2ColL p {
  font-size: 1.1rem;
  padding-top: 1em;
}

.PgBlock2IntroSec2ColR {
  float: right;
}



/*privacy page start*/
.privacyPg {
  width: 100%;
}

.privacyPg .primaryHead h2 {
  font-size: 5rem;
}

.privacyPg .primaryHeadRow2 {
  padding-left: 20px;
}

.privacyPg .secondaryHead {
  text-align: left;
}

.privacyPg .secondaryHead h2 {
  font-size: 2rem;
}

.privacyPg .secondaryHead h2:after {
  left: 0;
  transform: initial;
}

.privacyPgBlock {
  width: 100%;
}

.privacyPgBlock+.privacyPgBlock {
  margin: 5em 0 0 0;
}

.privacyPgBlock1Intro {
  width: 100%;
}

.privacyPgBlock1Row {
  width: 100%;
}

.privacyPgBlock ol {
  margin: 0 0 0 18px;
  padding: 0;
}

.privacyPgBlock li {
  line-height: 1.75;
  font-size: 1rem;
}

.privacyPgBlock ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.privacyPgBlock ul li {
  list-style: disc;
}

.privacyPgBlockSec {
  width: 100%;
}

.privacyPgBlockSecIntro {
  width: 100%;
}



/*topic page start*/
.topicPg .row {
  margin-top: -50px;
}



/*topic-detail page start*/
/*デフォルトのwhite-space: preを強制上書き*/
pre.wp-block-code {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;

}

pre.wp-block-code a {
  overflow-wrap: anywhere;
}

.topicDtlBlock1 .container {
  max-width: 1100px;
}

.topicDtlBlock1Row1 {
  width: 100%;
  padding-bottom: 1.5em;
}

.topicDtlBlock1Row1 h4 {
  font-family: 'Montserrat', sans-serif;
}

.topicDtlBlock1Row1 h4 span {
  display: inline-block;
  height: 25px;
  background: #AA9F64;
  font-size: 12px;
  font-weight: normal;
  padding: 0 15px 0 15px;
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.topicDtlBlock1Row2 {
  width: 100%;
}

.topicDtlBlock1Row2 h3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.topicDtlBlock1Row3 {
  width: 100%;
  padding: 1.5em 0 0 0;
}

.topicDtlBlock2 {
  width: 100%;
  position: relative;
}

.topicDtlBlock2 .container {
  max-width: 900px;
}

.topicDtlBlock2Pic {
  width: 100%;
}

.topicDtlBlock2Pic img {
  width: 100%;
}

.topicDtlBlock2Pic .slides img {
  padding-top: 8px;
  padding-bottom: 8px;
}

.topicDtlBlock2Intro {
  width: 100%;
  font-size: 1.1rem;
}

.topicDtlBlock2Intro p+p {
  margin-top: 1em;
}

.topicDtlBlock2Btm {
  width: 100%;
  text-align: center;
}

.topicDtlBlock2Btm .primaryBtn {
  display: inline-block;
  min-width: 200px;
  font-size: 1rem;
  height: 50px;
}

.topicDtlBlock2Btm .primaryBtn+.primaryBtn {
  margin: 0 0 0 50px;
}

.topicDtlBlock2Btm .primaryBtn:nth-child(1) {
  padding: 0 25px 0 0;
  text-align: right;
}

.topicDtlBlock2Btm .primaryBtn:nth-child(1) .arr {
  transform: scaleX(-1);
  right: auto;
  left: -16px;
  margin-top: -4px;
}

.topicDtlBlock2Btm .primaryBtn:nth-child(2) {
  text-align: center;
  padding: 0 20px 0 20px;
}

.topicDtlBlock2Pic .pc_area {
  display: inline;
}

.topicDtlBlock2Pic .pc_area img {
  padding-bottom: 15px;
}

.topicDtlBlock2Pic .phone_area {
  display: none;
}



/*fresher page start*/
.inrPgBlk .primaryHead {
  padding: 3em 0 3em 0;
}

.inrPgBlk .primaryHead h2 {
  font-size: 5em;
}

.blockHead {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.blockHead h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  /* font-style: italic; */
  padding-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  color: #153C78;
}

.blockHead h2 .j_text {
  display: block;
  min-width: 100px;
  font-size: 16px;
  color: #444;
  -webkit-text-fill-color: #444;
  font-weight: bold;
  padding-bottom: 5px;
  background-image: linear-gradient(-45deg, #d3ceb0 35%, #fff 35%, #fff 50%, #d3ceb0 50%, #d3ceb0 85%, #fff 85%, #fff);
  background-repeat: repeat-x;
  background-size: 10px 10px;
  background-position: bottom center;
  text-shadow: 2px 2px 2px #fff;
  margin-top: 1em;
}

.fresherPg .primaryHead h3 {
  font-size: 1.4rem;
}

.fresherPgBlock1 {
  width: 100%;
}

.fresherPgBlock1 {
  width: 100%;
  text-align: center;
}

.fresherPgBlock1 .blockHead {
  margin-top: 0;
}

.fresherPgBlock1 p span {
  color: #aa9f64;
  font-size: 26px;
  font-weight: bold;
}

.fresherPgBlock1Row3 {
  width: 100%;
  padding: 25px 0 0 0;
}

.fresherPgBlock1Row3 img {
  display: inline-block;
}

.fresherPgBlock1Row3 img+img {
  margin: 10px 0 0 30px;
}

.fresherPgBlock2 {
  width: 100%;
  padding: 60px 0 60px 0;
  margin: 60px 0 0 0;
  background: #eaeaea;
  position: relative;
}

.fresherPgBlock2:after {
  content: "";
  width: 1062px;
  height: 560px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/fresherPgBlock2Bg.jpg) no-repeat;
}

.fresherPgBlock2 .container {
  position: relative;
  z-index: 1;
}

.fresherPgBlockHead {
  width: 100%;
  background: #153C78;
  text-align: center;
  position: relative;
  box-shadow: 0px 7px 5px rgb(0 0 0 / 26%);
}

.fresherPgBlockHead>img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.fresherPgBlockHead h3 {
  color: #fff !important;
  width: 100%;
  text-align: center;
  padding: 13px 30px 10px 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fresherPgBlockHead h3 span {
  color: #aa9f64;
  font-size: 26px;
}

.fresherPgBlock2Intro {
  max-width: 1000px;
  padding: 40px 40px 90px 40px;
  margin: 0 auto 0;
}

.fresherPgBlock2IntroSec1 {
  width: 100%;
  text-align: center;
}

.fresherPgBlock2IntroSec1 h4 {
  color: #aa9f64;
}

.fresherPgBlock2IntroSec2 {
  width: 100%;
  padding: 20px 0 0 0;
}

.fresherPgBlock2IntroSec2 li {
  list-style: none;
  position: relative;
  padding: 35px 0 0 165px;
}

.fresherPgBlock2IntroSec2 li+li {
  margin: 75px 0 0 0;
}

.fresherPgBlock2IntroSec2 li>span {
  color: #aa9f64;
  font-size: 27px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}

.fresherPgBlock2IntroSec2 li>span:after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: skew(-45deg);
  background: rgb(30, 61, 84);
  background: -moz-linear-gradient(-45deg, rgba(21 59 121) 0%, rgba(2 164 220) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(21 59 121) 0%, rgba(2 164 220) 100%);
  background: linear-gradient(135deg, rgb(21 59 121) 0%, rgb(2 164 220) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153C78', endColorstr='#7595ad', GradientType=1);
}

.IntroSec2Icon {
  position: absolute;
  top: -8px;
  left: 0;
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  border: 10px solid #ab9f65;
  text-align: center;
  padding: 16px 0 0 0;
}

.IntroSec2Icon span {
  display: block;
  color: #ab9f65 !important;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}

.fresherPgBlock3 {
  width: 100%;
  padding: 60px 0 0 0;
}

.fresherPgBlock3Intro {
  width: 100%;
  padding: 40px 0 0 0;
  text-align: center;
}

.PgBlock3IntroSec1 {
  width: 100%;
  position: relative;
  padding: 0 0 0 160px;
}

.PgBlock3IntroSec1:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #4b4628;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 15px 0 0 0;
}

.PgBlock3IntroSec1:before {
  content: "";
  width: 20px;
  height: 36px;
  background: url(./images/PgBlock3IntroSec1Arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: -1px;
  margin: -3px 0 0 0;
}

.PgBlock3IntroSec1Head {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #4b4628;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 2;
}

.PgBlock3IntroSec1Head h3 {
  font-weight: normal !important;
  color: #4b4628 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.PgBlock3IntroSec1Row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.PgBlock3IntroSec1RowCol {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px 0 15px;
}

.IntroSec1RowColBx {
  width: 100%;
  text-align: center;
}

.IntroSec1RowColHead {
  width: 100%;
}

.IntroSec1RowColHead h3 {
  font-weight: normal !important;
  color: #4b4628 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.IntroSec1RowColIcon {
  width: 100%;
}

.PgBlock3IntroSec2 {
  width: 100%;
  position: relative;
}

.PgBlock3IntroSec2Crcl {
  max-width: 400px;
  margin: 150px auto 0;
  position: relative;
}

.PgBlock3IntroSec2CrclPic {
  width: 100%;
  position: relative;
}

.PgBlock3IntroSec2CrclBx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.PgBlock3IntroSec2CrclIcon {
  width: 100%;
}

.PgBlock3IntroSec2CrclIntro {
  width: 100%;
  padding: 10px 0 0 0;
}

.PgBlock3IntroSec2CrclIntro p {
  color: #fff;
  line-height: 1.3em;
}

.PgBlock3IntroSec2CrclN {
  position: absolute;
  z-index: 1;
}

.PgBlock3IntroSec2CrclNBx {
  width: 350px;
}

.Sec2CrclNRow1 {
  width: 100%;
  padding: 0 0 0 25px;
  text-align: left;
}

.Sec2CrclNRow1 h2 {
  color: #aa9f64 !important;
  font-family: 'Muli', sans-serif !important;
  font-weight: 900 !important;
  font-size: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.Sec2CrclNRow2 {
  width: 100%;
  text-align: left;
}

.Sec2CrclNRow2 h4 {
  display: inline-block;
  background: #153C78;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  padding: 8px 20px 9px 20px;
  line-height: 1.4em;
}

.Sec2CrclNRow3 {
  width: 100%;
  padding: 12px 0 0 25px;
  text-align: left;
}

.Sec2CrclNRow3 p {
  line-height: 1.5em;
}

.PgBlock3IntroSec2CrclN1 {
  top: -150px;
  right: -290px;
}

.PgBlock3IntroSec2CrclN1 .Sec2CrclNRow2 h4:after {
  content: "";
  position: absolute;
  top: 56px;
  left: 143px;
  width: 0px;
  height: 0px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 90px solid #153C78;
  transform: rotate(-105deg);
}

.PgBlock3IntroSec2CrclN1 .PgBlock3IntroSec2CrclNBx {
  width: 700px;
}

.PgBlock3IntroSec2CrclN1ColL {
  width: 43%;
  float: left;
}

.PgBlock3IntroSec2CrclN1ColR {
  width: 57%;
  float: right;
}

.PgBlock3IntroSec2CrclN2 {
  top: -20px;
  right: -380px;
}

.PgBlock3IntroSec2CrclN2 .Sec2CrclNRow2 h4:after {
  content: "";
  position: absolute;
  top: 36px;
  left: -87px;
  width: 0px;
  height: 0px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 120px solid #153C78;
  transform: rotate(-45deg);
}

.PgBlock3IntroSec2CrclN3 {
  bottom: -20px;
  right: -380px;
}

.PgBlock3IntroSec2CrclN3 .Sec2CrclNRow2 h4:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -107px;
  width: 0px;
  height: 0px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 110px solid #153C78;
  transform: rotate(5deg);
}

.PgBlock3IntroSec2CrclN4 {
  bottom: -10px;
  left: -280px;
}

.PgBlock3IntroSec2CrclN4 .Sec2CrclNRow2 h4:after {
  content: "";
  position: absolute;
  top: 21px;
  right: -117px;
  width: 0px;
  height: 0px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 140px solid #153C78;
  transform: rotate(18deg);
}

.PgBlock3IntroSec2CrclN5 {
  top: -30px;
  left: -360px;
}

.PgBlock3IntroSec2CrclN5 .Sec2CrclNRow2 h4 {
  width: 275px;
}

.PgBlock3IntroSec2CrclN5 .Sec2CrclNRow2 h4:after {
  content: "";
  position: absolute;
  top: 44px;
  right: -143px;
  width: 0px;
  height: 0px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 170px solid #153C78;
  transform: rotate(35deg);
}

.fresherPgBlock4 {
  width: 100%;
  padding: 60px 0 0 0;
}

.fresherPgBlock4Intro {
  width: 100%;
  padding: 30px 0 0 0;
}

.Block4IntroSec1 {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  background: rgb(196, 189, 151);
  background: -moz-linear-gradient(-45deg, rgba(196, 189, 151, 1) 0%, rgba(239, 225, 186, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(196, 189, 151, 1) 0%, rgba(239, 225, 186, 1) 100%);
  background: linear-gradient(135deg, rgba(196, 189, 151, 1) 0%, rgba(239, 225, 186, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4bd97', endColorstr='#efe1ba', GradientType=1);
}

.Block4IntroSec1Head {
  width: 100%;
}

.Block4IntroSec1Head h4 {
  color: #153C78;
  font-size: 20px;
}

.Block4IntroSec1Intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.Block4IntroSec1IntroCol {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 15px 0 15px;
}

.Sec1IntroColBx {
  width: 100%;
  height: 100%;
}

.Sec1IntroColIcon {
  width: 100%;
  position: relative;
}

.Sec1IntroColPls {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.Sec1IntroColIntro {
  width: 100%;
  padding: 15px 0 0 0;
  overflow: hidden;
}

.Sec1IntroColIntro h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
}

.Block4IntroSec2 {
  width: 100%;
  padding: 150px 50px 0 50px;
}

.Block4IntroSec2Row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -65px;
  margin-left: -65px;
}

.Block4IntroSec2RowCol {
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  padding: 20px 65px 0 65px;
  position: relative;
}

.Block4IntroSec2RowColArrow {
  position: absolute;
  top: -139px;
  left: 50%;
  transform: translateX(-50%);
}

.Block4IntroSec2RowColArrow:after {
  content: "";
  width: 10px;
  height: 80px;
  background: #aa9f64;
  position: absolute;
  top: 20px;
  left: 0;
}

.Block4IntroSec2RowColArrow:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -12px;
  width: 0px;
  height: 0px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #aa9f64;
}

.Block4IntroSec2RowCol1 .Block4IntroSec2RowColArrow {
  transform: rotate(25deg);
  left: 250px;
}

.Block4IntroSec2RowCol3 .Block4IntroSec2RowColArrow {
  transform: rotate(-25deg);
  right: 250px;
  left: auto;
}

.Sec2RowColBx {
  width: 100%;
  height: 280px;
  border: 6px solid #153C78;
  border-radius: 9px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgb(288, 288, 288) 0%, rgb(234, 234, 234) 100%);
}

.Sec2RowColBxInr {
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
}

.Sec2RowColCntnt {
  width: 100%;
  text-align: center;
}

.Sec2RowColHead {
  width: 100%;
  padding: 30px 0 0 0;
}

.Sec2RowColHead h3 {
  color: #aa9f64 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 22px !important;
}

.Sec2RowColIntro {
  width: 100%;
  padding: 5px 0 0 0;
}

.Sec2RowColIntro p {
  color: #153C78;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

.Sec2RowColIntro p+p {
  margin: 5px 0 0 0;
}

.Sec2RowColIntro p span {
  display: inline-block;
  color: #fff;
  background-color: #aa9f64;
  width: 130px;
  padding: 5px 0 2px 0;
  margin: 0 0 3px 0;
}

.Sec2RowColIcon {
  width: 100%;
  padding: 15px 0 0 0;
}

.fresherPgBlock5 {
  width: 100%;
  padding: 60px 0 0 0;
}

.fresherPgBlock5Bx {
  max-width: 920px;
  margin: 30px auto 0;
}

.fresherPgBlock5Sec1 {
  width: 100%;
}

.fresherPgBlock5Sec1Head {
  width: 100%;
  padding: 12px 20px 9px 20px;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  background: rgb(21, 60, 120);
  background: -moz-linear-gradient(left, rgba(21, 60, 120, 1) 0%, rgba(2, 164, 220, 1) 50%, rgba(21, 60, 120, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(21, 60, 120, 1) 0%, rgba(2, 164, 220, 1) 50%, rgba(21, 60, 120, 1) 100%);
  background: linear-gradient(to right, rgba(21, 60, 120, 1) 0%, rgba(2, 164, 220, 1) 50%, rgba(21, 60, 120, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153c78', endColorstr='#153c78', GradientType=1);
}

.fresherPgBlock5Sec1Head:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #02a3db;
  z-index: -1;
}

.fresherPgBlock5Sec1Intro {
  width: 100%;
  padding: 20px 20px 20px 20px;
  border: 2px solid #153C78;
  border-top: 0;
}

.fresherPgBlock5Sec1Block1 {
  width: 100%;
}

.fresherPgBlock5Sec1Block1 p {
  font-size: 23px;
}

.fresherPgBlock5Sec1Block1 p span {
  font-size: 28px;
  color: #aa9f64;
}

.fresherPgBlock5Sec1Block2 {
  width: 100%;
  padding: 10px 0 0 0;
}

.Sec1Block2Row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.Sec1Block2RowCol {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 10px 0 10px;
  list-style: none;
}

.Sec1Block2Bx {
  width: 100%;
  position: relative;
  padding: 0 0 0 50px;
}

.Sec1Block2Bx+.Sec1Block2Bx {
  margin: 20px 0 0 0;
}

.Sec1Block2BxIcon {
  position: absolute;
  top: 5px;
  left: 0;
}

.Sec1Block2BxIntro {
  width: 100%;
  padding: 0 0 0 0;
}

.Sec1Block2BxIntroRow1 {
  width: 100%;
}

.Sec1Block2BxIntroRow1 p {
  color: #aa9f64;
  font-size: 11px;
}

.Sec1Block2BxIntroRow2 {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 1.3em;
}

.Sec1Block2BxIntroRow2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #aa9f64;
}

.fresherPgBlock5Sec2 {
  width: 100%;
  margin: 30px 0 0 0;
  position: relative;
}

.fresherPgBlock5Sec2 img {
  width: 100%;
}

.fresherPgBlock5Sec2 .primaryBtn {
  position: absolute;
  bottom: 20px;
  right: 60px;
  width: 400px !important;
}

.fresherPgBlock5Sec2Head {
  width: 100%;
}

.fresherPgBlock5Sec2Intro {
  width: 100%;
  padding: 10px 0 0 0;
}

.fresherPgBlock5Sec2Intro ul {
  margin: 0;
}

.fresherPgBlock5Sec2Intro li {
  list-style: none;
  position: relative;
  padding: 0 0 0 70px;
}

.fresherPgBlock5Sec2Intro li div {
  position: absolute;
  top: 0;
  left: 0;
}

.fresherPgBlock5Sec2Intro li span {
  color: red;
}

.fresherPgBlock6 {
  width: 100%;
  padding: 60px 0 0 0;
}

.fresherPgBlock6 .primaryHead h2 {
  line-height: 1em;
}

.fresherPgBlock6Intro {
  width: 100%;
  padding: 30px 0 0 0;
}

.fresherPgBlock6IntroBx {
  max-width: 900px;
  margin: 0 auto;
}

.fresherPgBlock6Intro table {
  width: 100%;
  background: #fff;
}

.fresherPgBlock6Intro table th {
  background: #153C78 !important;
  color: #fff;
}

.fresherPgBlock6Intro table th, .fresherPgBlock6Intro table td {
  border: 1px solid #7d7d7d;
  padding: 5px 15px 5px 15px;
}

.fresherPgBlock6Intro table .TbleHead {
  width: 17%;
  text-align: center;
  background: #e8e4c6;
}

.fresherPgBlock6Intro table .TbleNo {
  width: 0.3%;
  text-align: center;
  background: #eaeaea;
}

.fresherPgBlock7 {
  width: 100%;
  padding: 60px 0 0 0;
}

.fresherPgBlock7Head {
  width: 100%;
  text-align: center;
}

.fresherPgBlock7Head .grntAppPgBlock1Bx {
  margin-bottom: 40px;
  padding: 7em 5em;
}

.fresherPgBlock7Head h3 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.fresherPgBlock7Head h3 span {
  color: #AA9F64 !important;
}

.fresherPgBlock7Intro {
  width: 100%;
  padding: 30px 0 0 0;
}

.fresherPgBlock7Bx {
  display: inline-block;
  padding: 20px 50px 50px 50px;
}

.fresherPgBlock7Row {
  width: 100%;
  padding: 40px 0;
  color: #fff;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.fresherPgBlock7Row+.fresherPgBlock7Row {
  margin: 5px 0 0 0;
}

.fresherPgBlock7Row .blockHead {
  margin-top: 0;
}

.fresherPgBlock7RowHead {
  width: 100%;
  text-align: left;
}

.fresherPgBlock7RowHead h2 {
  color: #fff !important;
}

.fresherPgBlock7RowIntro {
  width: 100%;
}

.fresherPgBlock7RowIntro p {
  font-size: 17px;
  font-weight: bold;
}

.fresherPgBlock7RowIntro p span {
  color: #153C78;
  font-size: 28px;
}

.fresherPgBlock7RowIntro2 p span {
  color: #aa9f64;
}

.fresherPgBlockFrst {
  width: 100%;
}

.fresherPgBlockFrst .primaryHead {
  text-align: center;
}

.fresherPgBlockFrst .primaryHead h2 {
  font-weight: bold;
}

.fresherPgBlockFrst .primaryHeadRow1 .revealBx p {
  padding-top: 19px;
}

.fresherPgBlockFrst .primaryHeadRow1 .revealBx p span {
  color: #aa9f64;
  font-size: 26px;
  line-height: 1.65;
  font-weight: bold;
}

.fresherPgBlockFrstIntro {
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  line-height: 1.65;
}

.fresherPgBlockFrstRow {
  width: 100%;
  position: relative;
}

.fresherPgBlockFrstRow+.fresherPgBlockFrstRow {
  margin: 60px 0 0 0;
}

.fresherPgBlockFrstRowColL {
  margin-block: 5%;
  margin-inline: auto;
  width: 700px;
  padding: 40px 85px 40px 25px;
  background: #eaeaea;
  /* float: left; */
  box-shadow: 0px 10px 30px rgb(122 137 160 / 10%);
}

.fresherFrstRowColLRow1 {
  margin: 0 -85px 0 -25px;
  text-align: center;
}

.fresherFrstRowColLRow2 {
  width: 100%;
  padding: 2.2em 0 0 0;
}

.fresherFrstRowColLRow2Head {
  width: 100%;
}

.fresherFrstRowColLRow2Head h4 {
  color: #fe6a00;
  position: relative;
  max-width: 175px;
  padding: 11px 15px;
  border-radius: 30px;
  border: 3px solid #fff;
  background: white;
  display: block;
}

.shorttype h4 {
  max-width: 305px;
}

.fresherFrstRowColLRow2Head h4 img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

.fresherFrstRowColLRow2Intro {
  width: 100%;
  padding: 0 0 0 27px;
  display: flex;
}

.fresherFrstRow2IntroColL {
  flex: 1;
  padding: 0 0 0 0;
}

.fresherFrstRow2IntroColL .table {
  width: 100%;
  margin: 0;
  border: none;
}

.fresherFrstRow2IntroColL .table th, .fresherFrstRow2IntroColL .table td {
  border: none;
  padding: 10px 0 0 0;
  vertical-align: middle;
}

.fresherFrstRow2IntroColL .table th {
  font-weight: normal;
  width: 230px;
  position: relative;
  font-size: 1.2rem;
  padding-left: 15px;
  padding-top: 14px;
}

.fresherFrstRow2IntroColL .table th span {
  display: block;
  width: 5px;
  height: 5px;
  background: #153c78;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  left: 0;
}

.fresherFrstRow2IntroColL .table td {
  color: #ab9f65;
  font-size: 2.1rem;
  font-weight: bold;
}

.fresherFrstRow2IntroColL .table td span, .fresherFrstRow2IntroColL .table td i {
  display: inline-block;
  font-style: inherit;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 5px;
}

.fresherFrstRow2IntroColL .table td div {
  position: relative;
  width: 145px;
  text-align: left;
}

/*.fresherFrstRow2IntroColL .table td div:after
{content: ""; width: 100%; height: 5px; position: absolute; bottom: -1px; left: 0; transform: skew(-45deg);
background: rgb(30,61,84);
background: -moz-linear-gradient(-45deg,  rgba(21 59 121) 0%, rgba(60 105 169) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(21 59 121) 0%,rgba(60 105 169) 100%);
background: linear-gradient(135deg,  rgb(21 59 121) 0%,rgb(60 105 169) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153C78', endColorstr='#7595ad',GradientType=1 );
}*/

.fresherFrstRow2IntroColL .table td span {
  font-size: 0.9rem;
}

.fresherFrstRow2IntroColL .table td i {
  font-size: 1.1rem;
}

.fresherFrstRow2IntroColR {
  display: flex;
  align-items: center;
  padding: 0 0 0 0;
  color: #ab9f65;
}

.fresherFrstRow2IntroColRBx {
  width: 100%;
}

.fresherFrstRow2IntroColRBx div {
  position: relative;
  width: 145px;
  text-align: center;
  padding: 0 0 5px 0;
}

.fresherFrstRow2IntroColRBx div:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: skew(-45deg);
  background: rgb(30, 61, 84);
  background: -moz-linear-gradient(-45deg, rgba(21 59 121) 0%, rgba(2 164 220) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(21 59 121) 0%, rgba(2 164 220) 100%);
  background: linear-gradient(135deg, rgb(21 59 121) 0%, rgb(2 164 220) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153C78', endColorstr='#7595ad', GradientType=1);
}

.fresherFrstRow2IntroColR h4 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #000;
}

.fresherFrstRow2IntroColR h3 {
  font-size: 3.2rem;
  padding: 0.1em 0 0 0;
}

.fresherFrstRow2IntroColR h3 span {
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  font-style: italic;
}

.fresherPgBlockFrstRowColR {
  /* width: 460px;  */
  /* position: absolute;  */
  /* top: 50%; 
  right: 0; 
  transform: translateY(-50%);  */
  padding: 52px 40px;
  color: #fff;
  box-shadow: 0px 7px 12px 3px rgb(0 0 0 / 15%);
  max-width: 86%;
  color: #FFF;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -11px;
  background: rgb(195, 183, 121);
  background: -moz-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: linear-gradient(135deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab9f65', endColorstr='#8d824c', GradientType=1);
}

.fresherPgBlockFrstRowColRBx1 {
  width: 100%;
}

.fresherPgBlockFrstRowColRBx1 h2 {
  display: inline-block;
  font-weight: normal;
  font-style: italic;
  font-family: 'Muli', sans-serif;
  font-size: 2.9rem;
  font-weight: bold;
}

.fresherPgBlockFrstRowColRBx1 h2 .j_text {
  display: block;
  min-width: 100px;
  font-size: 16px;
  color: #444;
  -webkit-text-fill-color: #444;
  font-weight: bold;
  padding-bottom: 5px;
  background-image: linear-gradient(-45deg, #d3ceb0 35%, #fff 35%, #fff 50%, #d3ceb0 50%, #d3ceb0 85%, #fff 85%, #fff);
  background-repeat: repeat-x;
  background-size: 10px 10px;
  background-position: bottom center;
  text-shadow: 2px 2px 2px #fff;
  margin-top: 0.6em;
}

.fresherPgBlockFrstRowColRBx1 h3 {
  padding: 1.2em 0 0 0;
  line-height: 1.4em;
  font-size: 1.3rem;
}

.fresherPgBlockFrstRow:nth-child(even) .fresherPgBlockFrstRowColL {
  /* float: right;  */
  padding: 80px 40px 80px 85px;
}

.fresherPgBlockFrstRow:nth-child(even) .fresherFrstRowColLRow1 {
  margin: 0 -40px 0 -85px;
}

.fresherPgBlockFrstRow:nth-child(even) .fresherPgBlockFrstRowColR {
  left: 0;
  right: auto;
}

.fresherPgBlockFrstRow2 .fresherFrstRowColLRow2Intro {
  padding-top: 5px;
}

.fresherPgBlockFrstRow2 .fresherFrstRow2IntroColL .table th span {
  top: 25px;
}

.fresherPgBlockFrstRow2ColRRow1 {
  width: 100%;
}

.fresherPgBlockFrstRow2ColRRow1 h3 {
  font-size: 1.6rem;
}

.fresherPgBlockFrstRow2ColRRow2 {
  width: 100%;
  padding: 0.5em 0 0 0;
}

.fresherPgBloColRRow2Bx1 {
  display: inline-block;
  vertical-align: bottom;
}

.fresherPgBloColRRow2Bx1 .fresherPgBlockFrstRowColRBx1 h2 {
  font-size: 6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.fresherPgBloColRRow2Bx1 .fresherPgBlockFrstRowColRBx1 h2 .j_text {
  margin-top: 0;
}

.fresherPgBloColRRow2Bx2 {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 0 15px;
}

.fresherPgBloColRRow2Bx2 h3 {
  font-size: 2rem;
}

.fresherPgBloColRRow2Bx2 h3 span {
  font-size: 1.3rem;
}

.fresherPgSticky {
  width: 260px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.fresherPgSticky.active {
  opacity: 1;
  visibility: visible;
}

.fresherPgStickyRow1 {
  width: 100%;
}

.fresherPgStickyRow1 h5 {
  font-weight: bold;
}

.fresherPgStickyRow2 {
  width: 100%;
  padding: 0.8em 0 0 0;
}



/*mid-career page start*/
.careerPgBlock1 {
  width: 100%;
}

.careerPgBlock1 {
  width: 100%;
}

.careerPgBlock1 .blockHead h2 {
  padding-top: 0;
}

.careerPgBlock1Sec1 .primaryHead {
  padding-top: 0;
}

.careerPgBlock1Sec2 {
  width: 100%;
}

.careerPgBlock1Intro {
  width: 100%;
  text-align: center;
}

.careerPgBlock1IntroRow1 {
  width: 100%;
  text-align: center;
}

.careerPgBlock1IntroRow1 h3 {
  font-size: 1.5rem;
  color: #153C78;
}

.careerPgBlock2 {
  width: 100%;
  background: #eaeaea;
}

.careerPgBlock2 .container {
  max-width: 870px;
}

.careerPgBlock2 .blockHead h2 {
  padding-top: 0;
}

.careerPgBlock2Intro {
  width: 100%;
}

.careerPgBlock2IntroRow2 {
  width: 100%;
  text-align: center;
}

.careerPgBlock2IntroRow3 {
  width: 100%;
}

.title_blue {
  background-color: #153C78;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.IntroRow3Intro {
  width: 100%;
}

.IntroRow3IntroCol {
  padding-top: 30px;
}

.IntroRow3IntroColBx {
  width: 100%;
}

.IntroRow3IntroCol li {
  font-size: 1.1rem;
  color: #153C78;
  line-height: 1.8em;
}

.IntroRow3IntroCol li span {
  display: block;
  padding-left: 20px;
}




/*grant-application page start*/
.grntAppPg {
  width: 100%;
  background: #eff1f4;
  padding: 0 35px 35px 35px;
  position: relative;
}

.grntAppPgBlock1 {
  width: 100%;
}

.grntAppPgBlock1Bx {
  max-width: 1080px;
  margin: 0 auto;
  padding: 7em 10em;
  background: url(../images/grntAppPgBxBg.jpg) no-repeat center center;
  color: #fff;
  margin-bottom: -50px;
  position: relative;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 17%);
  background-size: cover;
}

.grntAppPgBlock1Row1 {
  width: 100%;
  text-align: center;
}

.grntAppPgBlock1Row1Logo {
  width: 100%;
}

.grntAppPgBlock1Row1Logo img {
  width: 310px;
  height: 36px;
}

.grntAppPgBlock1Row1Txt {
  width: 100%;
  padding: 3.2em 0 0 0;
}

.grntAppPgBlock1Row1Txt h3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.grntAppPgBlock1Row1Txt h3 span {
  color: #fff;
}

.grntAppPgBlock1Row2 {
  width: 100%;
  padding: 1.8em 0 0 0;
  text-align: center;
}

.grntAppPgBlock1Row2 p {
  font-size: 1.2rem;
  line-height: 2em;
}

.grntAppPgBlock1Row2 p span {
  color: #153C78;
  font-size: 1.5rem;
}

.grntAppPgBlock1Row3 {
  width: 100%;
  padding: 1.8em 0 0 0;
  text-align: center;
}

.grntAppPgBlock1Row3 .primaryBtn {
  min-width: 400px;
}

.grntAppPgBlock2 {
  width: 100%;
  background: #fff;
  margin-bottom: 50px;
}

.grntAppPgBlock2Sec1 {
  width: 100%;
  position: relative;
  padding: 40px 70px 0 70px;
}

.grntAppPgBlock2Sec1:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #153C78;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.grntAppPgBlock2Sec1:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  background: url(../images/chevron-forward-outline-B.svg) no-repeat center center;
  background-size: 35px;
}

.grntAppPgBlock2Sec1Head {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  border: 3px solid #153C78;
  transform: translateY(-50%);
  z-index: 1;
  padding: 1em;
}

.grntAppPgBlock2Sec1 .row {
  position: relative;
  z-index: 1;
}

.PgBlock2Sec1Col {
  text-align: center;
}

.PgBlock2Sec1ColBx {
  display: inline-block;
  min-width: 190px;
  text-align: center;
  background: #fff;
}

.PgBlock2Sec1ColIcon {
  width: 100%;
}

.PgBlock2Sec1ColIntro {
  width: 100%;
  padding: 2em 0 0 0;
}

.PgBlock2Sec1ColIntro h3 {
  color: #153C78;
}

.grntAppPgBlock2Sec2 {
  width: 100%;
}

.grntAppPgBlock2Sec2Head {
  width: 100%;
  height: 53px;
  position: relative;
  background: #153C78;
  color: #fff;
  padding: 0 1.5em;
  transform: translateX(-10px);
}

.grntAppPgBlock2Sec2Head h3 {
  line-height: 2.7em;
}

.grntAppPgBlock2Sec2Head:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0px;
  height: 0px;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 20px solid #153C78;
}

.Block2Sec2Block1 {
  width: 100%;
}

.Block2Sec2Block1 .row {
  margin: 0 -25px 0 -25px;
}

.Block2Sec2Block1Col {
  padding: 40px 25px 0 25px;
}

.Block2Sec2Block1ColBx {
  width: 100%;
}

.Block1ColRow1 {
  width: 100%;
  text-align: center;
}

.Block1ColRow1 span {
  display: inline-block;
  border-radius: 30px;
  height: 30px;
  line-height: 2.3em;
  color: #fff;
  font-size: 14px;
  background-color: #7a89a0;
  padding: 0px 20px 0 20px;
}

.Block1ColRow2 {
  width: 100%;
  padding: 1.4em 0 0 0;
}

.Block1ColRow2 p {
  line-height: 1.5em;
  min-height: 63px;
}

.Block1ColRow3 {
  width: 100%;
  padding: 1.2em 0 0.5em 0;
  border-bottom: 1px solid #565656;
}

.Block1ColRow3ColL {
  float: left;
}

.Block1ColRow3ColL h5 {
  font-weight: bold;
  padding: 1.7em 0 0 0;
}

.Block1ColRow3ColR {
  float: right;
}

.Block1ColRow3ColR h3 {
  font-size: 1.5rem;
}

.Block1ColRow3ColR h3 span {
  color: #153C78;
  font-size: 3rem;
  font-style: italic;
}

.Block1ColRow4 {
  width: 100%;
  padding: 0.9em 0 0 0;
  text-align: right;
}

.Block1ColRow4 h5 {
  font-size: 0.9rem;
}

.Block1ColRow4 h5 span {
  color: red;
}

.Block2Sec2Block2 {
  width: 100%;
}

.Block2Sec2Block2 .row {
  margin: 0 -25px 0 -25px;
}

.Block2Sec2Block2Col {
  padding: 0 25px 0 25px;
}

.Block2Sec2Block2ColLBx {
  width: 100%;
}

.Block2Sec2Block2ColLIntro {
  width: 100%;
}

.Block2ColLIntroRow1 {
  width: 100%;
  padding: 0 0 0 83px;
}

.Block2ColLIntroRow1Col {
  display: inline-block;
}

.Block2ColLIntroRow1Col+.Block2ColLIntroRow1Col {
  margin-left: 135px;
}

.Block2ColLIntroRow2 {
  width: 100%;
  padding: 20px 0 0 0;
}

.Block2ColLIntroRow2 .row {
  margin: 0 -10px 0 -10px;
}

.Block2ColLIntroRow2Col {
  padding: 0 10px 0 10px;
  display: flex;
  align-items: center;
}

.Block2ColLIntroRow2Col+.Block2ColLIntroRow2Col {
  border-left: 4px solid #ff6900;
}

.Block2ColLIntroRow2Col2Bx {
  width: 100%;
}

.ow2Col2Row1 {
  width: 100%;
  text-align: center;
}

.ow2Col2Row1 h5 {
  font-weight: bold;
  font-size: 1rem;
}

.ow2Col2Row2 {
  width: 100%;
  padding-top: 0.6em;
}

.ow2Col2Row3 {
  width: 100%;
  padding-top: 0.6em;
  text-align: center;
}

.ow2Col2Row3 span {
  display: inline-block;
  height: 24px;
  line-height: 2.1em;
  color: #fff;
  font-size: 12px;
  background-color: #153C78;
  padding: 0px 10px 0 10px;
}

.lngArrow {
  display: block;
  width: calc(100% - 12px);
  height: 4px;
  background: #81879f;
  position: relative;
}

.lngArrow:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -3px;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #81879f;
}

.Block2ColLIntroRow2Col3Bx {
  width: 100%;
}

.ow2Col3Row2 {
  width: 100%;
  padding-top: 0.6em;
}

.ow2Col3Row2Col {
  display: inline-block;
  vertical-align: middle;
}

.ow2Col3Row2Col+.ow2Col3Row2Col {
  margin-left: 5px;
}

.ow2Col3Row2Col2 {
  width: 100px;
}

.ow2Col3Row2Col3 {
  display: inline-block;
  height: 24px;
  line-height: 2.1em;
  color: #fff;
  font-size: 12px;
  background-color: #153C78;
  padding: 0px 10px 0 10px;
}

.Block2ColLIntroRow3 {
  width: 100%;
  padding: 1.5em 0 0 96px;
}

.Block2ColLIntroRow3Col {
  position: relative;
  width: 397px;
  text-align: center;
  border-top: 2px solid #2a2a2a;
  padding: 35px 0 0 0;
  margin: 10px 0 0 0;
}

.Block2ColLIntroRow3Col:before {
  content: "";
  width: 2px;
  height: 20px;
  background: #2a2a2a;
  position: absolute;
  top: -20px;
  left: 0;
}

.Block2ColLIntroRow3Col:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #2a2a2a;
  position: absolute;
  top: -20px;
  right: 0;
}

.Block2ColLIntroRow3Col span {
  display: block;
  width: 2px;
  height: 20px;
  background: #2a2a2a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Block2ColLIntroRow3Col h5 {
  font-weight: bold;
  font-size: 1rem;
}

.borderCol {
  border-left: 1px dashed #b5b5b5;
}


/*404 page start*/
.errorPg {
  width: 100%;
  text-align: center;
  position: relative;
}

.errorPgRow1 {
  width: 100%;
}

.errorPgRow1 h2 {
  font-size: 2.5rem;
  color: #153C78;
}

.errorPgRow1 p {
  padding: 1em 0 0 0;
}

.errorPgRow2 {
  width: 100%;
}



/*member-detail page start*/
.memberDtlBody .luxy {
  height: 100.3vh;
  overflow: hidden !important;
}

.memberDtlBodyActive .luxy {
  height: auto;
}

.memerDtlPgHead {
  width: 100%;
  position: relative;
  height: 100vh;
}

.memerDtlPgHeadBlock1 {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.memerDtlPgHeadBlock1ColL {
  width: 0%;
  height: 100%;
  overflow: hidden;
  float: left;
  background: #142C4D;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit- 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.memerDtlPgHeadBlock1ColLBx {
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit- 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.memerDtlPgHeadBlock1ColLRow1 {
  width: 100%;
}

.memerDtlPgHeadBlock1ColLRow1 h1 {
  font-size: 4rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.memerDtlPgHeadBlock1ColLRow1 h3 {
  padding-top: 0.7em;
}

.memerDtlPgHeadBlock1ColLRow2 {
  width: 100%;
  padding: 2em 0 0 0;
}

.memerDtlPgHeadBlock1ColLRow2 p {
  color: #fff;
}

.memerDtlPgHeadBlock1ColR {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit- 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.memerDtlPgHeadBlock1ColR img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.memerDtlPgHeadBlock1ColRBig {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.memerDtlPgHeadBlock1ColRBig img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
}

.memerDtlPgHeadOvr {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
}

.memerDtlPgHeadOvr .container {
  opacity: 1;
  visibility: visible;
  text-align: center;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit- 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.memerDtlPgHeadOvr .container h1 {
  font-size: 5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.memerDtlPgHeadOvr .container.active {
  opacity: 0;
  visibility: hidden;
}

.memerDtlPgHeadOvr h1 {
  color: #153C78;
}

.memerDtlPgHeadBlock1.active .memerDtlPgHeadBlock1ColL {
  width: 50%;
}

.memerDtlPgHeadBlock1.active .memerDtlPgHeadBlock1ColLBx {
  opacity: 1;
}

.memerDtlPgHeadBlock1.active .memerDtlPgHeadBlock1ColR {
  opacity: 1;
}

.memerDtlPgIntro {
  width: 100%;
  background: #eff3f6;
}

.memerDtlPgIntroBlock2 {
  width: 100%;
}

.memerDtlPgIntroBlock2Row {
  width: 100%;
}

.memerDtlPgIntroBlock2Row+.memerDtlPgIntroBlock2Row {
  margin: 4em 0 0 0;
}

.memerDtlPgIntroBlock2Row .secondaryHead {
  text-align: left;
}

.memerDtlPgIntroBlock2Row .secondaryHead h2 {
  font-weight: bold;
  color: #153C78;
}

.memerDtlPgIntroBlock2Row .secondaryHead h2:after {
  left: 0;
  transform: initial;
}

.memerDtlPgIntroBlock2RowIntro {
  width: 100%;
}

.memerDtlPgIntroBlock2RowIntro p+p {
  margin: 1.7em 0 0 0;
}

.memerDtlPgIntroBlock2RowPic {
  width: 100%;
}

.memerDtlPgHeadSpBlock {
  width: 100%;
  display: none;
  margin: 0 0 -6px 0;
}

.memerDtlPgHeadSpBlock .slick-slide {
  padding: 0 !important;
}

.memerDtlPgHeadSliderCol {
  width: 100%;
}

.memerDtlPgHeadSliderPic {
  width: 100%;
  position: relative;
}

.memerDtlPgHeadSliderPic img {
  width: 100%;
}

.memerDtlPgHeadSliderOvr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.memerDtlPgHeadSliderOvr h3 {
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #153C78;
}

.memerDtlPgBtmBlock {
  width: 100%;
}

.memerDtlPgBtmBlockBx {
  max-width: 960px;
  margin: 0 auto;
}

.memerDtlPgBtmBlockIntro {
  width: 100%;
}

.memerDtlPgBtmBlockRow {
  width: 100%;
  position: relative;
  display: flex;
}

.memerDtlPgBtmBlockRow+.memerDtlPgBtmBlockRow {
  margin: 30px 0 0 0
}

.memerDtlPgBtmBlockRowColL {
  width: 300px;
  background: #153C78;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.memerDtlPgBtmBlockRowColR {
  flex: 1;
  padding: 40px;
  background: #fff;
}

.memerDtlPgBlock2Sec2Row {
  width: 100%;
}

.memerDtlPgBlock2Sec2ColL {
  display: flex;
  align-items: center;
}

.memerDtlPgBlock2Sec2ColL .secondaryHead h2 {
  font-size: 2rem;
}

.memerDtlPgBlock2Sec2ColLIntro {
  padding: 2em 0 0 0;
}

.memerDtlPgBlock2Sec2Row:nth-child(even) .memerDtlPgBlock2Sec2ColL {
  order: 2;
}





/*subsideis pages start*/
.subsideisPgHead {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  display: flex;
  align-items: center;
}

.subsideisPgHead:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.subsideisPgHead .container {
  position: relative;
  z-index: 1;
}

.subsideisPgHeadTxt {
  width: 100%;
  color: #153C78;
  margin: 30px 0 0 0;
}

.subsideisPgHeadTxt h2 {
  position: relative;
  padding: 0 0 0 75px;
}

.subsideisPgHeadTxt h2 img {
  position: absolute;
  top: -13px;
  left: 0;
  width: 60px;
}

.subsideisPgHeadTxt p {
  color: #153C78;
  padding: 10px 0 0 75px;
  font-weight: 600;
}

.subsideisPgBlock1 {
  width: 100%;
  background: #eff1f4;
}

.subsideisPgSec1 {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
}

.subsideisPgSec1 h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #153C78;
}

.subsideisPgSec1 p {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1em 0 0 0;
}

.subsideisPgSec1 h5 {
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
  padding: 1em 20px 0 0;
}

.subsideisPgSec1 p span {
  font-size: 13px;
}

.subsideisPgSec2 {
  width: 100%;
}

.subsideisPgSec2Bx {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 2.9em 2.9em;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 7%);
}

.subsideisPgSec2Row1 {
  width: 100%;
}

.subsideisPgSec2Row1 p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  width: 133px;
  height: 62px;
  background: url(../images/subsideisPgSec2Row1Bg.svg) no-repeat center center;
  padding: 15px 0 0 0;
  letter-spacing: 2px;
}

.subsideisPgSec2Row2 {
  padding: 30px 0 0 0;
}

.subsideisPgSec2Row2 h4 {
  display: inline-block;
  line-height: 1.7em;
  position: relative;
  padding: 0 0 0 30px;
}

.subsideisPgSec2Row2 h4 span {
  display: inline-block;
  font-size: 31px;
  color: #AA9F64;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin: 6px 8px 0 0;
  position: absolute;
  top: -8px;
  left: -8px;
}

.subsideisPgSec2Row3 {
  width: 100%;
  padding: 45px 0 0 0;
}

.subsideisPgSec2Row3 .row {
  margin: 0 -10px 0 -10px;
}

.subsideisPgSec2Row3Col {
  padding: 0 10px 0 10px;
}

.subsideisPgSec2Row4 {
  width: 100%;
  padding: 1.3em 0 0 0;
  text-align: center;
}

.subsideisPgSec2Row4Sec1 {
  width: 100%;
}

.subsideisPgSec2Row4Sec1 p {
  color: red;
}

.subsideisPgSec2Row4Sec2 {
  width: 100%;
  padding: 1em 0 0 0;
}

.subsideisPgSec2Row4Sec2 .primaryBtn {
  text-align: center;
  padding: 0 15px 0 15px;
  height: 50px;
  line-height: 54px;
  font-size: 15px;
}

.subsideisPgSec2Row4Sec2 .primaryBtn:hover {
  opacity: 0.8;
}

.subsideisPgSec2Row4Sec2 .primaryBtn img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
}

.subsideisBtn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 55px;
  padding: 0 15px 0 15px;
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-weight: 600;
}

.subsideisBtn1 {
  background: #5d86c4;
  color: #fff !important;
}

.subsideisBtn1:hover {
  background: #5174a9;
}

.subsideisPgSec2Row3 .clicked {
  background: #AA9F64;
}

.subsideisBtn2 {
  background: #bed9db;
  color: #121212 !important;
}

.subsideisBtn2:hover {
  background: #a6d7db;
}

.subsideisPgSec2FromHeadIcon {
  width: 100%;
  text-align: center;
  padding-bottom: 1.5em;
}

.subsideisPgSec2FromHeadIcon img {
  width: 50px;
  height: 50px;
}

.subsideisPgSec2FromHead {
  width: 100%;
  text-align: left;
  padding-bottom: 1.5em;
}

.subsideisPgSec2FromHead p {
  font-size: 0.93rem;
  font-weight: 600;
}

.subsideisPgSec2From .subsideisPgSec2Bx {
  max-width: 500px;
}

.subsideisPgSec2From .hmBlock6IntroColLColBx {
  width: 100%;
  text-align: left;
}

.subsideisPgSec2From .hmBlock6IntroColLColBx+.hmBlock6IntroColLColBx {
  margin: 2em 0 0 0;
}

.subsideisPgSec2From .hmBlock6IntroColLColBx .primaryBtn {
  width: 100%;
  text-align: center;
  padding: 0;
}

.subsideisPgSec2From .checkInfoFormError {
  color: red;
}

.subsideisPgSec2FromBtns {
  width: 100%;
}

.subsideisPgSec2FromBtns .clicked {
  background: #AA9F64;
}

.subsideisPgSec2FromBtnsCol {
  width: 100%;
}

.subsideisPgSec2FromBtnsCol+.subsideisPgSec2FromBtnsCol {
  margin: 15px 0 0 0;
}

.subsideisPgSec2FromBtnsCol .btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 51px;
  font-weight: bold;
  background: #153C78;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.subsideisPgSec2FromBtnsCol .btn.clicked {
  background: #AA9F64;
}

.subsideisPgSec2FromBtnsCol .btn:hover {
  background: #AA9F64;
}

.greyed {
  background: #bdbdbd !important;
  pointer-events: none;
}

.subsideisPgSec2FromIcon {
  width: 100%;
  text-align: center;
}

.subsideisPgSec2FromIcon img {
  width: 160px;
  height: 160px;
}

.subsidiesPgHead .pageHeadOvrBx {
  text-align: left;
  padding: 0;
  border: none;
  display: block;
}

.subsidiesPgHead .pageHeadPic img {
  height: 200px;
}

.subsidiesPgHead .pageHeadOvr h1 {
  font-size: 2.5rem;
}

.subsidiesPgHead .pageHeadOvr h3 {
  font-size: 1rem;
  padding-top: 1em;
}

.subsideisPgSec2FromHead2 h3 {
  text-align: center;
  padding: 0 0 0.8em 0;
  color: #153C78;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
}

.subsideisPgSec2FromHead2 p {
  font-size: 1.1rem;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select {
    background: #edeff2 !important;
  }

  .pageHeadPic {
    height: 450px;
    position: relative;
    overflow: hidden;
  }

  .pageHeadPic img {
    height: auto;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
  }

  .memerDtlPgHead {
    height: 100vh;
  }

  .memerDtlPgHeadBlock1 {
    position: fixed;
  }

  .memerDtlPgHeadBlock1.active2 {
    position: relative;
  }
}


/*  Image Captcha
--------------------------------------------------------------*/
.captcha-image {
  border: 1px solid;
  padding: 25px 10px 10px 10px;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
}

.cf7ic_instructions {
  display: block;
  margin: 0 0 0 0;
}

.captcha-image .cf7ic_instructions span {
  color: red;
  font-weight: bold;
}

.captcha-image i {
  padding: 5px;
  font-size: 40px
}

.captcha-image label {
  display: inline-block;
  width: 60px !important;
  margin: 1.5em 0 0 0;
}

.captcha-image label>input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

/* HIDE RADIO */
.captcha-image svg {
  padding: 5px;
  width: 50px;
  height: 50px;
}

.captcha-image label>input+svg {
  cursor: pointer;
  border: 2px solid transparent;
}

/* IMAGE STYLES */
.captcha-image label>input:checked+svg, .captcha-image label>input:focus+svg {
  border: 2px solid #f00;
}

.captcha-image svg path {
  fill: #153c78 !important;
}

/* (CHECKED) IMAGE STYLES */
}



/*thanks page start*/
.thanksPg {
  width: 100%;
  text-align: center;
}

.thanksPg .primaryHead {
  text-align: center;
}

.thanksPg .primaryHead h2 {
  font-size: 5rem;
}

.thanksPgIntro {
  width: 100%;
}

.thanksPgIntroBx {
  max-width: 700px;
  margin: 0 auto;
  padding: 3em;
  background: #153C78;
  color: #fff;
  text-align: center;
}

.thanksPgIntro p {
  font-size: 1.2rem;
}

.thanksPgIntro p a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
}



/*agency-recruitment page start*/
.agencyRqurPg .primaryHead {
  text-align: center;
}

.agencyRqurPg .primaryHeadRow1 {
  padding: 0 0 1em 0;
}

.agencyRqurPg .primaryHead h2 {
  font-size: 2rem;
}

.agencyRqurPg .primaryHead h3 {
  font-size: 2.7rem;
}

.agencyRqurPgBlock1 {
  width: 100%;
  padding: 90px 0 13px 0;
  position: relative;
  background: #f3f4f5;
}

.agencyRqurPgBlock1Intro {
  width: 60%;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  border-radius: 50px;
  margin-left: -150px;
  position: relative;
  z-index: 2;
  padding: 0 0 0 190px;
  background: -moz-linear-gradient(left, rgba(21, 60, 120, 1) 76%, rgba(31, 87, 172, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(21, 60, 120, 1) 76%, rgba(31, 87, 172, 0.8) 100%);
  background: linear-gradient(to right, rgba(21, 60, 120, 1) 76%, rgba(31, 87, 172, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153c78', endColorstr='#cc1f57ac', GradientType=1);
}

.agencyRqurPgBlock1IntroInr {
  max-width: 600px;
  margin: 0 auto;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  color: #fff;
  padding: 6em 0 6em 0;
}

.agencyRqurPgBlock1IntroRowIcon {
  width: 100%;
}

.agencyRqurPgBlock1IntroRow1 {
  width: 100%;
}

.agencyRqurPgBlock1IntroRow1 h2 {
  display: inline-block;
  padding: 0.6em 1.2em 0.6em 1.2em;
  border-radius: 22px;
  font-size: 1.6rem;
  position: relative;
  background: rgb(195, 183, 121);
  background: -moz-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: linear-gradient(135deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab9f65', endColorstr='#8d824c', GradientType=1);
}

.agencyRqurPgBlock1IntroRow1 h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 35px;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #b5aa6d;
}

.agencyRqurPgBlock1IntroRow2 {
  width: 100%;
  padding: 2.5em 0 0 0;
}

.agencyRqurPgBlock1IntroRow2 h4 {
  font-weight: normal;
  font-size: 1.8rem;
}

.agencyRqurPgBlock1IntroRow2 h3 {
  font-weight: normal;
  font-size: 2.3rem;
  padding: 0.7em 0 0 0;
}

.agencyRqurPgBlock1IntroRow2 h2 {
  padding: 0.4em 0 0 0;
  font-size: 2.5rem;
  line-height: 1.5em;
}

.agencyRqurPgBlock1IntroRow3 {
  width: 100%;
  padding: 2.5em 0 0 0;
}

.agencyRqurPgBlock1IntroRow3 .primaryBtn {
  font-size: 22px;
  line-height: 65px;
}

.agencyRqurPgBlock1IntroD {
  display: none;
}

.agencyRqurPgBlock1Sec1 {
  width: 75%;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -150px;
  z-index: 1;
}

.agencyRqurPgBlock1Sec1Pic {
  width: 100%;
  background: #ddd;
  border-radius: 50px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  margin-right: -150px;
  overflow: hidden;
}

.agencyRqurPgBlock1Sec1Pic img {
  width: 100%;
  object-fit: cover;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  margin: 0 0 0 -140px;
}

.agencyRqurPgBlock1Sec1Lbl {
  display: inline-block;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: 200px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: -moz-linear-gradient(left, rgba(21, 60, 120, 1) 76%, rgba(31, 87, 172, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(21, 60, 120, 1) 76%, rgba(31, 87, 172, 0.8) 100%);
  background: linear-gradient(to right, rgba(21, 60, 120, 1) 76%, rgba(31, 87, 172, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153c78', endColorstr='#cc1f57ac', GradientType=1);
}

.agencyRqurPgBlock1Sec1LblInr {
  width: 100%;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  padding: 8px 50px 0 120px;
  position: relative;
}

.agencyRqurPgBlock1Sec1LblIcon {
  position: absolute;
  top: 17px;
  left: 23px;
}

.agencyRqurPgBlock1Sec1LblIcon img {
  width: 70px;
}

.agencyRqurPgBlock1Sec1LblBx {
  display: inline-block;
  vertical-align: middle;
}

.agencyRqurPgBlock1Sec1LblBx1 h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
}

.agencyRqurPgBlock1Sec1LblBx2 {
  margin: 0 0 0 20px;
}

.agencyRqurPgBlock2 {
  width: 100%;
  text-align: center;
  background: #f3f4f5;
  padding: 100px 0 100px 0;
}

.agencyRqurPgBlock2 .row {
  margin: 0 -25px 0 -25px;
}

.agencyRqurPgBlock2Col {
  padding: 0 25px 0 25px;
}

.agencyRqurPgBlock2ColLBx {
  width: 100%;
}

.agencyRqurPgBlock2ColLSec1 {
  width: 100%;
  position: relative;
  padding: 0 0 30px 0;
}

.agencyRqurPgBlock2ColLSec1:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -25px;
  background: #756a35;
}

.agencyRqurPgBlock2ColLSec1:after {
  content: "";
  width: 245px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: -25px;
  background: #756a35;
}

.agencyRqurPgBlock2ColL .primaryHead {
  text-align: center;
}

.agencyRqurPgBlock2ColL .primaryHead h2 {
  font-size: 3.6rem;
  line-height: 1em;
}

.agencyRqurPgBlock2ColL .primaryHeadRow1 {
  padding: 0;
}

.agencyRqurPgBlock2ColL .primaryHead h2 span:nth-child(1) {
  font-size: 4.33rem;
}

.agencyRqurPgBlock2ColL .primaryHead h2 span:nth-child(2) {
  font-size: 5.43rem;
  display: block;
  padding: 0.1em 0 0 0;
}

.agencyRqurPgBlock2ColL .primaryHead h3 {
  font-size: 1.15rem;
}

.agencyRqurPgBlock2ColLPic {
  width: 100%;
  padding: 25px 0 0 0;
}

.agencyRqurPgBlock2ColLPic img {
  width: 100%;
}

.agencyRqurPgBlock2ColRHead {
  width: 100%;
  padding: 50px 0 0 0;
}

.agencyRqurPgBlock2ColRHead .primaryHead {
  text-align: left;
}

.agencyRqurPgBlock2ColR .agencyRqurPgBlock2ColLPic {
  display: none;
}

.agencyRqurPgBlock2ColRBx {
  width: 100%;
  text-align: left;
  padding: 60px 0 0 0;
}

.agencyRqurPgBlock2ColRInr {
  width: 100%;
  position: relative;
  padding: 22px 0 0 0;
}

.agencyRqurPgBlock2ColRInr:before {
  content: "";
  width: 245px;
  height: 1px;
  position: absolute;
  top: 0;
  left: -25px;
  background: #756a35;
}

.agencyRqurPgBlock2ColRInr:after {
  content: "";
  width: 1px;
  height: 221px;
  position: absolute;
  top: 0;
  left: -26px;
  background: #756a35;
}

.agencyRqurPgBlock2ColR p {
  text-align: justify;
  font-size: 1.2rem;
  font-weight: bold;
}

.agencyRqurPgBlock2ColR p+p {
  margin: 1.2em 0 0 0;
}

.agencyRqurPgBlock2ColR p span {
  color: #756a35;
}

.agencyRqurPgBlock3 {
  width: 100%;
}

.agencyRqurPgBlock3Sec1 {
  width: 100%;
  padding-bottom: 200px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}

.agencyRqurPgBlock3Sec1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(15, 38, 74, 0.5);
}

.agencyRqurPgBlock3Sec1 .container {
  position: relative;
  z-index: 1;
}

.agencyRqurPgBlock3Sec1 .primaryHead {
  color: #fff;
}

.agencyRqurPgBlock3Sec1 .primaryHead h2 {
  color: #000;
}

.agencyRqurPgBlock3Sec1Intro {
  width: 100%;
  min-height: 353px;
}

.agencyRqurPgBlock3Sec1ColBx {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff !important;
  border: 1px solid #dfcc69;
}

.agencyRqurPgBlock3Sec1ColInr {
  width: 100%;
  height: 100%;
  padding: 2em 2.2em 2.2em 2.2em;
  color: #fff !important;
  position: relative;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
  background: -moz-linear-gradient(45deg, rgba(21, 60, 120, 0.9) 0%, rgba(31, 87, 172, 0.9) 100%);
  background: -webkit-linear-gradient(45deg, rgba(21, 60, 120, 0.9) 0%, rgba(31, 87, 172, 0.9) 100%);
  background: linear-gradient(45deg, rgba(21, 60, 120, 0.9) 0%, rgba(31, 87, 172, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6153c78', endColorstr='#e61f57ac', GradientType=1);
}

.agencyRqurPgBlock3Sec1ColRow1 {
  width: 100%;
}

.agencyRqurPgBlock3Sec1ColRow1 h2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.agencyRqurPgBlock3Sec1ColRow1 h2 span {
  display: inline-block;
  font-size: 4rem;
  color: #dfcc69;
}

.agencyRqurPgBlock3Sec1ColRow2 {
  width: 100%;
  padding: 0.5em 0 0 0;
}

.agencyRqurPgBlock3Sec1ColRow2 p {
  font-size: 1.15rem;
  text-align: center;
}

.agencyRqurPgBlock3Sec1ColArrow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.2em 1.5em 2.2em;
  opacity: 0;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.agencyRqurPgBlock3Sec1ColArrow img {
  width: 25px;
  height: 25px;
}

.agencyRqurPgBlock3Sec1ColBx:hover .agencyRqurPgBlock3Sec1ColInr {
  padding: 2em 2.2em 4.2em 2.2em;
}

.agencyRqurPgBlock3Sec1ColBx:hover .agencyRqurPgBlock3Sec1ColArrow {
  opacity: 1;
}

.agencyRqurPgBlock3Sec2 {
  width: 100%;
  background: #f3f4f5;
}

.agencyRqurPgBlock3Sec2 .container {
  width: 100%;
  max-width: 1150px;
}

.agencyRqurPgBlock3Sec2Bx {
  width: 100%;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.agencyRqurPgBlock3Sec2Row {
  width: 100%;
  padding: 90px 40px 40px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.05);
  box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.05);
}

.agencyRqurPgBlock3Sec2Row+.agencyRqurPgBlock3Sec2Row {
  margin: 50px 0 0 0;
}

.agencyock3Sec2RowSec1 {
  width: 100%;
  position: relative;
}

.agencyock3Sec2RowSec1:after {
  content: "";
  width: 57%;
  height: 140%;
  position: absolute;
  top: -90px;
  left: -40px;
  background: url(../images/bg_dot.png) repeat;
}

.agencyock3Sec2RowSec1ColLBx {
  width: 100%;
}

.agencyock3RowSec1ColLHead {
  width: 100%;
  position: relative;
  padding: 0 0 0 105px;
}

.agencyock3RowSec1ColLHead h3 {
  font-size: 1.8rem;
}

.agencyock3RowSec1ColLHeadLbl {
  position: absolute;
  top: 0;
  left: -100px;
  width: 180px;
  color: #fff;
  padding: 1em 1.5em;
  border-radius: 40px 40px 0 40px;
  background: rgb(195, 183, 121);
  background: -moz-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: linear-gradient(135deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab9f65', endColorstr='#8d824c', GradientType=1);
}

.agencyock3RowSec1ColLHeadLbl h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.45rem;
}

.agencyock3RowSec1ColLHeadLbl h2 span {
  display: inline-block;
  font-size: 3.5rem;
}

.agencyock3RowSec1ColLIntro {
  width: 100%;
}

.agencyock3RowSec1ColLIntro p {
  font-size: 1.1rem;
  text-align: justify;
}

.agencyock3RowSec1ColLIntro p span {
  font-weight: bold;
}

.agencyock3Sec2RowSec1ColRPic {
  width: 100%;
  padding: 0 0 0 30px;
}

.agencyock3Sec2RowSec1ColRPicBx div {
  width: 100%;
  position: relative;
  z-index: 1;
}

.agencyock3Sec2RowSec1ColRPicBx {
  width: 100%;
  position: relative;
  top: -20px;
  right: -20px;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.agencyock3Sec2RowSec1ColRPicBx:after {
  content: "";
  width: 150px;
  height: 210px;
  border: 15px solid #f1f1f1;
  position: absolute;
  bottom: -50px;
  left: -50px;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.agencyock3Sec2RowSec1ColR:hover .agencyock3Sec2RowSec1ColRPicBx {
  top: -10px;
  right: -10px;
}

.agencyock3Sec2RowSec1ColR:hover .agencyock3Sec2RowSec1ColRPicBx:after {
  bottom: -30px;
  left: -30px;
}

.agencyock3Sec2RowSec1ColRPic img {
  width: 100%;
}

#agencyRqurPgBlock3Sec2Row1 .agencyock3RowSec1ColLHead h3 {
  font-size: 1.7rem;
}

#agencyRqurPgBlock3Sec2Row1 .agencyock3RowSec1ColLHeadLbl {
  top: -24px
}

.agencyock3Sec2RowSec2 {
  width: 100%;
  padding: 90px 0 0 0;
}

.agencyock3Sec2RowSec2 .secondaryHead h2 {
  font-weight: bold;
  font-size: 1.6rem;
}

.agencyock3Sec2RowSec2Intro {
  width: 100%;
}

.scrollParentIndi {
  width: 110px;
  height: 55px;
  background: rgba(0, 0, 0, .7);
  padding: 5px 10px 1px 10px;
  text-align: center;
  position: absolute;
  top: 19px;
  z-index: 1;
  left: 0;
  border-radius: 5px;
  display: none;
}

.scrollParentIndi:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 41px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background: url(../images/scrollParentIndi.png) no-repeat;
  background-size: 30px;
  position: relative;
  top: 0;
}

.scrollParentIndi:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: infinite;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0
  }

  10% {
    opacity: 1
  }

  100%, 50% {
    transform: translateX(-40px);
    opacity: 0
  }
}

.scrollParentIndi p {
  color: #fff;
  font-size: 9px !important;
  font-weight: bold;
  padding: 0 0 0 0;
  line-height: 0;
}

.agencyock3Sec2RowSec2Col {
  padding: 0 0 0 0;
}

.agencyock3Sec2RowSec2Col+.agencyock3Sec2RowSec2Col {
  margin-left: -2px;
}

.agencyock3Sec2RowSec2Col1 {
  padding-right: 0;
}

.agencyock3Sec2RowSec2Col1Bx {
  padding: 64px 0 0 0;
}

.agencyock3Sec2RowSec2Col1Bx .pricingTblIntro {
  border: 2px solid #123161;
  border-right: 0;
}

.agencyock3Sec2RowSec2Col1Bx .pricingTblIntro .pricingTblIntroRow {
  padding: 0 5px 0 5px;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #123161;
  background: #153c78;
  background: -moz-linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  background: -webkit-linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  background: linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153c78', endColorstr='#1f57ac', GradientType=1);
}

.agencyock3Sec2RowSec2Col1Bx .pricingTblIntro .pricingTblIntroRow:last-child {
  border: none;
}

.agencyock3Sec2RowSec2ColFrst {
  padding-left: 0;
}

.agencyock3Sec2RowSec2ColBx {
  width: 100%;
  border: 2px solid #eee;
  text-align: center;
}

.pricingTblHead {
  width: 100%;
  padding: 20px;
  color: #fff;
  position: relative;
  background: #153c78;
  background: -moz-linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  background: -webkit-linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  background: linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153c78', endColorstr='#1f57ac', GradientType=1);
}

.pricingTblHead:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1a488f;
}

.pricingTblIntro {
  width: 100%;
}

.pricingTblIntroRow {
  width: 100%;
  border-bottom: 2px solid #eee;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.pricingTblIntroRow:nth-child(even) {
  background: #fbfbfb;
}

.pricingTblIntroRow p {
  line-height: 1.4em;
  text-align: center;
  font-size: 0.9rem;
}

.pricingTblIntroRow p span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.05rem;
  padding: 0 0 0.3em 0;
}

.pricingTblIntroRow p span b {
  font-size: 2rem;
  color: #d2c36f;
}

.pricingTblIntroRow:last-child {
  border-bottom: 0;
}

.active.agencyock3Sec2RowSec2Col {
  position: relative;
  z-index: 1;
}

.active .pricingTblHead {
  background: rgb(195, 183, 121);
  background: -moz-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: linear-gradient(135deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab9f65', endColorstr='#8d824c', GradientType=1);
}

.active .pricingTblHead:after {
  border-top: 10px solid #90854d;
}

.active .agencyock3Sec2RowSec2ColBx {
  border: 2px solid #AA9F64;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.3);
  box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.3);
}

.active .pricingTblIntroRow {
  border-color: #AA9F64;
}

.agencyRqurPgBlock3Sec2Row:nth-child(even) .agencyock3Sec2RowSec1ColL {
  order: 2;
}

.agencyRqurPgBlock3Sec2Row:nth-child(even) .agencyock3RowSec1ColLHead {
  padding: 0 105px 0 0;
}

.agencyRqurPgBlock3Sec2Row:nth-child(even) .agencyock3RowSec1ColLHeadLbl {
  right: -100px;
  left: auto;
  border-radius: 40px 40px 40px 0;
}

.agencyRqurPgBlock3Sec2Row:nth-child(even) .agencyock3Sec2RowSec1ColRPic {
  padding: 0 30px 0 0;
}

.agencyRqurPgBlock3Sec2Row:nth-child(even) .agencyock3Sec2RowSec1ColRPicBx {
  right: auto;
  left: -20px;
}

.agencyRqurPgBlock3Sec2Row:nth-child(even) .agencyock3Sec2RowSec1ColRPicBx:after {
  left: auto;
  right: -50px;
}

.agencyRqurPgBlock3Sec2Row:nth-child(even) .agencyock3Sec2RowSec1:after {
  left: auto;
  right: -40px;
}

.agencyock3Sec2RowSec2Scnd {
  padding-top: 50px;
}

.agencyock3Sec2Row2Sec2Intro {
  width: 100%;
  padding-top: 90px
}

.Row2Sec2IntroColBx {
  width: 100%;
  height: 100%;
  border: 2px solid #153C78;
  padding: 10px;
}

.Row2Sec2IntroColInr {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: relative;
}

.Row2Sec2IntroColIcon {
  width: 150px;
  height: 150px;
  line-height: 140px;
  text-align: center;
  background: #fff;
  border: 7px solid #153C78;
  border-radius: 50%;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.Row2Sec2IntroColBx:hover .Row2Sec2IntroColIcon {
  top: -80px;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.1);
  box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.1);
}

.Row2Sec2IntroColIntro {
  width: 100%;
  padding: 90px 15px 15px 15px;
  text-align: center;
}

.Row2Sec2IntroColIntro p {
  line-height: 1.5em;
}

.agencyock3Sec2Row3Sec1 {
  padding-bottom: 50px;
}

.agencyRqurPgBlock4 {
  width: 100%;
}

.agencyRqurPgBlock4ColBx {
  width: 100%;
  height: 100%;
  padding: 2.5em 1.5em 1.5em 1.5em;
  border: 2px solid #153C78;
}

.agencyRqurPgBlock4Intro {
  width: 100%;
}

.agencyRqurPgBlock4 .secondaryHead h2 {
  font-weight: bold;
  font-size: 1.6rem;
}

.agencyRqurPgBlock4ColPic {
  width: 100%;
  padding: 1.5em 0 0 0;
}

.agencyRqurPgBlock4ColPic img {
  width: 100%;
}

.agencyRqurPgBlock5 {
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}

.agencyRqurPgBlock5:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(15, 38, 74, 0.7);
}

.agencyRqurPgBlock5 .container {
  position: relative;
  z-index: 1;
}

.agencyRqurPgBlock5 .primaryHead, .agencyRqurPgBlock5 .primaryHead h2 {
  color: #fff;
}

.agencyRqurPgBlock5Intro {
  width: 100%;
}

.tabs {
  width: 100%;
  position: relative;
}

#tabs-nav {
  width: 840px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 1;
  background: #153c78;
  background: -moz-linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  background: -webkit-linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  background: linear-gradient(45deg, #153c78 0%, #1f57ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153c78', endColorstr='#1f57ac', GradientType=1);
  padding: 10px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.05);
  box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.05);
}

#tabs-nav li {
  display: inline-block;
  cursor: pointer;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
  border-radius: 40px;
  font-size: 1.4rem;
  padding: 1em 2em 0.9em 2em;
  min-width: 263px;
  background: #174081;
}

#tabs-nav li+li {
  margin: 0 0 0 10px;
}

ul#tabs-nav li:hover {
  background: #12356c;
}

ul#tabs-nav li.active {
  background: rgb(195, 183, 121);
  background: -moz-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: linear-gradient(135deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab9f65', endColorstr='#8d824c', GradientType=1);
}

#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
}

#tabs-content {
  width: 100%;
  background: rgba(15, 42, 84, 0.7);
  padding: 75px 2em 2em 2em;
}

.agencyRqurPgBlock5Intro .row {
  margin: 0 -5px 0 -5px;
}

.agencyRqurPgBlock5Col {
  padding: 10px 5px 0 5px;
}

.agencyRqurPgBlock5ColBx {
  width: 100%;
  background: #fff;
  text-align: center;
}

.agencyRqurPgBlock5Sec2 {
  width: 100%;
  padding-top: 80px;
}

.agencyRqurPgBlock5Sec2 .secondaryHead h2 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}

.agencyRqurPgBlock5Sec2 .secondaryHead h2:after {
  background: #fff;
}

.agencyRqurPgBlock5Sec2IntroBx {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em;
  background: rgba(15, 42, 84, 0.7);
  color: #fff;
}

.agencyRqurPgBlock5Sec2 .row {
  margin: 0 -30px 0 -30px;
}

.agencyRqurPgBlock5Sec2Col {
  padding: 0 30px 0 30px;
}

.agencyRqurPgBlock5Sec2Col:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.agencyRqurPgBlock5Sec2ColBx {
  width: 100%;
}

.agencyRqurPgBlock5Sec2Col .table {
  width: 100%;
  border: none;
  margin: 0;
}

.agencyRqurPgBlock5Sec2Col .table th, .agencyRqurPgBlock5Sec2Col .table td {
  border: none;
  padding: 1.3em 0 0 0;
}

.agencyRqurPgBlock5Sec2Col .table th {
  width: 50px;
  text-align: center;
}

.agencyRqurPgBlock5Sec2Col .table th span {
  display: block;
  position: relative;
  padding: 0 0 0.3em 0;
}

.agencyRqurPgBlock5Sec2Col .table th span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #dfcc69;
  position: absolute;
  bottom: 0;
  left: 0;
}

.agencyRqurPgBlock5Sec2Col .table td {
  padding-left: 20px;
}

.agencyRqurPgBlock6 {
  width: 100%;
  position: relative;
}

.agencyRqurPgBlock6:after {
  content: "";
  width: 100%;
  height: 350px;
  background: #f3f4f5;
  position: absolute;
  top: 0;
  left: 0;
}

.agencyRqurPgBlock6D {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}

.agencyRqurPgBlock6D h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 9.3rem;
  color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.agencyRqurPgBlock6 .container {
  position: relative;
  z-index: 1;
}

.agencyRqurPgBlock6Intro {
  width: 100%;
  position: relative;
  z-index: 1;
}

.agencyRqurPgBlock6Intro .slick-list {
  padding: 0 300px !important;
}

.agencyRqurPgBlock6Intro .slick-dots {
  bottom: -60px;
}

.agencyRqurPgBlock6Intro .slick-dots li {
  background: rgb(195, 183, 121);
  background: -moz-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  background: linear-gradient(135deg, rgba(195, 183, 121, 1) 0%, rgba(109, 98, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab9f65', endColorstr='#8d824c', GradientType=1);
}

.agencyRqurPgBlock6SliderCol {
  padding-bottom: 20px;
  opacity: 0.7;
  transition: .4s cubic-bezier(.4, .47, .17, .98);
}

.slick-current .agencyRqurPgBlock6SliderCol {
  opacity: 1;
}

.agencyRqurPgBlock6SliderColBx {
  width: 100%;
  height: 100%;
  display: flex;
  background: #fff url(../images/bg_dot.png) repeat;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.08);
  box-shadow: 0px 6px 25px rgba(0, 53, 106, 0.08);
  padding: 2.5em;
}

.agencyRqurPgBlock6SliderColPic {
  width: 140px;
  height: 150px;
  text-align: center;
  background: #eee;
  border-radius: 10px;
  padding: 10px;
}

.agencyRqurPgBlock6SliderColPic img {
  margin: 0 auto 0;
}

.agencyRqurPgBlock6SliderColIntro {
  flex: 1;
  padding: 0 0 0 30px;
}

.PgBlock6SliderColIntroRow1 {
  width: 100%;
}

.PgBlock6SliderColIntroRow1 ul {
  margin: 0 -10px 0 -10px;
}

.PgBlock6SliderColIntroRow1 ul li {
  float: left;
  padding: 0 10px 0 10px;
  font-size: 1.05rem;
}

.PgBlock6SliderColIntroRow2 {
  width: 100%;
  padding: 0.7em 0 0 0;
}

.PgBlock6SliderColIntroRow2 h3 {
  font-size: 1.7rem;
}

.PgBlock6SliderColIntroRow3 {
  width: 100%;
  padding: 1.5em 50px 0 60px;
  position: relative;
}

.PgBlock6SliderColIntroRow3:before {
  content: "";
  width: 40px;
  height: 32px;
  background: url(../images/PgBlock6SliderQuote2.png) no-repeat center center;
  position: absolute;
  top: 20px;
  left: 0;
}

.PgBlock6SliderColIntroRow3:after {
  content: "";
  width: 40px;
  height: 32px;
  background: url(../images/PgBlock6SliderQuote.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
}


.masterHeadBnr {
  width: 265px;
  background: url(../images/masterHeadBnrBg.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 20px;
  right: 80px;
  z-index: 99;
  padding: 7px;
  opacity: 0.93;
}

.masterHeadBnr:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.77;
  background: rgb(255, 215, 0);
  background: -moz-linear-gradient(-45deg, rgba(255, 215, 0, 94%) 0%, rgba(0, 106, 255, 82%) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 215, 0, 94%) 0%, rgba(0, 106, 255, 82%) 100%);
  background: linear-gradient(135deg, rgba(255, 215, 0, 94%) 0%, rgba(0, 106, 255, 82%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcea88', endColorstr='#d6c359', GradientType=1);
}

.masterHeadBnrInr {
  width: 100%;
  border: 2px solid #fff;
  border-top: none;
  padding: 20px 20px 10px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.masterHeadBnrInr:before {
  content: "";
  width: 4%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.masterHeadBnrInr:after {
  content: "";
  width: 61%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.masterHeadBnrLbl {
  position: absolute;
  top: -18px;
  left: 22px;
  color: #ff0000;
  font-weight: bold;
  font-family: 'Dancing Script', cursive;
  font-size: 27px;
  line-height: 16px;
  transform: rotate(-25deg);
  text-shadow: -4px 1px 0px rgb(255 255 255 / 20%);
}

.masterHeadBnrLbl span {
  display: block;
  position: relative;
  left: 22px;
}

.masterHeadBnrWmn {
  position: absolute;
  bottom: -9px;
  left: -64px;
  z-index: 1;
  display: none;
}

.masterHeadBnrBx {
  width: 100%;
  padding: 9px 0 0 0;
}

.masterHeadBnrRow1 {
  width: 100%;
}

.masterHeadBnrRow1 h3 {
  font-size: 14px;
  color: #000;
  position: relative;
}

.masterHeadBnrRow1 h3:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  background: #000;
  transform: rotate(-25deg);
}

.masterHeadBnrRow1 h3:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: -2px;
  right: 0;
  background: #000;
  transform: rotate(25deg);
}

.masterHeadBnrRow1 h4 {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: #142C4D;
  letter-spacing: 2px;
  font-size: 13px;
  padding: 4px 0 0 0;
}

.masterHeadBnrRow2 {
  width: 100%;
  padding: 16px 0 0 0;
}

.masterHeadBnrRow2 .secondaryBtn {
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
  font-size: 13px;
  background: rgb(214, 1, 27);
  background: -moz-linear-gradient(-45deg, rgba(214, 1, 27, 1) 0%, rgba(255, 12, 42, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(214, 1, 27, 1) 0%, rgba(255, 12, 42, 1) 100%);
  background: linear-gradient(135deg, rgba(214, 1, 27, 1) 0%, rgba(255, 12, 42, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6011b', endColorstr='#ff0c2a', GradientType=1);
}

.masterHeadBnrRow2 .secondaryBtn:after {
  background: rgb(20, 44, 77);
  background: -moz-linear-gradient(-45deg, rgba(20, 44, 77, 1) 0%, rgba(39, 85, 148, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(20, 44, 77, 1) 0%, rgba(39, 85, 148, 1) 100%);
  background: linear-gradient(135deg, rgba(20, 44, 77, 1) 0%, rgba(39, 85, 148, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142c4d', endColorstr='#275594', GradientType=1);
}

.masterHeadBnrRow2 .secondaryBtn img {
  width: 20px;
  height: 20px;
  top: -2px;
}

.masterHeadBnrClose {
  position: absolute;
  top: 0;
  right: -7px;
  background: none;
  opacity: 0.9;
}

.masterHeadBnrClose img {
  width: 25px;
  height: 25px;
}



#main_visual {
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}

.white_mask {
  display: inline-block;
  text-align: center;
  padding: 2.5em 3.5em;
  border: 5px solid #153C78;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.white_mask h2 {
  font-weight: bold;
  font-size: 4rem;
  color: #153C78;
  white-space: nowrap;
}


/* work start 09-07-2024 */

.masterHeadsection {
  width: 100%;
  height: 88vh;
  position: relative;
}

.header-main-tilte-bg {
  width: 100%;
  height: 88vh;
  background-image: url(../images/new-graduate-recruitment-support-proposal-header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.badges-medal-honor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}

.badges-medalrow .badges-colm .masterHeadOvrColColLRowNo1 {
  display: flex;
  justify-content: center;
}

.badges-medalrow .badges-colm .masterHeadOvrColColLRowNo1 .revealBx {
  margin: 0 30px;
}

.badges-medalrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.badges-medalrow .badges-colm {
  width: 50%;
  justify-content: center;
  display: flex;
}

.badges-row-flex {
  display: flex !important;
  align-items: center;
}

.badges-row-flex .badges-row-col {
  width: 33.33% !important;
  margin: 0 15px;
}

.medal-ellips-panel {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 0 50px #5c5c5c;
  display: flex;
  align-items: center;
}

.medal-ellips-panel img {
  width: 128px;
  margin: 0 auto;
}

.recruit-box-panel {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px #ddd;
}

.recruit-box-panel::after {
  content: '';
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(22, 61, 121, 1) 99%, rgba(21, 60, 120, 1) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}

.recruit-box-frt {
  background-image: url(../images/recurit-img-001.jpg);
}

.recruit-box-snd {
  background-image: url(../images/recurit-img-002.jpg);
}

.recruit-box-thr {
  background-image: url(../images/recurit-img-003.jpg);
}

.recruit-box-frth {
  background-image: url(../images/recurit-img-004.jpg);
}

.recruit-box-fvfth {
  background-image: url(../images/recurit-img-005.jpg);
}

.recruit-box-panel .box-title {
  color: #fff;
  position: absolute !important;
  bottom: 0;
  z-index: 10;
  padding: 20px 10px;
  font-size: 25px;
  font-weight: 600;
}

.recruit-box-panel span.border-title {
  border-bottom: solid 3px #d0c382;
  border-radius: 8px;
}

.recruit-box-panel .box-title span.span-sm-title {
  font-size: 18px;
  font-weight: 500;
  margin-left: 0;
}

.tp-recruitSection {
  margin-bottom: 40px;
}

.informationCharge {
  background-color: #153c78;
  padding: 80px 0;
  color: #ffffff;
}

.informationCharge {
  background-color: #153c78;
  padding: 70px 0;
  color: #ffffff;
  position: relative;
  left: 0;
  margin-top: 50px;
  border-left: solid 50px #d0c382;
  border-right: solid 0 #ffffff;
}

.ellipes-oval-figure {
  width: 480px;
  height: 480px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: -245px;
  left: 0;
  box-shadow: 0 0 140px #8b8b8b;
  border: 10px solid #ab9f65;
}

.informationCharge h2 {
  font-size: 2.3rem;
}

.position-recruitment {
  position: relative;
}

.recruitmentSupportsection h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 3em;
  color: #153C78;
  margin-bottom: 80px;
}

.recruitmentSupportsection {
  background-color: #f1f6ff;
  padding: 250px;
}

.recruit-support-panel {
  background-image: url(../images/recruitmentSupportHead.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 900px;
  background-position: center;
  /* background-attachment: fixed; */
  border-radius: 100px;
}

.recruitmentSupportcontent {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  bottom: 100px;
  left: 20%;
  z-index: 100;
  width: 75%;
  box-shadow: 30px 30px 0 #153c78;
}

.recruitmentSupportcontent h3 {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 44px;
}

.recruitmentSupportcontent p {
  font-size: 18px;
  margin-bottom: 18px;
}

.companiesBusiness {
  background-image: url(../images/companiesHeadbg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 400px;
  background-position: center;
}

.companiesbusiness-panel {
  position: absolute;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  bottom: 100px;
  left: 20%;
  z-index: 100;
  width: 75%;
  box-shadow: 30px 30px 0 #153c78;
}

/* work start 09-07-2024 */


.front-map__body {
  max-width: 990px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#sp-fixed-menu {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 999;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.4);
}

/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 649px;
  margin: 0 auto;
  column-gap: 20px;
}

#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0;
  text-align: center;
}

/*左側メニュー*/
#sp-fixed-menu li:first-child {
  background: #AA9F64;
}

/*左側メニュー*/
#sp-fixed-menu li:last-child {
  background: #153C78;
}

/*ボタンを調整*/
#sp-fixed-menu li a {
  display: block;
  color: #fff;
  column-gap: 9px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {

  #sp-fixed-menu {
    padding: 0;
  }

  #sp-fixed-menu ul {
    column-gap: 0;
  }

  #sp-fixed-menu li a {
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
  }

}