/*
Theme Name: aarmedica
Theme URI: http://freewebsupport.net
Author: Aarmedica
Author URI: http://freewebsupport.net
*/



.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
 @media (min-width: 576px) {   .container {max-width: 540px;   } } @media (min-width: 768px) {   .container {max-width: 720px;   } } @media (min-width: 992px) {   .container {max-width: 960px;   } } @media (min-width: 1200px) {   .container {max-width: 1280px;   } } .container-fluid {   width: 100%;   padding-right: 15px;   padding-left: 15px;   margin-right: auto;   margin-left: auto; } .row {   display: -ms-flexbox;   display: flex;   -ms-flex-wrap: wrap;   flex-wrap: wrap;   margin-right: -15px;   margin-left: -15px; } .no-gutters {   margin-right: 0;   margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] {   padding-right: 0;   padding-left: 0; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {   position: relative;   width: 100%;   min-height: 1px;   padding-right: 15px;   padding-left: 15px; } .col {   -ms-flex-preferred-size: 0;   flex-basis: 0;   -ms-flex-positive: 1;   flex-grow: 1;   max-width: 100%; } .col-auto {   -ms-flex: 0 0 auto;   flex: 0 0 auto;   width: auto;   max-width: none; } .col-1 {   -ms-flex: 0 0 8.333333%;   flex: 0 0 8.333333%;   max-width: 8.333333%; } .col-2 {   -ms-flex: 0 0 16.666667%;   flex: 0 0 16.666667%;   max-width: 16.666667%; } .col-3 {   -ms-flex: 0 0 25%;   flex: 0 0 25%;   max-width: 25%; } .col-4 {   -ms-flex: 0 0 33.333333%;   flex: 0 0 33.333333%;   max-width: 33.333333%; } .col-5 {   -ms-flex: 0 0 41.666667%;   flex: 0 0 41.666667%;   max-width: 41.666667%; } .col-6 {   -ms-flex: 0 0 50%;   flex: 0 0 50%;   max-width: 50%; } .col-7 {   -ms-flex: 0 0 58.333333%;   flex: 0 0 58.333333%;   max-width: 58.333333%; } .col-8 {   -ms-flex: 0 0 66.666667%;   flex: 0 0 66.666667%;   max-width: 66.666667%; } .col-9 {   -ms-flex: 0 0 75%;   flex: 0 0 75%;   max-width: 75%; } .col-10 {   -ms-flex: 0 0 83.333333%;   flex: 0 0 83.333333%;   max-width: 83.333333%; } .col-11 {   -ms-flex: 0 0 91.666667%;   flex: 0 0 91.666667%;   max-width: 91.666667%; } .col-12 {   -ms-flex: 0 0 100%;   flex: 0 0 100%;   max-width: 100%; } .order-first {   -ms-flex-order: -1;   order: -1; } .order-last {   -ms-flex-order: 13;   order: 13; } .order-0 {   -ms-flex-order: 0;   order: 0; } .order-1 {   -ms-flex-order: 1;   order: 1; } .order-2 {   -ms-flex-order: 2;   order: 2; } .order-3 {   -ms-flex-order: 3;   order: 3; } .order-4 {   -ms-flex-order: 4;   order: 4; } .order-5 {   -ms-flex-order: 5;   order: 5; } .order-6 {   -ms-flex-order: 6;   order: 6; } .order-7 {   -ms-flex-order: 7;   order: 7; } .order-8 {   -ms-flex-order: 8;   order: 8; } .order-9 {   -ms-flex-order: 9;   order: 9; } .order-10 {   -ms-flex-order: 10;   order: 10; } .order-11 {   -ms-flex-order: 11;   order: 11; } .order-12 {   -ms-flex-order: 12;   order: 12; } .offset-1 {   margin-left: 8.333333%; } .offset-2 {   margin-left: 16.666667%; } .offset-3 {   margin-left: 25%; } .offset-4 {   margin-left: 33.333333%; } .offset-5 {   margin-left: 41.666667%; } .offset-6 {   margin-left: 50%; } .offset-7 {   margin-left: 58.333333%; } .offset-8 {   margin-left: 66.666667%; } .offset-9 {   margin-left: 75%; } .offset-10 {   margin-left: 83.333333%; } .offset-11 {   margin-left: 91.666667%; } @media (min-width: 576px) {   .col-sm {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;   }   .col-sm-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;   }   .col-sm-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;   }   .col-sm-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;   }   .col-sm-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;   }   .col-sm-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;   }   .col-sm-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;   }   .col-sm-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;   }   .col-sm-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;   }   .col-sm-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;   }   .col-sm-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;   }   .col-sm-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;   }   .col-sm-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;   }   .col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;   }   .order-sm-first {-ms-flex-order: -1;order: -1;   }   .order-sm-last {-ms-flex-order: 13;order: 13;   }   .order-sm-0 {-ms-flex-order: 0;order: 0;   }   .order-sm-1 {-ms-flex-order: 1;order: 1;   }   .order-sm-2 {-ms-flex-order: 2;order: 2;   }   .order-sm-3 {-ms-flex-order: 3;order: 3;   }   .order-sm-4 {-ms-flex-order: 4;order: 4;   }   .order-sm-5 {-ms-flex-order: 5;order: 5;   }   .order-sm-6 {-ms-flex-order: 6;order: 6;   }   .order-sm-7 {-ms-flex-order: 7;order: 7;   }   .order-sm-8 {-ms-flex-order: 8;order: 8;   }   .order-sm-9 {-ms-flex-order: 9;order: 9;   }   .order-sm-10 {-ms-flex-order: 10;order: 10;   }   .order-sm-11 {-ms-flex-order: 11;order: 11;   }   .order-sm-12 {-ms-flex-order: 12;order: 12;   }   .offset-sm-0 {margin-left: 0;   }   .offset-sm-1 {margin-left: 8.333333%;   }   .offset-sm-2 {margin-left: 16.666667%;   }   .offset-sm-3 {margin-left: 25%;   }   .offset-sm-4 {margin-left: 33.333333%;   }   .offset-sm-5 {margin-left: 41.666667%;   }   .offset-sm-6 {margin-left: 50%;   }   .offset-sm-7 {margin-left: 58.333333%;   }   .offset-sm-8 {margin-left: 66.666667%;   }   .offset-sm-9 {margin-left: 75%;   }   .offset-sm-10 {margin-left: 83.333333%;   }   .offset-sm-11 {margin-left: 91.666667%;   } } @media (min-width: 768px) {   .col-md {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;   }   .col-md-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;   }   .col-md-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;   }   .col-md-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;   }   .col-md-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;   }   .col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;   }   .col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;   }   .col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;   }   .col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;   }   .col-md-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;   }   .col-md-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;   }   .col-md-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;   }   .col-md-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;   }   .col-md-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;   }   .order-md-first {-ms-flex-order: -1;order: -1;   }   .order-md-last {-ms-flex-order: 13;order: 13;   }   .order-md-0 {-ms-flex-order: 0;order: 0;   }   .order-md-1 {-ms-flex-order: 1;order: 1;   }   .order-md-2 {-ms-flex-order: 2;order: 2;   }   .order-md-3 {-ms-flex-order: 3;order: 3;   }   .order-md-4 {-ms-flex-order: 4;order: 4;   }   .order-md-5 {-ms-flex-order: 5;order: 5;   }   .order-md-6 {-ms-flex-order: 6;order: 6;   }   .order-md-7 {-ms-flex-order: 7;order: 7;   }   .order-md-8 {-ms-flex-order: 8;order: 8;   }   .order-md-9 {-ms-flex-order: 9;order: 9;   }   .order-md-10 {-ms-flex-order: 10;order: 10;   }   .order-md-11 {-ms-flex-order: 11;order: 11;   }   .order-md-12 {-ms-flex-order: 12;order: 12;   }   .offset-md-0 {margin-left: 0;   }   .offset-md-1 {margin-left: 8.333333%;   }   .offset-md-2 {margin-left: 16.666667%;   }   .offset-md-3 {margin-left: 25%;   }   .offset-md-4 {margin-left: 33.333333%;   }   .offset-md-5 {margin-left: 41.666667%;   }   .offset-md-6 {margin-left: 50%;   }   .offset-md-7 {margin-left: 58.333333%;   }   .offset-md-8 {margin-left: 66.666667%;   }   .offset-md-9 {margin-left: 75%;   }   .offset-md-10 {margin-left: 83.333333%;   }   .offset-md-11 {margin-left: 91.666667%;   } } @media (min-width: 992px) {   .col-lg {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;   }   .col-lg-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;   }   .col-lg-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;   }   .col-lg-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;   }   .col-lg-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;   }   .col-lg-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;   }   .col-lg-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;   }   .col-lg-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;   }   .col-lg-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;   }   .col-lg-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;   }   .col-lg-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;   }   .col-lg-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;   }   .col-lg-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;   }   .col-lg-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;   }   .order-lg-first {-ms-flex-order: -1;order: -1;   }   .order-lg-last {-ms-flex-order: 13;order: 13;   }   .order-lg-0 {-ms-flex-order: 0;order: 0;   }   .order-lg-1 {-ms-flex-order: 1;order: 1;   }   .order-lg-2 {-ms-flex-order: 2;order: 2;   }   .order-lg-3 {-ms-flex-order: 3;order: 3;   }   .order-lg-4 {-ms-flex-order: 4;order: 4;   }   .order-lg-5 {-ms-flex-order: 5;order: 5;   }   .order-lg-6 {-ms-flex-order: 6;order: 6;   }   .order-lg-7 {-ms-flex-order: 7;order: 7;   }   .order-lg-8 {-ms-flex-order: 8;order: 8;   }   .order-lg-9 {-ms-flex-order: 9;order: 9;   }   .order-lg-10 {-ms-flex-order: 10;order: 10;   }   .order-lg-11 {-ms-flex-order: 11;order: 11;   }   .order-lg-12 {-ms-flex-order: 12;order: 12;   }   .offset-lg-0 {margin-left: 0;   }   .offset-lg-1 {margin-left: 8.333333%;   }   .offset-lg-2 {margin-left: 16.666667%;   }   .offset-lg-3 {margin-left: 25%;   }   .offset-lg-4 {margin-left: 33.333333%;   }   .offset-lg-5 {margin-left: 41.666667%;   }   .offset-lg-6 {margin-left: 50%;   }   .offset-lg-7 {margin-left: 58.333333%;   }   .offset-lg-8 {margin-left: 66.666667%;   }   .offset-lg-9 {margin-left: 75%;   }   .offset-lg-10 {margin-left: 83.333333%;   }   .offset-lg-11 {margin-left: 91.666667%;   } } @media (min-width: 1200px) {   .col-xl {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;   }   .col-xl-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;   }   .col-xl-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;   }   .col-xl-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;   }   .col-xl-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;   }   .col-xl-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;   }   .col-xl-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;   }   .col-xl-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;   }   .col-xl-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;   }   .col-xl-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;   }   .col-xl-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;   }   .col-xl-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;   }   .col-xl-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;   }   .col-xl-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;   }   .order-xl-first {-ms-flex-order: -1;order: -1;   }   .order-xl-last {-ms-flex-order: 13;order: 13;   }   .order-xl-0 {-ms-flex-order: 0;order: 0;   }   .order-xl-1 {-ms-flex-order: 1;order: 1;   }   .order-xl-2 {-ms-flex-order: 2;order: 2;   }   .order-xl-3 {-ms-flex-order: 3;order: 3;   }   .order-xl-4 {-ms-flex-order: 4;order: 4;   }   .order-xl-5 {-ms-flex-order: 5;order: 5;   }   .order-xl-6 {-ms-flex-order: 6;order: 6;   }   .order-xl-7 {-ms-flex-order: 7;order: 7;   }   .order-xl-8 {-ms-flex-order: 8;order: 8;   }   .order-xl-9 {-ms-flex-order: 9;order: 9;   }   .order-xl-10 {-ms-flex-order: 10;order: 10;   }   .order-xl-11 {-ms-flex-order: 11;order: 11;   }   .order-xl-12 {-ms-flex-order: 12;order: 12;   }   .offset-xl-0 {margin-left: 0;   }   .offset-xl-1 {margin-left: 8.333333%;   }   .offset-xl-2 {margin-left: 16.666667%;   }   .offset-xl-3 {margin-left: 25%;   }   .offset-xl-4 {margin-left: 33.333333%;   }   .offset-xl-5 {margin-left: 41.666667%;   }   .offset-xl-6 {margin-left: 50%;   }   .offset-xl-7 {margin-left: 58.333333%;   }   .offset-xl-8 {margin-left: 66.666667%;   }   .offset-xl-9 {margin-left: 75%;   }   .offset-xl-10 {margin-left: 83.333333%;   }   .offset-xl-11 {margin-left: 91.666667%;   } }

