html{
overflow-x: hidden;
}
body{
    overflow-x: hidden;
    margin: auto;
    font-family: "Manrope", sans-serif;
}

p{
    margin-bottom: 0;
}



.loader-14 {
  width: 148px;
  height: 148px;
  display: inline-block;
  position: relative;
}
.loader-14::after, .loader-14::before {
  content: "";
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 3px solid #b59852;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: animloader14 2s linear infinite;
  animation: animloader14 2s linear infinite;
}
.loader-14::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes animloader14 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mb-menu{
    float: left;
    display: none;
}
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.content {
  background: aliceblue;
  display: block;
  width: 100%;
  height: 100%;
}

nav {
  position: relative;
}

/* Hide native checkbox */
nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Hamburger Icon */


.hamburger-label {
  position: absolute;   /* Use absolute for positioning inside the container */
  top: 20px;
  right: 20px;          /* Aligns to the right side */
  z-index: 1100;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.mobile-container {
  position: relative;
}


.hamburger-label::before,
.hamburger-label::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  left: 0;
  transition: 0.3s ease;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 10px;
}

/* Becomes X when open */
#hamburger1:checked + .hamburger-label::before {
  transform: rotate(45deg);
  top: 8px;
}

#hamburger1:checked + .hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
}

/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

/* Navigation links */
.nav-links {
  margin: 0px 0 0 0;
 padding: 125px 0;
 background: black;
}

