@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

:root {
  --main-red: #F51720;
  --main-black: #000;
  --opacity-color: rgba(162, 162, 162, 0.11);
  --card-heading: #32dbc6;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: 0;
}

.item1 {
  grid-area: header;
}

.item2 {
  grid-area: menu;
}

.item3 {
  grid-area: main;
}

.item4 {
  grid-area: right;
}

.item5 {
  grid-area: footer;
}

.item6 {
  grid-area: header1;
}

.item7 {
  grid-area: menu1;
}

.item8 {
  grid-area: main1;
}

.item9 {
  grid-area: right1;
}

.item10 {
  grid-area: footer1;
}

.grid-container {
  display: grid;
  grid-template-areas:
    'header menu main right'
    'footer menu header1 menu1'
    'main1 right1 header1 footer1';
  gap: 10px;
}

body {
  color: #000;
  font-family: 'Nunito';
  overflow-x: hidden;
  font-size: 16px;
}

.container {
  max-width: 1700px;
}

.py-6 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pb-6 {
  padding-bottom: 55px;
}

.px-6 {
  padding-left: 55px;
  padding-right: 55px;
}

.main-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--moniz-primary, #fc653c);
  color: var(--moniz-base, #ffffff);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 50px;
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 32px;
  overflow: hidden;
}

.main-btn::before {

  position: absolute;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 100%;
  background-color: #0e1e2a;
  opacity: 0.1;
  content: "";
  border-radius: 32px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.main-btn:hover {
  color: white;
}

.main-btn:hover::before {
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  opacity: 1;
}

.main-btn-white {
  color: #FF5A00 !important;
  border: 0;
  background: #fff;
}

.main-heaing {
  margin-bottom: 1rem;
  position: relative;
}

.main-heaing p {
  font-size: 18px;
  color: #454545;
  margin-bottom: 15px;
  font-weight: 300;
}

.main-heaing h2 {
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  color: #0e1e2a;
  text-transform: capitalize;
  position: relative;
  line-height: 50px;
  margin-bottom: 0;
}

.content p {
  line-height: 30px;
}

.welcome-one__solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 39px;
}

.welcome-one__solutions-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4ea;
  border-radius: var(--moniz-border-radius, 10px);
  padding: 21px 40px 21px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.welcome-one__solutions-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: #fc653c;
}

.welcome-one__solutions-text-box {
  margin-left: 20px;
}

.welcome-one__solutions-text-box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.welcome-one__right-text-2 {
  color: #717178;
  margin-top: 2rem;
}

.main-heaing .text-center::before {
  left: 50%;
  top: -18px;
  transform: translate(-50%, 0);
}

.main-heaing .text-white::before {
  background: white;
}

.main-heaing h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-heaing h2 span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 14px;
  left: 0px;
  top: 31px;
  background: #0e1e2a30;
  z-index: -1;
}

.main-heaing h2.text-white span::before {
  background: #7B7A8C;
}

.logo-box {
  background: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box::before {
  content: '';
  background: white;
  position: absolute;
  left: -10000px;
  top: 0;
  width: 10000px;
  height: 100%;
}

.top-wrap {
  background: #26226A;
}

.banner-slide h2 {
  font-weight: 800;
  font-size: 80px;
  line-height: 97px;
  color: #fff;
}

.banner-slide img {
  width: 780px;
  z-index: 0;
}

.banner-slide h2 span {
  position: relative;
  display: inline-block;
}

.banner-slide h2 span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 22px;
  left: 0px;
  top: 60px;
  background: #C6C4E4;
  z-index: -1;
}

.banner-slide p {
  font-size: 24px;
  line-height: 42px;
  color: #Ffff;
  margin-bottom: 0;
  margin-top: 30px;
}

.banner-slide .owl-carousel button {
  border: 0 !important;
}

.work-block {
  background: #000;
}

.work-wrap {
  display: grid;
  grid-row-gap: 10px;
}

.work-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;

}

.work-cell {
  display: grid;
  grid-row-gap: 10px;
}

.row-1 {
  grid-template-rows: 360px 360px 360px;
}

