body {
  font-family: 'MADE TOMMY', sans-serif;
  /* padding-top: 100px; */
  width: 100%;
  /* overflow-x: hidden !important; */
  background-color: #fff;
  display: block;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 1280px;
  width: 1280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MADE TOMMY', sans-serif;
  margin: 0;
}

#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: 175px;
  height: 61px;
  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 -90px;
  /* 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);
  }
}

.fixedsoc {
  position: fixed;
  top: 125px;
  right: 0px;
  z-index: 99;
}

.fixedsoc a {
  clear: both;
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  float: right;
  transition: all 0.3s;
}

.fixedsoc a.fb {
  background-color: #4267b2;
}

.fixedsoc a.tw {
  background-color: #55acee;
}

.fixedsoc a.lin {
  background-color: #0077b5;
}

.fixedsoc a:hover {
  width: 62px;
}

.main_menu {
  clear: both;
  width: 100%;
  display: table;
  background-color: #e2e2e2;
  padding: 0 0 0 50px;
}

.top1_left {
  display: inline-block;
  float: right;
}

.top1_left ul li {
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  position: relative;
  /* opacity: 0.7 */
}

.top1_left ul li a {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0px;
  transition: all 0.3s ease 0s;
}

.top1_left ul li a i {
  margin-right: 7px;
  font-size: 14px;
  color: #e7222c;
}

.top1_left ul li.whatsapp a i {
  color: #2751ab;
}

.top1_left ul li:last-child a {
  background-color: #cacaca;
}

/* .top1_left ul li a:hover{color: #ec3104;} */

/* .top1_left ul li:after{
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #ccc;
} */

.top1_left ul li:last-child:after {
  display: none;
}

.topsocial {
  float: right;
  display: inline-block;
  margin-top: 5px;
}

.topsocial a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  transition: all 0.3s;
  padding: 0 12px;
  height: 30px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}

.topsocial a:hover {
  background-color: #fff;
  color: #1b3072;
}

img.iso1 {
  width: 80px;
  margin-top: 2px;
}

.fixed_social {
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}

.fixed_social::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #84929f;
}

.fixed_social li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-right: 25px;
}

.fixed_social li a {
  float: left;
  color: #84929f;
  text-decoration: none;
  border-radius: 0;
  margin-left: 8px;
  font-size: 21px;
  transition: all 0.5s;
}

.fixed_social li a:hover {
  color: #000;
}

#Icon_simple-glassdoor {
  fill: #84929f;
  transition: all 0.5s;
}

.Icon_simple-glassdoor {
  width: 12px;
  height: 21.847px;
  transition: all 0.5s;
}

#Icon_simple-glassdoor:hover {
  fill: #000000 !important;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  /* height: 140px; */
  top: 0px;
  left: 0px;
  /* background-color: #fff; */
  z-index: 999999;
  /* -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); */
}

.header.fixed1 {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.headerin {
  padding: 0 80px;
}

.logo {
  float: left;
  display: inline-block;
  /* padding: 30px 20px 0; */
  text-align: center;
  height: 90px;
  padding-top: 10px;
}

.logo a {
  text-decoration: none;
  width: 246px;
  height: 73px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}

.header.fixed1 .logo a {
  background-image: url(../images/logo.png);
}

.logo a img {
  width: auto;
  height: 80px;
}

.header_right {
  /* float: right;
  display: inline-block; */
  /* width: 74%; */
  display: flex;
  align-items: center;
  justify-content: end;
}

.hdtop {
  width: 100%;
  background-color: #fff;
  display: table;
  position: relative;
  /* padding: 18px 0; */
}

.hdtop ul.rightlinks {
  list-style: none;
  /* padding: 0 10px 0 20px; */
  height: 75px;
  line-height: 75px;
  display: table;
  float: right;
}

.hdtop ul.rightlinks li {
  float: left;
  display: inline-block;
  /* margin-right: 10px; */
}

.hdtop ul.rightlinks li a {
  text-decoration: none;
  height: 75px;
  line-height: 75px;
  /* border: 2px solid #243169; */
  padding: 0 30px;
  display: block;
  color: #fff;
  background-color: #0075c0;
  transition: all 0.3s;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  font-size: 14px;
  /* font-weight: 700; */
}

.hdtop ul.rightlinks li a.phonebx {
  background-color: #003b63;
  color: #fff;
}

.hdtop ul.rightlinks li a.mailbx {
  border-color: #003b63;
  background-color: #003b63;
  color: #fff;
}

.hdtop ul.rightlinks li a:hover {
  background-color: #03438a;
  color: #fff;
}

.hdtop ul.rightlinks li a.phonebx:hover {
  border-color: #dd5d0e;
  background-color: #dd5d0e;
  color: #fff;
}

.hdtop ul.rightlinks li a.mailbx:hover {
  border-color: #b2141b;
  background-color: #b2141b;
  color: #fff;
}

.topmenu {
  float: left;
  display: inline-block;
  height: 75px;
  line-height: 75px;
}

.topmenu ul {
  list-style: none;
}

.topmenu ul li {
  float: left;
  display: inline-block;
}

.topmenu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 0 25px;
  text-transform: uppercase;
  /* font-weight: 600; */
  transition: all 0.3s;
}

.topmenu ul li a:hover {
  color: #034ea2;
}

