.Slider-left-box {
  padding: 13em 0 13em 0;
}
#slider .section_main_head .section-tagline {
  color: white;
  font-weight: 600;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slide-tagline {
  color: white;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 0;
  position: relative;
  display: inline-block;
}
.slick-dots button {
  background-color: white !important;
  border-radius: 50%;
  z-index: 99;
  position: relative !important;
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
  display: none !important;
}
ul.slick-dots {
  position: unset;
}
.slick-dots li button:before{
  color: transparent !important;
}
.slider-dot-wrap {
  width: 30px;
  margin-top: -4px;
}
.slider-btn-wrap button {
  background-color: transparent;
  color: white;
  box-shadow: unset !important;
  border: none;
  line-height: 1;
}
.slider-btn-wrap {
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8em;
  text-align: center;
}
.slick-dots li button {
  margin: 2px;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 5px 5px !important;
}
.slick-dots li.slick-active {
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 50%;
}
button.slider-next-btn {
  margin-top: 10px;
}
button.owl-dot:last-child {
  margin-right: 00;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
#slider .slidesmalltext {
  color: #141B22;
  font-weight: 400;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  position: relative;
  font-size: 46px;
  font-weight: 700;
  color: white;
}
.slide-text {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
div#slider {
  overflow: hidden;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  top: 50%;
  right: 0;
  left: unset;
  transform: unset;
}
.custom-slider-nav.owl-nav {
  position: absolute;
  margin-top: 0;
  right: 4em;
  z-index: 99;
  bottom: 3em;
  margin: 0 auto;
}
#slider button.owl-prev {
  margin-right: 15px;
}
.custom-slider-dots.owl-dots {
  position: absolute;
  z-index: 9;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slider .owl-dots button.owl-dot {
  display: block !important;
  margin-bottom: 10px;
  background-color: white !important;
  border-radius: 50%;
}
#slider .owl-dots button.owl-dot.active {
  width: 24px !important;
  /* padding: 10px; */
  border-radius: 5px;
  height: 8px !important;
  background-color: var(--color-primary) !important;
}
.slide-carousel-image {
  background-size: cover;
}
.welcome-text {
  font-size: 70px;
  -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 38px;
  font-weight: 600;
  z-index: 9999999;
  max-width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.slide-svg-2, .slide-svg-7, .slide-svg-1, .services-svg-1, .services-svg-2, .services-svg-3, .about-svg-1, .about-svg-2, .project-shape-image4, .project-shape-image1, .features-svg-2 {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.slick-dots li button {
  width: 19px !important;
  height: 19px !important;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
/*.about-svg-3 {
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}*/
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
/* .slide-tagline-shadow {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
} */
.header_btn {
  margin-right: 2em;
}
span.phone-txt {
  display: block;
}
.main-carousel .socialbox i {
  color: #222222;
  padding: 10px;
  font-size: 18px;
}
.main-carousel .top_social {
  width: 100%;
  text-align: center;
}
section.main-carousel {
  align-items: end;
  margin: 0;
  padding: 0;
}
.slider-social-box {
  text-align: center;
}
.social-line {
  background-color: var(--color-primary);
  height: 246px;
  width: 2px;
  display: inline-block;
  position: relative;
  bottom: -8px;
}
.main-carousel .socialbox i {
  color: #797979;
  padding: 0;
  font-size: 18px;
  /* transform: rotate(270deg); */
  margin-bottom: 16px;
}
.main-carousel .socialbox a {
  display: block;
}
.main-carousel .socialbox i:hover{
  color: var(--color-primary);
}
.slider-social-box {
  width: 5%;
}
.slider-main-block {
  width: 95%;
  padding: 0;
}
#slider button {
    position: unset;
    transform: unset;
}

/* --------- Facilities --------- */
.triangle-facilities, .triangle-customer, .shape-services, .shape-image-box, .shape-why-choose-us, .shape-portfolio, .shape-testimonials, .shape-contact-us, .shape-plan, .shape-news{
  display: block;
  width: 100%;
  filter: url('#goo');
}

.triangle-facilities::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 100%;
  /* clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%); */
  clip-path: polygon(85% 0, 100% 50%, 85% 99%, 0% 100%, 0 0);
}
.triangle-customer::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 76%;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 14%);
}
.shape-services:before {
  content: "";
  display: block;
  background: var(--b, white);
  /* padding-top: 76%; */
  clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.shape-services {
  clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.shape-portfolio {
  clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.shape-portfolio:before {
  padding-top: 0% !important;
}
.shape-portfolio:before, .shape-news:before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 76%;
  clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
#facilities .facilities-box:hover .title-box-content{
  display: none;
}
.facilities-tagline {
  font-weight: 600;
}
.facilities-bottom-content h5, .facilities-box h5{
  font-weight: 700;
  color: white;
  font-size: 18px;
}
.facilities-bottom-content {
  position: absolute;
  bottom: 0;
  padding: 12px 18px 26px 44px;
}
#facilities .box, #facilities .box {
  overflow: hidden;
  position: relative;
  perspective: 800px;
  transition: all 0.3s;
  display: block;
  width: 100%; 
  filter: url(#goo);
}
#facilities .box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
#facilities .box:before {
  content: "";
  background: rgba(43, 43, 43, 0.8);
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  z-index: 999;
  clip-path: polygon(85% 0, 100% 50%, 85% 99%, 0% 100%, 0 0);
}
.facilities-box2, .facilities-box3, .facilities-box4 {
  margin-left: -53px;
}
.facilities-box .facilities-tagline {
  color: white;
}
.facilities-box h5 {
  color: white;
}
#facilities .box:hover:before {
  opacity: 1;
  transform: rotateX(0);
}
.facilities-box1 {
  z-index: 999;
}
.facilities-box2 {
  z-index: 99;
}
.facilities-box3 {
  z-index: 9;
}
#facilities .box img{
  width: 100%;
  height: auto;
  transition: all .8s;
  border-radius: 10px;
}
.title-box-content h5 a {
  color: rgba(0, 0, 0, 1);
}
.title-box-content h5 {
  padding-bottom: 4px;
  padding-top: 0;
}
#facilities .box .box-content {
  width: 100%;
  transform: translateX(-50%) translateY(0%);
  position: absolute;
  top: 50%;
  left: 60%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 74%;
}
#facilities .facilities-box1  .box .box-content{
  left: 50%;
  max-width: 81%;
}
#facilities .box:hover .facilities-bottom-content{
  display: none;
}
#facilities .box:hover .box-content {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition-delay: 0.2s;
  z-index: 999999;
}
.facilities-box,.facilities-box {
  position: relative;
}
.facilities-text {
  font-size: 14px;
}
.facilities-link-body a {
  width: 50px;
  height: 50px;
  background-color: white;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: black;
  font-size: 22px;
  transform: rotate(311deg);
}
/* --------- Customer Support --------- */
#customer-support .about-head-outer {
  padding: 6em;
}
/* --------- Services --------- */

