/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Poppins font  --*/
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*-------------------------------------------------
  Common Style CSS
---------------------------------------------------*/
body {
  font-size: 14px;
  color: #777;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Poppins, sans-serif";
  font-weight: 400;
  top: 0 !important;
  background-image: url(../img/designs/main-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: rgba(247, 247, 247, 0.9);
  overflow-x: hidden;
  background-blend-mode: overlay;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins, sans-serif";
  position: relative;
  color: #222;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}
ul li a {
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #555;
  line-height: 26px;
}

.section-title {
  position: relative;
  text-align: center;
}
.section-title h2 {
  margin-bottom: 40px;
  padding: 50px 0;
  font-size: 36px;
  line-height: 29px;
  font-weight: 700;
}
.section-title h2 span {
  color: #efaa54;
  
  
}
.section-title .ligh-title {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 130px;
  font-weight: 700;
  color: #f5f5f5;
  line-height: 60px;
  text-shadow: 5px -5px 10px #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  opacity: 0.05;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#ms-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ms-overlay .ms-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#ms-overlay .ms-roller div {
  -webkit-animation: ms-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: ms-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
#ms-overlay .ms-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
  margin: -4px 0 0 -4px;
}
#ms-overlay .ms-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
#ms-overlay .ms-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
#ms-overlay .ms-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
#ms-overlay .ms-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
#ms-overlay .ms-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
#ms-overlay .ms-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
#ms-overlay .ms-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
#ms-overlay .ms-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
#ms-overlay .ms-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
#ms-overlay .ms-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
#ms-overlay .ms-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
#ms-overlay .ms-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
#ms-overlay .ms-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
#ms-overlay .ms-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
#ms-overlay .ms-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
#ms-overlay .ms-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes ms-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ms-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**  Section spacing  **/
.margin-t-80 {
  /* margin-top: 80px; */
  margin-top: 0px;
  padding-top: 0px;
}

.margin-b-50 {
  margin-bottom: 50px;
}
.padding-tb-80 {
  padding: 70px 0;
}


.padding-tb-50{
  padding: 50px 0;
}

.m-b-minus-30px {
  margin-bottom: -30px;
}

.m-tb-minus-15px {
  margin-top: -15px;
  margin-bottom: -15px;
}

.ms-learn-more-left {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  margin-right: 130px;
  color: #555;
  position: relative;
  padding-left: 50px;
}
.ms-learn-more-left .text {
  font-family: "Poppins, sans-serif";
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.ms-learn-more-left .ring-left {
  margin-left: -20px;
}
.ms-learn-more-left .arrow-left {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 3px;
  left: 0;
}
.ms-learn-more-left:hover {
  color: #555;
}
.ms-learn-more-left:hover .arrow-left {
  margin-left: -5px;
}

.ms-learn-more-right {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  margin-left: 130px;
  color: #333;
  position: relative;
}
.ms-learn-more-right .text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px 10px 15px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border-right: 1px solid transparent;
  border-radius: 30px;
}
.ms-learn-more-right .text span {
  z-index: 5;
}
.ms-learn-more-right .text::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -9px;
  left: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #f5f5f5;
  border-radius: 30px;
  z-index: -1;
}
.ms-learn-more-right .text:after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
}
.ms-learn-more-right .ring-left {
  margin-right: -20px;
  margin-top: -2px;
}
.ms-learn-more-right:hover {
  color: #333;
}
.ms-learn-more-right:hover .text {
  font-size: 15px;
}
.ms-learn-more-right:hover .text:after {
  right: -10px;
  opacity: 0;
}

/* Back to top */
.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 65px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #f8f8f9;
}
.progress-wrap i {
  position: absolute;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #efaa54;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover:after {
  opacity: 0;
}
.progress-wrap:hover:before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #07293f;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*===== Header css =====*/
header {
  position: relative;
  z-index: 5;
}
header nav {
  position: relative;
}
header nav a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  position: fixed;
  top: 50px;
  right: 50px;
  background: #07293f;;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0.7;
}

@media (max-width:1300px) {
  header nav a{
      top: 10px;
  right: 10px;
  }
  
}
header nav a .svg_img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}
header nav a:hover {
  opacity: 1;
}
header nav a:hover .svg_img {
  width: 35px;
  height: 35px;
}



