/* Font link */
@font-face {
  font-family: "my_font";
  src: url(../fonts/argine.otf);
}

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

: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: "Inter", 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: 20px;
}

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: 66px;
  font-weight: 700;
}

h2 {
  font-size: 46px;
  font-weight: 500;
}

h3 {}

h3 {
  font-size: 32px;

}


h4 {}

h5 {}

h6 {
  font-size: 17px;
}

.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: #e95c16;
	border-radius: 25px;
	text-align: center;
	border: 2px solid #e95c16;
	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;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}

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

/* main header */
.header_menu {
  background: #fff;
}

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

.header_menu li a:hover {
  color: var(--theme-color-second);
}

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


.header_menu li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 27px 17px;
  display: inline-block;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.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: var(--theme-color-second);
  }

  .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: 14px;
	display: block;
	width: 100%;
	padding: 12px 12px;
}
ul.dropdown-menu.fade-up {
	border: none;
	background: #fff;
	padding: 0 0;
	min-width: inherit;
	width: 210px;
	border-radius: 0px;
}
.link-sm-2 i {
  top: -9px !important;
}

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

#main_header .top_header {
  background: #e85a17;
  padding: 8px 0;
}

#main_header .social_icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

#main_header .social_icon a i {
  font-size: 17px;
  color: #fff;
}


#main_header .btom_content a {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.hd_info a img {
  margin: 0 8px 0 11px;
  width: 38px;
}

#main_header .btom_content {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

#main_header .btom_content p {
  margin-bottom: -7px !important;
}

#main_header .btom_content a p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

/* BAnner Sec */
.banner_section {
  padding: 170px 0;
}

a.comon-btn {
  background-image: linear-gradient(90deg, #f7b105, #e95a16);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0;
  border-radius: 50px;
  width: 205px;
  text-align: center;
  text-transform: uppercase;
}

a.comon-btn:hover {
  background-image: linear-gradient(90deg, #e95a16, #f7b105);
  color: #fff;
}

a.comon-btn2 {
  background: #fff;
  border: 1px solid #e95a16;
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0;
  border-radius: 50px;
  width: 205px;
  text-align: center;
}

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

.banner_section h3 {
  text-transform: uppercase;
  margin-bottom: 4px;
}

.banner_section h1 {
  line-height: 68px;
  text-transform: uppercase;
  margin-bottom: 3px;
}


.banner_section h1 {
  background-color: #f7b105;
  background-image: linear-gradient(90deg, #f7b105, #e95a16);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.banner_section h2 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e86815;
  margin-bottom: -4px;
}

.banner_section h2 span {
  font-family: "my_font";
  color: #000;
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: -8px;
  left: 3px;
}

/* Home Section 1 */
.home_sec1 .btom_content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home_sec1 .btom_content h3 {
  font-size: 17px;
  margin-bottom: 2px;
  font-weight: bold;
}

.home_sec1 .btom_content p {
  margin-bottom: 0;
}

.home_sec1 .btom_content ul li img {
  border-radius: 80px;
  width: 95px;
}

.home_sec1 h2 {
  font-weight: 500;
  font-size: 34px;
  color: #e85a17;
}

/* Home Section 2 */
.home_sec2 .heading h2 {
  margin-bottom: 9px;
  color: #e85a17;
}

.home_sec2 .heading h3 {
  margin-bottom: 6px;
  font-weight: 500;
}

.home_sec2 .heading h3 {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 21px;
  color: #e85a17;
}

/* Home Section 3*/
.home_sec3 .heading h2 {
  margin-bottom: 9px;
  color: #e85a17;
}

.home_sec3 .content img {
  border-radius: 175px;
}

.home_sec3 .content {
  padding: 0 25px;
}

.home_sec3 .content .top_img span {
  font-size: 34px;
  background: #e85a17;
  color: #fff;
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  font-weight: bold;
  border-radius: 50px;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
}

.home_sec3 .content .top_img {
  position: relative;
}

.home_sec3 .content {
  position: relative;
}

/* Home Section 4 */
.home_sec4 .rigth_content ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 11px;
}

.home_sec4 .rigth_content ul li i {
  font-size: 10px;
}

.home_sec4 .left_content ul li {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 11px;
}

.home_sec4 .left_content ul li i {
  font-size: 10px;
}

.home_sec4 .left_content {
  background: #000;
  padding: 55px 55px;
  border-radius: 10px;
}

/* Home Section 5 */
.home_sec5 .heading h2 {
  margin-bottom: 9px;
  color: #e85a17;
}

/* Home Section 6 */

.home_sec6 .heading .call_btn {
  background-color: #f7b105;
  background-image: linear-gradient(180deg, #f7b105, #e95a16);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 600;
}

.call_icon {
  width: 85px;
  height: 85px !important;
  background: #e95b16;
  display: flex;
  align-items: center;
  border-radius: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
  justify-content: center;
  font-weight: 500;
  margin-top: 50px !important;
  margin: 0 auto;
}

.home_sec6 h6 {
  margin-bottom: -6px !important;
}

.home_sec6 {
  padding-bottom: 410px;
}

/* BLOG SEC */

.blog_sec .content img {
  border-radius: 6px;
}

.blog_sec .content .top_img {
  margin-bottom: 17px;
}

.blog_sec .content p {
  margin-bottom: 20px;
}

.blog_sec .content .link_btn {
  font-style: italic;
  color: #db491b;
}

.blog_sec a.comon-btn {
  background: #db491b;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 12px 0px;
  /* border-radius: 5px; */
  text-transform: uppercase;
  font-weight: 400;
  width: 12rem;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 1px;
}

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

.blog_sec .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_sec .heading h2 {
  margin-bottom: 0;
}

.blog_sec a.comon-btn3 {
  background: #dfb659;
  color: #000;
  font-size: 13px;
  padding: 9px 31px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  width: 208px;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  letter-spacing: 2px;
}

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

a.comon-btn6 {
  background: #e95b16;
  color: #fff;
  font-size: 13px;
  padding: 11px 0;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  width: 166px;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  justify-content: center;
}

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

.comon-btn6 img {
  width: 20px;
  /* position: absolute;
  right: 5px; */
}

.blog_sec .content h6 {
  line-height: 1.5;
  font-size: 20px !important;
  color: #000;
  font-weight: 400;
  margin-bottom: 7px;
}

.blog_sec .calender_content img {
  border-radius: 0 !important;
  width: 20px;
}

.blog_sec .calender_content {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: #8a8a8a;
  margin-bottom: -10px;
  display: block;
}



/* faq-content */

.faq-contact .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fceae1;
  box-shadow: none;
  border: none !important;
}

.faq-contact .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border: none !important;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}

.faq-contact .accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  text-align: start;
  background: #fceae1;
  color: #000;
  border: none;
}

