@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
	 padding: 0;
    margin: 0;
}
.rts-section-gap {
    padding: 120px 0;
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "DM Sans", serif;
    color: #5d666f;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    background: #fff;
}
a{
	text-decoration: none;
	color:#000;
}

.topbar {
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    z-index:999;
    width:100%;
    border-bottom:1px solid #fff;
}

.topbar .contact-part {
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #eee;
    font-size: 14px;
}

.topbar .contact-part i {
    float: left;
    margin-right: 15px;
    line-height: 50px;
}
.topbar .contact-part .contact-info span {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.topbar .contact-part i:before {
    font-size: 36px;
    color: #fff;
}

.contact-part .contact-info a {
    color: #fff;
    font-size: 14px;
}

.contact-info
{
    color: #fff;
    font-size: 14px;
}

.no-border {
    border: none !important;
}

.header-top-area {
    background: #26215f;
    overflow: hidden;
    position: relative;
}

.header-top-area .align-items-center {
    padding: 12px 0;
}
.header-top-left-single-item {
    display: inline-block;
    margin-right: 20px;
}

.header-top-left-single-item a {
    color: #fff;
    font-size: 14px;
}

.header-top-left-icon i {
    margin-right: 8px;
}
.header-top-right-items ul {
    text-align: right;
}
ul {
    margin: 0px;
    padding: 0px;
}

.header-top-right-icon-area ul li {
    display: inline-block;
    margin-left: 8px;
}
ul li {
    list-style: none;
}

.header-top-right-icon-area ul li a {
    color: #fff;
    font-size: 14px;
}

.bg-body-tertiary {
    background-color: #FFFFFF !important;
}
.navbar-brand img{
	height: 70px;
	width: 270px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.header {

 padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    position:absolute;
    margin-top:70px;
    width:100%;
}
.logo img{
	height: 50px;
	width: 170px;
}

/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
	  
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
	
  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
	  color: #ffffff;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #919ef7;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background:#ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #363f40;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #201062;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: 90%;
    visibility: hidden;
  }


  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
	
	  
	
	
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    color:#fff;
	  }

  .navmenu {
    padding: 0;
    z-index: 9997;
	  order: 3 !important;
  }
  
  .header {
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    position: absolute;
    margin-top: 0px;
}


  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #363f40;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #201062, transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #201062;
    color: #ffffff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #201062;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #201062;
    color: #ffffff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #363f40, transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
	.header .btn-getstarted, .header .btn-getstarted:focus {
    color: #FFFFFF;
    background-color: #201062;
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
}

	.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
    color: #FFFFFF;
    background: color-mix(in srgb, #201062, transparent 15%);
}

/*--------------------------------------------------------------
# Blog Hero Section
--------------------------------------------------------------*/
.blog-hero {
  padding: 0;
}

.blog-hero .blog-hero-slider {
  position: relative;
  overflow: hidden;
}

.blog-hero .blog-hero-item {
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.blog-hero .blog-hero-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero .blog-hero-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.blog-hero .blog-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 60px;
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.blog-hero .blog-hero-content p {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.blog-hero .blog-hero-content h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blog-hero .blog-hero-content h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 7px;
}

@media (max-width: 991px) {
  .blog-hero .blog-hero-content h2 {
    font-size: 36px;
  }
  
   .blog-hero .blog-hero-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .blog-hero .blog-hero-content h2 {
    font-size: 28px;
  }
  
    .blog-hero .blog-hero-content h3 {
    font-size: 14px;
  }
}



.blog-hero .swiper-button-prev,
.blog-hero .swiper-button-next {
  color: #ffffff;
  width: 60px;
  height: 60px;
}

.blog-hero .swiper-button-prev::after,
.blog-hero .swiper-button-next::after {
  font-size: 32px;
}

.blog-hero .swiper-button-prev:hover,
.blog-hero .swiper-button-next:hover {
  color: #26215f;
}

.blog-hero .swiper-wrapper {
  height: auto !important;
}


.rts-btn.btn-primary.btn-white {
    background: #F2F2F2;
    color: #201062;
}

.rts-btn {
    animation: fadeInUp 3s;
    animation-delay: 0s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rts-btn.btn-primary.btn-white:hover {
    background: #201062;
    color: #F2F2F2;
}

.rts-btn {
    height: 55px;
    max-width: max-content;
    padding: 13px 29px;
    border: none;
    box-shadow: none;
    min-width: max-content;
    border-radius: 15px;
    transition: 800ms;
    font-weight: 600;
	margin: 0 auto
}

.rts-section-gap {
    padding: 120px 0;
}
.rts-about-area-two {
    position: relative;
}
.about-inner-content-two {
    padding-left: 20px;
}

.title-style-two .bg-content {
    font-size: 150px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    right: 0px;
    z-index: -1;
    font-family: "Red Hat Display", serif;
    min-width: max-content;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
    line-height: 1;
	top: 50px;
}

.title-style-two .bg-content::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8855917367) 0%, rgba(255, 255, 255, 0.6082808123) 35%, rgba(255, 255, 255, 0) 100%);
}

