body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  color: #FFF;
}

@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;
}



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

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

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;
  font-style: normal;
}

p {
  font-weight: 400;
  font-size: 18px;
  color: #313E49;
  text-transform: inherit;
  line-height: normal;
}

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

.np {
  padding: 0;
}

.section-padding {
  padding: 10rem 0;
}

.sbm {
  padding-left: 3rem;
}

/*====================================================================
  =====                   Start Header Area                      =====
  ==================================================================== */
.mobile-menu-icon button {
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: -30px;
  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-menu ul button i,
.mobile-menu-icon button i {
  font-size: 25px;
}

.header-area {
  position: absolute;
  width: 100%;
  top: 45px;
  z-index: 99;
  right: 0;
}

.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: 65px;
  position: relative;
}

.header-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  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: auto;
  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;
}

.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;
}




.background-video-content:before {
  content: "";
  position: absolute;
  background: url(../images/toyota-after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 360px;
  height: 24px;
  left: 0;
  top: 12%;
}

.background-video-content:after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

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

.header-banner-content {
  padding-top: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header-banner-content::before {
  content: "";
  position: absolute;
  background: url(../images/b_round.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 350px;
  left: -118px;
  top: -109px;
  z-index: 8;
}

.header-banner-content::after {
  content: "";
  position: absolute;
  background: url(../images/rec_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20%;
  height: 400px;
  left: 39%;
  top: 26%;
}

.header-banner-text {
  position: relative;
  padding-top: 80px;
}

/*.header-banner-text:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 20px;
  height: 60px;
  left: -10px;
  top: 80px;
}*/
/*.header-banner-text:after {
  content: "";
  position: absolute;
  background: url(../images/right_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70px;
  height: 18px;
  left: 20px;
  top: 72px;
}*/
.header-middle-text {
  padding-top: 15px;
  padding-bottom: 175px;
  text-align: right;
}

.header-middle-logo img {
  width: 150px;
  height: auto;
  position: relative;
  z-index: 9;
}

.header-middle-text h2 {
  font-size: 120px;
  line-height: 115px;
  position: relative;
  z-index: 1;
}

.video-background {
  background-repeat: no-repeat;
  background-size: cover;
}

.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: 500px;
  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;
}

.mission_top_shape img {
  position: absolute;
  top: 6%;
  right: 12%;
  width: 200px;
}

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

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

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

.introduct-heading h2::after {
	
}

.introduct-heading h2::before {
  content: "";
  position: absolute;
  background: url(../images/para_left.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 350px;
  bottom: -288px;
  left: 225px;
  z-index: 1;
  transform: rotate(89deg);
}



.introduct-text h2 {
  color: #000;
  font-size: 40px;
}

.introduct-text h2 em,
.introduct-text p em {
  color: #a53534;
  font-style: normal;
}

.introduct-text p {
  /* margin-left: 40px; */
  margin-top: 25px;
  position: relative;
  font-size: 22px;
  /*font-family: Roboto;*/
  line-height: 27px;
  color: #000;
  margin-left: 0;
  font-style: normal;
}

.mission_content_bottom {
  font-weight: 800;
  color: #000;
}

.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: 0px;
}

.introduction-right-content p {
  font-size: 13px;
  margin-top: 5px;
  margin-right: 28px;
	position: absolute;
    top: 74%;
    transform: rotate(25deg);
    max-width: 155px;
    margin-left: 175px;
}

/*====================================================================
  =====                  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 {
  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-section {
  padding-bottom: 10rem;
  position: relative;
  z-index: 9;
}

.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-pagenation-content {
  height: 110px;
  position: relative;
}

.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: 50px;
  top: 50px;
}

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

.network-heading h2 {
  position: relative;
}

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

.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/after.png);
  background-repeat: no-repeat;
  width: 1000px;
  height: 32px;
  left: -356px;
  top: 129px;
  z-index: 0;
}


/*.network-heading::after {
  content: "";
  position: absolute;
  background: #A53534;
  width: 20px;
  height: 20px;
  right: -45px;
  bottom: -33px;
  border-radius: 50%;
}*/

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




/*.network-content {
  margin-top: 4rem;
}*/

.network-content-title h2 {
  font-size: 26px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.network-content-title h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A43534;
}

.network-snall-content {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 30px;
}

.network-snall-content li {
  margin-bottom: 20px;
}

.network-snall-content li a {
  font-style: normal;
  color: #fff;
}

.network-bottom-text {
  margin-top: 3rem;
}

.network-bottom-text h4 {
  color: #808080;
  border: 1px solid #808080;
  padding: 20px;
  font-weight: 600;
  font-style: normal;
}

.net-arrow {
  margin: 5rem 0;
}

.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 ul li {
	list-style: none;
}

.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;
  font-style: normal;
}

.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;
  font-style: normal;
}

.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;
  font-style: normal;
}

