@import '../scss/webfonts.css';
@import '../scss/eloquia.css';
p {
  font-size: 14px;
}

.container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.3125rem;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: "Eloquia Text" !important;
}

.text-dak-light h1, .text-dak-light h2, .text-dak-light h3, .text-dak-light h4, .text-dak-light h5, .text-dak-light h6 {
  color: #a9a9a9 !important;
}
.text-dak-light p {
  color: #a9a9a9 !important;
}

.text-ooo h1, .text-ooo h2, .text-ooo h3, .text-ooo h4, .text-ooo h5, .text-ooo h6 {
  color: #000 !important;
}
.text-ooo p {
  color: #000 !important;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  font-family: "Plus Jakarta Sans", serif !important;
}

.text-fff h1, .text-fff h2, .text-fff h3, .text-fff h4, .text-fff h5, .text-fff h6 {
  color: #fff !important;
}
.text-fff p {
  color: #fff !important;
}

p {
  font-family: "Eloquia Text" !important;
}

.dropdown-panel {
  position: relative;
}
.dropdown-panel a i {
  margin-left: 10px;
}
.dropdown-panel .dropPanel {
  position: absolute;
  width: 258px !important;
  background-color: #1e173a;
  top: 66px;
  left: 0;
  flex-direction: column;
  display: none !important;
}
.dropdown-panel .dropPanel li {
  padding: 0 !important;
}
.dropdown-panel .dropPanel li a {
  padding: 6px 15px !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.22) !important;
  transition-duration: 0.2s;
}
.dropdown-panel .dropPanel li a:hover {
  background-color: #5c40c9;
  color: #fff !important;
}
.dropdown-panel .dropPanel li:last-child a {
  border: none !important;
}
.dropdown-panel:hover .dropPanel {
  display: block !important;
}

.row-panel {
  margin: 0;
}

.toggleBtn {
  display: none;
}

.logo-fff {
  display: none;
}

.navCover {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.83);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.color-fff {
  color: #fff !important;
}

.innerPages header nav {
  background-color: #261d48;
}

.button-animation a::before {
  content: "";
  background-color: #261d48 !important;
}
.button-animation a:hover {
  color: #fff !important;
}
.button-animation a:hover svg {
  fill: #fff !important;
}

.wrapper_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.topLinks {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.topLinks .audit {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px;
  background-color: #3d3d3d;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.topLinks ul {
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.topLinks ul li {
  list-style-type: none;
}
.topLinks ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 0 5px;
  color: #dbdbdb;
  text-transform: capitalize;
  border-right: solid 1px #dbdbdb;
}
.topLinks ul li a:hover {
  color: #fff;
}
.topLinks ul li:nth-child(3) a {
  border: none;
}

.topSocialMedia {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 100;
}
.topSocialMedia aside {
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
}
.topSocialMedia aside a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 30px;
  height: 30px;
  background-color: #3d3d3d;
  color: #fff;
}
.topSocialMedia aside a:hover:nth-child(1) {
  background-color: #3b5998 !important;
  color: #fff;
}
.topSocialMedia aside a:hover:nth-child(2) {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
.topSocialMedia aside a:hover:nth-child(3) {
  background-color: #0A66C2;
  color: #fff;
}
.topSocialMedia aside a:hover:nth-child(4) {
  background-color: #00acee;
  color: #fff;
}
.topSocialMedia aside a:hover:nth-child(5) {
  background-color: #c4302b;
  color: #fff;
}

.emailPhone {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.emailPhone span {
  display: flex;
  align-items: center;
  color: #dbdbdb;
  font-size: 13px;
  padding-left: 10px;
  font-weight: bold;
}
.emailPhone span:hover {
  color: #fff;
}
.emailPhone span:nth-child(1) {
  padding-right: 10px;
  position: relative;
}
.emailPhone span:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.emailPhone span i {
  margin-right: 5px;
  color: #fff;
}

.navigationFixed {
  background-color: #261d48;
  position: fixed;
  width: 100%;
  top: -90px;
  margin-top: 90px;
  transition-duration: 1.2s;
  left: 0;
  z-index: 200;
  box-shadow: 0px 0px 64px -34px;
}
.navigationFixed .wrapper_flex ul li a {
  color: #b7b7b8 !important;
}

.theam-bg {
  background-color: #261d48;
}
.theam-bg p {
  color: #b7b7b8 !important;
}

header {
  position: absolute;
  z-index: 100;
  width: 100%;
}
header .topBar {
  width: 100%;
  background-color: #101115;
}
header nav {
  width: 100%;
}

.navBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navBlock .logo {
  width: 200px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBlock .wrapper_flex {
  display: flex;
  align-items: center;
}
.navBlock .wrapper_flex ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.navBlock .wrapper_flex ul li {
  list-style-type: none;
  padding: 10px 0px;
}
.navBlock .wrapper_flex ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 1em 1em;
  text-transform: uppercase;
  font-size: 13px !important;
  color: #fff;
  display: block;
  font-family: "Zona Pro", sans-serif;
  font-weight: 300;
}
.navBlock .wrapper_flex ul li a:hover {
  color: #777;
  transition-duration: 0.2s;
}
.navBlock .wrapper_flex .get-a-quote {
  line-height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3d3d3d;
  color: #fff;
  text-transform: uppercase;
  padding: 0 32px;
  height: 60px;
  font-size: 14px;
  transition-duration: 0.2s;
  margin-left: 20px;
}
.navBlock .wrapper_flex .get-a-quote:hover {
  transition-duration: 0.2s;
  background-color: #fff;
  color: #261d48;
}

.botton-border-fff a {
  border-color: #fff !important;
  color: #fff !important;
}
.botton-border-fff a svg {
  fill: #fff !important;
}
.botton-border-fff a:hover {
  color: #000 !important;
}
.botton-border-fff a:hover svg {
  fill: #000 !important;
}

.mainCaption h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Zona Pro", sans-serif;
  color: #261d48;
}

.flexBox_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center_oparagraph p {
  text-align: center;
  font-size: 14px;
  color: #6A6A6A;
}

.flexDirection {
  flex-direction: column;
}

.offer-pf p:nth-child(2) {
  display: none;
}

.contactlistSm {
  display: none;
}
.contactlistSm h4 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0;
}
.contactlistSm ul {
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  position: relative;
  top: -27px;
}
.contactlistSm ul li {
  width: 82%;
  display: flex;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.251);
  padding-top: 0;
  position: relative;
  padding-left: 35px;
}
.contactlistSm ul li:last-child {
  margin-bottom: 0;
  border: none;
}
.contactlistSm ul li aside {
  color: #fff;
}
.contactlistSm ul li aside:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #5c40c9;
  border-radius: 100%;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -4px;
}
.contactlistSm ul li aside:nth-child(1) img {
  width: 20px;
}
.contactlistSm ul li aside:nth-child(1) a {
  font-weight: 300 !important;
}
.contactlistSm ul li aside:nth-child(2) {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactlistSm ul li aside:nth-child(2) h6 {
  color: #97a4c0;
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif;
  font-size: 14px;
  text-align: left;
}
.contactlistSm ul li aside:nth-child(2) p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}
.contactlistSm ul li aside:nth-child(2) p a {
  color: #fff;
  text-decoration: none;
}
.contactlistSm ul li aside:nth-child(2) p span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-top: 5px;
  align-items: center;
  font-weight: 100;
}
.contactlistSm ul li aside:nth-child(2) p span img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.contactlistSm ul li aside:nth-child(2) p span i {
  margin-left: 5px;
}

