
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 26px;
    font-family: 'montserrat-text';
}


/***** Font Files *****/

@font-face {
    font-family: 'queesila-heading';
    src: url(../font/Queensila.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-text';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'saudagar-font-sd';
    src: url(../font/Saudagar.ttf);
    font-weight: 400;
    font-style: normal
}



/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 27px;
    border: unset;
    border-radius: 6px;
    color: #ffffff;
    z-index: 1;
    background: #21d2fc;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: #000000;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff !important;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'queesila-heading';
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin: 0 0 24px;
}

h2 {
    font-family: 'queesila-heading';
    font-size: 84px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'queesila-heading';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 18px;
}

h4 {
    font-family: 'queesila-heading';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'montserrat-text';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 2px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 14px 0;
    position: absolute;
    z-index: 11;
    width: 100%;
    border-radius: 0px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 22px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'montserrat-text';
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #21d2fc;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
.dis-block{
    display: block;
}
.container-fluid {
    padding: 0px 70px;
}

/* Header Banner Css Start */
.menuSec .row {
    background: #fff;
    padding: 10px 10px;
    border-radius: 7px;
}
.header-logo h5 {
    font-family: 'queesila-heading';
    font-size: 16px;
    color: #000;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.header-logo {
    text-align: center;
}



.banner_img {
    /* position: relative; */
    /* height: 100vh; */
}

.banner_img > img {
    position: absolute;
    bottom: 0;
    right: 0px;
    height: auto;
    width: 57%;
    object-fit: cover;
    z-index: 1;
}

.banner-img-one {
    position: absolute;
    z-index: 2;
    top: 270px;
    right: 450px;
}

.banner-img-two {
    position: absolute;
    z-index: 1;
    bottom: 70px;
    right: 50px;
}

section.main_slider {
    position: relative;
    z-index: 0;
}

.banner_text {
    position: relative;
    z-index: 1;
}

.banner-img-one img {
    width: 200px;
}

.banner-img-two img {
    width: 270px;
}
.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-img img {
    height: 100vh;
    width: 100%;
}
.banner_text h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    /* border-bottom: 1px solid #ffffff3b; */
    padding-bottom: 6px;
    display: inline-block;
}

.banner_text {
    margin-top: 0px;
}

ul.banner-ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
li.banner-ul-li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-ul-li-heading p {
    margin-bottom: 0px;
    font-family: 'queesila-heading';
    text-transform: uppercase;
    letter-spacing: 5px;
}


.banner-ul-li-heading h6 {
    color: #fff;
    font-size: 30px;
    font-family: 'saudagar-font-sd';
    font-weight: 100;
}

ul.banner-ul li a {
    background: #fff;
    color: #000;
}


/* Header Banner Css End */

.slider-ui {
    position: absolute;
    bottom: 40px;
    left: 50px;
    transform: unset;
    background: #7adbd200;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    /* width: 34%; */
}
.arrow {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
}
.slider-ui span img {
    width: 47px;
}
.counter {
    display: flex;
    align-items: center;
    color: white;
    font-size: 28px;
    /* font-weight: bold; */
    width: 30%;
    justify-content: space-between;
    font-family: 'saudagar-font-sd';
}
.counter .line {
    width: 240px;
    height: 1px;
    background: white;
    margin: 0 10px;
}
.main_slider {
  position: relative;
}

.custom-slider {
  position: relative;
  height: 100vh; /* REQUIRED */
  overflow: hidden;
}

.slides {
  position: relative;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  /* position: absolute; */
  /* inset: 0; */
  /* display: flex; */
  /* align-items: center; */
  /* z-index: 1; */
}

.slider-ui {
  position: absolute;
  bottom: 40px;
  left: 0%;
  /* transform: translateX(-50%); */
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #ffffff6b;
  border-bottom: 1px solid #ffffff6b;
  width: 80%;
  border-radius: unset;
  z-index: 0;
  padding-left: 40px;
}

.arrow {
  cursor: pointer;
}
#total {
    font-size: 18px;
}
/* About Css Start */

.about-img-one img {
    width: 100%;
}

.about-text-one {
    text-align: center;
    padding: 20px 40px;
}
section.about-sec {
    margin: 100px 0px;
}


/* About Css End */

/* Services Css Start */

