body {
  font-family: "Poppins", sans-serif;
  padding-top: 112px;
  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: "Poppins", 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: 180px;
  height: 130px;
  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: -65px 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;
  padding: 0 50px;
  background: linear-gradient(to left, #bf8b13 40%, #fcf4cf, #c99e36);
}

.top1_left {
  display: inline-block;
  float: right;
}

.top1_left ul li {
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 300;
  position: relative;
  /* opacity: 0.7 */
}

.top1_left ul li a {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 300;
  text-decoration: none;
  /* letter-spacing: 1px; */
  transition: all 0.3s ease 0s;
}

.top1_left ul li a i {
  margin-right: 4px;
  font-size: 17px;
  display: inline-block;
}

.top1_left ul li:first-child:after {
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff3b;
}

/* 


.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 {
  float: left;
  display: inline-block;
  z-index: 999999;
}

.fixed_social li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-right: 25px;
}

.fixed_social li a {
  float: left;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 26px;
  border-radius: 0;
  line-height: 26px;
  margin-top: 8px;
  font-size: 21px;
  transition: all 0.5s;
}

.fixed_social li a:hover {
  border-radius: 0;
  transition: all 0.5s;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  /* height: 140px; */
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.18);
}

.headerin {
  padding: 0 50px;
}
.logo {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.logo a {
  position: relative;
  padding: 15px 15px;
  display: block;
  transition: all 0.3s;
}
.logo a:before {
  position: absolute;
  left: -75px;
  top: -85px;
  width: 275px;
  height: 275px;
  content: "";
  background-color: #fff;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s;
}

.logo a img {
  width: 135px;
  transition: all 0.3s;
}

.header_right {
  float: right;
  display: inline-block;
  /* width: 74%; */
}

.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: #f60;
  color: #fff;
}

.hdtop ul.rightlinks li a.mailbx {
  border-color: #f60;
  background-color: #f60;
  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 {
  float: right;
  display: inline-block;
  width: 100%;
}

.menu ul {
  list-style: none;
  float: right;
}

.menu > ul > li {
  display: inline-block;
  float: left;
  position: relative;
}

.menu > ul > li > a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 500;
  padding: 0 30px;
  height: 80px;
  line-height: 80px;
  letter-spacing: 1px;
  /* font-weight: 600; */
}

.menu > ul > li::after {
  content: "";
  height: 7px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8f8f8f;
}

.menu > ul > li:last-child:after,
.menu > ul > li:nth-last-child(2):after {
  display: none;
}

.menu > ul > li:last-child a {
  height: auto;
  line-height: normal;
  padding: 10px 20px;
  background-color: #1588c9;
  border-radius: 5px;
  color: #fff;
  margin-top: 18px;
  margin-left: 15px;
}

.menu > ul > li:last-child:hover a {
  background-color: #0f5390;
  color: #fff;
}

.menu > ul > li:last-child > a svg {
  margin-top: 0px;
  float: left;
  margin-right: 8px;
  fill: #fff;
}

/* .menu > ul > li > a:hover {
  color: #034ea2;
} */

#header.fixed1 .menu > ul > li > a {
  color: #383838;
  height: 60px;
  line-height: 60px;
}

.menu > ul > li > a i {
  margin-left: 5px;
  color: #0f5390;
}

#header.fixed1 .menu ul > li:hover a,
#header.fixed1 .menu ul > li > a.active {
  /* background-color: #0f5390;
	color: #fff; */
  color: #0f5390;
}

.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  /* background-color: #0f5390;
	color: #fff; */
  color: #0f5390;
}

/*
.menu > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #f60;
  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: 250px;
  max-width: 250px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
ul.submenu1big {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

ul.submenu2 {
  top: 0;
  left: 100%;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
}
ul.submenu1big li {
  width: 25%;
  float: left;
  display: inline-block;
  clear: none;
  padding: 0 10px;
}
ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 14px;
  line-height: 21px;
  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.submenu1big li a {
  padding: 20px !important;
}
ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover > a {
  color: #0f5390 !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: #f60;
    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: #f60;
    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: #f60;
} */

/* .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: 190px;
  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: #0f5390;
}

.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: 90px; */
  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_hd1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 15px;
}

.banner_hd h2 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 15px;
  padding: 0 15%;
  /* text-transform: uppercase; */
  /* text-shadow: 0 0 191px black !important; */
  /* font-weight: 800; */
  /* font-family: 'Inter', sans-serif; */
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 2px;
  /* font-weight: 600; */
}

.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: "Poppins", sans-serif;
  width: 100%;
  font-weight: 500;
  padding: 0 10%;
  line-height: 28px;
}

.hl_circle p {
  font-size: 21px;
  color: #fff;
  font-family: "Poppins", 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: "Poppins", 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: "Poppins", 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% - 90px);
  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 {
  width: 100%;
  position: relative;
  display: block;
  background-color: #000;
  /* width: 100%;
height: 100vh;
overflow: hidden; */
}

.Substation_image_k {
  position: absolute;
  overflow: visible;
  width: 100%;
  /* height: 903px; */
  left: 0px;
  top: 0;
  height: 100%;
  z-index: 2;
}

#Substation_image_k {
  fill: url(#Substation_image_k);
  width: 100%;
  height: 100%;
  display: block;
}

.carousel-control svg {
  width: 18px;
  fill: #fff;
  display: table;
  margin: auto;
  position: relative;
  top: 18px;
}

.carousel-control.right {
  right: 50px;
}

.carousel-control.left {
  left: auto;
  right: 110px;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background-color: #09090a;
}

/* #AdobeStock_305724406-scaled_bf {
	opacity: 0.7;
	fill: url(#AdobeStock_305724406-scaled_bf);
}
.AdobeStock_305724406-scaled_bf {
	overflow: visible;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: matrix(1,0,0,1,0,0);
} */

/* .main_banner:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0,0,0,0.5);
  height: 100%;
  z-index: 1;
} */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* opacity: 0.8; */
  /* height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: center; */
}

#Group_4 {
  position: relative;
  width: 77.4px;
  height: 9.359px;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.Icon_ionic-md-arrow-dropright {
  overflow: visible;
  position: absolute;
  width: 7.436px;
  height: 8.359px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#Icon_ionic-md-arrow-dropright {
  fill: rgba(255, 255, 255, 1);
}

.Icon_ionic-md-arrow-dropright_bh {
  overflow: visible;
  position: absolute;
  width: 7.436px;
  height: 8.359px;
  left: 15.241px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#Icon_ionic-md-arrow-dropright_bh {
  fill: rgba(255, 255, 255, 1);
}

#Icon_ionic-md-arrow-dropright_bi {
  fill: rgba(255, 255, 255, 1);
}

.Icon_ionic-md-arrow-dropright_bi {
  overflow: visible;
  position: absolute;
  width: 7.436px;
  height: 8.359px;
  left: 30.482px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#Icon_ionic-md-arrow-dropright_bj {
  fill: rgba(255, 255, 255, 1);
}

.Icon_ionic-md-arrow-dropright_bj {
  overflow: visible;
  position: absolute;
  width: 7.436px;
  height: 8.359px;
  left: 45.723px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#Icon_ionic-md-arrow-dropright_bk {
  fill: rgba(255, 255, 255, 1);
}

.Icon_ionic-md-arrow-dropright_bk {
  overflow: visible;
  position: absolute;
  width: 7.436px;
  height: 8.359px;
  left: 60.964px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.banner_txt {
  top: 32% !important;
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 0 50px !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: 38px;
  line-height: 65px;
  font-weight: 700;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; */
  padding-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase;
  /* margin-bottom: 15px; */
  position: relative;
  display: inline;
  /* letter-spacing: 1px; */
}

.banner_hd span {
  font-style: normal;
  border-bottom: 3px solid #ff4f42;
  padding: 0px 0px 7px 0px;
}

/* .banner_hd:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block;
  width: 42%;
  height: 3px;
  background: #3da6ff;
} */

.banner_cont {
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
  margin: 140px 0 20px;
  display: block;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important; */
  padding: 0px;
  letter-spacing: 1px;
  /* width: 60%; */
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* width: 110% !important;
  max-width: 110% !important; */
  width: 100%;
  max-width: 100%;
}

.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;
  /* text-transform: uppercase; */
  margin: auto;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 18px;
  padding: 0px;
  /* letter-spacing: 2px; */
  position: relative;
}

.banner_r_more a img {
  margin-left: 5px;
}

.banner_r_more a:hover {
  opacity: 0.75;
}