.nav-links li {
  list-style: none;
  /*border-bottom: 1px solid #ddd;*/
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-links li a,
.submenu-label {
	text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #CEB780;
 /* background: #fff;*/

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #CEB780;
}

/* Animate in when menu opens */
#hamburger1:checked ~ .overlay .nav-links li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hamburger1:checked ~ .overlay .nav-links li:nth-child(1) { transition-delay: 0s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(2) { transition-delay: 0.1s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(3) { transition-delay: 0.2s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(4) { transition-delay: 0.3s; }

/* Submenu */
.has-submenu {
  position: relative;
}

.has-submenu input[type="checkbox"] {
  display: none;
}

.submenu {
  display: none;
  background: #f9f9f9;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #ddd;
}

.has-submenu input[type="checkbox"]:checked ~ .submenu {
  display: block;
  padding-left: 0;
}

/*mob*/
/* headermenu */

.header_menu_area {
    position: relative;
    text-align: center;
}
.header_menu_area > ul {
    padding-right: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float: left;
    vertical-align: middle;
}
.header_menu_area > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000000;
    float: left;
    text-decoration: none;
    list-style-type: none;
    position: relative;
       padding: 0px 35px 0px 35px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.header_menu_area > ul > li > a {
    position: relative;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
   
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li > a:hover{
		color: #dfdfdf;
}
.stable{
	color: #dfdfdf !important;
}
.menus{
    display: flex;
    gap: 12px;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.header_menu_area ul li a img {
   margin-left: 0px;
    width: 31px;
    margin-top: -1px;
}
.hdr-menu {
    height: 100%;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* transform: translate(0, 20px); */
    /* transition: all .2s ease-out; */
    /* -webkit-transform: perspective(600px) rotateX(-90deg); */
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    /* transform: perspective(600px) rotateX(-90deg); */
    /* -webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    /* transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: #ffffff;
    color: black;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}
.menu ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
    display: block;
    color: #ffffff;
    background: black;
    text-align: -webkit-match-parent;
    text-decoration: none;
    /* border-radius: 30px; */
    /* margin-bottom: 10px; */
    text-align: left;
    border-bottom: 1px solid #ffffff;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -70px;
}
/* headermenu */
.header{
    padding: 29px 0;
    width:100%;
    float: left;
    position: relative;
    z-index: 11;
}
.logo{
   width:100%;
    float: left;
}
.logo img{
    width: 100%;
    max-width: 178px;
    float: left;
}
.red{
    width: auto;
    float:left;
}
.red a{
    margin-top: -20px;
    padding: 5px 16px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.red a img{
    width: 100%;
    float: left;
    max-width: 54px;
}
.banner{
    width:100%;
    float:left;
    position: relative;
        margin-top: -141px;

}
.banner img{
    width:100%;
    float: left;
    
}
.banner-text{
    width:100%;
    float:left;
    position: absolute;
    top: 0;
    padding-top: 288px;
}
.banner-text h2{
     width: 52%;
    float:left;
    text-align:left;
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 104px;
    line-height: 98%;
    font-weight: 700;
}
.banner-text h2 span{
    font-weight: 600;
  font-style: italic;
 font-family: "Playfair Display" !important;
}
.banner-text p{
    padding-top: 66px;
     width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight:500;
    line-height: 180%;
    color: #FFFFFF;

}
.bn-p{
  width: auto;
    float: left;  
}
.explore{
    padding-top: 26px;
    width: auto;
    float: left;
}
.explore a{
    width: 173px;
    height: 56px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    background: #CEB780;
background: linear-gradient(90deg, rgba(206, 183, 128, 1) 0%, rgba(173, 137, 63, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    -webkit-transition: all 
ease-in-out 0.5s;
}
.explore a:hover{
    -webkit-transition: all 
ease-in-out 0.5s;
    background: #AD893F;
background: linear-gradient(90deg, rgba(173, 137, 63, 1) 0%, rgba(206, 183, 128, 1) 100%);
}






.explore a img{
    width: 100%;
    float: left;
    max-width: 24px;
}

.explore:hover a img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }
.section1{
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 70px;
}

/*odometer*/
 .counterup-section {
    position: relative;
    }

    
    .hlat-scolrbx h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 118px;
    font-weight: 700;
    margin-bottom: 0px;
   
   
}
.hlat-scolrbx h3 .plus {
  color: #AD893F;       /* + color */
  font-size: 118px;     /* match number size */
  font-weight: 700;
  vertical-align: top;
  margin-left: 5px;
}

  .hlat-scolrbx h3 span{

     }

.hlat-scolrbx p {
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
    margin-top: -23px;
}
.section1-p{
    width: 100%;
    float: left;
}
.section1-p p{
   width: 100%;
   float: left;
   text-align: left;
   color: #1A1A1A;
   font-size: 32px;
   font-weight: 700;
   line-height: 150%;
  letter-spacing: -2.92px;
  position: relative;
    top: 30px;


}
.section3{
    width: 100%;
    float: left;
    background: #FDFCF9;
background: linear-gradient(177deg, rgba(253, 252, 249, 1) 0%, rgba(244, 239, 228, 1) 100%);
   

}
.stn3-black{
    width: 100%;
    float: left;
    background: #1A1A1A;
    border-radius: 80px;
    padding: 80px 70px;
}
.s3sideimg{
    width: 100%;
    float: left;
}
.s3sideimg img{
    width: 100%;
    float: left;
    max-width: 378px;
    border-radius: 40px;
}
.s3-hds{
    width: 100%;
    float: left;
}
.s3-hds h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 57px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -4px;
    padding-bottom: 27px;

}
.s3-hds p{
    width: 99%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    padding-bottom: 27px;
}
.s3s-hd{
    width: 100%;
    float: left;
    display: flex;
    gap: 24px;
    justify-content: left;
    padding-bottom: 43px;
}
.s3s-hd h5{
    width: auto;
    float: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #353535;
    padding:11px 26px;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}
.s3s-hd h5:hover{
    color: #CEB780;
    border: 1px solid #CEB780;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}


.all-satag a{
    width: auto;
    float: left;
    text-align: left;
    color: #CEB780;
    text-decoration: none;
   font-size: 16px;
   font-weight: 700;
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    -webkit-transition: all 
ease-in-out 0.5s;
}

.all-satag:hover a img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}


.all-satag{
    width: auto;
    float: left;
}
.all-satag a img{
    width: 100%;
    float: right;
    max-width: 24px;
    position: relative;
    top: 1px;
}
.st3blacklast{
    padding-top: 59px;
    width: 100%;
    float: left;
    color: #CEB780;
    font-size: 65px;
    font-weight: 700;
    text-align: left;
     letter-spacing: -3.9px;
}
.st3blacklast span{
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: -1.5px;

}
.st3aftter{
    position: relative;
}
.st3aftter:after{
    width: 1px;
    height: 52px;
    background: #343434;
    content: '';
    position: absolute;
    right: -19px;
    bottom: 20px;
}
.s3-nxtstn{
    width: 100%;
    float: left;
    padding-top: 84px;
    display: flex;
  flex-wrap: wrap;       /* allows wrapping */
  column-gap: 33px;      /* horizontal gap only */
  row-gap: 0;  
}
.s3-nxtstn h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 65px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -3.9px;
    margin-bottom: 0;
    padding-bottom: 54px;

}
.s3-nxtstn h2 span{
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;
}
.s3-iconbx {
    width: 243px;
    float: left;
    border-radius: 30px;
    border: 1px solid #dfdacc;
    padding: 35px 19px 35px 41px;
}
.s3-iconbx img{
    width: 100%;
    float: left;
    max-width: 46px;

}

.s3-iconbx:hover .s3imgicon{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}



.s3-iconbx h3{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    padding-top: 13px;
    padding-bottom: 46px;
    font-size: 21px;
    font-weight: 700;
    line-height: 120%;
     letter-spacing: -1.26px;
     margin-bottom: 0;

}
.s3-iconbx .all-satag a{

    color: #1A1A1A;
}
.section4{
    padding-bottom: 111px;
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url('../images/riyadh-tower-bg.webp');
   }
.section5{
    width: 100%;
    float: left;
    padding-top: 104px;
    padding-bottom: 118px;
    background: #FEFEFD;
background: linear-gradient(177deg, rgba(254, 254, 253, 1) 0%, rgba(244, 238, 226, 1) 100%);

}
.s5-black{
    padding: 80px 0 86px 0;
}
.s5-black .s3-hds{
    padding-left: 70px;
}
.s5-black .s3sideimg{
    padding-right: 70px;
}
.s5-scroll{
    width: 100%;
    float: left;
    padding-top: 59px;
}



@keyframes scroll2 {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* move half since slides are duplicated */
}

.b2-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.b2-slider .b2-slide-track {
  display: flex;
  animation: scroll2 25s linear infinite;
  width: calc(200%); /* doubled for duplicated slides */
}
.b2-slide{
   position: relative;
    padding-right: 40px;
    padding-left: 40px;
}
.b2-slider .b2-slide h2{
    font-weight: 700;
    font-size: 65px;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 0;
}

.b2-slider .b2-slide img{
    float: left;
    width: 86px;
    
}
.b2-slide::after {
    top: 25px;
    left: -18px;
    position: absolute;
    content: "";
    width: 26px;
    height: 24px;
   background-size: cover;
   background-image: url('../images/Arrowcolor.png');
   
}
.section6{
    width: 100%;
    float: left;
    padding: 89px 0px;
}
.section5-hd{
    width: 100%;
    float: left;
    position: relative;
}
.section5-hd h2 {
    width: auto;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 110%;
    padding-bottom: 31px;
    letter-spacing: -4px;
}
.s5-hds h2 span{
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;
}
.s5-hds p{
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #1A1A1A;
   border-left: 2px solid #CEB780; /* thickness + color */
    padding-left: 32px; /* space between border & text */
}
.s5-hds{
    width: 100%;
}
.section5-mainimage {
    width: auto;
    float: left;
    position: absolute;
    right: -35px;
}
.section5-mainimage img {
    width: 100%;
    float: left;
    max-width: 651px;
}
.PIN {
    width: auto;
    float: left;
    position: absolute;
    right: 227px;
    top: 223px;
}
.PIN img{
    width: 100%;
    float: left;
    max-width: 66px;
    animation: plink 1s infinite;
  transform-origin: bottom center; /* makes it bounce from the bottom */
}
@keyframes plink {
  0%   { transform: translateY(0) scale(1); }
  30%  { transform: translateY(-8px) scale(1.1); }
  50%  { transform: translateY(0) scale(1); }
  70%  { transform: translateY(-4px) scale(1.05); }
  100% { transform: translateY(0) scale(1); }
}
.s5-hds h3{
width: auto;
float: right;
text-align: right;
font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #1A1A1A;
    border-right: 2px solid #CEB780;
    padding-right: 27px;
}
.section7{
    width: 100%;
    float: left;
    padding-top: 72px;
    background: #F3EEE1;
background: linear-gradient(177deg, rgba(243, 238, 225, 1) 0%, rgba(255, 255, 255, 1) 100%);

}
.s7-hd h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #1A1A1A;
    font-size: 65px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.06em;
    margin-bottom: 0;
    padding-bottom: 31px;

    
}
.s7-hd h2 span {
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;
}
.s6-a a {
    width: 160px;
    height: 56px;
}
.s7-hd p{
    width: 100%;
    float: left;
    text-align: center;
   font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #1A1A1A;
    padding-bottom: 52px;
}
.s7-icon{
    width: 100%;
    float: left;
    border-radius: 40px;
    background: white;
    padding: 62px 45px;
}
.s7-icon img{
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 50px;
}
.s7-icon:hover img{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}



.s7-icon h2{
    margin-bottom: 0;
    width: 100%;
    float: left;
    text-align: center;
    color: #1A1A1A;
    font-size: 25px;
    font-weight: 700;
    padding: 19px 0;
    letter-spacing: -0.06em;

}
.s7-icon p{
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #1A1A1A;
    
}
.testimonial-stion{
    width: 100%;
    float: left;
    padding-top: 77px;
}
.testimonial-stion .s3-hds h2 span{
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;
}
.testimonial-main{
   padding: 70px 59px;
    float: left;
    width: 100%;
    float: left;
    border-radius: 40px;
    background: #232323;
}
.testimonial-main img{
    width: 100%;
    float: left;
    max-width: 37px;

}
.testimonial-main p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 20px;
    color: #FFFFFF;
     letter-spacing: -0.06em;
    font-weight: 700;
    line-height: 180%;
    padding-bottom: 32px;
    padding-top: 6px;
}
.testimonial-main h3{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
     letter-spacing: -0.02em;
     position: relative;
     padding-left: 35px;

}
.testimonial-main h3 span {
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    width: 100%;
    float: left;
    padding-top: 10px;
}
.testimonial-main h3:after{
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    content: '';
    bottom: 10px;
    background: #FFFFFF;
}
.tescol{
    width: 54%;
}
.tescol-x{
    width: 46%;
}
.footer{
    width: 100%;
    float: left;
    padding-top: 77px;
    padding-bottom: 57px;
}
.footer-hd{
    width: 100%;
    float: left;
    padding-bottom: 49px;
    border-bottom: 1px solid #e8e8e8;
}
.footer-hd h2{
    width:auto;
    float: left;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0;
    font-size: 65px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.06em;
    
}
.footer-hd h2 span{
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;
}
.ft-a{
    float: right;
    margin-top: -12px;
}
.ft-a a{
    width: 161px;
}
.ftr-logo{
    width: 100%;
    float: left;
    padding: 38px 0;
}
.ftr-logo img{
    width: 100%;
    float: left;
    max-width: 249px;
    
}
.ftr-add{
    width: 100%;
    float: left;
    padding: 38px 0 38px 72px;
}
.ftr-add h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0;
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.06em;
        padding-top: 13px;
}
.ftr-add p{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
        padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.ftr-add a{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
       padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}
.ftr-add a:hover{
color: #ceb780;
transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}


.social-icon {
    width: 100%;
    float: left;
    display: flex;
    justify-content: end;
    padding-bottom: 38px;
    align-items: flex-end;
    height: 100%;
}
.social-icon a{
    padding: 0 17px;
}
.social-icon a img{
    width: 100%;
    float: left;
    max-width: 34px;
}





.copy-wright{ 
width: 100%;
float: left;
border-top: 1px solid #e8e8e8;
padding-top: 43px;
 }
 .copy-wright h2{
    width: 50%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;

 }
  .copy-wright h3{
    width: 50%;
    float: left;
    text-align: right;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;

 }.copy-wright h3 a{
     color: #1A1A1A;
     text-decoration: none;
     transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
 }
 .copy-wright h3 a:hover{
     color: #b18e46;
     transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
 }
 .inner-pagehd{
    width: 100%;
    float: left;
    background: #CEB780;
    background: linear-gradient(90deg, rgba(206, 183, 128, 1) 0%, rgba(173, 137, 63, 1) 100%);
    margin-top: -141px;
    background-image: url('../images/innhd.png');
 background-size: cover;
    background-position: center;
 }
  .inner-pagehd h2{
    width: auto;
    float: left;
    text-align: left;
    color: white;
 font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.06em;
    margin-bottom: 0;
    padding-top: 210px;
        padding-bottom: 40px;;
  }
  .innabout{
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-abtimage{
    width: 100%;
    float: left;
  }
    .inner-abtimage img{
        width: 100%;
        float: left;
        max-width: 540px;
    }
.inner-abtimage h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 65px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -3.9px;
    margin-bottom: 0;
    padding-bottom: 31px;
}
.inner-abtimage h2 span{
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;

}
.inner-abtimage p{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    
}
.vmv{
    width: 100%;
    float: left;
    background: #FEFEFD;
    background: linear-gradient(177deg, rgba(254, 254, 253, 1) 0%, rgba(244, 238, 226, 1) 100%);
    padding-bottom: 70px;

}

.vi-mi-all {
    width: 100%;
    float: left;
    background: #1A1A1A;
    border-radius: 80px;
    padding: 80px 70px;
}
.vi-mi-allhd{
    width: 100%;
    float: left;
    padding-right: 24px;
}
.vi-mi-allhd h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 57px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -4px;
    padding-bottom: 27px;
}
.vi-mi-allhd p {
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    padding-bottom: 40px;
}
.visionbxs{
    padding: 40px 45px;
    float: left;
    width: 100%;
    float: left;
    border-radius: 40px;
    background: #232323;
}



