a{
    text-decoration: none !important;
}
html,
body{
  overflow-x: hidden;
}
.top-head {
  color: #f3370b;
  font-size: 20px;

}
.box .head {
  font-size: 20px;
}
.top-header .box{
    color: white;
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    
}
#top-header{
    background-color: #0B133C;
}
#top-header a{
    color: white;
}
.box{
    padding-top:10px ;
}
.box i{
    color: #a30d0f;
}
.ox{
    padding-top:10px ;
            display: flex;
        align-items: flex-end;
        justify-content: end;
}
.ox a{
    padding-left: 10px;
}
/* header */
.navbar-expand-lg .navbar-nav {
  margin: auto;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler .fa-solid {
  color: black;
}

.navbar-toggler {
  border: none !important;
}

.nav-link {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: black !important;
}

.nav-item {
  margin: 0 5px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary) !important;
  transition: 0.5s;
}

.navbar-nav .nav-link:hover {
  color: red !important;
  transition: 0.5s;
}
.navbar-brand .lol{
    width: auto !important;
}
/* header button */
.main-btn {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        background-color: #a30d0f; /* Default background color */
        color: white;
        text-decoration: none;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        transition: color 0.3s ease; /* Smooth text color transition */
    }

    .main-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        /* Background color on hover */
        transition: left 0.3s ease;
        color: white !important;
    }

    .main-btn:hover::before {
        left: 0; /* Slide in from left to right */
    }

    .main-btn:hover {
        background-color: black;
        color: white; /* Keep text color white on hover */
    }

    .main-btn i {
        margin-right: 8px;
    }
#moblie-banner {
  display: none;
}
/* end header */





/* footer start */

.footer {
  position: relative;
  padding: 80px 0 30px;
  /* background: linear-gradient(rgba(185, 43, 43, 0.95), rgba(0, 0, 0, 0.95)), */
    /* url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d') center/cover no-repeat; */
    background-color: #0B133C;
  color: #fff;
}

/* Brand */
.footer-brand .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand i {
  font-size: 28px;
  color: white;
}

.footer-brand h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px;
}

.footer-brand .tagline {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  opacity: 0.8;
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
  transition: 0.3s;
}

/* .social-links a i:hover {
  color: red !important;
} */

/* Titles */
.footer-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: popins;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links i {
  color: white;
  font-size: 18px;
}

.footer-links i:hover {
  color: red !important;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #e0e7ff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: red !important;
  padding-left: 5px;
}

.footer-links h4:hover {
  color: red!important;
  padding-left: 5px;
}

.footer-links h3:hover {
  color: red!important;
  padding-left: 5px;
}

/* Bottom */
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
 
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

.footer-bottom p a {
  color: white;
}

.payment-icons i {
  font-size: 30px;
  margin-left: 10px;
  opacity: 0.9;
}


/* footer end */

.pro-info1 h3{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #111111;
    
}
.pro-info1 p{
  text-align: justify;
  color: white;
}
.pro-info1{
  padding: 40px;
  background-color: #b10a0d;
   border-radius: 20px;
   margin-top: 20px;
}
.pro-info1:hover{
background-color: #d10e11;
cursor: pointer;
}

.pro-info2 h3{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #111111;
    
}
.pro-info2 p{
  text-align: justify;
  color: white;
}
.pro-info2{
  padding: 40px;
  background-color: #0d85a3;
   border-radius: 20px;
   margin-top: 20px;
}
.pro-info2:hover{
background-color: #0fa1c5;
cursor: pointer;
}

.pro-info3 h3{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #111111;
    
}
.pro-info3 p{
  text-align: justify;
  color: white;
}
.pro-info3{
  padding: 40px;
  background-color: #ec9d0a;
  border-radius: 20px;
  margin-top: 20px;
  

}
.pro-info3:hover{
background-color: #fabb45;
cursor: pointer;
}
#infor{
  padding-top: 40px !important;
  padding-bottom: 60px !important;
  padding: 10px;
}

#about-info{
  padding: 10px;
  padding-bottom:40px;
  padding-top: 20px;
}
.info1 h3{
padding: 8px;
background-color: #d10e11;
color: white;
border-radius: 10px;
}
.info1 h2{
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0B133C;
}
.info1 p{
  text-align: justify;
}
#footer-border{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d10e11;
}
#our-pro {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgb(230, 235, 235);
}
.our-heading h2{
display: flex;
align-items: center;
justify-content: center;
color: #0B133C;
font-weight: 700;
font-size: 40px;
padding: 10px;

}
.our-heading h6{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ad2022;
  padding-bottom: 20px !important;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}
