p {
  font-size: 14px;
}

@font-face {
  font-family: "Eloquia Text";
  src: url("../web-fonts/EloquiaText-ExtraLight.woff2") format("woff2"), url("../web-fonts/EloquiaText-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eloquia Display";
  src: url("../web-fonts/EloquiaDisplay-ExtraBold.woff2") format("woff2"), url("../web-fonts/EloquiaDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
}

.theamColor h1, .theamColor h2, .theamColor h3, .theamColor h4, .theamColor h5, .theamColor h6 {
  color: #4D2E7C !important;
}

.blog-min-banner {
  padding: 50px 0;
  background-color: #f3f3f3;
}

.min-section-dark-bg {
  padding: 50px 0;
  background-color: #292929;
}
.min-section-dark-bg .button_cover_panel {
  width: 100%;
}
.min-section-dark-bg .button_cover_panel a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 20px;
  overflow: hidden;
  font-family: "Poppins", serif !important;
}
.min-section-dark-bg .button_cover_panel a::before {
  content: "";
  background-color: #fff;
}
.min-section-dark-bg .button_cover_panel a:hover {
  color: #000;
}

.padding-none {
  padding: 0;
}

.minCaptionCenter {
  margin-bottom: 30px;
}
.minCaptionCenter h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.theam-color h1, .theam-color h2, .theam-color h3, .theam-color h4, .theam-color h5, .theam-color h6 {
  color: #4D2E7C !important;
}

.min-text-fff h3 {
  color: #fff;
}

.subtext-theamcolor h4 {
  color: #4D2E7C;
}

.banner-sm-display-block {
  display: none;
}

.minCaptioncenters h4, .minCaptioncenters h3 {
  text-align: center;
}
.minCaptioncenters h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}
.minCaptioncenters h3 {
  text-transform: uppercase;
  font-size: 41px;
  font-weight: 800;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  font-family: "Poppins", sans-serif;
}

.banner-lg .container {
  max-width: 1640px;
}

button {
  font-family: "Poppins", sans-serif;
}

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

.row-panel {
  margin: 0;
}

.toggleBtn {
  display: none;
}

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

.dropdown-panel {
  position: relative;
}
.dropdown-panel .dropBox {
  width: 197px !important;
}
.dropdown-panel:hover .projectdropdown {
  height: 29px !important;
}
.dropdown-panel:hover .service-dropbox {
  height: 232px !important;
}
.dropdown-panel:hover .dropBox {
  position: absolute;
  width: 247px;
  height: 59px;
  transition-duration: 0.2s;
  top: 69px;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 10;
  overflow: hidden;
}
.dropdown-panel:hover .dropBox li {
  list-style-type: none;
}
.dropdown-panel:hover .dropBox li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 1em !important;
  color: #4D2E7C !important;
  font-size: 12px !important;
  border-bottom: solid 1px rgba(135, 135, 135, 0.22) !important;
}
.dropdown-panel:hover .dropBox li a:hover {
  color: #000 !important;
  opacity: 1 !important;
  border-bottom: solid 1px rgba(135, 135, 135, 0.22) !important;
}
.dropdown-panel:hover .drop1 {
  height: 180px !important;
}
.dropdown-panel .drop-link {
  padding-right: 20px !important;
  position: relative;
}
.dropdown-panel .drop-link .dropArrow {
  position: absolute;
  right: 0;
  top: 30px;
  width: 7px;
  height: 7px;
  display: block;
  transform: rotate(47.2deg);
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}

.dropdown-panel2 {
  position: relative;
}
.dropdown-panel2:hover .dropBox {
  height: 83px !important;
  transition-duration: 0.2s;
}
.dropdown-panel2 .dropBox {
  position: absolute;
  width: 200px !important;
  top: 69px;
  left: 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 10;
  overflow: hidden;
}
.dropdown-panel2 .dropBox li {
  list-style-type: none;
}
.dropdown-panel2 .dropBox li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 1em !important;
  color: #fff !important;
  font-size: 12px !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.22) !important;
  font-family: "Roboto", sans-serif !important;
}
.dropdown-panel2 .dropBox li a:hover {
  color: #000 !important;
}
.dropdown-panel2 .dropBox li a::before {
  content: "";
  background-color: #fff;
}
.dropdown-panel2 .drop1 {
  height: 180px !important;
}

.dropdown-panel3 {
  position: relative;
}
.dropdown-panel3:hover .dropBox {
  height: 219px !important;
  transition-duration: 0.2s;
}
.dropdown-panel3 .dropBox {
  position: absolute;
  width: 200px !important;
  top: 69px;
  left: 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 10;
  overflow: hidden;
}
.dropdown-panel3 .dropBox li {
  list-style-type: none;
}
.dropdown-panel3 .dropBox li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 1em !important;
  color: #fff !important;
  font-size: 11px !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.22) !important;
}
.dropdown-panel3 .dropBox li a:hover {
  color: #000 !important;
}
.dropdown-panel3 .dropBox li a::before {
  content: "";
  background-color: #fff;
}
.dropdown-panel3 .drop1 {
  height: 180px !important;
}

.drop-link {
  padding-right: 20px !important;
  position: relative;
}
.drop-link .dropArrow {
  position: absolute;
  right: 0;
  top: 30px;
  width: 7px;
  height: 7px;
  display: block;
  transform: rotate(47.2deg);
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

.image-height-ctrl {
  height: 260px;
}
.image-height-ctrl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_wrapper_block {
  height: 250px;
  margin-bottom: 30px;
}
.gallery_wrapper_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-wrapper-block {
  width: 100%;
  height: 100%;
}
.img-wrapper-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bold-700 h1, .bold-700 h2, .bold-700 h3, .bold-700 h4, .bold-700 h5, .bold-700 h6 {
  font-weight: 700;
}
.bold-700 a {
  font-weight: 700;
}
.bold-700 ul li {
  font-weight: 700;
}
.bold-700 ul li a {
  font-weight: 700 !important;
}
.bold-700 li {
  font-weight: 700;
}
.bold-700 li a {
  font-weight: 700;
}
.bold-700 button {
  font-weight: 700;
}

.dropBox {
  position: absolute;
  top: 69px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.77);
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 10;
  overflow: hidden;
}
.dropBox li {
  list-style-type: none;
}
.dropBox li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 1em !important;
  color: #fff !important;
  font-size: 11px !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.22) !important;
}
.dropBox li a:hover {
  color: #000 !important;
}
.dropBox li a::before {
  content: "";
  background-color: #4D2E7C !important;
}

.dropBox2 {
  position: absolute;
  width: 200px !important;
  top: 69px;
  left: 0;
  background-color: #4D2E7C;
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 10;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
}
.dropBox2 li {
  list-style-type: none;
}
.dropBox2 li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 1em !important;
  color: #fff !important;
  font-size: 11px !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.22) !important;
}
.dropBox2 li a:hover {
  color: #000 !important;
}
.dropBox2 li a::before {
  content: "";
  background-color: #fff;
}

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

