<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&amp;display=swap');

 
body {
   font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p {
     font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
    line-height: 25px;
}
li,
a,
button,
span,
h5,
h6 {
     font-family: 'Poppins';
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none !important;
        outline: none !important;
        box-shadow: none !important;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
       
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Poppins';
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

 

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a, div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{text-decoration: none !IMPORTANT;} 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
 
.wp-smart-loader {
    text-indent: -12345px;
}
 
 .w-f-bg .wpcf7-form-control {
    padding: 10px !IMPORTANT;
}
.w-f-bg .wpcf7-select {
    font-size: 14px !IMPORTANT;
}
 .w-f-bg .wpcf7-form-control:placeholder {
    color: #161616;
    font-size: 14px;
    opacity: 1;
}
input:placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}
input::placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}
textarea::placeholder{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}   
.ekit-wid-con .ekit-form form select{color: #161616;
    font-size: 14px !important;
    opacity: 1 !important;}
    
    input[type="date"] {
    color: #161616 !important;
    font-size: 14px !important;
    opacity: 1 !important;
}





.po-r {
    position: relative;
    z-index: 2;
}
.w-f-bg {
    margin: 0px !important;
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 10px 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.wpcf7-submit {
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 22px !important;
    height: 50px;
    background: #192730 !IMPORTANT;
}
.wpcf7-submit:hover {
    background:#ffd700 !important;
    color: #000 !important;
}
.heading-t h4 {
    padding-left: 15px;
    border-left: 3px solid #192730;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.new-pd{padding: 30px 15px !Important;}
.bef-line:before {
    top: 10px;
    content: "";
    position: absolute;
    width: 86px;
    height: 97%;
    background: #6430df;
}
 .form-fil input {
    padding: 10px 18px !important;
}

 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
  
.post, .page {
    margin: 0px !important;
}

   /*--------------------------------------------------------------
 * Home 1 Css Start
 *--------------------------------------------------------------
 */	
 @media only screen and (min-width:320px) and (max-width:1024px) {
     .elementskit-navbar-nav &gt; li &gt; a {
    width: 100%;
    display: inline-block ! IMPORTANT;
}
 .btn-s .elementor-swiper-button-next {
    position: absolute;
    bottom: 0 !IMPORTANT;
    top: inherit !important;
}
.btn-s .elementor-swiper-button-prev {
    position: absolute;
    bottom: 0px !important;
    top: inherit ! IMPORTANT;
    right: 90px !important;
    left: inherit !important;
}
}
	.slider-show .swiper-slide-inner {
    max-width: 1140px;
    padding: 20px !important;
}
.slider-show .elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #010101 -7%, #1313132e 67%);
    opacity: 0.9;
}
.service-block .inner-box {
    position: relative;
}
.service-block .inner-box .image-box {
    position: relative;
    padding: 0 20px;
    z-index: 3;
}
.service-block .inner-box .image-box .image {
    overflow: hidden;
    margin-bottom: 0;
}
.service-block .inner-box .image-box .image img {
    width: 100%;
    transition: all .3s ease;
}
.service-block .inner-box .content-box {
    position: relative;
    background-color: #2c396b;
    padding: 170px 40px 50px 20px;
    margin-top: -140px;
    display: flex;
}
.service-block .inner-box .content-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color:#e84756;
    transition: all .3s ease;
}