*{
    box-sizing:border-box;
}





:root{
    --main-color:#31367b;
--second-color:#b32322;

}
a:hover{
    color: var(--second-color);
    text-decoration:none;
}


html {
font-family: "Rubik", serif;
   font-weight:normal;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 400;
}



body {
font-family: "Rubik", serif;
    font-weight:normal;
	margin: 0; 
	font-size:17px;
	line-height: 1.7em; 
	color: #000;
	overflow-x: hidden;
font-weight: 400;
}

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


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  color: #333;
  margin-bottom: 12px;
  text-transform:capitalize;
  font-weight: 500;
}

h1, .h1 {
  font-size: 34px;
}

h2, .h2 {
font-size: 28px;
  line-height: 35px;
  margin-bottom: 12px;
}

h3, .h3 {
  font-size: 25px;
  line-height: 35px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 36px;
}

@media(max-width:767px){
    h2, .h2 {
font-size: 22px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 30px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 26px;
}

}

.btn{
    transition: .3s linear;
  padding: 10px 25px;
  display: inline-block;
  
width: auto;
  min-width: unset;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
  background:var(--main-color);
  color: #fff;
}
.btn:hover{
    background:var(--second-color); 
color: #fff;
}

p {
  margin-bottom: 15px;
}

.text-center{
    text-align:center;
}

