@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid transparent !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #000000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 99px;
  font-size: 14px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 50px;
}

.btn10:hover {
  border: 1px solid transparent !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #0049dc;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10 i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0049dc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background: -webkit-linear-gradient(45deg, #c14110, #eea207 100%); */
  margin: 0 0 0 5px;
  position: absolute;
  right: 0;
}
.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Urbanist", Sans-Serif;
  font-size: 60px;
  line-height: 70px;
  color: #00194c;
  font-weight: 800;
  margin: 0 0 10px;
}

h2 {
  font-family: "Urbanist", Sans-Serif;
  font-size: 40px;
  line-height: 50px;
  color: #00194c;
  font-weight: 800;
  margin: 0 0 10px;
}

h3 {
  font-family: "Urbanist", Sans-Serif;
  font-size: 13px;
  line-height: 18px;
  color: #0055ff;
  font-weight: 500;
  margin: 0 0 10px;
}

h4 {
  font-family: "Urbanist", Sans-Serif;
  font-size: 22px;
  line-height: 34px;
  color: #00194c;
  font-weight: 700;
  margin: 0 0 10px;
}

h5 {
  font-family: "Urbanist", Sans-Serif;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px;
}

h6 {
  font-family: "Urbanist", Sans-Serif;
  font-size: 24px;
  line-height: 30px;
  color: #00194c;
  font-weight: 800;
  margin: 0 0 10px;
}

p {
  color: #687799;
  font-size: 16px;
  line-height: 30px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0 0 20px;
}
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */
header {
  /* padding: 12px 0; */
  position: absolute;
  z-index: 999;
  width: 100%;
}

.menuSection .menu-area {
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 8px 25px;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #f87000;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #000;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}
.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #f87000 !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}
.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #f87000;
  color: #ffffff !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

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

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*header css start */

/*banner css start */

.main-banner-img {
  width: 100%;
  object-fit: cover;
  /*height: 563px;*/
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {
}

.carousel-caption {
  position: absolute;
  top: 16%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

/* search box css */
body.search-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 50px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font: 18px;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.close:hover {
  background: #e21d1a;
  color: white;
  opacity: 1 !important;
  top: 2rem;
  right: 2rem;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000b0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  color: #ffffff;
  width: 171px;
  height: 55px;
  background: #000000;
  font-family: "Poppins";
  font-size: 22px;
  cursor: pointer;
  border: 0;
}

.top-cart ul li i {
  margin-right: 13px;
  font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
  width: 171px;
  height: 55px;
  font-size: 20px;
  color: white;
  background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
  display: inline-block;
}

.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 55px;
  width: 80%;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #e21d1a;
  transition: border 0.3s;
  border-radius: 0;
}

.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #55cd6c;
  box-shadow: none;
}

.search-box.search-elem label.placeholder {
  position: absolute;
  top: 13px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins";
  color: #999;
  transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 17px;
  font-family: "Poppins";
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  color: white;
}

/* .search-btn:hover {
  color: #00A896;
} */

/* end search box css */

span.sub-title {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  background: #e6eeff;
  border-radius: 50px;
  display: inline-block;
  padding: 6px 19px;
  margin-bottom: 15px;
}

.banner_img::before {
  position: absolute;
  content: "";
  background: url(../images/h2_banner_shape01.png);
  height: 29px;
  width: 100px;
  left: -7%;
  bottom: 64%;
  animation: float-bob-x 4s infinite linear;
  z-index: -1;
}

.banner_img {
  position: relative;
  z-index: 0;
}

.banner_img::after {
  position: absolute;
  content: "";
  background: url(../images/h2_banner_shape02.png);
  height: 90px;
  width: 107px;
  right: 93%;
  bottom: 30%;
  animation: alltuchtopdown 8s infinite linear;
  z-index: -1;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.banner-shape-wrap img:nth-child(2) {
  right: 45%;
  bottom: 22%;
  animation: alltuchtopdown 8s infinite linear;
}
@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-50px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

.shapes::before {
  position: absolute;
  content: "";
  background: url(../images/h2_banner_shape03.png);
  height: 275px;
  width: 465px;
  top: 35%;
  left: -16%;
  z-index: 0;
}
.shapes {
  position: relative;
}

.banner_text a.btn10 {
  width: 30%;
}
.banner_text p {
  width: 80%;
}

/*aboutus sect*/

.experience-box .title {
  margin-bottom: 0;
  text-align: center;
  font-size: 64px;
  line-height: 0.8;
  color: #fff;
  position: relative;
  padding-right: 13px;
  margin-right: 13px;
  width: 100%;
}

.experience-box .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #ffffff;
  left: 96%;
}

.experience-box .title span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.experience-box p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.4;
  /* font-family: var(--tg-heading-font-family); */
}

