@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
 
 
body {
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
    line-height: 26px;
    margin-bottom: 0px;
}
li,
a,
button,
span,
h5,
h6 {
     font-family: "Inter", sans-serif;
}

.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: 'Inter', sans-serif;
    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-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;
}
.form-fil input, .form-fil select, .form-fil textarea {
    padding: 10px 18px !important;
}

 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
  
.post, .page {
    margin: 0px !important;
}

/*--------------------------------------------------------------
 * Slider css Start
 *--------------------------------------------------------------
 */
  
.slider-show .elementor-background-overlay {
    background-image: linear-gradient(90deg, rgb(12 122 118 / 64%) 14%, rgb(33 44 34 / 33%) 58%);
}
.slider-show .swiper-slide-contents {
    
}
@media only screen and (min-width:320px) and (max-width:1024px) {
     .elementskit-navbar-nav > li > 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;
}

	
 

.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: #0c7a76;
    color: #fff;
}

.progress_indicator .ekit-btt__button {font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 5px;
    width: 50px !IMPORTANT;
    height: 50px !IMPORTANT;
    line-height: 28px;
    background: #ffffff;}
	
	.progress_indicator {
    line-height: 67px;
    height: 50px;
}
.progress_indicator .ekit-btt__button svg{font-size: 26px !important;
    width: 22px;
    line-height: 45px;}
    
  .elementor-widget {
    margin-block-end: 0px;
}
.ekit-wid-con .ekit-btt.progress_indicator .ekit-btt__button {
    border: 3px solid #4cc17a !important;
    border-radius: 50% !important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}  
    
/*--------------------------------------------------------------
 * Slider css End
 *--------------------------------------------------------------
 */
   /*--------------------------------------------------------------
 * Subbanner css Start
 *--------------------------------------------------------------
 */	
 
	
.subbanner-be{ position: relative;}	
.subbanner2 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
     padding: 10% 0% 9% 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subbanner2:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
     top: 0px;
    right: 0;
    background-color: #000000;
    opacity: 0.4;
}
.min-title h1 {
    font-family:'Inter', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.min-title h2 {
     font-family:'Inter', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}
 
.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;
}	
 
 

 

/*--------------------------------------------------------------
 * Subbanner css End
 *--------------------------------------------------------------
 */	
 


 

@media (min-width: 1200px) and (max-width: 1600px) {
    .bef-color:before {
        width: 210%;
    }
}

.bef-color:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 215%;
    top: 0;
    left: -189%;
    background: #0c7a76;
    transform: skew(-30deg, 0deg);
    z-index: -1;
}
.elementskit-btn {
    font-size: 16px;
    line-height: 26px;border-radius: 50px !important;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%);
    background-size: 200% auto;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;text-shadow: none;
     
}
 
 


.elementor-button-link{
     font-size: 16px !important;
    line-height: 26px !important;border-radius: 50px !important;
    text-align: center !important;
    text-transform: uppercase;
    color: #ffffff !important;
    position: relative !important;
    display: inline-block;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%) !important;
    background-size: 200% auto !important;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;text-shadow: none;
     
}
 
  
.elementor-slide-button{
    font-size: 16px !important;
    line-height: 26px !important;border-radius: 50px !important;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    position: relative !important;
    display: inline-block !important;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%) !important;
    background-size: 200% auto !important;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;text-shadow: none;
     
}
  
 
.elementor-slide-button:hover, .elementor-button-link:hover, .elementskit-btn:hover  {
   background-position: right center !important;
}



/*--------------------------------------------------------------
 * Home 1 css Start
 *--------------------------------------------------------------
 */	
  