.header-top-panel {
  padding: 4px 0;
background: var(--main-color);
color: #fff;
margin-bottom: 10px;
}

.header-top-panel .social-links{
	padding:2px 0;
}
.header-top-panel .social-links ul li a{
	background: #676cb9;
	width: 34px;
  height: 34px;
  padding: 0;
}

.header-top-panel .social-links ul li a:hover{
	background: #4f55b9;
}

.header-top-panel .social-links ul li a img{
	max-width: 20px;
	padding:0px;
	display: block;
  margin: auto;
}

.header-top-panel .social-links ul li.twitter a img{
	max-width: 15px;
}

.header-info-panel {
	align-items:center;
}

.text-right {
  text-align: right;
}

a {
  background-color: transparent;
  color: var(--main-color);
text-decoration: none!important;
transition:all 0.3s;
}

a:hover {
  text-decoration: none;
}

 .add_t{
 font-size: 14px; 
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
   

  }

.p_icon{ 
  display:inline-block;
  margin-right: 12px;  
font-size: 20px;
  position: relative;
  color: #fff;
  font-weight: 500;
}

.em_icon{  
   display:inline-block;
    margin-left: 12px;   
font-size: 18px;
 color:#fff;
}

.p_icon img,
 .add_t img,
.em_icon img{ 
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(265deg) brightness(99%) contrast(92%);
margin-right: 12px;
  max-width: 18px;
  margin-top: 5px;
  float:left;
}

.soc-icons {
display: flex;
  align-items: center;
  justify-content: end;
  
}

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

/* Header Section */

.nav_logo a img {
  max-width: 150px;
  height: auto;
}

@media (min-width:1201px){
    
 .hide_desktop, .mobile_show {
    display: none;
  }
  
    #siteheader {
    background: #fff;
    transition: .3s;  
  }
      
#navigation > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile_menu {
    display: none;
  }
  
  #navigation ul > li > a {
  display: block;
  padding: 23px 12px;
color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
  
}

body .btn-head {
color: #fff;
    background: var(--second-color);
    font-size: 18px;
    border: 0px;
    padding: 6px 18px;
    line-height: 40px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;  
}

body .btn-head:hover{
color: #fff;
  background: var(--main-color);
}

.align_center {
  align-items: center;
}
 .header-contact {
  text-align: right;
}

#navigation > ul > li:hover > a, 
#navigation > ul > li.current-menu-item > a {
  color: var(--second-color);
}


/*mega menu */

#navigation .menu-item-has-children {
  position: static;
}

#navigation .sub-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

#navigation .menu-item-has-children:hover > .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#navigation .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation .sub-menu li {
  flex: 1 0 33.33%;
  padding: 10px;
}

#navigation .sub-menu li a {
	font-size: 16px;
    line-height: 26px;
  display: block;
  padding: 8px;
  color: #31367b;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#navigation .sub-menu li a:hover {
  background-color: #b32322;
  color: #fff;
}




} /**@media (min-width:1201px) */

#siteheader {
  background: #fff;
  padding-bottom:10px;
}

@media (max-width: 1200px) {
    
    .header-top-panel{
display:none;
 }
 #siteheader{
padding-top:0px;
 }

  

 
.desktp_menu, .mobile_hidden {
    display: none;
  }
    
.mobile_show {
    display: none;
  }
    
    .hero-section__content{
   z-index: 1;
    }
    
#siteheader > .container-fluid > .row > div, #siteheader > .container > .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
    
.hfixed {
    position: fixed !important;
    width: 100%;
    z-index: 3;
  }

    .header3 .nav_logo{
   position: relative;
top: 5px;
    }
    
.phone_no span {
   top: 5px;
  font-weight:600;
 }
 
#siteheader {
box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.09);
padding: 7px 0 7px;
 }
 
 .hide_desktop.res_phone{
padding-top:12px;
 }
 
 .header-contact a{
height:auto;
display: inline-block;
font-size: 23px;
 }
 
 .header-contact a img{
max-width: 27px;
   margin-top: 0px;
   float: left;
   margin-right: 10px;
 }
 
 #navigation ul > li > a{
padding: 0;
    font-size:18px;
 }
 
 #siteheader .menu_sec{
background: #fafaff;
width: 100%;
    position: fixed;
    right: -100%;
    height: 100vh;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
    top: 80px;
    margin-top: 0px;
 }
 
#navigation ul > li {
border-bottom: 1px solid #d5d5d5;
 }
 
.mobile_show.show {
background: transparent;
    border: 0;
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    padding: 0;
    cursor: pointer;
  }
  
    #res_menu_b span.mhide {
    visibility: hidden;
  }

  
   .mobile_show img {
    max-width: 35px;
    margin-bottom: 4px;
    border: 1px solid var(--main-color);
    padding: 4px;
    border-radius: 50%;
  }
  
  .res_phone .header-contact .hcall{
 padding-left: 0;
    padding-right: 0;
    border-right: 0px solid #ddd;
    border-left: 0 solid #ddd;
    margin-right: 25px;
 margin-top: 7px;
  }
  
  #r_menu .menu-main-menu-container {
    max-width: 960px;
    margin: auto;
  }
  
  .hfixed+.header_height{
 height:68px;
  }
  
body.admin-bar  #siteheader .menu_sec{
 top: 114px;
  }
  
  #three_box_call .text-left p{
 font-size: 15px;
  }
    #three_box_call .text-left p a{
 word-wrap: anywhere;
  }
  
.smaLL_mark{
    font-size: 13px;
}

.left_single_content h1{
    font-size: 32px;
  line-height: 36px;
}

#menu-ft2 li{
    width: 50%;
}

.ft_con .phone_icon{
    font-size: 24px;
}

 #res_menu_b, .res_phone {
    float: right;
  }

.header3 .nav_logo {
    display: inline-block;
  }
  .nav_logo a img{
		max-width: 100px;
	}

  #res_menu_b {
    max-width: 35px;
    display: block;
    cursor: pointer;
    height: 28px;
    vertical-align: middle;
    margin-top: 22px;
    float: right;
  }
  
    #res_menu_b span {
    margin-top: 0;
    padding: 0;
    display: block;
    position: relative;
  }
  
   #res_menu_b span, #res_menu_b span::after, #res_menu_b span::before {
    height: 3px;
    width: 35px;
    background: var(--main-color);
    border-radius: 3px;
  }
  

#res_menu_b span:after{content:"";position:absolute;top:10px;right:0}

#res_menu_b span:before{content:"";position:absolute;bottom:-20px;right:0}

.call-email {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}


