@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Londrina+Outline&family=Manrope:wght@200..800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Londrina+Outline&family=Manrope:wght@200..800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
	background : #fff;
/* 	overflow-x: hidden; */
}




/* Dark Mode Button  */

body  section.dark-mode {
  background: #111 !important;
  color: #fff;
}

body.dark-mode header {
  background: #1a1a1a;
}

body.dark-mode a {
  color: #4dabf7;
}

body.dark-mode .card {
  background: #222;
}


/*  */












.padd-up{
	padding: 60px 0;
}
.section-top{
	margin-top : 50px;
}
.corp-container{
	max-width : 1500px;
}
img.custom-logo {
    width: 300px;
    height: 80px;
}
/* .site-header {
    background: #0D121E !important;
} */
:root{
	--bixola-base: #2b64c7;
    --bixola-base-rgb: 65, 70, 81;
    --bixola-primary: #F7F9FA;
    --bixola-gray: #414651;
    --bixola-gray-rgb: 65, 70, 81;
    --bixola-black: #0D121E;
    --bixola-black-rgb: 13, 18, 30;
    --bixola-white: #fff;
    --bixola-white-rgb: 255, 255, 255;
}
.innerpage-title-bar h1 {
    margin: 0;
}
.main-navigation ul .sub-menu {
    top: 23px;
}
.main-navigation ul .sub-menu li a {
    background: #F0F6F8;
    border-bottom: 1px solid;
    border-color: #353538;
    color: #b2b2b2;
    font-weight: 400;
    max-width: 100%;
    padding: 12px 20px;
    white-space: nowrap;
	color : var(--bixola-base);
}	
.main-navigation ul .sub-menu li.current-menu-item>a{
	color : #00798d !important;
}
.main-navigation ul .sub-menu {
	background : #F0F6F8 !important;
}

.main-navigation ul .sub-menu li a:hover{
	color : #00798d;
}

p{
	text-align : justify;
	text-justify: inter-word !important;
    hyphens: auto;
}
h2{
	font-family : 'Inter Tight', sans-serif !important;
}
p,h4{
	font-family : 'Roboto', sans-serif !important;
}
/* .link-underline.main-navigation div>ul:not(.cart_list)>li>a {
    color: #000;
} */
ul.slick-dots {
    display: flex;
    position: absolute;
    bottom: 2%;
    right: 50%;
	list-style : none;
	background: gray;
    opacity: 0.3;
    border-radius: 20px;
	padding: 5px 10px;
    margin: 0;
	gap : 15px;
	
}
button#slick-slide-control01,button#slick-slide-control00 {
    background: transparent;
	background-image: url(/wp-content/uploads/2026/01/circle-regular-full.svg);
    background-repeat: no-repeat;
    background-position: center;
	padding: 15px;
	font-size: 0;
}

li.slick-active {
/*     background: aqua; */
	background-image : url(/wp-content/uploads/2026/01/circle-solid-full.svg);
	background-repeat: no-repeat;
    background-position: center;
	
}
.site-header .site-header-inner {
    justify-content: space-around;
}
li#menu-item-345 .sub-menu {
    left: 0px;
}

header#masthead {
    margin: 0;
    position: sticky;
    top: 0;
	padding : 10px 0;
}


{
  color: #fff;
}

body:not(.home) .main-navigation ul li a,
.home .main-navigation ul li a{
  color: var(--bixola-base);
    font-weight: 700;
	font-size : 16px;
}

.main-navigation div>ul:not(.cart_list)>li.current-menu-item>a{
    border-color: #f14e4e;
    color: #00798d;
}

/* -------------------------------------
   GLOBAL SAFETY FIX
   ------------------------------------- */
img{
  display: block;
}


/* Home Page Css  */
.h4{
	font-size : 16px;
	color : var( --bixola-white);
	margin : 0;
}
.p{
	color : var( --bixola-white);
	font-size : 22px;
}
.h1{
	color : var( --bixola-white);
	font-size : 56px;
	margin : 10px 0;
	line-height : 60px;
}
.btn,
input.wpcf7-form-control.wpcf7-submit.has-spinner{
	color : var( --bixola-white) !important;
	padding : 10px 30px;
	background : #2b64c7;
	border-radius:10px;
	font-family :'Roboto', sans-serif !important;
	font-size : 16px;
}

.btn:hover{
	background : #0D121E;
}

.home-banner-items {
    height: 750px;
    width: 100%;
	display : flex !important;
	align-items : center;
	justify-content : center;
	background-position: center;
    object-fit: cover;
    background-size: cover;
	position : relative;
}
.home-banner-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
	width :65%;
}

.banner-button {
    display: flex;
    gap: 30px;
}


/* Mobile Banner */
.mobile-banner-section {
    display: none;
}

.mobile-banner-section-items-image img {
    width: 100%;
	margin-top : 40px;
}
.mobile-banner-section-items {
    position: relative;
}

.mobile-banner-section-items-content {
	
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    max-width: 90%;
}