.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: #663CB5;
  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;
  font-size: 11px;
  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;
  top: 0;
  height: 100%;
  z-index: 100;
}
.topSocialMedia aside {
  overflow: hidden;
}
.topSocialMedia aside a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 50px;
  height: 50px;
  background-color: #4D2E7C;
  color: #fff;
  margin-bottom: 2px;
  font-size: 25px;
}
.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;
  padding: 2px 0;
}
.emailPhone span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
  font-weight: 500;
}
.emailPhone span:hover {
  color: #fff;
}
.emailPhone span:nth-child(1) {
  padding-right: 10px;
  position: relative;
}
.emailPhone span i {
  margin-right: 5px;
  color: #fff;
}
.emailPhone span a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
}

.infoBox {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.infoBox aside {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 19px;
}
.infoBox aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #000;
  font-size: 14px;
  text-transform: lowercase !important;
}
.infoBox aside a span {
  font-size: 21px;
  font-weight: bold;
}

.navigationFixed {
  position: fixed;
  width: 100%;
  top: -91px;
  margin-top: 90px;
  transition-duration: 1.2s;
  left: 0;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0px 0px 64px -34px;
}
.navigationFixed .navBlock .logo {
  width: 111px;
}
.navigationFixed .navBlock .logo a .logo-fixed {
  display: block;
}
.navigationFixed .navBlock .logo a .logo-fff {
  display: none;
}
.navigationFixed .navBlock .wrapper_flex ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.navigationFixed .navBlock .wrapper_flex ul li {
  list-style-type: none;
}
.navigationFixed .navBlock .wrapper_flex ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 2em 1em;
  text-transform: capitalize;
  font-size: 13px;
  color: #000;
  display: block;
}
.navigationFixed .navBlock .wrapper_flex ul li a:hover {
  color: #4D2E7C;
  opacity: 0.5;
  transition-duration: 0.2s;
}
.navigationFixed .navBlock .wrapper_flex ul .dropdown-panel2 .drop-link i {
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.navigationFixed .navBlock .wrapper_flex ul .dropdown-panel3 .drop-link i {
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}

header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  position: absolute;
  width: 100%;
}
header .topBar {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.28);
}
header nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
}

.logo-fixed {
  display: none;
}

.navBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navBlock .logo {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.navBlock .logo a {
  overflow: hidden;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0;
}
.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;
}
.navBlock .wrapper_flex ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 2em 1em;
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
  display: block;
}
.navBlock .wrapper_flex ul li a:hover {
  color: #baa360;
  transition-duration: 0.2s;
}
.navBlock .wrapper_flex ul li a::before {
  content: "";
  background: linear-gradient(to right, rgb(205, 162, 116) 0%, rgba(0, 0, 0, 0) 100%);
  height: 1px;
}
.navBlock .wrapper_flex .get-a-quote {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 1px 5px;
  padding-left: 5px;
  border-radius: 50px;
  font-size: 17px;
  transition-duration: 0.2s;
  position: relative;
  font-weight: 700;
}
.navBlock .wrapper_flex .get-a-quote:hover {
  box-shadow: 0px 8px 16px -8px #000;
  transition-duration: 0.2s;
}
.navBlock .wrapper_flex .get-a-quote svg {
  width: 20px;
  fill: #fff;
  position: absolute;
  left: 4px;
  top: 3px;
}
.navBlock .wrapper_flex .tollFree {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.navBlock .wrapper_flex .tollFree p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-width {
  max-width: 690px;
}

.modal-img-cover {
  position: relative;
  padding-bottom: 0;
}
.modal-img-cover .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 100%;
  background-image: none;
  opacity: 1;
  color: #fff;
}
.modal-img-cover .btn-close:hover {
  background-color: #4D2E7C;
}
.modal-img-cover aside {
  width: 100%;
  background-color: #fff;
}
.modal-img-cover aside img {
  width: 100%;
}
.modal-img-cover aside h5 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 0;
  margin: 0;
}

.wrapper-project {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.wrapper-project img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-project aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  position: absolute;
  top: -420px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  transition-duration: 0.2s;
}
.wrapper-project aside h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.wrapper-project aside h5 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.wrapper-project:hover aside {
  top: 0;
  transition-duration: 0.2s;
}

.homeSection {
  padding: 50px 0;
}

.indexWrapper {
  width: 100%;
  height: 429px;
  border-radius: 10px;
  box-shadow: -30px -31px #663CB5;
  position: relative;
}
.indexWrapper::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -13px;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background-color: #663CB5;
  z-index: 10;
}
.indexWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.wrapper__home__content {
  width: 100%;
  padding-left: 50px;
}
.wrapper__home__content h6 {
  font-size: 24px;
  text-transform: capitalize;
}
.wrapper__home__content h3 {
  text-transform: capitalize;
  font-size: 44px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #2a2b2a;
}
.wrapper__home__content p {
  font-size: 16px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

.rowpadingTop {
  padding-top: 30px;
}

.gridflexBox {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 30px;
}
.gridflexBox aside {
  width: 100%;
  height: 200px;
  position: relative;
}
.gridflexBox aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridflexBox aside:nth-child(2) {
  padding-top: 10px;
  height: auto;
}
.gridflexBox aside span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+18,000000+86&0+49,0.83+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 18%, rgba(125, 125, 125, 0) 49%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.83) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00e5e5e5", endColorstr="#d4000000",GradientType=0 ); /* IE6-9 */
}
.gridflexBox aside span h4 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}
.gridflexBox aside a {
  font-size: 14px;
}
.gridflexBox aside a span {
  background: none;
}
.gridflexBox aside p {
  font-size: 13px;
  text-align: justify;
}

.formSection {
  padding-top: 50px;
  position: relative;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/digitalmarketingoffice.jpg);
}
.formSection::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.76);
}
.formSection .container {
  position: relative;
  z-index: 20;
}

.form-box {
  padding: 30px;
}
.form-box h3 {
  text-align: center;
  color: #4D2E7C;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
}
.form-box .form-block .block {
  margin-bottom: 30px;
}
.form-box .form-block .block input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  border: solid 1px rgba(119, 119, 119, 0.231);
}
.form-box .form-block .block select {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  border: solid 1px rgba(119, 119, 119, 0.231);
}
.form-box .form-block .block textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  border: solid 1px rgba(119, 119, 119, 0.231);
}
.form-box .form-block .block button {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px;
}

.digitalMarketingGirl {
  width: 100%;
  height: 100%;
  position: relative;
}
.digitalMarketingGirl img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.studenttestimonial {
  padding: 50px 0;
  background-color: #F4F4F4;
}

.row-padding-block {
  padding: 20px 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  font-family: Arial, sans-serif;
  will-change: transform;
  align-self: center;
}
.marquee span a {
  color: #fff;
}
.marquee::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  left: 0;
  background: linear-gradient(to right, rgba(var(--marquee-bg-color-rgba), 1), rgba(var(--marquee-bg-color-rgba), 0));
}
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  right: 0;
  background: linear-gradient(to left, rgba(var(--marquee-bg-color-rgba), 1), rgba(var(--marquee-bg-color-rgba), 0));
}

.link-cover {
  width: 46px;
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 15;
}
.link-cover ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.link-cover ul li {
  list-style-type: 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);
}

