/* Font Link */
/* @import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); */
/*  */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @font-face {
  font-family: "my-heading";
  src: url(../fonts/heading-font.otf);
} */

@font-face {
  font-family: "my-span";
  src: url(../fonts/beatrise.ttf);
}

:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 21px;
  font-size: 15px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 54px;
  line-height: 1.1;
}

h3 {}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 20px;
}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Small Header */
.small {
  display: none;
}

/* Main Header */
.headermenu {
  background:#000;
  position: absolute;
  left: 0;
  right: 0;
}

a.navbar-brand img {
  width: 64px;
}

.header_menu li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 38px 19px;
  display: inline-block;
  letter-spacing: 2px;
}

.header_menu li a:hover {
  color: #fff;
}

.navbar li:hover a {
  color: #fff;
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: #fff;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

/* Banner Section */

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 8px;
}

a.comon-btn {
  background: #f85e13;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0;
  border-radius: 50px;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}

a.comon-btn:hover {
  background: #fff;
  color: #121212;
}

.call-btn {
  background: #f85e13;
  width: 133px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 8px 11px;
  border-radius: 50px;
  font-weight: 600;
}

.call-btn img {
  width: 26px;
}

.banner_sec {
  padding: 430px 0 150px;
}

.banner_sec h4 {
  color: #f85e13;
  margin-bottom: 4px;
}

.banner_sec .right_content {
    padding-left: 51px !important;
    background: #000000bd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner_sec h1 {
  line-height: 1.1;
}

/* Home SEction 1 */
.home_sec1 .content img {
  width: 65px;
  margin-bottom: 25px;
}

.home_sec1 .content {
  /* background: #5b5b5bd6; */
  text-align: center;
  padding: 51px 0;
  border-radius: 10px;
  border: 1px solid #313131;
}

.home_sec1 .content h5 {
  font-size: 50px;
  margin-bottom: -1px;
}

.home_sec1 .content p {
  margin-bottom: 0;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 600;
}

/* Home Section 2 */
.home_sec2 .content {
  text-align: center;
}

.home_sec2 img {
  margin-bottom: 24px;
}

.home_sec2 .content p {
  padding: 0 10px;
  margin-bottom: 14px;
}

.home_sec2 .content a img {
  width: 26px;
}

a.comon-btn2 {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0;
  border-radius: 50px;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}

a.comon-btn2:hover {
  background: #fff;
  color: #121212;
}

/* home_sec4 */
.home_sec4 a.comon-btn2 {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0;
  border-radius: 50px;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.home_sec4 a.comon-btn2:hover {
  background: #3f3f3f;
  color: #fff;
}

.home_sec4 h2 span {
  font-size: 58px;
  line-height: 0px;
  display: block;
  margin-bottom: -30px;
}

.home_sec4 {
  padding: 245px 0;
}

/* REVIEW SEC */

.review_content {
  text-align: center;
  padding: 8px 35px;
}

.review_content .content {
  margin: 25px 0;
  position: relative;
}

.review_content .content p {
  color: #979797;
  margin-bottom: 48px;
  padding-bottom: 10px;
  font-size: 16px;
  /* font-family: "Teko", sans-serif; */
  font-weight: 300;
}

.review_content .botom ul li {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  /* font-family: "Teko", sans-serif; */
}

.review_content .botom ul li img {
  width: 60px;
  border-radius: 50%;
  height: 60px;
  margin-right: 20px;
}

.review_content .botom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_content .top_img img {
  width: 191px !important;
  position: relative;
  margin: 0 auto;
  margin-bottom: -82px;
  /* margin-top: -40px; */
}

.review_sec .owl-dots span {
  width: 21px;
  height: 7px;
  background: #d0d0d0;
  display: inline-block;
  border-radius: 61px;
}

.review_sec .owl-dot.active span {
  width: 40px;
  background: #f85e13;
}

.review_sec .owl-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.review_sec .review_content .content::after {
  content: '';
  width: 240px;
  height: 2px;
  background: #f85e13;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.review_sec {
  padding: 110px 0 730px;
}

/* Home Section 5 */
.home_sec5 .content {
  text-align: center;
  background: #fff;
}

.home_sec5 .content img {
  width: 65px;
  margin-bottom: 15px;
}

.home_sec5 .content h5 {
  margin-bottom: 8px;
}

.home_sec5 .content p {
  margin-bottom: 15px;
}

.home_sec5 .content a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.home_sec5 .content {
  text-align: center;
  background: #fff;
  color: #000;
  padding: 44px 25px;
  border-radius: 10px;
}


.home_sec5 .content2 {
  background: #f18022 !important;
  color: #fff;
}

.home_sec5 .content2 a {
  color: #fff;
}

.home_sec5 form {
  /* width: 500px; */
  border: 1px solid #4d4d4d;
  margin-left: 50px;
  padding: 9px 9px;
  border-radius: 9px;
  display: flex;
  align-items: center;
}

.home_sec5 form input {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
}

.home_sec5 button {
  width: 190px !important;
  text-align: center;
  background: #f18022;
  border: 0;
  color: #fff;
  padding: 10px 0;
  border-radius: 8px;
}

/* CONTACT INFO */

/* a.comon-btn2 {
  background: #90964f00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 6px;
  border-radius: 55px;
  width: 13rem;
  text-align: center;
  font-weight: 500;
  border: 1px solid #90964f;
}

a.comon-btn2:hover {
  background: #121212;
  color: var(--theme-color);
} */

.contact_bg {
  border-radius: 10px;
  padding: 165px 70px;
  color: #fff;
}

.contact_info_sec .content {
  text-align: center;
}

.contact_info_sec .content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "made-mirage-regular";
  min-height: 55px;
}

