@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}

/* CSS Document */

::-moz-selection {
  background: #022735;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #022735;
  color: #ffffff;
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: 'Geomanist-Regular';
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  width: 100%;
  display: block;
  float: left;
}
body {
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}
:root {
  overflow-y: scroll;
}
a {
  text-decoration: none !important;
  transition: all 0.25s ease-out 0s;
}

h2{
  font-family: 'Montserrat' !important;
}
h3{
  font-family: 'Montserrat' !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
p,
span {
  font-family: 'Montserrat';
}
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #fff !important;
}
::-moz-placeholder {
  color: #fff !important;
}
:-ms-input-placeholder {
  color: #fff !important;
}
:-moz-placeholder {
  color: #fff !important;
}

.container {
  max-width: 1350px !important;
}
.container-fluid {
  max-width: 1468px !important;
}
body {
  background-color: #000 !important;
}
.menu-col1 {
  display: none;
}

/* header */

.logosec {
  width: 20%;
}

header {
  width: 100%;
  /* position: absolute; */
  background: none;
  z-index: 99;
}
header .navbar {
  background-color: transparent !important;
  padding: 0;
}

header .navbar .menubar {
  width: auto;
  float: right;
  margin: 0 0 0 auto;
  display: flex;
}

header .menubar a {
  color: #be1522;
  cursor: pointer;
  font-size: 20px;
  padding: 0 0 5px;
  font-family: 'Montserrat';
  font-weight: bold;
  margin: 0 10px;
}
header .menubar a:hover,
header .menubar a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}
header .menubar .nav-link.active {
  color: #fff;
  font-size: 16px;
  padding: 0 0 5px;
  font-family: 'Montserrat';
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

header .menubar ul li {
  margin: 0 11px;
}


/* home-banner */

.bansect {
  width: 100%;
  position: relative;
}
.bansect .homebantxt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
}
.img-fluid.hmban {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.bansect .homebantxt h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 1px;
  margin: 0 0 55px;
  font-weight: 700;
  text-align: center;
  font-family: "Inter";
  position: relative;
}
.bansect .homebantxt h1::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid rgba(201,201,201,.4);
  width: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -23px;
}

.bansect .homebantxt p {
  font-size: 20px;
  color: #fff;
  opacity: .8;
  margin: 0 0 30px;
  font-weight: 400;
  text-align: center;
  font-family: "Inter";

}

.bansect .homebantxt .estbtn:hover {
 
  
 
}

.bansect .homebantxt .estbtn {
  padding: 10px 25px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  display: flex;
  margin: 0 auto 45px;
  color: #fff;
  width: fit-content;
  border: 2px solid #fff;
  font-weight: 400;
  text-transform: uppercase;
  cursor: unset;
}


.main-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #00000080;
  height: 100%;
}


.scroll-down {
  position: absolute;
  bottom: 20px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff; /* Or any color you prefer */
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  z-index: 9;
  cursor: pointer;
}

.scroll-down img {
  width: 40px; /* Adjust icon size */
  margin-top: 10px;

}

.scroll-down:hover img {
  opacity: 1;
}

.scroll-down span {
  display: block;
  margin-bottom: 5px;
}

@keyframes blink {
  0% {
      opacity: 1; /* Fully visible */
  }
  50% {
      opacity: 0.5; /* Half transparent */
  }
  100% {
      opacity: 1; /* Fully visible again */
  }
}

.blinking-image {
  width: 30px; /* Adjust size as needed */
  animation: blink 1.5s infinite ease-in-out; /* Apply the blinking animation */
  transition: opacity 0.3s ease-in-out;
}




/* menu */

.menu-col1 {
  z-index: 999999999;
}

.menu-col1 .menu-row1 {
  width: 100%;
  float: left;
  cursor: pointer;
  outline: none;
  pointer-events: initial;
  position: relative;
  z-index: 9999;
}
.toggle-btn1 {
  width: 50px;
  padding: 21px 12px;
  border: 2px solid #fff;
  float: left;
  margin: 0 0 0;
  border-radius: 50%;
}
.toggle-menu .toggle-tex1 {
  float: right;
  font-size: 15px;
  font-weight: 400;
  color: #454442;
  line-height: 1;
  margin: 11px 0 0;
}
.toggle-menu .toggle-row1 {
  content: '';
  width: 4.8px;
  height: 4.8px;
  float: left;
  background: #fff;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  margin: 0 9px 0;
  position: relative;
}
.toggle-menu .toggle-row1:before,
.toggle-menu .toggle-row1:after {
  content: '';
  width: 4.8px;
  height: 4.8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  display: block;
}
.toggle-menu.active .toggle-btn1 {
  border: 2px solid #be1522;
}
.toggle-menu.active .toggle-row1::before,
.toggle-menu.active .toggle-row1::after {
  background: #be1522;
}

.toggle-menu .toggle-row1:before {
  top: 0;
  right: -9px;
}
.toggle-menu .toggle-row1:after {
  top: 0;
  right: 9px;
}
.toggle-menu.active .toggle-tex1 {
  color: #454442;
}
.toggle-menu.active .toggle-row1 {
  background-color: transparent;
  transition: background 0.2s ease-out;
  width: 22px;
  border-radius: 0;
}
.toggle-menu.active .toggle-row1:before,
.toggle-menu.active .toggle-row1:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  border-radius: 0;
  height: 3px;
}
.toggle-menu.active .toggle-row1:before {
  width: 100%;
  top: 1px;
  transform: rotate3d(0, 0, 1, -45deg);
  right: 10px;
}
.toggle-menu.active .toggle-row1:after {
  width: 100%;
  top: 1px;
  transform: rotate3d(0, 0, 1, 45deg);
}
.conten {
  width: 1228px;
  transform: translateY(-50%);
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 5%;
}
.menu-col1 .fixed {
  width: 86px !important;
  background: none;
  box-shadow: none;
  padding: 20px 0 20px;
  left: 3%;
  right: inherit;
  z-index: 999999;
}
.menubar ul li:last-child {
  padding: 0;
  margin: 0;
}
.menubar ul li:last-child a {
  padding: 0;
  margin: 0;
}

/* service section */
.servicesec{
  padding: 100px 18px;
  background: #fff !important;
}
.servicesec h2{
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 40px;
  text-align: center;

}
.servicesec h2 span{
  display:block;
}
.servicesec h3{
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px;
}
.servicesec h3 span{
  display:block;
}
.servicesec p{
  text-align: center;
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75em;
    letter-spacing: 0;
    margin: 0 0 40px;
}
.servicesec p span{
  display:block;
}
.servicesec .orsrvbtn{
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  background-color:transparent;
  border: 2px solid #be1522;
  width: fit-content;
  padding: 13px 30px;
  margin: 0 auto;
}
.servicesec .orsrvbtn:hover{
  border: 2px solid #000;
  color:#fff;
  background: #000;
}

/* whys section */

.whysec{
  background: url(../images/background-graphic.jpg)no-repeat center;
  padding: 112px 18px;
  position: relative;
  background-size: cover;
}
/* .whysec.whowe{
  background: url(../images/whtdo.png)no-repeat center !important;
  padding: 112px 18px;
  position: relative;
} */

.whysec.whowe {
    background: url(../images/bg-service.png) no-repeat center !important;
    padding: 112px 18px;
    position: relative;
}

.whysec::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(190 21 34 / 0.65);
  height: 100%;
}
.img-fluid.whyimg {
  display: flex;
  margin: 0 auto 30px;
  max-width: 100px;
}
.whysec h2{
  font-family: "Inter", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
} 
.whysec p{
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;

}
.whysec h3{
  color: #FFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 80px;
  z-index: 9;
}

.whysec .col-md-6 {
    z-index: 9;
    width: 33.33%;
}

.whysec .whybox img {
    margin: 0 auto 24px;
}

.whysec .whybox {
    align-items: center;
}

.whysec .whybox h2 {
    text-align: center;
}

.whysec .whybox p {
    text-align: center;
}


.whysec .col-md-12 {
    z-index: 9;
	text-align:center;
}

.whysec .col-md-3{
  z-index: 9;
}
.wheresec{
  padding: 55px 0px 0;
  background: #fff;
}
.wheresec h2{
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 25px;
}
.wheresec p{ 
text-align: center;
color: #000;
font-size: 18px;
font-weight: 400;
font-family: "Inter", Sans-serif;
margin: 0 0 25px;
}


