/**
 * Theme Name:NAKANO RECRUIT
 *
 * @format
 */
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  color: #000;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
button {
  cursor: pointer;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #1573c6;
  text-decoration: none;
}
a,
button {
  color: #1573c6;
  outline: medium none;
}
input:focus,
textarea:focus,
:focus {
  outline: 0;
}
button:focus {
  outline: 0 none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #5a5a5a;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.47;
  letter-spacing: normal;
  color: #5a5a5a;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.btn {
  -moz-user-select: none;
  width: 172px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  padding: 0 18px;
  background-color: #309aad;
  display: block;
  margin: 0 auto;
  border: 1px solid #309aad;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border-radius: 0;
}
.btn:hover {
  color: #309aad;
  background-color: transparent;
}
.btn:hover:before {
  width: 100%;
  color: #444;
}
.btn.brand-btn {
  background: #fbba42;
  color: #222;
}
.btn.brand-btn:hover {
  background: #2f3440;
  color: #fbba42;
}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover {
  border-color: #2f3440;
}
.btn i {
}
/* scrollUp */
#scrollUp {
  background: #000;
  height: 35px;
  width: 35px;
  right: 15px;
  bottom: 77px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  /*border-radius: 50%;*/
  font-size: 0;
  line-height: 34px;
}
#scrollUp::before {
  font-size: 16px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
  background: #444;
}
/* 

  2. header 

*/
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  opacity: 0.9;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}
.banner-area {
  margin-top: 63px;
  position: relative;
  background-color: #f4f5f5;
}
.banner-area img {
}
.main-menu-area {
  padding: 10px 0;
}
.banner-content {
}
.banner-section {
}
.banner-section .container {
  position: relative;
}
.banner-content h1 {
  font-size: 59px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.36px;
  text-align: left;
  color: #309aad;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.banner-content p {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.85px;
  text-align: left;
  color: #5a5a5a;
}
.banner-content a {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 0.88px;
  text-align: left;
  color: #309aad;
  text-transform: uppercase;
}
.logo {
}
.logo img {
  max-width: 222px;
}
.main-menu .navbar {
  /* padding: 8px 15px 12px 15px; */
  /* width: auto; */
  /* display: block; */
  float: right;
  padding: 0;
}
.navbar {
  padding: 15px;
}
.navbar .logo {
  font-size: 24px;
  color: white;
  text-decoration: none;
}
.navbar .toggler-navbar {
}
.sidebar {
  position: fixed;
  top: 63px;
  right: 0;
  width: 300px;
  height: 100%;
  background: #309aad;
  text-align: left;
  font-size: 20px;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: left center;
  transition: 0.5s;
}
.sidebar.open {
  transform: rotate3d(0, 0, 1, 0deg);
}
.sidebar ul {
  list-style: none;
}
.sidebar li:hover,
.sidebar li.active {
  background: #0000003f;
}
.sidebar li a {
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}
.hamburger-menu {
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 41px;
  height: 41px;
  background-color: #309aad;
  text-align: center;
  line-height: 39px;
  color: #fff;
  border-radius: 50%;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 16.7px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  right: 0;
  margin: 0 auto;
}
.hamburger-menu span:nth-child(1) {
  top: 15.7px;
}
.hamburger-menu span:nth-child(2) {
  top: 20.1px;
}
.hamburger-menu span:nth-child(3) {
  top: 25.5px;
}
.hamburger-menu::before {
}
.hamburger-menu.open::before {
  content: "";
  font-family: Arial, Helvetica, sans-serif;
}
.hamburger-menu.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.hamburger-menu.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.head-top-right {
  float: right;
}
#inner-page .banner-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*


 4. about-area 


