body {
  margin: 0;
  padding: 0;
}

:root {
  --primary-font:  "Work Sans", sans-serif;
  --secondary-font: "Jost", sans-serif;
  --primary-color: #b67120;
  --secondary-color: #000001;
}

/*pre-hesder style */

.pre-header{
  background: var(--primary-color);
  height: 35px; 
  font-family: var(--primary-font);    
  font-size: 14px;
  text-transform: uppercase;
  color: white;

}
.pre-header p{
  margin: 0;
  font-weight: 500;
  color: #fff;
}


.pre-item-left p {
  margin: 0;
  font-size: 14px;
}

/*banner area */

.hero-banner{
  position:relative;
}

.hero-item{
  height:500px;
  background-size:cover;
  background-position:center;
  position:relative;
}

.hero-content{
  position:relative;
  z-index:2;
  height:500px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:#fff;
  max-width:650px;
}

.hero-content h1{
  font-size:50px;
  font-family: var(--primary-font);
  font-weight:600;
  line-height:60px;
  margin-bottom:20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}


/* Arrow */

.hero-slider .owl-nav button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:35px;
  height:35px;
  border-radius:50% !important;
 
  color:#fff !important;
  font-size:18px !important;
  transition:.4s;
  opacity:0;
  visibility:hidden;
}

.hero-slider:hover .owl-nav button{
  opacity:1;
  visibility:visible;
}

.hero-slider .owl-nav .owl-prev{
  left:25px;
}

.hero-slider .owl-nav .owl-next{
  right:25px;
}

.hero-slider .owl-nav button:hover{
  background:#c59d5f !important;
}

/* Dots Banner Inside */

.hero-slider .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  z-index: 99;
}

.hero-slider .owl-dot{
  margin: 0 5px;
}

.hero-slider .owl-dot span{
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,.5) !important;
  display: block;
  border-radius: 50%;
  transition: .3s;
}

.hero-slider .owl-dot.active span{
  background: white !important;
  width: 30px;
  border-radius: 30px;
}

.hero-slider .owl-dot:hover span{
  background: #c59d5f !important;
}

.hero-item{
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.overlay{
  position: absolute;
  inset: 0;
  background:rgb(54 54 54 / 55%);
  z-index: 1;
}

.hero-item .container{
  position: relative;
  z-index: 2;   
}

.hero-content{
  position: relative;
  z-index: 2;
  color: #fff;
}


/*footer area */

.footer_background{
    background: #0f0f0f;
    padding: 40px 0;
}

.footer_body h4{
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}



.footer-logo{
    max-width: 180px;
   
}

.footer_body p{
    color:#cfd8dc;
   
    margin-top: 20px;
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-size: 14px;
}

.footer_body img{
  width: 90px;
  height: 90px;
}
.social_icon_links{
    list-style: none;
    padding: 0;
    margin: 0;
}

.social_icon_links li{
    margin-bottom: 12px;
}

.social_icon_links li a{
    color: #cfd8dc;
    text-decoration: none;
    transition: .3s;
    font-size: 14px;
    display: inline-block;
    font-family: var(--primary-font);
}

.social_icon_links li a:hover{
    /* color: #f4b400; */
    transform: translateX(5px);
}

.social_icon_links li i{
    color: var(--primary-color);
    margin-right: 8px;
}

.copyright{
    background: #0f0f0f;
    padding: 18px 0;
    text-align: center;
}

.copyright p{
    color: #fff;
    font-size: 14px;
    margin: 0;
    letter-spacing: .5px;
    font-family:var(--primary-font);
}


/*values-section style */

.value-card{
  background:#fff;
  padding:12px 12px;
 
  box-shadow:0 0 50px 0 #d1d1d1;
  transition:.4s;

}

.value-top{
  display:flex;
  align-items:center;
  
}

.value-top i{
  width:48px;
  height:60px;
  color:#c79a3b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  transition:.4s;
}

.value-top h5{
  margin:0;
  font-size:16px;
  font-weight:600;
  font-family: var(--primary-font);
  transition:.4s;
  text-transform: uppercase;
}

.value-card p{
  margin:0 12px;
  color:black;
  line-height:26px;
  transition:.4s;
  font-size: 15px;
  font-family: var(--secondary-font);
}

/* Hover */

.value-card:hover{
  background:var(--primary-color);
  transform:translateY(-8px);
}

.value-card:hover h5,
.value-card:hover p{
  color:#fff;
}

.value-card:hover i{
 
  color:white;
  transform:rotate(360deg);
}
.growth {
  background-color: #fff0e3
  ;
}
.growth-info h4{
  font-size: 30px;
  font-family: var(--primary-font);
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
  line-height: 42px;
}
.growth-info p{
  font-size: 15px;
  font-family: var(--secondary-font);
  color: #333333;
  line-height: 29px;
}
.growth-info h2{
  font-size: 22px;
  font-family: var(--primary-font);
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
}
.service-list{
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}

.service-list li{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px;
   
    font-family: var(--secondary-font);
}

.service-list li i{
  color: var(--primary-color);
  margin-right: 10px;

  font-size: 18px;
  flex-shrink: 0;
}
.view-more{
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  font-family: var(--secondary-font);
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid var(--primary-color);
  transition: all .35s ease;
}

.view-more:hover{
  background: transparent;
  color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}




.view-more:active{
  transform: translateY(0);
}


.views-more{
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  font-family: var(--secondary-font);
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid var(--primary-color);
  transition: all .35s ease;
}

.views-more:hover{
  background: transparent;
  color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}
.views-more:active{
  transform: translateY(0);
}

.services{
  background-image: url('../img/sc-back.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services h4{
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--primary-color);
  letter-spacing: 2px;
}
.services h3{
  font-size: 30px;
  color: #333333;
  font-family: var(--primary-font);
  font-weight: 700;
}
.service-card{
  border: 1px solid  #925f22;
  padding: 30px 18px;
  transition: all .35s ease;
  height: 210px;
  border-radius: 5px;
  color: white;
  background-color:white;
 
}

.service-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
 
}
.service-card h4{
  font-size: 16px;
  font-family: var(--primary-font);
  color: #333;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.service-card p{
  font-size: 15px;
  font-family: var(--secondary-font);
  color: #333;

}
.readmore{
  color:var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 600;
}
.readmore:hover{
  color: black;
}
.appoitment {
  background-color: #925f22;
  padding: 40px 0;
}