.wheresec-content{ width:100% !important; margin:0 auto;max-width: 900px !important}



.wheresec .container{
  width: 100% !important;
  max-width: 100%  !important;
}
.wheresec iframe{
  padding: 0 !important;
  height: 461px;
}

.whysec.whowe.container{ width:100%;} 

footer{
  padding: 50px 18px;
  background: #BE1522;
}

footer h2{
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0 0 35px;
}

footer p{
  color: #ffffff;
  font-size: 15px;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}
footer p span{
  color: #ffffff;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
  font-weight: 700;
  margin: 0;

}
footer .rmlink{
  color: #fff;
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
}
footer .container .row:nth-child(1) {
  margin: 0 0 40px;
}
.img-fluid.ftlogo {
  width: 100%;
}
footer .rmlink{
  color: #fff;
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
}
.llintxt{
  color: #fff;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
  margin: 0 0 0 7px;
}


/* about */
.nav-static.bg-static {
  padding: 10px 0 !important;
  background: #000 !important;
}
.titleban {
  padding: 126px 18px 64px;
  background: #222;
}
.titleban h1{
  color: #fff;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.titleban h1::after {
  content: "";
  position: absolute;
  width: 17%;
  border-bottom: 1px solid #e6e6e645;
  right: 0;
  left: -2px;
  margin: 0 auto;
  bottom: -14px;
}
.hissrysec {
  background: #fff;
  padding: 60px 55px 0px;
}

.hissrysec .slidimgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hissrysec h2{
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

.hissrysec p{
    text-align: center;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    margin: 0 0 30px;
}

.hissrysec .row {
  margin: 45px 0 90px;
  align-items: center;
}

.hissrysec .row .col-md-6:nth-child(2) {
  padding: 0 4%;
}

.hissrysec .slick-prev {
  width: 40px;
  height: 42px;
  left: -9%;
  z-index: 9;
  background: url(../images/left.svg) no-repeat;
  background-size: auto;
  background-size: 100%;
}

.hissrysec .slick-next {
  width: 40px;
  height: 42px;
  right: -9%;
  z-index: 9;
  background: url(../images/righ.svg) no-repeat;
    background-size: auto;
  background-size: 100%;
}

.hissrysec .slidimgbox .slick-slide {
    margin: 0 6px 0;
}

.hissrysec .slick-prev::before, .hissrysec .slick-next::before {
  display: none;
}

.default-page .default-col {
    text-align: center;
}

.default-page .default-col h1 {
    color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 24px;
}

.teamsec{
  background: #D2646D;
  padding: 80px 30px 50px;
}
.teamsec h2{
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.teamsec .img-fluid.tmimg {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  border-radius: 30px;
}
.teamsec .row {
    justify-content: center;
}
.teamsec .col-md-2 {
  width: 24%;
  margin: 0 .5% 25px;
} 
.teamsec .container{
  max-width:100% !important;
  width: 100 !important;
}
.teamsec h3{
  font-family: "Inter",Sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;

}
.teamsec h4{
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.teamsec p{
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter',sans-serif;
  color:#fff;
  margin: 0 0 15px;
  
}

.teamsec .embx .emtxt{
  color: #fff;
  background: #54595f;
  width: fit-content;
  padding:10px 15px;
  border-radius: 2px;
}
.contactform{
  background: url(../images/contactban.png)no-repeat center;
  background-size: cover;
  padding: 100px 18px;
}
.contactform .row {
  background: #22222275;
  padding: 50px 10px 30px;
}
.contactform h2{
  color: #dddd;
  font-size: 31px;
  text-align: center;
  font-weight: 700;
  font-family: 'Montserrat' !important;
  margin: 0 0 30px;
}
.thankssec{
  padding: 80px 18px;
  background: #fff;
}
.thankssec h2{
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 40px;
  font-family: 'Montserrat' !important;

}
.img-fluid.thks {
  width: 39%;
  display: flex;
  margin: 0 auto;
}

.thankssec .con-r2 .col-md-6:first-child {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    background: #f8f8f8;
    padding-left: 40px;
}

.linkbx {
    align-items: center;
    display: flex;
    padding-top: 18px;
}
.row.ft-row .col-md-4 {
  flex: 0 0 auto;
  width: 26.333333%;
}

/* service */

.servicesection{
  padding: 0 0px;
  background: #fff;
}
.servicesection h2{
  /*background: #fff;*/
  color: #000;
  font-family: "Montserrat",Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0 18px;
}
.servicesection .col-md-4 .img-fluid.srim {
  height: 295px;
}
.servicesection .container {
  padding: 0 6.5% 50px;
  max-width: 100% !important;
}
.servicesection .srvbox {
  position: relative;
  border-radius: 39px;
  margin-top: 8px;
}
.servicesection .srcon {
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  padding: 0 18px;
  z-index: 9;
}
.servicesection h3{
  font-size: 23px;
  font-weight: 600;
  font-family: "Montserrat",Sans-serif;
  color: #fff;
  margin: 0 0 23px;

}
.servicesection p{
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat",Sans-serif;
  color: #fff;
  
}
.srvbox::after {
  content: "";
  position: absolute;
  background: #2625258a;
  width: 100%;
  height: 100%;
  top: 0;
}
.servicesection .col-md-4 {
  margin: 0.6% 0%;
  width: 30.33%;
}
.servicesection .col-md-4 .img-fluid.srim {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.testimonials h2{
  color: #fff;
}
.testimonials{
  background: url(../images/testim.png) no-repeat center;
  background-size: cover;
  padding: 130px 18px;
  position: relative;
}
.testimonials .col-md-4{
  background: #00000085;
  margin: 0 1%;
  width: 96% !important;
  padding: 33px;
}
.testimonials .col-md-4 p{
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat",Sans-serif;
  color: #fff;
  margin: 0 0 25px;
  text-align: center;

}
.testimonials .col-md-4 h3{
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat",Sans-serif;
  color: #fff;
  margin: 0 0 10px;
  font-style: italic;
  text-align: center;


  
}
.testimonials .col-md-4 h4{
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat",Sans-serif;
  color: #fff;
  margin: 0 0 10px;
  font-style: italic;
  text-align: center;

  
}

.testimonials::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #00000080;
  height: 100%;
}
.testimonials .row {
  z-index: 9;
  position: relative;
}
.testimonials h2{
  color: #FFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 100px;
}
.testimonials .slick-dots li button::before {
  font-size: 24px !important;
  color:#fff !important;

}
.testimonials .slick-dots li.slick-active button::before {
  color: #fff !important ;

}
.testimonials .slick-dots{
  bottom: -16% !important;
}

.srvbox {
  overflow: hidden;
}

.img-fluid.srim {
  transition: transform 0.7s ease;
}

.srvbox:hover .img-fluid.srim{
  transform: scale(1.1);
}
.servicesection .row {
  justify-content: center;
}
.nav-static {
  padding: 14px 18px;
}
footer p span {
  display: block;
  font-weight: 400;
}

footer .ph-ft {
    display: inline-block;
}

.nav-item.dropdown:hover .dropdown-menu {
  margin-top: 0;
  transition: all 0.4s ease-in-out;
 
}

.dropdown-menu {
  transition: all 0.3s ease;
}
header .menubar .nav-item.dropdown a:hover {
  border-bottom: .0;
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #535050 !important;
  font-size: 15px !important;
  margin: 0 0 7px !important;
}
.menubar ul ul li {
  padding: 0;
  margin: 0 12px 11px !important;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #0c73be !important;
}
header .menubar .navbar-nav .dropdown-menu {
  position: absolute;
  transition: all 0.4s ease-in-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px !important;
}

.mobsrvdrp{
  display: none;
}

/* Style the dropdown (optional, adjust as needed) */
.mobsrvdrp {
  background: #000 !important;
  padding-left: 15px;
  color: #fff !important;
}

/* Make dropdown links look like normal menu items */
.mobsrvdrp .dropdown-item {
  display: block;
  padding: 10px 0;
}

.dropdown-menu.mobsrvdrp li a:hover {
  color: #0e73b9 !important;
  background: none;
}
.dropdown-menu.mobsrvdrp li a {
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Montserrat' !important;
  font-size: 15px !important;
}
.img-fluid.sliimg {
  width: 100%;
}



.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
}

/* Project */
.projectbn h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}


section.projectbn {
  width: 100%;
  position: relative;
}
.servicesection {
   padding: 0 ;
   background:#fff !important;
}
.nav-tabs {
  border-width: 0 !important;
}
section.tabsec {
  margin-top: 30px;
  margin-bottom: 79px;
  background: #ffff;
}


.pbtn {
  display: inline-flex; 
 
  overflow: hidden; 
}

.pbtn .estbtn:not(:last-child) {
  border-right: none !important; 
}

ul#myTab {
  display: flex;
  justify-content: center;
  padding-bottom: 47px;
}
.treat-top-content h3 {
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
}
.treat-bottom-content h3 {
  color: #fff;
  padding-bottom: 12px;
}
.treat-top-content ul li {
  color: #ffff;
  list-style: disc;
  font-family: "Montserrat", sans-serif;
}
section.losec ul {
  padding-left: 24px;
}
section.losec ul li {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
ul#myTab li {
  font-size: 18px;
}
.treat-top-content h2 {
  color: #fff;
  padding-bottom: 12px;
  text-align: center;
}

 .losec .nav-link:hover {
  color:#fff !important;
} 
.losec .nav-link {
  
  background: transparent !important;
}
.losec .nav-tabs .nav-link.active {
  color: #fff !important;
}
.losec .nav-tabs .nav-link.active {
  border-radius: 5px;
}
.losec .nav-tabs .nav-link {
  border-radius: 5px !important;
}
a#commercial-tab {
  font-size: 15px;
  background: #ffff;
  font-family: "Inter", sans-serif;
  margin: 0 auto 45px;
  color: rgba(0, 0, 0, 0.7);
  width: fit-content;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