/* End Header */
/*-------------------------------------------------
 Hero Style CSS
---------------------------------------------------*/
.ms-hero {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* background-color: #b98e68; */
}
.ms-hero .ms-diamond-1 {
  width: 80px;
  height: 100px;
  position: absolute;
  left: 22%;
  top: 15%;
  background-image: url("../img/designs/1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.ms-hero .ms-diamond-2 {
  width: 81px;
  height: 86px;
  position: absolute;
  left: 15%;
  bottom: 20%;
  background-image: url("../img/designs/2.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: rotateshape 15s linear infinite;
          animation: rotateshape 15s linear infinite;
}
.ms-hero .ms-diamond-3 {
  width: 36px;
  height: 37px;
  position: absolute;
  left: 31%;
  bottom: 5%;
  background-image: url("../img/designs/3.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.ms-hero .ms-diamond-4 {
  width: 82px;
  height: 78px;
  position: absolute;
  right: 20%;
  top: 75%;
  background-image: url("../img/designs/4.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.ms-hero .ms-diamond-5 {
  width: 61px;
  height: 64px;
  position: absolute;
  right: 24%;
  top: 13%;
  background-image: url("../img/designs/5.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@-webkit-keyframes rotateshape {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateshape {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ms-hero .hero-content {
  margin: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ms-hero .hero-content .hero-item {
  padding: 60px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ms-hero .hero-content .ms-hero-detail {
  max-width: 300px;
  text-align: right;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-title {
  margin: -70px -110px 30px 0;
  letter-spacing: 0.02rem;
  font-size: 56px;
  font-weight: 800;
  z-index: 5;
  /* color: #749ED8; */
   margin-right: 0px; /* move left */

  
  

}
.ms-hero .hero-content .ms-hero-detail .ms-hero-title span {
  max-width: 400px;
  display: -ms-inline-grid;
  display: inline-grid;


  
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-title .name {
  color: #efaa54;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-detail {
  margin-bottom: 5px;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  
}
.ms-hero .hero-content .ms-hero-img {
  max-width: 350px;
  margin: 0 30px;
}
.ms-hero .hero-content .ms-hero-img .ms-card {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.ms-hero .hero-content .ms-hero-img .ms-card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  /* -webkit-filter: grayscale(100%);
          filter: grayscale(100%); */
/* -webkit-filter: invert(100%);
filter: invert(100%); */
/* under 2 lines for gray colour transition */
  /* filter: grayscale(100%) brightness(300%);
  -webkit-filter: grayscale(100%) brightness(300%); */
}
/* cr8ease hero need different gray-scale */
.ms-hero .hero-content .ms-hero-img .ms-card .cr8ease img   {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  /* -webkit-filter: grayscale(100%);
          filter: grayscale(100%); */
/* -webkit-filter: invert(100%);
filter: invert(100%); */
  filter: grayscale(100%) brightness(900%);
  -webkit-filter: grayscale(100%) brightness(900%);
}
/* brightemy hero need different gray-scale */
.ms-hero .hero-content .ms-hero-img .ms-card .brightemy img   {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  /* -webkit-filter: grayscale(100%);
          filter: grayscale(100%); */
/* -webkit-filter: invert(100%);
filter: invert(100%); */
filter: grayscale(100%) brightness(50%) contrast(0%);
-webkit-filter: grayscale(100%) brightness(100%) contrast(40%);

}
.ms-hero .hero-content .ms-hero-img .ms-card .zaarbit img   {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  /* -webkit-filter: grayscale(100%);
          filter: grayscale(100%); */
/* -webkit-filter: invert(100%);
filter: invert(100%); */
filter: grayscale(100%) brightness(70%) contrast(0%);
-webkit-filter: grayscale(100%) brightness(100%) contrast(50%);

}

/* for all ventures hero image */

.ms-hero .hero-content .ms-hero-img .ms-card .venture img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  /* -webkit-filter: grayscale(100%);
          filter: grayscale(100%); */
/* -webkit-filter: invert(100%);
filter: invert(100%); */
  filter: grayscale(0%) brightness(0%);
  -webkit-filter: grayscale(0%) brightness(100%);

}

.ms-hero .hero-content .ms-hero-img .ms-card:hover {
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.ms-hero .hero-content .ms-hero-img .ms-card:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.ms-hero .hero-content .ms-hero-name {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.ms-hero .hero-content .ms-hero-name h3 {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 46px;
  font-weight: 200;
  line-height: 52px;
  position: relative;
}
.ms-hero .hero-content .ms-hero-name h3:after {
  content: "";
  width: 105px;
  height: 7px;
  background-color: #efaa54;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width:991px) {
  .ms-hero .hero-content .ms-hero-name h3:after{
    content: "";
  width: 105px;
  height: 7px;
  background-color: #efaa54;
  position: static;
  bottom: 0;
  left: 0;
}
  }

.ms-hero .hero-content .ms-hero-name h3 span {
  max-width: 300px;
  display: -ms-inline-grid;
  display: inline-grid;
}
.ms-hero .hero-content .art {
  width: 18px;
  height: 190px;
  background-image: url(../img/designs/6.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 30px;
  right: 370px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: MovesUpDown 5s linear infinite;
          animation: MovesUpDown 5s linear infinite;
}
@-webkit-keyframes MovesUpDown {
  0%, 100% {
    bottom: -180px;
  }
  50% {
    bottom: -150px;
  }
}
@keyframes MovesUpDown {
  0%, 100% {
    bottom: -180px;
  }
  50% {
    bottom: -150px;
  }
}

/**  On click scroll  **/
.scroll-next {
  width: 170px;
  height: 65px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.ms-container .menu {
  display: inline-block;
  width: 200px;
  height: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  color: #000;
}
.ms-container .circle {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 1px solid #d8cfc3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 4;
}
.ms-container .text {
  position: absolute;
  top: 43%;
  left: -14px;
  display: inline-block;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin-top: -9px;
  font-size: 14px;
  font-family: "Poppins, sans-serif";
  text-transform: uppercase;
  background: #f6f6f6;
  line-height: 16px;
  font-weight: 400;
}
.ms-container .text:after {
  content: "";
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url("../img/designs/scroll-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
}

/*===== About css =====*/

.col-lg-1{ width:100%; padding:0 15px; box-sizing:border-box; margin-bottom:0px;

}

.ms-about-detail h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Poppins, sans-serif";
  color: #333;
}
.ms-about-detail .ms-text {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
  font-family: "Poppins, sans-serif";
  font-weight: 400;
  line-height: 28px;



    /* margin-bottom: 30px;
  font-size: 1.1rem;
    color: #0A2C42;
    line-height: 1.6;
      font-family: "Poppins, sans-serif";
  font-weight: 400; */
}

.ms-about-info {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ms-about-info ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.ms-about-info ul li {
  padding: 20px 0;
  font-size: 16px;
  line-height: 18px;
  color: #555;
  font-family: "Poppins, sans-serif";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #dfdfdf;
}
.ms-about-info ul li:first-child {
  border-top: 1px dashed #dfdfdf;
}
.ms-about-info ul li span {
  display: block;
}
.ms-about-info ul li .title {
  min-width: 110px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  font-weight: 600;
  position: relative;
}
.ms-about-info ul li b {
  margin-right: 10px;
  color: #333;
  font-weight: 600;
  position: absolute;
  right: 0;
}

.ms-skill-progress {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ms-about .ms-box {
  margin-bottom: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.ms-about .ms-box:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -38%;
  right: -15%;
  border-radius: 50%;
}
.ms-about .ms-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -15%;
  right: -32%;
  border-radius: 50%;
}
.ms-about .ms-box:hover:before {
  top: -43%;
  right: -10%;
}
.ms-about .ms-box:hover:after {
  top: -10%;
  right: -37%;
}
.ms-about .ms-box p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #777;
  line-height: 24px;
}
.ms-about .ms-box h3 {
  font-size: 20px;
  color: #333;
}
.ms-about .ms-box .progress {
  width: 80px;
  height: 80px;
  background: transparent;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 3;
}
.ms-about .ms-box .progress .track,
.ms-about .ms-box .progress .fill {
  -webkit-transform: rotate(90deg) translate(0px, -80px);
          transform: rotate(90deg) translate(0px, -80px);
  stroke-width: 6;
  fill: rgba(0, 0, 0, 0);
}
.ms-about .ms-box .progress .track {
  stroke-width: 6;
  stroke: #ddd !important;
}
.ms-about .ms-box .progress .fill {
  stroke: #07293f;
}
.ms-about .ms-box .progress .fill {
  stroke-dasharray: 219.9907836914;
  stroke-dashoffset: -219.9907836914;
  -webkit-transition: stroke-dashoffset 1s;
  transition: stroke-dashoffset 1s;
  stroke-width: 10;
}
.ms-about .ms-box .progress .value {
  fill: #07293f;
  font-size: 20px;
  text-anchor: middle;
  font-weight: 600;
}
.ms-about .ms-box .progress.active .fill {
  stroke: #efaa54;
}
.ms-about .ms-box .progress.active .value {
  fill: #efaa54;
}


.ventures-focus span {
    display: inline-block;
    margin: 5px 10px;
    padding: 8px 15px;
    background-color: #07293f; /* your brand colour */
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
}




/*===== Service css =====*/
.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-box .main-box {
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
.service-box .main-box:hover .box-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-box .main-box:hover .box-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.service-box .main-box .box-front {
  text-align: center;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.38);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  border-radius: 15px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.service-box .main-box .box-front:before {
  content: "";
  width: 23px;
  height: 42px;
  position: absolute;
  left: 15%;
  bottom: 5%;
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
  background-image: url(../img/designs/7.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.service-box .main-box .box-front:after {
  content: "";
  width: 38px;
  height: 40px;
  position: absolute;
  right: 1%;
  top: 5%;
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
  background-image: url(../img/designs/3.png);
  background-repeat: no-repeat;
}
.service-box .main-box .box-back {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.38);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  border-radius: 15px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #07293f;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-box .flipper {
  position: relative;
  padding: 15px 0;
}
.service-box .flipper:hover .box-front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  -webkit-transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
}
.service-box .flipper:hover .box-back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  -webkit-transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
}

.flipper .content-wrap .icon {
  position: relative;
}
.flipper .content-wrap .icon:before {
  content: "";
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: morphing-image 15s linear infinite forwards;
          animation: morphing-image 15s linear infinite forwards;
}
.flipper .content-wrap .svg_img {
  width: 50px;
  height: 50px;
  margin: 0 0 15px 0;
  position: relative;
}
.flipper2 .content-wrap .svg_img {
  width: 150px;
  height: 150px;
  margin: 0 0 15px 0;
  position: relative;
}
.flipper .content-wrap .svg_img path {
  fill: #07293f;
}

@-webkit-keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
.main-box .content-wrap {
  width: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
  transform: translate3d(0, 0, 50px) scale(0.9);
}

.box-front .content-wrap h3 {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.box-front .content-wrap p {
  margin: 0;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.box-front .bg-img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 30px 0 0;
}
.box-front .bg-img path {
  fill: #333;
}

.box-back .content-wrap h3 {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.box-back .content-wrap p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.box-back .btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 6px 15px;
  font-size: 14px;
  letter-spacing: 0.05rem;
  margin-top: 15px;
  font-weight: 500;
  border-radius: 0 20px 0 0;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
}
.box-back .btn:hover {
  background-color: #fff;
  color: #333;
}

.content-wrap p {
  margin-bottom: 10px;
  text-align: left;
}

/* End Service Section */
/*===== Resume css (EXPERIENCE & EDUCATION)=====*/
.education h4,
.experiense h4 {
  margin-bottom: 50px;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Poppins, sans-serif";
  color: #333;
  text-align: center;
}

.ms-experience .timeline {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  list-style: none;
  position: relative;
}
.ms-experience .timeline .timeline-item {
  position: relative;
}
.ms-experience .timeline li {
  margin: 0 0 48px 0;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}
.ms-experience .timeline li:last-child {
  margin: 0;
}
.ms-experience .timeline li .timeline-info {
  margin-top: -40px;
  margin-bottom: 30px;
}
.ms-experience .timeline li .timeline-info span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}
.ms-experience .timeline li:hover .timeline-info span {
  background: #749ED8;
  color: #fff;
}

.timeline-info span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.timeline-item:last-child, .timeline-item:after {
  content: none;
}

.timeline-content .timeline-title {
  margin-top: 15px;
  color: #07293f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.timeline-content .timeline-title .sub {
  margin-left: 15px;
  color: #07293f;
  font-size: 14px;
}
.timeline-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
}

/** Start Portfolio Section **/
/* .ms-portfolio .section-title .ligh-title {
  -webkit-transform: translateY(-63%);
          transform: translateY(-63%);
}

.portfolio-tabs {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-tabs ul {
  padding-left: 0;
}
.portfolio-tabs ul li {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  font-weight: 600;
  margin: 0px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  color: #333;
  font-size: 16px;
  line-height: 11px;
}
.portfolio-tabs ul li:hover {
  color: #07293f;
}

li.mixitup-control-active {
  color: #749ED8 !important;
}

.portfolio-img img {
  width: 100%;
  height: 100%;
}

.fancybox-image {
  padding: 0 15px;
}

.ms-project-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  cursor: default;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}
.ms-project-box h3 {
  color: #333;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.ms-project-box .links {
  margin-bottom: 10px;
  color: #999;
}
.ms-project-box a {
  font-size: 14px;
  color: #07293f;
  font-weight: 300;
}
.ms-project-box a:hover {
  color: #07293f;
}
.ms-project-box p {
  font-size: 14px;
}
.ms-project-box p a {
  color: #efaa54;
}
.ms-project-box .ms-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-project-box img {
  display: block;
  position: relative;
}
.ms-project-box .portfolio-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}
.ms-project-box .portfolio-img a {
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  background-size: 200px;
  background-position: center;
  background-attachment: inherit;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.ms-project-box .portfolio-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ms-project-box .portfolio-img .overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
}
.ms-project-box:hover .portfolio-img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ms-project-box:hover .portfolio-img img {
  -webkit-transform: rotate(-5deg) scale(1.2);
          transform: rotate(-5deg) scale(1.2);
}
.ms-project-box:hover .portfolio-img .overlay {
  opacity: 1;
}
.ms-project-box:hover a.info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ms-project-box a.info {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 15px;
}
.ms-project-box a.info:hover {
  background-color: #fff;
  color: #07293f;
}
.ms-project-box a.info {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  color: #fff;
}
.ms-project-box .ms-detail {
  padding-left: 30px;
}
.ms-project-box .ms-detail ul {
  margin: 0;
  padding: 0;
}
.ms-project-box .ms-detail ul li {
  padding: 5px 0;
}

.fancybox-progress {
  background: #07293f;
} */







/* Portfolio Project Boxes - RK */
/* .ms-portfolio .section-title .ligh-title {
  -webkit-transform: translateY(-63%);
          transform: translateY(-63%);
}
.ms-portfolio .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ms-portfolio .col-lg-6,
.ms-portfolio .col-md-6,
.ms-portfolio .col-sm-12 {
    flex: 1 1 calc(33.333% - 20px); 
    box-sizing: border-box;
    margin-bottom: 30px; 
}

.ms-portfolio .ms-project-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
cursor: default;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 360px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ms-portfolio .ms-project-box .portfolio-img {
    width: calc(100% - 30px);
    height: 80%;
    margin: 12px auto 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.ms-portfolio .ms-project-box .portfolio-img::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,0.3); 
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: top 0.4s ease, backdrop-filter 0.4s ease, background-color 0.4s ease;
    z-index: 3;
}

.ms-portfolio .ms-project-box:hover .portfolio-img::before {
    top: 0;
    background-color: rgba(50,50,50,0.4); 
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.ms-portfolio .ms-project-box .text-section {
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ms-portfolio .ms-project-box .text-section .links {
    font-size: 14px;
    color: #666;
}

.ms-portfolio .ms-project-box .learn-more {
    position: absolute;
    top: 40%; 
    left: 50%;
    transform: translate(-50%, -50%) translateY(10px);
    font-size: 14px;
    color: #07293f;
    background-color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    z-index: 4;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.ms-portfolio .ms-project-box:hover .learn-more {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
}

.ms-portfolio .ms-project-box .learn-more:hover {
    background-color: #efaa54;
    color: #07293f;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}

.ms-portfolio .ms-project-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}

.ms-portfolio .ms-project-box:hover .portfolio-img {
    transform: scale(1.05);
}

.ms-project-box h3 {
  color: #333;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
  } 
@media (max-width: 768px) {
    .ms-portfolio .col-lg-6,
    .ms-portfolio .col-md-6 {
        flex: 1 1 100%;
    }
} */






/* Ventures Section Styles */
.ms-portfolio .section-title .ligh-title {
  -webkit-transform: translateY(-63%);
          transform: translateY(-63%);
}

.row { display:flex; flex-wrap:wrap; margin:0 -15px; }
.col-lg-6 { width:50%; padding:0 15px; box-sizing:border-box; margin-bottom:30px; }
.col-lg-9 { width:33%; padding:0 15px; box-sizing:border-box; margin-bottom:30px; }
/* .col-lg-8 { width:50%; padding:0 15px; box-sizing:border-box; margin-bottom:30px; } */
@media (max-width:1199px) {.col-lg-9 { width:50%; padding:0 15px; box-sizing:border-box; margin-bottom:30px; }
 
}
@media(max-width:768px){ .col-lg-6 { width:100%; }
.col-lg-9 { width:100%; height: auto; padding:0 15px; box-sizing:border-box; margin-bottom:20px; }
}

.ms-project-box {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(6px);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
}

.ms-project-box:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 18px 45px rgba(0,0,0,0.25), 0 0 25px rgba(7,41,63,0.2);
    backdrop-filter: blur(10px);
}

/* Image container */
.portfolio-img {
    width: 100%;
    height: 230px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
}


.portfolio-img a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.ms-project-box:hover .portfolio-img a {
    transform: scale(1.06);
    filter: brightness(0.9);
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    font-size: 35px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 15px;
}

.ms-project-box:hover .overlay { opacity: 1; }

.ms-project-box h3 { font-size: 20px; font-weight: 600; margin-bottom: 5px; color:#07293f; }
.links a { color:#e3a34b; font-weight:500; text-decoration:none; }
.ms-project-box p { font-size: 14px; color:#555; line-height:1.6; }
.ms-project-box p a { color:#e3a34b; text-decoration:none; }

@media(max-width:768px)
{ 
  
  .portfolio-img 
   { 
  min-height: 300px;
  width: auto;
  background-position: center;
  background-size: cover;
  
    object-fit: cover;
    

}
 }

@media(max-width:575px)
{ 
  
  .portfolio-img 
   { 
  min-height: 100%;
  width: 100%;
 
    

}
 }

/** End Portfolio Section **/
/*===== Counter =====*/

/* keep Three boxes in the center */
.achive {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; 
}

.achive .count-block {
  width: 100%;
  margin: 12px 0;
  padding: 30px 15px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}
.achive .count-block:hover .counter-icon {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.achive .count-block:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  right: -15%;
  top: -13%;
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
  background-image: url(../img/designs/4.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.achive .count-block .counter-icon {
  width: 64px;
  height: 64px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: -15px;
  opacity: 0.05;
}
.achive .count-block .counter-icon path {
  fill: #333;
}
.achive .count-block h3 {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Poppins, sans-serif";
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #07293f;
}
.achive .count-block .active-num {
  color: #07293f;
}
.achive .count-block p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #07293f;
  font-family: "Poppins, sans-serif";
  font-weight: 400;
}

/** News | Blogs Section **/
.ms-news .section-title .ligh-title {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.ms-news .ms-item {
  padding: 0 15px;
}
.ms-news .slick-list {
  margin: 0 -15px;
}
.ms-news .news-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 30px;
  padding: 24px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}
.ms-news .news-info:hover .news-img img {
  -webkit-transform: rotate(-5deg) scale(1.2);
          transform: rotate(-5deg) scale(1.2);
}
.ms-news .news-info:hover .news-img img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.06);
}
.ms-news .news-info .news-img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.ms-news .news-info .news-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.ms-news .news-info .detail {
  width: 100%;
  margin: 0;
}
.ms-news .news-info .detail label {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #999;
  border-radius: 5px;
}
.ms-news .news-info .detail label a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #999;
}
.ms-news .news-info .detail label a:hover {
  color: #07293f;
}
.ms-news .news-info .detail h3 {
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 26px;
}
.ms-news .news-info .detail h3 a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.ms-news .news-info .detail p {
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px;
  color: #555;
  line-height: 23px;
  font-weight: 400;
}
.ms-news .news-info .detail .more-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #efaa54;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  border-radius: 15px;
  position: relative;
}
.ms-news .news-info .detail .more-info a:hover {
  background: #fff !important;
  color: #07293f;
}
.ms-news .news-info .detail .more-info a:hover:after {
  right: -50px;
  opacity: 0;
}
.ms-news .news-info .detail .more-info a:after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -30px;
}














/** End News | Blogs Section **/
/** Start Contact Section **/
.ms-contact .section-title .ligh-title {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.ms-contact iframe {
  width: 100%;
  height: 308px;
  margin-bottom: -7px;
  border-radius: 30px;
}
.ms-contact form .form-group {
  margin-bottom: 30px;
}
.ms-contact form .form-group input,
.ms-contact form .form-group textarea {
  padding: 15px;
  border-color: #dfdfdf;
  border-radius: 15px;
  font-size: 15px;
  color: #555;
}
.ms-contact form .form-group input:focus,
.ms-contact form .form-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ms-contact form .form-group input::-webkit-input-placeholder, .ms-contact form .form-group textarea::-webkit-input-placeholder {
  color: #999;
}
.ms-contact form .form-group input::-moz-placeholder, .ms-contact form .form-group textarea::-moz-placeholder {
  color: #999;
}
.ms-contact form .form-group input:-ms-input-placeholder, .ms-contact form .form-group textarea:-ms-input-placeholder {
  color: #999;
}
.ms-contact form .form-group input::-ms-input-placeholder, .ms-contact form .form-group textarea::-ms-input-placeholder {
  color: #999;
}
.ms-contact form .form-group input::placeholder,
.ms-contact form .form-group textarea::placeholder {
  color: #999;
}
.ms-contact form button {
  height: auto;
  margin: 10px 0 0 0;
  border: 0;
  background: transparent;
}
.ms-contact .ms-box {
  margin-bottom: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.ms-contact .ms-box:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -65%;
  right: -2%;
  border-radius: 50%;
}
.ms-contact .ms-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -15%;
  right: -23%;
  border-radius: 50%;
}
.ms-contact .ms-box:hover:before {
  top: -70%;
  right: -10%;
}
.ms-contact .ms-box:hover:after {
  top: -38%;
  right: -20%;
}
.ms-contact .ms-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-contact .ms-box .info h3 {
  font-size: 16px;
}
.ms-contact .ms-box p {
  margin: 0;
  font-size: 14px;
  color: #777;
}
.ms-contact .ms-box .icon {
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  -webkit-animation: morphing-image 15s linear infinite forwards;
          animation: morphing-image 15s linear infinite forwards;
}
.ms-contact .ms-box .icon i {
  font-size: 25px;
  color: #07293f;
  
}

/** End Contact Section **/
/*===== Clients css =====*/
.ms-client {
  display: block;
}
.ms-client .ms-client-outer ul {
  padding: 0;
  margin: -15px;
}

.ms-client-item {
  display: block !important;
}
.ms-client-item .ms-client-img {
  padding: 15px;
}
.ms-client-item img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
  cursor: pointer;
  outline: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}

/*===== Footer css =====*/
footer {
  background: #07293f;
}
footer .ms-footer-detail {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #efaa54;
}
footer .ms-footer-detail a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #749ED8;
}
footer .ms-footer-detail a:hover {
  color: #07293f;
}
footer .ms-footer-detail .ms-social ul {
  margin: 0;
  padding: 0;
  gap:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .ms-footer-detail .ms-social ul li {
  margin-left: 5px;
}
footer .ms-footer-detail .ms-social ul li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #efaa54;
  color: #07293f;
  border-radius: 30px;
}
footer .ms-footer-detail .ms-social ul li a:hover {
  color: #efaa54;
  background: #fff;
}



/*===== Sidebar css =====*/
.ms-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
  
}

.ms-open {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.ms-sidebar {
  width: 250px;
  height: 100%;
  padding: 30px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #07293f;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  opacity: 1;
  z-index: 16;
      
}
.ms-sidebar:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 15%;
  bottom: 5%;
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
  background-image: url(../img/designs/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.ms-sidebar .menu-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-sidebar .menu-list .close-sidebar {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  color: #efaa54;
}
.ms-sidebar ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ms-sidebar ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 60px;
  padding-left: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.ms-sidebar ul li a:hover {
  color: #efaa54;
}
.ms-sidebar ul li a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}
.ms-sidebar ul li a:focus {
  color: #07293f;
}
.ms-sidebar ul li.active a {
  padding-left: 40px !important;
  color: #efaa54;
  font-size: 25px;
}
.ms-sidebar ul li.active a:hover {
  color: #efaa54;
}
.ms-sidebar ul li.active a:after {
  width: 25px;
}
/* End Sidebar */






/* blog page CSS */
/* Global container to restrict content */
.vn-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.vn-blog-hero-section {
    width: 100%;
    height: 298.6px;
    background: #07293f;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.vn-blog-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
    color: #efaa54;
}
.vn-blog-breadcrumb a {
    text-decoration: none;
    color: #fff;
}
.vn-blog-breadcrumb span {
    color: #efaa54;
}

.vn-blog-hero-title {
    font-size: 48px;
    margin: 10px 0;
    color: #efaa54;
}



/* Blog Post Section */
.vn-blog-subtitle{
    font-size: 30px;

}
.vn-blog-post {
    width: 100%;
    background: #F9F6F7;
    padding: 30px 20px;
    color: #07293f; /* dark blue text */
}

/* Headings */
.vn-blog-post-title {
    margin-bottom: 20px;
    color: #07293f;
      font-size: 30px;

}

.vn-blog-post-title.h3, 
.vn-blog-post-title.h3-like {
      font-size: 20px;

    margin-bottom: 15px;
    color: #efaa54; /* Ventures/Projects H3 */
}
.vn-blog-post-title.h2{
  font-size: 30px;
}

.vn-blog-post-title.h4, 
.vn-blog-post-title.h4-like {
    margin-bottom: 12px;
    color: #07293f; /* Section H4 */
}

/* Paragraphs */
.vn-blog-post-paragraph {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000; /* black text */
}

/* Blog Meta (if used) */
.vn-blog-post-meta {
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
}

/* Blockquote (optional, commented out) */
/* 
.vn-blog-post-blockquote {
    font-style: italic;
    color: #07293f;
    border-left: 4px solid #efaa54;
    padding-left: 15px;
    margin: 20px 0;
} 
*/


/* Author Section */
.vn-blog-author {
    background-color: #F9F6F7; /* same as blog content */
    padding: 20px 0;
}

.vn-blog-author-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Author Image Holder */
.vn-blog-author-img-holder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    
    
    
}

.vn-blog-author-img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    
}

.vn-blog-author-info a {
    font-weight: 600;
    text-decoration: none;
    color: #07293f;
}

.vn-blog-author-info span {
    display: block;
    font-size: 14px;
    color: #07293f;
}


/* Footer container */
footer .vn-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/* Voktis individual page CSS */
/* Breadcrumb Section */
/* Hero Container */
.vk-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* Hero Section */
.vk-hero-section {
    width: 100%;
    background-color: #07293f; /* Dark blue */
    padding: 100px 0; /* More vertical height than blog hero */
    color: #fff;
}

/* Breadcrumb */
.vk-hero-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #efaa54;
}
.vk-hero-breadcrumb a {
    text-decoration: none;
    color: #ffffff; /* White links */
}
.vk-hero-breadcrumb span {
    color: #efaa54; /* Gold accent */
    font-weight: 600;
}

/* Hero Title */
.vk-hero-title {
    font-size: 3rem; /* Slightly smaller than blog hero */
    margin: 10px 0 0 0;
    color: #efaa54; /* Gold accent */
    font-weight: 700;
}

/* Page Title */
.vk-page-title {
    text-align: center;
    padding: 60px 20px 0px 20px;
    background-color: #ffffff;
}
.vk-page-title h1 {
    font-size: 2.5rem;
    color: #07293f;
    margin: 0;
    font-weight: 700;
}

/* About Section */
.vk-about-section {
    background-color: #ffffff;

}
/* Parent Flex Container */
.vk-flex {
    display: flex;
    align-items: center; /* Vertically centre left and right divs */
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Div */
.vk-about-left {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
}

/* H2 container for vertical centering */
.vk-about-heading {
    display: flex;
    align-items: center; /* Vertically center H2 within left div */
    margin-bottom: 20px;
}

/* H2 Style */
.vk-about-left h2 {
    font-size: 2rem;
    color: #07293f;
    margin: 0;
}

/* Paragraphs */
.vk-about-left p {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.vk-about-left p:last-child {
    margin-bottom: 0;
}

/* Right Div */
.vk-about-right {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column; /* Stack logo and button vertically */
    justify-content: center; /* Vertically centre content relative to left div */
    align-items: center;     /* Horizontally centre content */
    text-align: center;
}
.vk-about-right .vk-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.vk-about-right .vk-btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #efaa54;
    color: #07293f;
    text-decoration: none;
    transition: all 0.3s ease;
}
.vk-about-right .vk-btn-primary:hover {
    background-color: #07293f;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .vk-flex {
        flex-direction: column;
        align-items: center; /* Center all for smaller screens */
        text-align: center;
    }
    .vk-about-left, .vk-about-right {
        flex: 1 1 100%;
    }
}


/* Brightemy individual page CSS */
/* Hero Container */
.br-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* Hero Section */
.br-hero-section {
    width: 100%;
    background-color: #07293f; /* Dark blue */
    padding: 100px 0;
    color: #fff;
}

/* Breadcrumb */
.br-hero-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #efaa54;
}
.br-hero-breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}
.br-hero-breadcrumb span {
    color: #efaa54;
    font-weight: 600;
}

/* Hero Title */
.br-hero-title {
    font-size: 3rem;
    margin: 10px 0 0 0;
    color: #efaa54;
    font-weight: 700;
}

/* About Section */
.br-about-section {
    background-color: #ffffff;
}

/* Parent Flex Container */
.br-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Div */
.br-about-left {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
}

/* H2 container */
.br-about-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* H2 Style */
.br-about-left h2 {
    font-size: 2rem;
    color: #07293f;
    margin: 0;
}

/* Paragraphs */
.br-about-left p {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.br-about-left p:last-child {
    margin-bottom: 0;
}

/* Right Div */
.br-about-right {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.br-about-right .br-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.br-about-right .br-btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #efaa54;
    color: #07293f;
    text-decoration: none;
    transition: all 0.3s ease;
}
.br-about-right .br-btn-primary:hover {
    background-color: #07293f;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .br-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .br-about-left, .br-about-right {
        flex: 1 1 100%;
    }
}



/* Cr8 Ease individual page CSS */
/* Hero Container */
.cr8-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* Hero Section */
.cr8-hero-section {
    width: 100%;
    background-color: #07293f; /* Dark blue */
    padding: 100px 0;
    color: #fff;
}

/* Breadcrumb */
.cr8-hero-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #efaa54;
}
.cr8-hero-breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}
.cr8-hero-breadcrumb span {
    color: #efaa54;
    font-weight: 600;
}

/* Hero Title */
.cr8-hero-title {
    font-size: 3rem;
    margin: 10px 0 0 0;
    color: #efaa54;
    font-weight: 700;
}

/* About Section */
.cr8-about-section {
    background-color: #ffffff;
}

/* Parent Flex Container */
.cr8-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Div */
.cr8-about-left {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
}

/* H2 container */
.cr8-about-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* H2 Style */
.cr8-about-left h2 {
    font-size: 2rem;
    color: #07293f;
    margin: 0;
}

/* Paragraphs */
.cr8-about-left p {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.cr8-about-left p:last-child {
    margin-bottom: 0;
}

/* Right Div */
.cr8-about-right {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cr8-about-right .cr8-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.cr8-about-right .cr8-btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #efaa54;
    color: #07293f;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cr8-about-right .cr8-btn-primary:hover {
    background-color: #07293f;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .cr8-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cr8-about-left, .cr8-about-right {
        flex: 1 1 100%;
    }
}


/* Zaarbit individual page CSS */
/* Hero Container */
.zaar-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* Hero Section */
.zaar-hero-section {
    width: 100%;
    background-color: #07293f; /* Dark blue */
    padding: 100px 0;
    color: #fff;
}

/* Breadcrumb */
.zaar-hero-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #efaa54;
}
.zaar-hero-breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}
.zaar-hero-breadcrumb span {
    color: #efaa54;
    font-weight: 600;
}

