body {
  font-family: "Graphik", sans-serif;
  padding-top: 150px;
  overflow-x: hidden;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

/* #### Generated By: http://www.cufonfonts.com #### */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graphik", sans-serif;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999999999;
  /* makes sure it stays on top */
}

#status {
  width: 150px;
  height: 126px;
  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.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -63px 0 0 -75px;
  /* 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);
  }
}

.container {
  /*max-width: 90%;*/
  max-width: 1320px;
}

.container1 {
   max-width: 1320px; 
  /*max-width: 96%;*/
  margin: auto;
}
.hometopsection {
  /* width: 100%; display: block;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px; */
}
#header .search-opener {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  width: 100px;
  height: 123px;
  overflow: hidden;
  color: #fff;
  font-size: 32px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#header .search-opener {
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
  top: -12px;
  right: -14px;
}

@media (min-width: 992px) {
  #header .search-opener {
    display: block;
  }
}

@media (min-width: 1370px) {
  #header .search-opener {
    height: 124px;
    width: 143px;
  }
}

#header .search-opener:after,
#header .search-opener:before {
  content: "";
  position: absolute;
}

#header .search-opener:before {
  width: 174px;
  height: 150px;
  background: #4267b0;
  -webkit-transform: rotate(24deg) skew(-4deg);
  -ms-transform: rotate(24deg) skew(-4deg);
  -o-transform: rotate(24deg) skew(-4deg);
  transform: rotate(24deg) skew(-4deg);
  left: 27px;
  top: -48px;
}

#header .search-opener:after {
  background: #264589;
  bottom: -30px;
  left: 14px;
  width: 159px;
  height: 53px;
  -webkit-transform: rotate(24deg) skew(234deg);
  -ms-transform: rotate(24deg) skew(234deg);
  -o-transform: rotate(24deg) skew(234deg);
  transform: rotate(24deg) skew(234deg);
}

#header .search-opener:hover:before {
  background: #23216e;
}

#header .search-opener:hover:after {
  background: #17163c;
}

#header .search-opener .fa {
  position: absolute;
  left: 56%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.8em;
}

a.scroll-down-link {
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 5%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.75;
  width: 60px;
}

/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

/*--------header-----------*/

.header {
  /* position: fixed;
  z-index: 9; */
  top: 0px;
  left: 0px;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
  /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}

#header.fixed1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /* background-color: #fff; */
  /* z-index: 99999; */
  /* padding-top: 20px; */
  border-bottom: 0px;
  /* box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); */
  /* background-image: url(../images/nav-marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 7px; */
}
#header.fixed1 {
  background-color: #fff;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
#header.fixed1.fixed2 {
  z-index: 99999999;
  position: fixed;
}
.logo {
  float: left;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo1.html);
  background-repeat: no-repeat;
  background-position: left center;
  width: 145px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 150px;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  float: left;
  position: relative;
  z-index: 999;
}
#header.fixed1.fixed2 .logo {
  height: 100px;
}
#header.fixed1 .logo a {
  background-image: url(../images/logo.svg);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}
#header.fixed1.fixed2 .logo a {
  width: 100px;
}
.headerright1 {
  float: right;
  display: inline-block;
  /* width: 75%; */
  text-align: right;
}

.topmenubx {
  display: inline-block;
}

.topnav {
  padding: 11px 0 0;
}

.topnav ul {
  list-style: none;
  display: inline-block;
}

.topnav ul li {
  display: inline-block;
  margin: 0 5px;
}

.topnav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  padding: 0 16px;
  box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Graphik", sans-serif;
  border-radius: 30px;
}

.topnav ul li a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* .topnav ul li:first-child a:hover {
    border-color: #e67918;
    color: #fff;
    background-color: #e67918;
} */

.topnav ul li:last-child a {
  border-color: #414141;
  color: #fff;
  background-color: #414141;
}

/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-block;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  /* padding-top: 5px; */

  /* height: 100px;
  line-height: 100px; */
  /* padding-bottom: 20px; */
  padding: 0 12px;
  padding-top: 5px;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 15px;
  /* display: block; */
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 10px 0px;
  /* letter-spacing: 1px; */
  font-family: "Graphik", sans-serif;
  color: #00466e;
  height: 100px;
  line-height: 100px;
}
.menu > ul > li > a:after {
  position: absolute;

  right: 0px;
  left: 0px;
  width: 0px;
  margin: auto;
  height: 1px;
  background: #ef333a;
  bottom: 8px;
  content: "";
  transition: all 0.5s;
}
.menu > ul > li:hover > a:after,
.menu > ul > li > a.active::after {
  transition: all 0.5s;
  width: 100%;
  display: table;
  background: #ef333a;
}
.menu > ul > li > a img {
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
  /* color: #41beff; */
}

.menu > ul > li.contactli {
  height: 90px;
  line-height: 90px;
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: #fbfcfd;
  color: #000;
  transition: all 0.5s;
  padding: 10px 20px;
  border: 1px solid #e5ecf0;
  text-transform: uppercase;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed1 .menu > ul > li > a {
  color: #00466e;
  font-family: "Graphik", sans-serif;
  /* text-transform: uppercase */
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 12px;
}

#header.fixed1 .menu > ul > li.contactli {
  margin-left: 20px;
}

#header.fixed1 .menu > ul > li.contactli > a {
  /* color: #fff !important; */
  height: 90px;
  line-height: 90px;
  font-size: 15px;
  font-weight: 400;
}
#header.fixed1 .menu > ul > li.contactli > a img {
  height: 13px;
  margin-right: 5px;
  position: relative;
top: -4px;
}

#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #ef333a;
  opacity: 1;
}
/* 
#header.fixed1 .menu>ul>li:last-child a {
	height: auto;
	line-height: normal;
	padding: 8px 25px;
	background-color: #EF333A;
	border-radius: 30px;
	color: #fff;
	margin-top: 28px;
	margin-left: 0px;
}

#header.fixed1 .menu>ul>li:last-child:hover a {
	background-color: #00466E;
	color: #fff;
} */
/* #header.fixed1 .menu>ul>li>a.active {border: 1px solid #EF333A} */

.menu > ul > li > a i {
  margin-left: 3px;
  position: relative;
  top: 0;
}

.site-header__link-icon {
  fill: #fff;
  width: 15px;
  display: block;
  float: left;
  margin-right: 6px;
}

.site-header__link-icon svg {
  width: 15px;
  position: relative;
  top: -2px;
}

.menu > ul > li > a.color1 {
  color: #71a642;
}

.menu > ul > li > a.color2 {
  color: #d3148c;
}

.menu > ul > li > a.color3 {
  color: #1eb1e4;
}

.menu > ul > li > a.color1:after,
.menu > ul > li > a.color2:after,
.menu > ul > li > a.color3:after,
.menu > ul > li.contactli > a:after {
  display: none !important;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 100%;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 90%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
#header.fixed1 .menu > ul > li.contactli ul.submenu1 {
  left: auto;
  right: 0;
  min-width: 175px;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
  background-image: url(../images/SpryMenuBarRight.gif);
  background-repeat: no-repeat;
  background-position: 15px 13px;
  padding-left: 20px;
}
#header.fixed1 .menu > ul > li.contactli ul.submenu1 li {
  background-image: none;
}
ul.submenu1 li a {
  text-decoration: none;
  color: #00466e !important;
  font-size: 13px;
  /* line-height: 24px; */
  padding: 10px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
  font-family: "Graphik", sans-serif;
}
#header.fixed1 .menu > ul > li.contactli ul.submenu1 li a {
  font-size: 13px;
}
ul.submenu1 li a img {
  height: 13px;
  margin-right: 5px;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  color: #000 !important;
}

ul.submenu1 li:last-child a {
}

.menu ul > li:hover ul.megamenu {
  display: flex !important;

  /* -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -moz-animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-name: fadeInUp; */
}

ul.megamenu {
  width: 96%;
  /* min-width: 220px; */
  /*max-width: 1000px;*/
  max-height: 600px;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  /* border: 1px solid #ccc; */
  background-color: #fff;
  /* position: absolute;
	top: 100%; */
  left: 2%;
  list-style: none;
  display: none;
  position: fixed;
  top: 100px;
  z-index: 9999;
  justify-content: space-between;
}
ul.megamenu2 {
  left: -675px;
}
.left_menu1 {
  float: left;
  /* width: 228px; */
  padding: 20px;
  display: inline-block;
  border-right: 1px solid #ccc;
}
/* .left_menu2{width: 300px;} */
.left_menu1 .m_hd1 {
  font-size: 15px;
  color: #ed1e26;
  font-weight: 600;
  margin-bottom: 5px;
  width: 100%;
  clear: both;
  display: table;
}
.left_menu1 li {
  padding: 3px 0px;
  display: block;
  background-attachment: scroll;
  background-image: url(../images/SpryMenuBarRight.gif);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 10px;
  padding-right: 7px;
  float: left;
}
.left_menu1 li a {
  text-decoration: none;
  color: #00466e;
  font-size: 13px;

  transition: all 0.3s ease 0s;
}
.left_menu1 li a:hover {
  color: #000;
}
.left_menu1 li:hover a {
}

.menurt1 {
  float: right;
  display: inline-block;
  margin-right: 30px;
  padding: 20px 0 0;
}

.menurt1 a.phonebx,
.menurt1 a.msgbx {
  text-decoration: none;
  color: #4465d9;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #4465d9;
  border-radius: 5px;
  float: right;
  margin-left: 15px;
  transition: all 0.3s;
}

.menurt1 a.msgbx {
  background-color: #f43379;
  border-color: #f43379;
  color: #fff;
}

#header .search-opener {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  width: 100px;
  height: 123px;
  overflow: hidden;
  color: #fff;
  font-size: 32px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#header .search-opener {
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
  top: -12px;
  right: -14px;
}

@media (min-width: 992px) {
  #header .search-opener {
    display: block;
  }
}

@media (min-width: 1370px) {
  #header .search-opener {
    height: 124px;
    width: 143px;
  }
}

#header .search-opener:after,
#header .search-opener:before {
  content: "";
  position: absolute;
}

#header .search-opener:before {
  width: 174px;
  height: 150px;
  background: #4267b0;
  -webkit-transform: rotate(24deg) skew(-4deg);
  -ms-transform: rotate(24deg) skew(-4deg);
  -o-transform: rotate(24deg) skew(-4deg);
  transform: rotate(24deg) skew(-4deg);
  left: 27px;
  top: -48px;
}

#header .search-opener:after {
  background: #264589;
  bottom: -30px;
  left: 14px;
  width: 159px;
  height: 53px;
  -webkit-transform: rotate(24deg) skew(234deg);
  -ms-transform: rotate(24deg) skew(234deg);
  -o-transform: rotate(24deg) skew(234deg);
  transform: rotate(24deg) skew(234deg);
}

#header .search-opener:hover:before {
  background: #23216e;
}

#header .search-opener:hover:after {
  background: #17163c;
}

#header .search-opener .fa {
  position: absolute;
  left: 56%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.8em;
}

.socialrt {
  float: right;
  /* display: inline-block; */
  line-height: 100px;
  display: none;
}

.socialrt a {
  text-align: center;
  color: #00466e;
  display: inline-block;
  margin-left: 20px;
  transition: all 0.3s;
  font-size: 26px;
  float: left;
}

.socialrt a:hover {
  color: #ef333a;
}

.cspt-right-box {
  margin-left: 10px;
  display: table;
  float: right;
  height: 90px;
  font-weight: 600;
  line-height: 90px;
  align-items: center;
}

.cspt-header-button a {
  color: #0c121d;
  height: 100%;
  display: inline-block;
  padding: 0 60px;
  padding-right: 60px;
  vertical-align: middle;
  padding-right: 8px;
  font-weight: normal;
  font-size: 15px;
  position: relative;
  border-radius: 6px;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  line-height: 21px;
}

.cspt-header-button .cspt-header-button-text-1 {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.cspt-header-button a::after {
  content: "";
  background-image: url("../images/ph.html");
  background-repeat: no-repeat;
  background-size: 46px;
  width: 46px;
  height: 40px;
  background-position: left center;
  line-height: 45px;
  top: 3px;
  position: absolute;
  left: 0;
  color: #0aadeb;
  font-weight: normal;
}

/* 
.socialrt a.fb {
    background-color: #4b69b0;
}

.socialrt a.tw {
    background-color: #37b1e1;
}

.socialrt a.li {
    background-color: #0678b6;
}

.socialrt a.wa {
    background-color: #2ba63a;
} */

/*------header_end--------*/

/*home_link*/

.home_link {
  overflow: hidden;
  /* background-image: url(../images/bg1.jpg);
      background-position: center;
      background-size: cover; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #010716;
  height: 100vh;
}
.carousel-control svg {
  width: 36px;
}

.home_link::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 9;
  background-image: url(../images/Rectangle1.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.Rectangle_1_i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#Rectangle_1_i {
  fill: url(#Rectangle_1_i);
}

/* .home_link:before {
      position: absolute;
      top: 0px;
      height: 100%;
      width: 36vw;
      right: -30vw;
      z-index: 9;
      content: "";
      background-color: #ed7d31;
      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: #ed7d31;
      transform: skew(-25deg);
      opacity: 0.45
  } */

.hl_video {
  /* position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; */
}

.hl_video video {
  width: 100%;
  display: block;
  left: 0%;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  /* opacity: 0.45; */
}

.hl_circle {
  width: 90%;
  left: 5%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  /* text-align: center; */
  padding: 0 5%;
  top: 45%;
  /* background: rgba(255, 255, 255, 0.8);
      padding: 100px; */
  position: absolute;
  z-index: 999;
}

/*------bannerbox---------*/

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  background-color: #00466e;
  padding-bottom: 75px;
  /* border-bottom-left-radius: 225px; */
  /* height: 100vh;
    overflow: hidden; */
}
#Path_1,
#Path_11 {
  fill: rgba(255, 255, 255, 1);
}
.Path_1 {
  overflow: visible;
  position: absolute;
  width: 471.733px;
  height: 600.671px;
  left: -118px;
  bottom: -2px;
  /* left: 0; */
  z-index: 9;
}
.Path_11 {
  overflow: visible;
  position: absolute;
  width: 153.367px;
  height: 157.411px;
  left: -22px;
  bottom: -2px;
}
/* .bannerbox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.3
} */

/* .bannerbox:after {
	width: 60%;
	height: 100%;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	background-image: url(../images/shape2.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
} */

.iesout {
  position: absolute;
  top: 0;
  right: 5%;
  font-size: 350px;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #274655;
  font-weight: 600;
}

.bannerimgg {
  float: right;
  width: 40%;
  position: relative;
  text-align: center;
  visibility: hidden;
  margin-top: -35px;
  z-index: 99;
  border-radius: 50px;
  /* overflow: hidden; */
  /*margin-right: 5%;*/
  /* padding-right: 100px; */
}
.bannerimgg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ed1e26;
  opacity: 0.15;
  display: block;
  z-index: 9;
  border-radius: 50px;
}
img.bannerimg1 {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 50px;
}
img.bannerimgbg {
  position: absolute;
  width: 100%;
  display: block;
  border-radius: 50px;
  left: 15px;
  top: 15px;
  z-index: -1;
}
.bannerboxcont {
  position: relative !important;
  /* left: 50px; */
  left: 0%;
  bottom: 50px;
  z-index: 99;
  /* background-color: #48acd5; */
  width: 50%;
  /* height: 100%; */
  display: table;
  /* vertical-align: middle; */
  /*padding: 0 0 0 60px !important;*/
  overflow: hidden;
  /* background-image: url(../images/log.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% bottom; */
  /*height: 90vh;*/
  visibility: hidden;
  margin: 0 !important;
}
.bannerboxcont1 {
  padding-top: 35%;
}
.bannerboxcont11 {
  height: 53vh;
  display: flex;
  align-items: center;
}
.bannerboxcont11 .bannerboxcont1 {
  padding-top: 15%;
}
.banner_hd {
  color: #fff;
  font-size: 58px;
  margin: 0px;
  /* visibility: visible !important; */
  /* font-weight: 600; */
  font-family: "Graphik", sans-serif;
  margin-bottom: 20px;
  /* margin-top: 30%; */
  line-height: 74px;
  z-index: 9;
  /* text-transform: uppercase; */
  position: relative;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: left;
}
.bannerboxcont11 .banner_hd {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 55px;
}

.banner_cont {
  color: #fff;
  font-size: 20px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 36px;
  /* visibility: visible !important; */
  /* padding: 0 10%; */
  z-index: 9;
  /* letter-spacing: 1px; */
  position: relative;
}

.banner_cont span {
  font-weight: 600;
  background-color: #fff;
  padding: 3px 15px;
  color: rgb(12, 149, 236);
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 13px;
  padding: 3px 15px;
  line-height: 25px;
  display: inline-block;
}

.banner_r_more {
  position: absolute;
  left: -50px;
  top: 50%;
  /* visibility: visible !important; */
  z-index: 999999999999999;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0px 5px 125px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border-radius: 0px;
  opacity: 0.65;
}
.banner_r_more a:before {
  width: 100px;
  height: 1px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.3s;
}

.banner_r_more a:hover {
  opacity: 1;
}

img.log1 {
  position: absolute;
  left: 50%;
  bottom: -50px;
  /* z-index:1; */
  height: 375px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
}

.bannerBtn a {
  position: absolute;
  left: calc(5% - 50px);
  bottom: 100px;
  padding-bottom: 120px;
  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: 18px;
  /* -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: 13px;
  position: relative;
  left: -23px;
  top: 40px;
}

a.scrollup span {
  color: #000;
}

a.scrollup1 span,
a.scrollup3 span {
  color: #fff;
}
a.scrollup2 span {
  color: #000;
}

/* .bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
} */

.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.html");
  /* transform: rotate(-90deg); */
}

a.scrollup:after {
  background: url("../images/arrow-up.html");
  left: -5px;
}

a.scrollup1:after,
a.scrollup3:after {
  background: url("../images/arrow-up1.html");
  left: -5px;
}

a.scrollup2:after {
  background: url("../images/arrow-up.html");
  left: -5px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* .pavcontentslider .carousel-control{opacity: 0.3;} */

.abtbtn {
  position: relative;
  clear: both;
  display: inline-block;
  margin-left: 60px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 45px 15px 25px;
  background-color: #414141;
  color: #000;
}

/* .abtbtn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: 8.3rem;
    opacity: 0.5;
    background: rgba(181, 181, 181, 0.5);
}
.abtbtn:after {
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 0.5;
    height: 1px;
    width: 8.3rem;
    background: rgba(181, 181, 181, 0.5);
} */

.abtbtn a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

/* .abtbtn a:before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
    background: rgba(181, 181, 181, 0.5);
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 65px;
} */

.abtbtn a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: relative;
  top: 50%;
  top: 0px;
  right: -20px;
  transition: all 0.3s;
}

.abtbtn a:hover svg {
  right: -30px;
}

/*------bannerbox---------*/

/*section1*/

.section1 {
  clear: both;
  width: 100%;
  display: table;
  padding: 60px 0;
  position: relative;
  background: url("../images/bg1.html") #ef333ad1;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec1bg1 {
  position: relative;
  padding: 30px 60px 40px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  overflow: hidden;
}

.sec1bg1.sec1 h2 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 900;
  margin-top: 0;
}