*/
.about-me-area {
  background-color: #f6f6f6;
  position: relative;
  padding-bottom: 64.1px;
}
.about-container {
  margin-right: 16.666667%;
  padding-left: 39.4px;
  padding-bottom: 250px;
}
.about-me-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 5.2px;
  text-align: left;
  color: #1573c6;
  padding-bottom: 20px;
}
.about-me-content {
  padding-top: 80px;
}
.about-description {
}
.about-me-content span.sub-title {
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  color: #309aad;
  padding-bottom: 20px;
  display: block;
  float: none;
  padding-top: 0;
}
.about-me-content h3 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  margin-bottom: 20px;
}
.about-me-content h3 span {
  color: #309aad;
  font-weight: 500;
  display: inline;
}
.about-me-content h3 {
}
.about-me-content h4 span {
  font-size: 39px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  display: inline-block;
  letter-spacing: 10.14px;
  text-align: left;
  color: #fff;
  background-color: #73b9ed;
  padding: 15px 15px;
}
.about-description {
  position: absolute;
  left: 0;
  background-color: #fff;
  padding: 25.8px 36.5px 34.1px 34.5px;
  width: 100%;
  max-width: 884px;
  margin-right: 46.666667%;
  bottom: 20px;
}
.description-title h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #309aad;
  margin-bottom: 0;
  border-bottom: 1px solid #d5d5d5;
}
.title-img img {
  width: 59.3px;
  height: 78.5px;
}
.title-img {
  position: absolute;
  right: 36.5px;
  bottom: 0;
}
.description-title {
  position: relative;
}
.sub-title {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #5a5a5a;
  float: right;
  padding-top: 8.3px;
  display: inline-block;
}
.about-description h5 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5a5a5a;
  padding-top: 17.4px;
  margin-bottom: 10.3px;
}
.about-description p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #5a5a5a;
  margin-bottom: 0;
}
#our_team .owl-carousel .owl-nav .owl-next,
#our_team .owl-carousel .owl-nav .owl-prev,
.our_team .owl-carousel .owl-nav .owl-next,
.our_team .owl-carousel .owl-nav .owl-prev {
  background-color: #309aad;
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
#our_team .owl-carousel .owl-nav .owl-prev::before,
.our_team .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 5px;
  height: 6px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 13px;
}
#our_team .owl-carousel .owl-nav .owl-next,
.our_team .owl-carousel .owl-nav .owl-next {
  margin-left: 5px;
}
#our_team .owl-carousel .owl-nav .owl-next::before,
.our_team .owl-carousel .owl-nav .owl-next::before {
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 5px;
  height: 6px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 13px;
}
#our_team .owl-nav,
.our_team .owl-nav {
  position: absolute;
  top: -70px;
  right: 29%;
  z-index: 1;
}
.video-sec {
  position: relative;
  z-index: 1;
  padding-top: 60.5px;
}
/* 


5. my resume



*/
.titlebar h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.2px;
  text-align: center;
  color: #1573c6;
}
.titlebar h4 {
}
.my-resume-area {
  background-color: #f6f6f6;
  position: relative;
}
.my-resume-wrapper {
  position: relative;
  z-index: 1;
}
.my-resume-area::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 100%;
}
.title-sec h4 {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #309aad;
  margin-bottom: 0;
}
.title-sec h4 span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  padding-left: 20px;
}
.our-team {
  position: relative;
  background-color: #1573c6;
}
.member-wrap {
  position: absolute;
  left: 35px;
  top: 37.5px;
}
.member-desc h3 {
  margin: 0;
}
.member-desc h3 a {
  font-family: "Outfit", sans-serif;
  font-size: 39px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 1.56px;
  text-align: left;
  color: #fff;
}
.member-desc h6 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}
.member-desc p {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  line-height: 17px;
}
.pro {
  writing-mode: vertical-lr;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.84px;
  text-align: left;
  color: #fff;
}
.team-member {
  position: relative;
}
.member-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25.6px 35px;
}
#our_team_sec {
  padding-left: 10px;
}
.process-text {
  background-size: cover;
  min-height: 616px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.process-loop {
  margin: 0 auto;
}
.process-loop h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
.process-loop p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.27;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
}
.process-content {
  padding: 30px 0 32px;
  min-height: 170px;
}
.process-loop span {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.56px;
  text-align: left;
  color: #fff;
}
.process-loop a {
  width: 172px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #309aad;
  padding: 0 18px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.process-loop a:hover {
  background-color: transparent;
  color: #fff;
}
.instagram-work .col-xl-3.col-lg-3.col-md-3 {
  padding: 2px;
}
.titlebar h4 {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #309aad;
  margin-bottom: 0;
}
.follow-btn {
  float: right;
}
.instagram-work .instagram-title {
  padding-bottom: 28px;
}
.instagram-container {
  margin-right: -2px;
  margin-left: -2px;
}
.about-img img,
.banner-area img,
.member-picture img,
.contact-wrapper img {
  width: 100%;
  height: auto;
}
.instagram-area {
  background-color: #f6f6f6;
  position: relative;
}
.instagram-area::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 828.5px;
  height: 655.9px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.instagram-work {
  position: relative;
  z-index: 1;
}
/*
 

      10.footer


 */
footer {
  background-color: #fff;
}
.footer-btn a {
  border-bottom: 1px solid #d8dce6;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.07;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  padding-bottom: 5px;
  position: relative;
}
.footer-btn a::after {
  content: "";
  background: url("img/right-arrow.png");
  width: 6.9px;
  height: 9.9px;
  display: block;
  position: absolute;
  right: -25px;
  top: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-logo img {
}
.footer-logo {
  padding-bottom: 18px;
}
.contact-info h4 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.contact-info ul li {
  display: block;
  line-height: 20px;
}
.contact-info ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.footer-menu ul li:last-child {
  padding-right: 0;
}
.copyright p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 0;
}
.footer-top {
  padding-bottom: 25.1px;
}
.contact-right {
  float: right;
}
#inner-page h1 {
  font-size: 34px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: center;
  color: #309aad;
  padding: 0;
  font-family: "Outfit", sans-serif;
}
#inner-page p {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.85px;
  text-align: center;
  color: #5a5a5a;
  margin-bottom: 0;
}
#inner-page .banner-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
#inner-page .banner-container {
  width: 100%;
}
.breadcrumb-section .breadcrumb-text ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin: 0 10px;
}
.breadcrumb-section .breadcrumb-text ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
}
.breadcrumb-section .breadcrumb-text ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
}
.breadcrumb-text ul {
  text-align: right;
}
.breadcrumb-section .breadcrumb-text ul li:last-child {
  margin-right: 0;
}
.breadcrumb-section .breadcrumb-text ul li,
.breadcrumb-section .breadcrumb-text ul li a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #309aad;
}
.breadcrumb-section .breadcrumb-text ul li a {
  position: relative;
  padding-right: 5px;
}
.breadcrumb-section {
  background-color: #f4f5f5;
  padding-top: 34.8px;
}
.team-page-section {
  background-color: #f4f5f5;
  padding-bottom: 113px;
  padding-top: 165px;
}
.team-page-container {
  position: relative;
  overflow: hidden;
}
.team-page-container::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 203px;
  display: block;
  width: 100%;
  height: 100%;
}
.team-block-two {
  max-width: 806px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lower-content-sec h5 {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.lower-content-sec h5 span {
  color: #309aad;
}
.designation {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  line-height: 20px;
}
.lower-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.lower-content-sec {
  padding: 33px 56.1px 32px 13px;
  width: 100%;
  max-width: 469.1px;
}
.inner-box-container {
  position: relative;
}
.inner-box-container .image img {
  width: 100%;
  height: auto;
}
.inner-box h6 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #309aad;
  padding-top: 71px;
}
.inner-box {
  padding-bottom: 128px;
}
.inner-box p {
  margin-bottom: 0;
}
.latest-work-left span {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  display: block;
}
.latest-work-right {
  width: 100%;
  max-width: 548px;
  float: right;
}
.latest-work-left p {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #309aad;
  line-height: inherit;
  text-transform: uppercase;
}
.latest-work-left h3 {
  font-size: 45px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 68px;
}
.latest-work-top {
  background-color: #f4f5f5;
  padding: 124px 0 96px;
}
.latest-work-wrapper {
  position: relative;
}
.latest-work-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 492px;
  overflow: hidden;
}
.latest-work-img {
}
.latest-work-left {
}
.latest-work-img img {
  width: 100%;
}
.latest-work-box {
  padding-right: 88px;
}
.latest-work-content .btn {
  max-width: 205px;
  margin: 0;
}
.latest-work-content span {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #309aad;
}
.latest-work-content p {
  margin-bottom: 0;
}
.latest-work-content .btn {
  max-width: 205px;
  margin: 46px 0 0;
}
.latest-work-content h4 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #309aad;
  margin-bottom: 40px;
}
.latest-work-area hr {
  border-color: #309aad;
  margin: 95px 0;
}
.latest-work-area {
  padding-top: 94px;
}
.latest-work-wrapper .latest-work-content {
  min-height: 492px;
}
.policy-sec {
  background-color: #f4f5f5;
  padding-top: 124px;
  position: relative;
  overflow: hidden;
  padding-bottom: 111px;
}
.policy-img {
  position: absolute;
  left: 0;
  margin: 0;
  overflow: hidden;
  bottom: 111px;
  height: 390px;
}
.policy-img img {
  width: 100%;
  height: auto;
}
.latest-work-right p {
  margin-bottom: 0;
}
.policy-container .latest-work-left {
  position: relative;
  z-index: 1;
}
.privacy-policy-title h2 {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #309aad;
  margin-bottom: 0;
}
.privacy-policy-title h2 span {
  padding-left: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  display: inline-block;
}
.privacy-policy-box {
  padding-right: 15px;
  min-height: 550px;
}
.privacy-policy-area {
  padding-top: 113px;
}
.privacy-policy-box span {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  color: #309aad;
  display: block;
}
.privacy-policy-box h4 span,
.privacy-policy-box h5 span {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #309aad;
  display: inline-block;
  padding: 5px 5px;
}
.privacy-policy-box h4,
.privacy-policy-box h5 {
  margin-bottom: 4px;
}
.privacy-policy-box h4 {
  margin-top: 7.1px;
}
.privacy-policy-box p {
  padding-top: 31.9px;
  margin-bottom: 0;
}
.privacy-policy-box h4,
.privacy-policy-box h5 {
}
.privacy-policy-img-container img {
  width: 100%;
  height: auto;
}
.privacy-policy-border hr {
  border-color: #309aad;
  margin: 0 auto;
}
.privacy-policy-border {
  position: relative;
}
.privacy-policy-border h6 {
  font-family: "Outfit", sans-serif;
  font-size: 73px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.92px;
  text-align: right;
  color: #309aad;
  margin-bottom: 0;
  position: relative;
  top: 16px;
  left: 7px;
  text-transform: uppercase;
}
.privacy-policy-wrapper {
}
.privacy-policy-title {
  padding-bottom: 74.4px;
}
.benefits-img img {
  width: 100%;
  height: auto;
}
.benefits-title span {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #309aad;
  text-transform: uppercase;
}
.benefits-title h3 {
  font-size: 45px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  margin-bottom: 0;
}
.benefits-title {
  padding-top: 93.8px;
}
.benefits-left h4 {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #309aad;
}
.benefits-left p {
  margin-bottom: 0;
  line-height: 34px;
}
.benefits-area {
  padding-bottom: 90.5px;
}
.mission-title h3 {
  font-family: "Outfit", sans-serif;
  font-size: 61px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.44px;
  text-align: left;
  color: #d0e7eb;
}
.mission-title h4 span {
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.76px;
  text-align: left;
  color: #309aad;
  padding-left: 10px;
}
.mission-title {
}
.mission-img-box {
}
.mission-img-box p,
.mission-wrapper p {
  margin-bottom: 0;
  line-height: 30px;
  padding-top: 16px;
}
.mission-sub-title::after {
  content: "";
  background-color: #309aad;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 25px;
}
.mission-title h4 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #309aad;
  z-index: 1;
  background-color: #fff;
  position: relative;
  padding-right: 15px;
  margin-bottom: 0;
}
.mission-sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
  position: relative;
}
.our-mission-area {
  padding-bottom: 90px;
}
.requirements-page {
  background-color: #f4f5f5;
}
.button-list a {
  background-color: #309aad;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  border: 1px solid #309aad;
  letter-spacing: 0.6px;
  color: #fff;
  padding: 10px 16px;
}
.button-list a:hover {
  background-color: transparent;
  color: #309aad;
}
.mission-img-box img,
.requirements-box img {
  width: 100%;
  height: auto;
}
.requirements-box h4 a {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.93;
  letter-spacing: 0.6px;
  text-align: left;
  color: #309aad;
  display: block;
  padding: 0 17px;
}
.requirements-box h4 {
  background-color: #fff;
  display: block;
  margin-bottom: 0;
}
.requirements-wrapper {
  padding-bottom: 52px;
}
#leadership-top {
  padding-bottom: 0;
}
#leadership-top h5 span {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #309aad;
  display: inline-block;
  padding: 0 8.5px;
}
#leadership-top h5 {
  margin-bottom: 5px;
}
.leadership-container {
  padding-top: 16.6px;
  position: relative;
  top: 25px;
}
.profile-area {
  padding-top: 65.4px;
  margin-top: 25px;
}
.profile-wrapper {
  position: relative;
  padding-bottom: 250px;
}
.profile-image img,
.executive-image img,
.blog-post-img img,
.post-thumb img {
  width: 100%;
  height: auto;
}
.profile-detail h4 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 43px;
  letter-spacing: normal;
  text-align: left;
  color: #309aad;
}
.profile-detail p {
  margin-bottom: 0;
  /* line-height: 44px; */
}
.profile-detail {
  padding: 21.5px 16.666667% 0 30px;
  background-color: #fff;
  z-index: 1;
  left: -52%;
  bottom: -155px;
  position: absolute;
}
.profile-wrapper .col-lg-7.col-md-7.col-sm-7 {
  padding-bottom: 255px;
}
.executive-area {
  background-color: #f4f5f5;
  padding-top: 106.8px;
  padding-bottom: 97px;
}
.title-bar span {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #309aad;
  text-transform: uppercase;
}
.title-bar h4 {
  font-size: 45px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.51;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
  margin-bottom: 0;
}
.sub-title-bar p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.44;
  letter-spacing: normal;
  text-align: center;
  color: #5a5a5a;
  margin-bottom: 0;
}
.sub-title-bar p span {
  color: #309aad;
}
.blog_post {
  padding: 35px 37px 31px 0;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 23px;
}
.blog-post-img {
  padding-left: 37px;
}
.blog-post-titlebar {
  width: 289px;
  height: auto;
  border-radius: 0 18px 18px 0;
  background-color: #309aad;
  margin-bottom: 30px;
  padding-left: 37px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog-post-titlebar h4 {
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.post-meta {
  position: absolute;
  left: 35px;
  top: 37.5px;
}
.post-meta span {
  writing-mode: vertical-lr;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.84px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25.6px 35px;
}
.post-content h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 39px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 1.56px;
  text-align: left;
  color: #fff;
}
.post-content span {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.post-content p {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  line-height: 17px;
  padding-top: 25px;
}
.recruitment-details {
  background-color: #f4f5f5;
}
.title-bar h2 {
  font-size: 45px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a5a;
}
.title-bar h2 .text-style-1 {
  color: #309aad;
  font-size: 45px;
  font-weight: 500;
}
.recruitment-btn .btn {
  float: right;
}
.employee-area {
  background-color: #f4f5f5;
  padding-top: 124.3px;
  padding-bottom: 88.7px;
}
.employee-wrapper .employee-box {
  padding: 0 3px 6px;
}
.employee-wrapper .row {
  margin-left: -3px;
  margin-right: -3px;
}
.employee-box-container button {
  border: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.employee-box-container .member-desc h3 a {
  display: inherit;
}
.employee-box-container button.close {
  text-align: right;
  text-shadow: none;
  color: #fff;
  opacity: 1;
}
.main-banner-section {
  position: relative;
}
.pop-up-content {
  background-color: #309aad;
  padding: 36px 37.3px 37.3px 54px;
  max-width: 420px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pop-up-content h2 {
  font-family: "Outfit", sans-serif;
  font-size: 39px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 1.56px;
  text-align: left;
  color: #fff;
}
.pop-up-content span {
  padding: 3px 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: center;
  color: #309aad;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.pop-up-content h3 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.pop-up-content h4 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.main-banner-section {
  position: relative;
}
.employee-box-container .modal-body {
  padding: 0;
}
.employee-box-container .modal-dialog {
  max-width: 998px;
}
.employee-wrapper .main-banner-section .row {
  margin: 0 auto;
}
.employee-wrapper .modal {
  background-color: #309aad;
}
.employee-wrapper .modal-content {
  border: none;
  border-radius: 0;
  position: inherit;
  background-color: #309aad;
}
.employee-wrapper .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
.employee-box-container .modal-body {
  padding: 0;
  background-color: #fff;
}
.main-banner-section h1 {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #309aad;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 25px;
}
.main-banner {
  background-color: #fff;
  padding-top: 40px;
}
.main-banner img {
  padding-right: 40px;
}
.pop-up-left-content h4 {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #309aad;
  line-height: 30px;
  margin-bottom: 21.5px;
}
.section_one {
  padding: 85px 0 0 25px;
}
.page-breadcrumb {
  position: relative;
}
.page-breadcrumb li::after {
  position: absolute;
  content: "\f105";
  right: -4px;
  top: 1px;
  color: #ffffff;
  font-family: "FontAwesome";
}
.page-breadcrumb li a {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-breadcrumb {
  position: relative;
  background-color: #309aad;
  padding-bottom: 62px;
}
.page-breadcrumb ul {
  text-align: right;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.pop-up-right-img img {
  width: 100%;
  height: auto;
}
.promote-sec-title h4 {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 11px 46px;
  background-color: #1d8598;
}
.promote-sec p {
  margin-bottom: 0;
}
.section_two {
  padding: 0 25px;
}
.employee-wrapper .modal-container .row {
  margin: 0 auto;
}
.promote-sec-img {
  position: absolute;
  bottom: 0;
}
.section_two_container {
  background-color: #309aad;
  position: relative;
}
.section_two_container .col-lg-12.col-md-12.col-sm-12 {
  padding: 0;
}
.promote-sec {
  padding: 0 31px 21.5px;
}
.promote-sec p {
  margin-bottom: 0;
  color: #fff;
}
.section_three {
  padding: 71px 0 69.5px 45px;
}
.section_three {
}
.section_three .col-xl-12.col-lg-12.col-md-12.col-12 {
  padding: 0;
}
#our_team_sec-popup .item,
#our_team_sec-popup1 .item,
#our_team_sec-popup2 .item,
#our_team_sec-popup3 .item,
#our_team_sec-popup4 .item,
#our_team_sec-popup4 .item,
#our_team_sec-popup5 .item,
#our_team_sec-popup6 .item {
  padding-left: 13px;
}
.section_three .our_team .owl-nav {
  right: 90px;
}
.employee-wrapper .modal-container .section_three .our_team {
  margin-left: -13px;
  margin-right: -13px;
}
#our_team_sec-popup,
#our_team_sec-popup1,
#our_team_sec-popup2,
#our_team_sec-popup3,
#our_team_sec-popup4,
#our_team_sec-popup5,
#our_team_sec-popup6 {
  padding-right: 13px;
}
#routine-page .latest-work-right {
  float: none;
}
.privacy-policy-top {
  position: relative;
}
.privacy-policy-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 510px;
}
.benefits-img-right {
  max-width: 385px;
  height: 264px;
  float: right;
}
.member-picture {
  max-height: 452px;
  overflow: hidden;
}
.requirements-wrapper .col-lg-4.col-md-4.col-sm-4 {
  padding: 0 8px;
}
.button-list {
  padding-bottom: 12px;
}
.requirements-wrapper .row {
  margin-left: -8px;
  margin-right: -8px;
}
.requirements-bottom {
  margin-top: 16px;
}
.policy-container .latest-work-right {
  float: left;
  padding-left: 21px;
  max-width: 100%;
  display: block;
}