.org h5{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #111111;
        font-family: 'Montserrat', sans-serif !important;
        padding-left: 15px;
}
.org p{
  /* font-family: 'Lato', sans-serif; */
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #4d4949;
    text-align: justify;
    padding: 15px;
}
.omg {
  padding-left: 15px !important;
}
.omg:hover{
  background-color: #0B133C !important;
}
.org .card {
  border: none !important;
  
}
.org {
  padding: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.org .card:hover{
background-color: #d10e11 ;
color: white !important;
cursor: pointer;

}
.org .card:hover p{

color: white !important;
cursor: pointer;
}
 .org .pso {
  color: #051469 !important;
}
.org .card:hover  h5{

color: white !important;
cursor: pointer;
}
.org .card:hover .omg{

color: white !important;
cursor: pointer;
}
.org .card:hover img{
  transform:scale(1.1);

cursor: pointer;
}
.ux{
  overflow: hidden;
}
.our-eg{
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 80%; */
  text-align: center;
}

.head-12 h1{
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(4, 4, 87);
  font-weight: 700;
   padding-top: 40px;
  
        font-family: 'Montserrat', sans-serif !important;
        
}
.head-12 h6{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
    
    font-weight: 500;
    color: #b10a0d;
        
        
        text-align: center;
}
.dis-bar h5{
  color: #744d05;
  font-weight: 700;
  padding: 10px;
  padding-top: 40px;
  font-size: 30px;
 
}
.dis-bar p{
  text-align: justify;

}
#dis1 {
  padding-bottom: 40px;
}

#gallery-img {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #b10a0d;
}
.gallery-img1 h1 {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 10px;
color: white;
font-weight: 700;
font-family: 'Montserrat', sans-serif !important;
}
.gallery-img1 h6 {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
color: rgb(250, 197, 62);
font-weight: 400;
padding-bottom: 20px !important;
text-align: center;
}
.gall img{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding: 10px;
}
.gall{
    position: relative;
    overflow: hidden;
}

.gall img{
    width: 100%;
    display: block;
}

.gall::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 103, 245, 0.589);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 1;
}

.gall:hover::before{
    transform: scaleX(1);
}

.gall1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    opacity: 0;
    transition: 0.5s ease;
    width: 90%;
}

.gall:hover .gall1{
    opacity: 1;
}

.gall1 h3{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
#why-choose{
  padding-bottom: 40px;
  padding-top: 40px;
}
.why-choose1 h3{
  color: #021375;
  font-weight: 700;
font-family: 'Montserrat', sans-serif !important;
padding-bottom: 20px;
padding-top: 20px;
}


/* why choose us  */

.accordion-item {
  color: #d10e11!important;
  font-weight: 450;
}
.accordion-button {
  color: #fffdfd !important;
  background-color: #0B133C !important;
}
.accordion-button::after{
  background-color: white !important;
}



.expertise-section{
    background:#eeecec;
    padding:40px 30px;
    border: #4d4949 !important;
}

.expertise-section h3{
    font-size:30px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
    text-transform:uppercase;
}

.title-line{
    width:60px;
    height:3px;
    background:#d81f2a;
    margin-bottom:50px;
}

.skill{
    margin-bottom:35px;
}

.skill-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.skill-header span:first-child{
    font-size:24px;
    color:#000;
    font-weight:500;
}

.skill-header span:last-child{
    font-size:24px;
    color:#d81f2a;
    font-weight:700;
}

.progress-bar{
    width:100%;
    height:10px;
    background:#ffffff !important;
    border-radius:50px;
    overflow:hidden;
}

.progress{
    height:100%;
    background:#d81f2a !important;
    border-radius:50px;
}

/* Testimonial */
#testimonial {
  background: linear-gradient(#052d61c2, rgba(160, 3, 3, 0.849)), url(../img/review.jpg);
  background-color: #04638fe3;
  background-size: cover;
  background-position: center;
}

#review {
  position: relative;
  padding: 50px 0;

}
#testimonial .sub-head {
  color: #ffa30e;
  font-size: 40px;
}
#review .heading {
  color: rgb(243, 18, 18);
  margin-left: unset;
  margin-right: unset;
  font-size: 25px;
  font-weight: 600;
}