.sec1bg1 .sec1-contents {
  padding-top: 30px;
}

.sec1bg1 .sec1-content {
  margin-bottom: 0;
  margin-top: 0;
  color: #6d7a8c;
}

.sec1bg1:before {
  content: "01";
  color: transparent;
  font-family: Nunito, sans-serif;
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  font-weight: 900;
  top: 20px;
  right: 20px;
  z-index: 99;
  -webkit-text-stroke: 1px #e3e4e9;
}

.sec1bg2:before {
  content: "02";
}

.sec1bg3:before {
  content: "03";
}

.sec1.sec1bg1 .vc_general.vc_btn3 {
  border-radius: 50%;
  padding: 0;
  width: 130px;
  height: 130px;
  text-align: left;
  background-color: #0c121d !important;
}

.sec1.sec1bg1 .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
  position: absolute;
  display: inline;
  font-size: 18px;
  left: 45px;
  top: 40px;
}

.sec1-btn a {
  position: absolute;
  bottom: -65px;
  right: -50px;
  margin: 0;
  width: 130px;
  height: 130px;
  background-color: #0c121d;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.sec1-btn a i {
  margin-left: 40px;
  font-size: 18px;
  margin-top: 25px;
}

.sec1top {
  margin-top: -120px;
}

.sec1top h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 50px;
}

.sec1-icon img {
  width: 85px;
  display: block;
}

a.jwu {
  text-decoration: none;
  color: #fff;
  padding: 16px 30px;
  background-color: transparent;
  border: 2px solid #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
  font-family: "Graphik", sans-serif;
  margin-top: 40px;
  float: right;
}

a.jwu i {
  margin-left: 10px;
}

a.jwu:hover {
  background-color: #0c121d;
  border-color: #0c121d;
}

/*section1*/

/*servicessec*/

.servicessec {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  background-color: #fff;
}

/*servicessec*/

/*section2*/

.section2 {
  padding: 60px 0 30px;
  background-color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.abtll {
  position: relative;
  width: 100%;
  margin-top: -50px;
}
.abtll .col-sm-6 {
  padding: 5px;
}
.abtrtbb1 {
  width: 100%;
  display: table;
  padding: 40px 20px;
  background-color: #ef333a;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s;
  /* margin-bottom: 10px; */
}
.abtrtbb1:hover {
  background-color: #00466e;
}
.borderrad1 {
  border-radius: 70px 10px 10px 70px;
}
.borderrad2 {
  border-radius: 10px 70px 70px 10px;
}
.borderrad3 {
  border-radius: 70px 10px 10px 70px;
}
.borderrad4 {
  border-radius: 10px 70px 70px 10px;
}

.abtrtbb1 img {
  width: 60px;
}
.section2 .abtrtbb1 p {
  color: #fff;
  text-align: center;
  opacity: 0.5;
  padding: 0;
  width: 100%;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 18px;
}

.sec2aboutout {
  position: absolute;
  top: -40px;
  left: -2%;
  font-size: 1100px;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e6eaec;
  font-weight: 600;
}

.section2 h2 {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
}
.section2 h2 span {
  color: #ef333a;
}
/* .section2 h2:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 50px;
	height: 4px;
	content: "";
	background-color: #EF333A;
} */

.section2 p {
  font-size: 17px;
  line-height: 36px;
  /* font-weight: 300; */
  font-style: normal;
  color: #333;
  margin-bottom: 30px;
  width: 100%;
  font-family: "Graphik", sans-serif;
}
.section2 a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  margin: 15px 0;
  display: inline-block;

  text-transform: capitalize;
  color: #ed1e26;

  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 13px;
  opacity: 0.8;
}
.section2 a img {
  height: 15px;
  margin-left: 10px;
}
.section2 a:hover {
  opacity: 1;
}
/* .section2 a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  content: "";
  background-color: #8bbad8;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.section2 a:hover:before {
  width: 100%;
} */
#Group_4 {
  position: absolute;
  width: 81.5px;
  height: 60px;
  left: 0;
  top: 0;
  overflow: visible;
}
#Ellipse_1 {
  fill: transparent;
  stroke: rgba(0, 152, 225, 1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Ellipse_1 {
  position: absolute;
  overflow: visible;
  width: 60px;
  height: 60px;
  left: 21.5px;
  top: 0px;
}
.Polygon_1 {
  overflow: visible;
  position: absolute;
  width: 11px;
  height: 10px;
  transform: translate(-993.5px, -1051px) matrix(1, 0, 0, 1, 1039.5, 1076.5)
    rotate(90deg);
  transform-origin: center;
  left: 0px;
  top: 0px;
}
#Line_1 {
  fill: transparent;
  stroke: rgba(0, 152, 225, 1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Line_1 {
  overflow: visible;
  position: absolute;
  width: 46.5px;
  height: 1px;
  left: 0px;
  top: 30.5px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Polygon_1 {
  fill: rgba(0, 152, 225, 1);
}
.section2 a:hover {
}
.section2in {
  width: 960px;
  margin: auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 130, 32, 0.2);
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
    transform: scale(1);
  }
  to {
    box-shadow: 0 0 0 0 transparent;
    transform: scale(0.95);
  }
}
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 187, 151, 0.2);
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
    transform: scale(1);
  }
  to {
    box-shadow: 0 0 0 0 transparent;
    transform: scale(0.95);
  }
}
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 116, 227, 0.2);
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
    transform: scale(1);
  }
  to {
    box-shadow: 0 0 0 0 transparent;
    transform: scale(0.95);
  }
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(218, 41, 0, 0.2);
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
    transform: scale(1);
  }
  to {
    box-shadow: 0 0 0 0 transparent;
    transform: scale(0.95);
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

.sec2qlinks {
  clear: both;
  display: flex;
  gap: 50px;
  background-color: #00466e;
  padding: 50px;
  margin: 50px 0;
}
/*section2_end*/

/*section2*/

.section222 {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  height: 700px;
}

.sec2widbb {
  width: 100%;
  text-align: center;
  padding-left: 30%;
  position: relative;
  top: 25px;
}

.sec2widbb h2 {
  font-weight: 400;
  color: #042e6f;
  position: relative;
  margin: 0;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

.sec2widbb p {
  font-weight: 300;
  color: #666666;
  position: relative;
  margin: 10px 0 0px;
  font-size: 18px;
  text-align: center;
}

.multi_tabs {
  clear: both;
  width: 100%;
  display: inline-block;
  padding-bottom: 50px;

  z-index: 1;
}

ul.tabs {
  margin: 0;
  padding: 0 40px;
  float: right;
  list-style: none;
  position: relative;
  /* width: 365px; */
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 0px;

  /* position: absolute;
    right: 0px;
    z-index: 9;
    bottom: 0px;
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}

ul.tabs li {
  /* width: 100%;
	display: block; */
  margin: 0 20px;
  cursor: pointer;
  border-left: none;
  font-size: 30px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  color: #ef333a;
  opacity: 0.3;
  position: relative;
  display: inline-block;
}
ul.tabs li button {
  border: 0;
  background-color: transparent;
}
ul.tabs li span {
  padding: 0 10px;
}
ul.tabs li:first-child {
  /* padding-top: 40px; */
}

ul.tabs li:last-child {
  border-bottom: 0px;
}

ul.tabs li:hover {
}

ul.tabs li.active {
  opacity: 1;
}

ul.tabs li i {
  font-size: 10px;
  margin-left: 15px;
  position: relative;
  top: -2px;
}

ul.tabs li:before {
  background-image: none;
}

.tab_container {
  border: 0px;
  border-top: none;
  clear: both;
  width: 100%;
}

.tab_content {
  width: 100%;
  margin-top: 0px;

  /* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}

.multi_tabs h2 {
  color: #00aead;
  font-weight: 600;
  font-size: 42px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 20px;
}

.tab_content h5 {
  font-size: 19px;
  font-weight: 600;
  color: #f6821b;
  margin-bottom: 10px;
}

.tab_content p {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  overflow: hidden;
  padding: 0 30%;
}

/*section2*/

/*section3*/

.section3 {
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  display: table;
  width: 100%;
}

.sec3left {
  width: 100%;
  display: block;
  position: relative;
  padding: 100px;
}

.sec3left h2 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  color: #d8652a;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.sec3left span {
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 100px;
  color: transparent !important;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ebeaeb;
  font-weight: 900;
}

.sec3left p {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #414141;
}

.sec3left a {
  text-decoration: none;
  color: #fff;
  padding: 12px 40px;
  background-color: #ef333a;
  border: 2px solid #ef333a;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 4px;
  font-family: "Graphik", sans-serif;
  margin-top: 20px;
  float: left;
}

.sec3left a i {
  margin-left: 10px;
}

.sec3left a:hover {
  background-color: #414141;
  border-color: #414141;
  color: #fff;
}

/*section3_end*/

/*homepgsolbx*/
.homepgsolbx {
  background-image: url(../images/solbg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: table;
  padding: 70px 0 120px;
  position: relative;
}
.homepgsolbx:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0.93;
  background-color: #00466e;
}
.homepgsolbx h1 {
  margin-top: 0;
  text-align: center;
}
.homepgsolbx h1 span {
  text-transform: uppercase;
  color: #fff;
  background-color: #88c74c;
  font-size: 15px;
  padding: 5px 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.homepgsolbx h2 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0;
  color: #fff;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}

.multi_tabs1 {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  /* position: absolute;
	top: 0;
	left: 0;
	z-index: 1; */
}
.tabwidthh {
  width: 25%;
  float: left;
  display: inline-block;
}
ul.tabs1 {
  margin: 0;
  /* padding: 0 40px; */
  list-style: none;
  position: relative;
  /* width: 365px; */
  width: 100%;
  text-align: left;
  margin-top: 0px;
  padding-bottom: 0px;
  /* position: absolute;
    right: 0px;
    z-index: 9;
    bottom: 0px;
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}

ul.tabs1 li {
  /* width: 100%;
	display: block; */
  margin: 0;
  cursor: pointer;
  border-left: none;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  transition: all 0.3s;

  border-bottom: 2px solid #fff;
  padding: 25px 0;
  padding-left: 60px;
  opacity: 0.5;
}

ul.tabs1 li:hover {
  color: #88c74c;
  opacity: 1;
}

ul.tabs1 li.active {
  color: #88c74c;
  border-color: #88c74c;
  opacity: 1;
}
ul.tabs1 li:before {
  position: absolute;
  left: 20px;
  top: 35px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}
ul.tabs1 li.active:before {
  background-color: #88c74c;
}

.tab_container1 {
  border: 0px;
  border-top: none;
  clear: both;
  width: 100%;
  position: absolute;
  /* 
	left: 0;
	top: 35%; */
  text-align: center;
  /* z-index: -1; */
}

.tab_content1 {
  width: 100%;
  margin-top: 0px;

  /* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}
.soltabbx {
  position: absolute;
  left: 30%;
  width: 70%;
  padding: 0;
  top: 40px;
  text-align: center;
  z-index: 9999;
}
.soltabbxin {
  width: 100%;
  display: table;
  /* border: 1px solid #fff; */
  padding: 0 30px;
  /* border-radius: 10px; */
}
.tabbimg {
  position: relative;
  width: 100%;
}
.tabbimg::before {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 90%;
  height: 80%;
  content: "";
  border: 2px solid #fff;
  opacity: 0.2;
  z-index: -1;
}
.tabbimg img {
  width: 100%;
  margin-bottom: 20px;
}
.tabbcont {
  padding-left: 30px;
  text-align: left;
}
.soltabbxin h3 {
  color: #88c74c;
  font-size: 22px;
  font-weight: 600;
  margin-top: 50px;
}
.soltabbxin p {
  font-size: 15px;
  color: #fff;
  line-height: 32px;
}
.soltabbxin a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  margin: 15px 0;
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.soltabbxin a img {
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}
.soltabbxin a:hover {
  opacity: 0.5;
}

/*homepgsolbx*/

.section5 {
  width: 100%;
  display: block;
  padding: 0px 0 60px;
  position: relative;
  /* background-image: url(../images/n_5549_Converted_k.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 70%; */
  background-color: #fff;
}
.section5 h1 {
  margin-top: 0;
  text-align: center;
}
.section5 h1 span {
  text-transform: uppercase;
  color: #fff;
  background-color: #00466e;
  font-size: 15px;
  padding: 5px 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.section5 h3 {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}
/* .section5 h3:before{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: "";
	background-color: #EF333A;
} */

.section5 h2 {
  color: #ef333a;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

/* .section5_carousel {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0 70px;
    background-image: url('../images/pattern2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
} */

/* .section5_carousel:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 240px;
    content: "";
    background-color: #00466E
} */

.section5_carousel ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: block;
}

.section5_carousel ul li {
  float: left;
  display: inline-block;
  /* width: 25%; */
  padding: 20px 10px;
  width: 100%;
}
.section5_carousel .owl-carousel .owl-item {
  opacity: 0.5;
}
.section5_carousel .owl-carousel .owl-item.active {
  opacity: 1;
}
.section5_carousel ul li a {
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.3s;
  position: relative;
  display: block;
  /* padding-bottom: 20px; */
  overflow: hidden;
  top: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.161);
  padding: 40px 40px 0;
  border-radius: 10px;
}
.section5_carousel ul li a:hover {
  top: -5px;
}

.section5_carousel ul li a .rrmm {
  position: relative;
  transition: all 0.3s;
  margin: 15px 0;
  display: inline-block;
  text-transform: capitalize;
  color: #ed1e26;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.section5_carousel ul li a .rrmm img {
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}
.section5_carousel ul li a .rrmm:hover:before {
}

.section5_carousel ul li a > img {
  /*height: 125px;*/
  display: block;
}

.indtxt {
  width: 100%;
  /* padding: 0 15px; */
  transition: all ease-in-out 0.3s;
  /* opacity: 0.75; */
}
.section5_carousel ul li a:hover .indtxt {
}

.section5_carousel ul li a:hover .indtxt {
  bottom: 0px;
}

.indcont {
  /* background-color: #028cc5; */
  width: 100%;
  display: block;
  padding: 20px 0;
  transition: all ease-in-out 0.5s;
}

.section5_carousel ul li a:hover .indtxt .indcont {
  /* background-color: rgba(2, 140, 197, 0.85) */
}

/* .section5 .owl-theme .owl-dots .owl-dot span{background-color: #fff !important; opacity: 0.5;} */
.section5 .owl-theme .owl-dots .owl-dot.active span,
.section5 .owl-theme .owl-dots .owl-dot:hover span {
  background: #ef333a !important;
  opacity: 0.75;
}

.section5 .owl-dots {
  bottom: -40px;
  display: none;
}

.indcont img {
  height: 40px;
}

.indcont h4 {
  color: #00466e;
  font-size: 18px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin: 0px 0 20px;
  font-weight: 600;
  padding-right: 0;
  letter-spacing: -0.5px;
}

.indcont p {
  color: #2b2b2b;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
  opacity: 0.5;
  /*min-height: 124px;*/
}

.section5 .owl-nav {
}

/*section6*/

.section6 {
  width: 100%;
  display: block;
  padding: 40px 0;
  position: relative;
  background-color: #fff;
}

.section6 h3 {
  font-size: 42px;
  color: #d8652a;
  font-weight: 600;
  margin-top: 0;
  text-align: left;
  padding-left: 270px;
  position: relative;
}

.section6 h3:before {
  position: absolute;
  left: 0;
  top: 45%;
  background-color: #ef333a;
  width: 230px;
  content: "";
  height: 4px;
}

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

.section6 ul li {
  padding: 10px 7px;
}

.section6 ul li img {
  width: 100%;
  display: block;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.05);
}

.section6 .owl-dots {
  display: none;
}

/*testimonials*/

.testimonials {
  /* background-image: url(../images/wave.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
  display: block;
  width: 100%;
  padding: 100px 0 60px;
  overflow: hidden;
  /* margin-top: 120px; */
  position: relative;
  background-color: #fff;
  position: relative;
}

.testimonials:before {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f7f9fa;
  content: "";
  display: block;
  /* z-index: 1; */
}

.testimonials h3 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #414141;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.testimonials h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #071323;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.testimonialsBx ul {
  list-style: none;
  width: 100%;
  clear: both;
}

.testimonialsBx ul li {
  padding: 10px;
  display: block;
}

.testimonialsBx ul li a {
  display: block;
  transition: all 0.3s;
}

.testimonialsBx a .timg {
  width: 100%;
  display: block;
  overflow: hidden;
}

.testimonialsBx a .timg img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.testimonialsBx a:hover .timg img {
  width: 100%;
  display: block;
  transform: scale(1.1, 1.1);
  transition: all 0.3s;
}

.testimonialsBx a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}

.testimonialsBx a h4 {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #414141;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

.testimonialsBx a h1 {
  font-size: 18px;
  letter-spacing: 0;
  color: #071323;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

.testimonialsBx .owl-nav {
  display: none;
}

.testimonialsBx .owl-dots {
}

/*box5*/

.box5 {
  width: 100%;
  display: table;
  padding: 60px 0 50px;
  background-color: #f7f9fa;
}

.box5 h3 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #414141;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.box5 h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #071323;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}

/*box5*/

.news-block {
  position: relative;
  /* margin-bottom: 40px; */
}

.news-block .inner-box {
  position: relative;
  transition: all 0.3s;
}

.news-block .inner-box:hover {
  box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}

.news-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #191b1d;
  overflow: hidden;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  /* height: 225px; */
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* .news-block .inner-box:hover .image img{
    -webkit-transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
    transform:scale(1.05,1.05);
} */

.news-block .inner-box .image:before {
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 600ms ease 0s;
  width: 0;
  opacity: 0.6;
  z-index: 9;
  background-color: #414141;
}

.news-block .inner-box .image:after {
  content: "";
  display: block;
  height: 50%;
  right: 0%;
  position: absolute;
  bottom: 0;
  top: auto;
  transition: all 600ms ease 0s;
  width: 0;
  opacity: 0.6;
  background-color: #414141;
}

.news-block .inner-box:hover .image:before {
  /* transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s; 
    opacity: 1; */
  left: 0;
  width: 100%;
}

.news-block .inner-box:hover .image:after {
  right: 0;
  width: 100%;
}

.news-block .inner-box .image .overlay-link {
  position: absolute;
  left: 2%;
  bottom: 2%;
  color: #fff;
  text-transform: uppercase;
  background-color: #ef333a;
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  z-index: 9;
  /* opacity: 0;
    transform: scale(0.4) translate(-50%, -50%);
    visibility: hidden; */
  transition: 0.5s ease;
  text-decoration: none;
  transition-delay: 0.5s;
}

/* .news-block .inner-box:hover .image .overlay-link {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(-50%, -50%);
} */

/* .news-block .inner-box:hover .image .overlay-link {
    color: #fff;
    text-decoration: none;
    background-color: #083261;
} */

.sec-title h1 {
  text-align: center;
  margin-top: 0px;
  font-size: 36px;
  color: #ff610c;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.news-block .inner-box .lower-content {
  position: relative;
  padding: 20px 25px 30px;
  /* border: 1px solid #fafafa;
    overflow: visible;
    background-color: #fafafa; */
  background-color: #fff;
}

.news-block .inner-box .lower-content .title {
  position: relative;
  color: #f3b440;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.news-block .inner-box .lower-content .post-info {
  /*  position:relative;
    margin-bottom: 20px;
    margin-top: -19px;
    z-index: 9; */
}

.news-block .inner-box .lower-content .post-info li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-right: 8px;
  color: #ff610c;
}

.news-block .inner-box .lower-content .post-info li.category {
  color: #ff610c;
}

/* .news-block .inner-box .lower-content .post-info li.category:before {
    position: absolute;
    content: '';
    background: #ff610c;
    height: 10px;
    width: 8px;
    left: 0;
    bottom: -9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
} */

.news-block .inner-box .lower-content .post-info li a {
  position: relative;
  text-decoration: none;
  color: #a4a6a9;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 0 0;
  width: 100%;
  display: inline-block;
}

.news-block .inner-box .lower-content .post-info li a i {
  font-size: 13px;
  color: #a4a6a9;
  margin-right: 7px;
}

.news-block .inner-box .lower-content h4 {
  position: relative;
  color: #1c1d3e;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 38px;
  overflow: hidden;
  display: block;
  margin-top: 10px;
}

.news-block .inner-box .lower-content h4 a {
  position: relative;
  color: #1c1d3e;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
}

.news-block .inner-box .lower-content h4 a:hover {
  color: #ef333a;
}

.news-block .inner-box .lower-content .author a {
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s;
  padding-bottom: 5px;
}

.news-block .inner-box .lower-content .author a:hover {
  color: #ef333a;
  border-color: #414141;
}

.news-block .inner-box .lower-content .author a span {
  position: relative;
  margin-right: 5px;
  top: 1px;
}

.news-block .inner-box .lower-content .text {
  position: relative;
  color: #1c1d3e;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 12px;
  height: 48px;
  overflow: hidden;
  font-weight: 500;
}

.news-block.style-two .inner-box .lower-content h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.blog-large .news-block {
  margin-bottom: 50px;
}

a.find {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border-radius: 2.5rem;
  padding: 12px 50px 10px 20px;
  background-color: transparent;
  color: #f13c31;
  border: 1px solid #f13c31;
  margin-top: 10px;
  transition: all 0.3s;
}

a.find:hover {
  background-color: #f13c31;
  color: #fff;
}

a.find svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 35%;
  right: 1.25rem;
  float: right;
}

