/**
 * Theme Name: PERSOL AVC Tech
 *
 * @format
 */

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,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", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.61;
  color: #1a1311;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.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;
}
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: #0069b2;
  text-decoration: none;
}
a,
button {
  color: #0069b2;
  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", serif;
  font-weight: normal;
  color: #333333;
  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", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.61;
  color: #1a1311;
  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;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 0;
}
.btn:hover {
  color: #fbba42;
}
.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 {
  margin-right: 10px;
}
/* scrollUp */
#scrollUp {
  background: #000;
  height: 35px;
  width: 35px;
  right: 50px;
  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;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}
#homes {
  margin-top: 68px;
}
.logo {
}
.logo img {
  max-width: 266px;
}
.social {
}
.social ul {
}
.social ul li {
  display: inline-block;
  padding-right: 9px;
}
.social ul li a {
  width: 39.2px;
  height: 39.2px;
  color: #fff;
  font-size: 19px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 39.2px;
}
.social ul li.instagram a {
  background-image: linear-gradient(
    138deg,
    #ffca58 11%,
    #f63184 53%,
    #9431ce 92%
  );
}
.social ul li.youtube a {
  background-color: #f70011;
}
.follow span {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1311;
  padding: 2px 4px 2px 14px;
  background-color: #dceaf4;
  position: relative;
  margin-left: 5px;
}
.follow span::before {
  content: "";
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #dceaf4;
  position: absolute;
  width: 8px;
  height: 10px;
  left: -8px;
  top: 7px;
}
.header-btn {
  padding: 15px 58.5px 15px 11px;
  background-color: #0069b2;
  position: relative;
}
.header-btn h5 {
  font-family: "Roboto", serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff500;
  margin: 0;
}
.header-btn a p {
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
}
.header-btn a:hover {
  color: #fff500;
}
.header-btn::after {
  width: 23px;
  height: 1px;
  content: "";
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
}
.header-right {
  float: right;
}
.social {
  padding-right: 10px;
}
.main-menu-area {
  background-color: #fff;
}
/* 


3. slider 


*/
.banner-area img {
  width: 100%;
  height: auto;
}
.number-title-content span.num {
  font-family: "Roboto", serif;
  font-size: 146px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #0067b2;
  line-height: 150px;
}
.number-title-content {
  margin: 0 auto;
  max-width: 395px;
}
.number-title-content span.num-right p {
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  color: #1a1311;
}
.number-title-content span.num-right h2 {
  font-size: 75px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  color: #1a1311;
}
.mob-title-left span {
  font-family: "Roboto", serif;
  font-size: 57px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #0069b2;
  margin-right: 10px;
}
.mob-title-right h3 {
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1a1311;
}
.services-title h3 span {
  font-family: "Roboto", serif;
  font-size: 57px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #0069b2;
  margin-right: 10px;
}
.services-title h3 {
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1a1311;
  margin: 0;
}
.number-area .services-title {
  text-align: center;
  margin-bottom: 11px;
}
.services-content h4 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff500;
  margin: 0 auto;
}
.services-content h4 span {
  color: #fff;
}
.services-content .services-title {
  margin: 0 0 18.7px;
  padding: 15px 42.9px 15px 44px;
  background-color: #0069b2;
  position: relative;
  max-width: 97%;
}
.services-content .services-title::after {
  content: "";
  right: -20px;
  top: 0;
  background-color: #0069b2;
  width: 60px;
  height: 100%;
  position: absolute;
  clip-path: polygon(45% 0, 100% 0%, 75% 100%, 19% 100%);
}
.services-content .services-title::before {
  content: "";
  left: -30px;
  top: 0;
  background-color: #0069b2;
  width: 60px;
  height: 100%;
  position: absolute;
  clip-path: polygon(45% 0, 100% 0%, 75% 100%, 19% 100%);
}
.services-content p {
  /*max-width: 550px;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  color: #1a1311;
}
.services-content p span {
  font-size: 15px;
  /* color: #a5a5a5; */
}
.team-member {
  position: relative;
}
.companies-section p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  color: #000000;
}
.services-img {
  margin-bottom: 40px;
}
.services-section {
  padding-top: 30px;
}
.sec-title h3 {
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  position: relative;
  letter-spacing: normal;
  color: #1a1311;
  margin: 0;
  line-height: 35px;
}
.sec-title h3::before {
  content: "";
  background-color: #0069b2;
  width: 8.3px;
  height: 28.4px;
  display: inline-block;
  -moz-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -webkit-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -o-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -ms-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  transform: translate(-2px, 4px) skew(-18deg, 0deg);
  margin-right: 10px;
}
.companies-img img {
  width: 100%;
  height: auto;
}
.sub-title h4 {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  margin: 0;
}
.sub-title {
  position: relative;
  background-color: #0069b2;
  padding: 2px 20px;
  margin-left: 30px;
}
.sub-title::after {
  content: "";
  right: -20px;
  top: 0;
  background-color: #0069b2;
  width: 60px;
  height: 100%;
  position: absolute;
  clip-path: polygon(45% 0, 100% 0%, 75% 100%, 19% 100%);
}
.sub-title::before {
  content: "";
  left: -30px;
  top: 0;
  background-color: #0069b2;
  width: 60px;
  height: 100%;
  position: absolute;
  clip-path: polygon(45% 0, 100% 0%, 75% 100%, 19% 100%);
}
.investors-container .sec-title {
  max-width: 705px;
  margin: 0 auto;
}
.number-area hr {
  border-bottom: 1px solid #c6c6c6;
}
.investors-container p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0 auto;
  max-width: 72%;
}
.technology-img img {
  margin: 0 auto;
  display: block;
}
.technology-img {
  margin-top: 30px;
}
.technology-sec p {
}
.technology-sec p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0 auto;
  max-width: 82%;
}
/* 


5. my resume



*/
.my-resume-area {
  background-color: #f8f8f8;
}
.my-resume .sec-title p {
  padding-top: 25px;
  margin: 0;
}
.my-resume-title h4 {
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: #fff;
  padding: 18px 20px;
  background-color: #173e67;
  margin: 0;
}
.my-resume-content ul li,
.my-resume-content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
}

