.third-sec-boxes,
.service-box,
.second-section__container,
.ban-section,
body,
.ser-sevent-sec-right span,
.ser-fourth-sec-head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ser-sevent-sec-right span,
.ser-fourth-sec-head span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ser-sevent-sec-right span,
.ser-fourth-sec-head span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.third-sec-boxes,
.service-box,
.second-section__container,
.ban-section,
body {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service-box,
.second-section__container,
.ban-section,
body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.third-sec-boxes,
.ser-sevent-sec-right span,
.ser-fourth-sec-head span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-box,
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* stylelint-disable */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: Axiforma-Bold;
  src: url(../fonts/Axiforma-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Axiforma-Regular;
  src: url(../fonts/Axiforma-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/****************CUSTUM CSS**************/

body {
  min-height: 100vh;
  margin: 0;
  min-width: 320px;
}

.clearfix {
  clear: both;
}

.mar-0 {
  margin-right: 0 !important;
}

/****************CUSTUM CSS**************/

/****************HEADER CSS**************/

.header {
  padding: 35px 0 0 0;
}

.container {
  max-width: 1060px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.logo {
  float: left;
  width: 44%;
}

.header-box {
  float: left;
  width: 19%;
}

.header-box-icon {
  float: left;
  margin-right: 10px;
}

.header-box-detail {
  float: left;
}

.header-box-detail a {
  margin: 0;
  font-family: Roboto-Regular;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #272622;
  font-style: normal;
  text-decoration: none;
}

.header-box-detail p {
  margin: 0;
  color: #a4a29d;
  font-family: Roboto-Regular;
  font-size: 13px;
}

.header-contact-box {
  float: left;
  width: 18%;
}

.header-contact-box a {
  display: block;
  font-family: Axiforma-Bold;
  font-size: 25px;
  color: #000000;
  line-height: 30px;
  text-align: right;
  text-decoration: none;
}

.header-contact-box p {
  margin: 0;
  text-align: right;
  font-size: 13px;
  line-height: 20px;
  color: #272622;
  font-family: Axiforma-Bold;
}

.header-menu-bar {
  margin-top: 10px;
}

.menu-inner {
  padding: 0;
  list-style: none;
}

.menu-inner li {
  display: inline-block;
  margin-right: 25px;
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu-inner li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #272622;
  font-family: Axiforma-Regular;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

.menu-inner li a i {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.menu-link i {
  display: none;
}

.right-wrapper {
  width: 20%;
  float: left;
  text-align: right;
}

.right-wrapper ul {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.right-wrapper ul li {
  display: inline-block;
  margin-right: 10px;
}

.right-wrapper ul li:last-child {
  margin-right: 0;
}

.right-wrapper ul li a {
  display: block;
  background-color: #2f80ed;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 50%;
}

.right-wrapper ul li a i {
  color: #fff;
  font-size: 17px;
  position: relative;
  top: 5px;
}

/* Section: Navbar Menu*/

.navbar {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  outline: none;
  color: var(--color-black);
  background: var(--color-white);
  -webkit-box-shadow: var(--shadow-large);
  box-shadow: var(--shadow-large);
}

.left-wrapper {
  width: 80%;
  float: left;
}

.menu button {
  color: #fff;
  background-color: #2f80ed;
  border: 0;
  font-size: 30px;
  border-radius: 8px;
  padding: 5px 15px;
  display: none;
}

/****************HEADER CSS**************/

/****************FOOTER SECTION CSS**************/

.footer {
  background-color: #272622;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: auto;
}

.footer-logo {
  float: left;
  width: 48%;
}

.footer-icon {
  float: left;
  width: 15%;
}

.footer-content {
  float: left;
  width: 85%;
}

.footer-content h2 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: Axiforma-Regular;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-content p {
  font-size: 13px;
  line-height: 20px;
  color: #9198a3;
  font-family: Roboto-Regular;
  margin: 0;
  width: 341px;
}

.footer-content p a {
  color: #2f80ed;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.footer-lines {
  width: 17%;
  float: left;
}

.footer-lines h2 {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-family: Axiforma-Regular;
  margin-top: 12px;
  margin-bottom: 10px;
}

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

.footer-lines ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  font-family: Axiforma-Regular;
}

/****************FOOTER SECTION CSS**************/

/*====================================================HOME PAGE START=====================================================*/

/****************FIRST SECTION CSS**************/

.ban-sec-left {
  width: 60%;
  background-color: #2f80ed;
}

.slide {
  width: 50%;
  margin-left: calc((100vw - 1060px) / 2);
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.slide h1 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-family: Axiforma-Regular;
  width: 382px;
  font-weight: bold;
}

.slide p {
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-family: Roboto-Regular;
  width: 500px;
}

.slider-butn {
  position: absolute;
  bottom: 45px;
}

.slider-butn a {
  border: 2px #272622 solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.slider-butn .active {
  background-color: #272622;
}

.ban-sec-right {
  width: 40%;
  background-color: #272622;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.ban-form-head h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-family: Axiforma-Regular;
}

.ban-form {
  width: 270px;
}

.ban-form input {
  padding: 8px;
  width: 100%;
  background-color: transparent;
  border: 1px #535353 solid;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 30px;
  font-size: 15px;
  line-height: 25px;
  font-family: Roboto-Regular;
  color: #535353;
}

.ban-form input::-webkit-input-placeholder {
  font-family: Roboto-Regular;
  color: #535353;
}

.ban-form textarea {
  padding: 8px;
  width: 100%;
  background-color: transparent;
  border: 1px #535353 solid;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
  height: 102px;
  font-family: Roboto-Regular;
  color: #535353;
}

.ban-form textarea::-webkit-input-placeholder {
  font-family: Roboto-Regular;
  color: #535353;
}

.ban-form button {
  background: #2f80ed;
  border-radius: 4px;
  border: 0;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-family: Axiforma-Regular;
  cursor: pointer;
}

/****************FIRST SECTION CSS**************/

/****************SECOND SECTION CSS**************/

.second-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.second-sec-left {
  width: 50%;
  height: auto;
}

.second-sec-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.second-sec-right {
  width: 50%;
  height: auto;
  background: #e9f2ff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 47px;
  padding-left: 47px;
}

.second-sec-right.blue {
  background: #2f80ed;
}

.second-sec-right h2 {
  font-size: 20px;
  line-height: 25px;
  color: #272622;
  font-family: Axiforma-Regular;
  margin-top: 0;
}

.second-sec-right h1 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-family: Axiforma-Regular;
  margin-bottom: 23px;
  margin-top: 27px;
}

.second-sec-right p {
  font-size: 15px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
  width: 449px;
  margin: 0;
}

/****************SECOND SECTION CSS**************/

/****************THIRD SECTION CSS**************/

.third-sec-head {
  text-align: center;
}

.third-sec-head h2 {
  font-size: 35px;
  line-height: 40px;
  color: #272622;
  font-family: Axiforma-Regular;
  width: 594px;
  margin: 0 auto;
}

.third-sec-head p {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: Roboto-Regular;
  width: 783px;
  margin: 0 auto;
  padding-top: 15px;
}

.third-sec-boxes {
  gap: 15px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.service-box {
  width: calc(32% - 10px);
  border: 1px #ced5e0 solid;
  border-radius: 10px;
  height: auto;
  position: relative;
}

.service-box img {
  width: 100%;
}

.service-box h3 {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #272622;
  font-family: Axiforma-Regular;
  margin: 0 auto;
  padding: 15px 0;
}

.service-box p {
  font-size: 15px;
  line-height: 25px;
  color: #9198a3;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-family: Roboto-Regular;
}

.service-box a {
  display: block;
  text-align: center;
  color: #2f80ed;
  font-size: 15px;
  line-height: 30px;
  font-family: Axiforma-Regular;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 15px;
  width: 100%;
}

/****************THIRD SECTION CSS**************/

/****************FOURTH SECTION CSS**************/

.fourth-section {
  background-color: #e9f2ff;
  padding-top: 70px;
  padding-bottom: 50px;
}

.fourth-sec-head {
  margin-bottom: 40px;
}

.fourth-sec-head h2 {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #272622;
  font-family: Axiforma-Regular;
  width: 570px;
  margin: 0 auto;
}

.video-sec {
  max-width: 100%;
  text-align: center;
}

.video-sec video {
  width: 100%;
  height: 400px;
}

/****************FOURTH SECTION CSS**************/

/****************Fifth SECTION CSS**************/

.fifth-section {
  margin-top: 80px;
  margin-bottom: 70px;
}

.fifth-sec-head {
  text-align: center;
  margin-bottom: 50px;
}

.fifth-sec-head h2 {
  font-size: 35px;
  line-height: 40px;
  color: #272622;
  font-family: Axiforma-Regular;
  margin-bottom: 10px;
}

.fifth-sec-head p {
  font-size: 18px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
  margin: 0;
}

.fifth-section .third-sec-boxes {
  margin-top: 30px;
  margin-bottom: 0px;
}

/****************Fifth SECTION CSS**************/

/****************sixth SECTION CSS**************/

.sixth-section .second-sec-right {
  padding: 46px;
  padding-left: 50px;
  width: 43.5%;
  padding-right: 71px;
}

.sixth-section .second-sec-right h2 {
  width: 370px;
}

.second-sec-right span {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #2f80ed;
  border-radius: 4px;
  border: 0;
  padding: 13px 70px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 700;
  font-family: "Axiforma-Regular";
}

/****************sixth SECTION CSS**************/

/****************seventh SECTION CSS**************/

.seventh-section {
  margin-top: 80px;
  margin-bottom: 70px;
}

.seventh-sec-head {
  text-align: center;
}

.seventh-sec-head h2 {
  font-size: 35px;
  line-height: 40px;
  color: #272622;
  font-family: Axiforma-Regular;
  margin: 0;
}

.seventh-sec-head p {
  font-size: 18px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
  width: 800px;
  margin: 0 auto;
  padding-top: 15px;
}

.seventh-sec-boxes {
  margin-top: 50px;
}

.service-icon-box {
  width: 33%;
  float: left;
  text-align: center;
}

.service-icon-box h3 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: Axiforma-Regular;
  width: 280px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.service-icon-box p {
  font-size: 15px;
  line-height: 25px;
  color: #9198a3;
  text-align: left;
  width: 278px;
  font-family: Roboto-Regular;
  margin: 0 auto;
}

/****************seventh SECTION CSS**************/

/****************EIGHTH SECTION CSS**************/

.eighth-section .second-sec-right {
  padding: 39px;
  width: 45.5%;
  padding-left: 57px;
}

.eighth-section .second-sec-right h2 {
  font-size: 20px;
  line-height: 25px;
  color: #272622;
  font-family: Axiforma-Regular;
  width: 420px;
}

/****************EIGHTH SECTION CSS**************/

/****************NINETH SECTION CSS**************/

.nineth-section {
  margin: 100px 0;
}

.nineth-sec-head {
  text-align: center;
}

.nineth-sec-head h2 {
  font-size: 35px;
  line-height: 40px;
  color: #272622;
  font-family: Axiforma-Regular;
  margin-bottom: 15px;
}

.nineth-sec-head p {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: Roboto-Regular;
  width: 800px;
  margin: 0 auto;
}

.nineth-sec-boxes {
  margin-top: 50px;
}

.client-box {
  width: 31.5%;
  float: left;
  text-align: center;
  border: 1px #ced5e0 solid;
  border-radius: 10px;
  margin-right: 25px;
  padding: 30px 0;
}

.client-box h3 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: Axiforma-Regular;
  margin-bottom: 0;
}

.client-box span {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #a4a29d;
  font-family: Axiforma-Regular;
}

.client-box p {
  font-size: 15px;
  line-height: 25px;
  color: #9198a3;
  font-family: Roboto-Regular;
  width: 280px;
  margin: 0 auto;
}

.client-slider-butn {
  text-align: center;
  margin-top: 40px;
}

.client-slider-butn a {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px #2f80ed solid;
  margin-right: 10px;
  border-radius: 50%;
}

.client-slider-butn .active {
  background-color: #2f80ed;
}

/****************NINETH SECTION CSS**************/

/*======================================================HOME PAGE END=====================================================*/

/*================================================HOME SERVICE PAGE START===================================================*/

/****************FIRST SECTION CSS**************/

.service-first-section {
  margin-top: 30px;
}

.service-first-section .second-sec-right {
  background: #2f80ed;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 13.5px;
  padding-left: 70px;
  padding-right: 20px;
}

.service-first-section .second-sec-right h3 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 23px;
  margin-top: 27px;
}

.service-first-section .second-sec-right p {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}

.service-first-section .second-sec-right span {
  background: #fff;
  color: #2f80ed;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-first-section .second-sec-left img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/****************FIRST SECTION CSS**************/

/****************SECOND SECTION CSS**************/

.service-second-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ser-second-sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.ser-second-sec-head h1 {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: Axiforma-Regular;
}

.ser-second-sec-head h2 {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: Axiforma-Regular;
}

.ser-second-sec-left {
  width: 44%;
  float: left;
}

.ser-second-sec-right h2 {
  font-size: 16px;
  line-height: 16px;
  color: #272622;
  font-family: Axiforma-Regular;
}

.ser-second-sec-right h3 {
  font-size: 16px;
  line-height: 16px;
  color: #272622;
  font-family: Axiforma-Regular;
}

.ser-second-sec-left img {
  width: 100%;
}

.ser-second-sec-right {
  width: 52%;
  float: left;
  padding-left: 40px;
}

.ser-second-sec-right ul li {
  font-size: 15px;
  line-height: 25px;
  color: #9198a3;
  font-family: Roboto-Regular;
  margin-top: 0;
  margin-bottom: 10px;
}

.ser-second-sec-right p {
  font-size: 15px;
  line-height: 25px;
  color: #9198a3;
  font-family: Roboto-Regular;
  margin-top: 0;
  margin-bottom: 10px;
}

.service-second-section_max-width .ser-second-sec-right {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.service-second-section_mirrored .ser-second-sec-left {
  float: right;
}

.service-second-section_mirrored .ser-second-sec-right {
  float: left;
  padding-left: 0;
  padding-right: 40px;
}

/****************SECOND SECTION CSS**************/

/****************THIRD SECTION CSS**************/

.ser-third-sec-head h2 {
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
}

.accordian {
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.accordian li {
  margin-bottom: 15px;
}

.accordian li a {
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  text-decoration: none;
  display: block;
  background-color: #ced5e0;
  padding: 17px 0;
  border-radius: 8px;
}

.accordian-inner {
  margin: 0 auto;
  list-style: none;
  border: 1px #ced5e0 solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -5px;
}

.accordian-inner li {
  padding: 0;
  max-width: 671px;
  margin: 0 auto;
}

.accordian-inner li div {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #272622;
  margin: 15px 0;
}

.accordian-inner li div label {
  background-color: #272622;
  width: 25px;
  border-radius: 50%;
  color: #fff;
  height: 25px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.accordian-inner li div span {
  float: left;
  width: 94%;
}

/****************THIRD SECTION CSS**************/

/****************FOURH SECTION CSS**************/

.service-fourth-section {
  background-color: #2f80ed;
  padding: 40px 0;
  margin: 50px 0 70px 0;
}

.ser-fourth-sec-head {
  text-align: center;
}

.ser-fourth-sec-head h2 {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  font-family: Axiforma-Regular;
  margin-top: 0;
}

.ser-fourth-sec-head span {
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #2f80ed;
  font-family: Axiforma-Regular;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  width: 200px;
  height: 50px;
  cursor: pointer;
}

/****************FOURH SECTION CSS**************/

/****************FIFTH SECTION CSS**************/

.service-fifth-section ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.service-fifth-section ul li {
  margin-bottom: 20px;
}

.service-fifth-section ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #272622;
  text-decoration: none;
  font-family: Roboto-Regular;
  font-weight: 500;
}

.service-fifth-section ul li a img {
  margin-right: 10px;
}

/****************FIFTH SECTION CSS**************/

/****************SIXTH SECTION CSS**************/

.service-sixth-section {
  padding: 50px 0;
  background: #e9f2ff;
  margin: 70px 0;
}

.ser-sixth-sec-head {
  text-align: center;
}

.ser-sixth-sec-head h2 {
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: #272622;
}

.ser-sixth-sec-head p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
}

.ser-sixth-sec-content {
  text-align: center;
  background: #272622;
  border-radius: 8px;
  padding: 30px;
}

.ser-sixth-sec-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #2f80ed;
  font-family: "Axiforma-Regular";
  max-width: 728px;
  margin: 0 auto;
}

.ser-sixth-sec-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-family: Roboto-Regular;
  margin-bottom: 0;
}

.ser-sixth-sec-lines {
  margin-top: 40px;
  margin-bottom: 50px;
}

.ser-sixth-sec-lines ul {
  list-style: none;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.ser-sixth-sec-lines ul li {
  margin-bottom: 20px;
}

.ser-sixth-sec-lines ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
  text-decoration: none;
}

.ser-sixth-sec-lines ul li a img {
  margin-right: 10px;
}

.service-sixth-section .second-sec-right {
  background: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/****************SIXTH SECTION CSS**************/

/****************SEVENTH SECTION CSS**************/

.ser-seventh-sec-head {
  text-align: center;
}

.ser-seventh-sec-head h2 {
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: #272622;
}

.ser-seventh-sec-head p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #9198a3;
  font-family: "Roboto-Regular";
  max-width: 800px;
  margin: 0 auto;
}

.ser-seventh-sec-content {
  margin-bottom: 50px;
}

.ser-seventh-sec-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: "Axiforma-Regular";
}

.ser-sevent-sec-left {
  width: 48%;
  float: left;
}

.ser-sevent-sec-left img {
  border-radius: 8px;
}

.ser-sevent-sec-right {
  width: 52%;
  float: left;
  margin-bottom: 30px;
}

.ser-sevent-sec-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #272622;
  font-family: "Roboto-Regular";
  margin-top: 0;
  margin-bottom: 25px;
}

.ser-sevent-sec-right ul {
  list-style: none;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 24px;
}

.ser-sevent-sec-right ul li {
  margin-bottom: 15px;
}

.ser-sevent-sec-right ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
  text-decoration: none;
}

.ser-sevent-sec-right ul li a img {
  margin-right: 10px;
}

.ser-sevent-sec-right span {
  width: 200px;
  height: 50px;
  background: #2f80ed;
  border-radius: 4px;
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  border: 0;
}

/****************SEVENTH SECTION CSS**************/

/****************EIGHTH SECTION CSS**************/

.service-eighth-section {
  padding: 30px 0;
  background: #e9f2ff;
  margin: 50px 0 70px;
}

.ser-eigth-sec-head {
  margin-bottom: 40px;
}

.ser-eigth-sec-head h2 {
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
}

.ser-eigth-sec-content ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.ser-eigth-sec-content ul li {
  display: inline-block;
  margin-right: 72px;
}

.ser-eigth-sec-content ul li:last-child {
  margin-right: 0;
}

/****************EIGHTH SECTION CSS**************/

/****************NINETH SECTION CSS**************/

.service-nineth-section {
  margin-bottom: 60px;
}

.ser-ninth-sec-head h1 {
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
}

.ser-ninth-sec-left h3 {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #272622;
}

.ser-ninth-sec-head h2 {
  font-family: "Axiforma-Regular";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
}

.ser-ninth-sec-left {
  float: left;
  width: 50%;
}

.ser-ninth-sec-left di {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #272622;
}

.ser-ninth-sec-left ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.ser-ninth-sec-left ul li {
  margin-bottom: 15px;
}

.ser-ninth-sec-left ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
  text-decoration: none;
}