/* Home Feature service Section */


h2.h2.feature-services-h2 {
    font-size: 40px;
	margin: 0;
	line-height: 50px;
    font-weight: 700;
	    color: #0D121E;
}
p.p.feature-services-p:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #ddeaf7;
    z-index: -1;
	border-radius : 10px;
}

p.p.feature-services-p {
    color: #2b64c7;
	position:relative;
	margin: 0;
	font-weight: 500;
	font-size : 20px;
	z-index: 1;
	text-transform: uppercase;
    width: fit-content;
}
.skill-name {
    font-size: 18px;
    font-weight: 600;
}
.home-feature-services-main {
    display: flex;
	    gap: 30px;
}
.feature-services-left {
    width: 50%;
}
.feature-services-card-main {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}
.feature-services-card {
    background: antiquewhite;
    padding: 20px;
	border-radius: 20px;
}
.feature-services-left-sub-title {
    width: fit-content;
}

.feature-services-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #f7f4f4;
    padding: 30px;
    transition: transform 0.4s ease;
}

.feature-services-card:hover {
    transform: translateY(-6px);
}
/* Start from right side */
.slide-right-card {
    transform: translateX(150px);
    opacity: 0;
    transition: all 0.8s ease;
}

/* When visible */
.slide-right-card.active {
    transform: translateX(0);
    opacity: 1;
}
.feature-services-section {
    overflow-x: hidden;
}
.feature-services-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: all 0.5s ease;
    z-index: 1;
	background-repeat: no-repeat;
    background-size: cover;
}

.feature-services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-services-card:hover .feature-services-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.feature-services-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(36 91 160 / 79%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.feature-services-card:hover::after {
    opacity: 1;
}
.feature-services-info {
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
	display: flex;
    flex-direction: column;
}

.feature-services-h3,
.feature-services-right-p {
    transition: color 0.4s ease;
}
.feature-services-card:hover .feature-services-h3,
.feature-services-card:hover .feature-services-right-p {
    color: #ffffff !important;
}

.feature-services-card:hover .feature-services-info {
    transform: translateY(-6px);
}
.icon-image-card {
    position: relative;
    width: 48px;
	flex-shrink : 0;
}

.icon-image-card img {
    width: 50px;
	height : 50px;
    transition: opacity 0.3s ease;
}

.icon-white, .icon-white {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.feature-services-card:hover .icon-normal {
    opacity: 0;
}

.feature-services-card:hover .icon-white {
    opacity: 1;
}


/* Home About Section */
.home-about-section {
    background: #F7F9FA;
    padding-bottom: 30px;
}
.home-about-main {
    display: flex;
    gap: 30px;
}
ul.home-about-ul {
    margin: 0;
    list-style: none;
}
li.home-about-list img {
    width: 20px;
    height: 20px;
}
li.home-about-list {
    display: flex;
    gap: 15px;
    align-items: center;
}
.home-about-list p{
	margin : 0;
	font-size : 18px;
}
.home-about-left {
    width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.home-about-right {
    width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	gap: 10px;
}
.home-about-button {
    display: flex;
}
p.p.home-about-p {
    color: #414651;
	font-size: 18px;
}
.home-about-left-image:before{
	
	content: "";
  position: absolute;
  top: 0;
  left: -100%; 
  width: 50%; 
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(20deg); 
  transition: all 0.7s ease-in-out;
    z-index: 1;
}
.home-about-left-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
	z-index: 1;
}
.home-about-left-image:hover img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.home-about-left-image:hover::before {
	left: 150%; 
}
.home-about-image-1 {
    position: absolute;
    bottom: -15%;
    left: 10%;
    border: 2px solid #fff;
	z-index: 1;
}
img.home-about-img.home-about-img-1 {
    height: 250px;
}
.home-about-image-1:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -10px;
    left: 0;
    bottom: 60px;
    background-color: #fff;
    z-index: -1;
}
 @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }
.float-image-1 {
    position: absolute;
    right: 20%;
    bottom: -24px;
    z-index: 0;
	animation: float 4s ease-in-out infinite;

}
.home-about-image-1:after{
	background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
	
}


.home-about-image-1:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.float-image-2 {
    position: absolute;
    left: 0;
    overflow: hidden;
/*     width: 100%; */
}

.animated-image{
  animation: slideRightToLeft 5s linear infinite;
  width: 198px;
  height: auto
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(-20px);
}
	100% {
    transform: translateX(20px);
}
	
}


/* Services Section */
.home-services-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.seervices-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-h2{
	text-align : center;
}
.service-card-main{
	display : grid ;
	grid-template-columns : repeat(3,1fr);
}
.arrow-icon-image{
	height : 16px;
	width : 16px;
	
}
a.service-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.service-btn:hover {
	color : #2b64c7 !important;
}

.services-card{
	display : flex;
	gap : 20px;
	align-items: center;
}

