@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Gilroy';
  font-weight: 400;
  overflow-x: hidden !important;
  line-height: 1;
  padding-top: 7.6rem;
}

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

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

:focus {
  outline: none;
}

i {
  line-height: 0;
}

p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #333;
  font-weight: 400;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.main-container {
  max-width: 1230px;
  margin: auto;
  padding: 0 1.5rem;
}

/* Top Header Start */
.top-header {
  background-color: #000000;
  margin-bottom: 7.5rem;
}

.top-header .main-container {
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header .main-container .social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header .main-container .social-media li {
  margin-right: 1rem;
}

.top-header .main-container .social-media li a {
  text-decoration: none;
  color: #ff6600;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-header .main-container .social-media li a:hover {
  color: #FF9900;
}

.top-header .main-container .phone-mail {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .main-container .phone-mail li a {
  text-decoration: none;
  color: #ff6600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 600;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  padding-left: 1.4rem;
  border-left: 1px solid #ff6600;
}

.top-header .main-container .phone-mail li a i {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

.top-header .main-container .phone-mail li a:hover {
  color: #FF9900;
}

.top-header .main-container .phone-mail li:first-child a {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

/* Top Header Finish */
/* Header Start */
header {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px 1px rgba(221, 221, 221, 0.65);
          box-shadow: 0px 4px 20px 1px rgba(221, 221, 221, 0.65);
  position: fixed;
  left: 0;
  right: 0;
  top: 0rem;
  z-index: 9;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0rem 3rem 0rem 3rem;
}

header .header-Left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav_btn_open {
  display: none;
  line-height: 0;
  font-size: 3.3rem;
  background: no-repeat;
  border: none;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

header nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
}

header nav ul li span i {
  font-size: 1.4rem;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav ul li a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  padding: 1rem 1rem;
}

header nav ul li ul {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -99;
  border-top: 1px solid #EDEDED;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  padding: 4rem;
  -webkit-box-shadow: 0px 20px 23px 7px rgba(124, 124, 124, 0.25);
          box-shadow: 0px 20px 23px 7px rgba(124, 124, 124, 0.25);
  border-radius: 0px 0px 1rem 1rem;
}

header nav ul li ul li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 0 4.5rem;
  position: relative;
}

header nav ul li ul li a {
  color: #000000;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  padding: 0;
}

header nav ul li ul li a img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  left: 0;
  top: 0rem;
}

header nav ul li ul li a p {
  color: #6a6a6a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-top: 0.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

header nav ul li:hover ul {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}

header nav ul li:hover ul li:hover a, header nav ul li:hover ul li.active a {
  color: #ff6600;
  background: none;
}

header nav ul li:hover ul li:hover a img, header nav ul li:hover ul li.active a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

header nav ul li:hover > a {
  color: #ff6600;
}

header nav ul li:hover i {
  color: #ff6600;
  -webkit-transform: rotate3d(3, 0, 0, 180deg);
          transform: rotate3d(3, 0, 0, 180deg);
}

header nav ul li.active ul li:hover a, header nav ul li.active ul li.active a {
  color: #ff6600;
  background: none;
}

header nav ul li.active ul li:hover a img, header nav ul li.active ul li.active a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

header nav ul li.active > a {
  color: #ff6600;
}

header nav ul li.active i {
  color: #ff6600;
}

header nav .nav_btn_close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 2.7rem;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  color: #ff6600;
}

header .header-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  padding: 0 1rem;
}

header .header-social li {
  padding: 0 1rem;
}

header .header-social li a {
  text-decoration: none;
  font-size: 2.4rem;
  opacity: 0.85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header .header-social li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .header-social li:nth-of-type(1) a {
  color: #3664A2;
}

header .header-social li:nth-of-type(2) a {
  color: #2EACF6;
}

header .header-social li:nth-of-type(3) a {
  color: #007BB6;
}

header .header-social li:nth-of-type(4) a {
  color: #CB2027;
}

header .header-social li:nth-of-type(5) a {
  color: #CD368C;
}

header .header-phone {
  color: #FF9900;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header .header-phone i {
  font-size: 2.7rem;
  margin-right: 0.7rem;
}

header .header-phone:hover {
  color: #ff6600;
}

header .header-get-touch {
  background-color: #FF9900;
  width: 16.5rem;
  height: 4rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-left: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header .header-get-touch i {
  font-size: 2.4rem;
  margin-right: 0.7rem;
}

header .header-get-touch:hover {
  background-color: #ff6600;
}

.sticky {
  position: fixed;
  top: 0;
}

/* Header Finish */
/* Hero Container Start */
.hero-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFAFA));
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  height: 64rem;
}

.hero-container .hero-image-slider {
  height: 100%;
}

.hero-container .hero-image-slider .slick-list {
  height: 100%;
}

.hero-container .hero-image-slider .slick-slide {
  margin: 0;
}

.hero-container .hero-image-slider .hero-slider-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38% 62%;
      grid-template-columns: 38% 62%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.hero-container .hero-image-slider .hero-slider-container .hero-slider-text {
  padding: 0 3rem 0 7rem;
}