.appoitment h4{
  font-size: 30px;
  font-weight:400;
  font-family: var(--primary-font);
  color: white;
}
.appoitment span{
  font-family: var(--primary-font);
  font-weight: 600;
}
.appoitment p{
  font-family: var(--secondary-font);
  font-size: 18px;
  color: white;
}
.appoitment .number h4{
  font-family: var(--primary-font);
 font-weight: 700;
 font-size: 30px;
}

.strategy h4{
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    letter-spacing: 2px;
}

.strategy h3{
  font-size: 30px;
    color: #333333;
    font-family: var(--primary-font);
    font-weight: 700;
}
.strategy p{
  font-family: var(--secondary-font);
  font-size: 15px;
  color: black;
}
.strategy h5{
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;

}
.strategy-card{
  display: flex;
  gap: 20px;  
  margin-bottom: 20px;       
  
}
.card-one, .card-two {
  background-color:#f0f0f0;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.card-one h4 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.card-two h4 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}



/*testimonia area */
.client-says {
  background-color: #ffd5b3;
}
.client-says h4{
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--primary-color);
  letter-spacing: 2px;
}

.client-says h3{
  font-size: 30px;
  color: #333333;
  font-family: var(--primary-font);
  font-weight: 700;
}





.testimonial-card{
  background:#fff;
  padding:35px;
  position:relative;
  min-height:220px;
  transition:.4s;
}

.testimonial-card:hover{
  transform:translateY(-8px);
  box-shadow:0 0 50px 0 #d1d1d1;
}

.testimonial-card h5{
  font-size:16px;
  font-weight:700;
  font-family: var(--primary-font);
  margin-bottom:20px;
  color: #333;
}

.testimonial-card h5 span{
  font-size:13px;
  color:#333;
  font-weight:400;
  font-family: var(--primary-font);
}

.testimonial-card p{
  color:black;
  font-size: 15px;
  font-family: var(--secondary-font);
  line-height:1.8;
  margin:0;
}

.quote{
  position:absolute;
  right:25px;
  top:20px;
  font-size:28px;
  color:var(--primary-color);
}

/* contact Style */


.consultation-form{
  background:#fff;
  padding:40px;
  border:1px solid #e8e8e8;
  border-radius:8px;
}

.sub-title{
  display:block;
  color:var(--primary-color);
  font-size:14px;
  font-family: var(--primary-font);
  font-weight:700;
  letter-spacing:2px;
  margin-bottom:25px;
  text-transform:uppercase;
}

.consultation-section h4{
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--primary-color);
  letter-spacing: 2px;
}

.consultation-section h3{
  font-size: 30px;
  color: #333333;
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 20px;
}