.services-title-box-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.39%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 15px;
}
.services-type {
  background-color: var(--color-primary);
  padding: 6px 16px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
}
.services-title-box-inner h5 a {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.services-container .row {
  padding-bottom: 2em;
}
.owl-carousel .owl-item .services-image img {
  width: 100% !important;
}
.services-counter-nav-inner{
  max-width: 125px;
  margin: 0 auto;
  position: relative;
}
.services-item:hover .services-title-box-content{
  transition: ease-out 0.5s;
}
.services-item:hover .services-title-box-content{
  transform: translateY(-20px);
  transition: ease-out 0.5s;
}
.custom-services-nav button.owl-prev, .custom-services-nav button.owl-next {
  position: unset;
}
/*-------------- Image Box ------------------*/
.image_box  h5 {
  font-weight: 700;
  font-size: 16px;
}
#why-choose-us .owl-carousel .owl-item .image_box_img_inner2  img {
  margin: 0;
}
.shape-image-box::before {
  content: "";
  display: block;
  clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
  background-color: #07242D;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.shape-image-box {
  padding: 20px;
  display: flex;
  align-items: center;
}
/* --------- About Us --------- */
.about-head{
  position: relative;
}
#about-us .shape-image-box::before {
  clip-path: polygon(88% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
}
.happy-client-box .shape-image-box {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding: 0;
}
.happy-client-box {
  position: absolute;
  /* width: 100%; */
  bottom: -47px;
  right: 5em;
}
.about-client-text {
  font-weight: 500;
}
.happy-client-images img:nth-child(2) {
  margin-left: -21px;
  margin-right: -21px;
}
.happy-client-images img {
  width: 60px;
}
.happy-client-box .shape-image-box .media {
  padding: 20px;
}
#about-us .triangle-customer::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 76%;
  clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