.chevron {
  overflow: visible;
  /* position: absolute; */
  width: 8px;
  height: 13px;
  left: 2px;
  top: 1px;
  position: relative;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#chevron {
  fill: transparent;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 2px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

.banner_r_more a img {
  width: 25px;
}

.Ellipse_1 {
  width: 55px;
  height: 55px;
  position: absolute;
  top: -20px;
  right: -25px;
  overflow: visible !important;
  /* transform: translate(-89px, -45px) matrix(1,0,0,1,231.1838,610.1838) rotate(-135deg); */
  transform-origin: center;
  transform: scale(0.8) rotate(-135deg);
}

#Ellipse_1 {
  fill: transparent;
  stroke: #ff4f42;
  stroke-width: 2px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-dasharray: 125 150;
  stroke-dashoffset: 0;
  stroke-miterlimit: 3;
  shape-rendering: auto;
}

.banner_r_more a:hover {
}

.ban_but {
  bottom: 12%;
}

.socialrt {
  position: absolute;
  left: 50px;
  bottom: 10%;
  z-index: 99;
}

.socialrt a {
  display: inline-block;
  color: #fff;
  display: block;
  margin-right: 25px;
  transition: all 0.3s;
  font-size: 24px;
  /* opacity: 0.5; */
  float: left;
}

.socialrt a:hover {
  opacity: 0.5;
}

.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;
}
.wave-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.waves {
  position: relative;
  width: 100%;
  height: 8vh;
  margin-bottom: -7px;
  min-height: 60px;
  max-height: 150px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation-duration: 25s;
  animation-delay: 0s;
}
.parallax > use:first-child {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 50px 0 50px;
  background-color: #fff;
  position: relative;
  /* border-top-right-radius: 200px; */
  /* margin-top: -200px; */
  position: relative;
  z-index: 9;
  text-align: left;
}
.abttop {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: center;
  gap: 50px;
}
.section1 h2 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #118bce;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #118bce;
  font-weight: 600;
}
.section1 p {
  font-size: 21px;
  line-height: 1.6;
  color: #000;
}
.abttop img {
  width: 100%;
  display: block;
}
.homepageproductsbx {
  width: 100%;
  display: table;
  position: relative;
  background-image: url(../images/rain-water-green-leaf-macro.png);
  padding: 50px 0;
}
.homepageproductsbx:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ebf8ff;
  opacity: 0.95;
}
.homepageproductsbx h2 {
  color: #000;
  margin-top: 0;
  position: relative;
  font-size: 46px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
}

.homepageproductsbx1 {
  width: 100%;
  display: table;
  padding: 0 15%;
  margin-top: 40px;
}

.homepageproductsbx1 .col-sm-3 {
  padding: 0 10px;
  width: 30%;
}

.homepageproductsbx1 .col-sm-6 {
  padding: 0 10px;
  width: 50%;
}

.homepageproductsbx1in {
  text-decoration: none;
  display: block;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.homepageproductsbx1in1 {
  display: table;
  margin-bottom: 20px;
}

.homepageproductsbx1in:hover {
  border-color: #1588c9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.homepageproductsbx1in h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0;
  background-color: #fff7d6;
  border-radius: 30px;
}

.homepageproductsbx1in p {
  font-size: 14px;
  line-height: 24px;
  color: #a7a8aa;
  min-height: 265px;
  display: block;
}

.homepageproductsbx1in1 p {
  min-height: auto;
}

.homepageproductsbx1in img {
  width: 100%;
  display: block;
}

.homepageproductsbx1in1 img {
  width: 110%;
  display: block;
  max-width: 110%;
}

.corporatepresent {
  clear: both;
  width: 100%;
  display: table;
  padding: 70px 50px;
  background-color: #1b1e22;
}

.corporatepresent img {
  width: 96%;
  display: block;
}

.corporatepresent p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 50px;
}

.hppbbtns {
  clear: both;
  width: 100%;
  display: table;
  margin: 20px 0;
  text-align: center;
}

.hppbbtns a {
  text-decoration: none;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  padding: 8px 15px;
  background-color: #c00005;
  border: 1px solid #c00005;
  color: #fff;
  letter-spacing: 0.5px;
}

.hppbbtns a.pi {
  background-color: #fff;
  color: #c00005;
}

.hppbbtns a:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.hppbbtns a.pi:hover {
  color: #fff;
}

.secservices {
  width: 100%;
  display: table;
  position: relative;
  background-color: #fff;
  padding: 20px 0 50px;
}

.secservices:before {
  position: absolute;
  bottom: 0;
  height: 80%;
  background-color: #eeeeee;
  content: "";
  width: 100%;
}

.secservin {
  width: 100%;
  display: table;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}

.secserc1 {
  display: inline-block;
  background-color: #ec3237;
  padding: 90px 40px;
  width: 100%;
  min-height: 375px;
}

.secserc1 h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}

.secserc1 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0;
}

a.secserc2 {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
  padding: 90px 40px 0;
  min-height: 375px;
}

a.secserc2 img.mimg1 {
  width: 75px;
}

a.secserc2 h3 {
  margin: 30px 0;
  width: 100%;
  display: block;
  color: #000;
  font-weight: 300;
  transition: all 0.3s;
  font-size: 30px;
}

a.secserc2:hover h3 {
  color: #ec3237;
}

.qlinks1 {
  width: 100%;
  display: table;
  background-color: #003180;
  padding: 50px 50px;
}

.qlinks1 h2 {
  text-align: center;
  font-weight: 200;
  color: #fff;
  font-size: 28px;
  position: relative;
  padding-bottom: 30px;
  /* letter-spacing: 1px; */
  margin-bottom: 30px;
}

.qlinks1 h2 span {
  font-weight: 300;
}

.qlinks1 h2:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: table;
  content: "";
  width: 25%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}

.qbox1 {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 140px;
  min-height: 120px;
}

.qbox1 .qbimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-color: #0c4899;
  border-radius: 120px;
}

.qbox1 .qbimg img {
  width: 50px;
}

.qbcont {
}

.qbcont h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  width: 100%;
  display: inline-block;
}

.qbcont p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 2px;
  /* opacity: 0.5 ; */
}

.section1 ul {
  list-style: none;
  width: 100%;
  display: table;
}

.section1 ul li a {
  text-decoration: none;
  color: #000;
  transition: all 1s;
  display: table;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.section1 ul li.xl {
  width: 50%;
  float: left;
  display: inline-block;
}

.section1 ul li.medium {
  width: 50%;
  float: left;
  display: inline-block;
}

.section1 ul li a .img1 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  transition: all 1s;
  background-size: cover;
  transform: scale(1, 1);
  background-position: center center;
}

/*.section1 ul li a .img1 img{
    width: 100%; display: block; 
     overflow: hidden;
    display: block;
}*/

.section1 ul li.medium .img1 {
  /* width: 50%; */
  float: left;
}

.section1 ul li a .prodcont1 {
  width: 100%;
  position: relative;
  display: table;
  padding: 40px 75px;
  background-color: #fff;
  height: 300px;
}

.section1 ul li.medium a .prodcont1 {
  width: 50%;
  /* float: left; */
  /* display: inline-block; */
  position: relative;
  z-index: 9;
  display: table-cell;
  vertical-align: middle;
}

.section1 ul li.medium a .prodcont1.redbg {
  background-color: #fc641a;
}

.section1 ul li.medium a .prodcont1.blackbg {
  background-color: #000f41;
}

.section1 ul li a:hover .img1 {
  transform: scale(1.05, 1.05);
}

.prodcont1 h3 {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 0;
}

.section1 ul li.medium a .prodcont1.redbg h3 {
  color: #000f41;
}