.footer-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-bottom: 30px;
}
.footer-overlay aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  background-color: #1e173a !important;
  border-radius: 20px;
  position: relative;
  top: -76px;
  padding: 50px 15px;
}
.footer-overlay aside h4, .footer-overlay aside h5 {
  color: #fff;
}
.footer-overlay aside h5 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-overlay aside h6 {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
}
.footer-overlay aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #261d48;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 20px;
  transition-duration: 0.2s;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.239);
}
.footer-overlay aside a i {
  margin-right: 15px;
}
.footer-overlay aside a:hover {
  background-color: #faded9;
  color: #261d48;
}

footer {
  background-color: #261d48;
  padding-top: 30px;
}
footer .footerLogo {
  width: 210px;
  margin-bottom: 30px;
}
footer .footer_paragraph p {
  font-size: 12px;
  color: #a9a9a9;
}
footer .footer_list_item {
  width: 100%;
  margin-bottom: 30px;
}
footer .footer_list_item h4 {
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}
footer .footer_list_item ul li {
  position: relative;
  padding: 5px;
  padding-left: 20px;
  color: #a9a9a9;
  font-size: 12px;
  text-transform: capitalize;
}
footer .footer_list_item ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  position: relative;
  padding: 5px;
  padding-left: 20px;
  color: #a9a9a9;
  font-size: 12px;
  text-transform: capitalize;
}
footer .footer_list_item ul li a::before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
footer .footer_list_item ul li a:hover {
  color: #fff;
  transition-duration: 0.2s;
}
footer .address li {
  position: relative;
  padding-left: 20px;
}
footer .address li i {
  position: absolute;
  left: 0;
}

.fff-text h1, .fff-text h2, .fff-text h3, .fff-text h4, .fff-text h5, .fff-text h6 {
  color: #fff;
}
.fff-text p {
  color: #fff;
}

.flooter_logo_content {
  padding-bottom: 20px;
  border-bottom: solid 1px #a9a9a9;
}

.footer_row_padding_top {
  padding-top: 30px;
}

.banner-caption {
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.min___banner {
  height: 100vh;
  background-color: #261d48;
  position: relative;
}
.min___banner aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(151, 33, 96, 0.3);
}
.min___banner aside .banner__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.min___banner aside .banner__content h1 {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 96px;
  line-height: 74px;
  letter-spacing: 0;
  margin: 0;
}
.min___banner aside .banner__content h1 span {
  font-size: 80px;
}
.min___banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .container-fluid {
  padding: 0 !important;
}

.bannerContainer {
  margin: auto;
  max-width: 90%;
}

.bannerRow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dde8ff+0,f3f6fe+100 */
  background: rgb(221, 232, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(221, 232, 255) 0%, rgb(243, 246, 254) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dde8ff", endColorstr="#f3f6fe",GradientType=0 ); /* IE6-9 */
  overflow: hidden;
}
.bannerRow img {
  width: 100%;
}

.grid-padding-none {
  padding: 0;
}

.country-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
}
.country-panel:hover {
  transition-duration: 0.2s;
  opacity: 0.5;
}
.country-panel aside {
  width: 37px;
  margin-bottom: 10px;
}
.country-panel aside img {
  width: 100%;
}
.country-panel h5 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
}

.col-grid:nth-child(1) .country-panel {
  border-right: 0;
  border-bottom: 0;
}
.col-grid:nth-child(2) .country-panel {
  border-right: 0;
  border-bottom: 0;
}
.col-grid:nth-child(3) .country-panel {
  border-right: 0;
  border-bottom: 0;
}
.col-grid:nth-child(4) .country-panel {
  border-bottom: 0;
}
.col-grid:nth-child(5) .country-panel {
  border-right: 0;
  border-bottom: 0;
}
.col-grid:nth-child(6) .country-panel {
  border-right: 0;
  border-bottom: 0;
}
.col-grid:nth-child(7) .country-panel {
  border-right: 0;
  border-bottom: 0;
}
.col-grid:nth-child(8) .country-panel {
  border-bottom: 0;
}
.col-grid:nth-child(9) .country-panel {
  border-right: 0;
}
.col-grid:nth-child(10) .country-panel {
  border-right: 0;
}
.col-grid:nth-child(11) .country-panel {
  border-right: 0;
}

.title-controller h3 {
  color: #fff;
}
.title-controller .country-wrapper h5 {
  color: #fff;
}

.client_section {
  padding: 40px 0;
  background-color: #fff;
}

.client_block {
  background-color: #261d48;
  padding: 30px 0px;
  border-radius: 10px;
}

.client_logo {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 24px;
  border: solid 1px rgba(119, 119, 119, 0.09);
  box-shadow: 0px 0px 15px -13px #000;
  transition-duration: 0.2s;
}
.client_logo:hover {
  transition-duration: 0.2s;
  transform: scale(1.2);
}
.client_logo img {
  filter: grayscale(100%);
}
.client_logo:hover img {
  filter: grayscale(0%);
}

.row_padding {
  padding: 30px 0;
}

.count_block {
  width: 96%;
  padding-top: 20px;
}
.count_block ul {
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.count_block ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #3d3d3d;
  padding: 5px 12px;
  margin: 5px;
  border-radius: 10px;
  width: 25%;
  height: 128px;
}
.count_block ul li h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.count_block ul li p {
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.listProperty ul {
  padding: 0;
  margin: 0;
}
.listProperty ul li {
  list-style-type: none;
  position: relative;
}

.services_section {
  background-color: #fff;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-paragraph p {
  text-align: justify;
  font-weight: 300;
  font-size: 17px;
  color: #000;
}
.service_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.service_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px rgba(255, 255, 255, 0.122);
  padding: 10px;
  width: 18%;
  height: 160px;
  margin: 7px;
  transition-duration: 0.2s !important;
}
.service_list ul li:hover {
  transform: scale(1.1) !important;
  transition-duration: 0.2s !important;
}
.service_list ul li aside {
  width: 50px;
  margin-bottom: 20px;
}
.service_list ul li aside svg {
  width: 100%;
  fill: #3d3d3d;
}
.service_list ul li aside img {
  width: 100%;
}
.service_list ul li h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  color: #b7b7b8;
  font-family: "Zona Pro", sans-serif;
}

.container_gradient {
  position: relative;
  text-align: center;
  background-image: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, rgb(97, 14, 117), rgb(20, 32, 127));
  color: white;
  padding-bottom: 60px;
  padding-top: 54px;
}

