/* Font Links */
@import url('https://fonts.googleapis.com/css2?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-font1";
  src: url(../fonts/Branch.ttf);
}

@font-face {
  font-family: "span-font";
  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;
  /* color: var(--theme-color) !important; */
  font-family: "Poppins", sans-serif;
}

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;
  color: inherit;
  font-family: "my-font1";
}

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: 98px;
  line-height: 0.9;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 44px;
}

h4 {}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 19px;
}

.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 */
.header_menu {
  background: var(--theme-color);
}

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

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

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

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

.header_menu li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 24px 19px;
  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: 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;
}

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

/* Banner Section */
.banner_section .banner_heading h3 {
  font-family: "span-font";
  font-size: 52px;
  display: block;
  margin-bottom: -10px;
  margin-left: -10px;
  color: #ff7e00;
}

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

}

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

.banner_section {
  padding: 110px 0 200px;
}

.color_1 {
  color: #ff7e00;
}

/* Home Section 2  */
.home_sec2 .content {
  position: relative;
  z-index: 111;
}

.home_sec2 .heading {
  position: relative;
  z-index: 111;
}

.home_sec2 .content img {
  width: 65px;
  margin-bottom: 22px;
}

.home_sec2 {
  position: relative;
  /* padding: 200px 0 140px; */
  /* background-position: bottom !important; */
}

.home_sec2::after {
  content: "";
  background: url(../image/Shape-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110%;
  height: 100%;
  position: absolute;
  right: -180px;
  /* left: 0; */
  top: -40px;
}

/* Home Section 3 */
.home_sec3 .content {
  position: relative;
}

.home_sec3 .content .btom_content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
}

.home_sec3 .content .btom_content img {
  width: 22px;
}

.home_sec3 .content .btom_content a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  border-bottom: 2px solid #fff;
  letter-spacing: 1px;
  display: inline;
  padding-bottom: 5px;
}

.home_sec3 .content .btom_content h5 {
  margin-bottom: 5px;
  font-size: 19px;
}

.home_sec3 .btom_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 240px;
}

/* Home SEction 4 */

.home_sec4 .right_img .top_content span {
  font-size: 40px;
  font-family: "my-font1";
  margin-bottom: 10px !important;
  display: block;
}

.home_sec4 .right_img .top_content {
  background: #fff;
  width: 163px;
  padding: 25px 16px;
  position: absolute;
  left: -60px;
  top: -40px;
}

.home_sec4 .right_img .top_content p {
  line-height: 1.7;
}

/* why_choose_us_sec */

.why_choose_us_sec .content ul li span {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.why_choose_us_sec .content ul li .btom_content h6 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
}

.why_choose_us_sec .content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  background: #ffffff2b;
  padding: 20px 14px;
  border-radius: 10px;
  margin-bottom: 16px;
  box-shadow: rgba(254, 138, 139, 0.37) 3px 2px 15px -1px;
}

.why_choose_us_sec .content ul li .btom_content p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

/* CONTACT SECTION */

.contact_section .form_contact {
  text-align: center;
  background: linear-gradient(45deg, rgba(255, 126, 0, 1) 33%, rgba(255, 60, 0, 1) 100%);
  padding: 55px 50px;
  color: #fff;
  padding-left: 105px;
}