.hdimg {
  float: left;
  display: inline;
  width: auto;
}

.menu {}

.menu ul {
  list-style: none;
}

.menu>ul>li {
  display: inline-block;
  float: left;
  position: relative;
}

.menu>ul>li>a {
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 400;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  /* font-weight: 600; */
}

/* 
.menu > ul > li:last-child a {
  height: auto;
  line-height: normal;
  padding: 12px 25px;
  background-color: #446ab8;
  border-radius: 30px;
  color: #fff;
  margin-top: 28px;
  margin-left: 15px;
}

.menu > ul > li:last-child:hover a {
  background-color: #000;
  color: #fff;
} */

/* .menu > ul > li > a:hover {
  color: #034ea2;
} */

#header.fixed1 .menu>ul>li>a {
  color: #000;
}

.menu>ul>li>a i {
  margin-left: 5px;
  color: #446ab8;
}

#header.fixed1 .menu ul>li:hover a,
#header.fixed1 .menu ul>li>a.active {
  color: #446ab8;
}

.menu>ul>li>a.active,
.menu>ul>li:hover>a {
  /* color: #446ab8; */
}

/*
.menu > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #003b63;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu > ul > li:hover > a:after {
  width: 100%;
}

 .menu > ul > li > a.active:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #ff5304;
}

.fixed1 .menu > ul > li > a:after {
  background-color: #ff5304;
}

.fixed1 .menu > ul > li > a.active:after {
  background-color: #ff5304;
} */

.menu ul>li:hover ul.submenu1,
.menu ul ul.submenu1>li:hover ul.submenu2 {
  display: block !important;
}

.menu ul>li:last-child ul.submenu1 {
  left: auto;
  right: -20px;
}