/* Cta Section */
.home-cta-section {
    position: relative;
    display: block;
    background-color: #007faf;
    overflow: hidden;
    z-index: 1;
}
.home-cta-main {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 0 80px;
	gap: 20px;
}
.cta-button {
    display: flex;
}
.cta-h2{
	color : var(--bixola-white);
	font-size : 40px;
	    margin: 0;
    line-height: 50px;
}
.cta-info {
    display: flex;
    flex-direction: column;
/*     gap: 15px; */
}
.cta-p{
	color : var(--bixola-white);
	    margin: 26px 0 0;
	font-size : 18px;
}
.btn-secondary{
	 background-color:var(--bixola-white);
    color: #2b64c7  !important;
    font-size: 18px;
    font-weight: 500;
    padding: 17px 33px 17px;
}
.btn-secondary:hover{
	background :#2b64c7 ;
	color :var(--bixola-white)  !important;
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape-mover {
    -webkit-animation-name: shapeMover;
    animation-name: shape-mover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.img-bounce {
    -webkit-animation: img-bounce 5s ease-in-out 0s infinite alternate;
    animation: img-bounce 5s ease-in-out 0s infinite alternate;
}
.cta-shape-1{
	position: absolute;
    top: 0;
    left: -23%;
    opacity: .10;
    z-index: -1;
}
.cta-shape-2{
	position: absolute;
    top: 0;
    left: 0;
    opacity: .10;
    z-index: -1;
}
.cta-shape-3{
	position: absolute;
    bottom: 17px;
    left: 0;
    opacity: .10;
    z-index: -1;
}
.cta-shape-4{
	    position: absolute;
    top: 0;
    right: -23%;
    opacity: .10;
    z-index: -1;
}

@keyframes float-bob-x{
		0% {
	    	transform: translateX(-30px);
		}
		50% {
			transform: translateX(-10px);
		}
		100% {
			transform: translateX(-30px);
}
	
}

@keyframes float-bob-y{
		0% {
			transform: translateY(-20px);
		}
		50% {
			transform: translateY(-10px);
		}
		100% {
			transform: translateY(-20px);
		}
	
}
@keyframes shape-mover{
		0%, 100% {
			transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		}

		50% {
			transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
		}
	
}
@keyframes img-bounce{
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
}
/*  Why Choose Us*/
.why-choose-us-right {
    position: relative;
	width: 50%;
    display: block;
/* 	    margin-left: 110px; */
}
.why-choose-us-left {
    width: 50%;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
h3.why-choose-h3 {
    margin: 0;
}
.home-why-choose-us-main {
    display: flex;
	padding: 50px 0;
	gap: 20px;
}
.why-choose-float-image-1 {
    top: -15px;
    left: 30px;
	    width: fit-content;
    height: fit-content;
}
.why-choose-us-middle-image {
    position: relative;
	z-index: 0;
	display: flex;
    justify-content: center;
}
.why-choose-float-image-2 {
       bottom: -10%;
    left: 70%;
    z-index: -1;
}
.why-choose-card {
    display: flex;
    gap: 20px;
	    align-items: center;
}
.why-choose-card-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.why-choose-card-image {
    flex-shrink: 0;
}
.why-choose-card-image img {
    width: 80px;
}

/* Latest Case Study Css */

.home-latest-case-study-section {
    background: #F7F9FA;
}
.latest-case-studys-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.latest-case-button {
    display: flex;
}
.latest-case-study-card-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.latest-case-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}
.latestcard-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.latest-case-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(174deg, rgb(63 93 192 / 70%) 0%, rgb(63 93 193 / 78%) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.latest-case-card-info {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
    color: #fff !important;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
h3.card-tag-h3{
	color: #fff !important;
	
}

.latest-case-card-info .card-tag {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 6px;
	color
}

.latest-case-card-info h3 {
    font-size: 22px;
    line-height: 1.3;
}
.btn-icon {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.4s ease;
}

.card-arrow {
    width: 48px;
    height: 48px;
    background: #2b64c7;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.latest-case-card:hover img {
    transform: scale(1.1);
}

.latest-case-card:hover::after {
    opacity: 1;
}

.latest-case-card:hover .latest-case-card-info {
    opacity: 1;
    transform: translateY(0);
}

.latest-case-card:hover .btn-icon {
    opacity: 1;
    transform: scale(1);
}


@media (max-width: 1024px) {
    .latest-case-study-card-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .latest-case-study-card-main {
        grid-template-columns: 1fr;
    }
}

/* Port Foliyo Css */
.hme-portfoliyo-main {
    position: relative;
    display: block;
    background-color: #007faf;
    padding: 75px 0 40px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}
ul.portfoliyo-ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    list-style: none;
	align-items: center;
}
.portfoliyo-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
	 overflow: hidden;
}
li.portfoliyo-list {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 22px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.portfoliyo-bg-image.float-bob-y img {
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
img.portfoliyo-img {
    width: 60px;
    height: 60px;
}
.portfoliyo-info, .portfoliyo-h3 {
    color: #fff;
}
h3.portfoliyo-h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
	margin: 20px 0 0;
}
p.portfoliyo-p {
    margin: 0;
}
.testimonials-image img {
    border-radius: 50%;
}

/*  Projects Image */

img.project-img {
    width: 80%;
}

.home-project-main {
    padding: 30px 0;
}
.home-project-section {
    border: 2px dashed #ccc;
	border-right : none;
	border-left : none;
}


/*  Testimonials Section*/
section.testimonials-section.section-top {
    position: relative;
    display: block;
    background-color: #007faf;
    padding: 120px 0 120px;
    z-index: 1;
	overflow: hidden;
}
.testimonials-left{
	display : flex;
	width: 41.6666666667%;
	gap : 20px;
	flex-direction : column;
}
.testimonials-p, .testimonials-h2 {
    color: #fff !important;
}
.testimonials-section-main {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.testimonials-p:before {
    background-color: #ffffff29 !important;

}
.testimonials-sliders {
    display: flex;
}
.testimonials-right {
    width: 50%;
	    position: relative;
    display: block;
/*     margin-right: -312px; */
}
.testimonials-box {
    background: #fff;
    padding: 40px;
    overflow: hidden;
	border-radius : 20px;
	    width: 95% !important;
}
.left-bg-image.float-bob-x {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
/*     overflow: hidden; */
}
.testimonials-desc-p {
    color: #000 !important;
    font-size: 20px;
}
.testi-admin-col{
	display : flex;
	gap: 20px;
    align-items: center;
}

button.testimonial-next, button.testimonial-prev {
    background: rgba(255, 255, 255, .10) !important;
	    border-radius: 50%;
    padding: 20px;
}
.testimonials-arrows {
    display: flex;
    gap: 20px;
}
.testimonials-p {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: var(--bixola-base);
    font-weight: 500;
    letter-spacing: 0.16em;
    z-index: 1;
}
/* FAQ's  */
section.faqs-section {
    background: #F7F9FA;
}
.faq-main {
    display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;

}
.accordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 40px;
/*     width: 50%; */
    margin: 0 auto;
    text-align: left;
    gap: 20px;
}
.acccording-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    border-radius: 20px;
	background-color: var(--bixola-white);
    box-shadow: rgba(16, 24, 40, 0.08) 0px 20px 30px 0px;
}
.accordion__header.is-active {
/*     background: #eecabe; */
}
.accordion__header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: relative;
    transition: color 0.3s ease;
}
.faq-right {
    width: 50%;
}
.faq-h2{
	margin : 0;
	font-size : 20px;
}
.accordion__header.is-active::after {
    background-image: url(/wp-content/uploads/2026/01/minus-solid-full.svg);
	height:26px;
	width : 26px;
	
}
.accordion__header::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    min-width: 16px;
    min-height: 16px;
    background-image: url(/wp-content/uploads/2026/01/plus-solid-full.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.faq-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 30px;
}
.faq-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
	align-items : center;
}
img.faq-img {
    width: 100%;
}
.insite-img {
    display: flex;
    width: 100%;
}