/* Hero Title */
.zaar-hero-title {
    font-size: 3rem;
    margin: 10px 0 0 0;
    color: #efaa54;
    font-weight: 700;
}

/* About Section */
.zaar-about-section {
    background-color: #ffffff;
}

/* Parent Flex Container */
.zaar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Div */
.zaar-about-left {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
}

/* H2 container */
.zaar-about-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* H2 Style */
.zaar-about-left h2 {
    font-size: 2rem;
    color: #07293f;
    margin: 0;
}

/* Paragraphs */
.zaar-about-left p {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.zaar-about-left p:last-child {
    margin-bottom: 0;
}

/* Right Div */
.zaar-about-right {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.zaar-about-right .zaar-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.zaar-about-right .zaar-btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #efaa54;
    color: #07293f;
    text-decoration: none;
    transition: all 0.3s ease;
}
.zaar-about-right .zaar-btn-primary:hover {
    background-color: #07293f;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .zaar-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .zaar-about-left, .zaar-about-right {
        flex: 1 1 100%;
    }
}



/* Bridano individual page CSS */
/* Hero Container */
.brid-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* Hero Section */
.brid-hero-section {
    width: 100%;
    background-color: #07293f; /* Dark blue */
    padding: 100px 0;
    color: #fff;
}

/* Breadcrumb */
.brid-hero-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #efaa54;
}
.brid-hero-breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}
.brid-hero-breadcrumb span {
    color: #efaa54;
    font-weight: 600;
}

