@font-face {
font-family:'Pyidaungsu';
src:local('Pyidaungsu'), url('../fonts/Pyidaungsu-2.1_Regular.woff') format('woff'), url('../fonts/Pyidaungsu-2.1_Regular.ttf') format('ttf');
}
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
  font: 400 16px/25px "Raleway", Pyidaungsu, sans-serif;
  color: #333;
  overflow-x: hidden !important;
}
a, .btn, button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

ul, h2, h3, h4, h5, h6 {
  margin: 0;
  list-style: none;
  padding: 0;
}

h1{
  font: 400 35px/45px "Raleway", sans-serif;
}
h2{
  font: 400 24px/20px "Raleway", sans-serif;
}
h3{
  font: 400 22px/28px "Raleway", sans-serif;
}
h4{
  font: 400 18px/27px "Raleway", sans-serif;
}
h5{
  font: 400 16px/25px "Raleway", sans-serif;
}
h6{
  font: 400 14px/20px "Raleway", sans-serif;
}

section.row, header.row, footer.row {
  margin: 0;
}

p {
  font: 16px/25px "Raleway", Pyidaungsu, sans-serif;
  color: #333;
  margin-bottom: 0;
}

footer p, footer{
  font: 14px/25px "Raleway", sans-serif;
}

.section-header {
  text-align: center;
}
.section-header h2 {
  font: 400 30px/65px "Raleway", sans-serif;
  letter-spacing: 0.50px;
  color: #373c5f;
  text-transform: uppercase;
}
.section-header h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #fff100;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: -10px;
  margin-bottom: 30px;
}
.section-header p {
  max-width: 595px;
  margin: 0 auto;
  color: #333;
  padding-top: 43px;
}

.tittle {
  font: 400 35px/60px "Raleway", sans-serif;
  letter-spacing: 0.50px;
  color: #373c5f;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.tittle:after {
  left: 2px;
  margin-top: 22px;
  content: '';
  width: 40px;
  height: 2px;
  background: #fff100;
  position: relative;
  display: block;
}

.partner-logo-area {
  position: relative;
  padding: 70px 0px;
}
.partner-logo-area a{
  color: #fff;
}
.partner-logo-area {
  background: #333 url('../image/ourteam-banner-bg.webp') no-repeat center 50%;
  background-size: cover;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.partner-logo-area:before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
.partner-logo-area .section-header {
  position: relative;
  margin-bottom: 30px;
}
.partner-logo-area .section-header h2 {
  color: #fff;
}
.partner-logo-area .section-header h2:after {
  background: #fff;
}
.partner-logo-area .middle_client {
  text-align: center;
}

/*====================================================*/
/*====================================================*/
/* preloader css
============================================================================================ */
.sampleContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}

.loader {
  position: relative;
  width: 44px;
  height: 8px;
  margin: 12px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #757575;
  position: absolute;
}

.dot_1 {
  animation: animateDot1 1.5s linear infinite;
  left: 12px;
  background: #fff100;
}

.dot_2 {
  animation: animateDot2 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}

.dot_3 {
  animation: animateDot3 1.5s linear infinite;
  left: 12px;
}

.dot_4 {
  animation: animateDot4 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}

@keyframes animateDot1 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }

  25% {
    transform: rotate(180deg) translateX(-12px);
  }

  75% {
    transform: rotate(180deg) translateX(-12px);
  }

  100% {
    transform: rotate(360deg) translateX(-12px);
  }
}
@keyframes animateDot2 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }

  25% {
    transform: rotate(-180deg) translateX(-12px);
  }

  75% {
    transform: rotate(-180deg) translateX(-12px);
  }

  100% {
    transform: rotate(-360deg) translateX(-12px);
  }
}
@keyframes animateDot3 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }

  25% {
    transform: rotate(180deg) translateX(12px);
  }

  75% {
    transform: rotate(180deg) translateX(12px);
  }

  100% {
    transform: rotate(360deg) translateX(12px);
  }
}
@keyframes animateDot4 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }

  25% {
    transform: rotate(-180deg) translateX(12px);
  }

  75% {
    transform: rotate(-180deg) translateX(12px);
  }

  100% {
    transform: rotate(-360deg) translateX(12px);
  }
}
/*---------------------------------------------------- */
/*====================header css=======================*/
/*==================header-top================*/
.header-top {
  background: #fff100 url(../image/padauk_bg.webp);
}
.header-top .top-nav {
  display: inline-block;
}
.header-top .top-nav li {
  display: inline-block;
}
.header-top .top-nav li a {
  font: 400 13px/32px "Raleway", sans-serif;
  color: #000;
  padding: 0;
}
.header-top .top-nav li i {
  font-size: 20px;
  line-height: 29px;
  float: left;
  margin-right: 10px;
}
.header-top .top-nav li a:hover {
  background: none;
}
.header-top .top-nav li + li {
  padding-left: 30px;
  color: #000;
}
.header-top .search {
  float: right;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  transform: rotate(90deg);
}