.left-thumbnail-about-area-two {
    position: relative;
}
.left-thumbnail-about-area-two {
    display: flex;
    justify-content: center;
    max-width: 490px;
    margin: auto;
    position: relative;
}

.left-thumbnail-about-area-two .small-image {
    position: absolute;
    right: -63px;
    bottom: 40px;
    max-width: 211px;
    animation: jump-2 5s linear infinite;
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.title-style-two .pre {
    font-size: 16px;
    color: #000000;
    display: flex;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .title-style-two .title {
        font-size: 36px !important;
    }
}
.title-style-two .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.35;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
    font-family: "Red Hat Display", serif;
    line-height: 1.4074;
    color: #26215f;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-inner-content-two .about-between-wrapper p.disc {
        margin-bottom: 20px;
        max-width: 100%;
    }
}

.about-inner-content-two .about-between-wrapper p.disc {
    font-size: 16px;
}

.about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
}

.about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check i {
    color: #26215f;
}

.about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check p {
    margin: 0;
    color: #1C2539;
    font-size: 16px;
}
p:last-child {
    margin-bottom: 0;
}

.call-and-sign-area.two .call-area {
    position: relative;
}
.call-and-sign-area .call-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.call-and-sign-area .call-area .icon {
    height: 55px;
    width: 55px;
    border-radius: 50px;
    background: #20282d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-and-sign-area.two .icon {
    border-radius: 15px !important;
}

.call-and-sign-area .call-area .information span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #5D666F;
}
.call-and-sign-area .call-area .icon i {
    font-size: 20px;
    color: #fff;
    }


.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.white{
    color:#fff;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 700;
}

.radious-none-button .title-style-one .pre {
    border-radius: 0;
}
.title-style-one.center .pre {
    margin: auto;
    margin-bottom: 30px;
}
.title-style-one .pre {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    color: #5D666F;
    display: flex;
    max-width: max-content;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    border-radius: 6px;
}

.title-style-one.center {
    text-align: center;
}

.mt--50 {
    margin-top: 50px;
}

section.main-wrapper-sticky .sticky-statement {
    background: #F2F2F2;
    padding: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    transition: 0.3s;
    background-image: none;
}

section.main-wrapper-sticky .sticky-statement:hover {
    background-image: url(../images/06.webp);
    background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    section.main-wrapper-sticky .sticky-statement .left-side {
        gap: 25px;
    }
}
section.main-wrapper-sticky .sticky-statement .left-side {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-basis: 36%;
}
section.main-wrapper-sticky .sticky-statement * {
    transition: 0.3s;
}

section.main-wrapper-sticky .sticky-statement:hover * {
    color: #fff;
}

section.main-wrapper-sticky .sticky-statement:hover .left-side img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(100%);
}

