/* --------------- About Us ------------------ */
section{
  padding: 60px 0;
}
.white_head h3{
  color: white;
}
#about-us .about-process-content {
  padding-bottom: 30px;
}
#about-us .about-process-content h6 {
  font: 700 14px var(--common-font-o);
  letter-spacing: 1px;
  color: var(--globalgrey);
  padding-top: 0;
}
#about-us .about-process-content p {
  font: 400 13px var(--common-font-o);
  line-height: 18px;
  color: var(--color1);
  margin-bottom: 5px;
}
#about-us .about-process-content a {
  font: 700 13px var(--common-font-o);
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--globalorange);
  float: right;
}
.about-process-content .card-body{
  padding: 1em 0;
}
.about-us-image img{
    box-shadow: #cccccc 0px 0px 0px 2px inset, rgb(255 255 255) 20px -20px 0px -3px, #cccccc 20px -20px;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ---------------- How We Work -------------- */
#how-we-work .how-we-work-head p {
  font: 400 14px var(--common-font-r);
  letter-spacing: 1px;
  line-height: 30px;
  color: white;
}
#how-we-work .phases-title ul {
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
  list-style-type: none;
}
#how-we-work .phases-title ul li {
  display: inline-block;
  border: 3px solid white;
  padding: 3px 3px;
  max-width: 190px;
  margin-right: 13px;
  width: 160px;
  text-align: center;
  position: relative;
}
#how-we-work .phases-title ul li:last-child:after {
  width: 0px;
}
#how-we-work .phases-title ul li:after {
  content: "";
  background-color: white;
  width: 17px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -20px;
}
#how-we-work .phases-title ul li span {
  font: 700 18px var(--common-font-r);
  background-color: white;
  color: var(--globalgrey);
  display: block;
  max-width: 190px;
  padding: 50px 0;
  transition: 1s;
}
#how-we-work .phases-title ul li:hover span {
  background-color: var(--globalorange);
}
#how-we-work .phases-title ul li:hover .phase-name{
  color: white;
}
/* --------------- what do we do -------------- */
#what-do-we-do .services-contents {
  text-align: center;
  border: 3px solid #e7e7e7;
  margin-bottom: 25px;
  max-width: 400px;
}
#what-do-we-do .inner-service-content {
  transition: 1s;
  margin: 17px;
  padding: 20px;
}
#what-do-we-do .services-contents img {
  padding-bottom: 15px;
}
#what-do-we-do .services-contents h6 {
  font: 800 18px var(--common-font-r);
  letter-spacing: 1px;
  color: var(--globalgrey);
}
#what-do-we-do .services-contents .servisec-text p{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #999d9c;
  font-family: var(--common-font-o);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.6rem;
}
#what-do-we-do .services-contents .servisec-text p:not(:first-child) {
  display: none;
}
#what-do-we-do .services-contents:hover .inner-service-content {
  background-color: var(--globalorange);
}
#what-do-we-do .services-contents:hover h6, #what-do-we-do .services-contents:hover .servisec-text p {
  color: white;
}
/* -------------- key fact -------------- */
#key-fact {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--globalgrey);
}
.key-fact-content{
  position: relative;
}
#key-fact .key-fact-content ul {
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
  list-style-type: none;
  padding-bottom: 20px;
}
#key-fact .key-fact-content ul li {
  display: inline-block;
  max-width: 190px;
  margin-right: 13px;
  width: 160px;
  text-align: center;
  transition: 2s;
}
#key-fact .key-fact-content ul li:last-child:after {
  width: 0px;
}
#key-fact .key-fact-content ul li:after {
  content: "";
  background-color: white;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 28%;
  margin-left: 79px;
}
#key-fact .key-fact-content ul li .key-fact-icon {
  border: 3px solid white;
  padding: 3px 3px;
  margin-bottom: 15px;
}
#key-fact .key-fact-content ul li .key-fact-icon span {
  background-color: white;
  font-size: 21px;
  color: var(--globalgrey);
  font-family: var(--common-font-r);
  font-weight: bold;
  display: block;
  max-width: 190px;
  padding: 32px 0;
}
#key-fact .key-fact-content .fact-number {
  font: 700 30px var(--common-font-r);
  color: white;
  padding-bottom: 8px !important;
  display: inline-block;
}
#key-fact .key-fact-content ul li i {
  font-size: 19px;
  color: white;
  font-weight: bold;
}
#key-fact .key-fact-content .key-fact-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--common-font-r);
}
#key-fact .first-fact i, #key-fact .key-fact-content ul li:hover .key-fact-title, #key-fact .key-fact-content ul li:hover i, #key-fact .key-fact-content ul li:hover .fact-number {
  color: var(--globalorange);
}
#key-fact .key-fact-content ul li:hover .key-fact-icon span{
  background-color: transparent;
}
/* ----------- Our Projects -------------- */
#our-projects .projects-image {
  margin-bottom: 30px;
}
#our-projects .middle-image .box .box-content {
  padding: 42% 5% !important;
}
/* -------------- project overlay ------------ */
#our-projects .box {
  overflow: hidden;
  position: relative;
}
#our-projects .box .box-content {
  padding: 6% 5%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0s;
  border: 2px solid white;
  margin: 12px;
  background: #b83825;
  width: 93%;
}
#our-projects .box:hover .box-content {
  opacity: 0.8;
}
#our-projects .box:before, #our-projects .box .box-content:before, #our-projects .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#our-projects .box:after, #our-projects .box .box-content:after {
  top: 50%;
}
#our-projects .box .box-content:before, #our-projects .box .box-content:after {
  top: 0;
  z-index: -1;
}
#our-projects .box:hover:after {
  top: 0;
}
#our-projects .box:hover .box-content:after {
  left: 0;
}
#our-projects .box:hover .box-content:after, #our-projects .box:hover:after, #our-projects .box:hover:before, #our-projects .box:hover .box-content:before {
  opacity: 0.5;
}
#our-projects .box h4 a {
  font: 800 18px var(--common-font-r);
  letter-spacing: 1px;
  color: white;
}
#our-projects .box .box-content p {
  font-size: 14px;
  line-height: 24px;
  color: white;
  font-family: var(--common-font-o);
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 5.6rem;
}
a.project_permalink {
  color: white;
  display: flex;
  width: 92%;
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.project_permalink i{
  padding-left: 5px;
  padding-top: 5px;
}
.project_permalink .horizon_border {
  background-color: white;
  height: 2px;
  width: 63%;
  display: block;
  margin-top: 9px;
  margin-right: 10px;
}
/* --------------- Our Team --------- */
#our-team {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-team .our-team-head {
  text-align: center;
  padding-bottom: 30px;
}
#our-team .our-team-head h2 {
  font-size: 36px;
  color: white;
  font-family: var(--common-font-r);
  font-weight: bold;
}
#our-team .owl-carousel .owl-dots {
  margin-top: 4em !important;
}
#our-team .owl-carousel img {
  width: 100% !important;
}
#our-team .post-type-msg {
  color: white;
}
#our-team .owl-carousel {
  position: unset;
}
button:focus {
  outline: 1px dotted;
  outline: none;
}
/* --------- team overlay -------------- */
#our-team .box{
  background: repeating-linear-gradient(#999,#999 10px,#555 10px,#444 20px);
  overflow: hidden;
  position: relative;
}
#our-team .box img{
  width: 100%;
  height: auto;
  transform: scale(1.3);
  transition: all 0.3s ease 0s;
}
#our-team .box:hover img{
  opacity: 0.7;
  transform: scale(1);
}
#our-team .box .box-content{
  text-align: center;
  width: 90%;
  height: 91%;
  padding: 10px 10px;
  border: 3px solid var(--globalgrey);
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) skewY(60deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
}
#our-team .inner-content {
  width: 100%;
}
#our-team .box:hover .box-content{
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) skewY(0);
}
#our-team .box h5 a {
  font: 800 18px var(--common-font-r);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