.header-bottom .navbar-default {
  border: 0px;
  box-shadow: none;
  margin-bottom: 0px;
/*background: #e5e5e5; 
background: -moz-linear-gradient(left,  #e5e5e5 0%, #ffffff 49%, #e5e5e5 100%); 
background: -webkit-linear-gradient(left,  #e5e5e5 0%,#ffffff 49%,#e5e5e5 100%); 
background: linear-gradient(to right,  #e5e5e5 0%,#ffffff 49%,#e5e5e5 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); */
  border-radius: 0px;
  background:#e5e5e5 url(../image/padauk_bg.webp);
}
.header-bottom .navbar-default .navbar-brand {
  display: block;
  padding: 20px 15px;
  line-height: 130px;
  height: auto;
}
.header-bottom .navbar-default .navbar-nav {
  padding-top: 41px;
  padding-bottom: 41px;
}
.header-bottom .navbar-default .navbar-nav li {
  position: relative;
}
.header-bottom .navbar-default .navbar-nav li a {
  padding: 0;
  font: 400 16px/22px "Raleway", sans-serif;
  color: #333;
  box-shadow: none;
  position: relative;
}
.header-bottom .navbar-default .navbar-nav li a:before {
  content: "";
  position: absolute;
  width: 0;
  transform: translateX(-50%);
  height: 2px;
  bottom: -6px;
  left: 50%;
  opacity: 0;
  background: #fff100;
  transition: all 300ms linear 0s;
}
.header-bottom .navbar-default .navbar-nav li a:hover, .header-bottom .navbar-default .navbar-nav li a:focus {
  background: none;
  color: #000;
  box-shadow: none;
}
.header-bottom .navbar-default .navbar-nav li + li {
  padding-left: 30px;
}
.header-bottom .navbar-default .navbar-nav li.dropdown > a:after {
  content: "\33";
  font-family: 'ElegantIcons';
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
.header-bottom .navbar-default .navbar-nav li.dropdown .dropdown-menu {
  background: #000;
  box-shadow: none;
  border: none;
  min-width: 170px;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .header-bottom .navbar-default .navbar-nav li.dropdown .dropdown-menu {
    display: block;
    top: 300%;
    z-index: -10000;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear 0s;
  }
}
.header-bottom .navbar-default .navbar-nav li.dropdown .dropdown-menu li {
  padding: 10px 10px 10px 20px;
}
.header-bottom .navbar-default .navbar-nav li.dropdown .dropdown-menu li a {
  font: 400 16px/22px "Raleway", sans-serif;
  color: #fff;
  text-transform: capitalize;
}
.header-bottom .navbar-default .navbar-nav li.dropdown .dropdown-menu li a:before {
  display: none;
}
.header-bottom .navbar-default .navbar-nav li:hover a {
  background: none;
}
.header-bottom .navbar-default .navbar-nav li:hover a:before {
  width: 100%;
  opacity: 1;
}
@media (min-width: 1025px) {
  .header-bottom .navbar-default .navbar-nav li:hover .dropdown-menu {
    visibility: visible;
    top: 125%;
    z-index: 10000;
    opacity: 1;
  }
}
.header-bottom .navbar-default .navbar-nav .active a {
  color: #000;
  background: none;
  box-shadow: none;
}
.header-bottom .navbar-default .navbar-nav .active a:before {
  width: 100%;
  opacity: 1;
}

.navbar-right {
  margin-right: 0px;
}

/* ============= affix-header-top==============*/
.header-bottom{
  width: 100%;
}
.header-bottom.affix {
  top: 0;
  box-shadow:0px 0px 16px -4px #000;
}
.header-bottom.affix .navbar-default .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-bottom.affix-top .navbar-default .navbar-nav {
  padding-top: 35px;
  padding-bottom: 35px;
  transition: all 0.3s linear;
}
.header-bottom.affix .navbar-default .navbar-nav {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.3s linear;
}

.header-bottom.affix-top .navbar-brand>img {
  width: 100%;
  transition: all 0.3s linear;
}

.header-bottom.affix .navbar-brand>img {
    display: block;
    width: 68%;
  transition: all 0.3s linear;
}

/*====================================================*/
/*====================================================*/
/*======================slider area css ============================*/
.slider-area .s-content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.slider-area .s-content h3 {
  font: 400 42px/74px "Raleway", sans-serif;
  letter-spacing: 0.50px;
  color: #fff;
}
.slider-area .s-content h2 {
  font: 700 71px/110px "Raleway", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.slider-area .s-content p {
  font: 200 25px/45px "Raleway", sans-serif;
  color: #fff;
  max-width: 520px;
  margin: 0 auto;
  padding-top: 13px;
}
.slider-area .s-content .button {
  margin-top: 38px;
}
.slider-area .s-content .button:after {
  content: "our service";
  color: #fff;
}
.slider-area .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.slider-area .owl-controls .owl-dots .owl-dot {
  display: block;
  width: 2px;
  height: 36px;
  background: #bebfc0;
  margin-bottom: 10px;
}
.slider-area .owl-controls .owl-dots .owl-dot.active {
  background: #fff;
}

/*====================================================*/
/*====================================================*/
/*=====================button css=====================*/
.btn-secondary{
  font: 700 16px/50px "Raleway", sans-serif;
  letter-spacing: 0.50px;
  width: 210px;
  display: inline-block;
  color: #000;
  height: 50px;
  padding: 0px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  outline: none;
  cursor: pointer;
  line-height: 50px;
}
.button {
  font: 700 16px/50px "Raleway", sans-serif;
  letter-spacing: 0.50px;
  width: 200px;
  display: inline-block;
  background: #fff100 url(../image/padauk_bg.webp);
  color: #000;
  height: 50px;
  padding: 0px;
  text-transform: uppercase;
  border-radius: 0px;
  transform-style: preserve-3d;
  transform-origin: 50% 0%;
  border: 0px;
  outline: none;
  cursor: pointer;
  line-height: 50px;
}
.button i {
  font-size: 16px;
  color: #000;
  padding-left: 10px;
}
.button:after {
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  font: 700 16px/50px "Raleway", sans-serif;
  position: absolute;
  background: none;
  border: 2px solid #000;
  border-radius: 0px;
  content: "";
  transform-origin: left bottom;
  transform: rotateX(90deg);
  cursor: pointer;
}
.button:hover {
  transform-origin: center bottom;
  transform: rotateX(-90deg) translateY(100%);
  color: #fff;
}

/*====================================================*/
/*====================================================*/
/*===================services area css============================*/
.services-area {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.service-group {
  padding: 50px 0px 40px 0px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.service-group-1 {
  text-align: center;
  position: relative;
}
.service-group-1:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 230px;
  top: 0;
  background: #e6e6e6;
  left: 0;
}
.service-group-1 .content {
  padding-top: 22px;
}
.service-group-1 .content h2 {
  /*font: 400 24px/20px "Raleway", sans-serif;*/
  color: #373c5f;
  line-height: 27px;
}
.service-group-1 .content p {
  color: #999999;
  padding: 22px 50px 17px 50px;
}

.box-i {
  width: 60px;
  height: 60px;
  background: #333;
  font-size: 32px;
  line-height: 50px;
  color: #fff100;
  border-radius: 1px;
  text-align: center;
  margin: 0 auto;
  /*padding: 3px 5px 0px 5px;*/
}

.box-i img{
  width: 100%;
}

.read-button {
  /*font: 100 14px/24px "Raleway", sans-serif;*/ 
  color: #000;
  display: inline-block;
}
.read-button i {
  transition-timing-function: ease-out;
  transform: translateZ(0);
  transition-property: transform;
  transition-duration: 0.4s;
  font-size: 16px;
  line-height: 24px;
  float: right;
  padding-left: 5px;
}
.read-button:hover {
  color: #373c5f;
}
.read-button:hover i {
  transform: translateX(5px);
}

.services-promo {
  padding-top: 70px;
}
.services-promo .services-info {
  padding: 60px 0px 80px 0px;
}
.services-promo .s-info2 {
  height: 260px !important
}
.services-promo .s-info3 {
  height: 350px !important
}
.services-promo .s-info {
  max-width: 290px;
  height: 420px;
  position: relative;
  border: 1px solid #fff100;
  left: 70px;
  z-index: 0;
  padding: 25px 25px 25px 50px;
  transition: all 0.2s linear 0.3s;
}
.services-promo .s-info span {
  color: #fff100;
  font: 700 52px/113px "Raleway", sans-serif;
}
.services-promo .s-info-text {
  width: 70px;
  background: #fff;
  margin-left: 0px;
  position: absolute;
  top: 110px;
  left: 47px;
  height: 100px;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.2s linear 0.3s;
}
.services-promo .s-info-text h4 {
  font: 700 16px/25px "Raleway", sans-serif;
  color: #7d7d7d;
}
.services-promo .col-md-3:nth-child(3) .s-info-text {
  right: 41px;
}
.services-promo .col-md-3:nth-child(4) .s-info-text {
  right: 23px;
}

/*====================================================*/
/*====================================================*/
/*=======================about us area=================*/
.about-us-area {
  background: url(../image/about-bg.webp) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.about-us-area:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #f5f5f5;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
.about-us-area .a-text {
  padding-top: 136px;
  padding: 136px 10px 0px 10px;
}
.about-us-area .a-text .section-header p {
  color: #464646;
  padding-top: 65px;
  padding-bottom: 53px;
}
.about-us-area .a-text .button:after {
  color: #000;
  content: "Read More";
}

/*====================call-action-baner-area===============*/
.call-action-baner-area {
  background: url("../image/about-us/call-baner1.webp") no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.call-action-baner-area:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.75;
  z-index: -1;
}
.call-action-baner-area .baner-content {
  text-align: center;
  padding: 100px 0px 112px 0px;
}
.call-action-baner-area .baner-content h1 {
  font: 400 28px/40px "Raleway", sans-serif;
  color: #fff;
}
.call-action-baner-area .baner-content span {
  font-weight: 700;
  color: #fff100;
}
.call-action-baner-area .baner-content p {
  padding: 14px 0px 55px 0px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
}
.call-action-baner-area .baner-content .button:hover {
  transform-origin:none !important;
  transform: none !important;
  color: #000 !important;
}
.call-action-baner-area .baner-content .button:after {
  display: none !important;
}

/*====================================================*/
/*====================================================*/
/*=========start why-choose-us-area=================*/
.why-choose-us-area {
  padding: 100px 0px 112px 0px;
  position: relative;
}
.why-choose-us-area:after {
  content: '';
  background: url(../image/why-us-1.webp) no-repeat scroll center bottom;
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.why-choose-us-area .section-header {
  margin-bottom: 50px;
}
.why-choose-us-area .service-group-1 {
  text-align: right;
}
.why-choose-us-area .service-group-1:after {
  display: none;
}
.why-choose-us-area .service-group-1 p {
  padding: 20px 0px 0px 0px;
  letter-spacing: 0px;
  color: darkgray;
}
.why-choose-us-area .service-group-1 + .service-group-1 {
  margin-top: 74px;
}
.why-choose-us-area .service-group-1 .box-i {
  margin: 0px 0px 0px auto;
}
.why-choose-us-area .why-r-texts .service-group-1 {
  text-align: left;
}
.why-choose-us-area .why-r-texts .service-group-1 .box-i {
  margin: 0px auto 0px 0px;
}

/*====================================================*/
/*====================================================*/
/*==================our process area============*/
.process-area {
  padding: 70px 0px;
  background: #f4f4f4;
}
.process-area .p-timeline {
  max-width: 900px;
  margin: 50px auto 50px auto;
  position: relative;
}
.process-area .p-timeline:before {
  position: absolute;
  top: -25px;
  width: 1px;
  left: 50%;
  content: '';
  background-color: #dadada;
  display: block;
  height: 380px;
}
.process-area .p-timeline .column {
  width: 50%;
  float: left;
  margin-bottom: 0px;
  position: relative;
}
.process-area .p-timeline .column:after {
  width: 69px;
  height: 1px;
  content: '';
  background: #dadada;
  position: absolute;
  top: 50px;
  right: 0;
}
/*.process-area .p-timeline .column:before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff100;
  right: 69px;
  top: 17%;
}*/
.process-area .media,.process-area  .media-body{
  display: flex;
  align-items: center;
}
.process-area .p-timeline .column .timeline {
  width: 350px;
  float: right;
}
.process-area .p-timeline .column .media .media-left {
  position: relative;
}
.process-area .p-timeline .column .media .media-left:after {
  content: '';
  width: 1px;
  height: 40px;
  background: #dadada;
  position: absolute;
  top: 23%;
  left: -19px;
}
.process-area .p-timeline .column .media .media-left span {
  font: 400 56px "Raleway", sans-serif;
  letter-spacing: 0.50px;
  color: #fff100;
}
.process-area .p-timeline .column .media .media-body {
  vertical-align: middle;
}
.process-area .p-timeline .column .media .media-body h2 {
  font: 400 18px/32px "Raleway", sans-serif;
  color: #373c5f;
  display: inline-block;
}
.process-area .p-timeline .column p {
  letter-spacing: 0.20px;
  color: #7d7d7d;
  padding: 12px 10px 0px 0px;
}
.process-area .p-timeline .column:nth-child(even) {
  /*float: right;*/
  text-align: left;
  padding-left: 112px; 
}
.process-area .p-timeline .column:nth-child(even).top {
  margin-top: 30px;
}
.process-area .p-timeline .column:nth-child(even):after {
  width: 69px;
  height: 1px;
  content: '';
  background: #dadada;
  position: absolute;
  top: 50px;
  right: auto;
  left: 0;
}
/*.process-area .p-timeline .column:nth-child(even):before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff100;
  left: 69px;
  right: auto;
  top: 16%;
}*/
.process-area .p-timeline .column:nth-child(even) .timeline {
  float: left;
}
.process-area .p-timeline .column:nth-child(even) .media {
  position: relative;
}
.process-area .p-timeline .column:nth-child(even) .media .media-left:after {
  content: '';
  width: 1px;
  height: 40px;
  background: #dadada;
  position: absolute;
  top: 19%;
  right: -6px;
  left: auto;
}
.process-area .p-timeline .column:nth-child(even) .media .media-body {
  padding-left: 23px;
}
.process-area .p-timeline .column:nth-child(odd) {
  padding-right: 112px;
  text-align: left;    
  margin-top: -40px;
}

/*====================================================*/
/*====================================================*/
/*====================team area css===========================*/
.team-area {
  padding: 60px 0px;
  background: #ccc;
}
.team-area .team, .team-area .leadership {
  padding-top: 35px;
}
.team-area .team .team-item, .team-area .leadership .team-item {
  position: relative;
  cursor: pointer;
}
.team-area .team .team-item .team-img,
.team-area .leadership .team-item .team-img {
  position: relative;
  z-index: 1;
}
.team-area .team .team-item .team-img:after,
.team-area .leadership .team-item .team-img:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.30;
  position: absolute;
  top: 0;
  z-index: 0;
  transform: scaleY(0);
  transform-origin: center bottom;
  transition: all 300ms linear 0s;
}
.team-area .team .team-item .social-icon,
.team-area .leadership .team-item .social-icon {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 16px);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: all 0.9s;
  z-index: 1;
}
.team-area .team .team-item .social-icon li,
.team-area .leadership .team-item .social-icon li {
  display: inline-block;
}
.team-area .team .team-item .social-icon li a,
.team-area .leadership .team-item .social-icon li a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  transition: all 300ms linear 0s;
}
.team-area .team .team-item .social-icon li a:hover,
.team-area .leadership .team-item .social-icon li a:hover {
  color: #fff100;
}
.team-area .team .team-item .social-icon li + li,
.team-area .leadership .team-item .social-icon li + li {
  margin-left: 40px;
}
.team-area .team .team-item .text,
.team-area .leadership .team-item .text {
  text-align: center;
  padding-top: 20px;
}
.team-area .team .team-item .text h4,
.team-area .leadership .team-item .text h4 {
  font: 700 18px/30px "Raleway", sans-serif;
  color: #fff100;
  transition: all 300ms linear 0s;
}
.team-area .leadership .team-item .text h4 {
  color: #333 !important;
}
.team-area .team .team-item .text h4:hover,
.team-area .leadership .team-item .text h4:hover {
  color: #fff100;
}
.team-area .team .team-item .text p,
.team-area .leadership .team-item .text p {
  font: 300 18px/30px "Raleway", sans-serif;
  color: #fff;
}
.team-area .team .team-item:hover .team-img:after,
.team-area .leadership .team-item:hover .team-img:after {
  transform: scaleY(1);
}
.team-area .team .team-item:hover .social-icon,
.team-area .leadership .team-item:hover .social-icon {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.team-area .team .owl-controls .owl-dots,
.team_accordion .team .owl-controls .owl-dots {
  text-align: center;
  padding-top: 30px;
}
.team-area .team .owl-controls .owl-dots .owl-dot,
.team_accordion .team .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
}
.team-area .team .owl-controls .owl-dots .owl-dot + .owl-dot,
.team_accordion .team .owl-controls .owl-dots .owl-dot + .owl-dot{
  margin-left: 10px;
}
.team-area .team .owl-controls .owl-dots .owl-dot.active,
.team_accordion .team .owl-controls .owl-dots .owl-dot.active {
  background: #000;
  width: 10px;
  height: 10px;
}

/*====================================================*/
/*====================================================*/
/*==================latest news area css=========================*/
.latest-news-area {
  background: #f1f1f1;
  padding: 70px 0px;
}

.l-news-left .news-info + .news-info {
  margin-top: 20px;
}
.l-news-left .news-info .media .media-left {
  padding-right: 30px;
}
.l-news-left .news-info .media .media-body {
  padding-right: 55px;
  vertical-align: middle;
}
.l-news-left .news-info .media h3 {
  font: 400 18px/27px "Raleway", sans-serif;
  color: #373c5f;
}
.l-news-left .news-info .media .post-meta {
  padding-top: 16px;
}
.l-news-left .news-info .media .post-meta li {
  display: inline-block;
}
.l-news-left .news-info .media .post-meta li a {
  padding: 0;
  font: 300 12px/28px "Raleway", sans-serif;
  color: #9d9d9d;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.l-news-left .news-info .media .post-meta li a i {
  font-size: 16px;
  color: #b3b3b3;
  padding-right: 10px;
  padding-top: 6px;
  float: left;
}
.l-news-left .news-info .media  .post-meta li a:hover {
  background: none;
  color: #fff100;
}
.l-news-left .news-info .media .post-meta li a:hover i {
  color: #fff100;
}
.l-news-left .news-info .media .post-meta li + li {
  padding-left: 20px;
}
.l-news-left .news-info .media .media-body .post-meta li + li:before {
  content: '';
  background: #cecccc;
  margin-right: 20px;
  width: 1px;
  height: 17px;
  bottom: -3px;
  position: relative;
  display: inline-block;
}
.l-news-left .read-button {
  float: right;
  padding: 13px 40px 0px 0px;
}
.l-news-right .l-slider {
  background: #fff;
  text-align: center;
  padding: 100px 0px 57px 0px;
}
.l-news-right.about_slider .l-slider {
  padding: 0px;
}
.l-news-right .l-slider p {
  font-style: italic;
  color: #646464;
  padding: 0px 25px 0px 33px;
}
.l-news-right .l-slider p:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #fff100;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 22px;
}
.l-news-right .l-slider .slider-img {
  margin: 20px auto 0px auto;
  width: 200px;
  height: 200px;
}
.l-news-right .l-slider .slider-img img {
  max-width: 100%;
}
.l-news-right .l-slider h4 {
  color: #373c5f;
}
.l-news-right .l-slider h4 span {
  /*font: 300 16px/20px "Raleway", sans-serif;*/
  color: #9d9d9d;
}
.l-news-right .l-slider .owl-controls .owl-dots {
  text-align: center;
  padding-top: 47px;
}
.l-news-right.about_slider .l-slider .owl-controls .owl-dots {
  position: absolute;
  right: 48px;
  bottom: 20px;
  padding-top: 0px;
}
.l-news-right .l-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff100;
}
.l-news-right .l-slider .owl-controls .owl-dots .owl-dot + .owl-dot {
  margin-left: 12px;
}
.l-news-right .l-slider .owl-controls .owl-dots .owl-dot.active {
  background: #fff100;
  width: 10px;
  height: 10px;
}

