* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h3 {
  color: #2e2e2e;
  text-transform: none;
  /* text-align: center; */
  font-family: Circular Std Black;
  font-weight: 900;
  font-size: 54px;
  margin: 0px 0px 10px 0px;
  transition: all 0.3s ease;
}

/* about page start */
.mainHeadingXtra img {
  margin-top: 20px;
}

.mainHeadingXtra {
  padding: 60px 0px;
}

.smallBefore h3::before {
  content: "";
  width: 75px;
  height: 10px;
  display: block;
  background: rgb(184, 40, 90);
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    #f42299 50%,
    #fa6e43 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8285a', endColorstr='#90298b',GradientType=1 );
  background-color: #a32974;
  margin-bottom: 15px;
}

/* who we are section start */

.who-we-are {
  padding: 60px 0px;
}

.who-we-are-content p {
  width: 66%;
  font-weight: 400;
  font-family: Circular Std Book;
}

.who-list {
  display: flex;
  gap: 20%;
  margin-top: 25px;
}

.who-list ul li {
  font-size: 12px;
  padding-bottom: 8px;
  list-style: none;
  color: #4f4f4f;
  font-weight: bold;
}

.who-list ul li i {
  font-size: 15px;
}
/* who we are section start */

/* clients section start */
.clients {
  padding: 60px 0px;
  border-top: 1px solid #e8e8e8;
}

.clientContent p {
  width: 66%;
  font-weight: 400;
  font-family: Circular Std Book;
}

.our-clients-content h4 {
  color: #d12e49;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.our-clients-content p {
  font-size: 18px;
  text-align: center;
}

.our-clients-img {
  text-align: center;
  padding: 16px 0px;
}

.solutionsXtra {
  border-top: 1px solid #e8e8e8;
}
/* clients section end */

/* about page end */

/* services page end */

.services-sec {
  padding: 60px 0px;
}

.services-content {
  margin-bottom: 40px;
}

.servicesBigImg1 img {
  width: 100%;
}

.servicesBigImg2 img {
  width: 100%;
}

.servicesBig-imgSec {
  padding-bottom: 60px;
}

.servicesBig-imgSec .col-lg-8 {
  padding: 0;
}

.servicesBig-imgSec .col-lg-2 {
  padding: 0;
}

.our-services {
  padding-bottom: 100px;
}

.service-one-box h4 {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: Circular Std Book;
}

.service-one-box a {
  font-family: Circular Std Book;
  font-weight: 600;
  font-size: 12px;
  color: #b8285a;
  text-transform: uppercase;
}

.height-one {
  margin-top: 60px;
}

.ourServices .owl-nav {
  position: absolute;
  right: -70px;
  bottom: -80px;
}

.ourServices .owl-nav .owl-prev img {
  opacity: 0.5;
}

.ourServices .owl-nav .owl-next img {
  opacity: 0.5;
}

.ourServices .owl-nav .owl-next img:hover {
  opacity: 1;
}

.ourServices .owl-nav .owl-prev img:hover {
  opacity: 1;
}
/* services page end */

/* mountain page start */

.mountain {
  border-top: 1px solid #e8e8e8;
  background: linear-gradient(
    to bottom,
    rgb(248, 248, 248) 0%,
    rgb(255, 255, 255) 100%
  );
  padding: 60px 0px;
}

.mountainImg-div {
  margin-top: 25px;
}

.mountainImg-div img {
  width: 100%;
}

.stat {
  text-align: left;
}

.display-4Xtra {
  color: #b8285a !important;
}
/* mountain page end */

/* package page start */