a#residencial-tab {
  font-size: 15px;
  background: #ffff;
  font-family: "Inter", sans-serif;
  margin: 0 auto 45px;
  color: rgba(0, 0, 0, 0.75);
  width: fit-content;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.row.servicesection {
  margin-bottom: 40px;
}
/* project-inner pg */


.innerpg

{
padding-top: 70px;
}
.servicesection .col-md-4 {
  margin-top: 14px;
}

.hissrysec p {
  text-align: center;
  color: #000;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  margin: 0px 0 19px;
  font-size: 17px;
}
.hissrysec h4 {
  text-align: left;
  color: white;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 15px;
}

.hissrysec .row .col-md-6 h4 {
    color: #000;
}

.hissrysec .col-md-6 p {
    text-align: left;
}

.innerpg {
  width: 100% !important;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.innerpg p {
  color: #ffff;
  text-align: center;
  font-size: 16px;
  width: 73%;
  line-height: 1.9;
}

/* location */

section.losec {
  background: #222;
  padding-top: 40px;
  padding-bottom: 75px;
}
.losec .nav-link {
  color: #fff;
}
.losec h1 {
  color: white;
  font-size: 26px;
  text-align: center;
  padding-bottom: 50px;
  margin-top: 50px;
}

.losec p {
  color: white;
  text-align: left;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  margin: 0px 0 19px;
  font-size: 16px;
}
.losec .row .col-md-6 p {
  padding: 0 10%;
  padding-top: 20px;
}

footer .col-md-3:nth-child(4):hover p {
  color: #222;
}

.row.servicesection {
  display: flex;
  justify-content: center;
}

.losec .row {
  
  display: flex;
  justify-content: center;
  align-items: center;
}


ul.dropdown-menu.depth-0 li a {
  color: #000 !important;
  margin: 0 !important;
 
}

header .menubar .navbar-nav .dropdown-menu {
  position: absolute;
  transition: all 0.4s ease-in-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px !important;
}
.menubar ul ul li {
  padding: 0;
  margin: 7px 0px 15px !important;
  text-align: center;
}
ul.dropdown-menu.depth-0 li a:hover {
  color: red !important;
}

.dropdown-menu {
  display: none;
  position: absolute; /* Ensure dropdowns appear over content */
  left: 0;
  top: 100%;
  z-index: 1000;
  background: white; /* Add a background for visibility */
  border: 1px solid #ccc; /* Optional: styling */
}

/* Show main dropdown menus when the parent is hovered */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.nav-item.dropdown .dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* Sub-dropdowns within main dropdowns */
.dropdown-submenu .dropdown-menu {
  left: 100%; /* Position sub-dropdowns to the right of their parent */
  top: 0;
}

/* Show sub-dropdown menus when their parent is hovered */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

ul.dropdown-menu li a {
  color: black !important;
  font-size: 13px !important;
}
.dropdown-menu
{
  min-width: 125px !important;
}

ul.dropdown-menu.dropdown-level-2 {
  width: 163px;
}


footer a {
  color: #fff !important;
  font-size: 15px;
 font-family: "Inter", Sans-serif;
}
footer a:hover {
  color: #000 !important;
}
span.email-ft {
  display: inline-block;
}

footer ul {
  display: block;
  padding-left:0  !important
 
}

footer ul li a {
  color: #fff !important;
}
footer ul li a:hover{
  color: #000 !important;
}

footer p span.address-ft, footer p span.email-ft {
    width: fit-content;
    position: absolute;
    left: 0;
    top: -2px;
}

footer p {
    position: relative;
}

footer p span.address-ft + a, footer p span.email-ft + a {
    padding: 0 0 0 22px;
}

footer p span.email-ft + a {word-break: break-all;}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
  color: #fff !important;
}


span.evf-label {
  color: white !important;
  font-size: 16px;
  font-weight: 700;
}
.iti__flag-container {
  display: none;
}

.everest-forms .evf-field-container .evf-frontend-row textarea, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row textarea {
  width: 100%  !important;
  max-width: 100%;
  min-width: 55% !important;
  height: 83px !important;
  border: 1px solid black !important;
  border-radius: 3px !important;
}


.everest-forms input[type=text], .everest-forms input[type=date], .everest-forms input[type=date], .everest-forms input[type=datetime-local], .everest-forms input[type=email], .everest-forms input[type=file], .everest-forms input[type=image], .everest-forms input[type=month], .everest-forms input[type=number], .everest-forms input[type=password], .everest-forms input[type=range], .everest-forms input[type=search], .everest-forms input[type=tel], .everest-forms input[type=time], .everest-forms input[type=url], .everest-forms input[type=week], .everest-forms select, .everest-forms textarea, .everest-forms .StripeElement, .everest-forms canvas.evf-signature-canvas, .wp-block-everest-forms-form-selector input[type=text], .wp-block-everest-forms-form-selector input[type=date], .wp-block-everest-forms-form-selector input[type=date], .wp-block-everest-forms-form-selector input[type=datetime-local], .wp-block-everest-forms-form-selector input[type=email], .wp-block-everest-forms-form-selector input[type=file], .wp-block-everest-forms-form-selector input[type=image], .wp-block-everest-forms-form-selector input[type=month], .wp-block-everest-forms-form-selector input[type=number], .wp-block-everest-forms-form-selector input[type=password], .wp-block-everest-forms-form-selector input[type=range], .wp-block-everest-forms-form-selector input[type=search], .wp-block-everest-forms-form-selector input[type=tel], .wp-block-everest-forms-form-selector input[type=time], .wp-block-everest-forms-form-selector input[type=url], .wp-block-everest-forms-form-selector input[type=week], .wp-block-everest-forms-form-selector select, .wp-block-everest-forms-form-selector textarea, .wp-block-everest-forms-form-selector .StripeElement, .wp-block-everest-forms-form-selector canvas.evf-signature-canvas {
  width: 100% !important;
  height: auto;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 5px 12px !important;
  color: #494d50;
  /* border: 1px solid #8e98a2; */
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #000 !important;
  border-radius: 3px !important;
}
.iti__flag-container {
  display: none;
}



 
/* input.input-text.evf-smart-phone-field {
  padding: 6px 12px !important;
} */

div.evf-container .everest-form .iti--allow-dropdown input.input-text.evf-smart-phone-field {
  padding-left: 11px !important;
}
.everest-forms-submit-button {
  /* border-radius: 6px !important; */
  border: none !important;
  outline: none !important;
  display: inline;
  width: auto;
  padding: 12px 25px !important;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px !important;
  color: #444;
  border: 2px solid #555555 !important;
  background-image: none !important;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
  background: #066aab !important;
  color: #fff !important;
  font-family: "Montserrat" !important;
}
.everest-forms-submit-button:hover {
  color: #fff !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;
  font-family: "Montserrat" !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
   color:  #fff !important;
}