/*========= email-signup-area css ======*/
.email-signup-area {
  padding: 75px 0px 80px;
  text-align: center;
  background: url("../image/email-bg.webp");
  background-size: cover;
  position: relative;
  background-color: gray;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.email-signup-area:after {
  content: '';
  background: #000;
  opacity: 0.60;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: -1;
}
.email-signup-area .email-content h2 {
  font: 400 24px/30px "Raleway", sans-serif;
  color: #fff;
}
.email-signup-area .email-content p {
  font: 400 14px/25px "Raleway", sans-serif;
  color: #fff;
  padding: 18px 0px 50px;
  max-width: 800px;
  margin: 0 auto;
}
.email-signup-area .email-content .search-form {
  width: 556px;
  margin: 0 auto;
}
.email-signup-area .email-content .search-form .input-group .form-control {
  font: 300 14px/50px "Raleway", sans-serif;
  color: #9d9d9d;
  padding: 0px 0px 0px 25px;
  outline: none;
  box-shadow: none;
  border: 0px;
  height: auto;
  border-radius: 0px;
  text-transform: capitalize;
}
.email-signup-area .email-content .search-form .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.email-signup-area .email-content .search-form .input-group .form-control.placeholder {
  color: #9d9d9d;
}
.email-signup-area .email-content .search-form .input-group .form-control:-moz-placeholder {
  color: #9d9d9d;
}
.email-signup-area .email-content .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #9d9d9d;
}
.email-signup-area .email-content .search-form .input-group .input-group-addon {
  padding: 0px;
  background: none;
  border: 0px;
  position: relative;
}
.email-signup-area .email-content .search-form .input-group .input-group-addon button {
  font: 400 16px/30px "Raleway", sans-serif;
  color: #fff;
  border: 0px;
  padding: 10px 43px;
  text-transform: uppercase;
  background: #fff100;
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
}

/*====================================================*/
/*====================================================*/
/*===================request-area===================*/
.request-area {
  padding: 115px 0px 120px 0px;
}

.request-content .tittle {
  margin-bottom: 65px;
}
.request-content p {
  color: #464646;
}

.request-contact .button {
  float: right;
  margin-top: 15px;
  width: 150px;
}
.request-contact .button:after {
  content: "submit";
  color: #fff100;
}