.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;
  background: #000000;
  position: relative;
  overflow: hidden;
}

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

.leadership-content {
  margin: 6rem 0;
}

.leadership-heading::before {
  width: 400px;
  left: -414px;
}
.leadership-heading::after {
  left: -114px;
  top: 59px;
}

.leadership-cont {
  margin-bottom: 3rem;
}


.leadership-cont h3 {
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.leadership-cont h3::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  width: 13px;
  height: 13px;
  background-color: #A53534;
  border-radius: 100%;
}

.leadership-cont p {
  color: #FFF;
  font-style: normal;
  font-size: 15px;
}

.leadership-bottom-img img {
  width: 100%;
  height: auto;
}








.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 Work Page Css                   =====
  ==================================================================== */


.works-banner {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
}

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

.work-heading::after {
  top: 59px;
  left: -500px;
}

.work-banner-content-area {
  padding-top: 4rem;
}

.work-banner-content-heading {
  margin-bottom: 4rem;
}

.work-banner-content-heading h2 {
  color: #cd5c5c;
  font-size: 80px;
  width: 600px;
  line-height: 75px;
  position: relative;
}

.work-banner-single-cont {
	margin-top: 25px;
	background-size: 100% 100%;
	padding: 0 25px 25px;
}

.work-banner-content .row .col-md-6:nth-child(2) {
  padding-right: 0;
}

.work-banner-content .row .col-md-6:nth-child(1) .work-banner-single-cont {
  margin-top: 25px;
}

.work-banner-content .row .col-md-6:nth-child(2) .work-banner-single-cont {
  margin-top: 75px;
}

.work-banner-content .row .col-md-3:nth-child(3) .work-banner-single-cont {
  margin-top: 25px;
} 
.work-banner-content .row .col-md-6:nth-child(4) .work-banner-single-cont {
  margin-top: 75px;
}


.work-banner-single-cont h4 {
  font-family: Consolas;
}

.work-banner-single-cont h2 {
  font-size: 30px;
  line-height: 35px;
  margin: 10px 0;
}

.work-banner-single-cont p {
	color: #fff;
	line-height: 20px;
	font-size: 16px;
	padding-bottom: 20px;
}

.work-content-area {
  background-color: #000;
  overflow: hidden;
}

.work-sin-cont {
  position: relative;
  padding: 10rem 0;
}

.work-sin-cont h2 {
  width: 50%;
  font-size: 80px;
  line-height: 110px;
  position: relative;
}