.innerBanner {
    background-image: url(../images/package_banner.webp);
    /*background: rgb(181,40,97);*/
    /*background: linear-gradient(90deg, rgba(181,40,97,1) 0%, rgba(148,42,134,1) 100%);*/
    /*background-color:#b52861;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    display: flex;
    align-items: center;
}

.innerBanner-content h3 {
  color: #fff;
  margin: 0;
  font-size: 36px;
}

.innerBanner-content p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.inner-banner-para {
  margin-top: 40px;
}

.inner-banner-btn {
  margin-top: 40px;
}

.packageTabs {
  padding: 60px 0px;
}

.packageBtndiv .nav {
  display: flex;
  justify-content: center;
}

.packageBtndiv .nav .nav-item .nav-link.active {
  background: linear-gradient(    to right,    rgb(248, 93, 87) 0%,    rgb(244, 38, 149) 80%  );
  color: #fff;
}

.packageBtndiv .nav .nav-item .nav-link {
  padding: 10px 25px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 400;
  font-family: Circular Std Book;
  color: #b8285a;
  border: 1px solid rgb(184, 40, 90);
  transition: all 0.5s ease;
}

.packageBtndiv .nav .nav-item {
  margin: 0px 10px;
}

.packageBtndiv .nav .nav-item .nav-link:hover {
  background: linear-gradient(    to right,    rgb(248, 93, 87) 0%,    rgb(244, 38, 149) 80%  );

  color: #fff !important;
}

.tabsContent {
  text-align: center;
  margin: 40px 0px;
}

.innerBanner2 {
  background-image: url(../images/comboBanner.webp);
}

.pricing_box:hover {
  transition: all 200ms ease-in;
  transform: scale(1.05);
}
/* package page end */

/* testimonial page start */

.test-sec {
  padding: 100px 0px;
}

.video-div {
  margin-bottom: 60px;
}

.video-div iframe {
  border: none;
  border-radius: 10px;
  width: 500px;
  height: 380px;
}

.number-mountain-content {
  text-align: center;
}

.user_aplha {
  color: #fff;
  font-size: 24px;
  line-height: 140px;
  font-weight: bold;
  height: 135px;
  width: 135px;
  text-align: center;
  border-radius: 500px;
  float: left;
  margin-top: 20px;
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    rgb(163, 41, 116) 50%,
    rgb(144, 41, 139) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8285a', endColorstr='#90298b',GradientType=1 );
}

.mountain-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 29px;
  box-shadow: 0px 0px 40px #dadada;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 282px;
  margin-right: 11px;
}

.mountain-card-content h4 {
  color: #2e2e2e;
  font-family: Circular Std Book;
  font-weight: 900;
}

.mountain-card-content span {
  color: #b8285a;
  font-size: 14px;
  font-weight: bold;
}

.stars_mountain i {
  font-size: 10px;
  color: #ff7e65;
}

.number-mountain {
  padding: 60px 0px;
}

.bussiness-btn {
  text-align: center;
}
/* testimonial page end */

/* contact page start */

.contact {
  padding: 60px 0px;
}

.contactSec {
  text-align: center;
}
.get_in {
  margin-top: 60px;
}

.get_in h4 {
  color: #95257f;
  font-size: 18px;
  font-weight: 600;
}

.get_in p {
  width: 65%;
}

.get_in a i {
  color: #95257f;
  margin-right: 3px;
}

.get_in a {
  font-size: 14px;
  color: #2e2e2e;
}

.get_in2 {
  padding-left: 40px;
}

.branches-sec {
  padding: 60px 0px;
}

.solutions-content2Xtra {
  margin-top: 80px;
}
/* contact page end */

/* showcase page start */

.showcase {
  padding: 60px 0px;
  overflow: hidden;
}

.showcase-content {
  text-align: center;
}

.showcase-content p {
  margin: 0;
}

.showcase-option-tabs .nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.showcaseOutputDiv {
  margin-top: 20px;
}

.showcase1 {
  position: relative;
}

.showcase1 a img {
  width: 100%;
  height: 100%;
}

.showcaseOutputDiv .col-lg-3,
.col-lg-2,
.col-lg-6,
.col-lg-12,
.col-lg-4,
.col-lg-5 {
  padding: 0;
}

.myModal .modal-content {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 0;
}

.portfolioImages img {
  width: 100%;
  height: 100%;
}

.modal-header {
  border: none;
}

.modal-header button {
  color: #fff;
}

.portfolio-content h4 {
  color: #95257f;
  font-size: 18px;
  font-weight: 900;
}

.portfolio-content h3 {
  color: #fff;
}

.modal-dialog {
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #093051;
}

.overlay2 {
  background-color: #ea631f;
}

.showcase1:hover .overlay {
  opacity: 1;
}

.overlayContent {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
}

.overlayContent h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.overlayContent h3 {
  font-size: 25px;
  color: #fff;
}

.browser-frameDiv {
  position: relative;
  top: 5px;
  background-position: right;
  left: 50px;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  background-image: url(../images/browser-frame.webp);
  background-repeat: no-repeat;
  width: 510px;
  height: 347px;
  z-index: 1;
  background-size: auto 100%;
}