#our-team .box .post{
  font-size: 14px;
  color: var(--globalorange);
  padding: 10px 0;
  display: block;
}
#our-team .box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
}
#our-team .box .icon li{
  margin: 0 3px;
  display: inline-block;
}
#our-team .box .icon li a{
  color: #333;
  background-color: #fff;
  font-size: 13px;
  line-height: 28px;
  height: 30px;
  width: 30px;
  border: 1px solid #555;
  display: block;
  transition: all 0.3s ease 0s;
}
#our-team .box .icon li a:hover{
  color: #fff;
  background-color: #be2bce;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width:990px){
  #our-team .box{ margin: 0 0 30px; }
}
.innre_div {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
span.cont_team {
  display: block;
  padding: 10px;
  color: white;
  font-size: 14px;
  font-family: var(--common-font-r);
}
span.cont_team i{
  color: var(--globalorange);
  font-size: 15px;
  padding-right: 8px;
}
.social-icon i {
  color: white;
  padding: 9px;
  margin-top: 11px;
  text-align: center;
}
/* --------------- Happy Customers ---------------- */
#happy-customers {
  padding-top: 60px;
  padding-bottom: 80px;
}
#happy-customers .happy-customers-head {
  text-align: center;
  padding-bottom: 30px;
}
#happy-customers .happy-customers-head h2 {
  font-size: 36px;
  color: var(--globalgrey);
  font-family: var(--common-font-r);
  font-weight: bold;
}
#happy-customers .happy-customers-contents {
  text-align: center;
}
#happy-customers .customer-content{
  position: relative;
}
#happy-customers .happy-customers-contents .customer-content p {
  font-size: 15px;
  line-height: 33px;
  color: #949897;
  font-family: var(--common-font-o);
  font-style: italic;
}
#happy-customers .happy-customers-contents h6 a {
  font: 800 18px var(--common-font-r);
  color: #222931;
}
#happy-customers .happy-customers-contents h6 small {
  font: 400 13px var(--common-font-o);
  color: var(--globalorange);
}
.happy-customers-contents .customer-content .fa-quote-left {
  font-size: 35px;
  position: absolute;
  left: 17px;
  color: var(--globalorange);
}
.happy-customers-contents .customer-content .fa-quote-right {
  font-size: 35px;
  position: absolute;
  right: 0%;
  bottom: 0%;
  color: var(--globalorange);
}
#happy-customers .happy-customers-contents:hover i {
  color: #222931;
}
#happy-customers .owl-carousel .owl-dots button{
  border-color: var(--globalgrey) !important;
}
#happy-customers .owl-carousel .owl-dots button span, #happy-customers .owl-carousel .owl-dots button:after{
  background-color: var(--globalgrey) !important;
}
#happy-customers .owl-carousel .owl-dots {
  position: absolute !important;
  left: 30%;
  bottom: 0px !important;
}
.qoute_text {
  margin-left: 10%;
  margin-right: 10%;
}
/* --------------- Pricing Plans ---------------- */
#pricing-plan {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
#pricing-plan .pricing-plan-head {
  text-align: center;
  padding-bottom: 30px;
}
#pricing-plan .pricing-plan-head h2 {
  font-size: 36px;
  color: var(--globalgrey);
  font-family: var(--common-font-r);
  font-weight: bold;
}
#pricing-plan .plan-title {
  font: 800 18px var(--common-font-r);
  letter-spacing: 1px;
  color: var(--globalgrey);
}
#pricing-plan .plan-description {
  font-size: 13px;
  line-height: 24px;
  color: var(--globalgrey);
  font-family: var(--common-font-o);
  padding-right: 20px;
}
#pricing-plan .plan-name {
  width: max-content;
  max-width: 100%;
  list-style-type: none;
  margin-left: 0;
  padding-top: 30px;
}
#pricing-plan .plan-name li {
  display: inline-block;
  background-color: white;
  border: 3px solid var(--globalgrey);
  text-align: center;
  width: 136px;
  margin-right: -4px;
  margin-bottom: 10px;
}
#pricing-plan .plan-name li a {
  color: var(--globalgrey);
  font-size: 16px;
  letter-spacing: 1px;
  font-family: var(--common-font-r);
  font-weight: 800;
}
#pricing-plan .plan-name a.active {
  background-color: var(--globalgrey);
  color: white;
  border-radius: unset !important;
  border:none;
}
#pricing-plan .plan-features {
  list-style-type: none;
  margin-left: 0;
  padding: 14px 14px;
}
#pricing-plan .plan-features li {
  line-height: 37px;
  font-size: 14px;
  color: #5f5f5f;
  font-family: var(--common-font-o);
  font-weight: 600;
}
#pricing-plan .plan-features li:first-child, #pricing-plan .plan-features li:last-child {
  color: var(--globalorange);
}
#pricing-plan .plan-price {
  background-color: var(--globalorange);
  text-align: center;
  color: white;
  padding: 30px 20px 30px 20px;
  height: 100%;
}
#pricing-plan .plan-price h2 {
  font-size: 42px;
  color: white;
  font-weight: normal;
  margin-bottom: -10px;
  font-family: "Freestyle Script";
}
#pricing-plan .plan-duration {
  font-size: 14px;
  font-family: var(--common-font-o);
}
#pricing-plan .plan-price h6 {
  font: 800 14px var(--common-font-r);
  letter-spacing: 1px;
  color: white;
  padding-top: 44px;
  padding-bottom: 44px;
}
#pricing-plan .plan-price a {
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--common-font-r);
  font-weight: 800;
  border: 2px solid var(--globalgrey);
  padding: 12px 4px;
  display: inline-block;
}
#pricing-plan .plan-price a span {
  background-color: var(--globalgrey);
  padding: 8px 30px;
}
#pricing-plan .plan-price a span:hover {
  background-color: var(--globalorange);
  color: white;
}
.white_bg{
  background-color: white;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}