/*.abt-img img {
    width: 439px;
    border-top-left-radius: 176px;
    height: 508px;
    margin-left: 14%;
}*/
.abt-img img {
  width: 83%;
  border-top-left-radius: 176px;
  height: 600px;
  margin-left: 2%;
  object-fit: cover;
}

.abt-img {
  position: relative;
}

.abt-img2 img {
  border-radius: inherit;
  border-top-right-radius: 72px;
  /* width: 50%; */
  border: solid 9px #fff;
  height: 170px;
  width: 263px;
}
.abt-img2 {
  position: absolute;
  bottom: -57px;
  right: -85px;
  width: 62%;
  z-index: 3;
}

.experience-box {
  position: absolute;
  width: 515px;
  display: flex;
  align-items: center;
  text-align: left;
  background: #000000;
  border-radius: 0px 0px 0px 60px;
  padding: 40px 153px 50px 45px;
  position: absolute;
  left: 0;
  bottom: -77px;
  justify-content: space-between;
}

.abt-img::before {
  position: absolute;
  content: "";
  background: url(../images/abt-bef.png);
  height: 156px;
  width: 156px;
  top: -41px;
  right: 45px;
  z-index: -1;
}
.abt-img {
  position: relative;
}

.abt-img::after {
  position: absolute;
  content: "";
  background: url(../images/abt-aft.png);
  height: 112px;
  width: 108px;
  bottom: 62px;
  left: -37px;
  z-index: -1;
}
.abou-txt a.typewrite {
  font-size: 40px;
  color: #00194c;
  font-weight: 800;
  font-family: "Urbanist";
  margin: 26px 0;
  line-height: 52px;
}
/*
.abou-txt a {
        background: #0000FF;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
}
*/

.abtbn a.btn10 {
  width: 30%;
}

.aboutus::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -114px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
  top: 0;
}

.aboutus::after {
  position: absolute;
  content: "";
  left: -130px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
  bottom: -60px;
  background-size: 100% 100%;
  transform: rotate(95deg);
}

.aboutus {
  position: relative;
}

/*services sect*/

.ser-txt a.typewrite {
  font-size: 40px;
  color: #00194c;
  font-weight: 800;
  font-family: "Urbanist";
  margin: 26px 0;
  line-height: 52px;
  width: 65%;
  display: block;
}
.ser-btn {
  display: flex;
  justify-content: end;
}

.services {
  background: url(../images/ser-bk.jpg);
  width: 100%;
  height: auto;
}

/*.ser-txt h2 {
    width: 67%;
}*/

.ser-btn a.btn10 {
  width: 53%;
}

.ser-box {
  background: #fff;
  position: relative;
}

.ser-icon {
  position: absolute;
  /* bottom: 0; */
  /* border: solid; */
  background: #000000;
  display: block;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 43px;
  color: #fff;
  border-radius: 16px;
  left: 9%;
  top: 28%;
}

.ser-detail {
  margin: 15% 32px;
}