.news-block2 .inner-box .lower-content h4 {
  font-size: 18px;
  line-height: 32px;
}

.news-block2 .inner-box .lower-content {
  padding: 16px 20px;
}

.news-block {
  margin-bottom: 27px;
}

/*footer*/

.footer {
  width: 100%;
  display: table;
  padding: 20px 0;
  background-image: url(../images/ftbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0.93;
  background-color: #002a42;
}
.footerin {
  padding: 0 0px;
}
.ftsocial {
  display: flex;
  width: 100%;
  justify-content: right;
  gap: 40px;
}

.ftsocial a {
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  display: inline-block;
  /* border-radius: 46px; */
  transition: all 0.3s;
}

.ftsocial a:hover {
  color: #adce49;
}
.footer img {
  height: 90px;
}
.home_addressleft {
  float: left;
  width: 25%;
  padding-right: 0px;
}

.home_addressleft ul {
  list-style-type: none;
}

.home_addressleft li {
  color: #333;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0;
  width: 100%;
}

.home_addressleft li p {
  color: #fff;
  float: right;
  font-size: 13px;
  line-height: 26px;
  width: 85%;
}

.home_addressleft li span {
  color: #d81324;
  float: left;
  font-size: 22px;
  height: 40px;
  text-align: center;
  width: 40px;
}

.prodmenu {
  margin-top: 70px;
}

.footer_menu {
  float: left;
  margin-bottom: 0;
}

.footer_menu1 {
}
.footer_menu2 {
}
.footer_menu3 {
}

.footer_menu ul {
  list-style-type: none;
  width: 100%;
  float: left;
}

.footer_menu ul li {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  position: relative;
  line-height: 21px;
}

.footer_menu ul.qlinks1 li {
  width: 50%;
  float: left;
  display: inline-block;
}
/* ul.qlinks1 li{width: 60%}
ul.qlinks1 li:nth-child(2n){width: 40%} */

.footer_menu ul.ftsocul li {
  padding-left: 30px;
}

.footer_menu ul.ftsocul li a i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #88c74c;
}

.footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  padding-left: 0px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s;
}

/* 
.footer_menu ul li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 15px;
    content: "\f101";
    transition: all 0.3s;
    font-family: FontAwesome;
} */

.footer_menu ul li a:hover {
  color: #88c74c;
}

.footer_menu ul li a:hover:before {
  color: #88c74c;
}

.footer_hd {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}

.footer_hd::before {
  width: 125px;
  height: 2px;
  background-color: #88c74c;
  content: "";
  position: absolute;
  left: 0%;
  bottom: -7px;
  z-index: 9;
}

.copy_right {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  clear: both;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.copy_right span {
  color: #d81324;
  font-weight: 400;
}

.footer_social .form-control {
  margin-bottom: 10px;
  border-radius: 0px;
}

.footer_social .btn {
  width: 100%;
  border-radius: 0px;
  text-transform: capitalize;
  background-color: #88c74c;
  border: 0px;
  transition: all 0.3s;
}

.footer_social .btn:hover {
  background-color: #88c74c;
}

.ft_soc {
  clear: both;
  display: block;
}

.ft_soc a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  margin-right: 15px;
  transition: all 0.3s;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100%;
  display: inline-block;
}
.ft_soc1 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-top: 15px;
}
.ft_soc a:hover {
  color: #88c74c;
}

.ft_qt {
  clear: both;
  width: 80%;
  margin: auto;
  display: table;
  text-align: center;
  margin-top: 15px;
}

.ft_qt p {
  line-height: 21px;
  color: #b9eaff;
}

.footer span {
  clear: both;
  display: block;
  color: #9b9aad;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 20px;
  width: 80%;
}
span.desknoc {
  display: none;
}

/*section3*/

.section33 {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #f9f9f9;
  overflow: hidden;
  background-image: url("../images/pattern-10.html");
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec-title {
  position: relative;
  /* margin-bottom: 55px; */
}

.sec-title .sub-title {
  color: #414141;
}

.sec-title .sub-title {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 30px;
}

.sec-title .sub-title:before {
  font-family: FontAwesome;
  content: "\f053";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 15px;
  z-index: 5;
  font-weight: 400;
  /* transform: rotate(180deg); */
}

.sec-title .sub-title:after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 15px;
  z-index: 5;
  font-weight: 400;
}

.sec-title h2 {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  color: #000;
}

/*  Why Choose Us */

.Whychooseus-section {
  position: relative;
  padding: 120px 0 90px;
}

.why-choose-block .inner-box {
  position: relative;
  padding: 15px 30px 15px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  transition: 0.5s;
  align-items: center;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.why-choose-block .inner-box .icon {
  position: relative;
  font-size: 40px;
  margin-right: 30px;
  transition: 0.5s;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  float: left;
  display: inline-block;
}

.why-choose-block .inner-box .icon:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border: 2px solid #e9e5df;
  background-color: #fff;
  top: -30px;
  left: -20px;
  transition: 0.5s;
}

.why-choose-block .inner-box .icon:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border: 2px solid #e9e5df;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.why-choose-block .inner-box .icon .ico1 {
  position: relative;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  display: table;
  margin: auto;
  margin-top: 14px;
}

.why-choose-block .inner-box:hover .icon {
  color: #fff;
}

.why-choose-block .inner-box:hover .icon::after {
  background-color: #ef333a;
  border-color: #ef333a;
}

.why-choose-block .inner-box:hover .icon::before {
  border: 2px solid #ef333a;
}

.why-choose-block .inner-box:hover .icon .ico1 {
  background-position: left bottom;
}

.why-choose-block .inner-box .count {
  position: absolute;
  top: -38px;
  left: -27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  background: #fff;
  padding: 2px 6px;
}

.why-choose-block .inner-box .content {
  max-width: 310px;
  float: left;
  display: inline-block;
}

.why-choose-block .inner-box h4 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.why-choose-block .inner-box h4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background-image: url(../images/border-shape-2.html);
}

.why-choose-block .inner-box .text {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  /* font-weight: 600; */
  font-style: normal;
  color: #6d7a8c;
}

.why-choose-block .inner-box .count {
  color: #ef333a;
}

/*section3*/

/*section4*/

.section4 {
  padding: 0px 0 50px;
  /* background-color: #f9f9f9; */
  position: relative;
  width: 100%;
  display: inline-block;
  background-image: url(../images/bg2.html);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec4aboutout {
  /* z-index: -1; */
  left: 0;
  font-size: 130px;
  top: -30px;
}
.section4 h3 {
  font-size: 19px;
  line-height: 32px;
  /* letter-spacing: 2px; */
  color: #ef333a;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 0px;
  text-align: left;
  /* font-family: 'Urbanist', sans-serif; */
}
.section4 h2 {
  font-size: 38px;
  line-height: 55px;
  letter-spacing: 0;
  color: #00466e;
  text-transform: none;
  /* font-weight: 600; */
  font-style: normal;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  font-family: "Graphik", sans-serif;
}
/*.section4 h2 span{
	font-family: 'Urbanist', sans-serif;
}*/

a.homeser {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
a.homeser img {
  width: 100%;
  display: block;
}
a.homeser:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background-color: rgba(43, 45, 66, 1);
  display: block;
}
.hscc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 70px;
  display: table;
  vertical-align: middle;
}
.hscc span.hstop:before {
  width: 85px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  background-color: #fff;
  display: block;
}
.hscc span.hstop:after {
  width: 1px;
  height: 85px;
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  background-color: #fff;
  display: block;
}

.hscc span.hsbtm:before {
  width: 85px;
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  content: "";
  background-color: #fff;
  display: block;
}
.hscc span.hsbtm:after {
  width: 1px;
  height: 85px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  content: "";
  background-color: #fff;
  display: block;
}
.hscc span.hstop {
  opacity: 0;
  position: absolute;
  right: -20px;
  top: -20px;
  transition: all 0.3s;
}
.hscc span.hsbtm {
  opacity: 0;
  position: absolute;
  left: -20px;
  bottom: -20px;
  transition: all 0.3s;
}
a.homeser:hover .hscc span.hstop {
  opacity: 1;
  right: 0px;
  top: 0px;
}
a.homeser:hover .hscc span.hsbtm {
  opacity: 1;
  left: 0px;
  bottom: 0px;
}

.hsccin {
  display: table-cell;
  vertical-align: middle;
}
a.homeser .hsccin img {
  width: 55px;
}
a.homeser .hsccin h4 {
  margin: 15px 0 0;
  font-size: 28px;
  font-family: "Graphik", sans-serif;
}
a.homeser:hover .hsccin h4 span {
  text-decoration: underline;
}

.industriescar {
  padding: 0 100px;
}

.section4 .owl-carousel .owl-stage-outer {
  padding: 20px 0 0px;
}

.section4 .owl-carousel .item {
  padding: 10px;
}

.section4 .sec4bx1 {
  top: 0px;
  position: relative;
}

.sec4bx {
  width: 100%;
  display: table;
  /* padding: 40px 30px; */
  /* box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fff; */
  text-align: left;
}

.sec4bx .sec4img {
  width: 100px;
  line-height: 100px;
  height: 100px;
  padding-top: 40px;
}

.sec4bx .sec4img img {
  width: 55px;
}

.sec4bx h4 {
  font-size: 26px;
  line-height: 32px;
  height: 72px;
  overflow: hidden;
  letter-spacing: 0;
  color: #262626;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.sec4bx p {
  font-size: 15px;
  line-height: 24px;
  padding-top: 30px;
  font-weight: 500;
  font-style: normal;
  color: #7f7f7f;
  border-top: 1px solid #7f7f7f;
}

.sec4bx a {
  text-decoration: none;
  color: #414141;
  padding: 12px 0px;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 4px;
  font-family: "Graphik", sans-serif;
  margin-top: 20px;
  float: left;
}

.sec4bx a img {
  margin-right: 7px;
  width: 20px;
  float: left;
}

.sec4bx a:hover {
  color: #ef333a;
}

.section4 .owl-theme .owl-nav [class*="owl-"] {
  width: 40px !important;
  height: 92px !important;
  background-size: 40px 92px;
}

.section4 .owl-prev {
  background-image: url(../images/prev3.png) !important;
}

.section4 .owl-next {
  background-image: url(../images/next3.png) !important;
}

.section4 .owl-dots {
  display: none !important;
}

/*section4*/

.homesolutions {
  width: 100%;
  display: block;
  padding: 100px 0;
  position: relative;
  clear: both;
  /* background-image: url(../images/solbg.png);
	background-repeat: no-repeat;
	background-size: 40% ;
	background-position: left center; */
}
img.homesolimg {
  position: absolute;
  left: 0;
  top: 10%;
  width: 42%;
  display: block;
}
.homesolutions h3 {
  color: #ef333a;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  margin-top: 50px;
}
/* .homesolutions h3:before{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: "";
	background-color: #EF333A;
} */

.homesolutions h2 {
  font-size: 42px;
  /* letter-spacing: 4px; */
  /* text-transform: uppercase; */
  color: #00466e;
  margin-top: 0;

  position: relative;
  font-weight: 600;
  margin-bottom: 40px;
}
.jobdescripp {
  background-color: #fff;
  padding: 20px;
  font-size: 13px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}
.jobdescripp h3 {
  color: #0082fa;
}
.jobdescripp p {
  color: #000;
  font-size: 15px;
  line-height: 26px;
}
.jobdescripp a {
  /* border-radius: 5px; */
  /* padding: 10px 30px; */
  color: #252425;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;

  transition: all 0.3s;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}
.jobdescripp a:hover {
  color: #ef333a;
}
.careersbxxxx {
  clear: both;
  width: 100%;
  display: table;
  float: right;
  position: relative;
  left: 0;
}

.horzlin {
  width: 100%;
  height: 2px;
  background-color: #666666;
  display: inline-block;
  margin: 20px 0;
  clear: both;
}

.technologiesbxx {
  width: 100%;
  display: inline-block;
  padding: 50px 0 100px;
  clear: both;
  position: relative;
  background-color: #fff;
}

.technologiesbxx h3 {
  color: #ef333a;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}
/* .technologiesbxx h3:before{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: "";
	background-color: #EF333A;
} */
.technologiesbxx h1 {
  margin-top: 0;
  text-align: center;
}
.technologiesbxx h1 span {
  text-transform: uppercase;
  color: #fff;
  background-color: #00466e;
  font-size: 15px;
  padding: 5px 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.technologiesbxx h2 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0;
  color: #ed1e26;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  letter-spacing: -0.5px;
  font-family: "Graphik", sans-serif;
  text-align: center;
}

.homesolutions h5 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  color: #00466Es;
}
.homesolutions ul,
.technologiesbxx ul {
  list-style: none;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.homesolutions ul li,
.technologiesbxx ul li {
}
.technologiesbxx ul li {
  padding: 30px 7px;
  display: block;
  width: 100%;
}
.technologiesbxx ul li a {
  display: block;
  padding: 0px 40px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.161);
  border-radius: 10px;
}
.homesolutions ul li a img,
.technologiesbxx ul li a img {
  width: 100%;
  display: block;
}

.homesolutions .owl-theme .owl-nav [class*="owl-"] {
  width: 40px !important;
  height: 92px !important;
  background-size: 40px 92px;
  display: none;
}
.homesolutions .owl-theme .owl-nav,
.technologiesbxx .owl-nav {
  top: 25% !important;
  display: none;
}
.homesolutions .owl-prev {
  background-image: url(../images/prev3.png) !important;
}

.homesolutions .owl-next {
  background-image: url(../images/next3.png) !important;
}

.homesolutions .owl-dots,
.technologiesbxx .owl-dots {
  display: block !important;
}

/*innerbanner*/

.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-color: #010716;
  /* margin-top: 100px; */
}

.inner_banner::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  /* z-index: 9; */
  background-image: url(../images/Rectangle1.html);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}

.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;
  /* 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: 13px;
  right: 6px;
  top: 2px;
}

.innertxt1 ul li:last-child:after {
  display: none;
}

.innertxt1 ul li a {
  color: #ef333a;
  text-decoration: none;
}

.inner_banner h1 {
  color: #fff;
  font-size: 42px;
  line-height: 60px;
  font-weight: 500;
  width: 100%;

  text-align: left;
  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*/

/*asection2*/
.asection2 {
  /* padding: 40px 0;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee; */
  background-image: url("../images/bg1-2.html");
  background-size: 50%;
  background-repeat: repeat;
  background-position: left center;
  padding: 40px 0;
  width: 100%;
  display: table;
  background-color: #fff;
}
.asection2 h2 {
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0;
  color: #00466e;
  text-transform: none;
  /* font-weight: 600; */
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
  clear: both;
  font-family: "Graphik", sans-serif;

  /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.asection2 p {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #666666;
  margin-bottom: 30px;
  font-family: "Graphik", sans-serif;
}

.inner-four-sec {
  background-color: #fff;
  box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  padding: 30px 20px;
  width: 100%;
  /* margin-right: 2%; */
  border-radius: 0px;
  /* margin-top: 4%; */
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  transition: all 0.3s;
}

.item--overlay {
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #c2292e;
  /* background-image: -moz-linear-gradient(left, #e6242a, #c2292e); */
  border-radius: 5px;
  position: absolute;
  transition: all 0.2s linear 0ms;
  opacity: 0;
  display: none;
}

.inner-four-sec a {
  text-decoration: none;
  color: #000;
}
/* .inner-four-sec:hover .item--overlay {
    background-color: #c2292e;
    opacity: 1;
    position: absolute;
} */

/* .inner-four-sec::before {
    content: '';
    top: 11px;
    right: -11px;
    background-color: #c2292e;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
    display: none;
} */

.inner-four-sec:hover {
  z-index: 1;
  background-color: #88c74c;
  transition: all 0.3s;
}
/* .inner-four-sec1:hover{background-color: #00a4e9;}
.inner-four-sec2:hover{background-color: #3faaa5;}
.inner-four-sec3:hover{background-color: #d28115;} */

.inner-four-sec:nth-child(4) {
  margin-right: 0;
}

.inner-four-sec:hover .four-sec-title {
  color: #fff;
}

/* .inner-four-sec:hover .text-gradient {
    background-image: -moz-linear-gradient(left, #fff, #fff);
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} */

.inner-four-sec:hover .para-normal {
  color: #fff;
}

.four-sec-title {
  font-size: 20px;
  font-weight: bold;
}

.text-gradient {
  background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
  background-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 65px;
}

.text-gradient1 {
  position: absolute;
  right: 0px;
  background-image: -webkit-linear-gradient(left, #0a5d53, #1ab49a);
  background-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 59px;
  opacity: 0.4;
  bottom: -19px;
}
.four-sec-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
p.para-normal {
  font-size: 15px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #666666;
  margin-bottom: 30px;
  font-family: "Graphik", sans-serif;
}
svg.sec3arr1 {
  width: 12px;
  display: table;
  margin: auto;
}
svg.sec3arr2 {
  width: 12px;
  display: none;
}
.inner-four-sec:hover svg.sec3arr1 {
  display: none;
}
.inner-four-sec:hover svg.sec3arr2 {
  display: table;
  margin: auto;
}

.padb20 {
  padding-bottom: 25px;
  min-height: 355px;
}
.ab3ico {
  width: 70px;
  height: 70px;
  display: table;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: left top;
}
.inner-four-sec:hover .ab3ico {
  background-position: left bottom;
}
.ab3ico1 {
  width: 55px;
  height: 55px;
  display: table;
  float: right;
  background-repeat: no-repeat;
  background-size: 55px;
  opacity: 0.15;
  position: absolute;
  right: 0px;
  bottom: 0;
  background-position: left top;
}

.servicespg {
  width: 100%;
  display: table;
  /* padding: 40px 0 40px; */
  background-color: #fff;
  background-image: url("../images/bg1-2.html");
  background-size: 50%;
  background-repeat: repeat-x;
  background-position: left top;
}
.servicespg h2 {
  position: relative;
  margin-top: 0px;
  color: #000064;
  font-size: 30px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.servicespg h2:before {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
  width: 100px;
  height: 1px;
  background-color: #6cb148;
  content: "";
}
.servicespgbx {
  border-radius: 17px;
  box-shadow: 0 21px 39px -16px rgba(34, 48, 116, 0.5);
  width: 100%;
  padding: 20px;
  background-color: #fff;
  display: table;
  margin-bottom: 30px;
  text-align: center;
}
.servicespgbx img {
  max-width: 100%;
  display: table;
  margin: auto auto 30px;
  display: none;
}
.servicespgbx h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6cb148;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 38px;

  /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}
.servicespgbx p {
  color: #626c84;
  font-size: 15px;
  line-height: 25px;
  height: 100px;
  padding: 0 20px;
  overflow: hidden;
  margin: 0 auto 40px 0;
}
.servicespgbx a.cta_button {
  bottom: auto;
  left: auto;
  margin: auto;
  display: table;
  float: none;
  right: auto;
  width: auto;
}

.servidpg h3 {
  color: #000064;
  margin: 0;
  padding-top: 150px;
  position: relative;
  padding-right: 30px;
  margin-top: 100px;

  font-weight: 300;
  margin: 0px;
  font-size: 28px;
  line-height: 36px;
  margin-top: 30px;
  position: relative;
  color: #666666;
}
/* .servidpg h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    width: 1px;
    content: "";
    background-color: #25b692;
} */
.servidpg h3 img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
}
.servidpg h4 {
  color: #000;
  font-size: 19px;
  line-height: 28px;
}
.servidpg h1 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #88c74c;

  display: inline;

  line-height: 48px;
}
.servidpg p {
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  line-height: 28px;
}
.servidpg ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.servidpg ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 15px;
  color: #000;
}
.servidpg ul li:before {
  position: absolute;
  top: 8px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #88c74c;
}
.productsbx h2 {
  position: relative;
  margin-top: 0px;
  color: #000061;
  font-size: 30px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
  position: relative;
}
.productsbx h2:before {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
  width: 100px;
  height: 1px;
  background-color: #6cb148;
  content: "";
}