#about-us  .section_main_head h3 {
  padding-top: 15px;
}
#about-us .section-text, #customer-support .section-text{
  margin: 0em 0 1em 0;
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin-top: 17px;
}
.about-head-outer ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 13px;
  color: white;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}
.about-head-outer ul li:before {
  content: "";
  background-color: var(--color-primary);
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 8px;
}
.about-head-outer ul {
  margin: 0;
}
.icon-box-1 {
  text-align: center;
  border-radius: 0;
  padding: 22px 39px;
}
.list-ep-box {
  margin-bottom: 2em;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/* --------- Why Choose Us --------- */
.shape-why-choose-us::before,.shape-testimonials::before, .shape-contact-us::before, .shape-plan::before{
  content: "";
  display: block;
  clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
  background-color: #07242D;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.why_choose_us_p {
  font-size: 14px;
}
/* --------- Portfolio --------- */
#portfolio {
  background-color: #07242D;
}
.portfolio-title-box-inner {
  position: absolute;
  bottom: 0;
  padding: 23px;
  background-color: rgb(226 220 22 / 80%);
  border-radius: 20px;
  left: 20px;
  bottom: 0px;
  max-width: 65%;
  right: 20px;
  transition: ease-in 0.5s;
  opacity: 0;
}
.portfolio-meta-type {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.portfolio-title-box-inner h5 a {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.view-details a {
  color: white;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}
.portfolio-item:hover .portfolio-title-box-inner{
  transform: translateY(-20px);
  transition: ease-in 0.5s;
  opacity: 1;
}
/* --------- Records --------- */
#records .owl-carousel .owl-stage-outer {
  padding: 12px 0;
}
.records-box h6 {
  color: white;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}
.slide-call-record .row {
  align-items: center;
}
span.phone-txt {
  display: block;
  color: white;
  font-weight: 500;
}

#records {
  background-color: var(--color-primary);
  padding: 32px 26px 20px 31px;
}     
.count-box-number.box-count {
  font-weight: 800;
  font-size: 40px;
  color: white;
}
/* --------- Brands --------- */
#our-brands .section_main_head h3 {
  position: relative;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  padding-top: 0;
}
#our-brands .row {
  align-items: center;
}
/*------------------ How it Works --------------------*/
#how-it-works {
  background-color: #F2F2F2;
  padding-bottom: 0;
}
.how-it-works-container {
  padding-top: 10em;
}
.how-it-works-box {
  border-right: 1px solid rgb(186 186 186 / 30%);
}
#how-it-works .card span {
  font-size: 43px;
  -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 34px;
}
.how-it-works-box-inner h5 {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.how-it-works-box-text {
  color: #ECE7DF;
}
.how-it-readmore-link a {
  color: white;
}
.how-it-works-box-inner {
  padding: 86px 29px 29px 29px;
}
#how-it-works .card {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  border-radius: 0px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  transform: translateY(31%);
}
#how-it-works .card .focus-content {
  display: block;
  opacity: 0;
}
#how-it-works .how-it-works-box:hover .card {
  transform: translateY(0);
  background-color: rgb(226 220 22 / 80%);
}
#how-it-works .how-it-works-box:hover .focus-content {
  opacity: 1;
}
#how-it-works .card * {
  transition: 0.3s ease all;
}

/* #how-it-works .card:hover img, .card:focus-within img {
  margin-top: -80px;
} */

