
  .poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  }
  
  .poppins-medium {
  font-family: "Poppins", serif;}
  
  .home-banner.get-in-touch-banner {
  background-image: url('../images/get-in-touch.webp');
  background-position: center center;

  font-weight: 500;
  font-style: normal;
  }
  .titillium-web-extralight {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .titillium-web-black {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .titillium-web-extralight-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .titillium-web-light-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .titillium-web-regular-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .titillium-web-semibold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .titillium-web-bold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
  }
    
  h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #000;
  }
  html {
    overflow-x: hidden !important;
  }
  body {
      font-family: "Poppins", serif;
      /* overflow-x: hidden !important; */
  }
  a {
    text-decoration: none;
  }
  /* scrollbar start */
  /* width */
  ::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c71735; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
    /* scrollbar end */
/* header css start */
.header-top {
  background: linear-gradient(45deg, black, transparent);
  padding: 10px;
  color: #fff;
}
.header-social i{
  margin: 0px 10px;
  color: #fff;
}
.header-social i:hover {
  color: #342520;
}
.header-contact a{
  color: #fff;
  text-decoration: none;
  float: right;
}
.header-contact a:hover {
  color: #342520;
}
.header-contact a i {
  margin-right: 5px;
}
.menu-sec {
  background: transparent;
  position: absolute;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.menu-call { 
  display: flex;
  align-items: center;
}
.menu-call p {
  font-weight: 600;
}
.menu-call p i {
  border: solid 1px #c71735;
  color: #c71735;
  border-radius: 50px;
  padding: 10px;
  margin-right: 10px;
}
.menu-call p {
  margin-bottom: 0px;
}
li.nav-item {
  display: flex;
  align-items: center;
}
.nav-item a.view-pricing-txt.various.ani-btn {
  margin-bottom: 0px;
  margin-right: 0px;
  margin: 30px 0px;
}
.pro-menu-con .navbar-expand-xl .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  padding: 30px 15px;
}
.pro-menu-con .dropdown-menu[data-bs-popper] {
  top: 75%;
}

.pro-menu-con .dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  background-color: #c71735;
}

.menu-last-item {
  margin-right: 30px;
}
.menu-number-text {
  font-size: 15px;
}
.pro-menu-con .navbar {
  padding: 0px;
}
.logo {
  position: absolute;
  top: 0px;
  padding: 0px;
  margin: 0px;
}
.menu-con {
  position: relative;
}
/* header css end */
/* banner home css start */
.banner-list li {
  display: flex;
}
.banner-list li i {
  margin-top: 7px;
  margin-right: 10px;
}
.home-banner {
  background-image: url('../images/home-banner-bg.webp');
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
  background-position: center bottom;
}
.home-banner.about-banner {
  background-image: url('../images/about-wiki.webp');
  background-position: center center;
}
.home-banner.page-creation-banner {
  background-image: url('../images/Page-Creation.webp');
  background-position: center center;
}
.home-banner.maintenance-banneer {
  background-image: url('../images/maintenance-banner.webp');
  background-position: center center;
}
.home-banner.editing-services-banner {
  background-image: url('../images/Editing-Services.webp');
  background-position: center center;
}
.home-banner.translation-services-banner {
  background-image: url('../images/Page-Translation.webp');
  background-position: center center;
}
.home-banner.page-update-banner {
  background-image: url('../images/Page-Update.webp');
  background-position: center center;
}
.home-banner.research-writing-banner {
  background-image: url('../images/research-writing.webp');
  background-position: center center;
}
.home-banner.get-in-touch-banner {
  background-image: url('../images/get-in-touch.webp');
  background-position: center center;
}
.home-banner.terms-banner {
  background-image: url('../images/terms.png');
  background-position: center center;
}
.home-banner.privacy-banner {
  background-image: url('../images/privacy.png');
  background-position: center center;
}

