@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*
	Title # CyberNetikz API Solutions
	Date #  18 March 2025
*/

html {
  scroll-behavior: smooth;
}

* {
  padding: 0px;
  margin: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  padding: 0px;
  margin: 0px;
  background: #619e85; /*font-family: "Public Sans", sans-serif;*/
  font-family: "Public Sans", sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}

.body-full {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.body-full2 {
  width: 100%;
  float: left;
  position: relative;
  background: #619e85;
}
.body-full3 {
  width: 100%;
  float: left;
  position: relative;
  background: #f0f0f0;
  border-top: 15px solid #619e85;
}
.body-full4 {
  width: 100%;
  float: left;
  position: relative;
  background: #f5f5f9;
  border-top: 15px solid #619e85;
}

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

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /*width: 70%;*/
  margin: auto;
}

a {
  text-decoration: none;
  outline: 0;
  transition: 0.2s linear;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
:focus {
  outline: 0;
}
button:focus {
  outline: 0 !important;
}

.table > thead > tr > th {
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
}

/* ================================================== Start Top ========================================================== */

.top-full {
  width: 100%;
  float: left;
  position: relative;
  background: rgb(87, 142, 119);
  z-index: 999;
}

.top-full.sticky {
  position: fixed;
  background: rgb(97, 158, 133);
  z-index: 999;
}

.top {
  width: 100%;
  position: relative;
  float: left;
}

.logo {
  width: auto;
  padding: 15px 5px;
  position: relative;
  float: left;
}

.logo img {
  width: 180px;
  height: auto;
}

.top-contact {
  width: auto;
  padding: 20px 0px 0px;
  position: relative;
  float: right;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.top-contact a {
  color: rgb(255, 255, 255);
  margin-left: 15px;
}

@media (max-width: 767px) {
  .top {
    text-align: center;
  }

  .logo {
    width: 100%;
    padding: 15px 0px;
  }

  .top-contact {
    width: 100%;
    padding: 5px 0px 15px;
  }
}

/* ============================================= End Top ================================================= */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Index Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.index-header-full {
  width: 100%;
  float: left;
  position: relative;
  background: url(../img/index-header-bg.webp) center bottom repeat-x
    rgb(97, 158, 133);
  min-height: 450px;
}

.index-header {
  width: 100%;
  float: left;
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 70px auto;
}

.index-header-title {
  width: 45%;
  padding: 0px 0px 0px 7%;
  float: left;
  position: relative;
}

.index-header-title h1 {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.index-header-title h1 a {
  color: rgb(51, 51, 51);
}

.index-header-title h1 b {
  color: rgb(255, 255, 255);
}
.index-header-title h1 span {
  font-weight: 400;
}

.index-header-title h2 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-bottom: 0px;
  width: max-content;
  position: absolute;
  top: 65px;
  left: -25px;
  transform: rotate(-90deg);
}
.index-header-title h2 a {
  color: rgb(51, 51, 51);
}

.index-header-title p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 25px;
  margin-bottom: 0px;
  width: 45%;
}
.index-header-title p a {
  color: rgb(51, 51, 51);
}

.contact-form {
  width: 55%;
  float: right;
  position: relative;
  padding: 20px 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(50, 71, 92, 0.1) 0px 2px 10px 0px;
  border-radius: 8px;
  text-align: center;
}

.contact-form h3 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
.contact-form h3 a {
  color: rgb(51, 51, 51);
}

.contact-form p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(50, 71, 92, 0.6);
  margin-bottom: 20px;
}
.contact-form p a {
  color: rgba(50, 71, 92, 0.6);
}

.contact-form form {
  margin: 10px 0px 0px;
  text-align: left;
}

.contact-form form .form-group {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0px 0px 20px;
}

.contact-form form .form-group .fa {
  font-size: 16px;
  font-weight: 400;
  color: rgba(50, 71, 92, 0.6);
  line-height: 20px;
  position: absolute;
  left: 15px;
  top: 18px;
}

.contact-form form .form-group label {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(50, 71, 92, 0.6);
  line-height: 20px;
  position: absolute;
  left: 10px;
  top: -12px;
  background: #fff;
  padding: 2px 2px;
}

