html,
body,p {
  font-family: "Poppins", Sans-serif !important;
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --red: #05419B;
  --clr-grn: #05419B;
  --black: #15141D;
  --white: #ffffff;
  --gray:#747373;
  --lite-gray:#ededed;
  --line:#777777; 
  --green:#008000;
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/*==========================================================================
=> Fonts
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
ul,
li {
  will-change: transform;
  font-weight: 400;
  margin-bottom: 0;
}
li b{
    font-weight:700;
}
p b{
    font-weight:700;
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .w-1440-40 {
    width: 40%;
  }
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .fpo{
    order:2;
  }
  .fpot{
    order:3;
  }
  .tabs-d,.text-f,.archive-meta{
    width: 100% !important;
  }
  .hero-content{
    padding:50px 0px 40px 0px !important;
  }
  .padding-tedn{
  margin-top:20px;
}
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
    .plf{
    margin:0px 20px !important;
  }
  .hero-banner,.comm-section.header {    
    background-size: unset !important;
}
.hero-banner, .comm-section.header {
    padding: 65px 0px !important;}
    /*new*/
  .comm-section.header h1{
    padding-bottom: 50px !important;
  }
.newhhe{
    display:none;
}
.newss {
    padding-bottom: 20px;
}
    .podcast-cardss{
        display:block !important;
    }
    .feature-list{
            padding: 0px 20px;
    }
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
      .hero-content {
        padding: 20px 0px !important;
    }
        .hero-banner, .comm-section.header {
        padding: 70px 0px 0px 0px !important;
    }
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  .f-576-10 .f-col {
    width: 10%;
  }
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  .f-576-8 .f-col {
    width: 12.5%;
  }
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  .f-576-5 .f-col {
    width: 20%;
  }
  .f-576-4 .f-col {
    width: 25%;
  }
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  .f-576-2 .f-col {
    width: 50%;
  }
  .f-576-1 .f-col {
    width: 100%;
  }
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-33 {
    width: 33%;
  }
  .w-576-16 {
    width: 16.666666%;
  }
  .mb-576-100 {
    margin-bottom: 100px;
  }
  .mb-576-95 {
    margin-bottom: 95px;
  }
  .mb-576-90 {
    margin-bottom: 90px;
  }
  .mb-576-85 {
    margin-bottom: 85px;
  }
  .mb-576-80 {
    margin-bottom: 80px;
  }
  .mb-576-75 {
    margin-bottom: 75px;
  }
  .mb-576-70 {
    margin-bottom: 70px;
  }
  .mb-576-65 {
    margin-bottom: 65px;
  }
  .mb-576-60 {
    margin-bottom: 60px;
  }
  .mb-576-55 {
    margin-bottom: 55px;
  }
  .mb-576-50 {
    margin-bottom: 50px;
  }
  .mb-576-45 {
    margin-bottom: 45px;
  }
  .mb-576-40 {
    margin-bottom: 40px;
  }
  .mb-576-35 {
    margin-bottom: 35px;
  }
  .mb-576-30 {
    margin-bottom: 30px;
  }
  .mb-576-25 {
    margin-bottom: 25px;
  }
  .mb-576-20 {
    margin-bottom: 20px;
  }
  .mb-576-15 {
    margin-bottom: 15px;
  }
  .mb-576-10 {
    margin-bottom: 10px;
  }
  .mb-576-5 {
    margin-bottom: 5px;
  }
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
    .banner-head.orange {
        right: 43% !important;
    }
}
@media (max-width: 450px) {
    .banner-head.orange {
        right: 42% !important;
    }
}
@media (max-width: 400px) {
         /*new*/
    .newafter .share-img{
        margin-right: 6px;
    }
    .newss{
        gap: 15px;
    }
    .banner-head.orange {
        right: 22% !important;
    }
    .podcast-cardss{
        padding: 10px !important;
    }
    .feature-list{
            padding: 0px 10px;
    }
}
@media (max-width: 350px) {
    .banner-head.orange {
        right: 16% !important;
    }
}
@media (max-width: 320px) {
    .banner-head.orange {
        right: 12% !important;
    }
}
@media (max-width: 300px) {
    .banner-head.orange {
        right: 10% !important;
    }
}
@media (max-width: 290px) {
    .banner-head.orange {
        right: 8% !important;
    }
}
@media (max-width: 250px) {
    .banner-head.orange {
        right: 0% !important;
    }
    .newsectionlast {
        padding-left: 120px;
    }
}
@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (orientation: portrait) {
  /* Styles for iPhone 14 Pro Max portrait */
  .rotating-text.banner-head.orange p{
    line-height: 38px !important;
}
.banner-head.orange{
    display:block !important;
    position:relative !important;
    right:48% !important;
}
}

