@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("animate.min.css");
body {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 145%;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

a, button {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

a::after, a::before, button::after, button::before {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.outer-wraper {
  overflow-x: hidden;
  width: 100%;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 64px;
  line-height: 100%;
}

h2 {
  font-size: 46px;
  line-height: 110%;
}

h3 {
  font-size: 48px;
  line-height: 59px;
}

h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
}

.container {
  max-width: 1464px;
}

.red-bg {
  background-color: #B53030;
}

.round-div {
  width: 1840px;
  border-radius: 1840px;
  background-color: #771214;
  margin: auto;
  padding: 100px;
  position: relative;
  z-index: 1;
  left: 50vw;
  margin-left: -920px;
}

.round-div::after {
  content: '';
  position: absolute;
  left: 43px;
  top: 43px;
  width: calc(100% - 86px);
  height: calc(100% - 86px);
  border-radius: 1500px;
  border-left: solid 14px #771214;
  border-top: solid 14px #771214;
  border-bottom: solid 14px #771214;
  border-right: solid 14px #771214;
  margin: auto;
}

.round-div::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 350px);
  background-color: #E6E6E6;
}

.round-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 1500px;
}

.round-inner .container {
  position: relative;
  z-index: 2;
}

.alt-bg {
  background-color: #E6E6E6;
  position: relative;
}

.alt-bg::after {
  content: '';
  width: 100%;
  height: 350px;
  background-color: #B53030;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.button-link {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  color: #771214;
  font-size: 25px;
  line-height: 150px;
  position: relative;
}

.button-link::after {
  content: '';
  width: 150px;
  height: 150px;
  border: solid 1px #771214;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 150px;
}

.button-link:hover {
  color: #ffffff;
  background-color: #771214;
}

.button-link:hover::after {
  width: 160px;
  height: 160px;
  left: -5px;
  top: -5px;
}

.dark-red-bg {
  background-color: #771214;
  padding-top: 80px;
  position: relative;
}

.dark-red-bg.down-arrow-after {
  position: relative;
  z-index: 1;
}

.dark-red-bg.down-arrow-after::after {
  content: '';
  width: 100%;
  height: 178px;
  background-image: url(../images/down-arrow-home.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 0;
  bottom: -178px;
  position: absolute;
  z-index: 3;
}

/*********************************/
/*         Header             */
/*===============================*/
.header-top {
  background-color: #E6E6E6;
  padding: 18px 0;
}

.header-bottom {
  background-color: #B53030;
  font-size: 25px;
  line-height: 58px;
}

.header-bottom a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 23px;
  padding-right: 23px;
}

.header-bottom a:hover, .header-bottom a.active {
  background-color: #771214;
}

.main-menu-icon {
  background-image: url(../images/menu.svg);
  width: 80px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
}

.main-menu-icon.show {
  background-image: url(../images/close.svg);
  background-size: 46px  46px;
}

.main-menu-icon:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.main-menu-icon::after {
  display: none;
}

.main-menu-dropdown {
  padding: 0;
  border: 0;
  background-color: #771214;
  font-size: 25px;
  border-radius: 0;
}

.main-menu-dropdown .dropdown-item {
  color: #ffffff;
  padding: 15px 30px;
}

.main-menu-dropdown .dropdown-item:hover {
  background-color: #B53030;
}

