@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*
	Title # CyberNetikz API Solutions
	Date #  18 March 2025
*/

* {
  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: "Nunito Sans", sans-serif;*/
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}

.body-full {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}

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: #fff;
  z-index: 999;
}

.top-full.sticky {
  position: fixed;
  background: #fff;
  z-index: 999;
}

.top {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.logo {
  width: auto;
  padding: 25px 0px;
  position: relative;
  float: left;
}

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

.top-contact {
  width: auto;
  position: relative;
  float: right;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.top-contact a {
  color: #222222;
  margin-left: 5px;
  display: inline-block;
}

.top-contact .fa {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #222222;
  margin: 0px 2px 0px 5px;
}

.top-contact .fa-brands {
  font-size: 18px;
  line-height: 20px;
  color: #222222;
  margin: 0px 2px 0px 5px;
}
.top-contact .fa-solid {
  font-size: 18px;
  line-height: 20px;
  color: #222222;
  margin: 0px 2px 0px 5px;
}

@media (max-width: 991px) {
  .logo img {
    width: 150px;
    height: auto;
  }

  .top-contact {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .top {
    padding: 15px 0px;
    display: inline-block;
    text-align: center;
  }

  .logo {
    width: 100%;
    padding: 0px 0px 15px 0px;
    text-align: center;
  }

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

  .top-contact {
    width: auto;
    padding: 3px 0px 0px;
    float: right;
  }
}

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

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

.index-header-full {
  width: 100%;
  float: left;
  position: relative;
  background: #fff url(../img/index-header-bg.png) center no-repeat;
  background-size: 500px 694px;
}

.index-header-full .container {
  max-width: 1300px;
}

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

.index-header-title {
  width: 58%;
  float: left;
  position: relative;
}

.index-header-title h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  letter-spacing: -1.4px;
}
.index-header-title h1 a {
  color: #111827;
}

.index-header-title h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 20px;
}
.index-header-title h3 a {
  color: #334155;
}
.index-header-title h3 .img {
  width: auto;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.index-header-title h3 .img2 {
  width: auto;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.index-header-title p {
  font-size: 24px;
  font-weight: 400;
  color: #3f4654;
  line-height: 36px;
  margin-bottom: 20px;
}
.index-header-title p a {
  color: #3f4654;
}

.index-header-title .btn-primary {
  width: auto;
  padding: 15px 25px;
  background: #005945;
  /*box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;*/
  height: auto;
  border: 1px solid #1b1b1b29;
  border-radius: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 15px 10px 20px 0px;
}

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

.index-header-title .btn-primary.fixed {
  background: #fff;
  color: #323d43;
}

.contact-form {
  width: 40%;
  float: right;
  position: relative;
  padding: 20px 20px 25px;
  background: rgb(255, 255, 255);
  border: 1px solid #c3cdd975;
  box-shadow: 0px 5px 20px 10px #c3cdd975;
  border-radius: 30px;
}

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

.contact-form p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.contact-form p a {
  color: #000;
}

.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: "Inter", sans-serif; font-size:14px; font-weight:400; color:#000; line-height:20px; position:absolute; left:10px; top:-12px; background:#FFF; padding:2px 2px; }*/

.contact-form form .form-control {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4a4f63;
  line-height: 28px;
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  height: 48px;
  border-radius: 12px;
  padding: 10px 10px;
  box-shadow: 0px 0px;
}

.contact-form form .form-control:hover {
  border: 1px solid #e9e9e9;
}
.contact-form form .form-control:active {
  border: 1px solid #e9e9e9;
}
.contact-form form .form-control:focus {
  border: 1px solid #e9e9e9;
}

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

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

.contact-form form textarea.form-control {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4a4f63;
  line-height: 28px;
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 12px;
  padding: 10px 10px;
  height: 86px;
  resize: none;
}

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

.contact-form .btn-primary {
  width: 100%;
  padding: 10px 15px;
  background: #005945;
  /*box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;*/
  height: auto;
  border: 0;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.contact-form .btn-primary:hover {
  background: #005945;
  color: #fff;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.contact-form .btn-primary:not(:disabled):not(.disabled):active {
  background: #005945;
  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: 991px) {
  .index-header-title {
    width: 50%;
  }

  .index-header-title h1 {
    font-size: 45px;
    line-height: 55px;
  }

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

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

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

  .index-header-title h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .index-header-title .btn-primary {
    padding: 15px 15px;
  }

  .index-header-title h3 .img {
    width: auto;
    height: 25px;
  }

  .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 API Audit <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

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

.recent-project-slide h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #323d43;
  margin-bottom: 30px;
  padding: 0px 10px;
}
.recent-project-slide h2 a {
  color: #323d43;
}

.recent-project-slide .bx-viewport {
  margin: 0px 0px !important;
  height: auto !important;
}

.recent-project-slide .bx-viewport ul.bxslider {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.recent-project-slide ul.bx-viewport {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  justify-content: space-between;
}
.recent-project-slide li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  margin: 0px 30px 0px !important;
  overflow: hidden;
}

.recent-project-slide li img {
  width: auto;
  height: 30px;
}

.recent-project-slide .bx-wrapper .bx-controls-direction {
  display: none;
}

@media (max-width: 767px) {
  .recent-project-slide {
    width: 100%;
    padding: 30px 0px;
  }

  .recent-project-slide h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Recent Project <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

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

.development-services-full {
  width: 100%;
  float: left;
  position: relative;
  background: #000 url(../img/development-services-bg.png) left top no-repeat;
  background-size: 360px 604px;
}

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

.development-services h2 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.development-services h2 a {
  color: #fff;
}

.development-services ul {
  padding: 0px;
  margin: 0px;
  width: auto;
  position: relative;
  display: inline-block;
  float: right;
  box-sizing: border-box;
  display: flex;
}
.development-services li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: #121212;
  border-radius: 8px;
  width: 120px;
  height: 400px;
  float: left;
  margin-left: 30px;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  margin-top: 15px;
}

.development-services li:first-child {
  margin-left: 0px;
}

.development-services li h3 {
  font-family: "Inter", sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  margin-bottom: 10px;
}
.development-services li h3 a {
  color: #fff;
}

.development-services li h4 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  width: max-content;
  position: absolute;
  top: 130px;
  left: 0px;
  z-index: 2;
  transform: rotate(90deg);
}
.development-services li h4 a {
  color: #fff;
}

.development-services li:nth-child(1) h4 {
  top: 185px;
  left: -72px;
}
.development-services li:nth-child(2) h4 {
  top: 131px;
  left: -13px;
}
.development-services li:nth-child(3) h4 {
  top: 200px;
  left: -82px;
}
.development-services li:nth-child(4) h4 {
  top: 185px;
  left: -62px;
}

.development-services li.width {
  width: 360px;
  height: 400px;
  float: left;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}

.development-services li.width h3 {
  font-family: "Inter", sans-serif;
  font-size: 67px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  margin-bottom: 10px;
}
.development-services li.width h3 a {
  color: #fff;
}

.development-services li.width h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  width: auto;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  transform: rotate(0deg);
}
.development-services li.width h4 a {
  color: #fff;
}

.development-services li.width p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.development-services li.width p a {
  color: #00d7c5;
  font-weight: 700;
}
.development-services li.width p a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .development-services h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .development-services li {
    /*width:100px; height:400px;*/
    margin-left: 20px;
  }

  .development-services li.width {
    width: 260px;
    height: 400px;
    padding: 20px 20px;
  }

  .development-services li.width h3 {
    font-size: 50px;
    line-height: 60px;
  }
}

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

  .development-services h2 {
    font-size: 30px;
    line-height: 40px;
    word-break: break-word;
  }

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

  .development-services li h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .development-services li h4 {
    font-size: 18px;
    line-height: 30px;
    width: auto;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    z-index: 2;
    transform: rotate(0deg);
  }

  .development-services li:nth-child(1) h4 {
    top: 0px;
    left: 0px;
  }
  .development-services li:nth-child(2) h4 {
    top: 0px;
    left: 0px;
  }
  .development-services li:nth-child(3) h4 {
    top: 0px;
    left: 0px;
  }
  .development-services li:nth-child(4) h4 {
    top: 0px;
    left: 0px;
  }

  .development-services li.width {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 30px;
    position: relative;
    text-align: left;
  }

  .development-services li.width h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .development-services li.width h4 {
    font-size: 28px;
    line-height: 40px;
  }
  .development-services li.width p {
    font-size: 16px;
    line-height: 24px;
  }
}

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

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

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

