
/* ------------------------
    Table of Contents

  1. Accordion
  2. Social
  3. Team
  4. Tab
  5. Counter
  6. Blog - Post
  7. Progress Bar
  8. Testimonials
  9. Featured Box
  10. Button
  11. Price Table
  12. Section Title
  13. Portfolio
  14. Services


/* ------------------------
    Accordion
------------------------*/

.accordion .card {
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: inherit;
}

.accordion .card:last-child {
  margin-bottom: 0;
}

.accordion .card-header {
  background: none;
  border: none;
}

.accordion .card-header a {
  font-weight: 500;
  font-size: 15px;
  color: #23244a;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}

.accordion .card.active .card-header {
  border-bottom: 1px solid #efefef;
}

/*.accordion .card.active a,*/
.accordion .card a:hover {
  color: #ef2125;
}

.accordion .card-header {
  padding: 15px 80px 15px 30px;
  position: relative;
}

.accordion .card-body {
  padding: 30px;
}

.accordion .card-header a span {
  position: absolute;
  right: 30px;
  top: 50%;
}

.accordion .card-header a span:before {
  font-family: 'themify';
  color: #23244a;
  font-weight: bold;
  content: "\e64b";
  position: absolute;
  left: 50%;
  top: 50%;
}

.accordion .card-header a[aria-expanded="true"] span:before {
  color: #ef2125;
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.dark-bg .accordion .card {
  background: rgba(0, 0, 0, 0.2);
}

.dark-bg .accordion .card-body {
  color: rgba(255, 255, 255, 0.5);
}

.dark-bg .accordion .card.active .card-header {
  border-bottom: none;
}

.dark-bg .accordion .card-header a {
  color: #ffffff;
}

.dark-bg .accordion .card.active a,
.dark-bg .accordion .card a:hover {
  color: #f9a305;
}

.accordion.style-2 .card {
  box-shadow: none;
  border: 1px solid #ededed !important;
}

.accordion.style-2 .card.active .card-header {
  border-bottom: 1px dashed #dddddd;
}

.accordion.style-2 .card-header a small {
  font-size: 22px;
  margin-right: 10px;
  font-style: italic;
  font-weight: bold;
}

.accordion.style-2 .card-body {
  padding: 30px;
}

.accordion.style-2 .card-body ul {
  margin: 10px 10px 10px 15px;
  padding-left: 0px;
}
.accordion.style-2 .card-body li {
  list-style: circle;
  margin: 0;
  padding-left: 10px;
  padding-bottom: 6px;
}

/* ------------------------
    Social Icons
------------------------*/

.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0px 0 16px;
}
.social-icons li:last-child {
  margin: 0 0px 0 16px;
}

.social-icons li a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  text-align: center;
  margin: 0;
  border-radius: 6px;
  border: 0;
  background: transparent;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.text-white .social-icons li a {
  color: #ffffff;
}


/*** Colored ***/

.social-icons.social-colored a,
.social-icons.social-hover a:hover {
  color: #fff;
  border: 0;
}

.social-icons.social-colored .social-rss a,
.social-icons.social-hover .social-rss a:hover {
  background-color: #faa33d;
}

.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-facebookbg {
  background-color: #5d82d1 !important;
}

.social-icons.social-colored .social-facebook a.social-facebookbg {
  background-color: #5d82d1 !important;
}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover {
  background-color: #0b496c;
}

 .social-linkedinbg{
  background-color: #0b496c !important;
}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover {
  background-color: #222;
}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.social-colored .social-myspace a,
.social-icons.social-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover {
  /*background: #f09433; */
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );*/
}
}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover {
  background-color: #db5442;
}

.social-icons.social-colored .social-stumbleupon a,
.social-icons.social-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.social-colored .social-lastfm a,
.social-icons.social-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.social-colored .social-evernote a,
.social-icons.social-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.social-colored .social-dribbble a,
.social-icons.social-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.social-colored .social-forrst a,
.social-icons.social-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.social-colored .social-wordpress a,
.social-icons.social-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.social-colored .social-grooveshark a,
.social-icons.social-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.social-colored .social-delicious a,
.social-icons.social-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.social-colored .social-behance a,
.social-icons.social-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.social-colored .social-dropbox a,
.social-icons.social-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.social-colored .social-soundcloud a,
.social-icons.social-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.social-colored .social-deviantart a,
.social-icons.social-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.social-colored .social-yahoo a,
.social-icons.social-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.social-colored .social-digg a,
.social-icons.social-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.social-colored .social-blogger a,
.social-icons.social-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.social-colored .social-quora a,
.social-icons.social-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.social-colored .social-github a,
.social-icons.social-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.social-colored .social-amazon a,
.social-icons.social-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.social-colored .social-xing a,
.social-icons.social-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.social-colored .social-wikipedia a,
.social-icons.social-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.social-colored .social-android a,
.social-icons.social-hover .social-android a:hover {
  background-color: #A4C639;
}

.social-icons.social-colored .social-apple a,
.social-icons.social-hover .social-apple a:hover {
  background-color: #999999;
}


/*** Border ***/

.social-icons.social-border li a {
  border: 1px solid #efefef;
  background: transparent;
}


/*** Circle ***/

.social-icons.circle li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ------------------------
    Team
------------------------*/

.team-member {
  overflow: hidden;
  position: relative;
}

.team-images {
  position: relative;
  overflow: hidden;
}

.team-member .team-description {
  width: 100%;
  padding: 30px;
  background: #f9a305;
}

.team-member .team-description span {
  color: #ffffff;
}

.team-member .team-description h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #23244a;
}

.team-member h5 a:hover {
  color: #f9a305;
}

.team-member .team-images .inner-badge{
  position: absolute;
  top:10px;
  left: 10px;
}


.team-member .team-social-icon {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  right: -10%;
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 999;
}

.team-member .team-social-icon ul {
  display: inline-block;
}

.team-member .team-social-icon ul li {
  margin: 0;
  display: block;
  position: relative;
}

.team-member .team-social-icon ul li a {
  background: #f9a305;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: inline-block;
  text-align: center;
}

