@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
.dropdown-toggle:after {
  font-family: FontAwesome, sans-serif;
  font-weight: 800;
  content: "\f105";
  color: #fff;
  padding: 0 0 0 6px;
  font-size: 15px;
}
.more {
  line-height: 17px;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  color: #231f20;
  display: inline-block;
  padding: 9px 0 9px 17px;
  transition: background 0.2s;
  border-radius: 19px;
  border: 2px solid #231f20;
}
.more:hover {
  color: #000;
}
.more:after {
  font-family: FontAwesome, sans-serif;
  font-weight: 800;
  content: "\f105";
  margin-left: 19px;
  color: #fff;
  font-size: 19px;
  transition: color 0.2s;
  background: #231f20;
  padding: 8px 13px 8px 16px;
  border-radius: 18px;
}
.more:hover:after {
  color: #fff;
}
.blog-more {
  line-height: 17px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 3px 0 4px 17px;
  transition: background 0.2s;
  border-radius: 19px;
  border: 2px solid #fff;
}
.blog-more:hover {
  color: #fff;
}
.blog-more:after {
  font-family: FontAwesome, sans-serif;
  font-weight: 800;
  content: "\f105";
  margin-left: 19px;
  color: #e31e24;
  font-size: 19px;
  transition: color 0.2s;
  background: #fff;
  padding: 4px 11px 6px 12px;
  border-radius: 18px;
}
.blog-more:hover:after {
  color: #e31e24;
}
#video-container {
  position: relative;
  width: 100%;
  margin: auto;
  height: 360px;
  overflow: hidden;
}
#video-container video {
  display: block;
  width: 100%;
  height: auto;
}
#video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.hide {
  display: none;
}
.playVid {
  max-height: 700px !important;
  height: 700px !important;
}
.u-submenu {
  left: 100% !important;
  top: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
body {
  font-family: Roboto, sans-serif;
}
.fixmenu {
  position: fixed !important;
  top: 0;
}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.mainmenu {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border: 0 !important;
}
.navbar-nav > li:last-child > a {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu {
  padding: 0 0;
  margin: 0 0 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar-nav .open .dropdown-menu > li > a {
  padding: 16px 15px 16px 25px;
}
.header_bottom {
  background: #4a4c51;
}
.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 31px 10px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}
.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:focus,
.header_area .mainmenu li a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #30a65c;
  background: #e31e2400;
  outline: 0;
  font-weight: 700;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.mainmenu .collapse ul > li:hover > a {
  background: #949598;
  color: #fff;
  font-weight: 500;
}
.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background: #00000069;
  color: #f3f3f3;
  font-weight: 500;
}
.mainmenu .collapse ul ul ul > li:hover > a {
  background: #7e7e7d42;
}
.mainmenu .collapse ul ul ul > li > a {
  padding: 5px 15px !important;
}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: #949598;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #000;
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: #e4eeb8;
}
.mainmenu {
  background: 0 0;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
.col-md-12.pro-bg:after,
.col-md-12.pro-bg:before {
  display: block;
  content: "";
  clear: both;
}
.pro-bg {
  background: #c9cacb;
  padding: 5px;
}
.pro-tab {
  background: #fff;
  margin: 25px 10px;
  overflow: hidden;
}
.pro-headiv {
  background: #e31e24;
  margin: 10px 0;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pro-tab table {
  border: 1px solid #c9cacb;
}
.pro-tab td {
  font-weight: 400;
  padding: 4px 6px !important;
}
.pro-tab ul {
  margin-left: 20px;
  list-style: disc;
  font-size: 17px;
  font-weight: 400;
}
.crcl-grey1 {
  border: 1px solid #adacac;
  height: 220px;
  width: 220px;
  border-radius: 100%;
}
.crcl-grey img {
  max-width: 87%;
  transform: translate(10px, 0);
  border-radius: 100%;
}
@media only screen and (min-width: 767px) {
  #portfolio-grid-2 li .infoLayer,
  #portfolio-grid-2 li .overLayer {
    border-radius: 50%;
    width: 193px;
    height: 193px;
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 9px;
    left: 0;
    z-index: 4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .pro-tab50 {
    min-height: 250px !important;
  }
  .pro-tab60 {
    min-height: 300px !important;
  }
  .pro-tab70 {
    min-height: 415px !important;
  }
  .pro-tab80 {
    min-height: 535px !important;
  }
  .pro-tab {
    background: #fff;
    margin: 25px 10px;
    width: 48% !important;
    overflow: hidden;
  }
  .pdct-4 {
    width: 25% !important;
  }
  .pdct-5 {
    width: 20% !important;
  }
  .pdct-5 {
    width: 20% !important;
  }
  .industry .pdct-5
  {
	   width: 33.33% !important;
  }
  
  #fresponsive li {
    float: none;
    display: inline-block;
  }
  #fresponsive {
    width: 100%;
    text-align: center;
  }
  .mainmenu .collapse ul li {
    position: relative;
  }
  .mainmenu .collapse ul li:hover > ul {
    display: block;
  }
  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }
  .mainmenu .collapse ul ul li {
    position: relative;
    display: block !important;
  }
  .mainmenu .collapse ul ul li:nth-child(2):hover > ul {
    display: block;

 
  }
  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  .mainmenu .collapse ul ul ul li {
    position: relative;
    border-bottom: 1px solid grey;
    display: block !important;
  }
  .mainmenu .collapse ul ul ul li:hover ul {
    display: block;
  }
  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