.api-development .col-12 {
  width: 70%;
  padding: 0px 0px;
  margin: auto;
  text-align: center;
}

.api-development h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
}
.api-development h2 a {
  color: #111827;
}

.api-development p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #323d43;
  margin-bottom: 20px;
}
.api-development p a {
  color: #323d43;
}

.api-development .btn-primary {
  width: auto;
  padding: 15px 25px;
  background: #005945;
  /*box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;*/
  height: auto;
  border: 0;
  border-radius: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 0px 0px;
}

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

.api-development ul {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.api-development li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: #fff;
  border: 1px solid #2e2e1f1f;
  border-radius: 12px;
  width: 49%;
  float: left;
  margin-left: 2%;
  padding: 30px 30px;
  margin-top: 20px;
}

.api-development li:nth-child(2n + 1) {
  margin-left: 0px;
}

.api-development li h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.api-development li h3 a {
  color: #111827;
}

.api-development li h4 {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #2e2e1f1f;
  border-radius: 50%;
  text-align: center;
}
.api-development li h4 a {
  color: #000;
}

.api-development li p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #323d43;
  margin-bottom: 0px;
}
.api-development li p a {
  color: #323d43;
}

@media (max-width: 767px) {
  .api-development {
    width: 100%;
    padding: 30px 0px 20px;
  }

  .api-development .col-12 {
    width: 100%;
  }

  .api-development h2 {
    font-size: 28px;
    line-height: 40px;
    word-break: break-word;
  }

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

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

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Happy Clients <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


.happy-clients-full {
  width: 100%;
  background:#FFF url(../img/happy-clients-slide-bg.png) top repeat;
  float: left;
  position: relative;
  background-size: cover;
}

.happy-clients-content {
  width: 100%;
  padding:40px 0px 0px;
  float: left;
  position: relative;
  text-align: center;
}

.happy-clients-content h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 30px;
}
.happy-clients-content h2 a {
  color: #18181b;
}

