body,
html {
  font-size: 14px;
  font-family: Arial, sans-serif; }

body {
  color: #000000; }
  body.menu-opened {
    overflow: hidden; }

*:focus {
  outline: none !important;
  box-shadow: none !important; }

a,
a:hover {
  text-decoration: none; 
}
a,p{
  font-size: 14px;
  font-family: arial;
}
section, header, footer {
  width: 100%;
  float: left;
}
h2{
  font-size: xx-large;
  font-weight: 900;
  margin-bottom: 20px;
}

/* banner v2 css starts */
.bannerv2 .owl-carousel .owl-stage-outer{
  height: 100vh;
}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(1) .slide-content .banner-text .banner-content > ul > li{
  visibility: hidden; 
  position: absolute;  
  top: 0; 
  left: 0; 
  animation: 20s autoplay1 infinite;
}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(2) .slide-content .banner-text .banner-content > ul > li{
  visibility: hidden; 
  position: absolute;  
  top: 0; 
  left: 0; 
  animation: 20s autoplay2 infinite;
}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li{
  visibility: hidden; 
  position: absolute;  
  top: 0; 
  left: 0; 
  animation: 18s autoplay3 infinite;
}

.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(1) .slide-content .banner-text .banner-content > ul > li:nth-child(1) {animation-delay: 0s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(1) .slide-content .banner-text .banner-content > ul > li:nth-child(2) {animation-delay: 5s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(1) .slide-content .banner-text .banner-content > ul > li:nth-child(3) {animation-delay: 10s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(1) .slide-content .banner-text .banner-content > ul > li:nth-child(4) {animation-delay: 15s}

.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(2) .slide-content .banner-text .banner-content > ul > li:nth-child(1) {animation-delay: 0s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(2) .slide-content .banner-text .banner-content > ul > li:nth-child(2) {animation-delay: 5s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(2) .slide-content .banner-text .banner-content > ul > li:nth-child(3) {animation-delay: 10s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(2) .slide-content .banner-text .banner-content > ul > li:nth-child(4) {animation-delay: 15s}


.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(1) {animation-delay: 0s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(2) {animation-delay: 3s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(3) {animation-delay: 6s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(4) {animation-delay: 9s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(5) {animation-delay: 12s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(6) {animation-delay: 15s}

/* .bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(1) {animation-delay: 0s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(2) {animation-delay: 3s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(3) {animation-delay: 6s}
.bannerv2 .owl-carousel .owl-stage-outer .owl-item:nth-child(3) .slide-content .banner-text .banner-content > ul > li:nth-child(4) {animation-delay: 9s} */
@keyframes autoplay1 {
  0% {visibility: visible}
  25% {visibility: hidden}
}
@keyframes autoplay2 {
  0% {visibility: visible}
  25% {visibility: hidden}
}
@keyframes autoplay3 {
  0% {visibility: visible}
  15% {visibility: hidden}
}



/* animate content */
/* .owl-item.active .slide-content {
  transform: translate(-20%, 0%) rotate3d(1, 0, 0, 0);
  transition-delay: .7s
} */
/* .slide-content, 
.slide-content h3,
.slide-content h2,
.slide-content p,
.slide-content h3:before,
.slide-content h3:after {
  transition: all 2s ease;
} */
.owl-item.active .slide-content {
  position: absolute;
  top: 20%;
  padding-left: 10%;
  left: 0;
  color: #fff;
  height: 30%;
  width: 50%;
  font-size: 30px;
  min-width: 300px;
  z-index: 1;
}
.owl-item.active .slide-image::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.616);
  display: block;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.owl-item.active .slide-content .banner-text {
  position: relative;
}
.owl-item.active .slide-content .banner-title {
  display: block;
  float: left;
  width: 100%;
}
.owl-item.active .slide-content .banner-title h2{
  font-size: 56px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f15b40;
}
.owl-item.active .slide-content .banner-content {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.owl-item.active .slide-content .banner-content ul {
  list-style: none;
}
.owl-item.active .slide-content .banner-content ul li {
  padding-left: 40px;
  border-left: solid 6px #f15b40;
  margin-left: 5px;
  line-height: 34px;
}
.owl-item.active .slide-image {
  height: 100vh;
}
.owl-item.active video#mainVideo, .owl-item.active .banner-image img {
  min-height: 100vh;
  width: auto;
  min-width: 100%;
}


/*  Numbers */
.bannerv2 .owl-dots {
    counter-reset: dots;
    position: absolute;
    bottom: 9vh;
    width: 82.905982906%;
    left: 46%;
    margin: 0 0 0 -42%;
    display: flex;
    list-style-type: none;
    padding: 0 84px;
    z-index: 2;
    text-align: left;
}

.bannerv2 .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
    flex-grow: 1;
    flex-basis: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    cursor: pointer;
    position: relative;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    width: 214px;
    display: block;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

.bannerv2 .owl-dot{
  color: #fff;
}
.bannerv2 .owl-dot p{
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}
.bannerv2 .owl-dot.active{
  color: #f15b40;
}
.bannerv2 .owl-dot.active p{
  color: #f15b40;
  padding-top: 8px;
}
.bannerv2 .owl-dot.active::before{
  border-bottom: solid 5px #f15b40;
  color: #f15b40;
  margin-top: -2px;
}
/* banner v2 css ends */



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  /* video css starts */
  /* video css ends */
  /* keyfacts section css starts */
  .keyFacts .keyGridContainer {
    grid-template-columns: auto;
    padding: 0 15px;
  }
  /* keyfacts section css ends */
  /* technologies css starts */
  .emergingTech .grid-container {
    grid-template-areas: 'auto';
  }
  .emergingTech .grid-container > div{
    min-height: 250px;
  }
  /* technologies css ends */
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  /* headers css / menu css starts */
  
  
  
  
  /* headers css / menu css ends */

  /* video css starts */
  /* video css ends */
  /* keyfacts section css starts */
  .keyFacts .keyGridContainer {
    grid-template-columns: auto;
    padding: 0 15px;
  }
  /* keyfacts section css ends */

  /* technologies css starts */
  .emergingTech .grid-container {
    grid-template-areas: 'auto';
  }
  .emergingTech .grid-container > div{
    min-height: 240px;
  }
  /* technologies css ends */


}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

  /* keyfacts section css starts */
  .keyFacts .keyGridContainer {
    grid-template-columns: auto auto;
    padding: 0 15px;
  }
  /* keyfacts section css ends */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

  /* keyfacts section css starts */
  .keyFacts .keyGridContainer {
    grid-template-columns: auto auto auto auto;
    padding: 0 15px;
  }
  /* keyfacts section css ends */

  .emergingTech .grid-container {
    grid-template-areas: 'a b c'
   'd e f'
   'g h i';
  }
  
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  
  /* .videoBanner{
    height: 100vh;
  } */
  .emergingTech .grid-container {
    grid-template-areas: 'a b c'
   'd e f'
   'g h i';
  }
  /* keyfacts section css starts */
  .keyFacts .keyGridContainer {
    grid-template-columns: auto auto auto auto;
    padding: 0 15px;
  }
  /* keyfacts section css ends */
}


    /* *************************************************
  *****************Nav Bar css starts *****
  ************************************************* */
  .header .navbar .search-container .header-search a {
    font-size: 2.4rem;
    color: #082340;
    cursor: pointer;
  }


 
      /* *************************************************
  ****************Nav Bar css Ends *****
  ************************************************* */
  section.search{
    margin-top: 74px!important;
  }
    /* *************************************************
  *****************Banner Section css starts *****
  ************************************************* */

  .videoBanner {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 54px;
  }
  
  .videoBanner video {
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .videoBanner .mobile-v{
      display: none;
  }
  
  .videoBanner .videoControl {
    position: absolute;
    bottom: 0;
    padding: 5%;
    right: 10px;
  }
  
  .videoBanner .videoControl span {
    color: #000;
    display: none;
    font-size: 24px;
  }
  
  .videoBanner .videoControl span.active {
    display: flex;
    opacity: 0.5;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
  }
  
  .videoBanner .videoControl span.active:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  
  .videoBanner .videoControl span:hover .ripple {
    display: block;
  }
  
  

    /* *************************************************
  *****************Banner Section css Ends *****
  ************************************************* */
  .animate-300ms {
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

   /* *************************************************
  *****************KeyFacts Section css starts *****
  ************************************************* */
  .keyFacts {
    background-color: #082340;
    padding: 40px 0;
    margin-top: -10px;
  }
  
  .keyFacts .keyGridContainer {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
  }
  .keyFacts .keyGridContainer::before, .keyFacts .keyGridContainer::after {
    display: none;
  }
  
  .keyFacts .keyGridContainer .keyGrid {
    background-color: #567BBC;
    border: solid 1px #264E7D;
    padding: 20px;
    min-width: 270px;
  }
  
  .keyFacts .keyGridContainer .keyGrid p {
    color: #fff;
    text-align: center;
  }
  
  .keyFacts .keyGridContainer .keyGrid p .number {
    font-size: xx-large;
  }
  
  .keyFacts .keyGridContainer .keyGrid p .text {
    font-size: large;
  }





   /* *************************************************
  *****************KeyFacts Section css ends *****
  ************************************************* */


  /* *************************************************
  *****************Technoloy Section css starts *****
  ************************************************* */
  .emergingTech {
    padding: 50px 0;
  }
  
  .emergingTech h2 {
    font-size: xx-large;
    padding-bottom: 20px;
  }
  
  .emergingTech .grid-container {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    /* background-color: #2196F3; */
    padding: 0px;
  }
  
  .emergingTech .grid-container .offerings-box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a;
  }
  
  .emergingTech .grid-container .offerings-box2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b;
  }
  
  .emergingTech .grid-container .offerings-box3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: c;
  }
  
  .emergingTech .grid-container .offerings-box4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: d;
  }
  
  .emergingTech .grid-container .offerings-box5 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: e;
  }
  
  .emergingTech .grid-container .offerings-box6 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: f;
  }
  
  .emergingTech .grid-container .offerings-box7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: g;
  }
  
  .emergingTech .grid-container .offerings-box8 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: h;
  }
  
  .emergingTech .grid-container .offerings-box9 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: i;
  }
  
  .emergingTech .grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    font-size: 30px;
    min-height: 300px;
    position: relative;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  
  .emergingTech .grid-container > div:hover {
    -webkit-box-shadow: 4px 4px 10px 0px #bbb9b9;
            box-shadow: 4px 4px 10px 0px #bbb9b9;
  }
  
  .emergingTech .grid-container > div:hover .ob-title::after {
    width: 100%;
  }
  
  .emergingTech .grid-container > div:hover .ob-link a {
    padding-left: 10px;
    border-left: solid 5px;
  }
  
  .emergingTech .grid-container > div:hover .ob-link a::after {
    left: 105px;
    opacity: 1;
    bottom: 8px;
  }
  
  .emergingTech .grid-container > div:nth-child(odd) {
    background: #082340;
    background-image: repeating-linear-gradient(45deg, #00000000 0, #0000005c 1px, #082340 0, #082340 50%);
    background-size: 10px 10px;
    color: #fff;
  }
  
  .emergingTech .grid-container > div:nth-child(odd) .ob-title::after {
    background: #fff;
  }
  
  .emergingTech .grid-container > div:nth-child(odd) .ob-link a {
    color: #fff;
  }
  
  .emergingTech .grid-container > div .ob-inner {
    padding: 20px;
  }
  
  .emergingTech .grid-container > div .ob-title {
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  
  .emergingTech .grid-container > div .ob-title::after {
    content: "";
    display: block;
    background: #000;
    height: 5px;
    width: 50px;
    margin-top: 10px;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  
  .emergingTech .grid-container > div .ob-text {
    font-size: 16px;
    padding-top: 10px;
    display: block;
    min-height: 150px;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  
  .emergingTech .grid-container > div .ob-link {
    position: absolute;
    bottom: 10px;
  }
  
  .emergingTech .grid-container > div .ob-link a {
    color: #000;
    font-size: 16px;
  }
  
  .emergingTech .grid-container > div .ob-link a::after {
    content: '';
    display: block;
    border-left: solid 10px;
    border-top: solid 9px #0000;
    border-bottom: solid 9px #0000;
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  /* *************************************************
  *****************Technology Section css ends *****
  ************************************************* */
  .footer-nav-wrap .social-icons a {
    font-size: 30px;
    }
  /* *************************************************
  *****************Industries Section css starts *****
  ************************************************* */
  .industries-sec {
      padding: 0 0 50px 0;
      position: relative;
      overflow: hidden;
  }
  
  .industries-sec .container .back-sec {
    width: 100%;
    /* position: absolute; */
    /* height: 600px;
    overflow: hidden; */
  }
  
  .industries-sec .container .back-sec .txt-section {
    /* padding: 20px;
    position: absolute;
    background: #ffffffb8;
    margin: 30px auto;
    max-width: 1140px;
    left: calc(50% - 1140px / 2); */
  }
  
  .industries-sec .container .back-sec .txt-section h2 {
    padding: 0 0 0 20px;
  }
  
  .industries-sec .container .back-sec .txt-section p {
    padding: 0 0 0 20px;
  }
  
  .industries-sec .container .back-sec img {
    width: 100%;
  }
  
  /* .industries-sec .container .front-sec {
    width: 100%;
    margin: 165px auto 40px;
    max-width: 1140px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 1px 0px #000;
            box-shadow: 0px 0px 1px 0px #000;
  } */
  
  .industries-sec .container .front-sec .tabs {
    padding: 0;
    margin: 0;
    border: solid 1px #00000030;
  }
  
  .industries-sec .container .front-sec .tabs .left-sec {
    background-color: #082340;
    padding: 30px;
  }
  
  .industries-sec .container .front-sec .tabs .left-sec a {
    padding: 10px 0;
    font-size: 18px;
    color: #f2f2f2;
    /* border-bottom: solid 2px #ffffff17; */
    font-weight: bold;
  }
  
  /* .industries-sec .container .front-sec .tabs .left-sec a:active {
    border-bottom: solid 2px #FFFFFF;
    background-color: #0000;
  } */
  
  .industries-sec .container .front-sec .tabs .left-sec a.active {
    /* border-bottom: solid 2px #FFFFFF; */
    background-color: transparent;
  }
  
  .industries-sec .container .front-sec .tabs .left-sec a:hover {
    /* border-bottom: solid 2px #FFFFFF; */
    /* background-color: #0000; */
    background-color: transparent;
  }
  
  .industries-sec .container .front-sec .tabs .right-sec {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
  }
  
  .industries-sec .container .front-sec .tabs .right-sec ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
  }
  
  .industries-sec .container .front-sec .tabs .right-sec ul li a {
    padding: 5px 0 0 0;
    font-weight: bold;
    color: #000;
  } 


  /* .industries-sec .container .front-sec{
		max-width: 1110px;
	} */
	.industries-sec .container .back-sec .txt-section h2, .industries-sec .container .back-sec .txt-section p{
		padding: 0;
	}
	.industries-sec .tab-content>.active > a {
		font-weight: bold;
		color: #f15b40;
		padding: 0;
		display: inline-block;
	}
	.industries-sec .container .front-sec .tabs .right-sec ul li {
		display: inline-block;
		padding: 0 20px 0 0;
	}
	.industries-sec .container .front-sec .tabs .left-sec a {
    	opacity: 0.7;
		transition-timing-function: ease-in-out;
		transition-duration: 300ms;
	}
	.industries-sec .container .front-sec .tabs .left-sec a:hover, .industries-sec .container .front-sec .tabs .left-sec a.active {
		opacity: 1;
	}
	.industries-sec .container .front-sec .tabs .right-sec ul {
		padding: 10px 0 10px 0;
	}





  .industries-sec .container .front-sec .tabs .left-sec a::after {
    content: "";
    display: block;
    height: 2px;
    width: 10%;
    background-color: #fff;
    margin-top: 5px;
    opacity: 0.7;
    transition-timing-function: ease-in-out;
		transition-duration: 300ms;
  }
  .industries-sec .container .front-sec .tabs .left-sec a:hover::after, .industries-sec .container .front-sec .tabs .left-sec a.active::after {
		opacity: 1;
    width: 100%;
	}


    /* *************************************************
  *****************Industries Section css Ends *****
  ************************************************* */

    /* *************************************************
  *****************Enduring Relationship Section css Starts *****
  ************************************************* */

  .end-relation {
    background-color: #FDE3CA;
    padding: 40px 50px 60px 50px;
  }
  .end-relation h2{
    margin-bottom: 0;
  }
  
  .end-relation .owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .end-relation .owl-thumbs .owl-thumb-item {
    border: 0;
    margin: 2px;
  }
  
  .end-relation .owl-thumbs .owl-thumb-item img {
    height: 50px;
    border: 0;
  }
  
  .end-relation .owl-carousel .owl-nav {
    position: absolute;
    top: 34%;
    right: 168px;
  }
  
  .end-relation .owl-carousel .owl-nav .owl-prev, .end-relation .owl-carousel .owl-nav .owl-next {
    border: rgb(0 0 0);
    margin-left: 0px;
    padding: 0px 16px;
    background: #ffffff;
    font-size: 24px;
    border-radius: 0;
    color:#000;
  }
  
  .end-relation .owl-carousel .owl-item {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.4;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    z-index: 0;
    background-color: #f15b40;
    margin-top: 200px;
  }
  
  .end-relation .owl-carousel .owl-item .item {
    position: relative;
    padding: 80px 50px 30px;
    margin: 0 20px;
    position: relative;
  }
  
  .end-relation .owl-carousel .owl-item .item::before {
    content: "";
    color: #fff;
    position: absolute;
    top: 20px;
    left: 10px;
  }
  
  .end-relation .owl-carousel .owl-item .item .img-wrapper {
    width: 125px;
    position: absolute;
    left: 50px;
    top: -70px;
  }
  
  .end-relation .owl-carousel .owl-item .item .img-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/quote.svg);
  }
  .end-relation .owl-carousel .owl-item .item .content-wrapper .c-qt{
    min-height: 110px;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper .c-qt p {
    font-size: 24px;
    line-height: 30px;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature .left {
    padding-right: 15px;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature .left .clent-logo {
    height: 50px;
    padding: 4px 10px;
    background: #fff;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature .right span {
    display: block;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature .right span.c-name {
    font-size: large;
    font-weight: bold;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper > p {
    padding-top: 20px;
  }
  
  .end-relation .owl-carousel .owl-item .item .content-wrapper > p .btn-video {
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    position: absolute;
    -webkit-text-decoration: #000;
            text-decoration: #000;
  }
  
  .end-relation .owl-carousel .owl-item.active {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    z-index: 1;
  }
  
  @media (max-width: 1000px) {
    .item {
      margin: 0;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
  }
  
  .active .item {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .owl-item {
    -webkit-transform: translateZ(0) scale(1, 1);
  }
  
  .inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  .inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: .3s ease border-color;
    transition: .3s ease border-color;
  }
  
  .inner a:hover {
    border-color: #fff;
  }
  
  .black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4);
  }
  
  .black .inner a:hover {
    border-color: #000;
  }
  
  .owl-controls {
    position: absolute;
    margin-top: 300px;
  }
    /* *************************************************
  *****************Enduring Relationship Section css Ends *****
  ************************************************* */

    /* *************************************************
  *****************Engage with us Section css Starts *****
  ************************************************* */
  .form-section {
    font-family: helvetica;
    background-color: #1d135e;
    padding: 40px 0;
  }
  
  .form-section .sec-title {
    width: 100%;
  }
  
  .form-section .sec-title h2 {
    font-weight: 900;
    color: white;
    text-align: center;
  }
  
  .form-section .cleft p {
    color: #fff;
  }
  
  /* .form-section .cright .form-group label {
    display: none;
  } */
  #form-content{
    display: none;
  }
  .webform-options-display-buttons label.webform-options-display-buttons-label {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #000;
  }
  .form-section .cright .form-group input, .form-section .cright .form-group select, .form-section .cright .form-group textarea {
    background-color: transparent;
    color: #fff;
  }
  
  .form-section .cright .form-group input, .form-section .cright .form-group select, .form-section .cright .form-group textarea {
    border-radius: 0;
    border-bottom: solid 1px #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    margin-top: 5px;
  }
  
  .form-section .cright .form-group input:focus, .form-section .cright .form-group select:focus, .form-section .cright .form-group textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #d4d4d421;
  }
  
  .form-section .cright .form-group input::-webkit-input-placeholder, .form-section .cright .form-group select::-webkit-input-placeholder, .form-section .cright .form-group textarea::-webkit-input-placeholder {
    color: #fff;
  }
  
  .form-section .cright .form-group input:-ms-input-placeholder, .form-section .cright .form-group select:-ms-input-placeholder, .form-section .cright .form-group textarea:-ms-input-placeholder {
    color: #fff;
  }
  
  .form-section .cright .form-group input::-ms-input-placeholder, .form-section .cright .form-group select::-ms-input-placeholder, .form-section .cright .form-group textarea::-ms-input-placeholder {
    color: #fff;
  }
  
  .form-section .cright .form-group input::placeholder, .form-section .cright .form-group select::placeholder, .form-section .cright .form-group textarea::placeholder {
    color: #fff;
  }
  
  .form-section .cright .form-group textarea {
    height: 38px;
  }
  
  .form-section .cright .form-group select {
    color: #fff;
    width: 100%;
    padding: 6px;
  }
  
  .form-section .cright .form-group select option {
    color: #000;
    padding: 5px 0;
  }
  
  .form-section .cright .form-group select option::-moz-selection {
    color: #fff;
  }
  
  .form-section .cright .form-group select option::selection {
    color: #fff;
  }
  
  .form-section .cright .form-group button {
    background-color: #fff;
    color: #000;
  }
  
  .form-section .cright .form-group input.webform-button--submit {
    background: #fff;
    border-radius: 0;
    border-bottom: solid 1px #fff;
    border-top: 0;
    color: #000;
    border-left: 0;
    border-right: 0;
  }
  
  .form-section .cright .form-group button.btn:hover {
    background-color: #fff;
    color: #082340;
  }
  
  .form-section .cright .form-check {
    color: #fff;
  }
  
  .form-section .cright .form-check input[type="radio"] {
    width: 16px;
    height: 16px;
  }
  
  .form-section .cright .form-check .form-check-label {
    padding-bottom: 10px;
  }

  .form-section .form-item, .form-section .form-actions {
    margin-top: 0;
    margin-bottom: 0;
  }
    /* *************************************************
  ***************** Engage with us Section css Ends *****
  ************************************************* */


 /* *************************************************
  ***************** resource section css starts *****
  ************************************************* */
section#insights{
  padding: 50px 0;
}
#insights > .container > h2{
  margin-bottom: 20px;
  color: #000;
  font-size: xx-large;
}

#insights .container .row.insight-wrp .r-box {
  padding: 20px;
  min-height: 220px;
  position: relative;
}

#insights .container .row.insight-wrp .r-box h5 {
  color: #000;
  font-weight: bold;
}

#insights .container .row.insight-wrp .r-box p {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  color: #000;
}

#insights .container .row.insight-wrp .r-box a {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: absolute;
  bottom: 25px;
  left: 20px;
  color: #000;
}