.contact-form form .form-control {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  width: 100%;
  border: 1px solid #cacaca;
  background: #fff;
  height: 56px;
  border-radius: 5px;
  padding: 15px 15px 15px 50px;
  box-shadow: 0px 0px;
}

.contact-form form .form-control:hover {
  border: 1px solid #000;
}
.contact-form form .form-control:active {
  border: 1px solid #1976d2;
  box-shadow: 0 0 0 1px #1976d2;
}
.contact-form form .form-control:focus {
  border: 1px solid rgb(255, 62, 29);
}

.contact-form form .form-control:focus label {
  color: rgb(255, 62, 29);
}

.contact-form form .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.contact-form form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.contact-form form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.contact-form form .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact-form form textarea.form-control {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
  width: 100%;
  border: 1px solid #cacaca;
  background: #fff;
  border-radius: 8px;
  padding: 15px 15px 15px 50px;
  height: 100px;
  resize: none;
}

.contact-form form textarea.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.contact-form form textarea.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.contact-form form textarea.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.contact-form form textarea.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact-form .btn-primary {
  width: 100%;
  padding: 5px 22px;
  background: #2e5947;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
  height: auto;
  border: 0;
  border-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.contact-form .btn-primary:hover {
  background: #619e85;
  color: #fff;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.contact-form .btn-primary:not(:disabled):not(.disabled):active {
  background: #619e85;
  color: #fff;
  border: 0px;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.contact-form .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}

.contact-form form .form-group .inputbox {
  width: 48%;
  float: left;
  position: relative;
}
.contact-form form .form-group .inputbox2 {
  width: 48%;
  float: right;
  position: relative;
}

@media (max-width: 1300px) {
  .index-header-title {
    width: 42%;
  }

  .index-header-title h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .index-header-title h2 {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    top: 0px;
    left: 0px;
    transform: rotate(0deg);
  }
  .index-header-title p {
    width: 54%;
  }

  .contact-form {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .index-header {
    width: 100%;
    display: inline-block;
    margin: 30px auto 70px;
  }

  .index-header-title {
    width: 400px;
    padding: 0px 0px 0px 30px;
    margin-bottom: 30px;
  }

  .index-header-title p {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .index-header-full {
    border-top: 1px solid #86b4a2;
  }

  .index-header {
    width: 100%;
    display: inline-block;
    margin: 30px auto 70px;
  }

  .index-header-title {
    width: 100%;
    padding: 0px 0px 0px 15px;
    margin-bottom: 30px;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form form .form-group .inputbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-form form .form-group .inputbox2 {
    width: 100%;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Index Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.header-full {
  width: 100%;
  float: left;
  position: relative;
  background: url(../img/header-bg.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 15px solid #81b29e;
}

header {
  width: 100%;
  /*padding:150px 0px 80px;*/
  padding: 50px 0px;
  display: grid;
  align-items: center;
  float: left;
  position: relative;
  text-align: center;
}

header h1 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(97, 158, 133);
  margin-bottom: 20px;
}

header h1 span {
  color: rgb(255, 255, 255);
}

header h2 {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  text-transform: uppercase;
}

header p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(50, 71, 92, 0.6);
  margin-bottom: 20px;
}

header .btn-primary {
  width: 100%;
  padding: 5px 10px;
  background: #619e85;
  height: auto;
  border: 0;
  border-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

header .btn-primary:hover {
  background: #619e85;
  color: #fff;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0);
}
header .btn-primary:not(:disabled):not(.disabled):active {
  background: #619e85;
  color: #fff;
  border: 0px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
}
header .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  header {
    width: 100%;
    padding: 50px 0px;
  }

  header h1 {
    font-size: 30px;
    line-height: 35px;
  }
  header h1 br {
    display: none;
  }
  header h2 {
    font-size: 24px;
    line-height: 30px;
  }
  header p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Top Brands <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.top-brands {
  width: 100%;
  padding: 50px 0px;
  float: left;
  position: relative;
  text-align: center;
}

.top-brands hr {
  max-width: 500px;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin: 0px auto 20px;
}

.top-brands h2 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.top-brands h2 a {
  color: rgb(51, 51, 51);
}

.top-brands h2 span {
  font-family: "Public Sans", sans-serif;
  color: rgb(97, 158, 133);
}

.top-brands .bx-viewport {
  margin: 40px 0px 20px !important;
  height: 82px !important;
}

.top-brands .bx-viewport ul.bxslider {
  display: flex;
  align-items: center;
}

.top-brands ul.bx-viewport {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.top-brands li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 170px !important;
  height: 100px !important;
  display: inline-block;
  margin: 0px 12px !important;
  padding: 10px 10px; /*border:1px solid #000; border-radius:8px;*/
  overflow: hidden;
}

.top-brands li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: text-top; /*height:40px;*/
}

.top-brands .bx-wrapper .bx-controls-direction {
  display: none;
}

@media (max-width: 1199px) {
  .top-brands li {
    width: 168px !important;
    margin: 0px 10px !important;
  }
}

@media (max-width: 991px) {
  .top-brands li {
    width: 160px !important;
    margin: 0px 7px !important;
  }
}

@media (max-width: 767px) {
  .top-brands {
    padding: 10px 0px 30px;
  }

  .top-brands h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .top-brands li {
    width: 156px !important;
    margin: 0px 6px !important;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Top Brands <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Why Customers Choose <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.why-customers-choose {
  width: 100%;
  padding: 50px 0px;
  float: left;
  position: relative;
  text-align: center;
}

/*.why-customers-choose hr{ max-width:500px; background:rgba(50, 71, 92, 0.12); height:1px; margin:0px auto 20px; }*/

.why-customers-choose h2 {
  font-family: "Jost", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.why-customers-choose h2 a {
  color: rgb(51, 51, 51);
}
.why-customers-choose h2 span {
  font-family: "Public Sans", sans-serif;
  color: rgb(97, 158, 133);
}

.why-customers-choose ul {
  padding: 0px;
  margin: 0px;
  text-align: left;
  margin-left: 20px;
}
.why-customers-choose ul li {
  padding: 0px;
  margin: 0px;
  list-style: decimal;
  font-size: 16px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 15px;
}

.why-customers-choose ul li ul {
  margin-left: 15px;
}
.why-customers-choose ul li ul li {
  list-style: circle;
  font-size: 14px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 22px;
  margin-bottom: 2px;
}

.why-customers-choose ul li ul li strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .why-customers-choose {
    padding: 40px 0px;
  }

  .why-customers-choose h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Why Customers Choose <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start QUERIES GET IN TOUCH <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.question-touch {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  text-align: center;
  margin: auto;
}

.question-touch .col-12 {
  width: 100%;
  display: inline-block;
  padding: 0px 0px;
}

.question-touch hr {
  max-width: 500px;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin: 0px auto 20px;
}

.question-touch h2 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.recent-projects h2 a {
  color: rgb(51, 51, 51);
}

.question-touch h2 span {
  font-family: "Public Sans", sans-serif;
  color: rgb(255, 255, 255);
}

.question-touch h3 {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 20px 0px 0px;
}
.question-touch h3 a {
  color: rgb(255, 255, 255);
}

.question-touch p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.question-touch p a {
  color: #fff;
}

.question-tab-body {
  width: 100%;
  padding: 20px 0px 0px;
  display: inline-block;
  position: relative;
  text-align: left;
}

.question-tab-body h3 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin-bottom: 5px;
  margin-left: 20px;
}
.question-tab-body h3 a {
  color: rgb(51, 51, 51);
}

.question-tab-body p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  margin-left: 20px;
}
.question-tab-body p a {
  color: rgb(255, 255, 255);
}

.faqlink {
  width: 100%;
  display: block;
  padding: 10px 30px 10px 20px;
  background: #81b29e;
  position: relative;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  text-align: left;
  margin-bottom: 10px;
}

.faqlink i {
  font-size: 18px;
  line-height: 20px;
  color: rgb(51, 51, 51);
  position: absolute;
  right: 15px;
  top: 15px;
}

.hidden-content {
  width: 100%;
  display: block;
  padding: 10px 20px;
  background: #81b29e;
  border-radius: 6px;
  text-align: left;
  margin-top: -20px;
  margin-bottom: 10px;
  display: none;
}

.hidden-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  margin-left: 0px;
}

@media (max-width: 767px) {
  .question-touch {
    width: 100%;
    padding: 30px 0px;
  }

  .question-touch h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End QUERIES GET IN TOUCH <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.footer-full {
  width: 100%;
  float: left;
  position: relative;
  background: #619e85 url(../img/footer-obj1.png) left bottom no-repeat;
  background-size: 400px auto;
  border-top: 15px solid #75b59b;
}

.bottom {
  width: 100%;
  padding: 40px 0px;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.bottom-logo {
  width: 24%;
  float: left;
  position: relative;
}

.bottom-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 50px;
}

.bottom-logo p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.bottom-logo p a {
  color: #fff;
}

.bottom-logo .fa {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #2e5947;
  border-radius: 8px;
  text-align: center;
  margin: 0px 3px 10px;
}

.bottom-logo .fa-brands {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #2e5947;
  border-radius: 8px;
  text-align: center;
  margin: 0px 3px 10px;
}
.bottom-links {
  width: 24%;
  float: left;
  position: relative;
}

.bottom-links h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}
.bottom-links h3 a {
  color: #fff;
}
.bottom-links h3::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 58px;
  left: 0px;
  bottom: -10px;
  border-radius: 6px;
  background: rgb(46, 89, 71);
}

.bottom-links ul {
  padding: 0px;
  margin: 0px;
}
.bottom-links li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  padding-left: 15px;
  position: relative;
}
.bottom-links li a {
  color: #fff;
}
.bottom-links li a:hover {
  color: #fff;
}

.bottom-links li:before {
  display: inline-block;
  vertical-align: middle;
  color: rgb(46, 89, 71) !important;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  font-style: normal;
  left: 0px;
  top: 3px;
  position: absolute;
}

.bottom-contact {
  width: 24%;
  float: left;
  position: relative;
}

.bottom-contact h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}
.bottom-contact h3 a {
  color: #fff;
}
.bottom-contact h3::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 58px;
  left: 0px;
  bottom: -10px;
  border-radius: 6px;
  background: rgb(46, 89, 71);
}

.bottom-contact p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.bottom-contact p a {
  color: #fff;
}

.bottom-contact ul {
  padding: 0px;
  margin: 0px;
}
.bottom-contact li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}
.bottom-contact li a {
  color: #fff;
}

