@font-face {
  font-family: "bebasneue-bold";
  src: url("../fonts/bebasneue_bold.OTF");
}
@font-face {
  font-family: "bebasneue-bold1";
  src: url("../fonts/bebasneue_bold1.OTF");
}
@font-face {
  font-family: "bebasneue-regular";
  src: url("../fonts/bebasneue_regular.TTF");
}
@font-face {
  font-family: "opensans-regular";
  src: url("../fonts/OPENSANS-REGULAR_1.TTF");
}
@font-face {
  font-family: "crc-regular";
  src: url("../fonts/CRC55.OTF");
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #6a6968;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

nav.navbar.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.87);
  top: 0 !important;
  height: 80px !important;
}
.nav-plus {
  position: absolute;
  top: 10px;
}

/* The basic stuff to make it work */
.contenedor {
  width: 100vw;
  height: 100vh;
  /*background: deeppink;*/
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.contenedor form {
  box-sizing: border-box;
  text-align: center;
  /*padding: 22px;*/
  /* position: absolute !important; */
  display: -webkit-inline-box;
  right: 0;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: fixed;
  /* text-align: right !important; */
  height: 100vh;
  justify-content: center;
  float: right !important;
}
.contenedor form input {
  height: 0;
  margin: 12px 40px;
  z-index: 1;
}
.contenedor form input:checked {
  outline: 0;
  border: 0;
}
.contenedor form input:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid rgb(106, 105, 104);
  border-radius: 11px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.contenedor form input:checked:before {
  background-color: white;
}
.contenedor form input:after {
  content: "" attr(titulo) "";
  position: relative;
  left: 30px;
  opacity: 0;
  color: white;
  font-size: 9px;
  display: block;
  min-width: 80px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.contenedor form input:checked:after {
  opacity: 1;
  left: 20px;
}
.contenedor form input:hover:after:not(label) {
  opacity: 1;
}
.contenedor form input:nth-of-type(1):checked ~ .labels label {
  -webkit-transform: translateY(-0%);
  transform: translateY(-0%);
  background: url(../images/Slider01.jpg);
}
.contenedor form input:nth-of-type(2):checked ~ .labels label {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: url(../images/slider.jpg);
}
.contenedor form input:nth-of-type(3):checked ~ .labels label {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  background: url(../images/slider.jpg);
}
.contenedor form input:nth-of-type(4):checked ~ .labels label {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
  background: url(../images/slider.jpg);
}
.contenedor form input:nth-of-type(5):checked ~ .labels label {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
  background: url(../images/slider.jpg);
}
.contenedor form input:nth-of-type(6):checked ~ .labels label {
  -webkit-transform: translateY(-500%);
  transform: translateY(-500%);
  background: url(../images/slider.jpg);
}
.contenedor form input:nth-of-type(7):checked ~ .labels label {
  -webkit-transform: translateY(-600%);
  transform: translateY(-600%);
  background: url(../images/slider.jpg);
}
.contenedor form .labels {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.contenedor form .labels label {
  min-width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  /*background-color: #2B2B38;*/
  z-index: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.75, 0.25, 0, 1.05);
  transition: all 0.75s cubic-bezier(0.75, 0.25, 0, 1.05);
}
.contenedor form .labels label:nth-child(odd) {
  background: url(../images/Slider01.jpg);
  color: white !important;
}


/* Fancy style */
/*body {
  font-family: "opensans-regular", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: white;
  }*/
  .nopadding{
    padding: 0 !important;
  }
  .padding20 {
    padding: 0 20px 0 0 !important;
  }
  .padding5 {
    padding: 0 5px;
  }
  .nomargin{
    margin: 0 !important;
  }
  .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 110px;
  }
  .content .block {
    width: inherit;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    margin: 42px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .content .block span, .content .block span i {
    margin: 0 42px;
  }
  .content .block span i {
    margin-bottom: 22px;
  }
  .content .block span i:before {
    font-size: 30px;
  }

  .Slide:nth-child(even) .content .block {
    color: #717171;
  }

  .icon {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  #Slide5 .content .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #Slide5 .content .block i {
    margin: 0 12px;
    vertical-align: middle;
  }

  strong {
    font-weight: 400;
  }

  h1 {
    text-transform: uppercase;
  }

  ol {
    text-align: left;
    list-style-type: decimal;
  }

  a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  a:hover {
    color: rebeccapurple;
  }

  /*=====================================================  */

  /* Bottom to Top Scroll */
  #back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 20px;
    right: 0;
    background-color: #DDD;
    color: #cf3a19;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #back2Top:hover {
    background-color: #cf3a19;
    color: #fff;
  }

  /*=============================================================  */

  /* Slider Page CSS - Sagar */
  img.serviceicon7 {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    width: 300px;
  }
  img.serviceicon8 {
    position: fixed;
    right: -6%;
    bottom: -4%;
    z-index: 9;
    width: 15%;
  }
  .containing-table {
    display: table !important;
    width: 100% !important;
    height: 400px !important; /* for demo only */
    border: 1px dotted blue !important;
  }
  .centre-align {
    height: 100vh;
    padding: 10px;
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
  }
  .contentnew {
    display: inline-block;
    vertical-align: top;
  }
  img.serviceicon6 {
    position: fixed;
    right: 15%;
    top: 22%;
    width: 10%;
    z-index: 9;
  }
  /* faster sliding speed */
  .carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
  }

  /*========================================================*/

  /* Career Page - Sagar */
  .prixcellcareer-valuesdata {
    padding: 20px 45px;
    color: #666;
    text-align: justify;
  }
  .prixcellcareer-opening {
    padding: 15px 0;
  }
  .careeropening {
    padding: 15px 0;
  }
  .careeropening h3 {
    margin: 5px 0;
    font-family: "bebasneue-regular";
    color: #cf3a19;
    font-size: 26px;
  }
  .careeropening a {
    padding: 5px 20px;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 12px;
  }
  .careeropening h5 {
    margin-bottom: 15px;
  }
  .prixcellcareer-head h3 {
    padding: 10px 0;
    margin-bottom: 0;
}
  .prixcellcareer-head span{
    background: #cf3a19;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }

  /*=============================================================  */

  /* prixcell Services */
  .prixcellService-inner {
    padding-top: 80px;
  }
  .prixcellService-names{
    padding: 50px 0;
    position: fixed;
  }
  .prixcellService-details {
    padding: 50px 0 70px 0;
  }
  .prixcellService-names h5 {
    padding-bottom: 7px;
  }
  .prixcellService-names a {
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    color: #5d5d5d;
  }
  .prixcellService-names a:hover {
    text-decoration: none;
    color: #cf3a19;
  }
  .line {
    position: relative;
    margin: 0;
    width: 8%;
    height: 0px;
    border: 1px solid #cf3a19;
    top: 9px;
  }
  a.prixcellService-active {
    color: #cf3a19;
  }
  .prixcellService-details h2 {
    color: #000;
    margin: 0;
    letter-spacing: 0.6px;
    line-height: 1;
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 10px;
  }
  .prixcellService-details p {
    font-family: 'opensans-regular', sans-serif;
    text-align: justify;
    padding-bottom: 10px;
    margin: 0;
    font-size: 14px;
  }
  .horizontal100 {
    border-top: 1px solid #cf3a19;
    margin: 15px 0;
  }
  .prixcellService-data h3 {
    margin: 10px 0;
    font-size: 20px;
    color: #cf3a19;
  }
  .prixcellService-data h2 {
    margin: 10px 0;
    font-size: 20px;
    color: #cf3a19;
  }

  .prixcellService-data p {
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .prixcellService-data ul {
    font-family: 'opensans-regular', sans-serif;
    text-align: left;
    padding-bottom: 20px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    list-style: disc;
    margin-left: 35px;
  }
  .txt-color {
    color: #cf3a19;
  }
  .prixcellService-bg1 {
    height: 100vh;
    background: url(../img/graphicdesign-bg1.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  .prixcellService-bg2 {
    height: 100vh;
    background: url(../img/graphicdesign-bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  .prixcellService-bg3 {
    height: 100vh;
    background: url(../img/graphicdesign-bg3.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  .prixcellService-bg4 {
    height: 100vh;
    background: url(../img/graphicdesign-bg4.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  .prixcellService-bg5 {
    height: 100vh;
    background: url(../img/graphicdesign-bg5.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  .prixcellService-bg6 {
    height: 100vh;
    background: url(../img/graphicdesign-bg6.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  img.serviceicon1 {
    /*position: absolute; right: -20px; top: -45px;*/
    position: fixed;
    right: 32%;
    top: 5%;
    width: 8%;
  }
  img.serviceicon2 {
    position: fixed;
    left: 0px;
    bottom: 0px;
  }
  .prixcellService-head {
    position: fixed !important;
    right: 0;
  }
  .block1 {
    width: 550px;
    margin-left: 90px;
    text-align: center;
    transform: rotate(90deg);
    position: absolute;
    top: 250px;
  }
  .block2 {
    width: 100%;
  }
  .prixcellService-heading h3 {
    /*font-family: "crc-regular";*/
    font-family: "bebasneue-regular";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .prixcellService-heading p {
    font-family: 'opensans-regular', sans-serif;
    color: #dcdcdc;
    font-size: 15px;
  }
  h2.prixcellService-subhead {
    color: #fff;
    background: #cf3a19;
    padding: 10px 15px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .prixcellService-foothead {
    padding: 20px;
    background: #cf3a19;
    color: #fff;
    border-radius: 0px;
  }
  .prixcellService-foothead p {
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-style: italic;
  }
  .prixcellService-footpartnerlogo {
    padding: 10px 0;
    margin: 30px 0;
    background: #fff;
    border: 1px solid #dedede;
  }
  .prixcellService-footpartnerlogo .outer-wrapper{
    display: inline-block; 
    margin: 0px;
  }
  .Partnerlogo-row {
    justify-content: center;
    align-items: center;
    gap: 28px;
    display: flex;
  }
  .inner-Partnerlogo {
    align-items: center;
    gap: 12px;
    display: flex;
  }
  .certified-partner-multiply {
    color: #bbb;
    font-size: 3.2rem;
    font-weight: 100;
}
  .prixcellService-footpartnerlogo .frame{  
    width: 250px;
    height: 85px;
    border: none;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
  }    
  .prixcellService-footpartnerlogo img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }

  .prixcellService-footpartnerlogo h3 {
    color: #cf3a19;
    margin: 0;
    letter-spacing: 0.6px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
    padding: 0 30px;
    padding-bottom: 10px;
    text-align: center;
  }

  /*=====================================================*/

  /* About Us Page */
  .block3 {
    width: 450px;
    margin-left: 0px;
    text-align: center;
    transform: rotate(90deg);
    position: absolute;
    top: 150px;
    padding-top: 200px;
  }
  .prixcellService-aboutbg {
    height: 100vh;
    background: #000;
    background-repeat: no-repeat;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
  }
  .aboutUs-heading h3 {
    font-family: "bebasneue-regular";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    font-size: 60px;
    font-weight: bold;
  }
  .aboutUs-heading p {
    font-family: 'crc-regular';
    color: #dcdcdc;
    font-size: 15px;
  }
  img.serviceicon3 {
    position: fixed;
    right: 15%;
    top: 4%;
    width: 8%;
  }
  .prixcellabout-inner {
    /*padding: 50px 0;*/
  }
  .prixcellabout-head h1 {
    font-weight: bold;
    font-family: "bebasneue-regular";
    font-size: 75px;
    margin: 0;
    text-align: right;
    color: #666666;
    line-height: 1;
  }
  .padding5050 {
    padding: 50px 50px !important;
  }
  .horizontal60 {
    border-top: 1px solid #cf3a19;
    width: 60%;
    text-align: right;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prixcellabout-head p {
    text-align: right;
    font-size: 16px;
  }
  .prixcellabout-achive {
    padding: 35px 0;
  }
  .achivedata {
    text-align: center;
    font-family: "bebasneue-bold";
    padding: 10px 0;
  }
  .achivedata h1 {
    margin: 5px 0;
    font-size: 45px;
    position: relative;
  }
  .achivedata h1 span {
    font-size: 25px;
    top: 10px;
    position: absolute;
    margin-left: 5px;
  }
  .countmove h1::after {
    content: "\002B";
    font-size: 30px;
    top: 7px;
    position: absolute;
    margin-left: 5px;
  }
  .countmove.percent h1::after {
    content: "\0025";
    font-size: 30px;
    top: 7px;
    position: absolute;
    margin-left: 5px;
  }
  .achivedata h3 {
    margin: 0;
    font-size: 28px;
    color: #cf3a19;
  }
  .border-right {
    border-right: 1px solid #ddd;
  }
  .achivedata img {
    margin: 0 auto;
    padding-bottom: 10px;
  }
  img.serviceicon4 {
    position: fixed;
    left: -20px;
    top: 80px;
  }
  .horizontal60left {
    border-top: 1px solid #cf3a19;
    width: 60%;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prixcellabout-valuesdata {
    padding: 20px 75px;
    color: #666;
    text-align: justify;
  }
  .prixcellabout-valuesdata h3 {
    color: #cf3a19;
    font-family: "bebasneue-bold";
    font-size: 36px;
    margin: 10px 0;
    letter-spacing: 1.4px;
  }
  .prixcellabout-valuesdata p {
    font-size: 16px;
  }
  .prixcellabout-valuesdata ul {
    list-style: disc;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.8;
  }
  .prixcellabout-letsbuild {
    margin: 30px 0 30px 35px;
  }
  .prixcellabout-letsbuilddata {
    padding: 30px 75px 30px 37px;
    background: #cf3a19;
    right: -35px;
    position: relative;
  }
  .prixcellabout-letsbuilddata h2 {
    color: #fff;
    font-family: "bebasneue-bold";
    font-size: 36px;
    margin: 10px 0;
    letter-spacing: 1.4px;
  }
  .prixcellabout-letsbuilddata p {
    color: #fff;
    font-size: 16px;
  }

  /* Technologies Section */
  .technologies-data {
    padding: 25px 75px;
    color: #666;
    text-align: justify;
  }
  .technologies-number {
    text-align: center;
    transform: rotate(-90deg);
  }
  .technologies-number h2 {
    font-size: 70px;
    font-weight: bold;
    margin: 10px 0px;
    color: #ccc;
  }
  .technologies-data h3 {
    padding: 0px;
    color: #cf3a19;
    font-size: 20px;
    margin: 15px 0;
  }
  .technologies-para p {
    font-size: 15px;
    padding: 15px 0;
    margin: 0;
    font-family: 'opensans-regular', sans-serif;
  }
  .technologies-img img {
    margin: 0 auto;
    padding: 0px 0;
  }


  /* Testimonials Section */
  .testimonials-slider {
    margin-bottom: 50px;
  }
  .testimonials-heading h3 {
    font-family: "bebasneue-regular";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    font-size: 40px;
    font-weight: bold;
  }
  .testimonials-heading p {
    font-family: 'crc-regular';
    color: #dcdcdc;
    font-size: 15px;
  }
  .testimonials-head h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    color: #cf3a19;
    margin: 0 auto;
    font-family: "bebasneue-bold";
    width: 60%;
    margin-top: 50px;
  }
  .testimonials-info img {
    border: 2px solid #888;
    border-radius: 50%;
    margin: 0 auto;
  }
  .testimonials-info p {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }
  .testimonials-info h4 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
  }

  .slick-prev:before, .slick-next:before {
    color: #cf3a19 !important;
    opacity: 1 !important;
    font-size: 30px !important;
  }
  .testimonials-info:focus {
    padding: 10px;
    outline: none;
  }
  .slick-prev {
    left: 30% !important;
    z-index: 99;
  }
  .slick-next {
    right: 32% !important;
    z-index: 99;
  }
  .slick-prev, .slick-next {
    top: 25% !important;
  }
  .testimonials-head h3 {
    color: #cf3a19;
    text-align: center;
    margin: 0;
    font-size: 20px;
  }
  .clients-images {
    padding: 30px 0;
  }
  .clients-images td {
    border: 1px solid #ddd !important;
  }
  .clients-images table {
    border: 2px solid #fff0;
    margin: 0 auto;
  }
  .clients-images img {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    max-height: 230px;
  }


  /*<!-------------------all work--------------------->*/
  .fancyTab {
    text-align: center;
    padding: 3px 0;
    margin-bottom: 0 !important;
    /*background-color: #607d8b1f;*/
    box-shadow: none !important;
    top: 0;
    /* transition: top .2s; */
  }

  .fancyTab.active {
    top:0;
    transition:top .2s;
  }

  .whiteBlock {
    display:none;
  }

  .fancyTab.active .whiteBlock {
    display:block;
    /*height:2px;*/
    bottom:-2px;
    background-color:#fff;
    width:99%;
    position:absolute;
    z-index:1;
  }

  .fancyTab a {
    font-size:1.65em;
    font-weight:300;
    transition:.2s;
    color:#333;
  }

/*.fancyTab .hidden-xs {
  white-space:nowrap;
  }*/

  .fancyTabs {
    border-bottom:2px solid #ddd;
    margin: 0 0 0 0;
  }

  li.fancyTab a {
    padding-top: 15px;
    top:-15px;
    padding-bottom:0;
  }

  li.fancyTab.active a {
    padding-top: inherit;
  }

/*.fancyTab .fa {
  font-size: 40px;
  width:100%;
  padding: 15px 0 5px;
  color:#666;
}

.fancyTab.active .fa {
  color: #cfb87c;
  }*/

  .fancyTab a:focus {
    outline:none;
  }

  .fancyTabContent {
    box-shadow: none !important;
    padding: 30px 0 0;
    position: relative;
  /*  background-color: #ffffff03;*/
  }

  .nav-tabs > li.fancyTab.active > a, 
  .nav-tabs > li.fancyTab.active > a:focus,
  .nav-tabs > li.fancyTab.active > a:hover {
    border-width:0;
  }

  .nav-tabs > li.fancyTab:hover {
    background-color:#f9f9f9;
    box-shadow: 0 0 0 1px #ddd;
  }

  .nav-tabs > li.fancyTab.active:hover {
    background-color:#fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  }

  .nav-tabs > li.fancyTab:hover a {
    border-color:transparent;
  }

  .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
    background-color:transparent;
    border-bottom:0;
    font-size: 18px !important;
  }

  .nav-tabs > li.fancyTab:hover a {
    border-right: 1px solid transparent;
  }

  .nav-tabs > li.fancyTab > a {
    margin-right:0;
    border-top:0;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }

  .nav-tabs > li.fancyTab {
    margin-right:0;
    margin-bottom:0;
  }

  .nav-tabs {
    border-bottom: none !important;
  }

  .nav-tabs > li.fancyTab:last-child a {
    border-right: 1px solid transparent;
  }

  .nav-tabs > li.fancyTab.active:last-child {
    border-right: 0px solid #ddd;
    box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
  }

  .fancyTab:last-child {
    box-shadow: 0 0 0 1px #ddd;
  }

  .tabs .nav-tabs li.fancyTab.active a {
    box-shadow: none;
    top: -17px;
    height: 0 !important;
    color: #e85027;
  }

  .tabs .nav-tabs li.fancyTab a {
    box-shadow: none;
    color: #6a6968;
  }


  .fancyTab.active {
    background: #fff;
    box-shadow: none !important;
    padding-bottom:0px;
  }

  .arrow-down {
    display:none;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #ddd;
    position: absolute;
    top: -1px;
    left: calc(50% - 20px);
  }

  .arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -22px;
    left: -18px;
  }

  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #e84e24 !important;
  }

  .slick-dots li{
    margin: 0px 15px !important;
    top: 25px !important;
  }

  .nav-tabs>li>a{
    padding: 0px 15px !important;
  }

  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px !important;
    line-height: 26px !important;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e84e24;
    font-weight: bold;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    content: '+' !important;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fancyTab.active .arrow-down {
    display: block;
  }
  .allproject5050{
    padding: 50px 0px;
  }
  button.slick-next.slick-arrow {
    color: #fff;
    /*background-color: #000;*/
  }

  .fancyTab span.hidden-xs {
    font-family: 'bebasneue-regular';
    font-weight: bold;
    font-size: 22px;
  }

  .tabs .nav-tabs li.fancyTab {
    height: 0 !important;
    width: 15.6667% !important;
    font-size: 8px;
    font-weight: bold;
  }


  
  @media (max-width: 992px) {

    .fancyTab .fa {
      font-size: 33px;
    }
    
    .fancyTab .hidden-xs {
      font-size:18px;
      font-weight:normal;
    }
    
  }
  
  
  @media (max-width: 768px) {

    .fancyTab > a {
      font-size:18px;
    }
    
    .nav > li.fancyTab > a {
      padding:15px 0;
      margin-bottom:inherit;
    }
    
    .fancyTab .fa {
      font-size:30px;
    }
    
    .nav-tabs > li.fancyTab > a {
      border-right:1px solid transparent;
      padding-bottom:0;
    }
    
    .fancyTab.active .fa {
      color: #333;
    }
    
  }


  /* Contact Us Page */
  .contactUs-head {
    padding: 10px 15px;
  }
  .contactUs-inner {
    padding-top: 80px;
  }
  .contactUs-head h1 {
    text-align: left;
    text-transform: capitalize;
    font-size: 38px;
    color: #cf3a19;
    margin: 0;
  }
  .contactUs-head h3 {
    margin: 5px 0;
    font-size: 24px;
  }
  .copyright {
    background: #000;
    color: #fff;
    padding: 25px;
  }
  .copyright p {
    font-size: 14px;
    font-family: "opensans-regular";
    margin-bottom: 20px;
  }
  .contactpageform {
    width: 100%;
    padding: 30px 0;
  }
  .contactpageform .input-group {
    width: 100%;
    margin: 15px 0;
  }
  .contactpageform input, .contactpageform select#banner-cta-CountryCode, .contactpageform textarea {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
  }
  .contactpageform textarea {
    line-height: 15px;
    height: 60px !important;
  }
  .contactpageform .form-control::-webkit-input-placeholder { 
    color: #cf3a19; 
  }
  .contactpageform .form-control {
    height: 40px;
    padding: 10px 0px;
    font-size: 14px;
  }
  .contactpageform input[type=checkbox] {
    margin: -3px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .contactpageform .checkbox label {
    font-size: 14px;
  }
  .contactpageform .form-control:focus {
    border: #cf3a19;
    box-shadow: 0px 0px 5px 0px rgba(232, 80, 39, 0.24);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(232, 80, 39, 0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(232, 80, 39, 0.24);
  }
  .contactpageform p {
    padding: 0 15px;
    font-size: 18px;
    font-family: "opensans-regular";
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
  }
  hr.contact-hr {
    border: 0;
    border-bottom: 2px solid #ddd;
    width: 95%;
    margin: 0 auto;
  }
  .padding3050 {
    padding: 25px 50px !important;
  }
  .btn-file-upload {
    width: 320px;
    position: relative;
    padding: 15px;
  }
  .btn-file-upload:after {
    content: attr(value);
    position: absolute;
    top: 13px;
    left: 0;
    bottom: 0;
    width: 31%;
    background: #000;
    color: white;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
  }
  img.serviceicon5 {
    position: fixed;
    right: 40%;
    top: 4%;
    width: 8%;
  }

  /*<-------Culture---------->*/

  #prixcellCulture .thumb h3.text-center {
    font-size: 18px;
    /* font-family: "bebasneue-regular"; */
    font-family: "bebasneue-bold1";
    color: #000;
  }

  #prixcellCulture .thumb h5.text-center {
    font-size: 18px;
    /* font-family: "bebasneue-regular"; */
    font-family: "bebasneue-bold1";
    color: #9e9e9e;
  }

  #prixcellCulture .thumb h2.text-center {
    font-size: 18px;
    /* font-family: "bebasneue-regular"; */
    font-family: "bebasneue-bold1";
    color: #000;
  }

  #prixcellCulture .fancyTab span.hidden-xs{
    font-family: "bebasneue-regular";
  }

  /*zoom*/

  #prixcellCulture table.block2 tr td h1 {
    font-size: 150px;
    font-weight: bold;
    margin-bottom: -145px;
  }
  #prixcellCulture table.block2 tr td h1{
    margin-bottom: -100px
  }
  #prixcellCulture button.slick-prev.slick-arrow {
    display: none !important;
  }

  #prixcellCulture button.slick-next.slick-arrow {
    display: none !important;
  }
  #prixcellCulture .tabs .nav-tabs li.fancyTab {
    height: 0 !important;
    width: 18.6667% !important;
    font-size: 11px;
    font-weight: bold;
  }

  #prixcellCulture ul.nav.nav-tabs.fancyTabs {
    margin: 0 auto;
    display: table;
  }
  #prixcellCulture .fancyTabContent{
    padding: 60px 0 0 !important;
  }
  #prixcellCulture .slick-slide img {
    display: block;
    margin: 0 auto !important;
  }

  #prixcellCulture .thumb p {
    text-align: center;
    border: 1px solid #9c9a9a;
    width: 30%;
    margin: 4px auto;
    padding: 3px 0;
    color: #fff !important;
    background-color: #9c9a9a !important;
  }

  #prixcellCulture p a.fancybox {
    color: #fff;
    text-decoration: none;
    /* background-color: #000; */
  }

  #prixcellCulture .thump p a{
    text-decoration: none !important;
  }

  #prixcellCulture .slick-active {
    background: transparent;
  }


  #prixcellCulture .slick-active + .slick-active {
    background: transparent;
    color: red !important;
  }

  #prixcellCulture .slick-active + .slick-active hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f00;
  }

  #prixcellCulture .slick-active + .slick-active p {
   background-color: #f00 !important;
   border-color: #f00;
 }

 #prixcellCulture .thumb{
  width: 100% !important;
}