.ser-ninth-sec-left ul li a img {
  margin-right: 10px;
}

.ser-ninth-sec-right {
  float: left;
  width: 50%;
}

.ser-ninth-sec-right h3 {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #272622;
}

.ser-ninth-sec-right ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.ser-ninth-sec-right ul li {
  margin-bottom: 15px;
}

.ser-ninth-sec-right ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #272622;
  font-family: Roboto-Regular;
  text-decoration: none;
}

.ser-ninth-sec-right ul li a img {
  margin-right: 10px;
}

/****************NINETH SECTION CSS**************/

/*================================================HOME PAGE START===================================================*/

/*================================================HOME PAGE END===================================================*/

.image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1140px) {
  .ban-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ban-sec-left {
    width: 100%;
  }

  .slide {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }

  .ban-sec-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .second-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .second-section__container.mobile-full {
    margin: 0;
    width: 100%;
  }

  .second-section__container.mobile-full>* {
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  .second-section__container.mobile-full>* img {
    border-radius: 0 !important;
  }

  .second-section__container.mobile-full>.second-sec-right {
    padding: 20px !important;
  }

  .second-sec-left {
    width: 100%;
  }

  .second-sec-right {
    width: 100%;
  }

  .third-sec-boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-box {
    width: calc(50% - 10px);
  }

  .service-sixth-section .second-sec-right {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .slide {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .ban-sec-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-second-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 100%;
  }

  .header-box {
    width: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .header-contact-box {
    width: 100%;
  }

  .header-box-icon {
    width: 20%;
  }

  .header-box-detail {
    width: 80%;
  }

  .left-wrapper {
    width: 100%;
  }

  .menu-inner {
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
    overflow: hidden;
  }

  .menu-inner:not(.active) {
    display: none;
  }

  .menu-inner li {
    display: block;
    margin-right: 0;
  }

  .menu button {
    display: block;
    float: right;
  }

  .right-wrapper {
    width: 100%;
    text-align: left;
  }

  .header-contact-box a {
    text-align: left;
  }

  .header-contact-box p {
    text-align: left;
  }

  .ban-sec-left {
    width: 100%;
  }

  .slide {
    width: 100%;
  }

  .slide img {
    padding-left: 15px;
  }

  .slide h1 {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .slide p {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-butn {
    left: 15px;
  }

  .ban-form-head {
    padding-left: 15px;
  }

  .ban-form {
    width: auto;
    padding: 0 15px;
  }

  .second-section {
    margin-bottom: 50px;
  }

  .second-sec-left {
    width: 100%;
  }

  .second-sec-left img {
    border-radius: 0;
  }

  .second-sec-right {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin-top: 20px;
  }

  .second-sec-right h3 {
    width: auto;
  }

  .second-sec-right p {
    width: auto;
  }

  .third-sec-head h2 {
    width: auto;
    font-size: 25px;
  }

  .third-sec-head p {
    width: auto;
    font-size: 15px;
  }

  .fourth-sec-head h2 {
    width: auto;
    font-size: 25px;
  }

  .video-sec video {
    width: 100%;
  }

  .fifth-sec-head h2 {
    font-size: 25px;
  }

  .service-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .sixth-section .second-sec-right {
    width: 100%;
    padding: 0;
  }

  .sixth-section .second-sec-right h3 {
    width: auto;
  }

  .second-sec-right button {
    padding: 13px 62px;
  }

  .seventh-sec-head h2 {
    font-size: 25px;
  }

  .seventh-sec-head p {
    width: auto;
    font-size: 15px;
  }

  .service-icon-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .eighth-section .second-sec-right {
    width: 100%;
    padding: 0;
  }

  .eighth-section .second-sec-right h3 {
    width: auto;
  }

  .nineth-section {
    margin: 50px 0;
  }

  .nineth-sec-head h2 {
    font-size: 25px;
  }

  .nineth-sec-head p {
    width: auto;
    margin-bottom: 15px;
  }

  .client-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-icon {
    width: 23%;
  }

  .footer-content {
    width: 77%;
  }

  .footer-content p {
    width: auto;
  }

  .footer-lines {
    width: 100%;
  }

  .footer-lines ul li a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-box-icon {
    margin-right: 5px;
    width: 8%;
  }

  .header-box-detail {
    width: 87%;
  }

  .header-contact-box {
    position: relative;
    top: -5px;
  }

  .header-contact-box a {
    font-size: 15px;
  }

  .left-wrapper {
    width: 100%;
  }

  .menu-inner li {
    margin-right: 10px;
  }

  .right-wrapper {
    width: 100%;
  }

  .slide h1 {
    width: auto;
  }

  .slide p {
    width: auto;
  }

  .second-sec-left {
    width: 100%;
  }

  .second-sec-left img {
    border-radius: 8px;
  }

  .second-sec-right {
    width: 95%;
    padding: 15px;
    background-color: transparent;
  }

  .third-sec-head h2 {
    font-size: 25px;
  }

  .third-sec-head p {
    width: auto;
    font-size: 15px;
  }

  .fourth-sec-head h2 {
    font-size: 25px;
  }

  .service-box p {
    padding: 0 15px;
    width: auto;
  }

  .fifth-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .fifth-sec-head h2 {
    font-size: 25px;
  }

  .fifth-sec-head p {
    font-size: 15px;
  }

  .sixth-section .second-sec-right {
    padding: 30px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
  }

  .seventh-sec-head h2 {
    font-size: 25px;
  }

  .seventh-sec-head p {
    width: auto;
    font-size: 16px;
  }

  .service-icon-box h4 {
    width: auto;
  }

  .service-icon-box p {
    width: auto;
    padding: 0 10px;
  }

  .eighth-section .second-sec-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .eighth-section .second-sec-right h3 {
    width: auto;
  }

  .nineth-section {
    margin: 50px 0;
  }

  .nineth-sec-head h2 {
    font-size: 25px;
  }

  .nineth-sec-head p {
    width: auto;
    font-size: 15px;
  }

  .client-box {
    width: 30.5%;
  }

  .client-box p {
    width: auto;
    padding: 0 10px;
  }

  .footer-logo {
    width: 39%;
  }

  .footer-content p {
    width: auto;
    padding: 0 15px;
  }

  .footer-lines {
    width: 20%;
  }

  .footer-lines ul li a {
    font-size: 12px;
  }

  .footer-icon img {
    width: 75%;
    margin-top: 7px;
  }

  .service-first-section .second-sec-right {
    width: 100%;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .service-first-section .second-sec-right h3 {
    font-size: 25px;
    padding: 15px;
  }

  .service-first-section .second-sec-right p {
    padding: 0 15px;
  }

  .service-first-section .second-sec-right button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .second-sec-right h3 {
    width: auto;
  }

  .second-sec-right p {
    width: auto;
  }

  .service-first-section .second-sec-left {
    width: 100%;
  }

  .ser-second-sec-left {
    width: 100%;
  }

  .ser-second-sec-right {
    width: 100%;
    padding: 0;
  }

  .ser-second-sec-right p {
    width: auto;
  }

  .ser-sixth-sec-content h3 {
    width: auto;
  }

  .service-sixth-section .second-sec-left {
    width: 100%;
  }

  .service-sixth-section .second-sec-right {
    width: 100%;
    padding: 0;
  }

  .service-sixth-section .second-sec-right p {
    padding: 15px;
  }

  .service-sixth-section .second-sec-right button {
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .ser-seventh-sec-head p {
    width: auto;
  }

  .ser-sevent-sec-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .ser-sevent-sec-left img {
    width: 100%;
  }

  .ser-sevent-sec-right {
    width: 100%;
  }

  .ser-eigth-sec-content ul li {
    margin-right: 5px;
  }

  .accordian {
    width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .logo {
    width: 41%;
  }

  .header-box {
    width: 20%;
  }

  .header-contact-box {
    width: 19%;
  }

  .menu-inner li {
    margin-right: 15px;
  }

  .second-section {
    margin-bottom: 50px;
  }

  .second-sec-right {
    padding: 30.5px;
    padding-left: 30px;
    width: 48.5%;
  }

  .third-sec-head h2 {
    font-size: 25px;
  }

  .third-sec-head p {
    font-size: 15px;
  }

  .fourth-sec-head h2 {
    font-size: 25px;
  }

  .fifth-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .fifth-sec-head h2 {
    font-size: 25px;
  }

  .fifth-sec-head p {
    font-size: 15px;
  }

  .sixth-section .second-sec-right {
    padding: 27.5px;
    padding-left: 30px;
    width: 45.5%;
    padding-right: 58px;
  }

  .seventh-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .seventh-sec-head h2 {
    font-size: 25px;
  }

  .seventh-sec-head p {
    font-size: 15px;
  }

  .eighth-section .second-sec-right {
    padding: 25px;
    width: 48.5%;
    padding-left: 30px;
  }

  .nineth-section {
    margin: 50px 0;
  }

  .nineth-sec-head h2 {
    font-size: 25px;
  }

  .nineth-sec-head p {
    font-size: 15px;
  }

  .client-box {
    width: 30.5%;
  }

  .service-first-section .second-sec-right {
    padding: 0;
    padding-left: 62px;
    width: 48%;
  }

  .service-first-section .second-sec-right button {
    margin-bottom: 15px;
  }

  .ser-second-sec-right {
    padding-left: 37px;
  }

  .service-sixth-section .second-sec-right {
    padding: 50px;
    padding-left: 44px;
  }

  .ser-sevent-sec-left {
    width: 45%;
  }

  .ser-sevent-sec-left img {
    width: 100%;
  }

  .ser-sevent-sec-right {
    width: 52%;
    padding-left: 25px;
  }

  .ser-eigth-sec-content ul li {
    margin-right: 48px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .service-first-section .second-sec-right {
    width: 100%;
    border-radius: 8px;
    padding: 0;
  }

  .service-first-section .second-sec-right h3 {
    padding: 0 15px;
  }

  .service-first-section .second-sec-right p {
    padding: 0 15px;
  }

  .service-first-section .second-sec-right button {
    margin-left: 15px;
    margin-right: 15px;
    padding: 13px 56px;
  }

  .service-first-section .second-sec-left {
    width: 100%;
    margin-top: 15px;
  }

  .service-first-section .second-sec-left img {
    border-radius: 8px;
  }

  .ser-second-sec-left {
    width: 100%;
  }

  .ser-second-sec-right {
    width: 100%;
    padding: 0;
  }

  .accordian li a {
    font-size: 15px;
  }

  .accordian-inner {
    padding: 0 15px;
  }

  .accordian-inner li {
    width: auto;
  }

  .accordian-inner li div span {
    width: 84%;
  }

  .service-fifth-section ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .ser-sixth-sec-content h3 {
    width: auto;
  }

  .ser-sixth-sec-lines ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .service-sixth-section .second-sec-left {
    width: 100%;
  }

  .service-sixth-section .second-sec-right {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .service-sixth-section .second-sec-right p {
    padding: 0 15px;
  }

  .service-sixth-section .second-sec-right button {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 13px 47px;
  }

  .ser-seventh-sec-head p {
    width: auto;
  }

  .ser-sevent-sec-left {
    width: 100%;
  }

  .ser-sevent-sec-left img {
    width: 100%;
  }

  .ser-sevent-sec-right {
    width: 100%;
  }

  .ser-sevent-sec-right ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .ser-eigth-sec-content ul li {
    display: block;
    margin-right: 0;
  }

  .ser-ninth-sec-left {
    width: 100%;
  }

  .ser-ninth-sec-right {
    width: 100%;
  }

  .accordian {
    width: auto;
  }

  .ser-third-sec-head h2 {
    line-height: 35px;
  }
}

/*DOWNLOADS*/
.downloads-section {
  padding: 30px 0;
}

.downloads-section h1 {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #272622;
  font-family: Axiforma-Regular;
}

.downloads {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-family: Roboto-Regular;
  color: #272622;
}

.downloads thead {
  background-color: #94bcff;
}

.downloads td,
.downloads th {
  padding: 15px;
}

.downloads td {
  font-size: 16px;
}

.downloads tbody tr:nth-of-type(even) {
  background-color: #f1f6ff;
}

.downloads tbody tr:nth-of-type(odd) {
  background-color: #e3edff;
}

.downloads th,
.downloads td {
  text-align: center;
}

.downloads td:nth-of-type(2),
.downloads td:nth-of-type(3),
.downloads th:nth-of-type(2),
.downloads th:nth-of-type(3) {
  display: none;
}

.downloads td a {
  display: flex;
  align-items: center;
  justify-content: center
}

.downloads td a::before {
  content: '';
  display: none;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  background-image: url("../img/pdf.png");
  background-size: cover;
}

@media only screen and (min-width: 756px) {
  .downloads td a {
    justify-content: left;
  }

  .downloads th:first-of-type {
    text-align: left;
  }

  .downloads td:nth-of-type(2),
  .downloads td:nth-of-type(3),
  .downloads th:nth-of-type(2),
  .downloads th:nth-of-type(3) {
    display: table-cell;
  }

  .downloads td a::before {
    display: block;
  }
}

/*Blog*/
.articles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 30px 0 0;
  margin: 0 0 30px;
  list-style: none;
}

.articles__item {
  flex: 1 0 333px;
}

.articles__item:hover .articles__img,
.articles__item:focus .articles__img {
  scale: 1.2;
}

.articles__link {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.articles__link::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.articles_titleless .articles__link::before {
  background-color: rgba(0, 0, 0, 0.05);
}

.articles__img {
  z-index: -1;
  width: 100%;
  height: auto;
  transition: 0.3s scale ease-out;
}

.articles__header {
  position: absolute;
  bottom: 15px;
  padding: 0 15px;
  font-family: Axiforma-Regular;
  color: #fff;
}

.blog h1 {
  font-size: 35px;
  line-height: 40px;
  color: #272622;
  font-family: Axiforma-Regular;
  text-align: center;
}

@media only screen and (min-width: 1088px) {
  .articles__item {
    max-width: 333px;
  }
}