.testiblock {
  padding: 12px;
}
.testiblock aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.169);
  padding: 20px;
  padding-top: 52px;
  position: relative;
}
.testiblock aside div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
}
.testiblock aside div span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #777;
  border: solid 3px #d1d1d1;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.169);
}
.testiblock aside div span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testiblock aside h4 {
  color: #4D2E7C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.testiblock aside p {
  text-align: justify;
  color: #777;
}
.testiblock aside .thanks {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  background-color: #4D2E7C;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  position: static !important;
}
.testiblock aside .google {
  width: 100px;
  padding: 10px;
  position: static !important;
}
.testiblock aside .google img {
  width: 100%;
}

#testimonial .owl-stage {
  padding-top: 29px;
  padding-bottom: 50px;
}

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

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

.newsform form {
  overflow: hidden;
  width: 100%;
  display: flex;
  background-color: #4D2E7C;
  padding: 3px;
  border-radius: 30px;
  justify-content: space-between;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.169);
}
.newsform form input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  border: none;
  padding: 10px;
  border-radius: 30px 0px 0px 30px;
  background-color: #fff;
  width: 80%;
}
.newsform form button {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  border-radius: 0px 30px 30px 0px;
  padding: 0 17px;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  transition-duration: 0.2s;
}
.newsform form button:hover {
  background-color: #fff;
  color: #4D2E7C;
  transition-duration: 0.2s;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.buttonCover a {
  display: block;
  padding: 5px 9px;
  color: #fff !important;
  background-color: #663CB5;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}
.buttonCover a span {
  position: relative;
  z-index: 1;
}
.buttonCover a:hover::before {
  content: "";
  bottom: -30px;
}

.firstCaption h3 {
  margin-bottom: 0px !important;
}

.mainCaption h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #4D2E7C;
}
.mainCaption h3 span {
  color: #663CB5;
}
.mainCaption h4 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.mainCaption h5 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.mainCaption p {
  font-size: 15px;
  text-align: center;
}

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

.center_oparagraph {
  width: 100%;
}
.center_oparagraph p {
  text-align: center;
  font-size: 15px;
  color: #7a7a7a;
}

.flexDirection {
  flex-direction: column;
}

.ItCourse-Padding-top {
  padding-top: 50px;
  padding-bottom: 0 !important;
}

.DigitalMarketingStudy {
  width: 100%;
  height: 100%;
  position: relative;
}
.DigitalMarketingStudy img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.webDevelopmentInKochi {
  padding: 50px 0;
  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;
}

.Gradient-2 {
  background: linear-gradient(135deg, #a93bfe, #584efd) !important;
}

.ScholarshipApplication {
  background-color: #fff;
}

.wrapper-block {
  width: 100%;
  height: 100%;
  padding: 20%;
}
.wrapper-block h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 43px;
  margin-bottom: 30px;
  color: #4D2E7C;
}
.wrapper-block p {
  text-align: justify;
}
.wrapper-block a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  font-size: 16px;
  border-radius: 6px;
}

.web_development_lock_panel {
  padding: 15px;
  padding-top: 100px;
  padding-bottom: 30px;
}
.web_development_lock_panel aside {
  padding: 25px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.web_development_lock_panel aside h4 {
  display: flex;
  gap: 10px;
  color: #4D2E7C;
  font-weight: 500;
  font-size: 25px;
  align-items: center;
  margin-bottom: 20px;
}
.web_development_lock_panel aside h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #4D2E7C;
  border-radius: 6px;
}
.web_development_lock_panel aside h4 span svg {
  fill: #fff;
  width: 15px;
}
.web_development_lock_panel aside p {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 0;
}

.colm_bg_block {
  background-color: #d9d9d9;
}

.Digital-Marketing-Training-Scholarship {
  height: 100%;
  overflow: hidden;
  border-radius: 0px 0px 0px 110px;
  background-color: #4D2E7C;
  position: relative;
}
.Digital-Marketing-Training-Scholarship::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgb(78, 49, 123) 100%);
}
.Digital-Marketing-Training-Scholarship img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.LearningDigitalMarketingKochi {
  padding: 50px 0;
  background-color: #F4F4F4;
}

.rowPaddingTop {
  padding-top: 20px;
}

.Digital-Marketing-Course-Learning {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.169);
  height: 100%;
}
.Digital-Marketing-Course-Learning h4 {
  color: #4D2E7C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 25px;
}
.Digital-Marketing-Course-Learning ul {
  padding: 0;
  margin: 0;
}
.Digital-Marketing-Course-Learning ul li {
  list-style-type: none;
  font-size: 14px;
  color: #777;
  position: relative;
  padding: 5px;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
}
.Digital-Marketing-Course-Learning ul li::before {
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #4D2E7C;
}

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

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