/* -------------- Our Blog -------------- */
#our-blog {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-blog .our-blog-head {
  text-align: center;
  padding-bottom: 30px;
}
#our-blog .our-blog-head h2 {
  font-size: 36px;
  color: var(--globalgrey);
  font-family: var(--common-font-r);
  font-weight: bold;
}
#our-blog .our-blog-contents h6 {
  padding-top: 0;
}
#our-blog .our-blog-contents h6 a {
  font: 800 16px var(--common-font-r);
  letter-spacing: 1px;
  color: var(--globalgrey);
}
#our-blog .our-blog-contents .recent-post-meta {
  padding-bottom: 15px;
}
#our-blog .our-blog-contents .recent-post-meta span {
  color: var(--globalorange);
  font-size: 16px;
}
#our-blog .our-blog-contents .recent-post-meta .blog-date {
  padding-right: 15px;
}
#our-blog .our-blog-contents .recent-post-meta i {
  color: var(--globalorange);
}
#our-blog .our-blog-contents .blog-text p {
  font-size: 13px;
  line-height: 25px;
  color: #9ea2a1;
  font-family: var(--common-font-o);
}
#our-blog .our-blog-contents .read-more {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--globalorange);
  font-family: var(--common-font-r);
  font-weight: 800;
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
#our-blog .our-blog-info .blog-text p:first-child {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 5.6rem;
}
#our-blog .our-blog-info .blog-text p:not(:first-child) {
  display: none;
}
#our-blog .our-blog-info h6 {
  padding-top: 20px;
}
#our-blog .first-blog {
  padding-bottom: 30px;
}
#our-blog .first-blog .blog-text p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  max-height: 7.6rem;
}
/* -------------- blog overlay ------------ */
#our-blog .box {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#our-blog .box:before, #our-blog .box:after {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
#our-blog .box:after {
  background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);
  top: 50%;
}
#our-blog .box:hover:before, #our-blog .box:hover:after {
  opacity: 1;
}
#our-blog .box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
#our-blog .box:hover img {
  transform: translateY(-10%);
}
#our-blog .box .box-content {
  width: 100%;
  background: var(--globalorange);
  padding: 7px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.3s ease 0s;
}
#our-blog .box:hover .box-content {
  transform: translateX(-50%) translateY(0);
}
#our-blog .box .title {
  font-size: 22px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
  margin: 0;
}
#our-blog .box .post {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: white;
  border-radius: 0 10px 0 10px;
}
#our-blog .box .box-content a {
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--common-font-r);
  font-weight: 800;
  display: block;
  padding-right: 30px;
}
/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-top: 0;
}
#slider img {
  width: 100%;
}
#slider h2 {
  text-transform: uppercase;
  color: #ff7417;
  font-weight: 900;
}
#slider .carousel-control .shownav1 {
  display: block !important;
}
#slider .carousel-control .shownav2 {
  display: block !important;
}
#slider .carousel-control .nav1 {
  display: none;
  position: absolute;
  left: 9%;
  top: 55%;
  font-size: 30px;
  color: var(--globalgrey);
}
#slider .carousel-control .nav2 {
  display: none;
  position: absolute;
  right: 9%;
  top: 55%;
  font-size: 30px;
  color: var(--globalgrey);
}
#slider .carousel-control .nav1 i {
  border: 1px solid var(--globalgrey);
  padding: 10px 15px;
}
#slider .carousel-control .nav1 i:hover {
  background-color: var(--globalgrey);
  color: white;
}
#slider .carousel-control .nav2 i {
  border: 1px solid #514442;
  padding: 10px 15px;
}
#slider .carousel-control .nav2 i:hover {
  background-color: var(--globalgrey);
  color: white;
}
#slider .carousel-caption.d-none.d-md-block {
  max-width: 600px;
  margin: 0 auto;
}
#slider .carousel-caption {
  top: 60%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  z-index: 0;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 10%;
}
#slider .carousel-item-next, #slider .carousel-item-prev, #slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
  background-image: none;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: auto;
  height: auto;
}
#slider a i:focus, #slider a i:active, #slider a i:hover {
  background: #ff7417;
  border: none;
  transition: all 0.5s ease-out;
}
#slider .inner_carousel h3 {
  font-size: 36px;
  color: white;
  font-weight: 900;
  padding-bottom: 15px;
  letter-spacing: 3px;
}
#slider .inner_carousel p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: white;
  font-family: var(--common-font-r);
  padding-bottom: 20px;
}
#slider .read-more {
  border: 2px solid white;
  padding: 14px 6px;
  display: inline-block;
}
#slider .read-more:hover {
  background-color: var(--globalgrey);
}
#slider .read-more:hover span{
  background-color: #232c2b;
}
#slider .read-more span{
  background-color: var(--globalorange);
  padding:10px 26px;
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
  transition: 2s;
}
#slider .sub-head {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 28px;
  color: var(--globalgrey);
  font-family: var(--common-font-o);
  font-weight: bold;
}
#our-team .owl-carousel .owl-dots button:after, #happy-customers .owl-carousel .owl-dots button:after{
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  background-color: white;
}
#slider .carousel-indicators li:last-child::after, #our-team .owl-carousel .owl-dots button:last-child:after, #happy-customers .owl-carousel .owl-dots button:last-child:after{
  display: none;
}
#slider ol.carousel-indicators li, #our-team .owl-carousel .owl-dots button, #happy-customers .owl-carousel .owl-dots button{
  border: none;
  background-color: transparent !important;
  opacity: 1;
  width: auto;
  padding: 3px !important;
  height: auto;
  padding: 4px 0px;
  color: white;
  border: 2px solid white;
  background: none;
  margin-right: 17px;
  max-width: 24px;
  position: relative;
}
#slider ol.carousel-indicators li, #our-team .owl-carousel .owl-dots button{
  border:none !important;
}
#slider .ci_inner, #our-team .owl-carousel .owl-dots button span, #happy-customers .owl-carousel .owl-dots button span{
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid white;
  margin: 0 auto;
}
#slider .carousel-indicators, #our-team .owl-carousel .owl-dots, #happy-customers .owl-carousel .owl-dots {
  position: relative;
  margin-top: 0;
  z-index: 0;
  bottom: 50px;
}
#slider ol.carousel-indicators .active span, #our-team .owl-carousel .owl-dots button.active span, #happy-customers .owl-carousel .owl-dots button.active span {
  background-color: var(--globalorange) !important;
  border: 2px solid var(--globalorange);
}
#our-team .owl-carousel .owl-dots, #happy-customers .owl-carousel .owl-dots{
  margin-top: 0;
  z-index: 0;
  bottom: 0px;
  display: table;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#happy-customers .owl-carousel .owl-dots button:after{
  left: 19px;
}
/*Fade slider*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#our-blog .first-blog img {
    width: 100%;
}
#our-team .owl-carousel .owl-dots button:after {
    left: 19px;
}
#happy-customers .owl-carousel {
  z-index: auto;
}