@media only screen and (min-device-width: 932px) and (max-device-width: 430px) and (orientation: landscape) {
  /* Styles for iPhone 14 Pro Max landscape */
}
@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .f-400-8 .f-col {
    width: 12.5%;
  }
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .f-400-5 .f-col {
    width: 20%;
  }
  .f-400-4 .f-col {
    width: 25%;
  }
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .f-400-2 .f-col {
    width: 50%;
  }
  .f-400-1 .f-col {
    width: 100%;
  }
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-33 {
    width: 33%;
  }
  .w-400-16 {
    width: 16.666666%;
  }
  .mb-400-100 {
    margin-bottom: 100px;
  }
  .mb-400-95 {
    margin-bottom: 95px;
  }
  .mb-400-90 {
    margin-bottom: 90px;
  }
  .mb-400-85 {
    margin-bottom: 85px;
  }
  .mb-400-80 {
    margin-bottom: 80px;
  }
  .mb-400-75 {
    margin-bottom: 75px;
  }
  .mb-400-70 {
    margin-bottom: 70px;
  }
  .mb-400-65 {
    margin-bottom: 65px;
  }
  .mb-400-60 {
    margin-bottom: 60px;
  }
  .mb-400-55 {
    margin-bottom: 55px;
  }
  .mb-400-50 {
    margin-bottom: 50px;
  }
  .mb-400-45 {
    margin-bottom: 45px;
  }
  .mb-400-40 {
    margin-bottom: 40px;
  }
  .mb-400-35 {
    margin-bottom: 35px;
  }
  .mb-400-30 {
    margin-bottom: 30px;
  }
  .mb-400-25 {
    margin-bottom: 25px;
  }
  .mb-400-20 {
    margin-bottom: 20px;
  }
  .mb-400-15 {
    margin-bottom: 15px;
  }
  .mb-400-10 {
    margin-bottom: 10px;
  }
  .mb-400-5 {
    margin-bottom: 5px;
  }
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/*fieldset {
  border: 1px solid var(--gray);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}*/
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0px;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--gray);
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  font-weight: var(--button-font);
  background: var(--red);
  outline: none;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border: 1px solid transparent;
  border-radius: 32px;
  font-size: 16px;
  text-align: center;
  padding: 0 36px;
  width: max-content;
  box-shadow: 0px 0.09px 0px var(--gray);
  will-change: transform;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 12px 28px 12px 28px;
}
.button.center {
  margin: auto;
}
.button.small {
  height: auto;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 32px;
}
.button:hover {
  background: var(--red);
  border: 1px solid var(--red) !important;
  color: var(--white);
  transform: translateY(-5px);
}
.button.line {
  background: transparent;
  border: 1px solid var(--red);
  color: var(--red);
}
.button.white {
  border: 1px solid var(--white);
}
.button.white:hover {
  background: transparent;
  box-shadow: 0px 5px 0px var(--white);
}
.button.orange {
  background: var(--red);
}
.button.orange:hover {
  border: 1px solid var(--red);
  background: var(--red);
  box-shadow: 0px 5px 0px var(--lite-gray);
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.ehdn2 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 24px;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  font-weight: 500;
  height: 46px;
  font-size: 16px;
  border: 0;
  border: 1px solid rgba(21, 20, 29, 0.5);
  border-radius: 4px;
  padding: 0 16px;
  position: relative;
  background: transparent;
  color: var(--black);
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
  border: 1px solid rgba(21, 20, 29, 0.8);
}
.form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  left: 16px;
  top: 14px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 0 4px;
}
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: var(--white);
  top: -10px;
  z-index: 2;
}
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
.form-grp.int-padr input {
  padding-right: 40px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #a7b3c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: var(--white);
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: var(--white);
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: var(--white);
}
.power-section .bookcall-s {
    padding-top: 40px;
}
.podcast-cardss .w50:nth-child(1) {
    border-right: 3px solid var(--red);
    align-content: center;
}
.podcast-cardss .w50:nth-child(2) {
    border-left: none !important; 
    align-content: center;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: var(--white);
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
.select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid var(--black);
  background: var(--white);
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 8px;
  height: 8px;
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.drop ul {
  position: absolute;
  background: var(--white);
  border: 2px solid var(--black);
  box-shadow: 0 8px 0px var(--black);
  border-radius: 10px;
  top: 32px;
  padding: 10px;
  width: 270px;
  clip-path: inset(0 0 100% 0);
  transition: 0.5s;
}
.drop ul li {
  padding: 0;
}
.drop ul li:last-of-type {
  border-bottom: 0;
}
.drop ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px
  padding: 8px 15px;
  border-radius: 5px;
}
.drop ul li a:hover {
  background: #eee;
  color: var(--white);
}
.drop:hover ul {
  clip-path: inset(0 0 -10px 0);
}
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
  transition: 0.3s;
}
.menuBtn {
  display: flex;
  align-items: center;
}
.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-list li a {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  font-weight: 600;
}
.header-list li a:hover {
  color: var(--secClr);
}
.rotating-text.banner-head.orange p{
    line-height: 74px !important;
}
.fixHeader {
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
  top:0px !important;
}
.fixHeader .header-box {
  height: var(--header-scroll-height);
  transition: 0.3s;
}
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
.menuBtn .button {
  margin-left: 20px;
  margin-right: 40px;
}
/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.js-nav-toggle {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  border-radius: 100%;
  border: 1px solid var(--white);
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: var(--white);
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  margin-top: 5px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
  border: 1px solid var(--white);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: var(--white);
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: var(--black);
}
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: var(--white);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: var(--white);
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
  line-height: 24px;
}
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: var(--black);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.has-dropdown {
  will-change: auto;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.sign-up-mob {
  display: none;
}
.sign-up-mob ul {
  top: 46px;
  width: 150px;
  right: 0;
}
.sign-up-mob ul a {
  color: var(--black);
  font-weight: 600;
  padding: 8px 4px;
}
#main-scrollbar {
  width: auto;
  height: 100vh;
  margin: 0;
  position: relative;
}
#main-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
}
.container {
  max-width: 1330px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  padding-top: var(--header-height);
  overflow: hidden;
  width: 100vw;
}
.comm-section {
  padding: 60px 0px;
  position: relative;
}
 #header{
        top:0px;
    }
    .logo img {
    max-height: 40px;
    width: auto;
    height: 40px;
}
.header-box {
    display: flex
;
    height: var(--header-height);
    transition: 0.3s;
}
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.header-box ul, .header-box li {
    will-change: unset;
}
.nav {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.header-list .drop {
    position: unset;
    will-change: unset;
}
.header-list > li {
    margin: 0 10px;
}
.header-list > li > a {
    text-decoration: none;
    color: #333;
    display: block;
}
.header-list li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
}
  .stan--footer {
  padding: 48px 0 0px;
  border-top: 1px solid var(--black);
  background:var(--black);
}
.stan-bo{
  height:11px;
  width: 100%;
}
.relateds{
    margin-bottom:-7px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 10px 0px;
}
.footer-bottom p,
.footer-bottom a {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.footer-bottom a {
  margin-left: 46px;
}
.footer-bottom a:hover {
  color: var(--red);
}
.footer-divider {
  width: 100%;
  height: 1px;
  background: var(--gray);
  margin: 20px 0 15px;
}
.footer-logo {
  margin-bottom: 32px;
}
.stan-footer-title {
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 24px;
}
.stan-footer-link li {
  display: flex;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  color: var(--white);
}
.fp-text{
color: var(--white);
font-size: 17px;
font-weight: 500;
line-height: 30px;
text-align: left;
margin-bottom: 14px;
margin-top: 40px;
}
.stan-footer-link li img {
  margin-right: 16px;
}
.stan--footer .cf{
border-bottom: 1px solid var(--white);
padding-bottom:30px;
}
.stan-footer-link a {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.stan-footer-link a:hover {
  color: var(--red);
}
.stan-footer-link a img {
  margin-right: 16px;
}
.logo-section {
  padding-bottom: 24px;
  position: relative;
  z-index: 111;
}
.logo-wrap {
  position: relative;
  perspective: 200px;
  -webkit-perspective: 200px;
}
.logo-wrap p {
  max-width: 287px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.logo-wrap h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}

/* Container */
.container {
  max-width: 1200px;
  padding: 15px;
}

/* Inner Grid Layout */
.inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Section Styling */
.lines {
  background-color: var(--white);
}

/*.mainbodyclass .for-l{
      border-block-start: 5px double var(--line);
      border-block-end: 5px double var(--line);

  padding: 20px 0px;
}*/
.innerg img{
      height: auto;
      width: auto;
}

/* Desktop Layout */
@media (min-width: 768px) {
  .section {
    flex: 1 1 calc(50% - 20px);
  }
}

/* 3-column Desktop */
@media (min-width: 992px) {
  .section {
    flex: 1 1 calc(33.333% - 20px);
  }
}

/* Inner Content Styles */
.featured-post,
.latest-blog {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.hero-banner,.comm-section.header {    
    padding: 40px 0px;
    background: url(../img/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}
h1.tab-slide{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px !important;
    padding: 0;
    color: var(--white);
}
h2.tab-slide{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px !important;
    padding: 0;
    color: var(--white);
}
.contant h2{
   font-size: 24px;
    font-weight: 700;
    line-height: 32px !important;
    padding: 0;
    color: var(--black);
}
.contant h3{
   font-size: 21px;
    font-weight: 700;
    line-height: 30px !important;
    padding: 0;
    color: var(--black);
}
.contant p {
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 7px;
}
.contant ul li{
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    margin-top: 10px;
    margin-bottom: 7px;
    list-style: disc;
    margin-left: 30px;
}
.comm-section.header h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px !important;
    padding: 0;
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    padding-top: 90px;
    padding-bottom:20px;
}
.tit a{
    color: var(--black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.tit .blog-a{
    color: var(--black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.case-study-author a{
    font-size: 12px;
    line-height: 18px;
    color: var(--gray);
    display: block;
    padding-top:5px;
}
.blog-author ul li {
    padding-top: 0px;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray);
}
.text-f b{
    font-weight: 700;
}
.footer-list{
  padding-top:10px;
}
.footer-list li a,.stan-footer-link li,.stan-footer-link a,.text-f{
    color: var(--lite-gray) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 25px !important;
    margin-bottom: 5px;
}
.blog-s{
  padding: 20px;
    margin-bottom: 10px;
}
.tabs-d{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px !important;
    padding: 16px 0px 32px 0px;
    color: var(--white);
    width:50%;
}
.featured-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}


.lines h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--black);
  padding-bottom: 20px;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--lite-gray);
    border: 1px solid var(--gray);
    border-left: 5px solid var(--gray);
}
.mainbodyclass{
  padding:120px 0px 50px 0px;
}
.for-l .featured-post:last-child,.for-l .latest-blog:last-child{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.featured-post,.latest-blog{
  display: inline-flex;
  width: 100%;
}
.iiner-s{
  width:50%;
  padding-left: 20px;
}
.innerg{
  width:50%; 
}
.iiner-s p{
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: var(--gray);
}
.tit{
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.featured-post img,.latest-blog img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.spanc a{
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--red);
  padding: 10px 0px 15px 0px;
}
.maina{
  font-family: "Poppins", Sans-serif;
  color: var(--black);
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}
.innerg img{
  padding-bottom: 10px;
     width: auto;
}
.descriptions{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 7px;
}
.third--section h3{
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
}
.mainblog{
  margin:10px 0px;
}
.latest-post .meta{
  font-size: 12px;
  line-height: 18px;
  color: var(--gray);
}
.latest-post .description p{
  font-size: 16px;
  color: var(--black);
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 7px;
}
.second-section .w70{
  background-color: #d9e1e2;
      padding: 20px;
}
.second-section .w70 h3{
  font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
}
.second-section .w50 h6{
  margin-bottom: 7px;
}
.second-section .featured-post:last-child,.second-section .latest-blog:last-child{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.second-section .for-ln {
    border-block-end: 5px double var(--line);
    padding-bottom: 20px;
}
.hero-content{
      padding: 90px 0px 0px;
}
.third-section .tit{
  font-size: 16px;
  color: var(--black);
  line-height: 24px;
}
.post-title{
  font-size: 40px;
  line-height: 48px;
      color: var(--black);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
}
.post-content h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    color: var(--black);
    line-height: 48px;
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: 700;
}
.post-content h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    color: var(--black);
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: 700;
}
.post-content h4 {
    font-size: 14px;
    color: var(--black);
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: 700;
}
.post-content p{
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.featured-image img{
  width:1200px;
}
.contant{
  padding: 50px 0px 30px 0px;
}
.team{
  padding-bottom: 50px;
}
.stan-copyright{
  text-align: center;
  margin:auto;
}
.text-f{
  font-size: 16px;
  line-height: 24px;
  width: 85%;
  color: var(--white);

}
.tit h3{
  padding: 10px 0px;
}
/* Basic Form Wrapper */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: var(--lite-gray);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Labels */
.wpcf7 form p {
  margin-bottom: 15px;
}

/* Input and Textarea Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--gray);
  border-radius: 8px;
  font-size: 16px;
  background-color: var(--white);
  transition: border 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: var(--gray);
  outline: none;
}

/* Submit Button */
.wpcf7 input[type="submit"],.butc {
  background-color: var(--red);
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,.butc:hover {
  background-color: var(--gray);
}

/* Error and Success Messages */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 5px;
}
.wpcf7 form label {
  display: block;
  margin-bottom: 6px; /* adjust spacing as needed */
  font-weight: 500;
}
.wpcf7-mail-sent-ok {
  background-color: var(--gray);
  border-left: 4px solid var(--green);
  color: var(--green);;
}

.wpcf7-validation-errors {
  background-color: var(--gray);;
  border-left: 4px solid var(--red);;
  color: var(--red);;
}
.cform{
  padding:0px;
}
.footer-logo img{
    height: auto;
    width: 33%;
}
table {
      width: 80%;
      border: 2px solid var(--black);
      border-collapse: collapse;
      margin: 20px auto;
      font-family: Arial, sans-serif;
    }

    th, td {
      border: 2px solid var(--black);
      padding: 12px 15px;
      text-align: center;
    }

    th {
      background-color: var(--red);
      color: white;
    }

    tr:nth-child(even) {
      background-color: var(--lite-gray);
    }

    tr:hover {
      background-color: var(--lite-gray);
    }

    caption {
      caption-side: top;
      font-size: 1.5em;
      margin: 10px;
      font-weight: bold;
    }
.contact-box{
  
  background: var(--lite-gray);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  border-radius: 12px;
}
.contact-box h3 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  color: var(--black);
  font-weight: 700;
  border-block-end: 5px double var(--line);
  padding-bottom: 10px;
}

.contact-box p {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--black);
  line-height: 24px;
}
.classinfo{
  gap: 28px;
  margin-bottom: 50px;
}
.archive-meta{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px !important;
  padding: 0px 0px 15px 0px;
  color: var(--white);
  width: 70%;
  margin: auto;
  text-align: center;
}
.blog-details{
  padding-top: 50px;
}
.sidebar-content .latest-blog {
    width: 100%;
    align-items: center;
}
.sidebar-content .innerg {
    width: 62%;
}
.sidebar-content .iiner-s {
    width: 100%;
    padding-left: 10px;
}
.sidebar-content .tit {
    font-size: 14px;
    line-height: 20px;
}
.sidebar-content .latest-blog {
    display: block;
}
.ez-toc-title ,.sidebar-content h3{
  font-size: 20px !important;
    font-weight: 500;
    color: var(--black);
    padding-bottom: 20px !important;
    margin-bottom: 15px !important;
    padding: 10px 5px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--lite-gray);
    border: 1px solid var(--gray);
    border-left: 5px solid var(--gray);
}
#ez-toc-container{
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: none !important;
    display: table;
    margin-bottom: 0;
    padding: 0px !important;
    position: relative;
    width: auto;
}
div#ez-toc-container .ez-toc-title {
    display: block !important;
}
#ez-toc-container a{
  color: var(--black) !important;
      font-size: 14px !important;
    line-height: 20px !important;
}
#ez-toc-container a:visited{
  color: var(--gray) !important;
      font-size: 14px !important;
    line-height: 20px !important;
}
.ez-toc-js-icon-con{
}
#ez-toc-container .ez-toc-title{
  line-height: inherit !important;
}
.our-team{
  align-items: center;
  padding: 20px 0px;
      width: 80%;
    margin: auto;
  border-block-end: 5px double var(--line);
}
.our-team .w30{
  text-align: center;
      padding: 0px;
}
.our-team .w70{
  padding: 20px;
}
.our-team h6{
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
    display: block;
    padding-top: 10px;
}
.our-team p{
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 22px;
}
.post-meta{
 display: flex;
 align-items: center; 
 gap: 10px;
 margin-bottom: 10px;
 justify-content: center;
}
.post-meta img{
  border-radius: 50%;
  border: 2px solid var(--black);
}
.dblock{
  display: inline-flex;
    gap: 30px;
}
.dblock ul li{
  list-style: disc;
}
.author-team{
  margin-top: 50px;
  border-block-start: 5px double var(--line);
  border-block-end: 5px double var(--line);
  padding-bottom: 30px;
}