.contact-form .form-group .input-group {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.contact-form .form-group .input-group button {
  border: 0px;
  background: none;
  box-shadow: none;
  padding: 0px;
  font: 300 14px/30px "Raleway", sans-serif;
  color: #9d9d9d;
  outline: none;
}
.contact-form .form-group .input-group button:focus {
  outline: none;
  background: none;
  text-shadow: none;
}
.contact-form .form-group .input-group button .caret {
  display: none;
}
.contact-form .form-group .input-group button .bs-caret:after {
  content: "\33";
  font-family: 'ElegantIcons';
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0px;
  top: 22%;
  color: #646464;
}
.contact-form .form-group .input-group button:hover {
  background: none;
}
.contact-form .form-group .input-group .dropdown-menu {
  border-radius: 0px;
}
.contact-form .form-group .form-control {
  border-bottom: 1px solid #e6e6e6;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  box-shadow: none;
  margin-top: 23px;
  border-radius: 0px;
  font: 300 14px/22px "Raleway", sans-serif;
  padding-left: 0;
  color: #9d9d9d;
}
.contact-forms.career_form .form-group .form-control {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ddd;
}
.contact-form .form-group .form-control.placeholder {
  color: #9d9d9d;
}
.contact-form .form-group .form-control:-moz-placeholder {
  color: #9d9d9d;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #9d9d9d;
}
.contact-form .form-group textarea {
  width: 100%;
  height: 120px !important;
  resize: none;
  border: 1px solid #e6e6e6;
  font: 300 14px/22px "Raleway", sans-serif;
  color: #9d9d9d;
  padding: 15px 20px;
  outline: none;
  box-shadow: none;
  margin: 15px 0px 9px;
}
.contact-form .form-group textarea.placeholder {
  color: #9d9d9d;
}
.contact-form .form-group textarea:-moz-placeholder {
  color: #9d9d9d;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
  color: #9d9d9d;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

/*==============location area css=================*/
.location-area {
  background: url("../image/location-bg.webp") no-repeat scroll center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
  padding: 80px 0px 72px 0px;
}
.location-area:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.80;
  z-index: -1;
  top: 0;
  bottom: 0;
}

.location-slider .item {
  padding-left: 35px;
}
.location-slider .location-content {
  position: relative;
  padding: 14px 0px 19px 0px;
}
.location-slider .location-content:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -50px;
  display: block;
  background: #8c8c8c;
}
.location-slider .location-content h2 {
  font: 400 24px/25px "Raleway", sans-serif;
  color: #fff100;
  padding-bottom: 4px;
}
.location-slider .location-content .media .media-left {
  vertical-align: middle;
  padding-right: 15px;
}
.location-slider .location-content .media .media-left a i {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
}
.location-slider .location-content .media .media-body {
  font: 300 14px/25px "Raleway", sans-serif;
  color: #fff;
}
.location-slider .owl-controls .owl-dots {
  text-align: center;
  padding-top: 51px;
}
.location-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff100;
}
.location-slider .owl-controls .owl-dots .owl-dot + .owl-dot {
  margin-left: 12px;
}
.location-slider .owl-controls .owl-dots .owl-dot.active {
  background: #fff100;
  width: 10px;
  height: 10px;
}

/*====================================================*/
/*====================================================*/
/*====================breadcrumb area css================*/
.header-breadcrumb {
  background: #adadad;
  padding: 60px 0px 72px;
  z-index: 0;
  overflow: hidden;
}
.header-breadcrumb .page-cover h2,
.header-breadcrumb .page-cover h1 {
  color: #fff;
}
.header-breadcrumb .page-cover .section-header h2:after {
  background: #fff;
}

.breadcrumb {
  background: none;
  padding: 64px 0px 0px 0px;
  text-align: center;
  margin-bottom: 0px;
}
.breadcrumb li {
  font: 200 14px/25px "Raleway", sans-serif;
  letter-spacing: 0.20px;
  color: #fff;
}
.breadcrumb li a {
  font-weight: 500;
  color: #fff;
}
.breadcrumb li + li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  padding: 0px 10px 0px 8px;
}
.breadcrumb li.active {
  color: #fff;
}

.b-banner {
  padding: 22px 0px 35px;
  border-top: 1px solid #e6e6e6;
}
.b-banner .breadcrumb {
  text-align: left;
  padding: 0;
}
.b-banner li a {
  color: #000;
}
.b-banner li + li:before {
  color: #fff100;
}
.b-banner li.active {
  color: #000;
}

/*====================================================*/
/*====================================================*/
/*====================latest featured css==================*/
.latest-featured-area {
  padding: 80px 0px 127px;
}

.featured-left .items {
  margin-bottom: 70px;
}
.featured-left .items .tittle {
  font-size: 18px;
  line-height: 27px;
  /*text-align: left;*/
  padding-top: 7px;
  margin-bottom: 0px;
  position: relative;
  text-transform: capitalize;
  transition: all 300ms linear 0s;
  cursor: pointer;
}
.featured-left .items .tittle:after {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 29px;
  margin-top: 0px;
  display: none;
}
.featured-left .items .tittle:hover {
  color: #fff100;
}
.featured-left .items p {
  padding: 18px 0px 0px 5px;
}
.featured-left .items + .items {
  padding-top: 74px;
}

/*====================================================*/
/*====================================================*/
/*===============sidebar css=================*/
.sidebar-right {
  overflow: hidden;
  z-index: 0;
}
.sidebar-right .sidebar-widget {
  font: 400 14px/25px "Raleway", sans-serif;
  margin-bottom: 30px;
}
.sidebar-right .sidebar-widget .widget-tittle {
  font: 400 18px/27px "Raleway", sans-serif;
  color: #373c5f;
  margin-bottom: 23px;
  text-transform: capitalize;
}
.sidebar-right .managment {
  position: relative;
}
.sidebar-right .managment:after {
  content: '';
  background: #000;
  opacity: 0.20;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  z-index: 0;
}
.sidebar-right .managment .content {
  position: absolute;
  top: 0;
  padding: 26px 30px 30px;
  z-index: 1;
}
.sidebar-right .managment .content h2 {
  font: 700 24px/26px "Raleway", sans-serif;
  color: #fff;
  padding-right: 20px;
}
.sidebar-right .managment .content p {
  font: 400 14px/25px "Raleway", sans-serif;
  color: #fff;
  padding: 20px 0px 92px;
}
.sidebar-right .managment .content .button:after {
  content: "get started";
}
.sidebar-right .testimonial {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 45px;
}
.sidebar-right .testimonial p {
  font-style: italic;
  background: #f4f4f4;
  padding: 42px 35px 70px;
}
.sidebar-right .testimonial img {
  margin-top: -42px;
}
.sidebar-right .testimonial h4 {
  font: 400 14px/20px "Raleway", sans-serif;
  color: #373c5f;
  padding-top: 15px;
}
.sidebar-right .testimonial h4 span {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #9d9d9d;
}
.sidebar-right .testimonial.t-inner {
  border-bottom: 0px;
}
.sidebar-right .r-news h4 {
  font: 400 18px/18px "Raleway", sans-serif;
  color: #646464;
  padding-bottom: 42px;
}
.sidebar-right .r-news p {
  font-weight: 700;
  color: #373c5f;
}
.sidebar-right .r-news a {
  font: 300 12px/28px "Raleway", sans-serif;
  color: darkgray;
  padding-top: 5px;
  padding-bottom: 20px;
  display: inline-block;
}
.sidebar-right .r-news a i {
  color: #fff100;
  font-size: 14px;
  float: left;
  line-height: 28px;
  padding-right: 10px;
}

.widget-categories .categories li {
  margin-bottom: 1px;
}
.widget-categories .categories li a {
  font: 400 14px/26px "Raleway", sans-serif;
  color: #373c5f;
  background: #f4f4f4;
  padding: 12px 20px 12px;
  transition: all 300ms linear 0s;
}
.widget-categories .categories.inner li:hover a {
  background: #fff100;
  color: #fff;
}

.select-widget {
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  padding-top: 22px;
}
.select-widget .form-group {
  margin-bottom: 0px;
}
.select-widget .form-group .input-group .dropdown-toggle {
  background: #f4f4f4;
  font: 300 14px/23px "Raleway", sans-serif;
  color: #464646;
  border: 0px;
  text-shadow: none;
  padding: 14px 24px 11px;
}
.select-widget .form-group .input-group .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
  text-shadow: none;
}
.select-widget .form-group .input-group .dropdown-toggle .caret {
  display: none;
}
.select-widget .form-group .input-group .dropdown-toggle .bs-caret:after {
  content: "\33";
  font-family: 'ElegantIcons';
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 20px;
  top: 30%;
  color: #373c5f;
}
.select-widget .form-group .input-group .dropdown-menu {
  border-radius: 0px;
}

.widget-gallery {
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  padding-top: 22px;
}
.widget-gallery .gallery li {
  float: left;
  padding-bottom: 18px;
}
.widget-gallery .gallery li + li {
  padding-left: 18px;
}
.widget-gallery .gallery li:nth-child(4) {
  padding-left: 0px;
}
.widget-gallery .gallery li a {
  width: 75px;
  height: 75px;
  background: #f4f4f4;
  display: block;
  padding: 0px;
  text-align: center;
}

.widget-tag {
  border-top: 1px solid #e6e6e6;
  padding-top: 22px;
}
.widget-tag .tag {
  padding-top: 0px;
}
.widget-tag .tag li {
  padding-bottom: 10px;
}
.widget-tag .tag li a {
  display: block;
  width: 70px;
  text-align: center;
  padding: 0;
}
.widget-tag .tag li:nth-child(2) a {
  width: 75px;
}
.widget-tag .tag li:nth-child(3) a, .widget-tag .tag li:nth-child(5) a {
  width: 80px;
}
.widget-tag .tag li:nth-child(4) {
  padding-left: 0px;
}
.widget-tag .tag li:nth-child(4) a {
  width: 48px;
}
.widget-tag .tag li:nth-child(6) a {
  width: 85px;
}
.widget-tag .tag li:nth-child(7) {
  padding-left: 0;
}
.widget-tag .tag li:nth-child(7) a {
  width: 85px;
}
.widget-tag .tag li:nth-child(8) a {
  width: 95px;
}
.widget-tag .tag li:nth-child(9) {
  padding-left: 0px;
}
.widget-tag .tag li:nth-child(9) a {
  width: 80px;
}
.widget-tag .tag li:nth-child(10) a {
  width: 63px;
}
.widget-tag .tag li:nth-child(11) a {
  width: 88px;
}

/*====================================================*/
/*====================================================*/
/*====================single-blog-area===============*/
.single-blog-area {
  padding-bottom: 120px;
}