.elementor-heading-title span {
    font-weight: 700;
    background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wcf-image {
    background-size: cover;
    height: max-content;
    background-position: center center;
    min-height: 115px;
    max-height: 115px;
    border-radius: 150px;
    width: 292px;
}
.service-box {
    padding: 27px 10px;
    display: grid
;
    gap: 20px 50px;
    grid-template-columns: auto 720px;
    position: relative;
    z-index: 1;
     
    align-content: center;
    align-items: center;
}
.border-line {
    border-top: 1px solid #12121214;
}
.border-line:last-child {
    border-bottom: 1px solid #12121214;
}
.service-box .title {
    font-size: 30px;
    margin-top: 2px;
    transition: all .5s;
}
.service-box .content {
    display: block;
    gap: 12px 38px;
    columns: 3;
}
.ptcont{width: 350px;}
.service-box .wc-btn-group {
    margin-inline-start: auto;
    margin-top: 8px;
}
.wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.wc-btn-primary {
       text-align: center;
    width: 70px;
    height: 70px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #fff !important;
    border-radius: 100%;
    display: flex
;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%);
    background-size: 200% auto;
    transition: all 0.4s ease-in-out;
}
.wc-btn-primary:hover {
    background-position: right center;
}
.wc-btn-primary i {
    transform: rotate(-45deg);
}
.ptcont p {
        color: #252525;
     font-size: 17px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

 .price-wrap {
    line-height: 1.2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; text-align: center;
}
 .price-wrap span {
    color: #0c7a76;
    font-size: 27px;
}
 .price-wrap .price {
    font-size: 47px;
    font-weight: 700;
}
.icon-b .elementor-icon-list-icon svg {
    margin: 0px !important;
    font-size: 26px !important;
    width: 29px !important;
}
.icon-b .elementor-icon-list-icon {
    font-size: 26px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
    width: 50px;
    height: 50px;
    border-radius: 50%;
        background: #fff;
    border: 1px solid #E6E6EA;
}
.icon-b li:nth-child(2n) .elementor-icon-list-icon {
    background: #0c7a76;
}
.icon-b li:nth-child(2n) .elementor-icon-list-icon svg {
    fill: #ffffff;
}

.testimonial-slide .testimonial-item {
    background: #fff;
    text-align: center;
    padding: 40px 22px 32px;
    position: relative;
    border-bottom: 4px solid#fff;
    transition: .5s;
    border-radius: 5px 80px 5px 5px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    margin-bottom: 41px;
     
    min-height: 403px;
}
.testimonial-slide .testimonial-item:hover{
    border-color:#0c6e6d;
    border-radius:80px 5px 5px 5px;
}
.testimonial-slide .testimonial-item:after {
    position: absolute;
    content: "";
    right: -13px;
    top: 44px;
    background: url('../images/testi_shape2.png');
    background-repeat: no-repeat;
    height: 20%;
    width: 25%;
}
.testimonial-slide .author {
    display: inline-block;
}
.testimonial-slide .single_img a {
    display: inline-block;
}
.testimonial-slide h4.name {
    margin: 14px 0 5px;
    font-size: 20px;
    font-weight: 500;
}
.testimonial-slide h5.designation {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #6b7a7a;
}
.testimonial-slide .single_img {
    display: inline-block;
    position: relative;
    top: -3px;
    left: -25px;
}
.testimonial-slide p.quote {
    margin: 24px 0 24px;
}
.testimonial-slide .testi-star i.active {
    color: #ffb608;
    font-size: 14px;
    margin-right: 3px;
}
.testimonial-slide .author img {
    width: 65px;
    border-radius: 50%;
}
.quote p {
    font-size: 15px;
    font-weight: 400 !IMPORTANT;
    line-height: 26px;
    margin-bottom: 0px;
}
.bio {
    margin-bottom: 10px;
}
.reviews_rating {
    margin-top: 10px;
}
.single_img a {
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 39px;
    background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%);
    border-radius: 50%;
}













/*--------------------------------------------------------------
 * Home 1 css End
 *--------------------------------------------------------------
 */

/*--------------------------------------------------------------
 * Ineer page css Start
 *--------------------------------------------------------------
 */
 
   .single-team .single_team_page .team-info_wrapper {
    padding-left: 7%;margin-top: 4em;
}
.single-team .single_team_page .team-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 25px;
}
.single-team .single_team_page .team-info_item {
    margin-bottom: 12px;
    font-size: 18px;
}
.single-team .single_team_page .team-info_item>* {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.single-team .single_team_page .team-info_item h5+a span, .single-team .single_team_page .team-info_item h5+span {
    margin-left: 11px;
}
 .single-team .single_team_page .team-image {
    max-width: 470px;
     
}
.single_team_page {
    background-color: #fff;
    border: 1px solid #D4D4D4;
    padding: 40px 30px;
}
.single-team .single_team_page .team-info_item a {
    color: inherit;
}
 
.team-info_item span {
    font-weight: normal;
    font-size: 17px;
}

.co-i .elementor-icon-box-icon {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #0c7a76;
    left: -25px;
    text-align: center;
    display: inline-block !important;
    line-height: 78px !important;
}
.blog-carousel .owl-nav{position: absolute;
    top: -6em;
    right: 0em;}
.blog-carousel .owl-nav button {
    height: 55px !important;
    width: 55px !important;
    font-size: 24px !important;
    line-height: 54px ! IMPORTANT;
    border-color: #0c7a76 ! IMPORTANT;
    border: 1px solid #ffffff ! IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #ffffff ! IMPORTANT;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #019297 0%, #73ed7c 50%, #019297 100%) !important;
    background-size: 200% auto !important;
    transition: all 0.4s ease-in-out;
}
.blog-carousel .owl-nav button:hover{    background-position: right center;}
 

/*--------------------------------------------------------------
 * Ineer page css End
 *--------------------------------------------------------------
 */
.service-carousel .owl-nav {
    text-align: center;
    margin-top: 15px;
}
.service-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid #0c7a76 !important;
    border-radius: 50%;
    color: #0c7a76 !important;
    margin: 0px 5px;
}
.service-carousel .owl-nav button:hover {
    background: #0c7a76 !important;
    color: #fff !important;
}
.testimonial-one__carousel .owl-nav {
    text-align: left;
    margin-top: 15px;
}
.testimonial-one__carousel .owl-nav button {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid #0c7a76 !important;
    border-radius: 50%;
    color: #0c7a76 !important;
    margin: 0px 5px;
}
.testimonial-one__carousel .owl-nav button:hover {
    background: #0c7a76 !important;
    color: #fff !important;
}
.team-carousel .owl-nav {
    text-align: center;
    margin-top: 15px;
}
.team-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid #0c7a76 !important;
    border-radius: 50%;
    color: #0c7a76 !important;
    margin: 0px 5px;
}
.team-carousel .owl-nav button:hover {
    background: #0c7a76 !important;
    color: #fff !important;
}
.new-blog h5.min-line {
    font-size: 45px;
    margin-bottom: 0px;
}
.blog-list-l0{margin-bottom: 30px;}


.team-post .features-post {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}
.team-post .features-post img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.team-post .title a{
    margin-bottom: -1px;
    display: inline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%) !important;
    background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%) !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;font-size: 19px;
    font-weight: 600;
}
.team-post .category-team {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #5E5A56;
}
.eae-pb-bar-skill {
    margin-bottom: 10px;
    display: inline-block;
}






	
	