/* .col-md-4 img.img-fluid.lee-rg {
  width: 24%;
}

.col-md-4 img.img-fluid.surface-lg {
  width: 44%;
}

.ft-row .col-md-4 {
  padding-bottom: 45px;
}


.sur-2 {
  display: flex;
  padding-right: 0;
}

.sur-2 .col-md-4:nth-child(1) {

  max-width: 17% ;
  padding-right: 0 ;
  padding-left: 0 ;
}

.sur-2 .col-md-4:nth-child(2) {
  padding-top: 9px;
  padding-left: 8px;
}

.col-md-4 img.img-fluid.surface-lg {
  width: 66%;
} */

img.img-fluid.lee-rg {
  width: 29%;
  padding-top: 2px;
}
img.img-fluid.surface-lg {
  width: 50%;
  max-width: 230px;
  /* min-width: 165px; */
 
}


.row.ft-row {
  position: relative;
}

.ft-row .col-md-2 {
  flex: 0 0 auto;
  width: auto;
  position: relative;
  left: inherit;
  bottom: inherit;
}

.ft-row .social-media-icons {
    width: 27.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 0;
    padding: 0;
}

.ft-row .social-media-icons .linkbx {
    padding: 0;
    width: 100%;
}

footer .row.ft-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

footer .row.ft-row img {
    padding: 0;
    width: 100%;
    max-height: 68px;
    display: block;
}

footer .row.ft-row .col-md-2:first-child img {
    width: auto;
    max-height: 58px;
}

footer .ft-row .col-md-2 {
    width: auto;
    position: relative;;
    left: inherit;
    bottom: inherit;
    padding: 0 4px 0;
}

.ft-row .social-media-icons .linkbx a.llintxt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding: 0 0 0 32px;
    margin: 0;
}

.ft-row .social-media-icons .linkbx img {
    width: auto;
    max-height: 27px;
    padding: 0;
    position: absolute;
    left: 0;
    top: -2px;
}

.ft-row .social-media-icons .col-md-2 {
    width: 33.33%;
    margin: 0 0 0;
}

.ft-row .social-media-icons .col-md-2:last-child {
    margin-right: 0;
}

footer .row.ft-row img.lee-rg {
    max-height: 50px;
}

/*.ft-row .col-md-2:nth-child(4) {
  position: absolute;
  left: 58%;
  bottom: 15px;
}*/

.logsec b, strong {
  font-weight: bolder;
  font-family: "Montserrat", Sans-serif;
}

.logsec .nav-tabs .nav-link {
 
  border-radius: 9px !important;
}
.losec .nav-tabs .nav-link.active {
  color: #000 !important;
  background: white !important;
}

.losec .nav-tabs .nav-link:focus:hover {
  
  color: #fff 
}
.losec .nav-link {
  color: #ffff !important;
}
.treat-bottom-content h2 {
  color: #fff;
}

.treat-bottom-content ul li {
  list-style: disc;
}

section.losec .row ul li {
  list-style: disc;
  margin-left: 38px;
}

.fade:not(.show) {
  opacity: 1 !important;
}
section.project-wrtapp {
  background: #fff;
}

img.img-fluid.sliimg {
  border-radius: 46px;
  width: 100%;
}

.aboutslide .hissrysec img.img-fluid.sliimg {
   border-radius: unset;
}

.hissrysec img.img-fluid.sliimg {
  border-radius: 39px ;
  max-width: 100%;

}

section.hissrysec .slick-track {
  display: flex;
  flex-wrap: wrap;
}
section.hissrysec .slick-track > div {
  height: inherit !important;
}
section.hissrysec .slick-track > div > div {
  height: 100% !important;
  max-height: 550px !important;
}

section.hissrysec .slick-track > div > div img {
  height: 100%;
  max-width: 100%;
}

.thankssec p {
    color: #000;
    text-align: center;
   line-height: 40px;
    font-size: 18px;
}

.thankssec p a {
    color: #be1522;
}

.thankssec p a:hover {
    color: #000;
}

footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(3) {
  flex: 0 0 20%;
  max-width: 20%;
  padding-bottom: 17px;
}

/* Split "Locations" into two columns */
footer .col-md-3:nth-child(4) ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .col-md-3:nth-child(4) ul li {
  flex: 0 0 calc(50% - 22px);
  white-space: nowrap;
}
  footer .col-md-3 {
      flex: 0 0 auto;
      width: 26.75%;
  }

  .contact-form.contact-intro.home-sp-form.text-field::after {
    content: "▼";
    position: absolute;
    top: 59%;
    right: 10px;
    transform: translateY(0);
    font-size: 11px;
    color: #333;
    z-index: 9999;
    pointer-events: none;
}

span.email-ft img {
  width: 16px;
}
span.ph-ft img {
  width: 16px;
}




nav.navbar.navbar-expand-lg.bg-body-tertiary img {
  width: 300px !important;
}


.linkbx {
 
  padding-top: 18px;
  padding-left: 77px;
  cursor: pointer;
}
section.hissrysec.abou-pg img.img-fluid.sliimg
{
  max-width: 100%;
}
.embx a {
  color: #0755a3;
  font-weight: 500;
}

.embx a:hover {
  color: #000;
}

img.img-fluid.linic:hover {
  opacity: 0.7;
}
img.img-fluid.linic {
  transition: opacity 0.4s ease-in;
}
section.hissrysec.project-inn-sl img.img-fluid.sliimg {
  max-width: 100%;
}
.srvbox a {
  position: relative;
  z-index: 9;
}
.servicesection h3 {
  
  text-align: center;
}
a.service-btn1 {
  text-align: center;
  display: flex
;
  justify-content: center;
  background: #092e6e;
  width: 50%;
  align-items: center;
  margin: 0 auto;
  margin-inline: auto;
  border-radius: 8px;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
}


a.service-btn1:hover {
  cursor: pointer;
  background: #000;
  color: #ffffff;
  border-color: #000;
}


.page-title{
  color: #fff;
  padding: 37px 0px 73px 0px;

}

.blog-col2{

  margin-bottom: 52px;
  border-bottom: 1px dotted grey;
  padding-bottom: 61px;

}


.blog-row2 h2{
color:#fff;
font-size: 22px;

}
.blog-row2 h3{

  color:#fff;
  font-size: 22px;
  margin-bottom: 27px;


}

.blog-row2:has(p) h3 {
  margin-bottom: 5px; /* Removes margin-bottom only when a <p> tag exists inside .blog-row2 */
}

.blog-row2 p{

  margin-bottom: 27px;
}

.blog-row2 p{

  color:#fff;
  font-size: 15px;
}
.blog-row2 a{
  color:#fff;
  background-color:#0870cf;
  border:#0870cf ;
  padding: 9px 11px;
  border-radius: 5px;

  
}

.blog-row2 a:hover{

  color:#fff;
  background-color:#082e6e;
  border:#0870cf ;

}

.nav-links{
  margin-bottom: 55px;
  /* border: 1px solid grey; */
    padding: 8px 11px;
    border-radius: 6px;
}



.page-numbers{
  
  color:#0989fd;
  margin-right: 8px;

}
.current{

  color:#fff !important;

}


/* .prev{
  
  border: 1px solid grey;
  padding: 7px 14px;
  border-radius: 3px;
  margin-right: 20px;
} */

/* .paiger-btn1{
  margin-right: 0px;
      padding: 6px 12px
}
.paiger-btn2{
  margin-left: 0px;
} 
  
.nav-links .next{
    padding: 8px 4px;
}

*/

.paiger-btn1{
  color: #000000;
  border: 1px solid #757171;
  padding: 7px 14px;
  border-radius: 3px;
  margin-right: 20px;
  background: #ffffff;
}

.paiger-btn2{

  color: #000000;
  border: 1px solid #757171;
  padding: 7px 14px;
  border-radius: 3px;
  margin-left: 20px;
  background: #ffffff;
}

/* By default, show both buttons */
.nav-links .prev,
.nav-links .next {
    display: inline-block;
}

/* Hide "Back" button when the first page is active */
.nav-links .current:first-child ~ .prev {
    display: none;
}

/* Hide "Next" button when the last page is active */
.nav-links .current:last-child ~ .next {
    display: none;
}

/* Add styles for better visibility */
.nav-links .prev,
.nav-links .next {
    /* background-color: #ff5733;  */
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
}

