body {
   font-family: 'SangBleu Sunrise';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #fff;
}



@font-face {
    font-family: 'SangBleu Sunrise';
    src: url('../fonts/SangBleuSunrise-Regular.woff2') format('woff2'),
        url('../fonts/SangBleuSunrise-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}












img {
  max-width: 100%;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'SangBleu Sunrise';
}


textarea,
div,
span,
li,
button,
a {
 font-family: 'SangBleu Sunrise';
  font-weight: 400;
  color: #000;
  /* transition: ease-in-out 1s; */
}

input{ font-family: 'SangBleu Sunrise';}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  
}

p {
   font-family: 'SangBleu Sunrise';
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
a {
  text-decoration: none !important;
  font-family: 'SangBleu Sunrise';
}

a:hover {
  transition: ease-in-out 1s;
  color: #3a7c80;
}
a,
span {
  display: inline-block;
  color: #000;
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

textarea, input, div, span, li, button {   font-family: 'SangBleu Sunrise';}



/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}

/*------------------common-css End-------------------*/

/*nav*/ 

    .navbar-light .navbar-nav .nav-link:hover:before, a:hover .navbar-light .navbar-nav .nav-link:before {
        transform: scaleX(1);
        transform-origin: left;
    }

    .navbar-light .navbar-nav .nav-link:before {
    background-color: currentColor;
    bottom: var(--bottom);
    content: "";
    height: .05em;
    left: 0;
    min-height: 1px;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
}

.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    text-transform: capitalize !important;
    color: #000 !important;
    font-weight: 500;
    margin: 0 20px 0 20px;
    transition: 0.7s ease-in-out;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    --bottom: 0;
    padding: 0;
}




.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    padding: 45px 0px 0;
    width: fit-content;
    border-radius: 60px;
    margin-left: auto;
    animation: fade-in-move-down 2s;
}