.happy-clients-content h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #52525b;
  margin-bottom: 20px;
}
.happy-clients-content h3 a {
  color: #52525b;
}

.happy-clients-content h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 20px;
}
.happy-clients-content h4 a {
  color: #18181b;
  border-bottom: 2px solid #18181b;
  padding-bottom: 5px;
}

.happy-clients-slide {
  width: 100%;
  padding: 20px 0px;
  float: left;
  position: relative;
  margin: 0px 0px;
}

/* .happy-clients-slide .bx-viewport {
  margin: 0px 0px !important;
  height: 350px !important;
}

.happy-clients-slide .bx-viewport ul.bxslider {
  display: flex;
  align-items: center;
}

.happy-clients-slide ul.bx-viewport {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
} */
.happy-clients-slide li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  /* width: 382px !important; */
  /* height: 350px !important; */
  display: inline-block;
  background: #fff;
  /* margin: 0px 20px 0px 0px !important; */
  padding: 25px 25px 75px;
  border-radius: 8px;
  overflow: hidden;
}
.happy-clients-slide li a {
  color: #fff;
}

.happy-clients-slide li p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #18181b;
  margin-bottom: 0px;
}
.happy-clients-slide li p a {
  color: #18181b;
}

.happy-clients .fa {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-right: 10px;
}


.happy-clients-slide .star {
  width: 96px;
  height: auto;
  margin-bottom: 10px;
}

.happy-clients-slide .name-details {
  width: 100%;
  padding: 0px 25px;
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 1;
}

.happy-clients-slide .name-details img {
  width: 43px;
  height: 43px;
  float: left;
  margin: 0px 15px 10px 0px;
}

.happy-clients-slide .name-details h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 0px;
}
.happy-clients-slide .name-details h3 a {
  color: #18181b;
}

.happy-clients-slide .name-details h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #52525b;
  margin-bottom: 0px;
}
.happy-clients-slide .name-details h4 a {
  color: #52525b;
  border-bottom: 0px;
  padding-bottom: 0px;
}

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

  .happy-clients-content {
    width: 100%;
  }

  .happy-clients-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