/* Hover effects */
.nav-links .prev:hover,
.nav-links .next:hover {
    /* background-color: #d9432a;  */
}


.finace-banner{width:100%;display:block;position:relative;padding:90px 0 0}
.finace-banner .container-fluid{width:100%;padding:0;max-width:100%!important}
.finace-banner .ser-div{width:100%;padding:0;position:relative}
.finace-banner img{width:100%;display:block}
.finace-banner .ser-div img{max-height:380px;object-fit:cover}
.finace-banner .ser-div .service-cont{position:absolute;width:100%;top:50%;transform:translateY(-50%);left:0;right:0;text-align:center}
.finace-banner h1{font-size:50px;color:#fff;font-weight:600}

.finance-content-wrapp{background:#fff;padding:80px 18px 100px;text-align:center}
.finance-content-wrapp .content-col1{width:100%;display:block;float:left}
.finance-content-wrapp .finance-col5{width:100%;display:block;float:none;max-width:960px;margin:0 auto 0}
.finance-content-wrapp h2{font-size:24px;font-weight:700;text-transform:uppercase;margin:0 0 30px;text-align:center}
.finance-content-wrapp p{text-align:center;color:#000;font-family:"Inter",Sans-serif;font-size:16px;font-weight:400;line-height:1.75em;letter-spacing:0;margin:0 0 30px}
.finance-content-wrapp .braces-btn1{font-family:"Montserrat",Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#000;background-color:#fff0;border:2px solid #be1522;width:fit-content;padding:13px 30px;margin:0 auto;display:block}
.finance-content-wrapp .braces-btn1:hover{border:2px solid #000;color:#fff;background:#000}
.finance-content-wrapp .content-col2{width:100%;display:block;float:left;padding:80px 0 30px}
.finance-content-wrapp .content-col2 .row{width:100%;display:flex;flex-wrap:wrap;justify-content:center;margin:0}
.finance-content-wrapp .content-col2 .col{width:23.8%;margin:0 1.6% 0 0;padding:0}
.finance-content-wrapp .content-col2 .col:last-child{margin-right:0}
.finance-content-wrapp .content-col2 .sect-abt-3-box1{width:100%;display:block}
.finance-content-wrapp img{width:100%;display:block}
.finance-content-wrapp .content-col2 .col:nth-child(odd){margin-top:7%}
.finance-content-wrapp .box-img-abt {width: 100%;display: block;border-radius: 10px;overflow: hidden;}

.why-choose-wrapp{background:url(../images/background-graphic.jpg) no-repeat center;padding:112px 18px;position:relative;background-size:cover}
.why-choose-wrapp:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;right:0;background:rgba(190 21 34 / .65);height:100%}
.why-choose-wrapp .whybox{width:100%;text-align:center;position:relative;z-index:1}
.why-choose-wrapp .whybox img{width:80px;height:100%;max-width:100%;margin:0 auto 40px}
.why-choose-wrapp h2{font-size:21px;text-transform:capitalize;font-weight:600;color:#fff;margin:0 0 24px}
.why-choose-wrapp p{font-family:"Inter",Sans-serif;font-weight:400;font-size:16px;color:#fff}

.good-know-wrapp{width:100%;padding:100px 0;text-align:center;background:#fff}
.good-know-wrapp .good-know-col{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
.good-know-wrapp .good-know-col .good-to-know-col1{width:38%;display:inline-block;float:left;position:relative;margin:0 3% 0 0}
.good-know-wrapp .good-know-col .good-to-know-col2{width:48%;display:inline-block;float:right;text-align:left}
.good-know-wrapp img{width:100%;display:block}
.good-know-wrapp .good-know-col .good-to-know-col1 .img-upper{width:60%;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;margin:auto}
.good-know-wrapp h2{color:#000;font-family:"Montserrat",Sans-serif;font-size:28px;font-weight:700;text-transform:uppercase;margin:0 0 25px}
.good-know-wrapp p{color:#000;font-size:18px;font-weight:400;font-family:"Inter",Sans-serif;margin:0 0 25px}


/* ************************************************************************** */
/* responsive */
/* ************************************************************************** */



@media only screen and (max-width: 1440px) {
  .container {
    width: 90% !important;
    max-width: 1200px;
  }
  .servicesection .container {
    padding: 0 0 40px;
  }
  section.losec ul {
    padding-left: 27px;
}
/*.row.ft-row .col-md-2:nth-child(3) {
  padding-left: 38px;
  padding-top: 12px;
}*/
  /* .col-md-2:nth-child(4) {
   
    bottom: 34px;
} */
/*.ft-row .col-md-2:nth-child(4) {
  
  bottom: 12px;
}

.ft-row .col-md-2:nth-child(4) {
  bottom: 21px;
  width: 20% !important;
}*/

.llintxt {
    font-size: 13px;
}
 
}

@media (max-width: 1399px){
  .container {
    width: 95% !important;
  }
  .servicesec h2 {
    font-size: 20px;
  }
  .servicesec h3 {
    font-size: 16px;
  }
  .servicesec p {
    font-size: 15px;
  }
  .thankssec h2 {
    font-size: 22px ;
  }
  .teamsec h3 {
    font-size: 21px;
  }
  .teamsec h4 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .teamsec p {
    font-size: 15px;
  }
  .teamsec .container {
    max-width: 100% !important;
    width: 95% !important;
  }
  .teamsec .embx .emtxt {
    padding: 8px 10px;
    font-size: 13px;
  }
  .servicesection h3 {
    font-size: 20px;
  }
  .servicesection .srcon {
    padding: 0 13px;
  }
  .servicesection .col-md-4 .img-fluid.srim {
    height: 350px;
  }

  /* .row.ft-row .col-md-2:nth-child(4) {
      bottom: 12px;
  } */

section.losec ul {
  padding-left: 23px;
}

footer p span {
    display: unset;
    font-weight: 400;

}

footer p {
  font-size: 14px;
}
footer ul li a {

  font-size: 14px;
}
footer a {
  color: #fff !important;
  font-size: 13px;
}

.ft-row .col-md-2:nth-child(4) {
  
  /* bottom: 9px !important; */
}

header .menubar a {
  font-size: 18px;
  margin: 0 8px;
}

}

@media (min-width: 1199px){
	footer .col-md-3:first-child {
    width: 26.43%;
    flex: 0 0 auto;
    max-width: 100%;
	}
}

@media (max-width: 1220px)
{
  /* .ft-row .col-md-2:nth-child(4) {
    bottom: 18px;
} */
}

@media only screen and (max-width: 1199px) {
  .servicesec h2 span {
    display: inline;
  }
  .servicesec h3 span {
    display: inline;
  }
  .servicesec p span {
    display: inline;
  }
  .logosec {
    width: 11% !important;
  }
  .hissrysec .row {
    margin: 30px 0 30px;
  }
  .hissrysec .col-md-6 {
    width: 50%;
  }

/*.hissrysec.abou-pg .col-md-6 {
  width: 100%;
}*/

  .hissrysec .row .col-md-6:nth-child(1) {
    margin:0 0 40px ;
  }

  .hissrysec h2 {
    margin: 0 0 30px;
  }

  .hissrysec p {
    margin: 0 0 20px;
    font-size: 12px;
  }

  .hissrysec.abou-pg .col-md-6 p {
    white-space: normal;
}

  .hissrysec h4 {
    
    font-size: 21px;
  }
  
  /*.teamsec .col-md-2 {
    width: 32.33%;
    margin: 0 0.5% 5%;
  }*/

  .teamsec .row{
    justify-content: center;
  }
  .teamsec {
    padding: 70px 18px 20px;
  }
  .nav-static.bg-static {
    padding: 0 0 !important;
  }
  .whysec.whowe {
    padding: 85px 18px 40px;
  }
  .hissrysec .slick-prev {
    width: 42px;
    height: 45px;
    left: -8%;
  }

.hissrysec .slick-next {
  width: 42px;
    height: 45px;
  right: -8%;
}
  
  footer .col-md-3 {
    width: 100% !important;
    flex: unset !important;
    max-width: 100% !important;
}

  .row.ft-row {
      margin-left: 10px;
  }
/*.row.ft-row .col-md-2:nth-child(4) {
   bottom: 32px; 
  top: 10%;
}*/

footer p {
  font-size: 13px !important;
}
footer ul li a {
  font-size: 13px;
}
footer a {
  
  font-size: 13px;
}

footer p span {
 
  font-size: 13px;
}

.row.ft-row .col-md-4 {
    width: 31.333333%;
}

footer .col-md-3:nth-child(4) ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 45%;
}

section.hissrysec.project-inn-sl .slick-prev {
 
  left: -11%;
}
section.hissrysec.project-inn-sl .slick-next
{
  right: -11%;
}
.linkbx {
  
  padding-left: 71px;

}

header .menubar ul li {
    margin: 0 5px;
}
header .menubar a {
  font-size: 15px;
  margin: 0 7px;
}

.ft-row .social-media-icons {
    width: 100%;
    margin: 30px 0 0;
}

.ft-row .social-media-icons .col-md-2 {
    width: auto;
    margin: 0 3% 0 0;
}

footer .ft-row .col-md-2 {
    padding: 0 12px 0 0;
}

footer .row.ft-row img {
    max-height: 72px;
}

footer .row.ft-row img.lee-rg {
    max-height: 54px;
}

.finace-banner h1 {font-size: 45px;}
.finance-content-wrapp h2 {font-size: 20px;}
.finance-content-wrapp p {font-size: 15px;}
.good-know-wrapp p {font-size: 16px;}
.good-know-wrapp h2 {font-size: 26px;}

.default-page .default-col h1 {font-size: 32px;}

.servicesection h3 {font-size: 15px;}

}

.search-form label{

  /* display: flex; */
  margin-right:7px;
  display: inline !important;

}
 
@media only screen and (max-width: 991px) {
  .container {
    width: 95% !important;
  }


  .bansect .homebantxt h1 {
    font-size: 45px;
  }
  .bansect .homebantxt p {
    margin: 0 18px 30px;
  }
  .servicesec {
    padding: 70px 18px;
  }
  .whysec .col-md-4 {
    margin: 0 0 4%;
  }
  .img-fluid.hmban {
    height: 55vw;
    max-height: 500px;
  }

  ul.navbar-nav {
    flex-direction: row;
}
.bansect .homebantxt {
  top: 58%;
}
.whysec .col-md-4 {
  width: 50%;
}
.whysec .row{
  justify-content: center;
}
.whysec {
  padding: 70px 18px 30px;
}
.wheresec p {
  font-size: 15px;
  padding: 0 10%;
}
footer .col-md-4 {
  width: 50%;
  margin: 0 0 25px;
}
footer h2 {
  margin: 0 0 18px;
}
 /* .row.ft-row .col-md-4:nth-child(1){
  width: 53% !important;
 }
 .row.ft-row .col-md-4:nth-child(2){
  width: 47% !important;
 } */
 .linkbx {
  justify-content: left;
 }
 .titleban {
  padding: 120px 18px 60px;
 }
 .nav-static.bg-static {
  padding: 12px 0 !important;
}
.teamsec .col-md-2 {
  width: 49%;
}
.thankssec {
  padding: 50px 18px;
}
.testimonials {
  padding: 75px 18px;
}
.testimonials h2 {
  margin: 0 0 40px;
}
.servicesection .col-md-4 {
  margin: 1.6% 0%;
  width: 48%;
}
.servicesection .container {
  padding: 0 0 50px;
}

footer .col-md-3 {
  width: 100%;
}

  .row.ft-row {
      margin-left: 0;

}
.row.ft-row .col-md-2:nth-child(4) {
  /* bottom: 40px; */
}
section.losec ul {
  padding-left: 43px;
}
.hissrysec.project-inn-sl .row .col-md-6:nth-child(2) {
  padding: 0 4%;
}
.hissrysec {
    padding: 30px 35px 0;
}

.hissrysec > .container {
    padding: 0;
}

.hissrysec .row .col-md-6:nth-child(1) {
    margin: 0 0 30px;
}
section.hissrysec.project-inn-sl .slick-prev {
 
  left: -15%;
}
section.hissrysec.project-inn-sl .slick-next
{
  right: -15%;
}
.linkbx {
  padding-left: 43px;
}

a.service-btn1 {
 
  width: 40%;

}

.finace-banner h1 {
    font-size: 40px;
}

.good-know-wrapp p {
    font-size: 15px;
}

.good-know-wrapp h2 {
    font-size: 24px;
}

.finance-content-wrapp {
    padding: 80px 18px 80px;
}

.good-know-wrapp {
    padding: 70px 0;
}

.why-choose-wrapp p {
    font-size: 14px;
}

.why-choose-wrapp h2 {
    font-size: 20px;
    margin: 0 0 20px;
}

.why-choose-wrapp {
    padding: 72px 18px;
}

.whysec.whowe {
  background-size: cover !important;
}

.servicesection h3 {font-size: 18px;}

}

@media only screen and (max-width:992px){

  .row.ft-row .col-md-2:nth-child(4) {
    /* bottom: 34px; */
}

    /*.row.ft-row .col-md-2:nth-child(3) {
  padding-left: 15px;
  padding-top: 8px;
}*/

header .menubar ul li {
    margin: 0 5px;
}

.navbar .logosec {
  width: 18.5% !important;
}

header .menubar a {
  font-size: 14px;
  margin: 0 2px;
}

.hissrysec.abou-pg .col-md-6 {
    width: 100%; 
}

footer .ft-row .col-md-2 {
    padding: 0 8px 0 0;
}

.default-page .default-col h1 {
    font-size: 30px;
}

}


@media only screen and (max-width: 767px) {
  .menubar {
    display: none !important;
  }
    .menu-col1 {
    display: block;
    }
    .logosec {
      width: 15% !important;
    }
    .nav-static {
      padding: 14px 0;
    }
    .img-fluid.hmban {
      height: 50vw;
    }
    .bansect .main-banner .img-fluid.hmban {
      height: inherit;
      min-height: 320px;
    }
    .bansect .homebantxt h1 {
      font-size: 38px;
      margin: 0 0 33px;
    }
    .bansect .homebantxt h1::after {
      bottom: -17px;
    }
    .servicesec h2 {
      font-size: 18px;
      line-height: 1.8;
      margin: 0 0 30px;
    }
    .whysec h2 {
      font-size: 19px;
    }
    footer h2 {
      font-size: 18px;
    }
    .row.ft-row .col-md-4{
      width: 100% ;
    }
    .row.ft-row .col-md-4:nth-child(1){
      width: 100% !important;
     }
     .row.ft-row .col-md-4:nth-child(2){
      width: 100% !important;
     }
     .row.ft-row .col-md-4:nth-child(1) {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
    }
    .row.ft-row .col-md-4:nth-child(2) {
      width: 100% !important;
      display: flex;
      justify-content: space-evenly;
    }
    .row.ft-row .col-md-4 {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
    }
    .dropdown-toggle::after{
      border-top:0  !important;
    }
    .titleban {
      padding: 100px 18px 30px;
    }
    .titleban h1::after {
      bottom: -12px;
  }
    .thankssec h2 {
      font-size: 20px;
      margin: 0 0 40px;
    }
    .hissrysec .slick-prev {
      width: 34px;
      height: 50px;
      left: -11%;
    }
    .hissrysec .slick-next {
      width: 34px;
      height: 50px;
      right: -11%;
    }
    br{
      display: none;
    }
    .servicesec h3 {
      font-size: 16px;
      line-height: 1.8;
      margin: 0 0 30px;
   }

   #cssmenu > ul > li > a {
    
     color: #fff !important;
   }
    #cssmenu ul ul li a {
  
    color: #fff !important;
  }
  
  #cssmenu ul ul.showthismenu {
    display: block !important;
  }
  .overlay.open li {
  
    background: transparent!important;
  }

 #cssmenu-icon ul li, #cssmenu-btn-box ul, #cssmenu-btn-box ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none !important;

   
    background: none !important;
}

ul.dropdown-menu.showthismenu {
  background: transparent !important;
}

#cssmenu ul ul li a {
  font-size: 16.5px !important;
}
#cssmenu ul ul li a:hover{
  color:#be1522 !important ;
}

#cssmenu ul ul li a + .dropdown-toggle {
  display: inline;
  float: none;
}

#cssmenu ul ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#cssmenu ul ul li ul.dropdown-menu {
  width: 100%;
}

#cssmenu ul ul li a + .dropdown-toggle::after {
  top: 12px !important;
  margin-left: -6px;
}
#cssmenu ul ul ul li a:hover {
  color: #be1522 !important;
}
#cssmenu > ul > li > a:hover{
  color: #be1522 !important;

}

