﻿ 
      :root {
        --white: #ffffff;
        --black: #000000;
        --white_color: #ffffff;
        --commen_black: #000014;
        --primary: #f5eee9;
        --theam_color: #057f7f;
        --montserrat_font: "Montserrat", sans-serif;
        --poppins_font: "Poppins", sans-serif;
      }
           
h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
	padding: 0;
	margin: 0;
	font-family: var(--montserrat_font);
	position: relative;
}

body {
	font-family: var(--montserrat_font);
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #011165;
	overflow-x: hidden;
}

a {
	background-color: transparent;
	cursor: pointer;
}

a:active,
    a:hover {
	outline: 0;
	cursor: pointer;
}

:focus {
	outline: 0;
}

:focus {
	outline: 0;
}

::-moz-focus-inner {
	border: 0;
}

a:focus {
	outline: 0 !important;
}

article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
	display: block;
}

audio,
    canvas,
    progress,
    video {
	display: inline-block;
	vertical-align: baseline;
}

img {
	border: 0;
}

h1 {
	font-weight: 800 !important;
	line-height: 60px !important;
	font-size: 35px;
}

h2 {
	font-weight: 700 !important;
	font-size: 25px !important;
	line-height: 40px !important;
}

h3 {
	font-weight: 650 !important;
	font-size: 20px !important;
	line-height: 34px !important;
}

strong {
	font-weight: 600 !important;
	background: #007b81 !important;
	color: var(--white) !important;
	padding: 2px 3px !important;
}

.h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2 !important;
}

p {
	font-weight: 600 !important;
	font-size: 16px !important;
}
      .container {
        width: 100%;
        max-width: 1450px !important;
      }
      .blog_details_area{
     
        position: relative;
        padding: 200px 0 50px;
      }
 .blog_details_area::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-color: #f5eee9;
    z-index: -1;
 }
 .blog_details_area_inner{
    text-align: center;
 }
 .blog_details_area_inner p a
 {
     
  color:#057f7f;   
 }