.my-resume-box {
  background-color: #0f6eb2;
}
.my-resume-content {
  padding: 20px;
  min-height: 200px;
}
.my-resume-bottom .my-resume-title {
  display: flex;
  align-items: center;
  min-height: 100px;
  background-color: #173e67;
}
.my-resume-title {
  background-color: #173e67;
}
.my-resume-bottom .my-resume-title h4 {
  width: 100%;
}
.my-resume-bottom .my-resume-content {
  min-height: 150px;
}
.my-resume-img {
  padding: 0 20px 20px;
}
.team-img-meta {
  width: 100%;
  background-color: #0069b2;
}
.modal-content {
  background-color: #0069b2;
  outline: 0;
  border-radius: 0;
}
.team-member .modal-dialog {
  max-width: 1000px;
}
.team-member .modal-footer {
  border: none;
}
.team-member .modal-header {
  border: none;
}
.team-member .modal-body {
  padding: 32px 80px 0;
}
.team-member .modal-header .close {
  background-color: #fff;
  opacity: 1;
  color: #0069b2;
  text-shadow: none;
  padding: 9.1px;
  position: relative;
  top: 10px;
  right: 10px;
}
.pop-up-title {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}
.pop-up-title h3:before {
  content: "";
  background-color: #fff;
  width: 5.3px;
  height: 28.4px;
  display: inline-block;
  -moz-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -webkit-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -o-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -ms-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  transform: translate(-2px, 4px) skew(-18deg, 0deg);
  margin-right: 10px;
}
.pop-up-title h3 {
  position: relative;
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  padding-left: 9px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: left;
}
.pop-up-left-container h4 {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  padding-left: 10px;
  text-align: left;
}
.pop-up-left-container p {
  text-align: left;
}
.pop-up-left-container h4::before {
  content: "";
  background-color: #fff;
  width: 3.3px;
  height: 19.4px;
  display: inline-block;
  -moz-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -webkit-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -o-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -ms-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  transform: translate(-2px, 4px) skew(-18deg, 0deg);
  margin-right: 10px;
}
.pop-up-left-container p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
  padding-top: 20px;
}
.pop-up-details {
  margin-bottom: 40px;
}
.team-img-meta {
  padding: 8px 15px 10px;
  background-color: #0069b2;
}
.team-img-meta h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.team-bottom .btn-theme {
  font-family: "Roboto", serif;
  background-color: #0069b2;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  border-radius: 0;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border: 1px solid #0069b2;
  padding: 7px 40.7px;
  position: relative;
  transform: translate(0px, 0px) skew(-28deg, 0deg);
}
.team-bottom .btn-theme:hover {
  background-color: #f8f8f8;
  color: #0069b2;
}
.team-bottom .btn-theme:hover:after {
  color: #0069b2;
}
.team-bottom .btn-theme span {
  transform: translate(0px, 0px) skew(28deg, 0deg);
  display: block;
}
.team-bottom .btn-theme {
}
.team-bottom {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  width: 100%;
  text-align: center;
}
.team-bottom .btn-theme::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  display: inline-block;
  color: #fff;
  top: 11px;
  transform: translate(0px, 0px) skew(28deg, 0deg);
  font-size: 10px;
}
.career-title h4 span {
  color: #fff500;
}
.career-title {
  margin: 0 0 18.7px;
  padding: 15px 42.9px 15px 44px;
  background-color: #0069b2;
  position: absolute;
  max-width: 410.9px;
  top: -30px;
  left: 30px;
  transform: translate(0px, 0px) skew(-28deg, 0deg);
  width: 100%;
}
.career-title h4 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  transform: translate(0px, 0px) skew(28deg, 0deg);
  display: block;
}
.career-top {
  background-color: #e1eff7;
  padding: 45px 22px 17px 22px;
  margin-top: 84px;
  position: relative;
}
.career-left-img h5 {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1a1311;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}
.career-left-img p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1a1311;
}
.career-sub-title p span {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1a1311;
}
.latest-work-area {
  background-color: #f8f8f8;
}
.skills-area {
  background-color: #0069b2;
}
.skills-area .sec-title h3 {
  color: #fff;
}
.skills-area .sec-title h3::before {
  background-color: #fff;
  width: 6.3px;
  height: 31.4px;
  top: -1px;
  position: relative;
}
.skills-details ul li:last-child {
  padding-bottom: 0;
}
.skills-details h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.skills-details p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.skills-details ul li {
  padding: 0 0 31px;
}
.skills-top .row {
  margin: 0;
}
.news-img img {
  width: 100%;
  height: auto;
}
.single-latest-news .sub-text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-family: "Roboto", serif;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.single-latest-news .text-content a {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  display: inline-flex;
  padding-right: 27px; /* 30px; */
  align-items: center;
}
.single-latest-news .text-content a::after {
  content: "";
  background: url("../img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 0;
  width: 8.9px;
  height: 17.7px;
  background-size: 100%;
}
.single-latest-news .text-content a span {
  color: #fff500;
}
.single-latest-news .text-content a::before {
  content: "";
  background-color: #fff;
  width: 4.3px;
  height: 22.9px;
  display: inline-block;
  -moz-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -webkit-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -o-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  -ms-transform: translate(-2px, 4px) skew(-18deg, 0deg);
  transform: translate(-2px, 4px) skew(-18deg, 0deg);
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.single-latest-news .text-content h4 {
  margin: 0;
}
.single-latest-news .text-content {
  position: absolute;
  padding: 0 23px 30px;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-latest-news {
  position: relative;
  padding-bottom: 0px;
}
.company_details ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  margin: 0 auto;
}
.company_details h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0069b2;
  margin: 0;
}
.company_details p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.company_details ul li .col-xl-3.col-lg-3.col-md-3.col-3 {
  padding-right: 0;
}
.company_details {
  padding-top: 20px;
}
.contact-area {
  background-color: #0069b2;
}
.footer-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.footer-menu ul li {
  display: block;
}
.footer-logo img {
  max-width: 251px;
}
.copyright p {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.48px;
  text-align: left;
  color: #fff;
}
.footer-btn a {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  position: relative;
  color: #fff500;
  padding-right: 30px;
  padding-left: 20px;
}
.footer-btn a::before {
  content: "";
  background: url("../img/yellow-border.png") no-repeat left top;
  background-size: 100%;
  display: inline-block;
  width: 11.4px;
  height: 16.8px;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
.footer-btn a::after {
  content: "";
  background: url("../img/white-arrow.png") no-repeat right top;
  position: absolute;
  top: 12px;
  right: 0;
  width: 7.2px;
  height: 14.5px;
  background-size: 100%;
  display: inline-block;
}
.footer-btn {
  float: right;
}
/*
 

      10.footer


 */
footer {
  background-color: #8c8e90;
}
.footer-logo1 img,
.footer-logo2 img {
  max-height: 34px;
}
.footer-two {
  padding-left: 40px;
}
.header-btn:hover {
  background-color: #0169b2d9;
}

.footer_list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background-color: white;
}
.footer_list li:first-of-type {
  padding-left: unset;
}
.footer_list li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid 1px;
}
.footer_list li a {
  color: black;
  font-size: 14px;
}
.footer_list li:last-of-type {
  border-right: unset;
  padding-right: unset;
}
.footer_list li a {
  display: block;
  text-decoration: none;
}
/* add new */
.logo a{
  display: inline-block;
}
@media(max-width:991px){
  .logo a{
    max-width: 266px;
    text-align: right;
  }
}
@media(max-width:459px){
  .logo a{
    max-width: 176px;
  }
}
.logo a span{
  display: inline-block;
  vertical-align: top;
  color: #313131;
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 20px;
}
@media(min-width:460px){
  .logo a span{
    font-size: 12px;
    line-height: 28px;
  }
}
@media(min-width:768px){
  .logo a span{
    font-size: 16px;
    line-height: 22px;
  }
}