.aboutSection {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-color: #1e173a;
  position: relative;
}
.aboutSection p {
  color: #b7b7b8 !important;
}
.aboutSection::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 50%;
  background-attachment: fixed;
  background-position-x: -205px;
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.2;
}
.aboutSection .container {
  position: relative;
  z-index: 10;
}

.wrapper_about_round {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper_about_round span {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition-duration: 0.2s;
  border-radius: 15px;
  overflow: hidden;
}
.wrapper_about_round span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper_about_round:hover aside img {
  transform: scale(1.2);
  transition-duration: 1.2s;
}
.wrapper_about_round aside {
  width: 100%;
}
.wrapper_about_round aside:hover img {
  transform: scale(1.2);
  transition-duration: 1.2s;
}
.wrapper_about_round aside img {
  width: 100%;
  transition-duration: 1.2s;
  border-radius: 100%;
}

.about_wrapper {
  width: 100%;
  padding-right: 30px;
}
.about_wrapper p {
  font-size: 18px;
  text-align: justify;
  color: #6A6A6A;
  margin-bottom: 10px;
}
.about_wrapper h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.about_wrapper h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 53px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize !important;
  font-weight: 400;
  margin-bottom: 50px;
}
.about_wrapper h3 span {
  font-size: 39px;
}

.button-bg-ooo a {
  background-color: #000 !important;
  color: #fff !important;
}
.button-bg-ooo a:hover {
  color: #000 !important;
}
.button-bg-ooo a:hover svg {
  fill: #000 !important;
}
.button-bg-ooo a svg {
  fill: #fff !important;
}
.button-bg-ooo::before {
  content: "";
  background-color: #fff !important;
}

#owl-carousel-vertical-block {
  width: 100%;
  height: 100%;
}

.owl__wrapper_scroll {
  display: none;
  padding-top: 20px;
}

#owl_sidescroll .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#owl_sidescroll .item h5 {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-family: "Zona Pro", sans-serif !important;
}
#owl_sidescroll .item h6 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Zona Pro", sans-serif !important;
  text-transform: capitalize;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.owl-carousel-vertical {
  transform: rotate3d(0, 0, 1, 90deg);
}
.owl-carousel-vertical .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 500px;
  transform: rotate3d(0, 0, 1, -90deg);
}
.owl-carousel-vertical .item h5 {
  color: #fff;
  font-family: "Zona Pro", sans-serif !important;
  font-size: 177px;
  text-align: center;
}
.owl-carousel-vertical .item h6 {
  text-transform: capitalize;
  font-size: 40px;
  font-family: "Zona Pro", sans-serif !important;
  color: rgba(255, 255, 255, 0.735);
  text-align: center;
}

.jobOpening {
  padding-top: 50px;
}
.jobOpening h3 {
  font-family: "Zona Pro", sans-serif !important;
  text-align: center;
  text-transform: capitalize;
  color: #261d48;
  font-size: 35px;
}
.jobOpening ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.jobOpening ul li {
  list-style-type: none;
  width: 100%;
  padding: 7px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 9px -6px #000;
}
.jobOpening ul li aside {
  width: 37%;
  display: flex;
  align-items: center;
}
.jobOpening ul li aside h4 {
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif !important;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.jobOpening ul li aside h4 i {
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.jobOpening ul li span {
  display: block;
  padding: 0 15px;
}
.jobOpening ul li span h4 {
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif !important;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.jobOpening ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 10px 20px;
  background-color: #261d48;
  color: #fff;
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif !important;
}
.jobOpening ul li a::before {
  content: "";
  background-color: #686868;
}

.flex__box {
  display: flex;
  padding-top: 30px;
}
.flex__box span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
.flex__box span h4 {
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif !important;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.flex__box span a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #261d48;
  font-family: "Zona Pro", sans-serif !important;
  font-weight: 600;
  font-size: 17px;
  text-transform: lowercase;
}

.company_title {
  margin-bottom: 30px;
}

.contactRow {
  background-color: #101115;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
  margin-bottom: 30px;
}

.contact_list_block {
  width: 100%;
  position: relative;
  padding-left: 30px;
}
.contact_list_block::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #666666;
}
.contact_list_block h4 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.contact_list_block p {
  color: #a9a9a9;
  font-size: 14px;
}
.contact_list_block i {
  position: absolute;
  left: 0;
  font-size: 16px;
}

.i_color i {
  color: #fff !important;
}

.block:nth-child(4) .contact_list_block::before {
  content: "";
  display: none;
}

.footer__socialmedia {
  display: flex;
}
.footer__socialmedia a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.251);
}
.footer__socialmedia a svg {
  fill: #fff;
  width: 10px;
}
.footer__socialmedia a i {
  position: static;
  font-size: 13px !important;
}
.footer__socialmedia a:hover {
  transition-duration: 0.2s;
}
.footer__socialmedia a:nth-child(1):hover {
  background-color: #3b5998 !important;
  color: #fff;
}
.footer__socialmedia a:nth-child(2):hover {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
.footer__socialmedia a:nth-child(3):hover {
  background-color: #0A66C2;
  color: #fff;
}
.footer__socialmedia a:nth-child(4):hover {
  background-color: #00acee;
  color: #fff;
}
.footer__socialmedia a:nth-child(5):hover {
  background-color: #c4302b;
  color: #fff;
}

.strip {
  border-top: 1px solid hwb(0deg 100% 0%/21%);
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0;
}
.copyright p {
  width: 100%;
  text-align: center;
  color: #b7b7b8;
  font-size: 13px;
  padding: 6px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.copyright p a {
  text-decoration: none;
  color: #fff;
}

.button_cover_panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
}
.button_cover_panel a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #261d48;
  text-transform: uppercase;
  padding: 9px 4em;
  overflow: hidden;
  font-size: 1rem;
  letter-spacing: 0.4px;
  border: solid 1px #261d48;
  transition-duration: 0.2s;
  font-family: "Lexend", sans-serif;
}
.button_cover_panel a svg {
  width: 15px;
  fill: #261d48;
  position: relative;
  transition-duration: 0.2s;
}
.button_cover_panel a::before {
  content: "";
  background-color: #261d48;
}
.button_cover_panel a:hover {
  color: #fff;
}
.button_cover_panel a:hover svg {
  transition-duration: 0.2s;
  left: 20px;
  fill: #fff;
}

.section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.recent_work {
  background-color: #261d48;
  padding: 50px 0;
}
.recent_work p {
  color: #b7b7b8 !important;
}

.work__panel {
  padding: 30px 0;
}

#recentWorks {
  margin-bottom: 30px;
}

.recent__work_grid {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px rgba(255, 255, 255, 0.122);
}
.recent__work_grid aside {
  width: 100%;
}
.recent__work_grid aside img {
  width: 100%;
  filter: grayscale(100%);
}
.recent__work_grid aside:nth-child(2) {
  padding: 17px;
}
.recent__work_grid aside:nth-child(2) h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.recent__work_grid aside:nth-child(2) h5 img {
  width: 20px;
  fill: #777;
}
.recent__work_grid aside:nth-child(2) h5 a:hover img {
  fill: red;
}
.recent__work_grid aside:nth-child(2) h6 {
  text-transform: capitalize;
  color: #777;
  font-size: 14px;
}
.recent__work_grid:hover aside img {
  filter: grayscale(0%);
}