#review .left {

  display: flex;
  justify-content: center;
  align-items: center;
}

#review .left .content {
  padding: 15px;
  border-radius: 2px;
  position: relative;
}

#review .left .content i {
  color: var(--primary);
  font-size: 90px;
  right: 0;
  bottom: -40px;
  position: absolute;
}

#review .left .content p {
  color: white;
}

.card-text i {
  color: #ffa30e;
  font-size: 30px !important;
}

#review .card-body img {
  width: 10%;
  height: 100%;
}

#review .card-body {
  padding: 20px 70px;
  background: var(--secondary);

}

#review .card-body .testimonial-carousel {
  max-width: 700px;
  margin: 0 auto;
}

#review .card-body .right .fa-quote-left {
  left: 0;
  top: -60px;
}

#review .card-body .right .fa-quote-right {
  right: 0;
  bottom: -60px;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 60px;
  height: 60px;
  margin: 0 5px;
  padding: 10px;
  background: var(--secondary);
  transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
  opacity: .1;
  transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}


#about-us {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #0B133C;
  color: white;
}
.ab-im1 h5{
  color: #ffa30e;
}
.ab-im1 h2 span{
  color: red;
  
}
.ab-im1 p{
  text-align: justify;
}
.ab-im img{
  padding: 10px;
}
.ab-im1 {
  padding: 10px;
}
.mission1 h2 span {
  color: #d10e11;
  font-weight: 700;
  font-size: 35px;
}
.mission1 h2 {
  font-weight: 700;
  font-size: 35px;
}
.mission-1 h1{
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
color: #021375;
font-weight: 700;
font-family: sans-serif ;
}
.mission-1 h1 span {
  color:#d10e11;

}
#mision-1 {
  padding-bottom: 20px;
  padding-top: 20px ;
}
 .miss1{ 
  color: rgb(5, 34, 112) !important;
  line-height: 1.1;
  font-size: 30px !important;

 
}
.miss1 h6 {
font-size: 20px;
}
.miss1 i {
  color:#d1a40e;
  font-size: 30px;
  line-height: 10px;
line-height: 1.3;

}
.mission1 p{
  color: #807b7b;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}
.mission1 {
  padding: 10px;
}

.section{
    background:#042b4f; /* dark blue like your image */
    padding:80px 40px;
    display:flex;
    justify-content:center;
}

/* GRID */
.wrapper{
    width:1100px;
    display:flex;
    justify-content:space-between;
    text-align:center;
}

/* EACH BOX */
.box{
    flex:1;
    position:relative;
}

/* ICON CIRCLE BACK */
.circle{
    width:90px;
    height:90px;
    margin:0 auto 15px;
    background:rgba(255,255,255,0.06);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* OUTER SOFT GLOW */
.circle::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
    z-index:0;
}

/* ICON */
.icon{
    width:34px;
    height:34px;
    color:#ffffff;
    z-index:1;
}

/* TEXT */
.title{
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    margin-top:10px;
}

/* RESPONSIVE */
@media(max-width:900px){
    .wrapper{
        flex-wrap:wrap;
        gap:40px;
    }
    .box{
        flex:50%;
    }
}

#value {
  padding-bottom: 20px;
  padding-top: 20px;
}


/* MAIN SECTION */
.contact-section{
    background:#062b4a;
    padding:60px 40px;
    border-radius: 20px;
}

/* WRAPPER */
.wrapper{
    max-width:1200px;
    margin:auto;
    display:flex;
    gap:40px;
    align-items:stretch;
}

/* LEFT SIDE */
.left1{
    flex:1;
    color:#fff;
    position:relative;
}

.left1 h1{
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    justify-content: start;
    align-items: start;
    display: grid;
    text-align: justify;
}



.left1 h1 span{
    color:#d10e11;
}

.left1 p{
    margin:25px 0;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
}

.left1 i{
    color:#f4b400;
}

/* SOCIAL */
.social{
    margin-top:30px;
    display:flex;
    gap:15px;
}

.social a{
    width:40px;
    height:40px;
    background:#0b3b63;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    color:#fff;
    text-decoration:none;
}

/* RIGHT FORM */
.right1{
    flex:1;
    background:#fff;
    border-radius:14px;
    padding:30px;
}

.right1 h2{
    text-align:center;
    margin-bottom:20px;
    font-size:22px;
    font-weight:700;
    text-decoration:underline;
}