.team-member .team-social-icon ul li a:hover {
  background: #ffffff;
  color: #23244a;
}

.team-member:hover .team-social-icon {
  opacity: 1;
  right: 10%;
}

.team-member img {
  width: 100%;
}

.team-member:hover .team-description {  
  background: #121628;
  color: #ffffff;
}

.team-member:hover .team-description h5,
.team-member:hover .team-description span {
  color: #ffffff
}

.team-member p {
  margin-bottom: 0;
}

.team-images:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}

.team-images::before,
.team-images::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 0;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.90s, -webkit-transform 0.90s;
  transition: opacity 0.90s, transform 0.90s;
  z-index: 99;
}

.team-images::before {
  border-top: 10px solid rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.team-images::after {
  border-left: 10px solid rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.team-member:hover .team-images::before,
.team-member:hover .team-images::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: none;
}

.team-member.style-2 h5 {
  margin: 10px 0 15px;
}

.team-member.style-2 .team-social-icon,
.team-member.style-3 .team-social-icon {
  opacity: 1;
  position: relative;
  transform: inherit;
  right: inherit;
  border-radius: 0;
  top: inherit;
}

.team-member.style-2 .team-social-icon ul li,
.team-member.style-3 .team-social-icon ul li {
  display: inline-block;
}

.team-member.style-2 .team-social-icon ul li a {
  background: rgba(0, 0, 0, 0.2);
  border-bottom: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.team-member.style-2 .team-social-icon ul li a:hover,
.team-member.style-3 .team-social-icon ul li a:hover {
  background: #ffffff;
}

.team-member.style-2 .team-images:before,
.team-member.style-2 .team-images:after {
  display: none;
}

.team-member.style-3 .team-description {
  background: none !important;
  display: inline-block;
  width: auto;
  bottom: -100%;
  position: absolute;
  z-index: 99;
  padding: 0;
  left: 30px;
}

.team-member.style-3:hover .team-description {
  bottom: 30px;
}

.team-member.style-3 .team-social-icon {
  margin-top: 15px;
}

.team-member.style-3 .team-images::before,
.team-member.style-3 .team-images::after {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.team-member.style-3 .team-social-icon ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.team-member.style-3 .team-description span {
  color: #f9a305;
}

.team-member.style-3 h5 a:hover {
  color: #f9a305;
}

.team-desc {
  background: #ffffff;
  padding: 30px;
}

.team-desc .media-icon li a {
  color: #23244a;
}

.team-desc .media-icon li a:hover {
  color: #f9a305;
}

.team-desc .media-icon li i {
  width: auto;
  height: auto;
  line-height: inherit;
}


/* ------------------------
    Tab
------------------------*/

.tab .nav-tabs {
  border: none;
  background: #da8082;
  border-radius: 30px;
  /*display: inline-block;*/
}

.tab .nav-tabs .nav-link {
  color: #fff;
  font-weight: bold;
  float: left;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  border: none;
  margin: 0;
  background: transparent;
  padding: 15px 40px;
  letter-spacing: 0.5px;
}

.tab .nav-tabs .nav-link.wdth {
    padding: 15px 56px;
  font-size: 18px;
  width: 50%;
}

.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover,
.tab .nav-tabs.active>a:focus,
.tab .nav-tabs>a:hover {
  background: #fff;
  color: #7b2920;
  border: none;
}

.tab .tab-content {
  padding: 30px;
  min-height: 226px;
   /* min-height: 76px;*/
}

.grey-bg .tab .tab-content {
  background: #ffffff;
}

.tab.style-2 .nav-tabs {
  margin-bottom: 15px;
  border-radius: 0;
  background: #ffffff
}

.tab.style-2 .nav-tabs .nav-link {
  background: #ccc;
  color: #9a0000;
  border-radius: 0;
  border-right: 1px solid #efefef;
}

.tab.style-2 .nav-tabs .nav-link:last-child {
  border-right: none;
}

.tab.style-2 .nav-tabs .nav-link.active,
.tab.style-2 .nav-tabs .nav-link.active:hover,
.tab.style-2 .nav-tabs .nav-link.active:focus,
.tab.style-2 .nav-tabs .nav-link:hover {
  background: #9a0000;
  color: #ffffff;
}


/* ------------------------
    Counter
------------------------*/

.counter {
  background: #ffffff;
  padding: 0 20px 30px;
  position: relative;
  text-align: center;
}

.counter i {
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background: #584bbc;
  color: #ffffff;
  display: inline-block;
}

.counter .count-number {
  display: block;
  font-size: 40px;
  font-weight: 500;
  margin: 20px 0 0;
  line-height: 40px;
  position: relative;
  color: #23244a;
}

.counter .count-number::after {
  content: " +";
  display: inline-block;
}

.counter label {
  font-weight: 500;
  color: #23244a;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  margin: 15px 0;
  margin-bottom: 0;
  padding-top: 15px;
}

.counter label:before {
  position: absolute;
  content: "";
  background: #da8082;
  width: 30px;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.theme-bg .counter label:before {
  background: #ffffff
}

.text-white .counter .count-number,
.text-white .counter label {
  color: #ffffff
}

.counter.style-2 {
  padding: 30px 20px 60px;
  margin-bottom: 30px;
}

.counter.style-2 i {
  bottom: -30px;
  left: 0;
  position: absolute;
}

.counter.style-2 .count-number,
.counter.style-3 .count-number {
  margin-top: 0;
}

.counter.style-3 .count-number {
  color: #ffffff;
}

.counter.style-3 {
  padding: 30px 20px 30px 80px;
  text-align: left;
  background: #f9a305;
}

.counter.style-3 i {
  bottom: inherit;
  left: 0;
  position: absolute;
  top: 50%;
  background: #ffffff;
  color: #f9a305;
}

.counter.style-3 label {
  color: #ffffff;
}

.counter.style-3 label:before {
  left: 0;
  transform: inherit;
  background: #ffffff
}

.counter.style-4 {
  box-shadow: none;
  background: none;
  padding: 0;
}

.counter.style-4 .count-number {
  margin-top: 0;
}
/* ------------------------
   Quality-AssuranceQuality-Assurance
------------------------*/


.Quality-Assurance .owl-carousel .owl-dots {
  display: inline-block;
  position: absolute;
  line-height: 0;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block;
}

/* ------------------------
    Blog - Post
------------------------*/
.major-projects.owl-carousel .owl-nav.disabled {
  display: block;
}
.major-projects.owl-carousel .owl-dots {
  display: none;
}
}
.major-projects.owl-carousel .owl-dots.disabled {
  display: none;
}
.major-projects.owl-carousel .owl-nav button.owl-prev {
  left: 6px;
}

.major-projects.owl-carousel .owl-nav button.owl-next {
  right: 12px;
}


.major-projects.owl-carousel .owl-nav button.owl-prev, .major-projects.owl-carousel .owl-nav button.owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: 30px;
  height: 20px;
  line-height: 20px;
  background: #ef2125;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

/*.major-projects.owl-carousel .owl-dots.disabled {
  display: block;
}*/

.post {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
 /* margin: 0 10px;  */
}

.post-meta {
  float: left;
}

.post-meta ul li {
  color: #23244a;
  font-size: 12px;
  display: inline-block;
  margin: 0 15px 0 0;
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
}

.post-meta ul li:last-child {
  margin-right: 0;
}

.post-meta ul li:before {
  content: "";
  background: #f9a305;
  height: 50%;
  width: 1px;
  right: -10px;
  top: 50%;
  position: absolute;
}

.post-meta ul li:last-child:before {
  display: none;
}

.post .post-desc {
  padding: 30px 30px;
  background: #540000;
  width: 100%;
  display: inline-block;
  text-align: justify;
    min-height: 255px;
}

.post .post-desc.paraheight {
  min-height: 390px;
}

.post .post-desc h5 a {
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}

.post .post-desc h5 a:hover {
  color: #fff
}

.post .post-desc p {
  margin: 15px 0 0;
    min-height: 228px;
}

.post-image {
  overflow: hidden;
}

.post-image img {
  /*transform: translate3d(-5px, 0px, 0px);*/
  width: calc(100% + 10px);
}

.post:hover img {
  /*transform: translate3d(0px, 0px, 0px);*/
}

/*.post-image:before {
  opacity: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
  -moz-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
  transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.post:hover .post-image:before {
  opacity: 1;
}

.post-btn {
  text-transform: uppercase;
  /*float: right;*/
  display: inline-block;
}

.post .post-btn:hover {
  color: #23244a;
}

.post-image {
  position: relative;
  min-height: 40px;
}

.post-date {
  background: #31296e;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
}

.post .post-date {
  bottom: 0;
  position: absolute;
  /*right: 0%;*/
  opacity: 1;
  z-index: 99;
  width: 100%;
text-align: center;
}

/*.post:hover .post-date {
  opacity: 1;
  right: 0;
}*/

.post-bottom {
  padding: 15px 30px;
  background: #540000;
  width: 100%;
  display: inline-table;
  border-top: 1px solid #efefef
}

.post-bottom a {
  outline: medium none !important;
  color: #fff;
}

.post-bottom a i{
  padding-left: 5px;
}

.post.style-2 .post-meta {
  float: none;
  margin-bottom: 15px;
}

.post.style-2 .post-btn {
  float: none;
  margin-top: 20px;
}

.post.style-2 .post-date {
  top: 0;
  opacity: 1;
  right: inherit;
  left: 0;
  bottom: inherit;
  top: 0;
}

.post.style-2:hover .post-date {
  right: inherit;
}

.post.style-3 .post-image:before {
  display: none;
}

.post.style-3 .post-date {
  position: inherit;
  right: inherit;
  opacity: 1;
  margin-bottom: 15px;
}

.blog-classic {
  margin-bottom: 50px;
}

.video-post {
  padding-top: 56.9444%;
  position: relative;
  width: 100%;
}

.video-post iframe,
.video-post object,
.video-post embed {
  pointer-events: auto;
  border: medium none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.left-side .post {
  box-shadow: none;
  margin-top: -50px;
  padding: 0 30px 30px;
}

.blog-details {
  background: #fff;
  padding: 30px;
}

blockquote {
  background: #f6f6f6;
  padding: 30px;
  border-left: 5px solid #121628;
  margin-left: 50px;
  font-style: italic;
  line-height: 30px;
}

.media-holder .media {
  position: relative;
  padding: 30px 0;
}

.media-holder .media.inner {
  background: #f6f6f6;
  border-right: 5px solid #f9a305;
  margin: 15px 0 15px;
  padding: 30px;
}

.media-holder .media-body h6 {
  color: #23244a;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
}

.comment-date {
  display: inline-block;
  margin-left: 10px;
  color: #f9a305;
  vertical-align: middle;
}

.reply {
  position: absolute;
  right: 30px;
  top: 30px;
}

.reply a {
  color: #23244a;
  font-weight: 500;
  border: 1px solid #efefef;
  padding: 5px;
}

.reply a:hover {
  color: #f9a305;
  border-color: #f9a305
}

.media-body p {
  margin: 15px 0 0;
}

.page-item:first-child .page-link {
  border-radius: 5px;
}

.pagination>li {
  margin: 0 6px;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 5px;
  color: #f9a305;
  border-color: #efefef
}

.pagination>li.active .page-link,
.page-link:hover,
.page-link:focus {
  box-shadow: none;
  background: #f9a305;
  color: #ffffff;
  border-color: #f9a305
}


/*Widget-Title*/

.widget-title {
  background: #f6f6f6;
  border-left: 3px solid #f9a305;
  color: #23244a;
  display: inline-block;
  margin: 25px 0;
  padding: 7px 7px 7px 15px;
  position: relative;
  width: 100%;
}

.post-desc ul{padding-left: 30px;}
.post-desc ul li{padding-left: 6px; list-style: circle; color: #fff; padding-top: 8px;}

/*Widget-Search*/

.widget-searchbox {
  position: relative;
  width: 100%;
}

.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.form-control {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #232323;
}

.widget-searchbox .search-btn {
  background: none;
  border: none;
  color: #f9a305;
  font-size: 14px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  right: 1px;
  top: 50%;
  cursor: pointer;
}

/*footer - certificates */
.widget .c-works {
  padding: 0;
  overflow: auto;
  margin: 0;
 /* padding-top: 30px;*/
}

/*.widget  .c-works > li.c-first {
  margin-right: 20px;
}
*/
.widget  .c-works > li {
  list-style: none;
  display: inline-block;
  padding: 0;
 /* margin: 0 10px 5px 0;*/
 margin: 0 46px 13px 0;
 vertical-align: top;
}

.widget  .c-works > li a {
  color: #3f444a;
}

.widget .c-works > li img {
  opacity: 0.8;
  filter: alphaopacity=80;
  margin: 0;
  /*width: 94px;*/
  width: 56px;
}

.widget .c-works > li img:hover {
  opacity: 1;
  filter: alphaopacity=100;
}
/*.widget .c-works > li.c-last {
  margin-left: 5px;
}*/
.widget .c-works li h6{
  font-size: 10px;
  font-style: normal;
  line-height: 18px;
  display: block;
text-align: center;
width: 60%;
}

/*-----------------*/
/*Recent Post*/

.widget .recent-post {
  margin-bottom: 20px;
}

.widget .recent-post-thumb {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  width: 75px;
}

.widget .recent-post-desc {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.widget .recent-post-desc a {
  display: block;
  margin-bottom: 5px;
  color: #23244a;
}

.widget .recent-post-desc a:hover {
  color: #f9a305;
}

.widget .recent-post-desc span {
  font-style: italic;
  font-size: 12px;
}


/*widget-Categories*/

.widget .widget-categories li {
  display: block;
  margin-bottom: 6px;
  border-bottom: 1px dashed #efefef
}

.widget .widget-categories li a {
  font-size: 14px;
  color: #23244a;
  line-height: 32px;
  display: block;
  font-weight: 500;
}

.widget .widget-categories li a:hover {
  color: #f9a305;
  padding-left: 5px;
}


/*widget-tags*/

.widget .widget-tags li {
  display: inline-block;
  margin: 5px 5px 15px 0;
}

.widget .widget-tags li a {
  border: 1px solid #efefef;
  color: #23244a;
  padding: 10px 18px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
}

.widget .widget-tags li a:hover {
  background: #f9a305;
  color: #ffffff;
}


/* ------------------------
    Progress Bar
------------------------*/

.ht-progress-bar {
  margin: 20px 0;
}

.ht-progress-bar h4 {
  color: #23244a;
  font-weight: 500;
  font-size: 14px;
}

.ht-progress-bar .progress {
  height: 7px;
  border-radius: 0px;
  background: #eceff8;
  overflow: visible;
  border-radius: 0;
}

.ht-progress-bar .progress .progress-bar {
  background-color: #f9a305;
  position: relative;
  overflow: visible;
}

.ht-progress-bar .progress-parcent {
  background: #f9a305;
  border: 2px solid;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -1px;
  top: 50%;
  width: 50px;
}

.ht-progress-bar.style-2 .progress .progress-bar {
  background: #f9a305;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f9a305 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f9a305 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f9a305 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a305', endColorstr='#7db9e8', GradientType=1);
  /* IE6-9 */
}

.theme-bg .ht-progress-bar .progress {
  background: rgba(255, 255, 255, 0.2);
}

.theme-bg .ht-progress-bar .progress .progress-bar {
  background: #ffffff
}

.theme-bg .ht-progress-bar h4,
.theme-bg .ht-progress-bar .progress-parcent,
.dark-bg .ht-progress-bar h4,
.dark-bg .ht-progress-bar .progress-parcent {
  color: #ffffff
}

.ht-progress-bar.style-3 .progress-bar .progress-parcent {
  background: #f9a305;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -35px;
}

.ht-progress-bar.style-3 .progress-bar .progress-parcent::before {
  background: #f9a305;
  bottom: -2px;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  transform: rotate(45deg);
  width: 5px;
}


/* ------------------------
    Testimonials
------------------------*/

.testimonial {
  position: relative;
}

.testimonial-content {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  position: relative;
}

.testimonial .testimonial-avatar {
  display: table-cell;
  margin-top: 0;
  vertical-align: middle;
  width: 30%;
  padding-right: 5%;
}

.testimonial .testimonial-avatar img {
  border: 10px solid #f6f6f6;
  border-radius: 50%;
}

.dark-bg .testimonial .testimonial-avatar img,
.theme-bg .testimonial .testimonial-avatar img {
  border-color: rgba(255, 255, 255, 0.1);
}

.testimonial .testimonial-content span {
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  color: #f9a305;
  margin-bottom: 15px;
}

.testimonial .testimonial-content label {
  margin-bottom: 0;
}

.testimonial h6 {
  color: #f9a305;
  text-transform: uppercase;
  display: inline-block;
}

.theme-bg .testimonial .testimonial-content span {
  color: #ffffff;
}

.theme-bg .testimonial h6 {
  color: #23244a;
}

.theme-bg .testimonial .testimonial-content {
  color: rgba(255, 255, 255, 0.9);
}

.dark-bg .testimonial .testimonial-content {
  color: #ffffff;
}

.dark-bg .testimonial .testimonial-caption label,
.theme-bg .testimonial .testimonial-caption label {
  color: #ffffff;
}

.testimonial.style-2 {
  margin-top: 50px;
}

.testimonial.style-2 .testimonial-avatar {
  left: 50%;
  margin-top: 0;
  padding-right: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 9;
}

.testimonial.style-2 .testimonial-avatar img {
  border-color: #ffffff
}

.testimonial.style-2 .testimonial-content {
  background: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  padding: 30px;
  position: relative;
  vertical-align: middle;
}

.testimonial.style-3 {
  padding: 30px;
  margin-top: 50px;
}

.testimonial.style-3 .testimonial-avatar {
  left: inherit;
  padding-right: 0;
  margin-bottom: 20px;
  width: 20%;
  position: inherit;
  transform: inherit;
  display: inline-block;
}

.testimonial.style-3 .testimonial-avatar img {
  border: none;
}

.testimonial.style-3 .testimonial-content span {
  bottom: 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 90px;
  font-weight: bold;
  left: 0;
  line-height: 40px;
  margin-bottom: 0;
  opacity: 0.1;
  position: absolute;
}

/*-------------------------------*/

.aboutpage.style-2 {
  margin-top: 50px;
}

.aboutpage.style-2 .mission-avatar {
  left: 50%;
  margin-top: 0;
  padding-right: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 9;
}

.aboutpage.style-2 h2{

}
.aboutpage.style-2 .mission-avatar img {
  border-color: #ffffff
}
.aboutpage .mission-content {
  background: #ffffff;
  display: inline-block;
   font-size: 15px;
  line-height: 1.7;
  font-weight: normal;
  padding: 30px;
  position: relative;
  vertical-align: middle;
  min-height: 280px;
}
.aboutpage .mission-content h3{
  font-size: 24px;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
  color: #23244a;
}
/* ------------------------
    Featured Box
------------------------*/

.qualitylist{
  margin: 0px;
  padding-left: 26px;
  list-style: circle;
}
.qualitylist li{
  padding-left: 8px;
  padding-top: 1px;
}

.manufacturing-left{
  background: #d0cece;
}
.manufacturing-right{
  background: #d0cece;
}

/*.projects-exec .featured-item.padd {
  padding: 20px;
  margin-bottom: 20px;
}*/
.projects-exec .featured-item.padd {
  padding: 26px;
  margin-bottom: 25px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.featured-item {
  padding: 40px 30px;
  position: relative;
    margin: 2px;
}

.manufacturing-left .featured-desc p {
  margin-bottom: 1rem;
}

.manufacturing-right .featured-desc p {
margin-bottom: 1rem;
}

.featured-item.manufacturing-left{
  min-height: 652px;
}

.featured-item.manufacturing-right{
  min-height: 652px;
}

.featured-item .featured-icon {
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
}

.featured-item .featured-icon i {
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
 /* position: absolute;*/
}

/*.featured-item .featured-title{
  margin-left: 80px;
}*/

.featured-desc p {
  margin-bottom: 0;
  display: table;
}

.featured-desc p i {
  color: #ef2125; font-weight: 600; padding-right: 8px; display: table-cell;
  }

.featured-title h5 {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.dark-bg .featured-title h5,
.theme-bg .featured-title h5 {
  color: #ffffff
}

.featured-item.p-0:hover {
  box-shadow: none;
}

.grey-bg .featured-item.text-left {
  background: #ffffff;
}

.featured-item.left-icon {
  padding: 0 0 0 80px;
  position: relative;
  background: none
}

.featured-item.left-icon .featured-icon {
  left: 0;
  position: absolute;
  top: 0;
  display: inline-block;
  margin: 0;
}

.featured-item.left-icon:hover {
  box-shadow: none;
  transform: inherit;
}

.grey-bg .featured-item.left-icon {
  padding: 30px 30px 30px 90px;
  background: #ffffff;
}

.theme-bg .featured-item.left-icon,
.white-bg .featured-item.left-icon {
  padding: 50px 30px 50px 90px;
}

.grey-bg .featured-item.left-icon .featured-icon,
.theme-bg .featured-item.left-icon .featured-icon,
.white-bg .featured-item.left-icon .featured-icon {
  left: 25px;
  top: 50px;
}

.feuture-main .featured-item:hover {
  box-shadow: none;
  background: #f9a305;
}

.feuture-main .featured-item .featured-icon {
  color: #f9a305;
}

.feuture-main .featured-item:hover .featured-icon,
.feuture-main .featured-item:hover h5,
.feuture-main .featured-item:hover p,
.feuture-main .featured-item:hover a {
  color: #ffffff;
}

.feuture-main .featured-item::before {
  border-right: 1px dashed #dddddd;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: -1;
}

.feuture-main .featured-item::after {
  border-bottom: 1px dashed #dddddd;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.feuture-main [class*='col-']:nth-child(3n+3) .featured-item::before {
  border-right: none;
}

.feuture-main [class*='col-']:nth-child(3) .featured-item::before {
  top: inherit;
  bottom: 0;
}

.feuture-main [class*='col-']:nth-child(n+4) .featured-item::after {
  border-bottom: none;
}

.featured-item.bottom-icon {
  border: 1px solid #f9f9f9;
  background: #fcefc8;
  overflow: hidden;
}

.feuture-bottom .row:first-child .featured-item.bottom-icon {
  border-bottom: none;
}

.feuture-bottom .row:nth-child(2) .featured-item.bottom-icon {
  border-left: none;
}

.feuture-bottom .row:nth-child(2) [class*='col-']:last-child .featured-item.bottom-icon {
  border-right: none;
}

.featured-item.bottom-icon:hover {
  background: #9a0000;
  box-shadow: none;
  border-color: transparent;
}

.featured-item.bottom-icon .featured-icon {
  background: none;
  height: auto;
  line-height: inherit;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.featured-item.bottom-icon span {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: -100%;
  font-size: 150px;
  line-height: 150px;
}

.featured-item.bottom-icon:hover span {
  right: 0;
}

.featured-item.bottom-icon h5 {
  font-weight: 500;
    font-size: 22px;
  font-style: normal;
  color: #9a0000;;
 /* min-height: 54px;*/
}

.featured-item.bottom-icon p {
  line-height: 28px;
}

.featured-item.bottom-icon p a{
  border: 1px solid #dedbdb;
  padding: 8px;
 color: #282929;
}
.featured-item.bottom-icon p a i{
 color: #282929;
}

.featured-item.bottom-icon:hover h5,
.featured-item.bottom-icon:hover p,
.featured-item.bottom-icon:hover p a,
.featured-item.bottom-icon:hover p a i {
  color: #ffffff;
}

.featured-item.bottom-icon .featured-icon i {
  font-size: 80px;
  line-height: 80px;
  color: #9a0000;;
}

.featured-item.bottom-icon:hover .featured-icon i {
  color: #ffffff;
}

.featured-item.bottom-icon .featured-desc{
  min-height: 92px;
}
/* ------------------------
    Button
------------------------*/

.btn {
  padding: 8px 30px;
  font-weight: 500;
  background: none;
  color: #9a0000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 0;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 9;
  text-transform: uppercase;
}

.dark-bg .btn,
.theme-bg .btn {
  color: #ffffff;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn::before,
.btn::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -9;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn::before {
  background: rgba(0, 0, 0, 0.2);
}

.btn::after {
  background: #ef2125;
}

.btn:hover {
  color: #333;
}

.btn:hover::before,
.btn:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.btn:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.btn.btn-theme {
  background: #f9a305;
  color: #ffffff;
}

.btn.btn-theme:hover {
  border-color: #f9a305;
}

.btn.btn-theme:hover:after {
  background: #121628;
}

.btn.btn-border {
  border: 1px solid #ef2125;
}

.btn.btn-radius {
  border-radius: 5px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-white {
  background: #ffffff;
  color: #23244a
}

.btn.btn-white:after {
  background: #ffffff;
}

.btn.btn-white.btn-border {
  border-color: #ffffff;
  background: none;
  color: #ffffff;
}

.btn.btn-white:hover {
  color: #ef2125;
}

.btn.btn-white.btn-border:hover {
  color: #f9a305;
}

.btn+.btn {
  margin-left: 10px;
}

.btn-simple {
  color: #23244a;
  padding: 0 !important;
  background: none;
}

.dark-bg .btn-simple,
.theme-bg .btn-simple {
  color: #ffffff;
}

.btn-simple:hover {
  color: #ef2125;
}

.btn-simple:before,
.btn-simple:after {
  display: none;
}

.theme-bg .btn-simple:hover {
  color: #23244a;
}


/* ------------------------
    Price Table
------------------------*/

.price-table {
  padding-bottom: 30px;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 13px 18px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 0 13px 18px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 13px 18px rgba(0, 0, 0, 0.02);
}

.price-header {
  position: relative;
  padding: 0 0 50px;
}

.price-title {
  background: #f9a305;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 25px;
  text-transform: capitalize;
}

.price-value {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 30px 0 0;
}

.price-value h2 {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 0;
  font-weight: bold;
  color: #23244a;
  display: inline-block;
}

.price-value h2 span.price-dollar {
  font-size: 24px;
  color: #f9a305;
  line-height: 30px;
  font-weight: normal;
  font-style: italic;
  position: absolute;
  left: -20px;
  top: 0;
}

.price-list {
  text-align: left;
  padding: 50px 30px 0;
}

.price-list ul li {
  margin: 20px 0;
  padding-left: 25px;
  position: relative;
}

.price-list li i {
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  color: #f9a305;
}

.price-header .price-month {
  border-radius: 30px;
  background: #ffffff;
  bottom: 0;
  color: #f9a305;
  display: inline-block;
  left: 50%;
  padding: 10px 25px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
}

.dark-bg .price-table {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .price-table:hover {
  border-color: #f9a305;
}

.dark-bg .price-table h2 {
  color: #ffffff;
}

.dark-bg .price-list ul li {
  color: rgba(255, 255, 255, 0.8);
}

.price-table.style-2 .price-header.theme-bg .price-title {
  background: #ffffff;
  color: #f9a305;
}

.price-table.style-2 .price-list ul li {
  padding-left: 0;
}


/* ------------------------
    Section Title
------------------------*/

.contact-2 h4.title{
  font-size: 15px;
}

.title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  color: #111;
}

.dark-bg h2 {
  color: #ffffff
}

.title span {
  position: relative;
  color: #9a0000;
}

.section-title h6 {
  color: #f9a305;
  text-transform: uppercase;
  font-weight: bold;
}

.title:before,
.title:after {
  content: "";
  background: #dddddd;
  width: 30px;
  left: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.title:after {
  background: #ef2125;
  left: 30px;
}

.text-center .title:before,
.text-center .title:after {
  left: 50%;
  margin-left: -30px;
}

.text-center .title:after {
  margin-left: 0;
}

.text-right .title:before,
.text-right .title:after {
  left: inherit;
  right: 30px;
}

.text-right .title:after {
  right: 0;
}

.theme-bg .title span {
  color: #ffffff
}

.theme-bg .title:after {
  background: #121628;
}


/* ------------------------
    Portfolio
------------------------*/

.portfolio-filter {
  overflow: hidden;
  display: inline-block;
  margin: 0 auto 50px;
  text-align: center;
}

.portfolio-filter button {
  position: relative;
  cursor: pointer;
  padding: 8px 4px;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  color: #23244a;
  float: left;
  text-transform: uppercase;
}

.portfolio-filter button span{
display: block;
max-width: 240px;
text-align: center;

}
.portfolio-filter button span.diffhig{
  max-width: 140px;
}
.portfolio-filter button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}

.portfolio-filter button.is-checked,
.portfolio-filter button:hover {
  color: #ef2125;
  border-color: #ef2125;
}

.portfolio-filter button+button {
  margin-left: 20px;
}

.isotope .grid-item img {
  width: 100%;
}

.theme-bg .portfolio-filter button {
  color: #ffffff;
}

.theme-bg .portfolio-filter button.is-checked,
.theme-bg .portfolio-filter button:hover {
  background: #ffffff;
  color: #f9a305;
}

.grid .grid-item {
  padding: 10px;
}

.grid.columns-2 .grid-item,
.masonry.columns-2 .masonry-brick {
  width: 50%;
}

.grid.columns-3 .grid-item,
.masonry.columns-3 .masonry-brick {
  width: 33.333333%;
}

.grid.columns-4 .grid-item,
.masonry.columns-4 .masonry-brick {
  width: 25%;
}

.masonry .masonry-brick {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}

.grid.no-gutters .grid-item {
  padding: 0;
}

.masonry.no-gutters .masonry-brick {
  padding: 0;
  margin: 0;
}

.portfolio-item {
  overflow: hidden;
  position: relative;
}

.portfolio-item img {
  transform: translate3d(-5px, 0px, 0px);
  width: calc(100% + 10px);
}

.portfolio-item:hover img {
  transform: translate3d(0px, 0px, 0px);
}

.portfolio-item {
  position: relative;
  border: 1px solid #e6e6e6;
}
.portfolio-item.pd-wd {
  width: 32%;
  float: left;
  margin: 5px 5px;
}

.portfolio-item .portfolio-hover {
  top: 50%;
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}

.portfolio-item::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  transform: translateX(-110%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 98%;
  width: 98%;
  margin: 1.2%;
  z-index: 9;
}

.portfolio-item:hover .portfolio-hover {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1
}

.portfolio-item:hover:before {
  transform: translateX(0);
}

.portfolio-hover span {
  color: #fdfdfd;
}

.portfolio-hover h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 28px;
  /*width: 94%;*/
}

.portfolio-item a.popup {
  z-index: 9;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #540000;
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
  font-size: 20px;
}

.portfolio-item a.popup:hover {
  background: #ffffff;
  color: #151515;
}

.portfolio-icon {
  position: absolute;
  bottom: -15%;
  left: 48%;
  z-index: 99;
}

.portfolio-item:hover .portfolio-icon {
  bottom: 48%;
}


.portfolio-icon.p-link{
  position: absolute;
  bottom: -15%;
  left: 44%;
  z-index: 99;
}

.portfolio-item:hover .portfolio-icon.p-link {
  bottom: 14%;
}


.portfolio-title {
  position: absolute;
  top: -15%;
  left: 6%;
  z-index: 99;
}

.portfolio-item:hover .portfolio-title {
  top: 15%;
}

.portfolio-meta li{position: relative; padding-left: 66px; color: #000;}
.portfolio-meta li i{position: absolute; left: 0; top: 0; color: #000; font-size: 30px;}
.portfolio-meta li img{position: absolute; left: 0; top: 0; width: 50px;}
.portfolio-meta li span{color: #000; display: block; text-transform: capitalize; margin-bottom: 7px;}
.portfolio-details .social-icons ul{display: inline-block; vertical-align: middle;}


/* ------------------------
    Services
------------------------*/

.service-description {
   padding: 28px 24px;
  /*min-height: 220px;*/
  text-align: justify;
  color: #fff;
}

.service-description.higt170 {
  padding: 20px 30px;
   min-height: 170px;
}

.theme-bg .service-description,
.dark-bg .service-description {
  background: rgba(255, 255, 255, 0.03);
}

.service-description h4 {
  color: #23244a;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500
}
.service-item .service-description a{
  color: #fff
}
.service-item:hover .service-description h4,
.service-item:hover .service-description p,
.service-item:hover .service-description a {
  color: #ffffff
}

.service-item .service-description a:hover {
  color: #fff;
}

.grey-bg .service-description {
 background: #9d9d9d;
}

.dark-bg .service-description h4 {
  color: #f9a305;
}


.dark-bg .service-description ul{
   color: #ffffff;
   padding:0 20px;
}

.dark-bg .service-description li{
  list-style: circle;
   color: #000;
}

.dark-bg .service-description p,
.theme-bg .service-description p {
  color: #ffffff;
}

.dark-bg .service-item:hover .service-description h4 {
  color: #f9a305
}

.dark-bg .service-item:hover .service-description ul{
   color: #23244a;
   padding:0 20px;
}

.dark-bg .service-item:hover .service-description li{
  list-style: circle;
   color: #23244a;
}

.dark-bg .service-description a {
  color: #f9a305
}

.dark-bg .service-description a:hover i {
  color: #f9a305;
  padding-left: 5px;
}

.service-item:hover .service-description {
  background: #540000;
}

.dark-bg .service-item:hover .service-description,
.theme-bg .service-item:hover .service-description {
  background: #ffffff
}

.dark-bg .service-item:hover .service-description a,
.theme-bg .service-item:hover .service-description h4,
.theme-bg .service-item:hover .service-description a,
.theme-bg .service-item .service-description a,
.dark-bg .service-item:hover p,
.theme-bg .service-item:hover p {
  color: #23244a
}

.service-icon {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 15px;
  left: 0;
  z-index: 99;
}

.service-icon i {
  z-index: 9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f9a305;
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.service-icon i:hover {
  color: rgba(255, 255, 255, 0.8);
}

.service-item:hover .service-icon i {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.service-item .service-images .inner-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f9a305;
  text-align: center;
  border-radius: 10%;
  padding: 10px;
  z-index: 99;
}
.service-item .service-images .inner-badge span{  
  color: #23244a;
  font-size: 16px;
  font-weight: 500;
  /* padding: 10px; */
}

.service-images {
  overflow: hidden;
  position: relative;
}

.service-images img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.service-item:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}

.service-images:before {
  opacity: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
  -moz-transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
  transition: all 0.7s cubic-bezier(.68, .11, .13, .98);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.service-item:hover .service-images:before {
  opacity: 1;
}

.service-itemiframe{
  width: 440px;
  height: 293px;
}


/*flip box*/

.service-box {
  position: relative;
  perspective: 1000px;
  height: 280px;
}

.service-flip-images::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(39, 40, 44, 0) 0px, #27282c 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
}

.service-flip-back,
.service-flip-front,
.service-flip-images::after {
  border-radius: 2px;
}

.service-flip-images {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.service-flip-desc {
  background: #f9a305;
  color: #fff;
  position: relative;
  text-align: center;
}

.service-flip {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}

.service-box:hover .service-flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.service-flip-back,
.service-flip-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.service-flip-back {
  display: block;
  z-index: 1000;
  box-sizing: border-box;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.service-flip-title {
  display: block;
  position: absolute;
  top: 40px;
  left: 30px;
  right: 30px;
  z-index: 1;
}

.service-flip-title h5 {
  color: #ffffff
}

.service-flip-desc .service-flip-text {
  left: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 2;
}

.flip-icon {
  background: #fff;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
  z-index: 9;
}

.flip-icon i {
  font-weight: bold;
  color: #f9a305;
  font-size: 42px;
}

.service-flip-desc .service-flip-text>i {
  font-size: 42px;
  line-height: 42px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
}

.sidebar-links li {
  margin-bottom: 2px;
}

.sidebar-links li:last-child {
  margin-bottom: 0;
}

.sidebar-links li a {
  background-color: #ccc;
  color: #9a0000;
  display: block;
  font-size: 15px;
  padding: 30px 20px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border-left: 3px solid #ef2125;
}

.sidebar-links li.active a,
.sidebar-links li a:hover {
  background: #9a0000;
  color: #ffffff;
  padding-left: 25px;
  border-left: 3px solid #fa0000;
}

.sidebar-links li a i {
  margin-right: 5px;
  vertical-align: middle;
}

.widget.btnn{
  display: flex;
}

.brochure {  background: #e7e6e6; border: 1px solid #a2a2a2; color: #000; display: block; font-size: 18px; font-weight: 400; padding: 10px 20px 10px 80px; position: relative;}
.brochure a{color: #000;}
.brochure a:hover{color: #ffffff;}
.brochure i {background: #ffffff; border-right: 1px solid #f2f2f2; color: #000; font-size: 28px; font-weight: 400; height: 100%; left: 0; line-height: 68px; position: absolute; text-align: center; top: 0; width: 60px;}
.brochure span {color: #000; font-size: 14px; display: block; font-weight: 400;}

.export-img{
  width: 100%;
}

.client-logos .c-logos {
  padding-left: 20px;
}
.client-logos .c-logo-1 {
  border-right: 1px solid #edeff0;
  border-bottom: 1px solid #edeff0;
}
.client-logos .c-logo-2 {
  border-right: 1px solid #edeff0;
  border-bottom: 1px solid #edeff0;
}
.client-logos .c-logo-3 {
  border-right: 1px solid #edeff0;
  border-bottom: 1px solid #edeff0;
}
.client-logos .c-logo-4 {
  border-bottom: 1px solid #edeff0;
}

.client-logos .c-logo-5 {
 /*  border-top: 1px solid #edeff0;*/
  border-right: 1px solid #edeff0;
}
.client-logos .c-logo-6 {
 /*border-top: 1px solid #edeff0;*/
}
.client-logos .c-logo-7 {
 /*  border-top: 1px solid #edeff0;*/
  border-right: 1px solid #edeff0;
}
.client-logos .c-logo-8 {
 /*border-top: 1px solid #edeff0;*/
}
.client-logos .c-logo-last1 {
  border-right: 1px solid #edeff0;
  border-bottom: 0px;
}
.client-logos .c-logo-last2 {
   border-right: 1px solid #edeff0;
  border-bottom: 0px;
}
.client-logos .c-logo-last3 {
   border-bottom: 0px;
}
.client-logos .c-logo {
  /*display: block;*/
  overflow: hidden;
  text-align: center;
  float: left;
  padding: 10px;
}

.career-points{

}
.career-points ul{
  margin: 0px;
  margin-top: 10px;
   padding-left: 0px;
 }

.career-points li{
  padding: 6px;
  list-style: circle;
}

/*-----------------------*/

/*.cookies-wrapper {
  position: fixed;
  bottom: 10px;
  right: -370px;
   max-width: 345px; 
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px 30px 20px 20px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}*/

.cookies-wrapper {
  position: fixed;
  bottom: 2px;
  /* right: -370px; */
  /* max-width: 345px; */
  width: 100%;
  /* border-radius: 8px; */
  /* padding: 20px 30px 20px 20px; */
  /* transition: right 0.3s ease; */
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ededed;
  /* border-top-color: currentcolor; */
  /* border-right-color: currentcolor; */
  /* border-bottom-color: currentcolor; */
  /* border-left-color: currentcolor; */
  padding: 16.5px 24px;
  box-shadow: 0 -1px 10px 0 #ababab4d;
}
/*.cookies-wrapper.show {
  right: 20px;
}*/
.cookies-wrapper header.cookies {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header.cookies i {
  color: #4070f4;
  font-size: 32px;
}
header.cookies h2 {
  color: #4070f4;
  font-weight: 500;
    font-size: 30px;
}
.cookies-wrapper .data {
  margin-top: 16px;
}
.cookies-wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.cookies-wrapper .cookies-buttons {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
 /* align-items: center;
  justify-content: space-between;*/
}
.cookies-buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #f9c029;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
  width: 130px;
  text-align: center;
}
.cookies-buttons a.button {
  border: none;
  color: #fff;
  padding: 8px 24px;
  border-radius: 4px;
  background: #f9c029;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
  width: 130px;
}
.cookies-buttons #acceptBtn:hover {
  background-color: #fece01;
}
#declineBtn {
  border: 2px solid #f9c029;
  background-color: #fff;
  color: #f9c029;
}
#declineBtn:hover {
  background-color: #f9c029;
  color: #fff;
}

/*----------------------*/


.cta-sec h3{
}

.cta-sec .padd-80{
  padding-left: 100px;
}
.cta-sec h3 i {
  position: absolute;
  left: -20px;
  top: 50px;
  line-height: 24px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-size: 100px;
}
.cta-sec p{
  margin-top: 20px; 
  color: #fff;
    font-weight: 500;
  font-size: 18px;
}

/*---------Table css-------------*/
.prod-details .rwd-table > tbody td img{width: 100%;}

  .rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
  }

.rwd-table tr:first-child {
  border-top: none;
  background: #9a0000;
  color: #fff;
  font-weight: 400;
}
.rwd-table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
.rwd-table tbody tr:nth-of-type(2n+1) {
  background-color: #f3f3f3;
    color: #232323;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #f3f3f3;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
    width: 100%;
  display: block;
  color: #232323;
}

.rwd-table th,
.rwd-table td {
  text-align: center;
}

.rwd-table {
  color: #232323;
  border-radius: .4em;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

.rwd-table td a{  
  color: #232323;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }

  .rwd-table tbody tr:hover:nth-of-type(2n+1) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .6em .6em;
  }
  /*.rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }*/
  /*.rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }*/
}

/*
    Don't look at this last part. It's unnecessary. I was just playing with pixel gradients... Don't judge.
*/
/*
@media screen and (max-width: 601px) {
  .rwd-table tr {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
  }
  .rwd-table tr:nth-child(odd) {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
  }
}*/

.modal .modal-body.md-hght{
  height:600px;
    overflow-y: scroll;
}