.training {
  background-color: #fff;
  padding-top: 50px;
}

.imageProperty {
  width: 100%;
}

.addvance_digitalMarketing {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  flex-direction: column;
}
.addvance_digitalMarketing aside {
  margin-bottom: 20px;
}
.addvance_digitalMarketing aside h3 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  font-size: 34px;
  text-align: left;
  font-weight: 500;
  color: #fff;
}
.addvance_digitalMarketing aside h3 span {
  font-weight: 300;
}
.addvance_digitalMarketing aside p {
  font-size: 18px;
  text-align: justify;
  color: #fff;
}

.image_flex_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 80%;
}
.image_flex_box img {
  width: 100%;
}

.wrapper_flex_content {
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-left: -4px;
  margin-right: -4px;
}
.wrapper_flex_content img {
  width: 100%;
  transition: transform 0.2s;
}
.wrapper_flex_content:hover img {
  transform: scale(1.5);
}
.wrapper_flex_content aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0.08) 0%, rgba(33, 89, 157, 0.08) 26%, rgb(43, 96, 169) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#141e5799", endColorstr="#2b60a9",GradientType=0 );
  flex-direction: column;
  padding: 10px;
  z-index: 10;
}
.wrapper_flex_content aside h4 {
  font-size: 13px;
  text-transform: capitalize;
  color: #8f8f8f;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.wrapper_flex_content aside span {
  display: block;
  width: 40px;
  margin-bottom: 10px;
}
.wrapper_flex_content aside span svg {
  width: 100%;
  fill: #fff;
}

.whatwedo {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.whatwedo img {
  width: 100%;
  transition: transform 0.2s;
}
.whatwedo:hover img {
  transform: scale(1.5);
  transition: transform 0.2s;
}
.whatwedo aside {
  padding: 20px;
  background: linear-gradient(to right, rgba(40, 95, 170, 0.83) 0%, rgba(81, 193, 80, 0.59) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d4285faa", endColorstr="#9651c150",GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10;
}
.whatwedo aside h4 {
  font-size: 13px;
  text-transform: capitalize;
  color: #8f8f8f;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}
.whatwedo aside ul {
  padding: 0;
  margin: 0;
}
.whatwedo aside ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
}
.whatwedo aside ul li:before {
  content: "\f005";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  font-size: 12px;
}

.row_height {
  height: 100%;
}

.gradient_panel {
  background: linear-gradient(to right, rgba(40, 95, 170, 0.83) 0%, rgba(81, 193, 80, 0.59) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d4285faa", endColorstr="#9651c150",GradientType=1 );
  border-radius: 10px;
  margin: 0;
  padding: 20px;
}

.top_padd {
  padding-top: 86px;
}

.enquiry_btn_cover {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.enquiry_btn_cover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4bc253;
  padding: 4px 10px;
  color: #fff;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.enquiry_btn_cover a i {
  margin-right: 10px;
}
.enquiry_btn_cover span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding: 0 10px;
  font-weight: bold;
}
.enquiry_btn_cover span div {
  width: 1px;
  height: 20px;
  background-color: #000;
  margin: 0 5px;
}
.enquiry_btn_cover span br {
  display: none;
}

.view-more-btn-for-work a {
  color: #000 !important;
  background-color: #fff !important;
}
.view-more-btn-for-work a::before {
  content: "";
  background-color: #5c40c9;
}
.view-more-btn-for-work a:hover {
  color: #fff !important;
}

.joinUssection {
  background-color: #fff;
  padding-bottom: 50px;
}

.joinUs-block {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #261d48;
}
.joinUs-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-attachment: fixed;
  background-position-x: -205px;
  background-position-y: 300px;
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.2;
}
.joinUs-block p {
  color: #b7b7b8 !important;
}

.joinUs__team_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
.joinUs__team_content h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 63px;
  font-weight: normal !important;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Zona Pro", sans-serif;
  color: #fff;
}
.joinUs__team_content p {
  color: #fff;
  text-align: center;
}
.joinUs__team_content a {
  font-family: "Lexend", sans-serif;
  text-transform: capitalize !important;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #261d48;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  padding: 10px 4em;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
}
.joinUs__team_content a::before {
  content: "";
  background-color: #5c40c9;
}
.joinUs__team_content a:hover {
  color: #fff !important;
}

.testimonialSection {
  padding: 50px 0;
  background-color: #fff;
}

.shadow-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
.shadow-effect aside {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  border: solid 5px #cbcbcb !important;
  margin-bottom: 20px;
}
.shadow-effect aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shadow-effect h5 {
  text-transform: capitalize;
  font-weight: 700;
  color: #261d48;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  font-family: "Plus Jakarta Sans", serif !important;
}
.shadow-effect h6 {
  text-transform: capitalize;
  color: #261d48;
  font-size: 13px;
  text-align: center;
  font-family: "Plus Jakarta Sans", serif !important;
}

#customers-testimonials .shadow-effect p {
  font-size: 18px;
  text-align: justify;
  font-size: 14px;
}
#customers-testimonials .shadow-effect span {
  display: block;
  padding-top: 20px;
  width: 70px;
}
#customers-testimonials .shadow-effect span img {
  width: 100%;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #261d48;
  padding: 9px 35px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  font-size: 12px;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
  background: #261d48;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #261d48;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3d3d3d;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
}

.core__arias_section {
  padding: 50px 0;
  background-color: #fff;
}

.metaHash_coreArias {
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0px 4px 25px -17px;
  transition-duration: 0.2s;
  border: solid 1px rgba(255, 255, 255, 0.122);
}
.metaHash_coreArias span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 80px;
  padding: 17px;
  margin-bottom: 20px;
}
.metaHash_coreArias span img {
  width: 100%;
}
.metaHash_coreArias span svg {
  width: 100%;
  fill: #261d48;
}
.metaHash_coreArias h3 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: center;
  color: #261d48;
  font-size: 24px;
  font-family: "Zona Pro", sans-serif;
  font-weight: 600;
}
.metaHash_coreArias p {
  text-align: center;
  color: #261d48;
  font-weight: 200;
  font-size: 16px !important;
}
.metaHash_coreArias aside {
  display: flex;
  justify-content: space-around;
  width: 86%;
  flex-direction: column;
  align-items: center;
}
.metaHash_coreArias aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  padding: 10px 20px;
  width: 200px;
  border: solid 1px rgba(255, 255, 255, 0.161);
}
.metaHash_coreArias aside a:nth-child(1) {
  background-color: #000;
  margin-bottom: 10px;
}
.metaHash_coreArias aside a:nth-child(1):hover {
  background-color: #261d48;
}
.metaHash_coreArias aside a:nth-child(2) {
  background-color: #3d3d3d;
}
.homeSection {
  padding: 50px 0px;
  background-color: #fff;
}