/* INPUTS */
.input{
    margin-bottom:18px;
}

.input input,
.input textarea{
    width:100%;
    padding:12px 10px;
    border:none;
    border-bottom:1px solid #ddd;
    outline:none;
    font-size:14px;
}

.input textarea{
    resize:none;
    height:80px;
}

/* BUTTON */
button{
    background:#062b4a;
    color:#fff;
    padding:12px 25px;
    border:none;
    border-radius:4px;
    cursor:pointer;
    font-weight:600;
}

/* RESPONSIVE */
@media(max-width:900px){
    .wrapper{
        flex-direction:column;
    }

    .left h1{
        font-size:28px;
    }
}
#fort 
  {
    margin:0;
    font-family: Arial, sans-serif;
    background:#f5f7fb;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px !important;
}
#maping {
  padding: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

#faq {
  padding: 10px;
  padding-bottom: 40px;
  padding-top: 40px;
}

#blog11{
  padding: 10px;
  padding-bottom: 40px;
  padding-top: 40px;

}
.our-blog h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(4, 4, 87);
  font-weight: 700;
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif !important;
}
.our-blog h3 span {
   margin: auto;
  justify-content: center;
  align-items: center;
  background-color: #d10e11;
  padding: 10px;
  color: white;

}
.spa {
  display: flex;
  justify-content: center;
}
.our-blog h6{
   display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
    font-weight: 500;
    color: #b10a0d;
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
}
.card-title {
    
    color: #0d10a3 !important;
    font-weight: 600 !important;
    font-size: 25px;
    font-family: Montserrat, sans-serif !important;
}
#blog11 {
  background-color: #f0ede8;
}

#bolg-123 {
  padding-bottom: 40px;
  padding-top: 40px;
}
 .dropdown-item {
  background-color: #ffffff !important;
}
.dropdown-item:hover {
  background-color: #fdabab !important;
  color: #000;
}
.bouncer-text p{
text-align: justify;
}
#services12 {
  padding: 10px;
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #eef0f1a9;
  
}
.bouncer-text {
  box-shadow: #b8b5b5 10px solid;
  
  background-color: #e6e2e283;
  padding: 20px;
  border-radius: 10px;
}
.bouncer-text:hover {
  box-shadow: #000000 10px solid;
  cursor: pointer;
  background-color: #e6e2e283;
  padding: 20px;
  border-radius: 10px;
  transition: 0.5s;
}
.bouncer-img .bounc {
  border-radius: 10px;
}
#services13{
  padding-bottom: 30px;
  padding-top: 60px;

}
#services14 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.bouncer-row {
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
   border: 3px solid #ffffff;   
  border-radius: 12px;        
  box-shadow: 0 10px 25px rgba(107, 106, 106, 0.25);
  overflow: hidden;
}
.bouncer-row:hover {
   border: 3px solid #ffffff;   
  border-radius: 12px;        
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); 
  overflow: hidden;
}
 .services-heading h3{
   padding: 10px;
   text-align: center;
   text-align: justify;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #0B133C;
  
}
.services-heading p{
   display: flex;
   justify-content: center;
   align-items: center;
   text-align:center;
   width: 80%;
   margin: auto;
   font-weight: 600;
   padding-bottom: 40px;
   color: #040d5c;
  
  
}
.main-box .mx-auto {
  border-radius: 20px !important;
}
.boxx p{
text-align: justify;
padding: 5px;

}
.boxx h3 {
  padding: 10px;
  padding-top: 20px;
  font-size: 25px;
        font-weight: 600;
        color: #000000;
        
        line-height: 1.3;
  
}

/*  */

