body { 
    font-family: 'Times New Roman';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
    overscroll-behavior: none;
    background-color: #000;
}

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



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

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

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

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

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

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

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

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

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






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

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Times New Roman';
}


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

input{  font-family: 'Poppins';}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  
}

p {
    font-family: 'Poppins';
  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: 'Poppins';
}

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

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

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



/*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: #ffffff !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;
    line-height: 30px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important
;
    flex-basis: auto;
    width: fit-content;
    border-radius: 60px;
    margin-left: auto;
    animation: fade-in-move-down 2s;
    margin-top: 40px;
}
.header-section {position: relative;}
.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 53px;
    z-index: 5;
}
.sticky .l-subheader-h .attachment-full.size-full {
    width: 171px;
    height: 188px;
    background: #000;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
}
.navbar-iconright {
    margin: 43px 0 0;
    display: flex
;
    gap: 25px;
    justify-content: right;
}
@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;
    padding: 0;
    align-items: flex-start;
}

.page-header.headfixed {
    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: 99999;
    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;} */
.headfixed .top-nav-bar{
  animation: smoothScroll 4s forwards;}
header.header-section.headfixed .top-nav-bar .row {
  animation: smoothScroll 4s forwards;
  align-items: center !important;
  display: flex;
}
header.header-section.headfixed .top-nav-bar .row .d-flex{
 
  align-items: center !important;
          

}


.page-header.headfixed .navbar-expand-lg .navbar-collapse {
    backdrop-filter: blur(12px);
    animation: fade-in-move-down 2s;
    margin-top: 24px;
    padding: 20px 20px !important;
    background: #ea84047a !important;
}
.page-header.headfixed .navbar-iconright {
    margin: 35px 0 0 20px;
    display: flex
;
    gap: 19px;
    justify-content: right;
    background: #ea84047a;
    padding: 10px 13px;
    border-radius: 60px;
    backdrop-filter: blur(12px);
}

    /* .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
--------------------------------------------------------------*/

  
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}






/* navbar end  */
.homesec2innercontent p {
    font-size: 22px;
    color: #fff;
}
.homesec3innercontent {
    padding-left: 183px;
}
.homesec3innerimage {
    float: right;
    position: relative;
}

.homesec3innerimage:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.homesec3innerimage: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;
}




.faithwhre {
    font-size: 28px;
    color: #fff;
}
.homesec3innercontent .faithwhre {
    margin: 0px 0 20px;
}
.bannerhometext {
    position: absolute;
    left: 183px;
    max-width: 1195px;
    bottom: 30px;
    z-index: 99;
}

.homesec3innercontent p {
    font-size: 20px;
    color: #fff;
}
.home-banner::after {
    content: '';
    position: absolute;
    background-image: url(../images/homebannershadow.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0px;
    width: 100%;
    height: 110px;
}
.head-scrollslide .same-title {
    text-align: center;
    margin-top: -70px;
    margin-bottom: 30px;
    color: #000;
}
.same-title {
    font-size: 60px;
    color: #fff;
}
.smalltextcontent {
    font-size: 18px;
    color: #fff;
}
.homesec2innerimage {
    float: left;
    margin-right: 60px;
    position: relative;
    margin-bottom: 20px;
}
.home-banner {
    background-image: url(../images/homebanner.webp);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.homebannertitle {
    color: #fff;
    font-size: 89px;
}
.homesec2 {
    padding: 50px 53px;
}

.bannerhometext p {
    font-size: 38px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}
.imageboxblog {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.imagevideoup iframe {
    border-radius: 20px;
}
.imageboxblog:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.imageboxblog: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;
}


.testimonialshome {
    padding: 0px 0 60px;
    background-color: #fff;
}
.head-testimonials {
    text-align: center;
    margin-bottom: 30px;
}
.head-testimonials .same-title {
    color: #000;
}
.head-testimonials .smalltextcontent {
    color: #000 !important;
}
.testimonialshome .product-box {
    padding: 75px 55px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
}
.titlenametesti {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
}

#team-slid2 .owl-dots {
    display: none;
}

#team-slid2 .owl-nav, #team-slid .owl-nav {
    display: flex;
    justify-content: center;
    bottom: -16px;
    position: relative;
    /* right: 82px; */
}
.owl-prev:after {
   display:none;
}