ul.submenu1,
ul.submenu2 {
  width: auto;
  min-width: 255px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu2 {
  top: 0;
  left: -100%;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover>a {
  color: #446ab8 !important;
}

ul.submenu1 li:last-child a {}

/*home_link*/

.home_link {
  overflow: hidden;
  /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover; */
  position: relative;
  width: 100%;
  /* background-color: #010716; */
  height: 100vh;
}

.home_link::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  /* z-index: 9; */
  opacity: 0.85;
  background-image: radial-gradient(circle farthest-corner at 50% 50%,
      rgba(0, 0, 0, 0.5),
      #000);
}

/* .home_link:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 36vw;
    right: -30vw;
    z-index: 9;
    content: "";
    background-color: #003b63;
    transform: skew(-25deg);
    opacity: 0.45
}

.hshape1::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    left: -30vw;
    z-index: 9;
    background-color: #00a1ff;
    transform: skew(-25deg);
    opacity: 0.45
}

.hshape2:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 36vw;
    right: -30vw;
    z-index: 9;
    content: "";
    background-color: #003b63;
    transform: skew(-25deg);
    opacity: 0.45
} */

.banner_r_more {
  display: table;
  margin: auto;
  margin-top: 60px;
}

/* 
.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  top: 0;
  font-size: 19px;
  background-color: #003b63;
} */

/* .banner_r_more a:hover {
  top: -5px;
} */

.site-banner__graphic {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 9;
  width: 60%;
}

.site-banner__graphic svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.hl_video {
  /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

.hl_video video {
  width: 100%;
  display: block;
  left: 0%;
  top: 0;
  position: absolute;
  /* opacity: 0.35; */
}

.background-line-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  /* z-index: 9; */
  left: 0;
  top: 0;
}

.background-line-gradient ul {
  width: 100%;
  height: 100%;
  padding: 0 16.666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.background-line-gradient li {
  background: #fff;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(hsla(0, 0%, 100%, 0.4)),
      color-stop(17%, hsla(0, 0%, 100%, 0.05)),
      to(hsla(0, 0%, 100%, 0.05)));
  background: linear-gradient(0deg,
      hsla(0, 0%, 100%, 0.4),
      hsla(0, 0%, 100%, 0.05) 17%,
      hsla(0, 0%, 100%, 0.05));
  display: block;
  width: 1px;
  height: 100%;
}

.section-hero_cont {
  /* width: 100%; */
  /* height: 45%; */
  max-width: 1100px;
  padding: 0 15px;
  position: absolute;
  left: 5%;
  z-index: 9;
  top: 40%;
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.title-items__subtitle {
  color: hsla(0, 0%, 100%, 0.75);
  letter-spacing: 0.16em;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}

.title-items__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}

.title-items__title span {
  font-weight: 500;
  color: #446ab8;
}

.button-learn-more {
  cursor: pointer;
  position: relative;
  height: 79px;
  width: 79px;
  border-radius: 50%;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-learn-more .button-learn-more__wrapp {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.button-learn-more .button-learn-more__text {
  position: relative;
  width: 79px;
  padding: 0 29px 0 0;
  margin-right: 39.5px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-learn-more .button-learn-more__text:before {
  content: "";
  left: 100%;
  width: 38px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-learn-more .button-learn-more__text:before,
.button-learn-more svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-learn-more svg.left {
  left: -23px;
}

.button-learn-more svg.right {
  right: -23px;
}

.button-learn-more:hover {
  border: 1px solid #fff;
}

.button-learn-more:hover .button-learn-more__text {
  text-align: center;
  margin-right: 0;
  padding: 0 14.5px;
}

.button-learn-more:hover .button-learn-more__text:before {
  opacity: 0;
}

.section-hero_cont a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 14px;
}

.section-hero_cont a img {
  width: 26px;
  margin-right: 0px;
  top: 0px;
  margin-left: 4px;
  position: relative;
  transition: all 0.3s;
}

.section-hero_cont a:hover img {
  margin-left: 15px;
}

.hl_circle {
  width: 90%;
  left: 5%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  /* text-align: center; */
  padding: 0 5%;
  top: 45%;
  /* background: rgba(255, 255, 255, 0.8);
    padding: 100px; */
  position: absolute;
  z-index: 999;
}

.bannerbox {
  width: 100%;
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bannerboxcont {
  position: absolute;
  left: 8%;
  top: 32%;
  width: 86%;
  padding: 0 15%;
  text-align: center;
  z-index: 2;
}

/* .banner_txt {
    top: 160px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
    left: 28%;
    z-index: 999999;
    margin: auto;
} */

.banner_hd h2 {
  color: #000000;
  font-weight: 500;
  font-size: 46px;
  width: 100%;
  line-height: 60px;
  margin-bottom: 50px;
  text-align: center;
}

.banner_hd h2 p {
  font-weight: 300;
  font-size: 55px;
  text-transform: uppercase;
}

/* .banner_hd h2 span{font-weight: 300; font-size: 80px; font-family: 'Inter', sans-serif;} */

/* .bannertxt h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 447px;
    height: 7px;
    margin: 0 0 0 -223px;
    padding: 0;
    border: 1px solid #000;
    background: #000;
} */

.banner_cont p {
  font-size: 21px;
  color: #fff;
  font-family: 'MADE TOMMY', sans-serif;
  width: 100%;
  font-weight: 500;
  padding: 0 10%;
  line-height: 28px;
}

.hl_circle p {
  font-size: 21px;
  color: #fff;
  font-family: 'MADE TOMMY', sans-serif;
  width: 100%;
  font-weight: 500;
  padding: 0 10%;
  line-height: 28px;
}

.hl_circle h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  /* text-shadow: 0 0 191px black !important; */
  /* font-weight: 800; */
  /* font-family: 'Inter', sans-serif; */
  font-family: 'MADE TOMMY', sans-serif;
  font-weight: 600;
}

.hl_circle ul {
  list-style: none;
  display: table;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.hl_circle ul li {
  display: inline-block;
  padding: 0 20px;
  float: left;
}

.hl_circle ul li img {
  display: table;
  margin: auto;
  width: 80px;
  height: 80px;
}

.hl_circle h3 {
  font-size: 18px;
  color: #fff;
  opacity: 1;
  margin-bottom: 15px;
  height: 36px;
  line-height: 18px;
  /* text-transform: capitalize; */
  /* text-shadow: 0 0 191px black !important; */
  /* font-weight: 800; */
  /* font-family: 'Inter', sans-serif; */
  font-family: 'MADE TOMMY', sans-serif;
  font-weight: 300;
}

/* .hl_circle h2 span{
    padding: 0 10px;
    color: #fff;
    position: relative;
    display: inline-block;
}
.hl_circle h2 span:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    content: "";
    -webkit-box-shadow: inset 0 -66px 0 0 #ff6801;
    box-shadow: inset 0 -66px 0 0 #ff6801;
    z-index: -1
} */

.bannerBtn a {
  position: absolute;
  left: calc(12% - 100px);
  bottom: 60px;
  padding-bottom: 105px;
  text-decoration: none;
  display: inline-block;
  outline: 0px;
  z-index: 9;
  /* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
  /* padding-top: 167px; */
  white-space: nowrap;
  color: #fefefe;
  text-align: center;
  background-position: center;
  font-size: 21px;
  /* -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; */
}

.bannerBtn a:focus {
  outline: 0px;
}

.bannerBtn a span,
a.scrollup span {
  transform: rotate(270deg);
  display: block;
  opacity: 1;
  font-size: 12px;
  position: relative;
  left: -28px;
  top: 25px;
}

a.scrollup span {
  color: #000;
}

a.scrollup1 span,
a.scrollup3 span {
  color: #fff;
}

a.scrollup2 span {
  color: #000;
}

.bannerBtn a::after,
a.scrollup:after {
  content: "";
  width: 13px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1111;
  background: url("../images/arrow-down.png");
  /* transform: rotate(-90deg); */
}

a.scrollup:after {
  background: url("../images/arrow-up.png");
  left: -5px;
}

a.scrollup1:after,
a.scrollup3:after {
  background: url("../images/arrow-up1.png");
  left: -5px;
}

a.scrollup2:after {
  background: url("../images/arrow-up.png");
  left: -5px;
}

.desktop-icons {
  bottom: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  transform: rotate(-45deg);
  transform-origin: 69.4% 29.4%;
  width: 1260px;
  z-index: 9;
  list-style: none;
}

@media (max-width: 1024px) {
  .desktop-icons {
    display: none;
  }
}

.desktop-icons .banner-shape {
  background: rgba(255, 255, 255, 0.11);
  height: 210px;
  perspective: 1000px;
  perspective-origin: center;
  position: absolute;
  width: 210px;
}

.desktop-icons .banner-shape.banner-shape1 {
  top: 0;
}

.desktop-icons .banner-shape.banner-shape2,
.desktop-icons .banner-shape.banner-shape3,
.desktop-icons .banner-shape.banner-shape4,
.desktop-icons .banner-shape.banner-shape5,
.desktop-icons .banner-shape.banner-shape6 {
  top: 210px;
}

.desktop-icons .banner-shape.banner-shape7,
.desktop-icons .banner-shape.banner-shape8,
.desktop-icons .banner-shape.banner-shape9,
.desktop-icons .banner-shape.banner-shape10 {
  top: 420px;
}

.desktop-icons .banner-shape.banner-shape11,
.desktop-icons .banner-shape.banner-shape12 {
  top: 630px;
}

.desktop-icons .banner-shape.banner-shape2 {
  left: 0;
}

.desktop-icons .banner-shape.banner-shape3 {
  left: 210px;
}

.desktop-icons .banner-shape.banner-shape4,
.desktop-icons .banner-shape.banner-shape7 {
  left: 420px;
}

.desktop-icons .banner-shape.banner-shape1,
.desktop-icons .banner-shape.banner-shape5,
.desktop-icons .banner-shape.banner-shape8,
.desktop-icons .banner-shape.banner-shape11 {
  left: 630px;
}

.desktop-icons .banner-shape.banner-shape6,
.desktop-icons .banner-shape.banner-shape9,
.desktop-icons .banner-shape.banner-shape12 {
  left: 840px;
}

.desktop-icons .banner-shape.banner-shape10 {
  left: 1050px;
}

.desktop-icons .banner-shape .front,
.desktop-icons .banner-shape .back {
  top: 0;
  left: 0;
  height: 210px;
  width: 210px;
  backface-visibility: hidden;
  position: absolute;
}

.desktop-icons .banner-shape .front {
  z-index: 2;
}

.desktop-icons .banner-shape .back {
  transform: rotateX(-90deg) rotateY(180deg);
  transform-origin: top center;
}

.desktop-icons .banner-shape .diamondInner {
  transition: all 0.25s linear;
  transform-style: preserve-3d;
  transform-origin: center;
}

.desktop-icons .banner-shape .link-overlay:hover+.diamondInner {
  margin-top: 210px;
  transform: rotateX(-90deg);
}

.desktop-icons .banner-shape.banner-shape3 .front {
  background: #15355c;
}

.desktop-icons .banner-shape.banner-shape3 .back {
  background: #1f4471;
}

.desktop-icons .banner-shape.banner-shape5 .front {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape5 .back {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape7 .front {
  background: #f38120;
}

.desktop-icons .banner-shape.banner-shape7 .back {
  background: #e77311;
}

.desktop-icons .banner-shape.banner-shape9 .front {
  background: #434343;
}

.desktop-icons .banner-shape.banner-shape9 .back {
  background: #343434;
}

.desktop-icons .banner-shape.banner-shape11 .front {
  background: #384b66;
}

.desktop-icons .banner-shape.banner-shape11 .back {
  background: #415673;
}

.desktop-icons .banner-shape .link-overlay {
  bottom: 0;
  color: #fff;
  font-size: 1.167rem;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 99;
}

.desktop-icons .banner-shape .link-overlay .img-banner-icon {
  display: block;
  position: absolute;
  top: 35px;
  width: 100%;
}

.desktop-icons .banner-shape .link-overlay .svg-banner-icon {
  display: block;
  position: absolute;
  top: 35px;
  width: 100%;
}

.desktop-icons .banner-shape .link-overlay .svg-banner-icon svg {
  max-height: 71px;
  max-width: 90px;
}

.desktop-icons .banner-shape .link-overlay .link-contents {
  display: block;
  height: 100%;
  transform: rotate(45deg);
  transform-origin: center;
  width: 100%;
}

.desktop-icons .banner-shape .link-overlay .button-text,
.desktop-icons .banner-shape .link-overlay .button-text-hover {
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 125px;
  transition: all 0.2s linear;
  width: 100%;
}

.desktop-icons .banner-shape .link-overlay .button-text-hover {
  opacity: 0;
  transform: translate(0, 40px);
}

.desktop-icons .banner-shape .link-overlay:hover .button-text {
  opacity: 0;
  transform: translate(0, -40px);
}

.desktop-icons .banner-shape .link-overlay:hover .button-text-hover {
  opacity: 1;
  transform: translate(0, 0);
}

.desktop-icons .banner-shape .link-overlay.text-only-link .button-text,
.desktop-icons .banner-shape .link-overlay.text-only-link .button-text-hover {
  top: 50%;
  transform: translate(0, -50%);
}

.tablet-icons {
  margin-top: 35px;
  max-width: 980px;
  text-align: center;
}

@media (min-width: 768px) {
  .tablet-icons {
    margin-top: 85px;
  }
}

@media (min-width: 1025px) {
  .tablet-icons {
    display: none;
  }
}

.tablet-icons .tablet-icons-carousel {
  padding: 0 40px;
}

.tablet-icons .tablet-icon {
  display: inline-block;
  height: 200px;
  width: 200px;
}

.tablet-icons .tablet-button {
  color: #fff;
  font-size: 16px;
  height: 140px;
  display: table;
  float: left;
  width: 140px;
  transform: rotate(-45deg);
  transform-origin: center;
  vertical-align: top;
  margin: 30px 0 0 30px;
  text-decoration: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 0.2s linear;
  line-height: 1.25;
}

.tablet-icons .tablet-button.tablet-mobile {
  background: #15355c;
}

.tablet-icons .tablet-button.tablet-api {
  background: #f28120;
}

.tablet-icons .tablet-button.tablet-automation {
  background: #657433;
}

.tablet-icons .tablet-button.tablet-manual {
  background: #434343;
}

.tablet-icons .tablet-button.tablet-services {
  background: #384b66;
}

.tablet-icons .tablet-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
}

.tablet-icons .tablet-button:hover:after {
  background: rgba(0, 0, 0, 0.2);
}

.tablet-icons .tablet-button span {
  display: table-cell;
  width: 100%;
  transform: rotate(45deg);
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.tablet-icons .tablet-button .img-banner-icon {
  display: block;
  margin-bottom: 10px;
}

.tablet-icons .tablet-button .img-banner-icon:before {
  background-size: cover;
  height: 51px;
  width: 65px;
}

#site-banner.site-banner-automation-testing-company .home-banner {
  padding: 50px 0 25px;
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  #site-banner.site-banner-automation-testing-company .home-banner {
    padding: 125px 0 25px;
  }
}

@media (min-width: 1025px) {
  #site-banner.site-banner-automation-testing-company .home-banner {
    height: 700px;
    padding: 200px 0 0;
  }
}

@media (min-width: 1451px) {
  #site-banner.site-banner-automation-testing-company .home-banner {
    padding: 220px 0 0;
  }
}

.desktop-icons .banner-shape {
  transition: all 0.2s linear;
}

.desktop-icons .banner-shape .diamondInner {
  display: none;
}

.desktop-icons .banner-shape.banner-shape3 {
  /* background:#fff */
  background: rgba(255, 255, 255, 0.35);
}

/* .desktop-icons .banner-shape.banner-shape3:hover {
  background:#fff
 } */

.desktop-icons .banner-shape.banner-shape5 {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape5:hover {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape7 {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape7:hover {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape9 {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape9:hover {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape11 {
  background: #fff;
}

.desktop-icons .banner-shape.banner-shape11:hover {
  background: #fff;
}

.shapeimgs {
  position: relative;
  top: 65px;
}

.shapeimgs img {
  width: 175px;
}

/*home_link*/

/*----------banner-----------*/

.mtop1 {
  height: 75px;
}

.main_banner {
  position: relative;
  background-color: #000;
}

.main_banner::after {
  background: linear-gradient(#fff, transparent);
  top: 0;
  position: absolute;
  content: "";
  z-index: 2;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 200px;
}

#Path_5 {
  fill: rgba(255, 255, 255, 1);
}

.Path_5 {
  position: absolute;
  width: 100%;
  /* height: 100px; */
  left: 0;
  bottom: -30px;
  z-index: 99;
}

.carousel-control svg {
  width: 35px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.carousel-inner>.item>a>video {
  opacity: 0.7;
}

.banner_txt {
  top: 35% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 100px !important;
  margin: auto;
  left: 0%;
  margin: auto;
  text-align: left;
  visibility: hidden !important;
}

.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}

.banner_hd {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; */
  margin-bottom: 20px;
  /* margin-bottom: 15px; */
  position: relative;
  text-transform: capitalize;
}

.banner_cont {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  width: 40%;
  font-weight: 300;
  margin: 0px 0 20px;
  display: block;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important; */
  padding: 0px;
  /* letter-spacing: 2px; */
  /* width: 60%; */
}

.arrow {
  width: 111.5px;
  height: 9px;
  fill: #fff;
  transition: all 0.3s ease 0s;
}

.banner_r_more a:hover .arrow {
  transform: translateX(10px);
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.carousel-inner>.item>video {
  /* width: 110% !important;
  max-width: 110% !important; */
  width: 100%;
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 10px;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  margin: auto;
  font-weight: 400;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  padding: 0px;
  position: relative;
}

.banner_r_more a span {
  margin-right: 10px;
}

.banner_r_more a:hover {}

.ban_but {
  bottom: 1%;
}

.slideRight ul {
  list-style: none;
}

.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.slideRight ul li:first-child:before {
  display: none;
}

/* 
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
} */

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 15%;
  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.5;
}

/*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;
  }
}



.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: #446ab8;
  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(113, 79, 54, 0.4);
}

.cart_bx1 {
  width: 96%;
  background-color: #422e7b;
  height: 100%;
  padding: 20px;
  top: 0%;
  right: -100%;
  transition: ease all 0.4s;
  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/work-left.png");
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}

.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: 36px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #138dd0;
  background-color: #138dd0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}



/*section3*/
.section3 {
  padding: 60px 0;
  display: block;
  /* background-image: url(../images/wave1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover; */
}

.section3 h2 {
  font-size: 50px;
  color: #222;
  /* max-width: 926px; */
  width: 100%;
  margin-bottom: 60px;
  font-weight: 400;
  text-align: center;
}

.section3 h2 span {
  background: #db8c37;
  background: linear-gradient(90deg, #446ab8 0%, #422e7b 50%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .row_flex {
    display: grid;
    gap: 30px;
    grid-template-columns: 40fr 60fr;
    /* align-items: center; */
  }
}

@media (min-width: 768px) {
  .row_flex .row_inner {
    /* width: 50%; */
    /* padding-left: 30px; */
  }

  .row_flex .row_inner.accordion_images {
    /* padding-left: 150px; */
  }
}

.row_flex .row_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
  ;
}

.accordion_images {
  position: relative;
}

@media (max-width: 767px) {
  .accordion_images {
    display: none;
  }
}

.accordion_images img {
  opacity: 0;
  transition: 0.3s;
}

.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  /* padding-left: 50px; */
}

.accordion_images img.active {
  opacity: 1;
}

.accordion {
  width: 100%;
  overflow: hidden;
  /* margin-top: 10px; */
  /* background-color: #000; */
  border-bottom: 1px solid #ccc;
  position: relative;
}

.accordion::before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 24px;
  height: 44px;
  content: "";
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px;
}

.accordion.accordion_active::before {
  transform: rotate(-180deg);
}

.accordion_intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
}

.accordion_content {
  color: #212937;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}

@media (min-width: 768px) {
  .accordion_content .accordion_image {
    display: none;
  }
}

@media (max-width: 767px) {
  .accordion_content .accordion_image {
    display: block;
    margin-bottom: 20px;
  }
}

.accordion h4,
.accordion p {
  margin: 0;
  line-height: 1;
}

.accordion h4 {
  color: #000;
  font-size: 26px;
  font-weight: 400;

}

.accordion_active h4 {
  color: #000;
}

.accordion p {
  color: #212937;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

.accordion_active .accordion_content {
  /* padding: 0 20px 20px; */
  opacity: 1;
}

.accordion_active .accordion_content p {
  padding: 0 0px 20px;
}

.accordion_active .accordion_content a {
  position: relative;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-bottom: 15px;
  display: inline-block;
}

.accordion_active .accordion_content a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0 !important;
  height: 20px;
  width: 100% !important;
  background: url(../images/contactarrow-news.svg) no-repeat;
  transition: all 0.8s ease-in-out;
  background-position: right 0;
  z-index: 9;
  background-size: 160%;
}

.accordion_active .accordion_content a:hover::before {
  background-position: left 0;
}

/*section3*/

.section4,
.section4 img {
  width: 100%;
  display: block;
  position: relative;

}

.section4_inner {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  z-index: 999;
  padding-left: 55%;
}

.section4_inner h2 {
  font-size: 50px;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}

.section4_inner h2 span {
  color: #446ab8;
}

.section4 a {
  position: relative;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-bottom: 12px;
}

.section4 a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0 !important;
  height: 15px;
  width: 100% !important;
  background: url(../images/contactarrow-news.svg) no-repeat;
  transition: all 0.8s ease-in-out;
  background-position: right 0;
  z-index: 9;
  background-size: 160%;
}

.section4 a:hover::before {
  background-position: left 0;
}

.shortbtn:hover,
.darkbtn:hover {
  background: #00cdc500 !important
}

.section5 {
  background-color: #00060A;
  padding: 60px 0;
}

.section5 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 40px;
}

.section5 h2 {
  font-size: 50px;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}

.section5_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.section5_right a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  padding-bottom: 50px;
}

.section5_right a::after {
  content: '';
  position: absolute;
  left: 0px;
  height: 20px;
  width: 100% !important;
  background: url(../images/newsupport.svg) no-repeat;
  transition: all 0.4s ease-in-out;
  background-position: right 0;
  bottom: 0%;
  background-size: 120%;
}

.section5_right a:hover::after {
  background-position: left 0;
}

.section5_right a img,
.section5_right a svg {
  height: 90px;
  position: relative;
  left: -10px;
  /* width: 100%; */
}

.section5_right a h3 {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0;
}

.section5_right a h3::before {
  content: '';
  position: absolute;
  background: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  height: 27px;
  width: 27px;
  right: -2px;
  bottom: 77%;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.section5_right a:nth-child(1):hover h3::before {
  transform: rotate(-40deg);
}


.section6 {
  padding: 60px 0;
  background-color: #fff;
}

.section6 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section6 h2 {
  font-size: 50px;
  color: #222;
  /* width: 100%; */
  margin: 0;
  font-weight: 400;
}

.section6 h2 span {
  background: #db8c37;
  background: linear-gradient(90deg, #446ab8 0%, #1a4f9b 50%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section6 .flex a {
  position: relative;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-bottom: 10px;
  display: inline-block;
}

.section6 a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0 !important;
  height: 20px;
  width: 100% !important;
  background: url(../images/contactarrow-news.svg) no-repeat;
  transition: all 0.8s ease-in-out;
  background-position: right 0;
  z-index: 9;
  background-size: 160%;
}

.section6 a:hover::before {
  background-position: left 0;
}

.section6 .grid {
  display: grid;
  gap: 20px;
}

.section6 .grid.grid1 {
  grid-template-columns: repeat(4, 1fr);
}

.section6 .grid.grid2 {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}



/* Flip Team */
.flip-container,
.front,
.back {
  width: 100%;
  height: 380px;
  /*height: 380px;*/
}

.flip-pad-btm {
  padding-bottom: 20px;
}

.flip-container {
  perspective: 1000px;
  /* margin-bottom: 20px; */
}

.flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  position: relative;
}

.flip-container .flipper:hover {
  cursor: pointer;
}

.flip-container .flipper .back {
  background-color: #f5f5f5;
  padding: 25px;
}

.flip-container .flipper .back p {
  font-size: 16px;
}

.flip-container .flipper .back .team-icon a {
  border: 1px solid #ffffff;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  background-position: center center !important;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  border-radius: 10px;
  overflow: hidden;
}

.back {
  background-color: #f8f8f8;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.back ul li {
  font-size: 16px;
  line-height: 26px;
}

.ulockd-team .style3 {
  border-top: 1px solid #999999;
}

.ulockd-tm-thumb {
  position: relative;
  overflow: hidden;
}

.ficon-box {
  /* background-color: #ffffff;
  border: 1px solid #dcdcdc; */
  padding: 15px 25px;
  position: relative;
  z-index: 999;
}

.ficon-box:hover {
  cursor: pointer;
}

.ficon-box:hover span {
  color: #ffffff !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.ficon-box .ficon {
  font-size: 48px;
  line-height: 1.3em;
  margin-top: 0px;
  /* padding: 0 15px; */
  position: fixed;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.ficon-box .ficon h5 {
  letter-spacing: 1px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-transform: uppercase;
}

.fib-details {
  display: inline-block;
  margin-top: 65px;
}

.ficon img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center center;
  /* padding: 35px; */
}

.fib-details {
  display: inline-block;
  margin-top: 340px;
  text-align: center;
  width: 100%;

}

.ficon-box {
  min-width: 100%;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 380px;
}

.fib-details h4 {
  font-size: 20px;
  font-weight: 500;
}

.flip-container .flipper .back {
  border-radius: 10px;
}

.flip-container .flipper .back p {
  font-size: 16px;
  line-height: 1.6;
}

.flip-container .flipper .back.individual {
  background-color: #e9f0e0;
  color: #000;

}

.flip-container .flipper .back.individual h3,
.flip-container .flipper .back.individual a {
  color: #000;
  text-decoration: none;
}

.flip-container .flipper .back.individual h3 {
  margin: 20px 0 10px;
}

.flip-container .flipper .back.individual span {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.section7 {
  position: relative;
  background-color: #f1f1f1;
  padding-top: 50px;
}

.section7::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  content: "";
  background-color: #4f3795;
}

.section7_bx {
  display: grid;
  background: linear-gradient(135deg, #FFFFFF 10%, #E1EEEE 30%, #D7EBEB 35%, #FFFFFF 67%, #FFFFFF 72%, #DFEFEE 100%) !important;
  padding: 100px 85px 50px 85px;
  clip-path: polygon(57% 4%, 100% -84%, 100% 100%, 68% 100%, 0% 100%, 0% 100%, 0% 4%);
  grid-template-columns: 50fr 50fr;
  position: relative;
  gap: 50px;
}

.section7 h2 {
  font-size: 50px;
  color: #222;
  /* width: 100%; */
  margin: 0;
  font-weight: 400;
}

.section7 h2 span {
  background: #db8c37;
  background: linear-gradient(90deg, #446ab8 0%, #1a4f9b 50%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_form input.form-control,
.footer_form textarea.form-control {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  height: 45px;
  color: #000;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

button.btn {
  position: relative;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  padding: 0;
  padding-bottom: 20px;
  display: inline-block;
  background-color: transparent;
  font-weight: 500;
  border: 0;
  transition: all 0.3s;
  text-transform: capitalize;
}

button.btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0 !important;
  height: 20px;
  width: 100% !important;
  background: url(../images/contactarrow-news.svg) no-repeat;
  transition: all 0.8s ease-in-out;
  background-position: right 0;
  z-index: 9;
  background-size: 160%;
}

button.btn:hover::before {
  background-position: left 0;
}

.footer_form textarea.form-control {
  height: 100px;
  margin-bottom: 20px;
}

.mFooter {
  padding: 50px 0 20px;
  position: relative;
  background: linear-gradient(180deg, rgb(79, 55, 149) 10%, rgb(32, 23, 59) 100%) !important;

  width: 100%;
  display: block;
  overflow: hidden;
}

.mFooter::before {
  content: '' !important;
  position: absolute;
  display: block !important;
  left: 25%;
  top: 50%;
  width: 48%;
  height: 50%;
  visibility: visible !important;
  background: url(../images/serviceprovider.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  transition: all 1s ease-in-out;
  transform: translate(-50%, -50%) rotate(300deg);
  z-index: 0;
  opacity: 0.35;
}

.mFooter .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
}

.mFooter h2 {
  font-size: 50px;
  /* color: #fff; */
  width: 100%;
  margin: 0;
  font-weight: 400;
  background: linear-gradient(250deg, #006bb2, #bad6ff, #006bb2, #bad6ff, #6b86dd, #6b86dd, #bad6ff, #6b86dd);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 65px;
  padding-bottom: 10px;
}

.footer_right {
  padding-left: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  border-left: 1px solid #749dd8;
  padding-bottom: 50px;
}

.footer_right h3 {
  margin: 0 0 20px;
}

.footer_right h3 a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.privacybox {
  margin-top: 30px;
}

.privacybox a {
  position: relative;
  padding-left: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 20px;
}

.privacybox a::before {
  content: "";
  position: absolute;
  background: #749dd8;
  height: 7px;
  width: 7px;
  z-index: 1;
  top: 7px;
  left: -15px;
}

.footer_right h4 {
  font-size: 21px;
  color: #fff;
  margin: 0 0 20px;
}

.footer_right p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.footer_social {
  display: flex;
  gap: 10px;
}

.footer_social a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #000;
  margin-top: 20px;
  background-color: #fff;
  text-decoration: none;

}

.copy {
  text-align: center;
  border-top: 1px solid #749dd8;
  padding: 20px 0 0;
  color: #fff;
  font-size: 14px;
}

.section1,
.section2 {
  padding: 50px 0;
  background-color: #F1F1F1;
  border-bottom: 3px solid #FFFFFF;
}

.section2 {
  border: 0;
  padding-bottom: 100px;
}

.main_sec {
  position: relative;
  display: block;
  width: 100%;
}

.main_sec::before {
  content: '';
  position: absolute;
  top: 15%;
  background: url(../images/Essential-Eight-Compliance-Readiness.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  left: 0;
  background-size: 100% !important;
}

.section1_in1 .grid.grid1,
.section1_in2 .grid.grid1 {
  display: grid;
  grid-template-columns: 32fr 68fr;
}

.section1_in1 h2,
.section2 h2 {
  font-size: 46px;
  color: #432e7d;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.section2 h2 {
  font-size: 26px;
}

.innergrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.section1_in1 p,
.section2 p {
  color: #212937;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section1_in1 a {
  position: relative;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-bottom: 15px;
  display: inline-block;
}

.section1_in1 a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0 !important;
  height: 20px;
  width: 100% !important;
  background: url(../images/contactarrow-news.svg) no-repeat;
  transition: all 0.8s ease-in-out;
  background-position: right 0;
  z-index: 9;
  background-size: 160%;
}

.section1_in1 a:hover::before {
  background-position: left 0;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden !important;
    /* padding-top: 80px; */
  }

  .header {
    /* background-color: #fff; */
  }

  .headerin {
    padding: 0 20px;
  }

  .side-cta,
  .social,
  .scroll-link {
    display: none;
  }

  .container1_inner {
    width: 100%;
  }

  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  /* .header{padding: 5px 0px;} */
  .menu2 {
    display: block;
    top: 25px;
    right: 10px;
    z-index: 99999999;
  }

  .menu {
    display: none;
  }

  .home_link {
    height: 400px;
  }

  .hl_video video {
    /* width: 150%;
        left: -25% */
    height: 400px;
    width: auto;
    left: -25%;
  }

  .hl_circle {
    width: 100%;
    top: 25%;
  }

  .hl_circle h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .hl_circle p {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
  }

  .hl_circle a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }

  .top_social {
    display: none;
  }

  .logo a {
    text-decoration: none;
    width: 185px;
    height: 55px;
  }

  .logo {
    padding-top: 18px;
  }

  .home_link {
    /* background-color: #fff; */
  }

  .hl_video video {
    /* opacity: 0.5; */
  }

  .section1 {
    /* padding-top: 20px; */
  }

  .banner_hd h2 {
    font-size: 32px;
  }

  .banner_txt {
    padding: 0 40px !important;
  }

  .banner_hd {
    font-size: 28px;
    line-height: 1.4;
  }

  .banner_cont {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .ban_but {
    display: none;
  }

  .section5_right a h3 {
    font-size: 18px;
  }

  .section1_in1 .grid.grid1,
  .section1_in2 .grid.grid1,
  .innergrid,
  .section5 .grid,
  .section5_right,
  .section6 .grid.grid1,
  .section6 .grid.grid2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .innergrid {
    gap: 50px;
  }

  .section1_in1 h2,
  .section2 h2,
  h2,
  .section3 h2,
  .section4_inner h2 {
    font-size: 24px !important;
  }

  .section6 .flex {
    flex-direction: column;
    gap: 30px;
  }

  .accordion_active h4,
  .accordion h4 {
    font-size: 21px;
  }

  .section4 img {
    display: none;
  }

  .section4,
  .section5 {
    padding: 40px 20px;
    background-color: #00060A;
  }

  .section4_inner {
    position: relative;
    padding: 0;
    top: 0;
    transform: translateY(0);
  }

  .section7_bx {
    padding: 50px 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .mFooter {
    padding: 40px 20px;
  }

  .mFooter .grid,
  .footer_right {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer_right {
    padding-left: 0px;
    border-left: 0;
    border-top: 1px solid #749dd8;
    padding-top: 40px;
  }

  .mFooter .grid {
    gap: 30px;
  }

  .section7 h2 {
    line-height: 1.4;
  }

  .mFooter h2 {
    line-height: 1.4;
  }
}

/*------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: 550px) and (max-width: 960px) {}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  .headerin {
    padding: 0 20px;
  }

  .menu>ul>li>a {
    padding: 0 15px;
  }

  .banner_txt {
    padding: 0 75px !important;
  }

  .pavcontentslider .carousel-indicators {
    padding-left: 50px;
  }

  .pavcontentslider .carousel-indicators li {
    width: 150px !important;

  }

  .pavcontentslider .carousel-indicators li span {
    font-size: 12px !important;
  }

  .section1_in1 h2,
  .section2 h2,
  h2 {
    font-size: 32px !important;
  }

  .main_sec::before {
    display: none;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1300px) {
  .menu>ul>li>a {
    font-size: 14px;
  }
}