.ser-box:hover .ser-icon i {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.ser-box:hover img {
  /* transform: scale(1.1); */
  transition: 3s ease-in-out;
  /* width: 100%; */
  transform: scale(0.9);
}
.ser-box img {
  width: 416px;
  height: 233px;
}

.ser-detail i {
  font-size: 65px;
  opacity: 0.1;
  color: #000;
  display: flex;
  justify-content: end;
}

/*mission sect*/

.miss-img {
  position: relative;
}

.miss-img::before {
  position: absolute;
  content: "";
  background: url(../images/miss-bef.png);
  top: 99px;
  left: 0;
  height: 185px;
  width: 202px;
  z-index: -1;
  animation: alltuchtopdown 8s infinite linear;
}

.miss-icon {
  position: absolute;
  top: 0;
  right: 89px;
  border: solid;
  padding: 20px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  border-radius: 57px;
  background: black;
  color: #fff;
  border: solid 4px #fff;
}

.missi-img2 {
  position: absolute;
  top: 50%;
  left: -34px;
}
.missi-img2 img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  width: 228px !important;
  height: 224px !important;
  animation: jumpAni 7s linear infinite;
}
.miss-img img {
  width: 416px;
  height: 506px;
  border-radius: 183px;
  margin-left: 20%;
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.mission-sec::before {
  position: absolute;
  content: "";
  background: url(../images/mission-bk.png);
  height: 342px;
  width: 424px;
  top: 0;
  right: 0;
}
.mission-sec {
  position: relative;
}

/*choose sec*/

.choose::before {
  position: absolute;
  content: "";
  background: url(../images/choose-shape.png);
  height: 382px;
  width: 428px;
  bottom: 0;
  left: 0;
}
.choose {
  background-image: url(../images/choose-bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 830px;
  background-attachment: fixed;
  position: relative;
}

.work-txt {
  /* border: solid; */
  background: #fff;
  padding: 60px 50px 60px;
  border-radius: 26px;
}

/*progress bar*/

.aboutus-heading .progress-bar {
  margin: 0 0 10px;
  overflow: hidden;
  padding-right: 24px;
  background-color: transparent;
}

.progress-title-holder {
  /* padding-bottom: 7px; */
  position: relative;
  margin: 13px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #6c0f67;
  background-color: transparent !important;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding-top: 16px;
}

.progress-title {
  z-index: 100;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

/*.progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: transparent;
  padding: 0 8px;
  position: absolute;
  bottom: 0;   
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
} */

.progress-number-mark span.percent {
  position: absolute;
  right: 20%;
  top: 16px;
  border: solid;
  background: #000000;
  color: #fff;
  padding: 0px 6px;
  /* clip-path: polygon(100% 0, 0 0, 100% 100%); */
  font-size: 11px;
}
.progress-number-wrapper,
.progress-number-mark {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #0c1a3d;
}

.down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #16171d;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.progress-content {
  height: 8px;
  background-color: #000000;
  width: 0%;
  border-radius: 60px;
  /* border-top-left-radius: 7px; */
  /* border-bottom-left-radius: 20px; */
}
.progress-bar {
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  transition: width 0.6s ease;
}

.progress-content-outter {
  height: 9px;
  background-color: #0c1a3d57;
  border-radius: 24px;
  width: 90%;
  border-top-left-radius: 43px;
}

span.progress-title {
  font-size: 16px;
  color: #687799;
  font-family: "Urbanist";
  font-weight: 600;
}

/*progressbar end*/

.work-txt h2 {
  font-size: 36px;
}

.choose-txt p {
  color: #d0d0dd;
}
.work-txt h3 {
  font-family: "Urbanist", Sans-Serif;
  font-size: 13px;
  line-height: 18px;
  color: #0055ff;
  font-weight: 600;
  margin: 0 0 10px;
  /* font-weight: 600; */
  /* font-size: 13px; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* color: #000000; */
  background: #e6eeff;
  border-radius: 50px;
  display: inline-block;
  padding: 6px 19px;
  /* margin-bottom: 15px; */
  margin: 0px 0px 12px 0px;
  padding: 10px 13px 10px 13px;
}

/*contact sect */
.bk {
  background: url(../images/cnt-sec-bk.png);
  height: 210px;
  width: 1224px;
  padding: 0 50px 0 50px;
  border-radius: 10px;
}

.cnt-txt h5 {
  width: 66%;
}

section.contactus-sec {
  margin-top: -6%;
  z-index: 0;
  position: relative;
}

/*testimonials sec
*/

.testimonial-sec {
  background: url(../images/test-bk.jpg);
  width: 100%;
  height: auto;
  background-size: cover;
}

.test-head {
  margin: 0 auto;
  text-align: center;
}

.test-head h5 {
  width: 48%;
  text-align: center;
  margin: 0 auto;
}

span.sub-title-test {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #1e376a;
  border-radius: 50px;
  display: inline-block;
  padding: 6px 19px;
  margin-bottom: 15px;
}

.user-details {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.user-details img {
  width: auto;
}
.user-details-info h4 {
  /* font-family: 'Montserrat'; */
  color: #687799;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 14px;
  margin: 15px 0 0;
}

.user-details-info p {
  font-size: 16px !important;
  color: #687799;
  font-style: inherit !important;
}
ul.ratings {
  margin-bottom: 22px;
  align-items: center;
  gap: 6px;
  display: flex;
  font-size: 20px;
  color: #ffc107;
}

.test-box {
  background: #fff;
  padding: 34px;
}

.test-box p {
  font-size: 20px;
  line-height: 36px;
  font-style: italic;
}

.testi-slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.testi-slider .slick-prev:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* border: solid; */
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: #0f2d6a;
  color: #fff !important;
}

.testi-slider .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* border: solid; */
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: #0f2d6a;
  color: #fff !important;
}

.testi-slider .slick-next {
  right: 0;
}

/*partners sect
*/

.part-txt {
  text-align: center;
  border-bottom: solid 0.5px;
}
.brand-text img {
  height: 144px;
  width: auto;
  /* object-fit: contain; */
  height: auto;
  /* max-width: 100%; */
}
.brand-slider .slick-active {
  opacity: 1;
}

/*call sect*/

.callback-sec::before {
  position: absolute;
  content: "";
  background: url(../images/call-bk.png);
  height: 297px;
  width: 369px;
  top: 0;
  right: 0;
  z-index: -1;
}
.callback-sec {
  background: #00194c;
  position: relative;
  z-index: 0;
}

.callback-sec::after {
  position: absolute;
  content: "";
  background: url(../images/call-aft.png);
  height: 86px;
  width: 128px;
  top: 36%;
  left: 3%;
  z-index: -1;
}

.news_formm form input {
  width: 48%;
  height: 55px;
  background: #fff;
  border: 1px solid #555555;
  color: #000000;
  padding: 10px 30px;
  border-radius: 0;
  /* margin-right: 10px; */
  margin-bottom: 20px;
  border-radius: 10px;
}

.call-txt p {
  color: #fff;
  width: 80%;
}

.apoit-input a {
  background: #000;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: "Urbanist";
  text-transform: uppercase;
}

.apoit-input {
  display: flex;
  /*   align-items: center;*/
  justify-content: center;
  gap: 10px;
}

.ct-btn a.btn10 {
  width: 62%;
}

.ct-btn {
  display: flex;
  justify-content: end;
}

/*Footer Start*/

.footer-sec {
  background: #00194c;
  padding: 90px 0 0px;
  border-top: solid #fff;
}
.footer-newsletter ul li a {
  font-size: 25px;
  color: #fff;
  /* border: 1px solid #fff; */
  display: flex;
  align-items: center;
  justify-content: start;
  /* width: 50px; */
  /* height: 50px; */
  /* border-radius: 50%; */
}
.footer-logo a img {
  width: 100%;
}
.footer-logo p {
  color: #fff;
  margin: 10px 0;
}
.footer-newsletter ul {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin: 25px;
  gap: 30px;
  margin-bottom: 0;
}
.footer-logo ul li a:hover {
  background: #a91e23;
  color: #fff;
  transform: rotate(360deg);
  border: 1px solid #a91e23;
}
.footer-sec h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.footer-contact ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
li.contact-chg {
  margin-bottom: 0 !important;
}
.footer-newsletter p {
  font-size: 16px;
  color: #fff;
  width: 80%;
}
.footer-newsletter form {
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
}

.newsletter-button {
  position: absolute;
  right: 0;
}
.newsletter-button button {
  height: 53px;
  width: 151px;
  border: none;
  /* border-top-right-radius: 50px; */
  /* border-bottom-right-radius: 50px; */
  font-size: 14px;
  color: #fff;
  background: #000000;
  border-radius: 46px;
}
.copy-right-sec {
  background: #00194c;
  padding: 15px 0;
  text-align: center;
  margin-top: 50px;
  border-top: solid #fff 1px;
}
.contact-btn button {
  background: #23306c;
}
.contact-btn {
  margin-top: 15px;
}
.copy-right-sec p {
  color: #fff;
}
.footer-newsletter input {
  width: 100%;
  height: 53px;
  border-radius: 50px;
  border: none;
  padding: 0 20px;
  font-weight: 700;
  color: #000;
}
.footer-contact ul li span {
  /* border: 1px dotted #fff; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* width: 55px; */
  /* height: 55px; */
  font-size: 20px;
  color: #fff;
  /* padding: 20px 30px; */
}
.footer-contact ul li a {
  font-size: 16px;
  color: #fff;
}
.footer-explore ul li a {
  font-size: 16px;
  color: #f87000;
  font-weight: 500;
}
.footer-explore ul {
  line-height: 35px;
}

.footer-explore::before {
  position: absolute;
  content: "";
  background: #000;
  height: 5px;
  width: 50px;
  top: 20%;
}

.footer-explore {
  margin-left: 35px;
  position: relative;
}

.footer-contact {
  position: relative;
}

.footer-contact::before {
  position: absolute;
  content: "";
  background: #000;
  height: 5px;
  width: 50px;
  top: 42%;
}

.footer-newsletter {
  position: relative;
}

.footer-newsletter::before {
  position: absolute;
  content: "";
  background: #000;
  height: 5px;
  width: 50px;
  top: 25%;
}

.footer-newsletter input::placeholder {
  font-size: 14px;
  color: #7c7c7c;
}

/*Footer End*/

#scrollUp {
  background: #000000 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 45px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  border-radius: 31%;
}