/* Hero Title */
.brid-hero-title {
    font-size: 3rem;
    margin: 10px 0 0 0;
    color: #efaa54;
    font-weight: 700;
}

/* About Section */
.brid-about-section {
    background-color: #ffffff;
}

/* Parent Flex Container */
.brid-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Div */
.brid-about-left {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
}

/* H2 container */
.brid-about-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* H2 Style */
.brid-about-left h2 {
    font-size: 2rem;
    color: #07293f;
    margin: 0;
}

/* Paragraphs */
.brid-about-left p {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.brid-about-left p:last-child {
    margin-bottom: 0;
}

/* Right Div */
.brid-about-right {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.brid-about-right .brid-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.brid-about-right .brid-btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #efaa54;
    color: #07293f;
    text-decoration: none;
    transition: all 0.3s ease;
}
.brid-about-right .brid-btn-primary:hover {
    background-color: #07293f;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .brid-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .brid-about-left, .brid-about-right {
        flex: 1 1 100%;
    }
}


/* Dummy individual page CSS */
/* Hero Container */
.dum-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* Hero Section */
.dum-hero-section {
    width: 100%;
    background-color: #07293f; /* Dark blue */
    padding: 100px 0;
    color: #fff;
}

/* Breadcrumb */
.dum-hero-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #efaa54;
}
.dum-hero-breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}
.dum-hero-breadcrumb span {
    color: #efaa54;
    font-weight: 600;
}