/*innersec1*/

.innersec1 {
  padding: 50px 0;
  background-color: #fff;
  display: table;
  width: 100%;
  position: relative;
}

.aboutpg:before {
  position: absolute;
  content: "";
  background-image: url("../images/round01.html");
  background-repeat: no-repeat;
  background-position: center 100px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  margin: auto;
}

.innersec1 hr {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}

.innersec1 h1 {
  color: #00aead;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 50px;
  margin-top: 20px;
  text-transform: capitalize;
}

.innersec1 h1 span {
  border-bottom: 2px solid #3c3;
}

.innersec1 h3 {
  color: #000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}

.innersec1 p {
  font-size: 23px;
  line-height: 42px;
  text-align: left;
  font-weight: 300;
  font-style: normal;
  color: #414141;
}

.visionimg {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #fff3c5;
  padding: 20px;
  text-align: center;
  float: left;
  margin-right: 30px;
}

.visionimg img {
  width: 100%;
  display: block;
}

.cv {
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 10px;
}

.cv img {
  width: 100px;
  margin-bottom: 0px;
}

.cv h4 {
  text-align: center;
  font-weight: 800;
  color: #0c5d43;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cv p {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  min-height: 72px;
  display: inline-block;
}

.image-column1 {
  position: relative;
}

.image-column1 .inner,
.image-column1 .image {
  position: relative;
  display: block;
  width: 100%;
}

.image-column1 .image img {
  display: block;
  width: 90%;
  position: relative;
}

.image-column1 .icon-box {
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  font-size: 54px;
  line-height: 120px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.image-column1 .icon-box img {
  width: 70px;
}

/*innersec1*/

.innersec1 {
  clear: both;
  width: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  background-size: 100%;
  background-image: url("../images/bg-tabs3.html");
}

.innersec1 b {
  color: #242424;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  line-height: 32px;
  font-weight: 600;
}

.innerleft {
  padding: 50px 20px !important;
}

.innerleft p b {
  text-align: left;
  float: left;
  width: 100%;
  display: table;
  clear: both;
  color: #137ab1;
  margin-bottom: 20px;
  font-size: 18px;
}

.innerleft ul li {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}

.innerleft ul li {
  text-align: left;
  padding-left: 30px;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.innerleft h3 {
  color: #0c5d43;
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}

.parallax2 img {
  width: 70%;
  margin: auto;
  display: table;
  margin-top: 50px;
}

.job1bx {
  width: 100%;
  display: table;
  padding: 15px 0;
  clear: both;
  transition: all 0.3s;
}

.job1bx:last-child {
  border-bottom: 0px;
}

.job1bx a {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  min-height: 100px;
  transition: all 0.3s;
}

.job1bx img {
  width: 90%;
  display: block;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0px;
  border-radius: 100%;
  transition: all 0.6s;
}

.job1bx:hover img {
  /* transform: scale(1.1, 1.1); transform: rotate(360deg);
background-color: rgba(255, 255, 255, 0.2); */
  border: 3px solid #f49941;
}

.job1bx h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
  color: #e38917;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.job1bx h6 {
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #777;
}

.job1bx p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.ltjb p {
  width: 80%;
}

.page1 {
  padding: 70px 0;
  color: #000;
  font-size: 19px;
  line-height: 32px;
  display: table;
  background-size: 100%;
  background-image: url("../images/bg-tabs3.html");
  width: 100%;
  overflow: hidden;
}

.section123 {
  width: 100%;
  float: left;
  position: relative;
}

.page1 h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: 900;
  color: #1e6fa2;
  text-transform: uppercase;
}

.page_ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.page_ul ul li {
  width: 100%;
  float: left;
  color: #000;
  position: relative;
  padding: 6px 0 6px 25px;
}

.page_ul ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #00aead;
}

.page_left {
  width: 72%;
  float: left;
}

.page_right {
  width: 25%;
  float: right;
}

.page1 .sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
  display: inline-block;
}

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

.page_right ul li,
.page_right ul li a {
  width: 100%;
  float: left;
  position: relative;
}

.page_right ul li {
  margin-bottom: 10px;
}

.page_right ul li a {
  color: #333;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background-color: #fff;
}

.page_right ul li:last-child a {
  border-bottom: 0px solid #eee;
}

.page_right ul li a:hover,
.page_right ul li a.active {
  background: #1e6fa2;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

/*careers*/

.careerspg {
  width: 100%;
  display: table;
  padding: 40px 0;
}

.careerspg h3 {
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 65px;
}

a.carbx1 {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

a.carbx1 img {
  max-width: none;
  transform: translate3d(-40px, 0px, 0px);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: calc(100% + 40px);
}

a.carbx1:hover img {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.stories-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

a.carbx1 p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  line-height: 25px;
  font-size: 22px;
  font-weight: 600;
}

.careerspg h4 {
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0px;
  clear: both;
  margin-bottom: 40px;
  display: inline-block;
  color: #00aead;
}

.jobsbx1 {
  clear: both;
  width: 100%;
  display: table;
  padding-left: 100px;
  position: relative;
}

.jobsbx1 a {
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #000;
  display: block;
}

p.offering-title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
  line-height: 32px;
}

.offerings-row {
  color: #555;
  font-size: 13px;
}

.offerings-row span {
  font-style: normal;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.sub {
  font-style: normal;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  display: table;
  margin: auto;
  transition: all 0.3s;
  color: #000;
  font-weight: 600;
}

.border-left {
  width: 20px;
  height: 0%;
  top: 0px;
  position: absolute;
  left: 0;
  background: #ef333a;
  transition: all 0.5s;
}

.jobsbx1 a:hover .border-left {
  height: 100%;
}

.jobsbx1 a:hover .sub {
  background-color: #ef333a;
  color: #fff;
  transition: all 0.5s;
  border-color: #ef333a;
}

.jobdescription {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-size: 100%;
  background-image: url("../images/bg-tabs3.html");
}

.jobdescription1 {
  width: 100%;
  display: table;
  overflow: hidden;
  padding: 50px 0;
  background-image: url("../images/bg-right.html");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  background-size: auto !important;
}

.jobdesinner {
  width: 100%;
  display: table;
  padding: 30px 0;
}

.jobdesinner h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0px;
}

.jobdesinner h3 span {
  margin: 6px;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.jobdesinner h4 {
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
}

.jobdesinner p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
}

.jobdesinner p b {
  font-weight: 600;
}

a.jobapply {
  padding: 10px 25px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #00aead;
  border-radius: 3px;
  display: table;
  transition: all 0.3s;
  text-decoration: none;
  margin: auto;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  margin-top: 60px;
}

a.jobapply:hover {
  background-color: #fff;
  color: #00aead;
}

.jobdesinner h6 {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.54);
}

.isrtsoc a {
  float: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  clear: none;
  border-radius: 40px;
  color: #fff;
  transition: all 0.3s;
  margin-right: 5px;
}

.isrtsoc a.fb {
  background-color: #4064ac;
}

.isrtsoc a.lin {
  background-color: #0270ad;
}

.isrtsoc a.twitter {
  background-color: #1c9bea;
}

.isrtsoc a.fb:hover {
  background-color: #0d3583;
  color: #fff;
}

.isrtsoc a.lin:hover {
  background-color: #004e7a;
  color: #fff;
}

.isrtsoc a.twitter:hover {
  background-color: #006caf;
  color: #fff;
}

.line1 {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 25px 0;
  clear: both;
  display: table;
}

.jobdesinner h2 {
  font-size: 22px;
  font-weight: 600;
}

.jobdesc1 p {
  font-size: 18px;
  line-height: 28px;
}

.jobdesc1 ul li {
  line-height: 28px;
}

.jobdesinner h1 {
  width: 100%;
  display: block;
  color: #00aead;
  font-size: 38px;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.jobdesinner h1:before {
  position: absolute;
  left: calc(50% - 161px);
  bottom: 0px;
  width: 322px;
  height: 4px;
  content: "";
  background-color: #ececec;
  /* background-image: url('../images/border2.png'); */
  display: block;
}

.jobdescription label {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.jobdescription label span {
  color: #ff7149;
  width: auto;
}

.jobdescription input.form-control,
.jobdescription textarea.form-control {
  background-color: #ccc;
  border-radius: 0px;
  height: 40px;
  border: 0px;
  margin-bottom: 20px;
}

.jobdescription textarea.form-control {
  height: 100px;
}

.jobdescription .col-sm-12 {
  display: table;
  width: 100%;
}

input.subres {
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  border: 0px;
  background-color: #00aead;
  transition: all 0.3s;
  margin: auto;
  display: table;
}

input.subres:hover {
  background-color: #f01f10;
  color: #fff;
}

/*careers*/

.innerserv {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #666666;
  margin-bottom: 30px;
  font-family: "Graphik", sans-serif;

  text-align: justify;
  padding: 50px 0;
  background-color: #fff;
  display: table;
  width: 100%;
  background-size: 100%;
  /* overflow: hidden; */
  background-image: url("../images/bg-tabs3.html");
}

/*.page_content*/

.page_content {
  width: 68%;
  float: left;
  color: #333;
}

.page_content h2 {
  width: 100%;
  float: left;
  margin: 0;
  color: #00466e;
  font-size: 36px;
}

.pageTxt h3 {
  display: table;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}

.page_ul ul {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  list-style: none;
}

.page_ul ul li {
  width: 100%;
  float: left;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
  color: #333;
}

.page_ul ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 2px solid #ef333a;
}

.page_ul ul li:last-child {
  margin-bottom: 0px;
}

.page_ul ol {
  width: 100%;
  float: left;
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}

/*.page_nav*/

.page_nav {
  float: right;
  width: 25%;
  background: #fbfbfb;
  padding-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #dfeaff;
}

.stickme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 100px;
  right: 0;
}

.job_dets {
  width: 26%;
  float: right;
  text-align: left;
}

.fixme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 100px;
  right: 0;
}

.job_nav {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  display: table;
}

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

.job_nav li {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 10px 30px;
}

.job_nav li b {
  color: #00466e;
}

.job_nav li span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.job_nav li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #ef333a;
}

.job_nav li:last-child {
  padding: 0;
}

.job_nav li:last-child a {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #ef333a;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
}

.job_nav li:last-child a:hover {
  background-color: #00466e;
}

.job_dets h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 400;
  color: #222;
}

.page_nav h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 15px;
  background: #1f1c66;
}

.page_nav ul {
  list-style: none;
}

.page_nav ul li {
  width: 100%;
  float: left;
  text-align: left;
}

.page_nav ul li a {
  width: 100%;
  float: left;
  color: #333;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 20px;
  font-weight: 400;
  border-top: 1px solid #dfeaff;
  transition: all ease-in-out 0.5s;
}

.page_nav ul li:first-child a {
  border-top: 0px;
}

.page_nav ul li a:hover,
.page_nav ul li a.active {
  color: #012c8a;
}

.innerserv p strong {
  font-weight: 600;
}

.innerserv h1 {
  width: 100%;
  display: block;
  color: #00466e;
  font-size: 38px;
  font-weight: 800;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0px;
}

.innerserv h1::before {
  position: absolute;
  left: calc(50% - 161px);
  bottom: 0px;
  width: 322px;
  height: 4px;
  content: "";
  background-color: #ef333a;
  /* background-image: url('../images/border2.png'); */
  display: block;
}

.innerserv label {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}

.innerserv label span {
  color: #ff7149;
}

.innerserv input.form-control,
.innerserv textarea.form-control {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #777777;
  height: 50px;
  font-size: 18px;
  background: none;
  font-weight: 400;
  border-radius: 4px;
  border: 2px solid #ccc;
  outline: 0;
  margin-bottom: 10px;
  background-color: #fff;
}

.innerserv textarea.form-control {
  height: 100px;
}

.innerserv .col-sm-12 {
  display: table;
  width: 100%;
}

input.subres {
  padding: 10px 40px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  border: 0px;
  background-color: #ef333a;
  transition: all 0.3s;
  margin: auto;
  display: table;
}

input.subres:hover {
  background-color: #000;
}

.jobloc_map {
  width: 100%;
  list-style-type: none;
  float: left;
  padding: 0px;
  margin: 10px 0px 20px 0;
}

.jobloc_map li,
.page_ul .jobloc_map li {
  float: left;
  margin-right: 20px;
  font-size: 15px;
  color: #3b3b3b;
  clear: none;
  font-weight: 400;
  display: inline-block;
  width: auto;
  padding-left: 0px;
}

a.backbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 20px;
  background-color: #c8212f;
  color: #fff;
  text-decoration: none;
}

a.backbtn i {
  margin-right: 10px;
}

img.deskno {
  display: none;
}

.pageTxt {
  width: 100%;
  float: left;
  position: relative;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #eef7f7;
  border: 1px solid #fbe4d4;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.contact-info-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #00466e;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #dcfbab;
  border-radius: 50%;
  font-size: 25px;
  color: #ef333a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 600;
  color: #00466e;
}

.contact-info-box p {
  margin-bottom: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box p a {
  display: inline-block;
  color: #666666;
  text-decoration: none;
}

.contact-info-box p a:hover {
  color: linear-gradient(
    to right top,
    #fdb084,
    #ff9870,
    #ff7e62,
    #ff5f59,
    #ff3656
  );
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover:before {
  height: 100%;
}

.contact-info-box:hover h3,
.contact-info-box:hover p a {
  color: #fff;
}

/*servicespg*/

#career_form {
  width: 100%;
  display: inline-block;
  padding: 60px 0 50px;
  background-color: #f7f9fa;
  margin-bottom: 0;
  overflow: hidden !important;
}

.careertopbx {
  width: 100%;
  display: table;
  padding: 0px 0 30px;
  clear: both;
  position: relative;
  margin-top: 50px;
}
.careertopbx::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #e8e8e8;
}
.careertopbx img.hss {
  width: 45%;
}
.careertopbx h2 {
  color: #00466e;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}
.careertopbx p {
  font-size: 18px;
  line-height: 38px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #9e9e9e;
  margin-bottom: 30px;
}

.careersmainpg {
  background-color: #fbfbfb;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.hditworksbx img {
  width: 250px;
  border: 25px solid #061e4a;
  border-radius: 100%;
}
.hditworksbx p {
  font-size: 18px;
  color: #fff;
  margin-top: 100px;
  text-align: left;
}
.hbefore,
.hbafter {
  position: relative;
}
.hbefore:before {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/right_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 83%;
  content: "";
  background-size: 100%;
  z-index: 99;
}
.hbafter:after {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/leftt_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}

.section-title1 h1 {
  position: absolute;
  z-index: 1;
  font-size: 220px;
  line-height: 1;
  opacity: 0.07;
  top: -28px;
  left: 0;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  font-weight: 600;
}

.pos-rel {
  position: relative;
}

.section-title1 > span {
  color: #ef333a;
  font-weight: 600;
  font-size: 20px;
}

.line {
  padding-left: 75px;
  position: relative;
}

.line::before {
  position: absolute;
  background: #ef333a;
  content: "";
  height: 3px;
  width: 45px;
  left: 0;
  bottom: 11px;
}

.section-title1 h2 {
  font-size: 50px;
  margin-top: 22px;
  letter-spacing: -0.3px;
  color: #262262;
}

.about-me-info span {
  font-size: 18px;
  color: #262262;
  line-height: 28px;
  font-weight: 600;
}

.about-me-info p {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
}

.section-title1 h3 {
  font-size: 22px;
  color: #ef333a;
  font-weight: 600;
  line-height: 32px;
}

.sec2bxin {
  float: right;
  display: inline-block;
  padding: 40px 40px 0;
  position: relative;
  width: 100%;
}

.sec2bxin h2 {
  font-weight: 800;
  font-size: 42px;
  line-height: 46px;
  margin: 0px;
  text-transform: uppercase;
  color: #252a61;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

.sec2bxin a {
  text-decoration: none;
  color: #252a61;
  transition: all 0.3s;
  position: relative;
  width: 97%;
  display: block;
  min-height: 420px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.18);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.18);
}

.sec2bxin a:hover {
  -webkit-box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.3);
}

.sec2bxin a img {
  width: 90px;
  display: block;
}

.sec2bxin a h3 {
  font-weight: 800;
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 20px;
  transition: all 0.3s;
  margin-top: 20px;
  color: #262262;
}

.sec2bxin a p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  color: #000;
}

.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: 15px;
  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: #ef333a;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ed681c;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #00466e;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.html");
}

