html {
    scroll-behavior: smooth;
}

body {
     font-family: 'Manrope';
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}




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

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

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

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





@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
     font-family: 'Manrope';
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}

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

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #000;
    font-family: 'Manrope';
}

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

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

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

@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;
    }
}




/*css start*/


/* HEADER STYLES*/

.top-nav-icon ul {
    display: flex
;
    justify-content: right;
    gap: 30px;
}

.top-wrapper {
    display: flex;
    justify-content: end;  
 
    align-items: center;
}

.page-heaader {
    padding: 20px 60px;
}

.top-nav-button a {
    border: 1px solid #bb0203;
    padding: 8px 30px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #bb0203;
    transition: 0.7s ease-in-out;
}

.top-nav-button a:hover {
    background-color: #bb0203;
    color: #fff;
    transition: 0.7s ease-in-out;
}



.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    /* background-color: #ffffffb5; */
    /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
    padding: 30px 30px 0;
}

/* STICKY STYLES */
.page-header.is-sticky {
    position: fixed;
    /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.35s ease-out;
    /* background: #b88976c7; */
    z-index: 99999;
    color: #000;
}
.page-header.is-sticky .logo-box img {
    max-width: 100%;
}

.page-header.is-sticky .navbar-brand img {
    width: 240px;
}
.heightnav {
    height: 165px;
}

.page-header.is-sticky .nav-link {
    color: #000000;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}




/* ----------------end---------------------- */



.navbar-expand-lg .navbar-nav .nav-link:hover:before, a:hover .navbar-expand-lg .navbar-nav .nav-link:before {
    transform: scaleX(1);
    transform-origin: left;
}
.navbar-expand-lg .navbar-nav .nav-link:before {
    background-color: #b88976;
    bottom: var(--bottom);
    content: "";
    height: 0.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);
    bottom: -4px;
}


.page-header.is-sticky .navbar-brand {

    background: #495a58;
    padding: 15px 20px;
    border-radius: 10px;
}

.page-header.is-sticky .navbar-expand-lg .navbar-nav {

    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

/*------------------header css-------------------*/

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
  width: 200px;
}

.navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.navbar-brand img {
  width:auto;
}

.upheadorder img {
  width: 100%;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #2e3d49;
  padding: 29px 10px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  outline: 1px solid transparent;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
a.nav-buttn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #6eb7b7;
    padding: 11px 40px;
    border: 1px solid #0c2666;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
}
a.nav-buttn:hover {
    background: #0c2666;
    color: #fff;
    border: 1px solid #fff;
}


.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.top-bg-menu {
    /* position: absolute; */
    top: 10px;
    left: 0px;
    width: 100%;
    z-index: 33;
    /* background: #0c2666; */
    /* padding: 10px 70px; */
}
/* .fixed-nav {
    position: fixed;
    top: 0;
    animation: smoothScroll .5s forwards;
    box-shadow: rgb(0 0 0 / 20%) 0 2px 6px 0;
    background: #0c2666;
    width: 100%;
    z-index: 999;
} */
.fixed-nav .navbar-brand img {
    width: auto;
}

.link-sec{ justify-content: end; }
.link-sec ul li input {
    margin-top: 10px;
    width: 600px;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #000;
    margin-right: 20px;
}

.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
}
/*.nav-link:hover{
        color: #00a7db !important;
}*/
/* .dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
} */
/* .dropdown-item {
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffa500;
}
.dropdown-menu {
    padding: 0;
} */


/*------------------ banner css-------------------*/


.banner:after {
    background: #495a58;
    position: absolute;
    content: '';
    height: 90%;
    width: 100%;
    top: 0px;
    z-index: -1;
}

.inner-bannerpages:after {
    background: #495a58;
    position: absolute;
    content: '';
    height: 70%;
    width: 100%;
    top: 0px;
    z-index: 9;
    left: 0;
    right: 0;
}
.homebanerleftimg {
    position: relative;
    top: -189px;
    z-index: 999;
    width: 100%;
}
.inner-banner {
    position: absolute;
    top: 45%;
    /* left: 5%; */
}
.homebanerleftimg img {
    width: 100%;
}

.banner-content {
    padding-top: 18%;
    padding-right: 0%;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.banner-content .banner-title {
    color: #fff;
    font-size: 53px;
    font-weight: 400;
    font-family: 'Cambria';
}
.banner-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 35px;
    padding: 15px 0px;
}

@keyframes walk {
    to {
        transform: translateX(100vw);
    }
}

@keyframes walkopacity {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.4;
    }
}

#offerSlider1 .owl-prev {
    position: absolute;
    bottom: 0%;
    right: 0px;
    display: block;
}

#offerSlider1 .owl-prev span {
    background-color: #b4b6b4;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    color: #000;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
#offerSlider1 .owl-prev span i {
    font-size: 40px;
}

#offerSlider1 .owl-next span {
    background-color: #6eb7b7;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
#offerSlider1 .owl-next span i {
    font-size: 40px;
}

#offerSlider1 .owl-next {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 100%;
}




#offerSlider1 .owl-dots {
    display: none;
}

/* .heightnav {
    height: 131px;
}
 */



















/* -----------------header-section-------------------} */
i.fa.fa-bars {
    color: #fff;
}

button.navbar-toggler.collapsed i {
    /* color: #f0287a; */
    color: #fff;
    font-size: 20px;
}



.navbar-expand-lg .navbar-collapse {
      justify-content: end;
}

.nav-icons {
    display: flex;
    justify-content: center;
}

.nav-icons li {
    padding: 5px 10px;
}

.btn-secondary {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    border-color: transparent; 
    letter-spacing: 1px;  
    font-family: 'Trump Gothic Pro';
    padding: 0;
}

.btn-secondary:hover {
    color: #f15623;
    background-color: transparent;
    border-color: transparent;  
    transition: 0.5s ease-in-out;
}
.navbar .nav-link {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    transition: 0.7s ease-in-out;
    letter-spacing: 1px;
     font-family: 'Manrope';
    padding: 0 !important;
}
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
    align-items: flex-start;
}
.navbar .nav-item {
    margin: 0 22px 0 22px;
}

.btn-sameuse a {
    font-size: 18px;
    background-color: #b88976;
    color: #fff;
    padding: 15px 20px;
    position: relative;
}
.btn-sameuse a::after {
    transform: skew(-16deg);
    right: 0;
    position: absolute;
    content: '';
    background-color: #b88976;
    z-index: -9;
    top: 0;
    left: -12px;
    height: 100%;
    width: 36px;
    border-radius: 8px 8px 0px 8px;
    transition: 0.5s ease-in-out;
}
.btn-sameuse a::before {
    transform: skew(16deg);
    right: -12px;
    position: absolute;
    content: '';
    background-color: #b88976;
    z-index: -9;
    top: 0;
    left: auto;
    height: 100%;
    width: 36px;
    border-radius: 8px 8px 8px 0;
    transition: 0.5s ease-in-out;
}
.btn-sameuse a:hover::after {
    transform: skew(16deg);
    width: 40px;
    left: -12px;
    /* background: #fff; */
}
.btn-sameuse a:hover::before {
    transform: skew(-16deg);
    width: 45px;
    /* background: #fff; */
}
.banner-content .btn-sameuse {
    display: flex;
    gap: 50px;
    margin-left: 20px;
}
.btn-sameuse {
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 20px;
}
.inner-page-headertop {
    display: flex
;
    gap: 30px;
    justify-content: right;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    transition: 0.6s ease-in-out;
}
.inner-page-headertop p {
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
}
.inner-page-headertop a {
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
    margin-left: 8px;
}
.navbar .nav-link:hover {
    color: #b88976;
    transition: 0.7s ease-in-out;
}