/* 
  .happy-clients-slide {
    width: 100%;
    padding: 40px 30px;
    margin: 0px 0px 30px;
  }

  .happy-clients-slide .bx-viewport {
    height: 450px !important;
  }

  .happy-clients-slide ul.bx-viewport {
    display: inline-block;
  }
  .happy-clients-slide li {
    width: 300px !important;
    height: 400px !important;
    margin: 0px 20px !important;
    padding: 25px 25px;
  } */

  .happy-clients .fa {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-right: 10px;
  }

  .happy-clients-slide .star {
    width: 96px;
    height: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  /* .happy-clients-slide .bx-viewport {
    height: 500px !important;
  }

  .happy-clients-slide li {
    width: 282px !important;
    height: 450px !important;
    margin: 0px 20px 0px 0px !important;
    padding: 25px 25px 75px;
  } */

  .happy-clients .fa {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-right: 10px;
  }

  .happy-clients-slide .star {
    width: 96px;
    height: auto;
    margin-bottom: 10px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Happy Clients <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Industries We Serve <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.industries-serve {
  width: 100%;
  padding: 50px 0px 20px;
  float: left;
  position: relative;
}

.industries-serve .col-12 {
  width: 70%;
  margin: auto;
  text-align: center;
}

.industries-serve h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.industries-serve h2 a {
  color: #111827;
}

.industries-serve p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #323d43;
  margin-bottom: 20px;
}
.industries-serve p a {
  color: #323d43;
}

.industries-serve .btn-primary {
  width: auto;
  padding: 15px 25px;
  background: #005945;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
  height: auto;
  border: 0;
  border-radius: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 0px 0px;
}

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

.industries-serve ul {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.industries-serve li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: #fff;
  border: 1px solid #2e2e1f1f;
  border-radius: 12px;
  width: 32%;
  float: left;
  margin-left: 2%;
  padding: 30px 30px;
  margin-top: 20px;
}

.industries-serve li:nth-child(1) {
  width: 49%;
  float: left;
}
.industries-serve li:nth-child(2) {
  width: 49%;
  margin-left: 2%;
}

.industries-serve li:nth-child(3) {
  margin-left: 0px;
}

.industries-serve li:nth-child(5n + 1) {
  margin-left: 0px;
}

.industries-serve li h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.industries-serve li h3 a {
  color: #111827;
}

.industries-serve li h4 {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #2e2e1f1f;
  border-radius: 50%;
  text-align: center;
}
.industries-serve li h4 a {
  color: #000;
}

.industries-serve li p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #323d43;
  margin-bottom: 0px;
}
.industries-serve li p a {
  color: #323d43;
}

@media (max-width: 767px) {
  .industries-serve {
    width: 100%;
    padding: 30px 0px 20px;
  }

  .industries-serve .col-12 {
    width: 100%;
  }

  .industries-serve h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .industries-serve li {
    width: 100%;
    margin-left: 0px;
    padding: 25px 25px;
  }

  .industries-serve li:nth-child(1) {
    width: 100%;
    float: left;
  }
  .industries-serve li:nth-child(2) {
    width: 100%;
    margin-left: 0px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Industries We Serve <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Technologies <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.technologies-border {
  border-top: 2px solid #eeeef0;
}

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

.technologies .display {
  display: inline-block;
  margin-top: 30px;
}

.technologies h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.technologies h2 a {
  color: #111827;
}

.technologies .btn-primary {
  width: auto;
  padding: 15px 25px;
  background: #005945;
  /*box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;*/
  height: auto;
  border: 0;
  border-radius: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 0px 0px;
  position: relative;
  z-index: 2;
}

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

.technologies ul {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  display: none;
}
.technologies li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 25px;
}

.technologies li img {
  width: auto;
  height: 56px;
  margin-bottom: 5px;
}

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

.technologies li h3 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #1d1d20;
  padding: 5px 15px 7px;
  background: #3a3a400d;
  border-radius: 8px;
  margin-bottom: 0px;
  display: inline-block;
}
.technologies li h3 a {
  color: #1d1d20;
}

.technologies2 {
  width: 100%;
  padding: 0px 0px 30px;
  float: left;
  position: relative;
  text-align: center;
}

.technologies2 .display {
  display: inline-block;
}

.technologies2 h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1d1d20;
  margin-bottom: 20px;
  width: 100%;
}
.technologies2 h3 a {
  color: #1d1d20;
}

.technologies2 ul {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  display: none;
}
.technologies2 li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-bottom: 25px;
}
.technologies2 li:nth-child(2n + 1) {
  margin-left: 0px;
}

.technologies2 li img {
  width: auto;
  height: 56px;
  margin-bottom: 5px;
}

.technologies2 li h3 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #1d1d20;
  padding: 5px 15px 7px;
  background: #3a3a400d;
  border-radius: 8px;
  margin-bottom: 0px;
  width: auto;
  display: inline-block;
}
.technologies2 li h3 a {
  color: #1d1d20;
}

.technologies2 ul li ul {
  background: #3a3a400d;
  padding: 15px 5px;
  margin-top: -2px;
}
.technologies2 ul li ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 15px;
}

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

