 section.hero-section1 {
    padding: 50px 0px;
    background-color:#253562;
}
.hero-section1 .subheading {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 1px;
}

.text-size-large {
    font-size: 20px !important; 
}

.hero-section1 h1 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 2.8rem;
    margin: 15px 0;
    font-family: 'effra-regular';
    color: #fff;
}

.hero-section1 .description {
  font-size: 1rem;
  color: #fff;
  max-width: 700px;
  font-family: sans-serif;
}

/* Feature Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding: 45px 0px;
    text-align: center;
    background-color: #253562;
}

.feature-card  {
    background-color: #253562;
    padding: 30px;
    /* border: 1px solid #333; */
    transition: 0.3s;
}
 

.feature-card .icon {
    font-size: 2rem;
    margin-bottom: 7px;
    color: orange;
    width: 85px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.feature-card h3 {
    font-size: 2rem !important;
    font-weight: 500;
    font-family: 'effra-regular';
    color: #fff;
}

/* CTA Section */
.cta-section {
  background-color: #253562;
  padding: 60px 0;
}

.cta-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.cta-text .small-title {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'effra-regular';
}

.cta-text h2 {
    font-size: 60px;
    margin: 15px 0;
    color: #fff;
    line-height: 51px;
    border-bottom: 1px solid #6b81a5;
    padding-bottom: 26px;
    font-family: 'effra-regular';
}

.cta-text .cta-desc {
  font-size: 17px;
  color: #fff;
  margin-bottom: 36px;
  font-family: 'effra-regular';
}

.contact-info {
    display: flex;
    justify-content: space-between;
}

.contact-info p {
    font-size: 15;
    margin-bottom: 10px;
    color: #fff;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
}

/* Stats Section */
.stats-section {
    display: flex
;
    justify-content: space-around;
    padding: 100px 0 20px 0px;
    background-color: #ffffff;
    text-align: center;
}

.stat-box h3 {
  font-size: 3rem;
  color: #666;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 1rem;
  color: #ccc;
}


.skill-box {
    /* background: #ffffff; */
    /* max-width: 500px; */
    /* margin: 0 auto 80px; */
    /* padding: 40px 30px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    /* text-align: center; */
    display: flex;
    justify-content: space-around;
}

.skill {
    margin-bottom: 30px;
    position: relative;
}

.skill h3 {
    margin-bottom: -136px;
    /* position: absolute; */
    display: block;
    color: #253562;
    position: relative;
    z-index: 1;
        font-family: 'effra-regular';
}

.counter {
    font-size: 8.588em;
    font-weight: 400;
    color: #6b81a5;
    opacity: 0.6;
    z-index: 0;
    position: relative;
}

.trx_addons_column-1_3 {
    /* width: 33.3333333333%; */
    /* display: inline-block; */
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sc_skills_item_wrap:after {
    content: '';
    display: block;
    height: 60px;
    width: 1px;
    position: absolute;
    right: calc(-1 * 30px / 2);
    top: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #6b81a5;
}

.testimonial-section {
    background: #fff;
    padding: 45px 0px;
    text-align: center;
        font-family: 'effra-regular';
}

.section-title {
    font-size: 3rem;
    margin-bottom: 50px;
    color: #333;
    font-family: 'effra-regular';
    text-align: center;
}

.testimonial-item {
   /*  background: #ffffff;
    border-radius: 10px; */
    padding: 30px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
}

.testimonial-item p {
    font-style: italic;
    color: #555;
    font-size: 20px;
    line-height: 32px;
}

.testimonial-item p {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.testimonial-item p i {
    color: #253562;
    margin-left: 10px;
    margin-right: 10px;
}

 
.testimonial-item h4 {
    margin-top: 20px;
    font-weight: bold;
    color: #253562;
}


.tab {display: none;}

.tab img{
   /* -webkit-filter: saturate(0%);
    filter: saturate(0%);*/
    border-radius:10px;
}



.tabs ul > li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    margin-bottom: 14px;
    display: inline-flex;
}
.tabs ul > li a {
    text-decoration: none;
    padding: 0px;
    /* width: 250px; */
    color: #272727;
    /* display: inline-block; */
    /* border-bottom: 1px solid #eee; */
}
 
.tabs ul > li .active { border-bottom: 1px solid #ddd; }

.pb-85 {
    padding-bottom: 85px;
}
.pt-85 {
    padding-top: 85px;
}

.pt-65 {
    padding-top: 65px;
}

.font-size-24{
    font-size:24px;
    color:#253562;
    font-weight:600;
    font-family: 'effra-regular';
}

.font-size-14 {
    font-size: 15px;
    line-height: 22px;
    font-family: 'effra-regular';
    color:#253562;
}

.tabs ul > li.active {
    list-style: none;
    border-left: 2px solid #253562;
    border-bottom: none;
    padding-left: 10px;
}

.arrow-icon i{
    color:#253562;
}


@media only screen and (max-width: 768px) {
    .feature-card h3 {
    font-size: 22px !important; 
}
.section-title {
    font-size: 2rem !important;
}
.testimonial-item {
    padding: 0px !important; 
}
.testimonial-item p::after { 
    top: 210px !important;
}

.skill h3 {
    margin-bottom: -120px !important; 
}
.hero-section1 h1 { 
    font-size: 36px; 
}
.tab {
    margin-bottom: 20px;
}
.pt-85 {
    padding-top: 0px;
}







}