.left1 {
  right: 2100px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 2100px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 99999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 15px;
  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: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

.alliancespg {
  display: table;
  width: 100%;
  position: relative;
  padding: 60px 0;
}

.alliancespg:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: 5vw;
  top: 5vw;
  background-image: url("../images/dots-green__sm.html");
}

.alliancebx1 {
  display: table;
  position: relative;
  width: 100%;
}

.allianceleft {
  width: 35%;
  position: sticky;
  top: 175px;
  float: left;
}

.allianceright {
  float: right;
  display: inline-block;
  width: 100%;
  padding: 0 40px;
}

.allianceleft h2 {
  color: #f15d21;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
}

.allianceleft p {
  font-size: 18px;
  line-height: 28px;
}

.abox1 {
  width: 100%;
  display: block;
}

.abox1 a {
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.3s;
  box-shadow: none !important;
  border: 1px solid #e7e7f4;
  border-radius: 20px;
  padding: 40px 40px 20px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  margin-bottom: 30px;
}

.abox1 a:hover {
  background-color: #f17a26;
}

.abox1 a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5.75rem;
  top: 2.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-image: url("../images/arrow-right-light.html");
}

.abox1 a:hover::before {
  visibility: visible;
  opacity: 1;
  right: 2rem;
}

.icon-boxed {
  width: 150px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  overflow: hidden;
  line-height: 100px;
  padding: 0 10px;
  padding-top: 15px;
}

.icon-boxed img {
  display: inline-block;
}

.abox1 a p {
  font-size: 18px;
  margin-top: 15px;
  color: #01a5e3;
}

.abox1 a:hover p {
  color: #fff;
}

.iesaa1,
.iesaa3 {
  padding: 50px 0;
  width: 100%;
  display: table;
  background-color: #fff;
}

.iesaa2:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  content: "";
  background-color: #fff;
}

.iesaa1 img {
  width: 90%;
  display: block;
}

.iesaa1 h2,
.iesaa2 h2,
.iesaa41 h2 {
  color: #00aead;
  font-weight: 500;
  font-size: 36px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  display: inline-block;
}

.iesaa2 h2,
.iesaa41 h2 {
  margin-top: 0;
}

.iesaa1 p,
.iesaa2 p {
  font-size: 23px;
  line-height: 42px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.iesaa2 {
  padding: 50px 0;
  width: 100%;
  display: inline-block;
  position: relative;
  /* min-height: 500px; */
  background-color: #fbfbfb;
}

.iesaa2car {
  /* position: absolute;
	right: 0;
	top: 2%;
	display: block;
	width: 40% */
  width: 100%;
  display: block;
}

.iesaa2cari {
  width: 100%;
  display: block;
  background-color: #000;
  position: relative;
}

.iesaa2cari img {
  width: 100%;
  display: block;
  opacity: 0.7;
}

.iesaa2cari p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 26px;
}

.iesaa2 .owl-nav {
  display: none;
}

.iesaa3 h2 {
  text-align: center;
  color: #00abab;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 30px 0;
  border-right: 3px solid #000;
}

.iesaa3 h3 {
  padding-left: 20px;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.iesaa3 p {
  padding-left: 20px;
  color: #000;
  font-size: 22px;
}

.iesaa3 a {
  background-color: #00aead;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  padding: 9px 35px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-top: 50px;
}

.iesaa3 a:hover {
  background-color: #ef333a;
}

.iesaa4 {
  background-color: #fbfbfb;
  padding: 50px 0;
  width: 100%;
  display: table;
}

.iesaa41 {
  width: 100%;
  display: table;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.15);
  padding-bottom: 0;
}

.iesaa41 ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

.iesaa41 ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.iesaa4 img {
  width: 100%;
  display: block;
}

.iesaa4 p {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.outteampgbx1,
.industrypgbx1 {
  background-color: #fff;
  padding: 50px 0;
  width: 100%;
  display: table;
}

.teambx1 {
  margin-bottom: 50px;
}

.teambx1 h2 {
  color: #00aead;
  font-weight: 500;
  font-size: 30px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 0px;
  margin-top: 0;
  display: inline-block;
  width: 90%;
  clear: both;
  padding-top: 20px;
  border-top: 4px solid #00466e;
}

.industrypgbx1 h2 {
  color: #00aead;
  font-weight: 500;
  font-size: 30px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
}

.teambx1 h3 {
  margin: 15px 0 20px;
  font-size: 18px;
}

.teambx1 a {
  text-decoration: none;
  color: #414141;
  padding: 5px 0px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Graphik", sans-serif;
  margin-top: 10px;
  display: block;
  clear: both;
}

.teambx1 a img {
  margin-right: 7px;
  width: 20px;
}

.teambx1 a i {
  margin-left: 10px;
}

.teambx1 a:hover {
  color: #ef333a;
}

.teampginner h1 {
  color: #00aead;
  font-weight: 500;
  font-size: 46px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 0px;
  margin-top: 0;
  display: inline-block;
  width: 90%;
  clear: both;
  padding-top: 20px;
  border-top: 4px solid #00466e;
}

.teampginner h3 {
  margin: 15px 0 30px;
  font-size: 30px;
}

.teampginner a {
  background-color: #ef333a;
  text-decoration: none;
  padding: 15px 30px;
  letter-spacing: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all 0.3s;
  color: #fff;
  font-weight: 600;
}

.teampginner a img {
  width: 20px;
  margin-right: 5px;
}

.teampginnerinfo {
  width: 100%;
  display: table;
  position: relative;
  padding-left: 40px;
}

.teampginnerinfo h2 {
  color: #00aead;
  font-weight: 500;
  font-size: 36px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  clear: both;
  display: inline-block;
}

.teampginnerinfo h3 {
  color: #00aead;
  font-weight: 500;
  font-size: 28px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  clear: both;
  display: inline-block;
}

.teampginnerinfo p,
.industrypgbx1 p,
.industrypgbx1 h3 {
  font-size: 23px;
  line-height: 42px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.industrypgbx1 h3 {
  font-weight: 600;
  margin-top: 0;
}

.teampginnerinfo ul {
  list-style: none;
}

.teampginnerinfo ul li {
  font-size: 23px;
  line-height: 42px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  background-image: url(../images/check1.png);
  background-repeat: no-repeat;
  background-size: 20px 23px;
  background-position: left 10px;
}

.teampginnerinfo a {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  background-color: #00aead;
}

.teampginnerinfo a:hover {
  background-color: #000;
}

.industrypgbx2,
.industriesdetailspg {
  background-color: #fbfbfb;
  width: 100%;
  display: table;
  padding: 50px 0;
}

.industrypgbx2 h2 {
  color: #00aead;
  font-weight: 500;
  font-size: 30px;
  font-family: "Graphik", sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: center;
}

.industrypgbx2 a {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #000;
  position: relative;
  margin-bottom: 50px;
}

.industrypgbx2 a img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.blogpgcontbx {
  background-color: #f3f9fd;
  width: 90%;
  position: relative;
  padding: 30px;
  margin-top: -75px;
}

.industrypgbx2 a:hover .blogpgcontbx {
  background-color: #00466e;
  color: #fff;
  background-image: url(../images/arrow1.html);
  background-repeat: no-repeat;
  background-position: 95% 10px;
  background-size: 40px;
}

.blogpgcontbx h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 15px;
}

.blogpgcontbx h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 15px;
}

.blogpgcontbx p {
  font-size: 18px;
  margin-top: 0;
  opacity: 0.5;
  margin-bottom: 20px;
}

.blogpgcontbx span {
  color: #414141;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blogpgcontbx span img {
  width: 20px;
  margin-right: 20px;
  height: auto;
  float: left;
  display: inline-block;
}

.industrypgbx2 a:hover span {
  color: #fff;
}

.industriesdetailspg h2 {
  color: #0f1941;
  font-size: 38px;
  line-height: 55px;
  font-weight: 600;
  width: 90%;
}

.industriesdetailspg p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  width: 90%;
}

.industriesdetailspg p span {
  margin-right: 30px;
}

.industriesdetailspg p span i {
  margin-right: 15px;
  color: #ef333a;
}

.industriesdetailspg a {
  background-color: #00aead;
  text-decoration: none;
  padding: 10px 50px;
  letter-spacing: 2px;
  font-size: 13px;
  letter-spacing: 2px;
  transition: all 0.3s;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 50px;
}

.industriesdetailspg a:hover {
  background-color: #000;
}

.industriesdetailspg img {
  width: 100%;
  display: block;
}

.ft_soc {
  clear: both;
  display: block;
  margin-top: 30px;
}

.ft_soc a {
  text-decoration: none;
  /* background-color: #fff; */
  font-size: 18px;
  /* margin-right: 6px; */
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  color: #fff;
  /* width: 40px;
	height: 40px; */
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  /* border-radius: 40px; */
}

.ft_soc a:hover {
}

.fcopy1 {
  display: none;
}

.innerservmenu {
  position: sticky;
  top: 100px;
  width: 100%;
  display: flex;
  z-index: 99;
  text-align: center;
  background-color: #00466e;
}
.innerservmenu li {
  /* display: inline-flex; */
  display: inline-grid;
  position: relative;
  flex-grow: 1;
  align-items: center;

  color: #fff;
  font-size: 15px;
}
.innerservmenu li a {
  text-decoration: none;
  color: #fff;
  padding: 20px 15px;
  display: block;
  transition: all 0.3s;
}
.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #ef333a;
}

/*pgbx*/
.pgbx {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  text-align: center;
  /* background-size: cover;
    background-image: url('../images/bg3.png') */
}
.pgbx h2 {
  color: #00466e;
  font-size: 36px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  line-height: 46px;
  font-weight: 600;
  /* font-family: 'NeuzeitGro Bold', 'NeuzeitGro-Bol', sans-serif; */
}
.pgbx11 h2 {
  text-align: left;
}
.pgbx h2:before {
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ef333a;
  content: "";
}
.pgbx11 h2:before {
  left: 0%;
  -webkit-transform: translateX(-0%);
  -ms-transform: translateX(-0%);
  transform: translateX(-0%);
}
.pgbx p {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #666666;
  margin-bottom: 30px;
  font-family: "Graphik", sans-serif;
}
.pgbx11 p {
  text-align: left;
}
.pgbx11 img {
  margin-top: 40px;
}

/*resbx1*/
.resbx1 {
  width: 100%;
  display: table;
  overflow: hidden;
  padding: 50px 0;

  background-color: #f8f8f8;
}
.resbx1 img {
  width: 35%;
  display: block;
  float: right;
}
.item--title {
  font-size: 30px;
  line-height: 1.33333;
  color: #00466e;
  margin-top: 0;
}
.item--title.st-line-left1 span {
  padding-left: 82px;
  position: relative;
  display: inline-block;
}
.item--title.st-line-left1 span i {
  width: 54px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: 0;
  background-color: #1ce596;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1ce596),
    to(#9af657)
  );
  background-image: -webkit-linear-gradient(left, #1ce596, #9af657);
  background-image: -moz-linear-gradient(left, #1ce596, #9af657);
  background-image: -ms-linear-gradient(left, #1ce596, #9af657);
  background-image: -o-linear-gradient(left, #1ce596, #9af657);
  background-image: linear-gradient(left, #1ce596, #9af657);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1ce596', endColorStr='#9af657', gradientType='1');
}

.item--title.st-line-left1 span i {
  background: #ef333a !important;
}
.padding-r-80 {
  padding: 0 0 0 82px;
}
.about1 p,
.resbx1 p {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #666666;
  margin-bottom: 30px;
  font-family: "Graphik", sans-serif;
}
.pgbx h3 {
  text-transform: uppercase;
  color: #029fe3;
  font-size: 18px;
}
/*resbx1*/

.careers_slideBlock {
  padding: 28px 30px;
  background: #fff;
  text-align: left;
  width: 100%;
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  box-shadow: 0 5px 10px -5px rgba(11, 11, 17, 0.05),
    0 20px 60px -20px rgba(11, 11, 17, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.careers_slideBlock h3 {
  font-size: 22px;
  line-height: 28px;
  color: #00466e;
  font-weight: 600;
}

.careers_openingsWrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers_openingsWrapper .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  display: block;
  min-width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.careers_slideDetails {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.careers_slideDetails p {
  margin-bottom: 10px;
}

.careers_openingsWrapper .careers_slide {
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.careers_openingsWrapper .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.careers_slideDetails p strong,
.careers_slideDetails p span,
.careers_slideBlock a {
  color: #403e3f;
  font-size: 18px;
  line-height: 22px;
}

.careers_slideBlock a {
}

.careers_slideDetails p span {
}

.view_btn {
  margin-top: 60px !important;
  margin-bottom: 0;
}

.careers_slideBlock a {
  color: #fff;
  margin: 0 auto 0 0;
  padding: 9px 23px;
  background-color: #ef333a;
  text-decoration: none;
  transition: all 0.3s;
}

.careers_slideBlock a:hover {
  background-color: #0f1628;
  color: #fff;
}

.companyStats h3,
.companyStats .companyStats-line {
  letter-spacing: 1px;
  border-bottom: 2px solid #31bbae;
}

/*asection2*/
.asection2 {
  /* padding: 40px 0;
	clear: both;
	width: 100%;
	display: table;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #efeeee; */
  /* background-image: url('../images/bg1.jpg');
  background-size: 50%;
  background-repeat: repeat;
  background-position: left center; */
  padding: 70px 0;
  width: 100%;
  display: table;
  background-color: #fff;
}

.asection2 h4 {
  color: #09090a;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.asection2 h2 {
  color: #00466e;
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 52px;
}

.asection2 p {
  font-size: 18px;
  line-height: 38px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #2b2b2b;
  margin-bottom: 30px;
}
.careers_slideDetails p {
  margin-bottom: 5px;
}
.as_shape {
  position: absolute;
  left: 0;
  top: -5%;
  width: 40%;
  height: 105%;
  display: block;
  content: "";
  background-color: #ecfffe;
}

.inner-four-sec {
  background-color: #fff;
  box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -moz-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -ms-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  -o-box-shadow: 0 8px 40px rgba(12, 12, 12, 0.1);
  padding: 30px 20px;
  width: 100%;
  /* margin-right: 2%; */
  border-radius: 0px;
  /* margin-top: 4%; */
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  transition: all 0.3s;
}

.item--overlay {
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #c2292e;
  /* background-image: -moz-linear-gradient(left, #e6242a, #c2292e); */
  border-radius: 5px;
  position: absolute;
  transition: all 0.2s linear 0ms;
  opacity: 0;
  display: none;
}

.inner-four-sec a {
  text-decoration: none;
  color: #000;
}
/* .inner-four-sec:hover .item--overlay {
	background-color: #c2292e;
	opacity: 1;
	position: absolute;
  } */

/* .inner-four-sec::before {
	content: '';
	top: 11px;
	right: -11px;
	background-color: #c2292e;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: -1;
	display: none;
  } */

.inner-four-sec:hover {
  z-index: 1;
  background-color: #253974;
  transition: all 0.3s;
}
/* .inner-four-sec1:hover{background-color: #00a4e9;}
  .inner-four-sec2:hover{background-color: #3faaa5;}
  .inner-four-sec3:hover{background-color: #d28115;} */

.inner-four-sec:nth-child(4) {
  margin-right: 0;
}

.inner-four-sec:hover .four-sec-title {
  color: #fff;
}

/* .inner-four-sec:hover .text-gradient {
	background-image: -moz-linear-gradient(left, #fff, #fff);
	background-image: -webkit-linear-gradient(left, #fff, #fff);
	background-color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
  } */

.inner-four-sec:hover .para-normal {
  color: #fff;
}

.four-sec-title {
  font-size: 20px;
  font-weight: bold;
}

.text-gradient {
  background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
  background-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 65px;
}

.text-gradient1 {
  position: absolute;
  right: 0px;
  background-image: -webkit-linear-gradient(left, #0a5d53, #1ab49a);
  background-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 59px;
  opacity: 0.4;
  bottom: -19px;
}
.four-sec-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
p.para-normal {
  font-size: 15px;
  line-height: 28px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #3f3f3f;
  margin-bottom: 30px;
}
svg.sec3arr1 {
  width: 12px;
  display: table;
  margin: auto;
}
svg.sec3arr2 {
  width: 12px;
  display: none;
}
.inner-four-sec:hover svg.sec3arr1 {
  display: none;
}
.inner-four-sec:hover svg.sec3arr2 {
  display: table;
  margin: auto;
}

.padb20 {
  padding-bottom: 25px;
  min-height: 355px;
}
.ab3ico {
  width: 70px;
  height: 70px;
  display: table;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: left top;
}
.inner-four-sec:hover .ab3ico {
  background-position: left bottom;
}
.ab3ico1 {
  width: 55px;
  height: 55px;
  display: table;
  float: right;
  background-repeat: no-repeat;
  background-size: 55px;
  opacity: 0.15;
  position: absolute;
  right: 0px;
  bottom: 0;
  background-position: left top;
}

.aboutqlinks {
  clear: both;
  width: 100%;
  display: table;
}
.aboutqbx1 {
  width: 40%;
  float: left;
  display: inline-block;
}
.aboutqbx2 {
  width: 20%;
}
.aboutqbx3 {
  width: 50%;
}
.aboutqcont1 {
  width: 100%;
  display: block;
  height: 300px;
  background-color: #202f46;
  text-align: center;
  padding: 75px 30px;
}
.aboutqcont1 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.aboutqcont1 p {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}
.aboutqbx1 img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}

.asection3 {
  width: 100%;
  display: block;
  padding: 70px 0;
  background-color: #fbfbfb;
  position: relative;
  min-height: 600px;
}
.asection3:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #e8e8e8;
}
.asection3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  display: block;
}

.homesolutions1::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #e8e8e8;
}
img.hss {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 35%;
  display: block;
}
.asec3inner {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.asec3inner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.asec3inner svg {
  position: absolute;
  left: -50px;
  top: 15px;
  width: 80px;
  z-index: -1;
}
.Icon_awesome-quote-left1 {
  fill: rgba(235, 235, 235, 1);
}
.asec3inner h4 {
  color: #09090a;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.asec3inner h2 {
  color: #00466e;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 46px;
}
.asec3inner ul {
  list-style: none;
  width: 100%;
  display: block;
}
.asec3inner ul li {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  clear: both;
  color: #2b2b2b;
  margin-bottom: 15px;
  padding-left: 30px;

  background-image: url(../images/list1.html);
  background-size: 17px 15px;
  background-repeat: no-repeat;
  background-position: left 7px;
}

.asection33 {
  background-color: #fff;
  padding: 60px 0;
}
.asection33:before {
  display: none;
}
.asection33 img {
  position: relative;
  top: auto;
  left: auto;
  width: 75%;
  display: table;
  margin: auto;
}

.asection4 {
  width: 100%;
  display: table;
  padding: 60px;
  position: relative;
  text-align: center;
  background-image: url(../images/team-diversity-rh-2018.html);
  background-repeat: no-repeat;
  background-size: cover;
}

.Rectangle_54_cc {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
#Rectangle_54_cc {
  opacity: 0.9;
  fill: url(#Rectangle_54_cc);
}
.asection4 h4 {
  color: #ef333a;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.asection4 h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 46px;
}
.asection4 .col-sm-3 {
  padding: 0 20px;
}
a.asec4an {
  display: block;
  width: 100%;
  padding: 30px;
  border: 4px solid transparent;
  transition: all 0.3s;
  color: #fff;
  outline: 1px solid #13cdde;
  min-height: 420px;
}
a.asec4an:hover {
  border: 4px solid #13cdde;
}
.asec4img {
  width: 150px;
  height: 150px;
  background-color: #76cdd8;
  border-radius: 150px;
  display: table;
  margin: auto;
  text-align: center;
}
.asec4img img {
  margin-top: 50px;
  width: 60px;
}
a.asec4an h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
}
a.asec4an p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
}

.asection5 {
  width: 100%;
  display: table;
  padding: 60px 0;
  background-color: #fbfbfb;
}
.asection5 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  color: #09090a;
  margin-top: 0;
  font-weight: 600;
}
.asection5 h2 span {
  font-weight: 200;
}
.w-20 {
  float: left;
  display: inline-block;
  width: 20%;
}

/*boardofdir*/
.boardofdir {
  width: 100%;
  display: table;
  padding: 0 0 40px;
  /* letter-spacing: 1px; */
  background-color: #fff;
}
ul.resp-tabs-list li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #737373;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 20px;
}
ul.resp-tabs-list li h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 600;
}
ul.resp-tabs-list li h6 {
  margin-top: 10px;
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 400;
}

/* #ChildVerticalTab_1{
	  padding: 30px;
	  background-color: #fff;
	  display: inline-block !important;
	  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  } */

.resp-tab-content {
  font-size: 17px;
  line-height: 28px;
  color: #3d3d3d;
}
.resp-tabs-container .respright {
  /* display: table;
	  margin:auto;
	  border: 1px solid #aaaaaa;
	  width: 200px; */
  position: absolute;
  right: 0;
  top: 0;
}
.resp-tabs-container .respright img {
  width: 26px;
}
.resp-tabs-container h2 {
  text-align: left;
  font-size: 28px;
  color: #00466e;
  font-weight: 600;
}
.resp-tabs-container h2 span {
  position: relative;
}
.resp-tabs-container h2 span:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #09b3ad;
  content: "";
}
.resp-tabs-container h3 {
  text-align: left;
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 10px;
  font-weight: 400;
  border-bottom: 1px solid #000;
}
a.ftcontact {
  color: #ef333a;
  text-decoration: none;
  clear: both;
  display: inline-block;
  margin: 30px 0 70px;
  transition: all 0.3s;
}
a.ftcontact:hover {
  color: #fff;
}

.careertopbx {
  width: 100%;
  display: table;
  padding: 0px 0 30px;
  clear: both;
  position: relative;
  margin-top: 50px;
}
.careertopbx::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 25%;
  height: 100%;
  background-color: #e8e8e8;
}
.careertopbx img.hss {
  width: 45%;
}
.careertopbx h2 {
  color: #00466e;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}
.careertopbx p {
  font-size: 18px;
  line-height: 38px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #2b2b2b;
  margin-bottom: 30px;
}

.careersmainpg {
  background-color: #fbfbfb;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.hditworksbx img {
  width: 250px;
  border: 25px solid #061e4a;
  border-radius: 100%;
}
.hditworksbx p {
  font-size: 18px;
  color: #fff;
  margin-top: 100px;
  text-align: left;
}
.hbefore,
.hbafter {
  position: relative;
}
.hbefore:before {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/right_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 83%;
  content: "";
  background-size: 100%;
  z-index: 99;
}
.hbafter:after {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/leftt_arrow.html");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}

/* .careersmainpg h1{
	text-align: center;
	color: #0B2E4F;
  font-size: 32px;
  line-height: 42px;
	font-weight: 400;
	margin-bottom: 20px;
  }
  .careersmainpg h1 span{font-weight: 600;} */

.careersmainpg h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 30px;
}
.careersmainpg h1 span {
  font-weight: 600;
}
.careersmainpg h1:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 2px;
  background-color: #ef333a;
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
}

.qlinksmiddlebox {
  position: relative;
  width: 80%;
  clear: both;
  padding: 30px 5% 30px;
  display: table;
  vertical-align: middle;
  background-color: #042862;
  margin: auto auto 30px;
  border-radius: 50px;
}
.qlinksmiddlebox .col-sm-5 {
  display: table;
  vertical-align: middle;
}
.qlinksmiddlebox img {
  width: 120px;
  display: inline-flex;
}
.qlinksmiddlebox h5 {
  vertical-align: middle;
  color: #fff;
  display: table-cell;
  font-size: 26px;
  font-weight: 300;
}
.qlinksmiddlebox .col-sm-2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-top: 7%;
}
.qlinksmiddlebox .col-sm-2 span {
  margin-left: 40px;
  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: 15px;
  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 ; */
}
.js-active h5.x-text-content-text-primary {
  color: rgba(255, 100, 74, 1) !important;
}

