@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Rotech
    Template URI: https://themealpha.dev/
    Description: IT solutions & services company HTML5 Template
    Author: amdadulj
    Author URI: https://themeforest.net/user/amdadulj
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	* Theme default CSS

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

:root {
  --primary-color: #266FF2;
	--secondary-color: #09C3FF;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes rotech-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes rotech-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotech-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotech-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotech-shake {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes rotech-shake {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes shapeDownLeft {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes shapeTopLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/* reset css start */
body {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  font-family: "Arimo", sans-serif;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
button:focus {
  outline: none;
}

span {
  font-family: "Arimo", sans-serif;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Arimo", sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #171719;
}

.cite-block:before, cite:before {
  content: "— ";
}

table {
  width: 100%;
  caption-side: top;
}

p,
li,
span {
  color: #727885;
  margin-bottom: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

input,
textarea {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  min-height: 60px;
  padding: 0 30px;
  border-radius: 0px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 8px 18px rgba(228, 228, 228, 0.21);
  border-color: #E6EEFB;
}
.nice-select::after {
  border-width: 1px;
  right: 25px;
}
.nice-select span {
  color: #acafb1;
}
.nice-select .list {
  border-radius: 0px;
  max-height: 245px;
  overflow-y: scroll;
  z-index: 8;
  width: 100%;
}
.nice-select .list li {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 0;
}
.nice-select .list li:focus, .nice-select .list li:hover {
  background: #f4f4f4;
}
.nice-select .list .selected.focus {
  background: #f4f4f4;
}
.nice-select .list .option {
  color: #171719;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
}

/* global css end */
.fix {
  overflow: hidden;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dark-bg {
  background-color: #171719;
}

.theme-light-bg {
  background: #E6EEFB;
}
.theme-light-bg .rotech-section-heading__style-2 .sub-heading {
  background: #d3e2fa;
}

.theme-dark-bg {
  background: #171719;
}
.theme-dark-bg .rotech-section-heading__style-2 .sub-heading {
  background: #162830;
}

.white {
  color: #ffffff;
}

.f-right {
  float: right;
}

.border-effect a,
.border-effect span.border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.border-effect a:hover,
.border-effect span.border-effect:hover {
  background-size: 100% 2px;
}

span.border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
span.border-effect:hover {
  background-size: 100% 2px;
}

.widget .wp-block-search__label,
.widget .wp-block-group h2,
.rotech-title-uppercase {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.list-unstyled {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.rotech-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.rotech-overlay.is-open {
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/icons/cancel.png), auto;
}

.theme-bg {
  background: var(--primary-color);
}

.rotech-onhover-zoom .thumb {
  overflow: hidden;
}
.rotech-onhover-zoom .thumb img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.rotech-onhover-zoom:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.rotech-container__fluid {
  max-width: 1785px;
}
@media (max-width: 1599px) {
  .rotech-container__fluid {
    max-width: 1400px;
  }
}
@media (max-width: 1199px) {
  .rotech-container__fluid {
    max-width: 960px;
  }
}

.rotech-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 25px;
}
.rotech-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: 0px 2.5px;
  display: inline-block;
}

.rotech-section-heading {
  position: relative;
  z-index: 2;
}
.rotech-section-heading .sub-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  line-height: 110%;
}
.rotech-section-heading .sub-heading::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  background: var(--primary-color);
  top: auto;
  bottom: -2px;
}
.rotech-section-heading .heading {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .rotech-section-heading .heading {
    font-size: 32px;
    line-height: 44px;
  }
  .rotech-section-heading .heading br {
    display: none;
  }
}
.rotech-section-heading__light p,
.rotech-section-heading__light .heading,
.rotech-section-heading__light .sub-heading {
  color: #ffffff;
}
.rotech-section-heading__style-2 .sub-heading {
  background: #E6EEFB;
  border-radius: 40px;
  padding: 8px 21px;
  margin-bottom: 15px;
}
.rotech-section-heading__style-2 .sub-heading::after {
  display: none;
}

.rotech-input-field input,
.rotech-input-field textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
}

.scroll-to-bottom {
  height: 35px;
  width: 21px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  bottom: -260px;
  left: 0;
}
.scroll-to-bottom::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: auto;
  bottom: 5px;
  left: 50%;
  translate: -50% 0px;
  background: #ffffff;
}

.column-gap-10 {
  margin-right: calc(var(--bs-gutter-x) * -0.22);
  margin-left: calc(var(--bs-gutter-x) * -0.22);
}
.column-gap-10 > * {
  padding-right: calc(var(--bs-gutter-x) * 0.22);
  padding-left: calc(var(--bs-gutter-x) * 0.22);
}

.column-gap-30 {
  margin-right: calc(var(--bs-gutter-x) * -0.6);
  margin-left: calc(var(--bs-gutter-x) * -0.6);
}
.column-gap-30 > * {
  padding-right: calc(var(--bs-gutter-x) * 0.6);
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top Negative --*/
.mt-none-5 {
  margin-top: -5px;
}

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-15 {
  margin-top: -15px;
}

.mt-none-20 {
  margin-top: -20px;
}

.mt-none-25 {
  margin-top: -25px;
}

.mt-none-30 {
  margin-top: -30px;
}

.mt-none-35 {
  margin-top: -35px;
}

.mt-none-40 {
  margin-top: -40px;
}

.mt-none-45 {
  margin-top: -45px;
}

.mt-none-50 {
  margin-top: -50px;
}

.mt-none-55 {
  margin-top: -55px;
}

.mt-none-60 {
  margin-top: -60px;
}

.mt-none-65 {
  margin-top: -65px;
}

.mt-none-70 {
  margin-top: -70px;
}

.mt-none-75 {
  margin-top: -75px;
}

.mt-none-80 {
  margin-top: -80px;
}

.mt-none-85 {
  margin-top: -85px;
}

.mt-none-90 {
  margin-top: -90px;
}

.mt-none-95 {
  margin-top: -95px;
}

.mt-none-100 {
  margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #171719;
  margin: 0;
  line-height: 1.4;
  font-family: "DM Serif Display", sans-serif;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #171719;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="65"]::before {
  opacity: 0.65;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.rotech-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
  left: auto;
  right: 0;
}

.rotech-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/icons/cancel.png), auto;
}

/* HEADER CSS START*/
.rotech-logo-menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.rotech-logo-menu-wrapper .rotech-logo {
  margin-right: 50px;
  max-width: 185px;
}
.rotech-logo-menu-wrapper .rotech-logo__sticky {
  display: none;
}
@media (max-width: 991px) {
  .rotech-logo-menu-wrapper .rotech-logo {
    margin-right: 0px;
  }
}

@media (max-width: 1199px) {
  .rotech-header {
    padding: 20px 0px;
  }
}
.rotech-header .right-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.rotech-header .right-element li {
  cursor: pointer;
  position: relative;
}
.rotech-header .right-element li:not(:last-child) {
  margin-right: 35px;
}
.rotech-header .right-element.mm-only {
  display: none;
}
@media (max-width: 1199px) {
  .rotech-header .right-element.mm-only {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
.rotech-header .rotech-btn {
  padding: 10px 42px;
}
.rotech-header .rotech-btn.has-span {
  margin-bottom: 0px;
}
.rotech-header.uk-active {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 12px 0px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .rotech-header.uk-active {
    padding: 20px 0px;
  }
}
.rotech-header.uk-active .rotech-menu-wrapper {
  background: transparent;
}
.rotech-header.uk-active ul li a {
  color: #171719;
}
.rotech-header.uk-active ul li a:focus {
  color: var(--secondary-color);
}
.rotech-header.uk-active .rotech-logo__default {
  display: none;
}
.rotech-header.uk-active .rotech-logo__sticky {
  display: inline-block;
}
.rotech-header.uk-active .right-element li svg path {
  fill: #171719;
}
.rotech-header__style-2 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
.rotech-header__style-2 .right-element li svg path {
  fill: #ffffff;
}
.rotech-header.no-menu {
  padding: 30px 0px;
}
.rotech-header.no-menu .right-element,
.rotech-header.no-menu .rotech-menu-wrapper {
  display: none;
}

.sideinfo-trigger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sideinfo-trigger span {
  translate: 12px 0px;
  width: 25px;
  height: 2px;
  border-radius: 20px;
  margin: 2.5px 0px;
  background: #ffffff;
}
.sideinfo-trigger span:nth-child(2) {
  width: 20px;
}
.sideinfo-trigger span:nth-child(3) {
  width: 15px;
}

.rotech-menu-unit .rotech-main-menu {
  padding-right: 20px;
  padding-left: 30px;
}

.position-absolute.uk-sticky-fixed {
  position: fixed !important;
}
.position-absolute.uk-sticky-fixed .standard-logo {
  display: none;
}

/* HEADER CSS END*/
/* MENU CSS START */
.rotech-menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  background: #E6EEFB;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 1199px) {
  .rotech-menu-wrapper {
    display: none;
  }
}
.rotech-menu-wrapper__style-2 {
  background: transparent;
}

.rotech-main-menu {
  position: relative;
  padding-right: 175px;
}
@media (max-width: 1599px) {
  .rotech-main-menu {
    padding-right: 35px;
  }
}
.rotech-main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rotech-main-menu ul li {
  position: relative;
}
.rotech-main-menu ul li:not(:last-child) {
  margin-right: 65px;
}
@media (max-width: 1599px) {
  .rotech-main-menu ul li:not(:last-child) {
    margin-right: 60px;
  }
}
.rotech-main-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #171719;
  padding: 10px 0px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.rotech-main-menu ul li a:focus {
  color: var(--secondary-color);
}
.rotech-main-menu ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 9px;
  height: 9px;
  background: var(--secondary-color);
  bottom: 20px;
  left: -15px;
  border-radius: 50%;
  translate: 0px -50%;
  top: 50%;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0.3;
}
.rotech-main-menu ul li:hover > a {
  color: var(--secondary-color);
}
.rotech-main-menu ul li:hover > a::before {
  opacity: 1;
}
.rotech-main-menu ul li:hover a {
  color: var(--secondary-color);
}
.rotech-main-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
}
.rotech-main-menu ul li .sub-menu {
  left: 0%;
  position: absolute;
  min-width: 250px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 20px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  text-align: left;
  transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.rotech-main-menu ul li .sub-menu li {
  padding: 0px 30px;
  width: 100%;
  margin-right: 0px;
}
.rotech-main-menu ul li .sub-menu li::after {
  display: none;
}
.rotech-main-menu ul li .sub-menu li a {
  color: #171719;
  padding: 3px 0px;
}
.rotech-main-menu ul li .sub-menu li a::before, .rotech-main-menu ul li .sub-menu li a::after {
  display: none;
}
.rotech-main-menu ul li .sub-menu li:hover > a {
  color: var(--secondary-color);
  padding-left: 5px;
}
.rotech-main-menu ul li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.rotech-main-menu ul .menu-item-has-children > a::after {
  font-size: 12px;
  content: "";
  transform: translateY(1px);
  display: inline-block;
  padding-left: 7px;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.4s linear;
}
.rotech-main-menu ul .rotech-megamenu {
  position: static;
}
.rotech-main-menu ul .rotech-megamenu .sub-menu {
  padding: 50px;
  width: 100%;
  padding-bottom: 35px;
}
.rotech-main-menu__style-2 ul li a {
  color: #ffffff;
}

.mean-container .mean-bar {
  padding-left: 10px;
  padding-top: 30px;
}
.mean-container .mean-bar a {
  font-weight: 700 !important;
  font-size: 14px;
}
@media (max-width: 475px) {
  .mean-container .mean-bar a {
    padding-left: 5% !important;
  }
}
.mean-container .mean-bar a.mean-expand {
  right: 40px !important;
}
@media (max-width: 475px) {
  .mean-container .mean-bar a.mean-expand {
    right: 20px !important;
  }
}

/* MENU CSS END */
/* preloader css start */
#rotech-loadding {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rotech-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  text-align: center;
}
.rotech-spinner > div {
  width: 18px;
  height: 18px;
  background: var(--primary-color);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: rotech-bouncedelay 1.4s infinite ease-in-out both;
  animation: rotech-bouncedelay 1.4s infinite ease-in-out both;
}
.rotech-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rotech-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* preloader css end */
/* BUTTON CSS START */
.rotech-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 42px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  background: var(--primary-color);
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden;
  z-index: 1;
}
.rotech-btn__small {
  padding: 10px 36px;
}
.rotech-btn__round {
  border-radius: 40px;
}
.rotech-btn__borderd {
  border: 1px solid #E6EEFB;
  border-radius: 40px;
  color: #171719;
  background: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 14px 42px;
  letter-spacing: 0px;
}
.rotech-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--secondary-color);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.rotech-btn.has-span {
  margin-bottom: -10px;
}
.rotech-btn__style-2 {
  overflow: visible;
  z-index: 1;
  background: var(--primary-color);
  padding: 14px 49px;
}
.rotech-btn__style-2 p {
  position: relative;
  z-index: 2;
}
.rotech-btn__style-2 span {
  display: none;
}
.rotech-btn__style-2::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #ffffff;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  z-index: -1;
}
.rotech-btn__style-2::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--primary-color);
}
.rotech-btn__style-2--2::before {
  background: var(--secondary-color);
}
.rotech-btn:hover {
  color: #ffffff;
}
.rotech-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.rotech-inline-btn {
  position: relative;
  overflow: hidden;
  width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  color: var(--primary-color);
}
.rotech-inline-btn .icon {
  position: relative;
  margin-left: 55px;
}
.rotech-inline-btn i {
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.rotech-inline-btn i:first-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-10px) translateY(0);
}
.rotech-inline-btn i:last-child {
  opacity: 1;
  display: block;
  transform: translateY(0) translateY(0);
}
.rotech-inline-btn:hover i:first-child {
  opacity: 1;
  transform: translateZ(0);
}
.rotech-inline-btn:hover i:last-child {
  opacity: 0;
  transform: translateX(20px) translateY(0);
}