.dropdown-toggle::after {
  content: "▼" !important;
  font-size: 0.7em !important;
  margin-left: 3px !important;
  
  font-size: 14px !important;
}

#cssmenu > ul > li > a:after
{
  content: "" !important;
}
#cssmenu > ul > li > a.dropdown-toggle:before {
  content: "▼" !important;
  position: absolute;
  right: -6px;
  width: 20px;
  font-size: 14px;
  top: 45%;
  transform: translateY(-50%);
  vertical-align: middle;
}
#cssmenu > ul > li > a.dropdown-toggle {
  padding-right: 20px;
}
footer ul {
  
  padding-left: 0 !important;
}
.col-md-4 img.img-fluid.surface-lg {
  width: 24%;
}

.col-md-4 img.img-fluid.lee-rg {
  width: 16%;


}
.row.ft-row {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 22px 10px 43px; */
  /* margin-bottom: 28px; */
}

.ft-row .col-md-2:nth-child(1) {
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ft-row .col-md-2:nth-child(5) {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}


/* .row.ft-row .col-md-2 {padding-bottom: 37px;} */

.ft-row .col-md-2 {
  flex: 0 0 auto;
  width: 90.666667%;
}
/*.ft-row  .col-md-2:nth-child(4) {
  
  left: 47%;
}
.row.ft-row .col-md-2:nth-child(3) {
  padding-left: 65px;
}*/
/* section.losec ul {
  margin-left: 25px;
} */
.treat-bottom-content h3 {
  
  padding-top: 10px;
}
/*.row.ft-row .col-md-2:nth-child(4) {
  bottom: 44px;
  top: 56%;
  width: 60% !important;
}*/
.losec .row .col-md-6 p {
  
  padding-top: 5px;
}

.losec h1 {
  padding-bottom: 5px;
  margin-top: 5px;
}
.slidimgbox {
  margin-bottom: 17px;
}

.losec .row .col-md-6 p {
  padding: 0 1%;
}

section.losec {
  
  padding-bottom: 5px;
}
section.losec ul {
  padding-left: 27px;
}
section.losec .row ul li {
  
  margin-left: 5px;
}
.servicesection .srcon {
    padding: 0 8px;
}
.servicesection h3 {
  font-size: 15px;
}
footer .col-md-3
{

    width: 100% !important;
    flex: unset !important;
    max-width: 100% !important;
    padding-inline: 0;


}
footer .col-md-3:nth-child(4) ul {
  display: flex
;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 59%;
  /* background: #ad8787; */
}

.titleban h1 {
 
  padding-top: 10px;
}

.hissrysec .col-md-6 {
  width: 100%;
}
.hissrysec .row .col-md-6:nth-child(1) {
  margin: 0 0 19px;
}
.hissrysec .row .col-md-6:nth-child(2) {
  padding: 0 13%;
}
a.service-btn1 {
  width: 50%;
}

.whysec h3 {
    margin: 0 0 30px !important;
}

.whysec .col-md-6 {
    width: 100%;
    margin: 0 0 24px;
}

.wheresec-content {
    width: 100% !important;
}

.why-choose-wrapp .whybox {
    margin: 0 0 40px;
}

.whysec.whowe {
  padding: 50px 5% !important
}

.thankssec p br {
  display: block
}

.hissrysec p {
  font-size: 13px;
}

.hissrysec .row {
    margin: 30px 0 20px;
}

.hissrysec .row .col-md-6:nth-child(1) .slidimgbox {
    margin: 0 0 12px;
}

}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  img.img-fluid.lee-rg {
    width: 39%;
}
img.img-fluid.surface-lg {
  width: 70%;
}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {

.losec .row .col-md-6 {width: 100%;}
.losec .row .col-md-6 p {padding: 20px 3% 0;}
.losec .row:nth-child(2n) .col-md-6:nth-last-of-type(2) {order: 1;}

}