.owl-next:after {
   display:none;
}
#team-slid2 .owl-prev span{
    width: 45px;
    height: 40px;
    font-size: 0px;
    color: #000;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    left: -10px;
    text-align: center;
    margin: 5px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/leftarrow.webp);
    background-repeat: no-repeat;
}

#team-slid2 .owl-next span {
    width: 50px;
    height: 40px;
    /* border-radius: 50%; */
    color: #000;
    font-size: 0px;
    text-align: center;
    margin: 3px 10px 0px 0px;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex
;
    justify-content: center;
    align-items: center;
    background-image: url(../images/rightarrow.webp);
    background-repeat: no-repeat;
}

.testimonialshome .product-box p {
    font-size: 21px;
    font-weight: 500;
    line-height: 35px;
}

.inner-formhome form {
    background: #ab8d5c;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

/* .testimonialshome .swiper .swiper-slide {
  display: flex;
}
.testimonialshome .swiper .swiper-slide {
  display: flex;
  flex: 1 0 auto;
}
.testimonialshome .swiper .swiper-slide {
    flex: 1;
    display: flex
;
    flex-direction: column;
    margin: 20px;
} */
.input-box label {
    font-size: 16px;
    color: #fff;
    display: block;
}
.input-box input {
    padding: 5px 18px;
    font-size: 17px;
    color: #000;
    border-radius: 8px;
    border: none;
    width: 100%;
    margin-bottom: 15px;
}


.input-box input::placeholder {
    color: #000;
}

.input-box textarea::placeholder {
    color: #000;
	opacity:inherit;
}

.innerimagevideo img {
    filter: brightness(0.8);
    width: 100%;
}
.checkboxformhome label {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
}
.head-bloghome {
    text-align: center;
    margin-bottom: 30px;
}

.blogcardtitle {
    font-size: 22px;
    color: #fff;
    padding: 24px 0;
    line-height: 36px;
    margin: 20px 0 0;
}
.bloghome {
    background: #343434;
    padding: 90px 53px;
}
.social-footer {
    margin: 20px 0 25px;
}


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

.inner-footer2 ul li a {
    margin-bottom: 8px;
    position: relative;
}
.copyright p a i {
    color: red;
}
.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: #ff9800;
}
.homesec3 .same-btnhomewebsite {
    margin: 40px 0 0;
}
.same-btnhomewebsite input {
    color: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    padding: 14px 80px 14px 70px;
    border-radius: 50px;
    background: #000;
    transition: 0.7s ease-in-out;
}
.homesec2innercontent .same-btnhomewebsite {
    width: auto;
    margin: 40px 0 0;
}
.same-btnhomewebsite input:hover {
    background: #24c4b7;
}

.same-btnhomewebsite:hover i {
    background: #fff;
    color: #000;
}

.homesec2innerimage:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.homesec2innerimage: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;
}

.contact-btnform {
    margin: 30px 0 0;
}
.same-btnhomewebsite .contact-btnform i {
    background: #ab8d5c;
    padding: 12px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 6px;
    line-height: 17px;
    color: #fff;
    transform: rotate(-35deg);
    transition: 0.6s 
ease-in-out;
}


.same-btnhomewebsite a {
    color: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    padding: 14px 70px 14px 50px;
    border-radius: 50px;
}
.same-btnhomewebsite {
    position: relative;
    width: fit-content;
}

.same-btnhomewebsite a i {
    background: #ab8d5c;
    padding: 12px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 6px;
    line-height: 17px;
    transform: rotate(-35deg);
    transition: 0.6s ease-in-out;
}
.categorySlider6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ff9d24 !important;
}



/* 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;
}


/* and here scroll */

.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;
}
.footertitle {
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
}
.titlefootdes {
    font-size: 31px;
    color: #fff;
}
.inner-footer2 p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
}
.inner-footer2 a {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}
.inner-footer2 {
    padding: 20px 0 0;
}
.imageboxblog img {
    width: 100%;
     border-radius: 8px;
     transition: 0.7s ease-in-out;
}


.innerblogcardhome:hover img {
    transform: scale(1.1);
}

