body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  padding-top: 80px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  width: 1240px;
  max-width: 1240px;
}

p {
  font-weight: 400;
}
:root {
  --body-fonts: "Poppins", sans-serif;
  --color-primary: #14328c;
  --color-primary-dark: #001c71;
  --color-primary-dark1: #0877b9;
  --color-primary-dark2: #0e3a79;
  --color-footer-bg: #1d3460;
  --color-secondary: #ff7700;
  --color-teritary: #f6a00a;
  --color-primary-light: #effeff;
  --color-dark: #34343d;
  --color-dark-light: #f2f2f2;
  --color-dark-light1: rgba(28, 65, 116, 0.03);
  --color-white: #fff;
  --color-text: #535353;
  --color-text1: #a0a0a0;
  --color-line1: #ed7510;
  --color-line2: #2e098b;
  --color-line3: #58c1d3;
  --color-line4: #d10092;
  --color-line5: #1c9505;
  --color-line6: #5c58d3;
  --color-line7: #d1c400;
  --color-gradient1: linear-gradient(to right, #e5f5ff, #fff, #fff);
  --color-gradient2: linear-gradient(to right, #fff, #fff, #ffe5bb);
  --bg-transition: all 0.3s;
  --box-shadow1: 10px 10px 25px rgba(0, 0, 0, 0.161);
}
.top_section1 {
  overflow: hidden;
  position: relative;
  /*height: calc(100vw * .56);*/
  /* height: calc(100vw);
  max-height: 100vh; */
  /*background-image: url('../images/video.jpg');
    background-size: 100%;*/
}

p {
  font-family: "Poppins", sans-serif;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}

#status {
  width: 120px;
  height: 68px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -30px 0 0 -70px;
  /* is width and height divided by two */
  animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  /* background-color: #fff; */
  padding: 0 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(71, 83, 102, 0.2);
  box-shadow: 0 0 40px rgba(71, 83, 102, 0.2);
  /* background-image: url('../images/hpat.png'); */
  /*border-bottom: 1px solid rgba(255,255,255,0.2); */
}

/* #header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 0px;
    -webkit-box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2);
    box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2);
} */

.logo {
  float: left;
  display: inline-block;
  padding: 2px 20px;
  transition: all 0.3s ease 0s;
  /*position: absolute;
  left: 0px;
  top: 0;
  background: #fff;*/
}

.logo a {
  transition: all 0.3s ease 0s;
  position: relative;
}

.logo a img {
  /*  width: 135px; display: block;
    transition: all 0.3s ease 0s; */
  height: 96px;
  transition: all 0.3s ease 0s;
}

/* #header.fixed1 .logo{margin-top: 0px; height: 60px; padding-top: 0px;} */

/* #header.fixed1 .logo a img{height: 55px;} */

.menu {
  float: right;
  /* padding-left: 4%; */
  /* text-align: right; */
}

.menu ul {
  list-style: none;
  float: left;
  margin-right: 15px;
}

.menu > ul > li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 5px;
}

.menu > ul > li > a {
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  display: block;
  transition: all 0.3s;
  outline: 0px;
  font-weight: 400;
  position: relative;
  height: 100px;
  line-height: 100px;
  /* letter-spacing: 1px; */
  padding: 0 10px;
}
.menu > ul > li > a i {
  font-size: 14px;
}

.menu > ul > li:last-child > a {
  padding-right: 0;
}

.menu > ul > li > a:before {
  /* position: absolute;
    left: 0px;
    bottom: 15px;
    width: 0px;
    height: 2px;
    background-color: #d93f87;
    content: "";
    transition: all 0.5s; */
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center center;
  background-color: #1f663e;
}

.menu > ul > li:hover > a:before,
.menu > ul > li > a.active:before {
  /* width: 100%; */
  transform: scaleX(100%);
}

/* #header.fixed1 .menu > ul > li > a{color: #000;} */

/* .menu > ul > li > a i{margin-left: 0px; color: #fff;} */

#header.fixed1 .menu ul > li:hover a,
#header.fixed1 .menu ul > li > a.active,
.menu ul > li:hover a,
.menu ul > li a.active {
  color: #1f663e;
}

.menu ul li.Enquirebtn a {
  background-color: #f02025;
  border-radius: 10px;
  padding: 0 25px;
  color: #fff;
  margin-top: 25px;
  height: 50px;
  line-height: 50px;
  margin-left: 15px;
  position: relative;
}

/* .menu ul li.Enquirebtn a:after {
 content:attr(data-hover);
 color:inherit;
 position:absolute;
 top:-50px;
 left:50%;
 white-space:nowrap;
 transform:translateX(-50%)
} */

.menu ul li.Enquirebtn a:before {
  display: none;
}

.menu ul li.Enquirebtn a:hover {
  background-color: #afd73d;
  color: #fff !important;
}

/* #header.fixed1 .menu > ul > li.Enquirebtn > a{height: 40px; line-height: 40px;
color: #fff; } */

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 260px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(26, 35, 94, 0.2);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
  /* line-height: 21px; */
  padding: 12px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #f2f2f2;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  background-color: #f8f8f8;
}