.nav-item {
    display: flex;
    align-items: center;
}


.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #ffffffd4;
    padding: 18px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}





.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}


.btn-secondary:focus {   
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}
.dropdown-menu {
    padding: 0;
}


.sub-menu li a {
    font-size: 16px;
    color: #000;
    padding: 5px 10px;
    font-weight: 500;
}

.sub-menu li:hover {
    background-color: #f15623;
    color: #fff;
}

.sub-menu li:hover a {
    color: #fff;
}


.inner-banner {
    position: relative;
}

@media (min-width: 992px) {
	.navbar .dropdown {
		position: relative;
	}

	.navbar .dropdown-menu {
		left: 0;
		right: auto;
		top: 100%;
		min-width: 240px;
		white-space: nowrap;
	}

	.navbar .dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
}







/* Overline From Left */
.hvr-overline-from-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;
  overflow: hidden;
}
.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    background: #d8d7c2;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: 
ease-out;
    transition-timing-function: 
ease-out;
    bottom: 0;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}


.home-gallery-sec6 #gallery {
    margin: 70px 0 0;
}





/* blog page details css  */
.topcolornav::after {
    content: '';
    position: absolute;
    top: -165px;
    width: 100%;
    left: 0;
    height: 200px;
    background: #495a58;
}
.blog-page.details {
    position: relative;
}
.search-blog-main {
    background: #fff;
    margin-left: 20px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
    padding: 18px 14px;
}
.post-details p {
    font-size: 16px;
    color: #be9928;
    line-height: 26px;
}
.widget .recent-posts-widget li .entry-meta {
    grid-area: 1 / 2;
    font-size: 13px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: var(--wdtPrimaryColor);
    gap: 3px;
}
.widget .recent-posts-widget li {
    display: grid;
    align-items: center;
    grid-template-columns: 150px auto;
    column-gap: 25px;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--wdtLinkHoverColor);
}
.entry-title a {
    font-size: 21px;
    color: #000;
}

.blog-details img {margin-bottom: 20px;}
.blog-details img {width: 100%;}

.content-blog-details p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.content-blog-details .blog3 {
    color: #000;
    font-size: 40px;
    font-weight: 400;
}





.title p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
     font-family: 'Manrope';
    line-height: 32px;
}
.btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-text {
  vertical-align: text-top;
  color: #000;
}
.btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-top-1,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-left,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-bottom-2{
  background-color: #000;
}

.btn-blog .edgtf-btn-box-border-left {
  background: #fff !important;
}
/* end here detail page  */


/* blog page  */

.blog-page {
    padding: 90px 0 80px;
    position: relative;
}
.blog-inner:hover img {
  transform: scale(1.1);
}