#res_menu_b span.mhide {
    visibility: hidden;
  }


  #navigation > ul {
    display: block;
    background: 0 0;
    padding: 12px 15px;
    list-style:none;
	overflow: auto;
    height: calc(100vh - 60px);
  }
  
   #navigation ul > li {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;
    display: block;
    list-style: none;
    position: relative;
  }
   #navigation ul > li > a {
    padding: 0;
    font-size: 18px;
    font-weight:500;
  }
  
    #navigation ul li.menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    border-top: 6px solid #333333a6;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
   #r_menu .menu-main-menu-container {
    max-width: 960px;
    margin: auto;
  }
  
    .desktop_menu, .mobile_hidden {
    display: none;
  }
  
   #navigation > ul > li > .sub-menu-wrap ul.sub-menu {
    display: block;
    list-style: none;
    padding: 0 0 0 8px;
    animation: .6s opac;
  }
  
   #navigation > ul > li > .sub-menu-wrap ul.sub-menu li a {
    font-size: 15px !important;
	font-weight:500;
  }
  
  #navigation > ul > li > .sub-menu-wrap ul.sub-menu li:last-child{
	  border-bottom: 0px solid #d5d5d5;
  }
    
}/* max-width:1200px */




/* end of Header Section */



/* hero block */

.inner_hero {
  background:var(--main-color);
  position:relative;
  overflow:hidden;
  z-index: 1;
}

@media(min-width:992px){
	body:not(.home) .inner_hero{
	padding:70px 0;
}
}


.page_title,
.inner_hero h1 {
  font-size: 57px;
  line-height: 64px;
  margin-bottom: 30px;
  text-transform:capitalize;
  color:#fff;
}


div>p:empty{
	display:none;
}

.inner_hero .lead{
font-size: 23px;
  line-height: 34px;
  margin-bottom:0px;
  color: #fff;
  max-width:900px;
  font-weight: 300;
}

.hero-img{
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

body:not(.home) .inner_hero .hero-img img {
position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%,-50%);
  pointer-events: none;
  object-fit: cover;
}
.inner_hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(90deg, #31367B 25%, rgba(49, 54, 123, 0.2) 100%);
}
.inner_hero .container {
  z-index: 1;
  position: relative;
}


@media (max-width: 768px) {
  body:not(.home) .inner_hero .hero-img img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    object-fit: cover;
	height: 100%;
  }
}



/* Button Group Styling */
.button-group {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

/* Primary Button */
.primary-btn {
background: var(--second-color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500!important;
  transition: background 0.3s ease-in-out;
  font-family: "Rubik", serif!important;
}

.primary-btn:hover {
    background: #252A66;
}

/* Secondary Button */
.secondary-btn {
background: transparent;
  color: #fff;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500!important;
  font-family: "Rubik", serif!important;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.secondary-btn:hover {
background: var(--second-color);
    color: #fff;
	  border: 2px solid var(--second-color);
}

.inner_hero .button-group{
	margin-top:0!important;
}

.content+ .cat-section{
	margin-top:30px;
}

@media(max-width:767px){
	.inner_hero .secondary-btn,
	.inner_hero .primary-btn{
		font-size: 14px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    line-height: 43px !important;
    height: 47px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	}
	
	.inner_hero::after {	 
	background: #31367B;
	opacity:0.8;
	}
	.inner_hero .primary-btn{
		line-height: 50px !important;
    height: 49px;
	}

}

@media(max-width:480px){
	
	.button-group{
		justify-content: center;
	}
}

/* bio-materials-section */
.bio-materials-section {
  padding: 70px 0 80px;
}


.bio-materials-section .sub-heading {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
	font-weight:500px
}


.bio-materials-section .main-heading {
font-size: 40px;
  color: #000;
  line-height: 53px;
  max-width: 800px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 40px;
}


.bio-materials-section .info-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.bio-materials-section .info-box:hover {
    transform: translateY(-5px);
}


.bio-materials-section .info-box h2 {
   font-size: 20px;
  font-weight: 500;
  color: #13274f;
  margin-bottom: 10px;
}


.bio-materials-section .info-box p {
    margin-bottom: 10px;
}


.bio-materials-section .info-box hr {
    border: 0;
    height: 1px;
    background: #dcdcdc;
    width: 100%;
    margin: 30px auto;
}


.bio-materials-section .icon img {
width: 60px;
  height: auto;
  margin-bottom: 0;
	filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(2332%) hue-rotate(353deg) brightness(94%) contrast(83%);
}


.bio-materials-section .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
background: rgba(255, 122, 124, 0.11);
  border-radius: 50px;
  left: -8px;
  top: -6px;
}

.bio-materials-section .learn-more {
    font-size: 16px;
	font-weight:500;
    color: var(--main-color);
    text-decoration: none;
   float:right;
    margin-top: 10px;
    transition: color 0.3s ease-in-out;
}

.bio-materials-section .icon{
	display:inline-block;
	position:relative;
}

.bio-materials-section .learn-more:hover {
    color: #13274f;
}

/* Responsive Design */
@media (max-width: 991px) {
	.bio-materials-section .main-heading{
		padding-left:15px;
		padding-right:15px;
		font-size: 28px;
	line-height: 40px;
	}
	.bio-materials-section {
	  padding: 40px 0 30px;
	}
	.bio-materials-section .info-box h2{
		font-size: 18px;
		line-height: 26px;
	}
	.bio-materials-section .icon img{
		width: 35px;
	}
	.bio-materials-section .learn-more{
		margin-top: 0;
	}
}

@media (max-width: 768px) {
    .bio-materials-section .info-box {
        padding: 20px;
    }

    .bio-materials-section .main-heading {
        font-size: 24px;
    }
	
	.bio-materials-section .row{
		gap:30px;
	}
}

/* Industries Section */

.industries-section {	
   padding: 60px 0 80px;
	background: #f5f5ff;
}


.industries-section .sub-heading {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}


.industries-section .main-heading {
 font-size: 40px;
  color: #000;
  line-height: 53px;
    margin-bottom: 10px;
}


.industries-section .description {
    font-size: 16px;
    color: #555;
    max-width: 600px;
    margin: 0 auto 30px;
}


.industries-section .industry-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.industries-section .industry-box:hover {
    transform: translateY(-5px);
}

.industries-section .industry-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}


.industries-section .industry-box .overlay {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
   background: #b32322d4;
  backdrop-filter: blur(5px);
    padding: 10px 20px;
    border-radius: 10px;   
    text-align: center;  
width: 80%;	
}

.industries-section .industry-box .overlay span{
	display:block;
	 font-weight: 600;
    color: #fff;
    font-size: 22px;
}


/* Responsive Design */
@media (max-width: 1199px) {
	.industries-section .industry-box .overlay span{
		  font-size: 18px;
	}
}
@media (max-width: 991px) {
	.industries-section .row {
		gap: 30px 0;
	}
}


@media (max-width: 768px) {
   .industries-section .industry-box img {
        height: 200px;
    }

   .industries-section .industry-box .overlay {
        font-size: 12px;
    }
	.industries-section {	
	   padding: 40px 0 40px;
	
	}

}




/* Section Styling */
.why-choose-section { 
	background: #f5f5ff;
	position:relative;
	overflow: hidden;
}

.icon-before{
	position:relative;
}

.icon-before::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  background-image: url(img/after-bg.svg);
  
  background-position: -90px 100%;
  background-repeat: no-repeat;
  background-size: 41vw auto;
  opacity: .5;
}

.why-choose-section .sub-heading {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}


