*,
dl,
ol,
ul {
    padding: 0;
    margin: 0
}

::selection {
    background: var(--first-clr);
    color: #fff;
}

a,
img {
    transition: .4s
}

.header .container,
.test-info,
.top-btns {
    align-items: center;
    display: flex
}

.header,
.slide,
.slider {
    box-shadow: rgb(99 99 99 / 14%) 0 2px 8px 0
}



.form-box input[type=checkbox],
img {
    width: auto;
}

* {
    box-sizing: border-box;
    /*font-family: Arial*/
}

@font-face {
    font-family: 'Apolline Std';
    src: url('../fonts/ApollineStd-Bold.woff2') format('woff2'), url('../fonts/ApollineStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

li {
    list-style: none
}

li,
p {
    font-family: Poppins;
    font-size: 15px;
    color: #595959;
    line-height: 1.6
}

.clk_btn,
a {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Apolline Std';
    color: #000;
    line-height: 1.3
}

a {
    font-family: Poppins;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}

.container {
    max-width: 1230px
}

:root {
    --first-clr: #b60537;
    --second-clr: #1289ff
}

.bg-color {
    background-color: #f3f7fa
}

img {
    max-width: 100%;
    height: auto;
}

.padd {
    padding: 60px 0
}

.header {
    position: relative;
    z-index: 999;
}

.navbar,
.service-box {
    width: 100%
}

.header .container {
    justify-content: space-between
}

.top-bar {
    padding: 15px 0 0;
    /*border-bottom: 1px solid #000*/
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: slidetop 1s ease-in-out backwards;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    bottom: inherit;
    background: #fff;
}

.sticky .top-bar  {
    display: none;
}

@keyframes slidetop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.s-icon,
.social-icons ul li a {
    display: grid;
    place-content: center
}

.top-btns a {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    background: var(--second-clr);
    margin: 0 15px 0 0;
    border-radius: 7px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
    cursor: pointer;
}

a.navbar-brand img {
    width: 280px;
    height: auto
}

.social-icons ul li a {
    width: 30px;
    height: 30px;
    background: var(--first-clr);
    border-radius: 5px;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 14px;
    transition: .4s ease;
}

.social-icons ul {
    display: flex
}

.clk_btn {
    position: absolute;
    top: 7px;
    right: 0;
    color: #333;
    cursor: pointer;
}

.slide,
.slider,
.step-wrap {
    position: relative
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px
}

ul.dropdown-menu {
    width: 350px;
    border: none;
    border-radius: 0;
    top: 45px;
    left: 20px;
    padding: 15px;
}

ul.dropdown-menu li a {
    padding: 8px 12px;
    border-bottom: 1px solid var(--first-clr);
    display: inline-block;
    width: 100%;
}

ul.dropdown-menu li a:hover {
    background: var(--first-clr);
    color: #fff;
    border-color: #fff
}


.navbar-expand-lg .navbar-nav li {
    position: relative;
}

.navbar-expand-lg .navbar-nav li:hover ul.dropdown-menu {
    display: block;
}

.sticky a.navbar-brand img {
    width: 160px;
}

.slide,
.slider {
    height: 600;
    overflow: hidden;
    width: 100%
}

.form-box,
.process-card_icon .number {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.slide__img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.slide__img img {
    width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: 1s
}

.slide__content {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    width: 80%;
    z-index: 9
}

.about-imgs,
.global-img,
.ser-txt {
    position: relative
}

.slide__content--headings h2 {
    font-size: 52px;
    margin: 10px 0 20px;
    color: var(--second-clr);
    width: 60%
}

.slide__content--headings p {
    margin-bottom: 20px;
    font-size: 16px;
    width: 47%;
}

.banner-btn a {
    padding: 10px 20px;
    background: var(--first-clr);
    color: #fff;
    border-radius: 8px;
    transition: .4s ease;
}

.service-box:hover a,
.service-box:hover h4,
.slide__content--headings h5,
.testimonial-box:hover h5,
.title p {
    color: var(--first-clr)
}

/*.slide__content--headings .animated {*/
/*    transition: .5s*/
/*}*/

/*.slider [data-animation-in] {*/
/*    opacity: 0;*/
/*    animation-duration: 1.5s;*/
/*    transition: opacity .5s .3s*/
/*}*/

/*@keyframes zoomInImage {*/
/*    from {*/
/*        transform: scale3d(1, 1, 1)*/
/*    }*/

/*    to {*/
/*        transform: scale3d(1.1, 1.1, 1.1)*/
/*    }*/
/*}*/

/*.zoomInImage {*/
/*    animation-name: zoomInImage*/
/*}*/

/*@keyframes zoomOutImage {*/
/*    from {*/
/*        transform: scale3d(1.1, 1.1, 1.1)*/
/*    }*/

/*    to {*/
/*        transform: scale3d(1, 1, 1)*/
/*    }*/
/*}*/

/*.zoomOutImage {*/
/*    animation-name: zoomOutImage*/
/*}*/

.slide__content--headings h5 {
    font-size: 20px
}

.slide__content--headings h5 img {
    margin-top: 5px
}

.slide__content--headings h2 span {
    color: var(--first-clr);
    font-weight: 700
}

.slide__img:before {
    position: absolute;
    content: "";
    /* background-image: url(../imgs/banner-shape.png); */
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #ffffff, transparent);
}

.title p {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    display: none;
}

.ser-txt h4,
.title h2 {
    color: var(--second-clr)
}

.title h2 {
    font-size: 42px
}

.ser-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 20px
}

.ser-txt {
    text-align: center;
    padding: 50px 30px;
    filter: drop-shadow(2px 4px 6px #eee);
    top: -135px;
    width: 90%;
    margin: auto
}

.ser-txt::after,
.ser-txt:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url(../imgs/service_shape_1.png);
    mask-image: url(../imgs/service_shape_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #ebebeb;
    z-index: -1
}

.ser-txt::after {
    inset: 1px;
    background-color: #fff
}

.s-icon {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #dddddd7d;
    width: 70px;
    height: 70px;
    margin: auto auto 10px
}

.ser-txt h4 {
    margin-bottom: 12px;
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp:1;
    -webkit-box-orient: vertical
}

.ser-txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.about-txt ul li,
a.read-mr {
    display: inline-block;
    margin-bottom: 10px
}

a.read-mr {
    border: 1px solid #ddd;
    padding: 5px 10px
}

.ab-1 img,
.ab-2 img {
    border-radius: 20px;
    object-fit: cover
}

/*.global-img:before {*/
/*    content: "";*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, .8);*/
/*    border-radius: 99px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    -webkit-transition: .4s;*/
/*    transition: .4s*/
/*}*/

/*.global-img:after {*/
/*    content: "";*/
/*    top: -50%;*/
/*    left: -60%;*/
/*    width: 20%;*/
/*    height: 200%;*/
/*    opacity: 0;*/
/*    -webkit-transform: rotate(30deg);*/
/*    -ms-transform: rotate(30deg);*/
/*    transform: rotate(30deg);*/
/*    background: rgba(221, 5, 149, .13);*/
/*    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .13) 0, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, rgba(255, 255, 255, 0) 100%);*/
/*    background: linear-gradient(to right, rgba(255, 255, 255, .13) 0, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, rgba(255, 255, 255, 0) 100%)*/
/*}*/

/*.global-img:after,*/
/*.global-img:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    opacity: 1;*/
/*    z-index: 3*/
/*}*/

.global-img {
    overflow: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

/*.global-img:hover:before {*/
/*    left: 0;*/
/*    right: 0;*/
/*    opacity: 0;*/
/*    -webkit-transition: .9s linear;*/
/*    transition: .9s linear*/
/*}*/

/*.global-img:hover:after {*/
/*    opacity: 1;*/
/*    left: 130%;*/
/*    -webkit-transition-property: left, top, opacity;*/
/*    transition-property: left, top, opacity;*/
/*    -webkit-transition-duration: .7s, .7s, .15s;*/
/*    transition-duration: .7s, .7s, .15s;*/
/*    -webkit-transition-timing-function: ease;*/
/*    transition-timing-function: ease*/
/*}*/

.global-img:hover img {
    transform: scale(1.1);
}

.service-box:hover img {
    transform: scale(1.1)
}

.service-box:hover .s-icon img {
    filter: hue-rotate(224deg)
}

.about-sec {
    background: url(../imgs/about_bg_1.png) 0 0/cover
}

.about-txt ul li:before,
.contact-flex i,
.counter-sec {
    background: var(--first-clr)
}

.about-imgs {
    width: 100%
}

.ab-1 img {
    width: 70%;
    height: 275px
}

.ab-2 img {
    width: 250px;
    height: 210px;
    position: absolute;
    bottom: 148px;
    right: 50px;
    border: 5px solid #fff
}

.ab-3 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    bottom: -10px;
    right: -125px
}

.about-txt ul li {
    position: relative;
    width: 48%;
    padding-left: 20px
}

.about-txt ul li:before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    border-radius: 100%;
    left: 0;
    top: 8px
}

.counter-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.counter-box {
    width: 25%;
    padding-left: 45px;
    border-left: 2px solid #fff
}

.counter-box img {
    width: 45px;
    margin-bottom: 10px
}

.counter-box h5 {
    color: #fff;
    font-size: 40px
}

.counter-box p {
    color: #fff;
    margin: 0
}

.testimonial-box {
    padding: 25px;
    background: #eff8fc;
    border: 2px solid #eff8fc;
    transition: .4s;
    margin: 0 15px;
    min-height: 255px;
}

.t-icon img {
    width: 50px;
    margin-bottom: 20px
}

.test-info img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 15px
}

.test-info h5 {
    color: var(--second-clr);
    font-size: 18px;
    margin: 0
}

.testimonial-box:hover {
    border-color: var(--first-clr);
    background: 0 0
}

.testimonial-box:hover .t-icon img {
    filter: brightness(0)
}

.home-form {
    background: url(../imgs/formbg.jpg) right/cover no-repeat
}

.contact-flex {
    display: flex;
    margin-top: 25px
}

.contact-flex i {
    width: 75px;
    height: 75px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    margin-right: 25px
}

.contact-flex p {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.form-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px
}

.form-box input,
.form-box textarea , .form-box select {
    width: 100%;
    border: 1px solid #b605376b;
    padding: 8px 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    background: #fff;
    color: #757575;
}

textarea {
    height: 120px
}

.form-box input[type=submit] {
    border: none;
    width: auto;
    padding: 10px 40px;
    color: #fff;
    background: var(--second-clr);
    font-family: Poppins;
    margin: 10px 0 0
}

.home-form .form-box {
    width: 90%
}

.form-box h5 {
    color: var(--second-clr);
    font-size: 26px;
}

.step-wrap .process-line {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 400px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 400px), calc(-50% + 25px));
    transform: translate(calc(-50% + 400px), calc(-50% + 25px));
    margin: 0 -400px
}