.single-blog {
  z-index: 0;
  overflow: hidden;
}
.single-blog h2 {
  font: 400 42px/46px "Raleway", sans-serif;
  color: #373c5f;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 33px;
}
.single-blog .blog-items .post-meta {
  padding: 12px 0px;
}
.single-blog .blog-items .post-meta li {
  font: 300 12px/28px "Raleway", sans-serif;
  color: #9d9d9d;
  display: inline-block;
}
.single-blog .blog-items .post-meta li a {
  display: inline-block;
  padding: 0;
  color: #9d9d9d;
}
.single-blog .blog-items .post-meta li a:hover {
  background: none;
  color: #fff100;
}
.single-blog .blog-items .post-meta li i {
  float: left;
  line-height: 28px;
  padding-right: 10px;
}
.single-blog .blog-items .post-meta li:nth-child(2) {
  padding-left: 28px;
}
.single-blog .blog-items .post-meta li:nth-child(2):before {
  position: relative;
  content: '';
  background: #cecccc;
  width: 1px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.single-blog .blog-items .post-meta li:nth-child(2) a {
  color: #464646;
}
.single-blog .blog-items .post-meta li:nth-child(2) a:hover {
  background: none;
  color: #fff100;
}
.single-blog .blog-items .post-meta li:nth-child(3) {
  float: right;
}
.single-blog .blog-items p {
  color: #464646;
  padding-top: 35px;
}
.single-blog .blog-items p + p {
  padding-top: 25px;
}
.single-blog .posts-social {
  padding: 66px 0px 74px 0px;
}
.single-blog .posts-social .social {
  float: right;
}
.single-blog .posts-social .social li {
  display: inline-block;
}
.single-blog .posts-social .social li a {
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  padding: 0px;
  background: #2a9cf6;
  text-align: center;
  color: #fff;
}
.single-blog .posts-social .social li + li {
  padding-left: 12px;
}
.single-blog .posts-social .social li:nth-child(2) a {
  background: #38599b;
}
.single-blog .posts-social .social li:nth-child(3) a {
  background: #dd2710;
}
.single-blog .posts-social .social li:last-child {
  position: relative;
  top: 9px;
}
.single-blog .posts-social .social li:last-child a {
  background: #7df0f0;
  font-size: 42px;
}
.single-blog .author-bio {
  margin-top: 0px;
  background: #f4f4f4;
  padding: 16px 20px 20px;
}
.single-blog .author-bio .media-left {
  padding-top: 4px;
  padding-right: 20px;
}
.single-blog .author-bio .media-left a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #000;
}
.single-blog .author-bio .media-middle h4 {
  font: 700 16px/16px "Raleway", sans-serif;
  letter-spacing: 0.50px;
}
.single-blog .author-bio .media-middle h4 a {
  color: #464646;
}
.single-blog .author-bio .media-middle h4 small {
  font: 300 12px/25px "Raleway", sans-serif;
  color: #9d9d9d;
}
.single-blog .author-bio .media-middle p {
  font: 300 12px/20px "Raleway", sans-serif;
  color: #464646;
  padding-top: 15px;
}
.single-blog .leave-reply-title {
  font: 400 24px/20px "Raleway", sans-serif;
  color: #000;
  padding: 100px 0px 20px;
}
.single-blog .button:after {
  content: "post a comment";
  color: #fff100;
}

.tag {
  float: left;
  padding-top: 8px;
}
.tag li {
  display: inline-block;
}
.tag li a {
  color: #9d9d9d;
  padding: 11px 20px;
  border: 1px solid #e6e6e6;
  line-height: 40px;
}
.tag li + li {
  padding-left: 6px;
}

/*====================================================*/
/*====================================================*/
/*============== case-study-area css ==================*/
.case-study-area {
  padding-bottom: 80px;
  z-index: 0;
  overflow: hidden;
  display: block;
}

.case-study {
  z-index: 0;
  overflow: hidden;
}
.case-study h2 {
  font: 400 42px/36px "Raleway", sans-serif;
  color: #373c5f;
}
.case-study .text {
  font: 700 16px/45px "Raleway", sans-serif;
  letter-spacing: 0.20px;
  color: #9d9d9d;
  position: relative;
}
.case-study .text:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #fff100;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.case-study .media-info {
  padding-top: 45px;
  padding-bottom: 52px;
}
.case-study .media-info .media-left {
  padding-right: 30px;
  padding-top: 5px;
}
.case-study .media-info .media-body h4 {
  font: 400 18px/27px "Raleway", sans-serif;
  color: #373c5f;
}
.case-study .media-info .media-body p {
  color: #464646;
  padding-top: 25px;
}
.case-study .case-info .media {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.case-study .case-info .media .media-left {
  padding-left: 43px;
  padding-right: 29px;
  padding-top: 5px;
}
.case-study .case-info .media .media-left .tittle {
  font-size: 24px;
  line-height: 20px;
  color: #020202;
  float: right;
  position: relative;
  text-transform: capitalize;
}
.case-study .case-info .media .media-left .tittle:after {
  left: auto;
  right: 0;
  position: absolute;
}
.case-study .case-info .media .media-body p {
  color: #464646;
}
.case-study .case-info .result-info .media-body p {
  padding-bottom: 10px;
}
.case-study .case-info .result-info .media-body .list {
  padding-top: 15px;
}
.case-study .case-info .result-info .color-b {
  font: 300 12px/25px "Raleway", sans-serif;
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  margin-left: 15px;
  padding-left: 35px;
  color: #646464;
}
.case-study .case-info .result-info .color-b:after {
  width: 25px;
  height: 25px;
  content: '';
  border-radius: 50%;
  background: #e66e46;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.case-study .case-info .result-info .color-b + .color-b:after {
  background: #fab432;
}

.list {
  padding-left: 25px;
  padding-top: 28px;
}
.list h4 {
  color: #373c5f;
  font: 700 14px/25px "Raleway", sans-serif;
}
.list h4:before {
  content: "\f111";
  font: normal normal normal 7px FontAwesome;
  color: #fff100;
  display: inline-block;
  float: left;
  line-height: 25px;
  margin-left: -25px;
}
.list p {
  padding-top: 10px;
}

#chartContainer {
  margin-top: 50px;
  height: 410px;
  width: 100%;
}

/*==================services-bonds-area=================*/
.services-bonds-area {
  padding: 80px 0px 100px;
}
.services-bonds-area .bonds-info {
  overflow: hidden;
  z-index: 0;
}
.services-bonds-area .bonds-info p {
  color: #464646;
}
.services-bonds-area .bonds-info .industries-icon {
  padding-top: 55px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 60px;
}
.services-bonds-area .bonds-info .industries-icon .media-left {
  padding-right: 20px;
}
.services-bonds-area .bonds-info .industries-icon .media-body a {
  font: 400 18px/25px "Raleway", sans-serif;
  color: #373c5f;
}
.services-bonds-area .bonds-info .industries-icon .media-body a:hover {
  color: #fff100;
}
.services-bonds-area .bonds-info .industries-icon .media + .media {
  margin-top: 30px;
}

.common {
  font: 400 24px/20px "Raleway", sans-serif;
  color: #000;
  margin-bottom: 60px;
  text-transform: capitalize;
}

.planning-inner .common {
  margin-bottom: 35px;
}
.planning-inner .list {
  padding-top: 15px;
}

.accoidion {
  padding-top: 58px;
}
.accoidion .common {
  margin-bottom: 40px;
}
.accoidion .panel-default {
  background: none;
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
}
.accoidion .panel-default .panel-heading {
  background: none;
  padding: 0;
}
.accoidion .panel-default .panel-heading a {
  display: block;
  font: 400 18px/26px "Raleway", sans-serif;
  color: #373c5f;
  padding: 12px 20px;
  background: #f4f4f4;
}
.accoidion .panel-default .panel-heading a i {
  font-size: 20px;
  float: right;
  line-height: 26px;
  color: #373c5f;
}
.accoidion .panel-default .panel-heading a .fa-angle-down {
  display: block;
}
.accoidion .panel-default .panel-heading a .fa-angle-right {
  display: none;
}
.accoidion .panel-default .panel-heading a.collapsed {
  background: #c1c1c1;
}
.accoidion .panel-default .panel-heading a.collapsed .fa-angle-down {
  display: none;
}
.accoidion .panel-default .panel-heading a.collapsed .fa-angle-right {
  display: block;
}
.accoidion .panel-default .panel-collapse .panel-body {
  border: 0px;
  color: #464646;
  background: #f4f4f4;
}
.accoidion .panel-default + .panel-default {
  margin-top: 1px;
}

.canvasjs-chart-credit {
  display: none;
}

.bonds-info .inner-plan {
  padding: 60px 0px 40px;
}
.bonds-info .inner-plan .pie-chart {
  padding-left: 50px;
}
.bonds-info .inner-plan .pie-chart .common {
  margin-bottom: 35px;
}
.bonds-info .inner-plan .pie-chart p {
  font-size: 12px;
  padding: 30px 0px 0px 0px;
}

/*====================================================*/
/*====================================================*/
/*===== history area css =====*/
.history-area {
  padding: 80px 0px 80px 0px;
  overflow: hidden;
}
.history-area .history-content {
  padding-top: 50px;
}
.history-area .history-content p {
  font: 300 14px/25px "Raleway", sans-serif;
  color: #464646;
}
.history-area .text-1 {
  text-align: right;
  padding-left: 100px;
}
.history-area .text-2 {
  text-align: left;
  padding-right: 100px;
}
.history-area .history-image {
  position: relative;
  height: 1250px;
  top: -30px;
}
.history-area .history-image:after {
  content: '';
  background: url("../image/04_About-us.webp") no-repeat scroll center bottom;
  background-size: cover;
  position: absolute;
  top: -30px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*.history h2 {
  font: 400 24px/30px "Montserrat", sans-serif;
  color: #373c5f;
}
.history p {
  font: 300 14px/25px "Raleway", sans-serif;
  color: #7b7b7b;
  max-width: 792px;
  margin: 0 auto;
}*/

/*====== problem-group-area css ========*/
.problem-group-area {
  background: #f4f4f4;
  padding: 75px 0px 49px;
}
.problem-group-area .problem-group {
  padding-top: 56px;
}
.problem-group-area .lists .nav li a {
  font: 700 14px/20px "Raleway", sans-serif;
  color: #373c5f;
  padding: 0px;
  text-transform: capitalize;
  display: inline-block;
  padding-bottom: 29px;
}
.problem-group-area .lists .nav li a:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-size: 8px;
  line-height: 21px;
  float: left;
  color: #fff100;
  padding-right: 20px;
}
.problem-group-area .lists .nav li a:hover {
  background: none;
  color: #fff100;
}
.problem-group-area .lists .nav li a:focus {
  background: none;
}

