body {
  font-family: "Montserrat", sans-serif;
  padding-top: 0px;
  width: 100%;
  /* overflow-x: hidden !important; */
  background-color: #fff;
  display: block;
  padding-top: 100px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 1280px;
  width: 1280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000e39;
  /* change if the mask should have another color then white */
  z-index: 99999999999999999999999;
  /* makes sure it stays on top */
}

#status {
  width: 250px;
  height: 57px;
  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/footer-logo.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translate(-50%, -50%);
  margin-left: -125px;
  /* margin: -100px 0 0 -55px; */
  /* is width and height divided by two */
  animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}

.fixedsoc {
  position: fixed;
  top: 125px;
  right: 0px;
  z-index: 99;
}

.fixedsoc a {
  clear: both;
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  float: right;
  transition: all 0.3s;
}

.fixedsoc a.fb {
  background-color: #4267b2;
}

.fixedsoc a.tw {
  background-color: #55acee;
}

.fixedsoc a.lin {
  background-color: #0077b5;
}

.fixedsoc a:hover {
  width: 62px;
}

.totbody {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.main_menu {
  clear: both;
  width: 100%;
  display: table;
  background-color: #e2e2e2;
  padding: 0 0 0 50px;
}

.top1_left {
  display: inline-block;
  float: right;
}

.top1_left ul li {
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  position: relative;
  /* opacity: 0.7 */
}

.top1_left ul li a {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0px;
  transition: all 0.3s ease 0s;
}

.top1_left ul li a i {
  margin-right: 7px;
  font-size: 14px;
  color: #e7222c;
}

.top1_left ul li.whatsapp a i {
  color: #2751ab;
}

.top1_left ul li:last-child a {
  background-color: #cacaca;
}

/* .top1_left ul li a:hover{color: #ec3104;} */

/* .top1_left ul li:after{
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #ccc;
} */

.top1_left ul li:last-child:after {
  display: none;
}

.topsocial {
  float: right;
  display: inline-block;
  margin-top: 5px;
}

.topsocial a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  transition: all 0.3s;
  padding: 0 12px;
  height: 30px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}

.topsocial a:hover {
  background-color: #fff;
  color: #1b3072;
}

img.iso1 {
  width: 80px;
  margin-top: 2px;
}

.fixed_social {
  float: left;
  display: inline-block;
  z-index: 999999;
}

.fixed_social li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-right: 25px;
}

.fixed_social li a {
  float: left;
  color: #7f7f7f;
  text-decoration: none;
  text-align: center;
  height: 26px;
  border-radius: 0;
  line-height: 26px;
  margin-top: 8px;
  font-size: 24px;
  transition: all 0.5s;
}

.fixed_social li a:hover {
  border-radius: 0;
  transition: all 0.5s;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  /* height: 140px; */
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 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);
}

.headerin {
  padding: 0 80px;
}

.logo {
  float: left;
  display: inline-block;
  /* padding: 30px 20px 0; */
  text-align: center;
  height: 100px;
  padding-top: 5px;
}

.logo a {
  text-decoration: none;
}

.logo a img {
  width: auto;
  height: 90px;
}

.header_right {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  /* width: 74%; */
}
.topmenu {
  display: flex;
  font-size: 15px;
  justify-content: end;
  align-items: center;
  column-gap: 30px;
}
.topmenu a {
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  color: #ed972b;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
}
.topmenu a:hover {
  color: #233a7c;
}
.hdtop {
  width: 100%;
  background-color: #fff;
  display: table;
  position: relative;
  /* padding: 18px 0; */
}

.hdtop ul.rightlinks {
  list-style: none;
  /* padding: 0 10px 0 20px; */
  height: 75px;
  line-height: 75px;
  display: table;
  float: right;
}

.hdtop ul.rightlinks li {
  float: left;
  display: inline-block;
  /* margin-right: 10px; */
}

.hdtop ul.rightlinks li a {
  text-decoration: none;
  height: 75px;
  line-height: 75px;
  /* border: 2px solid #243169; */
  padding: 0 30px;
  display: block;
  color: #fff;
  background-color: #0075c0;
  transition: all 0.3s;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  font-size: 14px;
  /* font-weight: 700; */
}

.hdtop ul.rightlinks li a.phonebx {
  background-color: #f60;
  color: #fff;
}

.hdtop ul.rightlinks li a.mailbx {
  border-color: #f60;
  background-color: #f60;
  color: #fff;
}

.hdtop ul.rightlinks li a:hover {
  background-color: #03438a;
  color: #fff;
}

.hdtop ul.rightlinks li a.phonebx:hover {
  border-color: #dd5d0e;
  background-color: #dd5d0e;
  color: #fff;
}

.hdtop ul.rightlinks li a.mailbx:hover {
  border-color: #b2141b;
  background-color: #b2141b;
  color: #fff;
}

.hdimg {
  float: left;
  display: inline;
  width: auto;
}

.menu {
}

.menu ul {
  display: flex;
  column-gap: 30px;
  text-decoration: none;
  justify-content: end;
  list-style: none;
  border-top: 1px solid #d7d6d6;
  float: right;
}

.menu > ul > li {
  /* display: inline-block;
  float: left; */
  position: relative;
}
.menu > ul > li::before {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #d7d6d6;
  content: "";
}
.menu > ul > li:last-child:before {
  display: none;
}
.menu > ul > li > a {
  text-decoration: none;
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  /* font-weight: 600; */
}

/* .menu > ul > li:last-child a {
  height: auto;
  line-height: normal;
  padding: 12px 25px;
  background-color: #ed972b;
  border-radius: 30px;
  color: #fff;
  margin-top: 28px;
  margin-left: 15px;
}

.menu > ul > li:last-child:hover a {
  background-color: #000000;
  color: #fff;
} */

/* .menu > ul > li > a:hover {
  color: #034ea2;
} */

#header.fixed1 .menu > ul > li > a {
  color: #383838;
  height: 60px;
  line-height: 60px;
}

.menu > ul > li > a i {
  margin-left: 5px;
  color: #ed972b;
}

#header.fixed1 .menu ul > li:hover a,
#header.fixed1 .menu ul > li > a.active {
  color: #ed972b;
}

.menu > ul > li > a.active,
.menu > ul > li:hover > a {
  color: #ed972b;
}