/*inner pages*/

.banner-image {
  position: relative;
  z-index: 2;
}

.title-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background: #b7040461;*/
  display: flex;
  align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
}

.banner-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.title-new h3 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 30px;
}
.bread-crumbs a {
  font-size: 16px;
  color: #9fa9be;
  font-family: "Plus Jakarta Sans";
}

span.bread-crumbs {
  color: #fff;
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  display: flex;
  justify-content: center;
  gap: 6px;
}

span.stng {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  line-height: 32px;
  font-family: "Plus Jakarta Sans";
}

.innerbtn a.btn10 {
  width: 30%;
}

.inns-head h6 {
  font-size: 32px;
  line-height: 30px;
  margin: 27px 0px;
}

ul.abt-points {
  list-style: disc;
  margin: 0 35px;
}

.data-txt h6 {
  font-size: 32px;
  margin: 20px 0;
}
.data-txt p {
  color: #000;
}

.anay-txt h5 {
  font-size: 28px;
  color: #00194c;
  margin: 20px;
}

.anay-txt p {
  color: #000;
  margin: 20px;
}

.dataanl::before {
  position: absolute;
  content: "";
  background: url(../images/abt-bk.png);
  height: 579px;
  width: 426px;
  top: 0;
  right: 0;
  z-index: -1;
}
.dataanl {
  position: relative;
}