/* Blog Section  */
.blog-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.home-blog-section-items {
    width: 95% !important;
	    display: flex !important;
    justify-content: center;
    align-items: center;
/*     padding: 0 10px; */
	    border: 1px solid #EAECF0;
	    margin-bottom: 30px;
	border-radius: 20px;
}
img.attachment-large.size-large.wp-post-image {
    border-radius: 20px 20px 0 0;
}

.home-blog-section-items:hover{
/* 	background : red; */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.home-blog-section-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--bixola-bdr-radius);
    background-color: var(--bixola-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.home-blog-section-wrapper {
    display: flex;
    overflow: hidden;
}
.blog-inner-right {
    padding: 10px;
}
p.home-blog-desc {
    font-size: 18px;
    color: #414651;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
h6.home-blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
	color: var(--bixola-base);
}
span.home-blog-category, .blog-date {
    color: #3693bc;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.blog-date {
	color: var(--bixola-base);
}
.home-blog-top {
    border-top: 2px solid #ccc;
}
.home-blog-top-col2 {
    display: flex;
    justify-content: space-between;
}
.home-blog-admin-info{
	color : #414651;
}

/*---------------------  Footer --------------------------*/
img.site-footer-social-icon-image {
    width: 50px;
    height: 50px;
}
.site-footer-social {
    display: flex;
	gap : 15px;
}
.footer-top {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
p.footer-desc-p {
    margin: 0;
}
.site-footer .widgets {
    padding: 50px 0 20px;
    width: 100%;
	display: flex;
    gap: 10px;
/* 	grid-template-columns : repeat(4,1fr); */
}
.site-footer {
	background: #1a8cb7;
    color: #000;
	margin-top : 30px;
}
.bottom-bar {
    background: #1a8cb7 !important;
	color: #fff;
}
.site-footer .widgets.widgets-4 .widget {
    width: auto;
    padding: 0 15px 0 0;
}
 .site-footer .widgets .widget .widget-title, p.footer-desc-p, span.bottom-span {
    color: #fff;
	font-weight : 600;
}
.site-footer .widgets .widget .widget-title {
    font-size: 20px;
}
.site-footer .widgets .widget a, p.footer-desc-p {
    font-size: 18px;
}
ul.footer-contact-list img {
    width: 25px;
    height: 25px;
}
ul.footer-contact-list li {
    display: flex;
    gap: 15px;
	align-items: center;
}
ul.footer-contact-list {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.site-footer .widget ul, .widget-area .widget ul {
    list-style: none;
    margin: 0;
}
span.bottom-span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
span.bottom-span a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
	color : #fff !important;
}
a.service-btn:hover {
    color: #000 !important;
}
aside#nav_menu-3 {
    margin-left: 50px;
}
/* --------------------------------------- About Us Page ---------------------------------------  */

/* Card Secton  */
.about-cards-section {
    background: #FAFAFA;
}
.about-card-main {
    padding: 70px 0;
}
.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
}
p.p.about-card-p {
    color: #626262;
    font-size: 18px;
}
.about-card-box {
    display: flex;
    flex-direction: column;
	gap: 15px;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.about-card-box:hover {
    box-shadow: 0px 0px 20px 0px #007faf;
/*   box-shadow: 11px 9px 8px 0px #007faf; */
}
.about-image img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.about-image {
    background: #007faf;
    width: 100px;
    display: flex;
    padding: 10px;
	margin: auto;
	    border-radius: 20px;
}
h3.h3.about-card-h3 {
    margin: 10px 0;
	text-align: center;
}

.about-parcentage-right, .about-parcentage-left {
    width: 50%;
}


/* Experience Section For About Us  */
#crumbs, #crumbs a {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background: linear-gradient(rgb(0, 0, 0) 25%, rgba(34, 34, 34, 0.5) 100%);
}
.innerpage-title-bar {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
	padding-bottom : 10px;
}
.innerpage-title-bar h1 {
    color: #fff;
}
.about-exp-main {
    display: flex;
	justify-content : center;
}
.about-exp-right {
    position: relative;
    width: 50%;
}
.about-exp-left {
    width: 50%;
	margin-left: 106px;
    margin-top: 47px;
    display: flex;
    flex-direction: column;
/*     gap: 25px; */
}
.about-exp-title p {
    font-size: 18px;
	font-family : "roboto",sans-serif;
}
.about-exp-right-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-exp-float-image {
	position: absolute;
    top: 15px;
    right: 36px;
    z-index: -1;
    height: fit-content;
    width: fit-content;
}
.about-exp-number {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}
.about-exp-number-sec {
    display: flex;
/* 	gap: 15px; */
	align-items: center;
}
h2.about-exp-h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.96px;
    color: #2b64c7;
	margin: 0;
}