.step-wrap .process-line img {
    max-width: 100%;
    height: auto;
    opacity: .5;
}

.process-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.process-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 99;
}

.process-card:nth-child(2n) .process-card_img,
.process-card_wrapp .process-card_icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.process-card_icon .number {
    width: 53px;
    height: 53px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    display: grid;
    border-bottom: 5px solid var(--first-clr);
    border-radius: 30px 30px 0 0;
    place-content: center
}

.process-card:nth-child(2n) .process-card_content,
.process-card_wrapp .process-card_content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.process-card:nth-child(2n) .process-card_icon,
.process-card_wrapp .process-card_img {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.process-card_img {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(2px 4px 6px #eee);
    padding: 40px;
    width: 150px;
    height: 160px;
}

.process-card_img:last-child:after,
.process-card_img:last-child:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.process-card_img:after,
.process-card_img:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url(../imgs/process_shape_1.png);
    mask-image: url(../imgs/process_shape_1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: -webkit-linear-gradient(rgb(255 255 255 / 0%), #fffcfc);
    z-index: -1;
    transform: rotate(178deg);
}

.process-card_content h2 {
    font-size: 26px;
    color: var(--second-clr);
    margin: 10px 0;
}

.partner-txt h2 {
    text-align: center;
    color: var(--second-clr);
    position: relative;
    font-size: 36px;
    display: block;
    margin: auto;
    padding: 0 10px;
}

.partner-txt h2 span {
    font-family: 'Apolline Std';
    color: var(--first-clr);
}

.partner-txt h2:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    background: #d5d5d5;
    left: 0;
    top: 30px;
    z-index: -1;
}

.partner-txt h2:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    background: #d5d5d5;
    right: 0;
    top: 30px;
    z-index: -1;
}

.partner-img {
   padding: 10px 20px;
    border: 1px solid #d5d5d5;
    height: 130px;
    display: grid;
    place-content: center;
    margin: 0 -2px;
}

.footer-img img {
    width: 230px;
}

h4.f-title {
    color: var(--first-clr);
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    position: relative;
}

h4.f-title:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background: var(--first-clr);
    bottom: 0;
}