/* Base styles */
.header-menu {
    display: flex;
}
#mobile-menu-toggle{
  display: none;
}
/* Mobile styles */
@media (max-width: 768px) {
  .post-title {
    font-size: 30px;
    line-height: 35px !important;
  }
  .post-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .maina{
    font-size: 28px;
    line-height: 30px;
    padding-top: 20px;
  }
  .sidebar-content .tit,.third-section .tit{
    font-size: 20px;
    line-height: 25px;
  }
   .our-team{
    width: 100%;
  }
  .menuBtn .button{
    display: none;
  }
  #mobile-menu-toggle{
  display: block;
}
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
    }

    .header-menu {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 60px; /* Adjust based on your header */
        right: 0;
        width: 100%;
        z-index: 999;
    }

    .header-menu.open {
        display: flex;
    }

    .header-list {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .header-list li {
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
}
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

#mobile-menu.active {
  transform: translateX(0);
}
#mobile-menu-toggle,#mobile-menu-close {
  margin-left: auto;
  outline: 0;
  border: 1px solid;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 13px;
  color: #000000;
}
#mobile-menu .header-list li a{
  color: var(--white);
}
.error-img{
    text-align: center;
    padding: 50px 0px;
}
.error-img h5{
    font-size: 150px;
    font-weight: 600;
    color: var(--black);
}
.error-img p{
    font-size: 20px;
    padding-top: 20px;
    margin-bottom:60px;
    color: var(--gray);
}
.detail-content-center .post-content ul{
    list-style: disc;
    line-height: 24px;
    padding-left: 18px;
}
.detail-content-center .post-content ol {
    list-style: decimal;
    line-height: 24px;
    padding-left: 18px;
}