#prixcellCulture .slick-active + .slick-active + .slick-active {
  background: transparent;


}

#prixcellCulture .slick-active + .slick-active + .slick-active hr {
 border-color: #9c9a9a !important;
}
#prixcellCulture .slick-active + .slick-active + .slick-active p {
 background-color: #9c9a9a !important;
 border-color: #9c9a9a !important;
 text-decoration: none !important
}

#prixcellCulture .slick-dots li{
  display: none;
}


#prixcellCulture .slick-slide img{
  width: 600px !important;
}

/*<------END---------------->*/

/*<----------career------------------>*/
#prixcellCareer .career5050 {
  position: fixed;
  top: -30px;
  left: 0;
  padding-top: 100px;
  padding-right: 100px;
  width: 100vh;
  padding-left: 0;
  height: calc(100vw);
  overflow: scroll;
  transform: rotate(-90deg);
  transform-origin: center calc(50vh);
  font-family: "crc-regular";
}

#prixcellCareer .child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin: 1em auto;
  padding: 2em;
  width: 500px;
  height: 630px;

  transform: rotate(90deg);

  /*border: 1px solid #333;*/
  box-shadow: 3px 3px 6px rgba(#333, .3);

  text-align: center;
  
  p {
    line-height: 1.5;
  }
}

