body{
  margin: 0px;
  padding: 0px;
  font-family: 'Crimson Pro', serif;
  overflow-x: hidden
}
img{
  max-width: 100%;
}
input{
  width: 100% ;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
}
img {
  text-align: center;
}
p{
  font-size: 20px !important;
}
.mtb-80{
  margin: 80px 0;
}
.mt-100{
  margin-top: 100px;
}
.main-heading{
  font-weight: 900;
  font-size: 40px;
  color: #000;
}
/*process*/
.areas-section{
  position:relative;
  padding: 0px 0px;
}

.areas-section .inner-container{
  position: relative;
  display: block;
  background: #ffffff;
  margin-top: -70px;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.07);
  z-index: 15;
}

.areas-section .row{
  margin: 0 0;
}

.area-block{
  position: relative;
  padding: 0 0;
  border-right: 1px dashed rgba(0,0,0,0.15);
}

.area-block:last-child{
  border-right: none;
}

.area-block .inner{
  position: relative;
  display: block;
  padding: 35px 40px;
}

.area-block .content{
  position: relative;
  display: block;
  padding-left: 80px;
}

.area-block .content{
  position: relative;
  display: block;
  min-height: 70px;
  padding-left: 80px;
}

.area-block .content .icon{
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 54px;
  color: #bdb039;
  line-height: 1em;
}

.area-block .content h5{
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}

.area-block .content h5 a{
  color: #222222;
}

.area-block .link-box{
  position: absolute;
  right: 35px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.area-block .link-box a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  color: ##bdb039;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07),0px 10px 20px 0px rgba(0,0,0,0.03);
}

.area-block .link-box a:before{
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px dashed rgba(0,0,0,0.15);
  border-radius: 50%;
}

.area-block .link-box a:hover:before{
  border-color: ##bdb039;
}

.inner-page-wrapper {
  float: left;
  padding: 80px 0;
  width: 100%;
}
.inner-page-wrapper .inner .title {
  margin: 0 0 10px;
}
.inner .title h2::after {
  bottom: 0;
  height: 1px;
  left: 35px;
  position: absolute;
}
.inner div.title h2 {
  font-size: 52px;
  font-weight: 400;
  padding: 0 0 15px;
  text-align: left;
}
.inner .title-border-white {
  height: 15px;
  left: 0;
  margin: 0;
  position: relative;
  top: -23px;
  width: 35px;
}
/*call and whatsap*/
.wh-sc-icn {
                position: fixed;
                left: 2px;
                z-index: 999;
                bottom: 20px !important;
            }
            .wh-sc-icn a i {
        margin: 6px !important;
                font-size: 45px;
            }
            .fa-phone-square {
                color: #bdb039;
            }
            .fa-comments {
                color: green;
            }

.custom-btn{
    text-align: center;
    padding: 12px 10px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 10px 10px;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.6s;
    border:none;
    background: #720a13
  
}

/*to header-bar*/
/*=== Header Top Two ===*/

.header-top-two{
  position: relative;
  background: #720a13;
  color: #ffffff;
}

.header-top-two .top-left{
  position: relative;
  float: left;
  padding: 14px 0px;
}

.header-top-two .quote-link{
  position: relative;
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
  float: left;
}

.header-top-two .quote-link a{
  color: #720a13;
}

.header-top-two .quote-link .icon{
  position: relative;
  font-size: 10px;
  vertical-align: middle;
  padding-left: 5px;
}

.header-top-two .top-right{
  position: relative;
  float: right;
  padding: 14px 0px;
}

.header-top-two .top-links{
  position: relative;
  float: left;
}

.header-top-two .top-links li{
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-right: 41px;
}

.header-top-two .top-links li:after{
  content: '';
  position: absolute;
  right: -21px;
  top: 7px;
  height: 16px;
  border-left: 1px solid rgba(255,255,255,0.15);
}

.header-top-two .top-links li:last-child:after{
  display: none;
}

.header-top-two .top-links li:last-child{
  margin-right: 0;
}

.header-top-two .top-links li a{
  position: relative;
  display: block;
  color: #ffffff;
}

.header-top-two .top-links li a:hover{
  color: #000;
}

.header-top-two .top-links li .icon{
  position: relative;
  color: #720a13;
  font-size: 18px;
  vertical-align: middle;
  line-height: 30px;
  padding-right: 8px;
}
/*to header-bar end*/