.prodcont1 p {
  font-size: 14px;
  line-height: 21px;
  padding-right: 50px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section1 ul li.medium a .prodcont1 p {
  padding-right: 0px;
}

.section1 ul li.medium a .prodcont1.redbg p {
  color: #fff;
}

.section1 ul li.medium a .prodcont1.blackbg p {
  color: #fff;
}

.prodcont1 .rmore {
  padding: 5px 20px;
  border: 2px solid #fc641a;
  color: #fc641a;
  transition: all 0.3s;
  background-color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
}

.section1 ul li.medium a .prodcont1.redbg .rmore {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.section1 ul li.medium a .prodcont1.blackbg .rmore {
  background-color: #fff;
  border-color: #fff;
  color: #000f41;
}

.section1 ul li a .prodcont1:before {
  content: "";
  /* transform: translate(-50%, -50%) rotate(45deg); */
  top: 0px;
  left: 50%;
  /* width: 5.2rem;
    height: 2.5rem; */
  position: absolute;
  /* background-color: #fff; */
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid red;
  border-bottom: 25px solid transparent;
}

.section1 ul li.medium a .prodcont1:before {
  top: 60%;
  left: auto;
  left: 100%;
}

.section1 ul li.medium1 a .prodcont1:before {
  top: 60%;
  left: auto;
  left: -49px;
  border-top: 25px solid transparent;
  border-right: 50px solid red;
  border-bottom: 25px solid transparent;
  border-left: 0 !important;
}

.section1 ul li.medium2 a .prodcont1:before {
}

.section1 ul li.medium3 a .prodcont1:before {
}

.section1 ul li.medium5 a .prodcont1:before {
}

.section1 ul li.medium a .prodcont1.bgcolor1 {
  background-color: #56ddee;
}

.section1 ul li.medium2 a .prodcont1.bgcolor1:before {
  border-left: 50px solid #56ddee;
}

.section1 ul li.medium a .prodcont1.bgcolor2 {
  background-color: #159feb;
}

.section1 ul li.medium a .prodcont1.bgcolor2:before {
  border-left: 50px solid #159feb;
}

.section1 ul li.medium a .prodcont1.bgcolor3 {
  background-color: #dfdfdf;
}

.section1 ul li.medium a .prodcont1.bgcolor3:before {
  border-right: 50px solid #dfdfdf;
  top: 25%;
}

.section1 ul li.medium a .prodcont1.bgcolor4 {
  background-color: #202f46;
  width: 40%;
}

.section1 ul li.medium a .prodcont1.bgcolor4:before {
  border-right: 50px solid #202f46;
}

.section1 ul li.medium a .prodcont1.bgcolor5 {
  background-color: #ef4924;
}

.section1 ul li.medium a .prodcont1.bgcolor5:before {
  border-left: 50px solid #ef4924;
  top: 25%;
  bottom: auto;
}

.section1 ul li.medium.w-45 {
  width: 45%;
}

.section1 ul li.medium.w-55 {
  width: 55%;
}

.section1 ul li.medium.w-45 .prodcont1 {
  width: 65%;
}

/*section2*/

.section2 {
  width: 100%;
  display: table;
  padding: 80px 0 50px;
  position: relative;
  background-color: #efefef;
  background-image: url("../images/solbg.png");
  background-position: left center;
  background-size: cover;
  /* background-image: url('../images/hero_home_01.jpg'); */
  /* background-image: url('../images/background_02.jpg');
  background-repeat: no-repeat;
  background-position: right -90px;
  background-size: cover; */
  /* background-color: #f3f3f5 */
}

.section2::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #032c44;
  opacity: 0.91;
}

/* .section2::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-1.png) left top no-repeat;
}
.section2::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-2.png) right top no-repeat;
} */

.sec2sol {
  width: 100%;
  display: table;
  border-right: 1px solid #00a7ff;
  padding: 0 60px;
}

.sec2sol h2 {
  color: #ff6367;
  font-size: 42px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}

.sec2sol p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

.section2 ul {
  padding-left: 60px;
  width: 100%;
  list-style: none;
}

.section2 ul li {
  float: left;
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
  color: #fff;
}

.section2 ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  transition: all 0.3s;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.section2 ul li a img {
  width: 26px;
  margin-right: 0px;
  top: 0px;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s;
}

.section2 ul li a:hover img {
  margin-left: 15px;
}

/*section2*/

.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: #0f5390;
  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: #12528f;
  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: 90px 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;
}

/*innerbanner*/

.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-color: #010716;
  margin-top: 80px;
}

.inner_banner img {
  width: 100%;
  display: block;
}

.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 40%;
  left: 0%;
  padding: 0px;
  z-index: 9;
}

.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  /* position: absolute; */
  bottom: -25px;
  width: 100%;
  left: 0%;
  z-index: 9;
}

.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
}

.innertxt1 ul li:last-child {
  padding-right: 0px;
}

.innertxt1 ul li:after {
  content: "\f105";
  font-family: fontAwesome;
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 6px;
  top: 3px;
}

.innertxt1 ul li:last-child:after {
  display: none;
}

.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}

.inner_banner h1 {
  color: #fff;
  font-size: 42px;
  line-height: 60px;
  font-weight: 500;
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  /* letter-spacing: 4px; */
}

.inner_banner h1 span {
  color: #fff;
}

.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}

/*innerbanner*/

.hwdibx {
  width: 100%;
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  min-height: 430px;
  transition: all 0.3s;
  cursor: pointer;
}

.hwdibx h3 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  clear: both;
  width: 100%;
  text-align: center;
}

.hwdibx p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(74, 74, 74, 1);
  text-align: center;
  margin-bottom: 0;
}

.hwdibximg {
  width: 150px;
  height: 150px;
  margin: auto;
  display: table;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 150px;
  text-align: center;
}

.hwdibximg img {
  margin-top: 45px;
  width: 65px;
}

.hwbg1:hover {
  background-color: #ef4924;
}

.hwbg2:hover {
  background-color: #7bb429;
}

.hwbg3:hover {
  background-color: #018ace;
}

.hwbg4:hover {
  background-color: #feb129;
}

.hwdibx:hover p,
.hwdibx:hover h3 {
  color: #fff;
}

.keyofferings {
  width: 100%;
  display: table;
  padding: 50px 0 10px;
  background-color: #fff;
}

.keyofferings h2 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 36px;
}

.keyofferings h2 span {
  font-weight: 600;
}

.keyoffbx {
  width: 90%;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
}

.keyoffbx img {
  width: 90px;
}

.keyoffbx h3 {
  color: rgba(0, 49, 128, 1);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  clear: both;
  width: 100%;
}

.keyoffbx p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(74, 74, 74, 1);
  height: 104px;
}

.searchbox {
  width: 100%;
  margin-top: 30px;
}

.searchbox span {
  font-size: 12px;
  color: #fff;
  margin: 0px 0px 10px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: table;
}

.banner_fields {
  width: 41%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  padding: 15px;
  float: left;
  border: none;
  margin: 0px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.formsubmit {
  margin: 0px 6px;
  width: 15%;
  height: 100%;
  color: #fff;
  border-radius: 2px;
  padding: 12px 20px 12px 16px;
  float: right;
  text-align: center;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  background-color: #0074bf;
}

.formsubmit:hover {
  background-color: #f01c26;
}

.searchbox h3 {
  color: #fff;
  z-index: 9;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 30px;
  clear: both;
  width: 100%;
  display: inline-block;
}

.innersec1 {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
}

.innersec1 h2 {
  color: #0173be;
  font-size: 42px;
  line-height: 66px;
  width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-bottom: 10px;
}

.innersec1 h2:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 80px;
  height: 1px;
  background-color: #f60;
  content: "";
}

.innersec1 p {
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 28px;
  margin-bottom: 30px;
}

.innerpg1 {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

ul.mgmnt {
  width: 100%;
  clear: both;
  padding: 0px;
  margin: 0;
}
ul.mgmnt li {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 15px;
}
ul.mgmnt li a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #c00005;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
ul.mgmnt li a .mimg {
  width: 100%;
  display: block;
  position: relative;
}
ul.mgmnt li a .mimg span {
  position: absolute;
  left: 38%;
  top: 48%;
  padding: 5px 15px;
  background-color: #fff;
  border: 2px solid #ff4f42;
  color: #ff4f42;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 5px;
  opacity: 0;
}
ul.mgmnt li a:hover .mimg span {
  opacity: 1;
}
ul.mgmnt li a .mimg:before {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  transition: all 0.3s;
}
/* ul.mgmnt li a .mimg:after{
	position: absolute;
	left: 43%;
	top: 40%;
	content: "+";
	font-size: 60px;
	color: #fff;
	font-weight: 100;
	transition: all 0.3s;
	opacity: 0;
  } */
ul.mgmnt li a:hover .mimg:before {
  top: 0px;
}
ul.mgmnt li a:hover .mimg:after {
  opacity: 1;
}
ul.mgmnt li a img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}

ul.mgmnt li a h3 {
  font-size: 21px;
  color: #fff;
  padding: 15px 0;
  font-weight: 400;
}

.innerscroll img.fs-gal {
  border: 3px solid #ff4f42;
  margin-bottom: 20px;
}