.col-logo {
  margin-bottom: 30px;
}
.col-logo aside {
  width: 100%;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.29);
}
.col-logo aside img {
  width: 100%;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.pricing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  flex: 0 1 330px;
  height: -moz-fit-content;
  height: fit-content;
}
.pricing-item ul {
  flex-direction: column !important;
  padding: 0 20px !important;
}
.pricing-item ul li {
  display: block !important;
  height: auto !important;
  width: 100% !important;
  padding: 0 !important;
  text-align: left !important;
  position: relative;
  padding-left: 30px !important;
  font-size: 13px;
}
.pricing-item ul li::before {
  content: "\f138";
  position: absolute;
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-item ul li:hover {
  transform: none !important;
}

.chooseBtn {
  width: 100%;
  padding: 8px 20px;
  display: block;
  border-radius: 6px;
  background-color: #4D2E7C;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  transition-duration: 0.2s;
  text-transform: capitalize;
}
.chooseBtn:hover {
  background-color: #c00266;
  transition-duration: 0.2s;
  color: #fff;
}

.pricing-action {
  color: #000;
  border: none;
  background: none;
  cursor: pointer;
}
.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #4097f9, #0af0c7);
  padding: 4em 0 9em;
  position: relative;
}
.pricing-palden .pricing-deco aside {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-palden .pricing-deco aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  margin-bottom: 10px;
  box-shadow: 0px 4px 14px -5px #000;
}
.pricing-palden .pricing-deco aside span svg {
  width: 50px;
  fill: #000;
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}
.pricing-palden .deco-layer {
  transition: transform 0.5s;
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing-palden .pricing-price h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.pricing-palden .pricing-price h3 span {
  font-weight: 700;
}
.pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
  position: relative;
  top: -60px;
}
.pricing-palden .pricing-feature {
  padding: 1em 0;
}
.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(135deg, #a93bfe, #584efd);
  transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover {
  background: linear-gradient(135deg, #fd7d57, #f55d59);
}
.pricing-palden .pricing-action:focus {
  background: linear-gradient(135deg, #fd7d57, #f55d59);
}
.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

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

.waves {
  position: relative;
  width: 100%;
  height: 150vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 250px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

.footerLogo {
  width: 100%;
  margin-bottom: 30px;
}
.footerLogo img {
  width: 100%;
}

.footer_list_item {
  width: 100%;
  margin-bottom: 30px;
}
.footer_list_item h4 {
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 13px;
  padding-bottom: 15px;
  position: relative;
}
.footer_list_item h4::before {
  content: "";
  position: absolute;
  width: 70px !important;
  height: 1px !important;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.footer_list_item h4 span {
  width: 100%;
  font-weight: 700;
  display: block;
}
.footer_list_item ul {
  padding: 0;
  margin: 0;
}
.footer_list_item ul li {
  list-style-type: none;
  position: relative;
  padding: 3px;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Eloquia Text" !important;
}
.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: #fff;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 200;
  font-family: "Eloquia Text" !important;
}
.footer_list_item ul li a::before {
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 12px;
}
.footer_list_item ul li a:hover {
  color: #fff;
  transition-duration: 0.2s;
  opacity: 0.5;
}
.footer_list_item p {
  color: #a9a9a9;
  font-size: 12px;
  text-align: justify;
}

.footer_logo_underline {
  border-bottom: solid 1px rgba(255, 255, 255, 0.22);
  margin-bottom: 30px;
}

footer {
  padding-top: 50px;
  background-color: #4D2E7C;
}
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;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 13px;
}
footer .footer_list_item ul li {
  position: relative;
  padding: 3px;
  color: #fff;
  font-size: 15px;
  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: #fff;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 200;
}
footer .footer_list_item ul li a::before {
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 12px;
}
footer .footer_list_item ul li a:hover {
  color: #fff;
  transition-duration: 0.2s;
  opacity: 0.5;
}
footer .footer_list_item p {
  color: #a9a9a9;
  font-size: 12px;
  text-align: justify;
}
footer .footer__contact_block li {
  position: relative;
  padding-left: 31px !important;
  padding: 0 !important;
}
footer .footer__contact_block li i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #4D2E7C;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
}
footer .footer__contact_block li a {
  padding-left: 0 !important;
  padding: 0 !important;
}
footer .footer__contact_block li a::before {
  content: "";
  display: none !important;
}
footer .footer__contact_block h6 {
  color: #fff;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
}
footer .footer__contact_block h6 i {
  margin-right: 15px;
}
footer .follow_us {
  width: 100%;
}
footer .follow_us h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
footer .follow_us h4 i {
  margin-right: 10px;
}
footer .follow_us ul {
  padding: 0;
  margin: 0;
  display: flex;
}
footer .follow_us ul li {
  list-style-type: none;
}
footer .follow_us ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  margin: 3px;
  width: 33px;
  height: 33px;
  color: #4D2E7C;
  font-size: 19px;
  transition-duration: 0.2s;
  background-color: #fff;
  border-radius: 5px;
}
footer .follow_us ul li a svg {
  fill: #4D2E7C;
  width: 20px;
}
footer .follow_us ul li a:hover {
  color: #4D2E7C;
  border: solid 1px #4D2E7C;
}
footer .follow_us ul li a:hover svg {
  fill: #4D2E7C;
}
footer .mobileIcon i {
  font-size: 21px;
}
footer .address li {
  position: relative;
  padding-left: 36px !important;
  color: #fff;
  font-family: "Lexend", sans-serif !important;
  font-weight: 200;
  margin-bottom: 4px;
}
footer .address li i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: #fff;
  color: #663CB5;
  border-radius: 100%;
  top: 1px;
  font-size: 11px;
}
footer .address li h6 {
  font-size: 14px;
  font-weight: 200;
}
footer .address li a {
  padding-left: 0 !important;
}
footer .address li a svg {
  width: 15px;
  fill: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}
footer .address li a::before {
  content: "";
  display: none !important;
}

.sm-pf {
  margin-bottom: 6px;
  color: #fff !important;
  text-transform: uppercase;
}

.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__slider {
  padding: 0;
}

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

.bannerRow {
  position: relative;
  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;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.bannerRow img {
  width: 100%;
}

.bannerCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerCover aside {
  padding: 0 14%;
  position: relative;
}
.bannerCover aside h1 {
  font-size: 54px;
  text-transform: uppercase;
  color: #F7F12F;
  position: relative;
  top: -2em;
  opacity: 0;
  font-weight: 800;
}
.bannerCover aside h1 span:nth-child(1) {
  color: #4D2E7C;
}
.bannerCover aside h1 span:nth-child(2) {
  color: #0097d9;
}
.bannerCover aside h2 {
  font-size: 54px;
  text-transform: uppercase;
  color: #F7F12F;
  position: relative;
  top: -2em;
  opacity: 0;
  font-weight: 800;
}
.bannerCover aside h2 span {
  font-weight: 300;
  font-size: 50px;
}
.bannerCover aside h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  position: relative;
  bottom: -2em;
  opacity: 0;
}
.bannerCover aside h3 span {
  font-weight: 700;
  color: #ff0082;
}
.bannerCover aside h4 {
  font-size: 54px;
  text-transform: uppercase;
  color: #F7F12F;
  position: relative;
  top: -2em;
  opacity: 0;
  font-weight: 800;
}
.bannerCover aside h6 {
  font-size: 29px;
  color: #fff;
  position: relative;
  bottom: -2em;
  opacity: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.bannerCover aside p {
  font-size: 1em;
  position: relative;
  bottom: -8em;
  opacity: 0;
  color: #fff;
  text-align: center;
}
.bannerCover aside .buttonCover {
  width: 100%;
  display: flex;
  position: relative;
  bottom: -9em;
  opacity: 0;
  gap: 10px;
}
.bannerCover aside .buttonCover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 12px 36px;
  color: #000 !important;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  display: block;
  font-size: 15px;
  font-weight: 700 !important;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 31px 16px 0px 0px #663CB5;
  position: relative;
  transition: 0.2s;
}
.bannerCover aside .buttonCover a:hover {
  color: #fff !important;
  transition: 0.2s;
  box-shadow: -19px -13px 0px 0px #ffffff;
  background-color: #663CB5;
}
.bannerCover .banner-img-block {
  width: 31%;
  position: relative;
  right: 10%;
}
.bannerCover .banner-img-block img {
  width: 100%;
  position: relative;
}
.bannerCover .welcomeText h3 {
  font-size: 47px;
}
.bannerCover .welcomeText h4 {
  font-weight: bold;
}

.active .bannerCover {
  padding-top: 20px;
}
.active .bannerCover aside h1 {
  top: 0;
  opacity: 1;
  transition-duration: 1.2s;
  line-height: 1em;
}
.active .bannerCover aside h2 {
  top: 0;
  opacity: 1;
  transition-duration: 1.2s;
  margin-bottom: 20px;
  line-height: 1em;
}
.active .bannerCover aside h3 {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.2s;
  line-height: 27px;
}
.active .bannerCover aside h4 {
  top: 0;
  opacity: 1;
  transition-duration: 1.2s;
  margin-bottom: 20px;
  line-height: 1em;
}
.active .bannerCover aside h6 {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside p {
  bottom: 0em;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside .buttonCover {
  display: flex;
  bottom: 0;
  transition-duration: 1.2s;
  opacity: 1;
  padding-top: 28px;
}
.active .bannerCover aside .buttonCover a {
  font-weight: 300;
}

.Digital-Markting-courses {
  padding-top: 50px;
  background-color: #F4F4F4;
}

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

.webdesign-dubai ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.webdesign-dubai ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25%;
  height: 121px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.169);
  padding: 15px;
  transition-duration: 0.2s;
  position: relative;
}
.webdesign-dubai ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.webdesign-dubai ul li:hover {
  transition-duration: 0.2s;
  transform: scale(1.2);
  z-index: 10;
}
.webdesign-dubai ul li aside {
  width: 50px;
  height: 64px;
}
.webdesign-dubai ul li aside svg {
  fill: #4D2E7C;
  width: 100%;
}
.webdesign-dubai ul li h4 {
  text-transform: uppercase;
  color: #4D2E7C;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.ItTrainingKochi {
  position: relative;
  top: -86px;
  z-index: 100;
}