.technologies2 ul li ul li img {
  width: auto;
  height: 36px;
  margin-bottom: 5px;
}

.technologies2 ul li ul li h3 {
  font-size: 12px;
  line-height: 20px;
  padding: 0px 0px;
  background: none;
}

@media (max-width: 991px) {
  .technologies h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

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

  .technologies .display {
    margin-top: 0px;
    display: none;
  }

  .technologies h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .technologies .btn-primary {
    width: auto;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 28px;
  }

  .technologies ul {
    display: flex;
    margin-top: 25px;
  }

  .technologies2 {
    width: 100%;
    padding: 0px 0px;
  }

  .technologies2 .display {
    display: none;
  }

  .technologies2 ul {
    display: flex;
    margin-top: 25px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Technologies <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

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

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

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

.question-touch h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
}
.recent-projects h2 a {
  color: #111827;
}

.question-touch p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #323d43;
  margin-bottom: 20px;
}
.question-touch p a {
  color: #323d43;
}

.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: 14px;
  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: 20px 45px 20px 30px;
  background: none;
  border: 1px solid #d9dbe9;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #111827;
  text-align: left;
  margin-bottom: 10px;
}

.faqlink i {
  font-size: 18px;
  line-height: 30px;
  color: rgb(51, 51, 51);
  position: absolute;
  right: 15px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #19213d12;
  border-radius: 50%;
  text-align: center;
}

.faqlink .fa-angle-down {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #005945;
  border-radius: 50%;
  text-align: center;
}

.hidden-content {
  width: 100%;
  display: block;
  padding: 10px 30px;
  background: #fff;
  position: relative;
  border: 1px solid #d9dbe9;
  border-top: 0px;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left;
  margin-top: -25px;
  margin-bottom: 10px;
  display: none;
  z-index: 2;
}

.hidden-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6f6c8f;
  margin-bottom: 10px;
  margin-left: 0px;
}

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

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

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

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start API Audit <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.api-audit {
  width: 95%;
  margin: 50px auto;
  background: url(../img/api-audit-bg.png) top left no-repeat;
  background-size: cover;
  border-radius: 16px;
  position: relative;
}

.api-audit-content {
  width: 100%;
  padding: 25px 5%;
  float: left;
  position: relative;
}

.api-audit-content h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.api-audit-content h2 a {
  color: #fff;
}

.api-audit-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ddddde;
  margin-bottom: 20px;
}
.api-audit-content p a {
  color: #ddddde;
}

.api-audit-content .btn-primary {
  width: auto;
  padding: 15px 25px;
  background: #005945;
  height: auto;
  border: 0;
  border-radius: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 10px 15px 0px 0px;
}

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

.api-audit-content .btn-primary.fixed {
  background: #fff;
  color: #323d43;
  border: 1px solid #1b1b1b29;
}

.api-audit-slide {
  width: 100%;
  padding: 50px 0px 70px;
  float: left;
  position: relative;
}

.api-audit-slide .bx-viewport {
  margin: 0px 0px !important;
  height: 56px !important;
}

.api-audit-slide .bx-viewport ul.bxslider {
  display: flex;
  align-items: center;
}

.api-audit-slide ul.bx-viewport {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  justify-content: space-between;
}
.api-audit-slide li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  background: #212121;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
  margin: 0px 20px 0px 0px !important;
  padding: 12px 20px;
  border-radius: 55px;
  overflow: hidden;
}
.api-audit-slide li a {
  color: #fff;
}