.row-2 {
  grid-template-rows: 730px 360px;
}

.row-3 {
  grid-template-rows: 360px 730px;
}

.work-img-cell {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.work-img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
  display: inline-block;
}

.work-hover-block {
  position: absolute;
  background: rgba(241, 23, 32, 88%);
  width: 100%;
  height: 100%;
  top: 0;
  visibility: hidden;
}

.work-hover-cell {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px;
  transform: translateY(101%);
  transition: .5s;
}

.work-hover-cell h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
  position: relative;
}

.work-hover-cell p {
  font-size: 15px;
  margin-bottom: 0;
  color: white;
}

.work-hover-cell h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: -17px;
  background: white;
  width: 79px;
  height: 2px;
}

.work-img-cell:hover .work-hover-cell {
  transform: translateY(0);
  transition: .5s;
}

.work-img-cell:hover .work-hover-block {
  visibility: visible;
  transition: .5s;
}

.work-img-cell:hover img {
  transform: scale(1.1) rotate(2deg);
  transition: .5s;
}

.service-main-wrap {
  background: #0E1E2A;
  overflow: hidden;

}

.service-cell {
  background: #fff;
  position: relative;
  height: 100%;
  border-radius: 26px;
  cursor: pointer;
}

.service-box:hover .service-cell::before {
  background: var(--main-red);
  border-color: var(--main-red);
  transition: .3s;
}

.service-cell .icon-box {
  background: #fff;
  position: relative;
  height: 200px;
  overflow: hidden;
  border-top-right-radius: 26px;
  border-top-left-radius: 26px;
}

.service-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-cell h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.service-cell p {
  line-height: 32px;
  margin-bottom: 35px;
  margin-bottom: 0;
}

.service-content {
  padding: 30px;
}

.service-cell a {
  display: inline-block;
  font-size: 24px;
  color: white;
  padding: 16px 21px;
  /* border-bottom: 2px solid var(--main-red); */
  position: relative;
  background: red;
  border-radius: 50px;
  border: 4px solid #E1F3F4;
  position: absolute;
  right: -2px;
  bottom: -2px;
  transform: translate(0, 102%);
  visibility: hidden;
  transition: .5s;
}

.service-cell:hover a {

  visibility: visible;
  transition: .5s;
  transform: translate(0, 0%);
}

.service-cell a i {
  transition: .5s;
}

.service-cell a:hover i {
  transform: translateX(3px);

  transition: .5s;
}

.team-box {
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.team-cell .service-wrap {
  border: 1px solid #88A6DD;
}

.team-cell .img-box {
  height: 550px;
}

.team-cell .img-box img {
  height: 100%;
  object-fit: cover;
}

.team-content {
  padding: 30px;
}

.team-content h4 {
  font-size: 24px;
  color: #FF5A00;
  margin-bottom: 8px;
  text-align: center;
}

.team-content p {
  margin-bottom: 0;
  text-align: center;
}

.client-main-wrap {
  background: #104CBA;
}

.hj-box {
/*   display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px; */
  margin-top: -85px;
	padding: 48px 25px !important;
  border-radius: 25px;
/* 	height: 240px; */
	background: white;
}

/* .client-box div {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 25px !important;
  border-radius: 25px;
	height: 240px;
} */

/* .client-box {
	width: 200px !important;
} */

.client-box img {
  height: 120;
  width: 70% !important;
}

.about-counter-cell {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
  border: 1px solid #e4e4ea;
  padding: 40px;
  border-radius: 26px;
  margin-top: 3rem;
}


.about-counter-cell .d-flex {}


.about-counter-cell h4 {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FF5A00;
  font-weight: bold;
  margin-bottom: 0;
}

.about-counter-cell h6 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #26226A;
  margin-bottom: 0;
}

.navigation ul {
  padding: 0;
  margin: 0;
}

.nav-ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation ul li {
  list-style: none;

  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation ul li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  list-style: none;
  transition: 0.3s ease;
  text-decoration: none;
  position: relative;
  padding: 30px;
  margin: -7px 0px !important;	
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation ul li a::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff9100;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);

}