.anay-txt h6 {
  font-size: 32px;
  margin: 20px 0;
}

.inner-service::before {
  position: absolute;
  content: "";
  right: -37px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
  top: 0;
}
.inner-service {
  position: relative;
}

/*contact us page*/

.inner-contact::before {
  position: absolute;
  content: "";
  top: 7%;
  right: -37px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
}
.inner-contact {
  position: relative;
}

.cont-txt h4 {
  color: #000000;
  font-family: Roboto-Regular;
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
}
.contact-input input {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 20px;
  border-radius: 6px;
  background: #fff;
  border: none;
  box-shadow: 0 0 2px 0 #00000047;
}

.contact-input textarea {
  width: 100%;
  height: 155px;
  margin-bottom: 25px;
  padding: 25px 20px;
  border-radius: 6px;
  background: #fff;
  border: none;
  box-shadow: 0 0 2px 0 #00000047;
  resize: none;
}
.contact-btn {
  margin-top: 15px;
}
.theme-btn-1 {
  padding: 12px 35px;
  font-size: 22px;
  border-radius: 50px;
  background: #23306c;
  color: #fff !important;
  font-weight: 500;
  /* animation: pulse-animation 2s infinite; */
}

.contact-btn1 button {
  background: #000000;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  height: 60px;
}

.cnt-info-txt {
  margin: 20px 20%;
}

ul.contdetail li {
  font-size: 16px;
  font-family: "Roboto-Regular";
  color: #000;
  width: 77%;
  margin: 0 0 20px;
}
ul.contdetail li a {
  color: #000;
}
ul.contdetail {
  list-style: disc;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  /*  background-color: #fff;*/
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}
.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

/*responsive*/