ul.submenu1 li:last-child a {
}

.top_social {
  position: absolute;
  right: 30px;
}

.top_social,
.top_social ul {
  float: right;
  list-style: none;
}

.top_social ul li {
  float: left;
  padding: 15px 0 0;
  transition: all 0.3s;
}

.top_social ul li a {
  display: block;
  height: 220px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.icon-ctn {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #b2d844;
  border-radius: 50%;
}

.icon-ctn svg {
  position: absolute;
  top: 18px;
  left: 15px;
  width: 18px;
  height: 16px;
  fill: #fff;
}

.top_social ul li a .txt {
  position: absolute;
  top: 92px;
  right: -7px;
  white-space: nowrap;
  transform-origin: 100% 50%;
  transform: rotate(-90deg) translateY(-2.33vw);
  opacity: 0.6;
  transition: all 0.3s;
  color: #fff;
}

.top_social ul li a:hover .txt {
  opacity: 1;
  color: #b2d844;
}

.top_social ul li a .txt::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: -40px;
  width: 31px;
  height: 5px;
  background-image: url("../images/arrow.png");
  background-size: 31px 5px;
}

/* .top_social ul li a:hover {
    color: #991050;
    transition: all .5s;
}
.top_social ul li a img{height: 30px; display: inline-block; margin-right: 5px; 
    position: relative; top: -3px;} */

/* #header.fixed1 .top_social ul li {padding-top: 15px;} */

/*------header_end--------*/

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #232741;
    background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/NASA_logo.svg/1237px-NASA_logo.svg.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%; */
  top: 0px;
  left: 0;
  z-index: 1;
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/*particles*/

/*----------banner-----------*/

.carousel-control.left {
  left: auto;
  right: 55px;
}

.carousel-control.right {
  right: 15px;
}

.bannercu {
  background-color: #003172;
}

.bannercu:before {
  /*-webkit-clip-path: polygon(0 0, 100% 0%, 41% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 41% 100%, 0% 100%);
    background-image: url('../images/body-bg.svg');
    background-position: right 150px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 92%;
    height: 100%;
    z-index: 1;
    overflow: hidden;*/
}

/*.bannercu:after{    
    width: 0;
    height: 0;
    border-top: 489px solid #f9f9f9;
    border-left: 402px solid transparent;
    position: absolute;
    top: 11rem;
    z-index: 99;
    content: "";
    transform: rotate(5deg);
    right: 170px;
}*/

.banner_txt {
  top: 42% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 20px 0 0% !important;
  margin: auto;
  left: 0%;
  z-index: 999999;
  margin: auto;
  visibility: visible !important;
}

/* .banner_txt:before{
    position: absolute;
    left: -20px;
    top: 50px;
    width: 358px;
    height: 412px;
    content: "";
    background-image: url('../images/grad.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    z-index: -1;

} */

.banner_hd {
  color: #000;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0px;
  font-weight: 400;
  padding-top: 0px;
  position: relative;
  /* padding-left: 6%; */
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
  visibility: hidden;
  /* padding-left: 3%; */
  /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;*/
}

.banner_hd span {
  background: #feede4;
  padding: 3px 15px;
  margin: 5px 0;
}

/* .banner_hd:before{
    left: 0;
    width: 12.5%;
    height: 1px;
    background: rgba(255,255,255,.8);
    content: "";
    position: absolute;
    top: 28px;
}
.banner_hd:after{
    left: 13%;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 24px;
} */

.banner_cont {
  color: #fff;
  font-size: 21px;
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.banner_r_more {
  clear: both;
  margin-top: 20px;
}

.banner_r_more a {
  background-color: #d93f87;
  font-size: 18px;
  transition:
    background-color 0.3s,
    color 0.3s;
  color: #fff;
  margin-top: 0px;
  font-weight: 600;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 40px;
  transition: all 0.3s;
}

.banner_r_more img {
  margin-left: 5px;
}

.banner_r_more a:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #d93f87;
  background-image: none;
}

.banner_r_more a i {
  margin-left: 5px;
}

.bannercu .carousel-inner > .item > img {
  opacity: 1;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 20px;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.6;
}

/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

.shape1 {
  display: block !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* background-image: url("../images/banner-over-large.png");
background-repeat: no-repeat;
background-position: right top;
background-size: auto 100%;
opacity: 0.85; */
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 11.5vw;
  z-index: 1;
  /* mix-blend-mode: multiply; */
}

.shape1 .line svg {
  opacity: 0.5;
}

.points {
  width: 210px;
  position: absolute;
  top: 250px;
  right: 300px;
  z-index: 99999;
}

.points img {
  width: 100%;
}

.shape2 {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0px;
  right: 0%;
  width: 18%;
  height: 220px;
  background-color: #2baee8;
  opacity: 0.8;
}

/*----------banner-----------*/

/*----------box2-----------*/

.box2 {
  background-color: rgba(44, 49, 56, 0.03);
  padding-top: 42px;
  background-image: url("../images/pattern-5.png");
  background-position: center top;
  background-repeat: repeat-y;
  margin-bottom: 0;
  padding-bottom: 42px;
  position: relative;
}