.faq-contact .get-intouch button:hover {
  background-color: #000;
  color: #fff;
}

.faq-contact .accordion-item h3 {
  line-height: 22px;
  font-size: 18px;
}

.faq-contact .accordion-item p {
  color: #555555;
}

.faq-contact .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.faq-contact .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 19px 20px;
  font-size: 17px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #fceae1;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: "Urbanist", sans-serif;
}



/* CONTACT SEC */

.contact_page .contact-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 21px 25px 41px;
  box-shadow: 0px 3px 14px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 100%;
}

.contact_page .contact-info-box i {
  font-size: 45px;
  color: #242526;
}

.contact_page h5 {
  font-size: 19px;
  margin-bottom: 5px;
}

.contact_page a {
  color: #000;
  font-weight: 500;
  text-align: center;
}

.contact-form-2 #form-action input {
  padding: 13px;
  color: #fff;
  background-color: #0d0d12;
  border: 1px solid #0d0d12;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
}

.input:focus {
  color: #5F656F;
  background-color: #0d0d12;
  border-color: #5F656F;
  outline: 0;
  box-shadow: none;
}

.contact-form-2 #form-action textarea {
  padding: 15px;
  color: #fff;
  background-color: #0d0d12;
  border: 1px solid #0d0d12;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
}

.contact-form-2 #form-action button {
  padding: 15px 0px;
  background: #e85a17;
  color: #fff;
  border: none;
  letter-spacing: 2px;
  transition: 1s;
  width: 100%;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
}

/* TESTIMONIAL SEC */

.testimonial_sec .review_content h6 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
}

.testimonial_sec .review_content .star_icon {
  margin-bottom: 17px;
}

.testimonial_sec .review_content img {
  width: 90px !important;
  margin-bottom: 12px !important;
  margin: 0 auto;
}

/* .testimonial_sec .review_content p {
  font-size: 14px;
  margin-bottom: 0;
} */

.testimonial_sec .review_content .star_icon img {
  width: 88px !important;
  margin-bottom: -10px !important;
  margin: 0;
  margin: auto;
}