.navigation ul li a:hover::before,
.navigation ul li a.active::before {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.navigation ul li .has-drop::after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.navigation ul li .has-drop {
  cursor: pointer;

}

.navigation ul li .has-drop.active-a::after {
  content: '\f0d8';
}

.navigation ul li:first-child {
  margin-left: 0;
}

header {
  height: 100px;
  z-index: 2;
  background: #26226A;
  border-bottom: 2px solid #4E597B;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background: white;
  z-index: 11;
  padding: 25px !important;
  display: none;
  box-shadow: -15px 10px 18px rgb(0 0 0 / 8%)
}

.sub-menu li {
  display: inline-block;
  width: 100%;

  margin-left: 0 !important;
}

.testi-owl .item {
  height: 520px !important;
  border: 1px solid #88A6DD;
  border-radius: 26px;
  padding: 30px;
}

.col-md-12 .owl-carousel {
	width: 100%;
}

.testi-user img {
  width: 64px !important;
  height: 64px;
  object-fit: cover;
  box-shadow: 1px 4px 35px rgb(5 92 142 / 14%);
  border-radius: 50px;
}

.testi-user h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 15px;
}

.testi-content p {
  font-size: 16px;
  line-height: 30px;

  word-break: break-word;
}

.menu-link h5,
.menu-link li b {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.menu-link ul {
  margin: 0;
  padding: 0;

}

.menu-link li {
  list-style: none;
  color: white;
}

.menu-link li a {
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 0;
  width: 100%;
}

.menu-link li span {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  color: white;
}

.footer {
  background: #42424A;
  position: relative;
  overflow: hidden;
}

.abt-img {
  width: 604px;
  height: 604px;
  object-fit: cover;
  position: relative;

}

.lets-wrap {
  background: #FF5A00;
}

.getfrm .input-from-group {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
}

.getfrm .form-group input {
  height: 55px;
  background: #FFFFFF;
/*   border: 1px solid #88A6DD; */
  box-shadow: 2px 10px 37px 2px rgba(95, 90, 247, 0.06);
  border-radius: 13px;
  width: 100%;
  padding: 22px;

}

.getfrm .form-group .snd {
	width: 85%;
}

.getfrm .form-group textarea {

  background: #FFFFFF;
  border: 1px solid #88A6DD;
  box-shadow: 2px 10px 37px 2px rgba(95, 90, 247, 0.06);
  border-radius: 13px;
  width: 100%;
  padding: 22px;


  height: 100px;

}

.getfrm .form-group .input-label {
  margin: 0;
  width: 12%;
  border-right: 2px solid #123a68;
  color: #123a68;
}

.reach-us {
  background: white;
  padding: 50px 0;
}

.reach-us-box {
  padding: 0;
}

.think-lft h2 {
  font-weight: bold;
  font-size: 110px;
  line-height: 128px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.think-lft p {
  margin-top: 28px;
  color: white;
  font-size: 30px;
  line-height: 45px;
}

.think-lft p .email {
  text-decoration: underline;
  font-style: italic;
}

.ft-bk {
  position: absolute;
  top: 0;
  opacity: .1;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-bk {

  position: absolute;

  right: -10%;

  top: -24%;

  width: 1220px;

  opacity: .7;
}

.abt-bk {

  position: absolute;

  right: 30px;

  top: 0;
}

.ban-bk {

  position: absolute;

  left: 0%;


}

.ban-bk-1 {

  position: absolute;

  width: 85px !important;

  left: 12%;

  top: 22%;
}

.ban-bk-2 {

  position: absolute;

  width: 214px !important;

  right: 14%;

  top: 1%;

  z-index: 1 !important;
}

.ban-bk-3 {

  position: absolute;

  width: 560px !important;

  left: 50%;

  transform: translate(-50%, 0);

  z-index: inherit !important;

  top: 39px;
}

.logo {
  width: 115px;
}

.ft-logo {
  width: 77%;
  filter: brightness(100);
}

.service-box-text p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
/*   width: 28%; */
  color: #FFFFFF;
	text-align: center;
}

.service-box-text a {
  display: inline-block;
  border: 1px solid #88A6DD;
  border-radius: 10px;
  padding: 15px 35px;
  color: white !important;
  min-width: 155px;
  text-align: center;
}

.service-box-text a:hover {
	background-color: var(--moniz-primary, #fc653c);
	transition: 0.6s;
	border: none;
}

.service-box {
  padding: 18px 0 0 9px;
  cursor: pointer;
}

.service-wrap {
  background: #FFFFFF;
  border-radius: 26px;

}

.service-img-box {
  height: 403px;
  width: 100%;
  transform: translate(-9px, -18px);
  position: relative;
}

.service-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.service-detail-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  background: #ff5a00cf;
  border-radius: 26px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.service-box:hover .service-detail-box {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.service-detail-box p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
  color: #FFFFFF;
}

.service-detail-box a,
.ser-box a {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #FF5A00;
  border: 4px solid #FFFFFF;
  border-radius: 39px;
  color: white !important;
  font-size: 17px;
  text-align: center;
  line-height: 51px;
  position: absolute;
  bottom: -60px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.service-box:hover .service-detail-box a {
  bottom: -23px;
  right: 20px;
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.service-head h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: #42424A;

}

.service-head {
  padding: 20px;
  padding-top: 2px;
}

.team-cell .service-head h4 {
  color: #FF5A00;
}

.service-head h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
  color: #42424A;
}

.service-head a {
  font-size: 24px;
  color: #ff5a00;
}

.frm-wrap {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 26px;
  overflow: hidden;
  margin-top: -5rem;
}

.frm-lft {
  position: relative;
  width: 50%;
  height: 647px;
}

.frm-lft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frm-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.43%, #26226A 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 55px;
  color: white;
  font-size: 24px;
}

.frm-rt {
  width: 50%;
  padding: 55px;
}

.blue-sec {
  background: #E5EEF6;
}

.value-wrap {
  background: #FFFFFF;
  box-shadow: 1px 4px 42px rgba(0, 0, 0, 0.13);
  border-radius: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -185px;
}

.value-box {
  padding: 40px;
  position: relative;
}

.value-content {
  position: relative;
}

.value-content .value-icon {
  width: 64px;
  height: 64px;
  background: #26226A;
  box-shadow: 1px 4px 35px rgba(5, 92, 142, 0.14);
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.value-content .value-icon img {
  width: 24px;
  height: 24px;
}

.value-content h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;

  color: #26226A;
}

.value-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */


  color: #000000;
}

.value-box h2 {
  position: absolute;
  left: 32px;
  bottom: 0;
  margin: 0;
  font-weight: 600;
  font-size: 179px;
  line-height: 172px;
  color: rgba(16, 76, 186, 0.12);
}

.lets-talk h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 71px;
  /* identical to box height */
  text-align: center;

  color: #FFFFFF;
}