.box2 > img {
  position: absolute;
  right: 0%;
  margin-top: 0px;
}

.box2 h2 {
  font-size: 140px;
  text-transform: uppercase;
  line-height: 204px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  text-align: left;
  color: #fff;
  text-shadow: 0 20px 35px rgba(44, 49, 56, 0.13);
  margin-bottom: 40px;
  z-index: 99;
  position: relative;
}

.box2 ul {
  list-style-type: none;
  margin-top: 0px;
  padding: 0 15px;
}

/* .box2 ul li{width: 100%; text-align: center;}
.box2 ul li img{width: 100%; text-align: center; padding: 10px 15px;}
.box2 .owl-theme .owl-dots{display: none;} */

.box2 ul li a {
  float: left;
  display: inline-block;
  width: 18%;
  text-decoration: none;
  text-align: center;
  color: #000;
  margin: 1%;
  padding: 20px 10px;
  transition: all 0.3s;
  position: relative;
  top: 0;
  background-color: #fff;
  box-shadow: 5px 0px 15px 0px rgba(64, 84, 178, 0.15);
}
.box2 ul li a p {
  margin-top: 15px;
}
.box2 ul li a:hover {
  top: -5px;
}
.box2 ul li a:after {
  width: 4px;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
}

.box2 ul li a:hover:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

/* ul.technologies li:nth-child(5n){border-right: 0px;}
ul.technologies li:nth-child(11){border-bottom: 0px;}
ul.technologies li:nth-child(12){border-bottom: 0px;}
ul.technologies li:nth-child(13){border-bottom: 0px;}
ul.technologies li:nth-child(14){border-bottom: 0px;}
ul.technologies li:nth-child(15){border-bottom: 0px;} */

.box2 ul li img {
  width: 100%;
  display: block;
}

/*----------box2_end----------*/

/*box3*/

.box3 {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  background-image: url("../images/work-left.png");
  background-repeat: no-repeat;
  background-position: right center;
}

/* .box3::after {
    content: url(../images/work-left.png);
    position: absolute;
    right: 12px;
    top: 24px;
} */

.development-section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.section2 {
  position: relative;
}

.section2::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  /*background: url(../images/shape.png) left top no-repeat;*/
  /*background-attachment: scroll;*/
  /*background-size: 50%;*/
  opacity: 0.5;
}

.section2::after {
  /* position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-2.png) right top no-repeat;
  background-attachment: fixed; */
}

.development-section .left-block,
.development-section .right-block {
  width: 100%;
}

.development-section .fixed-block .title {
  margin-bottom: 2px;
}

.development-section .fixed-block .red-label {
  margin-bottom: 25px;
}

.development-section .fixed-block .description {
  margin-bottom: 30px;
}

.development-section .item {
  margin-top: 30px;
  padding: 17px 24px 24px;
  background-color: #f3eee9;
  /* box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35); */
}

.development-section .item:last-of-type {
  margin-bottom: 0;
}

.development-section .item .title {
  margin-bottom: 9px;
}

.development-section .item .description {
  width: 100%;
}

.development-section .item .image-block {
  display: none;
}

@media (min-width: 576px) {
  .development-section .item {
    padding: 17px 0 0 24px;
  }
  .development-section .item .description {
    margin-bottom: 0;
    width: calc(100% - 180px);
    padding-right: 0;
  }
  .development-section .item .image-block {
    display: block;
    width: 180px;
    min-height: 150px;
    background-position: bottom;
  }
}

@media (min-width: 768px) {
  .development-section .item .description {
    width: calc(100% - 260px);
  }
  .development-section .item .image-block {
    width: 260px;
    min-height: 180px;
  }
}

.certificatesbx {
  padding: 50px;
  background-color: #fff;
}
.certificatesbx ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: center;
  list-style: none;
}
.certificatesbx ul li {
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(71, 83, 102, 0.2);
}
.certificatesbx ul li img {
  height: 150px;
}

@media (min-width: 992px) {
  .development-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .development-section .fixed-block .description {
    margin-bottom: 50px;
  }
}
.development-section .item {
  padding: 40px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 0;
  border-radius: 15px;
}
.development-section .item .image-block {
  position: absolute;
  right: 0px;
  top: 0;
}
@media (min-width: 1200px) {
  .development-section {
    padding-top: 32px;
  }
  .development-section .left-block {
    position: relative;
    width: 50%;
  }
  .development-section .right-block {
    padding-top: 40px;
    width: 50%;
  }
  .development-section .fixed-block {
    padding-top: 40px;
    padding-right: 65px;
  }
  .development-section .fixed-block.fixed {
    width: 100%;
    display: block;
    position: sticky;
    top: 50px;
  }
  .development-section .fixed-block.absolute {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .development-section .fixed-block .description {
    margin-bottom: 0;
  }
  .development-section .item .description {
    width: 330px;
    font-size: 16px;
    line-height: 1.8;
  }
  .development-section .item .image-block {
    position: absolute;
    right: 0px;
    top: 0;
  }
  .development-section .item .image-block img {
    width: 100%;
    display: block;
  }
}

@media (min-width: 1440px) {
  .development-section .left-block {
    width: 565px;
  }
  .development-section .right-block {
    width: calc(100% - 565px);
  }
  .development-section .fixed-block.fixed {
    width: 565px;
    left: calc((100% - 1440px) / 2 + 60px);
  }
  .development-section .fixed-block .red-label {
    margin-bottom: 45px;
  }
  .development-section .item .description {
    width: 100%;
  }
  .development-section .item .image-block {
    display: block;
    width: calc(100% - 413px);
    /* min-height: 250px; */
  }
}

.text-75 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.text-75::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #b2d844;
}
.red-label {
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  color: #0488df;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.text-30 {
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  color: #000;
}