.blog_details_area_inner .blog_detlss span{
    background-color: white;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 100px;
    color: #057f7f;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #057f7f;
}
.blog_details_area_inner .blog_detlss{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;

}
.blog_details_area_inner .blog_detlss ul{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
}
.blog_details_area_inner .blog_detlss ul li{
    position: relative;
    color: black;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.blog_details_area_inner .blog_detlss ul li::before{
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--black);
    content: "";
    left: 0;
    border-radius: 20px;
}
.blog_details_area_inner .headding_h1{
    font-size: 40px;
letter-spacing: 1px; 
color: #0e0e0f; 
text-align: center;
margin: auto;
margin-top: 25px;
display: block;
}
.blog_details_area_inner p
{
     width:100% !important;
 max-width:88% !important;
 margin:auto;   
}
.blog_details_area_inner ul{
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}
.blog_details_area_inner ul li a{
   
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 100px;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
      width: 50px;
     height: 50px;
     transition: all ease 0.5s;
   
}
.blog_details_area_inner ul li a:hover{
    background-color: #057f7f;
    color: white;
}
.blog_details_area_inner .main_big_image{
    width: 90%
    ;
    margin: auto;
    height: 618px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 35px;
}
.blog_details_area_inner .main_big_image img{
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.blog_detail_content_area_inner h2{ 
letter-spacing: 1px; 
color: #0e0e0f; 
margin-bottom: 15px;
}
.blog_detail_content_area_inner a
{
color: #057f7f;
}
.blog_detail_content_area_inner p{ 
 
line-height: 26px;
color: #0e0e0f;  
margin-bottom: 15px;

}
.blog_detail_content_area_inner img
{
    
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.blog_detail_content_area_inner p a{
    color: #057f7f;
    font-weight: 600;
letter-spacing: 0px;
  text-decoration: underline ;

}
.blog_detail_content_area_inner h3{
    font-size: 30px;
letter-spacing: 1px;
line-height: 36px;
color: #0e0e0f;
font-weight: 600;

}
.blog_detail_content_area_inner ul{
    padding-left: 0;
    margin-top: 14px;
}
.blog_detail_content_area_inner ul li{
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 0;
    font-size: 16px;
letter-spacing: 1px;
line-height: 26px;
color: #0e0e0f;
font-weight: 500;

margin-bottom: 10px;

}
.blog_detail_content_area_inner ul li span.dot{
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #057f7f;
      min-width: 15px;
      min-height: 15px;
      border-radius: 20px;
      position: relative;
        margin-top: 6px;
}
.blog_detail_content_area_inner ul li .content span {
   
    display: flex;
    font-size: 16px;
    color: black;
    font-weight: 600;
     
}
.blog_detail_content_area_inner ul li a
{
        color: #057f7f;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: underline;
}
.blog_detail_content_area_inner ul li .content a
{
    color: #057f7f;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: underline;
}
.blog_detail_content_area_inner ul li span.dot::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #057f7f;
      border-radius: 20px;
       
}

.formula_bs_inner{
  filter: drop-shadow(0 0 4.5px rgba(27,25,25,0.07));
background-color: #f5eee9;
height: 100%;
z-index: 2;
position: relative;
padding: 30px;


}
.formula_bs_inner p{
  font-size: 16px;
letter-spacing: 1px;
line-height: 26px;
color: #0e0e0f;
font-weight: 400;

}
.formula_bs{
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.formula_bs::before{
position: absolute;
    left: -5px;
    top: -4px;
    width: 16px;
    height: 103%;
    content: "";
    background-color: #057f7f;
    transition: all ease 0.5s;
}
.formula_bs::after{
position: absolute;
    right: -5px;
    top: -4px;
    width: 16px;
    height: 103%;
    content: "";
    background-color: #057f7f;
        transition: all ease 0.5s;
}
.formula_bs:hover::before{
     width: 101%;
     opacity: 0.2;
}
.formula_bs:hover::after{
     width: 101%;
     opacity: 0.2;
}
.blog_detail_content_area_inner .image {
  width: 100%;
  margin: 30px 0;

}
.blog_detail_content_area_inner .image img{
  width: 100%;
}
.suss_cov_bx{
  padding: 40px;
  border-left: 5px solid #057f7f;
  font-size: 20px;
letter-spacing: 1px;
line-height: 26px;
color: #0e0e0f;
font-weight: 500;
margin: 20px 0;
position: relative;
z-index: 1;
overflow: hidden;
}
    .suss_cov_bx p {
    margin-bottom: 0px;
    }
.suss_cov_bx::before{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
   background-color: #057f7f;
   z-index: -1;
   transform: translateX(-200%);
   transition: all ease 0.5s;

}
.suss_cov_bx:hover::before{
   transform: translateX(0%); 
}
.suss_cov_bx:hover{
  color: white;
}
.suss_cov_bx:hover a
{
      color: white;
}
.tages_and_social_bx .tages{
  display: flex;
  align-items: center;
  color: black;
  font-weight: 500;
  gap: 5px;
}
.tages_and_social_bx .tages a{
  color: #057f7f;
}
.tages_and_social_bx{
  border-top: 1px solid rgba(0, 0, 0, 0.228);
  padding: 60px 0 0 ;
  margin-top: 45px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.tages_and_social_bx ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}
ul li {
    margin-bottom: 0;
}
.tages_and_social_bx ul li a {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 100px;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: all 
ease 0.5s;
font-size: 13px;
}
.tages_and_social_bx ul li a:hover {
    background-color: #057f7f;
    color: white;
}
.tages_and_social_bx .social{
  display: flex;
  align-items: center;
  gap: 10px;
}
.author_bx{
  padding: 25px;
  border-radius: 20px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}
.author_bx .image{
    height: 210px;
    width: 210px !important;
    max-width: 210px;
    margin: 0;
}
.author_bx .image img{
  width: 100%;
  height: 100%;
   height: 210px;
    width: 210px !important;
    max-width: 210px;
    border-radius: 20px;
    object-fit: cover;
}
.author_bx .content h5{
  font-weight: 600;


}
.author_bx .content ul {
  display: flex;
  align-items: center;
  gap: 15px;

}
.author_bx .content ul li a{
  color: var(--black);
}

.blog_area_inner_inner {
background-color: #f5ede9;
    padding: 30px;
    border-radius: 20px;
}
.blog_area_inner_inner .box .big_img {
width: 100%;
    border-radius: 10px;
    height: 169px;
    object-fit: cover;
}
.blog_area_inner_inner .box .cont {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #0e0e0f;
    font-weight: 500;
    
    text-align: left;
    margin-top: 30px;
    margin-bottom: 5px;
}
.blog_area_inner_inner .box span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
    color: #0e0e0f;
    font-weight: 600; 
    margin-top: 10px;
    display: flex;
}
.blog_area_inner_inner .box .text>a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
    color: #0e0e0f;
    font-weight: 600;
    
    margin-top: 10px;
    display: flex;
}
.blog_area_inner_inner .box .text>p {
   font-size: 14px !important;
    line-height: 18px;
    font-weight: 400 !important;
}
.blog_area_inner_inner .box .buttons .cat_text {
    width: fit-content;
    border: 1px solid #057f7f;
    padding: 5px 15px 6px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #057f7f;
    font-weight: 400;
    
    text-align: center;
}
.blog_area_inner_inner .box .buttons a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #057f7f;
    font-weight: 500;
    
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
}
 