h5.modal-title {
  font-size: 22px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 600;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ef333a;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #1070b9;
}
.close span {
  font-size: 18px;
  color: #fff;
}

.bpmpgbx h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.bpmpgbx h2 span {
  font-weight: 600;
}
.bpmpgbx h2:before {
  display: none;
}
.bpmbxx {
  width: 100%;
  display: table;
  padding: 40px;
  background-color: #eeeeee;
  border-left: 6px solid #76cdd8;
  transition: all 0.3s;
  cursor: pointer;
  color: #333;
  min-height: 205px;
}
.bpmbxx:hover {
  color: #fff;
  background-color: #76cdd8;
}
.bpmpgbx .col-sm-6 {
  padding: 5px;
}
.bpmcol2 {
  border-color: #b1d084;
}
.bpmcol3 {
  border-color: #ddbd77;
}
.bpmcol4 {
  border-color: #d082ca;
}
.bpmcol5 {
  border-color: #77aecc;
}
.bpmcol6 {
  border-color: #f7c3b2;
}

.bpmbxx.bpmcol2:hover {
  color: #fff;
  background-color: #b1d084;
}
.bpmbxx.bpmcol3:hover {
  color: #fff;
  background-color: #ddbd77;
}
.bpmbxx.bpmcol4:hover {
  color: #fff;
  background-color: #d082ca;
}
.bpmbxx.bpmcol5:hover {
  color: #fff;
  background-color: #77aecc;
}
.bpmbxx.bpmcol6:hover {
  color: #fff;
  background-color: #f7c3b2;
}

.bpmpgbx33 p {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}
.bpmpgbx33 ul li {
  color: #333;
}

.bpmbxx h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.bpmbxx p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
/*app_process*/
.app_process {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #fff;
}

h5.modal-title {
  font-size: 22px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 600;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ef333a;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #000;
}
.close span {
  font-size: 18px;
  color: #000;
}
button.close:hover span {
  color: #fff;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 13px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: #ef333a;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  border: 0px;
}
form input.btn-1:hover {
  background-color: #ff8800;
}
.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #ef333a;
  color: #000;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 13px;
}

.consultancypgbx:before {
  display: none;
}
.consultancypgbx p {
  padding: 0 10%;
}

.mobno {
  display: block;
}
.opadd50 {
  padding: 0 50px;
}

.servsec2 {
  width: 100%;
  display: table;
  padding: 60px 50px;
  background-image: url("../images/servbg1.html");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left center;
  background-color: #fbfbfb;
}
.servsec22 {
  background-position: right center;
  background-color: #fff;
}
.servsec2 h3 {
  color: #00466e;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.servsec2 p {
  font-size: 15px;
  line-height: 36px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #2b2b2b;
  margin-bottom: 30px;
}
.servsec2 ul {
  list-style: none;
  width: 100%;
  clear: both;
}
.servsec2 ul li {
  position: relative;
  color: #000;
  padding: 5px 0 5px 20px;
  font-size: 18px;
  width: 50%;
  float: left;
}

.servsec21 ul li {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 5px;
}
.servsec2 ul li:before {
  position: absolute;
  left: 3px;
  top: 15px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #53c1ff;
}
.mobimg {
  display: none;
}

.transformationpg {
  padding-bottom: 100px;
}
.transformationpg img.hss {
  width: 43%;
}

.qbcont1 h3 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
}
.qbcont1 p {
  width: 85%;
}

.dmcontbx111 {
  padding: 40px;
}
.dmcontbx111 h2 {
  font-size: 30px;
  color: #000;
  line-height: 46px;
}

.transformationbtm {
  display: table;
  width: 100%;
  position: relative;
  padding: 50px 0;
  background-image: url(../images/Thinks8dd35e85fill-1366x700for_b.html);
  background-repeat: no-repeat;
  background-size: cover;
}
.AdobeStock_305724406-scaled_ca {
  /* overflow: visible; */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* transform: matrix(1,0,0,1,0,0); */
}
#AdobeStock_305724406-scaled_ca {
  opacity: 0.63;
  fill: url(#AdobeStock_305724406-scaled_ca);
}
.transformbxxx {
  width: 100%;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  padding: 40px;
  min-height: 392px;
  border-bottom: 6px solid #ff644a;
}
.transformbxxx h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.transformbxxx p {
  font-size: 15px;
  line-height: 26px;
  color: #333;
}

.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: 13px;
  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: #ef333a;
}
.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: 15px;
  line-height: 26px;
  color: rgba(74, 74, 74, 1);
  height: 200px;
}

.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: 13px;
  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: 22px;
  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: #00466e;
  font-size: 42px;
  line-height: 66px;
  width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;

  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;
}

.aboutpgg h4 {
  padding: 60px 50px 0;
  color: #1972ba;
  /* letter-spacing: 4px; */
  font-size: 55px;
  font-weight: 600;
  /* text-transform: uppercase; */
  position: relative;
  margin-bottom: 40px;
}

.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: 30px;
  font-weight: 500;
  line-height: 46px;
  color: #3db54a;
  margin-bottom: 20px;
}

.aboutpgg h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
  color: #f60;
  margin-bottom: 20px;
  font-weight: 600;
}

.aboutpgg p {
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 28px;
  margin-bottom: 30px;
}

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

.aboutpgg ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url("../images/libox.html");
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 18px;
  background-position: left 7px;
}

.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;
}

/*aboutbx2*/

/*innersec1*/

.innersec1 {
  padding: 50px 0;
  background-color: #fff;
  display: table;
  width: 100%;
  position: relative;
}

.aboutpg:before {
  position: absolute;
  content: "";
  background-image: url("../images/round01.html");
  background-repeat: no-repeat;
  background-position: center 100px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  margin: auto;
}

.innersec1 hr {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}

.innersec1 h1 {
  color: #f60;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: capitalize;
}

.innersec1 h1 span {
  border-bottom: 2px solid #104c6e;
}

