body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Frutiger Next Pro';
  font-weight: 500;
}

@font-face {
  font-family: 'Consolas';
  src: url('../fonts/Consolas-Bold.eot');
  src: url('../fonts/Consolas-Boldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Consolas-Bold.woff2') format('woff2'),
    url('../fonts/Consolas-Bold.woff') format('woff'),
    url('../fonts/Consolas-Bold.ttf') format('truetype'),
    url('../fonts/Consolas-Bold.svg#Consolas-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Consolas';
  src: url('../fonts/Consolas.eot');
  src: url('../fonts/Consolasd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Consolas.woff2') format('woff2'),
    url('../fonts/Consolas.woff') format('woff'),
    url('../fonts/Consolas.ttf') format('truetype'),
    url('../fonts/Consolas.svg#Consolas') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger Next Pro';
  src: url('../fonts/FrutigerNextPro-Medium.eot');
  src: url('../fonts/FrutigerNextPro-Mediumd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FrutigerNextPro-Medium.woff2') format('woff2'),
    url('../fonts/FrutigerNextPro-Medium.woff') format('woff'),
    url('../fonts/FrutigerNextPro-Medium.ttf') format('truetype'),
    url('../fonts/FrutigerNextPro-Medium.html#FrutigerNextPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

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

h1 {
  font-weight: 600;
  font-size: 55px;
  color: #fff;
  text-transform: capitalize;
  line-height: 40px;
}

h2 {
  font-weight: 600;
  font-size: 46px;
  color: #fff;
  text-transform: inherit;
  line-height: 50px;
}

p {
  font-weight: 400;
  font-size: 18px;
  color: #313E49;
  text-transform: inherit;
  line-height: normal;
}
body{
	font-family: 'Myriad Pro' !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Myriad Pro' !important;
    font-weight: 900 !important;
}
/*====================================================================
  =====                   Start Header Area                      =====
  ==================================================================== */
.mobile-menu-icon button {
  border: none;
  background: none;
  color: #b2142d;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: -14px;
  outline: none;
  display: none;
  z-index: 99;
}

.header-menu button {
  border: none;
  background: none;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 15px;
  outline: none;
  display: none;
  z-index: 99;
}

.header-sub-area {
  position: relative;
  width: 100%;
}

#logo_thai {
  position: absolute;
  left: 0px;
  top: -20px;
  max-width: 177px;
}

.header-menu ul button i,
.mobile-menu-icon button i {
  font-size: 25px;
}

.header-area {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99;
  right: 0;
  width: 100%;
  padding: 20px 0px;
 /* background: #3A474F;*/
	background: #fff;
}

.fixed-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 32px 0;
  background: rgba(0, 0, 0, .4);
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-menu .header-menu-change ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header-menu-change ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 30px 0;
  text-align: center;
  display: none;
  z-index: 99;
}

.header-menu-change ul button {
  display: block;
}

.fixed-menu .mobile-menu-icon button {
  display: block !important;
  position: absolute;
  top: 20px;
  right: 110px;
}

.fixed-menu .header-menu ul button {
  right: 110px;
}

.header-menu ul li {
  margin-left: 28px;
  position: relative;
}

.header-menu ul li a {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  color: #FFFFFF;
}

.header-menu ul li a.active {
  color: #B2292E;
}

.header-menu.about-menu ul li a {
  color: #000000;
}

.header-menu ul li a.active {
  color: #B2292E;
}

.header-menu ul li:hover>a {
  color: #B2292E;
}

.header-menu.about-update-menu ul li a {
  color: #A3A3A3;
}

.header-menu.about-update-menu ul li a.active {
  color: #fff;
}

.header-menu.about-update-menu ul li:hover>a {
  color: #fff;
}

.background-video-content {
  width: 100%;
  height: 800px;
  position: relative;
}




/*Start Dropdown Menu Css*/
.header-menu li,
.collapse-menu li {
  display: block;
  position: relative;
}

.header-menu ul li ul,
.collapse-menu ul li ul {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100px;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  display: none;
}

.header-menu ul li ul li,
.collapse-menu ul li ul li {
  margin-left: 0;
}

.header-menu ul li ul li a,
.header-menu.about-menu ul li ul li a {
  color: #A7A7A7;
}

.header-menu ul li ul li:hover a {
  color: #B2292E;
  display: block;
}

.header-menu ul li:hover>ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
  top: 22px;
}

.collapse-menu ul>li:hover>ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
  top: 22px;
}

.header-menu ul li ul li,
.collapse-menu ul li ul li {
  clear: both;
  width: 100%;
  display: block;
}

.collapse-menu ul li ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}

.collapse-menu ul li ul li.first {
  border-top: 1px solid #fff;
}

.collapse-menu ul li ul li {
  background: #B2292E;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 2px 0;
}

.collapse-menu ul li ul li a {
  color: #A7A7A7 !important;
  display: block;
}

.collapse-menu ul li ul li:hover a {
  color: #fff !important;
}




/*End Dropdown Menu Css*/




.menu-collapse {
  position: relative;
  z-index: 999;
  display: none !important;
}

.collapse-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  z-index: 9999;
}

.collapse-menu ul li {
  margin: 5px 0;
}

.collapse-menu ul li a {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  color: #FFFFFF;
}

.collapse-menu ul li a.active {
  color: #B2292E;
}

.collapse-menu ul ul li a {
  color: #FFF !important;
}

.collapse-menu ul li:hover>a {
  color: #B2292E;
}

.collapse-menu button {
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 110px;
  top: 15px;
  outline: none;
  z-index: 999999;
}

.collapse-show-icon button {
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
  position: fixed;
  right: 110px;
  top: 20px;
  outline: none;
  z-index: 999;
}

.collapse-show-icon button.solution {
  color: #000;
}

.menu-collapse-content {
  display: block;
}




.dot-bar-image:before {
  /*content: "";
  position: absolute;
  background: url(http://adk-thai.com/wp-content/uploads/2022/01/banner-dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  left: 10px;
  bottom: -35px;
  z-index: 2;*/
	content: "";
    position: absolute;
    background: url('/images/banne-still-arrow-1.png');
    /* background: url('https://adk-thai.com/wp-content/uploads/2022/05/banne-still-arrow-1.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 550px;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 2;
    background-position: center center;
	 animation-delay:.5s;
      -webkit-animation-delay:.5s;
}

.background-video-content:after {}

.background-video-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-banner-content {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 84px;
  background-position: right top;
  position: relative;
  background-attachment: fixed;
  padding-top: 18rem;
}

.header-banner-content::before {}

.header-banner-content::after {}

.header-banner-text {
  position: relative;
}

.header-middle-text {
  padding-top: 15px;
  padding-bottom: 250px;
  text-align: left;
  color: #fff;
}

.header-middle-text h2 {
  font-size: 100px;
  line-height: 75px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 500;
}

.header-middle-text h3 {
  font-size: 50px;
  text-transform: uppercase;
	line-height: 35px;
}

.header-middle-text h2 span.experience {
  line-height: 66px;
  display: inline-block;
}
h2 span.red_color{
	color: #B2142D !important;
}
.header-middle-text h2 span.agency {
  font-size: 50px;
  display: block;
  line-height: 40px;
}

.eplor_more_banner {
  background: url('images/option2.gif') no-repeat right center #9e2938;
  /* background: url(https://adk-thai.com/gif/option2.gif) no-repeat right center #9e2938; */
  padding: 50px 0px;
  background-size: 500px;
}

.eplor_more_banner h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 37px;
  color: #fff;
}

.eplor_more_banner h3 span {
  font-weight: 900;
  font-size: 40px;
  padding-left: 15px;
}

.our_work_banner {
  background: url('/images/our-work-back-logo.png') #fff no-repeat top right;
  /* background: url('https://adk-thai.com/wp-content/uploads/2022/05/our-work-back-logo.png') #fff no-repeat top right; */
  padding: 60px 0px;
	background-size: 90%;
}

.our_work_banner h4 {
  font-size: 100px;
  color: #58595B;
  line-height: 78px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
	text-align: center;
  margin-bottom: 60px;
	    margin: 0px auto;
    max-width: 480px;
	background: none !important;
}
.heading_back{
	background: url('/images/title-line-double.png') no-repeat center center;
  /* background: url('https://adk-thai.com/wp-content/uploads/2022/06/title-line-double.png') no-repeat center center; */
	margin-bottom: 60px;
}
.header-middle-logo img {
  width: 150px;
  height: auto;
  position: relative;
  z-index: 9;
}

.home-down button {
  margin-top: 40px;
}

.down-button button {
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 10;
}

