@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=UoqMunThenKhung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a,
img,
input {
  border: 0px;
  outline: 0px;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus {
  text-decoration: none;
  color: #fff;
}
body {
  font-family: "Poppins", sans-serif;
  padding-top: 90px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.container1 {
  width: 100%;
  display: table;
  position: relative;
}
.container1_inner {
  max-width: 1240px;
  min-width: 240px;
  height: auto;
  margin: auto;
  position: relative;
}
.wrapper {
  width: 100%;
  display: table;
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
}
.shape-bottom svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.bann:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

/*--------header-----------*/
.header {
  position: absolute;
  z-index: 99999;
  top: 1px;
  left: 0px;
  width: 100%;
  height: 78px;
  /* border-bottom: 1px solid rgba(255,255,255,0.2);   */
  /* background-color: rgba(0,13,20,0.4); */
}
#header.cloned {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  /* box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #797a83; */
  transition: all 1s ease 0s;
  -webkit-box-shadow: 0 25px 12px -15px rgba(34, 63, 79, 0.16),
    0 5px 15px -15px #223d4d69;
  box-shadow: 0 25px 12px -15px rgba(34, 63, 79, 0.16),
    0 5px 15px -15px #223d4d69;
}
.logo {
  float: left;
  display: inline-block;
  height: 78px;
  line-height: 78px;
}
.logo a {
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 500px;
  margin-left: -60px;
  height: inherit;
  background-size: 100%;
}
#header.cloned .logo a {
  background-image: url(../images/logo.svg);
  margin-top: 7px;
}

.menu {
  float: right;
  text-align: right;
  height: 90px;
  line-height: 90px;
}
.menu ul {
  list-style: none;
  float: left;
  margin-right: 15px;
}
.menu > ul > li {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0 15px;
}
.menu ul > li > a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 500;
}
/* #header.cloned .menu ul > li > a{color: #000;} */
.menu > ul > li > a i {
  margin-left: 7px;
}
.menu ul > li:hover a,
.menu ul > li.active > a {
  color: #0091d3;
}
#header.cloned .menu ul > li > a {
  color: #000;
}
#header.cloned .menu ul > li > a.active,
#header.cloned .menu ul > li:hover > a {
  color: #0091d3;
}

/* .menu > ul > li > a:after{
    display: block;
    width: 30px;
    height: 20px;
    transition:all 0.3s ease;
    position: absolute;
    top: 32px;
    left: -40px;
    content: "";
    background-image: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu > ul > li > a.active:after{
    display: block;
    width: 30px;
    height: 20px;
    transition:all 0.3s ease;
    position: absolute;
    top: 32px;
    left: -30px;
    content: "";
    background-image: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: 22px;
    opacity: 1;
    visibility: visible;
} */
.menu > ul > li:hover > a:after {
  left: -30px;
  opacity: 1;
  visibility: visible;
}
#header.cloned .menu > ul > li > a:after,
#header.cloned .menu > ul > li > a.active:after {
  background-image: url("../images/right-arrow1.png");
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
ul.submenu1 {
  width: auto;
  min-width: 250px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 10px;
  list-style: none;
  display: none;
  border-radius: 0 0 3px 3px;
  z-index: 9999999999;
  /* border: 1px solid #000; */
  border-top: 0px;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
}
ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #f2f2f2;
}
ul.submenu1 li:last-child a {
  border-bottom: 0px;
}
ul.submenu1 li:hover a {
  color: #fa8503 !important;
}
ul.submenu1 li:last-child a {
}
.hd_phone {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  /* background-color: #00aaff; */
  /* border: 1px solid #fff; */
  /* border-radius: 30px; */
  /* background-color: #fa8503; */
  /* border-radius: 43px; */
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  background-image: -o-linear-gradient(194deg, #286fdf 0, #502caf 100%);
  background-image: linear-gradient(256deg, #286fdf 0, #502caf 100%);
  -webkit-box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf;
  box-shadow: 0 15px 20px -13px #286fdf, 0 25px 20px -20px #286fdf;
}
a.hd_phone:hover {
  -webkit-box-shadow: 0 10px 10px -5px #286fdf;
  box-shadow: 0 10px 10px -5px #286fdf;
  color: #fff !important;
  transform: scale(0.95);
}
.hd_phone i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

#header.cloned .hd_phone {
  color: #fff !important;
  /* border-color:#2aabff; */
}
#header.cloned a.hd_phone:hover {
  background-color: #2aabff;
  color: #fff !important;
}
/*------header_end--------*/

.homebanner {
  background-size: cover;
  background-position: center;
  background-image: url(../images/banner1.jpg);
  overflow: hidden;
  top: 0px;
  height: calc(90vh - 90px);
  position: relative;
}
.homebanner:before,
.innerbanner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  /* background-color: #264653; */
  /* background: linear-gradient(#0098d2, #00bcca); */
  background-color: #fff;
  opacity: 0.95;
  /* background: linear-gradient(180deg, #141A28 0%, rgba(29, 36, 52, 0.46) 37.07%, rgba(48, 56, 77, 0.8) 100%); */
}
.homebanner img {
  width: 100%;
}
.homebanner .foreground {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-b1.png);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
.homebanner .angle-down {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/svg-overlay.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* .homebanner .overlay::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 116px 0 0 50vw;
    border-color: transparent transparent transparent #fff;
    z-index: 3;
}
.homebanner .overlay::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 116px 50vw;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
} */
.banner_text {
  top: 0%;
  left: 0%;
  color: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  display: block;
  /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
}
.banner_text .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 100%;
  height: calc(90vh - 90px);
  position: absolute;
  left: 0;
  top: 0;
}
.banner_text .grid img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  object-position: center -50px;
  border-radius: 100%;
  display: block;
  /* border: 5px solid rgba(255, 255, 255, 0.325); */
  box-shadow: 0 25px 12px -15px rgb(58, 91, 106), 0 5px 15px -15px #2d2d2d;
}
.m-banner__triangles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0.35;
  width: 100%;
}
.m-banner__triangles--left {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0%;
  border-style: solid;
  border-width: 34.192361111vw 0 0 50vw;
  border-color: transparent transparent transparent #f8955b;
}
.m-banner__triangles--right {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0%;
  border-style: solid;
  border-width: 34.192361111vw 50vw 0 0;
  border-color: transparent #f8955b transparent transparent;
}

.banner_text h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  /* margin: 150px 0 0px; */
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