.contact_section .form_contact h5 {
  font-size: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact_section .form_contact p {
  margin-bottom: 24px;
  /* padding: 0px 12px; */
  /* font-family: "my-font-medium"; */
  line-height: 27px;
}

.contact_section .form_contact input {
  width: 100%;
  outline: none;
  border-bottom: 1px solid #ff9266 !important;
  padding: 17px;
  /* border-radius: 4px; */
  /* outline: none; */
  font-size: 15px;
  background: transparent;
  border: none;
  padding-left: 0;
  padding-bottom: 8px;
}

.contact_section .form_contact input::placeholder {
  opacity: 1 !important;
  color: #fff;

}

.contact_section .form_contact textarea {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #ff9266 !important;
  padding: 17px;
  outline: none;
  font-size: 15px;
  background: transparent;
  padding-left: 0;

}

.contact_section .form_contact textarea::placeholder {
  opacity: 1 !important;
  color: #fff;

}

.contact_section .form_contact button {
  background: #fff;
  color: #000;
  border: none;
  text-transform: uppercase;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  transition: all 0.7s;
}

.contact_section .form_contact button:hover {
  background: #000;
  color: #fff;
  transition: all 0.7s;
}

.contact_section .form_contact h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.contact_section .form_contact h2 {
  margin-bottom: -6px;
}

.contact_section .heading {
  padding: 120px 60px 50px 50px;
  background: #fff;
  display: inline-block;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_section .right_content {
  position: relative;
}

.contact_section .right_content::before {
  content: "";
  background: url(../image/contact_section_bg.png) center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 170%;
  top: -167px;
}

.contact_section .top_img img {
  width: 260px;
}

.contact_section .top_img {
  position: absolute;
  right: 0;
  top: 0;
}

/* FOOTER SEC */

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

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


/* .ft_border {
  width: 100%;
  height: 1px;
  background-color: #000;
} */

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

footer .ft_logo img {
  width: 200px;
  margin-bottom: 30px;
}

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

footer .ft_content p span {
  color: #cdb701;
  font-weight: 600;
  font-size: 18px;
}

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: 165px;
}

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

footer .list-unstyled.ft_adress li a {
  color: #d9d9d9;
  font-size: 14px;
}

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 {
  /* display: block ruby; */
  width: 15px;
}

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

footer .ft_content h4 {
  /* font-family: 'Rubik', sans-serif; */
  font-size: 21px;
  /* font-weight: 400; */
  text-transform: capitalize;
  color: #ff7e00;
  line-height: -8.6;
  margin-bottom: 24px;
}

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

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: 65px;
}

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

footer .copy_txt p {
  font-size: 14px;
  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: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  /* border: 1px solid #fff; */
  border-radius: 6px;
  padding: 4px 14px;
  gap: 9px;
}

footer .content-ft .sing-up-sec form input {
  padding: 26px 20px;
  height: 43px;
  width: 426px;
  background: #2e3536;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50px;
}

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

footer .content-ft .sing-up-sec form button {
  border: none;
  background: #ff67dd;
  outline: none;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0 44px;
  /* margin: 10px; */
  border-radius: 47px;
  height: 48px;
  /* margin-right: 5px; */
  transition: 0.8s;
}

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

footer h4 {
  font-size: 18px;
}

footer .rigth_content_ft {
  display: flex;
  justify-content: start;
  gap: 150px;
}

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

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

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

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

footer .content-ft {
  display: flex;
  align-items: center;
  gap: 15px;
}


/*========================== new css================= */

.inner-banner h1{
  font-size: 52px;
}

.get-in-touch-2 .new-max {
  border: 2px solid var(--theme-color);
}

.get-in-touch-2 .new-max  h4{
  font-size: 44px;
}

.get-in-touch-2 .contact-info a {
  letter-spacing: 1px;
  font-size: 18px;
  color: #ff7e00;
  font-weight: 600;
}
.get-in-touch-2 .contact-info h5 {
  margin-bottom: 10px;
  color: #001a32;
}

.get-in-touch-2 form input, .get-in-touch-2 form select {
  padding: 12px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid;
  border-color: #001a32;
  background: transparent;
  padding-left: 0;
  color: #858585;
}

.get-in-touch-2 form textarea {
  padding: 12px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid;
  border-color: #001a32;
  background: transparent;
  height: 90px;
  padding-left: 0;
}

.get-in-touch-2 form button {
  background-color: #000000;
  width: 100%;
  border: none;
  color: #ffffff;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.map{
  line-height: 0;
}
.map iframe{
  width: 100%;
}


.customer-testimonial .review-box img{
  width: 55px!important;
  margin: 0 auto;
  margin-bottom: 25px;
 
}

.customer-testimonial .review-box {
  padding: 25px;
  border: 2px solid var(--theme-color);
  border-radius: 8px;
  background-color: #ebebeb;
}

.customer-testimonial .review-box .content {
  height: 180px;
  overflow-y: scroll;
  margin-bottom: 35px;
}

.customer-testimonial .review-box h4.letetr {
  background: #01579b;
  display: inline-flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 54px;
  line-height: 0;
  border-radius: 600px;
}
.customer-testimonial .review-box h5{
  font-size: 22px;
  color: var(--theme-color);
}

.customer-testimonial .owl-nav img{
  width: 28px;
}

.home_sec3  .content-service img{
  width: 100%!important;
  height: 452px!important;
  object-fit: cover!important;
}


.customer-testimonial .owl-nav {
    display: none !important;
}

.home_sec3 .btom_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home_sec3 .btom_text .heading{
	width:80%;
}