.service-block .inner-box .content-box .icon-border-2 {
    display: none;
}
.service-block .inner-box .content-box .icon-border-2, .service-block .inner-box .content-box .icon-border-3 {
    position: absolute;
    left: 47px;
    bottom: 37px;
    transition: all .3s ease;
}
.icon-border-2 {
    width: 5px;
    height: 62px;
    background-image: url(../images/icon-border-2.png);
}
.icon-border-3 {
    width: 6px;
    height: 63px;
    background-image: url(../images/icon-border-3.png);
}
.service-block .inner-box .content-box .icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    line-height: 54px;
    font-size: 35px;
    color: #fff;
    background-color: #e84756;
    text-align: center;
    transition: all .3s ease;
}
.service-block .inner-box .content-box .icon img {
    width: 43px;
}
.service-block .inner-box .content-box .content {
    margin-left: 19px;
}
.service-block .inner-box .content-box .title {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: 15px;
}
.service-block .inner-box .content-box .text {
    position: relative;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    transition: all .3s ease;
}
.service-block .inner-box .content-box .text p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 27px;
    margin-bottom: 0px;
}
.text, p {
    letter-spacing: -.01em;
}
.service-block .inner-box:hover .image-box .image img {
     
}
.service-block .inner-box:hover .content-box:before {
    width: 100%;
}
.service-block .inner-box:hover .content-box .icon-border-2 {
    display: block;
}
.service-block .inner-box:hover .content-box .icon-border-3 {
    display: none;
}
.service-block .inner-box:hover .content-box .icon {
    background-color: #2c396b;
    color: #14457b;
}
.service-block .inner-box:hover .image-box .image img {
    
}
.service-block .inner-box .content-box .title a{color:#fff !important; display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;}
.service-carousel .service-block .inner-box .content-box .icon {
    display: ruby;
    text-align: center;
}

.bottom-text .text a {
    margin-left: 5px;
    font-weight: 600;
   color: #e84756;
    text-decoration: underline !important;
}

.pr-z-9 {
    position: relative;
    z-index: 9;
}

.min-d {
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
}
.dr-name {
    padding: 20px 0 10px 0px;
    text-align: center;
}
.dr-name h4 a {
    font-size: 18px;
}
.dr-name h5 {
    font-size: 14px;
}
.min-d .img-d img {
    border-radius: 10px;transition: all .4s ease;
}
.min-d, .img-d {
    overflow: hidden;
}
.min-d .img-d img {
    border-radius: 10px;transition: all .4s ease;
}
.doctor-carousel .do-list .img-d:hover img {
    border-radius: 0px;
    transform: scale(1.1);
}

.doctor-carousel .do-list .min-d .img-d{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}







 .news-block-two .inner-box {
    position: relative;
    background-color: #fff;
    padding: 12px 16px 17px;
    border: 1px solid #ebebeb;
    transition: all .3s ease;
}
.news-block-two .image-box {
    position: relative;
}
.news-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.news-block-two .image-box .image img {
    display: block;
    width: 100%;
    transition: all .4s ease;
}
.news-block-two .image-box .image a:after {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all .4s linear;
}
.news-block-two .content-box {
    position: relative;
    padding: 0 0 9px;
    transition: all .3s ease;
}
.news-block-two .content-box .post-meta {
    display: flow;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 16px;
    margin-bottom: 23px;
    background-color: #2c396b;
    width: 100%;
    float: left;
}
.news-block-two .content-box .post-meta li {
    position: relative;
    display: inline-block;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    margin-right: 29px;
    float: left;    text-transform: capitalize;
}
.news-block-two .content-box .post-meta li i {
    font-size: 12px;
    color: #ffffff;
    margin-right: 6px;
}
.news-block-two .content-box .post-meta li:last-child {
    margin-right: 0;float: right;
    text-align: right;
}
.news-block-two .content-box .title{
    margin-bottom: 15px;
    line-height: 30px;
    color: #000;font-size: 21px;
}
.news-block-two .content-box .title a {
    color: #000;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 32px;
}
.news-block-two .inner-box:hover .image-box .image img {
     
}

.news-block-two .content-box .read-more {
    position: relative;
    border-bottom: 1px solid #e84756;
    color: #e84756;
     font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.icon-sm-arrow-2 {
    display: inline-block;
    width: 12px;
    height: 13px;
     
}
.btn-sw .elementor-swiper-button {
    width: 60px;
    height: 60px;
    background: #2575fc;
    line-height: 67px;
    text-align: center;
    display: inline-block !important;
    font-size: 33px !important;
    border-radius: 0px 20px;
    border: 2px solid #fff;
}
.btn-s .elementor-swiper-button{
    width: 60px;
    height: 60px;
    line-height: 67px;
    text-align: center;
    display: inline-block !important;
    font-size: 33px !important;
    
    border-radius: 0;
    margin: 5px 0;
    border: none;
    background-color: rgb(0 0 0 / 33%);
    color: #ffffff;}

.btn-s .elementor-swiper-button:hover {
    background-color: #e84756;
    color: #131313;
}
.testimonials-card__inner {
    padding: 27px 40px 0 40px;
    background-color: #fff;
    transition: all 0.5s ease;
}
 .testimonial-slide .owl-stage-outer .item {
    padding: 0px 3px;
}
.testimonials-card {
  transition: all 500ms ease;
  border: 1px solid transparent;
}

.testimonials-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-color: #2c396b;
}

.testimonials-card__inner {
  padding: 27px 40px 0 40px;
  background-color: #f1f6ff;
  transition: all 0.5s ease;
}

.testimonials-card__top {
  margin-bottom: 26px;
}


.testimonials-card__quote {
  color: #2c396b;
  font-size: 44px;
  line-height: 1;
}

.testimonials-card__rating {
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.testimonials-card__rating i {
  color: #faa162;
  font-size: 17px;
  letter-spacing: 3px;
}

.testimonials-card__content {
  color: #565555;
  font-size: 16px;
   
}
.testimonials-card__content p {
    line-height: 25px;
    font-size: 15px;
}
.testimonials-card__content {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 27px;
    margin-bottom: 25px;
}
.testimonials-card__athour-wrap {
  background-repeat: repeat;
  background-size: cover;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 0px;
  padding: 21px 0 31px 40px;
  position: relative;
}

.testimonials-card__athour-wrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  z-index: 1;
  border-right: 142px solid transparent;
  border-top: 128px #fff;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.testimonials-card__image {
  margin-right: 24px;
  border:4px solid #e84756;
  border-radius: 50%;
  transition: all 500ms ease;
  width: 76px;
  min-width: 76px;
  height: 76px;
  position: relative;
  z-index: 2;
}

.testimonials-card__image img {
  max-width: 100%;
  border-radius: 50%;
}

.testimonials-card__athour-name {
  position: relative;
  z-index: 2;
}

.testimonials-card__name {
     margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}

.testimonials-card__designation {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}

.testimonials-card:hover .testimonials-card__image {
  border-color:#14457b;
}
 .post-navigation__arrow-next i {
    margin-right: 5px;
}
.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    text-align: center;
    margin: 0px 30px;
}
.service-carousel-home-two .owl-nav, .service-carousel .owl-nav, .testimonial-slide .owl-nav, .blog-carousel .owl-nav, .testimonial-one__carousel .owl-nav  {
       position: absolute;
    top: -6em;
    right: 0em;
}
.service-carousel-home-two .owl-nav button{
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #e84756 !IMPORTANT;
    border: 1px solid #e84756 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #e84756 !IMPORTANT;
} 
.service-carousel-home-two .owl-nav button:hover{background: #e84756 !important; border: 1px solid #e84756 !IMPORTANT;color: #fff !IMPORTANT;}

.service-carousel .owl-nav button{
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 58px !IMPORTANT;
    border-color: #131313 !IMPORTANT;
    border: 1px solid #131313 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #131313 !IMPORTANT;
} 
.service-carousel .owl-nav button:hover{background: #e84756 !important; border: 1px solid #e84756 !IMPORTANT;color: #fff !IMPORTANT;}

.testimonial-slide .owl-nav button, .blog-carousel .owl-nav button, .testimonial-one__carousel .owl-nav button{
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 58px !IMPORTANT;
    border-color: #e84756 !IMPORTANT;
    border: 1px solid #e84756 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #e84756 !IMPORTANT;
} 
.testimonial-slide .owl-nav button:hover, .blog-carousel .owl-nav button:hover, .testimonial-one__carousel .owl-nav button:hover
{background: #e84756 !important; border: 1px solid #e84756 !IMPORTANT;color: #fff !IMPORTANT;}











 /*--------------------------------------------------------------
 * Home 1 Css End
 *--------------------------------------------------------------
 */	
	
.subbanner-be{ position: relative;}	
.subbanner2 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -45px;
     padding: 10% 0% 7% 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.min-title h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.min-title h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.subbanner-be:before{ content:""; bottom: 0;
    margin: auto;
    border-radius: 0px 100px 100px 0px;
    position: absolute;
    width: 3000px;
    height: 177px;
    background-color:#040404b0;
    top: 0px;
    right: 37%;
    z-index: -1;
}
.breadcrumb-link span {
    color: #fff;    float: left;
    
}
.currentm {
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-left: 10px;
}
.breadcrumb-link a {
    color:#fff;
    position: relative;
     
}
 
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
    color: #fff;
}
.breadcrumb-link {
   display: inline-block;
    font-weight: 600;
    margin: auto;
}	
.form-fil input, .form-fil select, .form-fil textarea {
    padding: 10px 18px !important;
}

.min-details table tr td {
    border: 1px solid #c9c9c9;
    padding: 10px;
}
.min-details table tr td {
    border: 1px solid #c9c9c9;
    padding: 10px;
}
.min-details table tr td .r-t {
    font-size: 15px;
    font-weight: 400;
}
.dr-name-t {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c5c5;
}
.dr-name-t h4 {
    font-size: 36px;
    margin-bottom: 15px;
}
.dr-name-t h5 {
    font-size: 15px;
    color: #6a6a6a;
}

.elementor-slide-button{background-color: #e84756 !important;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 50px !important;
    color: #fff !important;;
    font-weight: 500;
    width: auto;
    position: relative;
    z-index: 1;border: none !important;text-shadow: none ! IMPORTANT;}
.elementor-slide-button:before {
    content: "";
    position: absolute;
    border: 3px solid #e84756 !important;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50px;
    top: 0;
    transform: scale(.5);
    z-index: -1;transition: all .4s ease;
}
.elementor-slide-button:hover {
    color: #2c396b !important;
    background-color: #fff !important;
    z-index: 1;
}
.elementor-slide-button:hover:before {
    transform: scale(1) !important;border: 3px solid #2c396b !important;
}






.elementskit-btn {
    background-color: #e84756 !important;
    color: #fff;border-radius: 50px;
    font-weight: 500;
    border-radius: 70px;
     
}
.elementskit-btn {
    background-color: #e84756 !important;
    display: inline-block;
    padding: 20px 40px;border-radius: 50px !important;
     
    color: #fff;
    font-weight: 500;
    width: auto;
    position: relative;
    z-index: 1;
}
.elementskit-btn:before {
    content: "";
    position: absolute;
    border: 3px solid #e84756 !important;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50px;
    top: 0;
    transform: scale(.5);
    z-index: -1;transition: all .4s ease;
}
.elementskit-btn:hover {
    color: #e84756 !important;
    background-color: transparent !important;
    z-index: 1;
}
.elementskit-btn:hover:before {
    transform: scale(1) !important;
}

/*--------------------------------------------------------------
 * Home 2 Css Start
 *--------------------------------------------------------------
 */	
 


.service-item {
  margin: 0 20px;
  padding-top: 43px;
  margin-bottom: 0;
  
}
.service-item .service-text {
  border-radius: 30px 30px 0 0;
  background: #fff;
  text-align: center;
  padding-bottom: 20px;border: 1px solid #ddd;
}
.service-item .service-text .icon-s {
 width: 85px;
    height: 85px;
    line-height: 40px;
    background:#2c396b;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #F1B51F;
    position: relative;
    top: -42.5px;
    padding: 19px;
}
.service-item .service-text h3 {
  margin-top: -42px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.service-item .service-text h3 a {
  color: #1B1A1A;
}
.service-item .service-text p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
   margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
      display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 27px;
}
@media (max-width: 991px) {
  .service-item .service-text p {
    font-size: 15px;
  }
}
 
 
.service-item .service-text a.read-more:hover {
  letter-spacing: 1.9px;
  color: #03B162;
}
.service-item .service-text .service-img {
  padding: 10px 0;
  overflow: visible;
}
.service-item .service-text .service-img img {
  transform: scale(1.05);
}
.read-btn {
    padding: 13px 26px;
    font-weight: 400;
}

.pr-z-2 {
    position: relative;
    z-index: 2;
}

.w-t a {
    color: #e84756 ! IMPORTANT;
    text-decoration: underline !important;
}

.icon-bl .elementor-icon {
    background-color: #fff;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #2c396b;
    position: relative;
    z-index: 1;
}
.icon-bl .elementor-icon:before {
    transform: rotate(100deg);
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: #fff;
    content: "";
    border-radius: 64%;
    z-index: -15;
    border: 10px solid #2c396b;
    -webkit-clip-path: inset(50% 0 0 50%);
    clip-path: inset(50% 0 0 50%);
    transition: .7s ease-in-out;
}
.icon-bl:hover .elementor-icon:before {
    transform: rotate(466deg);
}
.icon-ce .elementor-icon {
        margin: auto;
}
.price-t {
    text-align: center;
}

.price-t h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
}
 
 .price-t h2 span{color: #e84756;}
 .price-t sub {
    font-size: 16px;
    bottom: 0;
    padding-left: 6px;
    font-weight: 400;
    color: #666;
}
.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #2c396b;
    padding: 50px 40px 40px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.testimonial-one__quote {
    height: 57px;
    width: 57px;
    background-color:#2c396b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: -30px;
    left: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.testimonial-one__text-2 p {
    font-size: 15px;
    line-height: 27px;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 27px;
    margin-bottom: 25px;
}
.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #e2ddda;
    padding-top: 30px;
    margin-top: 24px;
}
.testimonial-one__img {
    position: relative;
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
}

.testimonial-one__client-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 6px;margin-top: 14px;
}

.testimonial-one__client-title {
    font-size: 12px;
    color: #e84756;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 12px;
}
.testimonial-one__carousel .owl-stage-outer {
    padding: 30px 0px;
}




/*--------------------------------------------------------------
 * Home 2 Css End
 *--------------------------------------------------------------
 */	





.team-wrapper .team-inner {
    text-align: center;
}
 .team-inner {
    color: #b8967e;
    padding: 0px 0px 50px 0px;
}
.team-wrapper.team-style-default .team-inner {
    position: relative;
    overflow: hidden;
}
.team-light .team-inner {
     
}
.team-wrapper .team-inner {
    margin-bottom: 30px;
}

 
.team-wrapper.team-style-default .team-inner .post-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.team-wrapper.team-style-default .team-inner&gt;.post-thumb {
    margin-left: 0;
    margin-right: 0;margin-bottom: 25px;
    overflow: hidden;
}
.team-social-wrap h4 {
     font-size: 22px;
     color: #fff;
    margin-bottom: 3px ! IMPORTANT;
}
.team-designation {
    color: #fff;
    font-size: 14px;
}
.team-wrapper.team-style-default .team-inner * {
    position: relative;
    z-index: 1;text-align: center;
    margin: auto;
}

.team-wrapper.team-style-default .team-inner .post-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 1;
    z-index: 1;
}
.team-wrapper.team-style-default .team-inner &gt; .post-thumb img.img-fluid.rounded-circle{border-color: #e84756 !IMPORTANT;}
.team-wrapper.team-style-default .team-inner&gt;.post-thumb img.img-fluid.rounded-circle {
    box-shadow: none;
    border: solid;
    padding: 10px;
}

.team-wrapper.team-style-default .team-inner&gt;.post-thumb img.img-fluid.rounded-circle {
   box-shadow: 0 14px 10px 0 rgb(0 0 0 / 6%) inset;
    padding: 10px;
    transition: all 0.6s;
    width: 250px;
    max-width: 250px;
    height: 250px;
}
.team-carousel .owl-nav {
    text-align: center;
}
.team-carousel .owl-nav button{    height: 55px !important;
    width: 55px !important;
    font-size: 24px !important;
    line-height: 58px ! IMPORTANT;
    border-color: #e84756 ! IMPORTANT;
    border: 1px solid #e84756 ! IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #e84756 ! IMPORTANT;}
 .team-carouse .owl-nav button:hover{background: #e84756 !important; border: 1px solid #e84756 !IMPORTANT;color: #131313 !IMPORTANT;}

.team-wrapper.team-style-default .team-inner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 50% 50% 0% 0%;background: linear-gradient(to bottom, #e84756, rgb(239 175 0 / 0%));
}

.num-t {
    width: 40px !important;
    height: 40px !important;
    float: left;
    display: grid;
    line-height: 33px !important;
}
.hover-b .elementskit-btn:hover {
    background: #fff !important;
}


.img-d-d img {
    box-shadow: 0 14px 10px 0 rgb(0 0 0 / 6%) inset;
    padding: 10px;
    transition: all 0.6s;
    /* width: 320px; */
    /* max-width: 320px; */
    /* height: 320px; */
    border-color: #e84756 ! IMPORTANT;
    border: solid;
    border-radius: 50%;
}
.m-r .hfe-menu-item {
    transition: 0.3s;
    border-radius: 100px;
}
.m-r .hfe-menu-item:hover {
    transform: translateY(-5px) scale(1.03);
}
.team-social-wrap h4 a:hover {
    color: #fff;
}
.team-wrapper .col-md-4 .team-social-wrap h4 {
    color: #161616;
}
.team-wrapper .col-md-4 .team-social-wrap  h4 a:hover {
    color: #161616;
}

.team-wrapper .col-md-4 .team-designation {
    color: #555;
}
.m-r .hfe-menu-item:hover::before {
    color: white !important;
}

.m-r .hfe-menu-item:before {
    content: "\e9c5";
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #2F2F2F !important;
    right: 28px !important;
    opacity: 1 !important;
    background: none !important;
}
.m-r .current-menu-item .hfe-menu-item:before {
    color: #fff !important;
}

.m-r li {
    margin-bottom: 12px ! IMPORTANT;
}
.elementskit-submenu-panel li a:hover {
    padding-left: 24px !important;
}
.elementskit-submenu-panel &gt; li &gt; a {
    transition: .5s all;
}

.new-ser{
    margin: 0 10px ! IMPORTANT;
    padding-top: 43px;
}</pre></body></html>