.ifix-web-development-in-dubai {
  padding-bottom: 50px;
  background-color: #F4F4F4;
}

.BestDigitalMarketingInKochiItTraining {
  padding-right: 40px;
}
.BestDigitalMarketingInKochiItTraining aside {
  border-left: solid 5px #4D2E7C;
  padding-left: 20px;
  margin-bottom: 30px;
}
.BestDigitalMarketingInKochiItTraining aside h3, .BestDigitalMarketingInKochiItTraining aside h4, .BestDigitalMarketingInKochiItTraining aside h5 {
  text-transform: uppercase;
}
.BestDigitalMarketingInKochiItTraining aside h3 {
  font-size: 40px;
  color: #4D2E7C;
  font-weight: 700;
  margin-bottom: 0;
}
.BestDigitalMarketingInKochiItTraining aside h4 {
  margin-bottom: 0;
}
.BestDigitalMarketingInKochiItTraining aside h5 {
  font-size: 40px;
  color: #4D2E7C;
  font-weight: 400;
  margin-bottom: 0;
}
.BestDigitalMarketingInKochiItTraining p {
  font-size: 16px;
  text-align: justify;
}

.ifix-web-development {
  width: 100%;
  height: 100%;
  position: relative;
}
.ifix-web-development::before {
  content: "";
  width: 50px;
  height: 80px;
  background-color: #4D2E7C;
  border-radius: 6px;
  position: absolute;
  top: 30px;
  right: 9px;
  z-index: 15;
}
.ifix-web-development::after {
  content: "";
  width: 60px;
  height: 80px;
  background-color: #4D2E7C;
  border-radius: 6px;
  position: absolute;
  bottom: -30px;
  left: 42px;
  z-index: 15;
}
.ifix-web-development aside {
  width: 90%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.ifix-web-development aside:hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
  transform: scale(1.2);
}
.ifix-web-development aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
}

.DigitalMarketingSkils {
  padding: 50px 0;
  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;
}

.webDevelopmentInKochi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.webDevelopmentInKochi ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 18%;
  height: 176px;
  border: solid 1px rgba(255, 255, 255, 0.616);
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 0.2s;
  position: relative;
}
.webDevelopmentInKochi ul li:hover {
  transition-duration: 0.2s;
  transform: scale(1.2);
  z-index: 15;
}
.webDevelopmentInKochi ul li aside {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.webDevelopmentInKochi ul li aside svg {
  fill: #4D2E7C;
  width: 100%;
}
.webDevelopmentInKochi ul li h4 {
  text-align: center;
  text-transform: uppercase;
  color: #4D2E7C;
  font-size: 14px;
  font-weight: 600;
}

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

.footer__socialmedia {
  display: flex;
  margin-bottom: 20px;
}
.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;
  border: solid 1px #fff;
  margin-right: 5px;
  color: #fff;
}
.footer__socialmedia a svg {
  width: 10px;
  fill: #fff;
}
.footer__socialmedia a i {
  position: static;
  font-size: 13px !important;
}
.footer__socialmedia a:hover {
  border: solid 1px #4D2E7C;
  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;
}

.footer__logo {
  margin-bottom: 15px;
}

.strip {
  background-color: #39205f;
}

.copyright {
  display: flex;
  justify-content: space-between;
}
.copyright p {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.copyright p a {
  text-decoration: none;
  color: #fff;
}

.button_cover_panel {
  width: 100%;
}
.button_cover_panel a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 20px;
  overflow: hidden;
}
.button_cover_panel a::before {
  content: "";
  background-color: #292929;
}
.button_cover_panel a:hover {
  color: #fff;
}

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

.work__panel {
  padding: 30px 0;
}

#recentWorks {
  margin-bottom: 30px;
}

.recent__work_grid {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
}
.recent__work_grid aside {
  width: 100%;
}
.recent__work_grid aside img {
  width: 100%;
}
.recent__work_grid aside:nth-child(2) {
  padding: 17px;
}
.recent__work_grid aside:nth-child(2) h5 {
  color: #000;
  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: #000;
}
.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;
}

.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;
  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: 16px;
  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: flex-end;
  justify-content: center;
  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 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d70a4+0,148485+100 */
  background: rgb(45, 112, 164); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(45, 112, 164) 0%, rgb(20, 132, 133) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d70a4", endColorstr="#148485",GradientType=0 ); /* IE6-9 */
  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;
}

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

.joinUs-block {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: cover;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: #F9F9F9;
}
.joinUs-block .container {
  position: relative;
  z-index: 10;
}

.joinUs__team_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
.joinUs__team_content h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.joinUs__team_content p {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.joinUs__team_content a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #fff;
  color: #4D2E7C;
  text-transform: capitalize;
  font-size: 13px;
  padding: 7px 20px;
  overflow: hidden;
  font-weight: 600;
}
.joinUs__team_content a::before {
  content: "";
  background-color: #4D2E7C;
}
.joinUs__team_content a:hover {
  color: #fff;
}

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

.chooseusSection {
  background-color: #4D2E7C;
}

.choose_img {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0px 0px 107px 0px;
  position: relative;
}
.choose_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.chooseusContent {
  width: 100%;
  padding: 49px;
}
.chooseusContent aside {
  width: 100%;
  margin-bottom: 32px;
}
.chooseusContent aside h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 9px;
  position: relative;
  padding-left: 30px;
  font-family: "Roboto", sans-serif;
}
.chooseusContent aside h5 i {
  position: absolute;
  left: 0;
}
.chooseusContent h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
}
.chooseusContent p {
  font-size: 16px;
  text-align: justify;
  color: #fff;
  padding-left: 30px;
  font-size: 14px;
}
.chooseusContent ul {
  padding: 0;
  margin: 0;
}
.chooseusContent ul li {
  list-style-type: none;
  padding: 10px;
  color: #fff;
  text-align: justify;
  position: relative;
  padding-left: 35px;
}
.chooseusContent ul li span {
  display: block;
  position: absolute;
  left: 0;
  width: 19px;
}
.chooseusContent ul li span svg {
  width: 100%;
  fill: #fff;
}

.shadow-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  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 #F7F7F7;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow-effect aside::before {
  content: "\f2be";
  font-family: "fontAwesome";
  font-size: 50px;
}
.shadow-effect aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shadow-effect h5 {
  text-transform: capitalize;
  font-weight: bold;
  color: #663CB5;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.shadow-effect h6 {
  text-transform: capitalize;
  color: #5c5c5c;
  font-size: 10px;
  text-align: center;
}

#customers-testimonials .shadow-effect p {
  text-align: center;
  font-size: 14px;
  font-size: 11px;
}
#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: #663CB5;
  padding: 9px 35px;
  border-radius: 12px;
  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: #663CB5;
  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: #663CB5;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #663CB5;
  display: inline-block;
  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;
  width: 20px;
}

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