.specialist-services-top-heading {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
/* Services Css End */
.inr_ser_card {
    position: relative;
    /* overflow: hidden; */
    height: 670px;
    margin-bottom: 0px;
}
.inr_ser_card_img {
    position: relative;
    /* height: 100%; */
    border-radius: 20px;
}
/* .pecialist-services-slider .slick-center .inr_ser_card_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(131deg, rgb(80 155 251 / 51%) 0%, rgb(111 113 252) 50%, rgb(161 53 251) 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
    bottom: 0 !important;
    left: 0;
    height: 58%;
    top: unset;
    border-radius: 0px 0px 10px 10px;
} */
.inr_ser_card_img img {
    height: 670px;
    width: 100%;
    object-fit: cover;
    /* object-position: 60% 0; */
    transition: height 0.5s ease;
    border-radius: 18px;
    margin-top: 30px;
}
.inr_ser_card_text {
    padding: 20px 20px 20px 20px;
    /* transition: padding 0.4s ease, color 0.4s ease, bottom 0.4s ease; */
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(0deg, rgb(41 41 41) 0%, rgb(41 41 41 / 74%) 80%, rgb(41 41 41 / 75%) 100%); */
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pecialist-services-slider .slick-slide {
    margin: 0px 30px;
}
.inr_ser_card_text h3 {
    font-size: 27px;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 10px;
    transition: color 0.4s ease;
    color: #fff;
}
.inr_ser_card_text p {
    margin-bottom: 14px;
    transition: color 0.4s ease;
    color: #fff;
    font-size: 14px;
}
.inr_ser_card_text .themebtn {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.pecialist-services-slider .slick-center .inr_ser_card .inr_ser_card_img::before {
    opacity: 1;
    /* height: 100%; */
    /* bottom: 0; */
}
.pecialist-services-slider .slick-center .inr_ser_card a {
    display: unset;
}
.pecialist-services-slider .slick-center .inr_ser_card .inr_ser_card_img img {
    height: 670px;
}
.pecialist-services-slider .slick-center .inr_ser_card .inr_ser_card_text {
    padding: 0px 20px 0px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    background: #81373700;
    border-radius: 10px;
}
.pecialist-services-slider .inr_ser_card .inr_ser_card_text .themebtn {
    opacity: 1;
}
 .inr_ser_card_text a {
    opacity: 0;
    display: none;
}

.pecialist-services-slider .slick-center .inr_ser_card_text a {
    background: #fff;
    color: #000 !important;
    opacity: 1;
    display: inline-block;
}

.inr_ser_card_text:hover a:hover {
    color: #fff !important;
}
.pecialist-services-slider .slick-active {
    opacity: 1;
}

.custom-slider-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
}

.custom-slider-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: unset;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
}

.slider-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-counter .current,
.slider-counter .total {
    font-size: 18px;
    color: #999;
    font-family: 'saudagar-font-sd';
}

.slider-counter .current {
    color: #00bcd4; /* active number */
    font-size: 36px;
    font-family: 'saudagar-font-sd';
}

.slider-counter .line {
    width: 520px;
    height: 2px;
    background: #eee;
    position: relative;
}

.slider-counter .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #00bcd4;
    transition: width 0.3s ease;
}

/* .slick-slide {
    opacity: 0.4;
    transition: all 0.3s ease;
} */

/* .pecialist-services-slider .slick-center {
    opacity: 1;
    transform: scale(1.05);
} */


section.specialist-services-sec {
    margin-bottom: 100px;
}