.why-choose-section .main-heading {
    font-size: 32px;
    font-weight: 600;
    color: #13274f;
    margin-bottom: 15px;
}


.why-choose-section p {
   margin-bottom:25px;
}


.why-choose-section .cta-button {
    margin-top: 20px;
}

.why-choose-section .learn-more {
    display: inline-flex;
    align-items: center;
    background: #8466D8;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease-in-out;
}

.why-choose-section .learn-more img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.why-choose-section .learn-more:hover {
    background: #6A4EC5;
}


.why-choose-section .stats-box {
  background: var(--main-color);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    color: #fff;
	margin-top: 15px;
}


.why-choose-section .stats-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.why-choose-section .stat-item {
font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.why-choose-section .stat-item img {
width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #f5f5ff;
  border-radius: 50%;
  padding: 5px;
}


.why-choose-section .cleanroom-image img {
border-radius: 0;
max-width: 658px;
  margin-left: -50px;
  
}

@media (max-width: 1199px) {
	.why-choose-section .stat-item{
		font-size: 15px;
		line-height: 20px;
	}
}

@media (max-width: 992px) {
	
	.why-choose-section .cleanroom-image img{
		margin-left: auto;
  margin-bottom: 40px;
  max-width: 100%;	
	}
	
    .why-choose-section .row {
        flex-direction: column;
        text-align: center;
    }

    .why-choose-section .stats-box {
        margin-top: 0px;
    }

   .why-choose-section  .cleanroom-image {
        margin-top: 15px;
    }

   .why-choose-section  .stat-item img {
        width: 25px;
        height: 25px;
    }
	
	
.why-choose-section .stats-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.why-choose-section .stat-item {
  flex: 0 0 calc(50% - 6px); /* Two columns */
  box-sizing: border-box;
}

}



@media (max-width: 768px) {
  .why-choose-section .stat-item {
    flex: 0 0 100%;
  }
}


/* Raw Materials Section */
.raw-materials-section {
    padding: 80px 0 50px;
}


.raw-materials-section .info-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #e0e0e0;
}

.raw-materials-section .info-box:hover {
    transform: translateY(-5px);
}

.raw-materials-section .col-md-4{
	margin-bottom:30px;
}
.raw-materials-section .icon img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
	filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(759%) hue-rotate(203deg) brightness(80%) contrast(92%);
}


.raw-materials-section .info-box h3 {
font-size: 22px;
  font-weight: 500;
  color: #13274f;
  margin-bottom: 10px;
}


.raw-materials-section .info-box p {
    margin-bottom:0px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .raw-materials-section .info-box {
        padding: 20px;
    }

    .raw-materials-section .icon img {
        width: 60px;
    }

    .raw-materials-section .info-box h3 {
        font-size: 16px;
    }
}


.pt-50{
	padding-top:50px;
}



/* Contact Section */
.contact-section {
    position: relative;
    background: url('/app/uploads/2025/02/hero-banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px;
    color: #fff;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: rgba(49, 54, 123, 0.88);
    z-index: 1;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact-section .sub-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Main Heading */
.contact-section .main-heading {
   font-size: 60px;
  line-height: 70px;
    color: #fff;
    margin-bottom: 25px;
}


.contact-section  .contact-info .info-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-section  .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-section  .info-item  h4{
	margin-bottom: 0px;
  line-height: 25px;
  font-size: 17px;
  color: #474545;
}

.contact-section  .info-item p{
	margin-bottom:0px;
}

.contact-section .info-item img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
	filter: brightness(0) saturate(100%) invert(20%) sepia(27%) saturate(2082%) hue-rotate(204deg) brightness(98%) contrast(95%);
}

.contact-section .contact-form {
   padding-left:60px;
}


.contact-section .contact-form label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
   width: 100%;
  padding: 18px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 16px;
  font-family:inherit;
}

.contact-section .contact-form textarea{
	height:160px;
}


.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
	opacity:0;
}

.contact-section .submit-btn {
    width: 100%;
  background: #fff;
  color: var(--main-color);
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  transition: background 0.3s ease-in-out;
  cursor:pointer;
}

.contact-section .submit-btn:hover {
    background: var(--second-color);
	color:#fff;
}


@media (max-width: 1199px) {
	.contact-section .main-heading{
		font-size: 40px;
  line-height: 50px;
	}
}
@media (max-width: 992px) {
   .contact-section  .contact-section {
        text-align: center;
    }



.contact-section .contact-info,
  .contact-section  .contact-form {
        margin-bottom: 20px;
    }
	.contact-section .contact-form {
  padding-left: 00px;
}
}

@media (max-width: 767px) {
.contact-section  .info-item {
        justify-content: unset;
    }
}
	

.contact-section .row,
.contact-form{
	position:relative;
	z-index:1;
}


.sub-heading{
	font-weight:500;
}

.mt-50{
	margin-top:50px;
}

.required {
    color: red;
    font-size: 16px;
    margin-left: 5px;
}

.info-item p a {
    text-decoration: none;
    
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}


/*foter */

.footer {
  background-color: #ffffff;
  padding:70px 0px 40px;
  border-top: 1px solid #ddd;
  margin-top: 70px;
}

.footer-container {
   
}


.logo-section {
        margin-bottom:25px;
}


.footer-text {
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
}

.copyright {
    font-size: 13px;
    color: #666;
	margin-top:30px;
}

.highlight {
    font-weight: 600;
    color: #000;
}


.footer-section h3 {
   font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 25px;
  line-height: 22px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 9px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}



/* Responsive CSS */
@media screen and (max-width: 1024px) {
    .footer {
        padding: 30px;
    }

  
    .footer-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .copyright {
        font-size: 13px;
        text-align: center;
    }
   
    .footer-section h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .footer-section ul {
        padding: 0;
    }

    .footer-section ul li a {
       
    display: block;
    }
}

@media screen and (max-width: 991px) {
	.footer .widget-title{
		font-size: 17px;
	line-height: 24px;
	}
}
@media screen and (max-width: 768px) {
    .footer {
        padding: 20px 0;
    }


    .footer-section ul {
        padding: 0;
    }

    .footer-section ul li {
        margin-bottom: 8px;
    }
	
	.footer{
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
    .footer {
       padding: 40px 0 20px;
    }   

    .footer-text {
        font-size: 13px;
    }

    .copyright {
        font-size: 12px;
    }

    .footer-section h3 {
        font-size: 14px;
    }

  
}


.products-ft ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap:0 10px; 
    list-style: none;
    padding: 0;
}

.products-ft ul li {
    font-size: 14px;
}

.products-ft ul li a {
    text-decoration: none;
    color: #333;
}