.homeContent h4 {
  text-transform: capitalize;
  font-size: 30px;
  color: #261d48;
  text-align: center;
  font-family: "Zona Pro", sans-serif;
}
.homeContent p b {
  font-weight: 700;
}

.deve-services {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
}
.deve-services aside {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-left: 10px;
  box-shadow: 0px 0px 45px -20px #000;
  margin-bottom: 20px;
}
.deve-services aside svg {
  width: 40px;
  fill: #261d48;
}
.deve-services p {
  font-size: 18px;
  text-align: justify;
  font-size: 17px !important;
}
.deve-services h4 {
  text-transform: capitalize;
  font-size: 1.5rem;
  color: #261d48;
  text-align: center;
  font-family: "Zona Pro", sans-serif;
  font-weight: 700;
}

.topAnimate {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #686777;
  font-size: 25px;
  width: 46px;
  height: 46px;
  position: fixed;
  right: 40px;
  bottom: 100px;
  border-radius: 100%;
  z-index: 100;
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
}
.topAnimate:hover {
  color: #686777;
}

.about__img {
  width: 100%;
  height: 100%;
  background-color: #261d48;
  border-radius: 10px;
  overflow: hidden;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutBanner {
  width: 100%;
  background-color: #261d48;
  position: relative;
  overflow: hidden;
}
.aboutBanner aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 0 13%;
}
.aboutBanner aside h2 {
  color: #261d48;
  font-family: "Zona Pro", sans-serif;
}
.aboutBanner aside h3 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  text-align: left;
  font-family: "Zona Pro", sans-serif;
  color: #261d48;
}
.aboutBanner aside h1 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: capitalize;
  font-size: 70px;
  color: #261d48;
  font-family: "Zona Pro", sans-serif;
}
.aboutBanner aside h1 span {
  color: #000;
  font-weight: 900;
}
.aboutBanner aside p {
  color: #261d48;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.whatsapp-round {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  color: #fff;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 50;
}
.whatsapp-round a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  font-size: 30px;
  color: #686777;
}

.sm_banner_wrapper {
  width: 100%;
  display: none;
}

.sm__logo {
  display: none;
}

.best-digital-marketing {
  padding: 60px 0;
  background-color: #3d3d3d;
}

.digital-marketing-padding-left {
  padding-left: 40px;
}

.digitalmarketing-img-box {
  width: 100%;
  position: relative;
  border-radius: 40px;
}
.digitalmarketing-img-box span {
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
}
.digitalmarketing-img-box span img {
  width: 100%;
  position: relative;
  z-index: 10;
  left: 0;
}
.digitalmarketing-img-box .morphin {
  right: 0;
  bottom: 0;
  background: #f6f6f6;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: morphin 10s infinite;
  margin: 0 auto;
}
@keyframes morphin {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
.digitalmarketing-img-box .shake-x {
  animation-name: shake-x;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes shake-x {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.digitalmarketing-img-box .shake-y {
  animation-name: shake-y;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes shake-y {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse-anim {
  25% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
}
.digitalmarketing-img-box .rotate {
  animation: rotate 5s linear infinite;
  -webkit-animation: rotate 5s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes waving-line {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200px 0;
  }
}

.justify_paragraph p {
  font-size: 18px;
  text-align: justify;
}

.light-bg {
  background-color: #261d48;
}

.weOffer {
  background-color: #261d48;
  padding-top: 100px;
}
.weOffer p {
  color: #b7b7b8 !important;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.wrapper_grid_and_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  transition-duration: 0.2s;
  padding: 20px;
}
.wrapper_grid_and_icon:hover {
  transform: scale(1.1);
}
.wrapper_grid_and_icon aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  margin-bottom: 20px;
}
.wrapper_grid_and_icon aside svg {
  width: 100% !important;
  fill: #fff;
}
.wrapper_grid_and_icon h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-family: "Zona Pro", sans-serif;
}
.wrapper_grid_and_icon p {
  font-size: 18px;
  text-align: justify;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
}
.wrapper_grid_and_icon a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  background-color: #261d48;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  padding: 8px 4em;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  border: solid 1px #fff;
}
.wrapper_grid_and_icon a::before {
  content: "";
  background-color: #000;
}
.wrapper_grid_and_icon a:hover {
  color: #fff !important;
}

.top-padding {
  padding-top: 50px;
}

.seo_section {
  padding: 50px 0;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.margin-bottom-row {
  margin-bottom: 30px;
}

.owl-img-with-content {
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+29,bfbec4+99&1+0,0.29+100 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.79) 29%, rgba(191, 190, 196, 0.3) 99%, rgba(191, 190, 196, 0.29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 20px;
  box-shadow: 0px 0px 15px -13px #000;
}
.owl-img-with-content aside {
  width: 100%;
  position: relative;
}
.owl-img-with-content aside img {
  width: 100%;
  margin: 0 !important;
}
.owl-img-with-content aside:nth-child(2) {
  padding-bottom: 10px;
}
.owl-img-with-content aside h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Zona Pro", sans-serif;
}
.owl-img-with-content aside h5 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  text-align: left;
  color: #261d48;
  padding: 5px 20px;
  font-family: "Zona Pro", sans-serif;
  margin-bottom: 0;
}
.owl-img-with-content aside h5 a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #261d48;
  font-size: 18px;
  text-transform: lowercase !important;
}
.owl-img-with-content aside h5 a svg {
  fill: orangered;
  width: 15px;
  margin-right: 10px;
}
.owl-img-with-content aside ul {
  padding: 0;
  margin: 0;
  padding: 0 20px;
}
.owl-img-with-content aside ul li {
  list-style-type: none;
  position: relative;
  padding: 6px 0;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #f1f1f1;
}
.owl-img-with-content aside ul li:nth-child(1) {
  padding-right: 5px;
}
.owl-img-with-content aside ul li:nth-child(2) {
  padding-right: 5px;
  margin: 10px 0;
  border: 0;
}
.owl-img-with-content aside ul li .location-bock {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
  font-size: 15px;
  color: #261d48;
  text-transform: uppercase;
}
.owl-img-with-content aside ul li .location-bock i {
  color: orangered !important;
  margin-right: 10px;
}
.owl-img-with-content aside ul li .googleicon {
  width: 20px;
}
.owl-img-with-content aside ul li .googleicon img {
  width: 100%;
}
.owl-img-with-content aside ul li h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  background: none;
  padding: 0;
}
.owl-img-with-content aside ul li p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.owl-img-with-content aside ul li span {
  width: 20px;
  height: 20px;
  background-color: #261d48;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 5px;
}

.core-valuies-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 11px 0 !important;
  position: relative;
  padding-left: 60px;
}
.core-valuies-block aside {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: absolute;
  left: 8px;
  top: 11px;
}
.core-valuies-block aside svg {
  width: 37px;
  fill: #261d48;
}
.core-valuies-block aside img {
  width: 40px;
}