.metaHash_coreArias {
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 24px 34px -38px;
  transition-duration: 0.2s;
}
.metaHash_coreArias:hover {
  transition-duration: 0.2s;
}
.metaHash_coreArias span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #663CB5;
  padding: 17px;
  margin-bottom: 20px;
  border: solid 5px #fff;
  box-shadow: 0px 5px 9px -7px;
}
.metaHash_coreArias span img {
  width: 100%;
}
.metaHash_coreArias h3 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.metaHash_coreArias p {
  font-size: 16px;
  text-align: justify;
  color: #5c5c5c;
  font-size: 13px;
}
.metaHash_coreArias aside {
  display: flex;
  justify-content: space-around;
  width: 86%;
}
.metaHash_coreArias aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  padding: 6px;
  border-radius: 5px;
}
.metaHash_coreArias aside a:nth-child(1) {
  background-color: #25D366;
}
.metaHash_coreArias aside a:nth-child(2) {
  background-color: #663CB5;
}

.topAnimate {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4D2E7C;
  color: #fff;
  font-size: 25px;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: 100px;
  border-radius: 100%;
  z-index: 100;
  transition-duration: 0.2s;
  display: none;
}
.topAnimate:hover {
  background-color: #000;
  transition-duration: 0.2s;
  color: #fff;
}

.top-go {
  display: flex !important;
}

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

.inner-banner {
  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;
}
.inner-banner .aboutBanner {
  width: 100%;
  height: 100%;
}
.inner-banner img {
  width: 100%;
}

.aboutBanner {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.aboutBanner aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 13%;
}
.aboutBanner aside p {
  color: #fff;
  font-size: 19px;
  text-transform: capitalize;
}
.aboutBanner aside a {
  display: block;
  padding: 5px 9px;
  color: #fff !important;
  background-color: #663CB5;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #4D2E7C;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 30px;
  width: fit-content;
}
.aboutBanner aside a::before {
  content: "";
  background-color: #fff;
}
.aboutBanner aside a:hover {
  color: #000 !important;
}
.aboutBanner aside h3 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 38px;
}
.aboutBanner aside h1 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 55px;
  line-height: 47px;
  color: #fff;
  line-height: 47px;
  margin-bottom: 10px;
}
.aboutBanner aside h1 span {
  color: #F7F12F;
}
.aboutBanner aside h2 {
  text-transform: uppercase;
}
.aboutBanner aside h4 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 47px;
  color: #fff;
  line-height: 47px;
  margin-bottom: 0;
}

.about_wrapper_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.about_wrapper_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.best-digital-marketing-in-kochi-kerala {
  background-color: #F4F4F4;
  padding: 84px 0;
}

.Digital-Marketing-Student {
  width: 100%;
}
.Digital-Marketing-Student img {
  width: 100%;
}

.about-digital-marketing-courses-in-kochi {
  padding-left: 30px;
}
.about-digital-marketing-courses-in-kochi h3 {
  font-size: 44px;
  text-transform: uppercase;
  color: #4D2E7C;
  font-weight: 700;
}
.about-digital-marketing-courses-in-kochi h3 span {
  font-weight: 300;
}
.about-digital-marketing-courses-in-kochi h4 {
  text-transform: uppercase;
  font-size: 30px;
  text-transform: uppercase;
}
.about-digital-marketing-courses-in-kochi p {
  text-align: justify;
}

.imgGrid {
  width: 100%;
  position: relative;
}
.imgGrid::before {
  content: "";
  position: absolute;
  bottom: 192px;
  width: 70px;
  height: 90px;
  background-color: #4D2E7C;
  border-radius: 6px;
  left: -30px;
}
.imgGrid aside {
  overflow: hidden;
  border-radius: 10px;
}

.Digital-Marketing-Internship-Training {
  padding: 50px 0;
  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;
}

.Digital-Marketing-Live-Project {
  width: 100%;
  padding: 30px;
}
.Digital-Marketing-Live-Project h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  text-align: left;
}
.Digital-Marketing-Live-Project h3 span {
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0);
}
.Digital-Marketing-Live-Project h5 {
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  text-align: left;
}
.Digital-Marketing-Live-Project p {
  text-align: justify;
}
.Digital-Marketing-Live-Project ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.Digital-Marketing-Live-Project ul li {
  list-style-type: none;
  padding: 5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.404);
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
}
.Digital-Marketing-Live-Project ul li b {
  font-weight: 600;
}
.Digital-Marketing-Live-Project ul li span {
  color: #F7F12F;
  font-weight: 700;
}
.Digital-Marketing-Live-Project a {
  display: block;
  padding: 5px 9px;
  color: #fff !important;
  background-color: #663CB5;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #fff;
  border-radius: 5px;
  color: #4D2E7C !important;
  text-transform: uppercase;
  transition-duration: 0.2s;
  border: solid 1px #fff;
}
.Digital-Marketing-Live-Project a:hover {
  background: none;
  color: #fff !important;
}

.wrapper__content {
  width: 100%;
}
.wrapper__content h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #4D2E7C;
  font-weight: 700;
}
.wrapper__content p {
  font-size: 16px;
  text-align: justify;
  color: #000;
  font-size: 15px;
}
.wrapper__content aside {
  width: 100%;
  padding: 10px 0;
}
.wrapper__content aside h4 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
  color: #4D2E7C;
  font-weight: 700;
}
.wrapper__content aside p {
  font-size: 16px;
  text-align: justify;
  color: #000;
  font-size: 15px;
}

.whatsapp-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #25D366;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 50;
}
.whatsapp-round a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  font-size: 30px;
  color: #fff;
}

.sm_banner_wrapper {
  width: 100%;
  height: 80vh;
  background-color: #663CB5;
  display: none;
}

.sm__logo {
  display: none;
}

.best-digital-marketing {
  padding: 60px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d70a4+0,148485+100 */
  background: rgb(45, 112, 164); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(45, 112, 164) 0%, rgb(20, 132, 133) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d70a4", endColorstr="#148485",GradientType=0 ); /* IE6-9 */
}

.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: 16px;
  text-align: justify;
}

.light-bg {
  background-color: #4D2E7C;
}

.weOffer {
  padding-top: 100px;
  background-color: #4D2E7C;
}

.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;
}
.wrapper_grid_and_icon:hover {
  transform: scale(1.1);
}
.wrapper_grid_and_icon aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 5px 29px -9px rgba(125, 125, 125, 0.78);
}
.wrapper_grid_and_icon aside svg {
  width: 40px !important;
  fill: #663CB5;
}
.wrapper_grid_and_icon h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.wrapper_grid_and_icon p {
  font-size: 16px;
  text-align: justify;
  font-size: 14px;
  color: #777;
}
.wrapper_grid_and_icon a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: block;
  padding: 5px 9px;
  color: #fff !important;
  background-color: #663CB5;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #25D366;
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px;
}

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

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

.owl-img-with-content {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.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: uppercase;
}
.owl-img-with-content aside h5 {
  font-size: 24px;
  text-transform: capitalize;
  background-color: #663CB5;
  color: #fff;
  text-transform: lowercase;
  padding: 5px;
}
.owl-img-with-content aside h5 a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.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: dashed 1px #777;
}
.owl-img-with-content aside ul li:nth-child(1) {
  padding-right: 5px;
}
.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: 12px;
}
.owl-img-with-content aside ul li span {
  width: 20px;
  height: 20px;
  background-color: #663CB5;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 5px;
}

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