.hero-container .hero-image-slider .hero-slider-container .hero-slider-text h3 {
  font-size: 4.2rem;
  line-height: 5rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-container .hero-image-slider .hero-slider-container .hero-slider-text p {
  margin-bottom: 3rem;
}

.hero-container .hero-image-slider .hero-slider-container .hero-slider-text a {
  background-color: #FF9900;
  width: 14.5rem;
  height: 4.2rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.hero-container .hero-image-slider .hero-slider-container .hero-slider-text a:hover {
  background-color: #ff6600;
}

.hero-container .hero-image-slider .hero-slider-container img {
  width: 100%;
  height: 64rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.hero-container .hero-image-slider .slick-next:before, .hero-container .hero-image-slider .slick-prev:before {
  font-size: 2.1rem;
  opacity: 1;
  color: #333;
  font-weight: 700;
}

.hero-container .hero-image-slider .slick-prev:before {
  content: "\f732";
}

.hero-container .hero-image-slider .slick-next {
  right: 1rem;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  border: 1px solid #333;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #333;
}

.hero-container .hero-image-slider .slick-next:before {
  content: "\f733";
}

.hero-container .hero-image-slider .slick-prev {
  left: 1rem;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  border: 1px solid #333;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #333;
}

/* Hero Container Finish */
/* About Page CSS Start */
.inner-hero-container {
  background: url(../images/about-inner-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 40rem;
  position: relative;
}

.inner-hero-container .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.inner-hero-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-hero-container ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFE500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.inner-hero-container ul li a {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
}

.inner-hero-container ul li:after {
  content: '>';
  color: #FFFFFF;
  margin: 0 1rem;
}

.inner-hero-container ul li:last-child:after {
  display: none;
}

.inner-hero-container h1 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 1.5rem 0;
}

.inner-hero-container p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 70rem;
  letter-spacing: 0.4px;
}

.inner-hero-container::before {
  content: '';
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.about-page-section {
  padding: 8rem 0 6rem 0;
}

.about-page-section img {
  float: left;
  margin: 0 5rem 1rem 0;
  width: 50rem;
  background: #FFFFFF;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.1);
}

.about-page-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page-section h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.about-page-section h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.about-page-section p {
  margin-bottom: 2rem;
}

.mission-vision-section {
  background-color: #FAFAFA;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.mission-vision-section .main-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 7rem;
}

.mission-vision-section .mission-vision-box > img {
  margin-bottom: 1.5rem;
}

.mission-vision-section .mission-vision-box h2 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 700;
}

.mission-vision-section .mission-vision-box h2:after {
  content: '';
  background-color: #ff6600;
  width: 7.5rem;
  height: 0.3rem;
  display: block;
  display: block;
  margin: 1rem 0 0.5rem 0;
}

.mission-vision-section .mission-vision-box .mission-vision-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission-vision-section .mission-vision-box .mission-vision-inner-box img {
  margin-left: -1.7rem;
  margin-right: 1rem;
}

.mission-vision-section .background-svg {
  position: absolute;
  top: -3rem;
  right: -2rem;
}

/* About Page CSS Finish */
/* Contact Page CSS Start */
.contact-page-section {
  padding: 8rem 0;
}

.contact-page-section h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #000000;
  display: table;
  text-align: center;
  margin: auto;
}

.contact-page-section h2:after {
  content: '';
  background-color: #ff6600;
  display: block;
  width: 7.5rem;
  height: 0.3rem;
  margin: 1rem auto 4.5rem;
}

.contact-page-section .contact-page-section-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Left h3 {
  color: #ff6600;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Left ul li {
  position: relative;
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 2.4rem;
  padding-left: 3.2rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Left ul li i {
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 2.2rem;
  color: #ff6600;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Left ul li a {
  color: #333;
  text-decoration: none;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Left iframe {
  width: 100%;
  height: 37.5rem;
  border: none;
  margin-top: 1rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right {
  border: 1px solid #EEEEEE;
  padding: 3rem 4rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right h3 {
  color: #000000;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right h4 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 3rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box {
  position: relative;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box i {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  font-size: 2rem;
  color: #999999;
  z-index: 1;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="text"], .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="email"], .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="number"] {
  width: 100%;
  height: 4.8rem;
  background-color: none;
  border: 1px solid #DDD;
  font-family: 'Gilroy';
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  padding-left: 4rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="text"]::-webkit-input-placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="email"]::-webkit-input-placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="number"]::-webkit-input-placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="text"]:-ms-input-placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="email"]:-ms-input-placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="number"]:-ms-input-placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="text"]::-ms-input-placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="email"]::-ms-input-placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="number"]::-ms-input-placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="text"]::placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="email"]::placeholder, .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="number"]::placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box .nice-select {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #DDD;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 4.6rem;
  padding-left: 4rem;
  border-radius: 0;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box .nice-select .list {
  max-height: 20rem;
  overflow-y: auto;
  width: 100%;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box textarea {
  width: 100%;
  height: 14rem;
  padding: 1.4rem;
  padding-left: 4rem;
  background-color: none;
  border: 1px solid #DDD;
  font-family: 'Gilroy';
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  padding-left: 4rem;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box textarea::-webkit-input-placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box textarea:-ms-input-placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box textarea::-ms-input-placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box textarea::placeholder {
  color: #333;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="submit"] {
  background-color: #FF9900;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  width: 100%;
  height: 4.8rem;
  cursor: pointer;
  cursor: pointer;
  font-family: 'Gilroy';
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box input[type="submit"]:hover {
  background-color: #ff6600;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box > span {
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  color: red;
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box:nth-of-type(5), .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box:nth-of-type(6) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

/* Contact Page CSS Finish */
/* Service Detail CSS Start */
.service-detail-first-section {
  padding: 8rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  grid-gap: 5rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview h2 {
  font-size: 2.7rem;
  color: #000000;
  font-weight: 700;
  line-height: 3.2rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview h2:after {
  content: '';
  width: 7.5rem;
  height: 0.3rem;
  background-color: #ff6600;
  display: block;
  margin: 1rem 0;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview h3 {
  font-size: 2.1rem;
  font-weight: 700;
  padding-top: 1.5rem;
  color: #ff6600;
  padding-bottom: 1.2rem;
  line-height: 2.4rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview h4 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 1.5rem;
  color: #000000;
  padding-bottom: 0.5rem;
  line-height: 2.4rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview p {
  margin-bottom: 1.5rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview img {
  float: left;
  width: 47%;
  margin-right: 4%;
  margin-top: 0.5rem;
  border: 1px solid #EDEDED;
  padding: 1rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 20px 3px rgba(51, 51, 51, 0.1);
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(2), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(4), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(6), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(8), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(10) {
  float: right;
  width: 47%;
  margin-left: 4%;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-overview ul li {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 0.9rem;
  font-weight: 400;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories {
  padding: 3.5rem 0 0rem 0;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories h2 {
  font-size: 2.7rem;
  color: #000000;
  font-weight: 700;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories h2:after {
  content: '';
  width: 7.5rem;
  height: 0.3rem;
  background-color: #ff6600;
  display: block;
  margin: 1rem 0 2rem 0;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories .service-detail-categories-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories .service-detail-categories-grid .service-detail-categories-grid-box {
  background-color: #FAFAFA;
  padding: 2rem 1rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories .service-detail-categories-grid .service-detail-categories-grid-box span {
  width: 9rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories .service-detail-categories-grid .service-detail-categories-grid-box h4 {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 2rem;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories .service-detail-categories-grid .service-detail-categories-grid-box:hover {
  background-color: #ff6600;
  border-color: #ff6600;
}

.service-detail-first-section .service-detail-first-section-Left .service-detail-categories .service-detail-categories-grid .service-detail-categories-grid-box:hover h4 {
  color: #FFFFFF;
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions {
  padding: 3.5rem 0 0rem 0;
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions h2 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 600;
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions h2:after {
  content: '';
  width: 7.5rem;
  height: 0.3rem;
  background-color: #ff6600;
  display: block;
  margin: 1rem 0 2rem 0;
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions .it-services-detail-solutions-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions .it-services-detail-solutions-grid .it-services-detail-solutions-grid-box {
  background-color: #FFFFFF;
  padding: 2rem 1rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions .it-services-detail-solutions-grid .it-services-detail-solutions-grid-box h4 {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 2rem;
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions .it-services-detail-solutions-grid .it-services-detail-solutions-grid-box:hover {
  -webkit-box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions .it-services-detail-solutions-grid .it-services-detail-solutions-grid-box:hover h4 {
  color: #ff6600;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions {
  padding: 3.5rem 0 0rem 0;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions h2 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 600;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions h2:after {
  content: '';
  width: 7.5rem;
  height: 0.3rem;
  background-color: #ff6600;
  display: block;
  margin: 1rem 0 2rem 0;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions .books-services-detail-solutions-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions .books-services-detail-solutions-grid .books-services-detail-solutions-grid-box {
  background-color: #FFFFFF;
  padding: 1rem 1rem 2rem 1rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions .books-services-detail-solutions-grid .books-services-detail-solutions-grid-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  border: 1px solid #fff4e7;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions .books-services-detail-solutions-grid .books-services-detail-solutions-grid-box h4 {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 2rem;
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions .books-services-detail-solutions-grid .books-services-detail-solutions-grid-box:hover {
  -webkit-box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions .books-services-detail-solutions-grid .books-services-detail-solutions-grid-box:hover h4 {
  color: #ff6600;
}

.service-detail-first-section .service-detail-first-section-Right {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 20px 3px rgba(51, 51, 51, 0.1);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 3rem;
  position: -webkit-sticky;
  position: sticky;
  margin-top: -30rem;
  top: 9rem;
}

.service-detail-first-section .service-detail-first-section-Right h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.service-detail-first-section .service-detail-first-section-Right h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.service-detail-first-section .service-detail-first-section-Right h3 {
  color: #333;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box {
  position: relative;
  margin-bottom: 1.8rem;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box i {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  font-size: 1.8rem;
  color: #555;
  z-index: 1;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="text"], .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="email"], .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="number"] {
  width: 100%;
  height: 4.8rem;
  background-color: none;
  border: 1px solid #DDDDDD;
  font-family: 'Gilroy';
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  padding-left: 3.8rem;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="text"]::-webkit-input-placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="email"]::-webkit-input-placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="number"]::-webkit-input-placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="text"]:-ms-input-placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="email"]:-ms-input-placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="number"]:-ms-input-placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="text"]::-ms-input-placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="email"]::-ms-input-placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="number"]::-ms-input-placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="text"]::placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="email"]::placeholder, .service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="number"]::placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box .nice-select {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #EDEDED;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 4.6rem;
  padding-left: 4rem;
  border-radius: 0;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box .nice-select .list {
  max-height: 20rem;
  overflow-y: auto;
  width: 100%;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box textarea {
  width: 100%;
  height: 11rem;
  padding: 1.4rem;
  padding-left: 4rem;
  background-color: none;
  border: 1px solid #DDDDDD;
  font-family: 'Gilroy';
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  padding-left: 4rem;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box textarea::-webkit-input-placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box textarea:-ms-input-placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box textarea::-ms-input-placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box textarea::placeholder {
  color: #333;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="submit"] {
  background-color: #FF9900;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  width: 100%;
  height: 4.8rem;
  cursor: pointer;
  cursor: pointer;
  font-family: 'Gilroy';
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box input[type="submit"]:hover {
  background-color: #ff6600;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box > span {
  position: absolute;
  font-size: 1.1rem;
  font-weight: 500;
  left: 0;
  bottom: -1.5rem;
  color: red;
}

.service-detail-first-section .service-detail-first-section-Right .service-detail-form-box:last-child {
  margin-bottom: 0;
}

.items-we-sell-section {
  background-color: #FAFAFA;
  padding: 6rem 0 10rem 0;
  position: relative;
  margin-top: 8rem;
}

.items-we-sell-section h2 {
  font-size: 2.6rem;
  color: #000000;
  font-weight: 500;
}

.items-we-sell-section h2:after {
  content: '';
  width: 7.5rem;
  height: 0.3rem;
  background-color: #ff6600;
  display: block;
  margin: 1rem 0 3rem 0;
}

.items-we-sell-section .item-we-sell-slider .slick-list {
  padding: 1rem 0;
}

.items-we-sell-section .item-we-sell-slider .item-we-sell-slider-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.07);
          box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.07);
  padding: 1rem 1rem 2rem 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin: 0 1rem;
}

.items-we-sell-section .item-we-sell-slider .item-we-sell-slider-box img {
  width: 100%;
  height: 22rem;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #F2F2F2;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.items-we-sell-section .item-we-sell-slider .item-we-sell-slider-box h3 {
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  margin-top: 1.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.items-we-sell-section .item-we-sell-slider .item-we-sell-slider-box:hover {
  background-color: #ff6600;
}

.items-we-sell-section .item-we-sell-slider .item-we-sell-slider-box:hover h3 {
  color: #FFFFFF;
}

.items-we-sell-section .item-we-sell-slider .slick-next:before, .items-we-sell-section .item-we-sell-slider .slick-prev:before {
  font-size: 4rem;
  opacity: 1;
}

.items-we-sell-section .item-we-sell-slider .slick-next {
  -webkit-transform: translateX(13rem);
          transform: translateX(13rem);
}

.items-we-sell-section .item-we-sell-slider .slick-prev {
  -webkit-transform: translateX(-15rem);
          transform: translateX(-15rem);
}

.items-we-sell-section .item-we-sell-slider .slick-prev {
  color: #999999;
  bottom: -3.5rem;
  left: 50%;
  top: initial;
  z-index: 1;
}

.items-we-sell-section .item-we-sell-slider .slick-prev:before {
  color: #FF9900;
}

.items-we-sell-section .item-we-sell-slider .slick-next {
  color: #999999;
  bottom: -3.5rem;
  right: 50%;
  top: initial;
  z-index: 1;
}

.items-we-sell-section .item-we-sell-slider .slick-next:before {
  color: #FF9900;
}

.items-we-sell-section .item-we-sell-slider .slick-dots {
  bottom: -4rem;
  display: block;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.items-we-sell-section .item-we-sell-slider .slick-dots li {
  width: initial;
  height: initial;
}

.items-we-sell-section .item-we-sell-slider .slick-dots li button {
  background-color: #D9D9D9;
  width: 1rem;
  height: 0.8rem;
  border-radius: 1rem;
  padding: 0;
}

.items-we-sell-section .item-we-sell-slider .slick-dots .slick-active button {
  width: 5rem;
  background-color: #ff6600;
}

.items-we-sell-section:before {
  content: "";
  background: url(../images/arrow-up-bg.svg) repeat;
  height: 3rem;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}

.items-we-sell-section:after {
  content: "";
  background: url(../images/arrow-down-bg.svg) repeat;
  height: 3rem;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
}

.service-detail-product-service-section {
  padding: 8rem 0 0 0;
}

.service-detail-product-service-section h2 {
  font-size: 2.6rem;
  color: #000000;
  font-weight: 500;
}

.service-detail-product-service-section h2:after {
  content: '';
  width: 7.5rem;
  height: 0.3rem;
  background-color: #ff6600;
  display: block;
  margin: 1rem 0 3rem 0;
}

.service-detail-product-service-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.service-detail-product-service-section ul li {
  width: 23%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
}

.service-detail-product-service-section ul li a {
  width: 100%;
  background-color: #F5FFF7;
  border: 1px solid #FF9900;
  color: #FF9900;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.service-detail-product-service-section ul li a:hover {
  background-color: #FF9900;
  color: #FFFFFF;
}

/* Service Detail CSS Finish */
/* Home About Start */
.home-about-section {
  padding: 8rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-about-section img {
  width: 50rem;
  display: table;
  margin: auto;
  background: #FFFFFF;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
          box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
}

.home-about-section .home-about-text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-about-section .home-about-text h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.home-about-section .home-about-text h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.home-about-section .home-about-text p {
  margin-bottom: 3rem;
}

.home-about-section .home-about-text a {
  background-color: #FF9900;
  width: 14.5rem;
  height: 4.2rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-about-section .home-about-text a:hover {
  background-color: #ff6600;
}

/* Home About Finish */
/* Home Product Services Start */
.home-product-service-section {
  background-color: #FAFAFA;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.home-product-service-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.home-product-service-section h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.home-product-service-section h2:after {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-left: 1rem;
}

.home-product-service-section h5 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 0.5rem;
  position: relative;
}

.home-product-service-section h6 {
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 4rem;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
  line-height: 2.6rem;
  position: relative;
}

.home-product-service-section .home-product-service-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
}

.home-product-service-section .home-product-service-grid .home-product-service-box {
  text-align: center;
  padding: 3rem 2rem 4.5rem 2rem;
  background-color: #FFFFFF;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-product-service-section .home-product-service-grid .home-product-service-box > a {
  display: block;
  text-decoration: none;
}

.home-product-service-section .home-product-service-grid .home-product-service-box img {
  margin-bottom: 1.5rem;
}

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

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

.home-product-service-section .home-product-service-grid .home-product-service-box h3 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #000000;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-product-service-section .home-product-service-grid .home-product-service-box p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.home-product-service-section .home-product-service-grid .home-product-service-box .link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 10rem;
  height: 3rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF9900;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none;
}

.home-product-service-section .home-product-service-grid .home-product-service-box .link:hover {
  background-color: #ff6600;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-child(even) h3 {
  color: #FFFFFF;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-child(even) p {
  color: #FFFFFF;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-of-type(2) {
  background-color: #027B90;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-of-type(4) {
  background-color: #12926F;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-of-type(6) {
  background-color: #C84D6C;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-of-type(8) {
  background-color: #EE7560;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-of-type(10) {
  background-color: #FF994E;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-of-type(12) {
  background-color: #03A8A0;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:nth-of-type(14) {
  background-color: #FE757F;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last {
  background-color: #FFFFFF;
  padding: 3rem 2rem 4.5rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last img {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last h3 {
  font-size: 2.4rem;
  line-height: 3.3rem;
  color: #000000;
  font-weight: 500;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last h3 font {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF9900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last a i {
  margin-left: 0.5rem;
  font-size: 1.5rem;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:hover img {
  -webkit-animation: pulse 1.2s linear infinite;
          animation: pulse 1.2s linear infinite;
}

.home-product-service-section .home-product-service-grid .home-product-service-box:hover .link {
  opacity: 1;
  pointer-events: initial;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1) translateY(-50%);
          transform: scale(1.1) translateY(-50%);
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last:hover h3 {
  color: #ff6600;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last:hover a {
  color: #ff6600;
}

.home-product-service-section .home-product-service-grid .home-product-service-box-last:hover a:hover {
  color: #FF6445;
}

.home-product-service-section .background-svg {
  position: absolute;
  top: -3rem;
  right: -2rem;
}

/* Home Product Services Finish */
/* Why Choose Start */
.why-choose-section {
  padding: 8rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-choose-section .why-choose-Left h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-choose-section .why-choose-Left h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.why-choose-section .why-choose-Left h3 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.why-choose-section .why-choose-Right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box {
  padding: 8rem 1.5rem 2.5rem 1.5rem;
  background-color: #EDFAEF;
  text-align: center;
  margin-bottom: 3rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box span {
  width: 10.4rem;
  height: 10.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -12rem auto 2rem;
  background-color: #00c182;
  font-size: 6.8rem;
  color: #FFFFFF;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box:nth-of-type(2) {
  background-color: #FFF6DA;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box:nth-of-type(2) span {
  background-color: #ffd93a;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box:nth-of-type(3) {
  background-color: #EFF6FF;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box:nth-of-type(3) span {
  background-color: #137AFF;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box:last-child {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 0rem;
}

.why-choose-section .why-choose-Right .why-choose-Right-Box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Why Choose Finish */
/* How We Work Start */
.how-we-work-section {
  background-color: #FAFAFA;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.how-we-work-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.how-we-work-section h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.how-we-work-section h2:after {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-left: 1rem;
}

.how-we-work-section h5 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 0.5rem;
  position: relative;
}

.how-we-work-section h6 {
  font-size: 1.6rem;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 4rem;
  font-weight: 400;
  color: #333;
  line-height: 2.6rem;
  position: relative;
}

.how-we-work-section .how-we-work-section-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 10rem;
}

.how-we-work-section .how-we-work-section-grid .how-we-work-section-box {
  text-align: center;
  position: relative;
}

.how-we-work-section .how-we-work-section-grid .how-we-work-section-box span {
  width: 15rem;
  height: 15rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff6600;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
          box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
  font-size: 7rem;
}

.how-we-work-section .how-we-work-section-grid .how-we-work-section-box h3 {
  font-weight: 700;
  font-size: 2.1rem;
  color: #000000;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.how-we-work-section .how-we-work-section-grid .how-we-work-section-box .arrow-img {
  position: absolute;
  top: 8.4rem;
  right: -42%;
}

.how-we-work-section .how-we-work-section-grid .how-we-work-section-box:hover span {
  background-color: #ff6600;
  color: #FFFFFF;
}

.how-we-work-section .how-we-work-section-grid .how-we-work-section-box:hover h3 {
  color: #ff6600;
}

.how-we-work-section .background-svg {
  position: absolute;
  top: -3rem;
  right: -2rem;
}

/* How We Work Finish */
/* Testimonials Start */
.testimonials-section {
  padding: 6rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31% 65%;
      grid-template-columns: 31% 65%;
  grid-gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-section .testimonials-Left h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-section .testimonials-Left h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.testimonials-section .testimonials-Left h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.testimonials-section .testimonials-Left h6 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2.6rem;
  position: relative;
  z-index: 1;
}

.testimonials-section .testimonials-Left i {
  font-size: 20.7rem;
  color: #ff6600;
  opacity: 0.07;
  display: table;
  margin: auto;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-top: -5rem;
}

.testimonials-section .testimonial-slider {
  position: relative;
}

.testimonials-section .testimonial-slider .slick-list {
  padding: 2rem 0;
}

.testimonials-section .testimonial-slider .slick-slide {
  margin: 0 1.2rem;
}

.testimonials-section .testimonial-slider .testimonials-slider-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
          box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
  padding: 3rem 2.5rem;
  position: relative;
  min-height: 47rem;
}

.testimonials-section .testimonial-slider .testimonials-slider-box p {
  font-size: 1.7rem;
  color: #232323;
  line-height: 3.1rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 5rem;
}

.testimonials-section .testimonial-slider .testimonials-slider-box .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 2rem;
}

.testimonials-section .testimonial-slider .testimonials-slider-box .bottom-box h4 {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.testimonials-section .testimonial-slider .testimonials-slider-box .bottom-box h5 {
  color: #444;
  font-size: 1.3rem;
  font-weight: 500;
}

.testimonials-section .testimonial-slider .testimonials-slider-box .bottom-box i {
  font-size: 5.5rem;
  color: #FFD9D2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.testimonials-section .testimonial-slider .testimonials-slider-box:hover h4 {
  color: #ff6600;
}

.testimonials-section .testimonial-slider .testimonials-slider-box:hover i {
  color: #ff6600;
}

.testimonials-section .testimonial-slider .slick-next:before, .testimonials-section .testimonial-slider .slick-prev:before {
  font-size: 4rem;
  opacity: 1;
  color: #999;
}

.testimonials-section .testimonial-slider .slick-prev {
  left: -0.7rem;
  z-index: 1;
  width: auto;
  height: auto;
}

.testimonials-section .testimonial-slider .slick-next {
  right: -0.7rem;
  z-index: 1;
  width: auto;
  height: auto;
}

.testimonials-section .testimonial-slider .slick-dots {
  bottom: -4rem;
  display: block;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonials-section .testimonial-slider .slick-dots li {
  width: initial;
  height: initial;
}

.testimonials-section .testimonial-slider .slick-dots li button {
  background-color: #D9D9D9;
  width: 1rem;
  height: 0.8rem;
  border-radius: 1rem;
  padding: 0;
}

.testimonials-section .testimonial-slider .slick-dots .slick-active button {
  width: 5rem;
  background-color: #ff6600;
}

/* Testimonials Finish */
/* Client Section Start */
.client-section {
  background-color: #FAFAFA;
  padding: 8rem 0 6rem 0;
  position: relative;
  overflow: hidden;
}

.client-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.client-section h2:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.client-section h2:after {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-left: 1rem;
}

.client-section h5 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 1rem;
  position: relative;
}

.client-section h6 {
  font-size: 1.6rem;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 2rem;
  font-weight: 400;
  color: #333;
  line-height: 2.6rem;
  position: relative;
}

.client-section .client-slider .slick-list {
  padding: 2rem 0;
}

.client-section .client-slider .slick-slide {
  margin: 0 1.2rem;
}

.client-section .client-slider .client-box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
          box-shadow: 0px 0px 20px 1px rgba(221, 221, 221, 0.25);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 1rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10.5rem;
}

.client-section .client-slider .client-box img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.client-section .client-slider .client-box:hover {
  -webkit-box-shadow: 0px 0px 24px 3px rgba(61, 61, 61, 0.12);
          box-shadow: 0px 0px 24px 3px rgba(61, 61, 61, 0.12);
}

.client-section .client-slider .slick-next:before, .client-section .client-slider .slick-prev:before {
  font-size: 4rem;
  opacity: 1;
  color: #999;
}

.client-section .client-slider .slick-prev {
  left: -1.5rem;
  z-index: 1;
  width: auto;
  height: auto;
}

.client-section .client-slider .slick-next {
  right: -1.5rem;
  z-index: 1;
  width: auto;
  height: auto;
}

.client-section .client-slider .slick-dots {
  bottom: -4rem;
  display: block;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client-section .client-slider .slick-dots li {
  width: initial;
  height: initial;
}

.client-section .client-slider .slick-dots li button {
  background-color: #f9d6aa;
  width: 1rem;
  height: 0.8rem;
  border-radius: 1rem;
  padding: 0;
}

.client-section .client-slider .slick-dots .slick-active button {
  width: 5rem;
  background-color: #ff6600;
}

.client-section .background-svg {
  position: absolute;
  top: -3rem;
  right: -2rem;
}

/* Client Section Finish */
/* Bottom Enquire Section Start */
.bottom-enquire-section {
  background: -webkit-gradient(linear, left top, right top, from(#FF6600), to(#FC7972));
  background: linear-gradient(90deg, #FF6600 0%, #FC7972 100%);
  padding: 8rem 0;
}

.bottom-enquire-section .main-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-enquire-section .bottom-enquire-Left {
  padding-left: 6rem;
}

.bottom-enquire-section .bottom-enquire-Left h2 {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-enquire-section .bottom-enquire-Left h2:before {
  content: '';
  background-color: #FFFFFF;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.bottom-enquire-section .bottom-enquire-Left h3 {
  font-size: 3.8rem;
  line-height: 4.6rem;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 2rem;
}

.bottom-enquire-section .bottom-enquire-Right {
  background-color: #FFFFFF;
  padding: 5rem 4rem;
}

.bottom-enquire-section .bottom-enquire-Right h4 {
  font-size: 1.6rem;
  color: #ff6600;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-enquire-section .bottom-enquire-Right h4:before {
  content: '';
  background-color: #ff6600;
  width: 3rem;
  height: 2px;
  margin-right: 1rem;
}

.bottom-enquire-section .bottom-enquire-Right h5 {
  font-size: 2.7rem;
  color: #000000;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 1rem;
}

.bottom-enquire-section .bottom-enquire-Right h6 {
  display: table;
  background: #7913ff;
  color: #FFFFFF;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  border-radius: 0 0.5rem 0.5rem 0;
  letter-spacing: 0.4px;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box {
  position: relative;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box i {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  font-size: 2rem;
  color: #555555;
  z-index: 1;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="text"], .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="email"], .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="number"] {
  width: 100%;
  height: 4.8rem;
  background-color: none;
  border: 1px solid #DDDDDD;
  font-family: 'Gilroy';
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  padding-left: 4rem;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="text"]::-webkit-input-placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="email"]::-webkit-input-placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="number"]::-webkit-input-placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="text"]:-ms-input-placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="email"]:-ms-input-placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="number"]:-ms-input-placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="text"]::-ms-input-placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="email"]::-ms-input-placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="number"]::-ms-input-placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="text"]::placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="email"]::placeholder, .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="number"]::placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box .nice-select {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #EDEDED;
  border-radius: 0rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4.6rem;
  padding-left: 4rem;
  border-radius: 0;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box .nice-select .list {
  max-height: 20rem;
  overflow-y: auto;
  width: 100%;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box textarea {
  width: 100%;
  height: 10rem;
  padding: 1.4rem;
  padding-left: 4rem;
  background-color: none;
  border: 1px solid #DDDDDD;
  font-family: 'Gilroy';
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  padding-left: 4rem;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box textarea::-webkit-input-placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box textarea:-ms-input-placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box textarea::-ms-input-placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box textarea::placeholder {
  color: #555555;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="submit"] {
  background-color: #FF9900;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  width: 32rem;
  height: 4.8rem;
  cursor: pointer;
  cursor: pointer;
  font-family: 'Gilroy';
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="submit"]:hover {
  background-color: #ff6600;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box > span {
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  color: red;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box:nth-of-type(5), .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box:nth-of-type(6), .bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box:nth-of-type(7) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

.bottom-enquire-section .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box:nth-of-type(6) {
  text-align: center;
}

/* Bottom Enquire Section Finish */
/* Footer Start */
footer {
  background: #262626 url("../images/footer-bg.svg") left bottom no-repeat;
  padding: 4rem 0 0 0;
}

footer .main-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr 3fr 2fr;
      grid-template-columns: 3fr 1fr 3fr 2fr;
  grid-gap: 4.5rem;
}

footer .footer-box-1 img {
  margin-bottom: 2rem;
}

footer .footer-box-1 p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #AAAAAA;
  font-weight: 400;
  margin-bottom: 2rem;
}

footer .footer-box-1 .link {
  font-size: 1.4rem;
  color: #ff6600;
  font-weight: 600;
  display: table;
  margin-bottom: 2rem;
}

footer .footer-box-1 .link:hover {
  color: #FF9900;
}

footer .footer-box-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-box-1 ul li {
  margin-right: 1rem;
}

footer .footer-box-1 ul li a {
  color: #3CCF88;
  font-size: 1.8rem;
  text-decoration: none;
}

footer .footer-box-1 ul li a:hover {
  color: #ff6600;
}

footer .footer-box-2 h4 {
  color: #DDDDDD;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

footer .footer-box-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-box-2 ul li {
  margin-bottom: 0.5rem;
}

footer .footer-box-2 ul li a {
  text-decoration: none;
  color: #AAAAAA;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}

footer .footer-box-2 ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

footer .footer-box-3 h4 {
  color: #DDDDDD;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

footer .footer-box-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-box-3 ul li {
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 49%;
}

footer .footer-box-3 ul li a {
  text-decoration: none;
  color: #AAAAAA;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}

footer .footer-box-3 ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

footer .footer-box-3 ul li:nth-child(even) {
  padding-left: 4rem;
}

footer .footer-box-4 h4 {
  color: #DDDDDD;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

footer .footer-box-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-box-4 ul li {
  margin-bottom: 1.5rem;
  position: relative;
  color: #AAAAAA;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 2.4rem;
  padding-left: 2.8rem;
}

footer .footer-box-4 ul li i {
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 1.8rem;
  color: #AAAAAA;
}

footer .footer-box-4 ul li a {
  text-decoration: none;
  color: #AAAAAA;
}

footer .footer-box-4 ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

/* Footer Finish */
/* CopyRight Start */
.copyright {
  padding: 2rem 0;
  text-align: center;
  margin-top: 4rem;
  border-top: 1px solid #616161;
}

.copyright .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright p {
  color: #AAAAAA;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}

.copyright p a {
  color: #ff6600;
}

.copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright ul li {
  margin: 0 0.5rem;
}

.copyright ul li a {
  width: 4rem;
  height: 4rem;
  border: 1px solid #9E9E9E;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9E9E9E;
  text-decoration: none;
  font-size: 2rem;
  border-radius: 5rem;
}

.copyright ul li a:hover {
  background-color: #FFFFFF;
  color: #262626;
}

/* CopyRight Finish */
#button_top {
  background-color: #FFFFFF;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  position: fixed;
  bottom: 200px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff6600;
  text-decoration: none !important;
  font-size: 2.4rem;
  display: none !important;
  cursor: pointer;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#button_top.show {
  opacity: 1;
  visibility: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#button_top:hover {
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.2);
}

.fixed_call {
  position: fixed;
  width: 5rem;
  height: 5rem;
  right: 20px;
  bottom: 140px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #ff6600;
  color: #FFFFFF !important;
  border-radius: 5rem;
  font-size: 2.4rem;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
}

.fixed_call:hover {
  background-color: #0952a4;
}

.float {
  position: fixed;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 5rem;
  height: 5rem;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  color: #FFFFFF !important;
  border-radius: 5rem;
  text-align: center;
  font-size: 3rem;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
}

.float:hover {
  background-color: #17b150;
}

.ui-widget.ui-widget-content {
  font-size: 1.4rem;
}

/* Slick SLider */
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: Phosphor;
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #9c9c9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -15px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\fb41';
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\fb42';
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: Phosphor;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.22);
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 5px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Nice Select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 500;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.privacy-page-section {
  padding: 6rem 0 5rem 0;
}

.privacy-page-section h2 {
  font-size: 2.1rem;
  color: #000000;
  font-weight: 700;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}

.privacy-page-section h3 {
  font-size: 1.8rem;
  color: #ff6600;
  font-weight: 600;
  line-height: 2.8rem;
  margin-bottom: 0.7rem;
}

.privacy-page-section h4 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.privacy-page-section p {
  margin-bottom: 1.5rem;
}

.privacy-page-section p a {
  font-weight: 600;
  color: #ff6600;
  text-decoration: none;
}

.privacy-page-section p a:hover {
  text-decoration: underline;
}

.privacy-page-section ul {
  margin: 0;
  padding: 0 0 1rem 1.5rem;
}

.privacy-page-section ul li {
  color: #333;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 0.9rem;
  font-weight: 400;
}

.privacy-page-section ul li ul {
  padding-top: 0.5rem;
}

.loading {
  position: fixed;
  z-index: 98;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.thank-you-section{padding: 10rem 2rem; max-width: 80rem; margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 5rem; align-items: center;}
.thank-you-section img{width: 80%; display: block; margin: auto;}
.thank-you-detail h1{font-size: 4rem; color: #fea610; font-weight: 700; margin-bottom: 1.5rem;}
.thank-you-detail h6{font-size: 2rem; font-weight: 500; line-height: 2.6rem; margin-bottom: 2.5rem;}
.thank-you-detail a{width: 16rem; height: 4.6rem; display: flex; align-items: center; justify-content: center; transition: 0.25s; background: #ffffff; border-radius: 0.5rem; border: 2px solid #f90; text-decoration: none; font-size: 1.4rem; color: #f90; font-weight: 600;}
.thank-you-detail a:hover{background: #f90; color: #fff;}


@media (max-width: 1299px) {
  html {
    font-size: 61%;
  }
  body {
    padding-top: 6.1rem;
  }
  header {
    padding: 0 1.5rem;
  }
  header .logo {
    padding: 0.3rem 0 0.6rem;
  }
  header .logo img {
    height: 5.4rem;
  }
  header .nav_btn_open {
    display: block;
    margin-top: 0.5rem;
    font-size: 3rem;
    margin-right: 1.5rem;
  }
  header nav {
    position: fixed;
    left: -32rem;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 30rem;
    overflow-y: auto;
    height: 100%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: 14px 0px 13px rgba(153, 153, 153, 0.22);
            box-shadow: 14px 0px 13px rgba(153, 153, 153, 0.22);
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  header nav ul li {
    padding: 0rem;
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  header nav ul li a {
    width: 100%;
    border-radius: 0;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    background-color: #FFFFFF;
  }
  header nav ul li span {
    display: none;
  }
  header nav ul li span i {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
  header nav ul li ul {
    z-index: 99;
    opacity: 1;
    position: relative;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-transform: initial;
            transform: initial;
    background-color: #fafafa;
    top: inherit;
    left: inherit;
    right: inherit;
    grid-gap: 2.5rem;
    padding: 2rem 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  header nav .nav_btn_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav.open {
    left: 0;
  }
  header .header-get-touch {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    letter-spacing: inherit;
    border-radius: 0.4rem;
    margin-left: 1rem;
  }
  header .header-get-touch i {
    margin-right: 0;
  }
  header .header-get-touch font {
    display: none;
  }
  header .header-phone {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    letter-spacing: inherit;
    border-radius: 0.4rem;
    border: 1px solid #FF9900;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1rem;
  }
  header .header-phone i {
    margin-right: 0;
    font-size: 2rem;
  }
  header .header-phone font {
    display: none;
  }
  header .header-social {
    border-left: none;
    padding: 0;
  }
  .testimonials-section .testimonial-slider .slick-prev {
    left: 0;
  }
  .testimonials-section .testimonial-slider .slick-next {
    right: 0;
  }
  .client-section .client-slider .slick-prev {
    left: 0;
  }
  .client-section .client-slider .slick-next {
    right: 0;
  }
}

@media (max-width: 1199px) {
  p {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
  .hero-container .hero-image-slider .hero-slider-container .hero-slider-text h3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .hero-container .hero-image-slider .hero-slider-container .hero-slider-text p {
    margin-bottom: 2rem;
  }
  .home-product-service-section .home-product-service-grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .how-we-work-section .how-we-work-section-grid {
    grid-gap: 3rem;
  }
  .how-we-work-section .how-we-work-section-grid .how-we-work-section-box .arrow-img {
    display: none;
  }
  .testimonials-section {
    -ms-grid-columns: 33% 65%;
        grid-template-columns: 33% 65%;
    grid-gap: 3%;
  }
  .testimonials-section .testimonial-slider .slick-slide {
    margin: 0 1rem;
  }
  .mission-vision-section .main-container {
    grid-gap: 3rem;
  }
  .mission-vision-section .mission-vision-box h2:after {
    margin: 1rem 0;
  }
  .mission-vision-section .mission-vision-box .mission-vision-inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .mission-vision-section .mission-vision-box .mission-vision-inner-box img {
    display: none;
  }
  footer .main-container {
    grid-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  footer .copyright .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 1.2rem;
  }
}

@media (max-width: 991px) {
  .top-header {
    margin-bottom: 7rem;
  }
  .hero-container .hero-image-slider .hero-slider-container {
    -ms-grid-columns: 44% 56%;
        grid-template-columns: 44% 56%;
  }
  .home-about-section {
    grid-gap: 3rem;
  }
  .why-choose-section {
    grid-gap: 3rem;
  }
  .why-choose-section .why-choose-Right {
    grid-gap: 1.5rem;
  }
  .home-product-service-section .home-product-service-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .home-product-service-section .home-product-service-grid .home-product-service-box {
    padding: 2rem 1.5rem 3.5rem 1.5rem;
  }
  .testimonials-section {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    grid-gap: 0rem;
    position: relative;
  }
  .testimonials-section .testimonials-Left i {
    position: absolute;
    top: 7rem;
    right: 2rem;
    font-size: 16rem;
  }
  .testimonials-section .testimonial-slider .testimonials-slider-box {
    min-height: auto;
  }
  .bottom-enquire-section .main-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0rem;
  }
  .bottom-enquire-section .main-container .bottom-enquire-Left {
    padding-left: 0;
  }
  .bottom-enquire-section .main-container .bottom-enquire-Left h3 {
    margin-bottom: 3rem;
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
  .bottom-enquire-section .main-container .bottom-enquire-Left img {
    display: none;
  }
  .bottom-enquire-section .main-container .bottom-enquire-Right {
    padding: 3rem 2rem;
  }
  .service-detail-first-section {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 5rem;
  }
  .service-detail-first-section .service-detail-first-section-Right {
    margin-top: 0;
    position: static;
  }
  .contact-page-section {
    padding: 6rem 0 7rem 0;
  }
  .contact-page-section .contact-page-section-grid {
    grid-gap: 3rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right {
    -ms-grid-row: 1;
        grid-row-start: 1;
    padding: 3rem 2rem;
  }
  .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid {
    grid-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .service-detail-first-section .service-detail-first-section-Left .service-detail-overview h2 {
    font-size: 2.8rem;
  }
  .thank-you-section{grid-template-columns: 1fr; text-align: center;}
  .thank-you-detail img{width: 70%;}
  .thank-you-detail a{margin: auto;}
  .copyright p font {
    display: block;
  }
  .top-header .main-container .phone-mail li a {
    margin-left: 0.5rem;
    padding-left: 0.9rem;
  }
  .top-header .main-container .phone-mail li a font {
    display: none;
  }
  header .header-social {
    display: none;
  }
  header nav ul li ul li {
    padding: 0.8rem 4.5rem 0.8rem 4.5rem;
  }
  header nav ul li ul li a p {
    display: none;
  }
  .hero-container {
    height: auto;
  }
  .hero-container .hero-image-slider .hero-slider-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hero-container .hero-image-slider .hero-slider-container img {
    -ms-grid-row: 1;
        grid-row-start: 1;
    height: 37rem;
    margin-bottom: 2rem;
  }
  .hero-container .hero-image-slider .hero-slider-container .hero-slider-text {
    padding: 0 2rem 3rem 2rem;
  }
  .hero-container .hero-image-slider .hero-slider-container .hero-slider-text h3 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
  .hero-container .hero-image-slider .hero-slider-container .hero-slider-text p {
    margin-bottom: 1.5rem;
  }
  .hero-container .hero-image-slider .slick-prev {
    left: 0.5rem;
    top: 42%;
  }
  .hero-container .hero-image-slider .slick-next {
    top: 42%;
  }
  .home-about-section {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 6rem 0;
  }
  .home-product-service-section {
    padding: 6rem 0 0 0;
  }
  .home-product-service-section .home-product-service-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .home-product-service-section .home-product-service-grid .home-product-service-box {
    padding: 2.5rem 1.5rem;
  }
  .home-product-service-section .home-product-service-grid .home-product-service-box img {
    width: 7rem;
  }
  .home-product-service-section .home-product-service-grid .home-product-service-box h3 {
    font-size: 2.1rem;
  }
  .home-product-service-section .home-product-service-grid .home-product-service-box p {
    margin-bottom: 0rem;
  }
  .home-product-service-section .home-product-service-grid .home-product-service-box .link {
    display: none;
  }
  .home-product-service-section .home-product-service-grid .home-product-service-box-last {
    display: none;
  }
  .why-choose-section {
    padding: 6rem 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .why-choose-section .why-choose-Left {
    margin-bottom: 4rem;
  }
  .why-choose-section .why-choose-Left img {
    display: table;
    margin: auto;
  }
  .why-choose-section .why-choose-Right .why-choose-Right-Box {
    margin-bottom: 4.5rem;
  }
  .how-we-work-section {
    padding: 6rem 0;
  }
  .how-we-work-section .how-we-work-section-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .how-we-work-section .how-we-work-section-grid .how-we-work-section-box span {
    width: 12rem;
    height: 12rem;
    font-size: 6rem;
  }
  .testimonials-section {
    padding: 6rem 0;
  }
  .testimonials-section .testimonial-slider .testimonials-slider-box {
    padding: 2rem 1.5rem;
  }
  .testimonials-section .testimonial-slider .testimonials-slider-box p {
    margin-bottom: 7rem;
  }
  .testimonials-section .testimonial-slider .slick-next {
    bottom: initial;
    top: 42%;
    right: -1.5rem;
    -webkit-transform: initial;
            transform: initial;
  }
  .testimonials-section .testimonial-slider .slick-prev {
    bottom: initial;
    top: 42%;
    left: -1.5rem;
    -webkit-transform: initial;
            transform: initial;
  }
  .client-section {
    padding: 6rem 0;
  }
  .client-section .client-slider .slick-slide {
    margin: 0 0.8rem;
  }
  .client-section .client-slider .slick-next {
    bottom: initial;
    top: 42%;
    right: -1.5rem;
    -webkit-transform: initial;
            transform: initial;
  }
  .client-section .client-slider .slick-prev {
    bottom: initial;
    top: 42%;
    left: -1.5rem;
    -webkit-transform: initial;
            transform: initial;
  }
  .bottom-enquire-section {
    padding: 6rem 0;
  }
  .bottom-enquire-section .main-container .bottom-enquire-Right .bottom-enquire-Right-Grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .bottom-enquire-section .main-container .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box:nth-of-type(5), .bottom-enquire-section .main-container .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box:nth-of-type(6), .bottom-enquire-section .main-container .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box:nth-of-type(7) {
    -ms-grid-column: initial;
        grid-column-start: initial;
    grid-column-end: initial;
  }
  .bottom-enquire-section .main-container .bottom-enquire-Right .bottom-enquire-Right-Grid .bottom-enquire-Box input[type="submit"] {
    width: 100%;
  }
  .about-page-section {
    padding: 6rem 0;
  }
  .about-page-section img {
    float: none;
    margin: 0 0rem 2rem 0;
    width: 100%;
  }
  .mission-vision-section {
    padding: 6rem 0;
  }
  .mission-vision-section .main-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .inner-hero-container {
    height: 35rem;
  }
  .inner-hero-container h1 {
    font-size: 4rem;
  }
  .inner-hero-container p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .inner-hero-container::before {
    opacity: 0.6;
  }
  footer .main-container {
    grid-gap: 2rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  footer .footer-box-2 h4 {
    padding-top: 0rem;
  }
  footer .footer-box-2 ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 1rem 0;
  }
  footer .footer-box-3 h4 {
    padding-top: 0rem;
  }
  footer .footer-box-3 ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 0.5rem 0;
    width: auto;
  }
  footer .footer-box-3 ul li:nth-child(even) {
    padding-left: 0rem;
  }
  footer .footer-box-4 h4 {
    padding-top: 0rem;
  }
  .float {
    width: 4rem;
    height: 4rem;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 2.4rem;
  }
  .fixed_call {
    width: 4rem;
    height: 4rem;
    bottom: 6.5rem;
    right: 1.5rem;
    font-size: 2.2rem;
  }
  #button_top {
    width: 4rem;
    height: 4rem;
    bottom: 11.5rem;
    right: 1.5rem;
    font-size: 2.2rem;
  }
  .service-detail-first-section {
    padding: 6rem 0;
  }
}

@media (max-width: 600px) {
  .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img, .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(2), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(4), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(6), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(8), .service-detail-first-section .service-detail-first-section-Left .service-detail-overview img:nth-of-type(10) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .service-detail-first-section .service-detail-first-section-Left .service-detail-overview .service-detail-overview ul li {
    line-height: 2.8rem;
  }
  .service-detail-first-section .service-detail-first-section-Left .service-detail-categories .service-detail-categories-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .service-detail-first-section .service-detail-first-section-Left .it-services-detail-solutions .it-services-detail-solutions-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .service-detail-first-section .service-detail-first-section-Left .books-services-detail-solutions .books-services-detail-solutions-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .service-detail-first-section .service-detail-first-section-Right {
    padding: 3rem 2rem;
  }
  .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box:nth-of-type(5), .contact-page-section .contact-page-section-grid .contact-page-section-grid-Right .contact-form-grid .contact-form-grid-box:nth-of-type(6) {
    -ms-grid-column: initial;
        grid-column-start: initial;
    grid-column-end: initial;
  }
}
/*# sourceMappingURL=style.css.map */