/*======gets-started-area csss====*/
.gets-started-area {
  background: url('../image/core_value_bg.webp') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.gets-started-area .text {
  padding-top: 16px;
}
.gets-started-area .text p {
  font: 400 18px/16px "Raleway", sans-serif;
  color: #fff;
}
.gets-started-area .get-button button {
  font: 400 16px/16px "Raleway", sans-serif;
  color: #464646;
  background: #fff;
  border: 0px;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 17px 0px;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
  max-width: 210px;
  display: block;
  width: 100%;
  float: right;
}
.gets-started-area .get-button button:focus {
  outline: none;
  box-shadow: none;
}
.gets-started-area .get-button button:hover {
  background: #373c5f;
  color: #fff;
}

/*===== leaders-area css =====*/
.leaders-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.members-area {
  margin: 80px 0px 73px;
}
.leaders-area .content {
  /*padding-right: 98px;*/
}
.leaders-area .content h2 {
  font: 400 24px/30px "Raleway", sans-serif;
  color: #373c5f;
}
.leaders-area .content p {
  color: #464646;
  padding-top: 19px;
}
.leaders-area .leaders-slider {
  cursor: pointer;
}
.leaders-area .leaders-slider .owl-controls .owl-dots {
  text-align: center;
  padding-top: 26px;
}
.leaders-area .leaders-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  border: 1px solid #dcdcdc;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 12px;
}
.leaders-area .leaders-slider .owl-controls .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff100;
}
.leaders-area .leaders-slider .text {
  padding: 18px 0px;
}
.leaders-area .leaders-slider .text h2 {
  font: 700 18px/30px "Raleway", sans-serif;
  color: #373c5f;
  transition: all 300ms linear 0s;
}
.leaders-area .leaders-slider .text h2:hover {
  color: #fff100;
}
.leaders-area .leaders-slider .text p {
  font: 400 14px/30px "Raleway", sans-serif;
  color: #9d9d9d;
}