.innersec1 h3 {
  color: #00466e;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}

.innersec1 p {
  font-size: 18px;
  color: #3f3f3f;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.visionimg {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #fff3c5;
  padding: 20px;
  text-align: center;
  float: left;
  margin-right: 30px;
}

.visionimg img {
  width: 100%;
  display: block;
}

.cv {
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 10px;
}

.cv img {
  width: 100px;
  margin-bottom: 0px;
}

.cv h4 {
  text-align: center;
  font-weight: 800;
  color: #0c5d43;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cv p {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  min-height: 72px;
  display: inline-block;
}

.image-column1 {
  position: relative;
}

.image-column1 .inner,
.image-column1 .image {
  position: relative;
  display: block;
  width: 100%;
}

.image-column1 .image img {
  display: block;
  width: 90%;
  position: relative;
}

.image-column1 .icon-box {
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  font-size: 54px;
  line-height: 120px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.image-column1 .icon-box img {
  width: 70px;
}

.keyfeaturesbox {
  width: 100%;
  display: inline-block;
  padding: 50px 0 40px;
  background-color: #f7f9fa;
}

.keyfeaturesbox h2 {
  color: #00466e;
  font-size: 46px;
  line-height: 55px;
  font-weight: 600;

  margin: 0px 0 40px;
}

.expertisebx1 {
  padding: 16px 24px 24px 32px;
  width: 100%;
  display: block;
  border: solid 1px rgba(15, 25, 40, 0.2);
  background-color: #fff;
  transition: box-shadow 300ms ease, border-color 300ms ease,
    -webkit-box-shadow 300ms ease;
  position: relative;
  min-height: 450px;
  margin-bottom: 20px;
}

.expertisebx1:hover {
  -webkit-box-shadow: 0 24px 84px 0 rgba(17, 47, 131, 0.1),
    0 10px 24px -10px rgba(17, 47, 131, 0.07);
  box-shadow: 0 24px 84px 0 rgba(17, 47, 131, 0.1),
    0 10px 24px -10px rgba(17, 47, 131, 0.07);
  border-color: transparent;
}

.expertisebx1 img {
  float: right;
  width: 70px;
  margin-bottom: 20px;
}

.expertisebx1 h3 {
  clear: both;
  width: 100%;
  font-size: 22px;
  margin-bottom: 10px;
  color: #f35123;
}

.expertisebx1 p {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 0px;
}

/*Contact us*/
.container1_inner {
  max-width: 1240px;
  min-width: 240px;
  height: auto;
  margin: auto;
  position: relative;
}
.contactpg {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #fff;
}
.contactpg h2 {
  font-size: 46px;
  color: #013064;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 600;
}
.contactpg h1 {
  position: relative;
  padding: 21px 80px 21px 40px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 22px;
  margin: 0px;
  letter-spacing: 0px;
  background-color: #00466e;
}
.contactpg .icon_wrapper {
  width: 80px;
  bottom: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
  overflow: hidden;
}
.contactpg .icon {
  background-color: #fff;
  color: #fff;
}
.contactpg .icon {
  width: 60px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  display: block;
  color: #353535;
  border: 1px solid #353535;
}
.contactpg .icon svg {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  color: #353535;
  fill: #353535;
  left: 50%;
  margin: -15px 0px 0px -15px;
}
.contactpg .icon {
  color: #fff;
}
.contactpg p a {
  border-bottom: 2px solid #001076;
  font-size: 18px;
  margin-bottom: 5px;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.contactpg p a:hover {
  text-decoration: none;
  border-bottom: 2px solid #424243;
}
.contactpg h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: 300;
}
.contactpg h4 b {
  color: #ef333a;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}

.contactpg h4 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 34px;
  display: block;
  clear: both;
  background-color: #f3f3f3;
  padding: 20px;
  color: #333;
}
.contactpg a.gd {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0px;
  background-color: #43c0e3;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
}
.contactpg a.gd:hover {
  background-color: #64c0ad;
  color: #fff;
}
.jobdescription label {
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
}
.jobdescription input.form-control,
.jobdescription textarea.form-control {
  background-color: #f2f2f4;
  border-radius: 0px;
  padding: 15px;
  border: 0px;
  display: block;
  height: 46px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
  box-shadow: none;
}
.jobdescription textarea.form-control {
  height: 120px;
}

.contact-section {
  position: relative;
}

.contact-section {
  position: relative;
  padding: 100px 0px 80px;
  overflow: hidden;
  background-image: url("../images/Dividers-Home-Page-Pierpoint-W.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
}

.contact-section .pattern-layer {
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 774px;
  height: 416px;
  background-repeat: no-repeat;
}

.contact-section .pattern-layer-two {
  position: absolute;
  right: 0px;
  top: 180px;
  width: 454px;
  height: 120px;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-two {
  position: absolute;
  right: 230px;
  top: 380px;
  width: 69px;
  height: 69px;
  opacity: 0.6;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-three {
  position: absolute;
  right: 230px;
  bottom: 230px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
}

.contact-section .info-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
  position: relative;
  /* padding-top: 80px; */
}

.contact-section .info-column .icon-layer {
  position: absolute;
  left: 170px;
  top: 40px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
}

.contact-section .info-column .image {
  position: relative;
  margin-bottom: 35px;
}

.contact-section .info-column h5 {
  position: relative;
  width: 100%;
  text-align: left;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 30px;
}

.contact-section .info-column h5 span {
  font-weight: 600;
}

.contact-section .info-column h5:before {
  position: absolute;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: #314698;
  content: "";
  bottom: 0px;
}

.contact-section .info-column p {
  font-size: 13px;
  line-height: 26px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #9e9e9e;
  margin-bottom: 30px;
}

.contact-section .info-column ul.contact-list li p,
.contact-section .info-column ul.contact-list li p strong {
  position: relative;
  margin-bottom: 0;
  display: block;
  list-style: none;
  font-size: 16px;
  line-height: 32px;
  color: #71737a;
  margin-top: 5px;
  /* width: 80%; */
  clear: both;
}
.contact-section .info-column ul.contact-list li p b,
.contact-section .info-column ul.contact-list li p strong {
  color: #001d3a;
  margin-left: -60px;
}
.default-form .form-group {
  display: table;
  outline: 0;
}
.contact-list {
  list-style: none;
  margin-top: 200px;
}
.contact-section .info-column .contact-list li {
  position: relative;
  margin-bottom: 10px;
}
.contact-section .info-column .contact-list li h3 {
  margin-bottom: 40px;
  position: relative;
  margin-top: 0;
}
.contact-section .info-column .contact-list li h3::before {
  width: 100px;
  height: 2px;
  left: 0;
  bottom: -15px;
  position: absolute;
  background-color: #ef333a;
  content: "";
  display: block;
}
.contact-section .info-column .contact-list li strong {
  position: relative;
  display: block;
  color: #34343b;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 600;
  padding-left: 55px;
}
.contact-section .info-column .contact-list li a {
  text-decoration: underline;
  color: #00cbff;
}
.contact-section .info-column .contact-list li strong img {
  position: absolute;
  left: 0;
  top: 5px;
}

.contact-section .info-column .contact-list li a {
  position: relative;
  color: #00cbff;
  font-size: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-section .info-column .contact-list li a:hover {
  color: #111111;
}

.contact-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
  position: relative;
  /* padding: 60px 100px; */
  margin-right: 40px;
  z-index: 9;
  /* background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 15px; */
}

/* .contact-section .color-layer {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 465px;
    height: 465px;
    z-index: -1;
    border-radius: 50%;
    background-color: #00aead;
} */

.default-form {
  padding: 40px 40px;
  border-radius: 15px;
  background-color: #f3f3f3;
  width: 95%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.161);
  /* z-index: 9; */
  position: relative;
}
.default-form::before {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #00466e;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  border-radius: 15px;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 0px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 0px;
  color: #000;
  height: 50px;
  font-size: 15px;
  background: none;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: 0;
  box-shadow: 0;

  margin-bottom: 20px;
}

/*.default-form .form-group input::-webkit-input-placeholder,*/
/*.default-form .form-group textarea::-webkit-input-placeholder {*/
/*	color: #000;*/
/*	background-color: #fbfbfb;*/
/*	border: 1px solid #dbdbdb;*/
/*	box-shadow: 0;*/
/*}*/

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 0px;
  color: #000;
  height: 50px;
  font-size: 15px;
  background: none;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: 0;
  box-shadow: 0;

  margin-bottom: 20px;
  height: 80px;
}

.default-form .form-group .theme-btn {
  cursor: pointer;
}

.contactbottombx {
  width: 100%;
  display: table;
  padding: 80px 0 50px;

  background-color: #fff;
  background-size: 40%;
  background-image: url("../images/dds2.html");
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
}

.contactbottombxin {
  width: 100%;
  display: block;
  position: relative;
  padding: 50px;
}

.contactbottombxin svg.Rectangle_131_bo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#Rectangle_131_bo {
  fill: url(#Rectangle_131_bo);
}

.contactbottombxin1 {
  position: relative;
  z-index: 9;
  width: 100%;
  display: table;
}

.contactbottombxin img {
  width: 20%;
  z-index: 9;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contactbottombxin1 h2 {
  position: relative;
  width: 100%;
  text-align: left;
  color: #fff;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 50px;
}

.contactbottombxin1 h2 span {
  font-weight: 600;
}

.contactbottombxin1 a {
  text-decoration: none;
  background-color: #000;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  border-radius: 5px;
  transition: all 0.3s;
  padding: 12px 30px;
  transition: all 0.3s;
  margin-right: 20px;
}

.contactbottombxin1 a:hover {
  background-color: #000 !important;
}

.contactbottombxin1 ul {
  list-style-type: none;
  width: 80%;
  margin-top: 60px;
  display: flex;
}

.contactbottombxin1 ul li {
  float: left;
  display: inline-block;
  /* width: 50%; */
  padding-left: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  letter-spacing: 1px;
  margin-right: 20px;
}

.contactbottombxin1 ul li svg.Icon_ionic-ios-checkmark-circl {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  fill: #00fff4;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 13px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px 10px 20px;
  line-height: 30px;
  color: #777777;
  border: none;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #efefef;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #cf1c5a;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #999999;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}

.ui-widget.ui-widget-content {
}

.ui-menu .ui-menu-item {
  font-size: 13px;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #43b97e;
  border-color: #43b97e;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 24px;
}

.ui-menu-item:hover {
  background-color: #43b97e;
}

.sec-title h2 {
  color: #34343b;
  font-weight: 600;
  margin-top: 0;
  padding-left: 30px;
  position: relative;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 48px;
  margin-bottom: 20px;
}
.sec-title h2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #88c74c;
}

.text {
  font-size: 16px;
  line-height: 32px;
  color: #71737a;
  padding-left: 30px;
  margin-bottom: 30px;
}
.contact-section .info-column .contact-list li h3 {
  font-size: 21px;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  color: #001d3a;
  padding: 6px 30px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 30px;
  overflow: hidden;
  background-color: transparent;
  text-transform: capitalize;
  border: 1px solid #001d3a;
  transition: all 0.3s;
  letter-spacing: 1px;
}

.btn-style-one:hover {
  background-color: #001d3a;
  color: #fff;
}

.a2bb {
  text-decoration: none;
  width: 100%;
  display: block;
  transition: all 0.3s;
  padding: 40px 25px 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #04206f;
  font-size: 13px;
  box-shadow: 0 30px 30px #eee;
  margin-bottom: 20px;
}

.a2bb::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #e8e8e8 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.a2bb h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.a2bb p {
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    padding-top: 100px;
  }
  /* #header.fixed1{height: 100px;} */
  .home_link {
    height: 100%;
    display: block;
  }
  .bannerbox {
    height: auto;
  }
  .hl_video video {
    /* width: 150%;
		left: -25% */
  }
  .hl_circle {
    width: 100%;
  }
  .hl_circle h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hl_circle p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .hl_circle a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 35px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  .logo a img {
    padding: 10px 0;
    height: 70px;
  }
  .bannerboxcont {
    width: 100%;
    padding: 40px 0 !important;
    left: 0;
    top: 35% !important;
    position: relative !important;
    height: auto;
  }
  .bannerbox{padding-bottom: 0;}
  .bannerboxcont11{
      padding: 0px 0 !important;
  }
  .default-form {
  padding: 40px 10px;
  }
  .g-recaptcha{
      transform: scale(0.85);
  }
  
  .Path_1 {
    width: 300px;
    height: auto;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
  }
  .banner_hd {
    padding: 10px 10px 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    padding: 0 10px;
    width: 100%;
    height: 42px;
    line-height: 21px;
    /* overflow: hidden; */
    margin-bottom: 10px;
    font-size: 13px;
  }
  /* .banner_r_more a {
    padding: 11px 25px 11px 25px;
    font-size: 12px;
  } */
  .bannerboxcont1 {
    padding-top: 60px;
  }
  .carousel-control svg {
    width: 25px;
  }
  .banner_r_more a svg {
    right: 10px;
  }
  .section1::before {
    width: 96vw;
  }
  .abtbtn a {
    font-size: 13px;
  }
  .abtbtn {
    margin-left: 0px;
  }
  .section1 h2 {
    padding-left: 0px;
  }
  .section1 p,
  .section1 h4 {
    padding-left: 0;
    margin-top: 20px;
  }
  .section1 h4::before {
    left: -20px;
  }
  .section1 {
    padding: 20px;
    margin-top: 0;
  }
  .aboutleft img {
    width: 100%;
  }
  .sec1left {
    padding: 20px;
    width: 100%;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .sec1right {
    min-height: auto;
    width: 100%;
    margin-top: 30px;
  }
  .aboutleft {
    margin-top: 30px;
  }
  .section2 h2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
  }
  .section2 p {
    font-size: 13px;
    line-height: 21px;
  }
  .tab_content p {
    font-size: 10px;
    line-height: 16px;
    padding: 0 20%;
  }
  .section2 a {
    margin-bottom: 0px;
    padding: 10px 20px;
    font-size: 12px;
  }
  .percent-block {
    position: relative;
    width: 100%;
    clear: both;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    display: block;
  }
  .percent-block:nth-child(1),
  .percent-block:nth-child(2),
  .percent-block:nth-child(3) {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .section1 h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .section1 p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }
  .box2 h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .sec1inner ul {
    padding: 0;
  }
  .section0 {
    padding: 20px 0;
  }
  .section0 h2 {
    font-size: 22px;
  }
  .section0 h4 {
    font-size: 13px;
    line-height: 21px;
  }
  .section0 h3 {
    font-size: 18px;
  }
  .section6 {
    display: block;
  }
  .section6 h2 {
    font-size: 30px;
  }
  .home_tests h3 {
    font-size: 13px;
    line-height: 21px;
  }
  .home_careers h2,
  .testimonials h2,
  .fbox h4 {
    font-size: 22px;
  }
  .home_careers p,
  .testimonials ul li p {
    font-size: 15px;
    line-height: 21px;
  }
  .section7 ul li {
    width: 50%;
    padding: 10px;
  }
  .fabout,
  .fbox {
    width: 100%;
    display: block;
  }
  .innertxt1 {
    top: 30%;
    padding-left: 10px;
  }
  .inner_banner h1 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 21px;
  }
  .inner_banner {
    padding-bottom: 20px;
  }
  .pgbx h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .careers_slideBlock h3 {
    font-size: 18px;
  }
  .careers_slideDetails p strong,
  .careers_slideDetails p span,
  .careers_slideBlock a {
    font-size: 13px;
  }
  .insec1left {
    padding: 0px;
  }
  .insec1left h2 {
    margin-left: 0px;
    font-size: 22px;
    line-height: 32px;
  }
  .insec1left p {
    margin-left: 0px;
    padding: 20px;
  }
  .sec4bx1 {
    border-left: 0px;
    text-align: left;
  }
  .insection2 ul li {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .box5 h2 {
    font-size: 18px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .box555 ul.technologies li {
    width: 50%;
  }
  .box555 ul.technologies li {
    padding: 10px;
    margin: -1px;
    background-color: #fff;
  }
  .innerpgbx1,
  .innerpgbx {
    padding: 30px 0;
  }
  ul.careersul li span,
  .job_nav span {
    width: 100%;
    clear: both;
  }
  ul.careersul li a {
    bottom: 0px;
    top: auto;
    right: 0px;
  }
  ul.careersul li h2 {
    margin-top: 10px;
  }
  .enroll_form {
    padding: 20px 0;
  }
  .contactfielddiv {
    margin-bottom: 0px;
  }
  .fields_two {
    width: 100%;
    clear: both;
  }
  .section5 h1,
  .section3 h1 {
    font-size: 36px;
  }
  .drop_box {
    margin-bottom: 40px;
  }
  .section3 h1::before {
    left: 90%;
  }
  a.solbx1 h3 {
    font-size: 22px;
  }
  .section2 h1 {
    font-size: 30px;
    margin-top: 30px;
  }
  .section2 h1::before {
    right: 50%;
  }
  .divisions {
    display: table;
    padding: 0;
  }
  .flip-box-front h2 {
    font-size: 22px;
  }
  .flip-box-back h2 {
    font-size: 26px;
  }
  .percent-block p span {
    font-size: 42px;
  }
  .sec2bx {
    margin-top: 0px !important;
    width: 100%;
    float: left;
  }
  .clientsbx ul li {
    width: 33.33%;
    padding: 10px;
  }
  .clientsbx ul li:nth-of-type(1),
  .clientsbx ul li:nth-of-type(3),
  .clientsbx ul li:nth-of-type(5),
  .clientsbx ul li:nth-of-type(7) {
    background-color: #e5eef6;
  }
  .clientsbx ul li:nth-of-type(2),
  .clientsbx ul li:nth-of-type(4),
  .clientsbx ul li:nth-of-type(6),
  .clientsbx ul li:nth-of-type(8) {
    background: #fff;
  }
  .footer {
    background-size: cover;
    display: block;
    padding: 40px 20px;
  }
  .footer img {
    height: 30px;
  }
  span.mobnoc {
    display: none;
  }
  .footer_menu,
  .footer_social {
    width: 100%;
    clear: both;
    margin-top: 30px;
    padding-left: 0;
  }
  span.desknoc {
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
  }
  .footersection {
    margin-top: 40px;
    display: inline-block;
  }
  .top_social {
    display: none;
  }
  .footersection {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }
  .inner_banner img {
    width: 100%;
    margin-bottom: 30px;
  }
  .whyUs .whyleft {
    width: 100%;
  }
  .whyUs .whyright,
  .whyright li {
    width: 100%;
    clear: both;
  }
  .whyleft h2 {
    font-size: 28px;
  }
  .solcont1 h3 {
    font-size: 18px;
    line-height: 28px !important;
  }
  .solcont1 p {
    font-size: 13px;
    line-height: 21px;
  }
  .box1_left,
  .box1_right {
    width: 100%;
    clear: both;
    position: relative;
    top: auto;
  }
  .job_des {
    width: 100%;
    clear: both;
    margin-top: 20px;
  }
  .job_des p {
    font-size: 13px;
    line-height: 21px;
  }
  .box1_left h2 {
    font-size: 22px;
  }
  .formbox h2 {
    font-size: 22px;
  }
  .formbox .form-group {
    padding: 0;
  }
  .formbox input.form-control,
  .formbox textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    font-size: 13px;
  }
  input.subres {
    font-size: 13px;
  }
  .adbxin {
    padding: 0;
  }
  .adbxin h2 {
    margin-top: 0px;
    font-size: 24px !important;
  }
  .add1 h5 {
    font-size: 18px;
  }
  .adbxin a {
    font-size: 18px;
  }
  .headerright1 {
    display: none;
  }
  .ftleft1 {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .mFooter {
    height: auto;
    line-height: normal;
    padding: 15px 0;
    font-size: 12px;
  }
  .mFooter a::before {
    top: 5px;
  }
  .innersec1 h2,
  .page1 h2,
  .careerform h2,
  .jobpositions1 h2 {
    font-size: 22px;
  }
  .innersec1 p,
  .page1,
  .jobpositions1 p {
    font-size: 15px;
    line-height: 24px;
  }
  a.solbxx {
    margin-top: 40px !important;
  }
  .careerform .form-group {
    padding: 0;
  }
  .fulltime,
  .parttime {
    top: -50px;
  }
  .com_name {
    font-size: 18px;
  }
  .page_left,
  .page_right {
    width: 100%;
    clear: both;
  }
  .page_right {
    margin-top: 30px;
  }
  .page1 .sticky {
    position: -webkit-relative;
    position: -moz-relative;
    position: -o-relative;
    position: -ms-relative;
    position: relative;
    top: 0px;
    z-index: 1;
    display: inline-block;
  }
  .modal-dialog {
    width: 90%;
  }
  .modal-dialog1 {
    width: 90%;
  }
  .contrvb p span {
    float: none;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
  }
  .socialrt {
    display: none;
  }
  .banner_txt::before {
    width: 150px;
  }
  .pavcontentslider .carousel-control {
    top: 85% !important;
  }
  .section0 img {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .section0 p {
    font-size: 15px;
    line-height: 24px;
  }
  .section3 h2 {
    font-size: 22px;
  }
  a.servbx1 {
    background-image: none !important;
    padding: 0px;
  }
  img.deskno {
    display: block;
    width: 100%;
  }
  .sec3bx::before {
    display: none;
  }
  .sec3bx {
    padding: 25px;
  }
  .sec3bx h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section6 .container {
    position: relative;
    z-index: 1;
  }
  .section6::before {
    opacity: 0.5;
  }
  .sec3left span {
    font-size: 60px;
  }
  .sec6bx1 {
    width: 50%;
  }
  .section7 h3 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .section7 h3 a {
    float: none;
    display: table;
    margin: auto;
    margin-top: 30px;
  }
  .section8 h2 {
    font-size: 30px;
  }
  .halfspan {
    width: 100%;
    clear: both;
  }
  .sec1inner {
    padding: 20px;
  }
  .section-title1 h2 {
    font-size: 26px;
  }
  .section-title1 h3 {
    font-size: 18px;
  }
  .sec2bxin {
    padding: 40px 0;
  }
  .sec2bxin a {
    margin: 20px 0;
  }
  .contactpg h2 {
    font-size: 22px;
  }
  .contactpg h4 b {
    font-size: 18px;
  }
  .contactpg p a {
    font-size: 13px;
  }
  .contactpg h4 {
    font-size: 15px;
  }
  .blogpg ul li {
    width: 100%;
    display: block;
  }
  .blogpg1 {
    padding: 40px 20px;
  }
  a.backbtn {
    font-size: 12px;
    top: -30px;
  }
  .cspt-right-box {
    display: none;
  }
  .sec1bg1 {
    margin-bottom: 20px;
  }
  .section1 h4 {
    font-size: 18px;
  }
  .aboutimg {
    margin-bottom: 30px;
  }
  .sec-title.light h2,
  .sec-title h2,
  .innersec1 h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .innersec1 h3 {
    margin-top: 30px;
  }
  .image-column1 .icon-box {
    left: 10px;
  }
  .innersec1 h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page1,
  .innerserv,
  .contact-section {
    padding: 40px 15px;
  }
  .careerspg h4,
  .page_content h2,
  .innerserv h1 {
    font-size: 22px;
  }
  .jobsbx1 {
    padding-left: 50px;
  }
  .page_content,
  .job_dets {
    width: 100%;
    clear: both;
  }
  .contact-section {
    padding: 40px 5px;
  }
  .contact-section .info-column .image {
    display: none;
  }
  .contact-section .info-column h5 {
    font-size: 22px;
  }
  .contact-section .info-column p {
    font-size: 15px;
  }
  .contact-section .info-column {
    display: table;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .default-form .form-group input[type="text"],
  .default-form .form-group input[type="email"],
  .default-form .form-group select,
  .default-form .form-group textarea {
    font-size: 12px;
  }
  .default-form .form-group {
    width: 100%;
  }
  .sub {
    float: right;
  }
  .ftul2 li {
    width: 100%;
    clear: both;
  }
  . {
    padding: 10px;
  }
  .section2 {
    padding: 40px 5px;
    background-size: 100%;
    background-position: left top;
  }
  ul.tabs {
    /* min-height: 350px; */
  }
  .section2in .col-sm-6:last-child {
    padding: 40px 0 0;
  }
  .section2in .col-sm-7 {
    padding-left: 10px;
  }
  .tab_container {
    top: 20%;
  }
  .tab_content h5 {
    font-size: 13px;
  }
  .abtll::before {
    left: -10px;
  }
  .section2 h3 {
    font-size: 13px;
  }
  .section3 {
    padding: 0;
  }
  .sec3left {
    padding: 30px;
  }
  .sec3left p,
  .text,
  .contact-section .info-column ul.contact-list li p {
    font-size: 13px;
    line-height: 26px;
  }
  .contact-section .info-column ul.contact-list li p {
    margin-bottom: 30px;
  }
  .contact-section .info-column .contact-list li strong {
    font-size: 18px;
  }
  .sec3left a {
    margin-bottom: 20px;
  }
  .section4 {
    padding: 40px 0;
  }
  .section4 h3 {
    font-size: 13px;
  }
  .section4 h2,
  .homesolutions h2 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .homesolutions h2 {
    margin-bottom: 50px;
  }
  .homesolutions a {
    font-size: 15px;
  }
  .homesolutions a {
    margin-bottom: 20px;
  }
  .contact-list {
    margin-top: 50px;
  }
  /* .homesolutions ul li a{padding: 20px 60px} */
  .section4 .sec4bx1 {
    top: 0;
  }
  .technologiesbxx h3,
  .homesolutions h3 {
    font-size: 22px;
  }
  .section4 .owl-nav {
    display: none !important;
  }
  .owl-prev {
    margin: 0px !important;
  }
  .owl-next {
    margin: 0px !important;
  }
  .section4 .owl-dots {
    display: block !important;
    bottom: -30px;
  }
  .section6 h3,
  .section5 h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    width: 40px !important;
    height: 40px !important;
  }
  .section5 h2,
  .homesolutions h2 {
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
  }
  .section6 h3:before,
  .section5 h3:before {
    width: 50px;
  }
  .hscc {
    padding: 0 40px;
  }
  a.homeser .hsccin img {
    width: 30px;
  }
  a.homeser .hsccin h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .bannerbox::after {
    display: none;
  }
  .iesout,
  .sec2aboutout {
    font-size: 100px;
  }
  .industriescar {
    padding: 0 10px;
  }
  .section222 {
    height: auto;
  }
  /* .tab_container{position: relative; padding: 0 0;}
	ul.tabs{width: 100%; display: block; background-color: #fbfbfb;}
	.multi_tabs h2{font-size: 28px;}
	ul.tabs li{font-size: 13px;}
	.tab_content{height: 250px; padding: 50px 0;}
	.tab_content p{font-size: 18px; line-height: 32px;}
	.tab_container{height: auto;}
	.tab_content::after{bottom: 5px;} */
  .footerleft,
  .footerright {
    width: 100%;
    clear: both;
  }
  .fcopy {
    display: none;
  }
  #header.fixed1 .logo {
    height: 100px;
  }
  .logo a {
    width: 100px;
    margin-left: 10px;
    background-size: 100%;
  }
  .footerleft img {
    width: 150px;
    margin: auto;
    display: table;
    margin-bottom: 30px;
  }
  .footerright ul {
    text-align: center;
  }
  .footerright ul li a {
    font-size: 12px;
    margin: 0 5px;
  }

  .Infographics--pulse #top-right-pulse {
    right: 25px;
  }
  .Infographics--pulse #top-left-pulse {
    left: 10px;
  }

  .ftsocial {
    text-align: center;
  }
  .fcopy1 {
    display: block !important;
    text-align: center;
  }
  .inner_banner::after {
    display: none;
  }
  .innertxt1 {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    /* background-color: #00466E; */
  }
  .iesaa1 img {
    width: 100%;
    display: block;
  }
  .iesaa1 h2,
  .iesaa2 h2,
  .iesaa41 h2 {
    margin-top: 20px;
    font-size: 18px;
  }
  .iesaa1 p,
  .iesaa2 p {
    font-size: 15px;
    line-height: 24px;
  }
  .iesaa2car {
    position: relative;
    top: auto;
    width: 100%;
  }
  .iesaa2 {
    padding-top: 0;
  }
  .iesaa2car {
    margin-bottom: 50px;
    display: inline-block;
  }
  .iesaa3 h2 {
    border-right: 0;
    border-bottom: 2px solid #000;
  }
  .iesaa3 h2 {
    padding-top: 0;
    margin-top: 0;
  }
  .iesaa3 {
    padding-top: 0;
  }
  .iesaa3 h2 {
    font-size: 22px;
  }
  .iesaa3 h3 {
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
  .iesaa3 p {
    padding: 0;
    font-size: 15px;
    text-align: center;
  }
  .iesaa3 a {
    margin: auto;
    display: table;
  }
  .iesaa41 ul li {
    font-size: 13px;
    line-height: 24px;
  }
  .iesaa41 {
    padding: 20px;
  }
  .iesaa4 p {
    font-size: 15px;
    line-height: 24px;
  }
  .teambx1 h2 {
    font-size: 18px;
  }
  .teambx1 h3 {
    font-size: 15px;
  }
  .teambx1 a {
    font-size: 12px;
  }
  .teampginner h1,
  .teampginnerinfo h2 {
    font-size: 22px;
  }
  .teampginner h3 {
    font-size: 18px;
  }
  .teampginnerinfo {
    padding-left: 0;
    padding-top: 60px;
  }
  .teampginnerinfo p,
  .industrypgbx1 p,
  .industrypgbx1 h3,
  .teampginnerinfo ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .industrypgbx1 h2,
  .industrypgbx2 h2 {
    font-size: 22px;
  }
  .blogpgcontbx h3 {
    font-size: 15px;
    line-height: 24px;
    height: 72px;
  }
  .industriesdetailspg h2 {
    width: 100%;
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }
  .industriesdetailspg p {
    font-size: 13px;
    line-height: 24px;
  }
  .sec4aboutout {
    font-size: 75px;
  }
  .pavcontentslider .carousel-indicators {
    padding-right: 20px !important;
  }
  ul.tabs li {
    font-size: 15px;
  }
  .hometopsection {
    padding-top: 0;
  }

  .asection2 h2,
  .aboutbx2 h2,
  .ab3bx1 h2,
  .careerspg1 h2 {
    font-size: 15px;
    line-height: 24px;
  }
  .asection2 p {
    font-size: 13px;
    line-height: 24px;
  }
  .ab3bx1 p,
  .aboutbx2 p,
  .abtbtm1 p,
  .servidpg p {
    font-size: 14px !important;
  }
  .inner-four-sec {
    margin-bottom: 30px;
  }
  .abtbtm1 h4 {
    font-size: 15px;
  }
  .servidpg h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .servidpg h4 {
    font-size: 15px;
  }
  .servidpg h1,
  .box1_left h2 {
    font-size: 18px;
    line-height: 38px;
  }
  .servidpg ul li {
    font-size: 13px;
  }
  .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: 22px;
  }
  .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: 30px;
  }
  .innerbx2 li p {
    font-size: 18px;
  }

  .home_link::before {
    background-size: cover;
  }

  .homepgsolbx h2 {
    font-size: 18px;
    line-height: 32px;
  }
  ul.tabs1 {
    padding: 0;
  }
  ul.tabs1 li {
    font-size: 12px;
    width: 100%;
    float: left;
    display: inline-block;
    padding: 10px 0 10px 30px;
  }
  .tab_container1 {
    position: relative;
    width: 100%;
  }
  ul.tabs1 .col-sm-3 {
    width: 100%;
    display: table;
  }
  .soltabbx {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    margin-top: 50px;
  }
  ul.tabs1 li::before {
    top: 15px;
    left: 10px;
    width: 5px;
    height: 5px;
  }

  .technologiesbxx h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .footer_hd {
    margin-top: 0px;
  }
  .footer_menu ul li a {
    font-size: 12px;
  }
  .footer_menu ul li {
    margin-bottom: 0;
  }
  .bannerimgg {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 20px;
  }
  .banner_r_more {
    left: auto;
    top: auto;
  }
  #status {
    width: 100px;
    height: 90px;
    margin: -45px 0 0 -50px;
  }
  .section2in {
    width: 100%;
  }
  .sec2qlinks {
    flex-direction: column;
  }
  .homepgsolbx h1 span {
    font-size: 12px;
    padding: 5px;
    letter-spacing: 0;
  }
  .tabwidthh {
    width: 100%;
  }
  .tabbcont {
    padding-left: 0;
  }
  .technologiesbxx h1 span {
    font-size: 12px;
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
  }
  .footerin {
    padding: 0;
  }
  .ftsocial {
    justify-content: center;
    margin-top: 30px;
    display: inline-block;
  }
  .footer span {
    text-align: center !important;
  }
  .ftsocial a {
    font-size: 18px;
    margin: 0 10px;
  }
  .bannerboxcont11 .banner_hd {
    font-size: 18px;
    line-height: 36px;
    padding: 0 40px;
    text-align: center;
    width: 100%;
  }
  .bannerboxcont11 .bannerboxcont1 {
    width: 100%;
  }
  .bannerbox {
    overflow: hidden;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 460px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
  ul.tabs {
    min-height: 600px;
  }
  .tab_container {
    top: 40%;
  }
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    max-width: 1000px;
  }
  #header.fixed1 {
    padding: 0 30px;
  }
  .sec2qbx h3 {
  font-size: 18px;
  }
  .logo a {
    width: 100px;
  }
  .fabout,
  .fbox {
    clear: none;
    width: 33.33%;
    float: left;
  }
  .insection2 ul li {
    clear: none;
    float: left;
    width: 33.33%;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu {
    margin: 0;
  }

  .banner_cont {
    padding: 0;
  }
  .dropdownm1 ul {
    display: block;
    margin: 0;
  }
  .dropdownm1 ul li {
    padding: 0 10px;
  }
  .percent-block:nth-child(1) {
    bottom: 0;
  }
  .percent-block:nth-child(2) {
    bottom: 1100px;
  }
  .sec2bx {
    width: 100%;
  }
  /* .footersection{width: 22%;} */
  .socialrt a img {
    width: 50px;
  }
  .solcont1 h3 {
    font-size: 22px;
  }
  .section1 p {
    line-height: 26px;
  }
  .menu > ul > li > a {
    font-size: 13px;
  }
  .socialrt a {
    font-size: 18px;
  }
  ul.submenu1 li a {
    font-size: 12px;
  }
  .section1::before {
    width: 98vw;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .box555 ul.technologies li {
    width: 20%;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    padding: 0 15px;
  }

  .bannerbox::after {
    width: 70%;
  }
  .banner_hd {
    font-size: 42px;
    line-height: 55px;
  }
  .bannerboxcont {
    width: 55%;
    padding: 0 50px !important;
  }
  .pavcontentslider .carousel-control {
  }
  /* .carousel-control.right{left: 15% !important;} */
  .banner_cont {
    font-size: 15px;
    line-height: 28px;
  }
  .banner_r_more a {
  }
  ul.tabs li {
    font-size: 13px;
  }
  .industriescar {
    padding: 0 50px;
  }
  .section4 h2,
  .homesolutions h2 {
    font-size: 26px;
    line-height: 48px;
  }
  .section2 h2 {
    font-size: 36px;
  }
  .homesolutions a .hmsolbxx span {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 20px;
    margin-right: 10px;
  }
  .homesolutions a {
    font-size: 18px;
  }
  .footerleft img {
    width: 80%;
  }
  .footerleft {
    width: 40%;
  }
  .fcopy {
    font-size: 12px;
  }
  .footerright ul li a {
    font-size: 12px;
  }

  .Infographics--pulse .Infographics-base {
    width: 235px;
  }
  .menu > ul > li {
    padding: 0 10px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    font-size: 12px;
    padding: 10px;
  }
  #header.fixed1 .menu > ul > li.contactli {
    display: none;
  }
  .section2in {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  #header.fixed1 .menu > ul > li.contactli {
    display: inline-block;
    margin: 0;
  }
  .container1 {
    max-width: 100%;
    margin: auto;
  }
  .left_menu1 .m_hd1 {
    font-size: 13px;
  }
  .left_menu1 li a {
    font-size: 12px;
  }
  .footer_hd{font-size: 15px;}
}