.right-block a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #0488df;
  font-size: 21px;
  letter-spacing: 2px;
}

.right-block a:hover {
  text-decoration: none;
}

/*box3*/

/*section4*/
.section4 {
  padding: 60px 0px;
  width: 100%;
  /*background-image: url(../images/cta.webp);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: cover;*/
  position: relative;
  /* box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.161); */
  background:linear-gradient(-45deg,#9ac4d7,#d1e0a0, #b37e82);
  background-size:300% 300%;
  animation:30s infinite gradient;
  /*background: #11482f;*/
  text-align: center;
}
.section4::before {
  position: absolute;
  top: -25%;
  left: -10%;
  width: 30%;
  height: 130%;
  content: "";
  background-image: url(../images/abBg.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  filter: brightness(100%);
}
.section4::after {
  position: absolute;
  top: -25%;
  right: -10%;
  width: 30%;
  height: 130%;
  content: "";
  background-image: url(../images/abBg.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  filter: brightness(100%);
  transform: rotate(180deg);
}
@keyframes gradient {
  0%,
  100% {
    background-position:0 50%
  }
  50% {
    background-position:100% 50%
  }
}
.section4 .grid img{height: 50px;}
.section4 .container {
  position: relative;
}
.section4 h3{color: #000; margin-bottom: 30px; text-align: left; align-self: baseline; font-size: 32px;}
.section4 h3::before{
    left: 0%;
    /*transform: translateX(-50%);*/
}
.main_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  /*max-width: 900px;*/
  /*margin: auto;*/
}
.gridmainbox {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 40px rgba(71, 83, 102, 0.2);
  box-shadow: 0 0 40px rgba(71, 83, 102, 0.2);
  position: relative;
  margin-top:30px;
}
.gridmainbox:nth-child(3){top: -30px;}
.section4 .grid {
  /* display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px; */
  /*text-align: center;*/
}
.section4 .main_grid i {
  /* height: 45px; */
  font-size: 42px;
  color: #000;
}
.section4 .main_grid h4 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
.section4 .main_grid p {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  /*text-align: center;*/
  margin: 0;
}
.sec4imgbx {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
}
.sec4imgbx img.sec4img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.sec4imgbx span {
  position: absolute;
  left: -45px;
  top: 75px;
}
.sec4imgbx span img {
  width: 90px;
}
/*section4*/

.allBtn {
  text-align: left;
  margin-top: 20px;
}

.allBtn a,
.explore_btn a {
  display: inline-block;
  padding: 10px 25px;
  padding-right: 55px;
  color: #fff;
  background: #f02025;
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.allBtn a:after,
.explore_btn a:after {
  position: absolute;
  top: 10px;
  right: 20px;
  content: "";
  height: 17px;
  width: 20px;
  display: inline-block;
  background-image: url(../images/arrow-right1.svg);
  background-position: center;
  background-size: cover;
  filter: brightness(0) invert(1);
}

.allBtn a:hover,
.explore_btn a:hover {
  background: #afd73d;
}

.text-40-1 {
  font-size: 24px;
  /* line-height: 100px; */
  margin-top: 0;
}

.home_staffing {
  padding: 70px 0;
  width: 100%;
  display: block;
  background-image: url(../images/hprod.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.home_staffing h3, .certificatesbx h2 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.home_staffing h3::before, .certificatesbx h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #005d6d;
}
.home_staffing_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.home_staffing_grid .hm_products {
  position: relative;
  /* padding: 0 3rem; */
}
.home_staffing_grid img.hpi {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center center;
  display: block;
}
a.hm_products {
  text-decoration: none;
  margin-top: 190px;
  transition: all 0.3s;
}
a.hm_products:nth-child(2n) {
  margin: 0;
}
.home_staffing_info {
  padding: 30px 20px;
  background-color: #ddae1e;
  color: #fff;
  width: 100%;
  border-radius: 100px;
  position: relative;
  top: 60px;
  transition: all 0.3s;
}
.home_staffing_info:nth-child(2n) {
  top: -60px;
  /* background-color: #ce5159; */
}
.home_staffing_info:nth-child(2).hpc2 {
  background-color: #ce5159;
}
.home_staffing_info.hpc3 {
  background-color: #609a62;
}
.home_staffing_info.hpc4 {
  background-color: #8d5ca5;
}
.home_staffing_info.hpc5 {
  background-color: #58b1bf;
}
a.hm_products:hover .home_staffing_info {
  background-color: #f70 !important;
}
.home_staffing_info h2 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 600;
}
.home_staffing_info img {
  height: 12px;
  margin: auto;
  display: table;
}

.section5 {
  padding: 100px 0;
  background-color: #addde5;
  position: relative;
  /*margin-top: 50px;*/
  overflow: hidden;
}
.section5 .grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 50px;
}
.section5 h2,
.section_prods h2,
.section7 h2 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.section5 h2::before,
.section_prods h2::before,
.section7 h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #005d6d;
}
.section5 p,
.section7 p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
  color: #000;
}
.section7 h2,
.section7 p {
  color: #fff;
}
.imagebox {
  position: relative;
}
.section5 img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
}
.imagebox::before {
  position: absolute;
  left: 400px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #008449;
}
.imagebox::after {
  position: absolute;
  left: 400px;
  top: -400px;
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #f3eee9;
}
.imagebox span {
  position: absolute;
  left: 0;
  top: 400px;
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #062218;
}
.section5 .btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section5 .btns a,
.section5 .btns .allBtn {
  margin: 0;
}
.section55 {
  background-color: #f3eee9;
  margin-top: 0;
}
.section55 .imagebox::before {
  background-color: #fff;
}
.section55 .imagebox::after {
  background-color: #438273;
}
.section55 .imagebox span {
  background-color: #000;
}
.section_prods {
  padding: 60px;
  background-color: #fff;
}
.section_prods .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.section_prods a {
  position: relative;
  background-color: #411845;
  padding: 30px 30px 240px 30px;
  color: #000;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
}
.section_prods a:first-child,
.section_prods a:nth-child(5) {
  color: #fff;
}
.section_prods a:nth-child(2) {
  background-color: #c774ce;
}
.section_prods a:nth-child(3) {
  background-color: #91b4ff;
}
.section_prods a:nth-child(4) {
  background-color: #9fe574;
}
.section_prods a:nth-child(5) {
  background-color: #008449;
}
.section_prods h2::before {
  background-color: #b2d844;
}
.section_prods a h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px;
}
.section_prods a .img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 240px;
  width: 100%;
  overflow: hidden;
}
.section_prods a .img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  transition: all 0.3s;
}
.section_prods a:hover .img img {
  transform: scale(1.1);
}
.card-cta__button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  filter: brightness(1) invert(1);
  transition: all 0.3s;
}
.section_prods a:hover .card-cta__button {
  transform: rotate(-25deg);
}