.consultation-form .form-control{
  height:52px;
  border-radius:4px;
  border:1px solid #ddd;
  box-shadow:none;
  font-size:15px;
  font-family: var(--secondary-font);
}

.consultation-form textarea.form-control{
  height:150px;
  resize:none;
  padding-top:15px;
}

.consultation-form .form-control:focus{
  border-color:#c58a2b;
  box-shadow:none;
}

.submit-btn{
  background:var(--primary-color);
  color:#fff;
  border:none;
  font-size: 16px;
  padding:12px 28px;
  border-radius:4px;
  font-weight:600;
  transition:.3s;
  font-family: var(--primary-font);
}

.submit-btn:hover{
  background:#222;
}

.choose-item{
  margin-bottom:30px;
}

.choose-item h5{
  font-size:18px;
  font-family: var(--primary-font);
  font-weight:600;
  margin-bottom:10px;
  color:#222;
}

.choose-item p{
  color:black;
  font-family:var(--secondary-font);
  line-height:1.8;
  font-size: 15px;
  margin:0;
}

/*blog page style */

.page-banner{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-overlay{
  position: absolute;
  inset: 0;
  background : rgb(47 46 46 / 55%);
}

.banner-content{
  position: relative;
  z-index: 2;
  text-align: center;
}

.banner-content h1{
  color: #fff;
  font-size: 46px;
  font-family: var(--primary-font);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 5px 20px rgba(0,0,0,.4);
}





.blog-card{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 0 50px 0px #d1d1d1;
  transition:.4s;
  height:100%;
}

.blog-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.blog-img{
  position:relative;
  overflow:hidden;
}

.blog-img img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:.5s;
}

.blog-card:hover .blog-img img{
  transform:scale(1.08);
}



.blog-content{
  padding:25px;
}

.blog-category{
  color:var(--primary-color);
  font-size:14px;
  font-weight:600;
  font-family: var(--primary-font);
  text-transform:uppercase;
  letter-spacing:1px;
}

.blog-content h4{
  margin:15px 0;
  font-size:20px;
  font-family: var(--primary-font);
  line-height:1.5;
  font-weight: 600;
  color:#333;
}

.blog-content h4 a{
  color:#222;
  text-decoration:none;
  transition:.3s;
}


.blog-content p{
  color:black;
  font-family: var(--secondary-font);
  font-size: 16px;
  margin-bottom:20px;
}

.read-more{
  color:var(--primary-color);
  font-weight:600;
  font-family: var(--primary-font);
  text-decoration:none;
  font-size: 16px;
}

.read-more i{
  margin-left:8px;
  transition:.3s;
}

.read-more:hover i{
  transform:translateX(6px);
}

/*blog Details page */

.blog-image img{
  width: 100%;
  height:550px;
  object-fit:cover;
  border-radius:12px;
}


.blog-meta i{
  color:var(--primary-color);
  margin-right:6px;
}

.blog-title{
  font-size:35px;
  font-family: var(--primary-font);
  font-weight:700;
  line-height:1.5;
  margin-bottom:20px;
}

.blog-details p{
  font-family: var(--secondary-font);
  color: black;
  font-size: 15px;
  line-height: 28px;
}

.blog-meta span{
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 16px;
}

.blog-content img{
  border-radius:10px;
}

/*Team style */


.team-card{

  background:#fff;

  border-radius:10px;

  overflow:hidden;

  box-shadow:0 0 50px 0 #d1d1d1;

  transition:.4s;

  height:100%;
}

.team-card:hover{

  transform:translateY(-10px);

  box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.team-card img{

  width:100%;

  height:320px;

  object-fit:cover;

}

.team-content{

  padding:25px;

}

.team-content h4{

  font-size:20px;
  font-family: var(--primary-font);

  font-weight:700;

  margin-bottom:5px;

}

.team-content h3{

  color:black;
  font-family: var(--secondary-font);
  font-size: 16px;
  color: var(--primary-color);
  line-height:1.8;
  font-weight: 700;

  margin-bottom:15px;

}

.team-text{

  color:black;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height:1.8;

}

.more-text{

  display:none;

}

.view-more{
  display:inline-block;
  margin-top:15px;
  color:white;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.view-more:hover{

  color:#000;

}

/*management style */

.management-banner{
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.management-banner-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management-banner-overlay{
  position: absolute;
  inset: 0;
  background:rgb(54 54 54 / 55%);
}

.management-banner-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  width: 90%;
  max-width: 800px;
  z-index: 2;
}

.management-banner-content h1{
  font-size: 50px;
  font-weight: 700;
  font-family: var(--primary-font);
  margin-bottom: 30px;
  text-shadow: 0 5px 20px rgb(0 0 0 / 40%);
  text-transform: uppercase;
}

.consulting-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 0 50px 0 #d1d1d1;
  transition:.3s;
  height:100%;
}

.consulting-card:hover{
  transform:translateY(-8px);
}

.consulting-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.consulting-content{
  padding:20px;
}

.consulting-content h4{
  font-size:18px;
  font-family: var(--primary-font);
  font-weight:600;
  margin-bottom:12px;
  color:black;
}

.consulting-content p{
  font-size:15px;
  font-family: var(--secondary-font);
  line-height:26px;
  color:black;
  margin:0;
}


/*==========================
Contact Banner
==========================*/

.contact-page-banner{
  position: relative;
  overflow: hidden;
}

.contact-page-banner img{
  width:100%;
  height:380px;
  object-fit:cover;
}

.contact-banner-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-banner-content h1{
  color:#fff;
  font-size:52px;
  font-weight:700;
  margin-bottom:15px;
}

.contact-banner-content .breadcrumb{
  background:transparent;
}

.contact-banner-content .breadcrumb-item,
.contact-banner-content .breadcrumb-item a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
}

