header.vatBorder::after{
  content: '';
  height: 5px;
  position: absolute;
  left: 0;
  right:0;
  bottom: 0;
  background: linear-gradient(to right, #864c21 0%,#864c21 25%,#3f91dd 25%,#3f91dd 50%,#1fbd13 50%,#1fbd13 75%,#fd5c48 75%,#fd5c48 100%);
}



#siteActions #actionIconsHolder {
    float: none !important;
    display: flex;
    justify-content: space-evenly;
}

/* Service Block*/

.services-block {
    display: flex;
    margin: 10px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

@media only screen and (max-width: 650px) {
    .services-block {
      flex-direction: column;
    }
  }

.services-block.blue {
    background: #3f91dd;
}

.services-block.green {
    background: #1fbd13;
}

.services-block.brown {
    background: #864c21;
}

.services-block.orange {
    background: #fd5c48;
}

.content-block {
    color: white;
    text-align: start;
}

.btn-services {
    align-items: center;
    background-color: transparent;
    border: 2px solid white;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 15px 30px;
    min-height: 3rem;
    padding: 1rem 1.5rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
  }
  
  .btn-services:hover,
  .btn-services:focus {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: white;
  }
  
  .btn-services:hover {
    transform: translateY(-2px);
    text-decoration: none;
  }

  .home-service-title.h3 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 1.3em;
    color: white;
    padding: 20px 30px;
}

.home-service-title.blue.h3 {
    background: #245c8f;
}

.home-service-title.green.h3 {
    background: #14880b;
}

.home-service-title.brown.h3 {
    background: #4c290f;
}

.home-service-title.orange.h3 {
    background: #982e21;
}


p.home-service-description {
    margin-bottom: 10px;
    padding: 0 30px;
}

ul.home-service-list {
    padding: 0 40px;
    list-style: none
}
  
ul.home-service-list li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    padding-right: 10px;
  }

img.lazy {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

/* End Service */

#productSection #productName h1 {
    text-transform: capitalize;
}

.thumbnailProductNameCell {
    text-transform: capitalize !important;
}

#subCategoriesHeading {
  padding: 0 10px;
  text-align: center;
  display: none;
}
#quickCategorySidebar .filterItemsBlock::-webkit-scrollbar-thumb {
  background-color: rgb(41, 78, 148);
  min-height: 20px;
  outline: 1px solid rgb(41, 78, 148);
  border-radius: 50px;
  }
nav.navbar.navbar-default.mainMenuNav {
    margin-top: 0px;
    background: #fff;
    box-shadow: 2px 2px 5px -1px rgb(85 85 85 / 55%);
}

@media (min-width: 1200px) {
nav.navbar.navbar-default.mainMenuNav {
    margin-top: -15px;
 }
}

@media (min-width: 1400px) {
nav.navbar.navbar-default.mainMenuNav {
    margin-top: -8px;
 }
}

.mainMenuNav .navbar-nav > li > a {
     color: #3f4c58;
}

@media (min-width: 1200px) {
#siteLogo {
    padding: 15px 0 15px 15px;
    width: 20%;
}
}

.mainMenuNav p {
     color: #3f4c58;
}

.mainMenuNav .navbar-nav > li > a:hover {
    background: #3f4c58;
    color: #fff;
}

#backToTop {
  display: none !important;
}
.thumbnailProductNameCell {
    text-transform: lowercase;
}
.btn.btn-more {
  display: none;
}

.thumbnailProductNameCell p::first-letter {
    text-transform: capitalize;
}

#siteContact p.openingTimes {
    color: #ff5a46;
}

.actionVatText {
    color: white;
}

#websiteHotlinks {
    padding: 15px 0;
}

.mainMenuNav .navbar-toggle,
.mainMenuNav .navbar-toggle:hover,
.mainMenuNav .navbar-toggle:active{
    background: #3f4c58 !important;
}

#searchbox .btn.focused { 
    background: #3f4c58 ;
}

@media (min-width: 1200px) {
#siteActions,
#siteSearch,
#siteContact {
    padding-top: 10px;
}
}

@media (min-width: 992px){
.mainMenuNav .navbar-nav li.toplevel:after {
        content: '';
 position: absolute;
 right: 0px;
 top: 30%;
 height: 40%;
 border-right: 1px solid #3f4c58 ;
}
}