.core-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.core-content h4 {
  text-transform: uppercase;
  font-size: 15px;
  color: #261d48;
  font-family: "Plus Jakarta Sans", serif !important;
  font-weight: 700;
}
.core-content p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7803921569);
}

.margin__bottom__block {
  margin-bottom: 30px;
}

#seo-keyword {
  margin-bottom: 30px;
  margin-top: 30px;
}

.wrapper_block_panel {
  width: 100%;
  position: relative;
  z-index: 10;
}
.wrapper_block_panel h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  color: #fff;
}
.wrapper_block_panel p {
  font-size: 18px;
  text-align: justify;
  color: #fff;
}

.it-training {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.it-training aside {
  width: 100%;
}
.it-training aside h1 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
}
.it-training aside p {
  font-size: 18px;
  text-align: justify;
}
.it-training aside ul {
  padding: 0;
  margin: 0;
  padding-top: 40px;
  width: 100%;
}
.it-training aside ul li {
  list-style-type: none;
  padding: 5px;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  text-align: justify;
}
.it-training aside ul li::before {
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #3d3d3d;
}

.training__section {
  padding: 50px 0;
}

.webdesign_section {
  padding: 50px 0;
  background-color: #fff;
}

.wrapper__image__box {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.wrapper__image__box img {
  width: 100%;
}

.topPaddnone {
  padding: 0 !important;
}

.cover-bg {
  background-color: #efefef;
}
.cover-bg span {
  background-color: #efefef;
}

.latest-story-section {
  padding: 50px 0;
}

.wrapper-stu-col {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  transition-duration: 0.2s;
}
.wrapper-stu-col aside {
  width: 100%;
}
.wrapper-stu-col aside img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  border: solid 3px #fff;
}
.wrapper-stu-col aside h4 {
  color: #777;
  text-transform: capitalize;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 0;
}
.wrapper-stu-col aside h6 {
  color: #777;
  text-transform: capitalize;
  text-align: center;
  font-size: 9px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.wrapper-stu-col aside:nth-child(2) {
  background-color: #fff;
}
.wrapper-stu-col:hover {
  transition-duration: 0.2s;
  transform: scale(1.2);
}

.relative {
  position: relative;
  z-index: 15;
}

.theam_col {
  background-color: #3d3d3d !important;
}
.theam_col span h5 {
  color: #fff;
  text-transform: uppercase;
}
.theam_col span h5 br {
  display: none;
}
.theam_col span h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.heading h4 {
  font-weight: bold;
  font-size: 18px;
}

.table_row {
  color: #fff;
}
.table_row th {
  margin-left: 5px;
  font-family: "Eloquia Text" !important;
  color: #b7b7b8 !important;
}
.table_row th:nth-child(1) {
  font-size: 12px;
}
.table_row td {
  margin-left: 5px;
}
.table_row:nth-child(1) {
  background-color: #373737;
}
.table_row:nth-child(2) {
  background-color: #181818;
}
.table_row:nth-child(3) {
  background-color: #373737;
}
.table_row:nth-child(4) {
  background-color: #181818;
}
.table_row:nth-child(5) {
  background-color: #373737;
}
.table_row:nth-child(6) {
  background-color: #181818;
}
.table_row:nth-child(7) {
  background-color: #373737;
}
.table_row:nth-child(8) {
  background-color: #181818;
}

.section-padding-bottom {
  padding-bottom: 50px;
}

.check__box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b7b7b8 !important;
  font-family: "Eloquia Text" !important;
}

.text-center p {
  text-align: center !important;
}

.number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-box {
  text-align: center;
  position: relative;
}
.title-box span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #3d3d3d;
  font-family: "Eloquia Text" !important;
}

.amount-box {
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  background-color: #3d3d3d !important;
}
.amount-box .rate {
  font-weight: bold;
  font-family: "Eloquia Text" !important;
  font-weight: 700;
}

table thead tr th {
  border: solid 1px #fff;
}
table tbody tr td {
  border: solid 1px #fff !important;
}

.list__wrapper {
  width: 100%;
}
.list__wrapper ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.list__wrapper ul li {
  list-style-type: none;
  position: relative;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: solid 1px #fff;
}
.list__wrapper ul li h5 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.list__wrapper ul li:nth-child(1) {
  background-color: #333;
}
.list__wrapper ul li:nth-child(2) {
  background-color: #373737;
}
.list__wrapper ul li:nth-child(3) {
  background-color: #181818;
}
.list__wrapper ul li:nth-child(4) {
  background-color: #373737;
}
.list__wrapper ul li:nth-child(5) {
  background-color: #181818;
}
.list__wrapper ul li:nth-child(6) {
  background-color: #373737;
}
.list__wrapper ul li:nth-child(7) {
  background-color: #181818;
}
.list__wrapper ul li:nth-child(8) {
  background-color: #373737;
}
.list__wrapper ul li:nth-child(9) {
  background-color: #181818;
}
.list__wrapper ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  border: none;
  position: relative;
}
.list__wrapper ul li:last-child span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.list__wrapper ul li:last-child p {
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  text-align: left;
  padding-left: 10px;
}

.flexEndverticalCenter {
  justify-content: flex-end !important;
}

.contactbanner aside {
  justify-content: center !important;
}
.contactbanner aside h1 {
  text-align: center;
  color: #261d48;
  text-align: left;
}

.contact__section {
  padding: 50px 0;
}

.brack-point-lg-none-sm-block br {
  display: none;
}

.contact_form {
  width: 100%;
  margin-bottom: 30px;
}
.contact_form h5 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
}
.contact_form form {
  width: 100%;
}
.contact_form form input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  margin-bottom: 20px;
  border: solid 1px rgba(199, 199, 199, 0.388);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 242, 244) 100%);
  border-radius: 0;
}
.contact_form form input::-webkit-outer-spin-button,
.contact_form form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact_form form textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  margin-bottom: 20px;
  border: solid 1px rgba(199, 199, 199, 0.388);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 242, 244) 100%);
  border-radius: 0;
}
.contact_form form button {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 29px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.contact_form form button:hover {
  background-color: #777;
  transition-duration: 0.2s;
}

.contactNumber a {
  font-weight: bold;
  font-size: 18px;
}
.contactNumber a:hover {
  color: #000;
}

.contactAddress {
  width: 100%;
  padding-top: 30px;
}
.contactAddress h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  font-family: "Plus Jakarta Sans", serif !important;
  color: #261d48;
  text-transform: uppercase;
}
.contactAddress h6 .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 12px;
  color: #fff;
  width: 23px;
  height: 23px;
  background-color: #261d48;
  border-radius: 100%;
}
.contactAddress ul {
  padding: 0;
  margin: 0;
}
.contactAddress ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.contactAddress ul li .icon {
  position: absolute;
  left: 0;
  color: orangered;
  font-size: 20px;
}
.contactAddress ul li a {
  color: #261d48;
}
.contactAddress ul aside {
  padding-top: 20px;
  padding-left: 20px;
}
.contactAddress ul aside h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: bold;
}
.contactAddress ul aside li {
  list-style-type: none;
  position: relative;
  padding-left: 0;
  display: flex;
  font-size: 14px;
}
.contactAddress ul aside li span {
  padding-right: 20px;
  color: #777;
  display: block;
  width: 150px;
  font-weight: 500;
}
.contactAddress ul aside li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #000;
}
.contactAddress ul aside li a:hover {
  color: #000;
}