/* Hero Title */
.dum-hero-title {
    font-size: 3rem;
    margin: 10px 0 0 0;
    color: #efaa54;
    font-weight: 700;
}

/* About Section */
.dum-about-section {
    background-color: #ffffff;
}

/* Parent Flex Container */
.dum-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Div */
.dum-about-left {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
}

/* H2 container */
.dum-about-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* H2 Style */
.dum-about-left h2 {
    font-size: 2rem;
    color: #07293f;
    margin: 0;
}

/* Paragraphs */
.dum-about-left p {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.dum-about-left p:last-child {
    margin-bottom: 0;
}

/* Right Div */
.dum-about-right {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.dum-about-right .dum-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.dum-about-right .dum-btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #efaa54;
    color: #07293f;
    text-decoration: none;
    transition: all 0.3s ease;
}
.dum-about-right .dum-btn-primary:hover {
    background-color: #07293f;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .dum-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .dum-about-left, .dum-about-right {
        flex: 1 1 100%;
    }
}







/* page 2 css */
/* Hero Section */
.hero-split {
    height: 600px; /* total hero height */
    position: relative;
    background: linear-gradient(to bottom, #ffffff 60%, #082A40 60%);
    overflow: visible;
}

/* Upper portion content (H1 + P) */
.hero-content {
    position: absolute;
    top: 20%; /* positions content in upper portion */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #082A40;
}

.hero-subtitle {
    font-size: 18px;
    margin: 0;
    color: #082A40;
}

/* Small images on separation line */
.hero-images {
    position: absolute;
    bottom: 40%; /* on the separation line */
    width: 100%;
    display: flex;
    justify-content: space-evenly; /* evenly spaced images */
    padding: 0; /* gap from edges handled by space-evenly */
    z-index: 3;
}

.hero-images img {
    width: 40px;
    height: auto;
}

/* Lower portion content (H2 + P) */
.hero-lower-content {
    position: absolute;
    top: 75%; /* places content inside gold portion */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    color: #fff; /* white text for contrast on gold */
}

.hero-lower-title {
    font-size: 28px;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #EFAA54;
}

.hero-lower-subtitle {
    font-size: 16px;
    margin: 0;
    color: #EFAA54;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-lower-title {
        font-size: 24px;
    }
    .hero-lower-subtitle {
        font-size: 14px;
    }
    .hero-images img {
        width: 30px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 14px;
    }
    .hero-lower-title {
        font-size: 20px;
    }
    .hero-lower-subtitle {
        font-size: 12px;
    }
    .hero-images img {
        width: 25px;
    }
}