#insights .container .row.insight-wrp .r-box a::before {
  content: "";
  display: block;
  border-left: solid 10px;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  left: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  opacity: 0;
}

#insights .container .row.insight-wrp .r-box:hover p {
  padding-top: 10px;
}

#insights .container .row.insight-wrp .r-box:hover a {
  padding-left: 10px;
  border-left: solid 5px;
}

#insights .container .row.insight-wrp .r-box:hover a::before {
  left: 90px;
  opacity: 1;
}

#insights .container .row.insight-wrp .r-box:nth-child(1) {
  background-color: #95ABD8;
}

#insights .container .row.insight-wrp .r-box:nth-child(2) {
  background-color: #FBB473;
}

#insights .container .row.insight-wrp .r-box:nth-child(3) {
  background-color: #FFE18E;
}

#insights .container .row.insight-wrp .r-box:nth-child(4) {
  background-color: #D0D1D3;
}

#insights .container .row.insight-wrp .r-box:nth-child(6) {
  background-color: #D0D1D3;
}

#insights .container .row.insight-wrp .r-box:nth-child(5) {
  background-color: #FFE18E;
}

#insights .container .row.insight-wrp .r-box:nth-child(8) {
  background-color: #FBB473;
}

#insights .container .row.insight-wrp .r-box:nth-child(7) {
  background-color: #95ABD8;
}
/* *************************************************
  ***************** resource section css ends *****
  ************************************************* */



  /* *************************************************
  ***************** news section css starts *****
  ************************************************* */
  .latest_news {
    padding-bottom: 80px;
  }
  
  .latest_news .news-sec {
    -webkit-box-shadow: 4px 4px 12px -4px #00000094;
            box-shadow: 4px 4px 12px -4px #00000094;
  }
  
  .latest_news .news-sec:hover .news-title-link .news-link {
    padding-left: 10px;
    border-left: solid 5px;
  }

  .latest_news .news-sec .news-image {
    overflow: hidden;
  }

  .latest_news .news-sec .news-image img{
    max-height: 170px;
  }
  
  .latest_news .news-sec:hover .news-title-link .news-link::before {
    left: 90px;
    opacity: 1;
  }
  
  .latest_news .news-sec .news-title-link {
    padding: 15px;
    min-height: 160px;
    position: relative;
  }
  
  .latest_news .news-sec .news-title-link .news-title {
    padding-bottom: 30px;
    font-weight: bold;
  }
  
  .latest_news .news-sec .news-title-link .news-link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  
  .latest_news .news-sec .news-title-link .news-link::before {
    content: "";
    display: block;
    border-left: solid 10px;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    left: 0;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
  }
  
  .latest_news .news-sec .news-title-link .news-link a {
    color: #000;
  }
  
  /* *************************************************
  ***************** news section css ends *****
  ************************************************* */
