.case-study-slider  .owl-nav {
    position: absolute;
    top: 70%;
    margin-top: -50px;
    width: 100%;
}

.case-study-slider  .owl-prev {
display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
      border-radius: 100% !important;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);
	    left: 16%;
}

.case-study-slider  .owl-next {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
       border-radius: 100% !important;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);
	    right: 16%;
}
.case-study-slider .owl-next span{
     font-size: 60px;
    line-height: 26px;
    font-weight: 200;
}

.case-study-slider .owl-prev span{
      font-size: 60px;
    line-height: 26px;
    font-weight: 200;
}


.main__product-desc {
    display: block;
    background-color: #efefef;
    padding: 5%;
    width: 55%;
    float: left;
    height: 100%;
    position: relative;
}

.main__product-img {
    display: block;
    width: 45%;
    float: right;
}



.is-fade{

    animation-name: is-fade;
    animation-duration: 100ms;	
	
}

.owl-item .content{
  display: none !important;
	
}.owl-item.active.center .content{
  display: inherit !important;
  transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
	
}

.banner-slider.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}
.enquire-us-right > button {
    background-color: #cc404b;
    color: #fff;
    border: 1px solid #cc404b;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    height: 52px;
	
    }
	
		.enquire-us-right {
    position: fixed;
    right: -70px;
    top: 46%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    padding: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 999;
    }
	


.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
 .owl-item.active .banner-item  {
    animation: grow 8s linear forwards;
    opacity: 1;
}
.banner-item-content{
    animation: none;
     opacity: 2; 	
	
}


@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}

.about-play .about-play-content .play-on-area .play-on {
    width: 80px;
    height: 80px;
    color: #F30000;
    background-color: #fff;
    text-align: center;
    font-size: 55px;
    border-radius: 50px;
    display: inline-block;
	overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse2;color: #fff;
}


@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2dc100;
            box-shadow: 0 0 0 0 #2dc100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2dc100;
            box-shadow: 0 0 0 0 #2dc100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 


 .contact-widget{
  position: relative;
  display: block;
  padding: 23px 18px 13px 18px;
  border-radius: 5px;
  margin-top: -61px;
  background-color: #ed7d21;
}
ul.info.clearfix {
    padding-left: 0rem;
}
.contact-widget .info li{
  position: relative;
  display: block;
  padding-left: 53px;
  margin-bottom: 18px;
}

 .contact-widget .info li:last-child{
  margin-bottom: 23px;
}

.contact-widget .info li i{
  position: absolute;
  left: 0px;
  /* top: 8px; */
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}

 .contact-widget .info li p{
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
}

 .contact-widget .info li h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  /* font-weight: 700; */
  margin-bottom: 10px;
}

.contact-widget .info li h5 a{
  display: inline-block;
  color: #fff;
}
.contact-widget  a{
  display: inline-block;
  color: #fff;
}
ul.social-links.clearfix {
    padding-left: 3rem;
}
 .contact-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.contact-widget .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 36%);
}

 .contact-widget .social-links li a:hover{
  border-color: #fff;
  background: #fff;
  color: #ed7d21;
}