.our-team {
  text-align: center;
  margin-bottom: 100px;
  z-index: 1;
  position: relative;
}
.our-team .pic {
  overflow: hidden;
  position: relative;
}
.our-team .pic img {
  width: 100%;
  height: auto;
}
.our-team .social {
  width: 100%;
  padding: 0;
  color: #fff;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.our-team .social li {
  display: inline-block;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team .team-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -53px;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.our-team .team-info {
  width: 100%;
  color: #464646;
  position: absolute;
  bottom: 0;
  left: 0;
}
.our-team .title {
  font-size: 17px;
  color: #fff;
  margin: 10px 0;
  transition: all 0.5s ease 0s;
  font-family: "Barlow Condensed", sans-serif;
}
.our-team .post {
  display: block;
  font-size: 14px;
  color: #464646;
}
.tcR {
  background: #3eba70;
}
.tcG {
  background: #4a4c51;
}
.mh-250 {
  height: 250px;
}
.mh-250 p {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #5a5a5a;
}
.intro p {
  font-size: 17px;
}
.first-T {
  position: absolute;
  top: 53%;
  left: 75px;
  transform: translate(50%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.second-T {
  position: absolute;
  bottom: 24%;
  left: 185px;
  transform: translate(50%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.third-T {
  position: absolute;
  top: 50%;
  left: 292px;
  transform: translate(50%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.fourth-T {
  position: absolute;
  bottom: 24%;
  left: 314px;
  transform: translate(100%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.fifth-T {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.sixth-T {
  position: absolute;
  bottom: 24%;
  right: 310px;
  transform: translate(-100%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.seventh-T {
  position: absolute;
  top: 53%;
  right: 205px;
  transform: translate(-100%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.eight-T {
  position: absolute;
  bottom: 24%;
  right: 185px;
  transform: translate(-50%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.ninth-T {
  position: absolute;
  top: 53%;
  right: 75px;
  transform: translate(-50%, 100%);
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.p0 {
  padding: 0 !important;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 65px solid #e31e24;
  border-bottom: 50px solid transparent;
  transform: translate(245px, -10px);
  position: absolute;
}
.gry .triangle-right {
  border-left: 65px solid #727374;
}
.blog-Rdiv h3 {
  width: 85%;
  text-align: left;
  color: #fff;
  margin: 0 0 5px 0 !important;
}
.blog-Rdiv h4 {
  padding: 0;
  color: #fff;
}
.btn-blog {
  background: 0 0;
  border: 1px solid;
  border-radius: 15px;
  padding: 3px 15px !important;
  color: #fff;
}
.blog-Rdiv p {
  color: #fff;
  text-align: justify;
  line-height: 15px;
}
.red {
  background: #e31e24;
}
.gry {
  background: #727374;
}
.blog-Rdiv {
  width: 100%;
  height: 260px;
  padding: 5px 10px;
}
.testimonials {
  padding: 0 0 40px 0;
}
.phpkida_testimonials_grids {
  width: 100%;
  margin: 3em auto 0;
}
.pk_testimonial_grid {
  background: #f5f5f5;
  text-align: center;
  position: relative;
}
.agileits_testimonial_grid:focus,
.pk_testimonial_grid:focus {
  outline: 0;
}
.pk_testimonial_grid_pos {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -25%;
  left: 0;
}
.pk_testimonial_grid_pos img {
  margin: 0 auto;
}
.pk_testimonial_grid p {
  position: relative;
}
.agileits_testimonial_grid h4 {
  font-size: 14px;
  color: #fff6f6;
  margin: 10px 0 10px;
}
.agileits_testimonial_grid h5 {
  font-size: 0.8em;
  color: #ec9114;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  line-height: 0;
  position: absolute;
  top: 60%;
  display: block;
  width: 50px;
  height: 40px;
  margin-top: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 1em;
  outline: 0;
  background: 0 0;
  z-index: 9;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
[dir="rtl"] .slick-prev:before {
  content: "\f177";
}
.slick-next,
[dir="rtl"] .slick-prev {
  right: -6.5%;
}
.slick-prev,
[dir="rtl"] .slick-next {
  right: auto;
  left: -6.5%;
}
[dir="rtl"] .slick-next:before {
  content: "\f178";
}
.margn-b60 {
  margin-bottom: 60px;
}
.pt-30t {
  padding: 30px 0 0;
}
.slick-dots {
  position: absolute;
  bottom: 13px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
button.slick-next,
button.slick-next:hover {
  right: -45px;
  top: 44%;
  background: url(../images/arrows.png);
  width: 70px;
  height: 70px;
  display: block;
  background-position: -70px 0;
}
button.slick-prev,
button.slick-prev:hover {
  left: -45px;
  top: 44%;
  background: url(../images/arrows.png);
  width: 70px;
  height: 70px;
  display: block;
}
.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.brands_slider_container {
  height: 130px;
  border: solid 1px #e8e8e8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 97px;
  padding-right: 97px;
}
.brands_slider {
  height: 100%;
  margin-top: 50px;
}
.brands_item {
  height: 100%;
}
.brands_item img {
  max-width: 100%;
}
.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}
.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.brands_nav:hover i {
  color: #676767;
}
.brands_prev {
  left: 40px;
}
.brands_next {
  right: 40px;
}
.client-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none;
}
.btn-footer {
  background: #38a560 !important;
  width: 100% !important;
  border: none !important;
  margin: 5px 0 !important;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
footer p {
  color: #fff;
  text-align: justify;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
}
.hr {
  border-bottom: 2px solid #41a564;
  width: 25%;
  margin: 8px 0 20px 0;
}
.futr-form {
  background: #2f2d2d;
  margin-top: 40px;
  padding: 10px;
  border-radius: 10px;
}
.aipl-form {
  background: #00000087;
  padding: 10px;
  border-radius: 10px;
  margin:40px 0px;
}
.career-sec {
  padding: 20px 0;
  margin-bottom: 20px;
}
.contact-sec {
  padding: 20px 0;
}
.contact-sec p,
h1 {
  color: #fff;
}
.career-sec h1 {
  color: #000;
}
.home h1 {
  color: #000;
}
.exhb-tr {
  background: #e6e7e8;
  color: #000;
  font-weight: 500;
}
.exhb-tr1 {
  background: #f1f2f2;
  color: #000;
  font-weight: 500;
}
.mrgn-t12 {
  margin-top: 12px;
}
.capsP p {
  text-transform: uppercase;
}
.exhibition-tbl {
  border: 1px solid #bfbfbf;
  text-align: center;
  margin-top: 35px;
  -webkit-box-shadow: 6px 7px 13px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 7px 13px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 13px -14px rgba(0, 0, 0, 0.75);
}
.exhibition-tbl th {
  background: #000;
  color: #fff;
  font-weight: 500;
}
.career-tbl {
  border: 1px solid #bfbfbf;
  text-align: center;
  margin-top: 35px;
  -webkit-box-shadow: 6px 7px 13px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 7px 13px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 13px -14px rgba(0, 0, 0, 0.75);
}
.career-td {
  background: #e31e24;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.career-td2 {
  font-size: 20px;
  font-weight: 400;
}
.career-tbl span {
  color: #e31e24;
  font-weight: 500;
}
.pd-r60 {
  padding-right: 60px !important;
}
.enqry {
  padding-bottom: 8px;
  font-weight: 800;
  color: #41a564;
}
.botmV {
  position: absolute;
  transform: translateY(0);
  width: 90%;
}
.aiplred {
  color: #e31e24;
}
.aiplgreen {
  color: #0e870f;
}
.green {
  background: #0e870f !important;
}
.about-bg {
  
  background-size: cover;
  background-position: 50% 2%;
}

.about-sec {
  padding: 20px 0;
}
.about-sec h1 {
  color: #000;
}
.about {
  background: #f1f2f2;
  padding: 60px 0;
}
.about h1 {
  color: #000;
}
.about-certf {
  background: #fff;
  padding: 10px 0 60px 0;
}
.about-value {
  background: #e6e7e8;
}
section.about-certf h1 {
  color: #000;
  padding: 10px 0;
}
.mg-tb30 {
  margin: 30px 0;
}
.mg-top50 {
  margin-top: 50px;
}
.abt-maptape {
  transform: translateY(215px);
}
.abt-core {
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.abt-core p {
  font-size: 25px;
  font-weight: 600;
  padding: 8px;
}
.abt-value {
  color: #fff;
  padding: 4px 15px 30px;
  font-size: 16px;
  text-align: left;
  min-height: 145px;
  font-weight: 300;
}
.about-value h1 {
  color: #000;
  padding: 20px 0;
}
.csr-tab img {
  max-width: 70%;
}
.timeline-bg {
  background: url(../images/timeline1.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.ul-feature {
  list-style: disc;
  font-size: 17px;
  font-weight: 400;
}
.kd-slid {
  background: url(../images/banner-crcl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -66px;
}
.timeline-sec {
  background: url(../images/timeline1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.timeline2-sec {
  background: url(../images/timeline22.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slid5 .container-fluid ul.slick-dots li button {
  border-radius: 100%;
  text-indent: 0;
  font-size: 0;
  height: 15px;
  width: 15px;
  border: none;
  background-color: #d2d2d2;
}
.slid5 .container-fluid ul.slick-dots li.slick-active button {
  background-color: #000;
  outline: 0;
}
.bubble {
  height: auto;
  min-height: 230px;
  width: 80%;
  background: #df2022;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 47px 31px 46px -33px #5a5959;
  -moz-box-shadow: 47px 31px 46px -33px #5a5959;
  box-shadow: 47px 31px 46px -33px #5a5959;
}
.pointer5 {
  margin: 0 auto;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 50px solid #e31e24;
}
.pointerG {
  margin: 0 auto;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 50px solid #0e870f;
}
.header-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.zoominheader {
  width: 100%;
  height: 580px;
  text-align: center;
  background: url(../images/banner.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 40s ease-in infinite;
  animation: zoomin 40s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.zoomoutheader {
  width: 100%;
  height: 600px;
  text-align: center;
  background: 0 0;
  -webkit-animation: zoomout 40s ease-in infinite;
  animation: zoomout 40s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.rd-crcl {
  position: absolute;
  bottom: 0;
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
.zoomoutheader h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 400;
  margin: 10px;
}
.zoomoutheader p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.cov-bg {
  padding: 55px;
  background: #e6e7e8;
}
.pd-t65 {
  padding-top: 65px;
}
.cov-box {
  width: 44%;
  display: inline-block;
}
.cov-border {
  border: 4px solid #fff;
  margin-bottom: 20px;
}
.covid-img {
  position: relative;
}
.covid-img img {
  position: absolute;
  left: -110px;
  top: 50px;
  background-color: #e6e7e8;
  width: 220px;
  padding: 17px;
}
.cov-text h5 {
  padding-left: 50px;
  color: #0280d7;
  text-transform: uppercase;
  font-size: 18px;
}
.cov-text h3 {
  text-transform: uppercase;
  font-weight: 600;
}
ul.cov-text {
  padding-left: 70px;
  color: #000;
  font-weight: 500;
}
ul.cov-text li::before {
  content: "\2022";
  color: red;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.cov-bg a {
  color: #000;
}
@media (max-width: 1600px) {
  .zoominheader {
    width: 100%;
    height: 770px;
  }
  .zoomoutheader {
    width: 100%;
    height: 820px;
  }
}
@media (max-width: 1440px) {
  .zoominheader {
    width: 100%;
    height: 650px;
  }
  .zoomoutheader {
    width: 100%;
    height: 800px;
  }
}
@media (max-width: 1024px) {
  .header_area .header_bottom .mainmenu a,
  .navbar-default .navbar-nav > li > a {
    font-size: 11px;
  }
  .bubble {
    height: auto;
    min-height: 230px;
    width: 95%;
    background: #df2022;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 47px 31px 46px -33px #5a5959;
    -moz-box-shadow: 47px 31px 46px -33px #5a5959;
    box-shadow: 47px 31px 46px -33px #5a5959;
  }
  #portfolio-grid-2 li .infoLayer,
  #portfolio-grid-2 li .overLayer {
    border-radius: 50%;
    width: 270px;
    height: 270px;
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 10px;
    left: 0;
    z-index: 4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .kd-slid {
    margin-top: 0;
  }
  .pro-tab50 {
    min-height: 270px !important;
  }
  .pro-tab70 {
    min-height: 80vh !important;
  }
  .pro-tab {
    background: #fff;
    margin: 25px 8px;
    overflow: hidden;
  }
  .crcl-grey {
    height: 203px;
    width: 200px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .pk_testimonial_grid {
    padding: 3em 2.7em 2em;
    margin: 5em 0.5em 0;
  }
  .pk_testimonial_grid p:before {
    font-size: 1.5em;
  }
  .pk_testimonial_grid p {
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .Mfirst-T {
    position: absolute;
    top: 0;
    left: 13px;
    transform: translate(0, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Msecond-T {
    position: absolute;
    top: 71px;
    right: 68px;
    transform: translate(50%, 42%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Mthird-T {
    position: absolute;
    top: 13%;
    left: 3%;
    transform: translate(0, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Mfourth-T {
    position: absolute;
    top: 31%;
    right: 68px;
    transform: translate(50%, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Mfifth-T {
    position: absolute;
    top: 30%;
    left: 3%;
    transform: translate(0, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Msixth-T {
    position: absolute;
    bottom: 45%;
    right: 68px;
    transform: translate(50%, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Mseventh-T {
    position: absolute;
    bottom: 35%;
    left: 13px;
    transform: translate(0, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Meight-T {
    position: absolute;
    bottom: 28%;
    right: 68px;
    transform: translate(50%, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
  .Mninth-T {
    position: absolute;
    bottom: 88px;
    left: 3%;
    transform: translate(0, 100%);
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
  }
}
@media (max-width: 736px) {
  .botmV {
    position: unset;
    transform: translateY(0);
  }
  .pro-tab70 {
    height: auto;
  }
  .pro-tab {
    background: #fff;
    margin: 10px 0;
    overflow: hidden;
  }
  .slick-list {
    padding: 0 !important;
  }
  .slick-next,
  .slick-prev {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .pk_testimonial_grid {
    padding: 3em 2em 2em;
  }
}
@media (max-width: 600px) {
  .agileits_testimonial_grid h4 {
    font-size: 1em;
  }
  .pk_testimonial_grid {
    padding: 3em 1.5em 2em;
    margin: 4em 0.5em 0;
  }
  .mh-250 {
    height: 195px;
  }
  .logo,
  .shop {
    width: 140px !important;
  }
}
@media (max-width: 480px) {
  .cov-box {
    width: 100%;
  }
  .cov-bg {
    padding: 25px 0;
  }
  .covid-img img {
    left: -45px;
    width: 110px;
    padding: 8px;
  }
  .cov-text h3 {
    font-size: 11px;
  }
  .cov-text h5 {
    padding-left: 25px;
    font-size: 9px;
  }
  ul.cov-text {
    padding-left: 55px;
    font-size: 10px;
  }
  .pro-tab70 {
    min-height: auto !important;
  }
  .section {
    margin-bottom: 35px;
    padding: 0 0 !important;
  }
  .playVid {
    max-height: 220px !important;
    height: 220px !important;
  }
  .crcl-grey img {
    max-width: 92%;
    transform: translate(6px, 7px);
    border-radius: 100%;
  }
  .crcl-grey {
    height: 148px;
    width: 145px;
    -moz-box-shadow: inset 0 0 4px #b7b5b5;
    -webkit-box-shadow: inset 0 0 4px #b7b5b5;
    box-shadow: inset 0 0 4px #b7b5b5;
    margin: auto;
  }
  #video-container {
    position: relative;
    width: 100%;
    margin: auto;
    height: 115px;
    overflow: hidden;
  }
  .pk_testimonial_grid {
    padding: 2em 1em 1.5em;
    margin: 3em 0.2em 0;
  }
  .pk_testimonial_grid p:before {
    font-size: 1em;
  }
  .pk_testimonial_grid_pos {
    top: -19%;
  }
  .slick-slide img {
    width: 100%;
  }
}
@media (max-width: 384px) {
  .playVid {
    max-height: 210px !important;
    height: 210px !important;
  }
  #video-container {
    position: relative;
    width: 100%;
    margin: auto;
    height: 102px;
    overflow: hidden;
  }
  .pk_testimonial_grid_pos {
    top: -9%;
  }
  .pk_testimonial_grid {
    margin: 3em 0.2em 0;
  }
}
@media (max-width: 320px) {
  .pk_testimonial_grid_pos {
    top: -19%;
  }
  #video-container {
    position: relative;
    width: 100%;
    margin: auto;
    height: 88px;
    overflow: hidden;
  }
}
ul#og-grid .show-all-circle:first-child {
  display: block;
}
ul#og-grid .show-all-circle {
  display: none;
}
ul#og-grid .show-all-circle.all-open {
  display: block;
}
.thanku h2 {
  font-size: 73px;
  color: green;
}
.thanku a {
  color: #e31e24;
  font-size: 24px;
}
.logo img.img-responsive {
    margin-top: 24px;
}
body .header_area li.dropdown > ul.dropdown-menu > li > a {
  padding-top:16px;
  padding-bottom:16px;
}
.shop-logo .image-caption {
  color: #fff;
}