.footer-links ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #595959;
}

.footer-links ul li:before {
    position: absolute;
    content: ">";
    font-size: 18px;
    left: 0;
    color: var(--first-clr);
    font-weight: bold;
}

ul.footer-box li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

ul.footer-box li i {
    width: 30px;
    height: 30px;
    background: var(--first-clr);
    border-radius: 8px;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 14px;
    display: grid;
    place-content: center;
    margin-right: 10px;
}

ul.footer-box li a {
    width: 75%;
    color: #595959;
}

.copyrights {
    padding: 10px 0;
    background: var(--first-clr);
    text-align: center;
	color: #fff;
}

.copyrights a {
    text-align: center;
    color: #fff;
}

.footer-padding {
    padding-left: 50px;
}


/* = button css == */
/*a span:nth-child(1) {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	width: 100%;*/
/*	height: 3px;*/
/*	background: linear-gradient(to right, #ffffff, #1289ff);*/
/*	animation: animate1 2s linear infinite;*/
/*}*/

/*@keyframes animate1 {*/
/*	0% {*/
/*		transform: translateX(-100%);*/
/*	}*/
/*	100% {*/
/*		transform: translateX(100%);*/
/*	}*/
/*}*/

/*a span:nth-child(2) {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	height: 100%;*/
/*	width: 3px;*/
/*	background: linear-gradient(to bottom, #ffffff, #1289ff);*/
/*	animation: animate2 2s linear infinite;*/
/*	animation-delay: 1s;*/
/*}*/
/*@keyframes animate2 {*/
/*	0% {*/
/*		transform: translateY(-100%);*/
/*	}*/
/*	100% {*/
/*		transform: translateY(100%);*/
/*	}*/
/*}*/