/* wiki banners start */
.home-banner.wiki-profile-banner {
  background-image: url('../images/wiki-profile-banner.png');
  background-position: center center;
}
.home-banner.wikipedia-for-companies-banner {
  background-image: url('../images/wikipedia-for-companies-banner.png');
  background-position: center center;
}
.home-banner.wikipedia-for-doctors-banner {
  background-image: url('../images/wikipedia-for-doctors-banner.png');
  background-position: center center;
}
.home-banner.wikipedia-for-actors-banner {
  background-image: url('../images/wikipedia-for-actors-banner.png');
  background-position: center center;
}
.home-banner.wikipedia-for-lawyers-banner {
  background-image: url('../images/wikipedia-for-lawyers-banner.png');
  background-position: center center;
}
.home-banner.wikipedia-for-authors-banner {
  background-image: url('../images/wikipedia-for-authors-banner.png');
  background-position: center center;
}
/* wiki banners end */

.banner-list {
  list-style: none;
  padding: 0px;
}
.banner-list li i {
  color: #c71735;
  margin-right: 5px;
  font-size: 14px;
}
.banner-list li {
  line-height: 30px;
}
.yellow-btn {
  background-color: #c71735; 
  padding: 10px 20px;
  color: #fff;
  margin-right: 12px;
  border-radius: 10px;
  border: solid 1px #c71735;
}
.yellow-btn:hover {
  background-color: transparent;
  color: #fff;
  border: solid 1px #ffffff;
}
.profile-page .profile-btn {
  color: #fff;
}
.yellow-btn.profile-btn:hover {
  background-color: #000000;
  color: #fff;
  border: solid 1px #000000
}
.border-btn {
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  transition: 0.3s;
}
.border-btn:hover {
  background-color: #c71735;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: solid 1px #c71735;
}
.banner-form .form-control {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  margin-bottom: 15px;
}
.banner-form h3 {
  color: #fff;
}
.banner-form .form-control:focus, .banner-form .form-control:hover, .contact-form .form-control:hover, .contact-form .form-control:focus {
  background-color: transparent;
  border-color: #c71735;
  outline: 0;
  box-shadow: 0 0 0 0.10rem #c71735;
}
.banner-form ::placeholder {
  color: rgb(234, 234, 234) !important;
  font-size: 14px;
}
.banner-form textarea {
  height: 100px;
}
button.submit-btn {
  background: #c71735;
  border: none;
  border-radius: 10px;
  padding: 8px 18px;
  color: #fff;
  transition: 0.3s;
}
button.submit-btn:hover {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 8px 18px;
  color: #322523;
}
.contact-form .submit-btn:hover  {
  background-color: #000;
  color: #ffff;
}
.banner-form {
  padding: 40px 40px 30px 40px;
  background-color: #d9d9d962;
  max-width: 450px;
  border-radius: 7px;
}
.submit-btn-div {
  display: flex;
  justify-content: end;
}
.banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-content h1 {
  color: #fff;
  font-size: 55px;
}
h1 span {
  color: #c71735;
}
.banner-btn {
  display: flex;
}
/* banner home css end */
/* brand slider css start */
.brand-slider .owl-stage, .brand-slider-2 .owl-stage {
  display: flex;
  align-items: center;
}
.brand-slider .owl-carousel .owl-item img, .brand-slider-2 .owl-carousel .owl-item img {
  width: 150px;
  width: 70%;
}
.brand-slider .owl-carousel .item img, .brand-slider-2 .owl-carousel .item img {
  margin: auto;
}

section.brand {
  padding: 40px 0px 0px;
}
/* brand slider css end */
/* page advantages sec css start */
.sub-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}
.sub-title span {
  color: #c71735;
}
.page-advantages-sec {
  background-color: #F1F1F1;
  padding: 70px 0px;
}
.ad-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s;
}
.ad-card:hover {
  background-color: #c71735;
  color: #fff;
}
.ad-card p {
  height: 200px;
  overflow: visible;
  overflow-x: hidden;
  padding-right: 10px;
}
/* width */
.ad-card p::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.ad-card p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(168, 168, 168); 
  border-radius: 10px;
}
 