.banner_text h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #000;
}
.banner_text h4::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #0092d2;
  content: "";
}
.banner_text h1 {
  margin-bottom: 15px;
  color: #000;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1;
  /* font-weight: 700; */
  font-family: "Poppins", sans-serif;
  /* padding: 0 10% */
  text-align: left;
}
.banner_text h1 span {
  text-transform: capitalize;
  font-family: "Playfair", serif;
  color: #0092d2;
  font-size: 32px;
}
.sc_btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner_text a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sc_btns a span {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: -o-linear-gradient(194deg, #286fdf 0, #502caf 100%);
  background-image: linear-gradient(256deg, #286fdf 0, #502caf 100%);
  -webkit-box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf;
  box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf; */
  background-color: #4d31b3;
  font-size: 18px;
  color: #fff;
}
.banner_text a:hover {
}
.bannerBtn a {
  position: absolute;
  right: calc(12% - 100px);
  bottom: 20px;
  padding-bottom: 120px;
  text-decoration: none;
  display: inline-block;
  outline: 0px;
  z-index: 9999;
  /* 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 {
  transform: rotate(90deg);
  display: block;
  opacity: 0.3;
  font-size: 14px;
  position: relative;
  right: 4px;
  top: -7px;
}
.bannerBtn a::before {
  content: "";
  width: 53px;
  height: 46px;
  position: absolute;
  /* transform: rotate(-90deg); */
  background: url("../images/arrow-circ.png");
  z-index: 1111;
  top: 70px;
  right: -5px;
}
.bannerBtn a::after {
  content: "";
  width: 17px;
  height: 70px;
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 1111;
  background: url("../images/arrow-down.png");
  /* transform: rotate(-90deg); */
}
@-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);
  }
}
/*.bannerDivs*/
.bannerDivs {
  height: 60px;
}
.bdLink {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 356px;
  z-index: 5;
  cursor: pointer;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.bdLink::before {
  position: absolute;
  color: #fff;
  top: 153px;
  content: attr(data-text);
  line-height: 50px;
  width: 356px;
  left: -152px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(90deg);
  text-align: center;
}
.bdLink.Lt::before {
  transform: rotate(-90deg);
}
.bdLink.Lt {
  left: 0;
  background: linear-gradient(-80deg, #6181bc 50%, #6a8ac6 50%);
}
.bdLink.Rt {
  right: 0;
  background: linear-gradient(80deg, #f1863b 50%, #f28f4a 50%);
}
.bdLink.hideMe {
  opacity: 0;
}
.bdLink.Lt.hideMe {
  left: -100%;
}
.bdLink.Rt.hideMe {
  right: -100%;
}
.bdClose {
  position: absolute;
  top: -25px;
  right: -25px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.banner_reviews,
.banner_thinks {
  position: absolute;
  bottom: 0;
  width: 356px;
  min-height: 356px;
  height: auto;
  overflow: hidden;
  padding: 40px 50px;
  color: #fff;
  background: linear-gradient(-45deg, #003f6f 50%, #225882 50%);
  z-index: 5;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.banner_thinks {
  left: -100%;
}
.banner_reviews {
  right: -100%;
  display: none;
  background: linear-gradient(45deg, #c48200 50%, #d79e2f 50%);
}
.banner_thinks.showMe {
  left: 0;
  opacity: 1;
  display: none;
}
.banner_reviews.showMe {
  right: 0;
  opacity: 1;
}
.bannerDivs h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.br_links a {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.br_links a:hover {
  color: #ffaa01;
}
.br_links a span {
  display: inline-block;
  position: relative;
}
.br_links a span::after {
  content: "";
  background-image: url(../images/small-arrow.svg);
  width: 23px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 9px;
  position: absolute;
  top: -11px;
  right: -30px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.banner_reviews li {
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
}
.banner_reviews li .txt {
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.banner_reviews li h4 {
  font-weight: 600;
  font-size: 18px;
}
.banner_reviews .owl-nav {
  width: 100%;
  position: relative;
  text-align: center;
  float: left;
  transform: translateY(10px);
}
.banner_reviews button {
  border: 0px;
  display: inline-block;
  background: transparent;
  color: red;
  font-size: 16px;
  margin: 0 10px;
  border: 0px;
}
.banner_reviews button i {
  color: #003a66;
}
.homebanner video {
  width: 100%;
  display: block;
}

.latestPress {
  position: fixed;
  transform: translateY(20px);
  z-index: 999999;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}

.latestPress.is-active .shape {
  bottom: 100%;
  right: 0;
  transform: translate3d(13%, 70%, 0);
  transition-delay: 0.05s;
}

.latestPress.is-active .shape:before,
.latestPress.is-active .shape:after {
  opacity: 1;
  transition: 0.35s ease-out 0.25s;
}

.latestPress.is-active .shape svg {
  transform: skewX(10deg) translate3d(13%, 0, 0);
  transition-delay: 0.05s;
}

.latestPress.is-active .shape .text {
  transform: translatex(5%);
  opacity: 0;
}

.latestPress.is-active .shape:hover svg path {
  fill: #f4d50a;
}

.latestPress.is-active .shape:active {
  transform: translate3d(13%, 70%, 0) scale(0.9);
  transition: 0.15s;
}

.latestPress.is-active .ticker {
  transform: translateY(0);
}

.latestPress .shape {
  position: absolute;
  bottom: 40px;
  right: 38px;
  cursor: pointer;
  pointer-events: all;
  transition: 0.35s;
}

.latestPress .shape:hover svg path {
  fill: #88ccd5;
}

.latestPress .shape:active {
  transform: scale(0.9);
  transition: 0.15s;
}

.latestPress .shape:before,
.latestPress .shape:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 58%;
  width: 13%;
  height: 1px;
  background-color: #2c3c9e;
  opacity: 0;
  transition: 0.15s;
}

.latestPress .shape:before {
  transform: rotate(45deg);
}

.latestPress .shape:after {
  transform: rotate(-45deg);
}

.latestPress .shape svg {
  width: 100px;
  transition: 0.35s;
}

.latestPress .shape svg path {
  transition: 0.35s;
}

@media screen and (min-width: 768px) {
  .latestPress .shape svg {
    width: 153px;
  }
}

@media screen and (min-width: 1440px) {
  .latestPress .shape svg {
    width: 10.625vw;
  }
}

.latestPress .shape .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  transition: 0.35s;
}

.latestPress .shape .text span:first-child {
  font-family: "Avenir-Book", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.062em;
}

@media screen and (min-width: 768px) {
  .latestPress .shape .text span:first-child {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1440px) and (min-height: 560px) {
  .latestPress .shape .text span:first-child {
    font-size: 14px;
  }
}

.latestPress .shape .text span:last-child {
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.006em;
  margin-left: 5%;
}

@media screen and (min-width: 768px) {
  .latestPress .shape .text span:last-child {
    font-size: 27px;
  }
}

@media screen and (min-width: 1440px) and (min-height: 560px) {
  .latestPress .shape .text span:last-child {
    font-size: 1.875vw;
  }
}

/*----------banner-----------*/
.banner_txt {
  top: 30% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 785px;
  padding: 0 20px !important;
  margin: auto;
  left: 8%;
  margin: auto;
}
.banner_hd {
  color: #fff;
  font-size: 46px;
  line-height: 55px;
  margin-bottom: 30px;
  font-weight: 700;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; */
  visibility: visible !important;
}
.banner_hd span {
  color: #f98503;
}
.banner_hd1 {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 42px;
}
.banner_hd1 span {
  width: 36px;
  height: 2px;
  background-color: #2cabfd;
  display: inline-block;
  position: relative;
  left: 10px;
  top: -5px;
}
.banner_cont {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
  display: none;
  font-weight: 400;
  margin: 10px 0 25px 0;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; */
  visibility: visible !important;
}
.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}
.banner_cont span i {
  margin-right: 5px;
}
.banner_r_more {
  clear: both;
  margin-top: 10px;
}
.banner_r_more a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  height: 46px;
  line-height: 44px;
  margin: auto;
  display: inline-block;
  border: 1px solid #007dc6;
  background-color: #007dc6;
  font-weight: 600;
  margin-right: 15px;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  visibility: visible !important;
  border-radius: 5px;
  outline: 0px;
}
.banner_r_more a.contus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.banner_r_more img {
  margin-left: 5px;
}
.banner_r_more a:hover {
  background-color: #272727;
  border-color: #272727;
  color: #fff;
}
.banner_r_more a i {
  margin-left: 10px;
}
.ban_but {
  top: 85%;
}
.banner_r_more img {
  width: 20px;
  margin-right: 0px;
  top: -2px;
  position: relative;
}

.banner_r_more a.contus:hover {
  background-color: #fff;
  color: #2aabff;
  border-color: #fff;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  -webkit-animation: zoomin 15s ease-in infinite;
  animation: zoomin 15s ease-in infinite;
  transition: all 0.5s ease-in-out;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
} /*End of Zoom in Keyframes */

/*----------banner-----------*/

/*----------box2-----------*/
.box2 {
  clear: both;
  width: 100%;
  padding: 10px 0;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ebedf5+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ebedf5 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ebedf5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ebedf5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebedf5',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
}
.box2 .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.box2 ul li {
  padding: 0 5px;
}
.box2 a {
  cursor: pointer;
  color: #152d72;
  background-color: #ffffff;
  width: 100%;
  padding: 22px;
  font-weight: 600;
  text-decoration: none;
  display: table;
  text-align: center;
  border-radius: 38.5px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
  box-shadow: 0 2px 4px 0 rgba(4, 20, 64, 0.27);
}
.box2 a:hover {
  box-shadow: 0 2px 20px 0 rgba(4, 20, 64, 0.27);
}
.box2 ul {
  list-style-type: none;
  margin-top: 0px;
}
.box2 ul li {
  width: 100%;
  text-align: center;
}
.box2 ul li img {
  width: 100%;
  text-align: center;
  padding: 10px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}
/*----------box2_end----------*/

/*aboutsec*/
.aboutsec {
  clear: both;
  width: 100%;
  /* padding: 30px 0 50px; */
  display: table;
  overflow: hidden;

  padding: 60px 0;
  background-color: #ececec !important;
  background-image: url("https://cdn2.hubspot.net/hubfs/2606692/Images/brooks/big-wave-bg1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-blend-mode: screen;
}
.aboutsec h2 {
  text-transform: uppercase;
  color: #00aaff;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.aboutsec p {
  margin: auto;
  display: table;
  /* max-width: 624px; */
  font-size: 18px;
  color: #707070;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 0.36px;
  margin-bottom: 30px;
}
.aboutsec a.rmas {
  /* margin-top: 25px; */
  padding: 12px 35px;
  color: #fff;
  background-color: #00aaff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  border-radius: 30px;
}
.aboutsec a.rmas:hover {
  background-color: #f2700e;
}
.bwid20 {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 10px;
}
.sec1bx1 {
  width: 100%;
  display: block;
  text-align: center;

  /* background-color: #fff;
    box-shadow:0 0px 25px 3px rgba(0, 0, 0, 0.1);
    margin: 20px 0 0;
    transition: all 0.3s;
    text-decoration: none;
    min-height: 275px; */
}
/* .sec1bx1:hover{box-shadow:0 0px 50px 3px rgba(0, 0, 0, 0.2);} */
.sec1bx1 p {
  font-size: 16px;
  margin: 0px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  width: 100%;
  display: block;
  color: #2b2a29;
  letter-spacing: 0px;
}
.sec1bx1 img {
  height: 100px;
  margin-top: 15px;
}
.sec1bx1 div {
  font-size: 14px;
  color: #707070;
}

.flip-card {
  background-color: transparent;
  width: 100%;

  height: 250px;
  /* perspective: 1000px;  */ /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 20px 20px;
  box-shadow: 0 0px 25px 3px rgba(0, 0, 0, 0.1);
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: #fff;
  box-shadow: 0 0px 25px 3px rgba(0, 0, 0, 0.1);
}

/* Style the back side */
.flip-card-back {
  background-color: #00aaff;
  transform: rotateY(180deg);
  box-shadow: 0 0px 50px 3px rgba(0, 0, 0, 0.2);
}
.flip-card-front p {
}
.flip-card-front span {
}
.flip-card-back p {
}
.flip-card-frontbb p {
}
.flip-card-back {
  text-align: left;
}
.flip-card-back ul {
  padding: 0px 10px;
}
.flip-card-back ul li {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
/*aboutsec*/

.home-why-list > ul {
  /* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.home-why-list > ul > li {
  background: #fff;
  /* width: calc(33.333% - 14px); */
  float: left;
  display: inline-block;
  /* margin-right: 21px;
	border-radius: 21px; */
  position: relative;
  /* -webkit-box-shadow: 0px 0px 40px -5px rgba(150, 174, 198, .39);
	-moz-box-shadow: 0px 0px 40px -5px rgba(150, 174, 198, .39);
	box-shadow: 0px 0px 40px -5px rgba(150, 174, 198, .39); */

  box-shadow: 0 40px 45px -20px rgba(40, 40, 40, 0.29),
    0 35px 50px -20px rgba(74, 74, 74, 0.29);
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  top: 0;
  /* margin-bottom: 50px; */
  border-radius: 21px;
}
.home-why-list > ul > li:hover {
  top: -10px;
}
/* .home-why-list li:nth-child(2) {
	transition-delay: .3s
}

.home-why-list li:nth-child(3) {
	transition-delay: .6s
}

.home-why-list li:nth-child(3n) {
	margin-right: 0
} */

.why-list-content {
  height: 100%;
  border-radius: 20px;
  position: relative;
  padding: 72px 35px 35px;
  overflow: hidden;
}
.why-list-content_img {
  /* content: ""; */
  position: absolute;
  width: 120%;
  height: 220px;
  left: 0;
  bottom: calc(100% - 200px);
  transform: rotate(-10deg);
  transform-origin: left bottom;
  background: #32a980;
  overflow: hidden;
}
.why-list-content1 .why-list-content_img {
  background: #264653;
}
.why-list-content2 .why-list-content_img {
  background: #2a9d8f;
}
.why-list-content3 .why-list-content_img {
  background: #e76f51;
}
.why-list-content_img img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center top;
  transform: rotate(10deg);
  opacity: 0.2;
  position: relative;
  top: 20px;
}
/* .why-list-content:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 300px;
  left: 0;
  bottom: calc(100% - 185px);
  transform: rotate(-10deg);
  transform-origin: left bottom;
  background: #32a980;
}

.why-list-content1:before {
  background: #211fb8;
}
.why-list-content2:before {
  background: #881cff;
}
.why-list-content3:before {
  background: #ec14ef;
} */
.why-list-content4:before {
}
.why-list-content5:before {
}
.why-list-content6:before {
}
.box3_bg {
  background: #fff !important;
}
.box3_bg::before {
  display: none;
}
.hwl-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.8px;
  margin-bottom: 70px;
  height: 64px;
  position: relative;
  top: -10px;
}

.hwl-text {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  /* height: 75px; */
  overflow: hidden;
  letter-spacing: -0.2px;
}

.home-why-list ul li a > span {
  position: absolute;
  left: 35px;
  background: #fff;
  transform: translateY(-50%);
  top: 0;
  z-index: 5;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(150, 174, 198, 0.4);
  -moz-box-shadow: 0px 0px 25px -5px rgba(150, 174, 198, 0.4);
  box-shadow: 0px 0px 25px -5px rgba(150, 174, 198, 0.4);
}

.home-why-list ul li a > span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 36px;
  /* max-width: 43px */
}

/*--------box3---------*/
.box3 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 40px 0;

  background-image: -o-linear-gradient(250deg, #fff 0, #e8e8e4 100%);
  background-image: linear-gradient(200deg, #fff 0, #e8e8e4 100%);
  -webkit-box-shadow: 0 40px 45px -20px rgba(40, 40, 40, 0.29),
    0 35px 50px -20px rgba(74, 74, 74, 0.29);
  box-shadow: 0 40px 45px -20px rgba(40, 40, 40, 0.29),
    0 35px 50px -20px rgba(74, 74, 74, 0.29);

  /* background-color: #fff !important;
    background-image: url('../images/pattern@2x.webp');
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: 100%;*/

  /* background-color: #f8f8f8; */

  position: relative;
  z-index: 9;
}
.box3:before {
  /* background-color: #fff !important; */
  background-image: url("../images/pattern@2x.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}
.box3 h3 {
  font-size: 21px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: left;
  padding-left: 50px;
  position: relative;
  line-height: 45px;
  color: #000;
  font-weight: 400;
  margin-top: 0px;
  font-family: "Playfair", serif;
}
.box3 h3:before {
  position: absolute;
  left: 0;
  top: 23px;
  height: 2px;
  width: 35px;
  content: "";
  background-color: #00b5ef;
}
.box3 h4 {
  font-size: 38px;

  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-family: "Playfair", serif;
}
.box3 h5 {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-weight: 300;
  width: 760px;
  margin: auto;
  display: table;
  text-align: center;
  margin-bottom: 50px;
}
.box3 h2 {
  margin-bottom: 30px;
  font-size: 38px;

  color: #0091d3;
  text-align: left;
  font-family: "Playfair", serif;
}
.box3 p {
  font-size: 18px;
  line-height: 1.6;
}
.box3 ul {
  margin-top: 50px;
}
.solbx {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 30px;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 30px;

  background-color: #fff;
  border-radius: 15px;
  -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);

  min-height: 425px;

  padding: 30px;
  text-align: center;
  border-bottom: 5px solid #000;
}

/* .solbx:before{
    position: absolute;
    left: 40px;
    top: 24px;
    height: 1px;
    width: 40px;
    content: "";
    background-color: #ccc;
} */
.solnum {
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 21px;
  color: #0c5adb;
  font-weight: 700;
}
.solbx img {
  height: 85px;
}

.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: 35px;
  /* width: 65px; */
}

.solbx h2 {
  font-size: 24px;
  font-weight: 400;
  color: #2b2a29;
  transition: all 0.3s;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
}
.solbx p {
  font-size: 16px;
  line-height: 25px;
  color: #555;
  height: 75px;
  /* font-weight: 300; */
  overflow: hidden;
}
/* .solbx:hover h2{color: #fff;}
.solbx:hover p{color: #fff;} */
/* .solbx.b3col1 {
  border-color: #f7aa4f;
}
.solbx.b3col2 {
  border-color: #f7e64f;
}
.solbx.b3col3 {
  border-color: #a2e053;
}
.solbx.b3col4 {
  border-color: #53e0cf;
}
.solbx.b3col5 {
  border-color: #ada1ff;
}

.solbx.b3col6 {
  border-color: #ffa1a1;
} */

/* .solbx.b3col1:hover {
  background-color: #f7aa4f;
}
.solbx.b3col2:hover {
  background-color: #f7e64f;
}
.solbx.b3col3:hover {
  background-color: #a2e053;
}
.solbx.b3col4:hover {
  background-color: #53e0cf;
}
.solbx.b3col5:hover {
  background-color: #ada1ff;
}

.solbx.b3col6:hover {
  background-color: #ffa1a1;
} */
/*--------box3_end---------*/

/*--------box4---------*/
.box4 {
  background-color: transparent;
  padding: 65px 0 150px;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-top: -400px;
  position: relative;
  /* background: #2d2d2d url(../images/map.png) !important; */
}
.laptopframe {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 100%;
  text-align: center;
  display: block;
}
.laptopframe img {
  width: 850px !important;
  display: table;
  margin: auto;
}
.box4 h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

/*--------box4_end---------*/

/*aboutsec2*/
.aboutsec2 {
  width: 100%;
  display: table;
  position: relative;
  background: linear-gradient(200deg, #fff 0, #e8e8e4 100%);
  padding: 80px 0 450px;
  text-align: center;
}
.aboutsec2 img {
  width: 35%;
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
  content: "";
  object-fit: cover;
  object-position: center center;
}
.aboutsec2 h2 {
  /* text-transform: uppercase; */
  color: #000;
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
  margin-top: 0;
  font-family: "Playfair", serif;
}
.aboutsec2 h1 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.aboutsec2 p,
.industriesbx h6 {
  font-size: 18px;
  color: #d1d8f3;
  font-weight: 300;
  width: 1024px;
  margin: auto;
  display: table;
  line-height: 28px;
}
.progress {
  width: 100%;
  box-shadow: 0px 0px 25px -5px rgba(150, 174, 198, 0.4);
  height: 14px;
  background-color: #fff;
  border-radius: 30px;
}
.skill-wrapper {
  margin-bottom: 30px;
}
.skill-wrapper span {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
}
.progress-bar {
  background: #0091d3;
}
.progressbar-active {
  animation-name: progress;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*aboutsec2*/

/*box5*/
.box5 {
  width: 100%;
  display: table;
  padding: 40px;
}
.box5 h2 {
  text-align: center;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 42px;
  margin-bottom: 50px;
  position: relative;
}
ul.technologies {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  display: table;
  clear: both;
  margin-bottom: 40px;
}
ul.technologies li {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 10px 40px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
ul.technologies li:nth-child(5n) {
  border-right: 0px;
}
ul.technologies li:nth-child(11) {
  border-bottom: 0px;
}
ul.technologies li:nth-child(12) {
  border-bottom: 0px;
}
ul.technologies li:nth-child(13) {
  border-bottom: 0px;
}
ul.technologies li:nth-child(14) {
  border-bottom: 0px;
}
ul.technologies li:nth-child(15) {
  border-bottom: 0px;
}
ul.technologies li img {
  width: 100%;
  display: block;
}

.viewallbx {
  clear: both;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.viewallbx a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 40px;
  border: 1px solid #ccc;
  border-radius: 40px;
  transition: all 0.3s;
}
.viewallbx a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
/*box5*/

/*industriesbx*/
.industriesbx {
  padding: 50px 0;
  position: relative;
}
.rightvideo {
  width: 100%;
  display: block;
  position: relative;
}
.rightvideo:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 60, 84, 0.7);
  content: "";
}
.w100 {
  width: 100%;
  display: block;
}
.industriesbx h6 {
  margin-bottom: 40px;
  display: inline-block;
}
.industriesbx h1 {
  margin-bottom: 30px;
}
.industriesbx p {
  width: 100%;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  height: 147px;
  overflow: hidden;
  font-size: 13px;
  display: block;
}
/*industriesbx*/

.licenses {
  padding: 50px 0;
  background-color: #f2f2f2;
  display: inline-block;
  width: 100%;
}
.licenses h4 {
  color: #000;
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  font-family: "Playfair", serif;
}
.licenses img {
  border-radius: 50px 50px 0 0;
}
.licenses ul {
  list-style-type: square;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.licenses ul li {
  margin-bottom: 10px;
}
.section11 {
  background: #f2f2f2;
  width: 100%;
  display: table;
  padding: 50px 0px;
}
.section11 h1 {
  color: #000;
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  margin-top: 0px;
  font-family: "Playfair", serif;
}
.section11 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.section11_bx {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 40px 45px -20px rgba(40, 40, 40, 0.29),
    0 35px 50px -20px rgba(74, 74, 74, 0.29);
  display: grid;
  position: relative;
  grid-template-columns: 35fr 65fr;
  gap: 30px;
  border-radius: 50px;
}
.section11_bx span {
  background-color: #e5e5e5;
  padding: 10px;
  color: #000;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
}
.section11_bx h6 {
  color: #959595;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 0;
  line-height: 1.6;
}
.section11_bx h4 {
  color: #0091d3;
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
  font-family: "Playfair", serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.section11_bx p {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.6;
}
.section11_bx p img {
  height: 30px;

  display: block;
}
.section12 span {
  margin-bottom: 10px;
}
.sec2_right p {
  display: block;
}
.section12 .section11_bx {
  grid-template-columns: 25fr 75fr;
  background: linear-gradient(200deg, #fff 0, #e8e8e4 100%);
  padding: 40px;
  margin-bottom: 35px;
  box-shadow: 0 10px 35px 2px rgba(96, 137, 178, 0.1);
}
.section12 .section11_bx span {
  background-color: #fff;
  box-shadow: 0 25px 12px -15px rgb(194, 194, 194), 0 5px 15px -15px #2d2d2d;
}
.section12 .section11_bx:last-child {
  margin-bottom: 0;
}
/*btmcont*/
.btmcont {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #f8f8f8;
}
.btmcont1 {
  width: 1190px;
  margin: auto;
  display: table;
  box-shadow: 0px 0px 30px 9px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.btmcontleft {
  width: 100%;
  display: table;
  padding: 40px;
  background-color: #262a4c;
  color: #fff;
  padding-left: 55px;
  padding-bottom: 100px;
  /* background-image: url('../images/ftlogo.png');
    background-repeat: no-repeat;
    background-position: 90% 90%;
    background-size: 150px; */
}
.btmcontleft h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
/* .btmcontleft p{color: #d1d8f3; font-size: 21px; width: 80%; font-family: 'Plus Jakarta Sans', sans-serif;} */
.btmcontleft p b {
  color: #00aaff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.btmcontright {
  width: 100%;
  display: table;
  padding: 40px 40px 0;
  background-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;
  margin-bottom: 25px;
}
.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: 14px;
  color: #fff;
  background-color: #00aaff;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
}
form input.btn-1:hover {
  background-color: #f2700e;
}
.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #acbd28;
}
/*btmcont*/

/*box6*/
.box6 {
  width: 100%;
  display: block;
  padding: 80px 0;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  position: relative;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 2;
}
/* .box6:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5
} */

.box6 h2 {
  font-size: 90px;
  line-height: 80px;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.box6 h2 span {
}
.box6 p {
  position: relative;
  font-size: 32px;
  font-weight: 300;
}
.box6 a {
  text-decoration: none;
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  border-radius: 5px;
  display: table;
  margin: auto;
  background-image: linear-gradient(90deg, #fa8503 0%, #2aabff 100%);
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 40px;
}
.box6 a img {
  margin-left: 10px;
}
.box6 a:hover {
  background-image: linear-gradient(90deg, #2aabff 0%, #fa8503 100%);
}
/*box6*/

.modal-backdrop {
  z-index: 999999;
}
.modal {
  z-index: 9999999;
}
h5.modal-title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #00aaff;
  font-weight: 700;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #acbd28;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
}
button.close:hover {
  opacity: 1;
  background-color: #2098ce;
}
.close span {
  font-size: 21px;
  color: #fff;
}

.modal-dialog {
  margin-top: 100px;
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}

.box6_left {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 0px 20px 20px 0;
}
.form_hd {
  width: 100%;
  margin-bottom: 30px;
  color: #0e2b5c;
  font-size: 42px;
  /*letter-spacing: 1px;*/
  padding-bottom: 10px;
  font-weight: 300;
  position: relative;
}
.form_hd:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 30px;
  background-color: #db282b;
  content: "";
}
.box6_row1 {
  width: 100%;
  display: table;
  clear: both;
  margin-bottom: 15px;
  padding-left: 38px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.b6_cont1 {
  float: left;
  display: inline-block;
  width: 90%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.b6_cont1 p b {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 24px;
}
.b6_cont1 a {
  text-decoration: none;
  color: #fff;
}
.b6_cont1 a:hover {
  text-decoration: underline;
}

/*innerbanner*/
.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #fff;
}
.inner_banner img {
  width: 100%;
  opacity: 0.15;
  height: 350px;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: grayscale(100%);
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
}
.innertxt1 ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #fff;
  font-size: 21px;
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 8px;
  top: 5px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #000;
  font-size: 42px;
  margin-bottom: 20px;
  margin: 0;
  font-weight: 500;
}
.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*/

.careertopbx {
  width: 100%;
  display: table;
  padding: 50px 0 30px;
  clear: both;
  position: relative;
  /* margin-top: 50px; */

  background-image: -o-linear-gradient(250deg, #fff 0, #e8e8e4 100%);
  background-image: linear-gradient(200deg, #fff 0, #e8e8e4 100%);
  -webkit-box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);
  box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);
}
.careertopbx::before {
  background-image: url("../images/pattern@2x.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}
.careertopbx img.hss {
  width: 45%;
}
.careertopbx h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "Playfair", serif;
}
.careertopbx p {
  font-size: 18px;
  line-height: 38px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #282828;
  margin-bottom: 30px;
}
img.hss {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 35%;
  display: block;
}
.transformationpg img.hss {
  width: 43%;
}
.abtt1 img {
  width: 60%;
  margin: auto;
  display: table;
}
.abtt1 {
  margin-bottom: 40px;
}

.careertopbx.dataservvvv {
  animation-name: color_change;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  padding: 60px;
  background: transparent;
}
.careertopbx.dataservvvv:before {
  opacity: 0;
}
.careertopbx.dataservvvv h2,
.careertopbx.dataservvvv p {
  color: #fff;
}
.careertopbx.dataservvvv h2 {
  color: #ffd450;
}

@-webkit-keyframes color_change {
  0% {
    background-color: #0053d7;
  }
  15% {
    background-color: #000;
  }
  25% {
    background-color: #222341;
  }
  50% {
    background-color: #3d3d3c;
  }
  100% {
    background-color: #52205a;
  }
}
@-moz-keyframes color_change {
  0% {
    background-color: #0053d7;
  }
  15% {
    background-color: #000;
  }
  25% {
    background-color: #222341;
  }
  50% {
    background-color: #3d3d3c;
  }
  100% {
    background-color: #52205a;
  }
}
@-ms-keyframes color_change {
  0% {
    background-color: #0053d7;
  }
  15% {
    background-color: #000;
  }
  25% {
    background-color: #222341;
  }
  50% {
    background-color: #3d3d3c;
  }
  100% {
    background-color: #52205a;
  }
}
@-o-keyframes color_change {
  0% {
    background-color: #0053d7;
  }
  15% {
    background-color: #000;
  }
  25% {
    background-color: #222341;
  }
  50% {
    background-color: #3d3d3c;
  }
  100% {
    background-color: #52205a;
  }
}
@keyframes color_change {
  0% {
    background-color: #0053d7;
  }
  15% {
    background-color: #000;
  }
  25% {
    background-color: #222341;
  }
  50% {
    background-color: #3d3d3c;
  }
  100% {
    background-color: #52205a;
  }
}

.dataservppimg {
  width: 315px;
  height: 315px;
  line-height: 215px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 50px;
  display: table;
  vertical-align: middle;
}
.dataservppimg img {
}

.qlinks1 {
  width: 100%;
  display: table;
  background-color: #e9eff0;
  padding: 50px 50px;
}
.qlinks1 h2 {
  text-align: center;
  font-weight: 200;
  color: #fff;
  font-size: 28px;
  position: relative;
  padding-bottom: 30px;
  /* letter-spacing: 1px; */
  margin-bottom: 30px;
}
.qlinks1 h2 span {
  font-weight: 300;
}
.qlinks1 h2:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: table;
  content: "";
  width: 25%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}

.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: 700;
  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: 16px;
  font-weight: 500;
  margin-top: 30px;
  width: 100%;
  display: inline-block;
}
.qbcont p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 2px;
  /* opacity: 0.5 ; */
}

.bpmpgbx h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
  margin-top: 0px;
  font-family: "Playfair", serif;
  padding-left: 50px;
}
.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: 335px;
  position: relative;
  z-index: 2;
  min-height: 345px;
  top: 0;

  background: -o-linear-gradient(right top, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    -o-linear-gradient(225deg, transparent 2.25rem, #fff 0);
  background: linear-gradient(to left bottom, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    linear-gradient(-135deg, transparent 2.25rem, #fff 0);
}
.bpmbxx:hover {
  top: -10px;
}
/* .bpmbxx:before{
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-shadow: 0 0 33px 22px #c8d7e3;
box-shadow: 0 0 33px 22px #c8d7e3;
background-color: transparent;
z-index: -1;
} */

.bpmbxx:hover {
}
.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: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}
.bpmpgbx33 ul li {
  color: #333;
}

.bpmbxx h5 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;

  color: #191919;
  z-index: 1;
  float: left;
  clear: both;
}

.bpmbxx h5:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 10px;
  content: "";
  background-color: #32a980;
  opacity: 0.7;
  z-index: -1;
}

.bpmbxx p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  clear: both;
}
.bpmcol1 h5:before {
  background-color: #32a980;
}
.bpmcol2 h5:before {
  background-color: #ee4823;
}
.bpmcol3 h5:before {
  background-color: #efa91e;
}

.technologiesbx {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #f2f6f7;
}
.technologiesbx h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
  margin-top: 0px;
  font-family: "Playfair", serif;
  padding-left: 50px;
  margin-top: 30px;
}
.technologiesbx p {
  color: #9e9e9e;
  text-align: left;
  font-size: 19px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}
.technologiesbx ul {
  list-style: none;
  width: 100%;
  display: table;
  padding: 0;
  margin: 0;
}
.technologiesbx ul li {
  float: left;
  display: inline-block;
  width: 30.33%;
  margin: 1.5%;
  text-align: center;
  padding: 50px 20px;
  box-shadow: 0 15px 40px -13px rgba(46, 60, 84, 0.3);
  background-color: #fff;
  background-image: url(../images/service-bg-2.jpg);
  background-size: cover;
  background-position: right top;
}
.technologiesbx ul li img {
  height: 60px;
  display: table;
  margin: auto;
}

.careersmainpg {
  background-color: #e9eff0;
  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.png");
  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.png");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}

.jobdescripp {
  background-color: #fff;
  padding: 50px 70px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}
.jobtop {
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
.jobtop span {
  float: left;
  display: inline-block;
  margin-right: 25px;
  color: #4a4a4a;
  font-size: 16px;
}
.jobtop span img {
  width: 17px;
  margin-right: 20px;
}
.accordion-content .jobdescripp p {
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  color: #4a4a4a;
  line-height: 32px;
  margin-bottom: 15px;
  clear: both;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.jobdescripp h3 {
  color: #012d7e;
  text-align: left;
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 600;
}
.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}
.accordion-content .jobdescripp ul li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 0px;
  background-image: url("../images/png_1_c.png");
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 13px;
  color: #4a4a4a;
  margin-bottom: 7px;
}
.jobdescripp a {
  background-color: #14dee2;
  border-radius: 10px;
  padding: 8px 30px;
  margin-top: 20px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-block;
}
.jobdescripp a:hover {
  color: #14dee2;
  background-color: #000;
}

.jobtop span img {
  width: 20px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  margin-top: 5px;
}
/* .careersmainpg h1{
	text-align: center;
	color: #0B2E4F;
  font-size: 34px;
  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: 36px;
  font-family: "Playfair", serif;
}
.careersmainpg h1 span {
  font-weight: 600;
}
.careersmainpg h1:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 2px;
  background-color: #d9207c;
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
}

h5.modal-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 700;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ef4924;
  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: 21px;
  color: #fff;
}

h5.modal-title {
  font-size: 24px;
  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: #14dee2;
  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: 21px;
  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: 14px;
  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: 14px;
  color: #fff;
  background-color: #ef4924;
  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: #14dee2;
  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: 14px;
}

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

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

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

.circle-svg {
  position: absolute;
  right: 0px;
  top: 0px;
}

.circle-svg svg {
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.contact-section {
  position: relative;
}

.contact-section {
  position: relative;
  padding: 40px 0 0;

  overflow: hidden;

  background-image: -o-linear-gradient(250deg, #fff 0, #e8e8e4 100%);
  background-image: linear-gradient(200deg, #fff 0, #e8e8e4 100%);
  -webkit-box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);
  box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);
}
.contact-section:before {
  /* background-color: #fff !important; */
  background-image: url("../images/pattern@2x.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

.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-family: "Playfair", serif;
  font-size: 36px;
}
.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: #d9207c;
  content: "";
  bottom: 0px;
}

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

.contact-section .info-column ul.contact-list li p {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  list-style: none;
  font-size: 18px;
  line-height: 32px;
  color: #3f3f3f;
  margin-top: 5px;
}

.default-form .form-group {
  display: table;
  outline: 0;
}

.contact-section .info-column .contact-list {
  list-style: none;
}
.contact-section .info-column .contact-list li {
  position: relative;
  margin-bottom: 10px;
}

.contact-section .info-column .contact-list li strong {
  position: relative;
  display: block;
  color: #012d7e;
  font-size: 19px;
  margin-bottom: 3px;
  font-weight: 600;
  font-family: "Playfair", serif;
}

.contact-section .info-column .contact-list li a {
  position: relative;
  color: #012d7e;
  font-size: 21px;
  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-left: 40px;
  z-index: 9;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); */
  border-radius: 15px;

  -webkit-box-shadow: 0px 0px 40px -5px rgba(150, 174, 198, 0.39);
  box-shadow: 0 40px 45px -20px rgba(96, 137, 178, 0.29),
    0 35px 50px -20px rgba(96, 137, 178, 0.29);
  display: table;
}

/* .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 .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: 10px 20px;
  color: #000;
  height: 50px;
  font-size: 16px;
  background: none;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  -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;
  background-color: #fbfbfb;
  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 25px;
  color: #777777;
  height: 100px;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0;
  margin-bottom: 20px;

  color: #000;
  background-color: #fbfbfb;
  border: 1px solid #dbdbdb;
}

.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.png");
  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: 34px;
  line-height: 50px;
}
.contactbottombxin1 h2 span {
  font-weight: 600;
}
.contactbottombxin1 a {
  text-decoration: none;
  background-color: #263852;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  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: 16px;
  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: 14px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px 10px 20px;
  line-height: 30px;
  color: #777777;
  border: none;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #efefef;
}

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

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

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

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

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

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

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

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

.sec-title h2 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 36px;
  font-family: "Playfair", serif;
}
.sec-title h2 span {
  font-weight: 600;
}
.sec-title h2:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 2px;
  background-color: #d9207c;
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
}

.text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 8px 40px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
  /* background-color: #14dee2; */
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s;
  letter-spacing: 2px;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  background-image: -o-linear-gradient(194deg, #286fdf 0, #502caf 100%);
  background-image: linear-gradient(256deg, #286fdf 0, #502caf 100%);
  -webkit-box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf;
  box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf;
}

.btn-style-one:hover {
  -webkit-box-shadow: 0 10px 10px -5px #286fdf;
  box-shadow: 0 10px 10px -5px #286fdf;
  color: #fff !important;
  transform: scale(0.95);
}

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

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

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

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

.transformationbtm {
  display: table;
  width: 100%;
  position: relative;
  padding: 50px 0;
  /* background-image: url(../images/Thinks8dd35e85fill-1366x700for_b.png);
	background-repeat: no-repeat;
	background-size: cover; */
  background-color: #fff;
}

.transformbxxx {
  width: 100%;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  padding: 40px;
  min-height: 392px;
  border-bottom: 6px solid #ff644a;

  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);
}
.transformbxxx h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
  font-size: 24px;
  font-weight: 500;
}
.transformbxxx p,
.transformationbtm li,
.why-list-content ul li {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 15px;
}
.transformationbtm h1 {
  color: #00aaff;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  color: #012d7e;
  text-align: center;
  font-weight: 600;
  margin-top: 0px;
}
.transformationbtm h3 {
  font-size: 24px;
  font-weight: 400;
  color: #2b2a29;
  text-align: center;
  margin-bottom: 50px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}

.asection4 {
  width: 100%;
  display: table;
  padding: 60px 40px;
  position: relative;
  text-align: center;
  background-color: #e9eff0;
}

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

img.hss {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 35%;
  display: block;
}
.asec3inner {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;

  padding: 5.5% 11.3% 3% 11.3%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;

  background-image: url(../images/service-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.asec3inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.7;
}

.asec3inner h4 {
  font-size: 20px;
  font-weight: 400;
  color: #2b2a29;
  position: relative;
  text-align: left;
  margin-bottom: 50px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
}
.asec3inner h3 {
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: left;
  padding-left: 50px;
  position: relative;
  line-height: 45px;
  color: #000;
  font-weight: 600;
  margin-top: 0px;
  font-family: "Playfair", serif;
}
.asec3inner h3:before {
  position: absolute;
  left: 0;
  top: 23px;
  height: 2px;
  width: 35px;
  content: "";
  background-color: #d9207c;
}
.asec3inner h2 {
  font-size: 38px;

  color: #000;
  text-align: left;
  position: relative;
  margin-bottom: 50px;
  font-family: "Playfair", serif;
}
.asec3inner ul {
  list-style: none;
  width: 100%;
  display: block;
}
.asec3inner ul li {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  width: 100%;
  clear: both;
  color: #2b2a29;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;

  /* background-image: url('../images/png_1_c.png');
	background-size: 17px 15px;
	background-repeat: no-repeat;
	background-position: left 10px; */
}
.asec3inner ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #3281ff;
  background-color: #3281ff;
  position: absolute;
  left: 0;
  top: 1.4rem;
}

.asection4 h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
  margin-top: 0px;
  font-family: "Playfair", serif;
  padding-left: 50px;
}
.asection4 .col-sm-3 {
  padding: 0 10px;
}
a.asec4an {
  display: block;
  width: 100%;
  padding: 30px;
  /* border: 4px solid transparent; */
  transition: all 0.3s;
  color: #fff;
  /* outline: 1px solid #c7faff; */
  min-height: 340px;
  background: -o-linear-gradient(right top, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    -o-linear-gradient(225deg, transparent 2.25rem, #fff 0);
  background: linear-gradient(to left bottom, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    linear-gradient(-135deg, transparent 2.25rem, #fff 0);
  position: relative;
  top: 0;
}
a.asec4an:hover {
  /* border: 4px solid #c7faff */
  top: -10px;
}
.asec4img {
  width: 150px;
  height: 150px;
  background-color: #d7e2f2;
  border-radius: 150px;
  display: table;
  margin: auto;
  text-align: center;
  -webkit-box-shadow: 0 15px 59px -3px #c8d7e3;
  box-shadow: 0 15px 59px -3px #c8d7e3;
}
.asec4img img {
  margin-top: 50px;
  width: 60px;
}
a.asec4an h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 15px 0;
}
a.asec4an p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  color: #191919;
}
.asection4 .col-sm-3 {
  width: 20%;
}

/*section3*/
.section3 {
  width: 100%;
  display: table;
  background-color: #004d76;
  overflow: hidden;
  background-image: url("../images/logo.png");
  background-size: 47%;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 120px 0;
}
.section3 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section3 p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  padding-right: 15px;
  line-height: 28px;
}
.section3 a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
  display: inline-block;
}
.section3 a:hover {
  background-color: #fff;
  color: #004d76;
}
/*section3*/

/*section4*/
.section4 {
  background-size: auto;
  background-size: 50%;
  background-position: right center;
  padding: 80px 0;
  background-attachment: scroll;
  background-color: #fff;
  /* border-top: 2px solid #192f59; */
}
.section5 {
  background-position: left bottom;
}
.section5 .sec3bxx {
  padding-left: 40px;
}
.section4 h2 {
  color: #2098ce;
  position: relative;
  margin-bottom: 50px;
}
.section4 h2:before {
  position: absolute;
  left: 0%;
  bottom: -20px;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #2098ce;
}
.section4 p {
  color: #333;
}
.section4 a {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.section4 a:hover {
  background-color: transparent;
  color: #333;
}
/*section4*/

.innerpgbx2 {
  padding: 60px 0;
  background-color: #ececec !important;
  background-image: url("https://cdn2.hubspot.net/hubfs/2606692/Images/brooks/big-wave-bg1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-blend-mode: screen;
}
.innerpgbx2 h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #152d72;
  line-height: 36px;
  font-size: 32px;
  font-weight: 700;
}
.innerpgbx2 p {
  color: #333;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.innerbx3 {
  position: relative;
  padding: 60px 0;
  background-color: #eee;
  width: 100%;
  display: table;
}
.innerbx3 img {
  width: 100%;
  display: table;
  margin: 0px auto 0;
}
.innerbx3 h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #152d72;
  line-height: 36px;
  font-size: 32px;
  font-weight: 700;
}
.innerbx3 p {
  color: #333;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
}
.hrline {
  clear: both;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #ccc;
  margin: 30px 0;
}

.innerpg3 {
  padding: 100px 0;
  background-position: center center;
  background-size: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.innerp3b {
  width: 800px;
  margin: auto;
  display: table;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  text-align: center;
}
.innerpg3 h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.innerpg3 p {
  color: #fff;
  font-size: 19px;
  line-height: 32px;
}

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

#header.cloned .icon-bar {
  background: #000;
}

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

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

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

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

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

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

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

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

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

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

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

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

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  /* border: 1px solid #0ab5bc;
    background-color: #0ab5bc; */
  color: #fff;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;

  background-image: -o-linear-gradient(194deg, #286fdf 0, #502caf 100%);
  background-image: linear-gradient(256deg, #286fdf 0, #502caf 100%);
  -webkit-box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf;
  box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf;
}

img.mobimg {
  display: none;
}

a.mobmenu1 {
  display: none;
}

.blogbox {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 60px 0 20px;

  background-image: -o-linear-gradient(250deg, #fff 0, #e8e8e4 100%);
  background-image: linear-gradient(200deg, #fff 0, #e8e8e4 100%);
  -webkit-box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);
  box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);

  /* background-color: #fff !important;
  background-image: url('../images/pattern@2x.webp');
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: 100%;*/

  /* background-color: #f8f8f8; */

  position: relative;
  z-index: 9;
}
.blogbox:before {
  /* background-color: #fff !important; */
  background-image: url("../images/pattern@2x.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

.blogbox h1 {
  margin: 0px;
  font-size: 48px;
  position: relative;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
  text-align: center;
}

.single-blog {
  margin-bottom: 30px;
  transition: 0.5s;
}

.single-blog .image {
  position: relative;
}

.single-blog .image .tag {
  display: inline-block;
  font-size: 15px;
  background-color: #3c62e9;
  color: #fff;
  padding: 5px 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog .content {
  background-color: #fff;

  padding: 25px;
  border: 1px solid #dadada;
}

.single-blog .content h3 {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 28px;
}

.single-blog .content h3 a {
  color: #000;
}

.single-blog .content h4 {
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #555;
  font-size: 14px;
}
.single-blog .content h4 i {
  margin-right: 5px;
  color: #000;
}
.single-blog .content h4 span {
  margin-right: 20px;
}

.single-blog .content p {
  margin-bottom: 15px;
  color: #6f6f6f;
}

.single-blog .content .blog-btn {
  color: #502caf;
  font-weight: 600;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 12px;
}

.single-blog:hover {
  transform: translateY(-10px);
}

.single-blog:hover .image .tag {
  background-color: #000244;
}

.single-blog:hover h3 a {
  color: #0f1941;
}

.single-blog:hover .blog-btn {
  letter-spacing: 1px;
}

/*================================================ Top Features Area CSS =================================================*/

.single-top-features {
  margin-bottom: 30px;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
  position: relative;
  border: 5px solid #fff;
  overflow: hidden;
}

.single-top-features .icon {
  margin-bottom: 15px;
}

.single-top-features .icon i {
  color: #3c62e9;
  font-size: 60px;
}

.single-top-features h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.single-top-features h3 a {
  color: #202647;
}

.single-top-features p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.single-top-features .number {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f4f1fb;
  color: #3c62e9;
  font-size: 25px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.5s;
}

.single-top-features .shape {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #f1eef8;
  border-radius: 50px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  transition: 0.5s;
}

.single-top-features:hover {
  transform: translateY(-5px);
  border: 5px solid #f5f2fc;
  box-shadow: unset;
}

.single-top-features:hover .number {
  background-color: #3c62e9;
  color: #fff;
}

.single-top-features:hover .shape {
  opacity: 0;
  visibility: hidden;
}

.single-blog .image img {
  width: 100%;
  display: block;
  box-shadow: 0 0 10px rgba(108, 118, 134, 0.5);
}

.pagination > li > a {
  border: 0;
}

.newsdescrppg {
  width: 100%;
  display: table;
  padding: 50px 0 30px;
  clear: both;
  position: relative;
  /* margin-top: 50px; */

  background-image: -o-linear-gradient(250deg, #fff 0, #e8e8e4 100%);
  background-image: linear-gradient(200deg, #fff 0, #e8e8e4 100%);
  -webkit-box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);
  box-shadow: 0 40px 45px -40px rgba(96, 137, 178, 0.29),
    0 35px 50px -40px rgba(96, 137, 178, 0.29);
}
.newsdescrppg::before {
  background-image: url("../images/pattern@2x.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

a.backbtn {
  /* text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #e74536;
  color: #fff;
  transition: all 0.3s;
  
  font-size: 16px;
   */
  margin-bottom: 30px;
  padding: 0 40px;
  display: inline-block;
  text-transform: capitalize;
  float: left;
}
a.backbtn:hover {
  background-color: #0f1941;
}
.newsdescrppg h2 {
  font-size: 38px;

  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Playfair", serif;
}
.newsdescrppg p span {
  margin-right: 20px;
}
.newsdescrppg p span i {
  margin-right: 5px;
  color: #000;
  font-size: 18px;
  position: relative;
  top: 0px;
}
.newsdescrppg p {
  color: #1a212c;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  margin-bottom: 20px;
}

.post-info {
  position: relative;
  margin-bottom: 20px;
  margin-top: -40px;
  z-index: 9;
}

.post-info li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  background: #007dc6;
  padding: 0 15px;
}

.post-info li.category {
  background: #ffd451;
}

.post-info li.category:before {
  position: absolute;
  content: "";
  background: #ffd451;
  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);
}

.post-info li a {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.innerservmenu {
  position: sticky;
  top: 90px;
  width: 100%;
  display: flex;
  z-index: 9999;
  text-align: center;

  background-color: #0d121d;
}

.innerservmenu li {
  /* display: inline-flex; */
  display: inline-grid;
  position: relative;
  flex-grow: 1;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.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: #ffd450;
  color: #0d121d;
}

/*mFooter*/
.mFooter {
  padding: 50px 0;
  /* background: linear-gradient(#0098d2, #00bcca); */
  /* background-color: #ccc; */
}
.footer_in1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
a.footerlogo img {
  height: 75px;
}
.footer_in1_right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.footer_in1_right p {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.ft_social {
  display: flex;
  gap: 10px;
  margin-top: 0;
}
.ft_social a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.ft_social a img {
  height: 20px;
  transition: all 0.3s;
}
.ft_social a:hover {
  background-color: #000;
}
.ft_social a:hover img {
  filter: grayscale(0) invert(1);
}
.fooer_in2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fooer_in2 .links {
  display: flex;
  gap: 40px;
}
.fooer_in2 .links a {
  /* text-transform: uppercase; */
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.fooer_in2 .links a:hover {
  opacity: 0.5;
}
.fooer_in2 span {
  color: #000;
  font-size: 14px;
  /* opacity: 0.5; */
}
/*mFooter*/

.section6 {
  padding: 50px 0;
  position: relative;
  background-image: url("../images/pattern@2x.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section6 h3 {
}
a.sec6bx {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  box-shadow: 0 40px 45px -20px rgba(40, 40, 40, 0.29),
    0 35px 50px -20px rgba(74, 74, 74, 0.29);
  background-color: #fff;
  border-radius: 10px;
}
.section6 .owl-item.active.center a.sec6bx {
}
a.sec6bx .img {
  overflow: hidden;
}
a.sec6bx .img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
a.sec6bx:hover .img img {
  transform: scale(1.1) rotate(2deg);
}
a.sec6bx h5 {
  margin: 15px 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-family: "Playfair", serif;
}
a.sec6bx p {
  font-size: 16px;
  font-weight: 500;
  color: #0091d3;
}
.inner_section6 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.innerbanner img {
  width: 100%;
  display: block;
  position: relative;
  height: 450px;
  object-fit: cover;
  object-position: center center;
}
.innerbanner::before {
  display: none;
}
.blogspg_info {
  padding: 0;
  display: block;
  /* background-color: #f5f3fa; */
  position: relative;
  margin-top: -100px;
  background-color: transparent;
}
.blogspg_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f3f2f2;
}
.blogspg_info_in {
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  border-top-right-radius: 100px;
  position: relative;
}
.blogspg_info_in > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
.blogspg_info_in > .flex .flex {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 5px;
  width: auto;
}

.blogspg_info_in > .flex .flex a:not(:first-child) {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f4;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.blogspg_info_in > .flex .flex a:not(:first-child):hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
.blogspg_info_in > .flex .flex a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #858585;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  background-color: transparent;
}
.blogspg_info_in
  > .flex
  .flex
  a:first-child:hove
  .blogspg_info_in
  > .flex
  .flex
  a:last-child:hover {
  color: #000;
  box-shadow: none;
}
.blogspg_info_in > .flex .flex a:first-child img {
  height: 15px;
}
.blogspg_info_in > .flex .flex a:first-child {
  margin-right: 10px;
}
.blogspg_info_in h1 {
  font-size: 42px;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.4;
  margin-top: 0;
  font-family: "Playfair", serif;
}
.blogspg_info_in p {
  line-height: 1.8;
  font-size: 16px;
}
.blogspg_info_in h3 {
  color: #0091d3;
  font-size: 24px;
  margin: 30px 0 15px;
  font-weight: 700;
}
.blogspg_info_in ul {
  list-style: none;
}
.blogspg_info_in ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/office-push-pin.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
  font-size: 16px;
}
.blogspg_info_in span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #4a4a4a;

  font-size: 16px;
}
.blogspg_info_in span img {
  height: 18px;
}
.blogspg_info_in .flex-just {
  justify-content: flex-start;
  gap: 40px;
}
.box3 ol {
  list-style: none;
}
.box3 ol li {
  margin-bottom: 20px;
  position: relative;

  background-image: url(../images/office-push-pin.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 20px 23px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  box-shadow: 0 40px 45px -20px rgba(96, 137, 178, 0.29),
    0 35px 50px -20px rgba(96, 137, 178, 0.29);
  background-color: #fff;
  padding: 15px;
  border-radius: 50px;
  padding-left: 50px;
  border-left: 2px solid #286fdf;
}
.box3 ol li a {
  color: #0091d3;
}
.books_grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.bookspg {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: center;
  border-radius: 30px;
  gap: 30px;
  padding: 30px;
  box-shadow: 0 40px 45px -20px rgba(40, 40, 40, 0.29),
    0 35px 50px -20px rgba(74, 74, 74, 0.29);
  background-color: #fff;
}
.bookspg img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.bookspg h5 {
  font-size: 21px;

  color: #000;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: "Playfair", serif;
}
.bookspg h5 span {
  color: #0091d3;
}
.b_links {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
.b_links a {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.3s;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  background-image: -o-linear-gradient(194deg, #286fdf 0, #502caf 100%);
  background-image: linear-gradient(256deg, #286fdf 0, #502caf 100%);
  -webkit-box-shadow: 0 35px 40px -13px #286fdf, 0 25px 20px -20px #286fdf;
  box-shadow: 0 15px 20px -13px #286fdf, 0 25px 20px -20px #286fdf;
}
.b_links a:hover {
  -webkit-box-shadow: 0 10px 10px -5px #286fdf;
  box-shadow: 0 10px 10px -5px #286fdf;
  color: #fff !important;
  transform: scale(0.95);
}
.dajdkaljdkal{
    margin-top: 70px;
}
.section12 .main_exp {
  width: 40%;
}
.section12 .main_exp .section11_bx {
  grid-template-columns: repeat(1, 1fr);
}
.subexp {
  padding-left: 250px;
  position: relative;
  padding-top: 35px;
}
.subexp::before {
  position: absolute;
  left: 100px;
  top: 0;
  width: 1px;
  height: calc(100% - 105px);
  content: "";
  background-color: #ccc;
}
.section12 .main_exp .section11_bx span {
  width: 250px;
}
.subexp .section11_bx {
  position: relative;
}
.subexp .section11_bx::before {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 150px;
  height: 1px;
  background-color: #ccc;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  #header {
    background-color: #0d121d;
  }
  .container1_inner {
    width: 100%;
    max-width: 100%;
  }
  .menu,
  .top_social,
  .menurt1 {
    display: none;
  }
  .menu.mobmenu11 {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 80px;
    width: 70%;
    background-color: #0d121d;
  }
  .menu ul {
    width: 100%;
    text-align: left;
  }
  .menu > ul > li {
    width: 100%;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 0px;
    padding: 10px 30px;
  }
  .menu {
    line-height: 36px;
  }
  .hd_phone {
    margin-top: 0px;
    margin-left: 0;
    float: left;
  }
  .box3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .menu2 {
    display: block;
    top: 22px;
    right: 10px;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .header {
    padding: 0 15px;
  }
  .main_banner,
  .topsection1 {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
  .main_banner {
    margin-top: 80px;
  }
  .header_top,
  .logo {
    padding: 0;
  }
  .banner_txt {
    top: 35% !important;
    width: 100%;
    padding: 0 5%;
    left: 0px;
  }
  .banner_hd {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
  }

  .bblt1,
  .bblt2 {
    width: 100%;
    clear: both;
  }
  .section2,
  .section3 {
    padding: 50px 0 0;
  }
  .section3 h5 {
    width: 100%;
  }
  .section3 h2,
  .section2 h2,
  .sec3bx1 h3,
  .innerbx3 h2 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 0px;
  }
  .sec3bx1 {
    margin-bottom: 20px;
  }
  .section4 p {
    margin-bottom: 0px;
  }
  .myContentBox h2,
  #sectionBoxes .transparentBackground .myContentBox p {
    color: #fff;
  }
  #sectionBoxes .transparentBackground .myContentBox a {
    color: #fff !important;
  }
  #sectionBoxes .slideBoxes {
    margin: 0px;
    background-size: cover !important;
  }
  .sec1inner {
    width: 100%;
    clear: both;
    height: 300px;
  }
  .sec1bb {
    width: 100%;
    clear: both;
    min-height: auto;
    padding: 50px 20px;
  }
  .section1 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .aboutcontent h2::before {
    bottom: -5px;
  }
  .ftlinks {
    text-align: center;
  }
  .ftlinks a {
    font-size: 11px;
    letter-spacing: 0px;
    padding-left: 0px;
  }
  a.ftnum {
    font-size: 26px;
  }
  a.ftm {
    font-size: 18px;
  }

  /* .inner_banner{margin-top: 72px;} */
  .innertxt1 {
    top: 50%;
    transform: translateY(-50%);
  }
  .inner_banner h1 {
    font-size: 21px;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .abtbx1 h2 {
    font-size: 24px;
    margin-top: 0px;
  }
  .abtbx1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .aboutbx1 h3 {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .vision_pic {
    width: 100%;
    clear: both;
  }
  .vision_text {
    padding: 20px;
    width: 100%;
  }
  .ourvision h2 {
    font-size: 24px;
  }
  .ourvision {
    margin-bottom: 20px;
  }

  .whyleft h2 {
    font-size: 28px;
  }
  .whyUs .whyright {
    width: 100%;
    clear: both;
    display: table;
  }

  .whyright li {
    clear: both;
    width: 100%;
  }
  .team1 {
    width: 50%;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
  }
  .cart_bx2 {
    width: 90% !important;
  }

  .team1 a h4 {
    font-size: 14px;
    height: 32px;
    line-height: 18px;
  }
  .abtbx1 .col-sm-6 {
    padding-right: 10px !important;
  }

  .accordion .link {
    padding-left: 10px;
    font-size: 18px;
  }
  .accordion .submenu li {
    padding: 20px;
  }
  .accordion .submenu li p,
  .accordion .submenu ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .form_hd {
    font-size: 32px;
  }
  .b6_cont1 p b {
    font-size: 18px;
  }
  .cntForm h2 {
    font-size: 32px;
  }
  .span2 {
    width: 100%;
  }

  .page_content,
  .page_nav {
    width: 100%;
    clear: both;
    position: relative;
    top: auto;
  }
  .bannerBtn a {
    right: 20px;
  }

  .tab_container {
    width: 100%;
  }
  .tab_content {
    display: block !important;
    width: 100%;
    padding: 0px;
    padding-top: 300px;
    background-size: 100% 300px;
    height: auto;
  }
  .sec2bxx {
    right: 0px;
    width: 100%;
  }
  .section51 .owl-prev {
    margin-left: 0px !important;
  }
  .section51 .owl-next {
    margin-right: 0px !important;
  }
  .sec6bx1 {
    width: 33.33%;
  }
  .ftbx {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .section5 .sec3bxx {
    padding-left: 0px;
  }
  .ftbx h3 {
    margin-top: 0px;
  }
  .mFooter {
    font-size: 14px;
  }
  .ftsocial {
    margin-bottom: 20px;
  }
  .logo {
    margin-left: 0px;
  }
  .logo a {
    width: 350px;
    margin-left: -40px;
  }
  #header.cloned .logo a {
        margin-top: 0px;
    }

  .innerbx1 h2 {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .innerbx1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .innerbx2 li span,
  .innerbx2 li p {
    font-size: 32px;
  }
  .innerbx2 li {
    font-size: 14px;
  }
  .aboutVision .link .txt,
  .aboutVision .link .img,
  .pageLinks .link .txt,
  .pageLinks .link .img {
    width: 100%;
    padding: 20px;
  }
  .aboutVision .link .txt h3,
  .pageLinks .link .txt h3 {
    font-size: 32px;
  }
  .aboutVision .link .img {
    padding-bottom: 0px;
  }

  .contact__content h3,
  .jobdesinner h1,
  .careerspg h4 {
    font-size: 24px;
  }
  .jobdesinner {
    padding: 30px 15px;
  }
  .jobsbx1 {
    padding-left: 40px;
  }
  .sub {
    float: right;
  }
  p.offering-title {
    font-size: 18px;
  }
  .jobdesinner h3 {
    font-size: 21px;
  }

  body {
    padding-top: 79px;
  }
  .bannerbox {
    height: auto;
  }
  .bannerboxcont {
    top: 0px;
    left: auto;
    width: 100%;
    padding: 20px;
  }
  .section1::before,
  .side-fixed {
    display: none;
  }
  .section1 {
    padding: 50px 0 20px;
  }
  .aboutcontent {
    position: relative;
    clear: both;
    width: 100%;
    top: auto;
    padding: 20px;
  }
  .abttop .col-sm-7 {
    padding: 0px;
  }
  .abttop {
    margin-bottom: 50px;
  }
  .ft_left1 {
    clear: both;
    width: 100%;
  }
  .footer {
    padding: 20px 0;
  }
  a.ftlogo {
    width: 275px;
    margin: 0px;
    text-align: center;
    padding: 0 10%;
    display: table;
    margin: auto;
    float: none;
  }
  .locationbx {
    width: 100%;
  }
  .phnum a {
    margin-left: 10px;
    padding: 0 15px;
    font-size: 14px;
  }
  a.width20 {
    width: 50%;
    height: 200px;
  }
  .products_sec {
    background-size: cover;
  }
  .products_sec a h4 {
    letter-spacing: 0px;
  }
  a.width20 img {
    margin-top: 35px;
  }
  .ab1l,
  .ab1r,
  .innercont1 ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .pspg1 ul li {
    width: 100%;
    clear: both;
    float: none;
  }
  .jobdescription h1 {
    font-size: 28px;
  }
  .jobdescription label {
    font-size: 12px;
  }

  .innerpgbx2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .section4 {
    background-image: none !important;
  }
  img.mobimg {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .btmcont {
    padding: 20px;
  }
  .laptopframe {
    display: none;
  }
  .banner_text h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .banner_text h2 {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 0;
    margin-top: 100px;
  }
  .banner_text a {
    font-size: 18px;
  }
  .footer p {
    font-size: 12px;
  }
  .ftlinks1 a {
    margin-right: 5px;
  }
  .ftlinks1 a img {
    height: 18px;
  }
  .section3 p {
    line-height: 24px;
  }
  .latestPress {
    right: -35px;
  }
  .innerbx3 {
    margin-top: 30px;
  }
  .aboutsec p {
    font-size: 16px;
    padding: 0 20px;
    line-height: 24px;
  }
  .bwid20 {
    width: 100%;
    clear: both;
  }

  .aboutsec2 {
    padding: 40px 20px;
  }
  .box4 {
    margin-top: 0px;
    padding: 0px 0px 70px;
  }
  .aboutsec2 h1 {
    font-size: 28px;
  }
  .box3 h5 {
    width: 100%;
    display: table;
  }
  .btmcont1 {
    width: 100%;
  }
  .box3 h4 {
    font-size: 21px;
  }
  .box3,
  .box2 {
    padding: 20px;
  }
  .box4 .owl-nav {
    bottom: -50px !important;
  }
  .btmcontright,
  .btmcontleft {
    padding: 20px;
  }
  .btmcontleft h2 {
    font-size: 28px;
  }
  a.mobmenu1 {
    position: fixed;
    right: 20px;
    top: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    display: block;
    z-index: 999;
  }
  a.mobmenu1 img {
    width: 40px;
    display: block;
  }
  .homebanner {
    height: auto;
  }
  .banner_text {
  }
  .banner_text .grid {
    height: 90vh;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding: 0 20px;
  }
  .banner_text .grid img {
    height: 275px;
    width: 275px;
  }
  .homebanner video {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .modal-body {
    width: 100%;
  }
  button.close {
    right: 0px;
    top: 0px;
    border-radius: 0px;
  }
  .overlay1 {
    /* background-color: rgba(0, 170, 255, 0.7) */
  }
  .techhd1 {
    color: #000;
    margin: 0px;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
  }
  .overlay1:hover .techhd1 {
    visibility: visible;
    display: inline-block;
    opacity: 1;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .overlay1 p {
    opacity: 1;
    visibility: visible;
    height: 125px;
    color: #000;
  }
  a.img-wrap {
    min-height: 250px;
  }

  .box3 h3 {
    font-size: 24px;
  }
  .technology1 a img {
    margin-top: 0;
    margin-bottom: 20px;
    height: 40px;
  }
  a.img-wrap:hover .overlay1 p {
    display: block;
    color: #fff;
  }

  .section11 h1 {
    font-size: 32px;
    line-height: 46px;
    padding: 0 20px;
  }
  .section11 ul li {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .section11 ul::after {
    display: none;
  }

  .footer_menu,
  .home_addressleft {
    width: 100% !important;
    clear: both;
    min-height: auto;
    margin-bottom: 10px;
    padding: 0 30px !important;
  }
  .copyleft {
    line-height: 21px;
    margin-bottom: 15px;
  }

  .section11 ul li h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .section1 ul li.medium a .prodcont1 {
    padding: 25px;
  }
  .prodcont1 h3 {
    font-size: 18px;
  }
  .section1 ul li.medium {
    float: none;
    clear: both;
    width: 100%;
    display: block;
  }
  .section1 ul li a .img1,
  .section1 ul li a .prodcont1 {
    height: 200px;
  }
  .section1 ul li.medium.w-45,
  .section1 ul li.medium.w-55,
  .section1 ul li.xl {
    width: 100%;
    clear: both;
  }
  .section1 ul li.medium.w-45 .prodcont1,
  .section1 ul li.medium a .prodcont1.bgcolor4 {
    width: 50%;
  }
  .prodcont1 p {
    font-size: 10px;
  }

  .asection2 h2,
  .aboutbx2 h2,
  .ab3bx1 h2,
  .careerspg1 h2,
  .pgbx h2,
  .item--title.st-line-left1 span,
  .careers_slideBlock h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .asection2 p {
    font-size: 14px;
    line-height: 24px;
  }
  .ab3bx1 p,
  .aboutbx2 p,
  .abtbtm1 p,
  .servidpg p,
  .pgbx p {
    font-size: 14px !important;
  }
  .inner-four-sec {
    margin-bottom: 30px;
  }
  .abtbtm1 h4 {
    font-size: 16px;
  }
  .servidpg h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .servidpg h4 {
    font-size: 16px;
  }
  .servidpg h1,
  .box1_left h2 {
    font-size: 21px;
    line-height: 38px;
  }
  .servidpg ul li {
    font-size: 14px;
  }
  .servidpg ul li::before {
    top: 7px;
  }
  .servidpg h3 img {
    width: 85px;
    top: 20px;
  }
  .clientsbx ul li {
    width: 50%;
  }

  .innerservmenu {
    display: none !important;
  }
  .item--title {
    font-size: 24px;
  }
  .padding-r-80 {
    padding-left: 0;
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: left !important;
  }
  .innerbx2 li,
  .innerbx3 ul li {
    width: 100%;
    clear: both;
    border: 0;
    margin-bottom: 20px;
  }
  .innerbx2 li span {
    font-size: 32px;
  }
  .innerbx2 li p {
    font-size: 18px;
  }

  .item--title.st-line-left1 span i {
    top: 12px;
  }

  .shape-bottom {
    height: 105.624px;
  }

  .pavcontentslider .carousel-indicators li {
    float: none !important;
  }
  .pavcontentslider .carousel-indicators {
    text-align: right !important;
  }

  span.bghddd {
    font-size: 38px;
  }

  .bpmbxx {
    margin-bottom: 30px;
  }
  .qlinks1 {
    padding: 30px 0;
  }
  .qlinks1 h2 {
    font-size: 32px;
  }
  .qbox1 {
    margin-bottom: 20px;
    padding-left: 100px;
    min-height: 90px;
    display: inline-block;
  }
  .qbox1 .qbimg {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
  }
  .qbcont h3 {
    margin-top: 15px;
  }
  .qbcont p {
    margin-bottom: 0;
  }

  .dataservppimg {
    width: 240px;
    height: 240px;
    margin: auto;
    display: table;
    float: none;
    line-height: 140px;
  }

  .technologiesbx {
    display: block;
  }
  .technologiesbx h2 {
    font-size: 24px;
  }
  .technologiesbx ul li {
    width: 100%;
    padding: 20px;
  }
  .asection4 .col-sm-3 {
    width: 100%;
  }
  .bpmpgbx .col-sm-6 {
    padding: 0 20px;
  }
  .bpmbxx h5 {
    font-size: 18px;
  }

  .section1 ul {
    display: block;
  }
  /* .footer_menu{padding-left: 0 !important;} */
  .footertop .footer_hd {
    font-size: 18px;
  }
  .ft_soc {
    margin-left: 15px;
  }
  .ft_soc a {
    margin-right: 15px;
    font-size: 21px;
  }
  .ftll {
    float: none;
    display: none;
    margin: auto;
    margin-top: 20px;
  }
  .ftll a {
    margin: 0 10px;
  }
  .ftcan {
    float: none;
    display: table;
    margin: auto;
  }
  .ftcopu span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .ftcan a {
    font-size: 14px;
  }

  .inner_banner img {
    height: 240px;
    object-fit: cover;
    object-position: center center;
  }

  .section1 {
    padding-top: 50px;
  }

  /* .asection3{padding-top: 0;} */
  .asection3 img,
  img.hss {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .asection2 .col-sm-10 {
    padding-right: 15px !important;
  }

  .asec3inner h2,
  .delivermodelbx2 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .asec3inner h2,
  .delivermodelbx2 p {
    font-size: 21px;
    line-height: 32px;
  }
  .asec3inner h4,
  .asec3inner ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .asec3inner h2 br {
    display: none;
  }
  .asection3::before,
  .homesolutions1::before {
    width: 5%;
    display: none;
  }
  .asection4 {
    padding: 25px;
  }
  .asection4 h2 {
    font-size: 32px;
    line-height: 42px;
    padding-left: 0;
  }
  a.asec4an {
    margin-bottom: 30px;
  }

  .aboutqbx1,
  .asection444 .col-sm-3 {
    width: 100% !important;
    display: block;
  }

  .asection5 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .w-20 {
    width: 50%;
  }

  .resp-tab-content {
    padding: 40px !important;
  }
  .resp-tabs-container h2 {
    font-size: 18px;
  }
  ul.technologies li {
    width: 50%;
  }
  ul.technologies li img {
    padding: 15px;
  }

  .devliverymodelbx {
    padding: 20px;
  }
  .dmcontbx1 {
    padding: 25px;
    min-height: auto;
  }
  .dmcontbx1 h2 {
    font-size: 21px;
  }
  .dmcontbx1 p {
    font-size: 14px;
    line-height: 18px;
  }
  .dmcontbx2 h3 {
    font-size: 18px;
  }
  .tab_content1,
  ul.tabs1 {
    width: 100%;
    display: block;
    position: relative;
  }
  ul.tabs1 li {
    font-size: 14px;
  }

  .contact-section .info-column .image {
    display: none;
  }

  .contactbottombx {
    padding: 20px 0;
    display: block;
  }

  .contactbottombxin img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .contactbottombxin1 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .contactbottombxin1 {
    display: block;
  }
  .contactbottombxin1 a {
    display: inline-block;
    clear: both;
    margin-bottom: 15px;
  }
  .contactbottombxin1 ul li {
    margin-right: 0;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .contactbottombxin1 ul {
    width: 100%;
    clear: both;
    display: inline-block;
  }

  .contact-section .sec-title h2,
  .careersmainpg h1 {
    font-size: 24px;
  }

  .careertopbx img.hss {
    width: 100%;
  }
  .careertopbx::before {
    display: none;
  }
  .careertopbx h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .careertopbx p {
    font-size: 16px;
    line-height: 24px;
  }
  .jobdescripp {
    padding: 20px;
  }
  .jobtop {
    display: inline-block;
    margin-bottom: 20px;
  }
  .consultancypgbx p {
    padding: 0;
  }
  .servsec2 {
    background-image: none !important;
    padding: 30px;
    display: inline-block;
  }
  .mobimg {
    display: block;
    width: 100%;
  }
  .mobimg img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .servsec2 h3 {
    font-size: 18px;
    line-height: 28px;
  }
  /* .careertopbx{padding-left: 0 !important;} */
  .careertopbx {
    padding: 40px 20px !important;
    margin-top: 0;
  }
  .transformbxxx {
    margin-bottom: 30px;
  }
  .bpmpgbx33 {
    padding: 40px 0;
  }

  .keyofferings h2 {
    padding-bottom: 0;
    font-size: 21px;
  }
  .hwdibx {
    margin-bottom: 40px;
  }
  .keyofferings {
    padding-bottom: 20px;
  }
  .e33953-124.x-col {
    padding: 0 !important;
  }
  .keyoffbx img {
    width: 70px;
  }
  .keyoffbx h3 {
    font-size: 16px;
  }

  .bpmpgbx33 h2 {
    font-size: 21px;
  }

  .modal-body {
    display: block;
  }

  .qlinksmiddlebox h5 {
    font-size: 14px;
    padding-left: 20px;
  }
  .qlinksmiddlebox {
    width: 100%;
  }
  .qlinksmiddlebox img {
    width: 80px;
  }
  .qlinksmiddlebox .col-sm-2 span {
    display: block;
    margin-left: 0;
    text-align: center;
  }

  .contact-section {
    padding: 40px 20px;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
  }
  .contact-section .form-column .inner-column {
    display: block;
    padding: 20px;
  }

  .home-why-list > ul > li {
    width: 100%;
    clear: both;
  }

  .hwl-title {
    font-size: 21px;
  }

  .aboutsec2 h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .industriesbx .col-sm-7 {
    padding-right: 15px !important;
  }

  .footer {
    display: block;
  }
  .footer h1 {
    font-size: 24px;
    line-height: 36px;
    padding: 0 30px;
  }
  .copyleft1 {
    float: none;
    display: table;
    margin: auto;
  }

  .transformationpg img.hss {
    width: 100% !important;
    display: block;
  }
  .copyleft1 a {
    margin: 0 5px;
  }
  .box3 h2 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .box3 p {
    font-size: 16px;
  }
  .aboutsec2 img {
    position: relative;
    width: 100%;
  }
  .skill-wrapper {
    text-align: left;
  }
  .skill-wrapper span,
  .licenses ul li {
    font-size: 14px;
  }
  .section11 .grid,
  .section11_bx,
  .section12 .section11_bx {
    grid-template-columns: repeat(1, 1fr);
  }
  .section11,
  .licenses {
    padding: 40px 15px;
  }
  .licenses {
    padding-top: 0;
  }
  .licenses ul {
    margin-top: 30px;
    padding-left: 20px;
  }
  .section11_bx,
  .section12 .section11_bx {
    gap: 10px;
  }
  .section11_bx p {
    font-size: 14px;
  }
  .mFooter {
    padding: 20px;
  }
  .footer_in1,
  .fooer_in2 {
    flex-direction: column;
    align-items: baseline;
  }
  .fooer_in2 {
    gap: 20px;
  }
  a.footerlogo img {
    height: 45px;
  }
  .fooer_in2 .links {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer_in1_right p {
    font-size: 21px;
    margin-top: 20px;
  }
  .fooer_in2 span {
    font-size: 14px;
  }
  .section6 {
    padding: 40px 20px;
  }
  .inner_section6 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blogspg_info_in {
    padding: 20px;
  }
  .blogspg_info_in > .flex {
    flex-direction: column;
  }
  .blogspg_info_in h1 {
    font-size: 21px;
  }
  .blogspg_info_in h3 {
    font-size: 18px;
  }
  .section11 {
    display: block;
    padding: 40px 15px;
  }
  .innerbanner img {
    height: 250px;
  }
  .box3 ol li {
    font-size: 14px;
  }
  .dajdkaljdkal{
    margin-top: 30px;
}
.section12 .main_exp{width: 100%;}
.subexp{padding-left: 50px;}
.section11_bx{border-radius: 20px;}
.subexp::before {
  left: 20px;
}
.subexp .section11_bx::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
}
.subexp .section11_bx{padding: 15px;}
}
/*------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) {
  .bannerboxcont {
    padding: 10% !important;
  }
  .banner_hd {
    font-size: 42px;
    line-height: 60px;
  }
  .banner_cont {
    font-size: 21px;
  }
  .abttop .col-sm-11 {
    width: 100%;
  }
  .abttop .col-sm-7 {
    width: 100%;
  }
  .pspg1 ul li,
  .section4 {
    width: 50%;
    clear: none;
    float: left;
  }
  .section4 .col-sm-6 {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .top_social {
    display: none;
  }
  .menu {
    padding: 0px;
    margin: 0px;
  }
  .bannerpart h2 {
    margin-top: 8%;
  }
  .bannerBtn a {
    right: 20px;
  }
  .bannerdn ul li {
    width: 31%;
  }
  .bannerpart::after {
    height: 21px;
  }

  .logo a {
    margin-top: 0px;
  }
  .menu > ul > li > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .bblt2 a .hd1 {
    height: 42px;
    line-height: 21px;
  }
  .bblt1 a::before {
    right: 10%;
  }
  #sectionBoxes .slideBoxes {
    background-size: cover !important;
  }
  .section5 .container {
    padding: 0 10px;
  }
  .menurt1 a.phonebx,
  .menurt1 a.msgbx {
    font-size: 14px;
    margin-left: 5px;
    padding: 10px;
  }
  .menurt1 {
    margin-right: 10px;
  }
  a.ftlogo {
    margin-right: 3%;
  }
  .locationbx {
    width: 32%;
  }
  .aboutcontent h2 {
    font-size: 28px;
  }
  .aboutcontent {
    top: 10px;
  }
  .banner_text .grid img {
    width: 320px;
    height: 320px;
  }
  .container1_inner,
  .banner_text .grid {
    padding: 0 20px;
  }
  .banner_text h1 {
    font-size: 60px;
  }
  .fooer_in2 .links {
    gap: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100% !important;
  }
  .menu > ul > li {
    margin: 0 10px;
  }
  .btmcont1 {
    width: 100%;
  }
  .btmcont {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  .laptopframe {
    top: 0px;
  }
  .laptopframe img {
    width: 915px !important;
  }
}