.visionbxs:hover img{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.abt-card:hover img{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.c-deatails:hover img{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.visionbxs h3{
    margin-bottom: 0;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 0;
    letter-spacing: -0.26px;
}
.visionbxs p{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    padding-bottom: 0;
   
}
.vi-values{
    margin-top: 38px;
}
.visionbxs img{
     width: 100%;
     float: left;
     max-width: 50px;

}
.abtwyus{
    padding-top: 70px;
    width: 100%;
    float: left;
}
.abt-card {
    float: left;
    width: 100%;
    background: #000000;
    border-radius: 24px;
    padding: 31px;
    margin-bottom: 25px;
}
.abt-card img {
    width: 38px;
    float: left;
    margin-bottom: 15px;
}
.abt-card h3 {
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: white;
    width: 100%;
    letter-spacing: -0.26px;
}
.abt-card p {
   width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
   
}
.abtcard-logo{
   width: 100%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.abtcard-logo img{
    width: 100%;
    float: left;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

.contct-frm {
    padding-left: 45px;
}
.con-field {
    margin-bottom: 12px;
}.con-field label {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.con-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none !important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    background: #f5f0e4;
    height: 51px;
    outline: none !important;
}
.con-field textarea {
    width: 100%;
    float: left;
    background: #f5f0e4;
    padding: 12px;
    border: none !important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline: none !important;
}
.contct-frm h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 20px;
    letter-spacing: -4px;
}
.contct-frm h2 span{
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;

}
.c-imag img{
    width: 100%;

}
.c-deatails{
    padding: 30px 20px;
    border-radius: 15px;
    width: 100%;
    float: left;
    height: 100%;
    background: #1A1A1A;

}
.con-desc {
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.con-desc img {
    width: 30px;
}
.con-desc p {
    margin-bottom: 0;
    width: calc(100% - 51px);
    color: #ffffff;
}
.con-desc a{
    margin-bottom: 0;
    width: calc(100% - 51px);
    color: #ffffff;
    text-decoration: none;
}
.contact-inn{
    padding-bottom: 0;
}
.servsec {
    padding-right: 45px;
}
.servsec img {
    margin-bottom: 40px;
    border-radius: 40px;
}


.servsec h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 110%;
    padding-bottom: 25px;
    letter-spacing: -4px;
}
.servsec h2 span {
    font-weight: 600;
    font-style: italic;
    font-family: "Playfair Display" !important;
}
.servsec p {
    width: 100%;
    float: left;
    text-align: left;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    padding-bottom: 27px;
}

.connectus-bg {
float: left;
    background: #1A1A1A;
    padding: 25px;
    border-radius: 40px;
}
.connectus-bg h4 {
    color: white;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -2px;
}
.connectus-bg p{
width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    padding-bottom: 27px;
}
.mail-bg {
    background: #232323;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.mail-bg p {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 8px;
}
.mail-bg a {
    color: #ffffffdb;
    font-weight: 400;
    text-decoration: none;
}
/*over*/


.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 102;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}

.overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-area,
.right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}
.right-areamain{
  width: 100%;
  float: left;
}
.right-areamain h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.right-areamain p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
}







.left-area h6{
  width: 100%;
  float: left;
  text-align: left;
  color: #1A1A1A;
  font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
}



.left-area {
  background: white;
  color: black;
  text-align: left;
}

.right-area {
  background: #1A1A1A;
  color: #A8A8A8;
  text-align: left;
}

.left-area nav ul {
  list-style: none;
  padding: 0;
}

.left-area nav li {
  margin-bottom: 20px;
}

.left-area nav a {
  color: white;
  font-size: 40px;
  text-decoration: none;
}
.close img{
  width: 100%;
  max-width: 40px;
}
.overlay-menu .close {
  position: absolute;
  right: 60px;
  top: 55px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.3s ease;
}

.overlay-menu .close:hover {
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.social-links a {
  color: #A8A8A8;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}

.social-links a:hover {
  color: #fff;
}

.social-links a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.social-links a:hover::after {
  transform: rotate(0);
}
.right-area-main{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.right-area-main h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 35px;
  font-weight: 500;
}
.right-area-main p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.right-area-main a{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.left-area form {
    width: 100%;
    float: left;
    margin-top: 40px;
    transition-delay: 300ms;
}
.ham-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ham-field label {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.ham-field input {
    border: 1px solid #ebebeb70;
    
    background: #f9f9fb;
    width: 100%;
    float: left;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    height: 51px;
}
.ham-field textarea {
    width: 100%;
    float: left;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 80px;

    border: 1px solid #ebebeb70;
    
    background: #f9f9fb;
}
.btnadd {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.btnadd .explore{
    padding-top: 0;
}

.service-key {
    padding-top: 22px;
    width: 100%;
    float: left;
}
.service-key-dtl {
    margin: 7px 3px;
    height: 80px;
    display: inline-flex
;
    align-items: center;
    justify-content: left;
    padding: 14px 12px;
    width: 48%;
    border: 1px solid #e860274a;
    border-radius: 15px;
    background: #c4eafe80;
}
.service-key-dtl h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
    /* border-radius: 24px; */
}
.service-key-dtl span {
    width: 13px;
    height: 13px;
    background: #062d42;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.ctr{
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.testimonial-carousel .owl-nav button img{
    width: 100%;
    float: left;
    max-width: 36px;
}
.testimonial-carousel .owl-nav .owl-next{
    margin-left: 16px;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    left: -601px;
    top: 230px;
}


/*media*/

@media(max-width: 1024px){
.mb-menu {
   
    display: block;
}
.hdr-menu {
    padding-left: 99%;
}
}



@media(max-width: 400px){

h2{
    font-size: 40px !important;
}

.s3s-hd {
    display: unset !important;
}
.s3s-hd h5 {
    width: 100%;
    margin-bottom: 15px !important;
}
.PIN {
    right: 130px !important;
    top: 150px !important;
}
.s7-icon h2 {
    font-size: 25px !important;
}

.testimonial-main p {
    font-size: 15px !important;
}
.testimonial-main {
        padding: 12px 15px !important;
    }

.testimonial-main h3 span {
   
    padding-left: 0px; 
    width: 100%;
    float: left;
    padding-top: 7px;
}
.copy-wright h2 {
    font-size: 16px !important;
}
.ftr-add h2 {
    font-size: 16px !important;
}
}





@media(max-width: 575px){

    .banner-text p br{
        display:none;
}
.banner img {
    height: 300px;
    object-fit: cover;
}
.explore a img{
     height:auto;
}

.b2-slide::after {
    top: 14px;
    
}
.menus{
    display: none;
}
.banner {
    background: black;
}

.banner-text {
    position: unset;
    padding: 25px 0;
}
.banner-text h2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 55px;
}
.banner-text h2 br{
    display: none;
}
.banner-text p {
    padding-top: 30px;
    text-align: center;
}
 
    .explore{
        float: none !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }
.hlat-scolrbx h3{
text-align: center;
}
.hlat-scolrbx p{
text-align: center;
}
.section1-p p{
    text-align: center;
}
.stn3-black {
    padding: 45px 40px; 
}
.s3sideimg img {
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}
.s3-hds h2{
    font-size: 45px;
    text-align: center;
    padding-top: 20px;
}
.s3-hds h2 br{
    display: none;
}
.s3-hds p{
    text-align: center;
}

.s3s-hd{
        justify-content: center;
}
.s3s-hd h5 {
    padding: 11px 9px;
}

.all-satag {
    width: 100%;
    text-align: center;
    display: grid;
}
.st3blacklast span {
    width: 100%;
    float: left;
}
.st3blacklast{
    text-align: center !important;
}
.s3-nxtstn h2 {
    font-size: 45px;
    text-align: center;
}
.s3-nxtstn h2 br{
    display: none;
}
.s3-iconbx {
    width: 100%;
    padding: 35px 41px;
    margin-bottom: 15px;
}
.s3-iconbx h3{
    text-align: center;
}
.s3-iconbx > img.s3imgicon {
        display: block;
        margin: 0 auto;
        float: none !important;

}
.s3-nxtstn{
    padding-top: 55px;
}
.section4 {
    padding-bottom: 60px;
}
.s5-black .s3-hds{
    padding-left: 0;
}
.s5-black .s3sideimg {
    padding-top: 35px;
    padding-right: 0;
}
.b2-slider .b2-slide h2{
    font-size: 45px;
}
.section5 {
    padding: 70px 0;
}
.section5-hd h2 {
    width: 100%;
    text-align: center;
    font-size: 45px;
}
.section5-hd h2 br{
    display: none;
}


.s5-hds h3 {
    width: 100%;
    float: right;
    text-align: center;
   
    border-right: unset;
    padding-right: 0;
}
.s5-hds p {
    width: 100%;
    float: left;
    text-align: center;
    border-left:unset;
    padding-left:0;
}.s5-hds p br{
    display: none;
}

.section5-mainimage {
    padding-top: 72px;
    width: 100%;
    
    position: relative;
    right: 0;
}

.section6 {
    padding: 55px 0;
}
 .explore.s6-a {
        float: none !important;       /* remove float */
        width: 100%;                  /* full width */
        display: flex;                /* use flex to center */
        justify-content: center;      /* center horizontally */
        align-items: center;          /* optional: vertical align */
        padding-top: 20px;            /* adjust spacing */
    }

    .explore.s6-a a {
        display: inline-flex;         /* inline + flex for proper sizing */
        align-items: center;          /* vertically align text + img */
    }
.s7-hd h2{
    font-size: 45px;
}
.s7-icon {
margin-bottom: 30px;
}
.tescol {
    width: 100%;
}

.testimonial-stion {
    padding-top: 0;
}

.tescol-x {
    width: 100%;
}
.footer-hd h2 {
    font-size: 45px;
    text-align: center;
}
.footer-hd h2 br{
    display: none;
}

.explore.ft-a {
        float: none !important;       /* remove float */
        width: 100%;                  /* full width */
        display: flex;                /* use flex to center */
        justify-content: center;      /* center horizontally */
        align-items: center;          /* optional: vertical align */
        padding-top: 20px;            /* adjust spacing */
}

.explore.ft-a a {
        display: inline-flex;         /* inline + flex for proper sizing */
        align-items: center;          /* vertically align text + img */
}










.ftr-logo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.ftr-add{
    padding: 0;
}
.ftr-add h2 {
    text-align: center;
}
.ftr-add p {
    text-align: center;
}
.ftr-add a {
    text-align: center;
}
.social-icon {
    justify-content: center;
    padding-top: 25px;
}
.copy-wright h2 {
    width: 100%;
    text-align: center;
}
.copy-wright h3 {
    width: 100%;
    text-align: center;
}

.copy-wright {
    padding-top: 25px;
}
.footer{
    padding-bottom: 25px;
}
.testimonial-main {
    padding: 31px 40px;
}
.inner-pagehd h2{
    font-size: 45px;
    text-align: center;
        width: 100%;
}
.inner-abtimage img {
float: none;
margin: auto;
display: block;
text-align: center;
}
.inner-abtimage h2 {
    text-align: center;
    font-size: 45px;
    padding-top: 25px;
}
.inner-abtimage h2 br{
    display: none;
}
.inner-abtimage p {
    text-align: center;
}

.innabout {
    padding-bottom: 50px;
}
.vi-mi-allhd h2 {
    font-size: 45px;
    text-align: center;
}.vi-mi-allhd h2 br{
    display: none;
}
.vi-mi-allhd p {
    text-align: center;
}
.vi-mi-all {
    padding: 61px 40px;
}
.vi-mi-allhd {
    padding-right: 0;
}
.visionbxs img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.visionbxs h3 {
    text-align: center;
}
.vi-values {
    margin-top: 0px;
}
.visionbxs {
    margin-bottom: 30px;
}
.abt-card img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.abt-card h3 {
    text-align: center;
}
.abt-card p {
    text-align: center;
}

.abtcard-logo {
    padding: 40px 0;
}
.abtcard-logo img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.visionbxs p {
    text-align: center;
}
.servsec img {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.servsec {
    padding-right: 0px;
}
.servsec h2 {
    text-align: center;
    font-size: 45px;
    padding-top: 25px;
}
.servsec p {
    text-align: center;
}
.connectus-bg h4 {
    text-align: center;
}
.connectus-bg p {
    text-align: center;
}
.mail-bg a {
    text-align: center;
}
.contact-inn {
    padding-bottom: 0;
}
.contct-frm {
    padding-left: 0px;
}
.contct-frm h2 {
    text-align: center;
    font-size: 45px;
}
.c-imag img {
    width: 100%;
    margin-top: 40px;
}
.c-deatails {
   
     height:unset; 
   
    margin-bottom: 20px;
}

.testimonial-carousel .owl-nav {
    display: none;
}
}

@media (min-width:576px) and (max-width:767px){

 

.menus{
    display: none;
}
.banner {
    background: black;
}

.banner-text {
    position: unset;
    padding: 25px 0;
}
.banner-text h2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 55px;
}
.banner-text h2 br{
    display: none;
}
.banner-text p {
    padding-top: 30px;
    text-align: center;
}
     .explore{
        float: none !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }
.hlat-scolrbx h3{
text-align: center;
}
.hlat-scolrbx p{
text-align: center;
}
.section1-p p{
    text-align: center;
}
.stn3-black {
    padding: 45px 40px; 
}
.s3sideimg img {
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}
.s3-hds h2{
    font-size: 45px;
    text-align: center;
    padding-top: 20px;
}
.s3-hds h2 br{
    display: none;
}
.s3-hds p{
    text-align: center;
}

.s3s-hd{
        justify-content: center;
}
.s3s-hd h5 {
    padding: 11px 9px;
}

.all-satag {
    width: 100%;
    text-align: center;
    display: grid;
}
.st3blacklast span {
    width: 100%;
    float: left;
}
.st3blacklast{
    text-align: center !important;
}
.s3-nxtstn h2 {
    font-size: 45px;
    text-align: center;
}
.s3-nxtstn h2 br{
    display: none;
}
.s3-iconbx {
    width: 100%;
    padding: 35px 41px;
    margin-bottom: 15px;
}
.s3-iconbx h3{
    text-align: center;
}
.s3-iconbx > img.s3imgicon {
        display: block;
        margin: 0 auto;
        float: none !important;

}
.s3-nxtstn{
    padding-top: 55px;
}
.section4 {
    padding-bottom: 60px;
}
.s5-black .s3-hds{
    padding-left: 0;
}
.s5-black .s3sideimg {
    padding-top: 35px;
    padding-right: 0;
}
.b2-slider .b2-slide h2{
    font-size: 45px;
}
.section5 {
    padding: 70px 0;
}
.section5-hd h2 {
    width: 100%;
    text-align: center;
    font-size: 45px;
}
.section5-hd h2 br{
    display: none;
}


.s5-hds h3 {
    width: 100%;
    float: right;
    text-align: center;
   
    border-right: unset;
    padding-right: 0;
}
.s5-hds p {
    width: 100%;
    float: left;
    text-align: center;
    border-left:unset;
    padding-left:0;
}.s5-hds p br{
    display: none;
}

.section5-mainimage {
    padding-top: 72px;
    width: 100%;
    
    position: relative;
    right: 0;
}

.section6 {
    padding: 55px 0;
}
.s6-a{
width: 100%;
        text-align: center;
        display: ruby;
    }
.s7-hd h2{
    font-size: 45px;
}
.s7-icon {
margin-bottom: 30px;
}
.tescol {
    width: 100%;
}

.testimonial-stion {
    padding-top: 0;
}

.tescol-x {
    width: 100%;
}
.footer-hd h2 {
    font-size: 45px;
    text-align: center;
}
.footer-hd h2 br{
    display: none;
}

.ft-a {
    width: 100%;
        text-align: center;
        display: ruby;
    margin-top: -12px;
}
.ftr-logo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.ftr-add{
    padding: 0;
}
.ftr-add h2 {
    text-align: center;
}
.ftr-add p {
    text-align: center;
}
.ftr-add a {
    text-align: center;
}
.social-icon {
    justify-content: center;
    padding-top: 25px;
}
.copy-wright h2 {
    width: 100%;
    text-align: center;
}
.copy-wright h3 {
    width: 100%;
    text-align: center;
}

.copy-wright {
    padding-top: 25px;
}
.footer{
    padding-bottom: 25px;
}
.testimonial-main {
    padding: 31px 40px;
}
.inner-pagehd h2{
    font-size: 45px;
    text-align: center;
        width: 100%;
}
.inner-abtimage img {
float: none;
margin: auto;
display: block;
text-align: center;
}
.inner-abtimage h2 {
    text-align: center;
    font-size: 45px;
    padding-top: 25px;
}
.inner-abtimage h2 br{
    display: none;
}
.inner-abtimage p {
    text-align: center;
}

.innabout {
    padding-bottom: 50px;
}
.vi-mi-allhd h2 {
    font-size: 45px;
    text-align: center;
}.vi-mi-allhd h2 br{
    display: none;
}
.vi-mi-allhd p {
    text-align: center;
}
.vi-mi-all {
    padding: 61px 40px;
}
.vi-mi-allhd {
    padding-right: 0;
}
.visionbxs img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.visionbxs h3 {
    text-align: center;
}
.vi-values {
    margin-top: 0px;
}
.visionbxs {
    margin-bottom: 30px;
}
.abt-card img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.abt-card h3 {
    text-align: center;
}
.abt-card p {
    text-align: center;
}

.abtcard-logo {
    padding: 40px 0;
}
.abtcard-logo img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.visionbxs p {
    text-align: center;
}
.servsec img {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.servsec {
    padding-right: 0px;
}
.servsec h2 {
    text-align: center;
    font-size: 45px;
    padding-top: 25px;
}
.servsec p {
    text-align: center;
}
.connectus-bg h4 {
    text-align: center;
}
.connectus-bg p {
    text-align: center;
}
.mail-bg a {
    text-align: center;
}
.contact-inn {
    padding-bottom: 0;
}
.contct-frm {
    padding-left: 0px;
}
.contct-frm h2 {
    text-align: center;
    font-size: 45px;
}
.c-imag img {
    width: 100%;
    margin-top: 40px;
}
.c-deatails {
   
     height:unset; 
   
    margin-bottom: 20px;
} 
.testimonial-carousel .owl-nav {
    display: none;
}  
}


@media (min-width:768px) and (max-width:991px){






.menus{
    display: none;
}
.banner {
    background: black;
}

.banner-text {
    position: unset;
    padding: 25px 0;
}
.banner-text h2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 55px;
}
.banner-text h2 br{
    display: none;
}
.banner-text p {
    padding-top: 30px;
    text-align: center;
}
    .bn-p {
        width: 100%;
        text-align: center;
        display: ruby;
    }
.hlat-scolrbx h3{
text-align: center;
}
.hlat-scolrbx p{
text-align: center;
}
.section1-p p{
    text-align: center;
}
.stn3-black {
    padding: 45px 40px; 
}
.s3sideimg img {
    float: none;
    text-align: center;
    margin: auto;
    display: block;
}
.s3-hds h2 {
    font-size: 45px;
    text-align: center;
    padding-top: 25px;
}

.s3-hds p {
    text-align: center;
}

.all-satag {
        width: 100%;
        text-align: center;
        display: grid
;
    }

.st3blacklast {
        text-align: center !important;
    }

    .st3blacklast span {
        width: 100%;
        float: left;
    }

.s3-nxtstn h2 {
    text-align: center;
    font-size: 45px;
}
.s3-iconbx {
    width: 210px;
}
.s3-iconbx > img.s3imgicon {
        display: block;
        margin: 0 auto;
        float: none !important;
    }
.s3-iconbx h3 {
text-align: center;
}

.s5-black .s3-hds {
    padding-left: 0;
}
.s3s-hd {
    justify-content: center;
}

.s5-black .s3sideimg {
     padding-right: 0px; 
     padding-top: 35px;
}
.b2-slider .b2-slide h2 {
    font-size: 40px;
}
.section5-hd h2 {
    width:100%;
    text-align: center;
    font-size: 45px;
}
    .section5-hd h2  br{
        display: none;
    }

.s5-hds h3 {
    width: 100%;
    float: right;
    text-align: center;
 
    border-right:unset;
    padding-right: 0px;
}
.s5-hds p{
    text-align: center;
    border-left: unset;
    padding-left: 0;
}
.s5-hds p br{
    display: none;
}
.s6-a{
    width: 100%;
        text-align: center;
        display: ruby;
}

.section5-mainimage {
    position: relative;
    right: 0;
}

.s7-icon {
    margin-bottom: 25px;
}
.s7-hd h2 {
    font-size: 50px;
}
.s7-hd p br{
    display: none;
}
.tescol {
    width: 100%;
}
.tescol-x {
    width:100%;
}
.footer-hd h2 {
    font-size: 50px;
    width: 100%;
    text-align: center;
}
.testimonial-stion {
    padding-top: 0;

}
.ft-a {
    width: 100%;
        text-align: center;
        display: ruby;
        margin-top: -12px;
}
.ftr-logo img {
  
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 249px;
}
.ftr-add {
    padding: 0 0 0px 0px;
}
.ftr-add h2 {
    text-align: center;
}
.ftr-add p {
    text-align: center;
}
.ftr-add a {
    width: 50%;
    float: left;
    text-align: center;
}
.social-icon {
   padding-top: 30px;
    justify-content: center;
}
.inner-pagehd h2 {
    width: 100%;
    text-align: center;
}
.inner-abtimage img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.inner-abtimage h2 {
    text-align: center;
    font-size: 45px;
}
.inner-abtimage p {
    text-align: center;
}
.vi-mi-allhd h2 {
    text-align: center;
    font-size: 45px;
}
.vi-mi-allhd p {
    text-align: center;
}
.visionbxs img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.visionbxs h3 {
    text-align: center;
}
.visionbxs p {
    text-align: center;
}
.visionbxs {
    margin-bottom: 25px;
}

.vi-values {
    margin-top: 0px;
}

.abt-card{
    width: 50%;
}
.abt-card img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.abt-card h3 {
    padding-top: 13px;
    text-align: center;
}
.abt-card p {
    text-align: center;
}
.abtcard-logo{
    padding: 50px 0;
}
.servsec h2 {
    font-size: 50px;
    text-align: center;
}
.servsec p {
    text-align: center;
}

.servsec {
    padding-right: 0;
}
.connectus-bg h4 {
    text-align: center;
}

.connectus-bg p {
    text-align: center;
}
.mail-bg a {
    text-align: center;
}.contct-frm h2 {
    text-align: center;
    font-size: 50px;
}
.contct-frm {
    padding-left: 0px;
}

.c-deatails {
    height: unset;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-nav {
    display: none;
} 
}





@media (min-width:992px) and (max-width:1024px){






.menus{
    display: none;
}

.banner-text h2 {
    width: 100%;
    font-size: 60px;
}
.banner-text p {
    padding-top: 33px;
}

.banner-text {
    padding-top: 200px;
}

.s3-hds h2 {
    font-size: 48px;
}

.s3s-hd h5 {
    padding: 11px 10px;
}
.st3blacklast {
    font-size: 40px;
}

.s3-nxtstn h2 {
    font-size: 50px;
}

.testimonial-carousel .owl-nav {
    
    left: -509px;
    top: 252px;
}
.ft-a{
    float: left;
    margin-top: 5px;
}
.inner-abtimage h2 {
    font-size: 55px;
}
.servsec img {
    width: 100%;
}
.servsec h2 {
    font-size: 55px;
}
.contct-frm h2 {
    font-size: 55px;
}




}

@media (min-width:1025px) and (max-width:1199px){

.red {
    display: none;
}

.banner-text h2 {
    width: 100%;
    font-size: 60px;
}
.banner-text p {
    padding-top: 33px;
}

.banner-text {
    padding-top: 200px;
}

.s3-hds h2 {
    font-size: 48px;
}

.s3s-hd h5 {
    padding: 11px 10px;
}
.st3blacklast {
    font-size: 40px;
}

.s3-nxtstn h2 {
    font-size: 50px;
}

.testimonial-carousel .owl-nav {
    
    left: -509px;
    top: 252px;
}
.ft-a{
    float: left;
    margin-top: 5px;
}
.inner-abtimage h2 {
    font-size: 55px;
}
.servsec img {
    width: 100%;
}
.servsec h2 {
    font-size: 55px;
}
.contct-frm h2 {
    font-size: 55px;
}
.header_menu_area > ul > li {
        padding: 0px 30px 0px 30px;
}



}
@media (min-width:1200px) and (max-width:1242px){

.banner-text h2 {
    font-size: 100px;
}

}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }




}
.banner-carousel .owl-nav{
    display: none;
}


.social_chat_block {
    border-radius: 40px;
    width: 186px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    background: #ffffff;
    border: solid 1px #b18e46;
    z-index: 9999;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    color: black;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;

   
}
.social_chat_block:hover{
    background: #b18e46;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}



.social_chat_block:hover span {
    color:white;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
    
}








.social_chat_block span {
    font-size: 17px;
    font-weight: 500;
    color: #1A1A1A;
    margin-left: 10px; /* spacing between icon and text */
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}

.social_chat_block strong img {
    width: 28px;
    height: 28px;
    margin-right: 0px;
   
}
