section.main-wrapper-sticky .sticky-statement .right {
    flex-basis: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.main-wrapper-sticky .sticky-statement .right p {
    margin: 0;
    max-width: 70%;
}

section.main-wrapper-sticky .sticky-statement .right .arrow {
    height: 62px;
    width: 62px;
    background: #26215f;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #FFFFFF;
}

.bg-main {
    background: #26215f;
}

.bg-main .title-style-one .pre {
    border: 1px solid #E9E9E9;
    color: #fff;
    border-radius: 6px;
}
.title-style-one .pre {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    color: #5D666F;
    display: flex;
    max-width: max-content;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    border-radius: 6px;
}

.bg-main .title-style-one .title {
    color: #fff;
}
.title-style-one .title {
    font-size: 48px;
    font-weight: 700;
}

.working-process-one p.disc {
    color: #FFFFFF;
}

.mt--60 {
    margin-top: 60px;
}

.single-working-process-one {
    display: flex;
    align-items: center;
    gap: 110px;
    margin-bottom: 40px;
}

.single-working-process-one .left {
    position: relative;
    z-index: 5;
}


.single-working-process-one .left .icon {
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4b468a;
    border-radius: 0;
    position: relative;
}

.working-process-one.without-clip-radious .single-working-process-one .inner-content {
    border-radius: 0;
}
.single-working-process-one .inner-content {
    border-radius: 0px;
    padding: 40px 50px;
    background: #4b468a;
    position: relative;
    z-index: 1;
}

.single-working-process-one .inner-content p.disc {
    color: #C9C9C9;
}
p:last-child {
    margin-bottom: 0;
}
.single-working-process-one .inner-content .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
h4, .h4, h5, .h5 {
    font-weight: 700;
}

.single-working-process-one .left .icon::after {
    position: absolute;
    content: "";
    background-image: url(../images/p1.png);
    height: 19px;
    width: 19px;
    background-repeat: no-repeat;
    background-position: center;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.single-working-process-one .inner-content .number-main::before {
    content: "";
    position: absolute;
    width: 150px;
    border: 1px dashed #474E52;
    left: -150px;
    z-index: -2;
}

.single-working-process-one .inner-content .number-main {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.single-working-process-one .inner-content .number {
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 500%;
    background: #20282D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    left: -16px;
    z-index: -1;
    position: absolute;
    top: 50%;
    transform: translateY(-16px);
}

.rts-section-gapBottom {
    padding-bottom: 120px;
}

.title-area-client-client {
    position: relative;
}

.title-area-client-client::before {
    content: "";
    position: absolute;
    left: 59%;
    height: 2px;
    width: 41%;
    background: #20282d;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.title-area-client-client::after {
    content: "";
    position: absolute;
    left: 0;
      height: 2px;
    width: 41%;
    background: #20282d;
    display: flex;
    align-items: center;
    margin-top: -14px;
}

.title-area-client-client p.client-title {
    max-width: max-content;
    margin: auto;
    font-weight: 700;
    color: #1C2539;
    text-transform: uppercase;
}

.mt--65 {
    margin-top: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .client-three-wrapper {
        gap: 30px;
        justify-content: center;
    }
}
.client-three-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.client-three-wrapper .single {
    width: 190px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.client-three-wrapper img {
    max-width: 130px;
}

.client-three-wrapper .single:hover {
            transform: scale(1.05) translateY(-5px);
        }

.ptb--30 {
    padding: 30px 0;
}
.bg_call-toaction-4 {
    background-image: url(../images/cta.webp);
}

.bg_call-toaction-4 .cta-four-wrapper .left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.bg_call-toaction-4 .cta-four-wrapper {
    display: flex;
    align-items: center;
    gap: 31px;
    justify-content: space-between;
}

.bg_call-toaction-4 .cta-four-wrapper .left .title {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-text-stroke-color: #1C2539;
    -webkit-text-stroke: 1px;
}

.bg_call-toaction-4 .cta-four-wrapper .left .title span {
    -webkit-text-stroke-color: #1C2539;
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 30px;
	position: relative;
    display: inline-block;
}


.rts-btn.btn-primary {
    background: #26215f;
    overflow: hidden;
    display: flex;
	color: #FFFFFF;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}



.title-style-one.center .pre {
    margin: auto;
    margin-bottom: 30px;
}
.title-style-one .pre {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    color: #5D666F;
    display: flex;
    max-width: max-content;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;

}
.mt--10 {
    margin-top: 10px;
}

.single-blog-area-four {
    position: relative;
}

.single-blog-area-four a.thumbnail {
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.single-blog-area-four:hover a.thumbnail img {
    transform: scale(1.1);
}
.single-blog-area-four a.thumbnail img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-area-four .inner-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.single-blog-area-four .inner-content * {
    color: #fff;
}

.single-blog-area-four .inner-content * {
    color: #fff;
}

.cta-main-area-wrapper-one {
    background-image: url(../images/sub.webp);
    height: 175px;
    background-color: #20282D;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 80px;
    justify-content: space-between;
}

.cta-main-area-wrapper-one .left-areas span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
}
.cta-main-area-wrapper-one .left-areas * {
    color: #fff;
}

.cta-main-area-wrapper-one .right-area .inpur-area-main input {
    height: 63px;
    background: #FFFFFF;
    color: #8B8F99;
    width: 547px;
    padding-right: 200px;
}

.cta-main-area-wrapper-one .right-area .inpur-area-main {
    position: relative;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea {
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    outline: none;
    border: 1px solid #ddd8f9;
    border-radius: 10px;
}

.cta-main-area-wrapper-one .right-area .inpur-area-main button {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 45px;
    transform: translateY(-50%);
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .title-style-two .bg-content {
        font-size: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-style-two-area .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-style-two-area {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 0;
    }
}
@media only screen and (max-width: 767px) {
    .mt_sm--80 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    section.main-wrapper-sticky {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    section.main-wrapper-sticky .sticky-statement {
        flex-wrap: wrap;
        gap: 25px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    section.main-wrapper-sticky .sticky-statement .left-side {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    section.main-wrapper-sticky .sticky-statement .left-side {
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    h5, .h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    section.main-wrapper-sticky .sticky-statement .right {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    section.main-wrapper-sticky .sticky-statement .right {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 991px) {
    section.main-wrapper-sticky .sticky-statement .right {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    section.main-wrapper-sticky .sticky-statement .right p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    section.main-wrapper-sticky .sticky-statement .right .arrow {
        height: 40px;
        width: 40px;
    }
	
	.title-area-client-client::before {
    display: none;
}

.title-area-client-client::after {
    display: none;
}
}

@media only screen and (max-width: 575px) {
    .client-three-wrapper {
        justify-content: center;
    }
}
@media only screen and (max-width: 991px) {
    .client-three-wrapper {
        gap: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .client-three-wrapper {
        gap: 30px;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .client-three-wrapper .single {
        width: 160px;
        height: 64px;
    }
}

@media only screen and (max-width: 575px) {
    .client-three-wrapper img {
        max-width: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .cta-main-area-wrapper-one {
        flex-direction: column;
        height: auto;
        padding: 25px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .cta-main-area-wrapper-one {
        flex-direction: column;
        height: auto;
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gapBottom {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .cta-main-area-wrapper-one .left-areas .title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-main-area-wrapper-one .left-areas .title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .cta-main-area-wrapper-one .right-area {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .cta-main-area-wrapper-one .right-area .inpur-area-main input {
        width: 100%;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cta-main-area-wrapper-one .right-area .inpur-area-main input {
        width: 100%;
    }
}




@media only screen and (max-width: 575px) {
    .cta-main-area-wrapper-one .right-area .inpur-area-main button {
        position: unset;
        transform: none;
        margin: auto;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .bg_call-toaction-4 .cta-four-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .bg_call-toaction-4 .cta-four-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .bg_call-toaction-4 .cta-four-wrapper .left {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .bg_call-toaction-4 .cta-four-wrapper .left .title {
        font-size: 22px;
    }
}
.tp-footer-fixed {
    width: 100%;
    /* z-index: -1; */
}
.p-relative {
    position: relative;
}
.pt-120 {
    padding-top: 120px;
}


.tp-footer-bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(10, 18, 41);
}

.tp-footer-shape .shape-1 {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: 0;
}

.tp-footer-shape .shape-2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 0;
}
.tp-footer-widget-content p {
    font-size: 16px;
    color: #9ca5af;
    font-weight: 500;
    margin-bottom: 25px;
    display: flex;
}

.tp-footer-widget-social a:not(:last-of-type) {
    margin-right: 15px;
}
.tp-footer-widget-social a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    background-color: rgb(23, 33, 64);
}

.tp-footer-widget-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.tp-footer-widget-content ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.tp-footer-widget-content ul li {
    list-style: none;
}

.tp-footer-widget-content ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #9ca5af;
}

.tp-footer-copyright {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.tp-footer-copyright-inner p {
    color: #9ca5af;
}

.tp-footer-border {
    border-bottom: 1px solid rgb(54, 66, 103);
}
.tp-footer-main {
    position: relative;
    padding-bottom: 70px;
}

.tp-footer-widget-content p i {
    padding: 10px;
}

@media only screen and (max-width: 1199px) {
    .left-thumbnail-about-area-two .small-image {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mt_sm--80 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .about-inner-content-two .about-between-wrapper {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1199px) {
    .about-inner-content-two .about-between-wrapper p.disc {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .call-and-sign-area.two {
        gap: 5px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .working-process-one.bg-main.rts-section-gap {
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .rts-section-gap {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .working-process-one.bg-main.rts-section-gap {
        overflow: hidden;
    }
}

@media only screen and (max-width: 575px) {
    .bg-main .title-style-one.center .pre {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .bg-main .title-style-one .pre {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .title-style-one .title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .title-style-one .title {
        font-size: 32px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1199px) {
    .title-style-one .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 479px) {
    .single-working-process-one {
        gap: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .single-working-process-one {
        gap: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .single-working-process-one .left .icon {
        height: 75px;
        width: 75px;
    }
}
@media only screen and (max-width: 575px) {
    .single-working-process-one .left .icon {
        height: 90px;
        width: 90px;
    }
}

@media only screen and (max-width: 479px) {
    .single-working-process-one .inner-content {
        padding: 15px 5px 15px 50px;
    }
}

@media only screen and (max-width: 767px) {
    h5, .h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-call-to-action-area-two {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .cta-style-two-area {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cta-style-two-area .title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-footer-fixed {
        position: relative;
        z-index: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-footer-shape {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-footer-main {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-footer-col-1 {
        margin-right: 0;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-footer-col-2 {
        padding-left: 0;
    }
}

.blog-item {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.blog-item-img {
    overflow: hidden;
    border-radius: 8px;
}

.blog-item-img img {
    border-radius: 8px;
}

.blog-item-info {
    padding: 15px;
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.blog-item-info h4 a {
    color: #151423;
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e8eb;
    padding-bottom: 18px;
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #151423;
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: #000;
}

.blog-item-info p {
    margin-bottom: 16px;
}
.blog-item:hover .blog-item-img img {
    transform: scale(1.1);
}
.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

.blog-item-info h4 a:hover {
    color: #26215f;
}

a, a:active, a:focus, a:hover {
    outline: none;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Featured Posts Section
--------------------------------------------------------------*/
.featured-posts {
  padding: 120px 0;
}

.featured-posts .blog-posts-slider .swiper-wrapper {
  height: auto !important;
}

.featured-posts .blog-posts-slider .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.featured-posts .blog-posts-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, #212529, transparent 70%);
  opacity: 1;
  transition: all 0.3s ease;
}

.featured-posts .blog-posts-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #212529;
  transform: scale(1.2);
}

.featured-posts .blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px color-mix(in srgb, #212529, transparent 90%);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-posts .blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px color-mix(in srgb, #212529, transparent 85%);
}

.featured-posts .blog-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.featured-posts .blog-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.featured-posts .blog-image .category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #26215f;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.featured-posts .blog-image:hover img {
  transform: scale(1.05);
}

.featured-posts .blog-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .featured-posts .blog-content {
    padding: 25px;
  }
}

.featured-posts .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.featured-posts .author-info .author-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid color-mix(in srgb, #26215f, transparent 80%);
}

.featured-posts .author-info .author-details {
  display: flex;
  flex-direction: column;
}

.featured-posts .author-info .author-details .author-name {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 14px;
  margin-bottom: 2px;
}

.featured-posts .author-info .author-details .publish-date {
  font-size: 13px;
  color: color-mix(in srgb, #26215f, transparent 40%);
}

.featured-posts h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .featured-posts h3 {
    font-size: 18px;
  }
}

.featured-posts h3 a {
  color: #000;
  transition: color 0.3s ease;
}

.featured-posts h3 a:hover {
  color: #26215f;
}

.featured-posts p {
  font-size: 15px;
  line-height: 1.6;
  color: color-mix(in srgb, #26215f, transparent 20%);
  margin-bottom: 25px;
  flex: 1;
}

.featured-posts .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, #26215f, transparent 90%);
}

@media (max-width: 576px) {
  .featured-posts .blog-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.featured-posts .reading-time {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: color-mix(in srgb, #26215f, transparent 40%);
}

.featured-posts .reading-time i {
  margin-right: 5px;
  font-size: 14px;
}

.featured-posts .btn-read-more {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(45deg, #26215f, color-mix(in srgb, #26215f, #000 10%));
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.featured-posts .btn-read-more span {
  margin-right: 8px;
}

.featured-posts .btn-read-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.featured-posts .btn-read-more:hover {
  transform: translateX(5px);
  background: linear-gradient(45deg, color-mix(in srgb, #26215f, #000 10%), #26215f);
}

.featured-posts .btn-read-more:hover i {
  transform: translateX(3px);
}

.featured-posts .swiper-button-prev,
  .featured-posts .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .featured-posts .swiper-button-prev::after,
  .featured-posts .swiper-button-next::after {
    font-size: 14px;
  }

@media (max-width: 576px) {
  .featured-posts .btn-read-more {
    align-self: flex-end;
  }
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #26215f;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #26215f, transparent 20%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.our-work-sec {
    background-color: #26215f;
}

.counter-container {
    display: flex
;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    z-index: 2;
    margin: 0px 20px;
}

.counter {
    font-size: 48px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
}

.counter-container p {
    color: #fff;
    font-size: 24px;
}

.section-padding {
    padding: 120px 0;
}
.featured-posts .blog-posts-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: color-mix(in srgb, #26215f, transparent 70%);
    opacity: 1;
    transition: all 0.3s ease;
}

.page-header {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
}

@media (max-width: 1399px) {
    .page-header .bg-img {
        background-size: cover !important;
    }
}
.page-header .bg-img {
    background-position: center !important;
    background-size: cover !important ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.page-header .overlay {
    background: linear-gradient(90deg, #F3F7FB 43.21%, rgba(243, 247, 251, 0.24) 63.66%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-header .shapes .shape.shape-1 {
    bottom: 20px;
    left: 0px;
}
.page-header .shapes .shape {
    position: absolute;
    z-index: -1;
}

.page-header .shapes .shape.shape-2 {
    bottom: 0;
    left: 40%;
}
.page-header .shapes .shape {
    position: absolute;
    z-index: -1;
}

.page-header .shapes .shape.shape-3 {
    top: 0;
    right: 0;
}
.page-header .shapes .shape {
    position: absolute;
    z-index: -1;
}

@media (max-width: 1399px) {
    .page-header-content {
        padding-left: 200px;
    }
}
@media (max-width: 1600px) {
    .page-header-content {
        padding-left: 150px;
    }
}
@media (max-width: 1700px) {
    .page-header-content {
        padding-left: 150px;
    }
}

.page-header-content .title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
}

.product {
    position: relative;
    display: block;
    padding: 120px 0;
    background-color: #f1f5f9;
}

.service-sidebar {
    position: sticky;
    top: 120px;
}

.service-catagery-list {
    border: 1px solid #e3e3e3;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .service-catagery-list h3 {
        font-size: 21px;
    }
}
.service-catagery-list h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #26215f;
    color: #fff;
    padding: 25px 40px;
}

.service-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 40px;
    background-color: #ffffff;
}

.service-catagery-list ul li {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.service-catagery-list ul li a {
    position: relative;
    color: #606060;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li a {
    position: relative;
    color: #606060;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.rts-btn.btn-primary:hover {
    background: #F2F2F2;
    color: #26215f;
}
.about-content-left-one .rts-btn {
    margin-top: 40px;
    padding: 13px 36px;
}
.call-and-sign-area .call-area .information .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #1C2539;
    margin: 0;
}


.bd-course-details-list-box {
    border-radius: 8px;
    padding: 30px 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #f5f5f5;
    gap: 40px;
}



.bd-course-details-list-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #e5e5e5;
}

.bd-course-details-list ul li:not(:last-child) {
    margin-bottom: 15px;
}
.bd-course-details-list ul li {
    list-style: none;
    display: flex;
    gap: 10px;
}

.list-icon.success {
    color: #ffffff;
    background: #201062;
}
.bd-course-details-list ul li span {
    margin-top: 4px;
}
.list-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #26215f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
}

.services-five__single {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-five__single-img {
    position: relative;
    display: block;
}

.services-five__single-img-inner {
    position: relative;
    display: block;
    background: #052944;
    overflow: hidden;
}

.services-five__single-img-inner img {
    height: 220px;
}
.services-five__single-img-inner img {
    width: 100%;
    transition: all 500ms ease;
}

.services-five__single-content {
    position: relative;
    display: block;
    background: #fff;
    padding: 52px 15px 31px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .services-five__single-content {
        padding: 30px 20px;
    }
}

.services-five__single-content h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .services-five__single-content h2 {
        font-size: 21px;
        line-height: 31px;
    }
}

.services-five__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 17px;
}

.services-five__single:hover .services-five__single-img-inner img {
    opacity: 0.5;
    transform: scaleX(1.05);
}
.services-five__single-img-inner img {
    height: 220px;
}
.services-five__single-img-inner img {
    width: 100%;
    transition: all 500ms ease;
}

a:hover {
    color: #26215f;
}


.contact{
    padding:120px 0px;
    position: relative;
    z-index: 1;
     display: block;
}


.form-group {
  margin-bottom: 20px;
}



.form-group .form-control, .form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 0px !important;
    background-color: #ffffff;
    color: #606060;
    border-color: rgba(0, 0, 0, 0.08);
}

.form-group .form-control::placeholder{
  color: #606060;
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #26215f;
  box-shadow: 0 0 0 .25rem rgba(249, 92, 20, .25)
}

.form-group .form-icon{
  position: relative;
}

.form-group .form-icon i {
    position: absolute;
    top: 19px;
    left: 20px;
    color: #26215f;;
    z-index: 1;
}

.form-group .form-icon i{
  position: absolute;
  top: 19px;
  left: 20px;
  color: #26215f;;
  z-index: 1;
}

.form-check{
  margin-bottom: 20px;
}

.form-check .form-check-input{
  border-radius: 6px;
  margin-top: 6.5px;
  border-color: rgba(0, 0, 0, 0.08);
}





.form-check .form-check-input:focus{
  border-color: #26215f;
  box-shadow: 0 0 0 .25rem rgba(38, 33, 95, .25)
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #26215f;
  box-shadow: 0 0 0 .25rem rgba(38, 33, 95, .25)
}
.thm-btn {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 55px;
    font-weight: 600;
    background: #26215f;
    border-radius: 5px;
    padding: 0px 35px 0px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}


.thm-btn:hover {
  color: #FFFFFF;
}

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}


.hover-btn {
  background-color: #000000;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.site-breadcrumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #26215f;
    opacity: 0.85;
    z-index: -1;
}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 220px;
    padding-bottom: 220px;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: -0.03em;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #FFFFFF;
    transition: all 0.5s 
ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #FFFFFF;
}

.services-two-single {
    margin-bottom: 30px;
}

.services-two-single {
    position: relative;
    display: block;
    overflow: hidden;
    background: #FFFFFF;
    border: 3px solid rgba(0, 74, 148, 0.15);
    padding: 0px 30px 37px;
}

.services-two-single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 90px;
    background: rgba(0, 74, 148, 0.1);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 1;
}

.services-two-single-content {
    position: relative;
    display: block;
    margin-top: 23px;
}

.services-two-single:hover .services-two-single-icon:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}
.services-two-single-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #26215f;
    transition-delay: 0.5s;
    transition: .5s;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -ms-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}

.services-two-single-icon span {
    position: relative;
    display: block;
    line-height: 0px;
}

.services-two-single:hover .services-two-single-icon span::before {
    color: #FFFFFF;
}
.services-two-single-icon span::before {
    position: relative;
    display: inline-block;
    color: #26215f;
    font-size: 40px;
    line-height: 40px;
    transition: all 200ms 
linear;
    transition-delay: 0.1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .sector .services-two-single-content h2 {
        font-size: 23px;
    }
}

.services-two-single-content h2 {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 3px;
    margin-bottom: 23px;
}


.single-process-thumb
 {
    text-align: center;
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(-9deg, #26215f 0%, #6482b9 97%);
    height: 140px;
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    transition: .5s;
}

.process-number {
    position: absolute;
    top: 70px;
    margin: auto;
    transform: translateY(-50%);
    left: -11px;
    transition: .5s;
}

.process-number span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(-9deg, #26215f 0%, #6482b9 97%);
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.single-process:hover .process-number {
    top: 50px;
}
.process-number span:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 50px;
    width: 50px;
    background: -webkit-linear-gradient(-9deg, #26215f 0%, #6482b9 97%);
    border-radius: 50%;
    margin: auto;
    left: -5px;
    top: -5px;
    opacity: 0.6;
}

.process-number span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -10px;
    top: -10px;
    height: 60px;
    width: 60px;
    background: -webkit-linear-gradient(-9deg, #26215f 0%, #6482b9 97%);
    border-radius: 50%;
    opacity: 0.4;
    margin: auto;
}

.single-process {
    text-align: center;
}

.single-process:hover .process-title h2 {
    background-position: 0;
}
.process-title h2 {
    font-size: 24px;
    margin-top: 25px;
    transition: .5s;
    margin-bottom: 12px;
    background: linear-gradient(to right, #26215f, #6482b9, 50%, #26215f 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}


.text_left .section_main_title h1 {
    letter-spacing: -1px;
    margin: 0px;
}

.section_main_title h2, .section_main_title h2 {
    font-weight: 800;
    margin: 0px;
     color: #232323;
      font-size: 36px;
}
.section_main_title h2 span {
    color: #26215f;
}

.mb-35 {
    margin-bottom: 35px;
}

.desc2.section_content_text p {
    font-size: 16px;
}

.about-icon {
    display: inline-block;
}

.about-icon i {
    display: inline-block;
    color: #26215f;
    margin-right: 12px;
}

.about-items-title {
    display: inline-block;
}

.about-items-title h4 {
    font-size: 18px;
    margin: 0;
}

.abt-items-desc p {
    padding: 8px 0 0;
}

.service-short-main-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
}


.service-short-main-wrapper .single-short-service .icon {
    height: 60px;
    min-width: 60px;
    background: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-short-main-wrapper .single-short-service {
    display: flex;
    align-items: center;
    gap: 25px;
}


.service-short-main-wrapper .single-short-service .inner-content .title-sm {
    margin-bottom: 10px;
    font-size: 20px;
}

.button {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #102973;
    color: #102973;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #102973;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 24px 10px 24px;
}

.button:hover{
    background-color:#102973;
    color:#fff;
}

.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}

.heading-title{
    font-size:18px;
    color:#000;
}

.contact-page-info {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}


.contact-page-info__single
 {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    border: 3px solid rgba(0, 74, 148, 0.15);
    padding: 0px 30px 37px;
    margin-bottom: 30px;
}

.contact-page-info__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 80px;
    background: rgb(8 30 136 / 10%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin: 0 auto 23px;
    z-index: 1;
}

.contact-page-info__single-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #26215f;
    transition-delay: 0.5s;
    transition: .5s;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -ms-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}

.contact-page-info__single-icon span {
    position: relative;
    display: block;
    line-height: 0px;
}

.contact-page-info__single-icon span::before {
    position: relative;
    display: inline-block;
    color: #26215f;
    font-size: 40px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page-info__single-text {
    position: relative;
    display:block;
    
}

.contact-page-info__single-text h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.contact-page-info__single-text p {
    margin: 0;
}


.contact-page-info__single:hover .contact-page-info__single-icon:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}


.contact-page-info__single:hover .contact-page-info__single-icon span::before {
    color: #fff;
}
.contact-page {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.contact-page__google-map {
    position: relative;
    display: block;
    margin-right: 40px;
}

.contact-page__google-map-one {
    position: relative;
    display: block;
    border: none;
    height: 534px;
    width: 100%;
    border-radius: 10px;

}


.form-group {
  margin-bottom: 20px;
}



.form-group .form-control, .form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 0px !important;
    background-color: #ffffff;
    color: #606060;
    border-color: rgba(0, 0, 0, 0.08);
}

.form-group .form-control::placeholder{
  color: #606060;
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #26215f;
  box-shadow: 0 0 0 .25rem rgba(249, 92, 20, .25)
}

.form-group .form-icon{
  position: relative;
}

.form-group .form-icon i {
    position: absolute;
    top: 19px;
    left: 20px;
    color: #26215f;
    z-index: 1;
}

.form-group .form-icon i{
  position: absolute;
  top: 19px;
  left: 20px;
  color: #26215f;
  z-index: 1;
}

.form-group .form-icon .form-control,
.form-group .form-icon .form-select{
  padding-left: 50px;
}

.form-check{
  margin-bottom: 20px;
}

.form-check .form-check-input{
  border-radius: 6px;
  margin-top: 6.5px;
  border-color: rgba(0, 0, 0, 0.08);
}





.form-check .form-check-input:focus{
  border-color: #26215f;
  box-shadow: 0 0 0 .25rem rgba(0, 132, 139, .25)
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #26215f;
  box-shadow: 0 0 0 .25rem rgba(0, 132, 139, .25)
}



.pt--65 {
    padding-top: 65px;
}

.pb--65 {
    padding-bottom: 65px;
}
.footer-logo-area-left-8 {
    text-align: left;
}

.footer-logo-area-left-8 .logo {
    display: block;
    margin-bottom: 25px;
}

.footer-logo-area-left-8 p.disc {
    color: #8B8F99;
    margin-bottom: 25px;
}


.footer-logo-area-left-8 ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.footer-logo-area-left-8 ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgb(23, 33, 64);
    transition: 0.3s;
}

.footer-logo-area-left-8 ul li a i {
    color: #fff;
}

.footer-8-area-bg .footer-one-single-wized .wized-title .title {
    color: #fff;
    margin-bottom: 10px;
}


.footer-8-area-bg .footer-one-single-wized .quick-link-inner {
    display: flex;
}

.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li {
    margin-top: 0;
}

.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a {
    color: #8B8F99;
    transition: var(--transition);
    position: relative;
    max-width: max-content;
}

.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a i {
    margin-right: 12px;
    transition: 0.3s;
}

.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #fff;
    left: 29px;
    bottom: 0;
    transition: 0.3s;
}

.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links.margin-left-70 {
    margin-left: 70px;
}
.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgb(23, 33, 64);
    border-radius: 5px;
}

.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .icon i {
    color: #fff;
    line-height: 2;
}

.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .inner-content .title {
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
}

.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .inner-content a {
    color: #8B8F99;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
}

.copyright-area-main-wrapper {
    border-top: 1px solid #3D4352;
}

.copyright-8-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-8-wrapper p {
    margin: 0;
    padding: 30px 0;
}
.copyright-8-wrapper * {
    color: #fff;
}

ul li {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.copyright-8-wrapper ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
}

.footer-8-area-bg .footer-one-single-wized .wized-title {
    margin-bottom: 25px;
}
.footer-8-area-bg {
    background-image: url(../images/footer.webp);
}
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


*galery*/
/* Start Gallery CSS */
#portfolioc .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}


#portfolioc .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}


#portfolioc1 .portfolio-item {
   position: relative;
  vertical-align: middle;
  text-align: center;
}


#portfolioc1 .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc1 .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc1 .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.section-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

#portfolioc .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}