section.thoughtful-sec {
    margin-bottom: 100px;
    padding: 100px;
    background-image: url(../images/thoughtful-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.thoughtful-box-text {
    text-align: center;
}

.thoughtful-box-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.theme_btn.white-bg {
    background: #fff;
    color: #000;
}

.theme_btn.transparent-bg-sd {
    background: transparent;
    border: 1px solid #fff;
}

.thoughtful-box-text h2 {
    color: #fff;
}

.thoughtful-box-text p {
    color: #fff;
    width: 63%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.thoughtful-imgone {
    position: absolute;
    top: 30px;
    left: -20px;
    width: 15%;
}

.thoughtful-imgtwo {
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 17%;
}
.consultant-experience-text {
    text-align: end;
    width: 92%;
    float: right;
    padding-right: 40px;
}

ul.consultant-experience-ul li {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    width: 100%;
}

.consultant-experience-ul-text h4 {
    margin-bottom: 0px;
    position: relative;
    /* width: 310px; */
}

ul.consultant-experience-ul li h4:before {
    position: absolute;
    content: '';
    bottom: -8px;
    right: 0;
    height: 1px;
    width: 100%;
    background: #cbcbcb;
}

ul.consultant-experience-ul li h4:after {
    position: absolute;
    content: '';
    bottom: -22px;
    left: -20px;
    background-image: url(../images/consultant-circle-img.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.consultant-experience-img {
    padding: 0px 0px 90px 20px;
    position: relative;
}

.consultant-experience-img:before {
    position: absolute;
    content: '';
    bottom: -50px;
    right: 0;
    height: 240px;
    width: 790px;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(96deg, rgba(33, 210, 252, 1) 0%, rgb(144 75 252) 80%, rgba(161, 53, 252, 1) 100%);
}

ul.consultant-experience-ul {
    margin-bottom: 0px;
    margin-right: 70px;
    margin-top: 40px;
}

.theme_btn.add-bg {
    background: linear-gradient(96deg, rgba(33, 210, 252, 1) 0%, rgb(144 75 252) 80%, rgba(161, 53, 252, 1) 100%);
}
section.consultant-experience-sec {
    margin-bottom: 100px;
}

/* section start */
/*======== home1 testimonial area ===========*/
.tes1-hadding h6 a {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: 'queesila-heading';
    text-transform: capitalize;
}

.tes1-hadding p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    /* font-family: "Blender-Medium"; */
    color: #4c9dfc;
    text-transform: capitalize;
    opacity: 1;
}

.testimonial1-bottom-hadding {
    display: flex;
    align-items: center;
    margin: 10px 10px;
}

.testimonial1-bottom-img {
    margin-right: 15px;
    margin-bottom: 0;
}

.testiminial1-review-icons ul {
    margin: 0;
    padding: 0;
}

.testiminial1-review-icons ul li {
    display: inline-block;
    color: #ffb100;
}

.testimonial-solider-single {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 5px;
    margin: 0;
    border: none;
    box-shadow: 0 0 20px 0 #5c5a5a1f;
}

.testimonial1-slider {
    cursor: move;
}

.testimonial1-pera p {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 32px 0 10px 0;
}

.testimonial1-bottom-img img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    object-fit: cover;
}


.tes1-hadding h6 {
    margin: 0;
}

.testiminial1-review-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testiminial1-review-icons img {
    width: 80px;
}

.testimonial1-pera {
    position: relative;
}

img.center_quote {
    position: absolute;
    width: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.slick-slide.slick-current.slick-active {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.testimonial1-slider .slick-list.draggable {
    /* padding-left: 0 !important; */
    /* padding-right: 0px !important; */
}


/* .testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single {
    background: linear-gradient(120deg, #27cbfc, #9e39fc);
} */
.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single {
    background: linear-gradient(120deg, #27cbfc, #9e39fc);
    position: relative;
    margin-bottom: 20px;
}
.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single:before {
    position: absolute;
    content: '';
    bottom: -13px;
    left: 17px;
    height: 38px;
    width: 23px;
    border-radius: 0px 210px 2px 210px;
    background: #49a1fc;
}

.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single * {
    color: #fff;
}

.testimonial1-slider .slick-slide.slick-current.slick-active img.center_quote {

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(52deg) brightness(106%) contrast(104%);
}

.testimonial1-slider .slick-slide.slick-current.slick-active .testiminial1-review-icons img {
    opacity: 0;
}

.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial1-bottom-img img {

border-radius: 50%;

border: 3px solid transparent;

background: linear-gradient(white, white) padding-box, linear-gradient(to right, #28c8fc, #9c3cfc) border-box;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}



section.testi_sec.sec {
    margin-bottom: 100px;
}
.heading.text_center.topbar {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

/*======== home1 testimonial area ===========*/
/* section end */




/* Contact Us Start  */

.upload-box {
  width: 100%;
  height: 160px;
  border: 1px solid #555;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #222;
  cursor: pointer;
  transition: border 0.3s ease;
}

.upload-box:hover {
  border-color: #3e6ff9;
}

.upload-box input {
  display: none;
}

.upload-icon {
  font-size: 40px;
  color: #3e6ff9;
  margin-bottom: 10px;
}

.upload-text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.upload-subtext {
  color: #aaa;
  font-size: 13px;
}

section.cnt-sec {
  position: relative;
  margin-bottom: 100px;
}

section.cnt-sec .cntWraper {
  position: relative;
  /* padding: 50px 50px; */
  /* border-radius: 5px; */
  /* padding-right: 0px; */
}

.cntForm {
  position: relative;
  margin-right: 18px;
}

.cntForm .formField {
  margin-bottom: 24px;
  position: relative;
}

.cntForm .formField input {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #5252524a;
  font-size: 11px;
  font-weight: 500;
  color: #555555;
  text-transform: uppercase;
  line-height: 20px;
  padding: 14px;
  padding-right: 30px;
  position: relative;
}

.cntForm .formField input::placeholder {
  color: #555555;
}

.cntForm .formField i {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #555555;
}

.cntForm .formField textarea {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #5252524a;
  font-size: 11px;
  font-weight: 500;
  color: #555555;
  text-transform: uppercase;
  line-height: 20px;
  padding: 14px;
  padding-right: 30px;
  position: relative;
  height: 150px;
  resize: unset;
}

.cntForm .formField textarea::placeholder {
  color: #555555;
}

.cntForm .sitebtn {
  margin-top: 32px;
}

.cntForm .sitebtn button {
  border: 0px;
  color: #fff;
  padding: 17px 38px;
  border-radius: 12px;
  font-size: 14px;
}

/* section.cnt-sec .cntWraper:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px #00000026;
  border-radius: 10px;
} */

section.cnt-sec .cntWraper .row {
  position: relative;
  align-items: center;
}

.cnt-head {
  padding: 80px 50px 80px 50px;
  /* background: linear-gradient(to bottom, #0044ff, #002a9e); */
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  background-image: url(../images/contact-us-bg-img.png);
  height: 100%;
  width: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  border-radius: 10px;
}
.book-sec-home-sd {
    /* float: right; */
    width: 38%;
}

.cnt-head h2 {
  position: relative;
}

.cnt-head h1 {
  /* position: relative; */
  /* text-transform: capitalize; */
  /* display: inline-block; */
  /* line-height: 70px; */
}



.cnt-head h1 span:before {
  position: absolute;
  content: "";
  width: 33%;
  left: 260px;
  bottom: 60px;
  background: #fff;
  opacity: 10%;
  height: 2px;
}

.cnt-head p {
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px !important;
}

.cnt-head .cnt-txt {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}

/* Contact Us End  */

/* footer */

.footerSec {
    /* background: rgb(29, 43, 55); */
    position: relative;
    overflow: hidden;
    padding: 80px 0px 0px;
    background: linear-gradient(100deg, #27cbfc, #9e39fc);
}

footer ul.social li a i:hover {
    transform: scale(1.1);
    color: rgb(114, 114, 105);
}

footer ul li a {
    transition: 0.1s;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    /* font-family: Montserrat; */
    font-weight: 400;
}

footer ul li a:hover {
    color: rgb(255, 255, 255);
}

.footerSec .footer-btm .row {
    padding-bottom: 20px;
    padding-top: 20px;
}

.copy-txt p {
    color: rgb(255 255 255);
}

.footerSec .footer-btm::before {
    position: absolute;
    content: "";
    width: 124%;
    height: 1px;
    top: 0px;
    right: -148px;
    margin: 0px auto;
    background: #fff;
    opacity: 1;
}

.news-letter ul li a {
    gap: 14px;
    line-height: 20px;
    margin: 30px 0px;
}

.news-letter ul li a:hover {
    color: rgb(255, 255, 255);
    transform: translate(3px, 0px);
}

h5.subscribe {
    text-transform: capitalize;
    margin-top: 30px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'queesila-heading';
}

.ft-header {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.footer-about h4.text-light.ft-header {
    text-transform: unset;
}

.ft-header::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    bottom: 0px;
    background: #fff;
    opacity: 1;
    left: 2px;
}

footer .news-letter {
    position: relative;
    height: 100%;
    padding-bottom: 60px;
}

footer .foot-quick-links {
    position: relative;
    padding-left: 10px;
}

footer ul.social {
    gap: 10px;
    padding-bottom: 50px;
}

h5.ft-header {
    margin-top: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: 'queesila-heading';
    text-transform: capitalize;
}

.ft-header {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-about {
    position: relative;
    height: 100%;
}

.footer-about img {
    width: auto;
}
.footer-about a h6 {
    color: #fff;
    font-size: 18px;
    font-family: 'queesila-heading';
    margin-top: 9px;
    letter-spacing: 1px;
}

footer .foot-quick-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-btm {
    position: relative;
}

.footerSec .row {
    position: relative;
    overflow: hidden;
}

.footerSec .footer-btm .row p a {
    color: rgb(114, 114, 105);
}

.footer-about p {
    color: #fff;
    width: 70%;
    margin-top: 30px;
}

ul.social li a {
    color: rgb(255, 255, 255);
    font-size: 13px;
    /* overflow: hidden; */
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 1px solid #fff;
    border-radius: 50%;
}



ul.social li a:hover::after {
    background-color: rgb(59, 120, 158);
}

ul.social li a:hover {
    background-color: rgb(0 0 0);
    color: rgb(255, 255, 255);
}
.footer-about > a {
    display: block;
    width: 80%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}
.news-letter ul li a p {
    margin-bottom: 0px;
}
/* footer */


.custom-slider.inner-custom-slider {
    height: 70vh;
}

.custom-slider.inner-custom-slider .banner_text {
    margin-top: 0px;
}
.banner-img.inner-banner-img img {
    height: 70vh;
}
.custom-slider.inner-custom-slider .banner_text h1 {
    text-align: center;
    margin-top: 50px;
}

/* About Css Start */
.consultant-paediatric-text p {
    margin-bottom: 30px;
}

.consultant-paediatric-text img {
    width: 100%;
}
section.consultant-paediatric-sec {
    margin-bottom: 100px;
}
/* About Css End */

/* .inr_ser_card:hover .inr_ser_card_img img {
    height: 670px;
} */
.inr_ser_card:hover .inr_ser_card_text {
    /* padding: 0px 10px 0px; */
    /* position: absolute; */
    bottom: 0px;
    /* width: 100%; */
    left: 0;
    background: #6e3a3a00;
    border-radius: 10px;
}
/* .inr_ser_card:hover .inr_ser_card_img::before */
.inr_ser_card .inr_ser_card_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(131deg, rgb(80 155 251 / 51%) 0%, rgb(111 113 252) 50%, rgb(161 53 251) 100%);
    opacity: 1 !important;
    z-index: 1;
    transition: opacity 0.4s ease;
    bottom: 0 !important;
    left: 0;
    height: 44%;
    top: unset;
    border-radius: 0px 0px 10px 10px;
}
.inr_ser_card_img {
    /* height: 670px; */
}
/* .inr_ser_card:hover a */
.inr_ser_card a {
    display: inline-block;
    background: #fff;
    color: #000 !important;
    opacity: 1;
}

/* .inr_ser_card:hover .inr_ser_card_img img {
    height: 670px;
}
.inr_ser_card:hover .inr_ser_card_text {
    padding: 0px 20px 20px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    background: #6e3a3a00;
    border-radius: 10px;
}
.inr_ser_card:hover .inr_ser_card_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(131deg, rgb(80 155 251 / 51%) 0%, rgb(111 113 252) 50%, rgb(161 53 251) 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
    bottom: 0 !important;
    left: 0;
    height: 53%;
    top: unset;
}

.inr_ser_card:hover a {
    display: block ;
} */

.inr_ser_card.inner-services-card .inr_ser_card_img {
    height: 670px;
}
section.specialist-services-sec.page-services {
    margin: 100px 0px;
}
.services-detail-text {
    box-shadow: 0px 0px 6px 0px #e9e9e9;
    border-radius: 16px;
    padding: 40px 40px;
    margin-top: -120px;
    z-index: 1;
    position: relative;
    width: 94%;
    margin: 0 auto;
    margin-top: -130px;
    background: #fff;
}

/* faqs */

.faqs_heading p {
    width: 80%;
}

.faqs_heading h2 {
    margin-bottom: 5px;
}

.faqs_heading {
    margin-bottom: 30px;
}

.accordion-button {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 20px 30px 10px;
    font-size: 15px;
    color: #000000;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #21d2fc;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-sign);
    transform: rotate(-180deg);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #48ade1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(72 173 225 / 34%);
}
section.patient-information-sec {
    margin: 100px 0px;
}

section.faqs.all-section {
    margin-bottom: 100px;
}

/* faqs */

/* contact page  */

section.contact_top {
    padding: 100px 0;
}

.contact_top .cont_box {
    /* background: #1d2b37; */
    padding: 70px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    background: linear-gradient(100deg, #27cbfc, #9e39fc);
    border-radius: 10px;
}

.contact_top .cont_box h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ffffff70;
    width: 80%;
    padding-bottom: 20px;
    font-family: "Barlow", sans-serif;
}

.contact_top .cont_box a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s;
    font-family: 'montserrat-text';
    font-weight: 500;
    font-size: 15px;
}

.contact_top .cont_box a:hover {
    color: #fff;
}

.contact_btm_heading {
    text-align: center;
    margin-bottom: 40px;
}

.contact_btm_heading h2 {
    margin-bottom: 5px;
}

.contact_btm_heading p {
    margin: 0 auto;
    color: #6e6e6e;
    width: 80%;
}

.cont_form input,
.cont_form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    font-size: 11px;
    transition: border-color 0.3s;
    font-family: 'montserrat-text';
}

.cont_form input:focus,
.cont_form textarea:focus {
    outline: none;
    border-color: #5b8061;
}

.cont_form textarea {
    min-height: 150px;
    resize: none;
}

.cont_form input::placeholder,
.cont_form textarea::placeholder {
    color: #909091;
    text-transform: uppercase;
    font-weight: 500;
}

section.contact_btm {
    padding-bottom: 100px;
}

/* contact page */
.custom-slider.inner-custom-slider h1 {
    font-size: 84px;
}
.about-text-ineer h2 {
    font-size: 70px;
}
.consultant-experience-text h2 {
    font-size: 50px;
}

.consultant-experience-text p {
    font-size: 13px;
    margin-bottom: 6px;
}
.consultant-experience-ul-text {
    width: 80%;
}
section.hospital-environment-sec {
    margin: 100px 0px;
}


/* Form-csss */

.contact_page {
    padding: 80px 0px !important;
    margin: 0 !important;
}


/* .contact_page .home_form_wrap {
        padding: 35px 35px 30px 35px;
    } */

.contact_info_main .contact_head h2 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
}

.contact_info_main .contact_head p {
    font-weight: 400;
    color: #959494;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.home_form_wrap input[type="text"] {
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    height: 50px;
}

.home_form_wrap textarea {
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    resize: none;
    height: 200px !important;
    margin-bottom: 40px !important;
}

.home_form_wrap input::-webkit-input-placeholder,
.home_form_wrap textarea::-webkit-input-placeholder {
    color: #9a9a9a;
}

.home_form_wrap input::-moz-placeholder,
.home_form_wrap textarea::-moz-placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.home_form_wrap input:-ms-input-placeholder,
.home_form_wrap textarea:-ms-input-placeholder {
    color: #9a9a9a;
}

.home_form_wrap input:-moz-placeholder,
.home_form_wrap textarea:-moz-placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.mt-50 {
    margin-top: 50px;
}

.home_contact {
    padding-bottom: 0px;
    margin-bottom: -300px;
}

.bg_wht {
    background-color: #fff;
    border-radius: 27px;
    position: relative;
    box-shadow: 0px 0px 9px #0000001f;
}

.home_form_wrap {
    padding: 0px 35px 0px 10px;
}

.home_form_wrap select,
.home_form_wrap input[type="number"],
.home_form_wrap input[type="date"] {
    appearance: auto;
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    height: 50px;
    padding: 0 10px;
}

.uplod_imag input {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    opacity: 0;
}

.upld_img {
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    padding: 30px 0px;
    margin-bottom: 30px;
    position: relative;
}

.upld_img h4,
.upld_img p {
    margin-bottom: 0;
}

button.btn-1 {
    border: none;
    color: #fff;
}

.sec_head h2 {
    text-transform: capitalize;
    font-size: 39px;
    line-height: 43px;
    color: #000;
    margin: 0 0 40px 0;
}

.home_form_wrap label {
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0 0 15px 0;
}

.country-code-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.country-code-wrp .country-code {
    width: 20%;
    text-align: center;
}

section.emplyee-form-sec {
    padding: 100px 0;
}

.form-wrapper-emp input {
    height: 50px;
    border: 1px solid #ececec;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    border-radius: 0;
}

.form-wrapper-emp input,
.form-wrapper-emp textarea {
    border-color: #cbcbcb;
    background: #ffffff;
}

.form-wrapper-emp {
    padding: 50px;
    background: #f1f1f1;
}

.form-wrapper-emp h2 {
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
}

.form-wrapper-emp h2.text-left {
    text-align: left;
}

section.contact_page input[type="text"],
section.contact_page input[type="password"],
section.contact_page select,
section.contact_page input[type="email"],
section.contact_page input[type="url"],
section.contact_page input[type="number"],
section.contact_page textarea,
section.contact_page input[type="tel"] {
    border: 1px solid #bdb7b7;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    border-radius: 0;
}


/* Form-csss */
.services-detail-text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.services-detail-text ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: linear-gradient(100deg, #27cbfc, #9e39fc);
}