#prixcellCareer .child1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin: 1em auto;
  padding: 2em;
  /*width: 500px;*/
  height: 548px;

  transform: rotate(90deg);

  /*border: 1px solid #333;*/
  box-shadow: 3px 3px 6px rgba(#333, .3);

  text-align: center;
  
  p {
    line-height: 1.5;
  }
}

#prixcellCareer .child2 {
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
  /* padding: 2em; */
  padding-top: 100px;
  /* width: 500px; */
  height: 510px;
  transform: rotate(90deg);
  /* border: 1px solid #333; */
  box-shadow: 3px 3px 6px rgba(#333, .3);
  text-align: center;

  p {
    line-height: 1.5;
  }
}
  #prixcellCareer .child3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 1em auto;
    padding: 2em;
    /*width: 500px;*/
    height: 120px;

    transform: rotate(90deg);

    /*border: 1px solid #333;*/
    box-shadow: 3px 3px 6px rgba(#333, .3);

    text-align: center;

    p {
      line-height: 1.5;
    }
  }

  #prixcellCareer .child2 h6.text-left a {
    font-family: "bebasneue-regular";
    font-size: 18px;
    color: #d20808;
    text-decoration: none;
  }

  #prixcellCareer .child2 h2.text-left {
    color: #d20808;
    font-weight: bold;
  }


  #prixcellCareer .child1 p.text-center {
    padding: 57px 20px;
    background-color: #eee;
    margin: 0 35px;
  }
  #prixcellCareer span p.text-right {
    color: #d20808;
  } 

  .allproject5050 {
    margin: 0 !important;
    padding: 50px 0 !important;
  }

  #prixcellService .aboutUs-heading h3 {
    font-family: "bebasneue-regular";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    font-size: 40px;
    position: relative;
    font-weight: bold;
    bottom: 0;
  }


  /* Who We Are - Contact Form CSS */
  #ScheduleMeeting {
    padding: 20px 75px;
  }
  .prixcellabout-ScheduleMeeting {
    background-color: rgba(255, 255, 255, 0.47843137254901963);
    padding: 20px 20px;
    border: 1px solid #cf3a19;
  }
  #ContactFooterForm .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cf3a19;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cf3a19;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #ScheduleMeeting h3 {
    color: #cf3a19;
    margin: 10px 0;
  }
  #ContactFooterForm .input-group {
    position: relative;
    display: table;
    text-align: center;
    margin: 11px auto;
    width: 100%;
  }
  #ContactFooterForm {
    padding: 10px 20px;
  }
  #ContactFooterForm #submitf {
    font-family: "crc-regular";
    background-color: #cf3a19;
    color: #fff;
    border-color: #cf3a19;
    font-size: 14px;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #ContactFooterForm .form-control::-webkit-input-placeholder { 
    color: #cf3a19; 
  }
  #ContactFooterForm select {
    color: #cf3a19;
  }

  /* Web Service Page Form */
  #webService {
    padding: 0px 15px;
  }
  .prixcellabout-webService {
    background-color: rgba(255, 255, 255, 0.47843137254901963);
    padding: 20px 20px;
    border: 1px solid #cf3a19;
  }
  #webService h3 {
    color: #cf3a19;
    margin: 10px 0;
  }
  #WebServiceForm .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cf3a19;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cf3a19;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #WebServiceForm .input-group {
    position: relative;
    display: table;
    text-align: center;
    margin: 8px auto;
    width: 100%;
  }
  #WebServiceForm {
    padding: 10px 20px;
  }
  #WebServiceForm #submitf {
    font-family: "crc-regular";
    background-color: #cf3a19;
    color: #fff;
    border-color: #cf3a19;
    font-size: 14px;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #WebServiceForm .form-control::-webkit-input-placeholder { 
    color: #cf3a19; 
  }
  #WebServiceForm select {
    color: #cf3a19;
  }


  /* Our Work New Code */
  .padding1050 {
    padding: 10px 50px;
  }
  .padding0060 {
    padding: 0 60px;
  }
  #ourwork-slider img {
    padding: 10px;
  }
  #ourwork-slider .owl-prev, #ourwork-slider .owl-next {
    display: none;
  }
  /*.owl-dots {
    display: none;
    }*/
    button.owl-next {
      position: absolute;
      top: 20%;
      right: -25px;
    }
    button.owl-prev {
      position: absolute;
      top: 20%;
      left: -25px;
    }
    button.owl-next span, button.owl-prev span {
      font-size: 80px;
      opacity: 0.50;
      color: #000;
    }
    button.owl-next span:hover, button.owl-prev span:hover {
      color: #f00;
      transition: 0.3s;
      opacity: 1;
    }
    button.owl-next span:focus, button.owl-prev span:focus {
      outline: none !important;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
      background: rgba(134, 151, 145, 0) !important;
      color: #ddd;
      text-decoration: none;
    }
    #ourwork-slider .item {
      position: relative;
      width: 100%;
      max-width: 380px;
    }
    #ourwork-slider .image {
      display: block;
      width: 100%;
      height: auto;
    }
    .ourwork-images {
      display: block;
      width: 100%;
      height: auto;
    }
    #ourwork-slider .overlay-img {
      position: absolute;
      bottom: 0;
      background: rgb(0, 0, 0);
      background: rgba(0, 0, 0, 0.71);
      color: #f1f1f1;
      width: 100%;
      transition: .5s ease;
      opacity:0;
      color: white;
      font-size: 20px;
      padding: 20px;
      text-align: center;
      height: 100%;
      line-height: 100%;
    }
    #ourwork-slider .item:hover .overlay-img {
      opacity: 1;
    }
    .overlay-img p {
      padding: 5% 0;
      margin: 0;
    }
    .overlay-img img {
      width: 50% !important;
      margin: 0 auto;
    }
    .overlay-img button {
      color: #fff;
      background: rgba(255, 255, 255, 0);
      border: 1px solid #fff;
      padding: 5px 15px;
      font-size: 14px;
      width: 45%;
      margin: 5px 0;
      border-radius: 0px;
    }
    .overlay-padd {
      padding: 15px 0;
    }
    .hvr-sweep-to-right:before {
      background: #cf3a19 !important;
    }

    /* Work Culture New Code */
    #ourculture-slider .owl-prev, #ourculture-slider .owl-next {
      display: none;
    }
    .owl-theme .owl-dots .owl-dot span {
      width: 30px !important;
      height: 5px !important;
    }
    .owl-theme .owl-dots .owl-dot.active span {
      background: #ff0000 !important;
      outline: none !important;
    }
    .owl-theme .owl-dots .owl-dot {
      outline: none !important;
    }
    #ourculture-slider img {
      padding: 10px;
      height: 340px;
    }
    #ourculture-slider .item {
      position: relative;
      width: 100%;
      max-width: 500px;
      height: auto !important;
    }
    #ourculture-slider .item {
      position: relative;
      width: 100%;
      max-width: 100%;
    }
    #ourculture-slider .image {
      display: block;
      width: 100%;
      height: auto;
    }
    .item-data .item-horizontal {
      border-top: 1px solid #cf3a19;
      width: 70%;
      text-align: left;
      margin: 5px auto;
    }
    .item-data h2 {
      font-family: "bebasneue-bold";
      text-align: center;
      font-size: 26px;
      margin: 5px 0;
      color: #000;
    }
    .item-data h2.culture-name {
      margin: 15px 0 5px 0;
    }
    .item-data h4 {
      font-size: 17px;
      margin: 0 auto;
      text-align: center;
      font-weight: bold;
      color: #6f6f6f;
    }
    .item-data a {
      margin: 10px auto;
      display: block;
      text-align: center;
      padding: 6px 15px;
      border: 1px solid #b3b3b3;
      width: 25%;
      text-decoration: none;
      background: #b3b3b3;
      color: #fff;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-size: 11px;
    }
    .item-data a:hover {
      background: #e85027;
      border: 1px solid #e85027;
    }
    .hidden-item {
      overflow: hidden;
      display: none;
      visibility: hidden;
    }


    /* Case Study Indivuisual Page CSS */
    .casestudy-data {
      padding: 20px 0px;
      color: #666;
      text-align: justify;
    }
    .casestudy-datainner h2 {
      margin: 5px 0;
      padding: 10px 0;
      background: #cf3a19;
      text-align: center;
      color: #fff;
      /*text-transform: uppercase;*/
      font-size: 26px;
    }
    .casestudy-ulpara {
      padding: 10px 0;
    }
    .casestudy-ulpara ul {
      list-style: circle;
      padding: 10px 50px;
      font-size: 16px;
      color: #000;
    }


    /*Popup Form*/

    h3.modal-title {
      font-size: 16px;
      text-align: center;
      color: #334144;
      font-weight: bold;
    }
    #popupModal .modal-dialog{
      width: 35%;
    }
    #popupModal button#submitf {
      background-color: #334144;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .modal-content{
      border-radius: inherit;
    }

    /*Price Popup*/
    .careerpop{
      color: #fff;
      text-decoration: none;
    }
    .careerpop:hover{
      text-decoration: none;
      color: #fff;
    }
    #career .modal-dialog {
      width: 35%;
    }
    #career button#submitf {
      background-color: #cf3a19;
      color: #fff;
      border-radius: 0;
      border: 1px solid #cf3a19;
      width: 30%;
      font-family: "crc-regular";
    }
    #career h3 {
      color: #cf3a19;
      margin: 10px 0;
    }
    #career .close {
      font-size: 35px;
    }
    #career .modal-header {
      padding: 10px 15px;
      border-bottom: 1px solid #e5e5e5;
    }
    form#careerpopupnew .input-group {
      width: 100%;
      margin: 5px 0;
    }
    #careerpopupnew .form-control {
      display: block;
      width: 100%;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #cf3a19;
      background-color: #fff;
      background-image: none;
      border: 1px solid #cf3a19;
      border-radius: 0px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    #careerpopupnew .form-control::-webkit-input-placeholder { 
      color: #cf3a19; 
    }

    /* partner CSS  */
  .partners-section {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }

  .partners-section .image-box {
    flex: 0 0 150px;
  }

  .partners-section .image-box img {
    max-width: 100%;
    height: 90px;
  }

  .partners-section .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .content-box h3 {
    font-size: 27px;
  }

  @media (max-width: 768px) {
    .partners-section {
      flex-direction: column;
    }

    .image-box img {
      height: 250px;
    }
  }

  /* ========= thank you ========= */
  .thank-icon i{
    font-size: 10rem;
  }
  .thankyou-inner .content {
    width: 100%;
    margin-top: 15%;
    font-size: 20px;
    color: #333;
    text-align: center;
  }
  .thankyou-inner .banner h1 {
    color: #e85027;
    margin: 20px 0px 0px;;
  }
  .backhome { margin-top: 20px; }
  .backhome a{
    font-family: "crc-regular";
    background-color: #cf3a19;
    color: #fff;
    border-color: #cf3a19;
    font-size: 14px;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    text-decoration: none;
  }