.contact_info_sec .content h5 {
  color: #ccd472;
  margin-bottom: 12px;
  font-size: 23px;
}

.contact_info_sec .content img {
  width: 22px;
  margin-bottom: 23px;
}

.contact_info_sec .content2 {
  border-right: 1px solid #777;
  border-left: 1px solid #777;
  padding: 0 20px;
  margin: 0 -13px;
}

.contact_info_sec .content p a {
  font-size: 18px;
  color: #fff;
}


/* CONTACT FORM SEC */

.contact_form_sec {
  color: #000;
}

.contact_form_sec h2 span {
  font-size: 64px;
  color: #000;
  font-family: "my-span";
  margin-left: -52px;
  margin-bottom: -71px;
  display: block;
}

.contact_form_sec form {
  padding-left: 35px;
}

.contact_form_sec form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 12px 0;
  outline: none;
  font-size: 15px;
  background: transparent;
  color: #000;
}

.contact_form_sec form input::placeholder {
  opacity: 1;
  color: #000;
}

.contact_form_sec form textarea::placeholder {
  opacity: 1;
  color: #000;
}

.contact_form_sec form textarea {
  width: 100%;
  border: none;
  font-size: 15px;
  outline: none;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 12px 0;
}

.contact_form_sec form button {
  width: 100%;
  border: none;
  background: #f18022;
  color: #fff;
  display: inline-block;
  padding: 13px 6px;
  border-radius: 55px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  transition: 0.8s;
}

.contact_form_sec form button:hover {
  background: #000;
  color: #fff;
  transition: 0.8s;
}

.contact_form_sec h2 {
  padding-left: 70px;
  font-size: 72px;
  margin-bottom: 12px;
  /* font-weight: 300; */
  line-height: 1;
}

.contact_form_sec .social_img {
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact_form_sec .social_img img {
  width: 92px;
}

.contact_form_sec ul li a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  gap: 9px;
}

.contact_form_sec ul li a img {
  width: 19px;
}

.contact_form_sec ul li {
  margin-bottom: 10px;
}

/* Home SEction 6 */
.home_sec6 .right_content {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.home_sec6 .right_content img {
  width: 75px;
  border-right: 1px solid #6a6a6a;
  padding: 30px 0;
  padding-right: 22px;
}

.home_sec6 .right_content .btom_content h6 {
  color: #f18022;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  line-height: 1.2;
}

.home_sec6 .right_content .btom_content h6 a {
  letter-spacing: 0;
  font-size: 42px;
  color: #000;
  font-family: "my-heading";
}

/* Footer Section */
footer {
  padding: 80px 0 40px;
  background: #000000;
  color: #fff;
}

footer .ft_logo a img {
  width: 105px;
  margin: 0 auto;
  display: block;
}

footer .ft_menu ul li a {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 11px;
  font-size: 14px;
  color: #888;
}

footer .ft_menu ul li a img {
  width: 9px;
}

footer .ft_menu.ft_menu2 {
  padding-left: 132px;
}

footer .ft_content p {
  color: #888;
}

footer form {
  /* width: 500px; */
  border: 1px solid #4d4d4d;
  margin-left: 50px;
  padding: 9px 9px;
  border-radius: 9px;
  display: flex;
  align-items: center;
}

footer form input {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
}

footer button {
  width: 190px !important;
  text-align: center;
  background: #f18022;
  border: 0;
  color: #fff;
  padding: 10px 0;
  border-radius: 8px;
}

footer .social_img {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

footer .social_img a img {
  width: 35px;
}

.inner-banner {
  padding: 155px 0 55px;
}

/* contact page */


#contact .contact-box {
  display: flex;
  gap: 10px;
  align-items: center;
}

#contact h6 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

#contact .contact-box {
  color: #000;
  font-size: 14px;

}