/*section7*/
.section7 {
  padding: 70px 0;
  background-image: url(../images/explore-our-capabilities.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
.section7::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #001c29;
  opacity: 0.75;
}
.section7 h2 {
  color: #fff;
  font-size: 36px;
}
.section7 h2::before {
  left: 50%;
  transform: translateX(-50%);
  background-color: #aad433;
}
.section7 .allBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7 p {
  position: relative;
  color: #fff;
  font-size: 18px;
}
/*section7*/
/*--------section5_end--------*/

/*footer*/
.footer {
  padding: 20px 0 20px;

  position: relative;
  width: 100%;
  display: block;
  /* overflow: hidden; */
  background-color: #005881;
  background-repeat: no-repeat;
}
.footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/footer.webp);
  background-position: left top;
  background-size: 50%;
  opacity: 0.2;
  background-repeat: no-repeat;
}
a.footer_top {
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #2c3a46;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s;
}
a.footer_top:hover svg {
  transform: rotate(45deg);
}
.footer_top h2 {
  font-size: 120px;
  color: #fff;
  margin: 0;
  transition: all 0.3s;
}
.footer_top svg {
  height: 130px;
  transition: all 0.3s;
}
.footer_in {
  display: grid;
  grid-template-columns: 25fr 25fr 15fr 35fr;
  gap: 20px;
  row-gap: 0;
  position: relative;
}
.footer_imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60px;
  margin: 30px auto 0;
  gap: 50px;
  padding: 15px 0;
  max-width: 600px;
}
.footer_bx1 {
  /* margin-bottom: 30px; */
}
.footer_bx1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer_bx1 h3 {
  color: #b2d844;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
.footer_bx1 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.footer_bx1 a:hover {
  opacity: 0.5;
}
.footer_bx1 p {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  line-height: 1.4;
  font-weight: 500;
}
.footer_bx1 p strong {
  font-weight: 500;
}
.full_grid {
  grid-row: 1 / 3;
  grid-column: 2 / span 1;
}
.aside_grid {
  grid-row: 1 / 3;
  grid-column: 4 / span 1;
}

.footer_form .ninput1 {
  width: 80%;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 0;
  color: #fff;
  margin-bottom: 10px;
}
.footer_form .nsubmit1 {
  width: 80%;
  line-height: 40px;
  height: 40px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: inline-block;
  border-radius: 0;
}
.footer_form .nsubmit1:hover {
  background-color: #888;
  color: #000;
}
ul.ft_social {
  list-style: none;
  display: block;
  /* margin-top: 30px; */
}
ul.ft_social li {
  float: left;
  display: inline-block;
}
ul.ft_social li a {
  margin-right: 7px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  /* line-height: 40px; */
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.ft_social li a:hover {
  background-color: #d00000;
  color: #fff;
}
.ft_soc {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ft_soc a img {
  height: 20px;
  transition: all 0.3s;
}
.ft_soc a:hover img {
  opacity: 0.5;
}
.footer_copy {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 15px 0 0;
  color: #fff;
  border-top: 1px solid #fff;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.footer_copy img {
  height: 60px;
}
.pd-l-20 {
  padding-left: 20px;
  display: flex;
  gap: 120px;
  flex-direction: column;
  justify-content: space-between;
}
/*footer*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #f0254b;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.cloned .icon-bar {
  background: #000;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #001c29;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  /* background-image: url('../images/CCM-Grid-2.png');
    background-size: 100%; */
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #138dd0;
  background-color: #138dd0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

.contact-section {
  position: relative;
}

.contact-section {
  position: relative;
  padding: 40px 50px;
}

.contact-section .pattern-layer {
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 774px;
  height: 416px;
  background-repeat: no-repeat;
}

.contact-section .pattern-layer-two {
  position: absolute;
  right: 0px;
  top: 180px;
  width: 454px;
  height: 120px;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-two {
  position: absolute;
  right: 230px;
  top: 380px;
  width: 69px;
  height: 69px;
  opacity: 0.6;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-three {
  position: absolute;
  right: 230px;
  bottom: 230px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
}

.contact-section .info-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
  position: relative;
  /* padding-top: 80px; */
}

.contact-section .info-column .icon-layer {
  position: absolute;
  left: 170px;
  top: 40px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
}

.contact-section .info-column .image {
  position: relative;
  margin-bottom: 35px;
}

.contact-section .info-column h5 {
  position: relative;
  width: 100%;
  text-align: left;
  color: #1f1c66;
  font-weight: 800;
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 36px;
}
.contact-section .info-column h5:before {
  position: absolute;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #15b2ef;
  content: "";
  bottom: 0px;
}

.contact-section .info-column p {
  position: relative;
  color: #06092d;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7em;
  margin-top: 15px;
  margin-bottom: 18px;
}

.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  list-style: none;
}
.default-form .form-group {
  display: table;
  outline: 0;
}
.contact-section .info-column .contact-list li {
  position: relative;
  margin-bottom: 10px;
}

.contact-section .info-column .contact-list li strong {
  position: relative;
  display: block;
  color: #00b6fd;
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 600;
}

.contact-section .info-column .contact-list li a {
  position: relative;
  color: #21409a;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 24px;
}
.fthd1 {
  font-size: 18px;
}

.contact-section .info-column .contact-list li a:hover {
  color: #111111;
}

.contact-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
  position: relative;
  padding: 60px 50px;
  margin-left: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.contact-section .color-layer {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 465px;
  height: 465px;
  z-index: -1;
  border-radius: 50%;
  background-color: #15b2ef;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #777777;
  height: 50px;
  font-size: 18px;
  background: none;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #efefef;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: 0;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #777777;
  height: 140px;
  border-radius: 4px;
  border: 1px solid #efefef;
  resize: none;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group .theme-btn {
  cursor: pointer;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px 10px 20px;
  line-height: 30px;
  color: #777777;
  border: none;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #efefef;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #999999;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}

.ui-widget.ui-widget-content {
}

.ui-menu .ui-menu-item {
  font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #43b97e;
  border-color: #43b97e;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

.ui-menu-item:hover {
  background-color: #43b97e;
}

.sec-title h2 {
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 36px;
  color: #1f1c66;
}

.text {
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 17px 56px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  background-color: #21409a;
  border-radius: 30px;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s;
}

.btn-style-one:hover {
  background-color: #01abee;
}

.a2bb {
  text-decoration: none;
  width: 100%;
  display: block;
  transition: all 0.3s;
  padding: 40px 25px 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #04206f;
  font-size: 14px;
  box-shadow: 0 30px 30px #eee;
  margin-bottom: 20px;
}
.a2bb::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #e8e8e8 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.a2bb h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.a2bb p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 110px;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .header {
    padding: 0 5px;
  }
  .menubar {
    display: none;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 40px;
    right: 10px;
    z-index: 9999;
  }
  .menu {
    display: none;
  }
  .logo {
    padding: 10px 0 10px 10px;
  }
  /* .carousel-inner > .item > img, .inner_banner img{
        width: 100%;
        height: calc(100vh - 100px) !important;
        object-position: center;
        object-fit: cover;
    }   */
  .bannercu,
  .inner_banner {
    /* margin-top: 72px; */
  }
  .development-section .right-block {
    margin-top: 30px;
  }
  .hdright {
    margin-right: 100px;
  }
  .banner_txt {
    width: 100%;
    left: 0px;
    top: 35% !important;
  }
  .banner_hd {
    font-size: 24px;
    line-height: 32px;
    /* padding-left: 62px; */
  }
  .banner_hd::before {
    width: 55px;
    left: -10px;
  }
  .banner_hd::after {
    left: 50px;
  }
  .carousel-control.right {
    right: 5px !important;
  }
  .carousel-control.left {
    left: 5px !important;
  }
  .banner_r_more a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 10px;
  }
  .icon--large {
    max-width: 85px;
  }
  .ban_but,
    /* .pavcontentslider .carousel-indicators {
        width: 100%;
        right: auto;
        text-align: center;
        bottom: 10px;
    }
    .pavcontentslider .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
    } */
    .box3 h2,
    .box4 h2 {
    line-height: 32px;
    font-size: 28px;
    text-align: center;
  }
  .box3 p,
  .box4 p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .bp-solutions-boxes a {
    width: 98%;
    margin-bottom: 20px;
  }
  .bp-solutions-boxes {
    padding: 0px;
  }
  .section21 h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .home_solutions ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .box2 h2,
  .sec-title h1 {
    font-size: 32px;
  }
  .box2 ul li a {
    width: 48%;
    padding: 10px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .allBtn a {
    font-size: 12px;
  }
  .box6 h4 {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
  }
  .box6 a {
    float: none;
    display: table;
    margin: auto;
    margin-top: 30px;
    font-size: 16px;
  }
  .ftleft1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .ftleft1 .fthd1 {
    text-align: left !important;
  }
  .ftaddress {
    text-align: left !important;
  }
  .mFooter {
    height: auto;
    line-height: normal;
    padding-top: 15px;
    line-height: 28px;
    text-align: center;
  }
  .mFooter .col-sm-6 {
    text-align: center !important;
  }
  .innertxt1 {
    top: 15%;
  }
  .inner_banner h1 {
    margin-top: 0px;
    font-size: 24px;
  }
  .innerbx1 h2 {
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    padding: 0px;
  }
  .innerbx1 p {
    padding: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .innerbx2 li {
    font-size: 14px;
  }
  .innerbx2 li p {
    font-size: 32px;
  }
  .innerbx2 li p span {
    font-size: 32px;
  }
  .aboutVision .link .txt,
  .aboutVision .link .img,
  .pageLinks .link .txt,
  .pageLinks .link .img {
    float: none;
    width: 100%;
    clear: both;
  }
  .aboutVision .link .txt h3,
  .pageLinks .link .txt h3 {
    margin-top: 0px;
    font-size: 28px;
  }
  .aboutVision .link .txt,
  .pageLinks .link .txt {
    padding: 20px;
  }
  .aboutVision .link .txt,
  .pageLinks .link .txt {
    font-size: 16px;
    line-height: 24px;
  }
  .page_content,
  .page_nav {
    width: 100%;
    clear: both;
  }
  .stickme {
    position: relative;
    top: auto;
  }
  .trainingpg h3 {
    font-size: 21px;
  }
  .trainingpg h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    height: auto;
    line-height: normal;
  }
  .trainingpg h2 span {
    height: auto;
  }
  .trainingpg h2 span br {
    display: none;
  }
  .trainingpg ul li {
    font-size: 16px;
  }
  a.backbtn {
    font-size: 16px;
    padding: 6px 10px;
  }
  .searchbox {
    margin-top: 0px;
  }
  .searchbox .col-md-12 {
    padding: 0px;
  }
  .banner_fields {
    height: 36px;
    padding: 5px;
    width: 37%;
  }
  .formsubmit {
    padding: 0px;
    height: 36px;
    background-position: center center;
    font-size: 0px;
  }
  .formsubmit:hover {
    background-position: center center;
  }
  .searchbox h3 {
    display: none;
  }
  .companyimage {
    width: 50px;
    padding: 5px;
  }
  .job_des {
    width: 78%;
  }
  .mainjobsbox {
    margin-bottom: 30px;
  }
  .searchbxtxt {
    top: 20px;
    padding: 0px;
  }
  .innerserv h1,
  .contactpg h2 {
    font-size: 28px;
  }
  .contactpg h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .innerserv {
    padding: 35px 0;
  }
  .footer_address ul li {
    border-right: 0px;
    width: 100%;
    clear: both;
  }

  .sec1inner h1 {
    font-size: 32px;
  }
  .sec1inner h1 span {
    font-size: 40px;
  }
  .section1 h2 {
    font-size: 24px;
  }

  .text-75 {
    font-size: 32px;
    line-height: 1.4;
  }
  .text-30,
  .section5 p,
  .section7 p {
    font-size: 16px;
    line-height: 1.6;
  }
  .development-section .item,
  .main_grid,
  .section5 .grid,
  .section_prods .grid,
  .footer_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .footer_copy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
  .section_prods {
    padding: 40px 20px;
  }
  .section5 img {
    width: 250px;
    height: 250px;
  }
  .imagebox::before {
    left: 250px;
    height: 250px;
    width: 250px;
  }
  .imagebox span {
    width: 250px;
    height: 250px;
    top: 250px;
  }
  .section4 .main_grid h4 {
    font-size: 36px;
  }
  .section4 .main_grid i {
    font-size: 42px;
  }
  .section5 h2,
  .section_prods h2,
  .section7 h2 {
    font-size: 32px;
  }
  .section2::before {
    left: auto;
    right: 0;
    width: 50%;
    background-size: 100%;
    background-position: right top;
  }
  .section5 {
    padding: 50px 0;
  }
  .section4, .home_staffing {
    padding: 40px 20px;
    overflow: hidden;
  }
  .gridmainbox:nth-child(3) {
  top: 0px;
}
.gridmainbox{margin-top: 10px;}
.home_staffing h3{font-size: 32px; margin-bottom: 40px;}
  .development-section .item .description {
    line-height: 1.4;
  }
  .allBtn {
    margin-bottom: 20px;
  }
  .text-40-1 {
    font-size: 28px;
    line-height: 36px;
  }

  .locationbx {
    width: 65%;
  }
  .phnum a {
    width: 100%;
  }
  .footer_menu,
  .footer_social {
    width: 100%;
    clear: both;
  }

  .innerleft img {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  .innersec1,
  .servidpg p {
    font-size: 16px;
    line-height: 28px;
  }
  .innerleft ul li,
  .servidpg ul li {
    font-size: 16px;
  }
  .careerspg p,
  .jobdesc1 p,
  .jobdesc1 ul li {
    font-size: 16px !important;
  }
  .jobsbx1 {
    padding-left: 40px;
  }
  .servidpg h3,
  .careerspg h4 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .sub {
    float: right;
  }
  .leaverep h1 {
    font-size: 32px;
  }
  .contact-section {
    display: block;
    padding: 20px;
    overflow: hidden;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    padding: 20px;
  }
  .sec-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .default-form .form-group {
    width: 100%;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer_in {
    grid-template-columns: repeat(1, 1fr);
    display: block;
  }
  .development-section {
    padding: 40px 20px;
  }
  .left-block img {
    width: 100% !important;
  }
  .home_staffing_grid, .home_safety .home_infra_grid, .certificatesbx ul {
    grid-template-columns: repeat(1, 1fr);
  }
a.hm_products{margin: 0;}
.home_staffing_grid img.hpi{height: auto;}
 a.hm_products {
    margin-top: -90px;
  }
  .certificatesbx ul{gap: 20px}
  .certificatesbx ul li img{height: 65px;}
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .banner_hd {
    font-size: 42px;
    line-height: 55px;
  }
  .bp-solutions-boxes a {
    width: 31.33%;
  }
  .bp-solution-head {
    font-size: 19px;
  }
  .box4 a {
    padding: 5px;
  }
  .box4 a h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .home_solutions ul li {
    width: 31%;
    margin: 1%;
  }
  .home_solutions ul li .txt span {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .box2 ul li a {
    width: 23%;
  }
  .news-block {
    width: 33.33%;
    float: left;
    display: inline-block;
  }
  .news-block .inner-box .lower-content {
    padding: 0 15px;
  }
  .news-block .inner-box .lower-content .text {
    height: 100px;
    overflow: hidden;
  }
  .box6 h4 {
    text-align: left;
  }
  .box6 a {
    padding: 15px 20px;
    margin-top: 0px;
  }
  .ftleft1 {
    width: 50%;
    padding-right: 50px;
  }
  .aboutVision .link .txt,
  .aboutVision .link .img,
  .pageLinks .link .txt,
  .pageLinks .link .img {
    width: 50%;
    float: left;
    clear: none;
  }
  .pflow1 h3 {
    font-size: 14px;
  }
  .searchbox h3 {
    display: inline-block;
    font-size: 18px;
    margin-top: 30px;
  }
  .companyimage {
    width: 100px;
  }
  .footer_address ul li {
    clear: none;
    width: 33.33%;
    border-right: 1px solid #e8e8e8;
  }
  .footer_address ul li p {
    font-size: 16px;
  }
  .footer_address ul li p br {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .menu2 {
    display: block;
    top: 18px;
    right: 10px;
    z-index: 99999999999999;
  }
  .menu {
    display: none;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .cart_bx1 {
    width: 420px;
  }
  .ftaddress {
    font-size: 13px !important;
  }
  .ftaddress img {
    height: 36px !important;
  }
  .ftaddress h2 {
    font-size: 26px;
  }
  .aboutVision .link .txt h3,
  .pageLinks .link .txt h3 {
    margin-top: 0px;
  }
  .aboutVision .link .txt,
  .pageLinks .link .txt {
    font-size: 16px;
    line-height: 24px;
  }
  .banner_fields {
    width: 40%;
  }
  .formsubmit {
    padding: 0px;
    height: 50px;
    background-position: center center;
    font-size: 0px;
  }
  .formsubmit:hover {
    background-position: center center;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .news-block {
    width: 33.33%;
    float: left;
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .container {
    width: 100%;
  }
  .header {
    /* padding: 0px; */
  }
  .menu {
    padding-left: 1%;
  }
  .menu > ul > li > a {
    font-size: 18px;
    padding: 0px 10px;
  }
  .aboutVision .link .txt h3,
  .pageLinks .link .txt h3 {
    margin-top: 0px;
  }
  .aboutVision .link .txt,
  .pageLinks .link .txt {
    font-size: 16px;
    line-height: 24px;
  }
  .formsubmit {
    padding: 0px;
    height: 50px;
    background-position: center center;
    font-size: 0px;
  }
  .formsubmit:hover {
    background-position: center center;
  }
}