/*
.menu > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #f60;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu > ul > li:hover > a:after {
  width: 100%;
}

 .menu > ul > li > a.active:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #ff5304;
}

.fixed1 .menu > ul > li > a:after {
  background-color: #ff5304;
}

.fixed1 .menu > ul > li > a.active:after {
  background-color: #ff5304;
} */

.menu ul > li:hover ul.submenu1,
.menu ul ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
}

.menu ul > li:last-child ul.submenu1 {
  left: auto;
  right: -20px;
}

ul.submenu1,
ul.submenu2 {
  width: auto;
  min-width: 255px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu2 {
  top: 0;
  left: -100%;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover > a {
  color: #ed972b !important;
}

ul.submenu1 li:last-child a {
}

/*----------banner-----------*/

.mtop1 {
  height: 75px;
}

.main_banner {
  /* background-color: #002db0; */
  background-image: -webkit-linear-gradient(to right, #002db0, #000);
  background-image: -moz-linear-gradient(to right, #002db0, #000);
  background-image: -o-linear-gradient(to right, #002db0, #000);
  background-image: linear-gradient(to right, #002db0, #000);
}

.carousel-control svg {
  width: 35px;
}

/*.main_banner:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0,0,0,0.5);
  height: 100%;
  z-index: 1;
}*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  opacity: 0.56;
}

.banner_txt {
  top: 35% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 80px !important;
  margin: auto;
  left: 0%;
  margin: auto;
  text-align: left;
  visibility: hidden !important;
}

.banner_hd,
.banner_cont {
  width: 100%;
  float: left;
}

.banner_hd {
  color: #fff;
  font-size: 84px;
  line-height: 90px;
  font-weight: 800;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; */
  padding-bottom: 15px;
  /* margin-bottom: 15px; */
  position: relative;
  text-transform: uppercase;
  display: flex;
  column-gap: 20px;
}

.banner_hd span {
  /* border-left: 5px solid #fdcb0a; */
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
}
.banner_hd span::before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 60px;
  width: 6px;
  content: "";
  background-color: #fdcb0a;
}

.banner_cont {
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  margin: 0px 0 20px;
  display: block;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important; */
  padding: 0px;
  /* letter-spacing: 2px; */
  width: 50%;
  clear: both;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* width: 110% !important;
  max-width: 110% !important; */
  width: 100%;
  max-width: 100%;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  display: grid;
  grid-template-columns: auto auto;
  clear: both;
  gap: 30px;
  justify-content: start;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 15px;
  padding: 0px;
  letter-spacing: 0.5px;
  position: relative;
  margin-right: 0px;
  display: flex;
  align-items: center;
}

.banner_r_more a span {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  line-height: 22px;
  margin-left: 10px;
}
.banner_r_more a span i {
  color: #fff;
  font-size: 18px;
  position: relative;
  left: 1px;
  top: -1px;
}

.banner_r_more a:hover {
  color: #fdcb0a;
}

.ban_but {
  bottom: 3%;
}

.socialrt {
  position: absolute;
  right: 100px;
  bottom: 7%;
  z-index: 99;
}

.socialrt a {
  display: inline-block;
  color: #fff;
  display: block;
  margin-left: 35px;
  transition: all 0.3s;
  font-size: 24px;
  opacity: 0.5;
  float: left;
}

.socialrt a:hover {
  opacity: 1;
}

.slideRight ul {
  list-style: none;
}

.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.slideRight ul li:first-child:before {
  display: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 15%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.6;
}

/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

/*----------banner-----------*/

/*section1*/
.section1 {
  padding: 100px;
  position: relative;
  background-color: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
}
.section1in {
  margin-bottom: 50px;
  display: table;
  width: 100%;
}
.section1in p {
  font-size: 18px;
  line-height: 36px;
  width: 90%;
  color: #000;
  font-weight: 400;
  margin: 35px 0;
  text-align: justify;
}
.section1in img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.pd-l-5 {
  padding-left: 60px;
}
.section1 a {
  text-decoration: none;
  color: #ed972b;
  text-transform: capitalize;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 21px;
  padding: 0px;
  letter-spacing: 0.5px;
  position: relative;
  margin-right: 0px;
  display: flex;
  align-items: center;
}

.section1 a span {
  width: 26px;
  height: 26px;
  border: 2px solid #ed972b;
  border-radius: 26px;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
}
.section1 a span i {
  color: #ed972b;
  font-size: 24px;
  position: relative;
  left: 1px;
  top: -1px;
}

.section1 a:hover {
  color: #fdcb0a;
}
.section1 a:hover span {
  border-color: #fdcb0a;
}
.section1 a:hover span i {
  color: #fdcb0a;
}

#line-intro-1 {
  position: absolute;
  width: 652.003px;
  height: 777px;
  right: -400px;
  top: 10px;
}
#Path_4 {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_4 {
  position: absolute;
  width: 654.99px;
  height: 780.004px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_5 {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_5 {
  position: absolute;
  width: 654.99px;
  height: 780.004px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#line-intro-1_bc {
  transform: rotate(-18deg);
  /* transform-origin: center;
  
  width: 642.519px;
  /* height: 1004.042px; */
  /* width: 442.519px; */
  position: absolute;
  left: -38%;
  top: 60%;
  z-index: 1;
}
#Path_4_bd {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_4_bd {
  position: absolute;
  /* width: 500px; */
  /* height: 1219.032px; */
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_5_be {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_5_be {
  position: absolute;
  /* width: 1115.313px; */
  height: 750px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
/*section1*/

/*section2*/
.section2 {
  background-color: #061952;
  padding: 50px 100px;
  position: relative;
  margin-top: -100px;
  position: relative;
}
/* 
.section2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
} */
.mt-70 {
  margin-top: 70px;
}
.sec2in {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}
.sec2bx {
  display: flex;
  gap: 20px;
  align-items: center;
}
.sec2bx img {
  align-self: center;
  width: 75px;
  /* margin-top: 15px; */
}
.outline-bordered-text-right {
  position: relative;
  z-index: 9;
}
.outline-bordered-text-right::after {
  content: "";
  position: absolute;
  left: 80px;
  bottom: -70px;
  border: 7px solid rgba(255, 255, 255, 0.2);
  display: block;
  width: 50%;
  height: 200%;
  transition: all 0.3s linear 0s;
  z-index: -1;
}
.section-heading h3 {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 160%;
  margin-bottom: 10px;
}
.white-color h3 {
  color: #fff;
}

.countup-box strong {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 200%;
  margin-bottom: 15px;
  opacity: 0.5;
  letter-spacing: 2px;
}
.countup-box {
  text-align: left;
  /* margin-top: 40px; */
}
.countup-box h4 {
  /* text-shadow: 8px 8px 0 rgba(150, 150, 150, 0.3); */
}
.countup-box h4,
.countup-box h4::after {
  margin: 10px 0;
  color: #fff;
  line-height: 130%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.countup-box h4,
.countup-box h4::after {
  font-size: 36px !important;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
/* .countup-box h4::after {
  content: "+";
  text-shadow: 5px 5px 0 rgba(150, 150, 150, 0.3);
} */
/*section2*/

/*section3*/
.section3 {
  padding: 60px 50px;
  background-image: url(../images/sec3bg.png);
  background-position: right top;
  background-size: 80%;
  background-repeat: no-repeat;
}
.section3 h2 {
  text-align: center;
font-size: 60px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 60px;
}
.section3 h2 span {
  color: #ed972b;
  font-size: 32px;
}
.sec3bx1 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 50px;
  margin-bottom: 25px;
  align-items: center;
}
.sec3bx1 h3 {
 background-color: #f1f5ff;
padding: 30px 0;
text-align: center;
color: #23397c;
font-weight: 700;
font-size: 21px;
line-height: 32px;
width: 350px;
}
.sec3bx1 p {
  font-size: 19px;
  line-height: 36px;
  width: 95%;
}
/*section3*/

/*section4*/
.section4 {
  background-color: #061952;
  padding: 60px 70px;
  position: relative;
  overflow: hidden;
}
.section4 h2 {
  text-align: left;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}
.section4 h2 span {
  color: #fdcb0a;
  font-size: 32px;
}
.section4_top {
  padding: 0 10%;
}
.section4_top p {
  font-size: 23px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 50px;
}
.hm_serv_bx1 {
  display: grid;
  grid-template-columns: 30% 37% 30%;
  column-gap: 40px;
  align-items: center;
  justify-content: center;
}
.hm_serv_bx2 {
  grid-template-columns: 26% 45% 26%;
  margin-top: -30px;
}
.hm_serv {
}
.hm_serv a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.hm_serv a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-image: linear-gradient(180deg, #061952, transparent);
  opacity: 0.85;
  z-index: 1;
  transition: all 0.3s;
}
.hm_serv a:hover::before {
  opacity: 1;
}
.hm_serv a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.hm_serv a:hover img {
  transform: scale(1.1);
}
.hm_serv a h3 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  font-size: 26px;
  z-index: 9;
  transition: all 0.3s;
}
.hm_serv a:hover h3 {
  /* top: 50%;
  transform: translateY(-50%); */
  letter-spacing: 2px;
}
.hm_serv_bx2 div:nth-child(3) {
  /* align-self: flex-end; */
  z-index: 9;
}

#line-intro-1_ck {
  transform: rotate(48deg);
  transform-origin: center;
  position: absolute;
  width: 842.519px;
  height: 1004.042px;
  left: -50%;
  top: 0px;
}
#Path_4_cl {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_4_cl {
  position: absolute;
  /* width: 1314.131px; */
  height: 900px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_5_cm {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_5_cm {
  position: absolute;
  /* width: 1314.131px; */
  height: 900px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#line-intro-1_c {
  transform: translateY(-50%) rotate(-2deg);
  transform-origin: center;
  position: absolute;
  width: 341.348px;
  height: 527.663px;
  right: -200px;
  top: 60%;
  z-index: 2;
}
#Path_4_c {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_4_c {
  position: absolute;
  width: 362.739px;
  height: 542.368px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_5_c {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_5_c {
  position: absolute;
  width: 362.739px;
  height: 542.368px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
/*section4*/

/*section5*/
.section5 {
  padding: 60px 150px;
  position: relative;
  background-color: #fff;
}
.section5 h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 60px;
  margin-bottom: 60px;
}
.section5 h2 span {
  color: #ed972b;
  font-size: 32px;
}
.section5_bx1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}
.section5_newsbx a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  padding: 25px;
  border: 1px solid #d2d2d2;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 4px solid #1585c7;
}
.section5_newsbx a:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.161);
}
.section5_newsbx span.newsdt {
  background-color: #f1f5ff;
  color: #23397c;
  font-weight: 600;
  padding: 10px 40px;
  display: inline-block;
}
.section5_newsbx img {
  margin: 20px 0;
  width: 100%;
  display: block;
}
.section5_newsbx h3 {
  color: #23397c;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section5_newsbx p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.section5_newsbx span.r_more {
  color: #ed972b;
  text-transform: capitalize;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  padding: 0px;
  letter-spacing: 0.5px;
  position: relative;
  margin-right: 0px;
  display: flex;
  align-items: center;
}

.section5_newsbx span.r_more span {
  width: 22px;
  height: 22px;
  border: 2px solid #ed972b;
  border-radius: 22px;
  text-align: center;
  display: inline-block;
  line-height: 22px;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
}
.section5_newsbx span.r_more span i {
  color: #ed972b;
  font-size: 21px;
  position: relative;
  left: 1px;
  top: -2px;
}

.section5_newsbx span.r_more:hover {
  color: #fdcb0a;
}
.section5_newsbx span.r_more:hover span {
  border-color: #fdcb0a;
}
.section5_newsbx span.r_more:hover span i {
  color: #fdcb0a;
}
/*section5*/

/*section6*/
.section6 {
  background-color: #061952;
  padding: 150px 60px 100px 60px;
  position: relative;
  overflow: hidden;
}
.section6::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  content: "";
}
#line-intro-1_ee {
  transform: rotate(43deg);
  transform-origin: center;
  position: absolute;
  width: 341.348px;
  height: 527.663px;
  left: -30%;
  top: -22%;
}
#Path_4_ef {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 2px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_4_ef {
  position: absolute;
  width: 613.816px;
  height: 623.008px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_5_eg {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 2px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_5_eg {
  position: absolute;
  width: 613.816px;
  height: 623.008px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.section6 h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0px;
  color: #fff;
}
.section6 h2 span {
  color: #fdcb0a;
  font-size: 32px;
}
.section6_top {
  padding: 0 20%;
}

.section6_testimonials {
  clear: both;
  display: block;
  position: relative;
}
#Icon_awesome-quote-right {
  opacity: 0.05;
  fill: rgba(241, 245, 255, 1);
}
.Icon_awesome-quote-right {
  position: absolute;
  width: 250px;
  /* height: 265px; */
  left: -20px;
  top: 0;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.section6_testimonials_bx {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 110px 100px 60px;
  align-items: center;
  column-gap: 50px;
}
.section6_testimonials_bx p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
  color: #fff;
}
.test_card {
  border-left: 6px solid rgba(255, 255, 255, 0.05);
  padding: 50px;
  height: 225px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex: 0 0 35%;
  padding-right: 0;
}
.test_card img {
  width: 90px;
  border: 7px solid #fff;
  border-radius: 100%;
}
.test_card span {
  display: block;
  color: #ed972b;
  font-weight: 700;
  font-size: 21px;
  /* align-items: center;
  flex-direction: column;
  justify-content: center; */
}
.test_card span i {
  font-weight: 400;
  font-style: normal;
}
/*section6*/

/*section7*/
.section7 {
  padding: 120px 0 150px;
  position: relative;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
.section7 h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 60px;
  margin-bottom: 60px;
  display: table;
  margin: auto;
  margin-bottom: 40px;
}
.section7 h2 span {
  color: #ed972b;
  font-size: 32px;
}
.sec7btns {
  display: block;
  text-align: center;
}
.sec7btns a {
  text-decoration: none;
  color: #ed972b;
  text-transform: capitalize;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 21px;
  padding: 0px;
  letter-spacing: 0.5px;
  position: relative;
  margin-right: 0px;
  display: inline-flex;
  align-items: center;
  margin: 0 20px;
}

.sec7btns a span {
  width: 26px;
  height: 26px;
  border: 2px solid #ed972b;
  border-radius: 26px;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
}
.sec7btns a span i {
  color: #ed972b;
  font-size: 24px;
  position: relative;
  left: 1px;
  top: -1px;
}

.sec7btns a:hover {
  color: #fdcb0a;
}
.sec7btns a:hover span {
  border-color: #fdcb0a;
}
.sec7btns a:hover span i {
  color: #fdcb0a;
}

/*section7*/

.shape1 {
  position: absolute;
  height: 800px;
  z-index: 9;
  right: -30%;
  bottom: 100px;
  width: 600px;
  display: block;
}
#line-intro-1_go {
  transform: rotate(-18deg);
  /* transform-origin: center; */
  position: absolute;
  width: 600px;
  height: 800px;

  bottom: 0%;
  overflow: hidden;
}
#Path_4_gp {
  fill: transparent;
  stroke: rgba(21, 133, 199, 1);
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_4_gp {
  position: absolute;
  width: 600px;
  /* height: 1219.032px; */
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_5_gq {
  fill: transparent;
  stroke-width: 3px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_5_gq {
  position: absolute;
  width: 600px;
  /* height: 1219.032px; */
  left: 0px;
  top: 0px;
}

/*footer*/

.footer {
  padding: 60px 80px 20px;
  background-color: #000e39;
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
}

.ftleft1:nth-child(1) {
  flex: 0 0 10%;
}
.ftleft1:nth-child(2) {
  flex: 0 0 18%;
}
.ftleft1:nth-child(3) {
  flex: 0 0 40%;
  padding: 0 50px;
}
.ftleft1:nth-child(4) {
}
.ftleft1 h3 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.3;
  margin-bottom: 30px;
}
.ftleft1:nth-child(3) ul {
  margin-bottom: 20px;
}
.ftleft1 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.ftleft1 ul li {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
.ftleft1 ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  display: block;
}
.ftleft1 ul li a:hover {
  opacity: 0.5;
}
.ft_soc {
  display: flex;
  margin-top: 20px;
}

.ft_soc a {
  text-decoration: none;
  color: #000e39;
  font-size: 24px;
  margin-right: 15px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100%;
  background-color: #fff;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.ft_soc a:hover {
  background-color: #ed972b;
  color: #fff;
}
a.ftlogo {
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 100px;
  display: inline-block;
  position: relative;
  right: 40px;
}
a.ftlogo img {
  height: 60px;
}

.mfooter {
  height: 60px;
  line-height: 60px;
  background-color: #000e39;
  display: table;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 0 100px;
  font-size: 14px;
}
.mfooter div {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
/*footer*/

/*innerbanner*/

.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-image: -webkit-linear-gradient(to right, #002db0, #000);
  background-image: -moz-linear-gradient(to right, #002db0, #000);
  background-image: -o-linear-gradient(to right, #002db0, #000);
  background-image: linear-gradient(to right, #002db0, #000);
}

.inner_banner img {
  width: 100%;
  opacity: 0.5;
  display: block;
}

.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding: 10px 60px;
  z-index: 9;
}

.inner_banner ul {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0px;
  z-index: 9;
}

.inner_banner ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.inner_banner ul li:last-child {
  padding-right: 0px;
}

.inner_banner ul li:after {
  content: "\f105";
  font-family: fontAwesome;
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 6px;
  top: 0px;
}

.inner_banner ul li:last-child:after {
  display: none;
}

.inner_banner ul li a {
  color: #fff;
  text-decoration: none;
}

.inner_banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: 46px;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  /* 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*/

.careerform {
  background-color: #061952;
  padding: 150px 60px 100px 60px;
  position: relative;
  overflow: hidden;
}
.careerform::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  content: "";
}
.careerform h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0px;
  color: #fff;
  text-transform: capitalize;
}
.careerform h2 span {
  color: #fdcb0a;
  font-size: 32px;
}

.careerform p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  /* letter-spacing: 2px; */
  margin-top: 20px;
  padding: 0 10%;
  margin-bottom: 20px;
}

.contblocks {
  text-align: center;
  padding: 0 10%;
  clear: both;
}

.contblocks h4 {
  font-size: 19px;
  color: #888;
}

.careerform a {
  color: #033c75;
  text-decoration: none;
  padding-top: 5px;
  font-size: 21px;
  position: relative;
  /*  */
}

.careerform .form-group {
  width: 90%;
  display: inline-block;
  clear: both;
  margin-top: 50px;
}

.careerform label {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}

.careerform input.form-control,
.careerform select.form-control,
.careerform textarea.form-control,
.modal-body input.form-control,
.modal-body textarea.form-control {
  background-color: transparent;
  border-radius: 0px;
  height: 60px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 0;
  box-shadow: none;
}

.modal-body input.form-control {
  height: 45px;
}

.careerform textarea.form-control {
  height: 120px !important;
}

.careerform .col-sm-12 {
  display: table;
  width: 100%;
}

input.subres {
  padding: 14px 30px;
  color: #061952;
  font-size: 18px;
  font-weight: 600;
  border: 0px !important;
  display: table;
  border-radius: 0;
  letter-spacing: 1px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
  width: 50%;
  text-align: center;
  text-shadow: 0;
  text-transform: uppercase;
}

input.subres:hover {
  background-color: #ed972b;
  color: #fff;
  border: 0;
}

.careerform input.form-control::-webkit-input-placeholder,
.careerform textarea.form-control::-webkit-input-placeholder,
.modal input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.careerform input.form-control::-moz-placeholder,
.careerform textarea.form-control::-moz-placeholder,
.modal input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.careerform input.form-control:-ms-input-placeholder,
.careerform textarea.form-control:-ms-input-placeholder,
.modal input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.careerform input.form-control:-moz-placeholder,
.careerform textarea.form-control:-moz-placeholder,
.modal input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.contact-info {
  background-color: #fff;
}
.contact-info__container {
  padding: 100px 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-info__contacts {
  max-width: 782px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-info__contact {
  width: 50%;
}
.contact-info__title {
  position: relative;
  min-width: 210px;
  margin: 0 4rem 0 0;
  text-transform: uppercase;
  font-size: 21px;
}
.contact-info__title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(1.5rem, -50%);
  -ms-transform: translate(1.5rem, -50%);
  transform: translate(1.5rem, -50%);
  width: 2rem;
  height: 1px;
  background-color: #000;
}
.contact-info__contact-title {
  margin: 0;
  color: #6f7274;
}
.contact-info__contact-copy {
  margin-top: 1rem;
  margin-bottom: 0;
  text-decoration: none;
  color: #000;
  font-size: 21px;
  margin-bottom: 20px;
  display: block;
}

.location-info {
  background-color: #ed972b;
}
.location-info__container {
  padding: 100px;
}
@media (max-width: 1199px) {
  .location-info__container {
    padding: 67px;
  }
}
.location-info__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5.5rem 0;
}
.location-info__location:first-child {
  padding-top: 0;
}
.location-info__location:last-child {
  padding-bottom: 0;
}
.location-info__location:not(:first-child) {
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
}
@media (max-width: 1199px) {
  .location-info__location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}
.location-info__title-container {
  width: 33.33333%;
}
@media (max-width: 768px) {
  .location-info__title-container {
    width: 100%;
  }
}
.location-info__title {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.location-info__title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(1.5rem, -50%);
  -ms-transform: translate(1.5rem, -50%);
  transform: translate(1.5rem, -50%);
  width: 2rem;
  height: 1px;
  background-color: #000;
}
.location-info__address {
  width: 33.33333%;
  color: #000;
}
@media (max-width: 1199px) {
  .location-info__address {
    margin-top: 2rem;
    width: 100%;
  }
}
.location-info__address__type {
  color: #000;
  margin: 3px 0;
  display: inline;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
}
a.location-info__cta {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  width: 33.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .location-info__cta {
    margin-top: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}
.location-info__cta__text {
  margin-right: 1.19rem;
}
.location-info__arrow {
  width: 22px;
  height: 28px;
  position: relative;
  top: 2px;
}
.location-info__arrow path {
  fill: #000;
}
a.location-info__address-link {
  color: unset;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}

.careerspgbx {
  padding: 70px 100px;
  position: relative;
  background-color: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
  /* background-image: url(../images/sec3bg.png);
  background-position: right top;
  background-size: 80%;
  background-repeat: no-repeat; */
}
.careerspgbx img {
  margin-bottom: 20px;
}
.careerspgbx h2 {
  color: #000;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
}
.careerspgbx h3 {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin: 15px 0;
}
.careerspgbx p {
  font-size: 18px;
  line-height: 32px;
  opacity: 0.5;
}

.careerspgbx h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 100px;
  display: inline-block;
  width: 100%;
}
.careerspgbx h1 span {
  color: #ed972b;
  font-size: 32px;
}
p.cont1 {
  padding: 0 8%;
  text-align: justify;
  margin-bottom: 50px;
}

.jobsbx1 {
  clear: both;
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 20px;
}

.jobsbx1 a {
  text-decoration: none;
  width: 100%;
  padding: 20px 40px;
  background-color: #272727;
  display: block;
  align-items: left;
}

p.offering-title {
  font-weight: 700;
  font-size: 18px;
  color: #ed972b;
  margin-bottom: 0px;
  text-align: left;
  line-height: 32px;
  opacity: 1;
}

.offerings-row {
  color: #fff;
  font-size: 18px;
}

.offerings-row span {
  font-style: normal;
  color: #fff;
  font-size: 16px;
  padding-top: 7px;
  display: block;
  font-weight: 600;
}

.sub {
  font-style: normal;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #ed972b;
  border-radius: 3px;
  display: table;
  margin: auto;
  transition: all 0.3s;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #ed972b;
}

.jobsbx1 a:hover .sub {
  background-color: #fff;
  color: #ed972b;
  transition: all 0.5s;
  border-color: #fff;
}

.jobdescription {
  width: 100%;
  display: table;
  padding: 40px 0;
}

.jobdesinner {
  width: 100%;
  display: table;
  padding: 30px 0;
}

.jobdesinner h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}