.blog3 a { font-size: 23px; font-weight: 700;color: #000;}
.content-blog p {font-size: 18px;font-weight: 400;color: #000;}
.blog3 a {
    font-size: 30px;
    font-weight: 400;
    color: #000000 !important;
    font-family: 'Cambria';
}
.blog-inner {
    box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    border: 1px solid #d2d1d1;
    height: 100%;
    position: relative;
}
.postblogname i {
    color: #b88976;
}
.blog-inner .bg-remove {
    width: 100%;
    overflow: hidden;
}
.content-blog {
    padding: 0px 20px 40px 20px;
}

.content-blog .btn-sameuse {
    text-align: left;
    margin-left: 20px;
    margin-top: 30px;
}
.entry-date {
    background: #495a58;
    color: #fff;
    width: fit-content;
    padding: 7px 13px;
    font-size: 13px;
    border-radius: 60px;
    position: relative;
    top: -24px;
}
.blogflexcard {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: flex-start;
}
.blog-inner img {
    transition: 0.5s ease-in-out;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
/* end here  */


/* 404 page */

.blog-page::after{
 content: '';
    top: -165px;
    background: #495a58;
    height: 200px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
}



.page-not-found::after {
    content: '';
    top: -165px;
    background: #495a58;
    height: 200px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
}
.page-not-found {
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.page-not-found img {width: 40%;}
a.home-back { color: #ffffff; background-color: #f15623; font-size: 20px; font-weight: 500; margin: 0; text-align: center; padding: 12px 30px; letter-spacing: 1px; transition: 0.5s ease-in-out;    border-radius: 8px;    border: 2px solid transparent;    transition: 0.5s ease-in-out;}
.page-not-found h5 {
    font-size: 50px;
    color: #000;
    font-family: 'Cambria';
}
.page-not-found p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 20px;
}
a.home-back:hover {background: #fff;color: #000000;border: 2px solid #000000;}
.page-not-found span {
    font-size: 300px;
    font-weight: 800;
    -webkit-text-stroke: 5px #495a58;
    color: #b88976;
    line-height: 310px;
    font-family: 'Manrope';
}
/* 404 page end */


/* thankyou page css */
.Thank-you {
    padding: 160px 0 80px;
    text-align: center;
    position: relative;
}
.Thank-you img {width: 40%;}
.Thank-you a.home-back { color: #ffffff; background-color: #f15623; font-size: 20px; font-weight: 500;margin: 0; text-align: center; padding: 12px 30px; letter-spacing: 1px; transition: 0.5s ease-in-out;    border-radius: 8px;    border: 2px solid transparent;    transition: 0.5s ease-in-out;}
.Thank-you h5 {
    font-size: 40px;
    margin: 15px 0 30px;
    color: #000000;
}
.Thank-you a.home-back:hover { background: #fff;color: #000000;border: 2px solid #000000;}
.Thank-you h3 {
    font-size: 210px;
    font-weight: 800;
    -webkit-text-stroke: 4px #495a58;
    color: #b88976;
    line-height: 230px;
    font-family: 'Manrope';
}
/* end here */






.bannerhome {
    padding: 90px 0 430px;
    background-image: url(../images/homebannerbg.webp);
    margin: 112px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-bannerhome img {
    width: 100%;
    border: 4px solid #000;
    background: #c1c1c1;
    padding: 5px;
    transition: 0.6s ease-in-out;
}

.inner-bannerhome {
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
    overflow: hidden;
}
.homebannertitle {
    font-size: 60px;
    padding-right: 30%;
    line-height: 75px;
    font-weight: 400;
    margin-bottom: 30px;
}
.inner-bannerhome:hover img {
    transform: scale(1.1);
}
.bannertexthome {
    margin: 130px 0 0px 50px;
    position: absolute;
    bottom: 70px;
}



.inner-innerhomesec2.right .btn-sameuse {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}
.inner-innerhomesec2.right {
    margin-left: 100px;
}
.inner-innerhomesec2.right img {
    border-radius: 10px;
    margin-bottom: 20px;
}
.inner-innerhomesec2.right p {
    font-size: 18px;
    font-weight: 300;
}
.homesec2 {
    margin-top: -50px;
}

.hometitlesame {
    font-size: 60px;
    font-weight: 400;
    font-family: cambria;
}
.inner-innerhomesec2.left img {
    margin: 40px 0px 0 0px;
    border-radius: 10px;
}
.inner-innerhomesec2.left .hometitlesame {
    padding-right: 37px;
    text-align: left;
}
.homesec3 {
    margin: 100px 0 0;
    padding: 100px 0;
    position: relative;
}



.homesec3::after {
    content: '';
    background: #495a58;
    top: 0;
    width: 100%;
    height: 78%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -9;
}

.head-homesec2 p {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}
.head-homesec2 .hometitlesame {
    text-align: center;
    color: #fff;
}
.head-homesec2 {
    text-align: center;
    margin-bottom: 50px;
}


.home-services-sec2 {
    padding: 112px 40px;
    background: #000;
    margin-top: -27px;
    position: relative;
}
.home-service-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* height: 100%; */
    transition: .7s ease-in-out;
    border-radius: 10px;
}

.home-service-card .home-title {
    color: #fff;
    font-size: 90px;
    font-style: italic;
    line-height: 100px;
}
.home-service-card p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0;
}

.service-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 55px;
    transition: 0.7s ease-in-out;
    padding: 0 15px;
    font-family: 'Manrope';
	color: #fff;
}
.home-service-card:hover .home-service-text {
    height: 43%;
    bottom: 0px;
    padding: 15% 0px 0px 0px;
    background-image: linear-gradient(to bottom, rgb(5 37 64 / -35%), rgb(0 0 0 / 90%), rgb(0 0 0));
}
.home-service-card:hover img {
    transform: scale(1.1) rotate(-3deg);
}
.services-img img {
    transition: 0.7s ease-in-out;
}
.home-service-card:hover .service-title {
    margin-bottom: 25px;
    transition: 0.7s ease-in-out;
}
.home-service-greencard {
    background-color: #cc5500;
    height: 100%;
    padding: 40px 25px 20px 25px;
    border-radius: 8px;
}
.home-service-greencard .home-title {
    font-size: 70px;
    line-height: 80px;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp{
  0%{transform:translate(0px, 200px); opacity: 1;}
  100%{transform:translate(0px, 0); opacity: 1;}
  
}
.fadeInUp{animation:fadeInUp 3s ease backwards;}



.home-service-greencard p {
    padding: 15px 0px;
}


.overflowbnner{
    overflow: hidden;
}

.home-service-text {
    position: absolute;
    height: 140px;
    width: 100%;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    padding: 65px 0px 0px;
    color: #fff;
    background-image: linear-gradient(to bottom, rgb(5 37 64 / 0%), rgb(0 0 0 / 71%), rgb(0 0 0 / 79%));
    transition: .7s ease-in-out;
}


.inner-homesec4left img {
    width: 100%;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
}

.inner-homesec4left:hover img {
    transform: scale(1.1) rotate(-3deg);
}
.inner-homesec4left {
    overflow: hidden;
    border-radius: 10px;
}
.box1 {
    background: #b88976;
}
.inner-homesec4right {
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid transparent;
}
.img-box:hover img {
    transform: scale(1.1);
}
.inner-homesec4left.right .hometitlesame {
    margin-bottom: 30px;
}
.homesec4cardtitle {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 33px;
}
.inner-homesec4right.box2 {
    background: #495a58;
}
.inner-homesec4right.box3 p {
    color: #000;
}

.inner-homesec4right.box3 .homesec4cardtitle {
    color: #000;
}
.inner-homesec4right.box3 {
    background: #e5e3dc;
}

.inner-homesec4right.box4 {
    background: #000;
}
.inner-homesec4right p {
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    line-height: 30px;
    margin: 0;
}

.img-box img {
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
.img-box {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
}
#gallery {
    padding: 0px 50px 90px;
    margin-top: -60px;
}







#gallery .col-md-3 {
    padding: 0 3px;
}
.head-galleryhome {
    text-align: center;
    padding: 0 20%;
}
.head-galleryhome p {
    font-size: 18px;
    font-weight: 300;
}

.img-box a {
    width: 100%;
}

.flex-galleryhomebox {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: flex-end;
}
.homeformsec{
    background-image: url('../images/formbg.webp');
    padding: 100px 0;
}
.flex-formlocation {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.inner-frmhomeleft {
    background: #fff;
    padding: 30px 90px 30px 30px;
    border-radius: 10px;
    height: 100%;
}

.inner-frmhomeleft p {
    font-size: 21px;
    color: #000;
    font-weight: 300;
    margin: 30px 0;
    line-height: 32px;
}
.inner-frmhomeright {
    padding: 160px 30px 60px;
    position: relative;
    background-image: url(../images/formbgshape.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



.inner-homesec4right:hover p {
    color: #000;
}
.inner-homesec4right:hover .homesec4cardtitle {
    color: #000;
}
.inpuboxform input::placeholder,.inpuboxform textarea::placeholder  {
    color: #fff;
}
.inpuboxform input {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 15px;
}
.inner-frmhomeright form {
    z-index: 99;
    position: relative;
}
.inpuboxform textarea {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 15px;
    height: 210px;
}
.submit-btn::before {
    transform: skew(16deg);
    right: -23px;
    position: absolute;
    content: '';
    background-color: #b88976;
    z-index: -9;
    top: -1px;
    left: auto;
    height: 58px;
    border: 1px solid #fff;
    width: 36px;
    border-radius: 10px 10px 10px 0;
    transition: 0.5s ease-in-out;
}
.submit-btn::after {
    transform: skew(-16deg);
    right: 0;
    position: absolute;
    content: '';
    background-color: #b88976;
    z-index: -9;
    top: -1px;
    left: -25px;
    height: 58px;
    border: 1px solid #fff;
    width: 36px;
    border-radius: 10px 10px 0px 10px;
    transition: 0.5s ease-in-out;
}

.submit-btn:hover::before {
    transform: skew(-16deg);
    border-radius: 0px 10px 10px 0px;
}

.submit-btn:hover::after {
    transform: skew(16deg);
    border-radius: 10px 0 10px 10px;
}

.submit-btn {
    font-size: 19px;
    background-color: #b88976;
    color: #fff;
    padding: 13px 20px;
    position: relative;
    transition: 0.7s ease-in-out;
    border: 0;
    width: fit-content;
    margin-left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.submit-btn input {
    font-size: 18px;
    background-color: #b88976;
    color: #fff;
    position: relative;
    padding: 0;
    transition: 0.7s ease-in-out;
    border: 0;
}
.contact-button {
    z-index: 9;
    margin: 15px 0 0;
}



.inner-footer h6 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.inner-footer ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    transition: 0.5s ease-in-out;
    font-weight: 300;
    margin-bottom: 2px;
}
.contact-button .wpcf7-spinner {
    position: absolute;
    right: -100px;
}

.contact-button p {
margin-bottom:0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background: #ffffffd4;
    padding: 0;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    width: auto;
    border: none;
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 5px;
	 top: 25px;
}

.copy-right p {
    color: #fff;
    margin: 0;
}
.adress-phone a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    transition: 0.7s ease-in-out;
}
.flex-add1 img {
    height: fit-content;
    width: 23px;
    margin-right: 8px;
}

.socials-iconfoot i {
    margin-right: 10px;
    font-size: 24px;
    color: #fff;
    position: relative;
    /* background: #232222; */
    z-index: 99;
    /* padding: 11px; */
    width: 50px;
    line-height: 48px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s ease-in-out;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    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.3s;
    transition-duration: 0.3s;
    width: 50px;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b88976;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -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-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.socials-iconfoot {
    margin: 25px 0 0;
    display: flex;
    gap: 6px;
}
.copy-right {
    border-top: 1px solid #7a7a7a;
    padding: 30px 0;
    text-align: center;
    margin-top: 60px;
}
.footer-main {
    padding: 100px 40px 0px;
    background: #495a58;
    position: relative;
}
.inner-footer h6 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Cambria';
}

.logofooter {
    margin-bottom: 30px;
}


.inner-footer  a:hover {
    color: #ddb6a6;
}   

.inner-footer  a {
 position: relative;
}   


/* Sweep To Left */
.hvr-sweep-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.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    bottom: 0;
    background: #fff;
    border: 1px solid #000;
    -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.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.inner-footer ul li a:hover:before, a:hover .inner-footer ul li a:before {
    transform: scaleX(1);
    transform-origin: left;
}
.inner-footer ul li a:before {
    background-color: #ddb6a6;
    bottom: var(--bottom);
    content: "";
    height: 0.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);
    bottom: -4px;
}

.inner-innerhomesec2.left {
    text-align: right;
}





/* testimonials page  */

.innerbannertext {
    position: absolute;
    z-index: 99;
    bottom: 42%;
    left: 50px;
    max-width: 36%;
}

.innerbannertitle {
    font-size: 60px;
    color: #fff;
    font-family: cambria;
    margin-bottom: 40px;
}

.inner-bannermainleftclass .btn-sameuse {
    display: flex;
    gap: 60px;
    margin-left: 20px;
}
.testimonialspage .mb-5 {
    margin-bottom: 75px !important;
}
.titlereview {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 0;
}

.inner-testipage p {
    font-size: 18px;
    color: #2a2222;
}
.testimonialspage {
    padding-bottom: 50px;
}
.title-tetsireview {
    margin: 10px 0 0;
}
.inner-testipage {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 20px 30px 60px;
    text-align: center;
    border: 1px solid #dcdbdb;
    border-radius: 10px;
}
.flex-testipagebox img {
    height: fit-content;
}

.mid-reviewimg {
    position: relative;
    top: -50px;
    border-radius: 50%;
}
.flex-testipagebox {
    display: flex;
    justify-content: center;
    gap: 70px;
}
/* end here  */





/* about us page css  */


.aboutsec1contentbox {
    padding: 100px 0 0;
}
.aboutsec1imgbox img {
    border-radius: 10px;
}
.aboutsec1imgbox {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.about-sec1 {
    margin-top: -50px;
    padding-bottom: 100px;
}
.callfixed {
    position: fixed;
    right: 5px;
    border-radius: 50%;
    top: 50%;
    z-index: 9999;
    background: #b88976;
    padding: 20px;
    border: 1px solid #fff;
}
.innerabotsec2image {
    float: left;
    padding-right: 50px;
}
.callfixed i {
    font-size: 28px;
    color: #fff;
}
.aboutsec2 {
    background: #495a58;
}
.innerabotsec2content {
    padding: 150px 0 0;
}
.innerabotsec2content .hometitlesame {
    color: #fff;
}
.tileworksec1 .aboutsec3contentbox {
    padding: 0;
}
.aboutsec3contentbox {
    padding: 50px 0 0;
}
.innerabotsec2content p {
    color: #fff;
}

.about-sec3 {
    padding: 110px 0;
}
.aboutsec3imgbox img {
    border-radius: 10px;
}
.aboutsec3imgbox {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.aboutpagelastgallery #gallery {
    margin-top: 0;
    padding-left: 40px;
    padding-top: 0;
    padding-right: 40px;
}
/* end here  */






/* contact page css  */
.addresstitlecontact {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    font-family: 'Cambria';
}

.inner-leftcontact a {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
}
.inner-leftcontact img {
    border-radius: 10px;
    width: 100%;
}

.innerformbox input {
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    width: 100%;
    margin-bottom: 8px;
}

.innerformbox Select {
    padding: 16px 15px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    width: 100%;
    margin-bottom: 10px;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-origin: content-box;
    background-position: right;
    background-size: 7%;
    background-repeat: no-repeat;
}


.innerformbox textarea {
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    width: 100%;
    height: 250px;
     margin-bottom: 10px;
}

.innerformbox input::placeholder {
    color: #000;
}



.innerformbox textarea::placeholder {
    color: #000;
}


.contact-map {
    line-height: 0;
    padding: 70px 0 0;
}
.contact-map iframe {
    height: 790px;
    line-height: 0;
    padding: 0;
}
/* end here  */



.ourworkpage #gallery {
    margin-top: -140px;
}



#menu-header-menu .dropdown-item {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    padding: 6px 15px 6px;
    position: relative;
}


#menu-header-menu .dropdown-item:hover {
    color: #b88976;
    transition: 0.7s ease-in-out;
}

#menu-header-menu .dropdown-item:hover:before, a:hover #menu-header-menu .dropdown-item:before {
    transform: scaleX(1);
    transform-origin: left;
}
#menu-header-menu .dropdown-item:before {
    background-color: #b88976;
    bottom: var(--bottom);
    content: "";
    height: 0.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);
    bottom: 0px;
}





/* service tile work page css  */
.tileworksec2 .innerabotsec2content {
    padding-top: 0;
}
.tileworksec1 {
    padding-top: 0;
}
.tileworksec3 .aboutsec3contentbox {
    padding-top: 0;
}
.tileworksec2 {
    padding: 80px 0 40px;
}
.tileworksec2 .innerabotsec2image {
    float: right;
    margin-left: 20px;
    margin-bottom: -100px;
    position: relative;
    top: 30px;
}
.tileworksec2 .innerabotsec2image img {
    border-radius: 10px;
}
.tileworksec3 {
    padding: 200px 0 100px;
}
/* end hre  */


.bannerbottomlogo img {
    height: fit-content;
}
.bannerbottomlogo {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
    top: 90px;
}

.contact-map p {
    margin: 0;
    line-height: 0;
}

.inner-frmhomeright .wpcf7-response-output {
    color: #fff;
    font-size: 14px !important;
    margin: 20px 0 0 !important;
}

.innerabotsec2content ul li {
    color: #fff;
    margin-bottom: 10px;
    list-style: inside;
}
.innerabotsec2content h5 {
    color: #fff;
}
.entry-image img {
    width: 100%;
}
.entry-image a {
    width: 100%;
}
section.home-gallery-sec6 {
    padding-top: 70px;
}

/* ratna css start */

.full-content-box{ text-align:center; margin-bottom:40px;}
.text-center{ text-align:center;}
.text-left{ text-align:left !important;}
.service-section1{ padding:60px 0px; background:#f7f3f1;}
.service-content ul{ padding:20px;}
.service-content ul li{ list-style:disc; margin-bottom:5px;}
.serviceimgbox img {
	max-width:100%;
    border-right: 2px dashed #495a58;
    border-bottom: 2px dashed #495a58;
    border-radius: 0px 25px 25px 0px;
    border-left: 4px solid #495a58;
	box-shadow:0px 15px 15px -10px #495a58;
}
.white-text, .white-text p{ color:#fff;}
.service-section2dark{padding:60px 0px; background: #495a58;}
.custom-textbox p{margin-left:0px !important; padding-left:0px !important;}

.slider{
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.slides{
  display: flex;
  transition: transform 0.5s ease;
}

.slide{
  min-width: 100%;
}

.slide img{
  width: 100%;
  display: block;
}

.prev,
.next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.prev{
  left: 10px;
}

.next{
  right: 10px;
}

.accordion-button {
    color: #fff !important;
    background-color: #b88976 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {filter: brightness(20) !important;}
.accordion-button::after{filter: brightness(20) !important;}
.blog-page.details h1{font-size:3rem; margin:25px 0px 15px 0px; color:#495a58; font-weight: 900;}
.blog-page.details h2{font-size:2rem; margin:25px 0px 15px 0px; color:#495a58; font-weight: 600;}
.blog-page.details h3{font-size:1.8rem; margin:25px 0px 15px 0px; color:#495a58; font-weight: 600;}
.blog-page.details h4{font-size:1.5rem; margin:25px 0px 15px 0px; color:#495a58; font-weight: 600;}
.blog-page.details h5{font-size:1.2rem; margin:25px 0px 15px 0px; color:#495a58; font-weight: 600;}

.blog-page.details ul, .blog-page.details ol{padding-left:20px; margin-bottom: 30px;}
.blog-page.details ul li, .blog-page.details ol li{margin-bottom:5px;}
.blog-page.details ul li{list-style:disc;}
.blog-page.details ol li{list-style:numbers;}
.blog-details img {
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px dashed #b88976;
    box-shadow: 0px 15px 20px -10px #495a58;
}

@media(max-width:768px){
  .prev,.next{
    font-size:20px;
    padding:8px 10px;
  }
}



/* ratna css end */





/* -----------media-query-------------- */

@media (max-width: 1600px) {
.banner-content .banner-title {font-size: 46px;  line-height: 57px;}
.navbar-brand img {width: 390px;}
.banner:after { height: 93%;}
.banner-content p {font-size: 20px;line-height: 30px;padding: 15px 0px;}
.page-header { padding: 25px 25px 0;}
.banner-content {padding-top: 12%;padding-left: 30px;}
.hometitlesame { font-size: 54px;}
.homesec3 {margin: 90px 0 0; padding: 90px 0;}
#gallery { padding: 100px 0;}
.submit-btn::before, .submit-btn::after { top: -1px; height: 104%;}
.submit-btn {font-size: 18px;}
.page-not-found::after { height: 180px;}
.Thank-you h3 {font-size: 170px;line-height: 180px;}
.Thank-you { padding: 90px 0;}
.innerbannertitle {font-size: 56px; margin-bottom: 30px;}
.btn-sameuse a { font-size: 18px; padding: 12px 18px;}
.innerbannertext { bottom: 40%;}
.about-sec1 {padding-bottom: 80px;}
.innerabotsec2content {padding: 70px 0 0;}
.innerabotsec2image {float: left; padding-right: 40px;width: 790px;}
 .innerabotsec2content p {color: #fff;font-size: 17px; margin-left: 10px;}
.about-sec3 { padding: 100px 0 80px;}
.aboutsec1imgbox,.aboutsec3imgbox {width: 639px;}
.aboutsec3contentbox {padding: 30px 0 0;}
p {font-size: 17px;}
.ourworkpage #gallery {margin-top: -160px !important; padding-top: 0;}
.testimonialspage {padding-bottom: 40px; margin-top: -40px;}
.inner-testipage {padding: 20px 30px 50px;}
.contactsec1 {margin-top: -70px;}
.contact-map iframe {height: 570px;}
.tileworksec1 { padding-top: 0; margin-top: -60px; padding-bottom: 70px;}
.tileworksec3 {padding: 180px 0 80px !important;}
.bannerbottomlogo { top: 80px;}
.bannerbottomlogo img {height: fit-content; width: 28%;}	
#foogallery-gallery-167 .fg-image {width: 340px !important;}	
.post-details p {font-size: 16px;color: #be9928;line-height: 26px; margin-bottom: 5px;}	
.widget .recent-posts-widget li .entry-meta { display: block;}
.entry-title a {font-size: 19px;color: #000;line-height: 23px;}	
.home-gallery-sec6 #gallery {margin: 0px 0 0;padding: 0px 50px 90px;}
.blog-page::after{    height: 180px;}	
.page-not-found span {font-size: 260px;line-height: 260px;}	
.page-not-found {padding: 60px 0;}	
	
	
}


@media (max-width: 1440px) {
.page-header {padding: 22px 22px 0;}
.navbar-brand img {width: 340px;}
.banner-content {padding-top: 10%;padding-left: 30px;}
.banner-content .banner-title {font-size: 42px; line-height: 54px;}
.homesec2 { margin-top: -80px;}
.banner:after { height: 85%;}
.banner-content p { font-size: 19px;line-height: 29px;padding: 2px 0px;}
.btn-sameuse a {font-size: 17px;padding: 12px 18px;}
.page-header.is-sticky .navbar-brand {padding: 10px 15px;}
.hometitlesame {font-size: 45px; }
.inner-innerhomesec2.right {margin-left: 60px;}
.inner-innerhomesec2.right p {font-size: 17px;font-weight: 300;}
.homesec3 {margin: 80px 0 0; padding: 70px 0;}
.inner-homesec4left img { height: 100%; object-fit: cover;}
.inner-homesec4left { height: 100%;}
#gallery {padding: 90px 0;}
.homeformsec {padding: 80px 0;}
.footer-main { padding: 80px 40px 0px;}
.flex-add1 {display: flex;align-items: flex-start;}
.copy-right { margin-top: 40px;}
.page-not-found::after {  height: 160px;}
.page-not-found span { font-size: 250px;line-height: 250px;}
.page-not-found { padding: 60px 0;}
.innerbannertitle {font-size: 54px;margin-bottom: 28px;}
.innerabotsec2image { float: left;padding-right: 30px;width: 750px;}
.innerabotsec2content {padding: 35px 0;}
.aboutsec3contentbox {padding: 30px 0;}
.aboutsec1imgbox, .aboutsec3imgbox {width: 599px;}
.about-sec3 {padding: 90px 0 60px;}
.aboutpagelastgallery #gallery { padding-bottom: 80px;}
.inner-bannerpages:after {height: 61%;}
.innerbannertext {bottom: 45%;}
.about-sec1 {padding-bottom: 70px;}
 .about-sec3 {  padding: 80px 0 0px; }
.aboutsec3contentbox { padding: 0px 0;}
.aboutsec1contentbox { padding: 0px 0 0;}
.inner-testipage p {font-size: 17px;color: #2a2222;}
.submit-btn::before, .submit-btn::after {top: -1px;height: 55px;}
.innerformbox textarea { padding: 13px 14px;height: 200px;}
.innerformbox input {padding: 13px 14px;}
.innerformbox textarea {padding: 16px 15px;}
.innerformbox select {padding: 13px 12px;}
.contact-map {line-height: 0;padding: 40px 0 0;}
.inner-leftcontact a { font-size: 17px;}
#menu-header-menu .dropdown-item { font-size: 16px;padding: 5px 15px 5px;}
.submit-btn {font-size: 18px;padding: 11px 20px;}
.tileworksec2 .innerabotsec2image {float: right;margin-left: 20px;margin-bottom: 0;position: inherit;top: 30px;width: 600px;}
.tileworksec2 {padding: 70px 0;}
.tileworksec3 { padding: 90px 0 70px !important;}
.innerbannertitle {font-size: 50px;margin-bottom: 30px;}
.tileworksec1 {padding-top: 0 !important;padding-bottom: 60px;}
.bannerbottomlogo {top: 70px;}
 .testimonialspage {padding-bottom: 20px;margin-top: -50px;}	
.innerformbox .wpcf7-not-valid-tip {font-size: 15px;margin-top: -8px;}	
.contact-map iframe {height: 470px;}
.content-blog-details .blog3 {font-size: 37px;}	
.home-gallery-sec6 #gallery {padding: 70px 30px;} 
.blog-page::after {height: 150px;}	
.blog-page { padding: 60px 0 60px;}
.blog3 a { font-size: 28px;}	
.content-blog { padding: 0px 20px 30px 20px;}
 #foogallery-gallery-167 .fg-image {width: 330px !important;height: 100%;}	
.ourworkpage #gallery {margin-top: -170px !important;padding-top: 0;h}
.fg-item-inner { height: 100%;}
.aboutpagelastgallery {padding-top: 0 !important;}
	
	
	
	
}


body, html { overflow-x: hidden;}
@media (max-width: 1400px) {
.page-header {padding: 22px 42px 0; }
.banner-content {padding-top: 10%; padding-left: 50px;}
.banner-content .banner-title {font-size: 39px; line-height: 52px;}
.banner:after {height: 69%;}
.inner-bannerpages:after {height: 51%;}
.innerbannertext {bottom: 54%;}
.tileworksec1 {padding-top: 0 !important; margin-top: -60px;padding-bottom: 70px;}
.tileworksec2 .innerabotsec2content {padding-top: 0; padding-bottom: 20px;}
.tileworksec3 { padding: 80px 0 60px !important;}
 #foogallery-gallery-167 .fg-image {width: 323px !important;}
	
	
	
}



@media (max-width: 1366px) {
.banner:after {height: 98%;}
 .page-header { padding: 22px 32px 0;}
.banner-content .banner-title { font-size: 37px; line-height: 50px;}
.innerformbox input {padding: 14px 15px;}
.navbar-brand img {width: 320px;}
 .contact-map iframe { height: 400px;}
.banner-content p { font-size: 18px; line-height: 28px; padding: 2px 0px;}
.banner-content { padding-top: 8%;padding-left: 30px;}
 .hometitlesame { font-size: 45px;}
.testimonialspage { padding-bottom: 20px;margin-top: -60px;}
 .inner-innerhomesec2.right { margin-left: 40px;}
.home-service-card:hover .home-service-text {height: 47%;}
.inner-bannerpages:after {height: 72%;}
.ourworkpage #gallery { margin-top: -70px; padding-top: 0;padding-bottom: 70px;}
.innerbannertext {bottom: 36%;}
.innerbannertitle {font-size: 45px;margin-bottom: 23px;}
.btn-sameuse a {font-size: 17px; padding: 11px 13px;}
.aboutsec1imgbox, .aboutsec3imgbox {width: 569px;}
.innerabotsec2content p { padding-left: 10px;}
 #menu-header-menu .dropdown-item {font-size: 15px;padding: 6px 15px 6px; }
.home-service-card:hover .home-service-text {height: 47%;}
.inner-footer ul li a {font-size: 17px;line-height: 33px;}
.adress-phone a {font-size: 17px;}
.footer-main { padding: 70px 35px 0px; }
 #foogallery-gallery-167 .fg-image {width: 313px !important;height: 100%;}
.innerformbox input::placeholder{font-size:14px;}	
.innerformbox textarea::placeholder{font-size:14px;}	
.innerformbox select { padding: 13px 12px; font-size: 14px;}
.submit-btn input { font-size: 17px;}	
.submit-btn {font-size: 18px;padding: 10px 20px;}	
.submit-btn::before, .submit-btn::after {top: -1px;height: 52px;}
.inner-homesec4right p {font-size: 17px;line-height: 29px;}
.inner-homesec4right {padding: 25px 20px;}	
.inpuboxform input::placeholder {font-size: 15px;}
.inpuboxform textarea::placeholder {font-size: 15px;}
.inpuboxform textarea{padding: 12px 17px; margin-bottom: 5px;}
.inpuboxform input {padding: 12px 17px; margin-bottom: 5px;}
.inner-frmhomeleft p {font-size: 18px;margin: 20px 0; line-height: 32px;}
 .page-not-found::after {height: 145px;}
.page-not-found {padding: 30px 0 60px;}
.Thank-you h3 {font-size: 130px;line-height: 130px;}
.Thank-you h5 {font-size: 32px;margin: 15px 0 30px;}
.blog-page::after { height: 130px;}
.blog-page {padding: 40px 0 60px;}	
.content-blog-details p {font-size: 17px;line-height: 30px;}
.page-not-found span {font-size: 200px;line-height: 200px;}	
.page-not-found h5 {font-size: 40px;}	
.aboutpagelastgallery #gallery {padding-top: 50px;}	
	
	
}





@media (max-width: 1280px) {
.inner-bannerpages:after {height: 48%;}
.innerbannertitle { font-size: 42px; margin-bottom: 17px;}
.innerbannertext {bottom: 56%;left: 30px;}	
.page-header {padding: 20px 30px 0;}
.about-sec1 {padding-bottom: 60px;margin-top: -80px;}	
.innerabotsec2image {float: left;padding-right: 20px;width: 700px;padding-bottom: 10px;}
.aboutsec1imgbox, .aboutsec3imgbox {width: 539px;}
 .copy-right {margin-top: 30px;padding: 20px 0;}	
.btn-sameuse a {font-size: 17px;padding: 10px 11px;}	
.navbar .nav-item {margin: 0 18px 0 18px;}	
.tileworksec1 { padding-top: 0 !important;margin-top: -80px;padding-bottom: 50px;}	
.tileworksec2 .innerabotsec2image {width: 480px;}	
.tileworksec3 { padding: 70px 0 50px !important;}	
#foogallery-gallery-167 .fg-image { width: 291px !important;}
.inner-testipage {padding: 20px 20px 40px;}	
.contact-button {margin: 0px 0 0;}
.innerformbox textarea { padding: 16px 15px; height: 160px; }
.banner:after {height: 66%;}
.bannerbottomlogo {top: 60px; }
.homesec3 { margin: 70px 0 0;padding: 50px 0;}	
.head-galleryhome {padding: 0 10%;}
.inpuboxform textarea { height: 180px;}
.navbar-brand img {width: 280px;}
.widget .recent-posts-widget li {column-gap: 14px;}
.page-not-found::after {height: 134px;}
 .banner-content { padding-top: 2%;}
.banner-content .banner-title {font-size: 32px; line-height: 40px;}	
	
	
}




@media (max-width: 1152px) {
.navbar .nav-item {margin: 0 16px 0 16px;}
.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {font-size: 16px;}	
.page-header {padding: 15px 25px 0;}	
.innerbannertext {bottom: 53%;left: 25px;}
.navbar-brand img {width: 260px;}
.inner-bannerpages:after {height: 51%;}
.aboutsec1imgbox, .aboutsec3imgbox {width: 429px;}	
.innerabotsec2image {width: 540px;}
.innerabotsec2content {padding: 30px 0;}	
.footer-main {padding: 60px 25px 0px;}
.socials-iconfoot i {font-size: 22px;width: 40px; line-height: 38px;height: 40px;}	
.hvr-sweep-to-bottom:before { width: 40px;	}
.socials-iconfoot {gap: 0px;}	
.logofooter {width: 80%;}	
.page-header.is-sticky .navbar-brand { padding: 10px 15px; width: 20%;}
#foogallery-gallery-167 .fg-image {width: 257px !important;}
.banner-content { padding-top: 2%;padding-left: 25px;}	
.inner-innerhomesec2.left .hometitlesame { padding-right: 0; text-align: left;}
.banner-content .banner-title {font-size: 33px;line-height: 47px; }
.banner-content p {font-size: 17px;line-height: 26px;padding: 2px 0px; }
.heightnav { height: 114px;}
.homesec2 {margin-top: -50px;}	
.service-title {font-size: 22px;}
.hometitlesame {font-size: 41px;}	
.homeformsec { padding: 60px 0; }
.inner-homesec4right {padding: 20px 15px;}
.hometitlesame {font-size: 38px; }
.inner-frmhomeright { padding: 100px 30px 60px;}
.page-not-found::after {height: 165px;}
.Thank-you h3 {font-size: 110px;line-height: 110px;}    
.page-not-found {padding: 50px 0 40px;}
.blog-page::after {height: 167px;}	
.widget .recent-posts-widget li { display: block;}	
.widget .recent-posts-widget li .entry-meta {display: block; margin: 10px 0 8px;}
.content-blog-details .blog3 {font-size: 32px;}
.ourworkpage #gallery {margin-top: -150px !important;padding-top: 0;}	
	
	
}



@media (max-width: 1024px) {
.inner-bannerpages:after {height: 48%;}
.innerbannertext { bottom: 57%; left: 20px;}
.aboutpagelastgallery #gallery {padding-bottom: 60px;padding-left: 30px;padding-right: 30px;}
.hometitlesame {font-size: 37px;}
.head-galleryhome { padding: 0 10%;}
.page-header {padding: 15px 20px 0;}
.about-sec3 {padding: 60px 0 30px;}
.innerbannertitle {font-size: 38px;margin-bottom: 15px;}
.tileworksec1 {padding-top: 0 !important;margin-top: -80px;padding-bottom: 40px !important;}
.innerabotsec2content p {padding: 0;margin: 0; }	
.tileworksec2 {padding: 60px 0 30px;}	
.ourworkpage #gallery {margin-top: -100px; padding-top: 0;padding-bottom: 60px;}
#foogallery-gallery-167 .fg-image {width: 241px !important;}	
.testimonialspage {padding-bottom: 0px;margin-top: -80px;}
.innerformbox input {padding: 9px 13px;margin-bottom: 0;}
.innerformbox select {padding: 9px 12px;font-size: 14px;}
.banner-content .banner-title {font-size: 29px;line-height: 36px;}	
.navbar-brand img {width: 230px; }	
.banner:after {height: 60%;}
.banner-content p { font-size: 16px;line-height: 24px;padding: 0px 0px;}
.bannerbottomlogo { top: 40px;}
.homesec2 {margin-top: -20px;}	
.page-not-found {padding: 30px 0 40px;}
 .service-title {font-size: 20px;}
.homebanerleftimg { top: -167px;}
.callfixed i {font-size: 20px;}
.callfixed {right: 1px;padding: 15px; line-height: 0px;}
.inner-bannerpages .homebanerleftimg {top: -138px;}	
.innerabotsec2content {padding: 30px 10px;}
.innerabotsec2content h5 {color: #fff;margin: 20px 0 5px;}
.inner-testipage p {font-size: 16px;line-height: 29px; }
.flex-testipagebox {margin-bottom: -20px;}
.inner-testipage {padding: 20px 20px 40px; }	
.aboutpagelastgallery #gallery {padding-top: 0px;}
	
	
	
	
}





@media (max-width: 991px) {
.navbar-toggler{display:none;}
 .page-header {padding: 14px 20px;       background: #000;backdrop-filter: blur(10px);}
#rmp_menu_trigger-162 {width: 55px; height: 55px;position: fixed;top: 23px !important;right: 2% !important; background: #b88976 !important;border-radius: 50% !important;}
.page-header.is-sticky .navbar-brand {background: none;width: auto; padding: 0;}
.page-header.is-sticky #rmp_menu_trigger-162 {top: 18px !important;}
.container {max-width: 98%;}	
.inner-bannerpages:after {height: auto;display:none; }
.inner-bannerpages {background: #495a58;}
.heightnav {height: 98px; }
.inner-bannerpages:after { height: 51%;}
.innerbannertext { bottom: 53%; left: 20px;}
.homebanerleftimg {top: 0;}	
.about-sec1 {padding-bottom: 60px;margin-top: 0;padding: 60px 0;}
.footer-main {padding: 50px 10px 0px;}	
.copy-right {margin-top: 30px;padding: 15px 0px;text-align: left;}
.inner-footer h6 {font-size: 34px;margin-bottom: 6px;margin-top: 13px;}
.socials-iconfoot {gap: 0px;margin: 10px 0 0;}
#rmp-menu-wrap-162 .rmp-menu-current-item .rmp-menu-item-link {background-color: #b88976 !important}	
.glightbox-clean .gprev {top: 50% !important;}	
.glightbox-clean .gnext {top: 50% !important;}	
.page-header.is-sticky {z-index: 99999;}	
#rmp-container-162 {z-index: 999999 !important;	}
.tileworksec1 { padding-top: 60px !important;margin-top: 0;padding-bottom: 40px !important;}
.ourworkpage #gallery {margin-top: 0; padding-top: 50px;padding-bottom: 60px;}	
.testimonialspage { padding-bottom: 0px; margin-top: 0;padding: 70px 0 0;}
.testimonialspage .mb-5 { margin-bottom: 55px !important;}	
.contactsec1 {margin-top: 40px;}
.contactsec1 .mb-5 { margin-bottom: 30px !important;}	
.addresstitlecontact { font-size: 28px;}	
.submit-btn {font-size: 17px; padding: 8px 17px; }
.submit-btn::before, .submit-btn::after {top: -1px; height: 49px;}
.contact-button .wpcf7-response-output {font-size: 14px !important;margin: 20px 0 0 !important;}
.innerformbox .wpcf7-not-valid-tip {font-size: 15px; margin-top: 0px; }
.homesec2 { margin-top: 70px;}
.bannerbottomlogo { top: 20px;justify-content: left;margin-left: 20px;}
.banner:after {height: 61%;}
.hometitlesame {font-size: 34px;}
.home-gallery-sec6 #gallery {padding: 60px 0; }
.blog-page {padding: 50px 0 50px;}
.inner-homesec4left{height:auto !important;}
.inner-homesec4left img {height: inherit !important; object-fit: cover; }	
.ourworkpage #gallery { margin-top: 0px !important; padding-top: 0;}
.inner-bannerpages .homebanerleftimg {top: 0;}
.acallfiexd{display:block;}
.aboutpagelastgallery #gallery {padding-top: 0px !important;}
	
	
}





@media (max-width: 912px) {
.innerbannertext {bottom: 71%;left: 20px;}
.btn-sameuse a {font-size: 16px;padding: 10px 6px;}
.innerabotsec2image {width: 420px;}
.banner:after {height: 34.3%;}
.inner-bannerpages .homebanerleftimg {top: 0;}
.banner-content { padding-top: 9%;padding-left: 17px;}
.heightnav { height: 74px;}	
.home-service-card:hover .home-service-text { height: 56%;}
.tileworksec2 .innerabotsec2image {padding-right: 10px;}	
.bannerbottomlogo {top: 73px;}
.homesec2 { margin-top: 90px;}	
.inner-innerhomesec2.right { margin-left: 20px;}
 .home-gallery-sec6 #gallery {padding: 10px 30px 50px;}
.head-galleryhome {padding: 0 0%;}
    .inner-frmhomeright {
        padding: 80px 20px 40px;
    }	
	    .inpuboxform input {
        padding: 8px 15px;
        margin-bottom: 4px;
    }
	    .inpuboxform textarea {
        height: 120px;
    }
	
.banner-content { padding-top: 17%;padding-left: 17px;}
    .innerbannertext {
        bottom: inherit;
        left: 20px;
        
    }	
.innerbannertext {
        bottom: 74%;
        left: 20px;
    }	
	
}


@media (max-width: 840px) {
.inner-bannermainleftclass .btn-sameuse {display: flex;gap: 53px; margin-left: 17px;}
.btn-sameuse a {font-size: 15px;padding: 9px 2px;}	
#rmp_menu_trigger-162 {top: 24px !important;}
.about-sec3 {padding: 50px 0 30px; }
.aboutsec1imgbox, .aboutsec3imgbox {width: 329px;}	
.tileworksec2 .innerabotsec2image {width: 360px;}
.tileworksec3 { padding: 50px 0 40px !important; }
.tileworksec1 { padding-top: 50px !important;margin-top: 0;padding-bottom: 30px !important;}
.banner-content .banner-title {font-size: 28px;line-height: 36px;}
.banner-content {padding-top: 2%;padding-left: 12px;}
.page-header { padding: 14px 10px;}
.banner:after {height: 430px;}
.inner-innerhomesec2.right {margin-left: 10px;}
.bannerbottomlogo {top: 40px;justify-content: left;margin-left: 20px; }
.inpuboxform input {padding: 7px 12px; margin-bottom: 5px; }
.home-service-card:hover .home-service-text {height: 60%;}	
.hometitlesame {font-size: 30px;}

	.innerbannertitle {
        font-size: 30px;
        margin-bottom: 15px;
    }
	
	
	
}



@media (max-width: 768px) {
.innerbannertext {bottom: 68%; left: 20px;}
.banner-content .banner-title {font-size: 27px;line-height: 36px;}
	    #foogallery-gallery-167 .fg-image {
        width: 228px !important;
    }
.innerbannertext {
        bottom: 69%;
        left: 20px;
    }	
	
}




@media (max-width: 767px) {
.page-header {padding: 10px 10px;}
.innerbannertext {bottom: 68%;left: 20px;z-index: 9999; max-width: inherit;}
.page-header.is-sticky .navbar-brand img { width: 180px;}
.navbar-brand img {width: 180px;}
#rmp_menu_trigger-162 {top: 14px !important;width: 45px !important;height: 45px !important;}
.heightnav {height: 51px;}
.homebanerleftimg img {width: 100%; filter: brightness(0.8);  height: 210px;object-fit: cover;}
.aboutsec1imgbox, .aboutsec3imgbox {width: 100%;margin-bottom: 10px; }
 .about-sec1 {padding: 40px 0 30px;}
.innerabotsec2image {width: 100%;padding: 0; margin-bottom: 10px;}
.flex-galleryhomebox {display: block;}
.aboutpagelastgallery #gallery {padding-bottom: 40px; padding-left: 0;padding-right: 0;}
.home-gallery-sec6.aboutpagelastgallery {padding: 0 10px;}
.img-box.mb-4 {margin-bottom: 10px !important;}
.img-box { margin-bottom: 10px !important;}
.copy-right {margin-top: 25px;padding: 10px 10px;text-align: left;}
.footer-main {padding: 30px 0px 0px;}
.hometitlesame {font-size: 30px;}
.head-galleryhome {padding: 0 0;}
.about-sec3 {padding: 40px 0 0px;}
.innerabotsec2content p {padding-left: 0;margin: 0;}
.innerabotsec2content {padding-left: 10px;}
.innerbannertitle {font-size: 34px;margin-bottom: 15px; }	
.tileworksec2 .innerabotsec2image {width: 100%;}
.tileworksec2 {padding: 40px 10px 20px;}
.tileworksec2 .innerabotsec2content {padding: 0;}
.tileworksec2 .innerabotsec2image {width: 100%; margin-bottom: 10px;}
#foogallery-gallery-167 .fg-image {width: 100% !important;}
.ourworkpage #gallery {margin-top: 0;padding: 0px 10px !important;}
.flex-testipagebox {margin-bottom: -20px;}
.inner-testipage {padding: 20px 15px 30px;}
.innerformbox Select {background-size: 5%; margin: 0;}
.addresstitlecontact {font-size: 26px;margin-bottom: 3px;}
.contactsec1 {margin-top: 30px;}
.contact-map {line-height: 0;padding: 30px 0 0;}
.innerformbox textarea {padding: 16px 15px;height: 120px;margin: 0;}
.contactsec1 .mb-5 {margin-bottom: 13px !important;}
.banner:after {display:none; }
.homebanerleftimg {top: 0px;}
.bannerbottomlogo {top: 16px;justify-content: left;margin-left: 11px;display:block !important;}
.homesec2 {margin-top: 30px;}
.inner-innerhomesec2.left img {margin: 10px 0px 10px 0px;border-radius: 10px;}	
.banner .row {flex-direction: column-reverse;}
.banner {background: #495a58;padding-bottom: 50px;}
.banner-content {padding: 10px 10px 0;padding-left: 10px;}
.banner-content .banner-title { font-size: 30px;line-height: 40px; }	
.inner-innerhomesec2.right img {display: none;}
.inner-innerhomesec2.right { margin-left: 0;}	
.head-homesec2 { margin-bottom: 25px;}
.homesec3 {margin: 30px 0 0; padding: 25px 0;}
.home-service-text {padding: 70px 0px 0px;}	
.inner-homesec4left.right .hometitlesame { margin-bottom: 20px;}
.inner-homesec4left.right {margin: 17px 0 0;}
.home-gallery-sec6 #gallery {padding: 10px 20px;}
 .homeformsec { padding: 40px 0 20px;}
.inner-frmhomeleft {padding: 20px 20px 20px 20px;}
.inner-frmhomeleft p {font-size: 17px;margin: 6px 0 20px;line-height: 29px; }
.flex-formlocation {margin-bottom: 15px;}
.inner-frmhomeright {padding: 80px 15px 30px;}	
.bannerbottomlogo img {margin-right: 10px;height: auto !important;}
.submit-btn::before, .submit-btn::after {top: -1px;height: 48px;}
.homesec3::after { height: 100%;}
.homesec4 { margin: 40px 0 0;}
.aboutpagelastgallery .head-galleryhome { text-align: left;}	
.innerabotsec2content h5 {color: #fff; margin: 13px 0 6px;}	
.inner-bannerpages {background: #495a58;position: relative;}
.innerbannertext {bottom: 15px; top: inherit !important;left: 10px;}
.page-not-found {padding: 40px 0 30px;}
 .Thank-you h3 { font-size: 77px;line-height: 70px;-webkit-text-stroke: 2px #495a58;}
.Thank-you h5 {font-size: 29px; margin: 12px 10px 25px;}
.blog-page .mb-5 {margin-bottom: 30px !important;}
.blog-page::after{display:none;}
.blog-page {padding: 40px 0px; }
.content-blog-details .blog3 {font-size: 30px;line-height: 40px;}	
.search-blog-main { margin-left: 0;}
.widget .recent-posts-widget li { display: block;padding-bottom: 5px;}
.page-not-found span {font-size: 170px;line-height: 160px;}
.page-not-found p {font-size: 19px; margin: 10px 10px 19px;line-height: 26px;}	
#rmp_menu_trigger-162 {right: 14px !important; }		
.ourworkpage {
    margin-top: -20px;
    padding: 40px 0;
}
	
	
	
	
	
	
	
}



@media (max-width: 414px) {
.Thank-you h3 {font-size: 70px; line-height: 64px;-webkit-text-stroke: 2px #495a58;}
.Thank-you h5 {font-size: 24px; margin: 12px 10px 19px;}
#rmp_menu_trigger-162 {right: 14px !important; }	
.flex-testipagebox { gap: 50px;}	
.banner-content .banner-title { font-size: 27px;}	
	
	
}


@media (max-width: 390px) {
	
	
	
}
	