/*====================================================*/
/*====================================================*/
/*======= contact area css =======*/
.contact-area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-area .contact-questions {
  padding-right: 24px;
}
.contact-area .contact-questions h2 {
  font: 400 24px/20px "Raleway", sans-serif;
  color: #373c5f;
}
.contact-area .contact-questions p {
  font: 300 14px/25px "Raleway", sans-serif;
  color: #464646;
  padding: 24px 0px 57px;
}
.contact-area .contact-questions .customer-support{
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact-area .contact-questions .customer-support:before{
  background:rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.contact-area .contact-questions .customer-support .content{
  padding: 70px 30px 80px 0px;
}
.contact-area .contact-questions .customer-support:after {
  content: '';
  background: url("../image/about01.webp") no-repeat scroll left center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.contact-area .contact-questions .customer-support .content {
  text-align: right;
  z-index: 8;
  position: relative;
}
.contact-area .contact-questions .customer-support .content h2 {
  font: 400 21px/41px "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.contact-area .contact-questions .customer-support .content p {
  font: 400 18px/23px "Raleway", sans-serif;
  color: #fff;
  padding: 0px;
}
.contact-area .contact-questions .customer-support .content .button {
  text-transform: uppercase;
  margin-top: 55px;
}
.contact-area .contact-questions .customer-support .content .button:after {
  content: "get started";
  color: #fff;    
  border: 2px solid #fff;
}
.contact-area .contact-forms h2 {
  font: 400 24px/20px "Raleway", sans-serif;
  color: #373c5f;
}
.contact-area .contact-forms p {
  font: 300 14px/25px "Raleway", sans-serif;
  color: #464646;
  padding: 24px 0px 19px;
}
.contact-area .contact-forms .contact-form .form-group .form-control {
  padding-bottom: 15px;
  height: auto;
}
.contact-area .contact-forms .contact-form .form-group .form-control.error {
  margin-bottom: 0px;
}
.contact-area .contact-forms .contact-form .form-group .form-control.error + .error {
  font: 12px/16px "Raleway", sans-serif;
  color: darkgray;
  font-weight: normal;
  background: none;
  border: 0px;
  margin-bottom: 0px;
}
.contact-area .contact-forms .contact-form .form-group .message .form-control {
  height: auto;
  padding-top: 0;
  padding-bottom: 0px;
}
.contact-area .contact-forms .contact-form .button {
  width: 150px;
  float: right;
  margin-top: 38px;
  transition: all 300ms linear 0s;
  border: 2px solid #fff100;
}
.contact-area .contact-forms .contact-form .button:hover {
  transform: rotateX(0deg) translateY(0%);
  border: 2px solid #fff100;
  background: none;
  color: #373c5f;
}
.contact-area .contact-forms #success, .contact-area .contact-forms #error {
  position: absolute;
  top: -15px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.contact-area .contact-forms #success p, .contact-area .contact-forms #error p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.contact-area .contact-forms #success {
  color: lawngreen;
}
.contact-area .contact-forms #error {
  color: orangered;
}
.contact-area .contact-info {
  padding: 200px 0px 147px;
  position: relative;
  z-index: 1;
}
.contact-area .contact-info:after {
  content: "";
  background: url("../image/contact2.webp") no-repeat scroll 100% bottom;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.contact-area .contact-info h2 {
  font: 400 24px/20px "Raleway", sans-serif;
  color: #373c5f;
  margin-bottom: 52px;
}
.contact-area .contact-info ul li .media .media-left {
  vertical-align: middle;
  padding-right: 16px;
}
.contact-area .contact-info ul li .media .media-left i {
  color: #fff100;
  font-size: 24px;
}
.contact-area .contact-info ul li .media .media-body {
  font: 400 14px/25px "Raleway", sans-serif;
  color: #464646;
}
.contact-area .contact-info ul li + li {
  padding-top: 15px;
}

#mapBox {
  height: 500px;
}

/*====================================================*/
/*====================================================*/
/*=============footer area=================*/
.footer-area {
  background: #ddd;
}
.footer-area .widget .tittle {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-transform: none;
  margin-bottom: 36px;
}
.footer-area .widget .tittle:after {
  margin-top: 17px;
}
.footer-area .footer-top {
  padding: 60px 0px 53px 0px;
}

.about-widget p {
  padding-top: 20px;
}

.explor-widget .nav {
  display: block;
  float: left;
}
.explor-widget .nav li {
  padding-bottom: 16px;
}
.explor-widget .nav li a {
  padding: 0px;
  font: 300 14px "Raleway", sans-serif;
  color: darkgray;
}
.explor-widget .nav li a:hover {
  background: none;
}
.explor-widget .nav li:last-child {
  padding-bottom: 0;
}
.explor-widget .nav.left {
  width: 46%;
}
.explor-widget .nav.right {
  width: 54%;
  border-left: 1px solid #303030;
  padding-left: 42px;
}

.recent-widget.widget .tittle {
  margin-bottom: 31px;
}
.recent-widget p {
  font: 700 14px/25px "Raleway", sans-serif;
  color: darkgray;
}
.recent-widget .p-t {
  padding-top: 20px;
}
.recent-widget a {
  /*font: 300 14px/25px "Raleway", sans-serif;*/
  color: #000;
  display: inline-block;
  padding-top: 5px;
}
.recent-widget a i {
  color: #000;
  float: left;
  padding-right: 10px;
  line-height: 28px;
}

.contact-widget .search-form .form-control {
  font: 300 14px/22px "Raleway", sans-serif;
  border: 0px;
  border-radius: 0px;
  height: 50px;
  padding: 0px 0px 0px 20px;
  background: #fff;
  box-shadow: none;
  color: #d3d3d3;
}
.contact-widget .search-form .form-control.placeholder {
  color: #d3d3d3;
}
.contact-widget .search-form .form-control:-moz-placeholder {
  color: #d3d3d3;
}
.contact-widget .search-form .form-control::-webkit-input-placeholder {
  color: #d3d3d3;
}
.contact-widget .search-form .form-control + .input-group-addon {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.contact-widget .search-form .form-control + .input-group-addon button {
  border: 0px;
  font-size: 24px;
  line-height: 46px;
  padding: 4px 13px 0px 13px;
  background: #fff100 url(../image/padauk_bg.webp);
  color: #000;
  position: relative;
}
.contact-widget .search-form .form-control + .input-group-addon button .hover {
  position: absolute;
  visibility: hidden;
  line-height: 46px;
  text-align: center;
  opacity: 1;
  color: #000;
  right: 24%;
  top: 7%;
  font-size: 24px;
}
.contact-widget .search-form .form-control + .input-group-addon button:hover .hover {
  visibility: visible;
  opacity: 0;
  top: -20%;
  right: 0;
  transition: all .9s ease-in-out;
}
.contact-widget .social-icon {
  padding-top: 80px;
}
header .contact-widget .social-icon {
  padding-top: 4px;
}
header .contact-widget .social-icon li{
  width: 25px;
  height: 25px;
}
header .contact-widget .social-icon li a{
  line-height: 29px;
  font-size: 12px !important;
}
.contact-widget .social-icon li {
  width: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #212121;
  position: relative;
  transition: all 300ms linear 0s;
}
.contact-widget .social-icon li a {
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  color: #efefef;
}
/*.contact-widget .social-icon li a .hover {
  position: absolute;
  visibility: hidden;
  line-height: 40px;
  text-align: center;
  opacity: 1;
  color: #fff;
  top: 0;
  right: 29%;
  font-size: 14px;
}
.contact-widget .social-icon li + li {
  margin-left: 10px;
}
.contact-widget .social-icon li:hover a {
  color: #fff;
}
.contact-widget .social-icon li:hover .hover {
  visibility: visible;
  opacity: 0;
  top: -30%;
  right: 10%;
  transition: all .9s ease-in-out;
}
*/
.footer-bottom {
  font: 300 12px/28px "Raleway", sans-serif;
  color: #000;
  border-top: 1px solid #999;
  padding: 30px 0px;
}
.footer-bottom a {
  color: #000;
}
.footer-bottom .footer-b-r ul {
  float: right;
}
.footer-bottom .footer-b-r ul li {
  display: inline-block;
}
.footer-bottom .footer-b-r ul li a {
  padding: 0;
  font: 300 14px/28px "Raleway", sans-serif;
  color: #000;
  text-transform: capitalize;
}
.footer-bottom .footer-b-r ul li a:hover {
  background: none;
}
.footer-bottom .footer-b-r ul li + li {
  margin-left: 18px;
}

/*EMILY*/
.d-none{
  display: none;
}
.innterbanner_caption{
  width: 60%;
  margin: 0 auto;
  padding: 0 auto;
}
.right{
  float: right;
}
.text_right{
  text-align: right;
}
.video_promotion_area{
    position: relative;
    z-index: 0;
    height: 80vh;
    overflow: hidden;
    width: 100%;
}
.video_promotion_area iframe{
  width: 100%;
  height: 66vh;
}
.video_promotion_area .baner-content{
    position: absolute;
    bottom: 0;
    width: 50%;
    margin: 0 auto;
    left: 25%;
    z-index: 5;
}
.video_promotion_area video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.video_promotion_area .baner-content h2 {
    font: 400 20px/30px "Raleway", sans-serif;
    color: #fff;
}
.video_promotion_area .baner-content p {
    padding: 14px 0px 55px 0px;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
}
.overlap_bg{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
}
.mini_container{
  width: 80%;
  margin: 0 auto;
}
.img-responsive{
  width: 100%;
  height: auto;
}
.team-area .leadership .team-item .text p{
  color: #000;
}
.service_listing{
  margin-left: 15px;
}
.listing li, .service_listing li{
  list-style: square;
  list-style-position: outside;
}
.white_text, .white_text *{
  color: #fff;
}
.darkgrey_text{
  color: #333;
}
.lightgrey_text, .lightgrey_text *{
  color: #efefef;
}
.black_text{
  color: #000;
}
.orange_text{
  color: #fff100;
  margin-bottom: 20px;
}
.big_border_right {
  border-right: 1px solid #efefef;
}
.giant_font{
  font-size:40px;
}
.mt-3{
  margin-top: 15px;
}
.mt-5{
  margin-top: 30px;
}
.mb-3{
  margin-bottom: 15px;
}
.mb-5{
  margin-bottom: 30px;
}
.mx-3{
  margin-left: 15px;
  margin-right: 15px;
}
.mx-5{
  margin-left: 30px;
  margin-right: 30px;
}
.my-3{
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-5{
  margin-top: 30px;
  margin-bottom: 30px;
}
.py-3{
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-3{
  padding-left: 15px;
  padding-right: 15px;
}
.px-2{
  padding-left: 10px;
  padding-right: 10px;
}
.py-5{
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-5{
  padding-left: 30px;
  padding-right: 30px;
}
.pt-5{
  padding-top: 30px;
}
.p-0{
  padding:0px;
}
.m-0{
  margin:0px;
}
.leaders-area ul li{
  display: inline;
  margin-bottom: 10px;
}
.leaders-block{
  background: #fff;
  box-shadow: 0px 0px 5px 1px #ccc;
  overflow: hidden;
}
.leaders-block .text{
  padding: 26px;
}
.nopadding{
  padding: 0px;
}
.team_background{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+14,fff100+14,fff100+58,000000+58,000000+58 */
  background: #efefef; /* Old browsers */
  background-size: cover;
  position: relative;
  z-index: 1;
}
.team_background:after{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../image/padauk_bg.webp);;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
#gallery, #gallery2{
 background: #fff;
height: 400px;
}
.slideshow-container{
  width: 35%;
  padding-right: 20px;
  float: left;
  position: absolute;
}
#caption{
  width: 63%;
  float: right;
  position: absolute;
  right: 0;
}
.photo{
  height: 100px;
  width: 100%;
}
.photo{
  height: 100px;
  object-fit: cover;
}
.about_banner_bg{
  background:url('../image/about-banner-bg.webp') no-repeat center center; 
  background-size: cover;
  position: relative;
  z-index: 1;
}
.about_banner_bg:before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
.career_banner_bg{
  background:url('../image/career-banner-bg.webp') no-repeat center 65% ; 
  background-size: cover;
  position: relative;
  z-index: 1;
}
.career_banner_bg:before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
.career_bg{
  background:url('../image/career_bg.webp') no-repeat center 65% ; 
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 70px 0px;
}
.career_bg:before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
.contact_banner_bg{
  background:url('../image/contact-banner-bg.webp') no-repeat center 20%; 
  background-size: cover;
  position: relative;
  z-index: 1;
}
.contact_banner_bg:before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
.event_banner_bg{
  background:url('../image/event-banner-bg.webp') no-repeat center 40%; 
  background-size: cover;
  position: relative;
  z-index: 1;
}
.event_banner_bg:before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);;
  position: absolute;
  opacity: 0.95;
  z-index: -1;
}
#google_map iframe {
    width: 100%;
    height: 500px;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
  margin: 0;
}
.desktop_hide{
  display: none;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.core_value1{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8e01+0,ff5100+100 */
background: #ff8e01; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ff8e01 0%, #ff5100 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ff8e01 0%,#ff5100 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ff8e01 0%,#ff5100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e01', endColorstr='#ff5100',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 50%;
padding: 15px;
margin: 7px;
transition: all 0.3s linear 0.1s;
border: 1px solid transparent;
}
.core_value1:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8e01+0,ff5100+100 */
background: #ff5100; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ff5100 0%, #ff8e01 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ff5100 0%,#ff8e01 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ff5100 0%,#ff8e01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5100', endColorstr='#ff8e01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border: 1px solid #f4f4f4;
}
.core_value2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5893+0,ff2268+100 */
background: #ff5893; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ff5893 0%, #ff2268 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ff5893 0%,#ff2268 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ff5893 0%,#ff2268 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5893', endColorstr='#ff2268',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 50%;
padding: 15px;
margin: 7px;
transition: all 0.3s linear 0.1s;
border: 1px solid transparent;
}
.core_value2:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5893+0,ff2268+100 */
background: #ff2268; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ff2268 0%, #ff5893 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ff2268 0%,#ff5893 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ff2268 0%,#ff5893 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2268', endColorstr='#ff5893',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border: 1px solid #f4f4f4;
}
.core_value3{
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#51dafa+0,009ece+100 */
background: #51dafa; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #51dafa 0%, #009ece 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #51dafa 0%,#009ece 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #51dafa 0%,#009ece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51dafa', endColorstr='#009ece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 50%;
padding: 15px;
margin: 7px;
transition: all 0.3s linear 0.1s;
border: 1px solid transparent;
}
.core_value3:hover{
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#51dafa+0,009ece+100 */
background: #009ece; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #009ece 0%, #51dafa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #009ece 0%,#51dafa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #009ece 0%,#51dafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ece', endColorstr='#51dafa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border: 1px solid #f4f4f4;
}
.core_value4{
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a09ffd+0,857ecc+100 */
background: #a09ffd; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #a09ffd 0%, #857ecc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #a09ffd 0%,#857ecc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #a09ffd 0%,#857ecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09ffd', endColorstr='#857ecc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 50%;
padding: 15px;
margin: 7px;
transition: all 0.3s linear 0.1s;
border: 1px solid transparent;
}
.core_value4:hover{
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a09ffd+0,857ecc+100 */
background: #857ecc; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #857ecc 0%, #a09ffd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #857ecc 0%,#a09ffd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #857ecc 0%,#a09ffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#857ecc', endColorstr='#a09ffd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border: 1px solid #f4f4f4;
}
.core_value5{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01eea8+1,01bca0+100 */
background: #01eea8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #01eea8 1%, #01bca0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #01eea8 1%,#01bca0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #01eea8 1%,#01bca0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01eea8', endColorstr='#01bca0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 50%;
padding: 15px;
margin: 7px;
transition: all 0.3s linear 0.1s;
border: 1px solid transparent;
}
.core_value5:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01eea8+1,01bca0+100 */
background: #01bca0; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #01bca0 1%, #01eea8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #01bca0 1%,#01eea8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #01bca0 1%,#01eea8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01bca0', endColorstr='#01eea8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border: 1px solid #f4f4f4;
}
.core_value6{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff001+2,ffba01+100 */
background: #fff001; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff001 2%, #ffba01 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff001 2%,#ffba01 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff001 2%,#ffba01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff001', endColorstr='#ffba01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 50%;
padding: 15px;
margin: 7px;
transition: all 0.3s linear 0.1s;
border: 1px solid transparent;
}
.core_value6:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff001+2,ffba01+100 */
background: #ffba01; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffba01 2%, #fff001 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffba01 2%,#fff001 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffba01 2%,#fff001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba01', endColorstr='#fff001',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border: 1px solid #f4f4f4;
}
.core_value7{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff001+2,ffba01+100 */
background: #ffea00; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffea00 2%, #ff9600 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffea00 2%,#ff9600 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffea00 2%,#ff9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ff9600',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 50%;
padding: 15px;
margin: 7px;
transition: all 0.3s linear 0.1s;
border: 1px solid transparent;
}
.core_value7:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff001+2,ffba01+100 */
background: #ff9600; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ff9600 2%, #ffea00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ff9600 2%,#ffea00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ff9600 2%,#ffea00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9600', endColorstr='#ffea00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border: 1px solid #f4f4f4;
}
.process-area .p-timeline .media a, .process-area .p-timeline .media a div{
    display: flex;
    align-items: center;
}