#contact .form-box {
  background-color: #000;
}


.contact-us .contact-box {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-us .contact-box .icon-box {
  background-color: #000000;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}


.contact-us .contact-box a {
  color: #000;
}

.contact-us form input {
  padding: 14px;
  border-radius: 3px;
  width: 100%;
  border-color: 1px solid var(--theme-color-third);
  color: #000;
  border: none;
  border: 1px solid #fff;
}

.contact-us form textarea {
  padding: 14px;
  border-radius: 3px;
  border-color: 1px solid var(--theme-color-third);
  height: 150px;
  color: #000;
  width: 100%;
  border: none;
  border: 1px solid #fff;
}

.contact-us form button {
  background-color: #f85e13;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  border: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}

.box-team .img-box {
  position: relative;
}

.box-team {
  background-color: #fff;
  color: #000000;
  transition: 1s;
  border-color: #f18022 !important;
  height: 100%;
}

.box-team p span {
  font-size: 16px;

}

.box-team:hover {
  background-color: #000000;
  color: #fff;
  transition: 1s;
  border-color: #000000 !important;
}

.box-team .img-box .sdocial {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  padding: 10px;
}

.box-team .img-box .sdocial a {
  background-color: #f85e13;
  color: #000;
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px #000;
}

.policy h4 {
  font-weight: bold;
}

/* ***** 21-05-2025 ******* */
.about_sec2 .content ul li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.about_sec2 .content ul li i {
  color: #f85e13;
}

.about_sec3 .content ul li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.about_sec3 .content ul li i {
  color: #f85e13;
}

#home_sec2 .content p {
  padding: 0 0px;
  margin-bottom: 14px;
}

.menu-page-sec .content i {
  color: #f85e13;
}

.menu-page-sec ul li {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}

.menu-page-sec a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

.home_sec2 .content {
  text-align: center;
  background: #f85e13;
  color: #fff;
  padding: 50px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.home_sec2 a.comon-btn {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0;
  border-radius: 50px;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.home_sec2 a.comon-btn:hover {
  background: #f85e13;
  color: #fff;
}

/* contact form margin-bottom css(27.06.2025) */
form.wpcf7-form.init p {
    margin-bottom: 0;
}

#es_form_f1-n1 form {
    border: 1px solid #4d4d4d;
    margin-left: 50px;
    padding: 9px 9px;
    border-radius: 9px;
    display: flex;
    align-items: center;
}
#es_form_f1-n1 input[type="submit"] {
    width: 190px !important;
    text-align: center !important;
    background: #f18022 !important;
    border: 0 !important;
    color: #fff !important;
    padding: 10px 0 !important;
    border-radius: 8px !important;
}
#es_form_f1-n2 form {
    border: 1px solid #4d4d4d;
    margin-left: 50px;
    padding: 9px 9px;
    border-radius: 9px;
    display: flex;
    align-items: center;
	margin-bottom:30px !important;
}
#es_form_f1-n2 input[type="submit"] {
    width: 190px !important;
    text-align: center !important;
    background: #f18022 !important;
    border: 0 !important;
    color: #fff !important;
    padding: 10px 0 !important;
    border-radius: 8px !important;
}

.list-p li p{
	margin-bottom:0px !important;
	display: contents;
}
.emaillist form {
	margin-bottom:30px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color:green;
}
.wpcf7 form.sent .wpcf7-response-output {
    color:#ffb900;
	border-color:#ffb900;
}
.copy_right a{
	color:#888;
}
.copy_right a:hover{
	color:#f18022;
}