@media only screen and (min-width: 1240px) and (max-width: 1310px) {
    #header.fixed1{padding: 0 50px;}
  .menu {
    margin: 0 0 0 50px;
  }
  .bannerboxcont {
    padding: 0 50px !important;
  }
  .banner_hd {
    font-size: 42px;
    line-height: 55px;
  }
  .menu > ul > li > a, ul.submenu1 li a, .left_menu1 li a {
    font-size: 12px;
  }
  .menu > ul > li {
    padding: 0 8px;
  }
  .footer_hd{font-size: 15px;}
}
/* ===== FIX LOGO FITTING IN TECHNOLOGIES SECTION ===== */

.technologiesbxx ul li {
  padding: 20px 10px;   /* cleaner spacing */
}

/* Convert <a> into card container */
.technologiesbxx ul li a {
  height: 120px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FIX: stop image stretching */
.technologiesbxx ul li a img {
  width: auto !important;        /* override width:100% */
  max-width: 85%;
  max-height: 60px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Hover effect */
.technologiesbxx ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
/* ===== FORCE OWL CAROUSEL HORIZONTAL FIX ===== */

/* Restore Owl core behavior */
.technologiesbxx .owl-carousel .owl-stage {
    display: block !important;
}

.technologiesbxx .owl-carousel .owl-item {
    float: left !important;
    width: auto !important;
}

/* Override global UL/LI rules ONLY inside owl */
.technologiesbxx .owl-carousel ul,
.technologiesbxx .owl-carousel li {
    width: auto !important;
}

/* Prevent vertical stacking */
.technologiesbxx .owl-carousel li {
    display: block !important;
}
<style>
.contact-wrapper {
  background: #f4f6f9;
  padding: 60px 0;
}

.contact-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-card h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-card p.subtitle {
  color: #6c757d;
  margin-bottom: 30px;
}

.contact-card label {
  font-weight: 500;
  margin-bottom: 6px;
}

.contact-card .form-control {
  height: 48px;
  border-radius: 6px;
}

.contact-card textarea.form-control {
  height: auto;
}

.sms-disclaimer {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.6;
}

.sms-disclaimer a {
  color: #0d6efd;
  text-decoration: underline;
}

.sms-btn {
  background: #e6003e;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  padding: 16px;
  border: none;
  transition: background 0.3s ease;
}

.sms-btn:hover {
  background: #c70036;
}
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  font-family: "Nunito", serif;
}

.nunito-light {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.nunito-regular, p {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.nunito-bold, header nav .navbar-nav .nav-link, h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.color-secondary {
  color: #e50044;
}

.color-dark {
  color: #001241;
}

.display-5 {
  font-weight: 600;
}

.top-header {
  background-color: #edfbfb;
}

.primary-bg {
  background-color: #001241;
}

.primary-dark {
  background-color: #001241;
}

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.carousel-indicators [data-bs-target] {
  background-color: #001241;
}

.img-border {
  border: 8px solid #ffffff;
}

.subHeader {
  font-size: 1.03rem;
}

.smallButton {
  border-radius: 8px !important;
  padding: 6px 20px !important;
}

body.innerPages header nav {
  border-bottom: none;
}

header {
  z-index: 99;
}
header nav {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
header nav .navbar-nav .nav-link {
  color: #ffffff;
  padding: 18px 14px !important;
}
header nav .navbar-nav .nav-link:hover {
  color: #edfbfb;
}
header nav .navbar-nav .nav-link.active {
  position: relative;
}
header nav .navbar-nav .nav-link.active:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0px;
}
header nav .dropdown-menu {
  top: 59px !important;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 0 !important;
}
header nav .dropdown-menu li a.dropdown-item {
  padding: 0.628rem 1rem;
  background-color: #001f6c;
  color: #ffffff;
}
header nav .dropdown-menu li a.dropdown-item:hover {
  background-color: #001241;
  color: #ffffff;
}
header .requestDemoCta {
  position: absolute;
  right: 0;
  top: 16%;
}
header .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 100%;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-item.dropdown a:after {
  border: none;
}

#hero .hero-banner {
  position: absolute;
  top: 20%;
  width: 100%;
}
#hero .banner-title h1 {
  font-weight: 700;
  font-size: 4.234rem;
  color: #ffffff;
}
#hero p {
  color: #edfbfb;
  font-size: 1.234rem;
}
#hero .videoWrapper {
  margin-top: -82px;
}

.services {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(40%, rgb(232, 232, 232)), to(rgb(228, 228, 228)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(232, 232, 232) 40%, rgb(228, 228, 228) 100%);
}
.services h2 {
  color: #001241;
}
.services .column {
  -ms-flex: 32%; /* IE10 */
  -webkit-box-flex: 32%;
          flex: 32%;
  max-width: 32%;
  padding: 0 4px;
}
.services .column img {
  vertical-align: middle;
  width: 100%;
}
.services .serviceImage figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 8px;
  min-width: 400px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  text-align: center;
  background: rgb(0, 0, 0);
  cursor: pointer;
}
.services .serviceImage figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.2);
}
.services .serviceImage figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services .serviceImage figure figcaption:before {
  pointer-events: none;
}
.services .serviceImage figure figcaption:after {
  pointer-events: none;
}
.services .serviceImage figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.services .serviceImage figure h2 span {
  font-weight: 800;
}
.services .serviceImage figure figcaption,
.services .serviceImage figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services .serviceImage figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.services .serviceImage figure h2,
.services .serviceImage figure p {
  margin: 0;
}
.services .serviceImage figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.services figure.servImage figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(72, 76, 97, 0.8)));
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.services figure.serviceEffect figcaption::before,
.services figure.serviceEffect p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.services figure.serviceEffect h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #cdcdcd;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  -webkit-transition: color 0.35s, -webkit-transform 0.35s;
  transition: color 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.services figure.serviceEffect p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.services figure.serviceEffect:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.services figure.serviceEffect:hover figcaption {
  background: rgba(0, 0, 0, 0.7);
}
.services figure.serviceEffect:hover figcaption:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.services figure.serviceEffect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.stats {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(40%, rgb(232, 232, 232)), to(rgb(228, 228, 228)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(232, 232, 232) 40%, rgb(228, 228, 228) 100%);
}
.stats .stats-bg {
  background: url(/images/section-2.jpg) no-repeat;
  background-size: cover;
}
.stats .stats-no {
  font-size: 5rem;
  color: #e50044;
}

.btn-primary {
  background-color: #e50044;
  border-color: #e50044;
  color: #ffffff;
  border-radius: 30px;
  padding: 0.952rem 3rem;
}
.btn-primary:hover {
  background-color: #001241;
  border: 1px solid #001f6c;
}

.subtitle {
  margin: 0;
  padding: 0 0 5px;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #e50044;
  display: inline-block;
}
.subtitle h5 {
  margin: 0;
  text-transform: uppercase;
}

.about {
  background: url(/images/bg-layer-1.png) no-repeat;
  background-color: #001241;
  background-position: top 100% right 50%;
  background-size: 100% 80%;
}
.about .column {
  -ms-flex: 49%; /* IE10 */
  -webkit-box-flex: 49%;
          flex: 49%;
  max-width: 49.5%;
  padding: 0 4px;
}
.about .column img {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 14px;
}

.videoBg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
}

.teamContent {
  z-index: 99;
  position: absolute;
  top: 40%;
}
.teamContent h2 {
  font-weight: 700;
  font-size: 2.234rem;
  color: #001241;
}
.teamContent p {
  font-size: 1.235rem;
  line-height: 1.5;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
            transform: translateX(-1750px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
            transform: translateX(-1750px);
  }
}
.slider {
  height: 100px;
  margin: auto;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
  cursor: pointer;
}
.slider .slide img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.8s ease-in-out;
}
.slider .slide img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.section-pad {
  padding: 5rem 0;
}

.step {
  border: solid 1px rgba(255, 255, 255, 0.3);
  background-color: #001f6c;
  width: 4rem;
  height: 4rem;
  top: -44px;
  right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.step span {
  color: #ffffff;
}

.footer h4 {
  color: #edfbfb;
}
.footer a {
  padding: 4px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, currentcolor), to(currentcolor)) 0 95%/0 1px no-repeat;
  background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95%/0 1px no-repeat;
}
.footer a:hover {
  background-size: 100% 1px;
}
.footer svg {
  fill: #ffffff;
}
.footer address {
  color: #ffffff;
}

.inner-title {
  top: 35%;
}
.inner-title h2 {
  color: #e50044;
}
.inner-title a {
  color: #e50044;
  text-decoration: none;
}
.inner-title .active {
  color: #edfbfb;
}

.contact-content {
  background-color: #001f6c;
  border-radius: 18px;
}
.contact-content p {
  font-size: 1.1rem;
  margin: 0;
  color: #001241;
}

.contact-wrap {
  padding: 40px 40px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px rgba(30, 30, 30, 0.1);
  box-shadow: 0px 10px 50px rgba(30, 30, 30, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: -160px;
  border-radius: 10px;
}
.contact-wrap .contact-form-input {
  position: relative;
  z-index: auto;
}
.contact-wrap .contact-form-input input, .contact-wrap .contact-form-input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  border-bottom: 1px solid rgba(4, 0, 23, 0.14);
  padding: 0 20px;
  color: rgba(4, 0, 23, 0.6);
  font-size: 16px;
}
.contact-wrap .contact-form-input textarea {
  height: 95px;
  line-height: 22px;
  padding-top: 20px;
}

.contact-info-item {
  margin-bottom: 20px;
}
.contact-info-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.contact-map {
  height: 540px;
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1399.98px) {
  .services .column {
    -ms-flex: 30%; /* IE10 */
    -webkit-box-flex: 30%;
            flex: 30%;
    max-width: 30%;
    padding: 0 4px;
  }
  .services .serviceImage figure {
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    width: inherit;
  }
  .services .serviceImage figure.serviceEffect h2 {
    font-size: 1.534rem;
  }
}
@media (max-width: 991.98px) {
  #hero .hero-banner {
    top: 10%;
  }
  #hero .hero-banner .banner-title h1 {
    font-size: 3rem;
  }
  #hero video {
    height: 80vh;
  }
  .services .column {
    -ms-flex: 50%; /* IE10 */
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding: 0 4px;
  }
  .services .serviceImage figure {
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    width: inherit;
  }
  .services .serviceImage figure.serviceEffect h2 {
    font-size: 1.534rem;
  }
}
@media (max-width: 767.98px) {
  .services .column {
    -ms-flex: 50%; /* IE10 */
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding: 0 4px;
  }
  .services .serviceImage figure {
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    width: inherit;
  }
  .services .serviceImage figure.serviceEffect h2 {
    font-size: 1.534rem;
  }
}
@media (max-width: 575.98px) {
  #hero .hero-banner {
    top: 10%;
  }
  #hero .hero-banner .banner-title h1 {
    font-size: 2rem;
  }
  #hero video {
    height: 80vh;
  }
  .team video {
    height: 80vh;
  }
  .team .teamContent {
    top: 10%;
    left: 10%;
  }
  .services .column {
    -ms-flex: 100%; /* IE10 */
    -webkit-box-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0 4px;
  }
  .inner-banner img {
    height: 160px;
  }
}
</style>