.innerblogcardhome {
    background: #000;
    padding: 15px 15px 40px;
    border-radius: 8px;
    height: 100%;
}
.footer-main {
    padding: 30px 53px;
}
.checkboxformhome {
    display: flex
;
    align-items: center;
    gap: 20px;
}
.rightform br {
    display: none;
}
.contact-btnform input.wpcf7-form-control.wpcf7-submit.has-spinner.hvr-bounce-to-right {
    width: 100%;
    border-radius: 60px;
    background: #000 !important;
}
.input-box textarea {
    height: 145px;
     padding: 19px;
    font-size: 17px;
    color: #000;
    border-radius: 8px;
    border: none;
    width: 100%;
    margin-bottom: 15px;
}


#how-to-use-sticky {
    transform: translateY(140px) !important;
}


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

.image-videosec {
    position: relative;
}
.inner-formhome img {
    width: 100%;
}
.imagevideoup video {
    border-radius: 15px;
    width: 100%;
}
.head-formhome {
    text-align: center;
    margin-bottom: 60px;
}
.imagevideoup {
    position: absolute;
    /* top: 0; */
    z-index: 9999;
    width: 700px;
    right: 30px;
    bottom: 60px;
}
.form-homepage {
    padding: 100px 50px;
}

.inner-footer2 ul li a:hover {
    color: #ff9800;
}

.copyright p a:hover{
   color: #ff9800;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  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.8s;
  transition-duration: 0.8s;
   border-radius: 50px;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    bottom: 0;
    background: #24c4b7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: 
ease-out;
    transition-timing-function: 
ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
   border-radius: 50px;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right: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);
   border-radius: 50px;
}

.inner-formhome {
    height: 100%;
    position: relative;
}

.rightform{
    position: inherit !important;
}

.inner-formhome:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.inner-formhome: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;
}


.contentboxblog {
    height: 155px;
}
.same-btnhomewebsite a:hover i {
    background: #fff;
    color: #000;
    transform: rotate(0deg);
}
.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 ul li a:before {
    background-color: currentColor;
    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);
}




/* 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: #ff5722;
    -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);
}


.categorySlider6::after {
    content: '';
    position: absolute;
    height: 180px;
    background-image: url(../images/fadeslider.png);
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}
.page-header.headfixed .navbar-brand {
    /* filter: invert(1); */
    background: #000;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    width: 60%;
}

.form-homepage .same-title {
    color: #000;
}
.head-formhome .smalltextcontent {
    color: #000 !important;
    font-size: 18px;
}
.us_custom_7284ffe1 {
    border-color: #484848 !important;
}



/* header css new  */

 #page-id-6635 .l-subheader.at_middle {
    padding: 10px 53px !important;
}
 #page-id-6635 .l-subheader-h {
    max-width: none !important;
}
 #page-id-6635 .l-subheader-h .attachment-full.size-full {
    width: 171px;
    height: 188px;
}

#page-id-6635 .w-nav-list li .w-nav-anchor {
    font-size: 20px;
    text-transform: capitalize !important;
    color: #ffffff !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 !important;
    position: relative;
    line-height: 35px;
}

#page-id-6635 .w-nav-list li .w-nav-anchor .w-nav-title {
    color: #fff;
}
#page-id-6635 .w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 16px !important;
    margin-left: 4px !important;
    color: #fff !important;
}
#page-id-6635 .headfixed .w-nav.ush_menu_1.dropdown_height.m_align_none.m_layout_panel.m_effect_afl.type_desktop {
    backdrop-filter: blur(12px);
    animation: fade-in-move-down 2s;
    margin-top: 24px;
    padding: 10px 20px !important;
    background: #ea84047a !important;
    border-radius: 60px;
}
#page-id-6635 .color_footer-bottom .vc_column-inner .w-text-value {
    font-family: poppins;
}
#page-id-6635 .w-nav-list.level_2 .menu-item .w-nav-title {
    color: #000 !important;
    font-size: 18px;
    transition: 0.2s 
ease-in-out;
}
#page-id-6635 .w-nav-list.level_2 .menu-item {
    line-height: 45x;
}
#page-id-6635 .w-nav-list.level_2 li .w-nav-anchor {
    margin: 0px !important;
    display: block;
    padding: 4px 10px !important;
}
#page-id-6635 .no-touch .ush_menu_1 .w-nav-item:not(.level_1)>a:focus, .no-touch .ush_menu_1 .w-nav-item:not(.level_1):hover>a {
    background: #000300;
    color: #ffffff !important;
}
#page-id-6635 .w-nav-list.level_2 .menu-item:hover span {
    color: #fff !important;
}