/* Handle */
.ad-card p::-webkit-scrollbar-thumb {
  background: #c71735; 
  border-radius: 10px;
}
.ad-card:hover p::-webkit-scrollbar-thumb {
  background: #ffffff !important; 
  border-radius: 10px;
}
.ad-card:hover h4 {
  color: #fff;
}
.ad-card:hover.ad-card img {
  filter: brightness(0.1);
}
.ad-card:hover .yellow-line img {
  filter: brightness(0.1);
}
.ad-card h4 {
  color: #c71735;
  font-size: 25px;
}
.ad-card img {
  margin-bottom: 15px;
  filter: hue-rotate(204deg);
}
.ad-card .yellow-line {
  position: relative;
  margin-bottom: -30px;
}
.yellow-line img {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
/* page advantages sec css end */
/* presence sec css start */
.presence-sec {
  padding: 70px 0px;
}
.presence-sec .sub-title {
    margin-bottom: 0px;
  }
.presence-img-box {
  border: solid #d7d7d7 1px;
  border-radius: 15px;
  transition: 0.3s;
  height: 100%;
}
.presence-img-box:hover {
  scale: 1.02;
  box-shadow: 0 0 15px #c3c3c3;
}
.presence-img-box img {
  width: 100%;
}
.presence-img-box-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wiki-img img{
  border-radius: 10px 100px;
}
.home-page-p-box .presence-img-box-text p {
  overflow-y: scroll;
  height: 160px;
  padding-right: 10px;
}
.presence-img-box-text p::-webkit-scrollbar {
  width: 10px;
}
.presence-img-box-text h3 {
  font-size: 30px;
  color: #000;
}
.rm-btn {
    color: #ffffff;
    font-size: 17px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    background-color: #c71735;
    border-radius: 7px;
    padding: 7px 15px;
    transition: 0.3;
}

.rm-btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}
.presence-s-row1 {
  margin-bottom: 70px;
  margin-top: 30px;
}
.title p {
  text-align: center;
}
/* presence sec css end */
/* having sec css start */
.having-sec {
  background-color: #c71735;
  padding: 70px 0px;
  color: #fff;
}
.having-sec h2 {
  color: #fff;
  margin-bottom: 10px;
}
.having-sec .banner-list li i {
  margin-right: 10px;
  margin-top: 22px;
  color: #fff;
}
.having-sec .banner-list li {
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
}
.having-con {
  max-width: 1060px;
}
.sec-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.white-btn {
  color: #c71735;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  margin-right: 15px;
  transition: 0.3s;
}
.white-btn:hover {
  color: #fff;
  background-color: #c71735;
}
.having-con .border-btn:hover {
  border: solid 1px #ffffff;
  background-color: #fff;
  color: #c71735;
  transition: 0.3s;
}
.having-imgs {
  margin-top: 50px;
}
.having-imgs img {
  width: 100%;
}
/* having sec css end */
/* ccounter sec css end */
.ccounter-sec {
  background-color: #c71735;
  padding: 60px 0px;
  color: #fff;
}
.ccounter-sec p {
  font-size: 18px;
}
.ccounter-sec .counter-number {
  font-size: 50px;
  color: #fff;
  font-family: "Playfair Display", serif;
  margin-bottom: 0px;
}
.counter-col {
  text-align: center;
}
.border-r {
  border-right: solid 1px #fff;
}
.border-r-h {
  border-right: solid 1px #fff;
}
/* ccounter sec css end */