.wrapper_block_panel {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 13px;
  height: 100%;
}
.wrapper_block_panel .coverBlock {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wrapper_block_panel .coverBlock .icon {
  width: 35px;
  left: 0;
  top: 22px;
  margin-right: 15px;
}
.wrapper_block_panel .coverBlock .icon svg {
  fill: #4D2E7C;
  width: 100%;
}
.wrapper_block_panel .coverBlock h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  color: #606060;
  text-transform: capitalize;
  margin-bottom: 0;
}
.wrapper_block_panel h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 21px;
}
.wrapper_block_panel h4 span {
  width: 50px;
  height: 50px;
  background-color: #4D2E7C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  border-radius: 6px;
  margin-right: 15px;
}
.wrapper_block_panel h4 span svg {
  fill: #fff;
  width: 25px;
}
.wrapper_block_panel p {
  font-size: 16px;
  text-align: justify;
  color: #000;
  font-size: 14px;
}

.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: 16px;
  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: 16px;
  text-align: justify;
}
.it-training aside ul li::before {
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #663CB5;
}

.training__section {
  padding: 50px 0;
}

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

.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: #663CB5 !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;
}
.table_row th:nth-child(1) {
  font-size: 12px;
}
.table_row td {
  margin-left: 5px;
}
.table_row:nth-child(1) {
  background-color: #0070cb;
}
.table_row:nth-child(2) {
  background-color: #208fe9;
}
.table_row:nth-child(3) {
  background-color: #0070cb;
}
.table_row:nth-child(4) {
  background-color: #208fe9;
}
.table_row:nth-child(5) {
  background-color: #0070cb;
}
.table_row:nth-child(6) {
  background-color: #208fe9;
}
.table_row:nth-child(7) {
  background-color: #0070cb;
}
.table_row:nth-child(8) {
  background-color: #208fe9;
}

.check__box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.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: #0075ff;
}

.amount-box {
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0070cb+0,208fe9+100 */
  background: rgb(0, 112, 203); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 112, 203) 0%, rgb(32, 143, 233) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0070cb", endColorstr="#208fe9",GradientType=0 ); /* IE6-9 */
}
.amount-box .rate {
  font-weight: bold;
}

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: #282828;
}
.list__wrapper ul li:nth-child(2) {
  background-color: #0070cb;
}
.list__wrapper ul li:nth-child(3) {
  background-color: #208fe9;
}
.list__wrapper ul li:nth-child(4) {
  background-color: #0070cb;
}
.list__wrapper ul li:nth-child(5) {
  background-color: #208fe9;
}
.list__wrapper ul li:nth-child(6) {
  background-color: #0070cb;
}
.list__wrapper ul li:nth-child(7) {
  background-color: #208fe9;
}
.list__wrapper ul li:nth-child(8) {
  background-color: #0070cb;
}
.list__wrapper ul li:nth-child(9) {
  background-color: #208fe9;
}
.list__wrapper ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #282828;
  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: flex-end !important;
  padding-bottom: 6%;
}
.contactbanner aside h1 {
  text-align: center;
  color: #fff;
}

.contact__section {
  padding: 10px 0;
  background-color: #F9F9F9;
}

.contact_form {
  width: 100%;
  margin-bottom: 30px;
}
.contact_form p {
  text-transform: uppercase;
  font-weight: 600;
}
.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;
  border: solid 1px #c7c7c7;
  margin-bottom: 20px;
}
.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;
  border: solid 1px #c7c7c7;
  margin-bottom: 20px;
}
.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: 10px 20px;
  background-color: #663CB5;
  color: #fff;
  border-radius: 6px;
}
.contact_form form button:hover {
  background-color: #101115;
  transition-duration: 0.2s;
}

.contactAddress {
  width: 100%;
  height: 100%;
  padding: 70px 0;
}
.contactAddress h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.contactAddress h6 .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 15px;
  color: #fff;
  width: 23px;
  height: 23px;
  background-color: #4D2E7C;
  border-radius: 100%;
}
.contactAddress ul {
  padding: 0;
  margin: 0;
}
.contactAddress ul li {
  list-style-type: none;
  position: relative;
}
.contactAddress ul li .icon {
  position: absolute;
  left: 0;
  color: orangered;
  font-size: 20px;
}
.contactAddress ul aside {
  padding-top: 20px;
}
.contactAddress ul aside h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: bold;
  color: #4D2E7C;
  text-transform: uppercase;
}
.contactAddress ul aside li {
  list-style-type: none;
  position: relative;
  display: flex;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
}
.contactAddress ul aside li span {
  padding-right: 20px;
  color: #777;
  display: block;
  width: 150px;
}
.contactAddress ul aside li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #000;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.contactAddress ul aside li a i {
  position: absolute;
  left: 0;
  top: 5px;
}

.contact__section {
  padding-top: 50px;
}

.contact-form {
  width: 100%;
}
.contact-form aside {
  margin-bottom: 15px;
}
.contact-form aside input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
}
.contact-form aside textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
}
.contact-form aside button {
  display: block;
  padding: 5px 9px;
  color: #fff !important;
  background-color: #663CB5;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: fit-content;
  padding: 8px 30px;
  border-radius: 6px;
  transition-duration: 0.2s;
}
.contact-form aside button:hover {
  background-color: #000;
}

.border-conterol .contactAddress {
  border-right: solid 1px rgba(87, 82, 82, 0.271);
}
.border-conterol:last-child .contactAddress {
  border: none;
}

.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: 16px;
  text-align: justify;
  margin-bottom: 10px;
}
.wrapper_content_point ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #663CB5;
}

.why-bmec {
  background-color: #663CB5;
}

.wrapper__wrapp_img {
  width: 100%;
  padding: 0;
}
.wrapper__wrapp_img img {
  width: 100%;
}

.wrapper__wrapp_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  height: 100%;
}
.wrapper__wrapp_content h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
}
.wrapper__wrapp_content p {
  font-size: 16px;
  text-align: justify;
  color: #fff;
}

.count {
  padding: 50px 0;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/about/count-bg.jpg);
  position: relative;
}
.count::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: hsla(0, 0%, 0%, 0.702);
}
.count .container {
  position: relative;
  z-index: 11;
}

.achievement_pan {
  display: flex;
  flex-direction: column;
}
.achievement_pan span {
  display: flex;
  margin: auto;
  width: 50px;
  font-size: 44px;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.achievement_pan span svg {
  width: 100%;
  fill: #fff;
}
.achievement_pan .counter {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #663CB5;
}
.achievement_pan h6 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.projectsSection {
  padding: 50px 0;
  background-color: #4D2E7C;
}

.project__carousel {
  padding-top: 30px;
}

.projectsItems {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
}
.projectsItems img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectsItems aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,000000+100&0+24,0.92+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(116, 116, 116, 0) 24%, rgba(0, 0, 0, 0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00999999", endColorstr="#eb000000",GradientType=0 ); /* IE6-9 */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
}
.projectsItems aside h5 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

#projects .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 120px;
  left: 0;
}
#projects .owl-nav button {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  font-size: 25px;
  position: relative;
}
#projects .owl-nav button:nth-child(1) {
  left: -30px;
}
#projects .owl-nav button:nth-child(2) {
  right: -30px;
}
#projects .owl-nav button:hover {
  background-color: #663CB5;
  transition-duration: 0.2s;
  color: #fff;
}

.download_brochure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  z-index: 10;
  top: 0;
  left: -66px;
}
.download_brochure a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  transform: rotate(-90deg);
  display: block;
}
.download_brochure a:hover {
  background-color: #292929;
}

.wrapper_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 14px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.wrapper_grid aside {
  width: 50px;
  margin-bottom: 10px;
}
.wrapper_grid aside svg {
  width: 100%;
  fill: #4D2E7C;
}
.wrapper_grid h5 {
  text-align: center;
  color: #663CB5;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0;
}

.gridBlock {
  padding: 30px;
  padding-top: 0;
}

.grid:nth-child(1) .wrapper_grid h5 {
  margin-bottom: 13px;
}

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

.brandLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #F9F9F9;
  overflow: hidden;
  border-radius: 8px;
  padding: 2px;
}
.brandLogo img {
  width: 100%;
  margin: 0 !important;
}

#brands .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
}
#brands .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #4D2E7C;
  color: #fff;
  border-radius: 100%;
  position: relative;
}
#brands .owl-nav button:nth-child(1) {
  left: -50px;
}
#brands .owl-nav button:nth-child(2) {
  right: -50px;
}

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

.testimonial_owl {
  display: flex;
  border-radius: 20px;
}
.testimonial_owl .user_block aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50px 50px 10px 50px;
  background-color: #fff;
  border: solid 5px #fff;
  margin-bottom: 10px;
  font-size: 100px;
  color: #4D2E7C;
  box-shadow: 0px 0px 8px -6px #000;
  overflow: hidden;
}
.testimonial_owl .user_block aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.testimonial_owl .user_block aside svg {
  width: 50px;
  fill: #4D2E7C;
}

.pannel__block {
  width: 100%;
  padding: 0 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.pannel__block p {
  font-size: 16px;
  text-align: justify;
  color: #777;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}
.pannel__block .test-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pannel__block .test-content h4 {
  text-transform: uppercase;
  color: #4D2E7C;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  margin: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px !important;
}
.pannel__block .test-content h6 {
  font-size: 12px;
  color: #8d8d8d;
  margin: 0 !important;
  font-weight: bold;
}
.pannel__block .thank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: -19px;
  left: 0;
  position: absolute;
}
.pannel__block .thank h5 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4D2E7C;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 6px;
  position: relative;
}

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

.footerParagraph p {
  font-size: 16px;
  text-align: justify;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

.contactGoogleMap {
  overflow: hidden;
}

.lg-padd-none {
  padding: 0;
}

.smallBanner {
  background-color: #4D2E7C;
  position: relative;
  display: none;
}
.smallBanner img {
  width: 100%;
}

.lg-none {
  display: none;
}

.smallLetter a {
  text-transform: lowercase !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  font-size: 15px !important;
  display: block;
}
.smallLetter a i {
  top: 1px !important;
}

.position-right {
  position: relative;
  right: 25px;
}

.relative-position {
  position: relative;
}
.relative-position .position-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 13px;
}
.relative-position .position-block .service_block_lg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.687);
}
.relative-position img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.show-xs {
  display: none;
}

.cctv-block:nth-child(2) {
  display: none;
}

.sm-banner {
  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;
  display: none;
  position: relative;
}
.sm-banner aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
}
.sm-banner aside h3, .sm-banner aside h4, .sm-banner aside h6 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.sm-banner aside h3 span {
  color: #F7F12F;
}
.sm-banner aside h4 {
  font-weight: 700;
  color: #F7F12F;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 37px;
}
.sm-banner aside h4 span {
  font-size: 56px;
  display: block;
}
.sm-banner aside h6 {
  font-size: 30px;
  margin-bottom: 0;
}
.sm-banner aside h6 span {
  font-size: 3.9vw;
}
.sm-banner aside .buttoncover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.sm-banner aside .buttoncover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 8px 30px;
  background-color: #fff;
  border-radius: 6px;
  color: #4D2E7C;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.banner_sml_height {
  width: 100%;
  background-color: #4D2E7C;
}

.sub_page__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  padding-top: 200px;
}
.sub_page__title h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.content__section {
  padding: 50px 0;
  background-color: #e3e3e3;
}

.content__list_block {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  border: solid 1px #cbcbcb;
}
.content__list_block aside {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}
.content__list_block aside h6 {
  color: #4D2E7C;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 19px;
}
.content__list_block aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: #4D2E7C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.content__list_block aside p {
  text-align: justify;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.paragraph_position {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px !important;
}
.paragraph_position b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.privacy-Policy h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 30px;
  color: #4D2E7C;
}
.privacy-Policy p {
  text-align: justify;
  font-size: 14px;
}
.privacy-Policy aside {
  width: 100%;
  padding: 20px;
}
.privacy-Policy aside ul {
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.privacy-Policy aside ul h5 {
  color: #4D2E7C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy-Policy aside ul h5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  background-color: #4D2E7C;
}
.privacy-Policy aside ul li {
  list-style-type: none;
  display: flex;
  position: relative;
  font-weight: 600;
  color: #000;
}
.privacy-Policy aside h6 {
  color: #4D2E7C;
  text-transform: capitalize;
  font-weight: 600;
}
.privacy-Policy aside p {
  text-align: justify;
  font-size: 14px;
}

.space_block {
  padding-left: 50px !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.form__block {
  width: 100%;
}
.form__block form {
  width: 100%;
  padding-top: 20px;
}
.form__block form .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form__block form .form-group label {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.form__block form .form-group input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  border: solid 1px #777;
  margin-bottom: 20px;
  font-size: 16px;
}
.form__block form .form-group textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 6px;
  border: solid 1px #777;
  margin-bottom: 20px;
  font-size: 15px;
}
.form__block form .form-group button {
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 6px;
  transition-duration: 0.2s;
}
.form__block form .form-group button:hover {
  background-color: #000;
  color: #fff;
}

.price-title {
  width: 100%;
}
.price-title h4 {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
}
.price-title h4 span {
  font-weight: 700;
  font-size: 50px;
  color: #4D2E7C;
}

.min_serv_block {
  margin-bottom: 30px;
}
.min_serv_block a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 3px 10px;
  color: #000;
  border: solid 1px #000;
  font-size: 14px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  transition-duration: 0.2s;
}
.min_serv_block a:hover {
  background-color: #4D2E7C;
  color: #fff;
}

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

.titgle__block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.titgle__block aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #4D2E7C;
}
.titgle__block aside svg {
  fill: #fff;
  width: 20px;
}
.titgle__block h4 {
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.modal_form {
  width: 100%;
}
.modal_form form {
  padding: 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.modal_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;
  border: solid 1px #777;
  margin-bottom: 20px;
}
.modal_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;
  border: solid 1px #777;
  margin-bottom: 20px;
}
.modal_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 10px;
  border-radius: 6px;
  background-color: #4D2E7C;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=stylesheet.css.map */