.bottom-contact .fa {
  font-size: 18px;
  line-height: 22px;
  color: #2e5947;
  margin-right: 5px;
}

.bottom-newsletter {
  width: 24%;
  float: right;
  position: relative;
}

.bottom-newsletter h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}
.bottom-newsletter h3 a {
  color: #fff;
}
.bottom-newsletter h3::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 58px;
  left: 0px;
  bottom: -10px;
  border-radius: 6px;
  background: rgb(46, 89, 71);
}

.bottom-newsletter p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.bottom-newsletter p a {
  color: #fff;
}

.bottom-newsletter .fa {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #619e85;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 8px;
}

.bottom-newsletter .form-control {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #869f94;
  line-height: 26px;
  width: 100%;
  border: 0px;
  background: #2e5947;
  height: 56px;
  border-radius: 5px;
  padding: 15px 60px 15px 15px;
  box-shadow: 0px 0px;
}

.bottom-newsletter .form-control:focus {
  border: 1px solid rgb(255, 62, 29);
}

.bottom-newsletter .form-control::-webkit-input-placeholder {
  color: #869f94;
  opacity: 1;
}
.bottom-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #869f94;
  opacity: 1;
}
.bottom-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #869f94;
  opacity: 1;
}
.bottom-newsletter .form-control:-ms-input-placeholder {
  color: #869f94;
  opacity: 1;
}