.blog_area_inner_inner .box .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

    .swiper {
      width: 100%; 
    }

    

   

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }

    .blog_detals_rela_post_area{
      padding: 50px 0;
    }
    .log_d_slhead span{
      display: flex;
      align-items: center;
      font-size: 19px;
letter-spacing: 1px;
line-height: 25px;
color: #0e0e0f;
font-weight: 500;

    }
    .log_d_slhead{
      margin-bottom: 20px;
    }
    
    
.service_cat_area_inner{

    padding: 110px 0;
}
      .service_cat_area
   {
    padding:0 40px;
    background: #F9F5F570;
border: 1px solid #00000021;
border-radius:24px;
       
   }
   .service_cat_area_inner h3
   { 
font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 30px !important;
    color: #000000;
    letter-spacing: 0.7px;
       
   }
      .service_cat_area_inner p
      {
 
font-weight: 600; 
font-size: 15px !important;  

      }
      .service_cat_area_inner .commen_btn2
      { 
font-weight: 600;
font-style: SemiBold;
font-size: 15px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 4%;
color:#FFFFFF;
padding:16px 30px;
background: #057F7F;
margin-top:15px;
display: flex;
    width: fit-content;

      }
    .swiper {
      margin-left: auto;
      margin-right: auto;
    }

    .blog_detals_rela_post_area{
      padding: 50px 0;
    }
    .log_d_slhead span{
      display: flex;
      align-items: center;
      font-size: 19px;
letter-spacing: 1px;
line-height: 25px;
color: #0e0e0f;
font-weight: 500;
font-family: "Montserrat";
    }
    .log_d_slhead{
      margin-bottom: 20px;
    }



/* ================= SLIDER ================= */
.blogsliderservice{
  height:200px;
}

.blogsliderservice .swiper-slide{
  display:flex;
  align-items:center;
}

/* SERVICE TEXT */
.service_sld{
  font-weight:700;
  font-size:30px;
  line-height:1;
  letter-spacing:2%;
  color:#000;
  opacity:0.15;
  display:flex;
  align-items:center;
  gap:10px;
  transition:all 0.4s ease;
}

/* ICON */
.copy_icn{
  font-size:18px;
  opacity:0;
  transition:0.3s;
  color:#057F7F;
}