@media only screen and (max-width: 600px) {

.finance-content-wrapp .content-col2 .col:nth-child(odd) {
    margin-top: 0;
}

.finance-content-wrapp .content-col2 .col {
    width: 47%;
    flex: 0 0 auto;
    margin: 0 3% 3% 0;
}

.finance-content-wrapp .content-col2 .col:nth-child(2n) {
    margin-right: 0;
}

.finance-content-wrapp {
    padding: 60px 0;
}

.finance-content-wrapp .content-col2 {
    padding: 40px 0 0;
}

.finace-banner h1 {
    font-size: 36px;
}

.good-know-wrapp .good-know-col .good-to-know-col1 {
    width: 100%;
    margin: 0 0 30px;
}

.good-know-wrapp .good-know-col .good-to-know-col2 {
    width: 100%;
    text-align: center;
}

.good-know-wrapp {
    padding: 60px 0 40px;
}

.good-know-wrapp h2 {
    font-size: 26px;
    margin: 0 0 20px;
}

}



@media only screen and (max-width: 575px) {
  .logosec {
    width: 18% !important;
  }
  .nav-static {
    padding: 5px 0;
  }
  .bansect .homebantxt h1 {
    font-size: 26px;
  }
  .bansect .homebantxt p {
    font-size: 16px;
  }
  .bansect .homebantxt h1::after {
    width: 44%;
  }
  .servicesec h2 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .servicesec h3 {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .servicesec p {
    font-size: 14px;
  }
  .whysec h3 {
    font-size: 22px;
    margin: 0 0 50px;
  }
  .whysec .col-md-4 {
    width: 100%;
  }
  .wheresec h2 {
    font-size: 22px
  }
  .whysec h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .wheresec p {
    padding: 0 3%;
  }
  .wheresec {
    padding: 40px 0px 0;
  }
  .wheresec p {
    margin: 0 0 30px;
  }
  footer .col-md-4 {
    width: 100%;
  }
  footer h2 {
    text-align: center;
  }
  footer p {
    text-align: center;
  }
  .bansect .homebantxt .estbtn {
    padding: 6px 20px;
    font-size: 15px;
  }
  .titleban {
    padding: 100px 18px 30px;
  }
  .titleban h1::after {
    bottom: -9px;
}
  .titleban h1 {
    font-size: 22px;
    padding-top: 16px;
}
.teamsec .col-md-2 {
  width: 100%;
}
.hissrysec h2 {
  font-size: 20px;
}
.contactform h2 {
  font-size: 21px;
}
.servicesection .col-md-4 {
  margin: 2.5% 0%;
  width: 100%;
  padding: 0 5%;
}
.servicesection h2 {
  padding: 23px 0;
}
.testimonials h2 {
  font-size: 22px;
}
.hissrysec .slick-prev {
  width: 34px;
  height: 50px;
  left: -15%;
}
.hissrysec .slick-next {
  width: 34px;
  height: 50px;
  right: -15%;
}
footer ul {
  padding-left: 0 !important;
  text-align: center;
}
/*.ft-row .col-md-2:nth-child(4) {
     
      left: 47%;
      top: 53%;
  }*/
/*.ft-row .col-md-2:nth-child(3) {
  margin-right: 20px;
  margin-bottom: -6px;
}*/

footer .col-md-3{


width: 100% !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    
footer .col-md-3:nth-child(4) ul li {
  flex: 0 0 calc(39% - 30px);
  white-space: nowrap;
  padding-right: 45px;
}

footer .col-md-3:nth-child(4) ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  /* margin: 0; */
  width: 34%;
  text-align: left;
}

  footer h2 {
      text-align: left;
  }
  footer p {
    text-align: left;
}
.hissrysec .row .col-md-6:nth-child(2) {
  padding: 0px 3px 0px 0px;

}
.hissrysec p {
 
  font-size: 13px;
}
.hissrysec img.img-fluid.sliimg {
  border-radius: 20px;
  max-width: 100%;
}
/*.row.ft-row .col-md-2:nth-child(4) {
  
  top: 58%;

}*/
a.service-btn1 {
  width: 39%;
}

footer .row.ft-row {
	margin: 30px 0 0;
    gap: 0 !important;
}

footer .ft-row .col-md-2 {
    width: 44%;
    padding: 0;
}

footer .row.ft-row .col-md-2:nth-child(1), footer .row.ft-row .col-md-2:nth-child(3), footer .row.ft-row .col-md-2:nth-child(4) {
    width: 18.5%;
}

footer .row.ft-row .col-md-2:first-child img {
    max-height: 50px;
}

.ft-row .social-media-icons {
    justify-content: center;
}

.default-page .default-col h1 {
    font-size: 26px;
}

.hissrysec {
    padding: 60px 3% 0px;
}

.img-fluid.hmban {
    max-height: 400px;
}

.servicesec {
    padding: 60px 3% !important;
}

.servicesection h3 {
    font-size: 18px;
}

}


@media only screen and (max-width: 480px){

footer .ft-row .col-md-2 {
    width: 50%;
}

footer .row.ft-row .col-md-2:nth-child(1), footer .row.ft-row .col-md-2:nth-child(3), footer .row.ft-row .col-md-2:nth-child(4) {
    width: auto;
}

.ft-row .social-media-icons .col-md-2 {width: auto;margin: 0 auto 0 !important;}

footer {padding: 50px 0;}

.good-know-wrapp .good-know-col .good-to-know-col1 .img-upper {
    width: 70%;
}

.contactform .container {
    padding: 0;
}

.servicesec {
    padding: 40px 0 !important;
}

}



@media only screen and (max-width: 323px){



  .abouts-col1 p{

    font-size: 15px;
    padding-top: 6px;
    line-height: 20px;
  
  }
  
  .abouts-col1 h2{
  
    font-size: 20px;
    padding-top: 6px;
  
  }
  
  
  
  .search-form input{
    width:43%;
  }
  
  .search-form {
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start; /* Align elements to the left */
  }
  
  .search-form label {
    order: -1; /* Moves the label above the input */
    margin-bottom: 5px; /* Space below the label */
    font-size: 14px; /* Optional: Adjust font size */
    width: 100% !important;
      display: block !important;
  }
  
  .search-field {
    width: 100%; /* Make input field full width */
  }
  
  .search-submit {
    width: auto; /* Let the button size naturally */
  }
  
  
  
}


@media only screen and (min-width: 322px) and (max-width: 480px){
  section.losec ul {
    padding-left: 20px;
}


/* adeded */

.abouts-col1 p{

  font-size: 15px;
  padding-top: 6px;
  line-height: 20px;

}

.abouts-col1 h2{

  font-size: 20px;
  padding-top: 6px;

}



.search-form input{
  width:43%;
}

.search-form {
  flex-direction: column; /* Stack elements vertically */
  align-items: flex-start; /* Align elements to the left */
}

.search-form label {
  order: -1; /* Moves the label above the input */
  margin-bottom: 5px; /* Space below the label */
  font-size: 14px; /* Optional: Adjust font size */
  width: 100% !important;
    display: block !important;
}

.search-field {
  width: 100%; /* Make input field full width */
}

.search-submit {
  width: auto; /* Let the button size naturally */
}


.paiger-btn1{
  margin-right: 0px;
      padding: 6px 12px
}
.paiger-btn2{
  margin-left: 0px;
} 
  
.nav-links .next{
    padding: 8px 4px;
}



/* added */


.search-form label span .screen-reader-text {

  position: static;
  clip-path: inset(0%);
  
  
  }
.search-form label{

  display: flex;
  margin-right:7px;
  margin-bottom: 6px;
}

}
 

@media only screen and (max-width: 420px) {
  footer .rmlink {
   font-size: 12px;
  }
  .logosec {
    width: 21% !important;
  }
  .bansect .homebantxt h1 {
    font-size: 31px;
  }
  .scroll-down img {
    width: 32px;
  }
  .hissrysec h2 {
    margin: 0 0 20px;
  }
  .hissrysec .slick-prev {
    
    left: -10%;
  }
  .hissrysec .slick-next {
   
    right: -10%;
}

.testimonials .col-md-4 {
  padding: 20px;
}
.testimonials  .slick-dotted.slick-slider {
  padding: 0;
}
.servicesection .col-md-4 {
  padding: 0 7%;
}
.servicesection .col-md-4 .img-fluid.srim {
  height: 333px;
}
.hissrysec {
  padding: 40px 0 0px;
}
/*.ft-row .col-md-2:nth-child(4) {
  right: 5% !important;
  left: 42%;
  top: 53%;
}

.ft-row .col-md-2:nth-child(3) {
  margin-right: 36px;
}*/
section.losec ul {
  padding-left: 20px;
}
ul#myTab {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
section.losec .row ul li {
  
  margin-left: 23px;
}
.hissrysec p {
  font-size: 13px;
}
.homepage-banner .banner-content h1 {
  line-height: 1.8 !important;
}
#cssmenu ul ul ul li a {
  padding-left: 15px;
  font-size: 12px !important;
  font-weight: 500;
}

#cssmenu ul ul li a {
  font-size: 15px !important;
}
#cssmenu > ul > li > a {
  font-size: 15px;
}