.work-sin-cont h2::after {
  content: "";
  position: absolute;
  background: url(../images/work_shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 93%;
  height: 239px;
  left: -165px;
  top: -102px;
}

.work-sin-cont::after {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 350px;
  right: -249px;
  top: -165px;
}

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

.work-cont-p {
  display: flex;
  justify-content: right;
  margin-top: 45px;
}

.work-cont-p p {
  color: #fff;
  width: 50%;
  font-size: 24px;
  line-height: 38px;
}

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






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

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

.solution-heading h4 {
	top: 200px !important;
}

.solution-heading::after {
	content: "";
	position: absolute;
	background: url(../images/introduc_circle.png);
	background-repeat: no-repeat;
	width: 550px;
	height: 534px;
	left: -546px;
	top: -320px;
	z-index: 1;
}

.solution-toolkit-area {
  position: relative;
  overflow: hidden;
}

/* .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: 100px;
	color: #ffffff;
	line-height: normal;
	position: relative;
	display: inline-block;
	left: -346px;
	transform: rotate(270deg);
	top: 140px;
	text-transform: capitalize;
	z-index: 2;
}

.solution-banner-cont {
  padding: 12rem 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.solution-banner-cont h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.solution-banner-cont p {
  font-size: 16px;
  color: #fff;
  margin: 1.5rem 0;
  font-weight: 600;
}

.solution-banner-cont ul li {
  padding: 5px 0;
  list-style: none;
}

.solution-banner-cont ul li i {
  margin-right: 10px;
}

.solution-banner-cont ul li ul {
	margin-left: 45px;
}

.solution-banner-cont ul li ul li {
  list-style: disc;
}

.solution-banner-cont ul li a {
  color: #fff;
  font-weight: 600;
}

.solution-banner-shape {
  margin-bottom: 15px;
}

.solution-tool-heading {
  position: absolute;
}

.solution-tool-heading::before {
  content: "";
  position: absolute;
  background: url(../images/para_left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 356px;
  left: -25px;
  top: -162px;
  z-index: 1;
}

/********************** solution-service************************** */

.solution-service-heading h4 {
  color: #000;
  position: relative;
}

.solution-service-heading h4::after {
  content: "";
  position: absolute;
  background: url(../images/introduc_head.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  left: -4px;
  top: 0;
  z-index: -1;
}

.solution-service-content {
	padding-left: 3rem;
}

.solution-service-area {
  position: relative;
  background-color: #F2F2F2;
  overflow: hidden;
}

.solution-service-small-content {
  margin-left: 15px;
}

.solution-service-content-title {
  margin-bottom: 2rem;
}

.solution-service-content-title h2 {
  color: #000;
  position: relative;
}

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

.solution-service-content-title h2::before {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  right: -198px;
  top: -273px;
}

.solution-service-single-cont {
  padding: 20px;
}

.solution-service-single-cont-mg {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.solution-service-single-cont h2 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.solution-service-single-cont h3 {
  font-family: Consolas;
}

/*********** Solution Performance Area *********/


.solution-performance-area {
  background-image: url('http://localhost/adk/wp-content/themes/adk/assets/images/p_b.png)');
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-performance-title-area {
  padding-bottom: 4rem;
  position: relative;
}

.technology-heading h4::after {
  position: unset;
}

.solution-performance-title-area::before {
  content: "";
  position: absolute;
  background: url(../images/ps.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  right: -50px;
  top: -120px;
}

.solution-performance-title-area::after {
  content: "";
  position: absolute;
  background: url(../images/after.png);
  background-repeat: no-repeat;
  width: 932px;
  height: 32px;
  left: -401px;
  bottom: 0px;
}

.solution-performance-title-area h3 {
  font-size: 68px;
  line-height: 70px;
  padding-top: 1.5rem;
  font-weight: 700;
}

.solution-performance-content-area {
  padding-top: 4rem;
}

.solution-performance-right-content h2 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 2rem;
}

.solution-performance-right-content ul li {
	margin: 15px 0;
}

.solution-performance-right-content ul li a {
  color: #fff;
}

/************** Technology Area***************/

.technology-solution-area {
  position: relative;
  overflow: hidden;
}

.technology-heading h4 {
  left: -440px;
}

.technology-content-area {
  display: grid;
  padding-bottom: 15rem;
  padding-top: 4rem;
  grid-template-columns: auto auto auto auto auto;
}

.technology-single-cont {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.technology-single-cont h2 {
  font-size: 20px;
  margin: 0 auto;
  line-height: 30px;
  width: 164px;
}

/************** Technology Area***************/

.team-solution-area {
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.technology-solution-title h2 {
  color: #000;
}

.technology-solution-title {
  position: relative;
}

.technology-solution-title::after {
  content: "";
  position: absolute;
  background: url(../images/bs2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  right: 0;
  top: -160px;
}

.solution-team-heading h2 {
  color: #fff;
}

.solution-team-content-title p {
  color: #fff;
}

.common-solution-title h2 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 1.5rem;
}

.common-solution-title span {
  color: #a53534;
}

/****************************Team Area************************** */

.team-content-area {
  position: relative;
}

.team-heading h4 {
  left: -390px;
}

.solution-team-content-title {
  position: relative;
}

.solution-team-content-title::after {
  content: "";
  position: absolute;
  background: url(../images/ws2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 50px;
  right: 0;
  top: -160px;
}

.solution-team-member {
  padding-top: 3rem;
  position: relative;
}

.solution-team-img img {
  position: absolute;
  left: 27%;
  top: 12%;
}

.single-team-member {
  width: 275px;
}

.single-team-member p {
  font-size: 16px;
  color: #808080;
  font-family: Consolas;
}

.single-team-member h2 {
  font-size: 18px;
  line-height: 26px;
}

.single-team-member:nth-child(1),
.single-team-member:nth-child(3) {
  float: right;
}

.single-team-member:nth-child(2),
.single-team-member:nth-child(4) {
  text-align: right;
}

.single-team-member:nth-child(1) {
  margin-right: 5rem;
  margin-top: 1rem;
}

.single-team-member:nth-child(1),
.single-team-member:nth-child(2),
.single-team-member:nth-child(3),
.single-team-member:nth-child(4) {
  position: relative;
}

.single-team-member:nth-child(1)::after {
  content: "";
  position: absolute;
  background: url(../images/a2.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 89px;
  left: -172px;
  top: 44px;
}

.single-team-member:nth-child(2)::after {
  content: "";
  position: absolute;
  background: url(../images/a1.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 62px;
  right: -256px;
  top: 41px;
}

.single-team-member:nth-child(3)::after {
  content: "";
  position: absolute;
  background: url(../images/a4.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 127px;
  left: -172px;
  top: 10px;
}

.single-team-member:nth-child(4)::after {
  content: "";
  position: absolute;
  background: url(../images/a3.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 127px;
  right: -289px;
  top: -107px;
}

.single-team-member:nth-child(2) {
  margin-top: 7rem;
  padding-right: 2rem;
}

.single-team-member:nth-child(3) {
  margin-top: 5rem;
}

.single-team-member:nth-child(4) {
  margin-top: 18rem;
  margin-left: 4rem;
}

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


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

.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 {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;

}

.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;
}

.footer-social ul li {
  list-style: none;
  margin: 0px 10px;
}

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



/*some menu update css*/
.page-template-template-about .header-menu ul li a {
  color: #A3A3A3;
}

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

.page-template-template-about .current_page_item a {
  color: #FFF !important;
}

/*.page-template-template-solution .header-menu ul li a {
  color: #000;
}*/
.page-template-template-solution .header-menu ul li:hover>a {
  color: #B2292E;
}

.page-template-template-solution .current_page_item>a,
.current-menu-item>a {
  color: #B2292E;
}

/*.header-menu ul li.current-menu-item>a{
  color: #B2292E;
}*/
.page-template-template-news .header-menu ul ul li a {
  color: #fff;
}

.page-template-template-news .header-menu ul li a {
  color: #A3A3A3;
}

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

.page-template-template-news .current_page_item a {
  color: #FFF !important;
}

.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_single {
  /*margin-bottom: 8px;*/
}

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

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

.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;
  margin-top: 20px;
}

.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%;
  margin-bottom: 15px;
}

.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: 8rem 0 12rem 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;
  font-size: 30px;
  color: #cd5c5c;
  font-weight: 600;
  max-width: 770px;
}

.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: -554px;
  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;
}



.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-hd h2:before {
  display: none;
}






/******************************* New Css ********************************/



/* Team Leadership */

.leadership-section::before {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  right: -115px;
  top: -100px;
}



/************************* Thinking Area**************************** */
.thinking-heading h2 {
  position: relative;
}

.thinking-heading h2::before {
  content: "";
  position: absolute;
  background: url(../images/rec_white.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 350px;
  left: -44%;
  top: -193px;
  z-index: 0;
}

.thinking-heading::before {
  left: -410px;
  bottom: -25px;
}

.thinking-heading::after {
  right: -57px;
  left: -323px;
  top: 59px;
}



/************************* Thinking*************************/

.thinking-section {
  background-color: #000;
  padding: 5rem 0;
  overflow: hidden;
}

.small-thinking {
  width: 250px;
}

.small-thinking h3 {
  color: #808080;
  font-size: 30px;
  font-style: normal;
}

.small-thinking h2 {
  font-size: 30px;
}

.small-thinking p {
  color: #fff;
  font-style: normal;
}

.small-thinking-2 h2 {
  font-size: 24px;
  color: #a53534;
}

.thinking-content {
  padding: 5rem 0;
}

.thinking-content .single-thinking:nth-child(1),
.thinking-content .single-thinking:nth-child(3) {
  display: flex;
  justify-content: right;
}

.thinking-content .single-thinking:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.thinking-content .single-thinking:nth-child(2)::after {
  content: "";
  position: absolute;
  background: url(../images/rec_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 50%;
  height: 575px;
  top: -95%;
  left: 24%;
}

/******************************** Client Portfolio ********************************/

.client-portfolio {
  background-color: #fff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

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

.client-heading:after {
  left: -395px;
  top: 59px;
}

.client-portfolio .network-heading h2 {
  color: #000;
}

.client-portfolio-image {
  margin-top: 5rem;
}

.client-content-title h2 {
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  color: #000;
  line-height: 25px;
}

.client-content-title h2::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  width: 13px;
  height: 13px;
  background-color: #A53534;
  border-radius: 100%;
}




/************************ Contact Area **********************/

.main-contact-area {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #000;
  overflow: hidden;
  margin-top: -10px;
}

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

.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;
}

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

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

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

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

.contact-desc p {
  color: #fff;
}

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

.contact-form {
  margin-left: 30px;
  margin-top: 30px;
}

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

.contact-form-area::after {
  content: "";
  position: absolute;
  background: url(../images/introduc_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 350px;
  right: -170px;
  top: -261px;
}

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

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

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

.contact-banner-content h2 {
  color: #cd5c5c;
  font-size: 55px;
    line-height: 70px;
}

.contact-banner-content > p {
  color: #fff;
  font-size: 28px;
  margin: 40px 0;
  line-height: 44px;
  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: 20px;
  line-height: 28px;
}