.testimonial_sec .review_content {
  text-align: center;
  border-radius: 5px;
  padding: 34px 15px;
  margin: 10px 9px;
  /* border: 1px solid #939393; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 10px 0px;
}

.testimonial_sec .owl-nav {
  position: relative;
}

.testimonial_sec .owl-next {
  position: absolute;
  right: -50px;
  top: -230px;
}

.testimonial_sec .owl-prev {
  position: absolute;
  left: -50px;
  top: -230px;
}

.testimonial_sec .owl-nav img {
  width: 25px;
}

.testimonial_sec .btom_content img {
  width: 140px;
}

.testimonial_sec .btom_content p {
  margin-bottom: 0;
}

.testimonial_sec .btom_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  gap: 10px;
}

.testimonial_sec .btom_content {
  position: relative;
}

.testimonial_sec .btom_icon img {
  width: 78px;
  position: absolute;
  left: 0;
  transform: rotate(106deg);
  bottom: -90px;
}

/* FOOTER SEC */

footer {
  background-color: #1b1b24;
  padding: 70px 0 40px;
  color: #fff;
}

footer .ft_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .ft_top_content .prosinal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .ft_top_content .heading h3 {
  margin-bottom: 0;
}

footer .ft_top_content .prosinal .content_right ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

footer .ft_top_content .prosinal .content_right ul li img {
  padding: 10px;
}

footer .logo_ft {
  margin-right: 67px;
  /* margin-bottom: 20px; */
}

footer .logo_ft a img {
	width: 115px;
}

footer .list-unstyled.ft_adress li {
  margin-bottom: 14px;
}

footer .list-unstyled.ft_adress li a {
  color: #d9d9d9;
}

footer .list-unstyled.ft_adress li a i {
  font-size: 20px;
}

footer .list-unstyled.ft_adress li i {
  font-size: 25px;
  color: #ffffff;
  margin-right: 10px;
}

footer .list-unstyled.ft_adress li {
  display: flex;
  align-items: start;
  gap: 14px;
  margin-bottom: 19px;
}

footer .list-unstyled.ft_adress li img {
  width: 17px;
}

footer .heading p {
  margin-bottom: 0;
}

footer .ft_content h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 22px;
}

footer .ft_links li a {
  color: #d9d9d9;
  font-size: 15px;
}

footer .ft_con img {
  width: 185px;
}

footer .ft_links li {
  margin-bottom: 12px;
}

footer .ft_links1 li a {
  color: #c8c8c8;
}

footer .ft_links1 li {
  margin-bottom: 15px;
  display: inline-block;
  width: 171px;
}

footer .row-below {
  margin-top: 45px;
}

footer .ft_botom {
  display: flex;
  align-items: center;
  margin-top: 45px;
}

footer .ft_botom .ft_content h4 {
  margin-bottom: 0;
}

footer .ft_botom .ft_content {
  display: flex;
  align-items: center;
}

footer .ft_botom .ft_content img {
  width: 77px;
  margin-left: 15px;
}

footer .ft_content_right {
  text-align: right;
}

footer .ft_content_right p a {
  color: #c8c8c8;
}

footer .copy_txt {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .ft_btn {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

footer .ft_content1 p {
  /* text-transform: uppercase; */
  font-size: 18px;
  margin-bottom: 17px;
}

footer .ft_content1 .btom_content {
	margin-top: 55px;
}

footer .ft_content1 a img {
  width: 195px;
}

footer .copy_txt p {
  font-size: 15px;
  color: #d9d9d9;
}

footer .copy_txt a {
  font-size: 14px;
  color: #000;
}

.our_mission_sec .heading h2 span {
  color: #eb8ea5;
  font-weight: 600;
}

footer .content-ft .sing-up-sec form {
  background: #fff;
  width: 685px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px 14px;
}

footer .content-ft .sing-up-sec form input {
  padding: 26px 0;
  height: 43px;
  width: 516px;
  background: initial;
  color: #000000;
  outline: none;
  border: none;
}

footer .content-ft .sing-up-sec form input::placeholder {
  color: #444444;
  opacity: 1;
}

footer .content-ft .sing-up-sec form button {
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 7px;
  height: 100%;
  transition: 0.8s;
}

.ft_border {
  margin: 40px 0px 45px !important;
  background: #fff;
  width: 100%;
  height: 1px;
}

footer h4 {
	font-size: 18px;
	margin-bottom: 12px;
}
footer .rigth_content_ft {
  display: flex;
  justify-content: space-around;
}

.ft_border2 {
	margin: 50px 0px 30px !important;
	background: #fff;
	width: 100%;
	height: 1px;
}

footer .copy_txt ul {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
}

footer .copy_txt ul li img {
  width: 34px;
}

footer .copy_txt ul li {
	font-weight: 500;
}

footer a.comon-btn2 {
  border: 1px solid #fff;

}
/* INNER PAGE */

.inner_banner_heading {
  text-align: center;
  color: #ffffff;
}

#inner-banner {
  background: #e85a17;
  padding: 75px 0 35px;
  color: #fff;
}

#inner-banner h1 {
	font-size: 58px;
	/* font-weight: 500; */
	line-height: 64px;
	margin-bottom: 8px;
}