.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 14px;
    background: #bdb039;
    border-radius: 0;
    position: absolute;
}
.navbar-brand{
  margin-left: 10px;
}
.navbar-brand img{
  width: 100%;
}
.navbar-expand-lg .navbar-collapse{
  margin-left: 100px !important;
}
.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a{
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
p{
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  font-size: 18px;
}
.Services-box{
  box-shadow: 1px 2px 3px ;
  padding:30px;
  margin: 10px;
}
.Services-box img{
  width: 100%;
}
.btn-1 {
   text-align: center;
    width: 50%;
    padding: 12px 10px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 10px 10px;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.6s;
    background: #720a13
}
.work-process {
  text-align: center;
  font-weight:bold;
  font-size: 40px;
}
.img-section img:hover{

  filter: grayscale(80%);
}
.img-section h5{
  padding: 15px;

}
.Services-box:hover{
  background-color:#720a13; 
  color: #fff;
}
.Services-box:hover a {
  background-color: #000;
}
.Gallery{
  text-align: center;
  font-weight:bold;
  font-size: 40px;
  padding: 10px;

}
.s-clients {
  box-shadow: 0px 2px 0px 2px;
  text-align: center;
 box-shadow: 0px 2px 0px 1px #bdb039;
  padding:20px;
  border-radius: 0px 20px 0px 20px;
  margin: 10px;
}
.s-clients:hover{
  background-color:#720a13;
}
.Branches-section h3{
  
  text-align: center;
  font-weight:bold;
  font-size: 40px;

}
.Branches-section h5{
  text-align: center;
}
.Branches-section p{
  text-align: center;

}
.main-services h3{
  text-align: center;
  font-size: 40px;
   font-weight:bold;

}
.img-section{
  text-align: center;
}
.img-gallery{
  text-align: center;
  padding: 10px;


}
.Achivements .s-clients{
  text-align: center;
}

/*=======location ===========*/
.Branches-section .list_one li a{
  margin: 10px;
    display: block;
    padding: 7px;
    background-color: #bdb039;
    color: #000;
     font: 18px;

}
.Branches-section{
 /* background-color: #f1f1f1;*/
  padding: 15px;
}
.contact-list{
  font-size: 24px;
}
element.style {
}
.footer-box h5{
  font-weight:bold;
  font-size: 25px;
  padding: 10px;
  color: #bdb039;

}
.footer-design{
  padding: 50px 0;
  background-color:#333 ; 

}
.footer-box ul li a{
  font-size: 20px;
  color: #fff;

}
.footer-box p{
  color: #fff;
}
.footer-box ul li{
  color: #fff;
  font-size: 20px;
}
/*slider strat*/
.banner-area {
    background: url(../assets/images/slider-2.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 570px;
}

.slider-caption{
  position: relative;
 color: #fff;
 margin-top: -70px;
}
.slider-caption h1{
  display: inline-block;
  background: #fff;
  padding: 10px;
  font-weight: 800;
  font-size: 50px;
  color: #bdb039;
  text-shadow: 1px 3px 3px #000;
}
.slider-caption h2{
  font-size: 60px;
  font-weight: 700;
   text-shadow: 1px 6px 3px #000;
} 
h5 {
  font-size: 23px;
  font-weight: bold;
}
.contact-form {
  width: 100%;
  justify-content: center;
  background: #bdb039;
  text-align: center;
  padding: 50px;
  display: inline-flex;
  box-shadow: 1px 3px 6px #000;
}
.contact-form input{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}
.contact-form textarea{
  width: 100%;
  height: 80px;
}
/* Slider Area CSS */

.slider-area {
    background: url(assets/images/slider/slider1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
}

.slider-content {
    text-align: center;
    margin-top: 110px;
}

.slider-sp-title {
    position: relative;
    z-index: 1;
}

.slider-sp-title h1 {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-size: 300px;
    text-transform: uppercase;
    position: absolute;
    top: -160px;
    opacity: 0.2;
    left: 0;
    right: 0;
    z-index: -1;
}

.slider-title h1 {
    font-size: 95px;
    color: #fff;
    margin: 0;
}

.slider-sub-title h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    padding-left: 8px;
    display: inline-block;
}

.slider-sub-title h5:before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 25px;
    height: 30px;
    background: #00AFF5;
    z-index: -1;
}

.slider-button {
    margin-top: 54px;
}

/*slider end*/
.about .text-padding {
  margin: 0px ;
}
.page-header .page-caption{
  text-align: center;
}
.page-header .page-caption ul{
  display: inline-flex;
}
 .page-caption ul li{
  color: #fff !important;
}
.page-header .page-caption  h1{
  font-weight: 800;
  color: #fff;
}
.page-header .page-caption ul li  a{
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  background: white;
    color: #bdb039;
    padding: 3px;
}
.page-header .page-caption ul li{
   font-size: 24px;
  font-weight: 500;
}

.page-header{
  text-align: center;
  background-image: url("../assets/images/slider-1.jpg");
  padding: 80px;
  background-size: cover;
}
.services-item ul li a {
    display: block;
    padding: 7px;
    background-color: #bdb039;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
}
.services-item h3{
 font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
    text-align: center;
    font-size: 45px;
    font-style: inherit;
    font-weight: bold;
}
.about-img img {
  width: 100%;
}

.Branches-section .location1 li{
    margin: 10px;
    display: block;
    padding: 7px;
    background-color: #bdb039;
    color: #000;
    font: 18px;
}
     .scrollbar1{
  height:400px;
  overflow-y: scroll;
}
/ width /
.scrollbar1::-webkit-scrollbar {
  width: 6px;
}

/ Track /
.scrollbar1::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/ Handle /
.scrollbar1::-webkit-scrollbar-thumb {
  background: #bdb039;
}

/ Handle on hover /
.scrollbar1::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media(max-width:557px){
  .page-header{
    padding: 48px !important;
  }
  .banner-area {
    background-size: cover;
    height: 770px;
    text-align: center;

}
.navbar-toggler{
  z-index: 1200;
}
.slider-caption h1{
  font-size: 40px;
}
.slider-caption h2{
      font-size: 31px;
}
 .d-none-1{
  display: none;
 }
}
.about img {
  text-align: center;
  width: 100%;
}



/*why*/.why-choose-us{
  padding:70px 8%;
  background:#f7f9fc;
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.why-choose-us h2{
  text-align:center;
  font-size:34px;
  margin-bottom:10px;
  color:#10233a;
}

.why-choose-us h2 span{
  color:#c62828;
}

.why-choose-us .subtitle{
  text-align:center;
  max-width:720px;
  margin:0 auto 45px;
  font-size:16px;
  color:#555;
}

.choose-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:24px;
}

.choose-box{
  background:#fff;
  padding:28px;
  border-radius:14px;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  transition:all 0.35s ease;
}

.choose-box:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.choose-box h3{
  margin-bottom:12px;
  font-size:18px;
  color:#10233a;
}

.choose-box p{
  font-size:15px;
  line-height:1.6;
  color:#444;
}
.mv-section{
  padding:80px 8%;
  background:linear-gradient(135deg,#10233a,#0b1a2d);
  color:#fff;
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.mv-heading{
  text-align:center;
  margin-bottom:55px;
}

.mv-heading h2{
  font-size:36px;
  margin-bottom:10px;
}

.mv-heading h2 span{
  color:#ff5252;
}

.mv-heading p{
  max-width:720px;
  margin:0 auto;
  font-size:16px;
  color:#d1d5db;
}

.mv-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px,1fr));
  gap:35px;
}