.contact-banner-content .breadcrumb-item.active{
  color:#f6c859;
}

.breadcrumb-item+.breadcrumb-item::before{
  color:#fff;
}


/*==========================
Contact Section
==========================*/

.contact-section{
  background:#f8f9fa;
}

.map-box{
  overflow:hidden;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.map-box iframe{
  display:block;
}

.contact-form-card{
  background:#fff;
  padding:35px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form-card h3{
  font-size:26px;
  text-transform: uppercase;
  font-weight:700;
  margin-bottom:30px;
  font-family: var(--primary-font);
  color:#333;
}

.contact-form-card .form-control{
  height:52px;
  border-radius:6px;
  border:1px solid #d9d9d9;
  box-shadow:none;
  font-family: var(--primary-font);
}

.contact-form-card textarea.form-control{
  height:150px;
  resize:none;
  padding-top:15px;
}

.contact-form-card .form-control:focus{
  border-color:#003c7c;
  box-shadow:none;
}

.submit-btn{
  background:var(--primary-color);
  color:#fff;
  font-family: var(--secondary-font);

  border:none;
  padding:14px 35px;
  border-radius:6px;
  font-size:16px;
  font-weight:600;
  transition:.3s;
}



/*==========================
Contact Info
==========================*/

.info-item{
  background:#fff;
  padding:35px 25px;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  transition:.35s;
  height:100%;
}

.info-item:hover{
  transform:translateY(-8px);
}

.info-item .icon{
  width:45px;
  height:45px;
  margin:auto;
  background:var(--primary-color);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  margin-bottom:20px;
  transition:.3s;
}

.info-item:hover .icon{
  background:#f6c859;
  color:#000;
}

.icon-info h4{
  font-size:18px;
  font-family: var(--primary-font);
  font-weight:600;
  color:#333;
  margin-bottom:12px;
}

.icon-info p{
  color: black;
  font-size: 16px;
  font-family: var(--secondary-font);
  margin:0;
  line-height:28px;
  font-size:16px;
}


/*==========================
Responsive
==========================*/

@media(max-width:991px){

.contact-page-banner img{
  height:300px;
}

.contact-banner-content h1{
  font-size:40px;
}

.contact-form-card{
  margin-top:30px;
}

}

@media(max-width:576px){

.contact-page-banner img{
  height:220px;
}

.contact-banner-content h1{
  font-size:30px;
}

.contact-form-card{
  padding:25px;
}

.contact-form-card h3{
  font-size:24px;
}

.info-item{
  padding:25px 20px;
}

.icon-info h4{
  font-size:20px;
}

}

/*Tabel section */

.service-table-section h5{
  font-family: var(--primary-font);
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}

.service-table{
  width:100%;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  border-collapse:collapse;
}

.service-table tbody tr{
  transition:.3s;
}

.service-table tbody tr:nth-child(even){
  background:#f8f9fa;
}

.service-table tbody tr:hover{
  background:#eef5ff;
}

.service-table td{
  width:50%;
  padding:16px 20px;
  border:1px solid #e5e5e5;
  font-size:16px;
  font-family: var(--secondary-font);
  font-weight:500;
  color:#333;
  vertical-align:middle;
}

.service-table td:first-child{
  border-right:2px solid #003c7c;
}

.service-table td:hover{
  color:#003c7c;
  cursor:pointer;
}

/* Mobile */

@media(max-width:768px){

.service-table td{
  display:block;
  width:100%;
  border-right:none !important;
}

.service-table tr{
  display:block;
  margin-bottom:15px;
  border:1px solid #ddd;
}

}


#scrollTopBtn{
  position:fixed;
  right:25px;
  bottom:25px;
  width:50px;
  height:50px;
  background:var(--primary-color);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:18px;
  z-index:9999;

  opacity:0;
  visibility:hidden;
  transform:translateY(20px);

  transition:.3s ease;
  box-shadow:0 5px 15px rgba(0,0,0,.2);
}

#scrollTopBtn.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}


/*About style */



.about-company h4{
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--primary-color);
  letter-spacing: 2px;
  text-align: start;
}
.about-company h3{
  font-size: 30px;
  color: #333333;
  font-family: var(--primary-font);
  font-weight: 700;
}
.about-company p{
  color:black;
  font-family: var(--secondary-font);
  line-height:30px;
  text-align: start;
  font-size:16px;
  margin-bottom:20px;
}