.api-audit-slide li img {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.api-audit-slide .fa {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-right: 10px;
}

.api-audit-slide .bx-wrapper .bx-controls-direction {
  display: none;
}

@media (max-width: 991px) {
  .api-audit-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .api-audit {
    width: 100%;
    margin: 30px auto;
  }

  .api-audit-content {
    width: 100%;
    padding: 25px 30px;
  }

  .api-audit-content h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .api-audit-content .btn-primary {
    width: auto;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 28px;
    margin: 10px 15px 0px 0px;
  }

  .api-audit-slide {
    width: 100%;
    padding: 10px 0px 40px;
  }

  .api-audit-slide .bx-viewport {
    margin: 0px 0px !important;
    height: 50px !important;
  }

  .api-audit-slide li {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 15px 0px 0px !important;
    padding: 12px 15px;
  }

  .api-audit-slide li img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }

  .api-audit-slide .fa {
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End API Audit <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Bottom <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.footer-full {
  width: 100%;
  float: left;
  position: relative;
  background: #005945;
}

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

.bottom h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.bottom h3 a {
  color: #fff;
}

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

.bottom ul {
  padding: 0px;
  margin: 0px;
}
.bottom li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ddddde;
  margin-bottom: 5px;
}
.bottom li a {
  color: #ddddde;
}

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

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

.bottom-logo img {
  width: 260px;
  height: auto;
  margin-bottom: 20px;
}

.bottom-logo .fa {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #033127;
  border-radius: 50px;
  text-align: center;
  margin: 10px 3px 0px;
}
.bottom-logo .fa:hover {
  color: #fff;
  background: #033127;
}

.bottom-logo .fa-brands {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #033127;
  border-radius: 50px;
  text-align: center;
  margin: 10px 3px 0px;
}
.bottom-logo .fa-brands:hover {
  color: #fff;
  background: #033127;
}

.bottom-links {
  width: 200px;
  padding: 0px 20px;
  float: left;
  position: relative;
}

.visit-us {
  width: 180px;
  padding: 0px 10px;
  float: left;
  position: relative;
}

.bottom-contact {
  width: 220px;
  padding: 0px 10px;
  float: left;
  position: relative;
}

.bottom-contact .fa {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0px;
  text-align: center;
  margin: 0px 5px 0px 0px;
}
.bottom-contact .fa:hover {
  color: #fff;
  background: none;
}

.bottom-contact .fa-brands {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #033127;
  border-radius: 50px;
  text-align: center;
  margin: 10px 3px 0px;
}
.bottom-contact .fa-brands:hover {
  color: #fff;
  background: #033127;
}
.bottom-location {
  width: auto;
  float: left;
  position: relative;
}
.bottom-location iframe{
  max-width:380px;
  max-height: 150px;
}
@media (max-width: 1399px) {
  .bottom-location {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .bottom {
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
  }
  .bottom-links, .visit-us ,.bottom-contact {
    float: none;
    text-align: center;
    margin: auto;
    padding-top: 20px;
  }

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

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

  .bottom-contact {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .visit-us {
    margin-bottom: 10px;
  }
  .bottom h3 {
    margin-bottom:5px;
  }
}

@media (max-width: 374px) {
  .bottom-links {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .visit-us {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Bottom <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

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

.footer-full {
  width: 100%;
  float: left;
  position: relative;
  background: #005945;
  border-top: 1px solid #316257;
}

footer {
  width: 100%;
  padding: 25px 20px;
  float: left;
  position: relative;
  text-align: center;
}

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

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

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Terms And Condition <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

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

.terms-condition hr {
  max-width: 100;
  background: rgba(50, 71, 92, 0.12);
  height: 1px;
  margin-bottom: 20px;
}

.terms-condition h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
}
.terms-condition h2 a {
  color: #111827;
}

.terms-condition h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 20px;
}
.terms-condition h3 a {
  color: #111827;
}

.terms-condition h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 10px;
}
.terms-condition h4 a {
  color: #111827;
}

.terms-condition p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #323d43;
  margin-bottom: 20px;
}
.terms-condition p a {
  color: #323d43;
}

.terms-condition p strong {
  font-weight: 700;
}

.terms-condition .btn-primary {
  width: auto;
  padding: 15px 25px;
  background: #005945;
  /*box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;*/
  height: auto;
  border: 0;
  border-radius: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 0px 0px;
}

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

.terms-condition ul {
  padding: 0px;
  margin: 0px;
  margin: 0px 0px 30px 30px;
}
.terms-condition li {
  padding: 0px;
  margin: 0px;
  list-style: disc;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #323d43;
  margin-top: 10px;
}

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

  .terms-condition h2 {
    font-size: 28px;
    line-height: 40px;
    word-break: break-word;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Terms And Condition <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Thank You <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.thankyou {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  box-shadow: rgba(50, 71, 92, 0.1) 0px 2px 10px 0px;
  background-image: none;
  max-width: 600px;
  text-align: center;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  margin: 100px auto;
}

.thankyou .fa {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgb(46, 89, 71);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 30px;
}

.thankyou h2 {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
.thankyou h2 a {
  color: rgb(51, 51, 51);
}

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

.thankyou .btn-primary {
  width: auto;
  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;
  margin: 0px 0px 20px;
}

.thankyou .btn-primary:hover {
  background: #619e85;
  color: #fff;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.thankyou .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;
}
.thankyou .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Thank You <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