#how-it-works .card:hover h3, .card:focus-within h3 {
  padding: 8px 12px 0;
}
.how-it-works-box:hover .how-it-works-box-full-text {
  opacity: 1;
  transition: all 0.3s ease 0s;
  /* transform: translateY(100%); */
  position: unset;
  top: 0;
}
/*------ Pricing Plans ------------*/
.plan-info {
  position: relative;
  text-align: center;
}
.plan-details {
  position: relative;
}
.plan_price .plan-cur {
  color: black;
  font-size: 16px;
  padding-top: 5px;
  padding-right: 3px;
}
.plan_price {
  color: white;
  font-size: 46px;
  font-weight: 700;
}
.plan-features {
  text-align: left;
  padding: 22px 40px;
}
.plan_package {
  font-size: 14px;
  color: #FDFDFD;
  padding-top: 5px;
  font-weight: 500;
  display: block;
  margin-top: 9px;
}
.plan-info h5 {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 19px 10px;
}
.plan-price {
  padding-bottom: 28px;
  padding-top: 49px;
  background-color: #07242D;
}
.plan-features ul {
  margin: 0;
}
.plan-features li {
  font-size: 14px;
  margin-bottom: 15px;
  list-style: none;
  color: white;
  position: relative;
}
.plan-features li i {
  font-size: 9px;
  color: black;
  position: relative;
  top: -3px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: 50%;
  padding: 2px 3px;
  margin-right: 8px;
}
.plan-features {
  text-align: left;
}
li.active-feature-list i {
  background-color: white;
  color: black;
}
.plan-features .theme_button {
  padding: 10px 25px;
  color: white;
  border-radius: 15px;
  font-size: 14px;
  border-radius: 28px;
  background: #1E1E1E;
  display: block;
  text-align: center;
}
#pricing-plan .owl-carousel .owl-stage-outer {
  padding-top: 4em;
  padding-bottom: 10px;
}
#pricing-plan {
  background-color: #07242D;
}
.shape-plan::before {
  background-color: #061D24;
}
.plan-features li.active-feature-list i {
  color: #797979;
  opacity: 1;
  border-color: #797979;
}
.plan-btn a.theme_button {
  background-color: transparent;
  border: 1px solid white;
  margin-bottom: 30px;
}
.plan-btn a.theme_button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.plan-info.recommended_box {
  background-color: var(--color-primary);
  position: relative;
  top: -35px;
}
.plan-info.recommended_box h5 {
  background-color: #E5CA9F;
  color: white;
}
.plan-info.recommended_box .plan_price, .plan-info.recommended_box .plan_package, .plan-info.recommended_box .plan-features li{
  color: white;
}
.plan-info.recommended_box .plan-details .plan-features li i {
  border-color: white;
  color: white;
}
.plan-info.recommended_box .plan-btn a.theme_button {
  display: block;
  background-color: #222222;
}
.plan-info.recommended_box .plan-features li.active-feature-list, .plan-info.recommended_box .plan-features li.active-feature-list i{
  color: white;
}
.plan-info.recommended_box .plan-btn a.theme_button:hover {
  display: block;
  background-color: white;
  color: #222222;
}
.plan-info.recommended_box .plan-details {
  padding: 65px 30px;
}
/* ----------- Testimonials ------------- */
.testimonial_box svg {
  position: absolute;
  right: 0;
  z-index: 9;
}
.rating-score > .rating-score-item, .rating-input > label {
  display: inline-block;
}
.rating-score > .rating-score-item:after, .rating-input > label:after {
  font-family: "FontAwesome";
  font-size: 13px;
  color: #FFC107;
  letter-spacing: 7px;
}
.rating-score[data-rating="1"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4"] > .rating-score-item:nth-child(-n + 4):after, .rating-score[data-rating="5"] > .rating-score-item:nth-child(-n + 5):after, .rating-score[data-rating="0.5"] > .rating-score-item:nth-child(-n + 0):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(-n + 4):after, .rating-input > input:checked ~ label:after, .rating-input:hover > input + label:hover:after, .rating-input:hover > input + label:hover ~ input + label:after {
  content: "\f005";
}
.rating-score[data-rating="0.5"] > .rating-score-item:nth-child(1):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(2):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(3):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(4):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(5):after {
  content: "\f123";
}
.rating-score > .rating-score-item:after, .rating-input > label:after, .rating-input:hover > input + label:after {
  content: "\f006";
}
.rating-score {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.rating-input {
  border: none;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rating-input > input {
  display: none;
}
#testimonials .owl-dots {
  margin-top: 3em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote i {
  color: rgba(0, 0, 0, 0.08);
  font-size: 50px;
  position: absolute;
  top: -2%;
  right: 6px;
  /* transform: rotateY(180deg); */
}
/*#testimonials {
  background-color: #e5f0dd;
}*/
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 60px !important;
  height: 60px;
  border-radius: 0;
  position: relative;
  z-index: 99;
  /* margin-right: 10px; */
}
.quote_box svg {
  position: absolute;
  right: 0;
  z-index: 999;
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 3px;
  padding-top: 0;
}
.testimonial-title a {
  font-size: 20px;
  position: relative;
  color: var(--color-primary);
  font-weight: 700;
}
.testimonials_image {
  margin-right: 10px;
}
.t-desig {
  font-size: 16px;
  display: block;
  color: white;
  font-weight: 400;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 16px;
  margin-bottom: 10px !important;
  color: white;
  font-weight: 500;
  line-height: 31px;
}
.testimonial-block .media {
  align-items: center;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box{
  transition: all .6s ease;
}
.testimonials-info {
  margin-top: 20px;
  margin-bottom: 20px;
}
#testimonials .owl-carousel .owl-stage-outer {
  padding-top: 34px;
}
.testimonial-image-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-bg {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.testimonials-bg:after {
  content: '';
  content: "";
  display: block;
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  background-color: rgba(243, 243, 243, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  /* z-index: 99999; */
  margin: 0 auto;
}
.testimonial-data.quote_box {
  position: relative;
  z-index: 99;
  padding: 30px 102px 30px 30px;
}
.t-tagline {
  font-weight: 700;
  font-size: 22px;
}
/*------------------ Contact Us --------------------*/
#contact_us_section ul.nav-tabs {
  border: none;
  background-color: white;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 36px;
}
#contact_us_section .nav-tabs .nav-item .nav-link.active {
  color: white;
  background-color: var(--color-primary);
  border: none;
}
#contact_us_section .nav-tabs .nav-item .nav-link {
  color: #626B7D;
  border: none;
  border-radius: 27px;
  padding: 9px 24px;
  font-weight: 600;
}