.wrapper_image__block {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.wrapper_image__block img {
  width: 100%;
}

.wrapper_content_point {
  width: 100%;
  padding-top: 30px;
}
.wrapper_content_point ul {
  padding: 0;
  margin: 0;
}
.wrapper_content_point ul li {
  list-style-type: none;
  position: relative;
  padding: 5px;
  padding-left: 20px;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 10px;
}
.wrapper_content_point ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #3d3d3d;
}

.beforeNone::before {
  content: "";
  display: none;
}

.training-division {
  position: fixed;
  left: -46px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 16;
}
.training-division span {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3d3d3d;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 13px;
  transform: rotate(-89.8deg);
  border-radius: 0px 0px 10px 10px;
}
.training-division span:hover {
  background-color: #000;
  transition-duration: 0.2s;
}
.training-division span a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
}

.padding-control {
  padding-top: 20px;
  padding-right: 15px;
}

.missionVision {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}
.missionVision .container {
  position: relative;
  z-index: 15;
}

.wrapper_vision_and_mission {
  width: 100%;
  padding: 33px;
}
.wrapper_vision_and_mission aside {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wrapper_vision_and_mission aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #3d3d3d;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
  border: solid 5px #fff;
  box-shadow: 0px 4px 5px -2px #000;
}
.wrapper_vision_and_mission aside h3 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  text-align: left;
  color: #261d48;
  margin-bottom: 0;
  font-family: "Zona Pro", sans-serif !important;
  font-weight: 400;
  font-size: 40px;
}
.wrapper_vision_and_mission p {
  font-size: 18px;
  text-align: justify;
  font-weight: 200;
  font-size: 19px !important;
  color: #261d48;
}

.privacypolicyBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 390px;
  background-color: #3d3d3d;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/privacy-policy-banner.jpg);
  position: relative;
  background-size: contain;
}
.privacypolicyBanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #3d3d3d;
  opacity: 0.5;
}
.privacypolicyBanner h1 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 10;
}

.paragraph_panel p {
  font-size: 18px;
  text-align: justify;
}
.paragraph_panel h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: bold;
}

.gallery_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
  margin-bottom: 30px;
}
.gallery_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.gallery_wrapper span {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  transition-duration: 0.2s;
  transition: transform 0.2s;
}
.gallery_wrapper::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.gallery_wrapper:hover::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.7;
  transition-duration: 0.2s;
}
.gallery_wrapper:hover span {
  transform: scale(1.5);
  transition: transform 0.2s;
  opacity: 1;
}
.gallery_wrapper:hover span:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.gallery_wrapper:hover span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}

.link_block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.link_block ul {
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.link_block ul li {
  list-style-type: none;
}
.link_block ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #939393;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: capitalize;
  position: relative;
}
.link_block ul li a::before {
  content: "";
  width: 1px;
  background-color: #939393;
  height: 100%;
  position: absolute;
  right: 0;
}
.link_block ul li a:hover {
  color: #fff;
}
.link_block ul li:last-child a::before {
  content: "";
  display: none;
}

.min-margin-bottom {
  margin-bottom: 30px;
}

.bannerCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerCover aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 14%;
  position: relative;
}
.bannerCover aside h1, .bannerCover aside h2, .bannerCover aside h3, .bannerCover aside h4, .bannerCover aside h5, .bannerCover aside h6 {
  width: 100%;
}
.bannerCover aside h1 {
  font-size: 3.9vw;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: -2em;
  opacity: 0;
  margin-bottom: 0;
}
.bannerCover aside h1 span {
  color: #fff;
}
.bannerCover aside h3 {
  font-size: 1.9vw;
  text-transform: capitalize !important;
  font-weight: 400;
  color: #fff;
  position: relative;
  bottom: -2em;
  opacity: 0;
}
.bannerCover aside p {
  font-size: 1em;
  position: relative;
  bottom: -8em;
  opacity: 0;
  color: #fff;
}
.bannerCover aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #3d3d3d;
  padding: 5px 10px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  position: relative;
  bottom: -9em;
  opacity: 0;
}
.bannerCover aside a::before {
  background-color: #000;
  color: #fff;
}

.buttonCover {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.buttonCover a {
  border-radius: 5px;
  margin: 10px;
  border: solid 1px #261d48;
}
.buttonCover a:nth-child(2) {
  background: none;
  border: solid 1px #fff;
}

.active .bannerCover aside h1 {
  top: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside h3 {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside h3:nth-child(2) {
  font-size: 2.9vw;
  margin: 0;
}
.active .bannerCover aside p {
  bottom: 0em;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside a {
  bottom: 0;
  transition-duration: 1.2s;
  opacity: 1;
}
.active .bannerCover aside a:hover {
  background-color: #000;
  color: #fff !important;
}
.active .bannerCover .listItems ul li {
  position: relative;
  left: 0;
}
.active .bannerCover .listItems ul li:nth-child(1) {
  transition-duration: 0.2s;
}
.active .bannerCover .listItems ul li:nth-child(2) {
  transition-duration: 1.2s;
}
.active .bannerCover .listItems ul li:nth-child(3) {
  transition-duration: 2.2s;
}
.active .bannerCover .listItems ul li:nth-child(4) {
  transition-duration: 3.2s;
}

.listItems {
  width: 100%;
}
.listItems ul {
  padding: 0;
  margin: 0;
}
.listItems ul li {
  list-style-type: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px;
  position: absolute;
  padding-left: 20px;
  left: -300px;
}
.listItems ul li:before {
  content: "\f14a";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
}
.listItems ul li:nth-child(1) {
  padding-left: 5px;
}
.listItems ul li:nth-child(1)::before {
  content: "";
  display: none;
}
.listItems ul li span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  background-color: yellow;
  padding: 0px 10px;
  border-radius: 3px;
  font-weight: bold;
}
.listItems ul li span b {
  font-weight: 700;
}

.footer__row {
  padding: 50px 0;
  padding-bottom: 0;
}

.footerNavigation {
  width: 100%;
}
.footerNavigation h4 {
  color: #fff;
  text-align: left;
}
.footerNavigation ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.footerNavigation ul li {
  list-style-type: none;
}
.footerNavigation ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #b7b7b8;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 10px;
  font-family: "Untitled Sans";
  font-weight: 300;
}
.footerNavigation ul li a:hover {
  color: #fff;
  transition-duration: 0.2s;
}
.footerNavigation ul li a::before {
  content: "";
  background-color: #fff;
  height: 1px;
}

.row-space-between {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.link-cover {
  width: 46px;
  position: fixed;
  right: 40px;
  bottom: 50px;
}
.link-cover ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.link-cover ul li {
  list-style-type: none;
}
.link-cover ul li:nth-child(1) {
  display: none;
}
.link-cover ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 7px;
  background-color: #5c40c9;
  color: #fff;
  font-size: 19px;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.141);
  box-shadow: 0px 0px 1px 0px #fff;
}
.link-cover ul li a:hover {
  transition-duration: 0.3s;
  background-color: #5c40c9;
  color: #fff;
  transform: scale(1.2);
  box-shadow: 0px 0px 1px 23px rgba(255, 255, 255, 0);
}

.footer-befor {
  position: relative;
}
.footer-befor::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 50%;
  background-attachment: fixed;
  background-position-x: -205px;
  background-position-y: 300px;
  background-image: url(../images/logo-icon.png);
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.2;
}
.footer-befor .container {
  position: relative;
}