.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: #9e9e9e;
  margin: 25px 0;
}

.jobdesinner p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
}

.jobdesinner p b {
  font-weight: 600;
}

a.jobapply {
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ed972b;
  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;
}

a.jobapply:hover {
  background-color: #fff;
  color: #ed972b;
}

.jobdesc1 ul {
  list-style: none;
  width: 100%;
  display: block;
  padding-left: 0px;
  margin-bottom: 30px;
}

.jobdesc1 ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-left: 40px;
  /* font-family: 'Poppins', sans-serif; */
  position: relative;
}

.jobdesc1 ul li::before {
  position: absolute;
  left: 14px;
  top: 10px;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  background-color: #ed972b;
  content: "";
}

.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: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.jobdesc1 p {
  font-size: 18px;
  line-height: 28px;
}

.jobdesc1 ul li {
  line-height: 28px;
  margin-bottom: 10px;
}

.newsinnerpg {
  width: 100%;
  display: table;
  padding: 50px 0;
}

.newsmbx {
  clear: both;
  width: 100%;
  clear: both;
}
.newsmbx a {
  text-decoration: none;
  width: 100%;
  display: table;
  color: #222;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom: 1px solid #979797;
}
/* .newsmbx a:hover{margin-top: -5px;} */
.newsmbx a h2 {
  font-size: 21px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 28px;
}
.newsmbx a p {
  font-size: 16px;
  line-height: 24px;
}
.newsmbx a .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  transition: all 0.3s;
}
.newsmbx a:hover .col-sm-4 img {
  width: 80%;
  display: block;
  float: right;
  opacity: 0.5;
}