/*********************************/
/*         Footer             */
/*===============================*/
.footer-home {
  background-image: url(../images/home-footer-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #E6E6E6;
  padding-top: 108px;
}

.footer-logo {
  margin-bottom: 72px;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 65px;
}

.footer-link a {
  color: #B53030;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  margin-left: 34px;
  margin-right: 34px;
}

.footer-link a:hover {
  color: #771214;
}

.center-red-text {
  text-align: center;
  max-width: 984px;
  margin: auto;
  color: #B53030;
  font-size: 25px;
  line-height: 30px;
}

.stats {
  color: #B53030;
  text-align: center;
  margin-bottom: 120px;
}

.stats h3 {
  margin-bottom: 58px;
}

.stats-inner {
  width: 350px;
  margin-bottom: 30px;
}

.stats-inner h3 {
  margin-bottom: 0;
  padding-top: 26px;
}

.stats-inner h3 small {
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.number-circle {
  width: 344px;
  height: 344px;
  border-radius: 344px;
  background-color: #B53030;
  color: #ffffff;
  border: solid 15px #ffffff;
  line-height: 314px;
  font-size: 64px;
  font-weight: 700;
  position: relative;
}

.number-circle::after {
  content: '';
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  left: -15px;
  top: -15px;
  border-radius: 344px;
  border: solid 2px #B53030;
}

.numscroller::after {
  content: '+';
}

.numscroller.miltext::after {
  content: 'mil+';
}

.pt-440 {
  padding-top: 340px;
}

.home-top-text {
  max-width: 732px;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}

#tab-icon-1 ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

#tab-icon-1 ul li {
  list-style: none;
  width: 117px;
  height: 117px;
  overflow: hidden;
  margin-left: 60px;
  border-radius: 117px;
  border: solid 1px #fff;
  font-size: 0;
  line-height: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

#tab-icon-1 ul li img {
  width: 117px;
  height: 117px;
  vertical-align: middle;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.quality-active .quality-icon {
  background-color: #fff;
}

.quality-active .quality-icon .normal-img {
  margin-top: -117px;
}

.quantity-active .quantity-icon {
  background-color: #fff;
}

.quantity-active .quantity-icon .normal-img {
  margin-top: -117px;
}

.evolution-active .evolution-icon {
  background-color: #fff;
}

.evolution-active .evolution-icon .normal-img {
  margin-top: -117px;
}

.top-tab-text {
  max-width: 780px;
  margin: auto;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.top-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6px 0 7px 0;
  border: none;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-tab-button:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.top-tab-button:hover {
  border: none;
  border-radius: 0;
}

.top-tab-button span {
  display: block;
  width: 330px;
  font-size: 48px;
  font-weight: 700;
  color: #771214;
  text-align: left;
  position: relative;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.top-tab-button span::before {
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  border-radius: 16px;
  margin-top: -8px;
  background-color: #E6E6E6;
  position: absolute;
  margin-left: -41px;
}

.top-tab-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 0;
  height: 32px;
  overflow: hidden;
  margin-left: -35px;
}

.top-tab-button ul li {
  margin-left: 35px;
  list-style: none;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 32px;
  border: solid 1px rgba(255, 255, 255, 0);
}

.top-tab-button ul li::after {
  width: 16px;
  height: 16px;
  left: 7px;
  top: 7px;
  content: '';
  position: absolute;
  background-color: #E6E6E6;
  border-radius: 16px;
}

.top-tab-button.active li {
  border: solid 1px white;
  -webkit-animation: borderactive 0.4s linear;
          animation: borderactive 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top-tab-button.active li::before {
  opacity: 1;
}

.top-tab-button.active span {
  color: #E6E6E6;
  text-shadow: 0px 0 0 rgba(255, 255, 255, 0), 0px 0 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(255, 255, 255, 0), 0px 0px rgba(255, 255, 255, 0), 0px 0px 0 rgba(255, 255, 255, 0), 0px 0px 0 rgba(255, 255, 255, 0), 0px 0px 0 rgba(255, 255, 255, 0);
}

@-webkit-keyframes borderactive {
  0% {
    border: solid 1px rgba(255, 255, 255, 0);
  }
  100% {
    border: solid 1px white;
  }
}

@keyframes borderactive {
  0% {
    border: solid 1px rgba(255, 255, 255, 0);
  }
  100% {
    border: solid 1px white;
  }
}

.top-tab-button.active li:nth-child(1n) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.top-tab-button.active li:nth-child(2n) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.top-tab-button.active li:nth-child(3n) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.top-tab-button.active li:nth-child(4n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.top-tab-button.active li:nth-child(5n) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.top-tab-button.active li:nth-child(6n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.top-tab-button.active li:nth-child(7n) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.top-tab-button.active li:nth-child(8n) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.top-tab-button.active li:nth-child(9n) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.top-tab-button.active li:nth-child(10n) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.top-tab-button.active li:nth-child(11n) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.top-tab-button.active li:nth-child(12n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.top-tab-button.active li:nth-child(13n) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.top-tab-button.active li:nth-child(14n) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.top-tab-button.active li:nth-child(15n) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.top-tab-button.active li:nth-child(16n) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.top-tab-button.active li:nth-child(17n) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.top-tab-button.active li:nth-child(18n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.top-tab-button.active li:nth-child(19n) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.top-tab-button.active li:nth-child(20n) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.top-tab-pedding {
  padding-top: 42px;
}

.top-tab-pedding .nav-tabs {
  margin-bottom: 47px;
}

.mt--225 {
  margin-top: -225px;
  position: relative;
  z-index: 0;
}

.home-page-services-text {
  background-color: #771214;
  position: relative;
  padding: 40px 60px 65px 60px;
}

.home-page-services-text::after {
  content: '';
  width: 100%;
  height: 129px;
  background-image: url(../images/serices-bottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 0;
  bottom: -128px;
  position: absolute;
}

.service-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 0px 0;
  border: none;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-tab-btn:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.service-tab-btn:hover {
  border: none;
  border-radius: 0;
}

.service-tab-btn span {
  display: block;
  white-space: nowrap;
  width: 330px;
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  color: #771214;
  text-align: left;
  position: relative;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.service-tab-btn span::before {
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  border-radius: 16px;
  vertical-align: middle;
  margin-right: 30px;
  background-color: #E6E6E6;
  display: inline-block;
}

.service-tab-btn.active span {
  color: #E6E6E6;
  text-shadow: 0px 0 0 rgba(255, 255, 255, 0), 0px 0 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(255, 255, 255, 0), 0px 0px rgba(255, 255, 255, 0), 0px 0px 0 rgba(255, 255, 255, 0), 0px 0px 0 rgba(255, 255, 255, 0), 0px 0px 0 rgba(255, 255, 255, 0);
}

.searviceshome-text {
  position: relative;
  padding-right: 496px;
  font-size: 42px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 300;
  padding-top: 26px;
  min-height: 226px;
}

.searviceshome-text img {
  max-width: 378px;
  position: absolute;
  right: 10px;
  top: -214px;
}

.home-services-title {
  position: relative;
  padding-top: 25px;
  margin-bottom: 5px;
  text-align: right;
  padding-bottom: 25px;
}

.home-services-title::after {
  content: '';
  width: 100vw;
  height: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
  z-index: 0;
}

.home-services-title .circle-icon {
  position: absolute;
  left: 50%;
  top: 12px;
  background-color: #771214;
  width: 173px;
  height: 173px;
  border-radius: 149px;
  margin-left: -86px;
  z-index: 1;
  border: solid 12px #B53030;
}

.home-services-title span {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 149px;
  color: #E6E6E6;
  padding-left: 40px;
  background-color: #B53030;
  z-index: 1;
  position: relative;
}

.alt-bg1 {
  background-color: #E6E6E6;
}

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

/*********************************/
/*         About page         */
/*===============================*/
.about-title {
  position: relative;
  padding-top: 25px;
  margin-bottom: 0px;
  text-align: left;
  padding-bottom: 25px;
}

.about-title::after {
  content: '';
  width: 100vw;
  height: 5px;
  border-radius: 5px;
  background-color: #771214;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  z-index: 0;
}

.about-title .circle-icon {
  position: absolute;
  left: 50%;
  top: 12px;
  background-color: #ffffff;
  width: 173px;
  height: 173px;
  border-radius: 149px;
  margin-left: -86px;
  z-index: 1;
  border: solid 12px #E6E6E6;
}

.about-title span {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 149px;
  color: #771214;
  padding-right: 40px;
  background-color: #E6E6E6;
  z-index: 1;
  position: relative;
}

.about-home-text {
  color: #771214;
  font-size: 36px;
  font-weight: 300;
  line-height: 45px;
  padding-bottom: 42px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.chart-title {
  color: #771214;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  padding-top: 20px;
}

.chart-title span {
  color: #E6E6E6;
}

.animated .chart-main::after {
  width: 0;
}

.chart-main {
  max-width: 1386px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 118px;
  padding-top: 35px;
  position: relative;
}

.chart-main::after {
  content: '';
  width: calc(100% + 300px);
  height: 100%;
  right: -150px;
  top: -50px;
  background-color: #B53030;
  z-index: 3;
  position: absolute;
  -webkit-transition: all 1s ease 2s;
  transition: all 1s ease 2s;
}

.chart-main ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/chart-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0;
  background-size: 100% 344px;
  height: 344px;
}

.chart-main ul li {
  position: relative;
  list-style: none;
}

.chart-main ul li span {
  position: absolute;
  bottom: -41px;
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  white-space: nowrap;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.chart-main ul li:nth-child(1) b {
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 2.3s;
  transition: all 0.3s ease 2.3s;
}

.chart-main ul li:nth-child(2) b {
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.6s ease 2.6s;
  transition: all 0.6s ease 2.6s;
}

.chart-main ul li:nth-child(3) b {
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.9s ease 2.9s;
  transition: all 0.9s ease 2.9s;
}

.chart-main ul li:nth-child(4) b {
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 1.2s ease 3.2s;
  transition: all 1.2s ease 3.2s;
}

.chart-main ul li:nth-child(5) b {
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 1.5s ease 3.5s;
  transition: all 1.5s ease 3.5s;
}

.chart-main ul li:nth-child(6) b {
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 1.8s ease 3.8s;
  transition: all 1.8s ease 3.8s;
}

.chart-main ul li b {
  font-size: 26px;
  color: #ffffff;
  font-weight: 900;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.chart-main ul li b::after {
  content: '';
  width: 51px;
  height: 51px;
  background-color: #771214;
  border-radius: 50px;
  border: solid 15px #E6E6E6;
  display: block;
  margin: 18px auto auto auto;
}

.animated .chart-main ul li:nth-child(1) b {
  bottom: 0;
  opacity: 1;
}

.animated .chart-main ul li:nth-child(2) b {
  bottom: 31px;
  opacity: 1;
}

.animated .chart-main ul li:nth-child(3) b {
  bottom: 75px;
  opacity: 1;
}

.animated .chart-main ul li:nth-child(4) b {
  bottom: 124px;
  opacity: 1;
}

.animated .chart-main ul li:nth-child(5) b {
  bottom: 200px;
  opacity: 1;
}

.animated .chart-main ul li:nth-child(6) b {
  bottom: 330px;
  opacity: 1;
}

.about-bottom-text {
  padding: 38px 15px;
  max-width: 970px;
  margin: auto;
}

.about-bottom-text h2 {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 65px;
  color: #B53030;
  letter-spacing: 0;
  margin-bottom: 3px;
}

.about-bottom-text p {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  text-align: justify;
  margin-bottom: 0;
  max-width: 880px;
  margin: 40px auto 0px auto;
}

.about-top-text {
  text-align: center;
  max-width: 1475px;
  margin: auto;
  color: #B53030;
  padding-top: 66px;
  padding-bottom: 74px;
}

.about-top-text h2 {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 30px;
}

.about-top-text p {
  font-size: 36px;
  color: #771214;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 0;
}

.about-top-bg {
  background-color: #771214;
  background-image: url(../images/diamond-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 864px;
  position: relative;
}

.about-top-section {
  text-align: center;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 104px;
}

.about-top-section h1 {
  font-size: 54px;
  line-height: 65px;
  color: #E6E6E6;
  font-weight: 700;
  margin-bottom: 55px;
}

.about-top-section p {
  margin-bottom: 0;
  font-weight: 700;
  color: #E6E6E6;
  font-size: 26px;
  line-height: 31px;
}

.about-top-section ul {
  padding: 85px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

.about-top-section ul li {
  list-style: none;
  width: 210px;
  height: 210px;
  overflow: hidden;
  margin-left: 50px;
  border-radius: 210px;
  border: solid 1px #fff;
  font-size: 0;
  line-height: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  background-color: #fff;
}

.about-top-section ul li img {
  width: 210px;
  height: 210px;
  vertical-align: middle;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.about-top-section ul li:hover {
  background-color: #771214;
}

.about-top-section ul li:hover .active-img {
  margin-top: -210px;
}

.about-text-z {
  position: relative;
  z-index: 1;
}

.shapebg {
  position: absolute;
  width: 1803px;
  height: 701px;
  left: 50%;
  margin-left: -901px;
  top: 50%;
  margin-top: -350px;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(0px, -1px) rotate(1deg);
  }
  20% {
    -webkit-transform: translate(-1px, 0px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, 1px) rotate(1deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, 0px) rotate(1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(0px, -1px) rotate(1deg);
  }
  20% {
    -webkit-transform: translate(-1px, 0px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(0px, 1px) rotate(1deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, 0px) rotate(1deg);
  }
}

.about-footer-border {
  background-color: #B52F2F;
  height: 60px;
}

/*********************************/
/*         Services page         */
/*===============================*/
.services-text-left {
  padding-right: 20px;
}

.services-text-right {
  padding-left: 30px;
}

.services-text-right h5, .services-text-left h5 {
  margin-bottom: 30px;
  text-align: justify;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #B53030;
}

.services-text-right p, .services-text-left p {
  text-align: justify;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
}

.services-text-right p:last-child, .services-text-left p:last-child {
  margin-bottom: 0;
}

.services-img {
  width: 278px;
}

.services-img img {
  max-width: 278px;
  position: relative;
  z-index: 1;
}

.services-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-title h1 {
  font-size: 92px;
  line-height: 87px;
  color: #B53030;
  margin-bottom: 30px;
  margin-bottom: 59px;
}

.order-lg-last .services-title h1 {
  text-align: right;
}

.order-lg-last .services-title .services-img {
  margin-left: auto;
}

.services-padding {
  padding: 103px 0 80px 0;
}

.spacer1 {
  height: 50px;
}

.services-imgonly {
  text-align: center;
}

.services-imgonly img {
  max-width: 551px;
  width: 100%;
}

.services-img {
  position: relative;
}

.services-img::after {
  content: '';
  height: 100%;
  width: 100vw;
  background-color: #E6E6E6;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 278px;
}

.services-img.after-white::after {
  background-color: #ffffff;
}

.order-lg-last .services-title .services-img::after {
  right: inherit;
  left: 0;
}

.darkred-bg {
  background-color: #771214;
}

.services-top-animation {
  overflow: hidden;
  position: relative;
}

.circle-center {
  height: 100%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1920px;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.circle-center::after, .circle-center::before {
  content: '';
  width: 50%;
  height: 135px;
  position: absolute;
  top: calc(50% - 67px);
  background-color: #B53030;
  -webkit-animation: centerbefore .6s linear;
          animation: centerbefore .6s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.circle-center::after {
  left: -67px;
  border-radius: 0 135px 135px 0px;
}

.circle-center::before {
  right: -67px;
  border-radius: 135px 0 0 135px;
}

.circle-center span {
  width: 135px;
  height: 135px;
  background-color: #E6E6E6;
  position: absolute;
  left: 50%;
  top: calc(50% - 67px);
  margin-left: -67px;
  display: block;
  border-radius: 50%;
  -webkit-animation: servicestoptext 0.4s linear;
          animation: servicestoptext 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.services-top-cetion {
  position: relative;
  padding-top: 685px;
  overflow: hidden;
}

@-webkit-keyframes centerbefore {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes centerbefore {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

.e1, .e2, .e3, .e4, .e5, .e6 {
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

.e1 span, .e2 span, .e3 span, .e4 span, .e5 span, .e6 span {
  position: absolute;
}

.e1 span::after, .e2 span::after, .e3 span::after, .e4 span::after, .e5 span::after, .e6 span::after {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.e1 {
  font-size: 18px;
  line-height: 21px;
  left: 30px;
  top: 111px;
  -webkit-animation: fadeinup1 0.4s linear;
          animation: fadeinup1 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.e1 span {
  left: 68px;
  top: 50px;
}

.e1 span::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  background-color: #9f2725;
  border-radius: 30px;
  bottom: 6.5px;
  margin-left: -8px;
  -webkit-animation: reppelzz 1.5s;
          animation: reppelzz 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.e2 {
  font-size: 18px;
  line-height: 21px;
  left: 254px;
  top: 111px;
  -webkit-animation: fadeinup1 0.4s linear;
          animation: fadeinup1 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.e3 {
  left: 120px;
  top: 293px;
  -webkit-animation: fadeinup1 0.4s linear;
          animation: fadeinup1 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.e3 span {
  right: -365px;
  top: 69px;
}

.e3 span::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  background-color: #9f2725;
  border-radius: 30px;
  top: 7px;
  margin-left: -6px;
  -webkit-animation: reppelzz 1.5s;
          animation: reppelzz 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.e4 {
  left: 586px;
  top: 75px;
  -webkit-animation: fadeinup1 0.4s linear;
          animation: fadeinup1 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.e4 span {
  top: 74px;
  left: 93px;
}

.e4 span::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0%;
  background-color: #9f2725;
  border-radius: 30px;
  top: 7px;
  margin-left: 6.5px;
  -webkit-animation: reppelzz 1.5s;
          animation: reppelzz 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.e5 {
  right: 107px;
  top: 145px;
  -webkit-animation: fadeinup1 0.4s linear;
          animation: fadeinup1 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.e5 span {
  right: 109px;
  top: 58px;
}

.e5 span::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0%;
  background-color: #9f2725;
  border-radius: 30px;
  top: 7px;
  margin-right: 35.5px;
  -webkit-animation: reppelzz 1.5s;
          animation: reppelzz 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.e6 {
  right: 55px;
  top: 549px;
  -webkit-animation: fadeinup1 0.4s linear;
          animation: fadeinup1 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.e6 span {
  left: 122px;
  bottom: 42px;
}

.e6 span::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0%;
  background-color: #9f2725;
  border-radius: 30px;
  bottom: 6px;
  margin-left: 6.5px;
  -webkit-animation: reppelzz 1.5s;
          animation: reppelzz 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.services-dots-top {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  max-width: 1440px;
}

.services-top-text {
  position: relative;
  z-index: 3;
  -webkit-animation: fadeinup1 0.4s linear;
          animation: fadeinup1 0.4s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.services-top-text h3 {
  font-size: 41px;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 71px;
}

.services-top-text p {
  padding-left: 70px;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 71px;
  text-align: justify;
}

@-webkit-keyframes servicestoptext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes servicestoptext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.after-animation1 {
  position: relative;
}

.after-animation1::after {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.after-animation1::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  background-color: #9f2725;
  border-radius: 30px;
  top: 6.5px;
  margin-left: -5.5px;
  -webkit-animation: reppelzz 1.5s;
          animation: reppelzz 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.after-animation {
  position: relative;
}

.after-animation::after {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.after-animation::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  background-color: #9f2725;
  border-radius: 30px;
  bottom: 6.5px;
  margin-left: -7.5px;
  -webkit-animation: reppelzz 1.5s;
          animation: reppelzz 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.delay-1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.delay-8 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay-9 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.delay-10 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-11 {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.delay-12 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay-13 {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.delay-14 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.delay-15 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.delay-16 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.delay-17 {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.delay-18 {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.delay-19 {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.delay-20 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes fadeinup1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinup1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes reppel1 {
  0% {
    fill: #fff;
  }
  50% {
    fill: #B53030;
  }
  100% {
    fill: #ffffff;
  }
}

@keyframes reppel1 {
  0% {
    fill: #fff;
  }
  50% {
    fill: #B53030;
  }
  100% {
    fill: #ffffff;
  }
}

@-webkit-keyframes reppel-1 {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #B53030;
  }
  100% {
    background-color: #ffffff;
  }
}

@keyframes reppel-1 {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #B53030;
  }
  100% {
    background-color: #ffffff;
  }
}

@-webkit-keyframes reppelzz {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes reppelzz {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.reppel {
  -webkit-animation: reppel1 2.5s;
          animation: reppel1 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.anim-disable {
  -webkit-animation: anim-disable 3.5s;
          animation: anim-disable 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.anim-disable1 {
  -webkit-animation: anim-disable 4.5s;
          animation: anim-disable 4.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes anim-disable {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-disable {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anim-disable1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim-disable1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.footer-search {
  background-image: url(../images/services-footer.svg);
  background-position: center -1px;
}

/*********************************/
/*         Contact page         */
/*===============================*/
.contact-footer {
  background-image: url(../images/contact-footer-bg.svg);
  background-color: #CCCCCC;
}

.contact-bottom {
  background-color: #ccc;
  padding-top: 24px;
  padding-bottom: 85px;
}

.contact-top {
  position: relative;
  padding: 80px 0 30px 0;
}

.contact-top p {
  margin-bottom: 90px;
  font-size: 26px;
  line-height: 31px;
  color: #B53030;
}

.contact-top p b {
  display: block;
  font-weight: 700;
}

.contact-top h1 {
  font-size: 48px;
  color: #B53030;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 58px;
}

.contact-top h1 span {
  color: #ffffff;
  text-shadow: 1px 0 0 #771214, -1px 0 0 #771214, 0 1px 0 #771214, 0 -1px 0 #771214, 1px 1px #771214, -1px -1px 0 #771214, 1px -1px 0 #771214, -1px 1px 0 #771214;
}

.onclick {
  position: absolute;
  width: 165px;
  height: 165px;
  background-color: #B53030;
  color: #ffffff;
  border-radius: 125px;
  line-height: 165px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  top: 50%;
  margin-top: -38px;
  right: 187px;
}

.onclick span {
  display: block;
  background-color: #B53030;
  color: #ffffff;
  border-radius: 125px;
  line-height: 165px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}

.onclick:hover::after {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.onclick::before {
  content: '';
  position: absolute;
  background-color: #F2F2F2;
  border-radius: 800px;
  width: 804px;
  height: 804px;
  left: 50%;
  top: 50%;
  margin-left: -402px;
  margin-top: -402px;
  z-index: -1;
}

.onclick::after {
  content: '';
  position: absolute;
  border: solid 4px #B53030;
  border-radius: 400px;
  width: 394px;
  height: 394px;
  left: 50%;
  top: 50%;
  margin-left: -197px;
  margin-top: -197px;
}

.oneclick.animated span::after {
  height: 50px;
}

.oneclick.animated span::before {
  width: 635px;
}

.oneclick.animated span b {
  height: 428px;
}

.oneclick.animated span b::before {
  width: 1238px;
}

.oneclick {
  font-size: 48px;
  font-weight: 800;
  color: #B53030;
  line-height: 61px;
  padding: 0 0 24px 0;
}

.oneclick span {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.oneclick span::after {
  content: '';
  width: 12px;
  background-color: #B53030;
  height: 0px;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -6px;
  -webkit-transition: all 0.2s ease .5s;
  transition: all 0.2s ease .5s;
}

.oneclick span::before {
  content: '';
  width: 0px;
  right: 50%;
  position: absolute;
  top: 108px;
  height: 12px;
  background-color: #B53030;
  -webkit-transition: all 0.5s ease .7s;
  transition: all 0.5s ease .7s;
}

.oneclick span b {
  position: absolute;
  width: 12px;
  background-color: #B53030;
  height: 0;
  left: -559px;
  bottom: -58px;
  -webkit-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.oneclick span b::before {
  content: '';
  width: 0;
  height: 12px;
  background-color: #B53030;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 1.7s;
  transition: all 0.7s ease 1.7s;
}

.email {
  text-align: right;
  font-size: 26px;
  color: #B53030;
  line-height: 31px;
  font-weight: 700;
  padding-top: 15px;
  padding-right: 33px;
}

.email a {
  color: #B53030;
  text-decoration: none;
}

.email a:hover {
  color: #771214;
  text-decoration: underline;
}

footer {
  overflow: hidden;
  background-color: #B53030;
}

.animted-footer-contact {
  background-color: #ccc;
}

#myTab {
  position: relative;
}

#myTab button b {
  position: absolute;
  width: 117px;
  height: 117px;
  top: -159px;
  right: 15px;
  overflow: hidden;
  border-radius: 117px;
}

#myTab button b small {
  border: solid 1px #fff;
  display: block;
  width: 117px;
  height: 117px;
  border-radius: 117px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#myTab button b .normal-img, #myTab button b .active-img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#myTab button#quality-tab b {
  right: 369px;
}

#myTab button#quantity-tab b {
  right: 192px;
}

#myTab button.active b small {
  border: solid 1px #fff;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#myTab button.active b .normal-img, #myTab button.active b .active-img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.redclass {
  background-color: #B53030;
  color: #ffffff;
}

#header {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

body {
  padding-top: 173px;
}

.fixtop {
  -webkit-transform: translateY(-115px);
          transform: translateY(-115px);
}

#myTab .nav-item b {
  opacity: 0;
  -webkit-transition: all 0.4s ease 2s;
  transition: all 0.4s ease 2s;
}

#myTab .nav-item.animated b {
  opacity: 1;
}

#myTab .nav-item button b small {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.colout-text {
  padding: 30px;
}

.colout-text h5 {
  border-top: solid 1px #ffffff;
  padding-top: 30px;
  margin-top: 30px;
}

.colout-text .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.colout-text .social-links a {
  color: #ffffff;
  margin-right: 15px;
}

.colout-text .social-links a:hover {
  text-decoration: underline;
}

.colout-text .img {
  padding: 15px;
  width: 100px;
  height: 100px;
  line-height: 70px;
  border-radius: 100px;
  background-color: #ffffff;
  margin-bottom: 40px;
}

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

/*********************************/
/*         Resposive             */
/*===============================*/
@media (max-width: 1750px) {
  .oneclick span b {
    left: -435px;
  }
  .oneclick.animated span b::before {
    width: 1110px;
  }
  .oneclick.animated span::before {
    width: 510px;
  }
}

@media (max-width: 1600px) {
  .chart-main {
    margin-left: 65px;
    margin-right: 65px;
  }
  .top-tab-button span::before {
    margin-left: 0px;
  }
  .top-tab-button span {
    padding-left: 32px;
    width: 360px;
  }
}

@media (max-width: 1499px) {
  .services-top-text h3 {
    font-size: 39px;
  }
  .services-top-cetion .services-dots-top, .services-top-cetion .container {
    max-width: 1200px;
  }
  #Ellipse_79, #Ellipse_80, #Ellipse_81, #Ellipse_46, #Ellipse_47, #Ellipse_48 {
    display: none;
  }
  .circle-center {
    width: 1600px;
    margin-left: -650px;
  }
  .e6 {
    right: 0;
  }
  .e5 {
    right: 52px;
    top: 160px;
  }
  .e4 {
    left: 613px;
    top: 104px;
  }
  .e3 {
    left: 143px;
    top: 329px;
  }
  /*
    .oneclick span::after {
      top: inherit; bottom: 60px;
   }
   .oneclick span b::before {
      display: none;
   }
   .oneclick span b {
      left: 582px;
      bottom: 98px;

   }
   .oneclick.animated span b{
      height: 186px;
   }
   .oneclick span::before {
      top: inherit;
      bottom: 98px;
      right: inherit;
      left: 50%;
   }
  */
  .oneclick.animated span b::before {
    width: calc(100vw - 300px);
    z-index: -1;
  }
  .round-div {
    max-width: 100%;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0;
    padding: 100px 50px;
  }
  .round-div::after {
    left: 20px;
    top: 72px;
    width: calc(100% - 42px);
    height: calc(100% - 136px);
  }
  .center-red-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-page-services-text {
    padding: 40px 40px 65px 40px;
  }
  .service-tab-btn span {
    font-size: 42px;
  }
}

.services-top-mobile {
  display: none;
}

@media (max-width: 1365px) {
  #myTab button#quantity-tab b {
    right: 160px;
  }
  #myTab button#quality-tab b {
    right: 300px;
  }
}

@media (max-width: 1199px) {
  .home-top-text, .center-red-text, .about-top-section p, .about-bottom-text p, .services-top-text p, .services-text-right h5, .services-text-left h5,
  .services-text-right p, .services-text-left p, .contact-top p {
    font-size: 22px;
    line-height: 27px;
  }
  .services-title h1 {
    font-size: 62px;
    line-height: 120%;
  }
  .center-red-text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .searviceshome-text {
    padding-right: 350px;
  }
  .top-tab-button span, .about-top-section h1, .about-top-text h2, .about-bottom-text h2, .contact-top h1 {
    font-size: 42px;
    line-height: 120%;
  }
  .stats-inner h3 {
    line-height: 120%;
    font-size: 38px;
  }
  .searviceshome-text img {
    top: 0;
    right: 0;
    max-width: 250px;
  }
  .top-tab-text, .searviceshome-text, .service-tab-btn span, .about-home-text, .about-top-text p, .services-top-text h3 {
    font-size: 36px;
  }
  .email {
    text-align: center;
    margin-top: 50px;
  }
  .services-top-text h3 {
    margin-bottom: 40px;
  }
  .services-top-text p {
    padding-left: 0;
  }
  .number-circle {
    font-size: 50px;
    width: 270px;
    height: 270px;
    line-height: 240px;
  }
  .stats-inner {
    width: 300px;
  }
  #tab-icon-1 ul li {
    margin-left: 40px;
  }
  .services-top-cetion {
    padding-top: 0;
  }
  .services-top-mobile {
    display: block;
    background-image: url(../images/dots-mobile.svg);
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 1168px 958px;
  }
  .space135 {
    height: 135px;
    width: 135px;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #E6E6E6;
    border-radius: 135px;
    position: relative;
    z-index: 0;
  }
  .space135::after, .space135::before {
    content: '';
    height: 135px;
    position: absolute;
    width: 1200px;
    background-color: #B53030;
    border-radius: 135px;
  }
  .space135::after {
    left: 135px;
  }
  .space135::before {
    right: 135px;
  }
  .services-top-text-mobile {
    max-width: 375px;
    margin: auto;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  .services-top-text-mobile b {
    width: 50%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 18px;
    position: relative;
    z-index: 1;
  }
  .services-top-text-mobile span {
    display: block;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    position: relative;
  }
  .services-top-text-mobile span.beforespan::before {
    content: '';
    width: 28px;
    height: 26px;
    display: block;
    background-color: #E6E6E6;
    border-radius: 26px;
    margin: auto;
    margin-bottom: 30px;
    position: static;
    -webkit-animation: reppelzzx 1.5s;
            animation: reppelzzx 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .services-top-text-mobile span.beforespan::after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 50%;
    background-color: #9f2725;
    border-radius: 30px;
    top: 0px;
    margin-top: 7px;
    margin-left: -7.5px;
    -webkit-animation: reppelzz 1.5s;
    animation: reppelzz 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .services-top-text-mobile span::after {
    content: '';
    width: 28px;
    height: 26px;
    display: block;
    background-color: #E6E6E6;
    border-radius: 26px;
    margin: auto;
    margin-top: 30px;
  }
  .services-top-text-mobile span::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 50%;
    background-color: #9f2725;
    border-radius: 30px;
    bottom: 6.5px;
    margin-left: -6.5px;
    -webkit-animation: reppelzz 1.5s;
    animation: reppelzz 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .services-top-text-mobile svg {
    margin: auto;
  }
  .rot90 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .home-top-text {
    padding-bottom: 150px;
  }
}

.d-mobile, .d-menu-main {
  display: none;
}

@media (max-width: 992px) {
  .services-top-text p, .services-text-right h5, .services-text-left h5, .services-text-right p, .services-text-left p,
  .about-bottom-text p {
    text-align: left;
  }
  .home-top-text {
    text-align: center;
    margin-bottom: 40px;
  }
  #tab-icon-1 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #tab-icon-1 ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .searviceshome-text {
    padding-right: 0;
  }
  .searviceshome-text img {
    position: static;
    margin-top: 20px;
    display: block;
  }
  h3, .chart-title, .stats-inner h3 {
    font-size: 32px;
  }
  .top-tab-text, .searviceshome-text, .about-home-text, .about-top-text p, .services-top-text h3 {
    font-size: 28px;
    line-height: 120%;
  }
  .service-tab-btn span {
    font-size: 24px;
    line-height: 120%;
  }
  .home-top-text, .center-red-text, .about-top-section p, .about-bottom-text p, .services-top-text p, .services-text-right h5, .services-text-left h5, .services-text-right p, .services-text-left p, .contact-top p {
    font-size: 18px;
  }
  .chart-main ul li span, .chart-main ul li b {
    font-size: 16px;
    font-weight: 700;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-link {
    padding-bottom: 20px;
  }
  .order-lg-last .services-title .services-img, .services-imgonly, .services-img {
    margin-bottom: 30px;
  }
  .services-text-right, .services-text-left {
    padding: 0;
  }
  .about-top-section ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .onclick {
    display: none;
  }
  .d-mobile {
    display: block;
    position: relative;
  }
  .oneclick {
    font-size: 32px;
    margin: auto;
    text-align: center;
  }
  .email {
    font-size: 20px;
    padding-right: 0;
  }
  .oneclick.animated span b, .oneclick span::before {
    display: none;
  }
}

.socialiconslink {
  background-color: #E6E6E6;
  padding: 0px;
  border: solid 1px #E6E6E6;
  border-radius: 5px;
  overflow: hidden;
  /*margin: 0 13px;*/
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .pt-440 {
    padding-top: 240px;
  }
  .dark-red-bg.down-arrow-after::after {
    height: 55px;
    bottom: -55px;
  }
  .dark-red-bg {
    padding-top: 55px;
  }
  .services-padding {
    padding: 55px 0;
  }
  .services-imgonly img {
    padding: 0 50px;
  }
  .oneclick span::after {
    display: none;
  }
  .about-top-section ul {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .about-bottom-text p {
    margin-top: 30px;
  }
  .contact-top {
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-bottom {
    padding-bottom: 40px;
  }
  .contact-top h1, .contact-top p, .stats h3, .stats, .about-top-section h1, .services-top-text h3, .services-title h1 {
    margin-bottom: 30px;
  }
  .home-top-text, .center-red-text, .about-top-section p, .about-bottom-text p, .services-top-text p, .services-text-right h5, .services-text-left h5, .services-text-right p, .services-text-left p, .contact-top p {
    font-size: 16px;
    line-height: 160%;
  }
  .oneclick {
    padding-bottom: 0;
  }
  .email {
    text-align: left;
    margin-top: 0;
  }
  .about-top-section {
    padding-top: 66px;
  }
  .logo-text img {
    width: 112px;
  }
  .brand-icon img {
    max-width: 50px;
  }
  .footer-logo img {
    max-width: 130px;
  }
  .services-img img, .services-img {
    max-width: 200px;
  }
  .oneclick {
    font-size: 20px;
    margin: 0;
    text-align: left;
  }
  .about-top-section ul li {
    width: 82px;
    height: 82px;
    line-height: 82px;
  }
  .about-top-section ul li img {
    width: 82px;
    height: 82px;
  }
  .about-top-section ul li:hover .normal-img,
  .about-top-section ul li:hover .active-img {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .about-top-section ul li span {
    display: block;
  }
  .about-top-section ul li:hover .active-img {
    margin-top: 0px;
  }
  .order-lg-last .services-title .services-img::after {
    border-radius: 220px 0 0 220px;
  }
  .services-img::after {
    border-radius: 0px 220px 220px 0px;
  }
  .services-title h1 {
    font-size: 36px;
  }
  .service-tab-btn span {
    white-space: inherit;
  }
  .service-tab-btn span {
    padding-left: 35px;
    position: relative;
  }
  .service-tab-btn span::before {
    position: absolute;
    top: 4px;
  }
  .top-tab-text, .searviceshome-text, .about-home-text, .about-top-text p, .services-top-text h3 {
    font-size: 20px;
    line-height: 140%;
  }
  .number-circle {
    font-size: 42px;
    line-height: 200px;
  }
  .number-circle {
    font-size: 42px;
    width: 230px;
    height: 230px;
    line-height: 200px;
  }
  h3, .chart-title, .stats-inner h3 {
    font-size: 24px;
  }
  .button-link {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .button-link::after {
    width: 130px;
    height: 130px;
  }
  .button-link:hover::after {
    width: 130px;
    height: 130px;
    left: 0px;
    top: 0px;
  }
  .service-tab-btn span {
    font-size: 17px;
  }
  #servicesTab li {
    margin-bottom: 10px;
  }
  .searviceshome-text img {
    max-width: 200px;
    margin: 20px auto auto auto;
  }
  .header-bottom a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .home-services-title span, .about-title span {
    font-size: 42px;
    line-height: 90px;
  }
  #tab-icon-1 ul li img, #tab-icon-1 ul li {
    width: 82px;
    height: 82px;
  }
  .round-div {
    padding-bottom: 0;
  }
  .home-page-services-text {
    padding: 30px 20px 65px 20px;
  }
  .round-div::after, .home-services-title .circle-icon, .about-title .circle-icon {
    display: none;
  }
  .pt-103 {
    padding-top: 60px;
  }
  .about-title span {
    line-height: 48px;
  }
  .chart-main ul li b::after {
    width: 21px;
    height: 21px;
    border: solid 5px #E6E6E6;
  }
  .chart-main {
    margin-left: 0;
    margin-right: 0;
  }
  .round-div {
    padding-left: 0;
    padding-right: 0px;
  }
  .center-red-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .stats-inner {
    width: 100%;
  }
  .number-circle {
    margin-left: auto;
    margin-right: auto;
  }
  .main-menu-icon {
    width: 40px;
    height: 23px;
  }
  .chart-main ul li span, .chart-main ul li b {
    font-size: 14px;
  }
  .chart-main ul li span {
    font-weight: 400;
    max-width: 43px;
    white-space: inherit;
    line-height: 116%;
  }
  .chart-main ul li:nth-child(1) b, .chart-main ul li:nth-child(1) span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .chart-main ul li:nth-child(1) b::after, .chart-main ul li:nth-child(1) span::after {
    margin-left: 0;
  }
  .chart-main ul li:nth-child(6) b, .chart-main ul li:nth-child(6) span {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .chart-main ul li:nth-child(6) b::after, .chart-main ul li:nth-child(6) span::after {
    margin-right: 0;
  }
  .footer-link a {
    font-size: 16px;
    line-height: 30px;
    margin-left: 14px;
    margin-right: 14px;
  }
  #myTab button b {
    right: 50%;
    margin-right: -150px;
    top: -100px;
  }
  .home-top-text {
    padding-bottom: 50px;
  }
  #myTab button#quantity-tab b {
    right: 50%;
    margin-right: -34px;
  }
  #myTab button#quality-tab b {
    right: 50%;
    margin-right: 70px;
  }
  #myTab button b {
    width: 68px;
    height: 68px;
  }
  #myTab button b small {
    width: 68px;
    height: 68px;
  }
  #myTab button b small img {
    max-width: 100%;
  }
  .top-tab-button span, .about-top-section h1, .about-top-text h2, .about-bottom-text h2, .contact-top h1 {
    font-size: 35px;
  }
  .top-tab-button span {
    width: 272px;
  }
  body {
    padding-top: 85px;
  }
  .fixtop {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .d-menu-main .dropdown {
    position: static;
  }
  .d-menu-main {
    display: block;
  }
  .dmenu-full {
    border-radius: 0;
    width: 100vw;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    top: 85px !important;
    border: 0;
    height: calc(100vh);
    background-color: #B53030;
    padding: 15px;
  }
  .dmenu-full .dropdown-item {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .dmenu-full .dropdown-item:hover, .dmenu-full .dropdown-item.active {
    background-color: #771214;
  }
  .home-top-text, .top-tab-text, .about-home-text, .services-text-left, .services-text-right,
  .about-top-section p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-services-title span, .order-lg-last .services-title h1 {
    padding-right: 15px;
  }
  .services-text-right h5, .services-text-left h5 {
    margin-bottom: 20px;
  }
  .about-title span {
    padding-left: 15px;
  }
  .services-top-text-mobile b {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 16px;
  }
  .services-top-text-mobile span {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 19px;
  }
  .oneclick, .email {
    font-size: 17px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 540px) {
  .service-tab-btn span {
    padding-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */