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

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;   background-color: #dddddd;
}

p {
  font-family: "Manrope", sans-serif !important;
  line-height: 1.5em;
  color: #575757;
  font-size: 15px !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

img {
  width: 100%;
}

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

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

.centerCaptions h1, .centerCaptions h2, .centerCaptions h3, .centerCaptions h4, .centerCaptions h5, .centerCaptions h6 {
  font-family: "Playfair Display", serif;
  text-align: center;
}

.portfolio_section {
  padding: 50px 0;
}

.row-panel {
  margin: 0;
}

.toggleBtn {
  display: none;
}

.fixedLogo {
  display: none;
}

.container {
  max-width: 1500px;
}

.logo-fff {
  display: none;
}

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

.dropdown_flex {
  position: relative;
}
.dropdown_flex .drop__flex {
  width: 540px;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 52px;
  left: 14px;
  display: flex;
  z-index: 50;
  padding-top: 15px;
}
.dropdown_flex .drop__flex ul {
  background-color: #fff;
  width: 50% !important;
  display: flex;
  flex-direction: column;
}
.dropdown_flex .drop__flex ul li a {
  color: #00aeef !important;
  border-top: 1px solid rgba(0, 43, 92, 0.04) !important;
  padding: 10px 10px !important;
  display: flex !important;
  align-items: center;
  font-size: 12px !important;
  text-transform: capitalize !important;
}
.dropdown_flex .drop__flex ul li a:hover {
  color: #022759 !important;
}
.dropdown_flex .drop__flex ul li a span {
  display: block;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-right: 10px;
}
.dropdown_flex .drop__flex ul li a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown_flex:hover .drop__flex {
  height: 211px;
  transition-duration: 0.2s;
}

.dropDown__cover_block {
  position: relative;
  z-index: 100;
}
.dropDown__cover_block:hover .dropDownCoverBlock {
  height: 280px;
}
.dropDown__cover_block .dropDownCoverBlock {
  width: 214px !important;
  height: 0px;
  position: absolute;
  top: 80px;
  left: 14px;
  flex-direction: column;
  background-color: #022759;
  overflow: hidden;
  transition-duration: 0.2s;
}
.dropDown__cover_block .dropDownCoverBlock li {
  list-style-type: none;
}
.dropDown__cover_block .dropDownCoverBlock 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.15) !important;
  display: flex !important;
}
.dropDown__cover_block .dropDownCoverBlock li a span {
  display: block;
  width: 25px;
  margin-right: 10px;
}
.dropDown__cover_block .dropDownCoverBlock li a span img {
  width: 100%;
}
.dropDown__cover_block .dropDownCoverBlock li a:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.dropDown__cover_block .dropDownCoverBlock li a::before {
  content: "";
  background-color: #faded9;
}

.position-relative-top-block {
  position: relative;
  top: -61px;
  z-index: 15;
}

.top__scroll {
  display: none;
}

.icon-block {
  display: block !important;
}

.link-cover {
  width: 46px;
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 10;
}
.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: #00aeef;
  color: #fff;
  font-size: 19px;
  border-radius: 100%;
  box-shadow: 0px 0px 1px 0px #fff;
}
.link-cover ul li a:hover {
  transition-duration: 0.3s;
  background-color: #022759;
  color: #fff;
  transform: scale(1.2);
  box-shadow: 0px 0px 1px 23px rgba(255, 255, 255, 0);
}

.dropdown-panel {
  position: relative;
  z-index: 100;
}
.dropdown-panel:hover .dropBox {
  height: auto;
  transition-duration: 0.2s;
}
.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: 28px;
  width: 7px;
  height: 7px;
  display: block;
  transform: rotate(47.2deg);
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

.dropBox {
  position: absolute;
  width: 214px !important;
  top: 71px;
  left: 0;
  background-color: #022759;
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 100;
}
.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(234, 234, 234, 0.15) !important;
  text-transform: uppercase !important;
}
.dropBox li a:hover {
  background-color: #00aeef !important;
  color: #fff !important;
}
.dropBox li a::before {
  content: "";
  background-color: #022759;
}

.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: #00aeef;
  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;
  height: 100%;
  z-index: 100;
  top: 0;
}
.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: 40px;
  height: 40px;
  background-color: #00aeef;
  color: #fff;
  margin-bottom: 2px;
  font-size: 20px;
  transition-duration: 0.2s;
}
.topSocialMedia aside a svg {
  fill: #fff;
  width: 15px;
}
.topSocialMedia aside a:hover:nth-child(1) {
  background-color: #00aeef !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;
}
.topSocialMedia aside a:hover:nth-child(5) {
  background-color: #FF0000;
}

.emailPhone {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 2px 0;
}
.emailPhone span {
  display: flex;
  align-items: center;
  color: #022759;
  font-size: 13px;
  padding-left: 10px;
  font-family: "Mulish", sans-serif;
}
.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;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.navigationFixed {
  position: fixed;
  width: 100%;
  top: -90px;
  margin-top: 90px;
  transition-duration: 1.2s;
  left: 0;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0px 3px 64px -31px;
}
.navigationFixed .get-a-quote {
  color: #00aeef !important;
}
.navigationFixed .normalLogo {
  display: none;
}
.navigationFixed .fixedLogo {
  display: block;
}
.navigationFixed .navBlock .logo {
  display: flex;
  align-items: center;
  transition-duration: 0.2s;
  width: 169px;
}
.navigationFixed .navBlock .logo a {
  position: static;
}
.navigationFixed .navBlock .wrapper_flex ul li a {
  color: #000;
}
.navigationFixed .navBlock .wrapper_flex .main__navigation .dropdown-panel .dropArrow {
  position: absolute;
  right: 0;
  top: 28px;
  width: 7px;
  height: 7px;
  display: block;
  transform: rotate(47.2deg);
  border-bottom: solid 2px #00aeef;
  border-right: solid 2px #00aeef;
}
.navigationFixed .navBlock .wrapper_flex .main__navigation .dropDown__cover_block .dropDownCoverBlock {
  top: 72px;
}

.topbar {
  width: 100%;
  padding: 3px 0;
  background-color: #022759;
}

.banner-colms {
  padding: 0 !important;
}

.inner-banner-block {
  padding: 0 !important;
}

.inner-page-block header {
  position: static;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
header nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.507);
}

.navBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navBlock .logo {
  padding: 5px;
  width: 186px;
  position: relative;
  transition-duration: 0.2s;
  padding: 11px;
}
.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: uppercase;
  font-size: 13px;
  color: #000000;
  display: block;
  font-weight: 600;
}
.navBlock .wrapper_flex ul li a:hover {
  color: #022759;
  transition-duration: 0.2s;
}
.navBlock .wrapper_flex .get-a-quote {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 8px;
  font-size: 13px;
  transition-duration: 0.2s;
  margin-left: 20px;
  background-color: #00aeef;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
}
.navBlock .wrapper_flex .get-a-quote i {
  margin-right: 10px;
}
.navBlock .wrapper_flex .get-a-quote::before {
  content: "";
  background-color: #022759;
}
.navBlock .wrapper_flex .get-a-quote:hover {
  transition-duration: 0.2s;
  box-shadow: 0px 8px 23px -8px #000;
  color: #fff !important;
}
.navBlock .wrapper_flex .get-a-quote span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  font-size: 13px;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.home-row-bg {
  background-color: #fff;
  margin: 0;
}

.image-min {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  margin: auto;
  border: solid 2px #022759;
  transition-duration: 0.2s;
  background-color: #fdd4cd;
}
.image-min aside {
  width: 347px;
  height: 347px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.image-min aside span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
}
.image-min aside span div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  opacity: 0;
  transition-duration: 0.2s;
}
.image-min aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-min:hover {
  border: solid 10px #022759;
  transition-duration: 0.2s;
}
.image-min:hover aside span {
  background-color: rgba(245, 105, 129, 0.529);
  transition-duration: 0.2s;
}
.image-min:hover aside span div {
  opacity: 0.5;
  transform: scale(3.2);
  transition-duration: 0.2s;
}

.courses-bock-sm {
  display: none;
}

.applicationProcess {
  padding: 50px 0;
  background-color: #022759;
  order: 1;
}

.row-border-panel {
  background-color: #022759;
  border-radius: 10px;
  height: 500px;
  margin: 0 !important;
}
.row-border-panel .row {
  margin: 0 !important;
}

.caption-block {
  margin-bottom: 30px;
}
.caption-block h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.caption-block h6 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

.grid-block-margin-bottom {
  margin-bottom: 30px;
}
.grid-block-margin-bottom .wrapper-content-grid {
  flex-direction: column;
  padding: 20px;
  height: 100%;
  border: solid 1px rgba(255, 255, 255, 0.07);
  transition-duration: 0.2s;
}
.grid-block-margin-bottom .wrapper-content-grid aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.grid-block-margin-bottom .wrapper-content-grid aside svg {
  fill: #fff;
  width: 100%;
}
.grid-block-margin-bottom .wrapper-content-grid h5 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.grid-block-margin-bottom .wrapper-content-grid p {
  text-align: justify;
  margin-bottom: 0;
  color: #fff;
}
.grid-block-margin-bottom .wrapper-content-grid:hover {
  background-color: rgba(255, 255, 255, 0.129);
  transition-duration: 0.2s;
}

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

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

.image-property {
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.image-property img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.content_block_panels {
  padding: 30px;
}
.content_block_panels aside {
  padding: 15px;
  padding-bottom: 0;
}
.content_block_panels aside h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.content_block_panels aside p {
  text-align: justify;
  font-size: 14px;
  color: #fff;
}

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

.blue-light {
  background-color: #37378b;
}

.pink-color {
  background-color: #ff3e5d;
}

.homeSection {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.indexWrapper {
  width: 100%;
  height: 429px;
  border-radius: 10px;
  box-shadow: -30px -31px #00aeef;
  position: relative;
}
.indexWrapper::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -13px;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background-color: #00aeef;
  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: 15px;
  text-align: justify;
}

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

.buttonCover a {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
  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;
}

.mainCaption h3 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #022759;
}
.mainCaption h5 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.mainCaption p {
  text-align: center;
  font-size: 15px;
}

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

.center_oparagraph {
  width: 100%;
}
.center_oparagraph p {
  text-align: center;
  font-size: 14px;
  font-size: 1.2rem;
}

.flexDirection {
  flex-direction: column;
}

.contactlistSm {
  display: none;
}
.contactlistSm h4 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0;
}
.contactlistSm ul {
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  position: relative;
  top: -27px;
}
.contactlistSm ul li {
  width: 82%;
  display: flex;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.251);
  padding-top: 0;
}
.contactlistSm ul li:last-child {
  margin-bottom: 0;
}
.contactlistSm ul li aside {
  color: #fff;
}
.contactlistSm ul li aside:nth-child(1) {
  width: 40px;
  height: auto;
  padding: 10px;
  font-size: 19px;
  position: relative;
}
.contactlistSm ul li aside:nth-child(1) i {
  position: absolute;
  top: 0;
  left: 0;
}
.contactlistSm ul li aside:nth-child(1) img {
  width: 20px;
}
.contactlistSm ul li aside:nth-child(2) {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactlistSm ul li aside:nth-child(2) h6 {
  color: #6cc9df;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
}
.contactlistSm ul li aside:nth-child(2) p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.contactlistSm ul li aside:nth-child(2) p a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.contactlistSm ul li aside:nth-child(2) p span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-top: 5px;
  align-items: center;
  font-weight: 100;
}
.contactlistSm ul li aside:nth-child(2) p span img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.contactlistSm ul li aside:nth-child(2) p span i {
  margin-left: 5px;
}

.row__padding_top_fixed {
  padding-top: 50px;
}

.capitalize {
  text-transform: capitalize !important;
}

.button-before-bg a::before {
  content: "";
  background-color: #faded9 !important;
}
.button-before-bg a:hover {
  color: #022759;
}

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

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.footerLogo {
  width: 239px;
  margin-bottom: 30px;
}
.footerLogo img {
  width: 100%;
}

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

footer {
  padding-top: 30px;
  background-color: #022759;
}
footer .footer_paragraph p {
  font-size: 12px;
  color: #a9a9a9;
}
footer .footer_list_item {
  width: 100%;
  margin-bottom: 30px;
}
footer .footer_list_item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.063rem;
  text-transform: uppercase !important;
  color: #fff;
}
footer .footer_list_item ul li {
  position: relative;
  color: #fff;
  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: 3px;
  padding-left: 20px;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  display: block;
}
footer .footer_list_item ul li a::before {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50px 50px 10px 50px;
  background-color: #00aeef;
  display: block;
}
footer .footer_list_item ul li a:hover {
  color: rgba(255, 255, 255, 0.397);
  transition-duration: 0.2s;
}
footer .footer_list_item p {
  color: #a9a9a9;
  font-size: 12px;
  text-align: justify;
}
footer .folliwUs {
  width: 100%;
  padding-top: 5px;
  margin-bottom: 20px;
}
footer .folliwUs h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 2.063rem;
  text-transform: uppercase !important;
  color: #fff;
}
footer .folliwUs ul {
  padding: 0;
  margin: 0;
  display: flex;
}
footer .folliwUs ul li {
  list-style-type: none;
}
footer .folliwUs ul li 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 rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 14px;
  margin: 2px;
  border-radius: 5px;
}
footer .folliwUs ul li a svg {
  fill: #fff;
  width: 15px;
}
footer .folliwUs ul li:hover:nth-child(1) a {
  background-color: #00aeef !important;
  color: #fff;
}
footer .folliwUs ul li:hover:nth-child(2) a {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
footer .folliwUs ul li:hover:nth-child(3) a {
  background-color: #00acee;
}
footer .folliwUs ul li:hover:nth-child(4) a {
  background-color: #c4302b;
  color: #fff;
}
footer .folliwUs ul li:hover:nth-child(5) a {
  background-color: #0A66C2;
  color: #fff;
}
footer .address li {
  position: relative;
  padding-left: 30px !important;
  color: #ffffff !important;
  font-size: 15px;
  margin-bottom: 10px;
}
footer .address li div {
  font-family: "Mulish", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  display: contents;
}
footer .address li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 15px;
  color: #022759;
}
footer .address li:nth-child(2) span {
  font-size: 12px;
}
footer .address li i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #022759;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  font-size: 13px;
  border-radius: 100%;
}

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

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

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

.order-sm {
  padding: 0 !important;
}
.order-sm:nth-child(1) .pannel_grid_block {
  background-color: #b31931 !important;
}
.order-sm:nth-child(2) .pannel_grid_block {
  background-color: #078d5f !important;
}
.order-sm:nth-child(3) .pannel_grid_block {
  background-color: #c12b63 !important;
}
.order-sm:nth-child(4) .pannel_grid_block {
  background-color: #01758e !important;
}

.services_block_section {
  padding: 50px 0;
  background-color: #022759;
}

.caption-position {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.caption-position aside {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.caption-position aside h6, .caption-position aside h3 {
  color: #fff;
  text-transform: uppercase;
}
.caption-position aside h6 {
  font-size: 18px;
}
.caption-position aside h3 {
  font-weight: 800;
  font-size: 30px;
}
.caption-position aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  padding: 5px;
  padding-right: 20px;
  padding-bottom: 15px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.caption-position aside a::before {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition-duration: 0.2s;
}
.caption-position aside a:hover:before {
  content: "";
  left: -300px;
  transition-duration: 0.2s;
}
.caption-position aside a i {
  position: absolute;
  right: 0;
  top: 10px;
}

.grid-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.border-solid {
  border: solid 1px rgba(255, 255, 255, 0.15);
}

.grid_colmn {
  width: 20%;
}
.grid_colmn aside {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.grid_colmn aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.grid_colmn aside span svg {
  fill: #fff;
  width: 48px;
}
.grid_colmn aside h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
.grid_colmn aside p {
  color: #fff;
}
.grid_colmn aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}
.grid_colmn aside a:hover {
  opacity: 0.5;
}
.grid_colmn aside a i {
  margin-left: 10px;
}

.bannerCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bannerCover aside {
  width: 100%;
  padding: 0 11%;
  position: relative;
}
.bannerCover aside h1 {
  font-size: 2.9vw;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  position: relative;
  top: -2em;
  opacity: 0;
  line-height: 62px;
  margin-bottom: 7px;
}
.bannerCover aside h1 span {
  color: #fff;
}
.bannerCover aside h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: relative;
  bottom: -2em;
  opacity: 0;
  margin: 0;
}
.bannerCover aside h4 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  position: relative;
  bottom: -2em;
  opacity: 0;
}
.bannerCover aside p {
  font-size: 1em;
  position: relative;
  bottom: -8em;
  opacity: 0;
  color: #000;
  margin-bottom: 0;
}
.bannerCover aside .buttonCover {
  display: flex;
  width: 100%;
  position: relative;
  bottom: -9em;
  opacity: 0;
  padding-top: 20px;
}
.bannerCover aside .buttonCover a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 10px 20px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: Overpass, sans-serif !important;
  line-height: normal;
  background-color: #022759;
  border-radius: 3px;
  overflow: hidden;
  padding: 8px 10px;
}
.bannerCover aside .buttonCover a::before {
  content: "";
  background-color: #fff !important;
}
.bannerCover aside .buttonCover a i {
  margin-right: 10px;
}
.bannerCover aside .buttonCover a:hover {
  color: #022759 !important;
}

.active .bannerCover {
  padding-top: 20px;
}
.active .bannerCover aside h1 {
  top: 0;
  opacity: 1;
  transition-duration: 1.2s;
  font-size: 2.9vw;
}
.active .bannerCover aside h3 {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside h4 {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside p {
  bottom: 0em;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside .buttonCover {
  bottom: 0;
  transition-duration: 1.2s;
  opacity: 1;
}
.active .bannerCover aside .buttonCover a:nth-child(1):hover {
  transition-duration: 0.2s;
}
.active .bannerCover aside .buttonCover a:nth-child(2):hover {
  color: #fff !important;
  transition-duration: 0.2s;
}

.wrapperRound {
  width: 100%;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  border: solid 5px #022759;
}
.wrapperRound img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-text {
  width: 100%;
  margin-bottom: 20px;
}
.title-text svg {
  fill: #fff;
  width: 100%;
}

.malayalam-text {
  text-align: left;
  line-height: 30px;
}

.gridrow {
  padding-top: 20px;
}

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

.text-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #022759;
  border-radius: 10px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
.text-grid svg {
  width: 100%;
  fill: #fff;
}

.siteMinCaption h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.siteMinCaption h2 aside {
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 41px;
  color: #00aeef;
  text-align: center;
  margin: 0 15px;
  font-weight: 700;
}
.siteMinCaption h2 aside span {
  color: #022759;
  font-weight: 700;
}
.siteMinCaption h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}
.siteMinCaption h4 span {
  color: #022759;
  font-weight: 500;
}
.siteMinCaption p {
  font-size: 15px;
  text-align: justify;
  font-size: 15px;
  line-height: 1.5;
}

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

.client_section {
  padding: 40px 0;
}

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

.client_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  height: 81px;
  margin-bottom: 25px;
  border: solid 1px rgba(119, 119, 119, 0.18);
}
.client_logo img {
  width: 139px !important;
  margin: 0 !important;
}
.client_logo:hover img {
  filter: grayscale(0%);
}

.row_padding {
  padding: 30px 0;
  padding-bottom: 0;
}

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

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

.services_section {
 
  padding: 50px 0;
  background-color: #f1f1f1;
}

.servicesCaption {
  padding-bottom: 20px;
}
.servicesCaption h3 {
  color: #022759;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  margin: 10px 0;
  line-height: 1em;
}
.servicesCaption h6 {
  text-align: center;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}
.servicesCaption h6 br {
  display: none;
}
.servicesCaption p {
  color: #575757;
}

.service_block_lg {
  width: 100%;
  background-color: #022759;
  display: flex;
}
.service_block_lg aside {
  width: 50%;
}
.service_block_lg aside img {
  width: 100%;
}
.service_block_lg aside:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 30px;
}
.service_block_lg aside:nth-child(1) h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

.btnCoverBlock {
  width: 100%;
}
.btnCoverBlock a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 10px;
  background-color: #fff;
  text-transform: uppercase;
  color: #00aeef;
  border-radius: 5px;
  transition-duration: 0.2s;
  font-size: 12px;
  font-weight: 600;
}
.btnCoverBlock a:hover {
  background-color: #00aeef;
  color: #fff;
}

.serviceBlock_sm {
  width: 100%;
  height: 140px;
  margin-bottom: 22px;
  display: flex;
}
.serviceBlock_sm aside {
  padding: 10px;
}
.serviceBlock_sm aside:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 90%;
}
.serviceBlock_sm aside:nth-child(1) h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}
.serviceBlock_sm aside:nth-child(2) {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.serviceBlock_sm aside:nth-child(2) img {
  width: 100%;
}
.serviceBlock_sm:nth-child(1) {
  background-color: #4a5573;
}
.serviceBlock_sm:nth-child(2) {
  background-color: #bfbfbf;
  margin-bottom: 0;
}

.serviceBlock_sm_h {
  width: 100%;
  height: 100%;
  background-color: #00aeef;
  display: flex;
  flex-direction: column;
}
.serviceBlock_sm_h aside {
  width: 100%;
  padding: 15px;
}
.serviceBlock_sm_h aside h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.serviceBlock_sm_h aside a:hover {
  background-color: #022759;
}
.serviceBlock_sm_h aside:nth-child(2) img {
  width: 100%;
}

.services_row {
  margin-bottom: 30px;
}

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

.service_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.service_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #022759;
  padding: 10px;
  width: 18%;
  height: 160px;
  box-shadow: 0px 2px 5px -2px #000;
  margin: 7px;
  transition-duration: 0.2s !important;
}
.service_list ul li:hover {
  transform: scale(1.1) !important;
  transition-duration: 0.2s !important;
}
.service_list ul li aside {
  width: 50px;
  margin-bottom: 20px;
}
.service_list ul li aside svg {
  width: 100%;
  fill: #fff;
}
.service_list ul li aside img {
  width: 100%;
}
.service_list ul li h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.aboutSection {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-color: #fff;
  margin-bottom: 30px;
}

.aboutGridBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 18px -14px #000;
  height: 100%;
}
.aboutGridBlock aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #022759;
  margin-bottom: 10px;
  border-radius: 100%;
  border: solid 5px #f3f3f3;
  box-shadow: 0px 3px 7px -5px;
}
.aboutGridBlock aside svg {
  fill: #fff;
  width: 40px;
}
.aboutGridBlock h4 {
  text-transform: uppercase;
  color: #022759;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
}
.aboutGridBlock p {
  font-size: 15px;
  text-align: justify;
  font-size: 14px;
  color: #7a7a7a;
}
.aboutGridBlock ul {
  padding: 0;
  margin: 0;
}
.aboutGridBlock ul li {
  list-style-type: none;
  padding: 3px;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: #777;
}
.aboutGridBlock ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #022759;
}

.image-panel {
  margin-bottom: 15px;
}
.image-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-colms {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.grid-colms aside {
  width: 48%;
  height: 162px;
  background-color: #022759;
  border-radius: 10px;
  overflow: hidden;
}
.grid-colms aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
}
.grid-colms aside:hover img {
  transform: scale(1.1);
  transition-duration: 0.2s;
}

.who-we-are-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.wrapper_about_round {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper_about_round span {
  position: absolute;
  top: -8px;
  left: -25px;
  display: block;
  width: 119%;
  height: 100%;
  z-index: 10;
  transition-duration: 0.2s;
}
.wrapper_about_round span img {
  width: 100%;
}
.wrapper_about_round:hover aside img {
  transform: scale(1.2);
  transition-duration: 1.2s;
}
.wrapper_about_round aside {
  width: 100%;
}
.wrapper_about_round aside:hover img {
  transform: scale(1.2);
  transition-duration: 1.2s;
}
.wrapper_about_round aside img {
  width: 100%;
  transition-duration: 1.2s;
  border-radius: 100%;
}

.inner-page header .navigationFixed {
  position: static !important;
  margin: 0 !important;
}

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

.min__paragraph {
  padding-top: 20px;
}
.min__paragraph p {
  text-align: justify;
  color: #575757;
}

.about_wrapper {
  width: 100%;
}
.about_wrapper h6 {
  text-transform: uppercase;
  color: #022759;
  font-weight: 800 !important;
  font-size: 19px !important;
  letter-spacing: normal !important;
}
.about_wrapper .button_cover_panel {
  justify-content: flex-start;
}
.about_wrapper ul {
  padding: 0;
  margin: 0;
}
.about_wrapper ul li {
  list-style-type: none;
  padding: 5px;
  position: relative;
  font-family: "Roboto", sans-serif !important;
  padding-left: 20px;
  text-align: justify;
  color: #575757;
}
.about_wrapper ul li b {
  display: block;
  color: #022759;
  text-transform: capitalize;
}
.about_wrapper ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #022759;
}
.about_wrapper p {
  font-size: 15px;
  text-align: justify;
  color: #575757;
  font-size: 15px !important;
  line-height: 22px;
}
.about_wrapper p b {
  color: #777;
}
.about_wrapper h2 {
  color: #022759;
  font-weight: 900;
  font-size: 30px;
}
.about_wrapper h2 span {
  color: #000;
}
.about_wrapper h6 {
  text-align: left;
  font-weight: 400;
  letter-spacing: -2px;
  font-size: 25px;
}
.about_wrapper h6 br {
  display: none;
}
.about_wrapper h3 {
  color: #022759;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  line-height: 2.5rem;
  text-decoration: none;
  margin-bottom: 20px;
}
.about_wrapper h3 br {
  display: none;
}
.about_wrapper h3 span {
  font-weight: 700;
  color: #000;
}
.about_wrapper h4 {
  font-size: 33px;
  letter-spacing: normal;
  color: #00aeef;
  font-weight: 600;
  text-transform: uppercase;
}
.about_wrapper h4 span {
  color: #022759;
  font-weight: 700;
}
.about_wrapper h5 {
  font-size: 25px;
  text-align: left;
  margin-bottom: 10px;
  color: #00aeef;
  text-transform: uppercase;
  font-weight: 700;
}
.about_wrapper a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #00aeef;
  color: #fff;
  text-transform: uppercase;
  font-family: Overpass, sans-serif;
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: -0.3px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.about_wrapper a::before {
  content: "";
  background-color: #a33749;
}
.about_wrapper a:hover {
  background-color: #022759;
  color: #fff;
}
.about_wrapper .small-caption {
  font-size: 16px !important;
}

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

.wrapps {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 15px !important;
  border: solid 1px #e3e3e3;
  margin-bottom: 30px;
  height: 100%;
}

.content-list {
  padding-top: 40px;
}
.content-list p {
  color: #575757;
}
.content-list ul {
  padding: 0;
  margin: 0;
}
.content-list ul li {
  list-style-type: none;
  padding: 5px;
  position: relative;
  padding-left: 20px;
  text-align: justify;
  color: #575757;
  font-family: "Roboto", sans-serif !important;
}
.content-list ul li b {
  display: block;
  color: #022759;
  text-transform: capitalize;
}
.content-list ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #022759;
}
.content-list p {
  text-align: justify;
}
.content-list h6 {
  color: #022759;
  font-weight: 800;
  font-size: 18px;
}

.min-wrapp-section {
  background-color: #faf8fe;
  padding: 30px 0;
}

.logos_section {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.panel__section {
  padding: 50px 0;
  background-color: #faded9;
}

.image-grid-colms {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.image-grid-colms aside {
  width: 45%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #777;
  border: solid 5px #fff;
}
.image-grid-colms aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
}
.image-grid-colms aside:hover img {
  transform: scale(1.2);
  transition-duration: 0.2s;
}
.image-grid-colms aside:nth-child(5) {
  width: 94%;
  height: 166px;
}

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

.section-min-wrapper {
  padding: 50px 0;
  background-color: #faded9;
}

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

.content-panel-block {
  margin: 0 !important;
  background-color: #fff;
  padding: 10px;
  background-color: #fff;
  height: 100%;
}

.pannel-content {
  width: 100%;
}
.pannel-content h4 {
  text-transform: capitalize;
  font-weight: 900;
  color: #022759;
}
.pannel-content p {
  font-size: 15px;
  text-align: justify;
  color: #000;
}

.image-block-panel {
  height: 100%;
}
.image-block-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.section-theam-background {
  padding: 50px 0;
  background-color: #022759;
}

.content0-block-panel-row {
  padding-left: 30px;
}
.content0-block-panel-row h3 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 900;
}
.content0-block-panel-row h5 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 900;
}
.content0-block-panel-row p {
  color: #fff;
  text-align: justify;
}
.content0-block-panel-row ul li {
  color: #fff;
}
.content0-block-panel-row ul li::before {
  color: #fff;
  font-family: "fontAwesome";
}

.panel-padding-top {
  padding-top: 15px;
}

.theamLight-background {
  padding: 50px 0;
  background-color: #e2e2e2;
}

.subContent p {
  text-align: justify;
}
.subContent h4 {
  font-size: 19px;
  letter-spacing: normal;
  color: #00aeef;
  font-weight: 600;
}

.company_title {
  margin-bottom: 30px;
}

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

.contact_list_block {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 30px;
}
.contact_list_block::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.contact_list_block h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.contact_list_block p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-family: "Mulish", sans-serif !important;
}
.contact_list_block i {
  position: absolute;
  left: 0;
  font-size: 16px;
}

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

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

.footer__socialmedia {
  display: flex;
}
.footer__socialmedia a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 25px;
  height: 25px;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-right: 5px;
  color: #fff;
}
.footer__socialmedia a i {
  position: static;
  font-size: 13px !important;
}
.footer__socialmedia a svg {
  width: 10px;
  fill: #fff;
}
.footer__socialmedia a:hover {
  border: solid 1px #022759;
  transition-duration: 0.2s;
}
.footer__socialmedia a:nth-child(1):hover {
  background-color: #00aeef !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: #00acee;
  color: #fff;
}
.footer__socialmedia a:nth-child(4):hover {
  background-color: #c4302b;
  color: #fff;
}

.strip {
  background-color: rgba(0, 0, 0, 0.11);
}

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

.button_cover_panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_cover_panel a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #022759;
  color: #fff;
  text-transform: uppercase;
  font-family: Overpass, sans-serif;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: -0.3px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.button_cover_panel a i {
  margin-right: 10px;
}
.button_cover_panel a::before {
  content: "";
  background-color: #fff;
}
.button_cover_panel a:hover {
  color: #022759;
}

.recent_work {
  background-color: #F7F7F7;
  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: 15px;
  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-image: url(../images/choosebg.jpg);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.joinUs-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #022759;
  opacity: 0.8;
}
.joinUs-block .container {
  position: relative;
  z-index: 10;
}

.joinUs__team_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
.joinUs__team_content h3 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.joinUs__team_content p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-size: 15px;
}
.joinUs__team_content a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #00aeef;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 20px;
  overflow: hidden;
}
.joinUs__team_content a::before {
  content: "";
  background-color: #fff;
}
.joinUs__team_content a:hover {
  background-color: #fff;
  transition-duration: 0.2s;
  color: #000;
}

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

.whychooseContents aside {
  width: 100%;
  margin-bottom: 20px;
}
.whychooseContents aside img {
  width: 100%;
}
.whychooseContents h3 {
  color: #022759;
  text-transform: capitalize;
  font-weight: 900;
}
.whychooseContents h5 {
  text-transform: capitalize;
  font-weight: 900;
}
.whychooseContents p {
  color: #000;
  text-align: justify;
}

.whyChoosesSection {
  padding: 50px 0;
  background-color: #faded9;
}

.row-panel-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.choose_img {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0px 0px 107px 0px;
  position: relative;
}
.choose_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #022759;
  opacity: 0.2;
}
.choose_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.chooseusContent {
  width: 100%;
  padding: 49px;
}
.chooseusContent h3 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.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: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 5px #e5e5e5;
}
.shadow-effect aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.shadow-effect h5 {
  text-transform: capitalize;
  font-weight: bold;
  color: #022759;
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}
.shadow-effect h6 {
  text-transform: capitalize;
  color: #5c5c5c;
  font-size: 15px;
  text-align: center;
  display: flex;
}
.shadow-effect h6 img {
  width: 20px !important;
  margin-right: 7px !important;
}
.shadow-effect p {
  color: #575757;
  text-align: justify !important;
}

#customers-testimonials .shadow-effect p {
  text-align: center;
  font-size: 14px;
  font-size: 13px;
}
#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: #ffbf00;
  padding: 9px 35px;
  text-align: center;
  color: #000;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  font-size: 13px;
}

.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 span {
  border-radius: 100%;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
  background: #022759;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  border-radius: 100%;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #022759;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #022759;
  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: #00aeef;
  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: 15px;
  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: #00aeef;
}

.topAnimate {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #022759;
  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;
}
.topAnimate:hover {
  background-color: #a33749;
  transition-duration: 0.2s;
  color: #fff;
}

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

.aboutBanner {
  position: relative;
  overflow: hidden;
}
.aboutBanner aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 0 13%;
}
.aboutBanner aside p {
  color: #fff;
}
.aboutBanner aside a {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #022759;
  color: #fff;
  padding: 4px 11px;
  width: fit-content;
}
.aboutBanner aside a::before {
  content: "";
  background-color: #00aeef;
}
.aboutBanner aside h3 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 300;
  color: #022759;
}
.aboutBanner aside h2 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 47px;
  line-height: 47px;
  line-height: 51px;
  text-align: left;
}
.aboutBanner aside h2 span {
  color: #777;
  font-weight: 100;
  font-weight: 300;
  font-size: 42px;
}
.aboutBanner aside h1 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  line-height: 47px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}
.aboutBanner aside h1 span {
  color: #777;
  font-weight: 100;
  font-weight: 300;
  font-size: 42px;
}
.aboutBanner img {
  padding: 0;
  margin: 0;
}

.bottom_padding_none {
  padding-bottom: 0;
}

.about-content-padding {
  padding-left: 4%;
}

.about_wrapper_img {
  height: 100%;
  position: relative;
  border-radius: 0 0 120px 0;
  overflow: hidden;
}
.about_wrapper_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.wrapper__content {
  width: 100%;
}
.wrapper__content h3 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #022759;
  font-weight: 700;
}
.wrapper__content p {
  font-size: 15px;
  text-align: justify;
  color: #000;
  font-size: 15px;
}
.wrapper__content aside {
  width: 100%;
  padding: 10px 0;
}
.wrapper__content aside h4 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  color: #022759;
  font-weight: 700;
}
.wrapper__content aside p {
  font-size: 15px;
  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 {
  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: #00aeef;
  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: 15px;
  text-align: justify;
}

.light-bg {
  background-color: #022759;
}

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

.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: #00aeef;
}
.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: 15px;
  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: 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
  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: #00aeef;
  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: #00aeef;
  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: 30px;
}
.wrapper_block_panel h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  color: #022759;
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper_block_panel p {
  font-size: 15px;
  text-align: justify;
  color: #000;
}

.it-training {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.it-training aside {
  width: 100%;
}
.it-training aside h1 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  text-align: left;
}
.it-training aside p {
  font-size: 15px;
  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: 15px;
  text-align: justify;
}
.it-training aside ul li::before {
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #00aeef;
}

.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: #00aeef !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: center !important;
}
.contactbanner aside h1 {
  text-align: center;
  color: #fff;
}
.contactbanner .container-fluid {
  padding: 0 !important;
}

.contact__section {
  padding: 50px 0;
  background-color: #f7f8f9;
}

.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: 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: 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: #00aeef;
  color: #fff;
  border-radius: 6px;
}
.contact_form form button:hover {
  background-color: #101115;
  transition-duration: 0.2s;
}

.contactAddress {
  width: 100%;
  padding-top: 30px;
}
.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;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 12px;
  color: #fff;
  width: 23px;
  height: 23px;
  background-color: #00aeef;
  border-radius: 100%;
}
.contactAddress ul {
  padding: 0;
  margin: 0;
}
.contactAddress ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}
.contactAddress ul li .icon {
  position: absolute;
  left: 0;
  color: orangered;
  font-size: 20px;
}
.contactAddress ul aside {
  padding-top: 20px;
  padding-left: 20px;
}
.contactAddress ul aside h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: bold;
}
.contactAddress ul aside li {
  list-style-type: none;
  position: relative;
  padding-left: 0;
  display: flex;
  font-size: 14px;
}
.contactAddress ul aside li span {
  padding-right: 20px;
  color: #777;
  display: block;
  width: 150px;
}
.contactAddress ul aside li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #000;
  font-weight: 700;
}

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

.why-bmec {
  background-color: #00aeef;
}

.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 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}
.wrapper__wrapp_content p {
  font-size: 15px;
  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: #00aeef;
}
.achievement_pan h6 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

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

.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;
  background: linear-gradient(45deg, rgb(33, 75, 247) 0%, rgb(40, 232, 253) 100%);
  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: #00aeef;
  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: -74px;
}
.download_brochure a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 14px;
  background-color: #022759;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  left: 21px;
  transform: rotate(-90deg);
  display: block;
  transition-duration: 0.2s;
}
.download_brochure a:hover {
  transition-duration: 0.2s;
}
.download_brochure a::before {
  content: "";
  background-color: black;
}

.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: #022759;
}
.wrapper_grid h5 {
  text-align: center;
  color: #00aeef;
  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: #f5f5f5;
}

.brandLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f5f5f5;
  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: #022759;
  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;
}

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

.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: 15px;
  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: #022759;
  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: #022759;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 6px;
  position: relative;
}

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

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

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

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

.panel_block {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  display: flex;
}
.panel_block span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #022759;
  border-radius: 100%;
  border: solid 5px #fff;
}
.panel_block span svg {
  fill: #fff;
  width: 35px;
}
.panel_block aside {
  width: 80%;
  padding: 10px;
}
.panel_block aside h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #00aeef;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
}
.panel_block aside p {
  font-size: 15px;
  text-align: justify;
  color: #7a7a7a;
}

.servicesSectionBlock {
  padding: 50px 0;
  background-color: #faded9;
}

.flex-start {
  justify-content: flex-start !important;
}

.wrapperServicesContent {
  width: 100%;
  padding: 20px;
}
.wrapperServicesContent p {
  font-size: 15px;
  text-align: justify;
  line-height: 24px;
  color: #575757;
}
.wrapperServicesContent h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #022759;
  font-size: 18px;
}
.wrapperServicesContent h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #022759;
  font-size: 16px;
}
.wrapperServicesContent ul {
  padding: 0;
  margin: 0;
}
.wrapperServicesContent ul li {
  list-style-type: none;
  text-transform: capitalize;
  color: #022759;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
.wrapperServicesContent ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
  color: #022759;
}
.wrapperServicesContent aside p {
  margin-bottom: 0;
}
.wrapperServicesContent aside p b {
  color: #022759;
}
.wrapperServicesContent .buttonCover a {
  background-color: #fff;
  color: #022759;
  border-radius: 30px;
  overflow: hidden;
  transition-duration: 0.2s;
  text-transform: uppercase;
  font-size: 13px;
}
.wrapperServicesContent .buttonCover a::before {
  content: "";
  background-color: #fff;
}
.wrapperServicesContent .buttonCover a:hover {
  color: #fff;
  border-color: #022759;
  transition-duration: 0.2s;
  transform: scale(1.1);
  box-shadow: 0px 19px 21px -19px #000;
}

.owlCarouselSection {
  padding: 50px 0;
  background-color: #022759;
}

.first-row {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 12px -11px #000;
  margin-bottom: 15px;
}

.servicesRow {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 12px -11px #000;
  margin-bottom: 15px;
}
.servicesRow:nth-child(2) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(2) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(4) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(4) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(6) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(6) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(8) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(8) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(10) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(10) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(12) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(12) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(14) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(14) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(16) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(16) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(18) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(18) .order-item:nth-child(2) {
  order: 1;
}
.servicesRow:nth-child(20) .order-item:nth-child(1) {
  order: 2;
}
.servicesRow:nth-child(20) .order-item:nth-child(2) {
  order: 1;
}

.sectionRow {
  padding: 50px 0;
}

.listRow {
  padding-top: 20px;
}

.listBlock ul {
  padding: 0;
  margin: 0;
}
.listBlock ul li {
  list-style-type: none;
  padding: 4px;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}
.listBlock ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #022759;
}

.consultationRow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-bottom: 20px;
}
.consultationRow h4 {
  text-align: center;
  font-size: 18px;
}
.consultationRow .btnCover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.consultationRow .btnCover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 10px;
  background-color: #00aeef;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.consultationRow .btnCover a::before {
  content: "";
  background-color: #022759;
}

.wrapperServicesImg {
  height: 300px;
}
.wrapperServicesImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.education-services-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.pannel_content {
  margin-top: 30px;
}
.pannel_content p {
  font-size: 15px;
  text-align: justify;
}

#servicesItems .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 150px;
  left: 0;
}
#servicesItems .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #00aeef;
  color: #fff;
  font-size: 18px;
  position: relative;
}
#servicesItems .owl-nav button:nth-child(1) {
  left: -15px;
}
#servicesItems .owl-nav button:nth-child(2) {
  right: -15px;
}

.serviceWrapper {
  height: 290px;
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.46);
  overflow: hidden;
  border-radius: 20px;
}
.serviceWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceWrapper aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.96) 100%);
}
.serviceWrapper aside h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  opacity: 0.5;
  text-align: center;
}
.serviceWrapper aside:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
}
.serviceWrapper aside:hover h4 {
  opacity: 1;
}

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

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
.bg-img aside {
  position: relative;
  z-index: 10;
}

.centerBlock {
  justify-content: center;
}

.portfolioSection {
  padding: 50px 0;
}

.portfolio_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.portfolio_wrapper img {
  width: 100%;
}
.portfolio_wrapper aside {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.739);
  bottom: -540px;
  transition-duration: 0.2s;
}
.portfolio_wrapper aside h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.portfolio_wrapper:hover aside {
  bottom: 0;
  transition-duration: 0.2s;
}

.modalImg {
  width: 100%;
  position: relative;
}
.modalImg button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 10;
  background: #000 !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff !important;
}
.modalImg button::before {
  content: "\f00d";
  font-family: "fontAwesome";
}
.modalImg img {
  width: 100%;
}
.modalImg h4 {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  color: #022759;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.modal_body_padding_none {
  padding: 0 !important;
}

.contactGoogleMap {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.smallBanner {
  position: relative;
  display: none;
}
.smallBanner img {
  width: 100%;
}
.smallBanner aside h4 {
  text-transform: uppercase;
  font-size: 18px !important;
}

.lg-none {
  display: none;
}

.smallLetter {
  text-transform: lowercase !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;
}

.services___wrapper_col-1 {
  width: 100%;
}
.services___wrapper_col-1 ul {
  padding: 0;
  margin: 0;
}
.services___wrapper_col-1 ul li {
  list-style-type: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.services___wrapper_col-1 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -500px;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2bb573+0,242d64+100&0.59+0,0.84+100 */
  background: linear-gradient(to bottom, rgba(43, 181, 115, 0.59) 0%, rgba(36, 45, 100, 0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition-duration: 0.2s;
}
.services___wrapper_col-1 ul li:hover::before {
  content: "";
  bottom: 0 !important;
  transition-duration: 0.2s;
}
.services___wrapper_col-1 ul li:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 410px;
  background-color: #00aeef;
}
.services___wrapper_col-1 ul li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 410px;
  background-color: #4a5573;
}
.services___wrapper_col-1 ul li:nth-child(2) .iconCover aside svg {
  fill: #4a5573;
}
.services___wrapper_col-1 ul li:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 410px;
  background-color: #022759;
}
.services___wrapper_col-1 ul li:nth-child(3) .iconCover aside svg {
  fill: #022759;
}
.services___wrapper_col-1 ul li .iconCover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 20;
}
.services___wrapper_col-1 ul li .iconCover aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
}
.services___wrapper_col-1 ul li .iconCover aside svg {
  width: 45px;
  fill: #00aeef;
}
.services___wrapper_col-1 ul li .contentCover {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 20;
}
.services___wrapper_col-1 ul li .contentCover h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.services___wrapper_col-1 ul li .contentCover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #00aeef;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.services___wrapper_col-2 {
  width: 100%;
}
.services___wrapper_col-2 ul {
  padding: 0;
  margin: 0;
}
.services___wrapper_col-2 ul li {
  list-style-type: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.services___wrapper_col-2 ul li .iconCover {
  position: relative;
  z-index: 20;
}
.services___wrapper_col-2 ul li .contentCover {
  position: relative;
  z-index: 20;
}
.services___wrapper_col-2 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -500px;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2bb573+0,242d64+100&0.59+0,0.84+100 */
  background: linear-gradient(to bottom, rgba(43, 181, 115, 0.59) 0%, rgba(36, 45, 100, 0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition-duration: 0.2s;
}
.services___wrapper_col-2 ul li:hover::before {
  content: "";
  bottom: 0 !important;
  transition-duration: 0.2s;
}
.services___wrapper_col-2 ul li:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 270px;
  background-color: #b2b2b2;
}
.services___wrapper_col-2 ul li:nth-child(1) .iconCover aside svg {
  fill: #b2b2b2;
}
.services___wrapper_col-2 ul li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 270px;
  background-color: #889cff;
}
.services___wrapper_col-2 ul li:nth-child(2) .iconCover aside svg {
  fill: #889cff;
}
.services___wrapper_col-2 ul li:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 310px;
  background-color: #9fffcf;
}
.services___wrapper_col-2 ul li:nth-child(3) .iconCover aside svg {
  fill: #9fffcf;
}
.services___wrapper_col-2 ul li:nth-child(3) .contentCover {
  position: relative;
  z-index: 20;
}
.services___wrapper_col-2 ul li:nth-child(3) .contentCover h4 {
  color: #00aeef;
}
.services___wrapper_col-2 ul li:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 365px;
  background-color: #b2b2b2;
}
.services___wrapper_col-2 ul li:nth-child(4) .iconCover aside svg {
  fill: #b2b2b2;
}
.services___wrapper_col-2 ul li:nth-child(4) .contentCover h4 {
  color: #fff;
}
.services___wrapper_col-2 ul li .iconCover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services___wrapper_col-2 ul li .iconCover aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
}
.services___wrapper_col-2 ul li .iconCover aside svg {
  width: 45px;
  fill: #00aeef;
}
.services___wrapper_col-2 ul li .contentCover {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.services___wrapper_col-2 ul li .contentCover h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.services___wrapper_col-2 ul li .contentCover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #00aeef;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.wrapper-grid-row {
  padding: 30px 0;
  background-color: #022759;
  margin: 0;
  border-radius: 0 0 20px 20px;
}

.col-padding {
  padding: 0 27px;
}

.services___wrapper_col-3 {
  width: 100%;
}
.services___wrapper_col-3 ul {
  padding: 0;
  margin: 0;
}
.services___wrapper_col-3 ul li {
  list-style-type: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.services___wrapper_col-3 ul li .iconCover {
  position: relative;
  z-index: 20;
}
.services___wrapper_col-3 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -500px;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2bb573+0,242d64+100&0.59+0,0.84+100 */
  background: linear-gradient(to bottom, rgba(43, 181, 115, 0.59) 0%, rgba(36, 45, 100, 0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition-duration: 0.2s;
}
.services___wrapper_col-3 ul li:hover::before {
  content: "";
  bottom: 0 !important;
  transition-duration: 0.2s;
}
.services___wrapper_col-3 ul li:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 410px;
  background-color: #4a5573;
}
.services___wrapper_col-3 ul li:nth-child(1) .iconCover aside svg {
  fill: #4a5573;
}
.services___wrapper_col-3 ul li:nth-child(1) .contentCover {
  position: relative;
  z-index: 20;
}
.services___wrapper_col-3 ul li:nth-child(1) .contentCover h4 {
  color: #fff;
}
.services___wrapper_col-3 ul li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 410px;
  background-color: #2bb573;
}
.services___wrapper_col-3 ul li:nth-child(2) .iconCover aside svg {
  fill: #2bb573;
}
.services___wrapper_col-3 ul li:nth-child(2) .contentCover h4 {
  color: #fff;
}
.services___wrapper_col-3 ul li:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-around;
  height: 410px;
  background-color: #242d64;
}
.services___wrapper_col-3 ul li:nth-child(3) .iconCover aside svg {
  fill: #242d64;
}
.services___wrapper_col-3 ul li:nth-child(3) .contentCover h4 {
  color: #fff;
}
.services___wrapper_col-3 ul li .iconCover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services___wrapper_col-3 ul li .iconCover aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
}
.services___wrapper_col-3 ul li .iconCover aside svg {
  width: 45px;
  fill: #00aeef;
}
.services___wrapper_col-3 ul li .contentCover {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 20;
}
.services___wrapper_col-3 ul li .contentCover h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.services___wrapper_col-3 ul li .contentCover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #00aeef;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.eventSectionOwl {
  padding: 50px 0;
  background-color: #00aeef;
  position: relative;
}
.eventSectionOwl .container .row {
  position: relative;
  z-index: 1;
}
.eventSectionOwl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/net.png);
  opacity: 0.2;
}
.eventSectionOwl .mainCaption h3 {
  margin-bottom: 4px !important;
}

.event_owl_grid {
  width: 100%;
  cursor: pointer;
}
.event_owl_grid aside:nth-child(1) {
  height: 250px;
  overflow: hidden;
  background-color: #0075ff;
}
.event_owl_grid aside:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_owl_grid aside p {
  text-align: justify;
}
.event_owl_grid aside:nth-child(2) {
  height: auto;
  padding: 15px;
  background-color: #fff;
}
.event_owl_grid aside:nth-child(2) h4, .event_owl_grid aside:nth-child(2) h5, .event_owl_grid aside:nth-child(2) h6 {
  text-align: left !important;
}
.event_owl_grid aside:nth-child(2) h4 {
  color: rgba(73, 73, 73, 0.66);
  text-transform: uppercase;
  font-size: 12px;
}
.event_owl_grid aside:nth-child(2) h4 span {
  font-weight: 700;
  font-size: 14px;
}
.event_owl_grid aside:nth-child(2) h5 {
  color: rgba(73, 73, 73, 0.66);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.event_owl_grid aside:nth-child(2) h5 span {
  text-transform: uppercase;
}
.event_owl_grid aside:nth-child(2) h6 {
  color: rgba(73, 73, 73, 0.66);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.event_owl_grid aside:nth-child(2) h6 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #00aeef;
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
}

#eventOwl {
  display: flex;
}
#eventOwl .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
  bottom: 170px;
}
#eventOwl .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  background-color: #fff;
  width: 40px;
  height: 40px;
}
#eventOwl .owl-nav button:hover {
  background-color: #022759;
  color: #fff;
  transition-duration: 0.2s;
}
#eventOwl .owl-stage {
  height: 100%;
}
#eventOwl .owl-item {
  height: 100%;
}
#eventOwl .item {
  height: 100%;
}
#eventOwl .item .event_owl_grid {
  height: 100%;
  background-color: #fff;
}

.gallerySection {
  padding: 30px 0;
}
.gallerySection .container-fluid {
  margin-bottom: 30px;
}

.gallery_wrapper {
  padding: 2px !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.gallery_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_wrapper span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: -500px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.402);
  transition-duration: 0.2s;
}
.gallery_wrapper:hover span {
  bottom: 0;
  transition-duration: 0.2s;
}
.gallery_wrapper aside {
  width: 100%;
  height: 100%;
  background-color: #022759;
}

.getinTouchSection {
  padding: 30px;
  padding-top: 0;
  background-color: #00aeef;
}

.getIntouch_wrapper {
  width: 100%;
  padding: 20px;
  background-color: #022759;
}
.getIntouch_wrapper h3 {
  text-transform: capitalize;
  font-size: 44px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.getIntouch_wrapper .col-btn-cover {
  width: 100%;
  display: flex;
}
.getIntouch_wrapper .col-btn-cover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  background-color: #fff;
  color: #00aeef;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px;
  font-weight: bold;
  border: solid 2px #fff;
  transition-duration: 0.2s;
}
.getIntouch_wrapper .col-btn-cover a:hover {
  background-color: #00aeef;
  color: #fff;
  border-color: #00aeef;
  transition-duration: 0.2s;
}
.getIntouch_wrapper .col-btn-cover a:nth-child(2) {
  background: none;
  color: #fff;
}
.getIntouch_wrapper .col-btn-cover a:nth-child(2):hover {
  color: #00aeef;
  transition-duration: 0.2s;
}

.footer__logo {
  width: 96px;
}
.footer__logo img {
  width: 100%;
}

.footer__content {
  padding: 0 20px;
  padding-right: 0;
  height: 100%;
  border-left: solid 3px #fff;
}
.footer__content p {
  font-size: 15px;
  text-align: justify;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.border_panel {
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
}

.contactListRow {
  padding-top: 20px;
}

.footerListPaddingTop {
  padding-top: 30px;
}

.footerBorderstrip {
  border-top: solid 1px #fff;
}

.owlBtnCover {
  padding-top: 30px;
}
.owlBtnCover a {
  background-color: #fff !important;
  color: #00aeef !important;
}
.owlBtnCover a::before {
  content: "";
  background-color: #022759;
}
.owlBtnCover a:hover {
  color: #fff !important;
}

.modalForm h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
}
.modalForm p {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.modalForm .row .form-control-box {
  margin-bottom: 23px;
}
.modalForm .row .form-control-box input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border: solid 1px #777;
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 0;
  font-size: 13px;
}
.modalForm .row .form-control-box select {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border: solid 1px #777;
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 0;
  font-size: 13px;
}
.modalForm .row .form-control-box textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border: solid 1px #777;
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 0;
  font-size: 13px;
}
.modalForm .row .form-control-box button {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
  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: 9px 16px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.modalForm .row .form-control-box button::before {
  content: "";
  background-color: #022759;
}
.modalForm .row .form-control-box button:hover {
  color: #fff;
}

.formModalBody {
  background-color: #00aeef;
  padding: 30px;
}
.formModalBody .btn-close {
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff !important;
  opacity: 1;
  background: none;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.formModalBody .btn-close::before {
  content: "\f00d";
  font-family: "fontAwesome";
}

.captionMarginBottom h3 {
  margin-bottom: 7px;
}

.event__block {
  background-color: #fff;
  width: 100%;
}
.event__block img {
  width: 100%;
}

.eventPanalBlock .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff !important;
  opacity: 1;
  background: #000 !important;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.eventPanalBlock .btn-close::before {
  content: "\f00d";
  font-family: "fontAwesome";
}

.event__popup {
  max-width: 610px;
}

.eventModal {
  max-width: 50%;
}
.eventModal .modal-content .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff !important;
  opacity: 1;
  background: #022759 !important;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.eventModal .modal-content .btn-close::before {
  content: "\f00d";
  font-family: "fontAwesome";
}
.eventModal .modal-content .btn-close:hover {
  background-color: #00aeef;
  transition-duration: 0.2s;
}

.event_panel {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.event_panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_panel span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 30px;
}
.event_panel span::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 5px #fff;
  transition-duration: 0.2s;
  transform: scale(0.1);
  opacity: 0;
}
.event_panel aside {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.73);
  padding: 50px;
  transition-duration: 0.2s;
}
.event_panel aside p {
  color: #fff;
  text-align: justify;
}
.event_panel aside h3, .event_panel aside h4, .event_panel aside h5 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  width: 100%;
}
.event_panel aside h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.event_panel aside h4 {
  font-size: 16px;
}
.event_panel aside h4 b {
  font-weight: 800;
}
.event_panel aside h5 {
  font-size: 14px;
}
.event_panel:hover aside {
  transition-duration: 0.2s;
  bottom: -500px;
}
.event_panel:hover span::before {
  content: "";
  transform: scale(1);
  transition-duration: 1.2s;
  opacity: 1;
}

.margin_bottom_ctrl {
  margin-bottom: 30px;
}

.contactWrapper {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 100%;
}
.contactWrapper aside {
  width: -moz-fit-content;
  width: fit-content;
}
.contactWrapper aside ul {
  padding: 0;
  margin: 0;
}
.contactWrapper aside ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  color: #777;
  padding: 4px;
  margin-bottom: 10px;
  font-family: "Eloquia Text" !important;
  font-weight: 700;
}
.contactWrapper aside ul li:nth-child(1) {
  padding-bottom: 10px;
  font-size: 15px;
}
.contactWrapper aside ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 16px;
  margin-right: 10px;
  background-color: #022759;
  color: #fff;
}
.contactWrapper aside ul .colntactNumber {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 19px;
  display: flex;
}
.contactWrapper aside .address-pf {
  text-transform: capitalize;
}
.contactWrapper aside .address-pf span {
  font-family: "Mulish", sans-serif;
  display: contents;
  width: -moz-fit-content;
  width: fit-content;
}
.contactWrapper aside h4 {
  text-transform: capitalize;
  color: #022759;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  padding-left: 33px;
}
.contactWrapper aside h4 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #022759;
  color: #fff;
  margin-right: 10px;
  position: absolute;
  left: 0;
  font-size: 16px;
}
.contactWrapper aside p {
  line-height: 25px;
  padding-left: 21px;
  color: #777;
  font-size: 18px;
}
.contactWrapper aside p span {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.contactWrapper aside p span i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 19px;
}
.contactWrapper aside p span:nth-child(1) i {
  background-color: red;
  color: #fff;
}
.contactWrapper aside p span:nth-child(2) i {
  background-color: #022759;
  color: #fff;
}

.section-margin-top {
  margin-top: 30px;
}

.image-panel-grid {
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
}
.image-panel-grid img {
  width: 100%;
}

.contact_form {
  padding-top: 30px;
}
.contact_form h6 {
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 25px;
  text-align: center;
}
.contact_form p {
  color: #222222;
  font-size: 13px;
  margin: 0;
}
.contact_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.contact_form form input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border: solid 1px #777;
  margin-bottom: 15px;
}
.contact_form form textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border: solid 1px #777;
  margin-bottom: 15px;
}
.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: #022759;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  transition-duration: 0.2s;
}
.contact_form form button:hover {
  background-color: #000;
}

.sm__logo {
  display: none;
}

.colm-for-sm {
  display: none;
}

.link {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

.margin-controll-bttom {
  margin-bottom: 0;
}

.proImg {
  transition-duration: 0.2s;
  margin-bottom: 30px;
}
.proImg:hover {
  opacity: 0.5;
  transition-duration: 0.2s;
}
.proImg img {
  width: 100%;
}

.wrapper_image_grid {
  width: 100%;
  gap: 15px;
}
.wrapper_image_grid aside {
  width: 47%;
  height: 200px;
  background-color: #777;
  overflow: hidden;
  border-radius: 10px;
  float: left;
  margin: 5px;
}
.wrapper_image_grid aside:hover img {
  transform: scale(1.2);
  transition-duration: 0.2s;
}
.wrapper_image_grid aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
}
.wrapper_image_grid aside:nth-child(1) {
  height: 300px;
  margin-top: 55px;
}
.wrapper_image_grid aside:nth-child(2) {
  height: 281x;
  display: flex;
  flex-direction: column;
}
.wrapper_image_grid aside:nth-child(3) {
  height: 281x;
  display: flex;
  flex-direction: column;
}

.row__padding-top {
  padding-top: 30px;
}

.panel_coverblock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px 0;
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  transition-duration: 0.2s;
}
.panel_coverblock .wrapper__grid__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.877) 100%);
  padding: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.panel_coverblock .wrapper__grid__block h5 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
.panel_coverblock .wrapper__grid__block p {
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.panel_coverblock aside {
  width: 100%;
  overflow: hidden;
}
.panel_coverblock aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
}
.panel_coverblock aside:nth-child(2) {
  position: relative;
  top: -23px;
  left: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  background: none;
}
.panel_coverblock aside:nth-child(2) span {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  border: solid 4px #fff;
  box-shadow: 0px 3px 4px -3px #000;
}
.panel_coverblock aside:nth-child(2) span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel_coverblock:hover {
  transition-duration: 0.2s;
  box-shadow: 0px 19px 21px -19px #000;
}
.panel_coverblock:hover aside img {
  transition-duration: 0.2s;
  transform: scale(1.2);
}

.vision-and-mission-section {
  padding: 50px 0;
  background-color: #00aeef;
}

.image-property {
  height: 100%;
  position: relative;
}
.image-property img {
  width: 100%;
}
.image-property span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.45) 1%, rgba(49, 49, 135, 0.65) 37%, rgba(49, 49, 135, 0.8) 64%, rgb(49, 49, 135) 100%);
}
.image-property span h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.image-property span a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #ffbf00;
  padding: 5px 30px;
  color: #022759;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
}
.image-property span a:hover {
  color: #fff;
}
.image-property span a:before {
  content: "";
  background-color: #022759;
}

.content-padding-lefgt {
  padding-left: 60px;
}

.teamSection {
  padding: 50px 0;
  background-color: #022759;
}

.wrapper-team {
  border-radius: 15px;
  overflow: hidden;
  background-color: #00aeef;
  height: 100%;
}
.wrapper-team aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.wrapper-team aside img {
  width: 100%;
}
.wrapper-team aside:nth-child(2) {
  padding: 15px;
  padding-top: 30px;
}
.wrapper-team aside:nth-child(2) h4, .wrapper-team aside:nth-child(2) h5 {
  color: #fff;
  text-align: center;
}
.wrapper-team aside:nth-child(2) h5 {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 300;
  font-family: "Manrope", sans-serif !important;
}
.wrapper-team aside:nth-child(2) h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
.wrapper-team aside:nth-child(2) a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 2px 13px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.28);
  font-size: 12px;
  text-transform: uppercase;
  border: solid 1px hsla(0, 0%, 100%, 0.28);
  border-radius: 3px;
  transition-duration: 0.2s;
}
.wrapper-team aside:nth-child(2) a:hover {
  background-color: #022759;
  border-color: #022759;
  color: #fff;
}

.emploee-content {
  width: 100%;
  display: flex;
  padding: 15px;
}
.emploee-content .emploee-photo {
  width: 100%;
  background-color: #022759;
  overflow: hidden;
}
.emploee-content .emploee-photo img {
  width: 100%;
  border-radius: 10px;
}

.wrapper-list-block-panel {
  padding-left: 30px;
  padding-top: 30px;
}
.wrapper-list-block-panel ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.wrapper-list-block-panel ul li {
  list-style-type: none;
  padding: 5px;
  position: relative;
  padding-left: 60px;
}
.wrapper-list-block-panel ul li:nth-child(2) {
  margin-left: 15px;
}
.wrapper-list-block-panel ul li aside {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #022759;
  top: 2px;
  overflow: hidden;
  border: solid 2px #022759;
}
.wrapper-list-block-panel ul li aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-list-block-panel ul li h4 {
  text-transform: capitalize;
  color: #022759;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0;
}
.wrapper-list-block-panel ul li h5 {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
}

.columns {
  width: 20% !important;
  margin-bottom: 56px;
}

.owlBlock {
  width: 100%;
}

.post {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: solid 5px #fff;
}
.post img {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

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

.registrationForm h3 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  color: #fff;
  line-height: normal !important;
  font-size: 20px !important;
}
.registrationForm form .form-filed {
  margin-bottom: 25px;
}
.registrationForm form .form-filed input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 3px;
  padding: 7px;
  font-size: 13px;
}
.registrationForm form .form-filed select {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 3px;
  padding: 7px;
  font-size: 13px;
}
.registrationForm form .form-filed textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  border-radius: 3px;
  font-size: 13px;
}
.registrationForm form .form-filed button {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
  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;
  background-color: #ffbf00 !important;
  color: #022759 !important;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  transition-duration: 0.2s;
}
.registrationForm form .form-filed button:hover {
  background-color: #fff !important;
  color: #022759;
  transition-duration: 0.2s;
}

.form-row {
  background-color: #fff;
}

.justify_content_start {
  justify-content: flex-start !important;
}

.poster img {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.poster-block {
  background-color: #fff;
  padding: 15px 0;
}

#post .owl-dots {
  display: none;
}
#post .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 230px;
  width: 100%;
}
#post .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #022759;
}

.wrapper__form_colm .registrationForm h3 {
  color: #022759;
}
.wrapper__form_colm .registrationForm p {
  color: #777;
}
.wrapper__form_colm form .form-filed input {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 242, 244) 100%) !important;
}
.wrapper__form_colm form .form-filed select {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 242, 244) 100%) !important;
}
.wrapper__form_colm form .form-filed textarea {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 242, 244) 100%) !important;
}
.wrapper__form_colm form .form-filed button:hover {
  background-color: #00aeef !important;
  color: #fff !important;
}

.howtoapplay {
  background-color: #fff;
  margin-bottom: 30px;
}

.wrappr_img_panel {
  height: 80vh;
  background-color: #00aeef;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
.wrappr_img_panel aside {
  width: 80%;
  height: 65vh;
  position: relative;
  right: -50px;
  background-color: #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  box-shadow: 5px 26px 57px -26px;
}
.wrappr_img_panel aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper____panel {
  padding: 11%;
  padding-top: 50px;
}
.wrapper____panel h3 {
  text-transform: capitalize;
  font-size: 44px;
  margin-bottom: 30px;
  font-size: 2.9vw;
  color: #00aeef;
  letter-spacing: -3px;
}
.wrapper____panel h3 span {
  color: #022759;
  font-weight: 500;
}
.wrapper____panel p {
  font-size: 1.1vw;
}
.wrapper____panel .row {
  margin: 0;
  padding-top: 40px;
}
.wrapper____panel .row .col-lg-4 aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24vh;
  border-radius: 6px;
  background-color: #00aeef;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  box-shadow: 0px 10px 19px -8px;
  transition-duration: 0.2s;
}
.wrapper____panel .row .col-lg-4 aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}
.wrapper____panel .row .col-lg-4 aside span div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4vw;
  height: 9vh;
  background-color: #fff;
  border: solid 1px #777;
  border-radius: 100%;
}
.wrapper____panel .row .col-lg-4 aside span div svg {
  fill: #00aeef;
  width: 70%;
}
.wrapper____panel .row .col-lg-4 aside h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.1vw;
}
.wrapper____panel .row .col-lg-4 aside:hover {
  transform: scale(1.2);
  transition-duration: 0.2s;
}

.grid-row-top-padding {
  padding-top: 15px;
}

.pannel_grid_block {
  width: 100%;
  background-color: #022759;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  height: 100%;
  box-shadow: 0px 8px 9px -7px #000;
}
.pannel_grid_block span {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.pannel_grid_block span svg {
  width: 100%;
  fill: #fff !important;
}
.pannel_grid_block aside {
  width: 100%;
  padding-left: 10px;
}
.pannel_grid_block aside h4 {
  text-transform: uppercase;
  color: #00aeef;
  font-size: 15px;
  text-align: center;
  width: 100%;
  color: #fff !important;
  font-weight: 700;
}
.pannel_grid_block aside p {
  text-align: center;
  font-size: 15px !important;
}

.grid-margin-bottom {
  margin-bottom: 30px;
}
.grid-margin-bottom .pannel_grid_block {
  background-color: #022759;
}
.grid-margin-bottom .pannel_grid_block span svg {
  fill: #fff;
}
.grid-margin-bottom .pannel_grid_block aside h4 {
  color: #fff;
}
.grid-margin-bottom .pannel_grid_block aside p {
  color: #fff;
}

.keytitle {
  padding: 10px 0;
}
.keytitle h5 {
  text-transform: capitalize;
  font-weight: 900;
  color: #022759;
}

.serve__section {
  padding: 50px 0;
  background-color: #faf8fe;
}

.wrapper__owl_item {
  width: 100%;
  height: 328px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0075ff;
  position: relative;
}
.wrapper__owl_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper__owl_item aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 50px;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.45) 1%, rgba(49, 49, 135, 0.65) 37%, rgba(49, 49, 135, 0.8) 64%, rgb(49, 49, 135) 100%);
}
.wrapper__owl_item aside h4 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase !important;
  margin: 0;
  padding: 5px 10px;
  font-family: "Eloquia Text" !important;
  font-weight: 900;
}
.wrapper__owl_item aside p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.wrapper__owl_item aside span {
  display: block;
  width: 53px;
  height: 53px;
  margin-bottom: 10px;
}
.wrapper__owl_item aside span svg {
  width: 100%;
  fill: #fff;
}

#education_services .owl-nav {
  display: flex;
  padding-top: 10px;
}
#education_services .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #022759;
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  transition-duration: 0.2s;
}
#education_services .owl-nav button:hover {
  background-color: #000;
  color: #fff;
}

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

.contentPanel p {
  font-size: 15px;
  text-align: justify;
  font-size: 14px;
}

.paragraph_content p {
  font-size: 15px;
  text-align: justify;
}

.smCaption h3 {
  margin: 0;
  line-height: 3.5rem;
}
.smCaption h4 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
}

.photoWrapper {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 7px 16px -15px #000;
  margin-bottom: 30px;
  transition-duration: 0.2s;
}
.photoWrapper:hover {
  transform: scale(1.2);
  transition-duration: 0.2s;
}
.photoWrapper aside img {
  width: 100%;
}
.photoWrapper h4 {
  font-size: 16px;
  padding: 5px;
  background-color: #022759;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.photoWrapper h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  text-align: center;
  color: #022759;
}
.photoWrapper h6 {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  margin: 0;
}

.paragraph_lineheight p {
  line-height: 2em;
}

.btm_pd_none {
  padding-bottom: 0;
}

.pannelContent {
  padding: 15px;
}
.pannelContent h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #022759;
  font-weight: 700;
  letter-spacing: -2px;
  font-size: 36px;
}
.pannelContent h6 {
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -2px;
  font-weight: 500;
}
.pannelContent ul {
  padding: 0;
  margin: 0;
}
.pannelContent ul li {
  list-style-type: none;
  padding: 10px;
  padding-left: 30px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 31px;
  box-shadow: 0px 0px 7px -5px #000;
  position: relative;
}
.pannelContent ul li::before {
  content: "\f058";
  font-family: "fontAwesome";
  position: absolute;
  left: 9PX;
  top: 8px;
  color: #022759;
}
.pannelContent ul li p {
  font-size: 15px;
  text-align: justify;
  font-size: 13px;
  margin: 0 !important;
}
.pannelContent p {
  font-size: 15px;
  text-align: justify;
}

.wrapperImg {
  width: 100%;
}

.enquiry__block {
  width: 82%;
  height: 350px;
  background-color: #777;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
.enquiry__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enquiry__block aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(140, 197, 64, 0.42) 0%, rgb(0, 113, 61) 100%);
  display: flex;
  flex-direction: column;
  padding: 25px;
  justify-content: flex-end;
  align-items: center;
}
.enquiry__block aside h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}
.enquiry__block aside h4 {
  color: #fff;
  font-size: 33px;
  margin-bottom: 0;
}
.enquiry__block aside h5 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}

.enquiry__block_contact {
  width: 100%;
  background-color: #777;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 9px -7px #000;
}
.enquiry__block_contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enquiry__block_contact aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(28, 18, 91, 0.53) 0%, rgb(49, 49, 135) 100%);
  display: flex;
  flex-direction: column;
  padding: 25px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
}
.enquiry__block_contact aside h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
}
.enquiry__block_contact aside h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 0;
}
.enquiry__block_contact aside h5 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.flexBox_justify_y {
  justify-content: center;
}

.image__pannel_block {
  width: 100%;
  height: 360px;
  position: relative;
}
.image__pannel_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.image__pannel_block aside {
  width: 59%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: -25px;
  right: -30px;
  background-color: #022759;
}
.image__pannel_block aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-text-dark-color-and-font-size h3 {
  font-size: 35px;
}
.header-text-dark-color-and-font-size h3 span {
  color: #00aeef;
}

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

.grid-col {
  margin-bottom: 30px;
  transition-duration: 0.2s;
}
.grid-col:hover {
  transition-duration: 0.2s;
  transform: scale(1.1);
}
.grid-col aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 142px;
  border-radius: 10px;
  overflow: hidden;
}
.grid-col aside span {
  width: 43px;
  margin-bottom: 10px;
}
.grid-col aside span svg {
  width: 100%;
  fill: #fff;
}
.grid-col aside h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.grid-col:nth-child(1) aside {
  background-color: #00aeef;
}
.grid-col:nth-child(2) aside {
  background-color: #00aeef;
}
.grid-col:nth-child(3) aside {
  background-color: #00aeef;
}
.grid-col:nth-child(4) aside {
  background-color: #00aeef;
}
.grid-col:nth-child(5) aside {
  background-color: #00aeef;
}
.grid-col:nth-child(6) aside {
  background-color: #00aeef;
}
.grid-col:nth-child(7) aside {
  background-color: #313187;
}
.grid-col:nth-child(8) aside {
  background-color: #00aeef;
}

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

.documentContent {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px -10px #000;
  padding: 27px;
  border-radius: 10px;
}
.documentContent p {
  text-align: justify;
}
.documentContent h4 {
  color: #00aeef;
  font-weight: 600;
  font-size: 20px;
}
.documentContent ul {
  padding: 0;
  margin: 0;
}
.documentContent ul li {
  list-style-type: none;
  padding: 5px;
  padding-left: 30px;
  position: relative;
}
.documentContent ul li::before {
  content: "\f058";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #022759;
}

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

.block_panel {
  width: 100%;
}
.block_panel p {
  text-align: justify;
}
.block_panel h4 {
  color: #00aeef;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.block_panel h6 {
  color: #00aeef;
  font-weight: 600;
  font-size: 18px;
}
.block_panel ul {
  padding: 0;
  margin: 0;
}
.block_panel ul li {
  list-style-type: none;
  padding: 5px;
  padding-left: 30px;
  position: relative;
}
.block_panel ul li::before {
  content: "\f058";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #022759;
}

.wrapper__section {
  padding: 50px 0;
  background-color: #00aeef;
  position: relative;
}
.wrapper__section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/bg-net.png);
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.2;
}
.wrapper__section .container .row {
  position: relative;
  z-index: 10;
}

.pannel___content {
  padding-left: 30px;
}
.pannel___content h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}
.pannel___content h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 28px;
  font-weight: 200;
}
.pannel___content p {
  font-size: 15px;
  text-align: justify;
  color: #fff;
}
.pannel___content .buttonCover a {
  background-color: #fff;
  color: #00aeef;
  border-radius: 30px;
  overflow: hidden;
  transition-duration: 0.2s;
  text-transform: uppercase;
  font-size: 13px;
}
.pannel___content .buttonCover a::before {
  content: "";
  background-color: #022759;
}
.pannel___content .buttonCover a:hover {
  color: #fff;
  border-color: #022759;
  transition-duration: 0.2s;
  transform: scale(1.1);
  box-shadow: 0px 19px 21px -19px #000;
}
.pannel___content ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
.pannel___content ul li {
  list-style-type: none;
  padding: 3px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.pannel___content ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  color: #022759;
}
.pannel___content ul li span {
  font-weight: 600;
  letter-spacing: 1px;
}

.mediumCaption {
  padding-top: 20px;
}
.mediumCaption h5 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 600;
}

.pannel_wrapper_block {
  width: 100%;
  position: relative;
}
.pannel_wrapper_block:hover span {
  border: solid 10px rgba(255, 255, 255, 0.363);
  transition-duration: 0.2s;
}
.pannel_wrapper_block:hover span aside div {
  background-color: rgba(139, 197, 64, 0.356);
  border-radius: 100%;
}
.pannel_wrapper_block:hover span aside div::before {
  content: "";
  width: 200px;
  height: 200px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 100%;
}
.pannel_wrapper_block span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  padding: 10px;
  border: solid 1px #fff;
  position: relative;
  transition-duration: 0.2s;
}
.pannel_wrapper_block span::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -10%;
  background-color: #fff;
  right: 2%;
  bottom: 70%;
  border-radius: 100%;
}
.pannel_wrapper_block span aside {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.pannel_wrapper_block span aside div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pannel_wrapper_block span aside div::before {
  content: "";
  width: 0;
  height: 0;
  transition-duration: 0.2s;
}
.pannel_wrapper_block span aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pannel___section {
  padding: 50px 0;
  background-color: #00aeef;
  margin-top: 30px;
}

.photo__wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: solid 5px #fff;
}
.photo__wrapper img {
  width: 100%;
}

.content__block_panel {
  padding-left: 30px;
}
.content__block_panel h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.content__block_panel h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.content__block_panel h6::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content__block_panel p {
  font-size: 15px;
  text-align: justify;
  color: #fff;
  font-size: 13px;
}
.content__block_panel p em {
  font-size: 16px;
  color: #d9dd2a;
}

.padding-top-content {
  padding-top: 30px;
}

.content__wrapper_panel {
  margin-bottom: 20px;
}
.content__wrapper_panel h4 {
  font-size: 25px;
  text-transform: capitalize;
  color: #022759;
  font-weight: 900;
}
.content__wrapper_panel h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: #022759;
  font-weight: 900;
}
.content__wrapper_panel p {
  color: #000;
  font-size: 15px;
  text-align: justify;
}

.gallery_grid {
  padding: 2px;
  position: relative;
}
.gallery_grid span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.gallery_grid span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.541);
  transition-duration: 0.2s;
}
.gallery_grid:hover span::before {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  transition-duration: 0.2s;
}

.youtube-video-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.video__cover {
  width: 100%;
  height: 380px;
  background-color: #000;
}

.col-grid-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.col-grid-block aside {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.col-grid-block aside svg {
  width: 100%;
  fill: #fff;
}
.col-grid-block h5 {
  color: #fff;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}

.photo-wrapper {
  width: 100%;
}
.photo-wrapper img {
  width: 100%;
}

.grid .col-grid-block {
  border-right: solid 1px #fff;
}
.grid:nth-child(4) .col-grid-block {
  border: none;
}

.grid__wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 17px;
  box-shadow: 0 2px 14px rgba(216, 217, 255, 0.66);
}
.grid__wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: -17px;
  background-color: #022759;
  display: flex;
  border-radius: 0 0 10px 10px;
}
.grid__wrapper a svg {
  width: 16px;
}
.grid__wrapper a:hover {
  background-color: #022759;
  color: #fff;
}
.grid__wrapper a:hover svg {
  fill: #fff;
}
.grid__wrapper:hover aside::before {
  content: "";
  top: -1040px;
  transition-duration: 1.2s;
}
.grid__wrapper aside {
  width: 100%;
  height: 155px;
  border-radius: 10px;
  background-color: #f56981;
  overflow: hidden;
  top: -46px;
  overflow: hidden;
}
.grid__wrapper aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid__wrapper aside div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -64px;
}
.grid__wrapper aside div span {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  box-shadow: 0px 0px 10px -1px #000;
  overflow: hidden;
}
.grid__wrapper aside div span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid__wrapper aside:nth-child(2) {
  height: auto;
  background: none;
  border-radius: 0;
  margin: 0;
  position: relative;
  top: -22px;
  overflow: inherit !important;
}
.grid__wrapper aside:nth-child(2) h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #022759;
  font-weight: 800;
}
.grid__wrapper aside:nth-child(2) ul {
  padding: 0;
  margin: 0;
}
.grid__wrapper aside:nth-child(2) ul li {
  list-style-type: none;
  position: relative;
  padding: 2px;
  padding-left: 20px;
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
  font-family: "Eloquia Text";
}
.grid__wrapper aside:nth-child(2) ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  color: #022759;
}
.grid__wrapper aside p {
  text-align: center;
  font-size: 13px !important;
  color: #575757;
}

.serv-gid-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  gap: 10px;
}
.serv-gid-row aside {
  align-items: center;
  width: 18%;
  background-color: #022759;
  padding: 9px 11px;
  border-radius: 50px;
  display: flex;
  position: relative;
  padding-left: 48px;
  box-shadow: 0px 2px 5px -2px;
  overflow: hidden;
}
.serv-gid-row aside h4 {
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  float: right;
}
.serv-gid-row aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #fff;
  float: left;
  position: absolute;
  left: 5px;
  color: #022759;
}
.serv-gid-row aside::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.308);
}

#owl-slider-block .owl-stage {
  padding: 30px 0;
}

.image-overlay {
  position: relative;
  overflow: hidden;
}
.image-overlay::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1000px;
  left: 0;
  top: 1020px;
  background-color: rgba(255, 255, 255, 0.38);
  transform: rotate(-35deg);
  transition-duration: 1.2s;
  z-index: 10;
}
.image-overlay:hover::before {
  content: "";
  top: -1040px;
  transition-duration: 1.2s;
}

.toggle-block {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 20px 0;
}

.wrapper {
  width: 100%;
}

h1 {
  margin-bottom: 20px;
}

.career-toggle {
  margin-bottom: 20px;
}

.question {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  color: #022759;
  background-color: #f7f7f7;
}
.question h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.question::after {
  content: "+";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-family: "Eloquia Text" !important;
  text-align: justify;
}
.answer aside {
  padding: 20px 0;
}
.answer aside h5 {
  margin-bottom: 0;
  color: #022759;
  font-weight: 500;
}
.answer aside ul li {
  font-weight: 600;
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    width: 80%;
  }
}
.footer-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 30px;
}
.footer-logo img {
  width: 100%;
}

.footer-munubar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.251);
  margin-bottom: 20px;
  width: 100%;
}
.footer-munubar ul {
  display: flex;
  justify-content: center;
}
.footer-munubar ul li {
  list-style-type: none;
}
.footer-munubar ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  display: block;
}

.col-footer aside {
  width: 100%;
}
.col-footer aside .email {
  text-transform: lowercase !important;
}
.col-footer aside h3 {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-family: "Eloquia Text" !important;
}
.col-footer aside h3 a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  display: flex;
}
.col-footer aside h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022759;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  font-size: 13px;
  margin-right: 10px;
}
.col-footer:nth-child(1) aside h3 {
  font-family: "Eloquia Text" !important;
}

.contact-row {
  margin-bottom: 25px;
}

.footer-social-media {
  position: relative;
  z-index: 10;
}
.footer-social-media ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer-social-media ul li {
  list-style-type: none;
}
.footer-social-media ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  width: 35px;
  height: 35px;
  margin: 5px;
  border: solid 1px rgba(255, 255, 255, 0.251);
  transition-duration: 0.2s;
  background-color: #022759;
}
.footer-social-media ul li a svg {
  width: 17px;
  fill: #fff;
}
.footer-social-media ul li a:hover {
  background-color: #fff;
  color: #022759;
  transition-duration: 0.2s;
}
.footer-social-media ul li a:hover svg {
  fill: #022759;
}

.row-before {
  position: relative;
  margin: 0;
  margin-bottom: 25px;
}
.row-before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.251);
  left: 0;
  top: 22px;
}

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

.team-row {
  margin: 0;
  background-color: #022759;
  border-radius: 10px;
  padding: 36px;
  padding-top: 73px;
}

.photo-wrapper {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  padding-bottom: 0;
}
.photo-wrapper aside {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: -57px;
}
.photo-wrapper aside:nth-child(2) {
  height: auto;
  background: none;
  border-radius: 0;
  top: -40px;
}
.photo-wrapper aside:nth-child(2) h4 {
  text-align: center;
  color: #022759;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
}
.photo-wrapper aside:nth-child(2) h5 {
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Eloquia Text" !important;
  font-weight: 700;
}

.justify {
  text-align: justify;
}

.content-wrapper p {
  color: #fff;
  margin-bottom: 10px;
}
.content-wrapper h4, .content-wrapper h5 {
  color: #fff;
}
.content-wrapper h4 {
  text-transform: capitalize;
}
.content-wrapper h5 {
  font-size: 18px;
}

.whatsapp-icon {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  position: relative;
  top: -30px;
}
.whatsapp-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  border-radius: 100%;
  position: static;
  border: solid 1px;
}

.list-sm-show {
  display: none;
}

.padding-left-panel {
  padding-left: 50px;
}

.padding-left-panel-block {
  padding-left: 50px;
}

.section-light-background {
  padding: 50px 0;
  background-color: #022759;
}

.wrapper__grid__block__panel {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  height: 100%;
}
.wrapper__grid__block__panel aside {
  width: 100%;
}
.wrapper__grid__block__panel aside:nth-child(1) {
  background-color: #777;
  margin-bottom: 5px;
}
.wrapper__grid__block__panel aside:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper__grid__block__panel aside:nth-child(2) h4 {
  text-transform: capitalize;
  font-weight: 900;
  color: #022759;
  font-size: 24px;
  text-align: center;
}
.wrapper__grid__block__panel aside:nth-child(2) p {
  text-align: justify;
  color: #000;
}
.wrapper__grid__block__panel aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #022759;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  padding: 7px 20px;
  background-color: #022759;
  font-weight: 700;
}

.grid-pannel-block-box {
  padding: 15px;
  height: 100%;
  transition-duration: 0.2s;
}
.grid-pannel-block-box aside {
  width: 100%;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.grid-pannel-block-box aside h4 {
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
}
.grid-pannel-block-box aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -5px;
}
.grid-pannel-block-box aside span svg {
  fill: #fff;
  width: 30px;
}
.grid-pannel-block-box p {
  color: #fff;
  text-align: justify;
}

.footer-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer-overlay aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  background-color: #00aeef;
  height: 200px;
  border-radius: 20px;
  position: relative;
  top: -90px;
  padding: 15px;
  box-shadow: 0px 7px 17px -1px;
}
.footer-overlay aside h4, .footer-overlay aside h5 {
  color: #fff;
}
.footer-overlay aside h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}
.footer-overlay aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #022759;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 10px;
  transition-duration: 0.2s;
}
.footer-overlay aside a i {
  margin-right: 15px;
}
.footer-overlay aside a:hover {
  background-color: #fff;
  color: #022759;
}

.footer-social-media-sm {
  margin-bottom: 20px;
  display: none;
}
.footer-social-media-sm ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.footer-social-media-sm ul li {
  list-style-type: none;
}
.footer-social-media-sm ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #00aeef;
  color: #fff;
  margin: 5px;
}
.footer-social-media-sm ul li a svg {
  fill: #fff;
  width: 15px;
}

.btn-bg-fff a {
  background-color: #fff !important;
  color: #022759 !important;
}
.btn-bg-fff a::before {
  content: "";
  background-color: rgba(245, 105, 128, 0.525);
}
.btn-bg-fff a:hover {
  color: #fff !important;
}

.photo__panel_block {
  padding: 10px;
  border-radius: 10px;
}
.photo__panel_block aside:nth-child(1) {
  border-radius: 10px;
  overflow: hidden;
  top: -27px;
  border: solid 1px #e1e1e1;
  box-shadow: 0px 5px 7px -3px;
}
.photo__panel_block aside:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.photo-content h4 {
  font-size: 18px;
  text-transform: capitalize;
  color: #022759;
  margin-bottom: 2px;
  font-weight: 700;
}
.photo-content h5 {
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  font-family: "Eloquia Text" !important;
}

.lg-display__none_sm-block {
  display: none;
}

.image-sm-show {
  display: none;
}

.bigScreenDisplayNone {
  display: none;
}

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

.theam_background {
  background-color: #022759 !important;
}

.content-alignment {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
}

.row-padding-space {
  padding-bottom: 8px;
}

.wrapper-grid-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #022759;
  margin-bottom: 19px;
  padding: 25px;
  position: relative;
  padding-top: 29px;
  border: solid 1px rgba(255, 255, 255, 0.18);
}
.wrapper-grid-panel a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
.wrapper-grid-panel aside {
  width: 100%;
  top: -31px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-grid-panel aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 10px;
  box-shadow: 0px 5px 5px -1px #000;
  border: solid 3px #fff;
}
.wrapper-grid-panel h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.hide-lg-show-sm {
  display: none !important;
}

.lg-display-non-sm-display-block {
  display: none;
}

.wrapper-grid {
  margin-bottom: 15px;
}
.wrapper-grid a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
.wrapper-grid aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 170px;
  border-radius: 30px;
  box-shadow: 9px 13px 16px -15px;
  background: linear-gradient(45deg, rgb(33, 75, 247) 0%, rgb(40, 232, 253) 100%);
}
.wrapper-grid aside span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 3px #fff;
  margin-bottom: 8px;
  box-shadow: 0px 4px 9px -3px #000;
}
.wrapper-grid aside span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-grid aside h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.padding___bottom_none {
  padding-bottom: 0;
}

.order-item-cover:nth-child(2) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(2) .order-grid-block:nth-child(2) {
  order: 1;
}
.order-item-cover:nth-child(4) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(4) .order-grid-block:nth-child(2) {
  order: 1;
}
.order-item-cover:nth-child(6) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(6) .order-grid-block:nth-child(2) {
  order: 1;
}
.order-item-cover:nth-child(8) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(8) .order-grid-block:nth-child(2) {
  order: 1;
}
.order-item-cover:nth-child(10) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(10) .order-grid-block:nth-child(2) {
  order: 1;
}
.order-item-cover:nth-child(12) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(12) .order-grid-block:nth-child(2) {
  order: 1;
}
.order-item-cover:nth-child(14) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(14) .order-grid-block:nth-child(2) {
  order: 1;
}
.order-item-cover:nth-child(16) .order-grid-block:nth-child(1) {
  order: 2;
}
.order-item-cover:nth-child(16) .order-grid-block:nth-child(2) {
  order: 1;
}

.modal-bg {
  background-color: #022759 !important;
  position: relative;
}
.modal-bg .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 50;
  opacity: inherit;
}
.modal-bg .btn-close svg {
  width: 20px;
  fill: #fff;
}

.registrationForm {
  padding: 23px;
}
.registrationForm h3 {
  color: #00aeef;
  text-transform: capitalize;
  font-size: 2.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 4.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  line-height: normal !important;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}
.registrationForm p {
  text-align: center;
  color: #fff;
}
.registrationForm form .form-filed {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.registrationForm form .form-filed input {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  background-color: #fff;
  padding: 7px;
  font-size: 13px;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  font-family: "Mulish", sans-serif;
}
.registrationForm form .form-filed select {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  background-color: #fff;
  padding: 7px;
  font-size: 13px;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  font-family: "Mulish", sans-serif;
}
.registrationForm form .form-filed textarea {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #777;
  background-color: #fff;
  font-size: 13px;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  font-family: "Mulish", sans-serif;
}
.registrationForm form .form-filed button {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 700;
  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: 10px 52px;
  background-color: #00aeef !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Mulish", sans-serif;
}
.registrationForm form .form-filed button:hover {
  color: #022759;
}

.nursing_section_block {
  background-image: url(../images/Australia-bg.jpg);
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
  padding-bottom: 0;
}

.wrapper-block-pan {
  padding-right: 30px;
  padding-bottom: 100px;
}
.wrapper-block-pan h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 35px;
}
.wrapper-block-pan p {
  color: #fff;
  text-align: justify;
  font-size: 18px;
}
.wrapper-block-pan a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #ffbf00;
  padding: 5px 30px;
  color: #022759;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
}
.wrapper-block-pan a:hover {
  color: #fff;
}
.wrapper-block-pan a:before {
  content: "";
  background-color: #022759;
}

.image-wrapper-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.image-wrapper-block img {
  width: 100%;
}

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

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

.career-img {
  width: 100%;
}
.career-img img {
  width: 100%;
}

.career-toppadd {
  padding-top: 80px;
}

.padding-none {
  padding: 0 !important;
}

.min-services-section {
  padding: 50px 0;
  background-color: #f5fbfb;
}

.row-panel-block {
  padding: 20px;
  margin: 0 !important;
  background-color: #fff;
}

.serviceBlock {
  padding: 50px 0;
  background-color: #022759;
}

.service_block_grid {
  padding: 30px;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition-property: 0.2s;
}
.service_block_grid aside {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  padding-left: 55px;
}
.service_block_grid aside span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #022759;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  float: left;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.service_block_grid aside span svg {
  fill: #fff;
  width: 25px;
}
.service_block_grid aside h4 {
  color: #022759;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  float: left;
  margin-top: 10px;
}
.service_block_grid p {
  font-size: 14px !important;
  text-align: justify;
  color: #373737;
}
.service_block_grid a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border: solid 1px #022759;
  border-radius: 3px;
  color: #022759;
  text-transform: capitalize;
  font-size: 12px;
  text-align: center;
  position: relative;
  transition-duration: 0.2s;
}
.service_block_grid a::before {
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  right: 8px;
  top: 5px;
  color: #022759;
}
.service_block_grid a:hover {
  transition-duration: 0.2s;
  background-color: #022759;
  color: #fff;
}
.service_block_grid a:hover::before {
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  right: 8px;
  top: 5px;
  color: #fff;
}
.service_block_grid:hover {
  background-color: #00aeef;
}
.service_block_grid:hover aside span {
  background-color: #fff;
}
.service_block_grid:hover aside span svg {
  fill: #00aeef;
}
.service_block_grid:hover aside h4 {
  color: #fff;
}
.service_block_grid:hover p {
  color: #fff;
}
.service_block_grid:hover a {
  background-color: #fff;
  border-color: #fff;
  color: #022759;
}

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

.chooseUsSection {
  background-color: #fff;
}

.business-img-panel {
  height: 100%;
  background-color: #022759;
  position: relative;
}
.business-img-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.business__content {
  width: 100%;
  padding: 65px;
}
.business__content h3 {
  text-transform: capitalize;
  color: #022759;
  font-size: 33px;
  font-weight: 600;
}
.business__content p {
  text-align: justify;
  font-size: 15px !important;
  color: #000;
}
.business__content ul {
  padding: 0;
  margin: 0;
}
.business__content ul li {
  list-style-type: none;
  padding: 5px;
  position: relative;
}
.business__content ul li h6 {
  color: #022759;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
}
.business__content ul li p {
  color: #000;
  font-size: 14px !important;
  margin: 0;
}

#client-testimonial {
  padding-top: 30px;
}
#client-testimonial .owl-stage-outer {
  height: 100%;
}
#client-testimonial .owl-stage-outer .owl-stage {
  display: flex;
  height: 100%;
}
#client-testimonial .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  height: 100%;
}
#client-testimonial .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
#client-testimonial .owl-stage-outer .owl-stage .owl-item .item .testimonial-colm {
  height: 100%;
}

.testimonial-colm {
  width: 100%;
  background-color: color(prophoto-rgb 0 0 0/0.13);
  border-radius: 10px;
  padding: 20px;
}
.testimonial-colm .block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.testimonial-colm .block aside {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.testimonial-colm .block aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-colm .block .stars {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  font-size: 15px;
  color: #ff9b00;
}
.testimonial-colm .block h4, .testimonial-colm .block h5 {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
.testimonial-colm .block h4 {
  font-size: 18px;
}
.testimonial-colm .block h5 {
  font-size: 16px;
}
.testimonial-colm p {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.minSection_block {
  padding: 100px 0;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.minSection_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(28, 65, 97, 0.78);
}

.wrapper-cover-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  gap: 10px;
}
.wrapper-cover-flex a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #00aeef;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  transition-duration: 0.2s;
}
.wrapper-cover-flex a:hover {
  background-color: #fff;
  color: #022759;
}
.wrapper-cover-flex aside h6 {
  margin: 0;
}
.wrapper-cover-flex aside a {
  background: none;
  font-size: 18px;
  font-weight: 800;
}
.wrapper-cover-flex aside a:hover {
  background: none;
  color: #fff;
}

.tab-block {
  width: 100%;
}

.border-none-bock {
  border: none !important;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}

.nav-link {
  color: #777 !important;
}

.nav-item .active {
  color: #00aeef !important;
}

.list__block ul li {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.list__block ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  color: #00aeef;
  position: absolute;
  left: 0;
  top: 7px;
}

.footer-logo-botom-border {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1882352941);
}

.contact__address_list {
  position: relative;
}
.contact__address_list i {
  position: absolute;
  left: 0;
}
.contact__address_list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.contact__address_list li a {
  font-size: 16px !important;
  position: relative;
  padding-left: 28px !important;
  text-transform: capitalize !important;
  font-size: 13px !important;
}
.contact__address_list li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  font-size: 12px;
  background-color: #00aeef;
}
.contact__address_list li a::before {
  content: "";
  display: none !important;
}

.contact-li-padding-left-none {
  padding-left: 0 !important;
}
.contact-li-padding-left-none:nth-child(1) {
  margin-bottom: 0 !important;
}

.wrapper__img__block {
  height: 100%;
  background-color: #777;
}
.wrapper__img__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.wrapper__content__block {
  width: 100%;
  padding-top: 30px;
  padding: 20px;
}
.wrapper__content__block h4 {
  text-transform: uppercase;
  font-size: 22px; font-weight: 700;
  color: #022759;
}
.wrapper__content__block h1 {
  text-transform: capitalize;
  font-size: 35px;
  color: #022759;
  font-weight: 700;
}
.wrapper__content__block p {
  text-align: justify;
}

.serv_section_block {
  background-color: #f1f1f1;
  padding: 50px 0;
}

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

.product-row {
  margin: 0 !important;
  padding: 10px;
  background-color: #fff;
  margin: 0;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
}

.proImg {
  height: 100%;
}
.proImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
}

.prodductContent h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #022759;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.prodductContent p {
  font-size: 15px;
  text-align: justify;
  color: #7a7a7a;
  font-size: 12px;
}
.prodductContent a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 8px 10px;
  background-color: #00aeef;
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
  transition-duration: 0.2s;
}
.prodductContent a:hover {
  background-color: #022759;
  color: #fff;
}

.colm-grid {
  margin-bottom: 30px;
}
.colm-grid aside {
  padding: 15px;
  background-color: #fff;
  height: 100%;
}
.colm-grid aside .proImg {
  height: 200px;
  margin-bottom: 15px;
  padding: 0;
}
.colm-grid aside .prodductContent h4 {
  font-size: 15px;
}
.colm-grid aside .prodductContent p {
  font-size: 13px !important;
}

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

.grid-margin-bottom-none {
  margin-bottom: 0 !important;
}

.grid__block__section {
  padding: 50px 0;
  background-color: #f5fbfb;
}

.grid-col {
  margin-bottom: 30px;
  transition-duration: 0.2s;
}
.grid-col a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
.grid-col a aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #022759;
  height: 132px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 11px 16px -6px #000;
}
.grid-col a aside span {
  width: 33px;
  margin-bottom: 10px;
}
.grid-col a aside span svg {
  width: 100%;
  fill: #fff;
}
.grid-col a aside h4 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.grid-col:hover {
  transition-duration: 0.2s;
  transform: scale(1.1);
}

.grid_controller .gridGroup aside {
  display: flex;
  flex-direction: column;
}
.grid_controller .gridGroup aside h5, .grid_controller .gridGroup aside h6 {
  color: #fff;
  text-align: center;
}
.grid_controller .gridGroup aside h6 {
  font-size: 12px;
}
.grid_controller .gridGroup aside h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 0;
  gap: 5px;
}
.grid_controller .gridGroup aside h5 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  left: 0;
  top: 3px;
  color: #fff;
  font-size: 12px;
  background-color: #00aeef;
}
.grid_controller .gridGroup:nth-child(1) aside {
  position: relative;
}
.grid_controller .gridGroup:nth-child(1) aside::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.grid_controller .gridGroup:nth-child(2) aside {
  position: relative;
}
.grid_controller .gridGroup:nth-child(2) aside::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.footer__coontact {
  padding: 11px 0;
  background-color: hwb(0deg 0% 100%/26%);
}

.email-serv {
  padding: 10px 0;
}

.email-controller aside a {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  font-size: 12px;
  color: #fff;
  text-transform: lowercase;
  transition-duration: 0.2s;
}
.email-controller aside a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
  color: #fff;
  font-size: 11px;
}
.email-controller aside a:hover {
  color: #00aeef;
}

.contact__grid__block_panel aside {
  width: 100%;
  padding: 15px;
  border: solid 1px #dfdfdf;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}
.contact__grid__block_panel aside h5 {
  text-transform: uppercase;
  color: #022759;
  font-size: 18px;
  font-weight: 700;
}
.contact__grid__block_panel aside ul {
  padding: 0;
  margin: 0;
}
.contact__grid__block_panel aside ul li {
  list-style-type: none;
  position: relative;
  padding: 3px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Manrope", sans-serif !important;
}
.contact__grid__block_panel aside ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #00aeef;
  border-radius: 5px;
  color: #fff;
}
.contact__grid__block_panel aside ul li:nth-child(2) {
  font-weight: bold;
}
.contact__grid__block_panel .map-block {
  width: 100%;
}

.why-choose-us-section {
  padding: 50px 0;
  background-color: #fff;
}

.whychoosecaption {
  padding: 20px 0;
}
.whychoosecaption h4, .whychoosecaption h5 {
  text-transform: uppercase;
}
.whychoosecaption h5 {
  font-size: 18px;
  color: #022759;
  position: relative;
  padding: 0;
}
.whychoosecaption h5 span {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 0 15px;
}
.whychoosecaption h5::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.11);
  position: absolute;
  top: 10px;
  left: 0;
}
.whychoosecaption h4 {
  font-size: 25px;
  color: #022759;
  font-weight: 700;
}

.border-solid-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.11);
}

.grid__block_solid {
  margin-bottom: 30px;
}
.grid__block_solid .content-grid {
  width: 100%;
  padding: 20px;
  position: relative;
  transition-duration: 0.2s;
}
.grid__block_solid .content-grid aside {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.grid__block_solid .content-grid aside svg {
  width: 100%;
  fill: #022759;
}
.grid__block_solid .content-grid h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  color: #022759;
  font-weight: 700;
}
.grid__block_solid .content-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #000;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 21px;
  right: 0;
  font-weight: bold;
  font-size: 30px;
}
.grid__block_solid .content-grid p {
  font-size: 14px !important;
  text-align: justify;
  color: #000;
}

.grid_panel__column {
  width: 20% !important;
}

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

.business___content {
  padding: 15px;
  background-color: #fff;
}

.contents-box {
  padding: 15px;
  padding-top: 0 !important;
}
.contents-box p {
  text-align: justify;
  color: #fff;
}
.contents-box h4, .contents-box h5 {
  color: #fff;
  text-transform: uppercase;
}
.contents-box h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 20px;
  color: #2eb9d9;
}
.contents-box h5 {
  font-size: 15px;
}

.modal_max_width {
  max-width: 50% !important;
}

.theam-modal {
  background-color: #022759;
  border-radius: 15px;
}

.bg-none {
  background: none !important;
  border: none !important;
}

.modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  color: #000 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100% !important;
  background-color: #fff !important;
}

.policy {
  padding-left: 20px;
}

.policy-row {
  margin: 0 !important;
}
.policy-row aside {
  padding: 15px 0;
}
.policy-row aside h5 {
  text-transform: uppercase;
  color: #022759;
  font-size: 20px;
  font-weight: 700;
}
.policy-row aside ul {
  padding: 0;
  margin: 0;
}
.policy-row aside ul li {
  list-style-type: none;
  position: relative;
  padding: 3px;
  padding-left: 25px;
}
.policy-row aside ul li::before {
  content: "\f138";
  font-family: "fontAwesome";
  color: #022759;
  position: absolute;
  left: 0;
  top: 4px;
}

.about__block_panel {
  width: 100%;
}
.about__block_panel h3 {
  text-transform: uppercase;
  color: #b2b1b1;
  font-weight: 700;
  font-size: 40px;
  text-align: right;
  margin-bottom: 0;
}
.about__block_panel h4 {
  color: #022759;
  font-weight: 700;
  font-size: 94px;
  text-align: right;
}

.block-cover {
  width: 100%;
  display: flex;
  gap: 7px;
}
.block-cover .block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 31%;
  padding: 40px 10px;
  background-color: #777;
  border-radius: 10px;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(229, 232, 237) 100%);
  box-shadow: 0px 20px 60px 0px rgba(8, 40, 79, 0.25);
  border: solid 1px #fff;
}
.block-cover .block aside {
  width: 50px;
  margin-bottom: 9px;
}
.block-cover .block aside svg {
  fill: #00aeef;
  width: 100%;
}
.block-cover .block h5 {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 36px;
  margin-bottom: 0;
}

.about-content-padding-controll {
  padding-top: 30px;
  padding-right: 30px;
}

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

.content-section-aside aside {
  width: 100%;
  padding-bottom: 20px;
}
.content-section-aside aside h4 {
  text-transform: capitalize;
  color: #022759;
  font-weight: 600;
  font-size: 25px;
}
.content-section-aside aside p {
  text-align: justify;
}

.wrapper__section__block {
  padding: 50px 0;
  background-color: #f7f8f9;
}

.logo-item {
  background-color: #fff;
  padding: 5px;
}
.logo-item img {
  width: 100%;
  margin: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

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

.min_button_cover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.min_button_cover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  background-color: #00aeef;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 14px;
}
.min_button_cover a:before {
  content: "";
  background-color: #fff;
}
.min_button_cover a:hover {
  color: #022759;
}

.grid-box-margin-botom {
  margin-bottom: 25px;
}

.wrapper-row-bg-fff {
  background-color: #fff;
  margin: 0 !important;
}

.google-review {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-review aside {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 5px;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
}
.google-review aside img {
  width: 20px !important;
}/*# sourceMappingURL=stylesheet.css.map */


.min-section-dark-bg {
  padding: 50px 0;
  background-color: #000;
}
.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: #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 40px;
  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;
}

.wrapper-grid-colms {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
  border: solid 7px rgba(255, 255, 255, 0.06);
}
.wrapper-grid-colms img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
}
.wrapper-grid-colms aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.411);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  transition-duration: 0.2s;
  z-index: 10;
}

.wrapper-grid-colms aside h4 {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 425px;
  font-size: 16px;
  font-weight: 700 !important;
}
.wrapper-grid-colms aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  border: solid 1px #fff;
  transition-duration: 0.2s;
}
.wrapper-grid-colms aside a:hover {
  background-color: #fff;
  border: solid 1px #fff;
  color: #000;
}
.wrapper-grid-colms:hover aside {
  padding-top: 280px;
  background-color: rgba(0, 0, 0, 0.66);
}
.wrapper-grid-colms:hover aside h4 {
  padding-bottom: 18px;
}
.wrapper-grid-colms:hover img {
  transition-duration: 0.2s;
  transform: scale(1.2);
}

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

.min-button-cover {
  padding: 20px 0;
}
.min-button-cover a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 10px 80px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: solid 1px #fff;
  transition-duration: 0.2s;
}
.min-button-cover a:hover {
  background: none;
  color: #fff;
}


.aboutSection {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-color: #022759;
}

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

.min-content-block h3 {
  text-transform: capitalize;
  font-size: 48px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 800;
}
.min-content-block p {
  color: #fff;
  text-align: justify;
  font-size: 17px;
}





.