/*# Home page revamp End*/


/* mobile devices css only */
@media only screen and (max-width : 991px) {
  
  .owl-item.active .slide-content .banner-title h2 {
    font-size: 30px;
  }
  .banner-video video {
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
  }
  .btn-close:before, .btn-close:after {
    width: 33px !important;
    height: 4px !important;
  }
  body.toggled .btn-close {
    top: 12px;
    right: 260px;
    background: #082340;
    box-shadow: none;
    padding: 0;
  }
  
  
  .owl-item.active .slide-content .banner-content ul li {
    padding-left: 24px;
    border-left: solid 6px #f15b40;
    margin-left: 5px;
    line-height: 24px;
    font-size: 20px;
  }
  section.search .search-form .form-actions#edit-actions input {
    padding: 0 20px;
    border-radius: 0;
  }
}

@media only screen and (max-width : 767px) {
  .header .navbar .navbar-brand img{
    width: 140px!important;
  }
  section.search {
    top: -4px!important;
  }
  section.search .search-form .form-actions#edit-actions input{
    z-index: 10;
  }
  .bannerv2 .owl-dot:before{
    width: 30vw;
  }
  .bannerv2 .owl-dots {
    counter-reset: dots;
    position: absolute;
    bottom: 7vh;
    width: 63.905983%;
    left: 25px;
    margin: 0 0 0 0%;
    display: flex;
    list-style-type: none;
    padding: 0;
    z-index: 2;
    text-align: left;
  }
  .end-relation {
    padding: 60px 15px 80px 15px;
  }
  .end-relation .owl-carousel .owl-item{
    width: calc(100vw - 30px);
  }
  .end-relation .owl-carousel .owl-item.active{
    width: calc(100vw - 30px);
  }
  .end-relation .owl-carousel .owl-item .item .content-wrapper .c-qt p {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
  }
  .end-relation .owl-carousel .owl-item .item {
    position: relative;
    padding: 80px 0px 30px;
    margin: 0px 20px;
    position: relative;
  }
  .end-relation .owl-carousel .owl-nav {
    position: absolute;
    top: unset;
    right: 0;
    bottom: -60px;
    left: 0;
  }
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature {
    flex-direction: column;
  }
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature .left .clent-logo {
    height: auto;
    padding: 4px 10px;
    background: #fff;
    max-width: 120px;
  }
  .end-relation .owl-carousel .owl-item .item .content-wrapper .signature .left {
    padding-bottom: 15px;
  }
  .end-relation .owl-carousel .owl-item .item .img-wrapper {
    width: 100px;
    position: absolute;
    left: unset;
    top: -50px;
  }
  img.video-banner-icon-play.video-play-btn {
      width: 50px;
      position: absolute;
      right: 5px;
      bottom: unset;
      top: 187px;
  }
  .end-relation h2 {
    margin-bottom: -50px;
    text-align: left;

  }



  /* mobile banner area */
  .text-formatted{
    padding: 0 !important;
  }
  .videoBanner{
    padding-top: 10px;
  }
  .videoBanner .mobile-v{
      display: block;
  }
  .videoBanner .desktop-v{
    display: none;
    }
  .videoBanner .videoControl span{
    font-size: 20px;
  }
  .videoBanner .videoControl span.active{
    height: 40px;
    width: 40px;
  }
  .single-banner-slide p {
    max-width: calc(100% - 30px) !important;
  }
  .single-banner-slide h2 {
    padding: 0 15px;
    font-size: 26px !important;
  }
  .single-banner-slide {
    height: 60vh !important;
    padding-bottom: 26px !important;
  }

  /*  */
  .emergingTech .grid-container > div{
      min-height: 150px;
  }
  .emergingTech .grid-container > div .ob-text{
      padding-bottom: 20px;
      min-height: 50px;
  }
  #insights .container .row.insight-wrp .r-box{
      min-height: 160px;
  }
}


