.testimonial {
      background-color: white;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0px 15px 160px;
    position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #016d9b;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #016d9b;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: #ffd9b8;
}

.arduix-slider .owl-controls{
  padding-top: 15px;
  padding-bottom: 15px;
}

.arduix-slider{
  background-color: #213d65;
}
/*.owl-controls {
  margin-top: 20px;
}*/

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}
.case-area .owl-item{
  padding:10px !important;
}

/* gallery css start*/
#container {
  margin: auto;
}
.header h1{
   text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5em;
    font-family: 'Parisienne', cursive;
   margin-bottom: 15px;
}
.header p {
   text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
}

.grid-item {
display: inline-block;
    height: 259px;

    overflow: hidden;
    text-align: center;
    width: 400px;
}
.grid-item img{
   width:100%;
   height:auto;
   filter: url(filters.svg#grayscale);
    filter: gray;
  /*  -webkit-filter: grayscale(1);*/
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}
.isotope-pager{
    text-align:center;
}
.isotope-pager .pager {
  display: inline-block;
}
.filters {
   width: 100%;
   text-align: center;
   padding-bottom: 35px;
   padding-top:20px;
   
}
.filters li {
   display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
   color: #b6b6b6;
   text-decoration: none;
}
.filters li a:hover{
   color:#09183c;
}
.filters li:hover {
   box-shadow: none;
   border-radius: 0px;
}
.filters li.active a{
   color: #fff;
    border: 1px solid #08183c;
    border-radius: 15px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    padding: 10px 25px;
    background: #08183c;
   
}
.height50{
  min-height: 50px;
}
.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #020f2c;
    text-decoration: none;
}
.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}
.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}
.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}
.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}
.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}
.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.grid-item:hover .overlay {
  opacity: 1;
}

.footer {
    padding: .1em 0;
   background: linear-gradient(180deg, rgba(227,202,102,1) 0%, rgba(180,142,71,1) 100%);
    text-align: center;
   margin-top:20px;
}
.footer  p {
    color: #FFF;
    letter-spacing: 1px;
}
.footer p a {
    color: #fff;
}
.footer p a:hover {
    color: #fff;
   text-decoration:none;
}
/*gallery css end */


/*tab css start*/
.tabs {
  position: relative;
  float: left;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
.tabs li {
  position: relative;
  list-style: none;
}
.tabs li:after {
  content: "";
  display: table;
  clear: both;
}

.tabs li.active a {
   z-index: 2;
   background-color: #3f4694;
   width:100%
}
.industries-area .industries-list-tab .tabs li.active h3 {
    color: #ffffff;
}
.industries-area .industries-list-tab .tabs li.active p {
    color: #ffffff;
}
.industries-area .industries-list-tab .tabs li.active i {
    color: #ffffff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.tabs-content .content {
  display: none;
  /*padding: 10px;*/
}
.tabs-content .content.active {
  display: block;
}
/*tab css end*/
/*video bg start*/
#video-viewport { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  z-index: -1; 
}
video { 
  display: block; 
  width: 100%; 
  height: auto; 
  opacity: 1;
}
.fullsize-video-bg { 
  height: 100%; 
  overflow: hidden; 
}
.newsletter-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(210, 210, 220, 0.5);
}
/*video bg end */
@media only screen and (min-width: 360px) and (max-width:640px) {
    video {
        width:auto;
        height:100%;
    }
}
@media only screen and (min-width: 320px) and (max-width:568px) {
    video {
        width:auto;
        height:100%;
    }
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
    video {
        width:auto;
        height:100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1366px) {
    video {
        width:100%;
        height:auto;
    }
}