.mv-card{
  background:#ffffff;
  color:#10233a;
  padding:35px 30px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 20px 50px rgba(0,0,0,0.25);
  transition:all 0.4s ease;
}

.mv-card:hover{
  transform:translateY(-12px) scale(1.02);
}

.mv-icon{
  font-size:48px;
  margin-bottom:15px;
}

.mv-card h3{
  font-size:22px;
  margin-bottom:12px;
}

.mv-card p{
  font-size:15px;
  line-height:1.7;
  color:#444;
}
.faq-section{
  padding:80px 8%;
  background:#f7f9fc;
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.faq-heading{
  text-align:center;
  margin-bottom:50px;
}

.faq-heading h2{
  font-size:34px;
  color:#10233a;
}

.faq-heading h2 span{
  color:#c62828;
}

.faq-heading p{
  max-width:720px;
  margin:10px auto 0;
  font-size:16px;
  color:#555;
}

.faq-list{
  max-width:900px;
  margin:0 auto;
}

.faq-item{
  background:#fff;
  border-radius:12px;
  margin-bottom:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  overflow:hidden;
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  padding:20px 24px;
  font-size:17px;
  font-weight:600;
  text-align:left;
  cursor:pointer;
  color:#10233a;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.faq-question span{
  font-size:22px;
  color:#c62828;
  transition:transform 0.3s ease;
}

.faq-item.active .faq-question span{
  transform:rotate(45deg);
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
}

.faq-answer p{
  padding:0 24px 20px;
  font-size:15px;
  line-height:1.6;
  color:#444;
}