@keyframes fade-in-move-down {
  0% {
    opacity: 1;
    transform: translateY(-9rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.header-section {position: relative;}
.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 50px;
    z-index: 5;
}


@keyframes fade-in-move-down {
  0% {
    opacity: 1;
    transform: translateY(-9rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0;
}
.page-header.fixed-nav {
    position: fixed;
    /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.35s ease-out;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-nav-bar {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 11;
  padding: 10px  0px;
/*   background: #fff; */
/* left: 0; */
}

/* 
header.header-section.fixed-nav {
  position: fixed;
}
.fixed-nav .navbar .nav-item:hover a{color: #3361e1;}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color:#136ca5 ;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
} */
/* .fixed-nav .top-nav-bar {background: #3c3341;} */
.fixed-nav .top-nav-bar{
  animation: smoothScroll 4s forwards;}
header.header-section.fixed-nav .top-nav-bar .row {
  animation: smoothScroll 4s forwards;
  align-items: center !important;
  display: flex;
}
header.header-section.fixed-nav .top-nav-bar .row .d-flex{
 
  align-items: center !important;
          

}
    /* .navbar a, .navbar a:focus { text-transform: uppercase !important; padding: 0px 0px 0px 35px !important;   }s */
.navbar .dropdown ul li:hover {box-shadow: 0px 0px 10px #ccc;}
.fixed-nav .logo{width: 300px;}
.select-lang {display: flex;justify-content: end;}
.fixed-nav .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #000;}
/* .fixed-nav .navbar li.active a {color: #fff;} */
.fixed-nav .navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

  
  
/* .home-banner::after {
    content: '';
    position: absolute;
    background: #fbfbfb6b;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
} */

.home-banner {
    background-image: url(/wp-content/uploads/2026/05/homebanner2.webp);
  height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}

.page-header.fixed-nav .navbar-brand img {
    width: 140px;
      backdrop-filter: blur(12px);
        background-color: rgb(255 255 255 / 83%);
        padding: 10px 14px;
}
.inner-hbaner {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 130px;
    max-width: 1100px;
}

.btn-sameuse {
    margin-top: 30px;
}

.l-section.color_primary {
    background: #0f1b51 !important;
    color: #fff;
}
.w-socials-list i {
    font-size: 20px;
}

.titlefootdes {
    margin: 35px 0 10px;
}
.w-socials.style_colored .w-socials-item-link {
    background: transparent !important;
    border: 1px solid #fff !important;
}
.copyrightsec {
    padding-top: 50px !important;
}
.w-socials.style_colored .w-socials-item-link>i {
    color: #fff !important;
}

.w-socials-item-popup {
    background: #ffffff !important;
}
.us_custom_7284ffe1 {
    background: #0f1b51 !important;
}
.color_footer-bottom {
    background: #0f1b51 !important;
    padding-top: 0 !important;
}
.btnsss {
    background: #ab8d5c !important;
    font-weight: 700 !important;
    text-align: center;
    text-decoration: none !important;
    border: 0 !important;
    outline: 0 !important;
    color: #fff !important;
    padding: 15px 50px;
    font-size: 19px;
    display: inline-block;
    transform: skew(-17deg);
    border-radius: 7px ! IMPORTANT;
}
.btnsss:visited {
  color: #fff;
}
.btnsss:hover {
    background: #000;
    transform: skew(0deg, 0deg);
}
.btnsss > span {
    display: inline-block;
    transform: skew(15deg);
    color: #fff;
    font-size: 19px;
}
.btnsss:hover span {
    transform: skew(0deg) !important;
}













.homebannersub {
    font-size: 48px;
    color: #000000;
    margin: 10px 0 40px;
	padding-top: 0px !important;
}
.bannertexthome span {
    font-family: 'SangBleu Sunrise';
    color: #fff;
    font-style: italic;
    font-weight: 600;
}
.bannertexthome {
    font-size: 60px;
    color: #0f1c52;
    font-family: 'SangBleu Sunrise';
    line-height: 60px;
    font-weight: 600;
}
.inner-hbaner p {
    font-size: 20px;
    color: #fff;
    padding-right: 42%;
    margin: 20px 0 40px;
}
.nav-searchbtn {
    display: flex;
    gap: 23px;
    margin: 43px 0 0;
    justify-content: right;
}
.homesec4 ul {
    column-count: 5;
    margin-bottom: 40px;
}
.inner-homesec4 {
    padding: 15px 35px;
    border: 1px solid #9b9da6;
    border-radius: 10px;
    text-align: center;
    background: #ffffff3d;
    backdrop-filter: blur(12px);
    transition: 0.6s ease-in-out;
}
.inner-homesec4:hover img {
    filter: brightness(800);
}

.inner-homesec4:hover {
    background: #ab8d5c80;
    backdrop-filter: blur(12px);
}

.innerhomesec5right ul li img {
    margin-right: 6px;
}
.homesec7 p {
    line-height: 38px;
}
.innerhomesec5right ul li {
    font-size: 20px;
    color: #fff;
    margin-bottom: 9px;
}
.inner-formhome form {
    background: #ab8d5c;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.input-box input {
    padding: 5px 15px;
    font-size: 17px;
    color: #000;
    border-radius: 8px;
    border: none;
    width: 100%;
    margin-bottom: 15px;
}

.input-box select {
    padding: 15px 20px;
    font-size: 17px;
    color: #000;
    border-radius: 8px;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    appearance: none;
    background-position: right;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: 3%;
    height: auto;
}
.input-box label {
    font-size: 16px;
    color: #fff;
    display: block;
}
.input-box input::placeholder {
    color: #000 !important;
    opacity: 1;
}
.input-box textarea::placeholder {
    color: #000;
	opacity: 1;
}


.contact-btnform input.btnsss {
    border: 1px solid #fff;
    transition: 0.7s ease-in-out;
    font-weight: 400;
}

.contact-btnform {
    margin: 30px 0 0;
}
.form-homepage {
    padding: 160px 50px;
}
.smalltextcontent {
    color: #000000;
    font-size: 18px;
}
.inner-formhome img {
    border-radius: 10px;
}
.inner-formhome.rightform {
    height: 100%;
}
.head-formhome {
    text-align: center;
    margin-bottom: 30px;
}

.contact-btnform input.wpcf7-form-control.wpcf7-submit.has-spinner.hvr-bounce-to-right {
    border: 1px solid #fff;
    background: transparent !important;
    color: #fff !important;
    font-family: 'SangBleu Sunrise' !important;
    padding: 16px 43px;
}
.checkboxformhome label {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    gap: 10px;
    align-items: baseline !important;
    padding: 0 !important;
}
.checkboxformhome input {
    transform: scale(1.2);
}
.input-box textarea {
    height: 145px;
    padding: 19px;
    font-size: 17px;
    color: #000;
    border-radius: 8px;
    border: none;
    width: 100%;
    margin-bottom: 15px;
}
.checkboxformhome {
    display: flex;
    align-items: center;
    gap: 20px;
}

.inner-homsec6right:hover {
    background: #ab8d5c80;
    backdrop-filter: blur(12px);
}
.inner-homsec6right {
    background: #ffffff52;
    padding: 40px 30px;
    border: 1px solid #9b9da6;
    border-radius: 10px;
    backdrop-filter: blur(12px);
    text-align: center;
    transition: 0.6s ease-in-out;
    height: 100%;
}
.inner-homsec6right p {
    font-size: 21px;
    color: #000;
    line-height: 32px;
    margin: 0;
}
.innerhomesec5right {
    margin-left: 22px;
}
.homesec6 {
    padding: 150px 50px;
    background-image: url('../images/homesec6bg.webp');
}

.inner-homsec6 p {
    font-size: 21px;
    color: #000;
}

.listhomsec5title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 7px;
    margin-top: 10px;
}
.innerhomesec5right ul {
    margin-bottom: 20px;
}
.homsec5 .sametitle {
    color: #fff;
}
.innerhomesec5right p {
    font-size: 20px;
    color: #fff;
}
.inner-homesec4 img {
    margin-bottom: 15px;
}
.innerhomesec5leftimg img {
    width: 100%;
    border-radius: 10px;
}

.innerhomesec5leftimg.last{
    position: relative;
}

.innerhomesec5leftimg.last:hover:after,.inner-formhome.imgform:hover:after,.sec7homeimg:hover:after,.sechome5img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.innerhomesec5leftimg.last:after,.inner-formhome.imgform:after,.sec7homeimg:after,.sechome5img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.sechome5img{
    position: relative;
}

.inner-formhome.imgform img {
    height: 100%;
    object-fit: cover;
	width:100%;
}
.inner-formhome.imgform {
    position: relative;
    height: 100%;
}

.sec7homeimg{
    position: relative;
}



.headhomsec4 {
    text-align: center;
    margin-bottom: 30px;
}
.boxtitlesec4 {
    font-size: 24px;
    color: #222222;
    line-height: 33px;
	padding-top:0px;
}
.homsec5 {
    padding: 100px 0;
    background: #0f1b51;
}
.homesec4 {
    padding: 150px 0px;
     background-image: url(../images/homesec4bg.webp);
}
.smallhomesec4head {
    font-size: 36px;
    color: #222222;
    text-align: center;
}



.titlehsec2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-family: 'SangBleu Sunrise';
}

.inner-homesec2 p {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    font-weight: 500;
}
.inner-homesec2 {
    position: relative;
    padding: 22px;
    border-right: 1px solid #85a6d7;
    height: 100%;
}
.titlelast {
    font-size: 30px;
    color: #000;
    text-align: left;
}

.lastboxsec2 p {
    font-size: 18px;
    font-style: italic;
    font-family: 'SangBleu Sunrise';
    text-align: left;
}

.inner-homesec2.lastboxsec2 {
    max-width: 23%;
    position: absolute;
    top: -70px;
    right: 80px;
    border: none;
}

.thirdboxsec2 {
    border-right: none;
}

.btn-samewebsite a {
    background: #081a28;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border: 1px solid #0f52ba;
    border-radius: 60px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ab8d5c !important;
}
.titlesec3 {
    font-size: 47px;
    font-family: 'SangBleu Sunrise';
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
}
.inner-hbanerimg {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 33.5% !important;
    text-align: left;
}

.homesec3 {
    padding: 115px 0 0;
    background-size: cover;
    background-color: #0f1c52;
    position: relative;
    overflow: hidden;
}
.innerhomesec3.img {
    position: relative;
    top: 44px;
}
.innerhomesec3 .sametitle {
    color: #fff;
}
.innerhomesec3 p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.navbar-light .navbar-brand {
    margin: 0;
}
.page-header.fixed-nav .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-top: 0;
}

.home-services-sec2 {
    margin: 90px 0;
}
.inner-homesec3 p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    font-weight: 500;
}
.innerhomesec3.img img {
    width: 97%;
}
.inner-homesec3 img {
    width: 100%;
}
.btn-banner {
    display: flex;
    gap: 20px;
	margin-left:10px;
}
.innerhomesec3.leftteext {
    padding-left: 20%;
}
.secondimgboxsec3 {
    width: 100%;
    margin: auto;
    padding: 183px 0 0;
    margin-left: -60px;
    position: relative;
    z-index: 99;
}
.home-service-card img {
    transition: 0.7s ease-in-out;
}
.home-service-card:hover img {
    transform: scale(1.1) rotate(-3deg);
}

/* for scroll image animation   */

.container.container-inview.hide {
    display: none;
}
.container.container-scroll {
    padding: 0;
}
 .reveal {
	 visibility: hidden;
	 position: relative;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}
.social-footer a:hover {
    color: #fff !important;
}

/* and here scroll */
.page-header.fixed-nav .nav-searchbtn {
    display: flex;
    gap: 23px;
    margin: 20px 0 0;
    justify-content: right;
    backdrop-filter: blur(12px);
    background-color: rgb(255 255 255 / 83%);
    padding: 28px 20px;
}

.page-header.fixed-nav div#navbarNav {
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
    backdrop-filter: blur(12px);
    background-color: rgb(255 255 255 / 83%);
    padding: 25px 0px;
    margin: 20px 0 0;
    margin-left: auto;
    border-radius: 0;
}

.footernewshead {
    font-size: 40px;
    color: #fff;
    font-family: 'SangBleu Sunrise';
    margin-bottom: 15px;
}

.inner-footer p {
    color: #fff;
    font-size: 20px;
}

.input-footer input[type="button"]:hover {
    background: #081a28;
}
.input-footer input[type="button"] {
    background: #0f52ba;
    border: none;
    color: #fff;
    transition: 0.7s 
ease-in-out;
    padding: 10px 30px;
    font-size: 18px;
    border: 1px solid #0f52ba;
    border-radius: 60px;
}
.centerlogofoot {
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 260px;
    margin: 0 40px;
}
.flex-copyright a {
    font-size: 18px;
    color: #fff;
}
.flex-copyright a:hover{
    color: #b89759;
}
.flex-copyright i {
    color: #fc0707;
    margin-right: 5px;
}
.flex-copyright {
    display: flex
;
    justify-content: space-between;
    margin: 60px 0 0;
}
.flex-copyright p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.fadeInUp {
    animation: fadeInUp 3s ease backwards;
}
@keyframes fadeInUp{
  0%{transform:translate(0px, 200px); opacity: 1;}
  100%{transform:translate(0px, 0); opacity: 1;}
  
}
.overflowbnner {
    overflow: hidden;
}
#team-slid1 .owl-prev {position: absolute;top: 50%;right: 20px;display: none;}
#team-slid1 .owl-prev span {background-color: #fff;width: 40px;height: 40px;border-radius: 50%;color: #000;font-size: 24px;text-align: center;}
#team-slid1.owl-next span {background-color: #fff;width: 40px;height: 40px; border-radius: 50%;color: #000;font-size: 24px;text-align: center;}
#team-slid1 .owl-next {position: absolute; display: none;top: 50%;left: 20px;}
#team-slid1 .owl-nav {display: none;}
#team-slid1 .owl-dot span {background-color: #fff; width: 12px;height: 12px;margin: 2px;border-radius: 50%;}
#team-slid1 .owl-dot.active span {background-color: #0f52ba;width: 12px;height: 12px;margin: 2px;border-radius: 50%;}
#team-slid1 .owl-dots {
    display: flex
;
    z-index: 20;
    position: relative;
    justify-content: center;
    margin-top: 10px;
    left: 0;
    position: absolute;
    left: 0;
    gap: 3px;
    bottom: -20px;
}
#team-slid1 .owl-next {
     display: none;
}