.rotech-video-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rotech-video-wrapper .rotech-video-btn {
  margin-right: 15px;
}
.rotech-video-wrapper span {
  font-size: 14px;
  color: #171719;
  font-weight: 700;
  text-transform: capitalize;
}

.rotech-video-btn {
  width: 60px;
  height: 60px;
  color: #ffffff;
  background: var(--secondary-color);
  border-radius: 50%;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rotech-video-btn:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.rotech-zoom-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: var(--secondary-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-zoom-btn:hover {
  background: var(--primary-color);
  color: #ffffff;
}

/* BUTTON CSS END */
/* SEARCH POPUP CSS START */
.search-box-outer {
  margin: 0 35px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .search-box-outer {
    margin: 0px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .search-box-outer {
    margin-right: 20px;
  }
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  margin-top: -540px;
  transform: translateY(-100%);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup::after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../img/shapes/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}
.search-popup .color-layer {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary-color);
  width: 70px;
  cursor: pointer;
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  padding: 0px;
}
.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 24px;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 999;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #171719;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #171719;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
}
.search-popup .form-group input[type=text]::-webkit-input-placeholder,
.search-popup .form-group input[type=search]::-webkit-input-placeholder {
  color: #171719;
  opacity: 1;
}
.search-popup .form-group input[type=text]::-moz-placeholder,
.search-popup .form-group input[type=search]::-moz-placeholder {
  color: #171719;
  opacity: 1;
}
.search-popup .form-group input[type=text]:-ms-input-placeholder,
.search-popup .form-group input[type=search]:-ms-input-placeholder {
  color: #171719;
  opacity: 1;
}
.search-popup .form-group input[type=text]:-moz-placeholder,
.search-popup .form-group input[type=search]:-moz-placeholder {
  color: #171719;
  opacity: 1;
}
.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #171719;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: #171719;
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0px;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

/* SEARCH POPUP CSS END */
/* side info css */
.hamburger-trigger {
  margin-left: 12px;
  padding: 10px 12px;
  cursor: pointer;
}

.side-info {
  padding: 40px;
}
@media (max-width: 475px) {
  .side-info {
    padding: 25px;
  }
}
.side-info .title {
  text-transform: capitalize;
  font-size: 22px;
}
.side-info .mb-5 {
  margin-bottom: 5px !important;
}
.side-info p {
  font-size: 15x;
  line-height: 28px;
}
.side-info__close {
  top: 0;
  left: 0;
  background: var(--secondary-color);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-info__close a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.side-info__close:hover {
  background: var(--primary-color);
}
.side-info__wrapper {
  padding: 40px;
}
@media (max-width: 475px) {
  .side-info__wrapper {
    padding: 25px;
    padding-bottom: 0px;
  }
}
.side-info .social-links a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.side-info__logo img {
  max-width: 185px;
}

.side-info-wrapper,
.cart-bar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  width: 450px;
  -webkit-transform: translateX(450px);
  -ms-transform: translateX(450px);
  transform: translateX(450px);
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 100;
  padding-top: 0px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  right: 0;
}
@media (max-width: 475px) {
  .side-info-wrapper,
.cart-bar-wrapper {
    width: 310px;
    -webkit-transform: translateX(310px);
    -ms-transform: translateX(310px);
    transform: translateX(310px);
  }
}
.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  color: #171719;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
  background: var(--primary-color);
  color: #ffffff;
}

.side-info-wrapper.is-open,
.cart-bar-wrapper.is-open {
  transform: translateX(0px);
}