.brand-item {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.case-study-area .section-title  h2:before {content:'';display:block;width:44px;height:8px;/* background: url('../images/title_bg.png') center center no-repeat; */background-size:cover;margin:0 auto;margin-bottom:10px;}
.brand-area .section-title  h2:before {content:'';display:block;width:44px;height:8px;/* background: url('../images/title_bg.png') center center no-repeat; */background-size:cover;margin:0 auto;margin-bottom:10px;}

.services-tab .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.services-tab .nav-tabs > li {
  border-left: 1px solid #eeeeee;
  margin-bottom: 0;
  width: 33.3%;
}
.services-tab .nav-tabs > li:first-child {
  border-left: none;
}
.services-tab .nav-tabs > li > a {
  background-color: #fff;
  color: #333 !important;
  font-size: 18px;
  margin-right: 0;
  padding: 18px 20px;
  /* text-transform: uppercase; */
  /* margin-top: 20px; */
  font-weight: 600;
}
.services-tab .nav-tabs > li > a i {
  display: block;
  font-size: 36px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
.services-tab .nav-tabs > li.active > a,
.services-tab .nav-tabs > li.active > a:hover,
.services-tab .nav-tabs > li.active > a:focus,
.services-tab .nav-tabs > li a:hover,
.services-tab .nav-tabs > li a:focus {
  color: #00a3c8;
}
.services-tab .nav-tabs > li.active > a i,
.services-tab .nav-tabs > li.active > a:hover i,
.services-tab .nav-tabs > li.active > a:focus i,
.services-tab .nav-tabs > li a:hover i,
.services-tab .nav-tabs > li a:focus i {
  color: #00a3c8;
}
.services-tab .tab-content .service-content .sub-title {
  color: #c8c8c8;
  font-family: 'Playfair Display', sans-serif;
}
.services-tab .tab-content .service-content .title {
  color: #333;
  font-family: 'Playfair Display', sans-serif;
}
@media only screen and (max-width: 1199px) {
  .services-tab .service-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .services-tab .service-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services-tab .nav.nav-tabs a {
    padding: 10px 0;
    font-size: 9px;
  }
  .services-tab .nav.nav-tabs a i {
    font-size: 28px;
  }
  .services-tab .nav.nav-tabs a span {
    /* display: none; */
  }
}
.vertical-tab .nav-tabs li a:active {
  color: #d3d3d3;
}

.security-area .section-title  h2:before {content:'';display:block;width:44px;height:8px;background: url('../images/title_bg.png') center center no-repeat;background-size:cover;margin:0 auto;margin-bottom:10px;}
.contact-form-area .section-title  h2:before {content:'';display:block;width:44px;height:8px;background: url('../images/title_bg.png') center center no-repeat;background-size:cover;margin:0 auto;margin-bottom:10px;}
.user-area .section-title  h2:before {content:'';display:block;width:44px;height:8px;/* background: url('../images/title_bg.png') center center no-repeat; */background-size:cover;margin:0 auto;margin-bottom:10px;}
.aboutnew .section-title  h2:before {content:'';display:block;width:44px;height:8px;background: url('../images/title_bg.png') center center no-repeat;background-size:cover;margin:0 auto;margin-bottom:10px;}
.jobt h4:before {content:'';display:block;width:44px;height:8px;background: url('../headingbg.png') center center no-repeat;background-size:cover;margin:0 auto;margin-bottom:10px;}


.jobdetail-services {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 18px 25px 11px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.jobdetail-services1 {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 18px 25px 11px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.jobdetail-services ul {
    margin: 0px -7px; }
.jobdetail-services ul li {
    display: inline-block;
    width: 33.333%;
    margin-right: -3px;
    vertical-align: top;
    list-style: none;
    margin-bottom: 14px;
    padding: 0px 7px;
}
.jobdetail-services-inner {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    text-align: center;
    padding: 18px 25px 12px 25px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.jobdetail-services i {
 position: absolute;
 left: 10px;
 top: 0px;
 font-size: 50px;
 color: #264796;
 /* opacity: 1.7; */
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -ms-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 padding: 10px 11px;
}

.jobdetail-services1 ul{
	
list-style: none;
	
/* padding-left: 0px; */
	
margin-top: 8px;
}
.jobdetail-services1 h3 {font-size:27px}
.jobdetail-services1 a {color: #333;}
.jobdetail-services1  {

 left: 10px;
 top: 0px;

 color: #333;

 transition: all 0.4s ease-in-out;
 padding: 10px 11px;
}
.jobdetail-services1 li{

margin-bottom: 7px;
}
.jobdetail-services1 li i{

margin-bottom: 7px;

margin-right: 7px;

color: #2e3092;
}

.jobdetail-services span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
    position: relative;
    margin-bottom: -3px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.jobdetail-services small {
    font-size: 13px;
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.boxclr {
    background-color: #264796;
    padding: 10px;
    color: white;
    margin-bottom: 16px;
    background: linear-gradient(to right, #264796, #00a0e3);
}

.boxclr h3{

color: white;

text-align: center;

font-size: 20px;
}

.icon-l-p-t {
    position: absolute;
    opacity: 0.4;
    margin-left: 19%;
    margin-top: 2%;
}