#cssmenu > ul > li > a {
  font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
  
  background-color: transparent  !important;
}

.dropdown-toggle::after {
  
  vertical-align: text-top !important;
}

img.img-fluid.surface-lg {
  width: 43%;
  
  /* min-width: 165px; */
}
.llintxt  {

  font-size: 12px;
}
.hissrysec .row .col-md-6:nth-child(2) {
  padding: 0px 0px 0px 0px;
  width: 100%;
}
section.hissrysec.project-inn-sl .slick-prev {
 
  left: -10%;
}
section.hissrysec.project-inn-sl .slick-next {
  
  right: -10%;
  
}
.row.ft-row .col-md-2:nth-child(4) {
  top: 59%;
}
a.service-btn1 {
  width: 43%;
}

.search-form label span .screen-reader-text {

  position: static;
  clip-path: inset(0%);
  
  
  }
.search-form {
  /* margin-left: -49px; */
}

.paiger-btn1{
  margin-right: 0px;
      padding: 6px 12px
}
.paiger-btn2{
  margin-left: 0px;
} 
  
.nav-links .next{
    padding: 8px 4px;
}
.nav-links .prev{
  padding: 8px 4px
}

.ft-row .social-media-icons {
    flex-direction: column;
}

.ft-row .social-media-icons .linkbx img {
    position: relative;
    margin: 0 10px 0 0;
}

.ft-row .social-media-icons .linkbx a.llintxt {
    padding: 9px 0;
}

footer .row.ft-row {
    justify-content: center;
}

.servicesection h3 {
    font-size: 16px;
}

}


@media only screen and (max-width: 320px)
{
/*.row.ft-row .col-md-2:nth-child(3) {
  padding-left: 48px;
}*/
section.losec ul {
  padding-left: 20px;
}
.losec p {
  margin-top: -15px !important;
}
section.losec .row ul li {
  
  margin-left: 7px;
}
.servicesection h3 {
  font-size: 18px;
}
 
.hissrysec p {
  font-size: 11px;
}

.titleban h1 {
 
  padding-top: 0;
}
section.hissrysec.project-inn-sl .slick-prev {
 
  left: -10%;
}
section.hissrysec.project-inn-sl .slick-next {
 
  right: -10%;
}



}

.embx {
  padding-top: 16px;
}


.contactform {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Ensures the content stacks vertically */
  min-height: 100vh; /* Centers the form vertically within the viewport */
  padding: 20px; /* Adds some space around the content */
  background-color: #f9f9f9; /* Optional background color */
}

.contactform .container {
  max-width: 600px;
  width: 100% !important;
  margin: 0 auto !important;
  /* text-align: center; */
  display: flex
;
  justify-content: center;
}



/* new  css for 404 */

.abouts-col1{

  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 24px;
}
.abouts-col1 form{


}

.search-form label span .screen-reader-text {

position: static;
clip-path: inset(0%);


}



.search-formsearch-form .screen-reader-text{

  clip-path: none !important;
  height: auto !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: static !important;
  width: auto !important;
  word-wrap: normal !important;
}



.search-submit .screen-reader-text{

  clip-path: none !important;
  height: auto !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: static !important;
  width: auto !important;
  word-wrap: normal !important;
  padding: 0 10px;
}


.search-form .search-submit{

  all: unset;
  border: 1px solid #efeded;
  padding: 1px 10px;
  background-color: white;
  color: #161616;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;

}

.search-form input{

  padding: 2px 0px;
    margin-right: 6px;
    border-radius: 3px;
}

.search-form>label .screen-reader-text{

position: static !important;
clip-path: none !important;

}

/* .screen-reader-text {

position: static !important;
clip-path: none !important;

} */