.pri-ul li{
	list-style:dotted;
}
#home_sec2 .content {
    text-align: center !important;
    background: #f85e13;
    color: #fff;
    padding: 20px 10px 33px;
    height: 100%;
    display: inherit;
    border-radius: 18px;
}

.banner_sec h4 {
    text-shadow: 3px 2px 3px black !important;
	color:#ff5400;
}
a.cmn-btn{
	background: #f85e13;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 0;
    border-radius: 50px;
    text-transform: uppercase;
    width: 210px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
	margin-top:50px;
}
a.cmn-btn:hover{
	background: #000;
    color: #fff;
    transition: 0.8s;
}
.blog_page .service_content {
    box-shadow: rgba(0, 0, 0, 0.24) 1px 2px 13px 0px;
    border-radius: 10px;
    padding: 10px;
}
.red-btn{
	color:#f85e13 !important; 
}
/* 
///comment box css/// */

.inner-blog-left-sec .inner-blog-comment form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment #submit {
  color: #ffffff !important;
  background-color: #000 !important;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment #submit:hover {
  background: #f85e13 !important;
  border: 1px solid #f85e13;
  color: #000;
  transition: 0.5s;
}
input#wp-comment-cookies-consent {
    width: 40px;
}
.inner-blog-right-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 35px 21px 20px;
  border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}
.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
  color: #000000ab;
  font-size: 15px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}
.inner-blog-left-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 15px 5px 35px;
  border-radius: 8px;
}

.blog_content p{
	padding-bottom:0px;
	margin-bottom:0px;
}
a.page-numbers {
    font-size: 16px;
	font-weight:600;
    border: 1px solid #000;
	border-radius:5px;
	padding:5px 20px;
	color:#000;
}
.current{
	font-size: 16px;
	font-weight:600;
    border: 1px solid #f85e13;
	background-color:#f85e13;
	color:fff;
	border-radius:5px;
	padding:5px 20px;
}


.center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.root4{
	text-align:center;
}
.root4 h2{
	font-size:300px;
}
.share-sec{
	display:flex;
	justify-content:space-between;
}
.social ul{
	display:flex;
	gap:20px;
}
.social ul li a{
	color: #f85e13;
    font-size: 20px;
}
.top-img {
    display: block !important;
    max-width: 100%;
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
img.alignnone.wp-image-377.size-full {
    height: 400px;
	object-fit:cover;
	width: 100%;
}
/* Initially visible */
#main-header {
    transition: top 0.3s;
}

/* Hidden on scroll down */
#main-header.hide-on-scroll {
    top: -100px;
}
.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}
.digital-sign-up{
	margin-right: 20px;
	padding-left:20px;
	border-left:2px solid #fff;
	color: #fff;
}
.digital-sign-up a{
	font-size: 20px;
	font-weight:400;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
#exampleModal form {
    border: 1px solid #000;
    background-color: #ffb18a;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 8px 18px;
	justify-content:space-between;
}
#exampleModal form input, #exampleModal form button {
    background: transparent;
    border: none;
    color: #fff;
	box-shadow:none;
	outline: none;
}
#exampleModal form input, #exampleModal form button {
    background: transparent;
    border: none;
    color: #fff;
}
.srch-main{
	display:flex;
	justify-content:center;
	align-items:center;
}

input#search-form-1 {
   font-size:16px;
   font-family: "Oswald", sans-serif;
}
.hide-on-scroll {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.srch-heading h1{
	color: #fff;
}
.digital-sign-up form{
	border:2px solid #ffb18a !important;
	border-radius:5px;
	background-color: #fff;
}
.search-submit{
	background-color: #fff !important;
	border:none !important;
}
input#search-form-1 {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    border: none;
    padding: 5px 10px !important;
	box-shadow:none !important;
	outline:none !important;
}
input#search-form-2 {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    border: none;
    padding: 5px 10px !important;
	box-shadow:none !important;
	outline:none !important;
}

.search-result .btn {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 5px;
}
.search-result .btn:hover {
  background-color: #cc5200;
}
.service_content a{
	color: #000;
	align-self: self-start;
}
.service_content a:hover{
	color: #f18022;
	transition: ease all 0.3s;
}
.service_content .blk-btn{
	color: #f18022 !important;
	align-self: self-start;
	
}
.service_content .blk-btn:hover{
	color: #000 !important;
	transition: ease all 0.3s;
}
.ser-cont{
	display:flex;
	flex-direction:column;
	gap:20px;
}