@media only screen and (min-width: 1366px) and (max-width: 1465px) {
  .experience-box .title {
    width: 62%;
  }
  .abou-txt {
    margin: 0 0 0 55px;
  }

  .bk {
    padding: 0 50px;
  }
  .banner_text a.btn10 {
    width: 39%;
  }

  html {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner_text a.btn10 {
    width: 37%;
  }

  .experience-box .title {
    width: 62%;
  }

  .abou-txt {
    margin: 0 0 0 55px;
  }

  .bk {
    padding: 0 50px;
  }
  .ser-btn a.btn10 {
    width: 60%;
  }

  .carousel-caption {
    top: 11%;
  }

  html {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menuSec ul li a {
    padding: 8px 16px;
  }

  .menuSec ul {
    text-align: left;
  }

  .main-banner-img {
    height: 359px;
  }
  .banner_text a.btn10 {
    width: 64%;
  }
  .banner_text p {
    width: 100%;
  }
  .abou-txt {
    margin-top: 20%;
  }

  .ser-txt h2 {
    width: 100%;
  }
  .ser-btn a.btn10 {
    width: 100%;
  }

  .choose {
    height: auto;
  }

  .choose::before {
    z-index: -1;
  }

  .cnt-txt h5 {
    width: 100%;
    font-size: 35px;
  }
  .bk {
    padding: 0 20px;
  }
  .test-head h5 {
    width: 80%;
  }
  .test-box {
    background: #fff;
    padding: 16px;
  }

  html {
    overflow-x: hidden;
  }
  .reverse {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .cnt-info-txt {
    margin: 20px 0;
  }
  .aboutus::before {
    right: 0;
  }
  .ct-btn a.btn10 {
    width: 118%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menuSec ul li a {
    padding: 8px 11px;
  }

  .abt-img img {
    margin-left: 0%;
  }

  .experience-box .title {
    padding-right: 4px;
    font-size: 51px;
    width: 58%;
  }

  .experience-box .title span {
    font-size: 17px;
  }
  .experience-box {
    width: 475px;
    padding: 40px 152px 50px 13px;
  }

  .abt-img2 {
    right: -116px;
    bottom: -165px;
    width: 56%;
    display: none;
  }

  .ser-txt h2 {
    width: 100%;
  }

  .ser-btn a.btn10 {
    width: 80%;
  }

  .ser-icon {
    top: 24%;
  }

  .mission-txt {
    margin: 0 0 0 47px;
  }

  .work-txt {
    padding: 10px 16px 24px;
  }
  .cnt-txt h5 {
    width: 100%;
  }
  .bk {
    padding: 0 20px;
  }

  .test-head h5 {
    width: 65%;
  }
  .footer-sec h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .newsletter-button button {
    width: 123px;
  }
  .banner_text a.btn10 {
    width: 43%;
  }

  html {
    overflow-x: hidden;
  }

  .carousel-caption {
    top: 11%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  html {
    overflow-x: hidden;
  }

  .choose {
    height: auto;
  }

  .choose::before {
    z-index: -1;
  }

  .test-head h5 {
    width: 100%;
    font-size: 29px;
    line-height: 40px;
  }
  .test-box {
    padding: 10px;
  }

  .test-box p {
    font-size: 17px;
    line-height: 30px;
  }

  .bk {
    height: auto;
    width: 100%;
  }

  .cnt-txt h5 {
    width: 100%;
    font-size: 24px;
    line-height: 35px;
  }

  .ct-btn a.btn10 {
    width: 77%;
  }

  .ct-btn {
    justify-content: center;
    margin-bottom: 20px;
  }

  .ser-txt a.typewrite {
    width: 100%;
  }

  .ser-btn {
    justify-content: start;
  }

  .abou-txt {
    margin-top: 38%;
  }

  .abt-img2 img {
    display: none;
  }
  .experience-box {
    width: 431px;
    padding: 40px 79px 50px 18px;
  }

  .abt-img img {
    margin-left: 0;
    object-fit: cover;
  }
  .sticky-wrapper.sticky {
    position: inherit;
  }

  .main-banner-img {
    height: 563px;
  }
  .banner_text a.btn10 {
    width: 55%;
  }
  .carousel-caption {
    top: 9%;
  }

  .banner_text p {
    width: 100%;
  }
  .header-logo {
    text-align: center;
  }
  .header-logo img {
    width: 55%;
    /* text-align: center; */
  }
  .slicknav_nav a:hover {
    background: #ea8f43;
    color: #fff;
  }

  .banner-image img {
    height: 223px;
    object-fit: cover;
  }
  .reverse {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .title-new h3 {
    font-size: 34px;
    line-height: 32px;
  }

  .abtbn a.btn10 {
    width: 50%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  .choose {
    height: auto;
  }

  .choose::before {
    z-index: -1;
  }

  .test-head h5 {
    width: 100%;
    font-size: 29px;
    line-height: 40px;
  }
  .test-box {
    padding: 10px;
  }

  .test-box p {
    font-size: 17px;
    line-height: 30px;
  }

  .bk {
    height: auto;
    width: 100%;
  }

  .cnt-txt h5 {
    width: 100%;
    font-size: 24px;
    line-height: 35px;
  }

  .ct-btn a.btn10 {
    width: 60%;
  }

  .ct-btn {
    justify-content: center;
    margin-bottom: 20px;
  }

  .ser-txt a.typewrite {
    width: 100%;
  }

  .ser-btn {
    justify-content: start;
  }

  .abou-txt {
    margin-top: 38%;
  }

  .experience-box {
    width: 468px;
    padding: 40px 139px 50px 4px;
  }

  .abt-img img {
    margin-left: 0;
    object-fit: cover;
  }
  .sticky-wrapper.sticky {
    position: inherit;
  }

  .main-banner-img {
    height: 563px;
  }
  .banner_text a.btn10 {
    width: 55%;
  }
  .carousel-caption {
    top: 9%;
  }

  .experience-box .title {
    font-size: 59px;

    padding-right: 3px;
    margin-right: 7px;
    width: 47%;
  }
  .abt-img2 {
    right: -130px;
  }
  .banner_text p {
    width: 100%;
  }
  .header-logo {
    text-align: center;
  }
  .header-logo img {
    width: 55%;
    /* text-align: center; */
  }
  .slicknav_nav a:hover {
    background: #ea8f43;
    color: #fff;
  }

  .banner-image img {
    height: 223px;
    object-fit: cover;
  }
  .reverse {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .title-new h3 {
    font-size: 34px;
    line-height: 32px;
  }

  .ser-box img {
    height: auto;
    width: 100%;
  }
}

.menuSec ul li a:hover:before {
  background: #f87000;
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 197%;
  width: 100%;
  z-index: -1;
}

.menuSec ul li a:hover {
  color: #fff !important;
}

.menuSec ul li a {
  position: relative;
  z-index: 1;
}

/* Revison start  */

section.map.pb-8 {
  position: relative;
}

section.map::after {
  position: absolute;
  content: "";
  left: -130px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
  bottom: -60px;
  background-size: 100% 100%;
  transform: rotate(95deg);
}

.inner-service::after {
  position: absolute;
  content: "";
  left: -130px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
  bottom: -60px;
  background-size: 100% 100%;
  transform: rotate(95deg);
}

.dataanl::after {
  position: absolute;
  content: "";
  left: -130px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
  bottom: -60px;
  background-size: 100% 100%;
  transform: rotate(95deg);
}
/* Revison end */


/* Certifications Sec Strat */
section.certifications-sec{
  position: relative;
  padding: 80px 0px;
}

section.certifications-sec::before {
  position: absolute;
  content: "";
  top: 0%;
  right: -39px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 409px;
  z-index: -1;
}
section.certifications-sec::after {
  position: absolute;
  content: "";
  left: -130px;
  background: url(../images/abt-bk.png);
  width: 463px;
  height: 579px;
  z-index: -1;
  bottom: -60px;
  background-size: 100% 100%;
  transform: rotate(95deg);
}


.technical-certification-img img {
  height: 270px;
  width: 100%;
  object-fit: contain;
}

.technical-certification-text {
  text-align: center;
  margin-top: 20px;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technical-certification-box {
  padding: 20px;
  box-shadow: 0px 0px 6px 0px #00194c;
  border-radius: 20px;
  margin-bottom: 20px;
}


.technical-certification-inner-head {
  text-align: center;
  margin-bottom: 26px;
}
.technical-certification-text h4 {
    font-size: 20px;
    line-height: 25px;
}
.skills-container{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}
.skills-container .skill-box {
  border: 2px solid #f87000;
  padding: 9px 18px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}
.skills-container .skill-box:hover {
  background-color: #40260d;
  color: #fff;
}
.skills-sec-box {
  text-align: center;
  margin: 80px 0px 0px 0px;
}

.skills-sec-box h2 {
  font-size: 50px;
  text-transform: uppercase;
}
.busi-top-main {
  margin: 80px 0px 40px 0px;
  text-align: center;
}














/* Certifications Sec End */