.nnews1 {
  display: table;
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.nnewsbx1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.upcoming-item__date {
  color: #fff;
  font-weight: 700;
  padding: 20px 10px 25px 10px;
  min-width: 100px;
  text-align: center;
  margin-right: 10px;
  display: block;
  background: #ff4f42;
}
.upcoming-item__date span:first-of-type {
  display: block;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0;
}
.upcoming-item__body {
  padding: 20px;
  max-width: calc(100% - 110px);
  -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  width: 100%;
  background-color: #fff;
}
.upcoming-item__body img {
  width: 100%;
  display: block;
}
.upcoming-item__body h3 {
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px 0;
}
.upcoming-item__body p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 300;
}
.upcoming-item__body a {
  text-decoration: none;
  border: 2px solid #ff4f42;
  color: #333;
  padding: 10px 30px;
  transition: all 0.3s;
  text-transform: capitalize;
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  float: right;
  text-transform: uppercase;
  background-color: transparent;
}
.upcoming-item__body a:hover {
  background-color: #ff4f42;
  color: #fff;
}

.newsdescrppg {
  width: 100%;
  display: inline-block;
  padding: 50px 0 20px;
  position: relative;
  overflow: hidden;
  background-image: url("../../images/bg-tabs3.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
a.backbtn {
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #ff4f42;
  color: #fff;
  transition: all 0.3s;
  padding: 10px 40px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  border-radius: 5px;
}
a.backbtn:hover {
  background-color: #1f1f1f;
}
.newsdescrppg h2 {
  color: #1f1f1f;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}
.newsdescrppg p span {
  margin-right: 20px;
}
.newsdescrppg p span i {
  margin-right: 5px;
  color: #ff4f42;
  font-size: 18px;
  position: relative;
  top: 0px;
}
.newsdescrppg p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  margin-bottom: 20px;
}
.newsdescrppg ul {
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
}
.newsdescrppg ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 25px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}
.newsdescrppg ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #ff4f42;
}

.innerpgpppp {
  min-height: 290px;
}
.innerpgpppp h4 {
  letter-spacing: 0;
  font-size: 23px;
}
.innerpgpppp p {
  height: 48px;
  overflow: hidden;
}