.lets-talk h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  /* identical to box height */

  text-align: center;
  color: #FFFFFF;
}

.lets-talk h4 a {
  text-decoration: underline;
  font-style: italic;
}

.blue-sec-1 {
  background: #104CBA;
}

.tst-bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  left: 0;
}

.abt-main-wrap {
  justify-content: space-between;
  display: flex;
  /* align-items: center; */
}

.abt-img {
  width: 60%;
  height: 637px;
  left: 0px;
  top: 0px;
  position: absolute;
  /* border: 15px solid white; */
  border-radius: 26px;
}

.abt-img1 {
  position: absolute;
  width: 40%;
  height: 487px;
  left: 60%;
  top: 0px;
  /* border: 15px solid white; */
  /* border-bottom: 0; */
  border-radius: 26px;
  margin-left: 25px;
}

.abt-img2 {
  position: absolute;
  width: 32%;
  height: 365px;
  left: 19%;
  top: 408px;
  /* background: url(image.png); */
  border: 19px solid #FFFFFF;
  border-radius: 26px;
}

.abt-text {
  position: absolute;
  width: auto;
  height: auto;
  left: calc(51% - 17px);
  bottom: 33px;
  background: #104CBA;
  border: 17px solid #FFFFFF;
  border-radius: 26px;
  /* border-left: 0; */
  display: flex;
  align-items: center;
  padding: 43px 47px;
  justify-content: center;
}