/* new keyfacts section starts */
section.banner-area {
  margin-top: -10px;
}
.single-banner-slide {
	height: 55vh;
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
}
.single-banner-slide span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.single-banner-slide h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	max-width: 820px;
    text-align: center;
	
}
.single-banner-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
	width: 100%;
	height: 100%;
}
.single-banner-slide p {
	color: #fff;
	font-size: large;
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
.single-banner-slide a {
	color: #000;
	background: #fff;
	padding: 10px 45px;
	border-radius: 100px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	margin-top: 30px;
	transition: 0.3s;
}
.single-banner-slide a:hover {
	color: #fff;
	background: #000;
}

.owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
/* New keyfacts section ends */
  /* video Play button */
  img.video-banner-icon-play.video-play-btn {
    width: 50px;
    position: absolute;
    right: 5px;
    bottom: 50px;
  }
   /* Video Modal
    -----------------------------------------*/
    .video-modal,
    .video-modal .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3000;
    }
    .video-modal {
        overflow: hidden;
        position: fixed;
        opacity: 0.0;

    -webkit-transform: translate(500%,0%);
    transform: translate(500%,0%);

    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;


    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    }
    .video-modal .overlay {
    z-index: 0;
    background: rgba(13,1,61,0.82); /* overlay color */

    opacity: 0.0;

    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
    }


    .video-modal-content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
    
        margin: 0 auto;

        overflow-y: visible;

        background: #000;
    
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
    }

    /* Scaling to fit within the current Viewport size:
    When viewport aspect ratio is greater than 16:9
    work off the height instead of the width for calc */
    @media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
    }
    }

    /* Mobile Layout Tweaks - side margins reduced */
    @media (max-width: 640px) {
        .video-modal-content {
            width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
        }
    }

    /* modal close button */
    .close-video-modal {
        display: block;
        position: absolute;
        left: 0;
        top: -40px;

        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    /* set the iframe element to stretch to fit its parent element */
    iframe#youtube {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;

        background: #000;
        box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
    }

    /* show the modal: 
    add class to the body to reveal */
    .show-video-modal .video-modal {
        opacity: 1.0;

        transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
    }
    .show-video-modal .video-modal .overlay {
        opacity: 1.0;
    }
    .show-video-modal .video-modal-content {
        transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
    }


    /* title font weight */
  h2.heading-text, .industries-sec h2, h2.title.text-center, #insights > .container > h2 {
      font-weight: 900;
  }