#contact_us_section ul.nav-tabs li.nav-item {
  display: inline-block;
}
.contact_us_shortcode textarea {
  height: 116px;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="phno"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea {
  background-color: transparent;
  border: none;
  color: white;
  padding: 12px 24px;
  font-family: var(--primary-font);
  border-radius: 0;
  border: none;
  width: 100%;
  margin-right: 0;
  font-size: 15px;
  /* border: 1px solid white; */
  border: 1px solid #FFFFFF4D;
  margin-bottom: 16px;
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="phno"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder{
  color: white;
}
.contact_us_shortcode  p {
  margin-bottom: 0;
}
.contact_us-container .row {
  align-items: center;
}
.contact_us_shortcode input[type="submit"] {
  padding: 11px 35px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_us_shortcode form {
  position: relative;
}
.contact_us_head 
 .section_main_head {
    padding: 40px;
}
#contact_us_section span.wpcf7-list-item-label {
  color: white;
  font-size: 14px;
  margin-top: 12px;
}
button.wpcf7-submit {
  margin-bottom: 12px;
}
#contact_us_section .section_main_head h3 {
  font-size: 25px;
  padding-top: 0;
}
.contact_us_shortcode  label {
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
.google-map embed {
  height: 427px;
  border-radius: 20px 0px 0px 20px;
}
.contact-us-git-block i {
  color: var(--color-primary);
  font-size: 16px;
  background-color: #061D24;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.contact-us-git-block {
  margin-bottom: 30px;
}
a.contact-us-contact-text, .contact-us-contact-text {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
a.contact-us-contact-text:hover {
  color: var(--color-primary);
}
.contact-us-git-block:last-child {
  padding-right: 0;
}
/*------------------ Projects --------------------*/
.custom-projects-nav.owl-nav {
  text-align: right;
}
.custom-projects-nav.owl-nav button.owl-prev {
  margin-right: 10px;
}
.projects-item:hover .projects-title-box h5 a{
  color: var(--color-primary);
}
#projects button.owl-prev, #projects button.owl-next{
  transform: unset;
  position: unset;
}
#services-counter, #projects-counter {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: black;
  font-family: var(--primary-font);
  font-weight: 500;
}
.active-slide-count{
  color: var(--color-primary);
}
.service-image img {
  width: 100%;
}
.tab-active-image {
  display: none;
}
.nav-link.active .tab-image {
  display: none;
}
.nav-link.active .tab-active-image {
  display: block;
}
/* --------- Projects --------- */
.projects-meta-type {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 14px 0 7px 0;
}
.projects-image img {
  border-radius: 10px;
}
.projects-title-box h5 a {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
}
.projects-title-box h5 {
  padding-top: 0;
}
.projects-text {
  color: #C8D3DD;
  font-size: 18px;
  line-height: 33.66px;
  margin-bottom: 0px;
}
.project-nav {
  margin: 0 0 0  auto;
}
.owl-carousel .owl-item .projects-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}