.about-company img{
  border-radius:15px;
  transition:.4s;
  
}
.about-company .views-more{
  display: table;
}
.about-company img:hover{
  transform:scale(1.03);
}

.theme-btn{
  display:inline-block;
  background:#003c7c;
  color:#fff;
  padding:14px 35px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.theme-btn:hover{
  background:#f6c859;
  color:#000;
}
.about-banner-section{
  position: relative;
  overflow: hidden;
}

.about-banner-image{
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.about-banner-dark{
  position: absolute;
  inset: 0;
}

.about-banner-text{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.about-banner-text h1{
  color:#062146;
  font-family: var(--primary-font);
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 768px){
  .about-banner-image{
      height: 250px;
  }

  .about-banner-text h1{
      font-size: 36px;
  }
}
/*=====================================
WHY CHOOSE US
======================================*/

.choose-box{
  background:#fff;
  padding:30px;
  border-radius:10px;
  text-align:center;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  transition:.3s;
  height:100%;
}

.choose-box:hover{
  transform:translateY(-8px);
}
.why-choose h2{
  font-family: var(--primary-font);
  font-size: 30px;
  color: #333;
  font-weight: 700;
}
.choose-box i{
  font-size:36px;
  color:var(--primary-color);
  margin-bottom:20px;
}

.choose-box h4{
  font-size:18px;
  font-family: var(--primary-font);
  margin-bottom:12px;
  font-weight: 600;
}

.choose-box p{
  color:black;
  font-size: 15px;
  font-family: var(--secondary-font);
  line-height:28px;
}


/*=====================================
RESPONSIVE
======================================*/

@media(max-width:991px){

.about-company h2,
.cta-section h2{
  font-size:34px;
}

.counter-section .col-md-3{
  margin-bottom:30px;
}

}

@media(max-width:768px){

.about-company{
  text-align:center;
}

.about-company img{
  margin-bottom:30px;
}

.about-company h2{
  font-size:30px;
}

.mission-box,
.choose-box,
.value-box{
  margin-bottom:20px;

}
.choose-box{
  box-shadow: 0 0 40px 0 #d1d1d1;
}
.counter-section h2{
  font-size:36px;
}

.cta-section h2{
  font-size:30px;
}

}

@media(max-width:576px){

.about-company h2{
  font-size:25px;
  text-align: start;
}

.section-subtitle{
  font-size:14px;
 
}

.theme-btn{
  padding:12px 25px;
}

} 
.certificate-card{
  overflow:hidden;
  border-radius:10px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.certificate-card img{
  width:100%;
  height:320px;
  object-fit:cover;
  transition:.4s;
}

.certificate-card:hover img{
  transform:scale(1.05);
}

.certificate-section h2{
  font-family:var(--primary-font);
  font-size: 30px;
  color: #333;
 
  font-weight: 600;

}


/* Service Dropdown */
.form-control,
.form-select {
    height: 55px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    box-shadow: none;
    transition: all .3s ease;
    cursor: pointer;
    font-family: var(--secondary-font);
}

.form-control:focus,
.form-select:focus {
    border-color: #b67120;
    box-shadow: 0 0 0 0.15rem rgba(182, 113, 32, 0.2);
    outline: none;
}

/* Placeholder option */
select option:first-child {
    color: #999;
}

/* Dropdown Arrow */
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--secondary-font);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6.5 6 6.5-6' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 45px;
}


.whatsapp-float{
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  z-index: 9999;
  transition: all .3s ease;
}

.whatsapp-float:hover{
  background: #1ebe5d;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 767px){
  .whatsapp-float{
      width: 55px;
      height: 55px;
      font-size: 28px;
      right: 15px;
      bottom: 100px;
  }
}