/* why work sec css start */
.sub-title-left {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sub-title-left span {
  color: #c71735;
}
.strategy-col-left .sub-title-left {
  text-align: left;
}
.bg-icon {
  margin-bottom: 20px;
}
.strategy-col-left  {
  text-align: left;
}
.strategy-col-full {
  margin-bottom: 20px;
}
.strategy-col-left .why-icon-title {
    color: #000000;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}
.strategy-col-left .why-work-content {
    margin: 5px 0px;
}
.why-work {
  padding: 100px 0px;
}
.why-icon-title {
  color: #c71735;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}
.why-work-content {
  display: flex;
  align-items: baseline;
}
.why-work-content-col-r i{
  color: #c71735;
  font-size: 24px;
  font-weight: 600;
  margin-top: 4px;
  margin-right: 10px;
}
.why-img-col img {
  width: 90%;
}
.why-img-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-text-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.why-text-col h6 {
  color: #c71735;
}

/* why work sec css end */

/* best wiki sec css start */
.bests-wiki-sec {
  background-image: url('../images/wiki-best-bg.webp');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bests-wiki-sec::before {
  content: '';
  background-image: url(../images/best-wiki-img.png);
  background-size: 50%;
  background-position: left;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.bests-wiki-text-col {
  padding: 100px 50px 80px;
  padding: 6% 5% 4%;
}
.bests-wiki-text-col h4 {
  color: #c71735;
}
/* best wiki sec css start */

/* client sec scc start */

.client-sec {
  padding: 80px 0px;
  background-color: #F1F1F1;
}
.stars {
  margin-bottom: 0px;
}
.stars i {
  color: #FCD503;
}
.client-details {
  display: flex;
}
.owl-item.active.center .client-box {
  background-color: #c71735;
  color: #fff;
}
.owl-item.active.center .client-box img.comma-img{
  filter: brightness(0.0);
}
.client-box, .owl-item.cloned.active .client-box, .owl-item.cloned .client-box{
  background-color: #fff;
  border: solid 1px #cbcbcb;
  border-radius: 10px;
  padding: 40px 40px 30px;
  position: relative;
  box-shadow: 0px 0px 10px #e6e6e6;
  margin: 26px 10px 10px;  
}
.client-sec .owl-theme .owl-dots .owl-dot.active span, .client-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #c71735;
  width: 12px;
  height: 12px;
}

.client-box p {
  font-weight: 500;
  text-align: center;
}
.owl-carousel .owl-item .comma-img {
  position: absolute;
  left: 20px;
  top: -28px;
  width: auto;
  filter: hue-rotate(204deg);
}
.client-img-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-img-col img {
  width: 100%;
}
.client-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
/* client sec scc end */

/* portfolio sec start */


.porfolio-section {
  background-image: url('../images/white-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 80px;
  overflow: hidden;
}
.book-slider{
  margin-top: 40px;
}
.book-slider .item img{
  width: 97%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.book-slider .owl-carousel .owl-stage-outer{
  overflow: visible;
}

/* portfolio sec end */

/* footer sec scc start */

.PP-link {
  margin-right: 10px;
}
.footer-sec {
  padding: 70px 0px 0px;
  background-image: url('../images/footer-bg.webp');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.footer-sec p {
  color: #969696;
}
.footer-sec ul li a{
  color: #969696;
}
.footer-sec ul li a:hover{
  color: #1b4caa;
}
.footer-sec ul li {
  list-style: none;
}
.footer-sec ul {
  padding: 0px;
}
.social-footer i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #000;
  margin: 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-footer i:hover {
  background-color: #c71735;
  color: #fff;
}
.social-footer {
  display: flex;
}
p.footer-h {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.footer-left-col {
  display: flex;
  flex-direction: column;
}
.footer-logo-col {
  max-width: 300px;
}
.footer-sec .footer-bottom {
  border-top: solid 1px gray ;
  padding: 15px 0px;
}
.footer-bottom a {
  color: #969696;
}
.footer-bottom p {
  margin-bottom: 0px;
  text-align: right;
}
.footer-bottom a:hover {
  color: #1b4caa;
}
.logo-footer {
  margin-bottom: 20px;
}
.footer-row {
  padding-bottom: 10px;
}
.f-icon-box {
  display: flex;
}
.f-icon-box i {
  margin-top: 5px;
  margin-right: 8px;
}
/* footer sec scc end */

/* about page start */
.home-banner.inner-banner {
  padding: 190px 10px 100px;
}
.inner-banner{
  position: relative;
}
.inner-banner:before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #0000007d, #ffffff91);
  left: 0px;
}
.who-img-col img {
  width: 95%;
    margin: auto;
    display: block;
    z-index: -1;
    position: relative;
    margin-bottom: 25px;
}

.who-img-col {
  position: relative;
}
.who-we-sec {
  padding: 100px 0px;
  background-color: #F1F1F1;
}
.exp-years {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
.exp-text {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.exp {
  position: absolute !important;
  background-color: #c71735;
  padding: 12px 20px;
  border-radius: 15px;
  border: solid #fff 5px;
  top: -30px;
  left: -10px;
}
.who-we-sec .why-work-content-col-r i, .pro-sec .why-work-content-col-r i, .bg-icon .why-work-content-col-r i {
  background-color: #c71735;
  color: #fff;
  font-size: 13px;
  border-radius: 50px;
  padding: 5px;
}
.who-we-sec .why-icon-title, .pro-sec .why-icon-title {
  color: #000000;
  font-size: 17px;
  text-align: left !important;
}
.who-we-sec .why-work-content {
  margin: 10px 0px;
}
.pro-sec .why-work-content {
  margin: 5px 0px;
}
.who-we-col-r {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-sec {
  padding: 100px 10px;
  background-color: #F1F1F1;
}
.p-baskit {
  background-color: #c71735;
  position: absolute !important;
  padding: 10px 8px;
  border-radius: 10px;
  top: 27%;
  left: -37px;
}
.p-baskit img {
  width: 85%;
  margin: auto;
  display: block;
}
.p-heading-div {
  background-color: #fff;
  padding: 20px 20px 20px 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 5px #b9b9b9;
  position: relative;
  margin: 10px 20px;
  transition: 0.3s;
}
.p-heading-div:hover {
  scale: 1.03;
  background-color: #c71735;
  color: #fff;
}
.p-heading-div:hover .p-heading {
  color: #fff;
  transition: 0.3s;
}
p.p-text {
  margin-bottom: 0px;
  font-size: 14px;
}
.product-r-col {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ser-row {
  display: flex;
  align-items: center;
}
.product-r-col .yellow-btn:hover {
  background-color: #c71735;
  color: #fff;
}
.product-l-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* about page start */

/* serices page start */

.we-provide-sec {
  padding: 70px 10px;
  background-image: url("../images/provide-bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.we-provide-sec a.view-pricing-txt.various.ani-btn {
  color: #fff;
}
.we-provide-sec .sub-title-left {
  color: #fff;
}
.we-provide-sec p {
  margin-bottom: 20px;
}
.mark-online-sec {
  padding: 70px 10px;
  background-color: #F1F1F1;
}
.mark-img-title {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: -50px;
}
.mark-img-title-p {
  padding: 15px 40px;
}
.mark-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 18%;
  margin: 10px;
  transition: 0.3s;
}
.mark-card:hover {
  scale: 1.02;
}
.mark-card:hover img {
  box-shadow: 0 0 10px #a3a3a3;
  box-shadow: 0 0 10px #747474;
  border-radius: 15px;
}
.mark-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mark-img-title p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}
.mark-img-title.p-special {
  padding: 15px 40px;
}
/* serices page end */

/* blog page css start */
section.blog-sec {
    padding: 70px 10px;
}
.blog-details p {
  color: #c71735;
}
.blog-details p i {
  margin-right: 3px;
}
.blog-text {
  margin-bottom: 10px;
}
.blog .presence-img-box {
  margin-bottom: 25px;
}

/* blog page css end */

/* contact page css start */

.get-in-col h4, .con-form-col h4 {
  font-size: 30px;
  font-weight: 700;
}
.con-form-sec {
  padding: 70px 10px;
  background-color: #F1F1F1;
}
.icon-icon-list i{
  padding: 20px;
  border: solid #8b8b8b 1px;
  border-radius: 10px;
  font-size: 20px;
  transition: 0.3s;
}
.icon-icon-list i:hover {
  color: #fff;
  background-color: #c71735;
  border-color: #c71735;
}
.icon-list {
  display: flex;
  align-items: center;
}
.icon-list a {
  color: #000;
}
.icon-list-text {
  margin-left: 20px;
}
.icon-list-text h5 {
  font-size: 22px;
  margin-bottom: 5px;
}
.icon-list-text p {
  font-size: 14px;
  margin-bottom: 0px;
}
.icon-list-text a {
  color: #000;
}
.con-form-col form input {
  padding: 10px 20px;
  margin: 15px 0px;
  border-style: 3px;
  border-radius: 10px;
  border-color: #898989;
}
.con-form-col form textarea {
  padding: 10px 20px;
  margin: 15px 0px;
  border-radius: 10px;
  border-color: #898989;
  height: 100px;
}
.get-in-col {
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b3b3b3;
    max-width: 100%;
    margin: 20px 10px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.con-form-sec .row {
  align-items: start;
}
.con-form-col-s {
    position: sticky !important;
    top: 120px !important;
}
.con-form-col {
      background-color: #fff;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b3b3b3;
    max-width: 100%;
    margin-top: 20px;
}
.map {
  margin-bottom: -10px;
}
/* contact page css end */


/* popup start */
.popup form button {
  background-color: #c71735;
  color: #fff;
}
#popup-3 {
  box-shadow: 0 0 20px #c71735;
  z-index: 99999999 !important;
  border-radius: 10px;
  background-image: url('../images/home-banner-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  top: 10%;
}
#popup-new {
  border-radius: 10px;
}
#popup-new .modal-body {
  padding: 0px;
}
#popup-new .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  position: absolute;
  right: 0px;
  background-color: #c71735;
  opacity: 1;
  z-index: 9;
  border-radius: 50px;
}
#popup-new .banner-form {
  background-color: #d9d9d900;
  max-width: 100%;
  padding: 30px;
  background-image: url(../images/home-banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-header {
  padding: 0px;
  border-bottom: 0px solid #dee2e6;
}
.modal-footer {
  display: none;
}
#popup {
  display: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  box-shadow: 0 0 20px #c71735;
  z-index: 99999999 !important;
  border-radius: 10px;
  background-image: url(../images/about-inner.png);
  background-image: url('../images/home-banner-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.popup-body {
  background: #00000060;
  border-radius: 10px;
}

.modal-dialog {
  background-color: #000000;
  box-shadow: 0 0 20px #c71735;
  z-index: 99999999 !important;
  border-radius: 10px;
  background-image: url('../images/home-banner-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.6s;
  max-width: 50%;
  top: 20%;
 
}

#overlay-3 {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999999 !important;
}
#overlay-2 {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999999 !important;
}
#close-btn3 {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #c71735;
  color: white;
  border: none;
  padding: 5px 11px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100px;
  font-weight: bold;
}
#close-btn3:hover {
  background-color: #c71735;
}
#close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #c71735;
  color: white;
  border: none;
  padding: 5px 11px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100px;
  font-weight: bold;
}
#close-btn:hover {
  background-color: #c71735;
}
.my-popup .contact-main-form form textarea {
  width: 100%;
  background: transparent;
  padding: 8px 15px;
  margin: 10px 0;
  color: #000000;
  height: 70px;
}
.my-popup .contact-main-form form input {
  padding: 8px 15px;
  margin: 7px 0;
}
.my-popup p {
  font-size: 14px;
  color: #fff;
}
.my-popup a {
  color: #51dfcf;
}
.my-popup a:hover {
  color: #ffffff;
}
.my-popup form {
  padding: 20px;
  border-radius: 10px;
}

.my-popup .banner-form {
  padding: 30px;
  background-color: #d9d9d900;
  border-radius: 7px;
  max-width: 95%;
  margin: auto;
}
.my-popup form {
  padding: 0px;
}
/* popup end */

.port-card {
  border: solid 1px rgb(186, 186, 186);
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}
.port-card:hover {
  box-shadow: 0px 0px 10px gray;
  scale: 1.02;
}
.port-card img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.port-card h3 {
  margin: 20px 5px;
}

.port-card-company {
  border-radius: 15px;
  border: solid 1px rgb(255, 255, 255);
  text-align: center;
  transition: 0.3s;
  padding: 15px;
}
.port-card-company:hover {
  box-shadow: 0px 0px 10px gray;
  scale: 1.02;
}
.port-card-company img {
  width: 100%;
}
.com-h {
  margin-top: 70px;
}
.profile-page {
  margin: 70px 0px 70px;
}
.profile-page a {
  color: #c71735;
}
.profile-b {
  margin-top: 30px;
}
.add-cont {
  max-width: 700px;
  text-align: center;
  margin: auto;
  margin-top: 40px;
}
.popup-body .banner-form h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.ser-items {
    display: none;
    /* display: block; */
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none;
    top: 85px;
    /* padding-left: 0px;
    border: solid 0.5px gray;
    border-radius: 5px;
    padding: 5px 0px; */
}
.nav-item.dropdown:hover .ser-items {
  display: block !important;
}


a.navbar-brand.logo img {
 width: 200px;
    padding-top: 30px;
}
a.nav-link {
  font-weight: 500;
}
a.nav-link:hover {
  color: #c71735 !important;

}
a.nav-link.active {
  color: #c71735 !important;
  font-weight: 500;
}
.dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background-color: #c71735 !important;
}
.logo-footer {
  width: 150px;
}

nav.navbar.navbar-expand-xl.navbar-light {
     background: transparent; 
    /*background-color: #fff;*/
    transition: all ease-in-out 0.3s;
}
ul.bannerul.box li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 22px;
    margin-bottom: 6px;
}
ul.bannerul.box li img {
    padding-right: 10px;
}
ul.bannerul.box {
  list-style: none;
  padding-left: 0px;
}
.counter-sec-2 .sub-title, .counter-sec-2 .sub-title span {
  color: #fff;
}
.pro-img-col  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pro-sec-row-2 {
  margin-top: 30px !important;
}
.wiki-idea-con .sub-title-col {
  max-width: 750px;
  margin: auto;
  text-align: center;


}
.wiki-idea-con .sub-title-col .sub-title {
  text-align: center;
    padding-right: 0px;
    margin-bottom: 10px;
}

.white-icon .why-icon-title {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}
.white-icon .we-provide-sec p {
    margin-bottom: 10px;
}
.white-icon .why-work-content-col-r i {
    color: #c71735;
    font-size: 16px;
    font-weight: 800;
    margin-top: 4px;
    margin-right: 10px;
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.white-icon .why-work-content {
    display: flex;
    align-items: baseline;
}
.white-icon .banner-btn {
    margin-top: 20px;
}

.pay-img {
  width: 100%;
  margin-top: 10px;
}
.btn-row {
    margin-top: 15px;
}
a.view-pricing-txt.various.ani-btn {
    padding: 11px 60px 9px 15px;
    margin-bottom: 20px;
    min-width: 162px;
    color: #000;
    background-color: #00ffff00;
    border-color: #c71735;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    border: 2px solid #c71735;
    font-size: 18px;
    margin-right: 8px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}
a.view-pricing-txt.various.ani-btn i {
    padding: 3px 12px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    width: 0;
    z-index: 2;
    right: 20px;
    float: right;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}
a.view-pricing-txt.various.ani-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to right, #f15f2d , #1b4caa);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 5px;
    transition: 0.5s;
    right: 6px;
}
a.view-pricing-txt.various.ani-btn:hover {
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
a.view-pricing-txt.various.ani-btn:hover:before {
    background: #ff5800;
    cursor: pointer;
    background-image: linear-gradient(to right, #f15f2d , #1b4caa);
    width: 200%;
    height: 200%;
    top: -13px;
    right: -77px;
    transition: .5s;
    transform: translate(0%, 0%);
}
.ensure-sec a.view-pricing-txt.various.ani-btn, .inner-banner  a.view-pricing-txt.various.ani-btn{
  color: #fff;
}
.having-sec a.view-pricing-txt.various.ani-btn {
    color: #000;
    border-color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #ffffff;
}
.having-sec .two_btns {
    display: flex;
    justify-content: center;
}
.btn-row {
    margin-top: 15px;
}
.who-we-btn {
  margin-top: 15px !important;
}


/* popup start */

    .popup-overlay {
      display: flex;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 9999;

      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .popup-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .popup {
    background: url(../images/research-writing.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: white; */
    padding: 40px 30px 0px;
    border-radius: 8px;
    position: relative;
    min-width: 300px;
    max-width: 820px;
    width: 100%;
    transform: scale(0.95);
    transition: transform 0.3s ease;
    color: #fff;
    border: 1px solid #c71735;
    box-shadow: 0px 0px 12px 0px #c71735;
  }

    .popup .pop-offer {
      font-size: 35px;
    }
    .popup .pop-offer span {
      color: #c71735;
      font-weight: 600;
      animation: blink 1s linear infinite;
    }
    @keyframes blink{
      0%{opacity: 0;}
      50%{opacity: .5;}
      100%{opacity: 1;}
      }
    .popup h3 {
      font-weight: 700;
      text-align: center;
    }
    .popup input, .popup textarea, .popup button {
      margin: 5px 0px;
    padding: 8px 15px;
    border-radius: 7px;
    }
    .popup input:focus-visible {
      border: none;
      border: solid 2px #c71735;
      outline: none;
    }
    .popup-overlay.active .popup {
      transform: scale(1);
    }

.popup .close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgb(255, 255, 255);
    color: #c71735;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 30px;
    transition: 0.3s;
}
.popup .close-btn:hover {
  background-color: #c71735;
  color: #ffffff;
}

    button#showPopup {
      margin-top: 20px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
    }
    .popup-data {
      display: flex;
      flex-direction: column;
      text-align: center;
      padding-top: 20px;
    }
    .popup-data p {
      color: #fff;
      margin-bottom: 10px;
    }
    .popup-data h2 {
      font-size: 50px;
      color: #fff;
    }
    .popup-data h4 {
      font-size: 25px;
      color: #fff;
      margin-bottom: 5px;
    }
    .popup-data form.mt-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 5px !important;
}

/* popup end */


.side-images1{
    position: relative;
}
.side-images1 div{
    position: relative;
    z-index: 2;
}
.side-images1:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    background-image: url('../images/side5.png');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 280px;
    height: 500px;
        z-index: 0;
}
.side-images1:after{
    content: '';
    position: absolute;
    right: 40px;
    top: 30px;
    background-image: url('../images/side4.png');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
        z-index: 0;
}
.side-images2{
    position: relative;
}
.side-images2:before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0px;
    background-image: url('../images/side3.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
}
.side-images2:after{
    content: '';
    position: absolute;
    right: 40px;
    bottom: 0px;
    background-image: url('../images/side9.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
}

.side-images3{
    position: relative;
}
.side-images3:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    background-image: url('../images/side12.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 300px;
    height: 400px;
}
.side-images3:before{
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0px;
    background-image: url('../images/side11.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 400px;
    height: 400px;
}


.side-images4{
    position: relative;
}
.side-images4 div{
    position: relative;
    z-index: 2;
}

.side-images4:before{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/pf-leaf.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 220px;
    height: 100%;
    z-index: 1;
}
.side-images4:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url('../images/pf-leaf-left.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 220px;
    height: 100%;
    z-index: 1;
}

.side-images5{
    position: relative;
}
.side-images5 div{
    position: relative;
    z-index: 2;
}
.side-images5:before{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('../images/side7.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 280px;
    height: 100%;
    z-index: 1;
}
.side-images5:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url('../images/side12.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 280px;
    height: 100%;
    z-index: 1;
}

.side-images6{
    position: relative;
}
.side-images6 div{
    position: relative;
    z-index: 2;
}
.side-images6:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('../images/side14.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 280px;
    height: 100%;
    z-index: 1;
}
.presence-sec.side-images4:before{
        bottom: 16%;
}
.presence-sec.side-images4:after{
        bottom: 16%;
}


/*STICKY HEADER START*/
.header-sticky{
    background-color: #fff !important;
}
.header-sticky .navbar-nav .nav-link {
    color: #000 !important;
}
.header-sticky a.nav-link.active {
    color: #c71735 !important;
}
nav .ani-btn{
    color: #fff !important;
}
nav.header-sticky .ani-btn{
    color: #000 !important;
}
.header-sticky .sticky-logo{
    display: block;
    transition: all ease-in-out 0.3s;
}
.non-sticky{
    display: none;
    transition: all ease-in-out 0.3s;
}
.header-sticky .non-sticky{
    display: block !important;
        transition: all ease-in-out 0.3s;
}
.header-sticky .sticky-logo{
    display: none !important;
    transition: all ease-in-out 0.3s;
}
/*STICKY HEADER END*/

.navbar-light .navbar-toggler{
    background-color: #fff !important;
}

p.publish-text {
    max-width: 250px;
    font-size: 35px;
    color: #fff;
    font-family: "Playfair Display", serif;
    margin-bottom: 0px;
    margin: auto;
}