.home-down button {
  position: absolute;
  bottom: -165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.down-button img {
  width: 30px;
  height: 28px;
}

.down-button img {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  60% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  60% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*====================================================================
  =====                    End Header Area                       =====
  ==================================================================== */

/*====================================================================
  =====             Start Full Screen Image Area                 =====
  ==================================================================== */
.full-screen-image {
  position: relative;
  z-index: 6;
}

.full-screen-image img {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-up a {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
}

.up-button button {
  position: absolute;
  top: 35px;
}

.up-button img {
  width: 26px;
  height: 26px;
}

/*====================================================================
  =====               End Full Screen Image Area                 =====
  ==================================================================== */

/*====================================================================
  =====                 Start Introduction Area                  =====
  ==================================================================== */
.introduction-area {
  background: #F2F2F2;
  padding: 35px 0;
  position: relative;
  overflow: hidden;
}

.introduction-area:after {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  right: -60px;
  top: -155px;
}

.introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.introduction-left-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.introduction-right-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}

.introduct-heading h2 {
  font-weight: 600;
  color: #000000;
  font-size: 55px;
  position: absolute;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  left: -58px;
  top: 185px;
}

.introduct-heading h2:after {
  content: "";
  position: absolute;
  background: url(../images/introduc_head.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  bottom: 18px;
  left: -14px;
  z-index: 1;
}

.introduct-text p {
  /* margin-left: 40px; */
  margin-top: 25px;
  position: relative;
  font-size: 18px;
  /*font-family: Roboto;*/
  line-height: 25px;

  /*margin-left: 100px;*/
}

.introduct-text p:after {
  content: "";
  position: absolute;
  background: url(../images/para_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 185px;
  left: -40px;
  top: -78px;
  z-index: 1;
}

.introduct-text span {
  font-family: 'Consolas';
  font-weight: 400;
  font-size: 24px;
  text-transform: inherit;
}

.introduct-text span {
  display: inline-block;
  margin-left: 110px;
  margin-top: 215px;
  position: relative;
  z-index: 9;
}

.introduct-text span:after {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 370px;
  height: 370px;
  left: -40px;
  top: -100px;
  z-index: -1;
}

.introduction-right-content img {
  max-width: 245px;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.introduction-right-content p {
  font-size: 13px;
  margin-top: 5px;
  margin-right: 28px;
}

/*====================================================================
  =====                  End Introduction Area                   =====
  ==================================================================== */

/*====================================================================
  =====              Start Toolkit Video Content Area            =====
  ==================================================================== */
.toolkit-video-area {
  position: relative;
}

.toolkit-video-area img {
  height: auto;
  width: 100%;
}

/*====================================================================
  =====              End Toolkit Video Content Area              =====
  ==================================================================== */

/*====================================================================
  =====                 Start Toyota Section Area                =====
  ==================================================================== */

.toyota-section-area {
  overflow: hidden;
}


.page-template-template-work .toyota-section-content,
#sol-stage .toyota-section-content,
#newsOne .toyota-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-template-work .toyota-single-content,
#sol-stage .toyota-single-content,
#newsOne .toyota-single-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 100%;
}


.toyota-single-image {
  position: relative;
  cursor: pointer;
}

.toyota-single-image.solution {
  cursor: default;
}

.toyota-single-text {
  position: absolute;
  bottom: 15px;
  left: 32px;
}

.toyota-single-text p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}

.toyota-single-text.toyota-single-change h2 {
  color: #000000;
}

.toyota-single-text.toyota-single-change p {
  color: #313E49;
}

.toyota-single-text.cnb p:before {
  width: 127%;
}

.toyota-single-text.work p:before {
  width: 127%;
}

.toyota-single-text.news-single-text a h3 {
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  text-transform: inherit;
  line-height: 26px;
  max-width: 350px;
  width: 100%;
}

.toyota-single-text.news-single-text.news-text-change h3 {
  max-width: 375px;
}

.toyota-single-text.news-single-text p {
  font-size: 13px;
  color: #fff;
  text-transform: inherit;
  max-width: 370px;
  width: 100%;
}

.toyota-single-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.toyota-single-image.videoPlay {
  height: 430px;
}

.toyota-single-image.videoPlay video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.toyota-single-image.videoPlay {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .toyota-single-image.videoPlay.videoOne {
    background: url(../images/imageOne.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoTwo {
    background: url(../images/imageTwo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoThree {
    background: url(../images/imageThree.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoFour {
    background: url(../images/imageFour.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoFive {
    background: url(../images/imageFive.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoSix {
    background: url(../images/imageSix.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoSeven {
    background: url(../images/imageSeven.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoEight {
    background: url(../images/imageEight.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .toyota-single-image.videoPlay.videoNine {
    background: url(../images/imageNine.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }*/
.toyota-single-image.videoPlay {
  width: 100%;
  height: 430px;
}

/*Start Carousel Custom CSS*/
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
}

.owl-theme .owl-nav {
  margin-top: 0;
  font-size: 120px !important;
}

.owl-prev,
.slick-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.owl-next,
.slick-next {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: #fff;
  outline: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #B2292E;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: inherit;
}

/*End Carousel Custom CSS*/

.solution-fix-menu ul {
  background: #000;
  position: fixed;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.solution-fix-menu ul li {
  border-bottom: 1px solid #fff;
}

.solution-fix-menu ul li a {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 2px 5px;
  text-transform: uppercase;
  display: block;
}

.solution-fix-menu ul li:hover a,
.solution-fix-menu ul li a.mPS2id-highlight {
  background: #B2292E;
  color: #fff;
}

/*====================================================================
  =====                  End Toyota Section Area                 =====
  ==================================================================== */


/*====================================================================
  =====                    Start News Page Css                   =====
  ==================================================================== */
.news-page-section {
  background: #E6E6E6;
  overflow: hidden;
  position: relative;
}

.news-page-section:before {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  width: 450px;
  height: 450px;
  bottom: -90px;
  left: -100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news-section {
  padding-bottom: 10rem;
  position: relative;
  z-index: 9;
}

/*
  .news-section:before {
    content: "";
    position: absolute;
    background: url(../images/introduc_circle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 370px;
    height: 370px;
    left: 210px;
    top: 255px;
    z-index: 1;
  }
*/
.news-image {
  max-width: 480px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  right: 90px;
  z-index: 1;
}

.news-image:before {
  content: "2020";
  position: absolute;
  right: -195px;
  top: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-family: 'Consolas';
  font-weight: 400;
  font-size: 135px;
  color: #BABABA;
  line-height: normal;
}

.news-image:after {
  content: "";
  position: absolute;
  background: #B3282E;
  width: 25px;
  height: 48%;
  left: -25px;
  top: 50px;
  z-index: 1;
}

.news-image img {
  max-width: 480px;
  width: 100%;
  height: auto;
}

.news-heading h2 {
  left: 30px;
  top: 140px;
}

.news-pagecircle {
  position: relative;
}

.news-left-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120%;
  flex: 0 0 120%;
}

.news-down button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news-single-items .toyota-single-image {
  cursor: default !important;
}

.news-single-text h2 {
  font-size: 28px;
}

.news-single-text p {
  margin-top: 5px;
}

.news-pagenation {
  position: relative;
}

.news-up-button button {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news-up-button button:after {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  width: 300px;
  height: 300px;
  top: -30px;
  left: 150px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news-pagenation-content {
  height: 110px;
  position: relative;
}

.news-pagenation-content:before {
  content: "";
  position: absolute;
  background: #B3282E;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 75px;
  height: 75px;
  right: -130px;
  top: 15px;
  border-radius: 50%;
}

.news-page-left-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page-left-content ul li a {
  color: #313E49;
}

.news-page-left-content ul li:hover a {
  color: #B2292E;
}

.news-page-left-content ul li a.active {
  color: #B2292E;
}

.news-page-left-content ul li {
  margin: 0 10px;
}

.news-page-right-content button {
  font-family: 'Consolas';
  font-weight: 400;
  border: none;
  background: none;
  color: #313E49;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 9;
}

.news-page-right-content button:after {
  content: "";
  position: absolute;
  background: url(../images/news_right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 35px;
  left: 80px;
  top: 0;
}

/*====================================================================
  =====                     End News Page Css                    =====
  ==================================================================== */

/*====================================================================
  =====                 Start Network Page Css                   =====
  ==================================================================== */

/*Start Network Section Css*/
.network-section {
  background: #000000;
  padding-top: 95px;
  padding-bottom: 45px;
  position: relative;
}

.network-section:after {
  content: "";
  position: absolute;
  background: url(../images/queCel.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  right: 0;
  top: 150px;
}

.network-heading {
  max-width: 540px;
  width: 100%;
  position: relative;
}

.network-heading::before {
  content: "";
  position: absolute;
  background: #A53534;
  width: 500px;
  height: 2px;
  left: -430px;
  bottom: -25px;
}

.network-heading:after {
  content: "";
  position: absolute;
  background: url(../images/toyota-after.png);
  background-repeat: no-repeat;
  width: 1000px;
  height: 30px;
  left: -356px;
  top: 129px;
  z-index: 0;
}

.network-heading p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  max-width: 500px;
  width: 100%;
  margin-top: 10px;
}

.network-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 85px;
}

.single-network-country {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin-left: 32px;
}

.single-country-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

.single-country-heading h3 {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  text-transform: capitalize;
  line-height: 25px;
  position: relative;
}

.single-country-heading h3:after {
  content: "";
  position: absolute;
  background: #A53534;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
}

.single-country-content ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}

.single-country-content ul li.singapore a {
  font-weight: 700;
  font-style: italic;
  position: relative;
}

.single-country-content ul li.singapore a:after {
  content: "";
  position: absolute;
  background: #A53534;
  width: 12px;
  height: 12px;
  left: -15px;
  top: 7px;
  border-radius: 50%;
}

.single-right-country ul li a {
  margin-left: 45px;
  display: inline-block;
}

.global-text {
  text-align: left;
  background: #000;
  margin-left: 20px;
  margin-top: -155px;
}

.global-text p {
  font-weight: 700;
  font-size: 28px;
  color: #808080;
  text-transform: inherit;
  line-height: 40px;
  border: 1px solid #808080;
  display: inline-block;
  padding: 30px 30px 30px 20px;
}

.network-right-arrow {
  margin-top: 85px;
  position: relative;
}

.network-right-arrow img {
  width: 110px;
  height: auto;
}

.network-right-arrow:after {
  content: "";
  position: absolute;
  background: url(../images/network_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  left: -40px;
  top: -10px;
}

.network-down-btn.down-button.text-center button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 35px;
}

/*End Network Section Css*/

/*Start Brands Section*/
.brands-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #E6E6E6;
  overflow: hidden;
  position: relative;
}

.brands-section:before {
  content: "";
  position: absolute;
  background: url(../images/contact_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 350px;
  left: -48px;
  bottom: -160px;
}

.brands-section:after {
  content: "";
  position: absolute;
  background: url(../images/contact_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 350px;
  right: -125px;
  top: -150px;
}

.brands h1 {
  color: #000000;
}

.brands p {
  color: #313E49;
  max-width: 540px;
  width: 100%;
}

.brands-image img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

/*End Brands Section*/

/*Start Leadership Section*/
.leadership-section {
  padding-top: 80px;
  padding-bottom: 45px;
  background: #000000;
  border-bottom: 1px solid #A53534;
  position: relative;
}

.leadership-section:after {
  content: "";
  position: absolute;
  background: url(../images/queCel.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  right: 0;
  top: 150px;
}

.network-heading.leadership:before {
  bottom: -25px;
}

.network-heading.leadership:after {
  bottom: -34px;
}

.network-heading.leadership h1 {
  position: relative;
  margin-bottom: 85px;
}

.network-heading.leadership h1:after {
  content: "";
  position: absolute;
  background: #B3282E;
  width: 75px;
  height: 75px;
  left: 40px;
  bottom: 100px;
  border-radius: 50%;
}

.leadership-single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}

.leadership-single-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin-left: 32px;
  position: relative;
}

.leadership-single-text:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 90%;
  height: 3px;
  left: 0;
  bottom: -25px;
}

.leadership-single-last:after {
  display: none;
}

.leadership-single-last {
  position: relative;
}

.leadership-single-last:before {
  content: "";
  position: absolute;
  background: url(../images/network_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 65px;
  height: 65px;
  left: 30px;
  top: 18px;
  border-radius: 50%;
}

.leadership-single-last img {
  position: absolute;
  top: 25px;
  left: 70px;
  z-index: 1;
}

.leadership-single-text h4 {
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  text-transform: capitalize;
  line-height: 25px;
}

.leadership-single-text p {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: inherit;
  line-height: 30px;
}

.network-up-button button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*End Leadership Section*/
/*====================================================================
  =====                   End Network Page Css                   =====
  ==================================================================== */


/*====================================================================
  =====                 Start Solution Page Css                  =====
  ==================================================================== */

/*Start Solution Toolkit Section Css*/
.solution-toolkit-section {
  background: #E6E6E6;
  position: relative;
}

.solution-toolkit-section:after {
  content: "";
  position: absolute;
  background: url(../images/inte-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 18px;
  right: 0;
  top: 120px;
  z-index: 1;
}

.solution-toolkit-area {
  position: relative;
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 80px;
}

.solution-toolkit-area:after {
  content: "";
  position: absolute;
  background: url(../images/contact_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 340px;
  height: 340px;
  right: -110px;
  top: 80px;
  z-index: 1;
}

.tool-bottom img {
  position: absolute;
  right: 110px;
  bottom: -105px;
  width: 90px;
  height: auto;
  z-index: 1;
}

.solution-tool-heading h4 {
  font-weight: 700;
  font-size: 25px;
  color: #313E49;
  text-transform: inherit;
  line-height: normal;
  margin-left: 25px;
  position: relative;
  display: inline-block;
}

.solution-tool-heading h4:after {
  content: "";
  position: absolute;
  background: url(../images/5r-toolkit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 75px;
  height: 275px;
  left: -100px;
  top: 12px;
  z-index: 1;
}

.solution-tool-heading h4:before {
  content: "";
  position: absolute;
  background: url(../images/para_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 275px;
  right: 275px;
  top: -90px;
  z-index: 1;
}

.solution-toolkit-top,
.solution-toolkit-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-toolkit-bottom {
  margin-top: 30px;
}

.solution-tool-image {
  position: relative;
}

.solution-tool-image:after {
  content: "";
  position: absolute;
  left: -95px;
  top: 55px;
  width: 145px;
  height: 210px;
  z-index: 1;
}

.solution-tool-image1:after {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.solution-tool-image2:after {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  top: 40px;
  left: -100px;
}

.solution-tool-image3:after {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  top: 50px;
  left: -110px;
  width: 165px;
  height: 205px;
}

.solution-tool-image4:after {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  top: 40px;
  left: -78px;
  height: 220px;
  width: 135px;
}

.solution-tool-image5:after {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  top: 142px;
  left: -88px;
  height: 140px;
  width: 150px;
}

.solution-tool-image img {
  width: 100%;
  height: 100%;
}

.solution-tool-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  max-width: 205px;
  width: 100%;
  line-height: normal;
}

.solution-tool-image1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 270px;
  height: 245;
}

.solution-tool-image2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 240px;
  height: 215px;
  margin-left: 180px;
}

.solution-tool-image3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 260px;
  height: 250px;
}

.solution-tool-image4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 265px;
  height: 255px;
  margin: 0 130px;
}

.solution-tool-image5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 288px;
  height: 300px;
}

.solution-tool-image1 p {
  max-width: 205px;
}

.solution-tool-image2 p {
  max-width: 155px;
}

.solution-tool-image3 p {
  max-width: 170px;
}

.solution-tool-image4 p {
  max-width: 155px;
}

.solution-tool-image5 p {
  max-width: 170px;
}

/*End Solution Toolkit Section Css*/

/*Start Stages Section Area*/
.stages-section-area {
  background: #FFFFFF;
  padding-top: 160px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.stages-section-area:after {
  content: "";
  position: absolute;
  background: url(../images/sol-toolkit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 50px;
  right: 0;
  bottom: 100px;
  z-index: 1;
}

.stages-area-content:after {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 375px;
  height: 350px;
  right: -125px;
  bottom: -185px;
  z-index: 1;
}

.stages-section-area h5 {
  font-weight: 700;
  font-size: 16px;
  color: #313E49;
  text-transform: inherit;
  line-height: 18px;
}

.stages-change-head h1 {
  font-weight: 700;
  font-size: 60px;
  color: #000000;
  padding-bottom: 40px;
  position: relative;
}

.stages-change-head h1:after {
  content: "";
  position: absolute;
  background: url(../images/5r.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 345px;
  height: 225px;
  left: -45px;
  bottom: -22px;
  z-index: 1;
}

.stages-change-text p {
  font-size: 16px;
  max-width: 350px;
  width: 100%;
  padding-top: 25px;
}

.stages-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.stages-single-change-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.33%;
  flex: 0 0 32.33%;
  margin-top: 50px;
}

.stages-single-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.33%;
  flex: 0 0 32.33%;
}

.stages-single-content {
  border: 1px solid #B12629;
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stages-single-middle {
  margin: 0 10px;
}

.single-stage-margin {
  margin-top: 60px;
}

.stages-single-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.stages-single-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.stages-single-image img {
  width: 100%;
  height: auto;
  padding-right: 10px;
  margin-top: -62px;
}

.stages-single-text p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
}

.stage-bottom-para-text p {
  font-size: 13px;
  line-height: 16px;
  max-width: 530px;
  width: 100%;
}

.stage-bottom-para-text p.middle {
  margin: 20px 0;
}

/*End Stages Section Area*/

/*Start Philosophy Area Css*/
.philosophy-single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.philosophy-list ul li {
  font-family: 'Consolas';
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: normal;
  display: inline-block;
  margin-top: 27px;
  position: relative;
}

.philosophy-list ul li:after {
  content: "";
  position: absolute;
  background: #A53534;
  width: 32px;
  height: 10px;
  left: 0;
  bottom: -10px;
  z-index: 1;
}

.philosophy-heading-text h3 {
  font-weight: 600;
  font-size: 42px;
  color: #000000;
  line-height: normal;
  text-transform: capitalize;
}

.philosophy-heading-text p {
  font-size: 14px;
  max-width: 300px;
  width: 100%;
}

.philosophy-heading-text.second p {
  max-width: 220px;
}

.philosophy-heading-text.third p {
  max-width: 280px;
}

.philosophy-heading-text span {
  font-size: 12px;
  font-style: italic;
  color: #A53534;
  max-width: 300px;
  width: 100%;
  display: inline-block;
}

.philosophy-heading-text.second span {
  max-width: 260px;
}

.philosophy-single-text .owl-carousel {
  max-width: 300px;
  width: 100%;
}

/*End Philosophy Area Css*/


/*Start Solution Intregate Area*/
.solution-intregate-area {
  background: #FFFFFF;
  padding-top: 230px;
  padding-bottom: 195px;
  overflow: hidden;
  position: relative;
}

.solution-intregate-area:after {
  content: "";
  position: absolute;
  background: url(../images/inte-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 430px;
  height: 25px;
  bottom: 50px;
  right: 0;
}

.solution-intregate-area.int:after {
  bottom: 20px;
}

.solution-intregate-area .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.intregate-left-content {
  position: relative;
}

.intregate-left-content:before {
  content: "";
  position: absolute;
  background: url(../images/intregate.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 205px;
  height: 32px;
  right: 360px;
  top: -92px;
  z-index: 3;
}

.intregate-left-content:after {
  content: "";
  position: absolute;
  background: #A53534;
  width: 70px;
  height: 70px;
  left: -60px;
  top: -110px;
  border-radius: 50%;
  z-index: 1;
}

.intregate-left-content h2 {
  color: #000000;
  font-weight: 700;
  font-size: 75px;
  text-transform: inherit;
  line-height: 90px;
  position: relative;
}

.intregate-left-content.ui h2 span {
  display: inline-block;
  margin-left: -35px;
}

.intregate-left-content h2:before {
  content: "";
  position: absolute;
  background: url(../images/inte-border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 435px;
  height: 160px;
  left: -120px;
  top: -74px;
  z-index: 2;
}

.intregate-left-content.ims h2:after {
  background: url(../images/ims.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.intregate-left-content.dtc h2:after {
  background: url(../images/dtc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 600px;
}

.intregate-left-content.e2e h2:after {
  background: url(../images/e2e.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 466px;
}

.intregate-left-content.o2o h2:after {
  background: url(../images/o2o.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 615px;
}

.intregate-left-content.roi h2:after {
  background: url(../images/roi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 467px;
}

.intregate-left-content.ui h2:after {
  background: url(../images/ui.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 680px;
}

.intregate-left-content.int h2:after {
  background: url(../images/int.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 468px;
}

.intregate-left-content h2:after {
  content: "";
  position: absolute;
  width: 485px;
  height: 222px;
  top: -25px;
  left: -70px;
  z-index: 1;
  background-size: contain !important;
}

.intregate-left-text {
  margin-left: 85px;
}

.intregate-left-text p {
  color: #313E49;
  margin-top: 40px;
  max-width: 455px;
  width: 100%;
}


.intregate-right-content img {
  width: 100%;
  height: auto;
}

.intregate-right-content img.desktop {
  display: block;
}

.intregate-right-content img.mobile {
  display: none;
}

.intregate-right-first img {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  display: block;
}

.animate-image-area {
  position: absolute;
  top: -115px;
  left: 55px;
}

.animate-image-area img {
  max-width: 450px;
  width: 100%;
  height: auto;
}


.inte-button button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*Start Solution Intregate Area*/

/*Start Mobility Area Css*/
.mobility-area {
  background: #E6E6E6;
  padding-top: 80px;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
}

.mobility-area:after {
  content: "";
  position: absolute;
  background: url(../images/mobility.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  right: -205px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobility-header-site {
  position: relative;
}

.mobility-header-site:after {
  content: "";
  position: absolute;
  background: url(../images/mobility-before.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  top: -80px;
  left: -60px;
  z-index: 1;
}

.mobility-header {
  position: relative;
}

.mobility-header:after {
  content: "";
  position: absolute;
  background: url(../images/para_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 181px;
  left: 0;
  top: -80px;
}

.mobility-header p {
  font-weight: 400;
  font-size: 15px;
  text-transform: inherit;
  line-height: normal;
  color: #B2292E;
  margin-left: 30px;
}

.mobility-header h4 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: normal;
  text-transform: inherit;
  text-align: center;
  padding-bottom: 80px;
}

.mobility-left-content {
  position: relative;
}

.mobility-after-image img {
  position: absolute;
  width: 215px;
  left: -115px;
  top: 40px;
  z-index: 1;
}

.mobility-after-image.o2o img {
  top: 0;
}

.mobility-after-image.ui img {
  top: -45px;
}

.mobility-single-image {
  text-align: right;
}

.mobility-single-image img {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobility-left-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 25px;
  margin-left: 75px;
  position: relative;
  z-index: 9;
}

.mobility-left-text.dtc {
  margin-left: 80px;
}

.mobility-list ul li {
  font-family: 'Consolas';
  font-weight: 700;
  font-size: 20px;
  color: #B2292E;
  line-height: normal;
  display: inline-block;
  margin-top: 27px;
}

.mobility-text h3 {
  font-weight: 600;
  font-size: 42px;
  color: #000000;
  line-height: normal;
  text-transform: capitalize;
}

.mobility-text p {
  font-size: 14px;
}

/*End Mobility Area Css*/

/*Start Philosophy Area Css*/
.philosophy-area {
  padding-top: 80px;
  padding-bottom: 130px;
  overflow: hidden;
  background: #E6E6E6;
  position: relative;
}

.philosophy-content {
  position: relative;
}

.philosophy-text p {
  max-width: 540px;
  width: 100%;
  margin-left: 70px;
  position: relative;
}

.philosophy-text p:after {
  content: "";
  position: absolute;
  background: url(../images/para_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 260px;
  left: -25px;
  top: -150px;
}

.philosophy-text {
  position: relative;
}

.philosophy-text:after {
  content: "Philosophy";
  position: absolute;
  font-weight: 600;
  font-size: 55px;
  color: #000000;
  left: -155px;
  top: 120px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.philosophy-header {
  position: relative;
}

.philosophy-header:after {
  content: "";
  position: absolute;
  background: url(../images/introduc_head.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: -35px;
  bottom: -250px;
}

.philosophy-below-image {
  text-align: center;
  position: relative;
}

.philosophy-first-text {
  position: absolute;
  right: 20px;
  top: 30px;
}

.philosophy-second-text {
  position: absolute;
  left: 118px;
  top: 255px;
}

.philosophy-third-text {
  position: absolute;
  right: 20px;
  bottom: -80px;
}

.philosophy-below-image img {
  width: 380px;
  height: auto;
}

.solution-intregate-area.solution-change {
  padding-bottom: 160px;
}

.solution-intregate-area.solution-change:after {
  bottom: 135px;
}

.solution-intregate-area.solution-change.roi:after {
  bottom: 100px;
}

.intregate-left-text.design-text h5 {
  font-weight: 700;
  font-size: 25px;
  color: #313E49;
  line-height: normal;
  text-transform: inherit;
  margin-top: 25px;
}

.intregate-left-text.design-text p {
  margin-top: 15px;
  max-width: 415px;
}

.intregate-left-text.design-text.roi p {
  max-width: 390px;
}

.intregate-left-text.design-text.ui p {
  margin-top: 15px;
  max-width: 385px;
}

.intregate-left-text.design-text.int p {
  max-width: 395px;
}

.intregate-left-text.design-text.int {
  margin-top: 120px;
}

/*Start Philosophy Area Css*/



/*====================================================================
  =====                   End Solution Page Css                  =====
  ==================================================================== */


/*====================================================================
  =====                     Start Footer Area                    =====
  ==================================================================== */
.footer-area {
  background: #000000;
  padding: 20px 0;
  position: relative;
	z-index: 999;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-left img {
  width: 55px;
  height: auto;
}

.footer-left p {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: inherit;
}

.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social ul li a img {
  width: 22px;
  height: auto;
  margin-left: 12px;
}

.footer-social ul li a img.in {
  width: 25px;
}

.footer-social ul li a img.youtube {
  width: 30px;
}

.footer-middle-area a {
  font-size: 14px;
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: 600;
}

/*====================================================================
  =====                      End Footer Area                     =====
  ==================================================================== */



/*some menu update css*/



.header-menu ul li:hover>a {
  color: #B2292E;
}

.current_page_item>a,
.current-menu-item>a {
  color: #B2292E !important;
}

/*.header-menu ul li.current-menu-item>a{
  color: #B2292E;
}*/
.page-template-template-contact .current_page_item>a {
  color: #B2292E !important;
}

.page-template-template-solution .header-menu ul ul li a:hover {
  color: #FFF;
}

.solu_page_menu {
  display: none;
}

.page-template-template-solution .solu_page_menu {
  display: block;
}

.page-template-template-solution .solu_global {
  display: none;
}

/*End Some menu update css*/


/*single page css*/
.update_section .introduct-heading h2 {
  font-weight: 600;
  color: #000000;
  font-size: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0);
  left: 0;
  top: 0;
}

.update_section .news-heading h2 {
  top: 0;
  left: 0;
}

.update_section .news-left-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.update_section .introduct-heading h2:after {
  content: "";
  position: absolute;
  background: url(../images/introduc_head.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  top: -18px;
  left: -14px;
  z-index: -1;
}

.update_section:before {
  content: "";
  position: absolute;
  background: url(../images/para_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px !important;
  height: 185px !important;
  left: 83px;
  top: -52px;
  z-index: 1;
  -webkit-transform: rotate(270deg) !important;
  transform: rotate(270deg) !important;
}

.update_section {
  padding: 77px 0;
  min-height: 600px;
}

.update_section .introduct-text p {
  margin-left: 0;
  margin: 0;
  position: relative;
}

.introduct-text p:after {
  display: none;
}

.date_autor {
  padding: 20px 0;
}

.date_autor p i {
  color: #B2292E;
}


.up_2 {
  overflow: hidden;
}

.up_2:before {
  display: none;
}

.new_c {
  width: 300px;
  position: relative;
  bottom: 164px;
  left: -92px;
  z-index: 0;
}

.new_c img {
  width: 100%;
  height: auto;
}

.up_2 {
  background: #E6E6E6;
  overflow: hidden;
  position: relative;
  height: 400px;

}

.up_2 .news-pagenation-content {
  height: 378px;
  position: relative;
}

.up_2 .news-pagenation-content:before {
  border-radius: 50%;
  bottom: 100px;
}

.single-post .menu-item-405 a {
  color: #FFF !important;
}

.single-post .menu-item a {
  color: #A3A3A3;
}

.intregate-right-content {
  z-index: 9999;
  position: relative;
}

.sub-menu .menu-item:first-child {
  margin: 0;
  margin-top: 0;
}

.not_found {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.not_found h1 {
  text-align: center;
  color: red;
  font-size: 25px;
  font-weight: bold;
}

.not_found a h3 {
  text-align: center;
  font-size: 16px;
  color: green;
}

.error404 .header-menu ul li a {
  color: #A3A3A3;
}

.error404 .header-menu ul>li:hover>a {
  color: #B2292E;
}

/*end single page css*/


.form_area {}

.form_single {
  /*margin-bottom: 8px;*/
}

.form_single input {
  display: block;
  width: 100%;
  border: 1px solid #AE241D;
  border-radius: 10px;
  padding: 5px;
  color: #162730;
  font-size: 11px;
  font-weight: 300;
  outline: none;
}

.form_single label {
  display: inline;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.form_single:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_single input[type="submit"] {
  background: #B2292E;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  display: inline;
  width: 200px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form_single input[type="submit"]:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.modal-title {
  line-height: normal;
  color: #FFF;
  font-size: 15px;
}

.form_area p,
.form_area br {
  display: none;
}

.form_single.last_sin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#myModal .modal-dialog {
  max-width: 350px;
}

#myModal .modal-content {
  padding: 15px;
}


.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 1px solid #167131 !important;
  color: #167131 !important;
  font-size: 14px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  border: 1px solid red !important;
  color: red !important;
}

.modal-content {
  background-color: #162730 !important;
  padding: 20.8px;
  padding: 1.3rem;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  border-bottom: 0 !important;
  border-top-left-radius: 4.8px;
  border-top-left-radius: .3rem;
  border-top-right-radius: 4.8px;
  border-top-right-radius: .3rem;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 !important;
  margin-top: 10px;
}

.modal {
  z-index: 99999999999999 !important;
}

.toolkit-video-area video {
  width: 100%;
  margin-bottom: -8px;
}

.flex-prev,
.flex-next {
  font-size: 0;
}



/*Single News*/

.news-pagecircle {
  font-family: 'Roboto', sans-serif;
}

.news-pagecircle p {
  font-weight: 300;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-size: 16px;
  line-height: 28px !important;
}

.news-pagecircle ul {
  padding: inherit;
  margin: inherit;
  list-style: inherit;
}

.news-pagecircle ul li {
  padding: inherit;
  margin: inherit;
  list-style: inherit;
}

.news-pagecircle p img {
  margin: 20px 0 !important;
}

.news-pagecircle p a {
  color: #B3282E;
}


.arrow_left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow_right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow_left,
.arrow_right {
  z-index: 99;
  height: 50px;
  border: none;
  background: #fff;
  width: 40px;
  opacity: 0.7;
  transition: .5s;
}

.arrow_left:hover,
.arrow_right:hover {
  opacity: 1;
}

.arrow_left i,
.arrow_right i {
  font-size: 45px !important;
  color: #000;
}

.clearboth span {
  margin-bottom: 27px !important;
}




/* Update new  Css By Arun*/
/*.introduct-heading.news-heading h2 {
	font-size: 35px;
	color: #000;
	font-weight: 500;
	text-transform: none;
	font-family: Raleway;
}
*/
.date_autor p {
  font-size: 14px;
  font-weight: 300;
  font-family: Raleway;
}

.introduct-text.news-pagecircle span:after {
  display: none;
}

.introduct-text.news-pagecircle span {
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  line-height: 1.5;
  margin-bottom: 0;
}

.introduct-text.news-pagecircle p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5 !important;
  /*font-family: Roboto;*/
}

.introduct-text.news-pagecircle span {
  padding: 0;
  margin: 10px 0;
  margin-bottom: 0;
}

.introduct-text.news-pagecircle h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  text-transform: none;
  font-family: Raleway;
  margin-top: 25px;
  display: block;
}

.news-pagecircle p img {
  margin: 20px 0 !important;
  height: auto;
  max-width: 370px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-left: 15px !important;
}

.news-pagecircle p img.media2 {
  margin-bottom: 0 !important;
}

.news-pagecircle p img:last-child {
  margin-left: 0;
}

.clearboth span {
  font-weight: 300 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  display: block !important;
  margin-top: 68px !important;
}

.news-pagecircle p a span {
  color: #000;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  padding: 0 !important;
  font-weight: 300;
}

#caption-attachment-492 {
  text-align: center;
}

.introduct-text.news-pagecircle h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: none;
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
}

.introduct-text.news-pagecircle h5 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  text-transform: none;
  font-family: 'Raleway', sans-serif;
}

.introduct-text.news-pagecircle ul {
  margin-left: 20px;
}

.alignnone {
  max-width: 375px !important;
  width: 100% !important;
}

#text-block-10 ul {
  margin-left: 20px;
}

.alignnone.wp-image-489.size-large {
  max-width: 800px !important;
  margin: 36px 0;
}

.introduction-content {
  /* max-width: 835px; */
  width: 100%;
  justify-content: space-between;
}

.alignnone.wp-image-482.size-large.new_img_a.lazyloaded {
  max-width: 500px !important;
  width: 100% !important;
}

.items_1 p {
  max-width: 500px;
  width: 100%;
}

.divied {
  max-width: 500px;
  width: 100%;
  float: left;
}

.items_1 {
  overflow: hidden;
}

.right {
  float: right;
}

.new_img_a {
  max-width: 500px !important;
  width: 100% !important;
}

#attachment_492 {
  max-width: 100% !important;
  text-align: center;
}

#attachment_492 img {
  max-width: 577px;
  height: auto;
  width: 100%;
}

.alignnone.wp-image-482.size-large.large_i {
  margin: 0 !important;
  max-width: 100% !important;
  margin-bottom: 18px !important;
}

.credit p a,
credit p span {
  font-size: 15px;
  color: #000 !important;
  font-weight: 400;
  font-family: Raleway;
}

.credit p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.credit span,
.credit a,
credit p {
  font-weight: 300 !important;
  font-size: 15px !important;
  display: block !important;
  color: #000;
}

.aligncenter {
  text-align: center;
  max-width: 100% !important;
  width: 100% !important;
}

.img3 {
  text-align: center !important;
}

.img3 img {
  max-width: 600px !important;
  height: auto !important;
  margin: 40px 0;
}

.img45 {
  margin: 40px 0;
}

.toyota-single-image {
  transition: 0.2s;
  overflow: hidden;
}

.toyota-single-image img {
  transition: 0.2s;
}

.toyota-single-image:hover img {
  transform: scale(1.1);
}

.header-banner-text.banner_text2::after,
.header-banner-text.banner_text2::before {
  display: none !important;
}

.form_area_design {
  max-width: 450px;
  width: 100%;
  background: #182B36;
  padding: 18px;
  position: fixed;
  z-index: 9999999999999999;
  bottom: 0%;
  right: 0;
  border-radius: 5px;
  overflow: hidden;
}

.single-left-country ul li a br {
  display: none;
}

.non_a {
  display: none !important;
}

.form_area_design.active_232 .icon_area.dis {
  display: none;
}

.form_area_design.active_232 .icon_area.non_a {
  display: flex !important;
}

.con_title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con_title_area h2 {
  font-size: 16px;
  line-height: normal;
}

.form_area {
  margin-top: 5px;
}

.toyota-single-image {
  height: auto !important;
}

.form_single {
  width: 49%;
  float: left;
  margin-left: 2%;
}

.left {
  margin-left: 0;
}

.icon_area {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.icon_area i {
  color: #b2292e;
  font-size: 31px;
  font-weight: bold;
}

.icon_area p {
  color: #FFF;
  font-size: 12px;
  margin-left: 3px;
}

/* Update new  Css By Arun*/


.postthumbnail {
  max-width: 100% !important;
}

.close_btn {
  background: none;
  color: #FFF;
  border: none;
  float: right;
  font-size: 14px;
  padding-right: 0;
}

.last_item_input {
  display: flex !important;
  justify-content: space-between !important;
}

.t_class {
  bottom: 0;
}

.header-banner-text.banner_text2 {
  padding-top: 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  border: 1px solid red !important;
  color: red !important;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
  margin-top: 10px !important;
  font-size: 12px !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0em 1em;
  padding: 0.2em 1em;
  border: 1px solid #FFF !important;
  color: #FFF !important;
  font-size: 13px !important;
  width: 100% !important;
  overflow: hidden;
  margin-top: 10px;
}

.form_single.last_sin.last_item_input.left {
  margin-bottom: 10px;
}

.news-image::before {
  content: "2020";
  position: absolute;
  right: -168px;
  top: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-family: 'Consolas';
  font-weight: 400;
  font-size: 105px;
  color: #BABABA;
  line-height: normal;
}

/*.form_area_design.active_232 .form_area {
  display: none !important;
}
.form_area_design .form_area {
  display: block !important;
}*/
.form_area {
  display: none;
}

.form_area_design .form_area {
  display: none;
}

.active_2322 .form_area {
  display: block;
}

#sol-roi {
  padding-top: 184px;
}

#sol-int {
  padding-top: 187px;
  padding-bottom: 129px;
}

.section3 {
  min-height: 812px;
}






/*new update css 31-8-2020*/
.mobility-single-image {
  text-align: center;
  margin-left: 54px;
}

.mobility-text {
  max-width: 223px;
  width: 100%;
}

.introduction-area1 {
  padding: 75px 0 !important;
}

.collapse-menu ul li {
  margin: 5px auto;
  max-width: 100px;
  width: 100%;
}

.collapse-menu ul li:first-child {
  max-width: 100% !important;
}

/*End new update css 31-8-2020*/


.introduct-text.news3.news-pagecircle p {
  max-width: 505px;
  width: 100%;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.introduction-content.introduction23 {
  display: block;
}

.img3 img {
  max-width: 600px !important;
  height: auto !important;
  margin: 40px 0;
  width: 100%;
}

.mobility-list span {
  font-weight: 600;
  font-size: 42px;
  color: #000000;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  display: none;
}

.introduct-text.news3.news-pagecircle p {
  padding-top: 27px;
}



.toyota-single-content7 .toyota-single-text h2,
.toyota-single-content4 .toyota-single-text h2 {
  color: #000;
}

.toyota-single-content7 .toyota-single-text p,
.toyota-single-content4 .toyota-single-text p {
  color: #000;
}

.news-section:after {
  top: -75px;
}

.news-left-content {
  position: relative;
}

.news-left-content::before {
  content: "";
  position: absolute;
  background: url(../images/queCel.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  right: 0;
  top: 0px;
}

.news-hd h2 {
  position: relative;
  color: #000;
  font-weight: 400;
}

.news-hd::before {
  left: -600px;
}

.news-hd::after {
  left: -110px;
  top: 59px;
}

.news-hd h2::after {
  content: "";
  position: absolute;
  background: url(../images/network_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  left: -16px;
  top: -16px;
}

.introduct-text.news3.news-pagecircle p {
  padding-top: 27px;
  font-size: 30px;
  color: #cd5c5c;
  font-weight: 600;
  max-width: 770px;
}

/*Contact us page*/

.contact-banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  background-attachment: fixed;
  margin-top: 84px;
}

.contact-heading::before {
  left: -600px;
}

.network-heading h2 {
  position: relative;
}

.contact-heading::after {
  top: 59px;
  left: -103px;
}

.contact-banner-content-area {
  padding-top: 6rem;
}

.align-center {
  align-items: center;
}

.contact-banner-content-img.contact-form-shape img {
  margin-right: 10rem;
}

.contact-form-shape img {
  width: 370px;
  float: right;
}

.contact-banner-content-img img {
  float: left;
}

.contact-banner-content h2 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700 !important;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 60px;
}

.contact-banner-content>p {
  color: #fff;
  font-size: 31px;
  margin: 30px 0px 40px 0px;
  line-height: 36px;
  font-weight: 600;
}

.contact-banner-content ul {
  width: 50%;
}

.contact-banner-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.contact-banner-content ul li p,
.contact-banner-content ul li a {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}

.main-contact-area {
  padding-top: 6rem;
  padding-bottom: 1rem;
  /*background-color: #D1D3D4;*/
  overflow: hidden;
  margin-top: -65px;
}

.contact-desc {
  margin-top: 1rem;
}

.contact-desc p {
  color: #58595B;
  letter-spacing: 1px;
  font-size: 20px;
	font-weight: 600;
}

.contact-form-area {
  position: relative;
}

.contact-form {
  margin-top: 3rem;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.form_single {
  margin-bottom: 8px;
}

.form_single {
  width: 100%;
  float: none;
  margin-left: 0%;
  margin-bottom: 15px;
}

.left {
  margin-left: 0;
}

.form_single label {
  display: inline-block;
  color: #58595B;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 150px;
}

.form_single input {
  display: inline-block;
  width: calc(100% - 150px);
  border: none;
  border-radius: 0px;
  padding: 5px 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  background-color: #F1F2F2;
}

.main-contact-heading h2 {
  font-weight: 600 !important;
	color:#58595B;
	border-bottom: 1px solid #58595B;
	display: inline-block;
}

.form_single input[type="submit"] {
  background: #C61C2C;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  display: block;
  width: 200px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 20px auto;
  text-transform: uppercase;
}

.contact-heading h2::before {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 350px;
  left: -230px;
  top: -170px;
  z-index: 0;
}

/*.......Home page...........*/
.video-background {
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 84px; */
  margin-top: 1px; 
  background-position: right top;
  position: relative;
  background-attachment: fixed;
}

.header-banner-content::before {}

.header-banner-content::after {}

/*....Vision Area........*/
.vision-banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  overflow: hidden;
}

.vision-banner::after {
  content: "";
  position: absolute;
  background: url('/images/shape-transparent.png');
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/shape-transparent.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 220px;
  left: 0%;
  bottom: 0%;
}

.vision-heading_title {
  width: 100%;
}

.vision-heading_title::before {
  content: "";
  position: absolute;
  background: url('/images/plus-top-right-img.png');
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/plus-top-right-img.png); */
  width: 180px;
  height: 100px;
  right: 20px;
  top: -20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.vision-heading_title h2 {
  color: black;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 80px;
  font-weight: 500 !important;
}

.vision-heading_title h3 {
  color: #C61C2B;
  font-size: 30px;
  margin-left: 140px;
  margin-top: -14px;
  text-transform: uppercase;
}

.vision-below_title {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-left: 25px;
  margin-top: -5px;
}

.vision-below_title p {
  color: #231F20;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

.vision-below_title::before {
  content: "3V";
  position: absolute;
  right: 0px;
  top: -54px;
  color: #C61C2B;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C61C2B;
  font-size: 90px;
}

.vision-lists {
  width: 100%;
  position: relative;
  padding: 5rem 0px;
  margin-bottom: 5rem;
  position: relative;
  min-height: 500px
}

.vision-lists::before {
  content: "";
  position: absolute;
  background: url('/images/our-vision-img.png');
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/our-vision-img.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80%;
  height: 310px;
  left: 17%;
  top: 100px;
}

.vision-lists li {
  position: absolute;
  border-left: 1px solid #C61C2B;
  padding-left: 10px;
}

.vision-lists li h4 {
  font-size: 35px;
  color: #C61C2B;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -10px;
}

.vision-lists li p {
  font-size: 16px;
  color: #606060;
  line-height: normal;
  text-transform: uppercase;
}

.vision-lists li:nth-child(1) {
  left: 50px;
}

.vision-lists li:nth-child(1)::before {
  content: "1";
  position: absolute;
  left: -35px;
  top: -31px;
  color: #C61C2B;
  font-size: 80px;
}

.vision-lists li:nth-child(2)::before {
  content: "2";
  position: absolute;
  left: -55px;
  top: -31px;
  color: #C61C2B;
  font-size: 80px;
}

.vision-lists li:nth-child(3)::before {
  content: "3";
  position: absolute;
  left: -55px;
  top: -31px;
  color: #C61C2B;
  font-size: 80px;
}

.vision-lists li:nth-child(2) {
  right: 50px;
  margin-top: -50px;
}

.vision-lists li:nth-child(3) {
  left: 45%;
  bottom: 0px;
}

/*............Clients Section..........*/

.clients-banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  overflow: hidden;
}

.clients-banner::before {
  content: "";
  position: absolute;
  background: url('/images/plus-top-right-img.png');
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/plus-top-right-img.png); */
  width: 180px;
  height: 100px;
  right: 20px;
  top: -20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients-heading_title {
  width: 100%;
  position: relative;
}

.clients-heading_title h2 {
  color: black;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 80px;
  font-weight: 500 !important;
}

.clients-heading_title h3 {
  color: #C61C2B;
  font-size: 80px;
  margin-left: 140px;
  margin-top: -34px;
  text-transform: uppercase;
  font-weight: 600;
}

.clients-below_title {
  position: relative;
  width: 100%;
  max-width: 440px;
}

.clients-below_title p {
  color: #231F20;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #231F20;
  padding: 0px 5px;
}

.clients-image {
  width: 100%;
  position: relative;
}

.clients-image img {
  max-width: 800px;
  width: 90%;
  margin: 30px 5%;
}

/*.........Mission Section............*/
.mission-banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  overflow: hidden;
}

.mission-heading_title {
  width: 100%;
  position: relative;
}

.mission-heading_title h2 {
  color: black;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 80px;
  font-weight: 500 !important;
}

.mission-heading_title h3 {
  color: #C61C2B;
  font-size: 30px;
  margin-left: 452px;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: 600;
}

.mission-content_image {
  position: relative;
  width: 100%;
  max-width: 1100px;
}

.mission-content_image p {
  color: #C61C2B;
  font-size: 30px;
  font-weight: 500;
  padding: 0px 5px;
}

.mission-image {
  width: 100%;
  position: relative;
  text-align: center;
}

.mission-image img {
  max-width: 600px;
  width: 90%;
  margin: 30px auto;
  text-align: center;
}

/*..............Experience Page...................*/
.customer-experience-banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  padding: 6rem 0 4rem 0;
	margin-top: 84px;
  overflow: hidden;
  background: url('/images/experience-back.png') no-repeat left center #b1132c;
  /* ackground: url('https://adk-thai.com/wp-content/uploads/2022/06/experience-back.png') no-repeat left center #b1132c; */
}

.customer-experience-heading_title {
  width: 100%;
  position: relative;
}

.customer-experience-heading_title h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 500 !important;
  border-bottom: 1px solid #fff;
  max-width: 645px;
  line-height: 70px;
}

.customer-experience-below_title {
  position: relative;
  width: 100%;
}

.customer-experience-below_title p {
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 5px;
  margin-top: 10px;
}

.customer_experience_content .col-md-2 {
  float: left;
}

.customer_experience_content .col-md-10 {
  float: right;
}

.customer_experience_content {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 30px 0px;
}

.custom_offline_text {
  text-align: center;
  background: url('/images/top-bottom-arrow.png');
  /* background: url('http://adk-thai.com/wp-content/uploads/2021/12/top-bottom-arrow.png'); */
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px;
  background-size: contain;
}

.custom_offline_text p {
  color: #231F20;
  font-weight: 600;
  text-transform: uppercase;
}

.custom_offline_text span.offline {
  margin-bottom: 80px;
  display: block;
  font-size: 13px;
}

.custom_offline_text span.cx {
  margin-bottom: 60px;
  display: block;
  font-size: 12px;
}

.custom_offline_text span.twenty {
  margin-bottom: 10px;
  display: block;
  color: #c61c2b;
  font-size: 25px;
}

.custom_offline_text span.online {
  display: block;
  font-size: 13px;
}

.customer_experience_content img {
  /*max-width: 900px;*/
  width: 100%;
  margin: 15px auto;
}

.customer_experience_last_content {
  width: 100%;
  position: relative;
  background: url('/images/left-right-arrow.png');
  /* background: url('http://adk-thai.com/wp-content/uploads/2021/12/left-right-arrow.png'); */
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 0px;
  background-size: contain;
}

.customer_experience_last_content p {
  max-width: 340px;
  margin: 0px auto;
  font-size: 20px;
  color: #231F20;
  line-height: 20px;
  position: relative;
}

.customer_experience_last_content p::before {
  content: "E2E";
  position: absolute;
  left: -85px;
  top: 9px;
  color: #C61C2B;
  font-size: 44px;
}

/*.........Client Services Section...........*/
.client_service_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  overflow: hidden;
}

.client_service_title {
  width: 100%;
  position: relative;
  max-width: 810px;
  margin: 0px auto;
  z-index: 1111;
  float: right;
}

.client_service_title h2 {
  color: black;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 130px;
  text-align: center;
  font-weight: 500 !important;
}

.client_service_title h3 {
  color: #C61C2B;
  font-size: 80px;
  /* margin-right: 177px; */
  margin-top: -30px;
  text-transform: uppercase;
  font-weight: 500 !important;
  float: right;
  z-index: 1;
}

.client_service_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  max-width: 850px;
  padding: 100px 100px 50px 100px;
  margin-top: -56px;
  float: right;
}

.client_service_content p {
  color: #231F20;
}

/*.........Public Relations Section...........*/
.public_relations_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  overflow: hidden;
}

.public_relations_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
  float: right;
}

.public_relations_title h2 {
  color: #fff;
  font-size: 130px;
  text-align: center;
  font-weight: 500 !important;
}

.public_relations_title h3 {
  color: #C61C2B;
  font-size: 80px;
  /* margin-right: 177px; */
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 500 !important;
  float: right;
  z-index: 1;
}

.public_relations_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  max-width: 850px;
  padding: 130px 100px 80px 100px;
  margin-top: -76px;
  float: left;
}

.public_relations_content p {
  color: #231F20;
}

/*.........CX Channel Planning Section...........*/
.cx_channel_planning_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  overflow: hidden;
}

.cx_channel_planning_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
  float: right;
}

.cx_channel_planning_title h2 {
  color: #C61C2B;
  font-size: 65px;
  font-weight: 500 !important;
}

.cx_channel_planning_title h3 {
  color: #231F20;
  font-size: 40px;
  /* margin-right: 177px; */
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 500 !important;
  text-align: center;
  z-index: 1;
  line-height: 23px;
}

.cx_channel_planning_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 130px 100px 80px 100px;
  margin-top: -26px;
  float: left;
}

.cx_channel_planning_content p {
  color: #231F20;
  margin-bottom: 20px;
}

.cx_channel_planning_content img {
  float: right;
  margin-left: 30px;
}

/*.........CX Channel Planning Section...........*/
.digital_marketing_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0 6rem 0;
  overflow: hidden;
}

.digital_marketing_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
  float: right;
}

.digital_marketing_title h2 {
  color: #C61C2B;
  font-size: 115px;
  font-weight: 500 !important;
  letter-spacing: 2px;
  margin-left: 20px;
}

.digital_marketing_title h3 {
  color: #231F20;
  font-size: 90px;
  /* margin-right: 177px; */
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  line-height: 50px;
  font-weight: 500 !important;
  letter-spacing: 2px;
}

.digital_marketing_title h3::before {
  content: "";
  position: absolute;
  background: url('/images/plus-top-right-img.png');
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/plus-top-right-img.png); */
  width: 180px;
  height: 100px;
  right: 20px;
  top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.digital_marketing_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 100px 100px 80px 100px;
  margin-top: -35px;
  float: left;
}

.digital_marketing_content p {
  color: #231F20;
  margin-bottom: 20px;
}

.digital_marketing_content img {
  float: right;
  margin-left: 30px;
}

.digital_marketing_sub_content {
  display: block;
  position: relative;
  text-align: center;
}

.digital_marketing_banner::before {
  content: "";
  position: absolute;
  background: url('/images/dots-img.png');
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/dots-img.png); */
  width: 100px;
  height: 240px;
  right: 10%;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}

.digital_marketing_sub_content .digital_border {
  border: 1px solid red;
  padding: 20px 10px;
  display: inline-block;
  margin-top: -22px;
  color: #231F20;
  font-size: 20px;
}

.digital_moborder {
  background: #bbbcc0;
  display: block;
  max-width: 246px;
  margin: -16px auto 0px auto;
  font-size: 20px;
  position: relative;
  color: #C61C2B;
}

/*.........Activation Section...........*/
.activation_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  overflow: hidden;
}

.activation_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
  float: right;
}

.activation_title h2 {
  color: #C61C2B;
  font-size: 80px;
  font-weight: 500 !important;
  margin-left: 50px;
}

.activation_title h2::after {
  content: "O2O ACTIVATION";
  display: flex;
  transform: rotateX(180deg);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .0) 10%, rgba(255, 255, 255, .5));
  -webkit-background-clip: text;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000006b;
  margin-top: 7px;
}

.activation_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 130px 100px 80px 100px;
  margin-top: -54px;
  float: left;
  max-width: 850px;
}

.activation_content p {
  color: #231F20;
  margin-bottom: 20px;
}

/*.........Production Section...........*/
.production_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0;
  overflow: hidden;
}

.production_banner::before {
  content: "";
  position: absolute;
  background: url('/images/shape-color.png');
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/shape-color.png); */
  width: 240px;
  height: 230px;
  left: 0;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}

.production_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
  float: right;
}

.production_title h2 {
  color: #C61C2B;
  /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: 0000006b;*/
  font-size: 100px;
  text-align: right;
  font-weight: 500 !important;
  margin-right: 150px;
}

.production_title h2::after {
  content: "PRODUCTION";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c61c2bba;
  position: absolute;
  right: 84px;
  top: -24px;
}

.production_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 180px 100px 80px 100px;
  margin-top: -100px;
  float: left;
  max-width: 850px;
}

.production_content p {
  color: #231F20;
  margin-bottom: 20px;
}

/*.........Production Section...........*/
.creative_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  overflow: hidden;
}

.creative_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
  float: right;
}

.creative_title h2 {
  color: #C61C2B;
  font-size: 100px;
  /* text-align: right; */
  margin-right: 65px;
  min-width: 315px;
  float: right;
  font-weight: 500 !important;
}

.creative_title h2 span.sub_part_next_title {
  display: block;
  color: #231F20;
  margin-top: 21px;
  text-align: right;
}

.creative_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 100px 100px 80px 100px;
  margin-top: -62px;
  float: left;
  max-width: 850px;
}

.creative_content p {
  color: #231F20;
  margin-bottom: 20px;
}

/*.........CX Research Section...........*/
.cx_strategy_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  overflow: hidden;
}

.cx_strategy_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
}

.cx_strategy_title h2 {
  color: #C61C2B;
  font-size: 90px;
  text-align: left;
  margin-left: 30px;
  font-weight: 500 !important;
}

.cx_strategy_title h3 {
  color: black;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 80px;
  /* margin-right: 177px; */
  margin-top: -30px;
  text-transform: uppercase;
  font-weight: 500 !important;
  z-index: 1;
  text-align: center;
}

.cx_strategy_content {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  max-width: 850px;
  padding: 100px 100px 50px 100px;
  margin-top: -85px;
  float: left;
}

.cx_strategy_content p {
  color: #231F20;
}

/*.........our solution Section...........*/
.our_solution_banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  overflow: hidden;
  background-position: top right;
	    margin-top: 84px;
}

.our_solution_banner::after {

  position: absolute;
  top: 27%;
  right: -19px;
  background-image: url(../images/dot.png);
  width: 281px;
  height: 100px;
  background-size: cover;
}

.our_solution_title {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1111;
}

.our_solution_title h2 {
  color: black;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 80px;
  font-weight: 600;
  text-align: left;
  max-width: 165px;
  font-weight: 500 !important;
}

.new-solution-title h2 {
  font-family: 'Frutiger Next Pro' !important;
  color: #58595B !important;
  font-size: 50px;
  text-align: left;
  font-weight: 500 !important;
  display: inline;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.frutiger-font .elementor-heading-title {
  font-family: 'Frutiger Next Pro' !important;
  font-weight: 500 !important;
}

.about-banner-letter-space .elementor-heading-title {
  letter-spacing: 5px;
}
.about-banner-letter-space .elementor-heading-title span {
	font-size: 50px;
}

.new-about-title h2 {
  border-bottom: 1px solid #3A474F;
}

.our_solution_title .solution_sub_part {
  display: block;
  color: #C61C2B !important;
  -webkit-text-fill-color: #C61C2B;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: none;
  -webkit-text-stroke-color: #C61C2B;
  font-size: 80px;
  margin-top: -12px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
  text-align: center;
  margin-left: 50px;
  font-weight: 500 !important;
}

.our_solution_list {
  margin-top: 50px;
  margin-bottom: 150px;
  position: relative;
  background: url(../../../../uploads/2022/06/solution-image-new.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  padding: 100px 0px 100px 0px;
  background-size: contain;
}

.our_solution_list ul {
  display: block;
  width: 100%;
}

.our_solution_list ul li {
  max-width: 400px;
}

.our_solution_list li h4 {
	font-size: 30px;
	color: #fff;
	background: url(../images/solution-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 36px;
	line-height: 35px;
	padding-left: 0px;
	text-transform: uppercase;
	width: 365px;
	text-align: center;
}

.our_solution_list li:nth-child(3) h4 {
  background: url(../../../../uploads/2022/05/right-arrow-list.png);
  padding-right: 0px;
  text-align: center;
  padding-left: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.our_solution_list li:nth-child(2) h4 {
  background: url(../../../../uploads/2022/05/left-arrow-white.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
	color:#B2142D;
}

.our_solution_list li p.solution_parr_list {
  font-size: 14px;
  padding-right: 60px;
  margin-top: 20px;
  text-transform: uppercase;
  opacity: 1;
  /*visibility: hidden;
  transition: .5s;*/
	text-align:justify;
	color:#3A474F;
	font-weight: 600;
}

.solution_parr_list_show {
  opacity: 1 !important;
  visibility: visible !important;
  transition: .5s;
	display: block !important;;
}

.our_solution_list li:nth-child(3) p.solution_parr_list {
  padding-left: 35px;
  padding-right: 0px;
}

.our_solution_list li:nth-child(1) {
  position: absolute;
  /*left: 23px;
  top: 66px;*/
	left: 37px;
  top: 26px;
}

.our_solution_list li:nth-child(2) {
  position: absolute;
  /*left: 0px;
  bottom: 0px;*/
	 left: 120px;
  bottom: -26px;
}

.our_solution_list li:nth-child(3) {
  position: absolute;
  /*right: 115px;
  bottom: -20px;*/
	right: 30px;
  bottom: 2px;
}

.our_solution_content {
  background: url('/images/title-line.png');
  /* background: url(https://adk-thai.com/wp-content/uploads/2022/05/title-line.png); */
  padding-top: 20px;
  text-align: left;
	background-size: 100% 3px;
  background-position: top right;
  background-repeat: repeat-x;
}

.our_solution_content p {
  text-transform: uppercase;
  font-size: 20px;
	text-align:justify;
	color:#3A474F;
	font-weight: 600;
}

/*.........our service Section...........*/

.our_service_banner {
	width: 100%;
	/* height: 100vh; */
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem 0 5rem 0;
	overflow: hidden;
	background-attachment: fixed;
}

.our_service_list {
  position: relative;
  background: url(../../../../uploads/2022/06/services-new.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  padding: 100px 0px 100px 0px;
  background-size: contain;
  margin: 5rem 0;
}

.our_service_list ul {
  display: block;
  width: 100%;
}

.our_service_list ul li {
  max-width: 400px;
}

.our_service_list li p {
  font-size: 25px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #6D6E71;
	font-weight:800;
  line-height: 32px;
}

.our_service_list li:nth-child(1) {
  position: absolute;
  left: 150px;
  top: 31px;
}

.our_service_list li:nth-child(2) {
  position: absolute;
  right: 75px;
  top: 4px;
}

.our_service_list li:nth-child(3) {
  position: absolute;
  left: 154px;
  bottom: 80px;
}

.our_service_list li:nth-child(4) {
  position: absolute;
  right: 176px;
  bottom: 38px;
}

.our_service_list li:nth-child(5) {
  position: absolute;
  left: 42%;
  bottom: -90px;
}

/*=============== strategy Section  ===================*/

.main-strategy-area {
  background: url('/images/team-background.png') no-repeat left top;
  /* background: url('https://adk-thai.com/wp-content/uploads/2022/05/team-background.png') no-repeat left top; */
	background-size: cover;
  position: relative;
  padding-bottom: 0rem;
  overflow: hidden;
}

.main-strategy-area::after {

  position: absolute;
  top: 58%;
  left: 0;
  background-image: url(../images/content-shape.png);
  width: 395px;
  height: 100%;
  background-repeat: no-repeat;
}

.strategy-red {
  position: absolute;
  height: 200px;
  width: 100%;
  background-color: #B2142D;
}

.strategy-area {
  padding: 5rem 0;
}

.single-strategy {
  margin-bottom: 4rem;
  margin-right: 2rem;
  position: relative;
  z-index: 9;
}

.single-strategy h2 {
  text-transform: uppercase;
  background-color: #3A474F;
  font-size: 26px;
  padding: 6px 12px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 26px;
}

.single-strategy p {
  margin-top: 1.5rem;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: justify;
  display: none;
}

.content-image {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.strategy-button:focus {
  outline: none;
}

.strategy-button {
  border: none;
  background-color: #B2142D;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.strategy-button:hover {
  background-color: #3A474F;
  transition: 0.3s;
}


/*...........Our Network Home Section..........*/
.network-banner-background {
  padding: 3rem 0px;
  background: url('/images/bg-map.png') repeat left top;
  /* background: url(http://adk-thai.com/wp-content/uploads/2021/12/bg-map.png) repeat left top; */
  position: relative;
}

.network-banner-background .container {
  position: relative;
}

.network_content_offices {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.network_content_offices li {
  float: left;
}

.network_content_offices li:nth-child(1) {
  width: 60%;
  padding: 15px 2%;
}

.network_content_offices li:nth-child(1) h3 {
  color: #25434e;
  font-size: 48px;
}

.network_content_offices li:nth-child(2),
.network_content_offices li:nth-child(3) {
  width: 20%;
  padding: 15px 2%;
}

.network_content_offices li:nth-child(2) h3,
.network_content_offices li:nth-child(3) h3 {
  font-size: 25px;
  color: #C61C2B;
}

.network_content_offices li:nth-child(2) p,
.network_content_offices li:nth-child(3) p,
.our-network-japan li {
  font-size: 17px;
  color: #231F20;
}

.our-network-japan {
  position: absolute;
  right: -50px;
  bottom: 150px;
  z-index: 88;
  max-width: 150px;
}

.our-network-japan h3 {
  color: #25434e;
  font-size: 30px;
}

.map {
  margin-top: -30px;
}

.contact_map_area {
  
	background-image: url('/images/contact-form-back.jpg');
  /* background-image: url('https://adk-thai.com/wp-content/uploads/2022/05/contact-form-back.jpg'); */
	background-repeat: no-repeat;
	background-size: contain;
  background-position: right bottom;
	background-color: #D1D3D4;
  padding: 110px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.contact_map_area:before {
  width: 100%;
  height: 240px;
  content: "";
  background-color: #B2142D;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.main-contact-heading {
  max-width: 520px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .contact-banner {
    margin-top: 40px;
  }

  #logo_thai {
    max-width: 110px;
	  top: -14px;
    left: 10px;
  }
}

/* Back To Top  */
.back-top {
  position: absolute;
  top: -34px;
  right: 26%;
	z-index:999999999;
}

.back-top a {
  background: #D0D0D0A6;
  display: inline-block;
  font-size: 55px;
  color: white;
  padding: 1px 13px;
  line-height: 10px;
}



/********************************************* About Page  *****************************************/


/********************** About Section ***********************/

.mission-top-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
	background-position: 83%;
}

.mission-top-area::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0505051a;
	top: 0;
	left: 0;
	z-index: -1;
}

.main-mission-area {
	position: relative;
	overflow: hidden;
}

.main-mission-area::after {
	content: "";
	position: absolute;
	bottom: 14%;
	right: 0;
	background-image: url(../images/dot.png);
	width: 281px;
	height: 100px;
	background-size: cover;
	z-index: 2;
}

.e-lottie__animation {
	margin-top: 2rem;
}

.mission-content {
	padding-top: 5rem;
	padding-bottom: 11rem;
	position: relative;
}

.mission-bottom-area {
  padding: 2rem 0;
}

.mission-bottom-content ul li {
  padding: 1px 0;
  display: flex;
  align-items: center;
}

.mission-bottom-content ul li span {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
  font-family: 'Frutiger Next Pro';
}

.mission-bottom-content ul li span:nth-child(1) {
	width: 25%;
	position: relative;
}

.mission-bottom-content ul li:nth-child(1) span::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	top: 12px;
	right: 23px;
	background-color: white;
}

.mission-bottom-content ul li:nth-child(2) span::after {
	content: "";
	position: absolute;
	width: 65px;
	height: 1px;
	top: 12px;
	right: 23px;
	background-color: white;
}

.mission-bottom-content ul li:nth-child(3) span::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	top: 12px;
	right: 23px;
	background-color: white;
}

.mission-content h3 {
	color: #3A474F;
	margin-top: 2rem;
	text-transform: uppercase;
	font-size: 25px;
  font-family: 'Frutiger Next Pro';
}

.mission-content h4 {
	font-size: 22rem;
	color: #fff;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000;
	margin-left: 13rem;
	line-height: 13rem;
  font-family: 'Frutiger Next Pro';
}

.mission-content h5 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 71px;
	left: 19%;
	font-family: 'Frutiger Next Pro';
}

.mission-content h5 span {
	font-size: 13rem;
	line-height: 9rem;
}

/********************** Client Section ***********************/

.main-client-area {
	padding: 5rem 0 10rem;
  position: relative;
}

.main-client-area::after {
	/* content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/client_shape.png);
	width: 278px;
	height: 213px;
	background-size: cover; */
}

.new-solution-title h3 {
	margin-top: 2rem;
	color: #3A474F;
	font-size: 25px;
	margin-bottom: 2rem;
}

.client-logo-area h2 {
	color: #B2142D;
	font-size: 25px;
	border-bottom: 1px solid #B2142D;
	text-transform: capitalize;
	font-weight: 500;
}

.client-logo-area ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	    flex-wrap: wrap;
}

.client-logo-area ul li {
	padding: 20px;
    flex-basis: 16.6%;
	text-align: center;
}

.client-logo-area ul li a img {
	max-width: 100%;
}

.main-client-logo-area .col-md-12:nth-child(4), .main-client-logo-area .col-md-12:nth-child(5), .main-client-logo-area .col-md-12:nth-child(6), .main-client-logo-area .col-md-12:nth-child(7) {
  max-width: 47%;
}