.ourStorySection {
  background-color: #261d48;
  padding: 100px 0;
}
.ourStorySection p {
  color: #b7b7b8 !important;
}

.storyCaption h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 53px;
  line-height: 63px;
  font-weight: normal !important;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Zona Pro", sans-serif;
  margin-bottom: 50px;
}
.storyCaption p {
  font-size: 18px;
  text-align: justify;
}

.colum {
  width: 20%;
  margin-bottom: 30px;
}
.colum aside {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.colum aside img {
  width: 100%;
}
.colum aside span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.96) 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  overflow: hidden;
}
.colum aside span h3 {
  text-align: center;
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Zona Pro", sans-serif;
  font-weight: normal !important;
  transition-duration: 0.2s;
  margin: 0;
}
.colum aside span h4 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  font-family: "Zona Pro", sans-serif;
  font-weight: normal !important;
  transition-duration: 0.2s;
}
.colum .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  bottom: -400px;
  transition-duration: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.colum .overlay .iconblock {
  width: 30px;
}
.colum .overlay .iconblock img {
  width: 100%;
}
.colum .overlay h5 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  font-family: "Zona Pro", sans-serif;
  font-weight: normal !important;
}
.colum:hover aside span h3, .colum:hover aside span h4 {
  opacity: 0;
  transition-duration: 0.2s;
}
.colum:hover aside .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  bottom: 0px;
  transition-duration: 0.2s;
  z-index: 10;
}

.country-wrapper {
  margin-bottom: 30px;
}
.country-wrapper h5 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 3px;
  font-family: "Zona Pro", sans-serif;
}
.country-wrapper h5 br {
  display: none;
}
.country-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.country-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  list-style-type: none;
  margin: 5px;
}
.country-wrapper ul li h6 {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #261d48;
  font-family: "Untitled Sans";
}
.country-wrapper ul li aside {
  width: 40px;
  height: 40px;
  background-color: #bebebe;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  border: solid 3px #fff;
  box-shadow: 0px 0px 23px -10px #000;
}
.country-wrapper ul li aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contentSection {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.contentPanel {
  width: 100%;
}
.contentPanel ul {
  padding: 0;
  margin: 0;
}
.contentPanel ul li {
  list-style-type: none;
  padding: 15px;
}
.contentPanel ul li h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "Zona Pro", sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.contentPanel ul li p {
  font-size: 18px;
  text-align: justify;
  color: #261d48;
  font-size: 15px;
  margin: 0;
}

.center-text h1, .center-text h2, .center-text h3, .center-text h4, .center-text h5, .center-text h6 {
  text-align: center;
}
.center-text p {
  text-align: center;
  font-size: 14px;
}

.wrapper__content_block {
  width: 100%;
}
.wrapper__content_block p {
  font-size: 18px;
  text-align: justify;
  color: #b7b7b8;
}
.wrapper__content_block h4 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 63px;
  font-weight: 700 !important;
}

.img__block {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
}
.img__block img {
  width: 100%;
}

.image-boder-radius {
  overflow: hidden;
  border-radius: 10px;
}

.minSection__bock {
  padding: 50px 0;
  background-color: #F9F9F9;
}

.wrapper__grid_block {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
.wrapper__grid_block h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Plus Jakarta Sans", serif !important;
}
.wrapper__grid_block p {
  color: #b7b7b8;
  font-size: 18px;
  text-align: justify;
  font-size: 13px;
}
.wrapper__grid_block aside {
  width: 32px;
  position: absolute;
  top: -4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.wrapper__grid_block aside svg {
  fill: #fff;
  width: 100%;
}

.grid__block_panel {
  position: relative;
  padding: 20px;
  padding-left: 63px;
  margin-bottom: 20px;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(229, 232, 236) 100%);
  border-radius: 10px;
  box-shadow: 0px 6px 14px -7px rgba(8, 40, 79, 0.25);
  height: 100%;
}
.grid__block_panel aside {
  width: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.grid__block_panel aside svg {
  fill: #261d48;
  width: 100%;
}
.grid__block_panel h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 10px;
  color: #261d48;
  font-family: "Plus Jakarta Sans", serif !important;
}
.grid__block_panel p {
  color: #000;
  font-size: 18px;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 0;
}

.grid-margin-bottom-block {
  margin-bottom: 30px;
}

.web-grid {
  width: 100%;
  position: relative;
  padding: 20px;
  padding-left: 60px;
}
.web-grid aside {
  width: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.web-grid aside svg {
  fill: #261d48;
  width: 100%;
}
.web-grid h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 19px;
  margin-bottom: 10px;
  color: #261d48;
  font-family: "Plus Jakarta Sans", serif !important;
}
.web-grid p {
  color: #000;
  font-size: 18px;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 0;
}

.img-radius {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}
.img-radius img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.footer-social-media-sm {
  padding-top: 10px;
  display: none;
}
.footer-social-media-sm ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.footer-social-media-sm ul li {
  list-style-type: none;
}
.footer-social-media-sm ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  margin: 5px;
  transition-duration: 0.2s;
}
.footer-social-media-sm ul li a svg {
  fill: #fff;
  width: 20px;
}
.footer-social-media-sm ul li a:hover {
  background-color: #5c40c9;
  color: #fff;
  border-color: #5c40c9;
}

.grid-panel-block .contactAddress {
  border-right: solid 1px #777;
}
.grid-panel-block:nth-child(3) .contactAddress {
  border: none;
}/*# sourceMappingURL=stylesheet.css.map */








.faq-section {
  max-width: 900px;
  margin: 0 auto;
}





details {
  cursor: pointer;
}

summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}



summary {
  font-size: 20px;
  color: #f4f4f6;
  display: flex;
  justify-item: space-between;
  align-items: center;
  margin-bottom: 25px;
}

summary::marker {
  display: none;
  content: "";
}

span {
  margin-top: 4px;
  color: #f4f4f6;
}

details > p {
  max-width: 900px;
  color: #AEB9C6;
  font-size: 15px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 10px;
  text-align: left;
}

hr {
  border: 1px solid #404E5C;
  margin-block-end: 30px;
}



