img.arrowimg {
  display: inline-block;
  width: 15px;
  position: relative;
  left: 10px;
  top: 5px;
  float: none;
}
.newsmbx span {
  clear: both;
  width: 100%;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fd553a;
  letter-spacing: 2px;
  display: inline-block;
  font-size: 13px;
}

/* .newscontpg a.backbtn{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #646464;
  position: absolute;
  right: 0px; top: 0px;
} */
.newscontpg img.arrowred {
  transform: rotate(180deg);
  position: relative;
  margin-right: 10px;
  top: 0px;
}
.newscontpg span {
  color: #034ea2;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.newscontpg h1 {
  width: 100%;
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #354d25;
}
.newscontpg h1:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80px;
  background-size: 100%;
  height: 2px;
  content: "";
  background-color: #034ea2;
  /* background-image: url('../images/border2.png'); */

  display: block;
}

/* .newscontpg a{color: #034ea2;} */
.newsimg {
  width: 90%;
  float: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newscontpg p {
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}
.newscontpg span {
  color: #034ea2;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}
a.backbtn {
  position: absolute;
  right: 15px;
  top: -75px;
  padding: 10px 20px;
  background-color: #ed972b;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
}
a.reg {
  padding: 10px 20px;
  background-color: #000e39;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
a.reg:hover {
  background-color: #000e39;
}
a.backbtn:hover {
  background-color: #000e39;
  color: #fff;
}

.nnews1 {
  display: table;
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.nnewsbx1 {
  /* display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 30px;
width: 100%; */
  width: 48%;
  float: left;
  display: inline-block;
  margin: 1%;
}
.menu111 h3 {
  color: #ed972b;
  padding: 0 20px 10px;
  font-size: 14px;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.menu111 {
  width: 100%;
  display: table;
  background-color: #f2f2f2;
  padding: 20px 0;
}

.newscontpg ul {
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 30px;
}
.blogpg1 ul li,
.newscontpg ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.blogpg1 ul li:before,
.newscontpg ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #ed972b;
}
a.backbtn i {
  margin-right: 10px;
  -webkit-animation-name: turnLeftRight;
  animation-name: turnLeftRight;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 5s;
}
.newscontpg h3 {
  background-color: #061952;
  padding: 40px;
  color: #fff;
  text-transform: none;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 50px;
}
@-webkit-keyframes turnLeftRight {
  0%,
  50%,
  100% {
    transform: translateX(-5px);
  }
  25%,
  75% {
    transform: translateX(5px);
  }
}

@keyframes turnLeftRight {
  0%,
  50%,
  100% {
    transform: translateX(-5px);
  }
  25%,
  75% {
    transform: translateX(5px);
  }
}

.fa-icon {
  font-size: 0.875em;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
  left: 0;
  right: 0;
  top: -22px;
  z-index: 99;
  background: #fff;
  color: #364f25;
  border: 1px solid #ccc;
  /* line-height: 40px; */
  padding-top: 5px;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
}
.fa-icon:before {
  top: 10px;
  position: relative;
}
.Post-share {
  display: block;
  /* height: 0; */
  overflow: hidden;
  position: relative;
  background: #eee;
  text-align: center;
  -webkit-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.Post-share a {
  height: 36px;
  width: 36px;
  /* padding: 10px; */
  text-align: center;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  /* background: #117d68; */
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.Post-share a.fa-facebook:hover {
  background: #3b5998;
}
.Post-share a.fa-twitter:hover {
  background: #00aced;
}
.Post-share a.fa-google-plus:hover {
  background: #dd4b39;
}
.Post-share a.fa-pinterest:hover {
  background: #cb2027;
}

.Share-buttons {
  padding: 25px 12px 12px;
}

#share-icon {
  display: none;
  position: fixed;
}

#share-icon:checked ~ .Post-share {
  height: 72px;
}
.newscontpg h3 {
  background-color: #ed972b;
  padding: 40px;
  color: #fff;
  text-transform: none;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 50px;
}

.aboutbx1 {
  padding: 100px;
  position: relative;
  background-color: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
}
.aboutbx1 h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.aboutbx1 h2 span {
  color: #ed972b;
  font-size: 21px;
}
.aboutbx1 p.aboutbx1_cont1 {
  padding: 0 8%;
  text-align: justify;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 32px;
  opacity: 0.75;
}
.aboutbx1 img {
  width: 95%;
}
.aboutbx1 h3 {
  padding-top: 50px;
  position: relative;
  font-size: 21px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 50px;
}
.aboutbx1 h3::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100px;
  height: 2px;
  content: "";
  background-color: #ed972b;
}
.aboutbx1 p.aboutbx1_cont2 {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.aboutbx2 {
  background-color: #061952;
  padding: 100px 10%;
  position: relative;
  overflow: hidden;
}
.aboutbx2_r1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  align-items: center;
  position: relative;
}
.aboutbx2_r1 img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.aboutbx2_r1 p {
  font-size: 16px;
  line-height: 28px;
  padding: 0 40px;
  text-align: justify;
}
.aboutbx2_r1 p i {
  margin-right: 20px;
  color: #ed972b;
}

.servicesbox1 {
  width: 100%;
  clear: both;
  padding: 80px 60px;
  display: table;
  background-color: #fff;
  position: relative;
}
.servicesbox1 h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 60px;
}
.servicesbox1 h2 span {
  color: #ed972b;
  font-size: 32px;
}
.servicesbox1 p {
  font-size: 18px;
  line-height: 30px;
  color: #3d3d3d;
  margin: 0;
}

.servicesbox1 ul {
  list-style: none;
  width: 100%;
}
ul.accordion > li {
  margin-bottom: 20px;
  -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);
}
.servicesbox1 .accordion {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0px;
  padding: 0;
}

.servicesbox1 .accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 75px 20px 25px;
  color: #000;
  font-size: 21px;
  background-color: #f3f5f9;
  border: 1px solid #f3f5f9;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  font-weight: 600;
}
.servicesbox1 .accordion .link:before {
  /* position: absolute;
  left: -20px;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: #eee;
  content: "";
  transform: skewX(20deg); */
}
.servicesbox1 .accordion li.open .link:before {
  /* background-color: #a7cced; */
}
/* .servicesbox1 .accordion li:last-child .link { border-bottom: 0; } */