.side-info-wrapper.mm-only.is-open {
  display: none;
}
@media (max-width: 1199px) {
  .side-info-wrapper.mm-only.is-open {
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .side-info-wrapper.show-all.is-open {
    display: none;
  }
}

.side-info-wrapper .contact__info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.side-info-wrapper .contact__info li:not(:last-child) {
  margin-bottom: 15px;
}
.side-info-wrapper .contact__info li span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 15px;
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6EEFB;
  border-radius: 5px;
}
.side-info-wrapper .contact__info li:hover span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
.side-info-wrapper .search-box {
  padding: 40px;
  padding-bottom: 0px;
}
@media (max-width: 475px) {
  .side-info-wrapper .search-box {
    padding: 25px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.side-info-wrapper .search-box input {
  border: 1px solid #E6EEFB;
  padding: 15px 20px;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-info-wrapper .search-box input:focus {
  border-color: var(--primary-color);
}
.side-info-wrapper .search-box div {
  position: relative;
}
.side-info-wrapper .search-box button {
  font-size: 20px;
  color: #171719;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0px -50%;
}

/* SOCIAL LINKS CSS START */
.rotech-social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rotech-social-links a {
  color: #171719;
}
.rotech-social-links a:not(:last-child) {
  margin-right: 20px;
}
.rotech-social-links a:hover {
  color: var(--secondary-color);
}
.rotech-social-links span {
  font-size: 14px;
  color: #171719;
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
  display: inline-block;
}

/* SOCIAL LINKS CSS END */
/* OWL NAV CSS START */
@media (max-width: 1199px) {
  .rotech-slide-nav .owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
  }
}
.rotech-slide-nav .owl-nav div {
  font-size: 16px;
  color: #171719;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -25px;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #E6EEFB;
}
.rotech-slide-nav .owl-nav div:hover {
  color: #ffffff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
@media (max-width: 1199px) {
  .rotech-slide-nav .owl-nav div {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    background: var(--secondary-color);
    color: #ffffff;
  }
}
.rotech-slide-nav .owl-nav .owl-next {
  left: auto;
  right: -25px;
}
.rotech-slide-nav__style-2 .owl-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0px;
  justify-content: center;
  margin-top: 60px;
}
.rotech-slide-nav__style-2 .owl-nav div {
  color: #171719;
  position: static;
  background: #ffffff;
  margin-right: 20px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.rotech-slide-nav__style-2 .owl-nav div:hover {
  color: #ffffff;
}
.rotech-slide-nav__style-3 .owl-nav div {
  width: 60px;
  height: 60px;
  font-size: 24px;
  left: -110px;
}
@media (max-width: 1599px) {
  .rotech-slide-nav__style-3 .owl-nav div {
    left: -30px;
  }
}
.rotech-slide-nav__style-3 .owl-nav div.owl-next {
  right: -110px;
}
@media (max-width: 1599px) {
  .rotech-slide-nav__style-3 .owl-nav div.owl-next {
    right: -30px;
  }
}

/* OWL NAV CSS END */
/* HERO CSS START */
.rotech-hero-section {
  position: relative;
  overflow: hidden;
}
.rotech-hero-section .shape {
  right: 0;
  bottom: 0px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .rotech-hero-section .shape {
    right: -5%;
    max-width: 50%;
  }
}
@media (max-width: 1599px) {
  .rotech-hero-section .shape__2 {
    max-width: 55%;
  }
}
@media (max-width: 991px) {
  .rotech-hero-section .shape {
    display: none;
  }
}
.rotech-hero-section .title {
  font-size: 70px;
  letter-spacing: -0.01em;
  line-height: 115%;
}
@media (max-width: 1199px) {
  .rotech-hero-section .title {
    font-size: 48px;
  }
}
@media (max-width: 475px) {
  .rotech-hero-section .title {
    font-size: 36px;
  }
}
.rotech-hero-section .inner-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rotech-hero-section .inner-btns .rotech-btn {
  margin-bottom: 0px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .rotech-hero-section .rotech-social-links {
    margin-top: 45px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .rotech-hero-section .rotech-social-links a {
    margin-top: 10px;
  }
}
.rotech-hero-section .rotech-social-links a:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .rotech-hero-section .rotech-social-links a:not(:last-child) {
    margin-right: 15px;
  }
}
.rotech-hero-section .rotech-social-links a .fa-facebook-f {
  color: #4064ac;
}
.rotech-hero-section .rotech-social-links a .fa-youtube {
  color: #ff0000;
}
.rotech-hero-section .rotech-social-links a .fa-twitter {
  color: #1da1f2;
}
.rotech-hero-section .rotech-social-links a .fa-linkedin {
  color: #0077b5;
}
.rotech-hero-section .inner-right {
  background: #e3ebf8;
  position: relative;
  border-radius: 30px;
  width: 520px;
  min-height: 605px;
  margin: 0 0 0 auto;
  translate: 35px 0px;
}
@media (max-width: 1199px) {
  .rotech-hero-section .inner-right {
    width: 350px;
    min-height: 420px;
    translate: 0px 0px;
  }
}
@media (max-width: 991px) {
  .rotech-hero-section .inner-right {
    margin: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .rotech-hero-section .inner-right {
    display: none;
  }
}
.rotech-hero-section .img-wrapper {
  position: absolute;
  bottom: 0;
  left: -90px;
  max-width: inherit;
}
@media (max-width: 991px) {
  .rotech-hero-section .img-wrapper {
    left: -60px;
  }
}
@media (max-width: 1199px) {
  .rotech-hero-section .rotech-video-wrapper span {
    display: none;
  }
}
.rotech-hero-section__style-2 {
  padding-top: 310px;
  padding-bottom: 260px;
  position: relative;
}
@media (max-width: 1199px) {
  .rotech-hero-section__style-2 {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}
.rotech-hero-section__style-2 .title {
  font-size: 84px;
}
@media (max-width: 1199px) {
  .rotech-hero-section__style-2 .title {
    font-size: 60px;
  }
}
.rotech-hero-section__style-2 .inner-content {
  position: relative;
  z-index: 2;
}
.rotech-hero-section__style-2 .inner-content .title {
  color: #ffffff;
}
.rotech-hero-section__style-2 .inner-content p {
  color: #ffffff;
}
.rotech-hero-section__style-2 .inner-content li {
  color: #ffffff;
}
.rotech-hero-section__style-2 .middle-img {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0px;
  height: 100%;
}
@media (max-width: 1599px) {
  .rotech-hero-section__style-2 .middle-img {
    width: 980px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .rotech-hero-section__style-2 .middle-img {
    display: none;
  }
}
.rotech-hero-section__style-2 .middle-img img {
  height: 100%;
}
.rotech-hero-section__style-2 .rotech-video-btn {
  width: 138px;
  height: 138px;
  font-size: 30px;
  position: absolute;
  right: 95px;
  translate: 0px -50%;
  z-index: 2;
}
@media (max-width: 991px) {
  .rotech-hero-section__style-2 .rotech-video-btn {
    position: relative;
    right: 0;
    translate: 0px 0px;
    margin-bottom: 50px;
    margin-right: 0px;
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}
.rotech-hero-section__style-2 .right-wrapper {
  position: relative;
}
.rotech-hero-section__style-2 .rotech-social-links {
  position: absolute;
  right: 80px;
  top: 50%;
  translate: 0px -50%;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .rotech-hero-section__style-2 .rotech-social-links {
    margin-top: 0px;
    right: 45px;
  }
}
@media (max-width: 991px) {
  .rotech-hero-section__style-2 .rotech-social-links {
    position: relative;
    right: 0;
    translate: 40px 0px;
    margin-top: 50px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rotech-hero-section__style-2 .rotech-social-links {
    translate: 30px 0px;
  }
}
@media (max-width: 767px) {
  .rotech-hero-section__style-2 .rotech-social-links {
    translate: 15px 0px;
  }
}
@media (max-width: 475px) {
  .rotech-hero-section__style-2 .rotech-social-links {
    flex-wrap: wrap;
  }
}
.rotech-hero-section__style-2 .rotech-social-links a {
  display: flex;
  align-items: center;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .rotech-hero-section__style-2 .rotech-social-links a {
    writing-mode: horizontal-tb;
    flex-direction: row;
  }
}
.rotech-hero-section__style-2 .rotech-social-links a:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .rotech-hero-section__style-2 .rotech-social-links a:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 40px;
  }
}
.rotech-hero-section__style-2 .rotech-social-links a span {
  margin-left: 0px;
  color: #ffffff;
  margin-left: 15px;
}
.rotech-hero-section__style-2 .rotech-social-links a:hover {
  opacity: 1;
}
.rotech-hero-section__style-2 .featured-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.rotech-hero-section__style-2 .featured-lists li {
  max-width: 50%;
  margin-bottom: 0px !important;
}
.rotech-hero-section__style-2 .featured-lists li:nth-child(even) {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .rotech-hero-section__style-2 .featured-lists li:nth-child(even) {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .rotech-hero-section__style-2 .featured-lists li {
    max-width: 100%;
  }
}
.rotech-hero-section__style-2 .inner-btns {
  gap: 50px;
}
@media (max-width: 767px) {
  .rotech-hero-section__style-2 .inner-btns {
    gap: 30px;
  }
}
.rotech-hero-section__style-2 .inner-btns a {
  margin: 0px !important;
}
.rotech-hero-section .small-shape {
  position: absolute;
}
.rotech-hero-section .small-shape__1 {
  left: 49%;
  top: 15%;
  z-index: 1;
  animation: shapeTopLeft 2s linear infinite alternate;
}
@media (max-width: 991px) {
  .rotech-hero-section .small-shape__1 {
    left: 10%;
    top: 10%;
  }
}
.rotech-hero-section .small-shape__2 {
  left: 5%;
  bottom: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
@media (max-width: 991px) {
  .rotech-hero-section .small-shape__2 {
    left: 10%;
    bottom: 10%;
  }
}
.rotech-hero-section .small-shape__3 {
  left: 30%;
  bottom: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
@media (max-width: 991px) {
  .rotech-hero-section .small-shape__3 {
    left: 80%;
    top: 20%;
  }
}
.rotech-hero-section .small-shape__4 {
  left: 90%;
  bottom: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}

.review-wrapper .item {
  z-index: 2;
  position: absolute;
  left: -160px;
  top: 60px;
  width: auto;
  padding: 16px;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  background: #ffffff;
  animation: shapeDownLeft 2s linear infinite alternate;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
@media (max-width: 1199px) {
  .review-wrapper .item {
    left: -230px;
    top: -40px;
  }
}
@media (max-width: 991px) {
  .review-wrapper .item {
    left: auto;
    right: -225px;
  }
}
.review-wrapper .item:nth-child(2) {
  animation: shapeTopLeft 2s linear infinite alternate;
  top: auto;
  bottom: -10px;
  left: -120px;
}
@media (max-width: 1199px) {
  .review-wrapper .item:nth-child(2) {
    left: -190px;
  }
}
@media (max-width: 991px) {
  .review-wrapper .item:nth-child(2) {
    left: auto;
    right: -180px;
  }
}
.review-wrapper .item .icon {
  margin-right: 18px;
}
.review-wrapper .item .content h6 {
  font-size: 14px;
}
.review-wrapper .item .content p {
  color: #818181;
  font-size: 12px;
  line-height: 100%;
  margin-top: 8px;
}
.review-wrapper .item .content p i {
  color: #febb43;
}
.review-wrapper .item .content p span {
  color: #171719;
  margin: 0px 5px;
  font-size: 12px;
}

/* HERO CSS END */
/* CARD CSS START */
.rotech-card-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
}
@media (max-width: 991px) {
  .rotech-card-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .rotech-card-wrapper {
    padding: 30px 40px;
  }
}
@media (max-width: 475px) {
  .rotech-card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .rotech-card-wrapper > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .rotech-card-wrapper > div {
    width: 100%;
  }
}
.rotech-card-wrapper > div:nth-child(2) {
  border-left: 1px solid #E6EEFB;
  border-right: 1px solid #E6EEFB;
  padding: 0px 60px;
}
@media (max-width: 1199px) {
  .rotech-card-wrapper > div:nth-child(2) {
    border: none;
    padding: 0px;
  }
}
.rotech-card-wrapper > div:nth-child(2) .rotech-dots {
  left: 60px;
}
@media (max-width: 1199px) {
  .rotech-card-wrapper > div:nth-child(2) .rotech-dots {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .rotech-card-wrapper > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
.rotech-card-wrapper .rotech-card-box {
  animation-delay: 0ms;
}
.rotech-card-wrapper .rotech-card-box:nth-child(2) {
  animation-delay: 200ms;
}
.rotech-card-wrapper .rotech-card-box:nth-child(3) {
  animation-delay: 500ms;
}

.rotech-card-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.rotech-card-box .icon {
  margin-right: 18px;
  width: 70px;
}
.rotech-card-box .rotech-dots {
  background: #E6EEFB;
  border-radius: 40px;
  position: absolute;
  left: 0;
  bottom: -50px;
}
@media (max-width: 991px) {
  .rotech-card-box .rotech-dots {
    display: none;
  }
}
.rotech-card-box .rotech-dots span {
  opacity: 0.3;
}
.rotech-card-box__2 .rotech-dots span {
  background: var(--secondary-color);
}
.rotech-card-box__3 .rotech-dots span {
  background: #FEBB43;
}

/* CARD CSS END */
/* SERVICE CSS START */
.rotech-service-section {
  position: relative;
}
.rotech-service-section .small-shape {
  position: absolute;
  left: 5%;
  bottom: 30%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-service-section .small-shape__2 {
  left: auto;
  right: 10%;
  bottom: auto;
  top: 30%;
  animation: shapeTopLeft 2s linear infinite alternate;
}

.rotech-service-wrapper .owl-stage-outer {
  border: 1px solid #E6EEFB;
}

.rotech-service-item {
  border-right: 1px solid #E6EEFB;
  position: relative;
  padding: 50px;
}
.rotech-service-item::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  height: 2px;
  width: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.rotech-service-item .icon {
  margin-bottom: 40px;
  width: max-content;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-service-item .icon img {
  width: auto;
}
.rotech-service-item .title a {
  font-family: "DM Serif Display", sans-serif;
  color: #171719;
}
.rotech-service-item .title a:hover {
  color: var(--primary-color);
}
.rotech-service-item .rotech-inline-btn {
  margin-top: 35px;
  color: #171719;
  font-size: 18px;
  display: inline-block;
  color: #171719;
}
.rotech-service-item .rotech-inline-btn:hover {
  color: var(--primary-color);
}
.rotech-service-item:hover::after {
  width: 100%;
}
.rotech-service-item:hover .icon {
  transform: rotateY(180deg);
}
.rotech-service-item__style-2 {
  padding: 0px;
  padding-bottom: 25px;
  padding-left: 40px;
  border: none;
  border-left: 2px solid #E6EEFB;
}
.rotech-service-item__style-2::after {
  display: none;
}
.rotech-service-item__style-2 .icon {
  background: var(--primary-color);
  width: 85px;
  height: 85px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rotech-service-item__style-2 .icon__2 {
  background: #3dddc6;
}
.rotech-service-item__style-2 .icon__3 {
  background: var(--secondary-color);
}
.rotech-service-item__style-2 .icon__4 {
  background: #fedb35;
}
.rotech-service-item__style-2 .icon__5 {
  background: #ff5151;
}
.rotech-service-item__style-2 .title {
  margin-top: 20px;
}
.rotech-service-item__style-2 .title a {
  color: #171719;
  font-size: 30px;
}

.rotech-service-section-page .rotech-service-item {
  border: 1px solid #E6EEFB;
}

.rotech-sbox-section {
  position: relative;
  z-index: 1;
  background: #E6EEFB;
  margin-top: -2px;
}
.rotech-sbox-section .sub-heading {
  background: #2e2e30;
}
.rotech-sbox-section::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 50%;
  background: #171719;
  z-index: -1;
}
@media (max-width: 991px) {
  .rotech-sbox-section::after {
    width: 100%;
    height: 50%;
  }
}
.rotech-sbox-section .rotech-inlineBtn {
  color: #ffffff;
  margin-top: 280px;
  display: inline-block;
}
@media (max-width: 991px) {
  .rotech-sbox-section .rotech-inlineBtn {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.rotech-sbox-section .rotech-inlineBtn i {
  color: #ffffff;
  margin-left: 70px;
}
.rotech-sbox-section .rotech-inlineBtn .text {
  position: relative;
  color: #ffffff;
}
.rotech-sbox-section .rotech-inlineBtn .text::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  height: 1px;
  bottom: 0px;
  top: auto;
}
.rotech-sbox-section .justify-content-center > .col-xl-4 {
  width: 31%;
}
@media (max-width: 991px) {
  .rotech-sbox-section .justify-content-center > .col-xl-4 {
    width: 100%;
  }
}
.rotech-sbox-section .justify-content-center .col-xl-8 {
  width: 69%;
}
@media (max-width: 991px) {
  .rotech-sbox-section .justify-content-center .col-xl-8 {
    width: 100%;
  }
}
.rotech-sbox-section .column-gap-10 .col-xl-4:nth-child(1) {
  animation-delay: 0ms;
}
.rotech-sbox-section .column-gap-10 .col-xl-4:nth-child(2) {
  animation-delay: 200ms;
}
.rotech-sbox-section .column-gap-10 .col-xl-4:nth-child(3) {
  animation-delay: 400ms;
}
.rotech-sbox-section .column-gap-10 .col-xl-4:nth-child(4) {
  animation-delay: 600ms;
}
.rotech-sbox-section .column-gap-10 .col-xl-4:nth-child(5) {
  animation-delay: 800ms;
}
.rotech-sbox-section .column-gap-10 .col-xl-4:nth-child(6) {
  animation-delay: 1000ms;
}

.rotech-sbox-item {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  padding-right: 30px;
}
.rotech-sbox-item .icon {
  min-height: 70px;
}
.rotech-sbox-item .title a {
  font-size: 22px;
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
}
.rotech-sbox-item .rotech-dots {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 50px;
  height: 10px;
  opacity: 0.2;
}
.rotech-sbox-item .rotech-dots span:nth-child(2) {
  background: var(--secondary-color);
}
.rotech-sbox-item:hover .rotech-dots {
  opacity: 1;
}

/* SERVICE CSS END */
/* WORKFLOW CSS START */
.rotech-workflow-section .row .col-xl-3:last-child .rotech-dots {
  display: none;
}
.rotech-workflow-section .row .col-xl-3:nth-child(1) {
  animation-delay: 0ms;
}
.rotech-workflow-section .row .col-xl-3:nth-child(2) {
  animation-delay: 200ms;
}
.rotech-workflow-section .row .col-xl-3:nth-child(3) {
  animation-delay: 500ms;
}
.rotech-workflow-section .row .col-xl-3:nth-child(4) {
  animation-delay: 700ms;
}

.rotech-workflow-box {
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 35px 30px;
}
@media (max-width: 767px) {
  .rotech-workflow-box {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rotech-workflow-box {
    padding: 30px 20px;
  }
}
.rotech-workflow-box .icon {
  width: 80px;
  height: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-workflow-box .icon .count {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #171719;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Serif Display", sans-serif;
  right: -15px;
  top: 0;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-workflow-box .title {
  margin-bottom: 15px;
}
.rotech-workflow-box .rotech-dots {
  position: absolute;
  right: -35px;
  top: 40px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .rotech-workflow-box .rotech-dots {
    right: -25px;
  }
}
@media (max-width: 767px) {
  .rotech-workflow-box .rotech-dots {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rotech-workflow-box .rotech-dots {
    right: -35px;
  }
}
.rotech-workflow-box .rotech-dots span:first-child {
  background: var(--secondary-color);
}
.rotech-workflow-box__1.active .count {
  background: var(--secondary-color);
}
.rotech-workflow-box__2.active .count {
  background: var(--primary-color);
}
.rotech-workflow-box__3.active .count {
  background: #fdc330;
}
.rotech-workflow-box__4.active .count {
  background: #ff5151;
}
.rotech-workflow-box.active {
  background: #ffffff;
}
.rotech-workflow-box.active .icon {
  background: #E6EEFB;
}
.rotech-workflow-box.active .icon .count {
  color: #ffffff;
}

/* WORKFLOW CSS END */
/* PROJECT CSS START */
.rotech-project-section {
  position: relative;
}
.rotech-project-section .small-shape {
  position: absolute;
}
.rotech-project-section .small-shape__1 {
  left: 4%;
  top: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-project-section .small-shape__2 {
  left: auto;
  right: 8%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.rotech-project-section .small-shape__3 {
  left: 6%;
  top: auto;
  bottom: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.rotech-project-section .small-shape__4 {
  left: auto;
  right: 8%;
  top: auto;
  bottom: 12%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-project-section__style-2 .content-left-wrapper {
  border: 1px solid #E6EEFB;
  padding: 7px;
  text-align: center;
  border-radius: 40px;
}

@media (max-width: 1199px) {
  .rotech-project-wrapper {
    margin-top: 60px;
  }
}

.rotech-project-filter {
  gap: 10px;
  flex-wrap: wrap;
}
.rotech-project-filter li {
  font-family: "DM Serif Display", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  padding: 1px 13px;
  border: 1px solid #E6EEFB;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #bbc1ce;
}
.rotech-project-filter li.active, .rotech-project-filter li:hover {
  background: var(--secondary-color);
  color: #ffffff;
  border-color: var(--secondary-color);
}
.rotech-project-filter__style-2 {
  justify-content: center;
  gap: 0px;
}
.rotech-project-filter__style-2 li {
  border-radius: 40px;
  color: #171719;
  padding: 7px 40px;
  text-transform: uppercase;
  font-weight: 700;
  border-color: transparent;
}
.rotech-project-filter__style-2 li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 475px) {
  .rotech-project-filter__style-2 li:not(:last-child) {
    margin-right: 0px;
  }
}
.rotech-project-filter__style-2 li:hover, .rotech-project-filter__style-2 li.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.rotech-project-item {
  position: relative;
}
.rotech-project-item .thumb img {
  border-radius: 10px !important;
  width: 100%;
}
.rotech-project-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px 0px;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-project-item .content .title {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.rotech-project-item .content .title a {
  color: #171719;
  font-family: "DM Serif Display", sans-serif;
}
.rotech-project-item .content .cat {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.rotech-project-item .inline-btn {
  width: 41px;
  height: 41px;
  border: 1px solid #E6EEFB;
  border-radius: 50%;
  color: #171719;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0px -50%;
  transform: rotate(-45deg);
}
.rotech-project-item .inline-btn:hover {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.rotech-project-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.rotech-project-item__style-2 .thumb img {
  border-radius: 0px 0px 10px 10px;
}
.rotech-project-item__style-2 .content {
  border-radius: 10px 10px 0px 0px;
  position: relative;
  padding: 35px 40px;
  padding-bottom: 38px;
  opacity: 1;
  visibility: visible;
  border: 1px solid #E6EEFB;
  border-bottom: 0px;
}
@media (max-width: 475px) {
  .rotech-project-item__style-2 .content {
    padding: 25px 20px;
    padding-bottom: 28px;
  }
}
.rotech-project-item__style-2 .content .title {
  font-size: 24px;
  padding-right: 80px;
}
.rotech-project-item__style-2 .inline-btn {
  font-size: 24px;
  height: 61px;
  width: 61px;
  right: 32px;
}
@media (max-width: 475px) {
  .rotech-project-item__style-2 .inline-btn {
    right: 20px;
  }
}

/* PROJECT CSS END */
/* WCO CSS START */
@media (max-width: 1199px) {
  .rotech-wcu-section .rotech-section-heading {
    padding-top: 60px;
  }
}

.wcu-img-wrapper {
  position: relative;
}
.wcu-img-wrapper img {
  border-radius: 10px !important;
}
.wcu-img-wrapper .rotech-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100px;
  height: 100px;
  font-size: 24px;
}

.rotech-wcu-box .icon {
  margin-bottom: 35px;
}
.rotech-wcu-box .content {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .rotech-wcu-box .content {
    padding-right: 0px;
  }
}
.rotech-wcu-box .title {
  margin-bottom: 15px;
}

/* WCO CSS END */
/* BRAND CSS START */
.rotech-brand-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #E6EEFB;
  padding: 10px;
  border-radius: 40px;
  width: auto;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-brand-box .icon {
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-brand-box .title {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rotech-brand-box__1 {
  animation-delay: 0ms;
}
.rotech-brand-box__1 .icon {
  background: var(--primary-color);
}
.rotech-brand-box__2 {
  animation-delay: 100ms;
}
.rotech-brand-box__2 .icon {
  background: #fff3ed;
}
.rotech-brand-box__3 {
  animation-delay: 200ms;
}
.rotech-brand-box__3 .icon {
  background: #fff9eb;
}
.rotech-brand-box__4 {
  animation-delay: 300ms;
}
.rotech-brand-box__4 .icon {
  background: #e7f3ed;
}
.rotech-brand-box__5 {
  animation-delay: 400ms;
}
.rotech-brand-box__5 .icon {
  background: #e7f9ff;
}
.rotech-brand-box__6 {
  animation-delay: 500ms;
}
.rotech-brand-box__6 .icon {
  background: #f9f3fb;
}
.rotech-brand-box__7 {
  animation-delay: 600ms;
}
.rotech-brand-box__7 .icon {
  background: #ffeeee;
}
.rotech-brand-box:hover .icon {
  transform: rotateY(180deg);
}

/* BRAND CSS END */
/* TESTIMONIAL CSS START */
.rotech-testimonial-section {
  position: relative;
}
.rotech-testimonial-section .small-shape {
  position: absolute;
}
.rotech-testimonial-section .small-shape__1 {
  left: 5%;
  top: 12%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-testimonial-section .small-shape__2 {
  left: auto;
  right: 20%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.rotech-testimonial-section .small-shape__3 {
  left: 0%;
  top: auto;
  bottom: 5%;
  animation: shapeDownLeft 2s linear infinite alternate;
}

.rotech-testimonial-wrapper__style-2 .owl-stage-outer {
  overflow: visible;
}

.rotech-testimonial-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  padding-bottom: 30px;
}
@media (max-width: 475px) {
  .rotech-testimonial-item {
    padding: 30px;
    padding-bottom: 20px;
  }
}
.rotech-testimonial-item .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 25px;
  position: relative;
}
.rotech-testimonial-item .thumb img {
  border-radius: 50%;
}
.rotech-testimonial-item .quote {
  font-size: 14px;
  color: var(--primary-color);
  border: 1px solid #E6EEFB;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 100%;
  z-index: 2;
  background: #ffffff;
}
.rotech-testimonial-item p {
  position: relative;
  padding-left: 20px;
}
.rotech-testimonial-item p::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  width: 1px;
  top: 50%;
  translate: 0 -50%;
  height: calc(100% - 15px);
}
.rotech-testimonial-item .title {
  font-size: 18px;
  text-transform: capitalize;
}
.rotech-testimonial-item .sub-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.rotech-testimonial-item__style-2 {
  background: #171719;
  border: 1px solid #252529;
  padding: 25px 30px;
}
.rotech-testimonial-item__style-2 .top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.rotech-testimonial-item__style-2 .top i {
  position: absolute;
  right: 0px;
  top: 5px;
}
.rotech-testimonial-item__style-2 .top i.fa-twitter {
  color: #03a9f4;
}
.rotech-testimonial-item__style-2 .top i.fa-instagram {
  color: #ffffff;
  border-radius: 2px;
  background-image: linear-gradient(49.12deg, #FFDD55 6.62%, #FF543E 50.06%, #C837AB 93.5%);
}
.rotech-testimonial-item__style-2 .thumb {
  width: 45px;
  margin-right: 20px;
  height: 45px;
  margin-bottom: 0px;
}
.rotech-testimonial-item__style-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.rotech-testimonial-item__style-2 .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.rotech-testimonial-item__style-2 .sub-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.rotech-testimonial-item__style-2 p {
  padding-left: 0px;
  color: #9797AA;
}
.rotech-testimonial-item__style-2 p::after {
  display: none;
}

/* TESTIMONIAL CSS END */
/* BLOG POST CSS START */
.rotech-article-section {
  position: relative;
}
.rotech-article-section .small-shape {
  position: absolute;
}
.rotech-article-section .small-shape__1 {
  left: 10%;
  top: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-article-section .small-shape__2 {
  right: 20%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.rotech-article-section .small-shape__3 {
  left: 0%;
  bottom: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-article-section .small-shape__4 {
  right: 0%;
  bottom: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}

.rotech-article-item .thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.rotech-article-item .meta-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rotech-article-item .meta-info span {
  position: relative;
}
.rotech-article-item .meta-info span:not(:last-child) {
  margin-right: 50px;
}
.rotech-article-item .meta-info span:not(:last-child)::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 1px;
  left: auto;
  right: -25px;
  height: calc(100% - 15px);
  top: 50%;
  translate: 0 -50%;
  background: #E6EEFB;
}
.rotech-article-item .meta-info strong {
  color: #171719;
}
.rotech-article-item .title {
  margin-top: 5px;
}
.rotech-article-item .title a {
  font-family: "DM Serif Display", sans-serif;
  font-size: 24px;
  color: #171719;
}
.rotech-article-item .article-cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.rotech-article-item .article-cats a {
  font-size: 14px;
  border-radius: 5px;
  padding: 1px 13px;
  border: 1px solid #e6eefb;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #bbc1ce;
  margin-top: 10px;
  font-family: "DM Serif Display", sans-serif;
}
.rotech-article-item .article-cats a:not(:last-child) {
  margin-right: 20px;
}
.rotech-article-item .article-cats a:hover {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.rotech-article-item__style-2 .content {
  border: 1px solid #E6EEFB;
  border-radius: 10px 10px 0px 0px;
  padding: 35px 40px;
  padding-bottom: 30px;
}
@media (max-width: 475px) {
  .rotech-article-item__style-2 .content {
    padding: 25px 25px;
    padding-bottom: 25px;
  }
}
.rotech-article-item__style-2 .thumb {
  border-radius: 0px 0px 10px 10px;
}
.rotech-article-item__style-2 .thumb img {
  border-radius: 0px 0px 10px 10px;
}
.rotech-article-item__style-2 .title {
  margin: 0px;
}
.rotech-article-item__style-2 .bottom {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.rotech-article-item__style-2 .bottom .fvrt {
  color: #171719;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rotech-article-item__style-2 .bottom .fvrt span {
  color: #171719;
  margin-left: 8px;
}
.rotech-article-item__style-2 .rotech-inline-btn .icon {
  margin-left: 15px;
  color: var(--primary-color);
}
.rotech-article-item__style-2 .rotech-inline-btn:hover {
  color: var(--primary-color);
}

/* BLOG POST CSS END */
/* NEWSLETTER CSS START */
.rotech-newsletter-section {
  position: relative;
}
.rotech-newsletter-section::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 50%;
  top: auto;
  bottom: 0;
  background: #E6EEFB;
  z-index: -1;
}
.rotech-newsletter-section.rotech-service-page::after {
  height: 100%;
}

.rotech-newsletter-wrapper {
  position: relative;
  background: var(--primary-color);
  color: #ffffff;
  padding: 70px 100px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .rotech-newsletter-wrapper {
    padding: 60px 35px;
  }
}
.rotech-newsletter-wrapper .sub-heading::after {
  display: none;
}
.rotech-newsletter-wrapper .heading {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
.rotech-newsletter-wrapper .shape__1 {
  left: 0;
  bottom: 0;
}
.rotech-newsletter-wrapper .shape__2 {
  right: 0;
  top: 0;
}
.rotech-newsletter-wrapper .wpcf7-response-output {
  margin-top: 5px !important;
  margin-left: 0px !important;
}

.rotech-newsletter-form {
  position: relative;
}
@media (max-width: 1199px) {
  .rotech-newsletter-form {
    margin-top: 40px;
  }
}
.rotech-newsletter-form.rotech-input-field input {
  padding: 20px 30px;
}
.rotech-newsletter-form button {
  padding: 10px 42px;
  position: absolute;
  right: 10px;
  top: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .rotech-newsletter-form button {
    position: static;
    top: 0;
    right: 0;
    margin-top: 20px;
    background: var(--secondary-color);
    padding: 15px 42px;
  }
}
.rotech-newsletter-form__style-2.rotech-input-field input {
  padding: 5px 0px;
  padding-right: 30px;
  padding-bottom: 20px;
  background: transparent;
  border-bottom: 1px solid #454547;
  color: #ffffff;
  border-radius: 0px;
}
.rotech-newsletter-form__style-2.rotech-input-field input::placeholder {
  color: #ffffff;
}
.rotech-newsletter-form__style-2 button {
  padding: 0px;
  font-size: 20px;
  color: #ffffff;
  background: transparent;
  top: 5px;
}
@media (max-width: 767px) {
  .rotech-newsletter-form__style-2 button {
    position: absolute;
    padding: 0px;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
    top: 5px;
    margin-top: 0px;
  }
}

/* NEWSLETTER CSS END */
/* CONTACT INFO CSS START */
.rotech-contact-info-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .rotech-contact-info-box {
    padding: 40px;
  }
}
@media (max-width: 475px) {
  .rotech-contact-info-box {
    padding: 30px;
  }
}
.rotech-contact-info-box .icon {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: max-content;
}
.rotech-contact-info-box span {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 12px;
}
.rotech-contact-info-box p {
  margin-top: 15px;
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #171719;
}
@media (max-width: 475px) {
  .rotech-contact-info-box p br {
    display: none;
  }
}
.rotech-contact-info-box .rotech-btn {
  padding: 7.5px 40px;
  margin-top: 45px;
}
.rotech-contact-info-box__1 {
  animation-delay: 0ms;
}
.rotech-contact-info-box__2 {
  animation-delay: 200ms;
}
.rotech-contact-info-box__2 span {
  color: #fdc330;
}
.rotech-contact-info-box__3 {
  animation-delay: 400ms;
}
.rotech-contact-info-box__3 span {
  color: var(--secondary-color);
}
.rotech-contact-info-box .info-call {
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.rotech-contact-info-box .info-call .icon {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: var(--secondary-color);
  border-radius: 50%;
}
@media (max-width: 475px) {
  .rotech-contact-info-box .info-call .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.rotech-contact-info-box .info-call span {
  font-size: 28px;
  color: #171719;
  font-weight: 700;
  margin-bottom: 0px;
}
.rotech-contact-info-box:hover > .icon {
  transform: rotateY(180deg);
}

/* CONTACT INFO CSS END */
/* CONTACT INFO CSS START */
.rotech-contact-info-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .rotech-contact-info-box {
    padding: 40px;
  }
}
@media (max-width: 475px) {
  .rotech-contact-info-box {
    padding: 30px;
  }
}
.rotech-contact-info-box .icon {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: max-content;
}
.rotech-contact-info-box span {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 12px;
}
.rotech-contact-info-box p {
  margin-top: 15px;
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #171719;
}
@media (max-width: 475px) {
  .rotech-contact-info-box p br {
    display: none;
  }
}
.rotech-contact-info-box .rotech-btn {
  padding: 7.5px 40px;
  margin-top: 45px;
}
.rotech-contact-info-box__1 {
  animation-delay: 0ms;
}
.rotech-contact-info-box__2 {
  animation-delay: 200ms;
}
.rotech-contact-info-box__2 span {
  color: #fdc330;
}
.rotech-contact-info-box__3 {
  animation-delay: 400ms;
}
.rotech-contact-info-box__3 span {
  color: var(--secondary-color);
}
.rotech-contact-info-box .info-call {
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.rotech-contact-info-box .info-call .icon {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: var(--secondary-color);
  border-radius: 50%;
}
@media (max-width: 475px) {
  .rotech-contact-info-box .info-call .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.rotech-contact-info-box .info-call span {
  font-size: 28px;
  color: #171719;
  font-weight: 700;
  margin-bottom: 0px;
}
.rotech-contact-info-box:hover > .icon {
  transform: rotateY(180deg);
}

/* CONTACT INFO CSS END */
/* ACHIVEMENT CSS START */
.rotech-achivement-section {
  position: relative;
}
.rotech-achivement-section .small-shape {
  position: absolute;
  left: 5%;
  bottom: 25%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-achivement-section .small-shape__2 {
  left: auto;
  right: 5%;
  bottom: auto;
  top: 35%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
@media (max-width: 1199px) {
  .rotech-achivement-section .rotech-section-heading br {
    display: none;
  }
}

.rotech-achivement-boxs {
  position: relative;
  min-height: 570px;
}
@media (max-width: 1199px) {
  .rotech-achivement-boxs {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .rotech-achivement-boxs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-left: 0px;
  }
}
.rotech-achivement-boxs .box-item {
  position: absolute;
  width: 270px;
  height: 270px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  left: 0;
}
@media (max-width: 991px) {
  .rotech-achivement-boxs .box-item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
}
.rotech-achivement-boxs .box-item .icon {
  position: relative;
  z-index: 2;
}
.rotech-achivement-boxs .box-item .title {
  font-size: 40px;
  margin-top: 20px;
  font-weight: 400;
}
.rotech-achivement-boxs .box-item .title span {
  color: #171719;
  font-family: "DM Serif Display", sans-serif;
}
.rotech-achivement-boxs .box-item .content {
  position: relative;
  z-index: 2;
}
.rotech-achivement-boxs .box-item .shape {
  position: absolute;
  left: -70px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 991px) {
  .rotech-achivement-boxs .box-item .shape {
    display: none;
  }
}
.rotech-achivement-boxs .box-item.active::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  border-radius: 50%;
}
.rotech-achivement-boxs .box-item.active .title span {
  color: #ffffff;
  font-weight: 400;
}
.rotech-achivement-boxs .box-item.active p {
  color: #ffffff;
}
.rotech-achivement-boxs .box-item:nth-child(1) {
  top: 150px;
}
.rotech-achivement-boxs .box-item:nth-child(2) {
  left: 250px;
  top: 0;
}
.rotech-achivement-boxs .box-item:nth-child(3) {
  top: 300px;
  left: 250px;
}
.rotech-achivement-boxs .box-item:nth-child(4) {
  top: 150px;
  left: 500px;
}
.rotech-achivement-boxs .box-item__style-2 {
  width: 255px;
  height: 255px;
}
.rotech-achivement-boxs .box-item.hide-shape .shape {
  display: none;
}

/* ACHIVEMENT CSS END */
/* TEAM CSS START */
.rotech-team-section {
  position: relative;
}
.rotech-team-section .owl-stage-outer {
  overflow: visible;
  padding-bottom: 10px;
}
.rotech-team-section .small-shape {
  position: absolute;
}
.rotech-team-section .small-shape__1 {
  left: 15%;
  top: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-team-section .small-shape__2 {
  left: auto;
  right: 20%;
  top: 8%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.rotech-team-section .row .col-xl-3:nth-child(1) {
  animation-delay: 0ms;
}
.rotech-team-section .row .col-xl-3:nth-child(2) {
  animation-delay: 100ms;
}
.rotech-team-section .row .col-xl-3:nth-child(3) {
  animation-delay: 200ms;
}
.rotech-team-section .row .col-xl-3:nth-child(4) {
  animation-delay: 300ms;
}
.rotech-team-section .row .col-xl-3:nth-child(5) {
  animation-delay: 400ms;
}
.rotech-team-section .row .col-xl-3:nth-child(6) {
  animation-delay: 500ms;
}
.rotech-team-section .row .col-xl-3:nth-child(7) {
  animation-delay: 600ms;
}
.rotech-team-section .row .col-xl-3:nth-child(8) {
  animation-delay: 700ms;
}

.rotech-team-item {
  padding-bottom: 30px;
}
.rotech-team-item .thumb {
  margin: 0 auto;
  width: 270px;
  height: 270px;
}
.rotech-team-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.rotech-team-item .title {
  font-size: 22px;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.rotech-team-item .title a {
  font-family: "DM Serif Display", sans-serif;
}
.rotech-team-item .title a:hover {
  color: #ffffff;
}
.rotech-team-item .sub-title {
  font-size: 12px;
  display: block;
  position: relative;
  color: #ffffff;
  z-index: 3;
  font-family: "Arimo", sans-serif;
}
.rotech-team-item .rotech-social-links {
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  translate: 0px -20px;
}
.rotech-team-item .rotech-social-links a {
  color: #ffffff;
  font-size: 14px;
}
.rotech-team-item .rotech-social-links a:not(:last-child) {
  margin-right: 10px;
}
.rotech-team-item .rotech-btn {
  font-weight: 400;
  padding: 4px 30px;
}
.rotech-team-item .info {
  margin: 0 auto;
  width: 270px;
  height: auto;
  padding-bottom: 25px;
  margin-top: -35px;
}
.rotech-team-item .team-shape {
  left: 50%;
  bottom: 0;
  translate: -50% 0px;
  width: 180px;
  height: 170px;
}
.rotech-team-item .team-shape img {
  width: 180px;
  height: 170px;
}
.rotech-team-item .team-shape__1 {
  z-index: 1;
}
.rotech-team-item .team-shape__2 {
  left: calc(50% - 25px);
  width: 217px;
  height: 207px;
  bottom: -30px;
}
.rotech-team-item .team-shape__2 img {
  width: 217px;
  height: 207px;
}
.rotech-team-item:hover .rotech-social-links {
  opacity: 1;
  visibility: visible;
  translate: 0px 0px;
  transition: all 0.3s ease-in-out;
}

/* TEAM CSS END */
/* GET-QUOTE CSS START */
.rotech-getquote-section {
  position: relative;
}
.rotech-getquote-section .img-wrapper {
  height: 100%;
}
.rotech-getquote-section .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 1199px) {
  .rotech-getquote-section .img-wrapper img {
    border-radius: 10px 10px 0px 0px;
  }
}
.rotech-getquote-section .small-shape {
  position: absolute;
}
.rotech-getquote-section .small-shape__1 {
  left: 10%;
  top: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.rotech-getquote-section .small-shape__2 {
  right: 20%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.rotech-getquote-section .small-shape__3 {
  left: 12%;
  bottom: 30%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.rotech-getquote-section .small-shape__4 {
  right: 8%;
  bottom: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
@media (max-width: 1199px) {
  .rotech-getquote-section .left-wrapper {
    margin-bottom: 50px;
    padding-right: 0px;
  }
}

.rotech-getquote-form-wrapper {
  background: #ffffff;
  padding: 60px;
  padding-top: 50px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .rotech-getquote-form-wrapper {
    border-radius: 0px 0px 10px 10px;
  }
}
@media (max-width: 475px) {
  .rotech-getquote-form-wrapper {
    padding: 40px 35px;
  }
}
.rotech-getquote-form-wrapper form {
  margin-top: -30px;
}
.rotech-getquote-form-wrapper .rotech-input-field label {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "DM Serif Display", sans-serif;
  letter-spacing: 0.02em;
}
.rotech-getquote-form-wrapper .rotech-input-field input,
.rotech-getquote-form-wrapper .rotech-input-field textarea {
  padding: 9px 20px;
  color: #1B2E59;
  border: 1px solid #E6EEFB;
  border-radius: 10px;
}
.rotech-getquote-form-wrapper .rotech-input-field input:focus,
.rotech-getquote-form-wrapper .rotech-input-field textarea:focus {
  background: #e6eefb;
  color: #171719;
  border-color: #E6EEFB;
}
.rotech-getquote-form-wrapper .rotech-input-field input::placeholder,
.rotech-getquote-form-wrapper .rotech-input-field textarea::placeholder {
  color: #1B2E59;
}
.rotech-getquote-form-wrapper .rotech-input-field textarea {
  height: 100px;
  min-height: 100px;
}
.rotech-getquote-form-wrapper .wpcf7-response-output {
  color: #1B2E59;
}
.rotech-getquote-form-wrapper .rotech-btn {
  z-index: 1;
  overflow: visible;
}
.rotech-getquote-form-wrapper .rotech-btn::after {
  border-color: var(--primary-color);
}
.rotech-getquote-form-wrapper .rotech-btn strong {
  position: relative;
  z-index: 3;
}

.rotech-getquote-section .info-lists .icon {
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  background: var(--primary-color);
  font-size: 14px;
}
.rotech-getquote-section .info-lists li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #171719;
  font-size: 18px;
}
.rotech-getquote-section .info-lists li:not(:last-child) {
  margin-bottom: 20px;
}
.rotech-getquote-section .info-lists li:nth-child(2) .icon {
  background: var(--secondary-color);
}

/* GET-QUOTE CSS END */
/* BREADCRUMB CSS START */
@media (max-width: 767px) {
  .rotech-breadcrumb-wrapper {
    padding: 120px 0;
  }
}

.breadcrumb-area {
  position: relative;
}
.breadcrumb-area .small-shape {
  position: absolute;
}
.breadcrumb-area .small-shape__1 {
  left: 10%;
  top: 10%;
}
.breadcrumb-area .small-shape__2 {
  right: 10%;
  top: 10%;
}
.breadcrumb-area .small-shape__3 {
  left: 15%;
  bottom: 10%;
}
.breadcrumb-area .small-shape__4 {
  left: 45%;
  bottom: 25%;
}
.breadcrumb-area .page-title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .breadcrumb-area .page-title {
    font-size: 39px;
  }
}
.breadcrumb-area .right-img {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
.breadcrumb-area .right-img img {
  height: 100%;
}
@media (max-width: 767px) {
  .breadcrumb-area .right-img {
    max-width: 435px;
  }
}
@media (max-width: 475px) {
  .breadcrumb-area .right-img {
    display: none;
  }
}
.breadcrumb-area .alphabcrumb-end {
  position: relative;
}
.breadcrumb-area .alphabcrumb-end::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: #ffffff;
  top: auto;
  bottom: 6px;
}

.rotech-breadcrumb ul {
  flex-wrap: wrap;
}
.rotech-breadcrumb ul li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.rotech-breadcrumb ul li:not(:last-child) {
  margin-right: 20px;
}
.rotech-breadcrumb ul li:not(:last-child)::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  content: ">";
  width: auto;
  height: auto;
  left: auto;
  right: -15px;
  top: 0;
  color: #ffffff;
}
.rotech-breadcrumb ul li a {
  text-decoration: none;
}
.rotech-breadcrumb ul li a span {
  color: #ffffff;
}
.rotech-breadcrumb ul li span {
  color: #ffffff;
}
.rotech-breadcrumb ul li.duxinbcrumb-end {
  position: relative;
}
.rotech-breadcrumb ul li.duxinbcrumb-end span {
  background-size: 100% 1px;
}

/* BREADCRUMB CSS END */
/* FAQ CSS START */
.rotech-faq-section .left-wrapper {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .rotech-faq-section .left-wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .faq__wrapper {
    margin-bottom: 50px;
  }
}
.faq__item {
  border-radius: 0px !important;
  border: none;
  background: transparent;
}
.faq__item .title {
  border: none;
  border-bottom: 0px;
}
.faq__item .accordion-button {
  font-size: 18px;
  font-family: "DM Serif Display", sans-serif;
  padding: 12px 0px;
  border-radius: 0px !important;
  color: #171719;
  background: transparent;
  box-shadow: none !important;
}
.faq__item .accordion-button:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}
.faq__item .accordion-button::after {
  right: 0px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  font-size: 16px;
  width: 25px;
  height: 25px;
  background: none;
  color: #171719;
  font-weight: 400;
  line-height: 24px;
}
.faq__item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none !important;
}
.faq__item .accordion-button:not(.collapsed)::after {
  content: "";
}
.faq__item:not(:last-child) {
  margin-bottom: 20px;
}
.faq__item .accordion-body {
  border-top: 0px;
  padding: 0px;
  border-bottom: 0px;
  border: none;
  padding-bottom: 15px;
}
.faq__item:first-of-type {
  border-bottom: 1px solid #d2dceb;
}
.faq__item:last-of-type {
  border-bottom: 1px solid #d2dceb;
}
.faq__item:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #d2dceb;
}
.faq__item--style-2 .accordion-button {
  font-size: 22px;
  padding: 35px 30px;
  padding-bottom: 30px;
}
@media (max-width: 475px) {
  .faq__item--style-2 .accordion-button {
    padding: 25px 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
}
.faq__item--style-2 .accordion-button::after {
  font-size: 22px;
  color: var(--primary-color);
  right: 30px;
}
@media (max-width: 475px) {
  .faq__item--style-2 .accordion-button::after {
    right: 20px;
  }
}
.faq__item--style-2 .accordion-button:not(.collapsed) {
  background: #E6EEFB;
}
.faq__item--style-2 .accordion-body {
  padding: 0px 30px;
  padding-bottom: 35px;
  background: #E6EEFB;
}
@media (max-width: 475px) {
  .faq__item--style-2 .accordion-body {
    padding: 0px 20px;
    padding-bottom: 25px;
  }
}

.rotech-faq-tab a {
  background: #E6EEFB;
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Serif Display", sans-serif;
  padding: 15px 30px;
  border-radius: 5px;
  display: block;
  color: #171719;
  position: relative;
}
.rotech-faq-tab a::after {
  right: 30px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  font-size: 18px;
  width: 25px;
  height: 25px;
  background: none;
  color: #171719;
  font-weight: 400;
  line-height: 24px;
}
.rotech-faq-tab a:not(:last-child) {
  margin-bottom: 10px;
}
.rotech-faq-tab a:hover, .rotech-faq-tab a.active {
  background: var(--primary-color);
  color: #ffffff;
}
.rotech-faq-tab a:hover::after, .rotech-faq-tab a.active::after {
  color: #ffffff;
}
.rotech-faq-tab a.active::after {
  content: "";
}

/* FAQ CSS END */
/* MISSION CSS START */
.rotech-mission-box {
  border-radius: 10px;
  border: 1px solid #E6EEFB;
  padding: 50px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .rotech-mission-box {
    padding: 30px;
    padding-bottom: 25px;
  }
}
.rotech-mission-box .icon {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #eaf1fe;
  border-radius: 50%;
}
.rotech-mission-box .icon__2 {
  background: #e7f9ff;
}
.rotech-mission-box .icon__3 {
  background: #fff9eb;
}
.rotech-mission-box .title {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .rotech-mission-box .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* MISSION CSS END */
/* PRICING CSS START */
.rotech-pricing-tab {
  text-align: center;
}
.rotech-pricing-tab nav {
  display: inline-block;
  background: #d3e1fa;
  padding: 7px;
  border-radius: 40px;
}
.rotech-pricing-tab nav a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 40px;
  letter-spacing: 0.075em;
  border-radius: 40px;
  color: #171719;
}
.rotech-pricing-tab nav a:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 475px) {
  .rotech-pricing-tab nav a:not(:last-child) {
    margin-right: 0px;
  }
}
.rotech-pricing-tab nav a:hover, .rotech-pricing-tab nav a.active {
  background: var(--primary-color);
  color: #ffffff;
}

.rotech-pricing-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 50px;
}
@media (max-width: 1199px) {
  .rotech-pricing-box {
    padding: 30px 35px;
  }
}
.rotech-pricing-box .title {
  font-size: 35px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .rotech-pricing-box .title {
    margin-bottom: 20px;
  }
}
.rotech-pricing-box .shape {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 1199px) {
  .rotech-pricing-box .shape {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .rotech-pricing-box .shape {
    display: none;
  }
}
.rotech-pricing-box .shape::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #D9E0EB;
  width: 1px;
  border-radius: 40px;
  left: auto;
  right: 0;
  min-height: 180px;
  top: 50%;
  translate: 0 -50%;
}
.rotech-pricing-box .shape::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  height: 40px;
  border-radius: 40px;
  width: 3px;
  right: -1.5px;
  top: 50%;
  translate: 0 -50%;
  left: auto;
}
.rotech-pricing-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rotech-pricing-box ul li {
  width: 50%;
  color: #171719;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 475px) {
  .rotech-pricing-box ul li {
    flex-wrap: wrap;
    width: 100%;
  }
}
.rotech-pricing-box ul li i {
  margin-right: 10px;
}
.rotech-pricing-box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rotech-pricing-box ul li.hide {
  color: #727885;
}
.rotech-pricing-box.active {
  background: var(--primary-color);
}
.rotech-pricing-box.active .title {
  color: #ffffff;
}
.rotech-pricing-box.active .shape::before {
  background: #d9e0eb;
}
.rotech-pricing-box.active ul li {
  color: #ffffff;
}
.rotech-pricing-box.active ul li i {
  color: #ffffff;
}
.rotech-pricing-box.active .rotech-btn {
  border: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .rotech-pricing-box .pl-100 {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .rotech-pricing-box .pl-100 {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .rotech-pricing-box .text-end {
    text-align: left !important;
    margin-top: 20px;
  }
}
@media (max-width: 475px) {
  .rotech-pricing-box .text-end {
    margin-top: 30px;
  }
}

.rotech-pricing-wrapper .rotech-pricing-box:not(:last-child) {
  margin-bottom: 20px;
}

/* PRICING CSS END */
/* SUPPORT CSS START */
.rotech-support-box {
  text-align: center;
  padding: 45px 35px;
  border: 1px solid #E6EEFB;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-support-box .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #E6EEFB;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-support-box .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.rotech-support-box a {
  color: #727885;
  display: block;
}
.rotech-support-box:hover .icon {
  transform: rotateY(180deg);
}

/* SUPPORT CSS END */
/* BLOG CSS START */
.rotech-post-box {
  position: relative;
}
.rotech-post-box .blog-cat {
  background: var(--primary-color);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  padding: 6px 12px;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: -20px;
  z-index: 2;
}
.rotech-post-box .thumb {
  position: relative;
  border-radius: 10px;
}
.rotech-post-box .thumb.rotech-blog-unit img {
  width: auto;
}
.rotech-post-box .thumb img {
  border-radius: 10px !important;
}
.rotech-post-box .meta-info {
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: -15px;
  flex-wrap: wrap;
}
.rotech-post-box .meta-info li {
  margin-top: 15px;
  position: relative;
  line-height: 100%;
  font-size: 15px;
  color: #727885;
  padding-top: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #171719;
}
.rotech-post-box .meta-info li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 475px) {
  .rotech-post-box .meta-info li:not(:last-child) {
    margin-right: 20px;
  }
}
.rotech-post-box .meta-info a {
  color: #171719;
  font-size: 14px;
}
.rotech-post-box .meta-info a i {
  margin-right: 5px;
  color: var(--primary-color);
}
.rotech-post-box .meta-info a:hover {
  color: var(--primary-color);
}
.rotech-post-box .title {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .rotech-post-box .title {
    font-size: 28px;
  }
}
.rotech-post-box .title::first-letter {
  text-transform: uppercase;
}
.rotech-post-box .title a {
  font-family: "DM Serif Display", sans-serif;
  padding-bottom: 0.2%;
}
.rotech-post-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}
.rotech-post-box .rotech-inline-btn {
  margin: 0;
  margin-top: 27px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: capitalize;
  font-size: 14px;
}
.rotech-post-box .rotech-inline-btn .icon {
  font-size: 14px;
  color: var(--primary-color);
  margin-left: 15px;
}

.format-video .rotech-video-btn {
  font-size: 24px;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--primary-color);
}
@media (max-width: 475px) {
  .format-video .rotech-video-btn {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}
.format-video .rotech-video-btn:hover {
  background: var(--secondary-color);
}

.format-gallery .owl-nav div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 475px) {
  .format-gallery .owl-nav div {
    left: 15px;
    width: 40px;
    height: 40px;
  }
}
.format-gallery .owl-nav div:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.format-gallery .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
@media (max-width: 475px) {
  .format-gallery .owl-nav .owl-next {
    right: 15px;
  }
}

.format-audio .postbox__audio iframe {
  width: 100%;
  min-height: 350px;
}
@media (max-width: 475px) {
  .format-audio .postbox__audio iframe {
    min-height: 250px;
  }
}

.post-details-content .post-excerpt,
.format-quote .post-excerpt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background: var(--primary-color);
  padding: 50px 40px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}
.post-details-content .post-excerpt p,
.format-quote .post-excerpt p {
  color: #dad3b8;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}
.post-details-content .post-excerpt blockquote,
.format-quote .post-excerpt blockquote {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.post-details-content .post-excerpt blockquote br,
.format-quote .post-excerpt blockquote br {
  display: none;
}
.post-details-content .post-excerpt blockquote cite,
.format-quote .post-excerpt blockquote cite {
  display: block;
  margin-top: 10px;
}
.post-details-content .post-excerpt blockquote cite a,
.format-quote .post-excerpt blockquote cite a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.post-details-content .post-excerpt .quote-small,
.format-quote .post-excerpt .quote-small {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  z-index: 1;
}
.post-details-content .post-excerpt .quote-big,
.format-quote .post-excerpt .quote-big {
  z-index: 1;
  width: 40%;
  top: 15px;
  max-width: 230px;
}

.format-quote .post-excerpt p {
  display: block;
  overflow: visible;
  font-size: 35px;
  line-height: 1.4;
  font-family: "Archivo", sans-serif;
  color: #fff;
}

@media (max-width: 1199px) {
  .blog__wrapper {
    padding-right: 0px;
  }
}

/* BLOG CSS END */
/* blog sidebar css */
@media (max-width: 1199px) {
  .blog_sidebar.mt-none-60 {
    margin-top: 0;
  }
}
.blog_sidebar form {
  margin-bottom: 0px !important;
}
.blog_sidebar ol:last-child {
  margin-bottom: 0px;
}

.blog_widget .wp-block-search__label,
.blog_widget .wp-block-group h2,
.blog-widget-title {
  position: relative;
  margin-bottom: 35px;
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
  padding-left: 28px;
  font-family: "DM Serif Display", sans-serif;
}
.blog_widget .wp-block-search__label::before, .blog_widget .wp-block-search__label::after,
.blog_widget .wp-block-group h2::before,
.blog_widget .wp-block-group h2::after,
.blog-widget-title::before,
.blog-widget-title::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 17px;
  height: 17px;
  background: #E6EEFB;
  border-radius: 50%;
  left: 0;
  top: 50%;
  translate: 0px -50%;
}
.blog_widget .wp-block-search__label::after,
.blog_widget .wp-block-group h2::after,
.blog-widget-title::after {
  width: 11px;
  height: 11px;
  background: var(--primary-color);
  left: 3px;
}
.blog_widget .wp-block-search__label a,
.blog_widget .wp-block-group h2 a,
.blog-widget-title a {
  color: #171719;
}

.blog_widget {
  border: 1px solid #E6EEFB;
  padding: 40px 35px;
  padding-top: 35px;
  border-radius: 10px;
}
@media (max-width: 475px) {
  .blog_widget {
    padding: 35px 25px;
    padding-top: 30px;
  }
}
.blog_widget .abount-info {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.blog_widget .abount-info img {
  max-width: 140px;
  min-height: 140px;
  object-fit: cover;
}
.blog_widget .abount-info .name {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog_widget .abount-info p {
  line-height: 26px;
}
.blog_widget .rotech-social-links {
  margin-top: 10px;
}
.blog_widget .rotech-social-links a {
  font-size: 14px;
}
.blog_widget .rotech-social-links a:not(:last-child) {
  margin-right: 20px;
}
.blog_widget .rotech-input-field {
  margin-top: -20px;
}
.blog_widget .rotech-input-field input,
.blog_widget .rotech-input-field textarea {
  padding: 10px 0px;
  padding-bottom: 15px;
  border: none;
  border-bottom: 1px solid #E6EEFB;
  margin-top: 20px;
  box-shadow: none;
  border-radius: 0px;
}
.blog_widget .rotech-input-field input:focus,
.blog_widget .rotech-input-field textarea:focus {
  border-color: #171719;
}
.blog_widget .rotech-input-field textarea {
  min-height: auto;
  height: 86px;
}
.blog_widget .rotech-input-field form > p {
  margin-bottom: 0px;
}
.blog_widget .contact-info li {
  font-size: 15px;
}
.blog_widget .contact-info li:not(:last-child) {
  margin-bottom: 15px;
}
.blog_widget .contact-info li span {
  font-weight: 600;
  color: #171719;
}
.blog_widget .rotech-social-links a {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--secondary-color);
  color: #ffffff;
}
.blog_widget .rotech-social-links a:not(:last-child) {
  margin-right: 20px;
}
.blog_widget .rotech-social-links a:hover {
  background: var(--primary-color);
}

.rotech-popular-feeds .item {
  flex-wrap: wrap;
  align-items: center;
}
.rotech-popular-feeds .item:not(:last-child) {
  margin-bottom: 20px;
}
.rotech-popular-feeds .item .thumb {
  margin-right: 20px;
  width: 80px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 475px) {
  .rotech-popular-feeds .item .thumb {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.rotech-popular-feeds .item .thumb img {
  border-radius: 10px !important;
  margin-bottom: 0px;
}
.rotech-popular-feeds .item .content {
  width: calc(100% - 160px);
}
@media (max-width: 475px) {
  .rotech-popular-feeds .item .content {
    width: 100%;
  }
}
.rotech-popular-feeds .item .content .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rotech-popular-feeds .item .content .title a {
  background-size: 0% 1px;
}
.rotech-popular-feeds .item .content .title a:hover {
  background-size: 100% 1px;
}
.rotech-popular-feeds .item .content .date {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #171719;
}

/* shop sidebar css  */
.blog__sidebar--shop {
  padding-right: 25px;
}
.blog__sidebar--shop .price_slider_amount .button {
  font-size: 12px !important;
  padding: 12px 20px !important;
  padding-bottom: 10px !important;
}
.blog__sidebar--shop .ui-slider-horizontal {
  height: 3px !important;
  margin-bottom: 25px !important;
}
.blog__sidebar--shop .ui-widget-content {
  background-color: #E6EEFB !important;
  border-radius: 0px;
}
.blog__sidebar--shop .ui-slider-range {
  background-color: #171719 !important;
}
.blog__sidebar--shop .ui-slider-handle {
  width: 12px !important;
  height: 12px !important;
  border: 3px solid #171719;
  background-color: #ffffff !important;
}

.search-widget div {
  position: relative;
}
.search-widget input {
  width: 100%;
  padding: 12px 20px;
  padding-right: 70px;
  font-size: 16px;
  border: 1px solid #E6EEFB;
  border-radius: 5px;
}
.search-widget input::-webkit-input-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input::-moz-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input:-ms-input-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input:-moz-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input:focus {
  border-color: #171719;
}
.search-widget button {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #727885;
  position: absolute;
  right: 0;
  top: 50%;
  translate: -15px -50%;
}

.rotech-insta-posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-top: -5px;
}
.rotech-insta-posts .item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: calc(33.3333%);
  position: relative;
  padding: 5px;
}
.rotech-insta-posts .item img {
  border-radius: 10px !important;
  width: 100%;
}
.rotech-insta-posts .item:hover .rotech-zoom-btn {
  opacity: 1;
  visibility: visible;
  translate: -50% -50%;
}

.rotech-devider {
  border-bottom: 1px solid #E6EEFB;
}

.service-sidebar .blog_widget {
  border: none;
  background: #E6EEFB;
}
.service-sidebar .blog_widget.widget_categories ul li {
  font-weight: 700;
  position: relative;
  padding: 0px;
  border: none;
}
.service-sidebar .blog_widget.widget_categories ul li a {
  font-weight: 700;
}
.service-sidebar .blog_widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-sidebar .blog_widget.widget_categories ul li .count {
  float: left;
  margin-right: 20px;
}
.service-sidebar .blog_widget.widget_categories ul li::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  font-family: "Font Awesome 5 Pro";
  width: auto;
  height: auto;
  left: auto;
  right: 0px;
  top: 50%;
  translate: 0% -50%;
  font-weight: 700;
  color: #171719;
}
.service-sidebar .wp-block-search__label::before, .service-sidebar .wp-block-search__label::after,
.service-sidebar .wp-block-group h2::before,
.service-sidebar .wp-block-group h2::after,
.service-sidebar .blog-widget-title::before,
.service-sidebar .blog-widget-title::after {
  background: #679af6;
}
.service-sidebar .wp-block-search__label::after,
.service-sidebar .wp-block-group h2::after,
.service-sidebar .blog-widget-title::after {
  background: var(--primary-color);
}
.service-sidebar .rotech-input-field textarea,
.service-sidebar .rotech-input-field input {
  background: transparent;
  border-color: #d4e5ff;
}
.service-sidebar .rotech-input-field textarea::placeholder,
.service-sidebar .rotech-input-field input::placeholder {
  color: #c3cad5;
}
.service-sidebar .rotech-input-field textarea:focus,
.service-sidebar .rotech-input-field input:focus {
  border-color: #a1c0ee;
}
.service-sidebar .rotech-input-field textarea:focus::placeholder,
.service-sidebar .rotech-input-field input:focus::placeholder {
  color: #73747d;
}
.service-sidebar .widget-btns a {
  display: block;
  border-radius: 5px;
  margin-bottom: 0px;
}
@media (max-width: 475px) {
  .service-sidebar .widget-btns a {
    padding: 15px 25px;
  }
}
.service-sidebar .widget-btns a i {
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0% -50%;
}
@media (max-width: 475px) {
  .service-sidebar .widget-btns a i {
    display: none;
  }
}
.service-sidebar .widget-btns a:nth-child(2) {
  background: var(--secondary-color);
}
.service-sidebar .widget-btns a:nth-child(2) span {
  background: var(--primary-color);
}
.service-sidebar .widget-btns a:not(:last-child) {
  margin-bottom: 20px;
}

.widget li:not(:last-child) {
  margin-bottom: 10px;
}

/* blog details css */
.tag-social-wrapper {
  clear: both;
}
.tag-social-wrapper .rotech-social-links {
  justify-content: end;
}
@media (max-width: 767px) {
  .tag-social-wrapper .rotech-social-links {
    justify-content: flex-start !important;
  }
}
.tag-social-wrapper .rotech-social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #E6EEFB;
  border-radius: 50px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tag-social-wrapper .rotech-social-links a:not(:last-child) {
  margin-right: 20px;
}
.tag-social-wrapper .rotech-social-links a:hover, .tag-social-wrapper .rotech-social-links a.active {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

.post-author__wrapper {
  background: #E6EEFB;
  border-radius: 10px;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 475px) {
  .post-author__wrapper {
    flex-wrap: wrap;
    padding: 25px;
  }
}
.post-author__thumb {
  width: 150px;
  height: 150px;
  border-radius: 50px;
  margin-right: 30px;
}
.post-author__thumb img {
  border-radius: 50%;
}
@media (max-width: 475px) {
  .post-author__thumb {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.post-author__content {
  width: calc(100% - 180px);
}
@media (max-width: 475px) {
  .post-author__content {
    width: 100%;
  }
}
.post-author .name {
  margin-bottom: 10px;
  font-size: 24px;
}
.post-author .rotech-social-links {
  margin-top: 5px;
}
.post-author .rotech-social-links a {
  font-size: 18px;
}
.post-author .rotech-social-links a .fa-facebook-f {
  color: var(--primary-color);
}
.post-author .rotech-social-links a .fa-twitter {
  color: #1da1f2;
}
.post-author .rotech-social-links a .fa-linkedin-in {
  color: #0077b5;
}

.rotech-title {
  font-size: 32px;
}

.tagcloud,
.wp-block-tag-cloud {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 12px !important;
  border: 1px solid #E6EEFB;
  font-weight: 600;
  color: #727885;
  display: block;
  margin-top: 10px;
  padding: 10px 25px;
  padding-bottom: 11px;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 8px;
  background: transparent;
  border-radius: 5px;
}
.tagcloud a:not(:last-child),
.wp-block-tag-cloud a:not(:last-child) {
  margin-right: 10px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.footer_widget .tagcloud a {
  border-color: #727885;
}
.footer_widget .tagcloud a:hover {
  border-color: var(--primary-color);
}

.rotech-details-navigation {
  align-items: center;
}
@media (max-width: 767px) {
  .rotech-details-navigation {
    flex-direction: row !important;
    text-align: left !important;
  }
  .rotech-details-navigation .ml-20 {
    margin-right: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 475px) {
  .rotech-details-navigation {
    flex-wrap: wrap;
  }
}
.rotech-details-navigation .rp-thumb img {
  max-width: 80px;
  min-height: 60px;
  object-fit: cover;
}
@media (max-width: 475px) {
  .rotech-details-navigation .rp-thumb {
    margin-bottom: 15px;
  }
}
.rotech-details-navigation .rp-content {
  width: 100%;
}
.rotech-details-navigation .rp-content .rp-nav {
  font-size: 14px;
  color: #999;
}
.rotech-details-navigation .rp-content .rp-title {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.rotech-details-navigation .rp-content .rp-title a {
  color: #171719;
}

.rotech-dn-wrapper .col-xl-6 {
  width: 47.5%;
}
@media (max-width: 767px) {
  .rotech-dn-wrapper .col-xl-6 {
    width: 100%;
  }
  .rotech-dn-wrapper .col-xl-6:not(:last-child) {
    margin-bottom: 20px;
  }
}
.rotech-dn-wrapper .col-xl-1 {
  width: 5%;
}
@media (max-width: 767px) {
  .rotech-dn-wrapper .col-xl-1 {
    display: none;
  }
}

.navigation-border {
  overflow: hidden;
  border-top: 1px solid #E6EEFB;
}

.blog__wrapper--single .post-details-content {
  overflow: hidden;
}
.blog__wrapper--single .post-details-content p {
  overflow: visible;
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.blog__wrapper--single .post-details-content p:not(:last-child) {
  margin-bottom: 25px;
}
.blog__wrapper--single .post-details-content blockquote {
  padding: 0px 70px;
  padding-top: 155px;
  padding-bottom: 50px;
  position: relative;
}
.blog__wrapper--single .post-details-content blockquote::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/icons/quto-icon-small.png);
  width: 70px;
  height: 70px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 50%;
  top: 60px;
}
.blog__wrapper--single .post-details-content blockquote p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0px;
}
.blog__wrapper--single .post-details-content blockquote p a {
  color: inherit;
}
.blog__wrapper--single .post-details-content blockquote br {
  display: none;
}
.blog__wrapper--single .post-details-content blockquote cite {
  margin-top: 10px;
  display: block;
  color: var(--primary-color);
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
}
.blog__wrapper--single .post-details-content blockquote cite a {
  color: var(--primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.blog__wrapper--single iframe {
  height: auto;
  min-height: 400px;
}
.blog__wrapper--single .post-video-btn {
  width: 100px;
  height: 100px;
  font-size: 18px;
}
.blog__wrapper--single .owl-nav div {
  width: 60px;
  height: 60px;
}
.blog__wrapper--single .blog-list-item {
  padding-left: 0px;
  margin-bottom: 0px;
}
.blog__wrapper--prev img {
  width: 100%;
}
.blog__wrapper--prev .mt-30 img {
  border-radius: 10px !important;
}
.blog__wrapper--prev .post-details-content blockquote {
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog__wrapper--prev .post-details-content blockquote p {
  color: #171719;
  overflow: visible;
  text-overflow: unset;
  display: block;
}
@media (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 145px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote {
    padding: 0px 70px;
    padding-top: 155px;
    padding-bottom: 50px;
  }
}
.blog__wrapper--prev .blog-list-item {
  margin-top: -15px;
}
.blog__wrapper--prev .blog-list-item li {
  padding-top: 0px;
}
.blog__wrapper--unit img {
  width: auto;
}
.blog__wrapper--unit .thumb img {
  width: auto;
}

.blog-list-item {
  padding: 0;
  list-style: none;
  margin-top: -15px;
  padding-left: 15px;
}
.blog-list-item li {
  position: relative;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.blog-list-item li img {
  width: auto;
  margin-right: 10px;
}

.post-details-content blockquote {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #E6EEFB;
  flex-direction: column;
}
.post-details-content blockquote p {
  color: #727885;
  position: relative;
  z-index: 2;
  margin-bottom: 0px !important;
}
.post-details-content .wp-block-cover p {
  font-size: 2em;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .social-share-wrapper {
    margin-top: 30px;
  }
}

blockquote code {
  color: inherit;
}

.post-details-content > h5 {
  margin-bottom: 20px;
}

.comment-desc {
  overflow: hidden;
}

.rotech-next-prev-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rotech-next-prev-wrapper div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rotech-next-prev-wrapper a {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rotech-next-prev-wrapper a:hover .icon {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.rotech-next-prev .icon {
  translate: 0px -1px;
  width: 60px;
  height: 60px;
  border: 1px solid #E6EEFB;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 475px) {
  .rotech-next-prev .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.rotech-next-prev .text {
  color: var(--primary-color);
}
.rotech-next-prev__prev .icon {
  margin-right: 20px;
}
@media (max-width: 475px) {
  .rotech-next-prev__prev .icon {
    margin-right: 15px;
  }
}
.rotech-next-prev__next .icon {
  margin-left: 20px;
}
@media (max-width: 475px) {
  .rotech-next-prev__next .icon {
    margin-left: 15px;
  }
}

/* comment css */
.comment-respond .rotech-title-uppercase,
.post-comments .rotech-title-uppercase {
  margin-bottom: 15px;
}

.rotech-comment-box {
  padding-top: 40px;
}
.rotech-comment-box .comment-avatar {
  float: left;
}
.rotech-comment-box .comment-avatar img {
  margin-right: 20px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 475px) {
  .rotech-comment-box .comment-avatar img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 475px) {
  .rotech-comment-box .comment-avatar {
    float: none;
  }
}
.rotech-comment-box .avatar-name span,
.rotech-comment-box .avatar-name a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  color: #171719;
  font-family: "DM Serif Display", sans-serif;
}
.rotech-comment-box .avatar-name span {
  font-size: 14px !important;
  color: var(--secondary-color);
}
.rotech-comment-box .date {
  color: var(--secondary-color);
}
.rotech-comment-box .comment-desc p {
  line-height: 26px;
}
.rotech-comment-box .comment-desc a {
  color: inherit;
}
.rotech-comment-box .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.rotech-comment-box .bottom a,
.rotech-comment-box .bottom span {
  font-size: 12px;
  color: #171719;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
.rotech-comment-box .bottom a {
  color: var(--primary-color);
  position: relative;
}
.rotech-comment-box .bottom a:hover {
  color: var(--secondary-color);
}

.comment-respond {
  background: #E6EEFB;
  padding: 40px 50px;
  padding-bottom: 50px;
  border-radius: 10px;
}
@media (max-width: 475px) {
  .comment-respond {
    padding: 35px 25px;
    padding-bottom: 40px;
  }
}
.comment-respond p {
  font-size: 14px;
}
.comment-respond .rotech-btn {
  margin-bottom: 0px;
}
@media (max-width: 475px) {
  .comment-respond .rotech-btn {
    padding: 15px 24px;
  }
}

.rotech-input-field label {
  font-size: 20px;
  font-family: "DM Serif Display", sans-serif;
  color: #171719;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 12px;
}
.rotech-input-field textarea,
.rotech-input-field input {
  background: #ffffff;
  padding: 15px 20px;
}
.rotech-input-field textarea:focus,
.rotech-input-field input:focus {
  border-color: #171719;
}
.rotech-input-field textarea {
  min-height: 150px;
  max-height: 150px;
}

.logged-in-as {
  margin-bottom: 20px;
}
.logged-in-as a {
  color: #727885;
}
.logged-in-as a:hover {
  color: var(--primary-color);
}

.logged-in .rotech-btn__full {
  width: auto;
}
.logged-in .rotech-btn__full i {
  margin-left: 10px;
}

.rotech-has-comment {
  margin-top: 10px;
}

.latest__comments .comment-respond {
  margin-top: 45px;
}
.latest__comments ul .children {
  padding-left: 110px;
  list-style: none;
}
@media (max-width: 475px) {
  .latest__comments ul .children {
    padding-left: 15px;
  }
}

.post-comments .rotech-title-uppercase small a {
  color: inherit;
  font-size: 16px;
}

.rotech-commentform-wrapper {
  clear: both;
}

/* PAGINATION CSS START */
.rotech-pagination ul {
  margin-top: 70px !important;
  list-style: none;
  padding: 0px !important;
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px !important;
}
.rotech-pagination ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6EEFB;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rotech-pagination ul li:hover {
  border-color: transparent;
}
.rotech-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.rotech-pagination ul li span,
.rotech-pagination ul li a {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #727885;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 475px) {
  .rotech-pagination ul li span,
.rotech-pagination ul li a {
    height: 38px;
    width: 38px;
    font-size: 14px;
  }
}
.rotech-pagination ul li span:hover,
.rotech-pagination ul li a:hover {
  color: #ffffff;
  background: var(--primary-color);
}
.rotech-pagination ul li .current {
  color: #ffffff;
  background: var(--primary-color);
}

/* PAGINATION CSS END */
/* case study css start */
.rotech-caseBox-section {
  overflow: hidden;
}
@media (max-width: 991px) {
  .rotech-caseBox-section {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .rotech-caseBox-section .column-gap-30 {
    margin-top: -30px;
  }
}
.rotech-caseBox-section .col-custom {
  min-height: 630px;
  flex: 1;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .rotech-caseBox-section .col-custom {
    flex: auto;
    margin-top: 30px;
    min-height: auto;
  }
}
.rotech-caseBox-section .col-custom.active {
  flex: 4;
}
@media (max-width: 991px) {
  .rotech-caseBox-section .col-custom.active {
    flex: auto;
  }
}
.rotech-caseBox-section .col-custom.active .content {
  opacity: 1 !important;
  visibility: visible !important;
}
.rotech-caseBox-section .col-custom.active .thumb img {
  min-height: 515px;
  max-height: 515px;
}
@media (max-width: 991px) {
  .rotech-caseBox-section .col-custom.active .thumb img {
    min-height: auto;
  }
}
.rotech-caseBox-section .rotech-caseBox-item .thumb img {
  border-radius: 20px;
  min-height: 630px;
  object-fit: cover;
  max-height: 630px;
}
@media (max-width: 991px) {
  .rotech-caseBox-section .rotech-caseBox-item .thumb img {
    min-height: auto;
  }
}
.rotech-caseBox-section .rotech-caseBox-item .title {
  font-size: 24px;
}
.rotech-caseBox-section .rotech-caseBox-item .content {
  position: relative;
  padding: 0px;
  margin-top: 50px;
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 991px) {
  .rotech-caseBox-section .rotech-caseBox-item .content {
    opacity: 1 !important;
    visibility: visible !important;
    padding: 20px;
    padding-top: 0px;
    margin-top: 30px;
  }
}
.rotech-caseBox-section .rotech-caseBox-item .inline-btn {
  width: 60px;
  height: 60px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .rotech-caseBox-section .rotech-caseBox-item .inline-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    right: 20px;
  }
}

/* case study css end */
/* ABOUT CSS START */
.about-img-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-img-wrapper {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .about-img-wrapper {
    max-width: 100%;
  }
}
.about-img-wrapper .big-img img {
  border-radius: 10px !important;
}
.about-img-wrapper .small-img {
  position: absolute;
  bottom: 0;
  border: 10px solid #ffffff;
  right: 0px;
}
@media (max-width: 475px) {
  .about-img-wrapper .small-img {
    position: static;
    margin-top: 30px;
  }
}
.about-img-wrapper .dots {
  position: absolute;
  left: -100px;
  bottom: -50px;
}
@media (max-width: 475px) {
  .about-img-wrapper .dots {
    display: none;
  }
}
.about-img-wrapper .cercle-shape {
  background: var(--primary-color);
  height: 250px;
  width: 250px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 25%;
  z-index: -1;
}
@media (max-width: 475px) {
  .about-img-wrapper .cercle-shape {
    display: none;
  }
}

@media (max-width: 1199px) {
  .about-content-wrapper {
    padding-left: 0px;
    padding-top: 80px;
  }
}

.featured-lists li {
  color: #171719;
  font-family: "Arimo", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-size: 18px;
}
.featured-lists li i {
  color: var(--secondary-color);
  margin-right: 10px;
  translate: 0px 5px;
}
.featured-lists li:not(:last-child) {
  margin-bottom: 15px;
}

.rotech-video-img {
  position: relative;
}
.rotech-video-img img {
  border-radius: 10px;
  min-height: 250px;
  object-fit: cover;
}
.rotech-video-img .rotech-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 2;
  font-size: 24px;
  height: 100px;
  width: 100px;
  background: var(--primary-color);
}
.rotech-video-img .rotech-video-btn:hover {
  background: var(--secondary-color);
}

.about-list-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.about-list-wrapper .view-more-box {
  padding: 35px 30px 30px 30px;
  border-top: 5px solid var(--primary-color);
  width: 33.21%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .about-list-wrapper .view-more-box {
    width: 100%;
    margin-top: 50px;
  }
}
.about-list-wrapper .view-more-box h6 {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about-list-wrapper .view-more-box h6 br {
    display: none;
  }
}
.about-list-wrapper .inline-btn {
  font-size: 12px;
  font-weight: 700;
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.about-list-wrapper .inline-btn i {
  margin-left: 5px;
}

.about-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 66.79%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .about-lists {
    width: 100%;
  }
}
.about-lists .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: self-start;
}
.about-lists .item:not(:last-child) {
  border-bottom: 1px solid #d3dbea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.about-lists .icon {
  width: 60px;
  margin-right: 15px;
  margin-top: 5px;
}
.about-lists .content {
  width: calc(100% - 75px);
}
.about-lists h6 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 5px;
}

.rotech-about-section .abt-desc {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .rotech-about-section .abt-desc {
    padding-right: 0px;
    padding-top: 35px;
  }
}
.rotech-about-section__style-3 .small-desc {
  max-width: 330px;
  bottom: 0;
  left: 0px;
  padding: 30px;
  padding-top: 35px;
  background: var(--primary-color);
  border-radius: 0px 0px 0px 20px;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .rotech-about-section__style-3 .small-desc {
    max-width: 100%;
  }
}
.rotech-about-section__style-3 .small-desc::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  font-family: "Font Awesome 5 Pro";
  width: auto;
  height: auto;
  right: 30px;
  bottom: 30px;
  top: auto;
  left: auto;
  font-size: 50px;
  color: #3b7df3;
}
.rotech-about-section__style-3 .small-desc::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 16px solid var(--primary-color);
  border-right: 16px solid transparent;
  top: -16px;
  left: 35px;
  width: auto;
  height: auto;
}
.rotech-about-section__style-3 .small-desc p {
  font-size: 14px;
  color: #F0F5FF;
  font-style: italic;
  line-height: 155%;
}
.rotech-about-section__style-3 .small-desc cite {
  font-size: 18px;
  font-family: "DM Serif Display", sans-serif;
  color: #ffffff;
  margin-top: 15px;
  display: block;
}
.rotech-about-section__style-3 .small-desc cite::before {
  display: none;
}
.rotech-about-section__style-3 .small-img {
  position: absolute;
  bottom: 0;
  right: -162px;
  font-style: normal;
}
@media (max-width: 1199px) {
  .rotech-about-section__style-3 .small-img {
    right: 138px;
  }
}
@media (max-width: 991px) {
  .rotech-about-section__style-3 .small-img {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .rotech-about-section__style-3 .small-img {
    position: relative;
    margin-top: 30px;
  }
}
.rotech-about-section__style-3 .featured-lists li {
  color: #727885;
}
.rotech-about-section__style-3 .featured-lists li:not(:last-child) {
  margin-bottom: 20px;
}
.rotech-about-section__style-3 .featured-lists li i {
  color: var(--primary-color);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .rotech-about-section__style-3 .right-wrapper {
    margin-top: 50px;
  }
  .rotech-about-section__style-3 .right-wrapper .pl-200 {
    padding-left: 0px;
    padding-top: 20px;
  }
}

/* ABOUT CSS END */
@media (max-width: 1199px) {
  .rotech-details-page .details-wrapper {
    padding-right: 0px;
  }
}
.rotech-details-page .details-thumb img {
  border-radius: 10px !important;
}
.rotech-details-page p {
  font-size: 18px;
  line-height: 30px;
}
.rotech-details-page p:not(:last-child) {
  margin-bottom: 30px;
}
.rotech-details-page .portfolio-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -15px;
}
.rotech-details-page .portfolio-meta li {
  font-size: 18px;
  width: 25%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .rotech-details-page .portfolio-meta li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .rotech-details-page .portfolio-meta li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rotech-details-page .portfolio-meta li {
    width: 50%;
  }
}
.rotech-details-page .portfolio-meta li .label {
  font-weight: 400;
  color: #171719;
  margin-right: 15px;
  font-family: "DM Serif Display", sans-serif;
}

.portfolio-details-carousel img {
  border-radius: 10px !important;
}
.portfolio-details-carousel .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.portfolio-details-carousel .owl-dots div {
  width: 7px;
  height: 7px;
  background: var(--secondary-color);
  border-radius: 50%;
  margin: 0px 10px;
  position: relative;
}
.portfolio-details-carousel .owl-dots div::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 14px;
  height: 14px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  left: -3.5px;
  top: -3.5px;
}
.portfolio-details-carousel .owl-dots div.active {
  width: 13px;
  height: 13px;
}
.portfolio-details-carousel .owl-dots div.active::after {
  display: none;
}

/* TEAM DETAILS PAGE CSS START */
.rotech-team-details-page .details-thumb img {
  width: 100%;
}
@media (max-width: 1199px) {
  .rotech-team-details-page .team-info {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .rotech-team-details-page .team-info {
    padding-left: 0px;
    margin-top: 50px;
  }
}
.rotech-team-details-page .team-info .name {
  margin-bottom: 5px;
  font-size: 35px;
}
.rotech-team-details-page .team-info .designation {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.rotech-team-details-page .team-info ul {
  margin-top: 35px !important;
}
.rotech-team-details-page .team-info ul li {
  font-size: 18px;
}
@media (max-width: 475px) {
  .rotech-team-details-page .team-info ul li {
    font-size: 16px;
  }
}
.rotech-team-details-page .team-info ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rotech-team-details-page .team-info ul li span {
  margin-right: 15px;
  display: inline-block;
  color: #171719;
  font-weight: 700;
}
.rotech-team-details-page .details-content p {
  font-size: 16px;
}
.rotech-team-details-page .rotech-social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #E6EEFB;
  border-radius: 50px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.rotech-team-details-page .rotech-social-links a:not(:last-child) {
  margin-right: 20px;
}
.rotech-team-details-page .rotech-social-links a:hover, .rotech-team-details-page .rotech-social-links a.active {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

.rotech-skill-item .knob {
  font-size: 42px !important;
  font-family: "DM Serif Display", sans-serif !important;
  color: #171719 !important;
  margin-top: 65px !important;
}
.rotech-skill-item .skill-title {
  font-size: 20px;
  margin-top: 25px;
  color: #727885;
}

/* TEAM DETAILS PAGE CSS END */
/* SERVICE DETAILS PAGE CSS SATART */
.rotech-service-details-page P {
  font-size: 16px;
}
.rotech-service-details-page .rotech-support-box .icon {
  border: none;
  width: auto;
  height: auto;
}

/* SERVICE DETAILS PAGE CSS END */
/* error page css start */
.rotech-error-page .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rotech-error-page .big-title {
  font-size: 200px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .rotech-error-page .big-title {
    font-size: 100px;
  }
}
.rotech-error-page .title {
  font-size: 48px;
}
@media (max-width: 991px) {
  .rotech-error-page .title {
    font-size: 36px;
  }
}

/* error page css end */
/* CONTACT PAGE CSS START */
.mb-none-120 {
  margin-bottom: -123px;
}

.rotech-map-section iframe {
  min-height: 650px;
  width: 100%;
  filter: grayscale(100%) invert(100%);
  border: none;
}
@media (max-width: 767px) {
  .rotech-map-section iframe {
    min-height: 450px;
  }
}

.ajax-response {
  margin-top: 10px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}
.ajax-response.error {
  background: red;
}
.ajax-response.success {
  background: green;
}

/* CONTACT PAGE CSS END */
/* FOOTER CSS START */
.rotech-copyright {
  padding: 20px 0px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .rotech-copyright {
    text-align: center;
  }
}
.rotech-copyright__style-2 {
  padding: 42px 0px;
}
.rotech-copyright__style-2 span,
.rotech-copyright__style-2 p {
  color: #ffffff;
}
.rotech-copyright__style-2 .rotech-backtotop button {
  color: #ffffff;
}
.rotech-copyright__style-2 .rotech-backtotop button:hover {
  color: var(--secondary-color);
}
.rotech-copyright__style-2 .rotech-backtotop button:hover i {
  color: var(--secondary-color);
}

.rotech-backtotop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .rotech-backtotop {
    justify-content: center;
    margin-top: 15px;
  }
}
.rotech-backtotop button {
  text-transform: capitalize;
  color: #727885;
}
.rotech-backtotop button i {
  margin-right: 5px;
}
.rotech-backtotop button:hover {
  color: var(--primary-color);
}
.rotech-backtotop button:hover i {
  color: var(--primary-color);
}

.rotech-footer-logo {
  display: inline-block;
}
.rotech-footer-logo img {
  max-width: 185px !important;
}

.rotech-footer-widgets .row {
  position: relative;
}
@media (max-width: 991px) {
  .rotech-footer-widgets .row {
    padding-bottom: 40px;
  }
}
.rotech-footer-widgets .row::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: #d6e1f3;
  top: auto;
  left: 50%;
  bottom: 0;
  width: calc(100% - 26px);
  translate: -50% 0px;
}
.rotech-footer-widgets .row .rotech-custom-col {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .rotech-footer-widgets .row .rotech-custom-col {
    padding-bottom: 0px;
  }
}
.rotech-footer-widgets .row .rotech-custom-col:not(:first-child) {
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .rotech-footer-widgets .row .rotech-custom-col:not(:first-child) {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .rotech-footer-widgets .row .rotech-custom-col:not(:first-child) {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .rotech-footer-widgets .row .rotech-custom-col:not(:first-child) {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rotech-footer-widgets .row .rotech-custom-col:not(:first-child) {
    padding-left: 60px;
  }
}
.rotech-footer-widgets .row .rotech-custom-col:not(:last-child) {
  border-right: 1px solid #d6e1f3;
}
@media (max-width: 991px) {
  .rotech-footer-widgets .row .rotech-custom-col:last-child {
    padding-left: 12px;
    border: none;
  }
}
.rotech-footer-widgets .widget-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.rotech-footer-widgets ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.rotech-footer-widgets ul li:not(:last-child) {
  margin-bottom: 5px;
}
.rotech-footer-widgets ul li a {
  position: relative;
  padding-left: 20px;
  color: #727885;
}
.rotech-footer-widgets ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--secondary-color);
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.rotech-footer-widgets ul li a:hover::after {
  background: var(--primary-color);
}
.rotech-footer-widgets .widget_recent_comments ul li a {
  padding-left: 0px;
}
.rotech-footer-widgets .widget_recent_comments ul li a::after {
  display: none;
}
.rotech-footer-widgets .about-widget p i {
  color: var(--primary-color);
  margin-right: 5px;
}
.rotech-footer-widgets .about-widget p:not(:last-child) {
  margin-bottom: 15px;
}
.rotech-footer-widgets__style-2 .row {
  padding-bottom: 80px;
}
.rotech-footer-widgets__style-2 .row::after {
  background: #252527;
}
.rotech-footer-widgets__style-2 .row .rotech-custom-col {
  border: none !important;
  padding-bottom: 0px !important;
}
@media (max-width: 1199px) {
  .rotech-footer-widgets__style-2 .row .rotech-custom-col {
    padding-left: 12px !important;
  }
}
.rotech-footer-widgets__style-2 .rotech-social-links a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #2e2e30;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rotech-footer-widgets__style-2 .rotech-social-links a:not(:last-child) {
  margin-right: 15px;
}
.rotech-footer-widgets__style-2 .rotech-social-links a:hover {
  border-color: var(--secondary-color);
  background: var(--secondary-color);
  color: #ffffff;
}
.rotech-footer-widgets__style-2 .contact-info-widget p {
  margin-bottom: 0px;
}
.rotech-footer-widgets__style-2 .contact-info-widget a,
.rotech-footer-widgets__style-2 .contact-info-widget p {
  color: #ffffff;
}
.rotech-footer-widgets__style-2 .contact-info-widget .tel {
  font-size: 22px;
  font-weight: 400;
  font-family: "DM Serif Display", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.rotech-footer-widgets__style-2 .contact-info-widget .get-in-touch {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 25px;
  text-transform: uppercase;
  display: inline-block;
}
.rotech-footer-widgets__style-2 .contact-info-widget .get-in-touch::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: #ffffff;
  top: auto;
  bottom: 5px;
}
.rotech-footer-widgets__style-2 #wp-calendar caption,
.rotech-footer-widgets__style-2 li,
.rotech-footer-widgets__style-2 span,
.rotech-footer-widgets__style-2 a,
.rotech-footer-widgets__style-2 p,
.rotech-footer-widgets__style-2 .widget-title,
.rotech-footer-widgets__style-2 .wp-block-search__label,
.rotech-footer-widgets__style-2 .wp-block-group h2,
.rotech-footer-widgets__style-2 .rotech-title-uppercase {
  color: #ffffff !important;
}
.rotech-footer-widgets__style-2 .nice-select span,
.rotech-footer-widgets__style-2 .nice-select li {
  color: #727885 !important;
}

.footer-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 475px) {
  .footer-menu ul {
    flex-wrap: wrap;
  }
}
.footer-menu ul li:not(:last-child) {
  margin-right: 50px;
}
.footer-menu ul li a {
  padding-left: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}
.footer-menu ul li a::after {
  display: none;
}
.footer-menu ul li a:hover {
  color: var(--secondary-color);
}

.rotech-footer-unit {
  padding-top: 0px;
}
.rotech-footer-unit .rotech-footer-widgets .row .rotech-custom-col {
  padding-top: 65px;
}
.rotech-footer-unit .rotech-footer-widgets .row .rotech-custom-col:not(:last-child) {
  padding-left: 30px;
  padding-right: 30px;
}
.rotech-footer-unit .rotech-footer-widgets .row .rotech-custom-col:not(:first-child) {
  padding-left: 30px;
}

/* FOOTER CSS END */

/*# sourceMappingURL=rotech-core.css.map */