/*a span:nth-child(3) {*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	width: 100%;*/
/*	height: 3px;*/
/*	background: linear-gradient(to left, #ffffff, #1289ff);*/
/*	animation: animate3 2s linear infinite;*/
/*}*/

/*@keyframes animate3 {*/
/*	0% {*/
/*		transform: translateX(100%);*/
/*	}*/
/*	100% {*/
/*		transform: translateX(-100%);*/
/*	}*/
/*}*/

/*a span:nth-child(4) {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	height: 100%;*/
/*	width: 3px;*/
/*	background: linear-gradient(to top, #ffffff, #1289ff);*/
/*	animation: animate4 2s linear infinite;*/
/*	animation-delay: 1s;*/
/*}*/

/*@keyframes animate4 {*/
/*	0% {*/
/*		transform: translateY(100%);*/
/*	}*/
/*	100% {*/
/*		transform: translateY(-100%);*/
/*	}*/
/*}*/

.top-btns a span {
    display: none;
}

/* ====button css == */

.top-btns a:hover {
    background: var(--first-clr);
}

.banner-btn a:hover {
    background: var(--second-clr);
}
.social-icons ul li a:hover {
    background: var(--second-clr);
}

.inner-content {
    padding: 140px 40px;
    border-radius: 20px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.inner-content h2 {
    color: #fff;
    text-align: center;
    font-size: 46px;
    margin: 0;
}

.inner-content ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.inner-content ul li a,
.inner-content ul span {
    color: #fff;
}

.inner-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: -1;
}