.servicesbox1 .accordion li i {
  /* position: absolute;
top: 16px;
left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
  position: absolute;
  right: 30px;
  top: 25px;
}
.servicesbox1 .accordion li.open i {
  color: #fff;
}
.servicesbox1 .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.servicesbox1 .accordion li.open .link {
  color: #fff;
  background-color: #061952;
  border-color: #061952;
}

/* .servicesbox1 .accordion li.open i { color: #fff; } */

.servicesbox1 .accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.servicesbox1 .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  padding: 0;
}

.servicesbox1 .submenu > li {
  padding: 30px 50px 30px 50px;
  color: #000;
  position: relative;
  border: 1px solid #c4bebe;
  background-color: #fff;
  border-top: 0;
  height: auto;
  display: flex;
}
.conte ul li::after {
  color: #ed972b;
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 16px;
  left: -10px;
  position: absolute;
  top: 1px;
}
.servicesbox1 .submenu li h3 {
  color: #ea1b38;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Candara-Bold";
}
/* .submenu li p{color: #000; font-size: 18px; text-align: justify;
line-height: 28px; font-weight: 300; width: 65%}
.submenu a {
clear: both;
display: table;
padding: 10px 100px;
border: 2px solid #fff;
color: #fff;
text-decoration: none;
transition: all 0.3s;
border-radius: 30px;
font-size: 16px;
margin-top: 25px;
text-transform: uppercase;
font-weight: 300;
}

.submenu a:hover {
background: #fff;
color: #000;
} */