.abt-text::before {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  content: "";
  border: 2px dashed #6593e6;
  border-radius: 26px;
}

.abt-text h2 {
  font-weight: 800;
  font-size: 98px;
  line-height: 80px;
  /* identical to box height, or 82% */
  color: #FFFFFF;
  margin: 0;
}

.abt-text p {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  /* or 133% */
  color: #FFFFFF;
  margin-left: 30px;
}

/* .abt-info
{
  padding: 100px;
  background: #FFFFFF;
  box-shadow: 1px 4px 42px rgba(0, 0, 0, 0.13);
  border-radius: 26px;
  padding-left: 375px;
  margin-left: -284px;
  margin-top: 130px;
  width: 1128px;
} */

.welcome-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 600px;
  height: 600px;
}

.welcome-one__img img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}

.welcome-one__shape-1 {
  position: absolute;
  bottom: -36px;
  left: 54%;
  width: 236px;
  height: 236px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.50;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.welcome-one__shape-2 {
  position: absolute;
  bottom: -45px;
  right: 79px;
  height: 185px;
  width: 185px;
  background-color: var(--moniz-primary, #fc653c);
  border-radius: 50%;
}

.welcome-one__trusted {
  position: absolute;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 7%);
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 7%);
  top: 85px;
  left: 75px;
  height: 175px;
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.welcome-one__trusted:before {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  content: "";
  border: 2px dashed #e4e4ea;
  border-radius: 50%;
}

.welcome-one__trusted p {
  font-size: 14px;
  font-weight: 700;
  color: var(--moniz-primary, #fc653c);
  margin: 0;
  line-height: 24px;
}

.welcome-one__trusted h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  font-family: var(--moniz-font, "Kumbh Sans", sans-serif) !important;
  line-height: 36px !important;
}

.service-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.service-list-box {
  background: #FFFFFF;
  border-radius: 26px;
  padding: 35px;

}

.service-list-box img {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
	display: none;
}

.service-list-box h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: #42424A;
  margin-bottom: 9px;
  transition: .3s;
}

.service-list-box .content p {
  margin-bottom: 0;
}

.border-box {
  background: transparent;
  border-radius: 26px;
  padding: 35px;
  border: 1px solid #0e1e2a;
}

.drop-menu {
  width: 100%;
  background: black;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: none;
}

.drop-menu::before {
  content: '';
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  left: -10000px;
  background: black;
}

.drop-menu::after {
  content: '';
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  right: -10000px;
  background: black;
}

.drop-menu .mainul {
  display: flex;
/*   flex-direction: column; */
}

.dropdown-header {
  color: #ff8f00;
  font-size: 16px;
  text-align: left;

  padding: 25px 15px;
}

.drop-menu li {
  display: inherit !important;
}

.drop-menu li a {
  text-align: left;
  display: inherit !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  margin-bottom: 24px;
}

.navigation ul li .drop-menu li a::before {
  top: 0.5px;
  left: -4px;
}

.navigation ul li .drop-menu li a::before:hover::before,
.navigation ul li .drop-menu li a.active::before {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.mainul ul {
  overflow: hidden;
}

.tech-list-box img {
  width: 100%;
  margin-top: 1.5rem;
}

.inner-banner {
  height: 65vh;
}

.inner-banner::before {
  content: '';
  height: 100%;
  background: #26226a5e;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.inner-banner img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
}

.inner-banner-head {
  width: auto;
  text-align: center;
  font-size: 55px;
  color: white;
  font-weight: bold;
}

.ser-box {
  display: inline-block;
  transition: .3s;
  position: relative;
  height: 100%;
  width: 100%;
}

.ser-box h5 {
  font-size: 15px;
  margin-top: -6px;
  margin-bottom: 9px;
  color: #717178;
}

.ser-box:hover h4 {
  color: #fc653c;
  transition: .3s;
}

.whyus-in div h5 {
  color: #FF5A00;
}

.whyus-in img {
  width: 40px;
  height: 40px;
}

.abt-why-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.abt-why-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 26px;
}