#team-slid1 .owl-prev {
    display: none;
}
.bg-colortesti p {
    color: #fff;
}

/* for btn  */



/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    border-radius: 60px;
    left: 0;
    right: 0;
    background: #ab8d5c;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: 
ease-out;
    transition-timing-function: 
ease-out;
} */
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}


/* end   */











/* 404 and thank you  */



.page-not-found, .thank-you {
    text-align: center;
    padding: 80px 0;
}   




.page-not-found h3, .thank-you h3 {
    font-size: 290px;
    line-height: 230px;
    color: #000;
    -webkit-text-stroke: 0px #081a28;
    margin: 0;
    font-weight: 600;
    font-family: 'SangBleu Sunrise';
}

.inner-bannertxt {
    color: #fff;
    margin: 0;
    font-family: 'SangBleu Sunrise';
    font-size: 90px;
}
.inner-txt-banner {
    position: absolute;
    left: 60px;
    padding: 0;
    bottom: 136px;
}
.inner-banner img {
    width: 100%;
    filter: brightness(0.7);
}
.breadcrumb {
    margin: 0;
}
.breadcrumb-item.active {
    color: #0f52ba !important;
    font-weight: 500 !important;
}
.bread.bread-copy {
    position: relative;
    padding: 10px 0 0px 60px;
}
.breadcrumb-item a {
    color: #000 !important;
    font-weight: 500 !important;
}
.breadcrumb-item {
    font-size: 18px;
    color: #000 !important;
}
.inner-banner {
    position: relative;
}


.page-not-found {
    padding: 260px 0 80px;
    background: #fff;
}
.page-header.is-sticky .navbar-main {
    padding: 10px 53px;
}
.thank-you {
    padding: 240px 0 80px;
}
.page-not-found h5 {
    font-size: 50px;
    font-weight: 700;
    color: #ab8d5c;
    margin: 20px 0 10px;
}
.page-not-found p {
    font-size: 26px !important;
    color: #000;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px;
} 
a.home-back:hover {
  background: #fff;
  color: #000;
  border: 2px solid #02246b;
}
.btn-404 {
  margin: 20px 0 0;
}
.page-not-found .btn-bord1 {
    display: block;
    margin: 30px auto 0;
}
.l-footer .l-section-h.i-cf {
    max-width: 1900px;
}
.card-feel-sung .contact-btn img {
    width: auto;
}
.homesec6 .container-fluid {
    max-width: 1800px;
}
.form-homepage .container-fluid {
    max-width: 1800px;
}
.homesec3 .container-fluid {
    max-width: 1900px;
}
.card-feel-sung .contact-btn {
    text-align: left;
    margin: 20px 0 0;
}
.thank-you .btn-bord1 {
    display: block;
    margin: 30px auto 0;
}

.inner-banner-image.animate.fadeIn.five img {
    filter: inherit;
}


.thank-you h5 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.thank-you h3 {
  font-size: 150px;
  line-height: 180px;
}

.homesec9 .sametitle {
    color: #222222;
}

/* end here  */

.inner-homesec2innerright ul li {
    font-size: 20px;
    margin-bottom: 12px;
}

.inner-homesec2innerright ul {
    margin: 20px 0;
}

.smalltexthomsec2 {
    font-size: 36px;
    color: #222222;
    margin: 10px 0;
}
.homesec9 p {
    color: #000;
}

.footermain {
    padding: 35px 50px;
    background: #0f1c52;
}
.homesec9 .innerhomesec5right ul li {
    color: #000;
}
.homesec2 {
    position: relative;
    padding: 110px 0 0;
    background-image: url(../images/homesec2bg.webp);
}
.sametitle {
    font-size: 65px;
	padding-top:0px !important;
    color: #222222;
    line-height: 87px;
}

.inner-homesec2innerright {
    padding: 30px 0 0;
}

.homesec9 {
    background: none;
    padding: 0 0 160px;
}


/* blog page details css  */