.submenu ul {
  list-style: none;
  padding-bottom: 0px;
}
.submenu ul li {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  position: relative;
  padding: 0px;
  border: 0px;
  margin-bottom: 15px;
  padding-left: 30px;
  text-align: justify;
}

ul.submenu li img {
  position: absolute;
  width: 30%;
  right: 0px;
  bottom: 0px;
}

ul.resp-tabs-list1 li h5 {
  margin: 50px 0;
}

.aboutbx3 {
  clear: both;
  width: 100%;
  display: table;
}

.featured-services {
  position: relative;
}
.feature-block-five {
  position: relative;
}
.feature-block-five .inner-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 15px 35px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height: 530px;
}
.feature-block-five .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  content: "";
  background-color: #166495;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  content: "";
  background-color: #000;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.feature-block-five .inner-box:hover:after {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.feature-block-five .inner-box .content {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.feature-block-five .icon-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.feature-block-five .icon-box .icon {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 1em;
  color: #fff;
}
.feature-block-five .icon-box img {
  max-width: 100%;
  height: auto;
}
.feature-block-five h4 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
}
.feature-block-five h4 a {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.feature-block-five h4 a:hover {
  text-decoration: underline;
}
.feature-block-five .text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
}
.feature-block-five .link-box {
  position: relative;
  display: block;
}
.feature-block-five .link-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .link-box a:hover {
  color: #001e57;
}
.feature-block-five .link-box a i {
  margin-left: 3px;
}
.feature-block-five:nth-child(2) .inner-box:before {
  background-color: #df6512;
}
.feature-block-five:nth-child(3) .inner-box:before {
  background-color: #06a490;
}
.aboutbx3 .col-sm-12 {
  padding: 0;
}
.feature-block-five .icon-box img {
  width: 100px;
}