.abt-why-wrap div {
  display: grid;
  grid-gap: 20px;
}

.abt-why-wrap div img {
  width: 100%;
  height: 355px;
  border-radius: 26px;
}

.serpag .service-list-box {
  border: 1px solid #e4e4ea;
}

.contact-link {
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-style {
  display: flex;
  list-style: none;
}

.current_page_item a {
  border-bottom: 1px solid red;
  color: red;
}

.not_found_404 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
}

.d-center {
  text-align: -webkit-center;
}

.form-control {
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #88A6DD;
  box-shadow: 2px 10px 37px 2px rgb(95 90 247 / 6%);
  border-radius: 13px;
  width: 100%;
  padding: 22px;
  width: 70%;
/*   margin: 10px 0px; */
}

.form-control1 {
	width: 100% !important;
}

.msg {
  height: 150px;
}

#submit {
  background: red !important;
  border-radius: 40px !important;
  border-color: transparent;
  color: white;	
  font-weight: 700;
  width: 170px !important;
  height: 60px !important;
  transition: 500ms;
  overflow: hidden;	
}

#submit:hover {
  background-color: black !important;
  transition: 0.7s;
}

.comment-respond {
  padding: 20px;
}

.comment-respond label {
  display: block;
}

.comment-respond textarea {
  width: 80%;
  height: 80px;
}

.comment-respond input[type='text'] {
  width: 80%;
  height: 40px;
  padding: 5px 10px;
}

.comment-reply-title {
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 0px;
}

.logged-in-as {
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.comment-form-comment>label {
  padding-bottom: 10px;
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;

}

.pages {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
}

.current {
  border-color: white !important;
}

.current,.larger,.nextpostslink {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 8px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}

.current.larger,.nextpostslink:hover {
  background-color: red !important;
}

.heading_class {
	font-size: 55px;
}

.row-add {
	padding-top: 50px;
    padding-bottom: 62px;
}

.sbmenu {
/* 	display: none; */
	position: relative;
    left: 4%;
    background: black;
	width: 100%;
}

.con-btn {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--moniz-primary, #fc653c) !important;
    color: var(--moniz-base, #ffffff);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
/* 	width: 65%; */
}

.con-btn::before {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color: #0e1e2a;
    opacity: 0.1;
    content: "";
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.con-btn:hover {
  color: white;
}

.con-btn:hover::before {
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  opacity: 1;
}

.wdt img {
	width: 15%;
/*     height: 148px; */
    aspect-ratio: 4/2;
    object-fit: contain;
}

.client-logo {
	width: 100%;
	aspect-ratio: 7/2;
    object-fit: contain;
}

.client-logo .col-md-3 {
	margin-bottom: 60px;
}

.client-logo h2 {
	font-weight: 700;
}

.client-btn a {
	display: inline-block;
    border: 1px solid #88A6DD;
    border-radius: 10px;
    padding: 15px 35px;
    min-width: 155px;
    text-align: center;
}

.client-btn a:hover {
	background: #f27520;
    color: white;
    border: none;
	transition: 0.8s;
}

.thank-you {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: 70vh;
}

.thank-you h2{
	font-size: 50px;
    font-weight: 800;
    text-align: left;
    color: #0e1e2a;
    text-transform: capitalize;
    position: relative;
    line-height: 50px;
    margin-bottom: 10px;
}

.thank-you a button {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--moniz-primary, #fc653c);
    color: var(--moniz-base, #ffffff);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
}

/* marque css start */

.marquee {
  height: 65px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}

.marquee img {
  float: left;
  height: 65px;
  width: 177px;
  object-fit: contain;
}

@keyframes marquee {
  0% {
    left: 100%; /* Change from 0% to 100% */
  }
  100% {
    left: -100%;
  }
}

/* marque css end */




/*  testomonilas css start */



/* testomonials css end  */