.process-area .p-timeline .media .text-right h3{
  width: 100%;
  text-align: right;
}
#vision_mission{
  background: url('../image/Background.webp') no-repeat;
  background-size: cover;
  padding:80px 0px;
}
.vision_mission{
  display: flex;
  align-items: center;
}
.core_value_block_01{
  background:url('../image/icon/customer_centricity1.webp') no-repeat center center;
  background-size: contain;
  height: 250px;
  transition: all 0.3s linear 0.1s;
  position: relative;
  top: 65px;
}
.core_value_block_01:hover{
  background:url('../image/icon/customer_centricity1b.webp') no-repeat center center;
  background-size: contain;
}
.core_value_block_02{
  background:url('../image/icon/collaboration1.webp') no-repeat center center;
  background-size: contain;
  height: 250px;
  transition: all 0.3s linear 0.1s;
  right: 47px;
  top: 58px;
}
.core_value_block_02:hover{
  background:url('../image/icon/collaboration1b.webp') no-repeat center center;
  background-size: contain;
}
.core_value_block_03{
  background:url('../image/icon/commitment1.webp') no-repeat center center;
  background-size: contain;
  height: 250px;
  transition: all 0.3s linear 0.1s;    
  position: relative;
  top: -30px;
  right: 90px;
}
.core_value_block_03:hover{
  background:url('../image/icon/commitment1b.webp') no-repeat center center;
  background-size: contain;
}
.core_value_block_04{
  background:url('../image/icon/transparency1.webp') no-repeat center center;
  background-size: contain;
  height: 250px;
  transition: all 0.3s linear 0.1s;
  position: relative;
  right: 137px;
  top: -35px;
}
.core_value_block_04:hover{
  background:url('../image/icon/transparency1b.webp') no-repeat center center;
  background-size: contain;
}
.core_value_block_05{
  background:url('../image/icon/reliability1.webp') no-repeat center center;
  background-size: contain;
  height: 250px;
  transition: all 0.3s linear 0.1s;
  position: relative;
  top: -125px;
  left: -181px;
}
.core_value_block_05:hover{
  background:url('../image/icon/reliability1b.webp') no-repeat center center;
  background-size: contain;
}
.core_value_block_06{
  background:url('../image/icon/empathy1.webp') no-repeat center center;
  background-size: contain;
  height: 250px;
  transition: all 0.3s linear 0.1s;    
  position: relative;
  top: -130px;
  right: 227px;
}
.core_value_block_06:hover{
  background:url('../image/icon/empathy1b.webp') no-repeat center center;
  background-size: contain;
}
.core_value_block_07{
  background:url('../image/icon/excellence1.webp') no-repeat center center;
  background-size: contain;
  height: 250px;
  transition: all 0.3s linear 0.1s;    
  position: relative;
  margin-top: -225px;
  right: -57px;
}
.core_value_block_07:hover{
  background:url('../image/icon/excellence1b.webp') no-repeat center center;
  background-size: contain;
}
.core_value .container{
  left: 7%;
  position: relative;
  width: 75rem;
}
#leadership .leaders-block .team-img img{
  height: 30vh;
}
.event_date li{
  display: inline;
}
.event_item{
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s linear;
}
.event_item:hover{
  box-shadow: 0px 0px 8px #999;
}
.event_item *{
  text-align: center;
}
footer .widget h2,
footer .widget .media-body{
  color: #000;
}
a{
  color: #000;
}

.our_strength{
  border-radius: 10px;
  padding: 20px 20px 25px 20px;
  color: #efefef;
  width: 100%;
  height: 180px;
  position: relative;
  top: 0px;
  cursor: pointer;
  display: inline-block;
  /*transition: all 0.3s linear 0.1s;*/
}
.our_strength a{
  display: inline-block;
}
.our_strength h4{
  font-size: 16px !important;
}
.our_strength:hover{
  top: -8px;
}
#our_team .nav-tabs{
  border: 0px;
    margin: 0 auto;
    padding: 0 auto;
    left: 3%;
}
#our_team .nav>li>a{
  font-size: 16px !important;
  padding: 15px !important;
  margin: 0px 12px 0px 2px;
  background: #fff;
  border-radius: 10px;
  color: #000;
}
#our_team .nav-tabs>li.active>a, 
#our_team .nav-tabs>li.active>a:hover, 
#our_team .nav-tabs>li.active>a:focus{
  background: #fff100;
  color: #000;
  box-shadow: 0px 2px 3px #333;
}
.carrer .slider-img{
  background: url(../image/career_bg.webp) no-repeat center center;
  background-size: cover;
  padding: 50px 0px 90px 0px;
}
.carrer_page{
  padding: 0px 0px 80px 0px;
}
.carrer_page #myTab li{
  width: 50%;
}
.carrer_page #myTab li a{
  width: 100%;
  border-right: 1px solid #ddd;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 30px;
}
.carrer_page .service-group{
  padding: 0px !important
}
.table>thead>tr>th, .table>tbody>tr>th, 
.table>tfoot>tr>th, .table>thead>tr>td, 
.table>tbody>tr>td, .table>tfoot>tr>td{
  padding: 15px;
  color: #333;
}
.more{
color: #060691
}

/* Accordion styles */
.team_accordion .tabs {
  border-radius: 8px;
  /*overflow: hidden;*/
  margin-top: 40px;
}

.team_accordion .tab {
  color: white;
  /*overflow: hidden;*/
}
.team_accordion .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.team_accordion .tab-label:hover {
  background: #1a252f;
}
.team_accordion .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.team_accordion .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.team_accordion .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.team_accordion .tab-close:hover {
  background: #1a252f;
}
.team_accordion input{
  display: none;
}
.team_accordion input:checked + .tab-label {
  background: #1a252f;
}
.team_accordion input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.team_accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  width: 380em;
  z-index: 5;
  visibility: visible;
  position: relative;
}

.fade{
  display: none;
}

.fade.in{
  display: block; 
  -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.service_item{
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.service_item:hover > .s-info{
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #ff8e01, #ff5893);
}
.service_item:hover > .s-info-text{
  top: 100px;
}

.service_item:hover:before, .service_item:nth-child(n):hover:before{
  color: #ddd;
}

.service_item:before{
  content: "01";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(2):before{
  content: "02";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(3):before{
  content: "03";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(4):before{
  content: "04";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(5):before{
  content: "05";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(6):before{
  content: "06";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(7):before{
  content: "07";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(8):before{
  content: "08";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.service_item:nth-child(9):before{
  content: "09";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(10):before{
  content: "10";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(11):before{
  content: "11";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(12):before{
  content: "12";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(13):before{
  content: "13";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(14):before{
  content: "14";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(15):before{
  content: "15";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(16):before{
  content: "16";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(17):before{
  content: "17";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(18):before{
  content: "18";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(19):before{
  content: "19";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(20):before{
  content: "20";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}

.service_item:nth-child(21):before{
  content: "21";
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 125px;
  font-size: 70px;
  background: #fff;
  color: #efefef;
}
.grey_bg{
  background: #ccc;
}
.paddingtop, .padding70{
  padding-top: 70px;
  padding-bottom: 70px;
}
.display_table{
  display: flex;
  width: 100%;
}
.table_cell{
  flex: 1;
}
.listing{
  padding:40px;
  border-radius: 10px;
  border:1px solid #ccc;
  height: 75vh;
  transition: all 0.3s linear;
}
.listing:hover{
  box-shadow: 0px 0px 5px 0px #999;
}
.listing ul li{
  list-style: square;
}

.corevalue_title_div{
  left: 15rem;
  top: 3rem;
  position: relative;
  width: 16%;
}
.onlycenter_team{
  margin-left: 38%;
}
.threecenter_team{
  margin-left: 12%;
}
.ourteam-area {
  background: url(../image/ourteam-banner-bg2.webp) no-repeat scroll center center !important;
  background-size:100% !important;
}
.team-item{
  padding:30px;
}
.team_icon{
  width:20%;
  float: left;
}
.carrer_page .tab-pane {    
  overflow: auto;}
  .modal-open .modal,.modal-backdrop.in{
        -webkit-animation:none;
    animation: none;
  }
.modal-header,
.modal-body{
  padding: 40px
}
.modal-content .button:after {
    content: "Send";
    color: #000;
}
footer .button:after{
  content: "Get it now";
    color: #000;
}
.clear{
  clear: both;
}
.uppercase{
  text-transform: uppercase;
  font-weight: 100;
}
.service_callaction{
  background: url(../image/query-banner.webp) no-repeat center left;
  background-size: cover;
}
.service_callaction a,.service_callaction .button{
  color:#000 !important;
}
.service_callaction a:after{
  content: "Contact Us"
}
.tablet_show{
  display: none;
}
.team_accordion .owl-nav{
  display: none;
  left: 39%;
  position: relative;
}

.team_accordion .owl-nav .owl-prev{
  width: 45px;
  height: 45px;
  background: url(../image/icon/prev.webp) no-repeat center center;
  background-size: 100%;
  font-size: 0px;
  float: left;
}

.team_accordion .owl-nav .owl-next{
  width: 45px;
  height: 45px;
  background: url(../image/icon/next.webp) no-repeat center center;
  font-size: 0px;
  background-size: 100%;
  float: left;
}
.ipadlogo{
        display: none !important;
    }
.i4ewOd-pzNkMb-tJHJj{display: none !important;}