.keyofferings {
  width: 100%;
  display: table;
  padding: 0px 0 50px;
  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;
  padding: 15px;
  background-color: rgb(243, 245, 249);
}
.keyoffbx h3 {
  color: rgba(0, 49, 128, 1);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  clear: both;
  width: 100%;
}
.keyoffbx p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(74, 74, 74, 1);
  /* height: 200px; */
  padding-bottom: 30px;
  min-height: 290px;
  text-align: justify;
}

.section6_testimonials_bxin {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  position: relative;
}
.section6_testimonials_bxin::before {
  position: absolute;
  left: 3%;
  opacity: 0.1;
  top: 3%;
  width: 120px;
  height: 100px;
  content: "";
  background-image: url(../images/quotelarge.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.contentcheck {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.inside-label {
  color: cornflowerblue;
  cursor: pointer;
  user-select: none;
  padding: 6px 8px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.inside-label:not(:last-child) {
  margin-right: 6px;
}

.inside-label:hover {
  background: lightblue;
}

.inside-label span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  font-weight: 800;
}

.inside-label span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 2px solid cornflowerblue;
  transition: all 0.2s ease;
}

.inside-label span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.inside-label span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.inside-label:hover span:first-child {
  border-color: #df6512;
}

.main:checked + .inside-label span:first-child {
  background: #df6512;
  border-color: #df6512;
  animation: myAnimation 0.4s ease;
}

.main:checked + .inside-label span:first-child svg {
  stroke-dashoffset: 0;
}

.tick-icon {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 650px) {
  .inside-label {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
  body {
    width: auto;
    display: inherit;
    padding: 0;
  }
}

@keyframes myAnimation {
  50% {
    transform: scale(0.9);
  }
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #fdcb0a;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.cloned .icon-bar {
  background: #000;
}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}
.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 79, 54, 0.4);
}
.cart_bx1 {
  width: 96%;
  background-color: #19195b;
  height: 100%;
  padding: 20px;
  top: 0%;
  right: -100%;
  transition: ease all 0.4s;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/work-left.html");
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.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: 999999;
}
.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}
.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  /* padding: 10px 25px; */
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}
a.closebtn img {
  width: 36px;
}
a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #138dd0;
  background-color: #138dd0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 100px;
  }
  .menu2 {
    display: block;
    top: 30px;
    right: 10px;
    z-index: 999999999;
  }
  .header {
    padding: 0 20px;
    z-index: 999999999;
  }
  .headerin {
    padding: 0;
  }
  .header_right {
    display: none;
  }
  .logo a img {
    height: 55px;
    margin-top: 25px;
  }
  .carousel-inner > .item > img {
    height: 550px;
    object-fit: cover;
    object-position: center center;
  }
  .banner_txt {
    padding: 0 20px !important;
  }
  .banner_hd {
    font-size: 21px;
    line-height: 60px;
  }
  .banner_hd span {
    font-size: 18px;
    line-height: 32px;
  }
  .banner_cont {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  .banner_r_more a {
    font-size: 12px;
  }
  .socialrt {
    display: none;
  }
  .section1 {
    padding: 30px 20px;
  }
  .section1in p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  .pd-l-5 {
    padding-left: 15px;
  }
  .section2 {
    padding: 40px 20px;
  }
  .sec2in {
    flex-direction: column;
    gap: 30px;
  }
  .countup-box h4,
  .countup-box h4::after {
    font-size: 28px !important;
  }
  .countup-box strong {
    font-size: 14px;
  }
  .sec2bx img {
    width: 60px;
  }
  .section3,
  .section4 {
    padding: 40px 20px;
  }
  .section3 h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .section3 h2 span {
    font-size: 18px;
  }
  .sec3bx1 {
    grid-template-columns: 1fr;
  }
  .sec3bx1 h3 {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
  }
  .sec3bx1 p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .section4_top {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .section4 h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .section4_top p {
    font-size: 16px;
    line-height: 26px;
  }
  .hm_serv_bx1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hm_serv_bx2 {
    margin-top: 30px;
  }
  .hm_serv a h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .section5,
  .section7 {
    padding: 40px 20px;
  }
  .section5 h2 {
    padding: 0;
    font-size: 18px;
    line-height: 32px;
  }
  .section5 h2 span {
    font-size: 21px;
  }
  .section5_bx1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section5_newsbx h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .section5_newsbx p {
    font-size: 14px;
    line-height: 26px;
  }
  .section6 {
    padding: 100px 20px;
  }
  .section6_top {
    padding: 0;
  }
  .section6 h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .section6_testimonials_bx {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 110px 20px 60px;
    flex-direction: column;
  }
  .section6_testimonials_bx p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .section6_testimonials .owl-dots {
    display: none;
  }
  .section7 h2 {
    padding: 0;
    font-size: 18px;
    line-height: 36px;
  }
  .section7 h2 span {
    font-size: 24px;
  }
  .sec7btns,
  .ftleft1 {
    position: relative;
    z-index: 999;
  }
  .sec7btns a {
    font-size: 12px;
  }
  .footer {
    padding: 40px 20px;
    flex-direction: column;
  }
  .ftleft1 ul {
    margin-bottom: 30px;
  }
  .ftleft1:nth-child(3) {
    padding: 0;
  }
  a.ftlogo {
    right: 0;
    display: none;
  }
  .mfooter {
    padding: 0 20px;
    height: auto;
    line-height: 32px;
    font-size: 12px;
  }
  .inner_banner img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .innertxt1 {
    padding: 20px 30px;
  }
  .inner_banner h1 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .aboutbx1 {
    padding: 40px 20px;
  }
  .aboutbx1 h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .aboutbx1 p.aboutbx1_cont1 {
    padding: 0;
    font-size: 14px;
  }
  .aboutbx1 h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutbx1 p.aboutbx1_cont2 {
    font-size: 14px;
    line-height: 32px;
  }
  .aboutbx2_r1 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .aboutbx2_r1 img {
    height: 200px;
    margin-bottom: 30px;
  }
  .aboutbx2_r1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .servicesbox1 {
    display: block;
    padding: 40px 20px;
  }
  .servicesbox1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .servicesbox1 .accordion .link {
    font-size: 16px;
  }
  .aboutbx1 h2 {
    width: 100% !important;
    font-size: 18px !important;
  }
  .keyofferings {
    display: block;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }
  a.backbtn {
    font-size: 14px;
  }
  .newsinnerpg {
    padding: 50px 20px;
  }
  .newscontpg p,
  .blogpg1 ul li,
  .newscontpg ul li,
  .newscontpg h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .careerspgbx {
    padding: 40px 20px;
  }
  .careerspgbx h2 {
    font-size: 32px;
  }
  .careerspgbx h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .careerspgbx p {
    font-size: 14px;
    line-height: 26px;
  }
  .careerspgbx h1 {
    font-size: 28px;
  }
  .sub {
    float: left;
    margin-top: 20px;
  }
  .jobsbx1 a {
    padding: 15px;
  }
  .jobdesinner h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .careerform {
    padding: 150px 20px 50px;
  }
  .careerform h2 {
    font-size: 21px;
    line-height: 32px;
  }
  input.subres {
    width: 100%;
    font-size: 12px;
  }
  .location-info__container,
  .contact-info__container {
    padding: 40px;
    flex-direction: column;
  }
  a.location-info__cta {
    width: 100%;
  }
  .contact-info__contact {
    width: 100%;
    clear: both;
    margin-top: 30px;
  }
  .section6_testimonialsijj {
    padding: 50px 20px !important;
  }
  .section6_testimonials_bxin {
    flex-direction: column;
  }
  .section6_testimonials_bx {
    display: block;
  }
  .keyoffbx p{min-height: auto;}
}

/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
}
@media only screen and (min-width: 961px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1360px) {
  .headerin {
    padding: 0 20px;
  }
  .logo a img {
    height: 55px;
    margin-top: 20px;
  }
  .menu > ul > li > a {
    font-size: 12px;
  }
  .section1in p {
    font-size: 16px;
    line-height: 32px;
  }
  .banner_txt {
    top: 25% !important;
  }
  .section1,
  .section2,
  .section4,
  .section5 {
    padding: 50px 20px;
  }
  .countup-box h4,
  .countup-box h4::after {
    font-size: 32px !important;
  }
  .countup-box strong {
    line-height: 26px;
    font-size: 16px;
  }
  .section5 h2,
  .section6 h2,
  .section7 h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1340px) {
  .container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