@media (min-width: 992px){
.mainMenuNav .navbar-nav li.toplevel:last-child:after {
        border: 0;
}
}

#homepageBanner {
    padding: 10px;
    max-width: 1400px;
    margin: 20px auto;
    background: white;
    border: 1px solid #dbdbdb;
}

@media (max-width: 991px){
.dropdown-submenu .dropdown a, .dropdown-submenu a {
    color: #3f4c58 ;
}
}

#siteLogoAlt { transition: all 0.5s; }

@media (min-width: 1200px) {
header.smaller #siteLogo {
    width: 20%;
    padding: 4px;
}
header.smaller #siteLogoAlt {
    width: 18%;
    padding: 4px;
}
}

.service-image {
    max-width: 100% !important;
}

.pageHeader {
    padding: 15px;
}

.service-text {
    padding: 2rem;
}

.service-hero {
    background: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

.service-banner {
    background: #3f4c58;
    width: 100%;
    color: white;
    min-height: 85px;
}

.service-banner-container {
   background: #fff;
   border-left: 1px solid #DDD;
   border-right: 1px solid #DDD;
}

.service-image-container {
    padding: 0px !important;
}
                        
.highlight {
    color: #ff5a46;
}
#content {
    padding: 10px 0;
    background: white;
}

.features-list .feature-block {
    margin: 40px;
    padding: 2rem 3rem;
    border: 1px solid #DDD;
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-height: 350px;
}
.features-list .feature-block .ico {
    font-size: 37px;
    line-height: 70px;
    width:70px;
    height: 70px;
    background: #ff5a46;
    display: inline-block;
    border-radius: 50%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.features-list .feature-block.bottom-line .ico {
    width: auto;
    height: auto;
 background: transparent;
 color: #5accff;
 text-align: center;
 font-size: 41px;
 vertical-align: top;
 margin-top: -10px;
}
.features-list .feature-block.bottom-line .fa-github {
 font-size: 50px;
}
.features-list .feature-block.bottom-line .fa-dashboard {
 font-size: 45px;
 margin-top: -15px;
}
.features-list .feature-block.bottom-line .ico {
 float: left;
 margin-right: 15px;
 margin-left: 21px;
}
.features-list .feature-block.bottom-line .features-content {
 padding-right: 15px;
 display: table;
}
.features-list .feature-block.bottom-line .features-content .name {
 margin-bottom: 5px;
}
.features-list .feature-block.bottom-line .features-content .subname {
 font-size: 16px;
 margin-bottom: 12px;
}
.features-list .feature-block .name {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: bold;
    margin-bottom: 10px;
}
.features-list .feature-block .text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 30px;
}

.btn-service {
    border-color: #ff5a46;
}                        

.btn-service:hover {
    background: #ff5a46;
    color: white;
    border-color: white;
}  

#service-title {
    color: #ff5a46;
    font-size: 2.5rem;
}

.service-text p {
    font-size: 1.6rem !important;
}

.service-banner-text { 
    padding: 1rem 2rem;
}

#service-banner-title { 
    color: white;
}