/* Additional CSS (JK) */
/* Additional CSS (JK) */
#menu-main-menu {
    font-size: 12px !important;  
    white-space: nowrap;
}
#menu-main-menu li {
    padding: 3px !important;  
}
@media (max-width: 768px) {
  #menu-main-menu {
    font-size: 12px !important;
  }
}
#header > div.header-box > div > div.head-left > div > a > img {
     max-height: 120px !important;
    height: auto;
    width: auto;
}
.menu-item a:hover {
  color: #0D7AFF !important;
}
#header > div.header-box > div > div.head-right > div > div.menu-links > a.button.small.line {
  background-color: #0D7AFF !important; 
  color: #fff !important;
	border-color: #FFFFFF !important;
}


.post-content p img {
    display: block;
    margin: 20px auto;           
    max-width: 100%;
    height: auto;
    border-radius: 12px;         
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);  
}
.post-content a {
    color: #DB3A00 !important;
}
/* === Make post content responsive === */
.post-content {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
}

/* === Responsive Images in Posts === */
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 12px; /* soft edges */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* === Responsive Videos or iframes === */
.post-content iframe {
    max-width: 100%;
    height: auto;
}

/* === Headings === */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
    word-break: break-word;
    line-height: 1.4;
}

/* === Tables === */
.post-content table {
    width: 100%;
    overflow-x: auto;
    display: block;
}