.portfolioImages2 {
  left: 6px;
  bottom: 5px;
  right: 6px;
  position: absolute;
  top: 40px;
}

.modal-body {
  display: flex;
  align-items: center;
}

.portfolio-content {
  padding-left: 50px;
}

.showcase3 a img {
  width: 100%;
}

.overlay4 {
  background-color: #000;
}
.overlay3 {
  background-color: #ffcb08;
}

.overlay6 {
  background-color: #ed207d;
}

.overlay10 {
  background-color: #ea631f;
}

.portfolioImagesScroll {
  overflow: scroll;
  height: auto;
}

.row1 {
  margin: 0;
}

.portfolioImagesScroll img {
  height: auto;
}

.mobile-frameDiv {
  position: relative;
  top: 5px;
  left: 0px;
  right: 0px;
  z-index: 0;
  bottom: 0px;
  background-image: url(../images/android-phone.webp);
  background-repeat: no-repeat;
  width: 260px;
  height: 500px;
  margin: auto;
  background-size: 100% 100%;
}

.a-phone-placeholder-demo01 {
  background-image: url(../images/portfolio/05.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 12px;
  bottom: 47px;
  right: 15px;
  border-radius: 0px;
  margin: 0px auto;
  top: 7px;
}

.a-watch-placeholder {
  position: relative;
  top: 5px;
  left: 0px;
  right: 0px;
  z-index: 0;
  bottom: 0px;
  background-image: url(../images/ios-watch.webp);
  background-repeat: no-repeat;
  width: 260px;
  height: 500px;
  background-size: auto 100%;
  margin: auto;
}

.a-phone-placeholder-demo01Two {
  background-image: url(../images/portfolio/28.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px auto;
  top: 0px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}

.a-watch-placeholder-wrapper {
  position: absolute;
  left: 10px;
  bottom: 109px;
  background-color: #fff;
  right: 17px;
  margin: 0px auto;
  top: 116px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  overflow: hidden;
}

.a-iphone-placeholder {
  position: relative;
  top: 5px;
  left: 0px;
  right: 0px;
  z-index: -1;
  margin: auto;
  bottom: 0px;
  background-image: url(../images/phone.webp);
  background-repeat: no-repeat;
  width: 285px;
  height: 550px;
  z-index: 1;
  background-size: auto 100%;
}

.a-iphone-placeholder-demo01 {
  background-image: url(../images/portfolio/29.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 22px;
  bottom: 65px;
  right: 17px;
  margin: 0px auto;
  top: 54px;
}

.android-demo09 {
  background-image: url(../images/portfolio/30.gif);
}

.ios-demo21 {
  background-image: url(../images/portfolio/31.gif);
}

.ios-demo12 {
  background-image: url(../images/portfolio/32.gif);
}

.ios-demo07 {
  background-image: url(../images/portfolio/33.gif);
}

.android-demo01 {
  background-image: url(../images/portfolio/34.gif) !important;
}

.showcase-option-tabs .nav-item .nav-link.active {
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    rgb(163, 41, 116) 50%,
    rgb(144, 41, 139) 100%
  );
  color: #fff;
}

.showcase-option-tabs .nav-item .nav-link {
  border: 1px solid rgb(184, 40, 90);
  padding: 10px 40px;
  border-radius: 30px;
  margin: 0px 11px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(184, 40, 90);
}

.siderbar-tabsHome ul li a {
  color: #bfbcbc;
  font-size: 13px;
}

.siderbar-tabsHome ul li {
  margin-bottom: 15px;
}

.siderbar-tabsHome {
  margin-top: 30px;
}

.col-lg-3Xtra {
  padding: 0px 0px 0px 6vw;
}

.wantXtra2 small {
  color: #c1c1c1 !important;
}

.wantXtra2 {
  color: #c1c1c1 !important;
}

.callUsXtra2 span i {
  color: #c1c1c1 !important;
}

.wantXtra2 a {
  color: #a5a5a5 !important;
}

.sidebarTabContent .col-lg-3 {
  padding: 0;
}

.siderbar-tabsHome .nav {
  display: block;
}

.siderbar-tabsHome .nav .nav-item .nav-link {
  background: none;
  color: #adabab;
}

.siderbar-tabsHome .nav .nav-item .nav-link.active {
  color: rgb(184, 40, 90);
}

.service-one-box {
  margin: 0px 10px;
}
/* showcase page end */

.owl-theme .owl-dots .owl-dot {
  outline: none;
}