.contact-box {
    display: flex;
    width: 48%;
    margin-bottom: 25px;
    box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 10px;
}

.contact-box i {
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    background: var(--first-clr);
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
}

.contact-flex-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-box h6 {
    color: var(--second-clr);
    font-size: 21px;
}

.service-detail {
    width: 100%;
}

.service-sidebar {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.service-list {
    width: 100%;
    padding: 20px;
    border: 1px solid #dcdcda;
    border-radius: 10px;
}


.service-list ul {
    padding: 0;
    margin: 10px 0 0 0;
}

.service-list ul li {
    margin: 0 0 10px 0;
    background-color: #f1f1f1;
    position: relative;
    border-left: 4px solid var(--second-clr);
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-list li a {
    display: flex;
    padding: 15px;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    z-index: 9;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}


.service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--second-clr);
    transition: all 0.5s;
    color: #000;
}

.service-list ul li:hover {
    border-left: 4px solid #bc1e58;
}

.service-list ul li:hover::before {
    width: 100%;
}

.service-list ul li:hover a {
    color: #fff;
}

.detail-text {
    width: 100%;
}

.detail-text h2,
.detail-text h3,
.detail-text h4,
.detail-text h1,
.detail-text h5,
.detail-text h6 {
    font-size: 26px;
    margin: 20px 0 0;
}

.detail-text h2 span,
.detail-text h3 span,
.detail-text h4 span,
.detail-text h1 span,
.detail-text h5 span,
.detail-text h6 span {
    color: var(--first-clr);
}

.detail-image {
    overflow: hidden;
}

.detail-image img:hover {
    transform: scale(1.1);
}

.detail-image {
    width: 100%;
    height: 400px;
    margin: 20px 0 0 0;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 34%) 0px 2px 8px 0px;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.detail-text p {
    margin: 20px 0 0 0;
}