#inner-banner .breadcrumb {
  justify-content: center;
}

#inner-banner .breadcrumb a {
  color: #ffff;
}

#inner-banner .breadcrumb-item.active {
  color: #fff;
}

#inner-banner .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}


/* CONTACT US PAGE */

.contact .heading {
  text-align: center;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
  /* background: #e8e4e4 !important; */
  padding: 38px 0 27px;
  border: 1px solid #e8e4e4;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.08);
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
  color: #000;
}

#contact .contact-info .fa-map-marker {
  font-size: 39px;
}

#contact .contact-info h3 {
  text-transform: capitalize;
  color: #272727;
  margin: 14px 0 0;
  /* margin-bottom: 0; */
  font-size: 23px;
  margin-bottom: 6px;
  /* font-family: 'Poppins', sans-serif; */
  text-transform: capitalize;
}

#contact address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
  color: #202020;
  font-weight: 400;
}

#contact .contact-info i {
	font-size: 45px;
	display: inline-block;
	margin-bottom: 0;
	color: #e85a17 !important;
}

#contact .contact-info .fa-envelope {
  font-size: 32px;
}

#contact .contact-info a {
  color: #202020;
  font-size: 16px;
}

#contact .con-form form input,
#contact .con-form form textarea {
  padding: 15px 8px;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-bottom: 1px solid #000;
  box-shadow: none;
  font-size: 15px;
  outline: none;
  width: 100%;
}

#contact .con-form form input {
  color: #000;
}

#contact .con-form form label {
  color: #00000080;
}

#contact .con-form form button[type="submit"] {
  background: #000;
  border: 0;
  padding: 16px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  font-weight: 500;
  border-radius: 5px;
}

#contact .con-form .contact-location .timing {
  gap: 10px;
  display: grid;
}

#contact .con-form form .form-btn-grp {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#contact .con-form a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

#contact .con-form .form-info {
  box-shadow: 1px 2px 35px 7px rgba(0, 0, 0, 0.11);
  padding: 30px 40px;
  border-radius: 6px;
}

#contact .con-form {
  padding: 20px 0px 0;
}


/* MAP SEC*/

.map {
  line-height: 0;
}

.map iframe {
  border-radius: 10px;
}

#contact .contact-phone p {
  margin-bottom: 2px;
}

#testimonial_sec .review_content {
	text-align: center;
	border-radius: 5px;
	padding: 34px 15px;
	margin: 0;
	/* border: 1px solid #939393; */
	box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 10px 0px;
}

/* INNER BLOG PAGE */

.inner-blog {
  background-color: #fff;
}

.inner-blog p {
  margin-bottom: 0;
  color: #696969;
}

.inner-blog .heading h6 {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0px;
}

.blog-img img {
  border-radius: 10px;
}

.inner-blog .heading ul li a i {
  background-color: #fff;
  color: #8f8f8f;
  width: 40px;
  height: 40px;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}

.inner-blog .heading ul li {
  margin-right: 10px;
}

.read-more-btn {
  color: #fff;
  margin-bottom: 0px;
  display: block;
  text-transform: capitalize;
  margin-left: 30px;
  font-size: 17px;
  border-bottom: 1px solid #b40000;
}