.service-banner-content {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.service-content {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.ico {
    font-size: 37px;
    line-height: 70px;
    width:70px;
    height: 70px;
    background: #ff5a46;
    display: inline-block;
    border-radius: 50%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.contact-icons {
    margin: 10px;
}

.service-image {
    max-width: 100% !important;
    height: auto !important;
}

.how-section1 {
    padding: 0 100%;
}
.how-section1 .subheading{
    color: #ff5a46;
    font-size: 2.5rem;
}

@media (max-width: 991px) {
.how-section1 .subheading{
    text-align: center;
}
}

.how-section1 .row
{
    margin-top: 5%;
    padding-bottom: 60px;
    border-bottom: 1px solid #DDD;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px){
.how-section1 .row {
    padding-bottom: 10px;
}
}

.how-section1 .row:last-child
{
    border: 0;
}

p.text-muted {
    font-size: 1.6rem !important;
}


.how-img 
{
    text-align: center;
}

@media (max-width: 991px){
.how-img {
    padding: 25px;
    order: 2;
}
}



.how-img img{
    width: 40%;
}

.service-icon {
    font-size: 80px;
    line-height: 150px;
    width:150px;
    height: 150px;
    background: #ff5a46;
    display: inline-block;
    border-radius: 50%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

@media (max-width: 991px){
.service-icon {
     font-size: 45px;
    line-height: 95px;
    width:100px;
    height: 100px;
}
}

.pageContent {
    margin-top: 10px;
}

.button-80 {
    background: #ff5a46;
    backface-visibility: hidden;
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    border-color: #ff5a46;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 0.875rem 1.125rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 2rem;
}

.button-80:not(:disabled):hover {
    transform: scale(1.05);
    background: #ff5a46;
    color: white;
    text-decoration: none;
}

.button-80:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-80:focus {
  outline: 0 solid transparent;
}

.button-80:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-80:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-80:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-80:not(:disabled):active {
  transform: translateY(.125rem);
}
.rounded-circle {
    border-radius: 50% !important;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975;
}

.display-30 {
    font-size: 0.9rem;
}
.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  align-items: center;
  flex-direction: column;
   background: white;
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  background-image: background: rgb(21,154,61); background: radial-gradient(circle, rgba(21,154,61,1) 0%, rgba(14,110,68,1) 100%);;
}
.home-image {
  max-width: 250px;
  margin-top: 5px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.home-container02 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-banner {
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-text {
  max-width: 100%;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
   padding: 0px 10px 0px 10px;
}
.home-container03 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  border-bottom: solid 2px #E1E1E1;
  border-top: solid 2px #E1E1E1;
  justify-content: center;
  flex-wrap: wrap;
}
.home-container04 {
  flex: 0 0 auto;
  min-width: 25%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-container05 {
  flex: 0 0 auto;
  left: 0px;
  bottom: 0px;
  height: auto;
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text03 {
  padding: 20px;
  font-size: 2rem;
  text-align: center;
  margin-left: auto;
  border-bottom:solid 2px #1fbd13;
  margin-right: auto;
}
.home-container06 {
  flex: 0 0 auto;
  width: 75%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text07 {
  padding: 20px;
}
.home-container07 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  border-bottom: solid 2px #E1E1E1;
  justify-content: center;
}
.home-container08 {
  flex: 0 0 auto;
  width: 25%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-container09 {
  flex: 0 0 auto;
  left: 0px;
  bottom: 0px;
  height: auto;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
}
.home-text13 {
  padding: var(--dl-space-space-unit);
  font-size: 2rem;
  text-align: center;
  margin-left: auto;
  border-bottom:solid 2px #1fbd13;
  margin-right: auto;
}
.home-container10 {
  flex: 0 0 auto;
  width: 75%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text16 {
  padding: 16px;
}
@media(max-width: 991px) {
  .home-text {
    max-width: 100%;
  }
   .home-container06 {
   width: 95%;
}
}
@media(max-width: 767px) {
  .home-banner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .home-text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media(max-width: 479px) {
  .home-banner {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }
}

/* Product Card */

.product-grid{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    transition: all 0.4s ease-out;
    margin-top: 15px;
    min-height: 375px;
}
.product-grid:hover{ box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1); }
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: auto;
    max-height: 250px;
    margin-top: 15px;
}
.product-grid .product-discount-label{
    color: #fff;
    background: #78a206;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.product-grid .product-links{
    width: 145px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 65%;
    left: 50%;
    transition: all 0.4s ease 0s;
}
.product-grid:hover .product-links{
    opacity: 1;
    top: 50%;
}
.product-grid .product-links li{
    display: inline-block;
    margin: 0 2px;
}
.product-grid .product-links li a{
    color: #2c2c2c;
    background: #fff;
    font-size: 16px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.product-grid .product-links li a:hover{
    color: #fff;
    background: #78a206;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:after{
    content: '';
    height: 10px;
    width: 10px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    display: block;
}
.product-grid .product-content{
    padding: 12px 12px 15px;
    position: relative;
}
.product-grid .rating{
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
}
.product-grid .rating li{
    color: #78a206;
    font-size: 14px;
}
.product-grid .rating .far{ color: #808080; }
.product-grid .title{
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px;
    overflow: hidden;
   text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.product-grid .title a{
    color: #3f4c58;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.product-grid .price{
    color: #ff5a46;
    font-size: 17px;
    font-weight: 600;
    display: block;
    transition: all 0.4s ease-in-out;
}
.product-grid .price span{
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}
.product-grid:hover .price{ opacity: 0; }
.product-grid .add-to-cart{
    color: #fff;
    background-color: #ff5a46;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    width: 140px;
    height: 40px;
    border-radius: 50px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transition: all .4s ease-out;
}
.product-grid .add-to-cart:hover{ background-color: #ba3f30; }
.product-grid:hover .add-to-cart{
    opacity: 1;
    bottom: 8px;
    text-decoration: none;
}
@media screen and (max-width:1200px){
    .product-grid{ margin: 0 0 30px; }
}

/* About Us Page */

.whos-speaking-area .speakers {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background-color: white;
}
.whos-speaking-area .speakers:hover {
  -webkit-box-shadow: 0 0 6px 5px #ddd;
  box-shadow: 0 0 6px 5px #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #dee2e6;
}
.whos-speaking-area .speakers .spk-img {
  position: relative;
}
.whos-speaking-area .speakers .spk-img:before {
  background: rgb(31 37 43 / 68%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/images/products/icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
.whos-speaking-area .speakers .spk-img:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.whos-speaking-area .speakers .spk-img img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.whos-speaking-area .speakers .spk-img ul {
  position: absolute;
  display: inline-block;
  top: 35%;
  left: 40%;
  width: 100px;
  line-height: 3;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.whos-speaking-area .speakers .spk-img ul:before {
  position: absolute;
  content: "";
  height: 110px;
  width: 110px;
  background: transparent;
  top: -15%;
  left: -15px;
  border: 1px solid #fff;
  -webkit-transform: rotate(44deg) scale(1.4);
  -ms-transform: rotate(44deg) scale(1.4);
  transform: rotate(44deg) scale(1.4);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.whos-speaking-area .speakers .spk-img ul li {
  display: inline-block;
  margin: 0 3px;
  -webkit-transform: perspective(50px) rotatey(80deg);
  transform: perspective(50px) rotatey(80deg);
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  margin: 0 5px;
}
.whos-speaking-area .speakers .spk-img ul li a i.fa {
  color: rgba(255, 78, 0, 0.8);
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 28px;
  color: #fff;
  height: 28px;
  line-height: 21px;
  text-align: center;
}
.whos-speaking-area .speakers .spk-img ul li a i.fa:hover {
  color: #cf057c;
}
.whos-speaking-area .speakers .spk-img ul li:nth-child(1) {
  -webkit-transform: translate3d(-53px, -50px, 0);
  transform: translate3d(-53px, -50px, 0);
}
.whos-speaking-area .speakers .spk-img ul li:nth-child(2) {
  -webkit-transform: translate3d(53px, -50px, 0);
  transform: translate3d(53px, -50px, 0);
}
.whos-speaking-area .speakers .spk-img ul li:nth-child(3) {
  -webkit-transform: translate3d(-53px, 50px, 0);
  transform: translate3d(-53px, 50px, 0);
}
.whos-speaking-area .speakers .spk-img ul li:nth-child(4) {
  -webkit-transform: translate3d(53px, 50px, 0);
  transform: translate3d(53px, 50px, 0);
}
.whos-speaking-area .speakers .spk-img:hover ul {
  left: 35%;
  opacity: 1;
  z-index: 9;
}
.whos-speaking-area .speakers .spk-img:hover ul:before {
  opacity: 1;
  -webkit-transform: rotate(44deg) scale(1);
  -ms-transform: rotate(44deg) scale(1);
  transform: rotate(44deg) scale(1);
}
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(1),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(2),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(3),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(4) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.whos-speaking-area .speakers .spk-info {
  text-align: center;
  padding: 30px 0;
}
.whos-speaking-area .speakers .spk-info h3 {
  color: #fd5c48;
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
}
.whos-speaking-area .speakers .spk-info p {
  font-size: 15px;
  margin-bottom: 0;
  color: #656565;
}

.whos-speaking-area-two .title-text h2 {
  color: #fff;
}

.whos-speaking-area-two .speakers {
  position: relative;
  overflow: hidden;
}
.whos-speaking-area-two .speakers:hover img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.whos-speaking-area-two .speakers img {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.whos-speaking-area-two .speakers .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #3f4c58;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.whos-speaking-area-two .speakers:hover .img-overlay {
  opacity: 1;
}
.whos-speaking-area-two .speakers .name a {
  position: absolute;
  bottom: -20%;
  left: 10%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.whos-speaking-area-two .speakers .name a:hover {
  color: #cf057c;
}
.whos-speaking-area-two .speakers:hover .name a {
  bottom: 10%;
}
.whos-speaking-area-two .speakers .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 23%;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.whos-speaking-area-two .speakers .social-icons li {
  margin-right: 10px;
}
.whos-speaking-area-two .speakers .social-icons li a {
  color: #fff;
}
.whos-speaking-area-two .speakers .social-icons li a:hover {
  color: #252525;
}
.whos-speaking-area-two .speakers:hover .social-icons {
  left: 27px;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  outline: none;
}
.aboutmb50 {
  margin-bottom: 50px;
}

/* Timeline */


.pt-100{
  padding-top:75px;
}
.pb-100{
  padding-bottom:75px;
}
.section-title {
margin-bottom: 40px;
}
.section-title p {
color: #777;
font-size: 16px;
}
.section-title h4 {
text-transform: capitalize;
font-size: 40px;
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
font-weight: 600;
}
.section-title h4:before {
position: absolute;
content: "";
width: 60px;
height: 2px;
background-color: #fd5c48;
bottom: 0;
left: 50%;
margin-left: -30px;
}
.section-title h4:after {
position: absolute;
background-color: #fd5c48;
content: "";
width: 10px;
height: 10px;
bottom: -4px;
left: 50%;
margin-left: -5px;
border-radius: 50%;
}
ul.timeline-list {
position: relative;
margin: 0;
padding: 0
}
ul.timeline-list:before {
position: absolute;
content: "";
width: 2px;
height: 100%;
background-color: #fd5c48;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}
ul.timeline-list li {
position: relative;
clear: both;
display: table;
}
.timeline_content {
border: 2px solid #fd5c48;
background-color:#fff
}
ul.timeline-list li .timeline_content {
width: 45%;
color: #333;
padding: 30px;
float: left;
text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
float: right;
text-align: left;
}
.timeline_content h4 {
font-size: 22px;
font-weight: 600;
margin: 10px 0;
}
ul.timeline-list li:before {
position: absolute;
content: "";
width: 25px;
height: 25px;
background-color: #fd5c48;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
border-radius: 50%;
}
.timeline_content span {
font-size: 18px;
font-weight: 500;
font-family: poppins;
color: #fd5c48;
}

/* Hero */

@media (max-width: 991px) {
  .about-text {
    margin-top: 40px;
  }
}
.about-text h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .about-text h3 {
    font-size: 35px;
  }
}
.about-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-text h4 {
    font-size: 18px;
  }
}
.about-text p {
  font-size: 18px;
}
.about-text p mark {
  font-weight: 600;
  color: #3a3973;
}
.about-text .btn-bar {
  padding-top: 8px;
}
.about-text .btn-bar a {
  min-width: 150px;
  text-align: center;
  margin-right: 10px;
}

.about-list {
  padding-top: 10px;
}
.about-list .media {
  padding: 5px 0;
}
.about-list label {
  color: #3a3973;
  font-weight: 600;
  width: 88px;
  margin: 0;
  position: relative;
}
.about-list label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 1px;
  height: 12px;
  background: #3a3973;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: auto;
  opacity: 0.5;
}
.about-list p {
  margin: 0;
  font-size: 15px;
}

.about-img {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06);
  padding: 10px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
}
@media (max-width: 991px) {
  .about-img {
    margin-top: 30px;
  }
}

.counter-section {
  padding: 40px 20px;
}
.counter-section .count-data {
  margin-top: 10px;
  margin-bottom: 10px;
}
.counter-section .count {
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.counter-section p {
  font-weight: 500;
  margin: 0;
  color: #fe4f6c;
}
.theme-color {
    color: #fe4f6c;
}

.section {
    padding: 50px 0;
    position: relative;
}
.gray-bg {
  background-color: white;
  border: 2px solid #fd5c48;
}

.about-img img {
  max-width: 100%;
}