/*---------------------- Gallery ------------------------*/x
.gallery_image_box i {
  text-align: center;
  background-color: var(--color-primary);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  padding: 16px 18px;
  border-radius: 50%;
}
.gallery_icon {
  display: none;
}
.gallery_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(20 27 34 / 70%);
  align-items: center;
  justify-content: center;
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
/* Main CSS */
#work-gallery {
  background-color: #F2F2F2;
  padding-bottom: 0;
}
.grid-wrapper {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-auto-rows: 301px;
  grid-auto-flow: dense;
  padding: 0;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper div img, .grid-wrapper div a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
  width: 100%;
}
.gallery-wrapper.container {
  max-width: 1468px;
}
/* --------- Team --------- */
#team .box {
  background: transparent;
  text-align: center;
  position: relative;
  transition: all 0.3s ease 0s;
}
#team .box img {
  width: 100%;
  height: auto;
  transition: all .6s ease-in-out;
  margin: 0 !important;
}
#team .box .box-content {
  color: #fff;
  width: 83%;
  padding: 4px 15px 12px 15px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transition: all 0.4s ease-out;
  background-color: white;
  display: inline-block;
  border-radius: 0;
  bottom: -3em;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
}
.social-profiles {
  display: none;
}
#team .box:hover .box-content {
  background-color: var(--color-primary);
  transition: all 0.4s ease-out;
}
.team-btn {
  margin-top: 3em;
}
#team .box:hover .box-content .social-profiles {
  display: block;
  margin-top: 5px;
}
.social-profiles a i {
  color: white;
}
#team .owl-carousel .owl-stage-outer {
  padding-bottom: 3em;
}
@media only screen and (max-width:990px){
    #team .box{ margin: 0 0 30px; }
}
.team-headbox {
  border-radius: 40px;
}
.social-profiles a:last-child i {
  padding-right: 0;
}
.team-text {
  color: #dfdfdf;
  font-size: 15px;
}
.team_img img {
}
.team_head  a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
#team .box .box-content span {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.team_head {
  padding-bottom: 4px;
}
#team .box:hover .box-content .team_head  a, #team .box:hover .box-content span {
  color: white;
}