.blog-read-more {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.inner-blog .bottom-heading h2 {
  margin-top: 0px !important;
}

.blog-gap {
  padding: 30px 0px;
}

.inner-blog .bottom-heading {
  margin-top: 30px;
}

.blog-img {
  position: relative;
}

.blog-date {
  text-align: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #b40000;
  padding: 11px 20px;
}

.border_blog {
  border-right: 1px solid #bfbfbf;
  padding-right: 20px;
}

.inner-blog-content h4 {
  color: #fff;
  font-weight: 400;
}

.recent_post {
  margin-left: 25px;
}

.recent_post h4 {
  color: #fff;
  text-transform: uppercase;
}

.recent_post ul li {
  list-style-type: disclosure-closed;
  color: #fff;
  margin-left: 20px;
}

.recent_post ul li a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

.inner-blog-content hr {
  color: var(--theme-color-second);
}

.inner-blog .heading h2 {
  color: #fff;
}

.inner-blog-content {
  margin-top: 30px;
}

.inner-blog-p {
  margin: 0px !important;
  margin-left: 10px !important;
}

.inner-blog-content i {
  color: #747474;
}

.third-link a {
  color: #fff;
}

.inner-blog-social li a i {
  background-color: #000;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  padding: 14px;
  display: flex;
  justify-content: center;
  line-height: 15px;
  margin-right: 7px;
}

.inner-blog-content .inner-ink {
  color: #fff;
  text-decoration: underline;
}

.inner-blog-content h4 {
  color: #000;
}

.inner-blog-content p {
  color: #696969;
}

.footr-con h3 {
  font-size: 29px;
  letter-spacing: 0;
  text-align: start;
}

.fott-content {
  text-align: start;
}

.fott-content a {
  color: #000;
}

.inner-blog .heading h2 {
  color: #000;
}

.search_bar .form-control {
  display: inline-block;
  width: 70%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5F656F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search_bar .form-inline {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-control:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #B7B7B7;
  outline: 0;
  box-shadow: none;
}

.btn-outline-success {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: none;
}

.search_bar {
  padding-bottom: 26px;
}

#inner_blog_form {
  background: none;
  padding: 25px 50px 0 0;
  border-radius: 0;
}

#inner_blog_form input {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
}

#inner_blog_form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
}

#inner_blog_form button {
  background: var(--theme-color-second);
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 12px 0px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  width: 14rem;
  border: none;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: var(--theme-color-second);
  border-color: var(--theme-color-second);
}

.inner-blog-content ul li {
  display: flex;
  align-items: center;
}

.inner-blog-content ul {
  gap: 25px;
  gap: 26px;
}
/* Services */

.services_sec .content img {
  border-radius: 10px;
  margin-bottom: 17px;
}

.services_sec .content .btom_content h5 {
	margin-bottom: 5px;
	margin-top: 21px;
	font-size: 22px;
	min-height: 52px;
}

.services_sec .content .btom_content p {
  line-height: 1.8;
  color: #393939;
}
/* 
a.comon-btn4 {
  background-color: #2c66331c;
  border: 1px solid #2c6633;
  color: #2c6633;
}

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

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

.services_sec a.comon-btn3 {
  background: #eff6fc;
  color: #282828;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0px;
  border-radius: 6px;
  width: 215px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'my-font';
  letter-spacing: 1px;
  border: 1px solid #3292d4;
}

.services_sec a.comon-btn3:hover {
  background: #3292d4;
  color: #fff;
} */

.services_sec .content .top_img {
  position: relative;
}

.services_sec .btom_img img {
  width: 66px !important;
  border-radius: 0 !important;
  position: absolute;
  right: 15px;
  bottom: -45px;
}


/* About Page */
.about_page_sec1 .box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.about_page_sec1 img.img-fluid {
	width: 90px;
	margin-bottom: 10px !important;
	margin: 0 auto;
}

.about_page_sec1 p.text-box{
  margin-top: 30px;
}

.about_page_sec1 h4 {
	font-size: 21px;
  margin-bottom: 0;
}
.about_page_sec1 .icon-box {
	padding: 30px 40px;
	text-align: center;
	box-shadow: 0px 0px 10px 1px #c3c3c3;
	border-radius: 10px;
}



/* Contact Form CSS  */
#wpcf7-f6-o1 form p,
#wpcf7-f305-o1 form p {
	margin-bottom: 0px !important;
}


/* Blog Navigation */
.center {
  display: flex;
	justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
	border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #e95b16;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3; 
	border-radius: 5px;
}

/* Blogearch */
form.search-form {
    display: flex;
    flex-wrap: wrap;
}
.search-form label {
    width: 72% !important;
    /* display: flex; */
}
input#search-form-1 {
    border: 1 px solid #999;
    outline: none;
    width: 97%;
    padding: 8px;
    border: 1px solid #ccc;
}
button.btn.btn-outline-success.my-2.my-sm-0 {
    width: 28%;
}

/* Leave A Comment */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
		color: white !important;
		background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
		border: none;
}
#respond form p{
		color: #6d6d6d;
	  margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #e95c16;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
	color: #0f3ca1 !important;
	text-decoration: underline;
	display: inline-block !important;
}
#comments .comment-author a{
	color: #000 !important;
}
#comments .comment-metadata a{
	color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
		color: white !important;
		background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
	color: white !important;
		background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin-right: 10px !important;
}



.es-form-field-container {
    width: 100%;
}
input#esfpx_email_58f9dfba42557 {
    width: 95%;
}