p.about-exp-numer-p {
    margin:0 0 0 13px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: var(--bixola-black);
}
.about-exp-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
/*     background-color: transparent; */
    color: var(--bixola-base);
    border: 1px solid #2b64c7;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 33px 9px;
    border-radius: 26px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}
.about-exp-btn:hover{
	 background-color: #0D121E;
	color: var(--bixola-white) !important;
	
}
.about-exp-button {
    display: flex;
	margin-top: 25px;
}
.about-two__shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .50;
    z-index: -1;
}
section.about-exp-section.section-top {
    position: relative;
    display: block;
    z-index: 1;
}
/* ----- Percentage --- */
.about-parcentage-main {
    display: flex;
    gap: 20px;
}
.skill {
    display: flex;
    justify-content: space-between;
    width: 80%;
	flex-direction: column;
    gap: 20px;
}
.skills {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.skill .skill-bar {
    width: 100%;
    height: 14px;
    background: #f0f0f0;
    border-radius: 10px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px rgba(255, 255, 255, 1);
}
.skill .skill-per {
    height: 100%;
    /* width: 70%; */
    background: linear-gradient(90deg, #2559ae, #00bc97);;
    border-radius: 10px;
    position: relative;
}
.skill-per span {
    position: absolute;
    top: -30px;
    right: 0;
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/uploads/2025/12/Vector-5.svg);
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}
.about-parcentage-section {
    background: #F0F6F8;
}

/* Work Process Section */

.work-process-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-prosess-middel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	    gap: 20px;
}
.process-one__single {
    position: relative;
    display: flex;
    text-align: center;
    margin-bottom: 21px;
	flex-direction: column;
    justify-content: center;
	padding: 0 10px;
}
.process-one__count {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px dashed #cccbd0;
    background-color: #FAFAFA;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.process-one__count:before {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    counter-increment: count;
    content: "0" counter(count);
    color: var(--bixola-white);
    -webkit-text-stroke: 1px rgba(var(--bixola-black-rgb), .60);
    font-family: var(--bixola-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.process-one__title {
    color: var(--bixola-black);
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 23px;
    margin-bottom: 11px;
}
.process-one__text {
    font-size: 16px;
    line-height: 28px;
}
.work-process-shape-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.work-process-section {
    position: relative;
    display: block;
    counter-reset: count;
    background-color: #FAFAFA;
    padding: 70px 0 90px;
    z-index: 1;
}
.work-proces-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.process-one__single:hover .process-one__count{
	border : 1px dashed #2b64c7;;
	color :var(--bixola-base);
}
.process-one__single:hover .process-one__count:before {
    color: #2b64c7;
/*     -webkit-text-stroke: 1px var(--bixola-base); */
}

/*----------------------------------------------- Service Page -------------------------------------  */
/* Service Card   */
.services-card-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.service-box-card {
    padding: 30px;
    background: var(--bixola-white);
    border-radius: 30px;
	transition: 0.8s all;
	
}
.service-card-section {
    background: #F7F9FA;
}
.service-box-card:hover {
	transition : 0.1s;
    border-top: 2px solid var(--bixola-base);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:15px;
}
h3.service-card-h3 {
    margin: 0;
    text-align: center;
}
.service-section{
	background :var(--bixola-white);
}
.service-card-button a:hover {
    color: var(--bixola-base);
}
a.service-btn{
	color: var(--bixola-black);
}
.service-card-button{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--bixola-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* Scroll Zoom Card Effect */
.scroll-card {
    transform: scale(0.5) translateY(60px);
    opacity: 0;
    transition: all 0.7s ease-out;
}

/* When card becomes visible */
.scroll-card.active {
    transform: scale(1) translateY(0);
    opacity: 1;
}




/* ------------------------------------------  Blog PAge -----------------------------------------*/
.home-blog-section-page{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.blog-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px;
}

.blog-category-filter .filter-btn {
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.blog-category-filter .filter-btn:hover,
.blog-category-filter .filter-btn.active {
    background: var(--bixola-black);
    color: var(--bixola-white);
    border-color: var(--bixola-black);
}

/*  ------------------------------------ Contact Page-------------------------------------------*/
p.phone-1.office-p {
    margin: 0;
}
.map-h1{
	text-align : center;
}
.cnt-contact-information-wrapper {
    margin: 0px auto;
    display: grid;
    grid-template-columns : repeat(2,1fr);
	gap: 20px;
}
.cnt-contact-information-items img {
    width: 50px;
    height: 50px;
}
.cnt-contact-information-items {
/*     background-color: #F5FAFF; */
    padding: 20px;
       display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    transition: 0.5s all;
	border : 1px solid #000;
	justify-content : center;
}
.cnt-contact-information-items:hover {
	border-top: 2px solid var(--bixola-base);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.phone-1 {
    font-size: 16px;
    color: var(--bixola-black);
}
.phone-1:hover {
    color: var(--bixola-base);
	
}
.cnt-form-section-wrapper {
    max-width: 1300px;
    margin: 0px auto;
    box-shadow: -4px -3px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 15px;
}
.form-half-row {
    display: flex;
    column-gap: 40px;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 100%;
    background-color: #F5FAFF;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
}
.cnt-form-section-wrapper {
    margin: 0px auto;
    box-shadow: -4px -3px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 15px;
}
.form-half-row p {
    width: 100%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
     width: 100%;
    background-color: #F5FAFF;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
}
h2.form-h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}
p.form-p {
/*     margin-bottom: 43px; */
	font-size : 16px ;
	color : #26292E;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


	button#search-button {
    display: none;
}

/* ----------------------------------------------------------------------- Speciality Page ------------------------------------------------------------- */
.speciality-card-main.padd-up {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap : 20px;
	padding : 20px;
}
.spiciality-cards:before {
    background: red;
}
.spiciality-cards {
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: calc(var(--i) * 0.1s);
}
.slide-left-card {
    transform: translateX(-150px);
	overflow :hidden;
}
.slide-right-card {
    transform: translateX(150px);
	overflow :hidden;
}
.zoom-center-card {
    transform: scale(0.5);
	overflow :hidden;
}
.slide-left-card.active,
.slide-right-card.active,
.zoom-center-card.active {
    transform: translateX(0) scale(1);
    opacity: 1;
	overflow :hidden;
}

.spiciality-cards {
    border: 1px solid #ccc;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width: 768px) {

    .slide-left-card,
    .slide-right-card,
    .zoom-center-card {
        transition: transform 0.6s ease, opacity 0.6s ease;
    	will-change: transform, opacity;
		overflow :hidden;
    }

}
/*---------------------------------------------------------------------- Benifits Page ------------------------------------------------------------------------  */
.benifits-main, .benifits-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.benifits-p {
    width: 80%;
    margin: auto;
}
.benifits-main {
    gap: 50px;
}
.logo-image img {
    width: 300px;
	background: #fff;
    border-radius: 20px;
    padding: 15px;
}

/*------------------------------------------------------------------------ Responsive ----------------------------------------------------------------------------  */
@media (max-width:2500px){
	
	.speciality-inner-main,
	.home-feature-services-main,
	.home-feature-services-main.padd-up,
	.speciality-card-main.padd-up,
	.services-inner-right-sectkion{
		overflow-x: hidden;
	}
	 
}
@media (max-width:1333px){
	.home-banner-items {
        height: 600px;
    }
	.about-card-main {
    	padding: 50px 0;
	}
	.section-top {
        margin-top: 30px;
    }
/* 	.home-banner-info {
    	margin-top: 100px;
	} */
	.h1 {
       	font-size: 45px;
	}
	.corp-container{
		padding : 0 50px;
	}
/* 	.main-navigation ul .sub-menu {
    	left: -170px;
	} */
}
@media (max-width: 1024px) {
	
    .section-top {
        margin-top: 20px;
    }
    .home-feature-services-main, .faq-main, .about-exp-main {
        flex-direction: column;
    }
    .home-about-main, .home-why-choose-us-main.padd-up {
        flex-direction: column-reverse;
    }
    .home-about-right,
    .home-about-left,
    .why-choose-us-left,
    .why-choose-us-right,
    .faq-left,
    .faq-right,
    .about-exp-left,
    .about-exp-right{
        width: 100%;
    }
    .float-image-1 {
        right: 30%;
    }
  .float-image-2 {
        left: 18%;
        top: 20%;
    }
    .home-about-image-1 {
        bottom: -15%;
        left: 20%;
    }
    .home-cta-main, .home-why-choose-us-main, .about-exp-main {
        gap: 25px;
    }
    .service-card-main, .services-card-main, .home-blog-section-page {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-choose-float-image-1 {
	    left: 18%;
    }
  .float-image-2.why-choose-float-image-2 {
        left: 70%;
        top: 80%;
	}
	.about-exp-left {
   		 margin: 0;
	}
	.about-exp-float-image {
    	right: 15%;
	}
	.work-process-section {
	    padding: 50px 0;
	}
	.site-footer {
    	margin-top: 20px;
	}
	.why-choose-us-left {
    	gap: 15px;
	}
	.home-why-choose-us-main {
    	gap: 50px;
	}
	.about-parcentage-main.padd-up {
    	flex-direction: column;
		gap : 30px;
	}
	.about-parcentage-right, .about-parcentage-left {
    	width: 100%;
		
	}
	.speciality-card-main.padd-up {
    	grid-template-columns: repeat(2, 1fr);
	}
	.feature-services-left {
    	width: 100%;
	}
/* 	.home-banner-info {
        margin-top: 50px;
    } */
/* 	.main-navigation ul .sub-menu {
        left: -250px;
    } */
}
@media (max-width:930px){

/* 	.main-navigation ul .sub-menu {
    	left: -250px;
	} */
}

@media (max-width:825px){
	.home .main-navigation ul li a {
    	font-size: 11px;
	}
	.main-navigation ul li {
    	margin: 0 18px -10px 0;
	}
/* 	.main-navigation ul .sub-menu {
    	left: -250px;
	} */
}

@media (max-width:768px){
	.corp-container{
		padding : 0 30px;
	}
	
	section.testimonials-section.section-top {
        padding: 50px 0;
    }
	
	.testimonials-section-main {
        flex-direction: column;
		gap : 20px;
    }
	.testimonials-left,
	.testimonials-right,
	.feature-services-left{
        width: 100%;
    }
	.testimonials-box {
        margin: auto;
        display: flex !important;
        justify-content: center;
        align-items: center;
	}
	.home-blog-section-items {
        margin: auto;
		margin-bottom: 20px;
    }
	.feature-services-card-main,
    .work-prosess-middel,
    ul.portfoliyo-ul,
    .cnt-contact-information-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
	.float-image-2 {
        left: 0%;
        top: 10%;
    }
	    .float-image-1 {
        left: 0%;
    }
	    .home-about-image-1 {
        bottom: -15%;
        left: 10%;
    }
	.work-process-shape-1 {
    	display: none;
	}
	.form-half-row {
    	flex-direction: column;
	}
	.h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.testimonials-arrows {
    	display: none;
	}
	    #mobile-navigation i.icon-angle-down {
        border: solid #b2b2b2;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
	.feature-services-card.services-card.scroll-card.active {
    	flex-direction: column;
	}
	.feature-services-info {
    	align-items: center;
	}
	.site-footer .widgets .widget:last-of-type {
    	margin: 0;
	}
	.about-cards {
    	grid-template-columns: repeat(1, 1fr);
	}
	.padd-up {
    	padding: 20px 0;
	}
	.about-card-main {
    	padding: 30px 0;
	}
	.site-footer .widgets {
    	grid-template-columns : repeat(1,1fr);
		gap : 20px;
		padding: 30px 0 0px;
	}
	.site-footer .widgets .widget {
    	margin: 0;
	}
	.site-footer .bottom-bar {
    	padding: 20px 0;
	}
	.benifits-main {
    	gap: 25px;
	}
	.benifits-p {
    	width: 100%;    	
	}
	h1 {
    	display: none;
	}
	 .slide-right-card {
        transform: translateX(20px);
        opacity: 0;
    }

    .feature-services-section {
        overflow-x: hidden;
    }
	aside#nav_menu-3 {
    	margin-left: 0px;
	}
	.speciality-card-main.padd-up {
        grid-template-columns: repeat(1, 1fr);
		overflow-x: hidden;
    }
	.home-about-image-1 {
        left: 0%;
        bottom: -35px;
    }
	.home-about-image-1:before {
    	bottom: 30px;
   	}
	.site-header {
    	padding: 15px 0;
	}
	.float-image-2.why-choose-float-image-2 {
    	display: none;
	}
	.home-banner-info {
    	width: 100%;
    	padding: 0 10px;
	}
	h4.h4.banner-h4 {
    	margin-bottom: 15px;
	}
	.home-banner-items {
        height: 450px;
    }
	


	
}

@media (max-width:520px){
	img.custom-logo {
    	width: 200px;
    	height: 50px;
	}

	.home-about-right, .home-about-left, .why-choose-us-left, .why-choose-us-right, .faq-left, .faq-right {
        align-items: center;
    }
	.home-banner-info {
    	width: 90%;
	}
	section.home-banner-section {
    	display: none;
	}
	.home-banner-items {
    	height: 500px;
		        align-items: flex-end;
        padding-bottom: 40px;
	}
	    .feature-services-card-main, .services-card-main, .home-blog-section-page, .cnt-contact-information-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
	.home-blog-section-page, .home-about-right, .why-choose-us-left {
    	gap: 20px;
	}
	.float-image-2 {
        display : none;
     
    }
	
	
	img.home-about-img.home-about-img-1 {
    	height: 200px;
	}
	.float-image-1 {
        right: 5%;
    }
	.why-choose-float-image-1 {
        left: 0%;
    }
	ul.portfoliyo-ul {
    	grid-template-columns: repeat(2, 1fr);
	}
	.h1 {
    	color: var(--bixola-white);
    	font-size: 30px;
    	margin: 10px 0;
    	line-height: 35px;
	}
	.p, .cta-p {
    	font-size: 16px;
	}
	.home #masthead,
	.home .site-header{
	  background:#fff !important;
	  border-bottom: 1px solid transparent;
	  box-shadow: none;
		padding : 10px 0;
	}
	.site-header .site-branding {
    	padding: 0px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	width: 100%;
	}
	.main-navigation {
    	text-align: right;
    	display: flex;
	}
	#mobile-menu-button {
    	top: 0;
	}
	ul.slick-dots {
    	display: none !important;
	}
	h2.h2.feature-services-h2, .cta-h2 {
    	font-size: 25px;
    	line-height: 35px;
		text-align: center;
	}
	
	.mobile-banner-section {
    	display: block;
	}
	.padd-up {
    	padding: 20px 0;
	}
	.about-exp-number-sec {
    	flex-direction: column;
	}
	.about-exp-number {
    	justify-content: space-around;
	}
	.about-exp-button {
    	justify-content: center;
	}
	.site-footer .widgets {
   		 padding: 50px 0 0;
	}
	.why-choose-card {
    	flex-direction: column;
    	align-items: center;
		text-align: center;
	}
	.feature-services-info {
    	align-items: center;
	}
	.feature-info {
    	align-items: center;
	}
	span.bottom-span {
    	flex-direction: column;
	}
	.float-image-1 {
        right: 0%;
        top: 0px;
    }
	.skill {
    	width: 100%;
	}
	section.work-process-section.section-top.service-section {
    	padding-bottom: 0;
	}
	.home-cta-main {
    	padding: 40px 0;
		justify-content: center;
	}
	.logo-image img {
    	width: 300px;
	}
	.accordion__header::after {
    	margin-bottom: 35px;
	}
	.accordion__header::after {    	
    	margin-left: 10px;
	}
	.testimonials-box {
    	padding: 20px;
	}
	.testimonials-left {
    	align-items: center;
	}
	.feature-services-left {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	gap: 10px;
	}
	.about-parcentage-info-top {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	h2.h2.about-parcentage-h2 {
    	margin: 15px 0;
	}
	
	.banner-button {
    	justify-content: center;
	}
	h4.h4.banner-h4, p.p.banner-p {
    	text-align: center;
	}
	h4.h4.banner-h4 {
    	font-size: 22px;
	}
	
	.mobile-banner-section-items-image img {
    	height: 350px;
    	background-position: center;
    	background-repeat: no-repeat;
    	object-fit: cover;
	}
	.corp-container{
		padding : 0 20px;
	}

	
}

@media (max-width:400px){
	.btn {
    padding: 10px;
}
}

@media (max-width:380px){
	.mobile-banner-section-items-content {
    	top: 40%;
	}
	.logo-image img {
        width: 250px;
    }

}