.post-content p {
    margin-bottom: 1.2em;
}

/* === Responsive fix for small devices === */
@media (max-width: 768px) {
    .post-content {
        font-size: 0.95rem;
        padding: 10px;
    }

    .post-content img {
        margin: 15px auto;
    }

    .post-content table {
        font-size: 0.9rem;
    }
}


iframe[src*="google.com/maps"] {
  height: 500px !important;
  width: 100% !important;
  border: 0;
  display: block;
}

iframe[src*="youtube.com"] {
  height: 500px !important;
  width: 100% !important;
  border: none;
  display: block;
}

.home .post-thumb img,
.archive .post-thumb img,
.blog .post-thumb img,
.post-grid img,
.post-thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.w40.lines .innerg img,.second-section .newsss img{
	width: 100%;
    height: 225px;
    max-width: 100%;
    object-fit: cover;
}
.featured-post img, .latest-blog img{
	  max-width: 100%;
    height: 115px;
    object-fit: cover;
	object-position: center center;
	width:100%
}
.third-section .innerg img{
	 max-width: 100%;
    height: 160px;
    object-fit: cover;
	object-position: center center;
	width:100%
}


/* Left-align all post and page content */
body, p, h1, h2, h3, h4, h5, h6 {
  text-align: left !important;
}

.post-content a {
    color: #2271B1 !important; 
    text-decoration: none;     
}
.post-content a:hover {
    color: #0D77F9 !important;
    text-decoration: underline;*/
}




 