.detail-text ul {
    /* padding-left: 3%; */
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-text li {
    margin: 13px 0 0 0;
    position: relative;
    padding-left: 20px;
    width: 100%;
    /*color: #000;*/
    /*font-style: italic;*/
}

.detail-text li:before {
    content: ">";
    position: absolute;
    color: var(--first-clr);
    background-repeat: no-repeat;
    font-size: 18px;
    left: 0;
    font-weight: bold;
    top: 0;
}


.detail-text ul li b {
    margin-right: 10px;
    color: var(--second-clr);
}

.service-form {
    width: 100%;
    padding: 20px;
    border: 1px solid #dcdcda;
    border-radius: 10px;
    margin-top: 30px;
}

.pop-up-form {
    background: var(--first-clr);
}

.pop-up-form h4 {
    color: #Fff;
}

.pop-up-form button.btn-close {
    filter: invert(1);
    opacity: 1;
}

.referral-form {
    width: 90%;
    margin: auto;
}

.reffral-side ul li {
    padding-left: 30px;
    position: relative;
    margin: 10px 0px;
    font-size: 16px;
}

.reffral-side ul li:before {
    position: absolute;
    content: ">>";
    left: 0;
    top: 0;
    color: var(--first-clr);
    font-weight: bold;
    font-size: 20px;
}

.referral-form h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.parallax-side {
  background-image: url(../imgs/bg1.jpg);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content-side {
  max-width: 100%;
  height: auto;
  background-color: var(--first-clr);
  margin-top: 3rem;
  margin-left: -4rem;
  position: relative;
}

.inner-content-2 {
  padding: 3rem 1rem 1.5rem;
  /* width: 90%; */
}

.inner-content p {
  color: #FFF;
}

.panel-title {
  margin-bottom: 20px;
  border-left: solid 6px var(--second-clr);
}

.panel-title h2 {
  color: #FFF;
  margin-left: 20px;
}

.panel-title h5 {
  color: #FFF;
  margin-left: 20px;
  margin-bottom: 2px;
}

hr.divider {
  margin: 1.5rem auto 2rem;
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.sp-icon-box {
  width: 60px;
  height: 60px;
  /* margin-right: 20px; */
  /* float: left; */
}

.sp-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
}

.sp-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp-caption h4 {
  color: #FFF;
}

.sp-caption p {
  color: #FFF;
}

.inner-content-2 p {
  color: #fff;
}

.inner-service-box {
  display: flex;
  gap: 10px;
}

.specialist-block {
    position: relative;
    /* margin-bottom: 30px; */
    transition: .4s ease;
}

.specialist-block .inner-box {
    position: relative;
    text-align: center;
    /* margin-bottom: 5px; */
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    transition: .4s ease;
    min-height: 280px;
}

.specialist-block .inner-box .icon-box {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: var(--first-clr);
    margin: 0 auto 10px;
    padding: 10px;
    border-radius: 100%;
}

.specialist-block .inner-box .icon-box img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.specialist-block .inner-box h3 {
    /* position: relative; */
}

.specialist-block .inner-box h3 {
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 22px;
}

.specialist-block .inner-box:hover h3 a {
    color: var(--primary-color)
}

.specialist-block .inner-box:hover {
    background-color: var(--second-clr);
}

.specialist-block .inner-box:hover h3 a,
.specialist-block .inner-box:hover .text {
    color: #fff;
}

.specialist-block:hover {
    transform: translateY(-10px);
}

.faqs-section {
    position: relative;
}

.default-accordion-box {
    position: relative
}

.default-accordion-box .block {
    position: relative;
    margin-bottom: 15px;
}

.default-accordion-box .block:last-child {
    margin-bottom: 0
}

.default-accordion-box .block .acc-btn {
    position: relative;
    font-size: 15px;
    line-height: normal;
    color: #000;
    cursor: pointer;
    padding: 16px 40px;
    background-color: #f5f5f5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-right: 100px;
    /*letter-spacing: 1px;*/
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.default-accordion-box .block .acc-btn:before {
    position: absolute;
    right: 40px;
    top: 13px;
    font-size: 15px;
    font-weight: 700;
    color: var(--first-clr);
    line-height: 22px;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.default-accordion-box .block .acc-btn.active {
    position: relative;
    background-color: #000;
    color: #fff
}

.default-accordion-box .block .acc-btn.active:before {
    content: "\f068";
    color: #fff;
}

.default-accordion-box .block .acc-content {
    position: relative;
    display: none
}

.default-accordion-box .block .content {
    position: relative;
    padding: 35px 40px 25px;
    background: #f5f5f5;
}

.default-accordion-box .block .acc-content.current {
    display: block
}

.faq-img {
    width: 85%;
    border-radius: 20px;
    margin-left: auto;
}

.location-box {
    background: #f5f5f5;
    padding: 35px 30px;
    box-shadow: 0px 0px 15px rgb(50 50 50 / 30%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.loc-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 2px solid #cdcdcd;
    border-radius: 10px;
}

.location-box h4 {
    margin: 15px 0 10px;
    font-size: 28px;
}

ul.availablity {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

/*ul.availablity li {list-style: inside;margin-right: 20px;}*/

ul.availablity li a {
    font-size: 16px;
    font-weight: 600;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
}

ul.slick-dots li button {
    font-size: 0;
    width: 13px;
    height: 13px;
    border: 0;
    background: var(--second-clr);
    border-radius: 100%;
    margin: 0 5px;
}

.location-box ul.slick-dots {
    margin-top: -30px;
    position: relative;
}

.reff-img {
    margin-right: auto;
    margin-left: 0;
}

.career-form {
    background: var(--first-clr);
    padding: 50px;
}

.career-form label {
    color: #fff;
}

.inner-header {
    display: none;
}

.service-box {
    margin-bottom: -60px;
}

form p {
    margin: 0;
}

.s-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
}

.ser-img {
    border-radius: 20px;
}


span.prev-btn i , span.next-btn i {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: var(--first-clr);
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    position: absolute;
    top: 42%;
    z-index: 9;
    cursor: pointer;
}

span.prev-btn i {
    left: 0;
}

span.next-btn i {
    right: 0;
}

.form-box input[type=checkbox] {
    margin: 0;
}



.wpcf7-not-valid-tip {
    color: red !IMPORTANT;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: red !important;
}

.career-form.form-box .wpcf7-not-valid-tip {
    color: #fff !important;
}

.career-form.form-box .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff !IMPORTANT;
}

li.grn a {
    color: green;
}

li.rd a {
    color: red;
}

/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {
    
    ul.footer-box li a {
    word-break: break-word;
}

a.navbar-brand img {
    width: 190px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 14px;
}


}

@media only screen and (max-width: 991px) {
    
    .container, .container-md, .container-sm , .why-ch-us .container-fluid  {
        max-width: 720px;
    }
    
.top-bar {
border-bottom: 1px solid #eee;
padding: 10px 0;
}

button.navbar-toggler {
    border-color: var(--first-clr);
}

.navbar-toggler {}

.navbar-toggler-icon {
    filter: brightness(0);
}

.navbar-collapse {
    position: absolute;
    top: 80px;
    background: #fff;
    width: 100%;
}

nav.navbar.navbar-expand-lg {
    position: relative;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.top-btns a {
    font-size: 14px;
    padding: 7px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500;
    width: 100%;
    padding: 6px 16px;
    font-size: 15px;
}

.slide__content--headings h2 {
    font-size: 40px;
}

.slide__img:before {
    background-size: cover;
    background-position: 20%;
}

.slide, .slider {
    height: 500px;
}

.title h2 {
    font-size: 36px;
}

.ser-txt h4 {
    font-size: 20px;
}

.ser-txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-form {
    background: #eff8fc;
}

.home-form-txt {
    margin-bottom: 20px;
}

.process-card_wrapp {
    flex-wrap: wrap;
}

.process-card {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.step-wrap .process-line {
    display: none;
}

.process-card_content {
    padding: 0 10px;
}

.process-card_img {
    width: 120px;
    height: 120px;
    filter: drop-shadow(2px 4px 6px #ddd);
    padding: 35px;
}

.process-card:nth-child(2n) .process-card_icon, .process-card_wrapp .process-card_img {order: inherit;}

.process-card:nth-child(2n) .process-card_img, .process-card_wrapp .process-card_icon {
    order: inherit;
}

.process-card:nth-child(2n) .process-card_content, .process-card_wrapp .process-card_content {
    order: inherit;
}

.partner-img {
    margin: 0 10px;
    height: 100px;
}

.partner-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer-padding {
    padding-left: 0;
}

.partner-txt h2:before , .partner-txt h2:after {
    width: 20%;
}

.contact-flex i {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.parallax-side {
    display: none;
}

.content-side {
    margin: 0;
}

hr.divider {}

.faq-img {
    width: 100%;
    margin: 20px 0 0;
}

.faq-img img {
    width: 100%;
}

.specialist-block .inner-box {
    margin-bottom: 20px;
}

.col-lg-8.col-md-12.col-sm-12.ps-5.order-1.order-lg-2.wow.fadeInRight.animated {
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
}

.service-sidebar {
    margin-top: 20px;
}

.location-box h4 {
    font-size: 20px;
}

.location-box {
    margin-bottom: 25px;
}

.loc-img img {
    height: auto;
}

.social-contact {
    margin-bottom: 20px;
}

.reffral-side {
    margin-top: 20px;
}







}

@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
   .pt-5 {
    padding-top: 1.5rem !important;
    }
    
    .pb-5 {
    padding-bottom: 1.5rem !important;
    }
    
    .mt-5 {
    margin-top: 2rem !important;
    }
    
    .padd {
    padding: 40px 0;
    }
    
        .title h2 {
        font-size: 31px;
    }
    
    .ab-3 img {
    display: none;
}

.ab-3.global-img {
}

.ab-2 img {
    bottom: -20px;
}

.about-imgs {
    margin-bottom: 40px;
}

.contact-box {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 15px;
}

.contact-box i {
    width: 40px;
    height: 40px;
    font-size: 15px;
}

.contact-box h6 {
    font-size: 18px;
    margin: 0;
}




}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 575px) {
    
   a.navbar-brand img {
    width: 145px;
}

.top-btns a {
    margin: 0 0px 0 6px;
}

.slide__img:before {
    background-image: inherit;
    background: linear-gradient(to right, #ffffff, #ffffff12);
}

.slide__img , .slide, .slider {
    height: 400px;
}

.slide__img img {
    height: 100%;
    object-fit: cover;
}

.slide__content--headings p {
    display: none;
}

.slide__content--headings h2 {
    width: 100%;
    font-size: 36px;
}

.ser-img img {
    height: auto;
}
    
.ab-2 img {
    width: 200px;
    height: 180px;
}

.banner-btn a {
    font-size: 14px;
    padding: 7px 17px;
}

.home-form .form-box {
    width: 100%;
}

span.number {}

.process-card_icon .number {
    width: 45px;
    height: 45px;
    font-size: 20px;
}

.process-card_content h2 {
    font-size: 22px;
    margin: 0 0 10px;
}

.process-card_img {
    width: 100px;
    height: 100px;
    padding: 25px;
}

.footer-img img {
    width: 160px;
    height: auto;
}

h4.f-title {
    margin: 15px 0;
    font-size: 20px;
}

.navbar-collapse {
    top: 60px;
}

.specialist-block .inner-box:last-child {}.specialist-block .inner-box {
    min-height: auto;
}

.specialist-block .inner-box .icon-box {
    width: 55px;
    height: 55px;
}

.sp-icon {
    width: 50px;
    height: 50px;
}


.detail-image {
    height: auto;
}

.detail-text h2, .detail-text h3, .detail-text h4, .detail-text h1, .detail-text h5, .detail-text h6 {
    font-size: 20px;
}

.service-list li a {
    font-size: 14px;
}







}

@media only screen and (max-width: 500px) {
    
    .navbar-toggler-icon {
    width: 25px;
    height: 22px;
}

.ser-txt {
    top: -90px;
}

.t-icon img {
    width: 30px;
}

.partner-txt h2:before, .partner-txt h2:after {
    display: none;
}

.partner-txt h2 , .title h2 {
    font-size: 28px;
}

h2 {}

.process-card {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.process-card_content {
    order: 3 !important;
}

.process-card_img {
    order: 2 !important;
}

.about-txt ul li {
    width: 100%;
    margin-bottom: 5px;
}

.contact-flex i {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

li, p , a {
    font-size: 14px;
}



}

@media only screen and (max-width: 460px) {
    
    .testimonial-box {
    min-height: auto;
}

.contact-flex p {
    font-size: 16px;
}

.contact-flex {
    margin-top: 20px;
}

.form-box input[type=submit] {
    padding: 7px 25px;
}

.partner-txt h2, .title h2 {
    font-size: 26px;
}
    
.social-contact h4 {
    font-size: 19px;
}





}

@media only screen and (max-width: 420px) {
        
    .top-btns a {
    font-size: 13px;
}


.top-btns a i {
    font-size: 11px;
}


}

@media only screen and (max-width: 400px) {
    
    .top-btns a i {
    display: none;
}

.top-btns a {
    padding: 5px 10px;
}

.slide__content--headings h2 {
    font-size: 28px;
}

.ser-txt {
    top: -50px;
    width: 100%;
}

.service-box {
    margin-bottom: -20px;
}



    
}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}