footer {
  width: 100%;
  padding: 25px 20px;
  background: #2e5947;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  float: left;
  position: relative;
  text-align: center;
}

footer p {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0px;
}
footer p a {
  color: #fff;
}

@media (max-width: 991px) {
  .bottom {
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
  }

  .bottom-logo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .bottom-logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 25px;
  }

  .bottom-links {
    width: 46%;
  }

  .bottom-contact {
    /*width:46%;*/
    width: 36%;
    float: right;
  }

  .bottom-newsletter {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .bottom-links {
    width: 48%;
  }

  .bottom-contact {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .bottom-links {
    width: 100%;
    margin-bottom: 30px;
  }

  .bottom-contact {
    width: 100%;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Development Services <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.development-services {
  width: 100%;
  padding: 40px 0px;
  float: left;
  position: relative;
}

.development-services .col-12 {
  width: 100%;
  display: inline-block;
  padding: 0px 0px;
}

.development-services hr {
  max-width: 500px;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin: 0px auto 20px;
}

.development-services h2 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.development-services h2 a {
  color: rgb(51, 51, 51);
}

.development-services h2 span {
  font-family: "Public Sans", sans-serif;
  color: rgb(97, 158, 133);
}

.development-services p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 30px;
  margin-bottom: 20px;
}
.development-services p a {
  color: rgb(51, 51, 51);
}

.development-services ul {
  padding: 0px;
  margin: 0px;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.development-services li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 71, 92, 0.1) 0px 2px 10px 0px;
  background-image: none;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  width: 49%; /*margin-left:2%;*/
  float: left;
  padding: 15px 15px;
  margin-top: 20px;
  position: relative;
}

.development-services li h3 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 26px;
  margin-bottom: 10px;
}
.development-services h3 a {
  color: rgb(51, 51, 51);
}