@media screen and (max-width: 768px) {
    .products-ft ul {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media screen and (max-width: 400px) {
    .products-ft ul {
        grid-template-columns: repeat(1, 1fr); 
    }
	
	.footer-section ul li a{
		border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
	}
	.footer-section ul li a::after {
  content: "→"; /* Unicode arrow or replace with custom */
  margin-left: 8px;
  font-size: 0.9em;
  color: inherit; /* Or set a specific color */
  transition: transform 0.3s ease;
  float: right;
    font-weight: bold;
}

.footer-section ul li:last-child a{
		border-bottom: 0px solid #ddd;
   
	}

.footer-section ul li a:hover::after {
  transform: translateX(4px); /* Optional hover animation */
}
}

.mt-70{
	margin-top:70px;
}


.copyright-text {
    font-size: 14px;
   color: #666;
    margin: 0;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
}

.footer-links {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.footer-links li {
    display: inline;
}

.footer-links li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.footer-links li a:hover {
    color: var(--second-color);
}

/* Responsive for smaller screens */
@media screen and (max-width: 768px) {
    .footer-left, .footer-right {
        text-align: center;
    }

    .footer-right {
        justify-content: center;
        margin-top: 10px;
    }

   
}


@media screen and (max-width: 480px) {
	 .footer-links {
        flex-direction: column;
        gap: 0px 10px;
    }
}

.copy-rights-sec{
	border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

/*social links */

.social-links {
    padding: 15px 0;
   
}

.social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
   
    gap: 15px;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
	background: var(--second-color);
  box-sizing: border-box;
}

.social-links ul li a:hover {
	background: var(--main-color);
}

.social-links ul li a img {
    max-width: 22px; 
    filter: brightness(0) invert(1); 
    transition: 0.3s ease-in-out;
}

.social-heading {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
	margin-top:0px;
}


/* Hover Effect: Slight Glow */
.social-links ul li a:hover img {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

/* Responsive: Stack links on smaller screens */
@media screen and (max-width: 768px) {
    .social-links ul {
       align-items: center;
    justify-content: center;
    }

    .social-links ul li a {
        padding: 5px;
    }
}
.footer a:hover{
	color:var(--second-color);
}


/* testimonials */



/* Owl style */


.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-dots{padding-top:15px;display:none!important}.owl-dot{border:none!important;background:0 0!important}.owl-dot span{margin:0!important}.poislider{border:1px solid #fff;border-radius:5px;padding:0 15px 15px}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-ms-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s;-moz-transition:scale .1s;-ms-transition:scale .1s;-o-transition:scale .1s;transition:scale .1s}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-ms-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.owl-carousel .owl-video-frame{position:relative;z-index:1}



.testimonial-sec{
	padding:70px 0 0;
}
.testimonial-sec h2 {
   font-size: 40px;
  color: #000;
  line-height: 53px;
  margin-bottom: 10px;
}

.testimonial-sec .owl-carousel .owl-item{
	padding-top:50px;
}

.owl-carousel .owl-stage{
	padding-bottom:10px;
}

.testimonial-item {
    background: #f5f5ff;
    border-radius: 10px;
    padding: 30px;
  height:100%;
  position:relative;
  padding-top: 45px;
}

.testimonial-item:before {
 padding: 15px 17px 12px;
  content: "";
  position: absolute;
  background: url(https://aarmedica.dkscompany.com/app/uploads/2025/02/quote5.png) no-repeat;
  background-size: 28px !important;
  width: 54px !important;
  height: 54px !important;
  top: -28px !important;
  left: 34px !important;
  display: flex;
  right: 37px;
  background-color: var(--second-color);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  background-position: center !important;
  box-sizing: border-box;

}

.testimonial-item p{
	font-size:20px;
	line-height:32px;
}

.stars {
    font-size: 24px;
    color: #f8b400;
    margin-bottom: 10px;
}

.client-info {
    margin-top: 40px;
}

.client-info img {
    width: 50px;
    height: auto;
    margin-right: 10px;
	border-radius:50%;
	float:left;
}

.client-info h3 {
   font-size: 18px;
  color: #1d2d50;
  line-height: 22px;
  margin-bottom: 0;
  font-weight:500;
}

.client-info span {
    font-size: 14px;
    color: #666;
}


.owl-stage {
  display: flex;
}

.owl-stage-outer{
	overflow:hidden;
}



  
.owl-theme .owl-nav {
  position: absolute;
  top: 44%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
pointer-events: none;
 opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@media(min-width:992px){
	.owl-theme:hover .owl-nav {
    opacity: 1;
    pointer-events: auto; 
  }
}


  
.owl-theme .owl-nav button {
  background-color: var(--second-color);
  border: none;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor:pointer;
}

.owl-theme .owl-nav button:hover {
  background-color: var(--main-color);
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  background-image: url('https://aarmedica.dkscompany.com/app/uploads/2025/02/right-arrow2.png');
background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-180deg);
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  background-image: url('https://aarmedica.dkscompany.com/app/uploads/2025/02/right-arrow2.png');
background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.owl-theme .owl-nav span{
	display:none;
}

.testimonial-carousel {
	margin-top:50px;
}

.quote-icon {
    width: 40px;  /* Adjust size */
    height: auto;
    margin-bottom: 10px;  /* Space between quote and text */
    display: block;  /* Ensures it's on top */
    text-align: left;
}

@media(max-width:991px){
	.testimonial-item p {
  font-size: 17px;
  line-height: 30px;
}
}


/* inner page section */


#inner-content .inner_hero .hero-img img{
	left: 65%;
}

#inner-content .inner_hero h1{
	margin-bottom:0px;
}

.inner-page-section{
	padding-top:50px;
}

.inner-page-section ul{
	margin-bottom:20px;
	padding-left:15px;
}

.inner-page-section ul li+li{
	margin-top:8px;
}

.inner-page-section ul li::marker{
	color:var(--second-color);
}

.inner-page-section h2,
.inner-page-section h3,
.inner-page-section h4{
	margin-bottom:20px;	
}

.inner-page-section .full-content {
	margin-bottom:50px;
}

.inner-page-section .lead{
	font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

@media(min-width:992px){
	.inner-page-section .main-heading {
		font-size: 40px;
		  color: #000;
		  line-height: 53px;
	}
}

.inner-page-section .full-content div p:last-child{
	margin-bottom:0px;
}

.lgray_box{
	padding: 50px 0 50px;
  background: #f5f5ff;
  margin-bottom: 50px;
}


/* cta design */


/* CTA Section Styling */
.cta-section {
    position: relative;
    background: url('/app/uploads/2025/02/1679464803_six.jpg') no-repeat center center/cover; /* Add your background image */
   
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
	margin-bottom:50px;
	padding: 50px 0;
}



/* Overlay Effect */
.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
}

/* Content Styling */
.cta-content {
   position: relative;
    z-index: 1;
    max-width: 700px;
    margin: auto;
    padding: 20px;
}

.cta-title {
	font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 50px;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
	.cta-title {
	font-size: 26px;
  line-height: 36px;
}

.cta-content p {
  font-size: 15px;
}
.cta-content{
	padding:0px;
}

.cta-content p:last-child{
	padding-bottom:0px;
}

}



/* Container Styling */
.certification-container {
    text-align: center;

}


.pt-30{
	padding-top:30px;
}

.certification-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	margin-top:30px;
}

/* Individual Box Design */
.cert-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Hover Animation */
.cert-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Box Titles */
.cert-box h3 {
    font-size: 20px;

    margin-bottom: 10px;
}

/* Box Paragraph */
.cert-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
	margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .certification-boxes {
        flex-direction: column;
        align-items: center;
    }

    .cert-box {
        width: 90%;
    }
}


.contact-section .contact-form h3{
font-size: 34px;
  color: #fff;
  margin-bottom: 10px;
}


.inner-page-section .contact-section .contact-info .info-box{
	background: #f5f5ff;
	box-shadow:none;
}

.inner-page-section .contact-section .contact-info iframe{
	border-radius:10px;
	overflow:hidden;
}


.inner-page-section .contact-section .contact-form{
padding-left: 0;	
}

.inner-page-section .contact-section .main-heading{
	position:relative;
	z-index:1;
}


.contact-section.top-content{
	padding:0px;
	background:transparent;
}

.contact-section.top-content::before{
	display:none;
}


/* single post */



/* Sidebar Search Box */

.search-form {
display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.search-field {
    flex: 1;
    padding: 12px 15px;
	padding-left:0px;
    border: none;
    font-size: 16px;
    outline: none;
    background: none;
}

.search-submit {
 background: var(--second-color);
  color: #fff;
  height: 32px;
  width: 40px;
  cursor: pointer;
  transition: background 0.3s ease;
box-sizing: border-box;
  position: relative;
  right: -15px;
  border: 0 !important;
  font-size: 0;
  border-radius: 2px !important;
  background-image: url(/app/uploads/2025/02/search4.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.search-submit:hover {
    background-color: var(--main-color);
}

.search-button i {
    font-size: 18px;
}


.sidebar .widget + .widget {
  margin-top: 30px;
}
.sidebar .widget {
  background: #f5f5ff;
  padding: 15px;
}

.sidebar ul {
  list-style:none;
  padding:0;
  margin:0;
}

.sidebar ul li a {
  display:block;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ddd;
  padding-right: 25px;
line-height: 27px;
  font-size: 16px;
  color: var(--third-color);
}

.sidebar ul li a:hover {
color: var(--main-color);
}
.sidebar ul li:last-child a {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0 solid #ddd
}


.blog-single h2, 
.blog-single h3,
.blog-single h4 {
 margin-bottom: 25px;
  margin-top: 15px;
}

.blog-single ul ,
.blog-single ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

.blog-single li+li {
  margin-top: 8px;
}

.blog-single li::marker{
	color:var(--second-color);
}


.sidebar .widget-title{	
font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

body.single-post #inner-content .inner_hero .hero-img img{
	left:55%;
}

.mt-40{
	margin-top:40px;
}



/* Blog Meta Section */
.blog-meta {
    display: flex;
    align-items: center;
    gap:0 30px;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
	
}

/* Author Section */
.meta-author {
    display: flex;
    align-items: center;
    gap: 8px;
	text-transform: capitalize;
}

/* Author Avatar */
.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
}

/* Author Name */
.author-name {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.author-name:hover {
    color: #ff6f61;
}

/* Meta Date Section with Icon */
.meta-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-date::before {
    content: "📆"; /* FontAwesome calendar icon */
    font-weight: 900;
    color: #ff6f61;
    font-size: 14px;
}

/* Meta Date Link */
.meta-date a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.meta-date a:hover {
    color: #ff6f61;
}

/* Category Section with Icon */
.meta-category {
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-category::before {
    content: "🗂️";  /* Category symbol */
    font-weight: 900;
    color: #ff6f61;
    font-size: 14px;
}

/* Category Styling */
.meta-category a {

    text-decoration: none;   
    transition: background 0.3s ease-in-out;
}

.meta-category a:hover {
    background: #e65c50;
}




/* Blog archive */

.blog_page{
	background:#fafafa;
	padding-bottom: 50px;
}

.blog-header {
	padding-top: 40px;
}

.blog-header>img,
.blog-header .blog-banner-image{
max-width: 1400px;
  margin: auto;
  border-radius: 32px;
  max-height: 490px;
 object-fit: cover;
    object-position: top;
	width: 100%;
  
}

.blog-header .container{
	background: var(--third-color);
  border-radius: 32px;
  margin-top: -50px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

.blog-header .container h1 {
   font-size: 45px;
  line-height: 50px;
  margin-top: 0;
  color: #fff;
  font-weight: 600;
 
  letter-spacing: 1px;
  display:inline-block;
  padding-top:8px;
}

body.blog .blog-header .container h1{
	 text-transform: uppercase;
}

.icon-header img,
.inner-icon-hero .pageIcon{
	max-width:65px;
	float:right;
	filter: brightness(0) invert(1);
}

.inner-icon-hero .pageIcon{
	max-width:105px;
}
.hero-left-con{
	  display:inline-block;
}

.header-content nav ul {
    display: inline;
    list-style: none;
}

.header-content nav ul li {
    display: inline;
    margin-left: 15px;
}

.header-content nav ul li a {
    color: white;
    text-decoration: none;
}


.category-select {
    padding: 10px;
    font-size: 16px;
}

.search-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #f39c12;
    color: white;
    border: none;
    cursor: pointer;
}

.search-btn:hover {
    background-color: #e67e22;
}


.blog-item {
    background-color: white;
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s;
	padding: 15px;
	min-height: 468px;
}

.blog-item >a{
	border-radius: 12px;
    border-bottom-left-radius: 12px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  display: block;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-item a img {
width: 100%;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
}

.cat_b a{
position: absolute;
  background: var(--second-color);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
    border-bottom-left-radius: 20px;
  border-bottom-left-radius: 52px;
  top: -59px;
  right: 16px;
  font-size: 16px;
  border-bottom-left-radius: 0;
}

.blog-info {
    padding: 20px 0 0px;
	position:relative;
}

.entry-title{
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title a {
  color: var(--third-color);
}
.entry-title a:hover{
	 color: var(--main-color);
}

.blog-info h2 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.blog-info .date {
    color: #7f8c8d;
    margin-bottom: 10px;
}

.blog-info .description {
    margin-bottom: 0px;
}

.blog-info .category {
    background-color: #f39c12;
    color: white;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
}

.date img{
	float:left;
	filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(2028%) hue-rotate(343deg) brightness(100%) contrast(100%);
	max-width: 16px;
  margin-top: 7px;
  margin-right: 11px;
}

.blog_listing.block-news{
	margin-top:50px;
}


/*single post */

.single-hero .container h1 {
	font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin:0px 0 20px;
  text-transform:capitalize;
display: block;
padding-top:0px;
}

.post-single-meta{
	display: flex;
  justify-content: space-between;
  color: #fff;
}

.author{
text-transform: capitalize;
}


/* sidebar */

.sidebar .widget {
	background:#fff;
	padding:15px;
}

.sidebar .widget+.widget{
	margin-top:30px;
}


/* share box */

.blogSidebar .socil_box{
	background: var(--orange-color);
padding: 15px 30px;
  border-radius: 6px;

  color: #fff;
}
.blogSidebar .sharetitle{
font-family: "DM Serif Display", serif;
  font-size: 25px;
  font-weight: 400;
  background:url(/app/themes/discriminationandsexualharassmentlawyers/resources/inc/images/shaer_icon.svg)no-repeat 0 center;
  background-size:20px;
  padding-left:35px;
margin-bottom:22px;
text-align: left;
}

.social-btn{
	display: flex;
  flex-wrap: wrap;
}

.social-btn a {
display: flex;
  margin: 5px 10px 5px 0;
  width: 22px;
  height: 22px;
  font-size: 0;
  border: 1px solid var(--main-color);
  padding: 5px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
}

.social-btn a:hover{
background:#000;
border: 1px solid #000;
}

.social-btn a.s-pinterest{
	display:none;
}

.social-btn a img{
	max-width: 18px;
}

.sharetitle{
	font-weight: 600;
	font-size: 16px !important;
	text-align:left;
}


/* Sidebar Search Box */

.search-form {
display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.search-field {
    flex: 1;
    padding: 12px 15px;
	padding-left:0px;
    border: none;
    font-size: 16px;
    outline: none;
    background: none;
}

.search-submit {
 background: var(--second-color);
  color: #fff;
  height: 32px;
  width: 40px;
  cursor: pointer;
  transition: background 0.3s ease;
box-sizing: border-box;
  position: relative;
  right: -15px;
  border: 0 !important;
  font-size: 0;
  border-radius: 2px !important;
  background-image: url(/app/uploads/2025/02/search4.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.search-submit:hover {
    background-color: var(--main-color);
}

.search-button i {
    font-size: 18px;
}



.sidebar ul {
  list-style:none;
  padding:0;
  margin:0;
}

.sidebar ul li a {
  display:block;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ddd;
  padding-right: 25px;
line-height: 27px;
  font-size: 16px;
  color: var(--third-color);
}

.sidebar ul li a:hover {
color: var(--main-color);
}
.sidebar ul li:last-child a {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0 solid #ddd
}


.single_post_con .entry-content h2, 
.single_post_con .entry-content h3,
.single_post_con .entry-content h4 {
 margin-bottom: 25px;
  margin-top: 15px;
}

.single_post_con .entry-content ul ,
.single_post_con .entry-content ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

.single_post_con .entry-content li+li {
  margin-top: 8px;
}


.sidebar .widget-title{	
font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

/* Table Container */
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;   
    overflow: hidden;
	margin-bottom:30px;
	
}

/* Table Header */
table thead {
    text-align: left;
}

table th {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

/* Table Body */
table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

/* Row Hover Effect */
table tbody tr:hover {
    background:#ededff;
}

/* Responsive Table */
@media (max-width: 768px) {
  table {
    width: 100%;
    border-collapse: collapse;
  }

}



/*pagination */

#pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
}

#pagination .page-numbers {
  display: inline-block;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s ease;
  background: var(--main-color);
}

#pagination .page-numbers:hover {
    background: var(--second-color);
    color: #fff;
}

#pagination .current {
    background: var(--second-color);
    color: #fff;    
}

#pagination .next {
    font-size: 28px;
  font-weight: 600;
   padding: 10px 20px;
}

#pagination .next:hover {
    background: var(--second-color);
}


/* Product category page */



@media(min-width:992px){
	.cat-section .cat-sidebar{
		order:1;
	}
	
	.cat-section .cat-content{
		order:2;
	}	

}


/* Sidebar container */
.cat-side-inner {
  background-color: #f5f5ff;
  padding: 10px 15px 10px;

}

/* Sidebar title */
.cat-side-title {
font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  background: var(--main-color);
}
.cat-side-title img{
	float:left;
	margin-right:12px;
	margin-top: 2px;
	max-width:24px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(66deg) brightness(103%) contrast(100%);
}

.pages-list {
  list-style: none;
  margin: 0!important;
  padding: 0!important;
}


.pages-list li a {
	 font-size: 15px;
  line-height: 23px;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: var(--main-color);
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  padding-right: 21px; 
}
.pages-list li:last-child a{
	 border-bottom: 0px solid #ddd;
}

.pages-list li a::after {
content: "\2192";
  margin-left: 8px;
  color: var(--main-color);
  font-size: 21px;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.pages-list li a:hover::after { 
   right: -2px;
}

.pages-list li.active a::after {
 
   color: var(--second-color);
}


.pages-list li a:hover {
  color: var(--second-color);
}


.pages-list li.active a {
 color: var(--second-color);
}

.cat-content table{
	background: #f5f5ff;
}

.cat-content table th{
	padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  background: var(--second-color);
  color: #fff;
}

.cat-content table tr th:first-child,
.cat-content table tr td:first-child{
	text-align:center;
}


.cat-content table tr td a{
	color:var(--second-color);
}


.cat-content table tr td a:hover{
	color:var(--main-color);
}



@media (max-width: 991px) {
	.cat-sidebar{
		margin-top:40px;
	}
	.products-ft{
		margin-bottom:30px;
	}
	.inner_hero{
		padding: 40px 0 40px;
	}
	.page_title, .inner_hero h1 {
  font-size: 45px;
  line-height: 54px;
	}
	.pright-text,
.pright_image 	{
		margin-top:40px;
	}
	
	.cat-content .box li {
  margin: 0px !important;
  width: calc(33.333% - 13px);
  box-sizing: border-box;
  min-width: 1px !important;
  max-width: 33% !important;
}
	
}


.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Responsive tweaks for mobile devices */
@media (max-width: 768px) {
  .table-responsive table {
    min-width: 100%;
  }

  .table-responsive th,
  .table-responsive td {
    font-size: 14px;
    padding: 6px 10px;
  }

	.cat-content .box li {
   width: calc(50% - 16px);
  max-width: 50% !important;
}
	
	.page_title, .inner_hero h1 {
font-size: 30px;
    line-height: 40px;
	}
	
	  .cat-content table{
		  background:transparent;
	  }
	  
  .cat-content table tr {
    margin-bottom: 10px;
    border: 1px solid #31367b63;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5ff;
  }
  
  .inner_hero .hero-img img{
	  height: 100%;
  }

	 .why-choose-section .main-heading, .contact-section .main-heading, .testimonial-sec h2, .industries-section .main-heading {
    font-size: 27px;
    line-height: 34px;
  }
  .inner-page-section .lead {
  font-size: 18px;
  line-height: 30px;
  }
  .footer .social-links{
	  margin-bottom: 30px;
  }
  .social-links ul li a br{
	  Display:none!important;
  }
  .header-contact a img{
	  max-width: 35px;
  }
  .related-blogs .blog-item{
	  min-height: 4px;
  }
  .sidebar .widget {
 
  padding: 15px 0;
	}
	
	.blog-single .blog-meta .meta-date{
		display:none;
	}
}
@media (max-width: 574px) {
	
	.cat-content .box li {
   width: 100%;
  max-width: 100% !important;
}

	.contact-section{
		padding: 20px;
	}

  .phone_no span {
    Display:none;
  }
  .why-choose-section .main-heading,
  .contact-section .main-heading,
  .testimonial-sec h2,
  .industries-section .main-heading{
	font-size: 25px;
	line-height: 32px;
}
}

.clear{
	clear:both;
}


.box li{
	margin:0px!important;
}