/*prodpgbx*/
.prodpgbx {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
}
.prodcontbx {
  padding-left: 40px;
}
.prodpgbx h2 {
  text-align: left;
  margin-top: 0px;
  position: relative;
  color: #ff4f42;
  font-weight: 800;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.prodpgbx h2:before {
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 60px;
  content: "";
  height: 2px;
  background-color: #1f1f1f;
}
.prodpgbx p {
  font-size: 16px;
  line-height: 32px;
  color: #1f1f1f;
}
.prodcontbx ul,
.tab3_container ul {
  margin: 0px;
  width: 100%;
  float: left;
  list-style: none;
}
.prodcontbx ul li,
.tab3_container ul li {
  float: left;
  line-height: 22px;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  color: #000;
}
.prodcontbx ul li::after,
.tab3_container ul li:after {
  color: #ff4f42;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 16px;
  left: -10px;
  position: absolute;
  top: 0px;
}
.prodpgbx h3 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff4f42;
  margin: 20px 0;
  display: inline-block;
  border-bottom: 2px solid #ff4f42;
}
.prodpgbx table {
  width: 100%;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.prodpgbx table thead {
  background: #1f1f1f;
  font-weight: 600;
}
.prodpgbx table th {
  padding: 15px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
}
.prodpgbx table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.relprod .techhd1 {
  margin-top: 0px;
  font-size: 26px;
}

a.prod_cart1 {
  padding: 12px 35px 12px 30px;
  text-decoration: none;
  color: #fff;
  background-color: #1f1f1f;
  border-radius: 30px;
  float: right;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  transition: all 0.3s;
}
a.prod_cart2 {
  background-color: #e63c09;
}
a.prod_cart1 i {
  margin-right: 10px;
  font-size: 21px;
}
a.prod_cart1:hover {
  background-color: #c00005;
}
.xzoom-thumbs a {
  width: 24%;
  padding: 0 10px;
  display: inline-block;
}
.xzoom-thumbs a img {
  width: 100%;
  display: block;
  margin: 0;
}
/*prodpgbx*/

.multi_tabs3 {
  margin-top: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}
ul.tabs3 {
  float: left;
  height: 42px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
ul.tabs3 li {
  border-left: medium none;
  color: #555;
  cursor: pointer;
  float: left;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  margin: 0 1px 0 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
ul.tabs3 li::after {
}
ul.tabs3 li:last-child::after {
  background-color: transparent;
}
ul.tabs3 li:hover {
  border-bottom: 2px solid #ff584b;
  color: #000;
}
ul.tabs3 li.active3 {
  border-bottom: 2px solid #ff584b;
  color: #000;
}
.tab3_container {
  background: #ffffff;
  border-top: medium none;
  clear: both;
  float: left;
  width: 100%;
}
.tab_content3 {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 0;
  text-align: justify;
}
.tab_content3 ul {
  margin-top: 20px;
  padding-left: 20px;
}
.tab_content3 ul li {
  color: #000;
  line-height: 26px;
  font-size: 14px;
}

.aboutpgg h4 {
  padding: 60px 50px 0;
  color: #1972ba;
  /* letter-spacing: 4px; */
  font-size: 55px;
  font-weight: 700;
  /* text-transform: uppercase; */
  position: relative;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.aboutpgg h4:before {
  display: block;
  width: 180px;
  height: 1px;
  background-color: #3db54a;
  position: absolute;
  top: 30px;
  left: -80px;
  content: "";
  border: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0;
  padding: 0;
}

.aboutpgg h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  color: #3db54a;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.aboutpgg h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
  color: #ff4f42;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.aboutpgg p {
  font-size: 18px;
  line-height: 38px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #1f1f1f;
  margin: 0;
}

.infragallery,
.certipg {
  width: 100%;
  display: table;
  clear: both;
}
.gal1 {
  float: left;
  display: inline-block;
  width: 25%;
  padding: 10px;
}
.cert1 {
  width: 33.33%;
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}
.gal1 img {
  width: 100%;
  display: block;
  border: 2px solid #ff584b;
}
.cert1 a {
  padding: 10px;
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s;
  border: 2px solid #ff584b;
  background-color: #fff;
}
.cert1 a:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.cert1 a img {
  border: 0px;
}
.cert1 a h4 {
  width: 100%;
  text-align: center;
  margin: 10px 0 0px;
  font-size: 18px;
  color: #fff;
  background-color: #1f1f1f;
  padding: 5px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-style: normal;
}

.aboutpgg ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.aboutpgg ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url("../images/libox.png");
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 21px;
  background-position: left 7px;
  font-family: "Poppins", sans-serif;
}

.innerpg1.aboutpgg1 {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40%;
  background-color: #f8f8f8;
  display: table;
  width: 100%;
  padding: 80px 0;
}

.aboutpgg2 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40%;
  padding: 80px 0;
  background-color: #f8f8f8;
}

.copy_terms {
  background-color: #083964;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}
.cd_contactpg2 {
  background-color: #1588c9;
}
.cd_contactpg2 .grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 0;
  padding: 20px 0;
  align-items: center;
}
.cd_contactpg2 .grid .cotph img {
  width: 50px;
}
.cotph {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden !important;
    padding-top: 100px;
  }
  .header {
    background-color: #fff;
    height: 100px;
  }

  .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: 50px;
    right: 10px;
    z-index: 9999;
  }
  #download {
    height: 98px;
  }
  .menu {
    display: none;
  }
   .menu.menu1 {
    display: block;
    border: 0;
  }
  .menu > ul > li > a{
      height: auto;
      line-height: normal;
  }
  .menu > ul > li::after{display: none;}
  .menu > ul > li:last-child a{margin: 0; text-align: left; border-radius: 0; padding-left: 0;}
  .cotph{font-size: 16px;}
  .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 {
    padding: 5px;
  }
  .home_link {
    /* background-color: #fff; */
  }
  .hl_video video {
    /* opacity: 0.5; */
  }
  .section1 {
    /* padding-top: 20px; */
  }
  .banner_hd h2 {
    font-size: 32px;
  }
  .title-items__title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .section-hero_cont {
    top: 25%;
    display: block;
  }
  .title-items__subtitle {
    letter-spacing: 0;
    font-size: 12px;
  }
  .bannerboxcont {
    width: 100%;
    left: 0;
    top: 150px;
  }
  .pghd1::before {
    display: none;
  }
  .pghd1 h2,
  .solhdbx h2 {
    font-size: 32px;
  }
  .pghd1 h4,
  .solhdbx h4 {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .section1::after {
    height: 80%;
  }
  .section1 ul li {
    width: 50%;
  }
  .section1 ul li:last-child {
    display: none;
  }
  .section1 ul li a .b2info {
    padding: 20px;
  }
  .section1 ul li a .b2info .b2hd1 {
    padding-top: 40px;
    font-size: 18px;
    line-height: 28px;
  }
  .b2info .b2rm1 {
    font-size: 14px;
  }
  .solhdbx {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .solhdbx a {
    bottom: auto;
    top: -40px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .button-line {
    min-width: 40px;
  }
  .section1 ul li {
    width: 100%;
    clear: both;
  }
  .solinfo h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .solhdbx2 p {
    font-size: 21px;
    line-height: 32px;
  }
  a.expbx1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  a.expbx1 .expbody {
    position: relative;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    padding: 0;
    margin-top: 40px;
  }
  .section4 {
    margin-bottom: 30px;
  }
  .section5 {
    width: 100%;
  }
  .dual-box-left {
    width: 100%;
    clear: both;
    padding: 30px;
  }
  .dual-box-holder {
    display: -webkit-block;
    display: -ms-block;
    display: block;
  }
  .dual-box-content h2 {
    font-size: 24px;
  }
  .dual-box-content p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .dual-box-content a {
    font-size: 16px;
  }
  .mFooter {
    display: block;
    padding: 20px;
    height: auto;
    padding: 20px 0 0;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
  }
  .mFooter a {
    float: none;
  }
  .mFooter .pull-right {
    display: table;
    margin: auto;
    float: none !important;
  }
  .site-footer-content,
  .footer-contacts {
    display: -webkit-block;
    display: -ms-block;
    display: block;
  }
  .copyright-box {
    margin-bottom: 20px;
  }
  .footer-contacts p a {
    font-size: 16px;
  }
  .footer-soc {
    width: 100%;
    clear: both;
    margin-top: 15px;
  }
  ul.soc-links li {
    margin-left: 0;
    margin-right: 20px;
  }
  .innertxt1 {
    top: 50%;
    padding: 0 0px;
  }
  .inner_banner h1 {
    font-size: 18px !important;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .aboutpgg p {
    font-size: 14px;
    line-height: 24px;
  }
  .innertxt1 ul li {
    font-size: 12px;
  }
  .a2bb h3 {
    font-size: 16px;
  }
  .cert1 {
    width: 100%;
    clear: both;
  }
  .inner_banner img {
    /* opacity: 0.75; */
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
  }
  .inner_banner {
    /* background-color: #fff; */
    margin-top: 0;
  }
  .innertxt1 ul li::after {
    top: 3px;
  }
  .innersec1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .innersec1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .whyUs .whyleft {
    width: 100%;
  }
  .whyUs .whyright,
  .whyright li {
    width: 100%;
    clear: both;
  }
  .whyleft h2 {
    font-size: 28px;
  }
  .solcont1 h3 {
    font-size: 21px;
    line-height: 28px !important;
  }
  .solcont1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .page_left,
  .page_right {
    width: 100%;
    clear: both;
  }
  .page_right {
    margin-top: 40px;
  }
  .page1 .sticky {
    position: -webkit-relative;
    position: -moz-relative;
    position: -o-relative;
    position: -ms-relative;
    position: relative;
    top: 0px;
  }
  .page1 h2,
  .jobpositions1 h2 {
    font-size: 24px;
  }
  .page1,
  .jobpositions1 p {
    font-size: 18px;
    line-height: 26px;
  }
  .job_des {
    width: 100%;
    clear: both;
    margin-top: 15px;
  }
  .fulltime {
    top: -50px;
  }
  .com_name {
    font-size: 18px;
  }
  ul.jobloc_map li,
  .jobpositions1 p {
    font-size: 16px;
  }
  .com_name {
    width: 100%;
  }
  .page_ul ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .careerform .form-group {
    padding: 0;
    margin-top: 20px;
  }
  .careerform h2 {
    font-size: 24px;
  }
  .careerform input.form-control,
  .careerform textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    font-size: 14px;
  }
  input.subres {
    font-size: 16px;
  }
  .contactpg {
    padding: 30px 0;
    display: block;
  }
  .add1 h5 {
    font-size: 18px !important;
    line-height: 28px;
  }
  .adbxin a {
    font-size: 16px;
  }
  /* .carousel-inner{height: 100%;} */
  .section1 h2 {
    font-size: 21px;
    line-height: 28px;
    /* padding: 40px; */
  }
  .aboutconttt {
    width: 100%;
  }
  .flip-card {
    margin-top: 15px !important;
  }
  .aboutcontent a {
    margin-left: 0;
    font-size: 14px;
  }
  .abox1 {
    padding: 40px 20px;
  }
  .abox1 img {
    width: 90px;
    margin: auto;
    display: table;
  }
  .abox1 h4 {
    font-size: 24px;
    text-align: center;
  }
  .abox1 p {
    font-size: 14px;
    text-align: center;
  }
  .abox1 a {
    float: none;
    display: table;
    margin: auto;
    font-size: 14px;
  }
  .sec2left h2 {
    font-size: 28px;
  }
  .sec2left h2 {
    font-size: 24px;
  }
  .sec2left h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .ftleft1 {
    width: 100%;
    clear: both;
    display: table;
    margin-bottom: 20px;
  }
  .footer {
    padding: 40px 20px 20px;
  }
  .ftcopu span {
    font-size: 9px;
  }
  .Subtraction_1 {
    width: 100%;
  }
  .Subtraction_1 {
    bottom: -20px;
  }
  .add_text {
    font-size: 16px;
  }
  .ftul1 li a {
    font-size: 14px;
  }
  .aboutbx2 h2 {
    font-size: 24px;
  }
  .aboutpgg h3 {
    font-size: 21px;
  }
  .innerpg1.aboutpgg1,
  .innerpg1.aboutpgg2 {
    background-image: none !important;
  }
  .innerpg1.aboutpgg2 {
    padding: 0;
  }
  img.mobimg {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .page_content,
  .page_nav {
    width: 100%;
    clear: both;
  }
  .stickme {
    position: relative;
    -webkit-position: relative;
    -moz-position: relative;
    -o-position: relative;
    -ms-position: relative;
    top: 0px;
    right: 0;
  }
  .inner_banner ul {
    width: 100%;
    left: 0;
    /* display: none; */
  }
  .servidpg h1 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .servidpg p {
    font-size: 14px;
    line-height: 21px;
  }
  .sub {
    float: right;
  }
  .page_content h2 {
    text-align: left;
    font-size: 21px;
  }
  .job_dets {
    width: 100%;
  }
  .fixme {
    position: relative;
    -webkit-position: relative;
    -moz-position: relative;
    -o-position: relative;
    -ms-position: relative;
    top: 0px;
    right: 0;
  }
  h1#goBottom {
    font-size: 24px;
  }
  .jobdescription label {
    font-size: 12px;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    display: table;
    width: 100%;
    padding: 20px;
  }
  .default-form .form-group {
    width: 100%;
  }
  .sec-title h2 {
    font-size: 24px;
  }
  .default-form .form-group input[type="text"],
  .default-form .form-group input[type="email"],
  .default-form .form-group select {
    font-size: 14px;
  }
  .default-form .form-group textarea {
    font-size: 14px;
  }
  .contact-section .info-column h5 {
    margin-top: 0;
  }
  .fthd2 {
    color: #000;
  }
  a.sec1bx1 {
    padding: 40px;
  }
  a.sec1bx1 h3 {
    font-size: 24px;
  }
  a.sec1bx1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .sectopimg {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .section2 h2,
  .btomsec h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .btomce {
    display: block;
    width: 100%;
  }
  .section2,
  .sec2btmbx1 {
    display: block;
  }
  .aboutbx11 img {
    width: 100%;
    display: block;
  }
  .ftleft1 {
    padding-left: 0 !important;
  }
  .homeservices ul li {
    width: 100%;
    clear: both;
  }
  .homeservices ul li a {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  .homeservices ul li a img {
    top: 15px;
  }
  .homeservices {
    padding-top: 70px;
  }
  .ftcontbx {
    padding-left: 0;
  }
  .ftbx1 h2 {
    margin-top: 30px;
    font-size: 28px;
  }
  .ftbx1 p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .ftbx1 a {
    font-size: 14px;
  }
  .ftimgbx img,
  .ftbx1#s2 .ftimgbx img,
  .ftbx1#s4 .ftimgbx img,
  .ftbx1#s6 .ftimgbx img {
    border-radius: 0;
  }
  .fti {
    clear: both;
    margin-top: 40px;
    display: inline-block;
  }
  .ftbx1#s2 .ftcontbx,
  .ftbx1#s4 .ftcontbx,
  .ftbx1#s6 .ftcontbx {
    padding: 0px;
    text-align: left;
  }
  .modal-dialog {
    width: 90% !important;
    margin: 60px auto;
  }
  .modal-body h2 {
    font-size: 18px;
  }
  .modal-body label,
  .reservationbx4 label {
    font-size: 12px;
  }
  .ptoplinks a {
    font-size: 12px;
  }
  .projectdetailspg h2 {
    font-size: 18px;
    display: inline-block;
  }
  .projectdetailspg h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .packages_page h2 {
    font-size: 18px;
  }
  .innergal1 ul li {
    width: 100%;
    clear: both;
  }
  .innergal1 {
    display: block;
  }
  .title-items__title span.hero-title1 {
    font-size: 36px;
  }
  /* .title-items__title span.hero-title{font-size: 24px; top: 20px} */
  a.banneranch {
    padding-top: 40px;
    font-size: 14px;
  }
  .item-box p {
    font-size: 10px;
    line-height: 16px;
    height: 64px;
    overflow: hidden;
  }
  .sectionsolutions h2,
  .sectionsolutions1 h2,
  .abtcont h2,
  .sec-title h2,
  .sectionsolutions h4 {
    font-size: 18px;
  }
  .service-box-content h3 {
    font-size: 16px;
  }
  .overlay {
    padding: 20px;
  }
  .footer_menu,
  .home_addressleft {
    width: 100%;
    clear: both;
    border-left: 0;
    padding: 0;
    min-height: auto;
  }
  .copy_right {
    font-size: 10px;
    padding-bottom: 20px;
  }
  .dev-process-section .container {
    position: relative;
  }
  .dev-process-section h2,
  .section3 h2,
  .latestblog h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .font-weight-normal {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .section-hero_cont a {
    display: table;
    margin: auto;
  }
  /* .owl-dots .owl-dot span{width: 21px !important;} */
  .aboutcontent h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutcontent p {
    font-size: 14px;
    line-height: 24px;
  }
  .section2 h1,
  .section3 h1 {
    font-size: 21px;
    line-height: 26px;
  }
  .section2 h2,
  .section3 h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .section2 h2 a {
    position: relative;
    top: auto;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top50 {
    top: 0;
  }
  .home_careers h2 {
    font-size: 21px;
    line-height: 32px;
    padding: 0;
  }
  .footer_hd {
    font-size: 18px;
  }
  .footer_menu {
    width: 100% !important;
  }
  .copy_right {
    text-align: center;
  }
  .copy_right span,
  .copyleft a {
    float: none !important;
    font-size: 12px;
  }
  .copyleft a {
    margin-top: 10px;
  }
  .home_addressleft img {
    width: 200px !important;
  }
  .sec1bg1 {
    margin-bottom: 20px;
  }
  .section1 h4 {
    font-size: 18px;
  }
  .aboutimg {
    margin-bottom: 30px;
  }
  .sec-title.light h2,
  .sec-title h2,
  .innersec1 h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .innersec1 h3 {
    margin-top: 30px;
  }
  .image-column1 .icon-box {
    left: 10px;
  }
  .innersec1 h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page1,
  .innerserv,
  .contact-section {
    padding: 40px 15px;
  }
  .careerspg h4,
  .page_content h2,
  .innerserv h1 {
    font-size: 24px;
  }
  .jobsbx1 {
    padding-left: 50px;
  }
  .servidpg h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .servidpg h4 {
    font-size: 16px;
  }
  .servidpg h1,
  .box1_left h2 {
    font-size: 21px;
    line-height: 38px;
  }
  .servidpg ul li {
    font-size: 14px;
  }
  .servidpg ul li::before {
    top: 7px;
  }
  .servidpg h3 img {
    width: 85px;
    top: 20px;
  }
  .servidpg ul li {
    width: 100%;
    clear: both;
  }
  .keyfeaturesbox h2 {
    font-size: 24px;
  }
  .newscontpg h1,
  .contactpg h2 {
    font-size: 18px;
    line-height: 36px;
  }
  a.backbtn {
    top: -50px;
    font-size: 14px;
  }
  .newscontpg p,
  .newscontpg ul li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
  }
  .newsimg {
    width: 100%;
    margin-top: 20px;
  }
  .contactpg h3 {
    font-size: 14px;
  }
  .jobloc_map .col-sm-6 {
    padding: 0 10px;
    width: 50%;
    clear: none;
    float: left;
  }
  .main_menu {
    padding: 0 0 0 20px;
  }
  /* .top1_left{display: none;} */
  .top1_left ul li {
    font-size: 14px;
  }
  .top1_left ul li:last-child {
    display: none;
  }
  .top1_left ul {
    display: flex;
    justify-content: right;
  }
  .top1_left ul li a {
    /* font-size: 12px; */
  }
  .top1_left ul li:first-child::after {
    display: none;
  }
  .headerin {
    padding: 0 20px;
  }
  .main_menu {
    height: 40px;
  }
  .innersec3,
  .innerleft ul li,
  .section2inner ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .innerleft h3 {
    font-size: 18px;
  }
  .jobsposbx p {
    font-size: 14px !important;
    line-height: 24px;
  }
  .searchbox {
    margin-top: 0;
  }
  .banner_fields {
    height: 36px;
    padding: 5px;
    width: 37%;
  }
  .clientsbx h2 {
    font-size: 24px;
  }
  .clientsbx ul li {
    width: 28%;
  }
  .clientsbx ul li img {
    padding: 10px;
  }
  .clientsbx ul {
    padding: 0;
  }
  .formsubmit {
    background: url(../images/search.png) no-repeat right #ef5227;
    background-position-x: right;
    background-position-y: center;
    transition: ease all 0.5s;
    padding: 0px;
    height: 36px;
    background-position: center center;
    font-size: 0px;
  }
  .pageTxt {
    padding: 0;
  }
  .servidpg h1,
  h2.jobdeshj {
    font-size: 21px;
  }
  .webinarspg h2 {
    font-size: 24px;
  }
  .webinar1 a.webbtn1 {
    font-size: 18px;
    line-height: 24px;
  }
  .webinar1 {
    padding: 20px;
    margin-top: 40px;
    display: inline-block;
  }
  .webinar1 p,
  .section2inner p {
    font-size: 14px;
    line-height: 24px;
  }
  .section2inner h2 {
    font-size: 21px;
  }
  .innerservmenu {
    display: block;
    padding: 0;
  }
  .innerservmenu li {
    display: inline-block;
    font-size: 12px;
  }
  .innerservmenu li a {
    padding: 10px;
  }
  a.backbtn {
    top: -35px;
    font-size: 12px;
  }
  .asset-usual .asset_title {
    font-size: 18px;
  }
  .logo a::before {
    width: 220px;
    height: 220px;
    left: -100px;
    top: -100px;
  }
  .logo a img {
    /* height: 50px; */
    width: 80px;
  }
  .logo {
    padding: 10px 0;
  }
  .fixed_social li a {
    font-size: 14px;
  }
  .secserc1,
  a.secserc2 {
    min-height: auto;
    padding: 40px;
  }
  .secserc1 h2 {
    font-size: 24px;
  }
  a.secserc2 {
    border-right: 0 !important;
    border-bottom: 1px solid #ebebeb;
  }
  a.secserc2 h3 {
    font-size: 21px;
  }
  .sec2sol {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #00a7ff;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .section2 ul {
    padding-left: 0;
  }
  .section2 ul li {
    clear: both;
    width: 100%;
  }
  ul.tabs {
    width: 100%;
    clear: both;
    position: relative;
  }
  ul.tabs li {
    float: left;
    width: 50%;
    padding: 10px !important;
    clear: none;
    font-size: 14px;
    height: 60px;
    line-height: 21px;
  }
  .tab_content {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .tab_content img {
    width: 165px;
  }
  .tab_content p {
    font-size: 18px;
    line-height: 26px;
    height: auto;
  }
  .tab_content a {
    font-size: 14px;
  }
  .sec2widbb {
    padding-left: 0;
    text-align: center;
  }
  .sec2widbb h2,
  .indtops h2,
  .x-text-content-text h2 {
    font-size: 26px;
  }
  .sec2widbb p,
  .indtops p,
  .x-text-content-text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .section21 {
    padding: 30px 0;
  }
  .e33953-138 .x-text-content-text-primary,
  h5.x-text-content-text-primary {
    font-size: 16px !important;
  }
  .lazy-hidden img {
    opacity: 1;
  }
  .e33953-131 .js-acc-image {
    height: 240px;
  }
  .e33953-143.x-text {
    padding-left: 0;
  }
  a.accbtn {
    margin-left: 0;
  }
  .e33953-122.x-section {
    padding-bottom: 40px;
  }
  .clientsbx h1 {
    font-size: 26px;
  }
  .banner_hd h2 {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
  }
  .banner_cont p {
    font-size: 14px;
    line-height: 21px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: 100% !important;
    width: 100% !important;
    left: 0%;
    position: relative;
    /* height: 200px;
    object-fit: cover;
    object-position: center center; */
  }
  .sec3bx1 a:hover .service-box-content {
    background-color: rgba(1, 1, 32, 0.9);
    border-radius: 0px;
    padding: 15px;
  }
  .item-box p {
    font-size: 10px;
    line-height: 16px;
  }
  .banner_txt {
    padding: 0 20px !important;
    top: 22% !important;
  }
  .banner_hd {
    font-size: 18px;
    line-height: 32px;
  }
  .banner_hd span {
    padding: 0 5px 5px 5px;
  }
  .banner_cont {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-top: 0px;
  }
  .banner_hd1 {
    font-size: 12px;
    letter-spacing: 0;
  }
  .socialrt {
    display: none;
  }
  .pavcontentslider .carousel-indicators {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
  /* .pavcontentslider .carousel-indicators li {
		width: 40px !important
	}
	.pavcontentslider .carousel-indicators li.active {
		width: 70px !important;
	}
	.pavcontentslider .carousel-indicators li span {
		font-size: 12px !important;
	} */
  .e33953-128.x-text {
    padding-left: 0 !important;
  }
  .x-section .swiper-slide {
    padding: 10px !important;
  }
  .section4 h2,
  .clientsbx h1 {
    font-size: 26px;
  }
  .section4 h3,
  .clientsbx p {
    font-size: 16px;
    line-height: 21px;
  }
  .section4 .col-sm-5 > .row,
  .section4 > .row {
    margin: 0;
  }
  .section4 .col-sm-5 > .row {
    padding: 0 10px;
  }
  .section4 a {
    margin-bottom: 25px;
  }
  .home_careers {
    background-size: cover;
    background-position: center center;
  }
  .footer span.contttt {
    width: 100%;
    margin-bottom: 30px;
  }
  .homesolutions h3 {
    font-size: 24px;
  }
  .homesolutions h2 {
    font-size: 14px;
    line-height: 21px;
  }
  .homesolutions h2 br {
    display: none;
  }
  .homesolutions .col-sm-7 .col-sm-6 {
    padding: 0 !important;
    margin-top: 30px;
  }
  .section1 ul li.medium a .prodcont1 {
    padding: 25px;
  }
  .prodcont1 h3 {
    font-size: 18px;
  }
  .section1 ul li.medium {
    float: none;
    clear: both;
    width: 100%;
    display: block;
  }
  .section1 ul li a .img1,
  .section1 ul li a .prodcont1 {
    height: 200px;
  }
  .section1 ul li.medium.w-45,
  .section1 ul li.medium.w-55,
  .section1 ul li.xl {
    width: 100%;
    clear: both;
  }
  .section1 ul li.medium.w-45 .prodcont1,
  .section1 ul li.medium a .prodcont1.bgcolor4 {
    width: 50%;
  }
  .prodcont1 p {
    font-size: 10px;
  }
  .asection2 h2,
  .aboutbx2 h2,
  .ab3bx1 h2,
  .careerspg1 h2,
  .pgbx h2,
  .item--title.st-line-left1 span,
  .careers_slideBlock h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .asection2 p {
    font-size: 14px;
    line-height: 24px;
  }
  .ab3bx1 p,
  .aboutbx2 p,
  .abtbtm1 p,
  .servidpg p,
  .pgbx p {
    font-size: 14px !important;
  }
  .inner-four-sec {
    margin-bottom: 30px;
  }
  .abtbtm1 h4 {
    font-size: 16px;
  }
  .servidpg h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .servidpg h4 {
    font-size: 16px;
  }
  .servidpg h1,
  .box1_left h2 {
    font-size: 21px;
    line-height: 38px;
  }
  .servidpg ul li {
    font-size: 14px;
  }
  .servidpg ul li::before {
    top: 7px;
  }
  .servidpg h3 img {
    width: 85px;
    top: 20px;
  }
  .clientsbx ul li {
    width: 50%;
  }
  .innerservmenu {
    display: none !important;
  }
  .item--title {
    font-size: 24px;
  }
  .padding-r-80 {
    padding-left: 0;
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: left !important;
  }
  .innerbx2 li,
  .innerbx3 ul li {
    width: 100%;
    clear: both;
    border: 0;
    margin-bottom: 20px;
  }
  .innerbx2 li span {
    font-size: 32px;
  }
  .innerbx2 li p {
    font-size: 18px;
  }
  .item--title.st-line-left1 span i {
    top: 12px;
  }
  .shape-bottom {
    height: 105.624px;
  }
  .pavcontentslider .carousel-indicators li {
    float: none !important;
  }
  .pavcontentslider .carousel-indicators {
    text-align: right !important;
  }
  span.bghddd {
    font-size: 38px;
  }
  .qlinks1 {
    padding: 30px;
  }
  .qlinks1 h2 {
    font-size: 18px;
  }
  .qbox1 {
    margin-bottom: 20px;
    padding-left: 90px;
    min-height: 90px;
    display: inline-block;
  }
  .qbox1 .qbimg {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
  }
  .qbcont h3 {
    margin-top: 15px;
  }
  .qbcont p {
    margin-bottom: 0;
  }
  .section1 ul {
    display: block;
  }
  .footer_menu {
    padding-left: 0 !important;
  }
  .footertop .footer_hd {
    font-size: 18px;
  }
  .ft_soc {
    margin-left: 15px;
  }
  .ft_soc a {
    margin-right: 15px;
    font-size: 21px;
  }
  .ftll {
    float: none;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }
  .ftll a {
    margin: 0 10px;
  }
  .ftcan {
    float: none;
    display: table;
    margin: auto;
  }
  .ftcopu span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .ftcan a {
    font-size: 14px;
  }
  .section1 {
    padding-top: 50px;
  }
  .asection3 {
    padding-top: 0;
  }
  .asection3 img,
  img.hss {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .asection2 .col-sm-10 {
    padding-right: 15px !important;
  }
  .asec3inner h2,
  .delivermodelbx2 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .asec3inner h2,
  .delivermodelbx2 p {
    font-size: 16px;
    line-height: 32px;
  }
  .asec3inner h2 br {
    display: none;
  }
  .asection3::before,
  .homesolutions1::before {
    width: 5%;
    display: none;
  }
  .asection4 {
    padding: 25px;
  }
  .asection4 h2 {
    font-size: 18px;
    line-height: 32px;
  }
  a.asec4an {
    margin-bottom: 30px;
  }
  .aboutqbx1 {
    width: 100%;
    display: block;
  }
  .asection5 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .w-20 {
    width: 50%;
  }
  .resp-tab-content {
    padding: 40px !important;
  }
  .resp-tabs-container h2 {
    font-size: 18px;
  }
  ul.technologies li {
    width: 50%;
  }
  ul.technologies li img {
    padding: 15px;
  }
  .devliverymodelbx {
    padding: 20px;
  }
  .dmcontbx1 {
    padding: 25px;
    min-height: auto;
  }
  .dmcontbx1 h2 {
    font-size: 21px;
  }
  .dmcontbx1 p {
    font-size: 14px;
    line-height: 18px;
  }
  .dmcontbx2 h3 {
    font-size: 18px;
  }
  .tab_content1,
  ul.tabs1 {
    width: 100%;
    display: block;
    position: relative;
  }
  ul.tabs1 li {
    font-size: 14px;
  }
  .contact-section .info-column .image {
    display: none;
  }
  .contactbottombx {
    padding: 20px 0;
    display: block;
  }
  .contactbottombxin img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .contactbottombxin1 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .contactbottombxin1 {
    display: block;
  }
  .contactbottombxin1 a {
    display: inline-block;
    clear: both;
    margin-bottom: 15px;
  }
  .contactbottombxin1 ul li {
    margin-right: 0;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .contactbottombxin1 ul {
    width: 100%;
    clear: both;
    display: inline-block;
  }
  .contact-section .sec-title h2,
  .careersmainpg h1 {
    font-size: 24px;
  }
  .careertopbx img.hss {
    width: 100%;
  }
  .careertopbx::before {
    display: none;
  }
  .careertopbx h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .careertopbx p {
    font-size: 16px;
    line-height: 24px;
  }
  .jobdescripp {
    padding: 20px;
  }
  .jobtop {
    display: inline-block;
    margin-bottom: 20px;
  }
  .consultancypgbx p {
    padding: 0;
  }
  .servsec2 {
    background-image: none !important;
    padding: 30px;
    display: inline-block;
  }
  .mobimg {
    display: block;
    width: 100%;
  }
  .mobimg img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .servsec2 h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .careertopbx {
    padding-left: 0 !important;
  }
  .transformbxxx {
    margin-bottom: 30px;
  }
  .bpmpgbx33 {
    padding: 40px 0;
  }
  .keyofferings h2 {
    padding-bottom: 0;
    font-size: 21px;
  }
  .hwdibx {
    margin-bottom: 40px;
  }
  .keyofferings {
    padding-bottom: 20px;
  }
  .e33953-124.x-col {
    padding: 0 !important;
  }
  .keyoffbx img {
    width: 70px;
  }
  .keyoffbx h3 {
    font-size: 16px;
  }
  .bpmpgbx33 h2 {
    font-size: 21px;
  }
  .modal-body {
    display: block;
  }

  .aboutcontent h2 i {
    border-bottom: 0;
  }

  .section1 ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .homepageproductsbx h2,
  .latestnewsbx h2,
  .homegallery h2 {
    font-size: 24px;
  }
  .homepageproductsbx h2 a {
    top: -10px;
    font-size: 12px;
  }
  .homepageproductsbx h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .homepageproductsbx1 {
    padding: 0 0px;
  }
  .homepageproductsbx1 .col-sm-3,
  .homepageproductsbx1 .col-sm-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .homepageproductsbx1in {
    padding: 15px;
  }
  .homepageproductsbx1 {
    margin-top: 0;
  }
  .homepageproductsbx1in h4 {
    font-size: 21px;
  }
  .homepageproductsbx1in1 img {
    width: 50%;
    display: table;
    margin: auto;
  }
  .corporatepresent {
    padding: 40px 15px;
  }
  .latestnewsbx {
    padding: 40px 5px;
  }

  .corporatepresent p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .latestnewsbx .col-sm-9 {
    border-right: 0;
  }
  .latestnewsleft h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .latestnewsleft p {
    font-size: 14px;
    line-height: 24px;
  }
  .latestnewsleft .col-sm-8 {
    margin-bottom: 50px;
  }
  .homegallery .col-sm-7,
  .homegallery .col-sm-5 {
    width: 100%;
  }
  .homegallery .owl-carousel .owl-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .homegallery .owl-nav {
    display: none;
  }
  .homegallery .owl-dots {
    display: block !important;
    bottom: -30px;
  }

  .footer .col-sm-2,
  .footer .col-sm-5,
  .footer .col-sm-4,
  .footer .col-sm-44 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #474747;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: table;
  }
  .footer_menu ul.ftqlinks2 li {
    width: 100%;
    clear: both;
  }

  .prodcontbx {
    padding-left: 0;
    margin-top: 40px;
  }
  .prodpgbx h2 {
    font-size: 24px;
  }
  .prodpgbx p {
    font-size: 14px;
    line-height: 24px;
  }
  ul.tabs3 li {
    font-size: 14px;
    padding: 0 10px;
  }
  ul.mgmnt li {
    width: 100%;
    clear: both;
  }
  ul.mgmnt li a .mimg span {
    left: 25%;
  }
  ul.mgmnt li a img {
    height: 200px;
  }
  ul.mgmnt li a h3 {
    font-size: 16px;
  }
  .newsdescrppg h2 {
    font-size: 18px;
    margin-top: 30px;
    display: inline-block;
    line-height: 28px;
  }
  .upcoming-item__date span:first-of-type {
    font-size: 32px;
  }
  .upcoming-item__date {
    padding: 10px;
  }
  .upcoming-item__date {
    min-width: 70px;
    font-size: 10px;
  }
  .upcoming-item__body {
    padding: 10px;
    max-width: 100%;
    width: 100%;
  }
  .upcoming-item__body h3 {
    font-size: 16px;
    margin-top: 30px;
    line-height: 24px;
  }
  .upcoming-item__body p {
    font-size: 14px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
  }
  .upcoming-item__body a {
    font-size: 12px;
  }
  .waves {
    max-height: 20px;
    min-height: 20px;
  }
  .abttop {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .homepageproductsbx h2 {
    margin-bottom: 20px;
  }
  .homepageproductsbx {
    padding-bottom: 20px;
  }
  .copy_terms {
    font-size: 12px;
  }
  .section1 {
    padding: 40px 20px;
  }
  .abttop img {
    width: 100px;
  }
  .cd_contactpg2 .grid{
      grid-template-columns: repeat(1, 1fr);
  }
  .cotph{border-right: 0; border-bottom: 2px solid rgba(255, 255, 255, 0.2); padding: 20px 0; justify-content: left;}
}

/*------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) {
  .hl_circle h2 {
    font-size: 36px;
  }
  .hl_video video {
    left: 0;
    height: auto;
    width: 100%;
  }
  .bannerboxcont {
    top: 200px;
  }
  .hl_circle p {
    font-size: 21px;
  }
  .hl_circle a {
    font-size: 21px;
  }
  .section1 ul li {
    width: 50%;
    clear: none;
    float: left;
  }
  .section1 ul li {
    width: 33.33%;
  }
  .section1 ul li:last-child {
    display: block;
  }
  .inner_banner h1 {
    font-size: 36px;
  }
  .innertxt1 ul li {
    font-size: 21px;
  }
  .innertxt1 ul li::after {
    top: 7px;
  }
  .innersec1 h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .headerin,
  .main_menu {
    padding: 0 20px;
  }
  .section1 h2 {
    font-size: 28px;
  }
  .abox1 h4 {
    font-size: 24px;
  }
  .abox1 {
    padding: 40px;
  }
  .abox1 p {
    font-size: 16px;
    line-height: 26px;
  }
  .sec2left h2 {
    font-size: 32px;
  }
  .sec2left h3 {
    font-size: 21px;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu > ul > li > a {
    padding: 0 20px;
  }
  ul.submenu1,
  ul.submenu2 {
    min-width: 200px;
    max-width: 200px;
  }
  .banner_hd {
    font-size: 32px;
    line-height: 55px;
  }
  #Decordecor-v1 {
    height: 52.624px;
  }
  .pavcontentslider .carousel-control {
    display: none !important;
  }
  .qlinks1 .col-sm-3 {
    width: 50%;
    margin-bottom: 25px;
  }
  .inner_banner {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .logo a {
  }
  .logo,
  #header.fixed1 .logo {
    margin-right: 20px;
    margin-left: 10px;
  }
  .hl_circle h2,
  .pghd1 h2,
  .solhdbx h2,
  .inner_banner h1 {
    font-size: 42px;
  }
  .hl_circle p {
    width: 80%;
  }
  .section1 ul li a .b2info {
    padding: 20px;
  }
  .section1 ul li {
    width: 19%;
  }
  .title-items__title {
    font-size: 36px;
    line-height: 55px;
  }
  .hl_video video {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: auto;
  }
  .section1 ul li a .b2info .b2hd1 {
    padding-top: 45px;
    font-size: 21px;
  }
  .solinfo h3 {
    padding: 0px;
    font-size: 28px;
    line-height: 36px;
  }
  .dual-box-content h2 {
    font-size: 32px;
  }
  .mFooter {
    padding: 50px 20px;
  }
  .whyright .txt h4 {
    height: 46px;
    overflow: hidden;
    line-height: 23px;
    font-size: 18px;
  }
  .whyright .txt {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .page1,
  .jobpositions1 p {
    font-size: 18px;
    line-height: 26px;
  }
  .page1 h2 {
    font-size: 21px;
  }
  .job_des p {
    margin-bottom: 15px;
  }
  .jobpositions1 h2 {
    font-size: 32px;
  }
  .asection4 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .asection4 .col-sm-3 {
    width: 50%;
    margin-bottom: 30px;
  }
  img.hss {
    bottom: auto;
    top: 0;
  }
  .inner_banner img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .devliverymodelbx {
    padding: 50px 15px;
  }
  .dmcontbx1 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .dmcontbx1 p {
    font-size: 14px;
  }
  .dmcontbx1 {
    padding: 40px;
  }
  ul.tabs1 li {
    font-size: 14px;
  }
  .keyofferings .col-sm-3 {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1300px) {
  .menu > ul > li > a {
    font-size: 14px;
  }
}