.at4-security-section {
        padding: 80px 20px;
        background: #f7f9fc;
        font-family: Arial, sans-serif;
        color: #222;
    }

    .at4-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .at4-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .at4-title span {
        display: inline-block;
        color: #c79b2b;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .at4-title h2 {
        font-size: 38px;
        font-weight: 700;
        color: #111;
        margin: 0;
    }

    .at4-why-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        margin-bottom: 60px;
    }

    .at4-why-box {
        background: #ffffff;
        padding: 28px 22px;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        border-bottom: 4px solid #c79b2b;
        transition: all 0.3s ease;
    }

    .at4-why-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    }

    .at4-why-box h4 {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .at4-why-box p {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
        margin: 0;
    }

    .at4-content-box {
        background: #ffffff;
        padding: 45px;
        border-radius: 14px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    }

    .at4-content-box h3 {
        font-size: 25px;
        font-weight: 600;
        color: #111;
        margin-bottom: 22px;
        line-height: 1.3;
    }

    .at4-content-box p {
        font-size: 16px;
        line-height: 1.9;
        color: #444;
        margin-bottom: 18px;
    }

    .at4-content-box p:last-child {
        margin-bottom: 0;
    }

    @media (max-width: 992px) {
        .at4-why-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .at4-title h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 576px) {
        .at4-security-section {
            padding: 50px 15px;
        }

        .at4-why-grid {
            grid-template-columns: 1fr;
        }

        .at4-content-box {
            padding: 28px 22px;
        }

        .at4-title h2 {
            font-size: 26px;
        }

        .at4-content-box h3 {
            font-size: 24px;
        }
    }



    .at4-faq-section {
        padding: 80px 20px;
        background: #ffffff;
        font-family: Arial, sans-serif;
    }

    .at4-container {
        max-width: 1100px;
        margin: auto;
    }

    .at4-faq-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .at4-faq-title span {
        color: #c79b2b;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .at4-faq-title h2 {
        font-size: 34px;
        font-weight: 700;
        margin-top: 10px;
        color: #111;
    }

    .at4-faq-item {
        background: #f7f9fc;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 20px 25px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.05);
        transition: 0.3s ease;
    }

    .at4-faq-item:hover {
        transform: translateY(-3px);
    }

    .at4-faq-question {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        margin-bottom: 10px;
    }

    .at4-faq-answer {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
    }

    .at4-cta-box {
        margin-top: 50px;
        background: linear-gradient(135deg, #111, #333);
        color: #fff;
        padding: 40px;
        border-radius: 12px;
        text-align: center;
    }

    .at4-cta-box h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .at4-cta-box p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
        color: #ddd;
    }

    .at4-cta-btn {
        display: inline-block;
        padding: 12px 25px;
        background: #10700d;
        color: #ffffff;
        font-weight: 600;
        border-radius: 6px;
        text-decoration: none;
        transition: 0.3s;
    }

    .at4-cta-btn:hover {
        background: #fff;
        color: #111;
    }

    @media(max-width:768px){
        .at4-faq-title h2 {
            font-size: 26px;
        }

        .at4-cta-box {
            padding: 25px;
        }
    }
    
.at4-container{
  .at4-title1 {
        text-align: center;
        margin-bottom: 20px;
    }
}
    
    #pso {
      padding-top: 60px;
      padding-bottom: 60px;

    }
#bolg-123 .blog-text p{
  text-align: justify !important;
}
.facebook01 i{
  
  background: #1877f2;
  padding: 10px;
  border-radius: 50%;
width: 50px; 
height: 50px;

}
.instagram01 i {
  background: radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 30%, #d62976 55%, #962fbf 75%, #4f5bd5 100%);
  padding: 10px;
  border-radius: 50%;
width: 50px; 
height: 50px;
}
.youtube01 i {
   background: #f10505;
  padding: 10px;
  border-radius: 50%;
width: 50px; 
height: 50px;
}
.linkedin01 i {
  background: #01377c;
  padding: 10px;
  border-radius: 50%;
width: 50px; 
height: 50px;
}
.ic-facebook i{
   background: #1877f2;
  padding: 10px;
  border-radius: 50%;
width: 30px; 
height: 30px;
display: flex;
  justify-content: center;
  align-items: center;
}
.ic-instagram i {
  background: radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 30%, #d62976 55%, #962fbf 75%, #4f5bd5 100%);
  padding: 10px;
  border-radius: 50%;
width: 30px; 
height: 30px;
display: flex;
  justify-content: center;
  align-items: center;
}
.ic-youtube i{
  background: #f10505;
  padding: 10px;
  border-radius: 50%;
width: 30px; 
height: 30px;
display: flex;
  justify-content: center;
  align-items: center;

}
.ic-linkedin i{
  background: #01377c;
  padding: 10px;
  border-radius: 50%;
width: 30px; 
height: 30px;
display: flex;
  justify-content: center;
  align-items: center;
}
.ic-linkedin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-youtube{
   display: flex;
  justify-content: center;
  align-items: center;
}
.ic-instagram {
display: flex;
  justify-content: center;
  align-items: center;
}
.ic-facebook  {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head  {
  padding-left: 10px;
}
    