/* ACTIVE SLIDE */
.swiper-slide-active .service_sld{
  background:linear-gradient(90deg,#1F9B9B 0%,#057F7F 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  opacity:1; 
  padding-left:20px;
}

.swiper-slide-active .copy_icn{
  opacity:1;
}
.border_top_1 {
    display: flex !important;
    width: 100%;
    height: 5px;
    border-top: 1px solid #00000026;
    margin-bottom: 20px;
    margin-top:20px;
}


    @media screen and (max-width: 1200px) 
    {
        .service_cat_area_inner
        {
         padding-bottom:0px;   
        }
        .blogsliderservice{
            margin: 21px 0 45px !important;
        }
      }
          @media screen and (max-width: 550px) 
          {
              
              .service_sld
              {
               font-size:20px;   
              }
              .blogsliderservice {
    height: 200px;
}
.service_cat_area_inner
{
 padding-top:40px;   
}
.service_cat_area {
    padding: 0 20px;
}.service_cat_area_inner h3 { 
    font-size: 24px !important;
    line-height: normal !important;  
}
          }
      .head_sp1
      {
       font-size:20px !important;
       font-weight:600;   
       display:block;
      }
      /*---------------------- responcive css start --------------- */

      @media screen and (max-width: 1450px) {
        
      }

      @media screen and (max-width: 1400px) {
      }

      @media screen and (max-width: 1350px) {
      }

      @media screen and (max-width: 1300px) {
      }

      @media screen and (max-width: 1250px) {
      }

      @media screen and (max-width: 1200px) {
      }

      @media screen and (max-width: 1150px) {
      }

      @media screen and (max-width: 1100px) {
      }

      @media screen and (max-width: 1098px) {
      }

      @media screen and (max-width: 992px) {
        .blog_details_area_inner .main_big_image{
            height: 100%;
        }
         
      }
      @media screen and (max-width: 768px) {
        .blog_details_area_inner .headding_h1{
            font-size: 30px;
            line-height: 44px;
        }
        .blog_details_area::before{
            height: 75%;
        }
      .blog_details_area_inner .blog_detlss{
        flex-wrap: wrap;
      }
      .author_bx{
        flex-wrap: wrap;
      }
      .tages_and_social_bx{
        flex-wrap: wrap;
      }
      }
      @media screen and (max-width: 550px) {
        .blog_details_area_inner .headding_h1{
            font-size: 22px;
            line-height: 34px;

        }
        .blog_detals_rela_post_area {
    padding: 50px 0;
}
        .blog_detail_content_area_inner h2{
           font-size: 22px;
            line-height: 34px;
        }
        .suss_cov_bx{
          padding: 18px;
          font-size: 15px;
        }
        .blog_details_area_inner ul{
            gap: 10px;
        }
        .blog_details_area_inner ul li a{
            width: 40px;
            height: 40px;
        }
        	h1 {
		font-weight: 800 !important;
		line-height: normal !important;
		font-size: 30px !important;
	}

	h2 {
		font-weight: 700 !important;
		font-size: 22px !important;
		line-height: normal !important;
	}

	h3 {
		font-weight: 500 !important;
		font-size: 18px !important;
		line-height: normal !important;
		
	}

	strong {
		font-weight: 600;
	}

	p {
		font-weight: 600 !important;
		font-size: 16px !important;
	}
      }
      @media screen and (max-width: 450px) {
         .blog_details_area_inner .blog_detlss ul{
            flex-wrap: wrap;
         }
         .blog_details_area {
    position: relative;
    padding: 148px 0 60px;
}

.tages_and_social_bx .tages{
  flex-wrap: wrap;
}
      }
      @media screen and (max-width: 375px) 
      {
        
            	h1 {
		font-weight: 800 !important;
		line-height: normal !important;
		font-size: 25px !important;
	}

	h2 {
		font-weight: 700 !important;
		font-size: 20px !important;
		line-height: normal !important;
	}

	h3 {
		font-weight: 500 !important;
		font-size: 16px !important;
		line-height: normal !important;
		
	}
	strong {
		font-weight: 600;
	}

	p {
		font-weight: 600 !important;
		font-size: 14px !important;
	}
      }
      @media screen and (max-width: 325px) {
      }
 