/* ----------- Latest News ------------- */
.left-post-column .post-date {
  /* display: flex; */
  /* align-items: center; */
  background-color: white;
  padding: 10px 19px;
  display: inline-block;
  border-radius: 34px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.right-post-column .blog-box h5 a {
  font-size: 16px;
}
.right-post-column .post-date {
  position: unset;
}
.right-post-column .blog-box .post_img {
  width: 156px;
  margin-right: 18px;
}
.post-date {
  display: flex;
  align-items: center;
}
.post-image-block img {
  width: 100%;
}
.entry-author a {
  color: #797979;
}
.blog-box {
  position: relative;
  align-items: center;
}
.post_img {
  position: relative;
}
.news-box.mb-4.aos-init.aos-animate {
  padding-bottom: 25px;
  border-bottom: 1px solid #FFFFFF4D;
}
.news-box span.news_date {
  display: block;
  font-family: var(--primary-font);
  font-size: 21px;
  font-weight: 700;
}
.news-row {
  margin-top: 14px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.metabox span{
  display: inline-block;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 15px;
  color: white;
  font-weight: 500;
}
.post-image-block {
  position: relative;
}
.post-meta-content {
  display: flex;
  align-items: center;
}
.blog-box ul.post-categories a {
  background-color: transparent;
  color: #1C2539;
}
.author-post a {
  color: var(--color-primary);
  text-transform: capitalize;
}
.entry-comments {
  margin-left: 14px;
}
.entry-date i, .entry-comments i {
  color: black;
  padding-right: 4px;
}
.blog-box h5 a {
  color: white;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-size: 20px;
}
.blog-box .entry-author a, .blog-box .entry-date {
  color: black;
}
.blog-box span.entry-author {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.right-post-column .blog-box .entry-author a, .right-post-column .blog-box .entry-date {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.right-post-column .shape-news:before {
  padding-top: 87%;
}
.entry-date svg path {
  stroke: black;
}
.right-post-column .entry-date svg path {
  stroke: white;
}
.left-post-column .shape-news:before {
  padding-top: 62%;
}
.left-post-column .post-content {
  padding-top: 1em;
}
.left-post-column .blog-box h5 a {
  margin-top: 14px;
}
.post-link a {
  color: #222222;
}
.post-link a {
  color: var(--color-primary);
  border-bottom: 1px solid;
}
.post-link a:hover {
  color: var(--color-primary);
}
.left-post-column .news-text {
  margin: 18px 0 10px 0;
}
/*---------------Contact Us ---------------*/
#contact-section .contact-us-git-block i {
  background-color: #000000;
}
#contact-section .section_main_head h3 {
  color: white;
  font-weight: 700;
  font-size: 31px;
}
#contact-section a.theme_button {
  padding: 14px 37px;
}
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.wpcf7-date {
    position: relative;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
.contact-us-bg {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.contact-us-bg:after {
  content: '';
  content: "";
  display: block;
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  background-color: var(--color-primary);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  /* z-index: 99999; */
  margin: 0 auto;
}
.contact-row {
  margin: 0;
  position: relative;
  margin-bottom: -10em;
}
.contact-row .row {
  z-index: 99;
  position: relative;
  margin: 0;
  padding: 3em;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin-right: 16px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 0;
  height: 17px !important;
  width: 17px !important;
  display: flex;
  border: none;
  /* display: flex; */
  /* align-items: center; */
  align-items: center;
  justify-content: center;
}

.owl-carousel button.owl-dot.active span,
button.owl-dot.active span {
  background-color: var(--color-primary) !important;
}
.owl-carousel .owl-dots button.owl-dot span, .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #FFFFFF4D;
  border-radius: 50%;
  margin: 3px;
}
.owl-carousel .owl-dots button.owl-dot.active span, .owl-dots button.owl-dot.active span {
  width: 8px;
  height: 8px;
}

.owl-carousel button.owl-dot.active,
button.owl-dot.active {
  background-color: transparent !important;
  border-color: var(--color-primary) !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
button.owl-next {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 15px 17px;
  color: white;
  border: none;
  background-color: #07242D;
  border: none;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  box-shadow: 0px 0px 7px 0px #0000001C;
  border-radius: 50%;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
  opacity: 1;
}
#slider .owl-dots button.owl-dot:last-child {
  margin: 0;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}

/*---------------Newsletter ---------------*/
.newsletter_shortcode {
  padding-bottom: 5em;
}
.newsletter-container {
  border-radius: 20px;
  max-width: 55%;
  margin: 0 auto;
  text-align: center;
}
.newsletter-container  h4 {
  color: white;
  font-size: 17px;
}
#newsletter_section .section_main_head h3 {
}
.newsletter_form {
  margin-top: 20px;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: rgb(255 255 255 / 30%);
  border: none;
  color: #959595;
  padding: 12px 24px;
  font-family: var(--primary-font);
  border-radius: 0;
  border: none;
  width: 100%;
  margin-right: 0;
  font-size: 15px;
  border: 1px solid white;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #959595;
}
.newsletter_shortcode  p {
  margin-bottom: 0;
}
.newsletter-container .row {
  align-items: center;
}
.newsletter_shortcode input[type="submit"] {
  padding: 11px 35px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter_shortcode form {
  position: relative;
}
#newsletter_section {
  position: relative;
  padding-bottom: 23em;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.newsletter_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
  background-size: 100% 100%;
}
/*-----------------------faq--------------------------*/
#our-faq{
  padding: 40px;
}
#our-faq .section_main_head h6 {
  color: #12161C;
  margin-bottom: 16px;
}
#accordionfaq button.accordion-button {
  font-size: 16px;
  color: white;
  font-weight: 600;
  padding: 22px 0px 22px 0px;
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  font-family: var(--primary-font);
  border-bottom: 1px solid #FFFFFF4D;
  border-radius: 0;
  margin-bottom: 0;
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: white;
  border: 1px solid white;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f104";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  color: white;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f107";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  color: white;
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-body {
  padding: 0;
  margin-top: 19px;
}
.accordion-collapse{
  padding: 0px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
#accordionfaq button.accordion-button:not(.collapsed) {
}
.accordion-body p {
  font-size: 14px;
  color: white;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
#our-faq {
  padding: 40px 0 40px 70px;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0;
}
.post_img img {
  width: 100%;
}
.blog-box:hover h5 a{
    color: var(--color-primary);
}
span.rpwwt-post-title:hover {
  color: var(--color-primary);
}
#footer-widgets {
  padding: 6em 0 4em 0;
}
.post-content svg {
  margin-right: 6px;
}
.blog_inner_box  .news_block {
  padding-top: 1em;
}
#testimonials.testimonial_page_template {
  background-color: transparent;
}
.portfolio-image {
  position: relative;
}
button.owl-dot:last-child {
  margin-right: 0 !important;
}