.development-services li p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 0px;
}
.development-services li p a {
  color: rgb(51, 51, 51);
}

@media (max-width: 767px) {
  .development-services {
    padding: 40px 0px 30px;
  }

  .development-services h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .development-services ul {
    display: inline-block;
  }
  .development-services li {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Development Services <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start API Development <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.api-development-full {
  width: 100%;
  float: left;
  position: relative;
  background: #f0f0f0 url(../img/tech-why-bg.png) bottom center no-repeat;
  background-size: cover;
}

.api-development {
  width: 100%;
  padding: 40px 0px 85px;
  float: left;
  position: relative;
}

.api-development .col-12 {
  width: 100%;
  display: inline-block;
  padding: 0px 0px;
}

.api-development hr {
  max-width: 500px;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin: 0px auto 20px;
}

.api-development h2 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.api-development h2 a {
  color: rgb(51, 51, 51);
}

.api-development h2 span {
  font-family: "Public Sans", sans-serif;
  color: rgb(97, 158, 133);
}

.api-development p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 30px;
  margin-bottom: 20px;
}
.api-development p a {
  color: rgb(51, 51, 51);
}

.api-development ul {
  padding: 0px;
  margin: 0px;
  margin: 30px 0px 20px 0px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.api-development li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 71, 92, 0.1) 0px 2px 10px 0px;
  background-image: none;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  width: 49%; /*margin-left:2%;*/
  float: left;
  padding: 25px 25px;
  margin-top: 20px;
  position: relative;
}

.api-development li h3 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 26px;
  margin-bottom: 10px;
}
.api-development h3 a {
  color: rgb(51, 51, 51);
}

.api-development li p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 0px;
}
.api-development li p a {
  color: rgb(51, 51, 51);
}

.api-development li.background {
  background-color: rgb(129, 178, 158);
}
.api-development li.background h3 {
  color: rgb(255, 255, 255);
}
.api-development li.background p {
  color: rgb(255, 255, 255);
}