/* blg with image section css */

/* Blog Section - Ventures style */
.blog-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #F6F6F9; /* Ventures background */
    display: flex;
    justify-content: center;
}

.blog-container {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.blog-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #082A40; /* Ventures dark text */
    position: relative;
}

/* Optional gold underline under H2 */
.blog-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #EFAA54; /* brand gold accent */
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.blog-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
}

.blog-description {
    font-size: 18px;
    color: #082A40; /* Ventures dark text */
    line-height: 1.6;
}




/* galarry section */
.custom-gallery {
  width: 100%;
  padding: 60px 20px;
  background-color: #F6F6F9; /* Ventures style background */
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; /* center H2 and paragraph */
}

.gallery-heading {
  font-size: 36px;
  color: #082A40; /* Ventures dark text */
  margin-bottom: 40px;
  position: relative;
}

/* Optional gold underline under H2 */
.gallery-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #EFAA54;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: stretch; /* left image = combined height of right images */
  margin-bottom: 40px;
}

.gallery-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-right {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.gallery-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-description {
  font-size: 18px;
  color: #082A40;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto; /* center paragraph */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr; /* stack left & right */
    gap: 30px;
  }

  .gallery-right {
    grid-template-rows: repeat(3, auto);
  }
}


/* testimonail section css */
/* Testimonial Section */
.testimonial-section {
    background-color: #F6F6F9;
    color: #082A40;
    padding: 100px 20px;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-container h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #082A40;
}

/* Cards Layout */
.testimonial-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    flex: 1;
    min-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.testimonial-card p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #082A40;
    font-weight: 700;
}

.testimonial-card span {
    font-size: 14px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-cards {
        flex-direction: column;
        align-items: center;
    }
    .testimonial-card {
        width: 100%;
        max-width: 500px;
    }
}