#page-id-6635 .wpb_wrapper p {
    font-size: 17px;
    color: #fff;
}
#page-id-6635 .w-text-value {
    font-family: 'Times New Roman';
    font-size: 30px;
}
#page-id-6635 .w-socials.style_colored .w-socials-item-link {
    background: #f0e5cb;
}


.w-nav-anchor:hover:before, a:hover .w-nav-anchor:before{
    transform: scaleX(1);
    transform-origin: left;
}
.w-nav-anchor: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);
}


/* end here  */






/* inner pagess  */




/* end here  */








@media (max-width: 1600px){
.homebannertitle { font-size: 60px;}
 .bannerhometext p {font-size: 30px; line-height: 41px;}
.bannerhometext {padding-right: 240px;}
.page-header {padding: 10px 40px;}
.navbar-light .navbar-nav .nav-link { font-size: 18px; margin: 0 18px 0 18px;}
.homesec2innerimage {max-width: 690px;}
.homesec2 { padding: 50px 40px;}
.same-title {font-size: 55px; padding: 0;}
.homesec2innercontent p { font-size: 20px;}
.faithwhre { font-size: 27px;}
.homesec3innercontent {padding-left: 100px;}
.testimonialshome {padding: 0px 0 70px;}
.form-homepage {padding: 90px 40px;}
.bloghome {padding: 80px 40px;}
.footer-main {padding: 30px 40px;}
.categorySlider6 {height: auto; padding: 100px 0 200px !important;}
.categorySlider6 .swiper-pagination-progressbar { margin-top: 20px;margin-bottom: 0;}
.testimonialshome .product-box {  padding: 40px 30px;}
.w-nav-list li .w-nav-anchor {font-size: 18px;  margin: 0 20px 0 20px;}
.testimonialshome .product-box p {font-size: 18px;line-height: 30px;}
.titlenametesti {padding-top: 0px;}
.imagevideoup { width: 530px;right: 30px; bottom: 60px;}	
.head-formhome { margin-bottom: 30px;}	
.form-homepage .same-title {  color: #000;  padding-top: 5px;}	
.inner-formhome img {width: 100%; height: 100%; object-fit: cover;}
.l-subheader.at_middle { padding: 10px 40px !important;}	
.l-section-h.i-cf {max-width: none;padding: 40px 43px;}

	
	
	
	
	
	
}


@media (max-width:1440px) {
.homesec2innerimage {max-width: 530px;}
.homesec2innercontent .same-btnhomewebsite { width: auto; margin: 30px 0 0;}
.same-title {font-size: 50px;}
.bannerhometext {padding-right: 320px; position: absolute; left: 50px;max-width: 1195px;bottom: 80px;}
.navbar-brand {max-width: 140px !important;}
.head-scrollslide .same-title { margin-top: -10px;}
.head-testimonials { margin-bottom: 30px;}
.imagevideoup {width: 490px;}
.form-homepage {padding: 80px 40px;}
.same-btnhomewebsite a {padding: 14px 70px 14px 40px;}
.bloghome {padding: 70px 40px;}
.inner-formhome img {width: 100%; height: 100%; object-fit: cover;}
.same-btnhomewebsite input {padding: 14px 80px 14px 50px;}
.copyright {margin: 70px 0 0;}
.how-to-use__content__sticky__overflow { flex-direction: row;}
.how-to-use__content__sticky__lines { top: 27%;}
.head-scrollslide {margin: 50px 0 0;}
.testimonialshome .product-box {padding: 30px 20px; border: 1px solid #000;border-radius: 10px; text-align: center;}
.testimonialshome .product-box p {font-size: 17px;line-height: 29px;}
.page-header { padding: 10px 30px; }
.w-nav .menu-item {line-height: 20px;}
 .homesec3innercontent {padding-left: 40px; }
.categorySlider6 { height: auto;padding: 70px 0 190px !important;}
.titlenametesti { font-size: 20px; line-height: 29px;}	
.l-section.wpb_row.us_custom_dc8a441b.height_small.color_footer-bottom .l-section-h.i-cf {padding-bottom: 0;}
.imagevideoup iframe { border-radius: 20px; height: 270px;}
	
	
	
	
}




@media (max-width:1400px) {
           
.how-to-use__content__sticky__lines { top: 40%;}
.head-scrollslide {margin: 130px 0 0;}
.how-to-use__content__sticky {position: sticky;top: 166px;}




}



@media (max-width:1366px) {
.homebannertitle {font-size: 51px;}
.navbar-iconright { margin: 43px 0 0; gap: 15px; margin-left: 20px;}
 .navbar-light .navbar-nav .nav-link {font-size: 16px;margin: 0 15px 0 15px;}
.same-title {font-size: 45px;}
.faithwhre {font-size: 25px;line-height: 40px;}
.homesec2innerimage { max-width: 530px;margin-bottom: 20px;}
.homesec2 {padding: 40px 30px;}
.homesec3innercontent {padding-left: 30px;}
.head-scrollslide {margin: 70px 0 0;}
.how-to-use__content__sticky { position: sticky; top: 0px; }
.page-header.headfixed .navbar-iconright {margin: 28px 0 0 10px;gap: 11px;padding: 10px 13px;border-radius: 60px; backdrop-filter: blur(12px);}
.testimonialshome .product-box {padding: 20px 10px;}
.titlenametesti {font-size: 18px;line-height: 25px;}
.page-header.headfixed .navbar-expand-lg .navbar-collapse {padding: 10px 10px !important;}
.same-btnhomewebsite a {padding: 10px 60px 10px 30px;font-size: 16px;}
.same-btnhomewebsite a i {padding: 12px;width: 40px;height: 40px;right: 3px;top: 2px;}
.same-btnhomewebsite .contact-btnform i{padding: 12px;width: 40px;height: 40px; right: 3px; top: 2px;}
.bannerhometext {bottom: 50px;z-index: 99;}
 .input-box input {padding: 2px 14px;font-size: 13px;}
.input-box select{padding: 6px 14px; font-size: 13px;}
.input-box textarea{padding: 2px 14px;font-size: 13px;height: 90px;}
.same-btnhomewebsite input {padding: 10px 70px 10px 40px;font-size: 16px;}
.bannerhometext p {font-size: 25px;line-height: 37px;}
.l-subheader-h .attachment-full.size-full {width: 151px;height: 138px;}
.w-nav-list li .w-nav-anchor {font-size: 17px;margin: 0 16px 0 16px;}
.w-nav-list.level_2 .menu-item .w-nav-title { font-size: 15px;}	
.sticky .l-subheader-h .attachment-full.size-full {  width: 171px; height: 148px;}	
.imagevideoup {width: 330px;}
.testimonialshome .product-box p {font-size: 15px;line-height: 25px;}
.wpcf7-form-control-wrap[data-name^="select"]:after { top: 23px;right: -7px;}
.inner-formhome form { padding: 20px;}	
.input-box label {font-size: 14px; margin-bottom: -4px;}	
.wpcf7-list-item-label {font-size: 14px;line-height: 23px;}	
.contact-btnform input.wpcf7-form-control.wpcf7-submit.has-spinner.hvr-bounce-to-right {padding: 13px 20px;}
.bloghome {padding: 50px 40px;}	
#page-footer .wpb_text_column.us_custom_6df4bc3a.has_text_color {text-align: left;}
.w-socials-list {margin: 10px 0 20px;text-align: left;}
#page-footer section.l-section.wpb_row.us_custom_dc8a441b.height_small.color_footer-bottom {padding-bottom: 10px !important;}	
.imagevideoup iframe {
    border-radius: 20px;
    height: 240px;
}	
	
	
	
	
}


@media (max-width:1280px) {
.bannerhometext {bottom: 130px;z-index: 99;}
.l-section.wpb_row.us_custom_dc8a441b.height_small.color_footer-bottom { padding: 0 !important;}
	
	
	
}

@media (max-width:1152px) {
.l-section-h.i-cf {max-width: none;padding: 30px 20px;}
.l-section.wpb_row.us_custom_85634a20.height_auto.color_primary {padding: 0 20px;}
.imagevideoup {width: 340px;bottom: 10px;}
.homesec3 .same-btnhomewebsite {margin: 10px 0 0;}
.homesec3innercontent .faithwhre { margin: 0px 0 20px; padding-top: 0;}
.same-title {font-size: 40px;}
.faithwhre { font-size: 25px;line-height: 40px;padding: 0;}
.homesec3innercontent {padding-left: 0px;}
p {font-size: 17px !important;}
.categorySlider6 { height: auto;padding: 60px 0 140px !important;}
.form-homepage {padding: 60px 20px;}
.testimonialshome {padding: 0px 0 50px;}
.bloghome {padding: 40px 20px;}
.homesec2innerimage {max-width: 460px; margin-bottom: 20px;margin-right: 40px;}
.l-subheader.at_middle { padding: 10px 20px !important;}
.sticky .w-nav.ush_menu_1.dropdown_height.m_align_none.m_layout_panel.m_effect_afl.type_desktop {padding: 8px 10px !important;}
    .sticky .l-subheader-h .attachment-full.size-full {
        width: 128px;
        height: 128px;
    }	

	
}




@media (max-width:1024px) {
.l-section-h.i-cf {max-width: none;padding: 20px 10px;}
.color_footer-bottom a {color: #ffffff;font-size: 15px;}
#page-footer p {color: #fff;font-size: 15px !important;line-height: 25px;}
.w-socials-list {margin: 10px 0 10px;text-align: left;}
.titlefootdes {font-size: 29px;color: #fff;}html.touch {overflow-x: auto;}
.w-nav-list li .w-nav-anchor {font-size: 16px;margin: 0 10px 0 10px;}
.wpb_text_column.us_custom_c8996473.copyrightpone.has_text_color p { text-align: left;}
.wpb_text_column.us_custom_c8996473.copyrightptwo.has_text_color p {text-align: left;}	
.l-section.wpb_row.us_custom_85634a20.copyrightsec.height_auto.color_primary { padding: 0 10px !important;}

	
}


@media (max-width:991px) {
.w-nav-icon>div {top: 50%;color: #fff;}
.w-nav-list.level_1.hover_simple { background: #000 !important;}	
.w-nav .menu-item {line-height: 20px;margin-bottom: 10px;}
.homesec3innercontent .faithwhre {margin: 0px 0 20px;padding-top: 0;margin-bottom: 8px;font-size: 20px;line-height: 30px;}
.blogcardtitle {font-size: 20px;padding: 24px 0;line-height: 30px;margin: 20px 0 0;}
.same-title {font-size: 36px;}
.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {font-size: 12px;}
.homesec2 { padding: 40px 20px;}
    .form-homepage {
        padding: 40px 10px;
    }	
	
	
}


@media (max-width:840px) {
 .l-subheader.at_middle { padding: 10px 10px !important;}
.w-btn.us-btn-style_2 { padding: 16px 60px 16px 30px !important;}
.l-section.wpb_row.us_custom_dc8a441b.height_small.color_footer-bottom .vc_column-inner {margin: 10px 0 0;}
.l-section.wpb_row.us_custom_dc8a441b.height_small.color_footer-bottom .w-menu.layout_ver .menu>li { margin-bottom: 9px;}
.g-cols.vc_row.via_grid.cols_4.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_top.type_default.stacking_default {column-count: 2;display: block;}
.bannerhometext p {font-size: 25px;line-height: 30px;font-size: 18px !important; }
.same-btnhomewebsite a {padding: 15px 50px 10px 20px;font-size: 14px;}
.same-title {font-size: 30px; }
.same-btnhomewebsite a {padding: 10px 50px 10px 20px; font-size: 14px;}
.homesec2innerimage {max-width: 370px;margin-bottom: 20px; margin-right: 20px;}
.homebannertitle {font-size: 48px;}
.bannerhometext { bottom: 130px;z-index: 99;left: 20px;padding-right: 20%;}
.categorySlider6 {height: auto;padding: 30px 0 80px !important;}
p {font-size: 15px !important;line-height: 24px;}	
	
	
	
	
}



@media (max-width:768px) {
.blogcardtitle {font-size: 19px; padding: 24px 0;line-height: 28px; margin: 10px 0 0;}
.same-btnhomewebsite a i { padding: 12px;width: 35px;height: 35px; right: 3px;top: 2px;line-height: 12px;}   
.same-btnhomewebsite a {padding: 10px 46px 10px 16px; font-size: 13px;}
.innerblogcardhome {background: #000; padding: 15px 10px 20px;border-radius: 8px;height: 100%;}
	
	
	
}

@media (max-width:767px) {
.bannerhometext { bottom: 130px;z-index: 99; left: 20px;padding-right: 0%;}
.homebannertitle {font-size: 40px;}
.homesec3 .row.align-items-center { flex-direction: column-reverse;}
.homesec3innercontent {padding-left: 0px; padding: 20px 0 30px;}
 .categorySlider6 {height: auto;padding: 30px 0 30px !important;}
.categorySlider6 .same-title {color: #000;margin-bottom: 20px;}
.l-subheader-h .attachment-full.size-full {width: 91px;height: 91px; }
.input-box input { margin-bottom: 10px;}
span.wpcf7-list-item>label {display: block;}
 .home-banner { background: #000;position: relative;}
.mobilebanner::after {content: '';position: absolute; top: 0; background: #00000069; left: 0;right: 0;width: 100%;height: 100%;}
.mobilebanner { background-image: url(/wp-content/uploads/2025/11/mobilebanner.jpg)  !important ;height: inherit; display: block; position:relative;}
.wpcf7-list-item-label {margin: 10px 0 0;}
.input-box select {padding: 9px 14px;font-size: 13px;}
.categorySlider6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #ff9d24 !important;}
.inner-formhome form {padding: 10px; }
.categorySlider6 .swiper-pagination-progressbar {margin-top: 20px;margin-bottom: 0;max-width: 60%; margin: auto; background: #272727;}
.categorySlider6 .th-swiper-custom{display:block !important;}
.swiper-backface-hidden .swiper-slide {width: 100% !important;}
.us_custom_6cb07a40 { text-align: left !important;}
.bannerhometext p {font-size: 25px;line-height: 28px;font-size: 17px !important; }
.smalltextcontent {margin-bottom: 8px;}
.faithwhre {font-size: 25px; line-height: 34px;padding: 0;}
.us_menu_1 .menu {  display: block !important; text-align: left;}
.us_menu_2 .menu { display: block !important;text-align: left;}
nav.w-menu.us_custom_7cf25401.has_text_color.layout_ver.style_links.has_text_align_on_mobiles.us_menu_3 {text-align: left !important;}
.l-section.wpb_row.us_custom_85634a20.copyrightsec.height_auto.color_primary .g-cols.vc_row.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default.stacking_default {display: block;}
.contentboxblog { height: auto;}
.l-section.wpb_row.us_custom_85634a20.copyrightsec.height_auto.color_primary p {text-align: left;}
#page-footer .wpb_text_column.us_custom_31c2c24c.has_text_color {text-align: left !important;}
.form-homepage {padding: 60px 0px;}
.w-text.us_custom_bfc22b29.has_text_color {text-align: left !important;}
.g-cols.vc_row.via_grid.cols_4.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_top.type_default.stacking_default { column-count: 1;display: block;}
.l-section.wpb_row.us_custom_7284ffe1.height_medium .vc_column-inner {text-align: left;margin: 10px 0 0;}
.bloghome {padding: 30px 0px;}
.rightform {position: inherit !important;margin: 20px 0 0;}
.imagevideoup { width: auto;bottom: 0px; top: -35px;right: 0px; left: 0px;}
.imagevideoup iframe {border-radius: 20px;height: 270px;width: 100%;}
.ush_menu_1 .w-nav-icon {font-size: 24px; top: 20px;}
.sticky .l-subheader-h .attachment-full.size-full {width: 100px;height: 100px;}
.homesec2 {padding: 30px 0px; }
.w-nav-list.level_2 .menu-item { margin-bottom: 0;}
.homesec2innerimage {max-width: 100%; margin-bottom: 20px; margin-right: 0;}
.g-cols.via_grid {display: grid;gap: 0px;}	
.testimonialshome {padding: 0px 0 70px;}
.innerimagevideo img { visibility: hidden;}	

	
	
	
}





@media (max-width:414px) {
.form-homepage { padding: 80px 0px; }
    .homebannertitle {
        font-size: 37px;
        line-height: 41px;
    }
	
}