@media (max-width: 2200px) {
  .api-development-full {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .api-development h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .api-development {
    padding: 40px 0px;
  }

  .api-development h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .api-development li {
    width: 100%;
    margin-left: 0px;
    padding: 15px 15px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End API Development <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Get A Quote <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.get-quote {
  width: 100%;
  padding: 50px 0px;
  float: left;
  position: relative;
}

.get-quote h2 {
  font-family: "Jost", sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.get-quote h2 a {
  color: rgb(255, 255, 255);
}

.get-quote .color {
  color: rgb(51, 51, 51);
}

.get-quote p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin-bottom: 20px;
}
.get-quote p a {
  color: rgb(255, 255, 255);
}

.get-quote .btn-primary {
  width: 120px;
  padding: 5px 5px;
  background: #71a891;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
  height: auto;
  border: 0;
  border-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.get-quote .btn-primary:hover {
  background: #619e85;
  color: #fff;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.get-quote .btn-primary:not(:disabled):not(.disabled):active {
  background: #619e85;
  color: #fff;
  border: 0px;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.get-quote .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}

.get-quote ul {
  padding: 0px;
  margin: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.get-quote li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: auto;
  float: left;
  display: inline-block;
}

.get-quote li:nth-child(2) {
  width: auto;
  float: right;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .get-quote {
    padding: 30px 0px;
  }

  .get-quote h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .get-quote ul {
    display: inline-block;
  }
  .get-quote li {
    width: 100%;
  }

  .get-quote li:nth-child(2) {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Get A Quote <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Our Clients Are Saying <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.clients-saying-full {
  width: 100%;
  float: left;
  position: relative;
  background: #f0f0f0;
  border-bottom: 15px solid #75b59b;
}

.clients-saying {
  width: 100%;
  padding: 80px 0px 50px;
  float: left;
  position: relative;
  text-align: center;
}

.clients-saying .col-12 {
  width: 85%;
  display: inline-block;
  padding: 0px 0px;
}

.clients-saying hr {
  max-width: 500px;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin: 0px auto 20px;
}

.clients-saying h2 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.clients-saying h2 a {
  color: rgb(51, 51, 51);
}

.clients-saying h2 span {
  font-family: "Public Sans", sans-serif;
  color: rgb(97, 158, 133) !important;
}

.clients-saying p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 0px;
}
.clients-saying p a {
  color: rgb(51, 51, 51);
}

.clients-saying .bx-viewport {
  margin: 60px 0px 20px !important;
  height: auto !important;
}

.clients-saying ul.bx-viewport {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  justify-content: space-between;
}
.clients-saying li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 550px !important;
  height: 250px !important;
  display: inline-block;
  margin: 0px 25px !important;
  padding: 30px 0px 0px;
  overflow: hidden;
  text-align: left;
  position: relative !important;
}

.clients-saying li img {
  width: auto;
  height: 15px;
}

.clients-saying li h3 {
  font-size: 20px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 30px;
  margin-bottom: 0px;
}
.clients-saying li h3 a {
  color: rgb(51, 51, 51);
}

.clients-saying li h4 {
  font-size: 16px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 30px;
  margin-bottom: 0px;
}
.clients-saying li h4 a {
  color: rgb(51, 51, 51);
}

.clients-saying li p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 0px;
  min-height: 140px;
}
.clients-saying li p a {
  color: rgb(51, 51, 51);
}

.clients-saying li p::before {
  width: auto;
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 0px;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 50px;
  font-weight: normal;
  color: #e7e7e7;
  line-height: 50px;
  font-style: normal;
  z-index: -1;
}

.clients-saying .bx-wrapper .bx-controls-direction {
  display: none;
}

@media (max-width: 1199px) {
  .clients-saying .col-12 {
    width: 100%;
  }

  .clients-saying li {
    width: 450px !important;
    margin: 0px 16px !important;
  }
}

@media (max-width: 991px) {
  .clients-saying li {
    width: 340px !important;
    height: 280px !important;
    margin: 0px 15px !important;
  }

  .clients-saying li p {
    min-height: 175px;
  }
}

@media (max-width: 767px) {
  .clients-saying {
    padding: 30px 0px;
  }

  .clients-saying h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .clients-saying li {
    width: 230px !important;
    height: 360px !important;
    margin: 0px 20px !important;
  }

  .clients-saying li p {
    min-height: 250px;
  }
}

@media (max-width: 574px) {
  .clients-saying li {
    width: 350px !important;
    height: auto !important;
    margin: 0px 50px !important;
  }
}

@media (max-width: 574px) {
  .clients-saying li {
    width: 390px !important;
    height: auto !important;
    margin: 0px 35px !important;
  }

  .clients-saying li p {
    min-height: inherit;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .clients-saying li {
    width: 280px !important;
    height: auto !important;
    margin: 0px 35px !important;
  }

  .clients-saying li p {
    min-height: inherit;
  }
}

@media (max-width: 359px) {
  .clients-saying li {
    width: 225px !important;
    height: auto !important;
    margin: 0px 32px !important;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Our Clients Are Saying <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Service <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.service-block {
  width: 100%;
  padding: 60px 0px;
  float: left;
  position: relative;
}

.service-content {
  width: 85%;
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
}

.service-content hr {
  max-width: 500px;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin: 0px auto 20px;
}
.service-content hr.one {
  max-width: 100%;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin: 15px 0px 10px;
}

.service-content h2 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.service-content h2 a {
  color: rgb(51, 51, 51);
}

.service-content h2 span {
  font-family: "Public Sans", sans-serif;
  color: rgb(97, 158, 133);
}

.service-content p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 30px;
  margin-bottom: 20px;
}
.service-content p a {
  color: rgb(51, 51, 51);
}

.service-details {
  width: 100%;
  padding: 25px 25px 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 71, 92, 0.1) 0px 2px 10px 0px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.service-details h3 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 30px;
  margin-bottom: 10px;
}
.service-details h3 a {
  color: rgb(51, 51, 51);
}

.service-details h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: rgb(97, 158, 133);
  line-height: 30px;
  margin-bottom: 10px;
}
.service-details h4 a {
  color: rgb(97, 158, 133);
}

.service-details p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 20px;
}
.service-details p a {
  color: rgb(51, 51, 51);
}

.service-details ul {
  padding: 0px;
  margin: 0px;
  margin: 0px 0px 10px 30px; /*display:inline-block;*/
}
.service-details li {
  padding: 0px;
  margin: 0px;
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 10px;
}
.service-details li a {
  color: rgb(51, 51, 51);
}
.service-details li strong {
  font-weight: 700;
}

.service-details ul li ul {
  margin: 0px 0px 20px 20px;
}
.service-details ul li ul li {
  list-style: circle;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.service-details ul li ul li ul {
  margin: 0px 0px 10px 20px;
}
.service-details ul li ul li ul li {
  list-style: inherit;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.service-details .btn-primary {
  width: auto;
  padding: 5px 20px;
  background: #71a891;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
  height: auto;
  border: 0;
  border-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 10px 0px 15px;
}

.service-details .btn-primary:hover {
  background: #619e85;
  color: #fff;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.service-details .btn-primary:not(:disabled):not(.disabled):active {
  background: #619e85;
  color: #fff;
  border: 0px;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.service-details .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}

.technologies-list {
  width: 100%;
  padding: 25px 25px;
  background-color: #f9f9f9;
  box-shadow: rgba(50, 71, 92, 0.1) 0px 2px 10px 0px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.technologies-list h3 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  line-height: 26px;
  margin-bottom: 10px;
}
.technologies-list h3 a {
  color: rgb(51, 51, 51);
}

.technologies-list ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.technologies-list li {
  padding: 0px;
  margin: 0px;
  list-style: disc;
  width: 20%;
  float: left;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 0px;
}

.technologies-list li img {
  width: auto; /*max-width:40px;*/
  max-width: inherit;
  height: 50px;
  margin-bottom: 10px;
}

.technologies-list li h4 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 0px;
}
.technologies-list li h4 a {
  color: rgb(51, 51, 51);
}

.service-solutions {
  width: 100%;
  position: relative;
  display: inline-block;
}

.service-solutions h3 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 30px;
  margin-bottom: 15px;
}
.service-solutions h3 a {
  color: rgb(51, 51, 51);
}

.service-solutions p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 20px;
}
.service-solutions p a {
  color: rgb(51, 51, 51);
}

.service-solutions ul {
  padding: 0px;
  margin: 0px;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  text-align: center;
}
.service-solutions li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 71, 92, 0.2) 0px 2px 1px -1px,
    rgba(50, 71, 92, 0.14) 0px 1px 1px 0px,
    rgba(50, 71, 92, 0.12) 0px 1px 3px 0px;
  background-image: none;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 6px;
  width: 32%;
  margin-left: 2%;
  float: left;
  padding: 25px 25px 5px;
  margin-bottom: 20px;
}
.service-solutions li a {
  color: rgb(51, 51, 51);
}

.service-solutions li:nth-child(3n + 1) {
  margin-left: 0px;
}

.service-solutions li img {
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .service-content {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .technologies-list li {
    width: 25%;
  }

  .service-solutions li {
    width: 49%;
    margin-left: 2%;
  }
  .service-solutions li:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .service-solutions li:nth-child(2n + 1) {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .service-block {
    padding: 40px 0px;
  }

  .service-content h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .technologies-list li {
    width: 33%;
  }
  .technologies-list li img {
    max-width: 40px;
  }

  .service-solutions li {
    width: 100%;
    margin-left: 0px;
  }
  .service-solutions li:nth-child(3n + 1) {
    margin-left: 0px;
  }
  .service-solutions li:nth-child(2n + 1) {
    margin-left: 0px;
  }
}

@media (max-width: 574px) {
  .technologies-list li {
    width: 50%;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Service <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