.blog-details img {margin-bottom: 20px;}
.blog-details img {width: 100%;}
.content-blog-details .blog3 a {font-size: 26px; color: #000;}
#respond {background-color: #f5f5f5; padding: 20px;margin-top: 30px;border-radius: 5px;}
#comment {height: 120px;}
#comments input#submit{background: #014171;color: #fff; text-transform: uppercase;font-size: 16px;padding: 10px 40px;border-radius: 15px;  margin-top: 20px; margin-top: 15px;transition: 0.5s ease-in-out; border: 1px solid transparent !important;}
#reply-title {font-weight: 700;}
#comments input#submit:hover{background: #fff;color: #000;border: 1px solid #13abe1 !important;}
.blog-page.details {padding: 100px 0;}
.content-blog-details p {font-weight: 400;}
div#comments p {font-weight: 400; color: #000; font-size: 18px;}
div#comments label {font-size: 18px;color: #000;font-weight: 400;}

.content-blog-details .blog3 {
  font-size: 40px;
}




/* blog page  */

.blogbanner{
 background-image: url(../images/aboutbanner.webp);height: 74vh;background-repeat: no-repeat;
}


.blog-page {
    padding: 100px 0 80px;
    position: relative;
    background-image: url(../images/abtsec1bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.blogtitle {
    font-size: 30px;
}
.blog-inner:hover img {
  transform: scale(1.1);
}
.blog-inner img {transition: 0.5s ease-in-out; width: 100%; }
.blog3 a { font-size: 23px; font-weight: 700;color: #000;}
.content-blog p {font-size: 18px;font-weight: 400;color: #000;}
.blog-btn { padding: 12px 45px; border-radius: 50px;}
.read-morehome1:hover { background: #fff; color: #000;border: 1px solid #13abe1 !important;}
.read-morehome1 {background: #02246b;  color: #fff;  text-transform: uppercase;   font-size: 16px; padding: 10px 40px; border-radius: 15px; margin-top: 20px;    margin-top: 15px; transition: 0.5s ease-in-out;border: 1px solid transparent !important;}
.categories-sec-blog h3 {
    margin: 30px 0 20px;
    font-weight: 600;
    color: #ffffff;
}
.categories-sec-blog ul li a {
    color: #fff;
    font-size: 18px;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
    background: #0f52ba;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 12.3px;
}

.wp-block-search__button:hover {
  border: 1px solid #0f52ba;
  color: #000000;
  background: #fff;
}
.categories-sec-blog ul li {
    padding: 15px 0;
    border-top: 1px solid #838383;
}
.search-box-blog input {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 77%;
  color: #000 !important;
}
.category {
    padding: 20px;
}
.title {
    padding: 20px;
}
.visual {
    overflow: hidden;
}
.title p {
    font-size: 20px;
    font-weight: 500;
}
.search-box-blog label { display: block;font-size: 22px;font-weight: 700; color: #000;}
.search-blog-main {
    background: #081a27;
    margin-left: 20px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
    padding: 18px 14px;
    border: 1px solid #545454;
    border-radius: 10px;
}
.content-blog {padding: 20px 20px 40px 20px;}
.blog-inner {
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s 
ease-in-out;
    height: 100%;
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
    background: #fff;
}
.visual img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}

.inner-banner::before{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0005;
}



.social-footer {
    margin: 20px 0 25px;
}


.flex-footone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #6f7797;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.inner-footer2 ul li a {
    margin-bottom: 8px;
    position: relative;
}
.copyright p a i {
    color: red;
}
.inner-footer2 {
    padding: 20px 0 0;
}
.copyright p a {
    color: #fff;
    font-size: 17px;
}
.copyright p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}
.copyright {
    display: flex
;
    justify-content: space-between;
    margin: 100px 0 0;
}
.inner-footer2 a:hover {
    color: #fafaf3;
}
.inner-footer2 p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-main {
    padding: 30px 53px;
    background: #0f1c52;
}
.footertitle {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
}
.inner-footer2 a {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}
.copyright p a:hover {
    color: #ab8d5c;
}
.titlefootdes {
    font-size: 25px;
    color: #fff;
}
.social-footer a i {
    font-size: 20px;
    margin-right: 5px;
    border-radius: 50px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 50%;
    left: 0;
    width: 40px;
    right: 0;
    bottom: 0;
    background: #ab8d5c ;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: 
ease-out;
    transition-timing-function: 
ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.descontent {
    margin: 40px 0 0;
}
.inner-footer2 a:hover {
    color: #ab8d5c;
}


.inner-footer2 ul li a:hover {
    color: #ab8d5c;
}
.inner-footer2 ul li a:hover:before, a:hover .inner-footer2 ul li a:before {
    transform: scaleX(1);
    transform-origin: left;
     border-radius: 50px;
}
.inner-footer2.leftfoot {
    padding-right: 4%;
}
.inner-footer2 ul li a:before {
    background-color: #ab8d5c;
    bottom: var(--bottom);
    content: "";
    height: .05em;
    left: 0;
    min-height: 1px;
    position: absolute;
    right: 0;
     border-radius: 50px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s 
cubic-bezier(.19, 1, .22, 1);
}


.inner-achievmentsec2 .container.container-scroll {
    padding: 0;
    height: 100%;
}
.checkboxformhome label span {
    color: #fff;
}

.innerhomesec3 ul li {
    font-size: 20px;
    color: #fff;
    margin-bottom: 9px;
}
.innerhomesec3 ul {
    margin: 20px 0;
}
.innerhomesec3 ul li img {
    margin-right: 2px;
}

.inner-formhome.rightform .wpcf7-response-output {
    color: #fff;
    border: 1px solid #fff !important;
    margin: 20px 0 0 !important;
}



.form-homepage .wpcf7-not-valid-tip {
    margin-top: -10px !important;
}





   #page-header .l-subheader-h {
        align-items: start !important;
    }
#page-header .l-subheader-cell.at_right {
    justify-content: flex-end;
    margin: 20px 0 0;
}
.btn-banner sup {
    font-size: 16px;
}
.social-icon a {
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    margin-right: 2px;
    font-size: 22px;
    background: #ab8d5c;
    padding: 0px;
}
/* .social-icon {
    margin: 20px 0 0;
} */
.social-icon a img {
    margin: 0;
    margin-top: -5px;
    transition: 0.7s ease-in-out;
}
.sticky-icon.social-icon .fa-solid.fa-phone {
    transform: rotate(95deg);
    color: #fff;
}
.sticky-icon.social-icon i {
    color: #fff;
    font-size: 23px;
}
.sticky-icon  {
    display: grid;
    gap: 8px;
    position: fixed;
    top: 40%;
    z-index: 999;
}





.l-footer .w-socials.style_colored .w-socials-item-link {
    background: transparent !important;
    border: 1px solid #fff !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

 #page-header .w-nav-list.level_2 li .w-nav-anchor {
    margin: 0px !important;
    display: block;
    padding: 4px 10px !important;
    transition: 0.7s ease-in-out !important;
}


.l-subheader-h .attachment-full.size-full {      border-radius: 0px 0px 10px 10px;}










/* hbaner new css  */

.hbannertitle2 {
    font-size: 50px;
    font-weight: 600;
    color: #88662e;
}
.thinktext {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #0f1c52;
    display: block;
}
.thinktext2 {
    font-size: 24px;
    font-weight: 700;
    color: #88662e;
    line-height: 41px;
    margin: 5px 0;
}
.poweredbox {
    background: #fff;
    padding: 14px 230px 14px 25px;
    margin: 10px 0;
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
    border-radius: 60px;
    width: fit-content;
    border: 1px solid #bdbdbd;
    position: relative;
}
.text-powered {
    font-size: 19px;
    color: #0f1c52;
    font-weight: 600;
}
.colorbannerscalp {
    color: #88662e;
    font-weight: bold;
}
.glpsupporttext {
       padding: 8px 30px 3px;
    color: #88662e;
    position: absolute;
    right: -1px;
    background: #fff;
    border: 1px solid #88662e;
    top: 0;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50px;
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
}
.developtext p {
    color: #0f1c52;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin: 10px 0;
    padding-right: 0;
}
.consulttextbannerhome {
    font-size: 26px;
    font-weight: 700;
    color: #0f1c52;
    margin-bottom: 0 !important;
    margin-top: 12px;
}
.consulttextbanner p {
    font-size: 20px;
    color: #1b275a;
    margin: 5px 0 10px;
    padding-right: 0;
}
.consulttextbanner {
    margin: 10px 0;
}
.navbar-brand img {
    width: 140px;
}
.text-sheddinghome {
    color: #fff;
    line-height: 28px;
    font-size: 17px;
}
.sheddingtext {
    padding: 10px 100px;
    width: fit-content;
    background: linear-gradient(to right, transparent 0%, #0f1c52 15%, #0f1c52 85%, transparent 100%);
    border-bottom: 1px solid #85642d;
    z-index: 999;
    position: relative;
    margin-bottom: 0;
}

.thr-stats-bar::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/leftcurve.webp);
    top: -1.4px;
    left: -120px;
    height: 101%;
    width: 120px;
    z-index: 99;
    background-size: 100% 100%;
}
.thr-stats-bar {
  width: 100%;
    max-width: 50%;
    margin-left: auto;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    position: relative;
    background: linear-gradient(to right, rgb(21 30 95) 0%, #151e5f 12%, #141e5e 88%, rgb(21 30 95) 100%);
    border-radius: 00px 0px 0 0;
    border-top: 2px solid #ab8d5c;
}


/* little stars effect */
.thr-stats-bar::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        radial-gradient(#c98a2d 1px, transparent 1px);
    background-size:70px 70px;
    opacity:.15;
    pointer-events:none;
}

.thr-stat-item{
    display:flex;
    align-items:center;
    gap:14px;
    position:relative;
    z-index:2;
}

.thr-stat-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;

    background:linear-gradient(145deg,#ffcf6d,#8d4f00);
    color:#fff;

    box-shadow:
        0 0 10px rgba(255,191,73,.5),
        inset 0 2px 4px rgba(255,255,255,.5);
}

.titlebottombox{
    color:#fff;
    font-size:20px;
    line-height:1.1;
    font-weight:700;
    margin:0;
}

.thr-stat-content p{
    color:#fff;
    font-size:14px;
    margin:4px 0 0;
    opacity:.95;
}

.thr-stat-divider {
    width: 2px;
    height: 75px;
    background: linear-gradient(to bottom, transparent, #d28a2e, transparent);
}

/* responsive */
@media(max-width:768px){

    .thr-stats-bar{
        flex-direction:column;
        border-radius:25px;
        padding:25px;
    }

    .thr-stat-divider{
        width:100%;
        height:1px;
    }

    .thr-stat-item{
        width:100%;
        justify-content:center;
    }
}

.bottmhomebanner {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    border-bottom: 3px solid #ab8d5c;
    padding: 0;
}
.consulttextbanner i {
    color: #152156;
    margin-right: 6px;
    font-size: 25px;
}

.text-nameclient {
    color: #152156;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.btn-banner i {
    margin-left: 10px;
    font-size: 24px;
}
.textlpone {
    font-size: 20px;
    color: #0f1c52;
    margin: 0;
    font-weight: 700;
}
.text-sheddinghome i {
    margin-left: -20px;
}
.glp1text {
    position: absolute;
    right: 150px;
    top: 180px;
    background: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid #88662e;
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
}
.namecleint {
    background: #fff;
    padding: 12px 30px;
    border-radius: 20px;
    position: absolute;
    bottom: 210px;
    left: -230px;
}
.desgnnationclient {
    display: block;
    color: #8a6831;
    text-align: center;
     font-weight: bold;
}
/* end here / */











@media (max-width: 1600px){
 .bannertexthome {font-size: 50px;line-height: 50px;}
.homebannersub { font-size: 44px;margin: 0px 0 35px;}
.btnsss > span {transform: skew(18deg) !important; font-size: 19px; }
#page-footer .btnsss > span {transform: skew(0deg) !important;font-size: 19px;}
.inner-hbaner {bottom: 0px;left: 50px;}
.inner-hbanerimg { width: 24% !important;}
.page-header.fixed-nav .nav-searchbtn { padding: 28px 20px 28px 10px;height: 100%; gap: 19px;}
.navbar-light .navbar-brand img { width: 80%;}
.homesec2 { padding: 100px 0 0;}
.sametitle {font-size: 58px; line-height: 76px;}
.smalltexthomsec2 {font-size: 33px; margin: 6px 0;}
.homesec3 { padding: 90px 0 0;}
.innerhomesec3.leftteext {padding-left: 15%;}
p {font-size: 18px !important;}
.innerhomesec3 ul li { font-size: 18px;}
.btnsss { padding: 15px 40px;}
.homesec4 {padding: 120px 0px;}
.smallhomesec4head { font-size: 34px;}
.boxtitlesec4 {font-size: 23px; line-height: 33px;}
.innerhomesec5right ul li {font-size: 18px;}
.homesec6 {padding: 120px 40px;}
.form-homepage {padding: 120px 40px;}
.homesec9 { padding: 0 0 120px;}
.copyright {margin: 80px 0 0;}
.page-header { padding: 10px 40px;}
.inner-homesec2innerright ul li {  font-size: 18px;}
.page-not-found h3 { font-size: 250px;line-height: 160px;}
.page-not-found h5 {font-size: 45px;margin: 25px 0 10px;}
.thank-you { padding: 210px 0 70px;}
.thank-you h5 {font-size: 37px;}

.l-footer .btnsss > span {transform: skew(0deg) !important;font-size: 18px !important;}	
	
	
	
/* 	new css  */
	
.l-subheader-h .attachment-full.size-full {width: 130px;height: 130px;padding: 10px;}
.hbannertitle2 { font-size: 37px;}
.thinktext { font-size: 21px; line-height: 25px;}	
.thinktext2 { font-size: 21px;line-height: 34px;margin: 5px 0;}	
.textlpone { font-size: 18px;}	
.glp1text {padding: 12px 30px;top: 154px;right: 70px;}
.text-powered { font-size: 18px;}	
.poweredbox {padding: 10px 170px 10px 20px; margin: 10px 0;}
.text-powered {  font-size: 17px;}
.glpsupporttext {font-size: 11px;}	
.developtext p {  line-height: 29px;}	
.btn-banner .btnsss { padding: 9px 30px;}
.consulttextbannerhome { font-size: 21px; margin-top: 13px;}
.btn-banner .btnsss > span {   font-size: 18px;}	
.text-sheddinghome { line-height: 25px; font-size: 16px;}
.text-nameclient {font-size: 17px;}	
.thr-stats-bar { max-width: 54%;}

	
	
}


@media (max-width:1440px) {
.page-header {padding: 10px 30px;}
.inner-hbaner {bottom: 0px;left: 60px;max-width: 930px;}
 .inner-hbanerimg {width: 27% !important;margin-left: 50px;}
.navbar-expand-lg .navbar-collapse {padding: 35px 0px 0;}
.nav-searchbtn {margin: 33px 0 0;}
.navbar-light .navbar-nav .nav-link {font-size: 18px;margin: 0 14px 0 14px;}
.page-header.fixed-nav div#navbarNav {padding: 15px 0px;}
.page-header.fixed-nav .nav-searchbtn { padding: 16px 20px 17px 10px;gap: 16px;}
.nav-searchbtn {gap: 14px;}
.nav-searchbtn img {width: 80%;}
.page-header.fixed-nav .nav-searchbtn img { width: 100%;}
.homesec2 { padding: 90px 0 0;}
.sametitle {font-size: 50px;line-height: 72px;}
.smalltexthomsec2 {font-size: 28px; margin: 0px 0;}
 .homesec3 {padding: 70px 0 0;}
.innerhomesec3.leftteext {padding-left: 5%;padding-bottom: 70px;}
.homesec3 .btn-sameuse {margin-top: 20px;}
.homesec4 {padding: 90px 0px;}
.smallhomesec4head {font-size: 33px;}
.boxtitlesec4 {font-size: 21px; line-height: 33px;}
.homesec6 { padding: 90px 40px; }
.inner-homsec6right {  padding: 30px 20px;}
 .form-homepage {padding: 80px 40px;}
.input-box input {padding: 15px;font-size: 15px;line-height: 0;}
.input-box select {padding: 15px 15px;font-size: 15px;}
.homesec9 { padding: 0 0 100px;}
.footer-main { padding: 30px 30px;}
.btnsss {padding: 13px 35px;}
.navbar-light .navbar-brand img {width: 75%;}
.page-header.fixed-nav .navbar-brand img { width: 75%;}
.page-not-found h3 {font-size: 230px; line-height: 150px;}
.page-not-found h5 {font-size: 42px; margin: 25px 0 10px;}
.thank-you h3 {font-size: 130px;line-height: 180px;}
.thank-you h5 {font-size: 35px;}
/* 	new css */
.sticky ul.w-nav-list.level_2 .menu-item .w-nav-title { font-size: 17px;}	
.w-nav-list li .w-nav-anchor {margin: 0 15px 0 15px;}
.w-nav-list li .w-nav-anchor .w-nav-title {font-size: 19px;}	
.copyrightsec {padding-top: 40px !important;}
#page-footer p {font-size: 17px !important;}
.l-section.color_primary { padding: 40px 30px !important;}	
.color_footer-bottom .vc_column-inner .w-text-value {font-size: 32px !important;}
.l-section.wpb_row.us_custom_85634a20.height_auto.color_primary .l-section-h.i-cf { padding: 0px 0;}
.l-section-h.i-cf {max-width: none; padding: 30px 43px; }	
.page-template-front.page-template-front-php.page.page-id-6635 .l-subheader.at_middle { padding-top: 0 !important;}
#page-header .l-subheader-cell.at_right {margin: 20px 0 0;}	
.homsec5 { padding: 80px 0;}
.sheddingtext { padding: 10px 50px;}	
.namecleint {  bottom: 180px;}	
.l-subheader-h .attachment-full.size-full {width: 120px;height: 120px; padding: 5px;}
	
	


}




@media (max-width:1400px) {
    .inner-hbaner {
        bottom: 100px;
        left: 70px;
        max-width: 930px;
    }
/* 	css  */
	

	
	

}




@media (max-width:1366px) {
.bannertexthome { font-size: 35px;line-height: 33px;}
.homebannersub {font-size: 40px; margin: 0px 0 30px;}
.inner-hbanerimg {width: 24% !important;}
.inner-hbaner {bottom: 0px;left: 60px;max-width: 830px;}
.sametitle {font-size: 46px; line-height: 63px;}
.page-not-found { padding: 220px 0 70px;background: #fff;}
.page-not-found h3 {font-size: 190px;line-height: 120px;}
.thank-you {padding: 180px 0 70px; }
.thank-you h3 {font-size: 120px; line-height: 160px; }
.l-section-h.i-cf { max-width: none;padding: 30px 33px;}
  .input-box select {padding: 11px 15px;font-size: 15px;}	
#page-header  .l-subheader.at_middle { padding: 0px 33px !important;}
.btnsss > span {transform: skew(15deg) !important;font-size: 18px;}
/* 	css */
#page-footer .l-section.color_primary {padding: 30px 30px !important;}
.l-footer .btnsss { padding: 14px 40px;	}
.w-nav-list li .w-nav-anchor .w-nav-title {font-size: 18px; }	
.homsec5 { padding: 70px 0;}
.homesec6 {padding: 70px 40px;}		
.homsec5 { padding: 70px 0; }	
.form-homepage {padding: 80px 40px 40px; }
.us_custom_7284ffe1{border-color: #45559a8c !important;}	
#page-footer .w-separator.size_small { height: 10px !important;}	
#page-footer  .l-subheader-h .attachment-full.size-full {width: 150px; height: 150px;}	
.sticky .w-nav.ush_menu_1.dropdown_height.m_align_none.m_layout_panel.m_effect_afl.type_desktop { margin-top: 10px;padding: 10px 20px !important;}
.thinktext2 {font-size: 19px;line-height: 30px; margin: 5px 0; display: none;}
.thinktext {font-size: 19px; line-height: 30px;}
p {font-size: 17px !important;}
.developtext p {line-height: 26px;}
.textlpone {font-size: 16px;}
.glp1text {padding: 8px 30px;top: 134px; right: 120px;display: none;}
.consulttextbannerhome {font-size: 19px;margin-top: 13px;}
.thr-stats-bar {max-width: 52%;padding: 10px 30px; }
.sheddingtext {padding: 10px 60px 10px 60px; }
.l-subheader-h .attachment-full.size-full {width: 110px;height: 110px; padding: 5px;}
.btn-banner .btnsss > span {  font-size: 17px;}	
.btn-banner .btnsss {padding: 7px 25px;}
.hbannertitle2 {font-size: 30px;}	
.consulttextbanner i {  margin-right: 5px; font-size: 17px;}		
.titlebottombox { font-size: 18px;}	
.thr-stat-content p {font-size: 14px !important; margin: 0px 0 0;opacity: inherit;}	
.thr-stat-icon {width: 48px; height: 48px;font-size: 23px;}
	
	
	
	
	
	
}








@media (max-width:1280px) {
.boxtitlesec4 {font-size: 20px;line-height: 28px;}
.inner-homesec4 {padding: 15px 20px;}	
.inner-hbaner {bottom: 0; left: 50px; max-width: inherit;}
.sametitle {font-size: 42px;line-height: 58px;}
.btnsss { padding: 11px 35px 9px; }
.thr-stats-bar { max-width: 54%;padding: 5px 30px 5px 0px;}	
.text-nameclient {font-size: 15px;}
.namecleint {bottom: 150px;left: -190px;}
.inner-hbanerimg { width: 26% !important;}
.sheddingtext {padding: 10px 30px 10px 30px;}
.thr-stats-bar::after { height: 102%;}	
	
	
	
	
	
}







@media (max-width:1152px) {
	
	

.inner-hbanerimg { width: 30% !important;}
.w-nav-list li .w-nav-anchor .w-nav-title {font-size: 17px;}	
.w-nav-list li .w-nav-anchor {margin: 0 11px 0 11px; }
.l-subheader-h .attachment-full.size-full {width: 150px;height: 150px;}
.bannertexthome {font-size: 35px;line-height: 34px;}
.inner-hbaner {bottom: 0;left: 50px; max-width: inherit;}
.btnsss > span {transform: skew(17deg) !important;font-size: 18px; }		
.sticky .w-nav-list.level_1 .menu-item .w-nav-title {font-size: 17px;}
.inner-homesec2innerright {padding: 0px 0 0; margin-top: -20px;}
.sametitle {font-size: 38px;line-height: 55px;}
.innerhomesec3.img { position: relative; top: 74px;}
.homesec4 {padding: 70px 0px; }
.homesec2 {padding: 70px 0 0; }
.boxtitlesec4 {font-size: 18px;line-height: 25px;}	
.homsec5 {padding: 60px 0;}
.inner-homesec2innerright ul {margin: 15px 0;}
.headhomsec4 { text-align: center; margin-bottom: 20px;}
.smallhomesec4head {font-size: 31px;  }
.homesec4 ul { margin-bottom: 20px;}
.innerhomesec5right {margin-left: 12px;}
.homesec6 {padding: 60px 30px;}
.form-homepage { padding: 70px 30px 30px;}
p {font-size: 15px !important;}	
.sheddingtext {padding: 10px 40px 10px 40px;width: 60%; text-align: center;}
.text-sheddinghome { line-height: 22px;font-size: 15px;}
.thr-stats-bar { gap: 0px;}	
	
	
}





@media (max-width:1024px) {
.homebannersub {font-size: 36px; margin: 0px 0 30px; }
#page-header .l-subheader.at_middle {padding: 0px 23px !important;}	
.w-nav-list li .w-nav-anchor .w-nav-title {font-size: 16px; }
.w-nav-list li .w-nav-anchor {margin: 0 9px 0 9px;}
.sticky .w-nav.ush_menu_1.dropdown_height.m_align_none.m_layout_panel.m_effect_afl.type_desktop {margin-top: 10px;padding: 8px 0px !important;}
.sticky .w-nav-list.level_1 .menu-item .w-nav-title {font-size: 16px;}
.inner-hbaner {bottom: 0;left: 40px; max-width: inherit;}
.bannertexthome {font-size: 35px;line-height: 40px;margin-bottom: 10px !important;}
.btnsss { padding: 11px 14px 9px;}
.innerhomesec3.img { position: relative;top: 124px;}	
.inner-hbanerimg {width: 33% !important;}
.form-homepage { padding: 50px 20px 10px; }
.homsec5 {padding: 50px 0; }
.l-subheader-h .attachment-full.size-full {width: 140px;height: 140px; }
.sticky .l-subheader-h .attachment-full.size-full {height: 135px;    width: 135px;}
.developtext p {line-height: 26px;padding-right: 35%;}	
.thr-stats-bar {max-width: 57%;padding: 5px 15px 5px 0px;}
.thr-stats-bar::after {height: 102%;width: 80px;left: -80px;}
.sheddingtext {width: 55%;}
	
	
	
	
}


@media (max-width:991px) {
 .ush_menu_1 .w-nav-icon { top: 10px !important;}
.fixed-nav .ush_menu_1 .w-nav-icon { top: 4px !important;}
 #page-header .l-subheader.at_middle {padding: 0px 13px !important;background: #0f1b51 !important;}
.w-nav-list li .w-nav-anchor .w-nav-title {font-size: 16px;color: #fff !important;}
.w-nav-list.level_1.hover_simple {background: #af9367 !important;}
.container{max-width:95%;}
#page-header .l-subheader-cell.at_right {margin: 0px 0 0;}
.inner-homesec2innerright ul li {font-size: 17px;}
p {font-size: 17px !important;}
.sametitle {font-size: 35px;line-height: 50px;}
.homesec3 { padding: 60px 0 0; }
.innerhomesec3.leftteext {padding-left: 4%;padding-bottom: 60px;}
.innerhomesec3 ul li {font-size: 17px; }
.btnsss > span {transform: skew(17deg) !important;font-size: 18px;}
.homesec4 {padding: 50px 0px;}
.headhomsec4 {margin-bottom: 10px;}
.inner-homesec4 {padding: 14px 10px;}
.smallhomesec4head {font-size: 28px;}
.innerhomesec5right {margin-left: 0px;}
.innerhomesec5right ul li {font-size: 17px;}
.homesec6 { padding: 50px 20px;}
.homesec7 p { line-height: 30px;}
.l-footer .g-cols.cols_4 {grid-template-columns: repeat(2, 1fr) !important;}
.l-section-h.i-cf {max-width: none;padding: 20px 20px;}
#page-footer .l-section.color_primary {padding: 20px 20px !important;}
    #page-footer p {
        font-size: 17px !important;
        line-height: 30px;}	
#page-header ul.w-nav-list { padding: 13px 0 0 !important;}
.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {color: #fff !important; }	
.sheddingtext {width: 53%;}
 .thr-stat-icon {width: 38px;height: 38px; font-size: 19px;}	
.home-banner::after {content: '';background: #ffffffa3;top: 0px;position: absolute;width: 100%; height: 100%;}	
	
	
}





@media (max-width:912px) {
.home-banner {height: 60vh;}
.btn-banner {display: block;gap: 20px; width: 65%;}
.btnsss {margin-bottom: 10px;}
 .inner-homsec6right {  padding: 20px 10px; }	
.text-sheddinghome {line-height: 20px;font-size: 14px;}
.sheddingtext { width: 51%;padding: 10px 40px 10px 30px;}
 .thr-stats-bar::after { top: -2px;}	
 .text-powered { font-size: 16px;}	
.thr-stats-bar {max-width: 91%;padding: 5px 15px 5px 0px;}
.l-subheader-h .attachment-full.size-full {width: 100px;height: 100px;}
.bannertexthome {font-size: 30px;line-height: 30px;margin-bottom: 6px !important; }
.namecleint { bottom: 220px;left: -190px;}
.hbannertitle2 {font-size: 25px; line-height: 28px;}
.glpsupporttext {font-size: 11px;padding: 8px 50px 3px 17px;}
.inner-hbanerimg {width: 37% !important; margin-left: 0; }
.inner-hbaner { bottom: 90px;}
.sticky .l-subheader-h .attachment-full.size-full {height: 100px; width: 100px;}

	
	
	
	
}






@media (max-width:840px) {
.home-banner {height: 70vh;}
.bannertexthome {font-size: 30px;line-height: 35px; margin-bottom: 10px !important;}
.inner-hbaner { bottom: 90px;left: 20px;max-width: inherit;}
.btn-banner .btnsss {margin-bottom: 10px;}
.inner-homesec2innerright {padding: 0px 0 30px;margin-top: 0px;}
.homesec2 {padding: 50px 0 0;}
.homesec2 .row { align-items: end;}
.btn-banner {gap: 20px; width: 65%;display: block;}
.homesec3 {padding: 40px 0 0;}
.innerhomesec3.leftteext {padding-left: 4%;padding-bottom: 50px;}
.innerhomesec3.img {position: relative;top: 159px;}
.sametitle {font-size: 33px; line-height: 47px;}
.homesec4 ul {margin-bottom: 20px;column-count: 5;padding: 0;}
.boxtitlesec4 {font-size: 16px;line-height: 20px;}
.inner-homsec6right {padding: 20px 10px;}
.input-box textarea { height: 115px;}
.l-footer .w-btn.us-btn-style_2 {padding: 16px 30px 14px 30px !important;}
.homsec5 {padding: 40px 0;}
.smallhomesec4head {font-size: 25px;}
.homesec4 {padding: 40px 0px;}
.inner-homsec6right p { line-height: 28px;}	
.sheddingtext { width: 70%; padding: 10px 20px 10px 30px;}
.namecleint { bottom: 220px; left: -160px;}
.poweredbox {width: 70%;}
.glpsupporttext {top: 10px;}
.thr-stats-bar::after{display:none;}	
.thr-stats-bar {max-width: 100%; padding: 5px 15px 5px 15px;}

	
	
	
	
	
}


@media (max-width:768px) {
.home-banner { height: 80vh; }
.l-subheader-h .attachment-full.size-full { width: 100px;height: 100px;}
 .thr-stats-bar { flex-direction: inherit; padding: 15px 15px 15px 15px;}	
.inner-hbaner { bottom: 114px;}
.consulttextbanner p {padding-right: 60%;}	
	
	
}




@media (max-width:767px) {
.sticky-icon { display: none;}
.home-banner {height: auto;}
.inner-hbaner {top: 130px; left: 0px;max-width: 100%;bottom: inherit;position:relative;z-index:99;}
.inner-hbanerimg img { width: 100%; margin: 160px 0 0; }
.btn-banner { gap: 20px; width: 100%;display: block;}
.bannertexthome {font-size: 30px; line-height: 31px;margin-bottom: 10px !important; padding-right: 0; }
.l-subheader-h .attachment-full.size-full {width: 110px;height: 110px;padding: 10px;}
.sticky .l-subheader-h .attachment-full.size-full {height: 110px;width: 110px;}
.homesec2 .row {align-items: end;flex-direction: column-reverse;}
.homesec2 {padding: 30px 0 0;}
.smalltexthomsec2 {font-size: 24px; margin: 0px 0;}
.sametitle {font-size: 30px;line-height: 41px;}
.inner-homesec2innerright ul li img {position: absolute;left: -25px;}
.innerhomesec3.leftteext {padding-left: 2%;padding-bottom: 20px;}
.innerhomesec3.img { position: relative; top: 19px;}
.inner-homesec4 {padding: 14px 10px; margin-bottom: 20px;}
.innerhomesec5right {margin-left: 0px; margin: 20px 0 0;}
.listhomsec5title {margin-top: 0px;}
.innerhomesec5right { margin: 20px 0 0px;}
.homesec7 .innerhomesec5right {margin: 0px 0 20px;}
.inner-formhome form {padding: 20px;margin: 20px 0 0;}
.form-homepage {padding: 30px 0px 0px;}
#page-footer .w-separator.size_small {height: 0px !important;}
.l-section-h.i-cf { max-width: none;padding: 20px 20px;}
#page-footer .l-section.color_primary {padding: 20px 20px !important; }
.color_footer-bottom .vc_column-inner .w-text-value {font-size: 30px !important;margin: 10px 0 0 !important;}
.checkboxformhome label {display: block !important;}
.checkboxformhome label span {color: #fff;margin: 15px 0 0;}
.contact-btnform {margin: 10px 0 0;}
.inner-homsec6right p {line-height: 28px;}
.inner-homsec6 { margin-bottom: 20px;}
.homesec6 {padding: 40px 0px;}
.smallhomesec4head {font-size: 23px;}
.homesec4 {padding: 30px 0px;}
.homesec4 ul { margin-bottom: 20px;column-count: 1;padding: 0;}
.boxtitlesec4 {font-size: 20px;line-height: 20px;}
.inner-homesec2innerright ul li {font-size: 17px; position: relative; margin-left: 27px;}
.inner-hbanerimg { width: 100% !important;position: relative;margin: 0;}
.homebannersub {font-size: 30px;margin: 0px 0 25px;}
.ush_menu_1 .w-nav-icon {font-size: 24px; top: 10px;}
 .thinktext {font-size: 16px;line-height: 25px;}	
.text-powered {font-size: 16px;margin-bottom: 10px;}
.home-banner::after {background: #ffffffd6;}
.namecleint { bottom: 30px;left: 0; right: 0;width: fit-content;margin: auto;}
.glpsupporttext { top: inherit;font-size: 15px; padding: 8px 17px 3px 17px; position: relative;width: fit-content; }
 .poweredbox { width: 100%;padding: 10px 10px 10px 10px;border-radius: 10px;}
.sheddingtext {width: 100%;padding: 10px 20px 10px 22px;}
.consulttextbanner p { padding-right: 0;}
.text-sheddinghome {line-height: 23px;font-size: 15px;}
.developtext p {line-height: 26px;padding-right: 0;font-size: 16px !important;}
.bottmhomebanner{display:none;}
.thinktext2 {font-size: 17px;line-height: 28px;margin: 5px 0; display: block;}
.glpsupporttext br {display: none;}
	
	
	
	
	
	
	
}





@media (max-width:390px) {
.homebannersub {font-size: 24px;margin: 0px 0 25px;}
.l-subheader-h .attachment-full.size-full {width: 90px;height: 90px;padding: 10px;}
.sticky .l-subheader-h .attachment-full.size-full {height: 90px;width: 90px;}
.btnsss > span {transform: skew(17deg) !important;font-size: 16px;}
.sametitle {font-size: 28px;line-height: 40px;}
.bannertexthome {line-height: 35px;}
	
	
	
	
}