* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar {
  width: 10px;
  background-color: #111;
  cursor: pointer;
}
html ::-webkit-scrollbar-thumb {
  background: #444;
  width: 10px;
  border-radius: 5px;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #b40404;
  cursor: pointer;
}
body {
  background: #fffffff8;
  font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'Larsseit-Bold';
  src: url(../font/Larsseit-Bold.otf);
}
@font-face {
  font-family: 'Larsseit-Light';
  src: url(../font/Larsseit-Light.otf);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
img,
span,
input,
form,
label,
.btn,
.navbar,
.navbar-brand {
  margin: 0;
  padding: 0;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
a::selection,
ol::selection,
ul::selection,
li::selection,
img::selection,
span::selection,
input::selection,
form::selection,
label::selection,
.btn::selection,
.navbar::selection,
.navbar-brand::selection {
  color: #fff;
  background: #187fcc;
}
ol,
ul,
li {
  list-style-type: none;
}
a,
a:hover {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
h1 {
  font-size: 50px;
  color: #111;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  color: #111;
  font-weight: 600;
}
h3 {
  font-size: 35px;
  color: #111;
  font-weight: 600;
}
h4 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
}
h5 {
  font-size: 25px;
  color: #111;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  color: #111;
}
p {
  font-size: 14px;
  color: #111;
}
.container-fluid {
  padding: 0px 50px;
}
.ptb {
  padding: 80px 0px;
}
.mtb-15 {
  margin: 15px 0;
}
.btn {
  background: #fe0000;
  padding: 7px 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  border: none;
  transition: 0.3s;
  letter-spacing: 1px;
}
.btn:hover {
  background: #d60101;
  border-color: #d60101;
  color: #fff;
}
.btn:focus {
  background: #d60101;
  border-color: #d60101;
  color: #fff;
}
.btn2 {
  background: #000;
  border: 0.5px solid #555;
}
.btn2:hover {
  background: #d60101;
  border-color: #d60101;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #27282ba1;
}
.overlay2 {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #27282bdc;
}
/* --- Preloader ----- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ========= Common Heading = (START) ============================= */
.heading {
  padding-bottom: 40px;
}
.heading h6 {
  font-family: 'Larsseit-Light';
  font-size: 24px;
}
.heading h4 {
  font-size: 36px;
  font-family: 'Larsseit-Bold';
  padding: 5px 0;
  color: #000;
}
.heading p {
  font-size: 17px;
}
.heading .divider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  border-radius: 3px;
  width: 80px;
  background: #f31818;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* ========= Common Heading = (END) ======================= */
/* ========= Scoll Top = (START) ============================ */
.totop {
  position: fixed;
  bottom: 0px;
  right: 10px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 5px 5px 0 0;
  line-height: 47px;
  font-size: 20px;
  text-align: center;
}
.totop:hover {
  line-height: 40px;
  color: #fff;
  background: #ca1010;
  text-shadow: 0 0 5px #000;
}
/* ========= Scoll Top = (END) ========================= */
/* ========= Top Section = (START) ========================= */
.top_part {
  padding: 8px 0;
  width: 100%;
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.top_part p {
  font-size: 13px;
  font-weight: 500;
}
.top_part a i {
  padding-right: 2px;
  color: #ffffff;
}
.top_part a {
  color: #eee;
  font-weight: 400;
  padding-right: 15px;
  letter-spacing: 0.5px;
}
.top_part a:hover {
  color: #f18787;
}
.top_part .top_icon {
  text-align: right;
  font-size: 13px;
}
.top_part .top_icon a {
  text-align: right;
  font-size: 14px;
  padding-right: 7px;
}
.top_part .top_icon i {
  text-shadow: 1px 1px 2px #000;
  transition: 0.2s;
  color: #eee;
}
.top_part .top_icon i:hover {
  color: #f18787;
  opacity: 1;
}
/* ========= Top Section = (START) ================================ */
/* ========= Header = (START) ================================ */
.header_part {
  position: fixed;
  padding: 25px 0;
  transition: 0.3s;
  z-index: 99;
  width: 100%;
  background: #000;
}
.header_part.scrolling {
  padding: 20px 0;
  left: 0;
  top: 0;
  transition: 0.3s;
  position: fixed;
  border-bottom: 0.5px solid #333;
}
.header_part.scrolling .navbar > ul > li > a:before {
  bottom: -32px;
}
.header_part img {
  height: 44px;
  transition: 0.4s;
}
/*-- Navigation Menu ---*/
.navbar .hide {
  display: none;
}
.navbar ul {
  display: flex;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 26px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  height: 4px;
  bottom: -37px;
  left: 50%;
  background-color: #fe0000;
  visibility: hidden;
  width: 0px;
  transition: 0.5s;
  opacity: 0;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
  left: 0;
  opacity: 1;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fe0000;
}
.header_btn {
  display: flex;
  margin-left: 30px;
}
.header_btn .btn {
  padding: 7px 13px;
  text-transform: capitalize;
  margin-left: 15px;
}
.header_btn .btn:hover {
  color: #fff;
  padding: 7px 13px;
  text-transform: capitalize;
}
.header_btn .btn:focus {
  color: #fff;
  padding: 7px 13px;
  text-transform: capitalize;
}
.header_btn .btn2 {
  background: #000;
  border: 0.5px solid #555;
}
.header_btn .btn2 i {
  padding-right: 10px;
  color: #ff0d0d;
  font-size: 16px;
  transition: 0.3s;
}
.header_btn .btn2:hover {
  background: #d60101;
  border: 0.5px solid #d60101;
  padding: 7px 13px;
  color: #fff;
}
.header_btn .btn2:hover i {
  color: #fff;
}
.header_btn .btn2:focus {
  color: #fff;
  padding: 7px 13px;
  text-transform: capitalize;
  background: #d60101;
  border: 0.5px solid #d60101;
}
.header_btn .btn2:focus i {
  color: #fff;
}
/* ---- Mobile Navigation ----- */
.toggle_icon {
  font-size: 22px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  color: #fff;
  display: none;
  margin-left: 10px;
}
@media (max-width: 775px) {
  .toggle_icon {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000d3;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .hide {
  display: block;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #eee;
}
.navbar-mobile .mobile-nav-toggle:hover {
  color: #ff0000;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 50px;
  left: 15px;
  background-color: #222;
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 10px;
}
.navbar-mobile a {
  padding: 10px 20px;
  color: #eee;
  font-weight: 400;
}
.navbar-mobile a:hover {
  font-weight: 400;
}
.navbar-mobile > ul > li {
  padding: 0;
  background: #222;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  display: none;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #eee;
  background: #e90e0e;
  padding: 10px 20px;
}
.navbar-mobile .header_btn {
  display: none;
}
/* ========= Header = (End) ================================ */
/* ========= Banner = (START) =========================== */
.banner_section {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  height: 800px;
}
.banner_text {
  padding: 220px 20px 100px;
  text-align: center;
}
.banner_text h6 {
  color: #eee;
  padding-bottom: 20px;
  font-size: 22px;
  font-family: 'Larsseit-Light';
  letter-spacing: 0.5px;
}
.banner_text h1 {
  color: #fff;
  font-size: 60px;
  padding-bottom: 20px;
  text-shadow: 1px 2px 2px #111;
  letter-spacing: 0.5px;
  font-family: 'Larsseit-Bold';
}
.banner_text h5 {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-weight: 400;
}
.banner_text .btn {
  margin-top: 30px;
  padding: 12px 20px;
  font-size: 16px;
  letter-spacing: 0;
}
.banner_text .btn i {
  font-size: 16px;
  padding-left: 6px;
}
/* ========= Banner = (End) ================================ */
/* ==== PREMIER  SELLING   = (Start) ================================ */
.selling_section {
  text-align: center;
}
.category_items {
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 30px;
  text-align: center;
}
.category_items img {
  height: 35px;
  margin: 0 auto;
}
.category_items h5 {
  font-size: 15px;
  font-weight: 500;
  padding-top: 20px;
}
.category_items .img_after {
  display: none;
}
.category_items:hover .img_after {
  display: block;
}
.category_items:hover .img_before {
  display: none;
}
.category_items:hover h5 {
  color: #f80000;
}
.category_items:focus .img_after {
  display: block;
}
.category_items:focus .img_before {
  display: none;
}
.category_items:focus h5 {
  color: #f80000;
}
/* ==== PREMIER  SELLING   = (End) ================================ */
/* ====  About = (Start) ================================ */
.about_section {
  background: #13080c;
}
.about_section .container-fluid {
  padding: 0;
  overflow: hidden;
}
.about_text {
  padding: 60px 50px 50px;
  margin-left: 50px;
}
.about_text h3 {
  font-size: 46px;
  color: #fff;
  font-family: 'Larsseit-Bold';
}
.about_text h3 span {
  color: #ff0000;
}
.about_text p {
  color: #eee;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 15px;
  width: 90%;
}
.about_text .ask {
  padding-top: 25px;
}
.about_text .ask h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
}
.about_text .ask h4 span {
  color: #ff0000;
  font-weight: 400;
  font-family: 'Larsseit-Light';
}
.ask_box {
  position: relative;
}
.ask_box .form-control {
  padding: 0px 15px;
  border: none;
  color: #000;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
  height: 55px;
}
.ask_box .form-control::placeholder {
  font-weight: 500;
  color: #666;
}
.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  border: none;
  background: #ff0b0b;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 30px;
  border-radius: 0 3px 3px 0;
}
.submit:hover {
  background: #b40808;
}
/* ==== About  = (End) ================================ */
/* ====  What We Do  = (Start) ================================ */
.wedo_section {
  background: #f9f9f9;
}
.wedo_item {
  background: #fff;
  text-align: center;
  box-shadow: 0 0 12px #ddd;
  border-radius: 10px;
  padding-bottom: 20px;
  transition: 0.3s;
}
.wedo_item:hover {
  box-shadow: 0 2px 12px #bbb;
  transform: translateY(-5px);
}
.wedo_item img {
  width: 100%;
}
.wedo_item h4 {
  font-size: 24px;
  padding-top: 20px;
}
.wedo_item p {
  font-size: 14px;
  color: #555;
  padding: 10px 40px;
}
.wedo_item .btn {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
}
/* ==== What We Do   = (End) ================================ */
/* ====  FEATURED INVENTORY = (Start) ================================ */
.fertured_section {
  background: #f0f0f0;
}
.fertured_items {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ddd;
  transition: 0.3s;
  margin: 14px 2px;
}
.fertured_items:hover {
  box-shadow: 0 2px 12px #bbb;
  transform: translateY(-5px);
}
.fertured_items .img-fluid {
  width: 100%;
}
.fertured_content {
  padding: 20px 25px;
}
.fertured_content h4 {
  font-size: 22px;
}
.fertured_content h4 img {
  height: 22px;
  float: right;
}
.fertured_content p {
  color: #555;
  font-size: 13px;
  line-height: 1.6;
  padding: 10px 0;
}
.fertured_content h3 {
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
}
.fertured_content table tr td {
  font-size: 12px;
  padding: 3px 0;
  border: none;
  font-weight: 500;
  color: #444;
}
.fertured_content table tr td:last-child {
  padding-left: 15px;
}
.fertured_content .btn {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
}
.inventry_btn {
  background: #000;
  padding: 12px 30px;
  font-size: 14px;
  margin-top: 20px;
}
/* ==== FEATURED INVENTORY  = (End) ================================ */
/* ====   WHO WE WORK WITH  = (Start) ================================ */
.work_with_section {
  background: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.work_with_section .heading h4,
.work_with_section p {
  color: #fff;
}
.work_with_items {
  background: #0000009d;
  border-radius: 10px;
  border: 0.5px solid #555;
}
.work_with_items img {
  width: 100%;
  border-radius: 10px;
}
.work_with_items .work_with_content {
  padding: 50px 50px 25px;
  text-align: center;
  position: relative;
}
.work_with_items .work_with_content img {
  height: 115px;
  width: 115px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.work_with_items .work_with_content h5 {
  color: #fff;
  padding-bottom: 10px;
}
.work_with_items .work_with_content p {
  color: #ddd;
}
/* ====   WHO WE WORK WITH  = (End) ================================ */
/* ====  TESTIMONIALS  = (Start) ================================ */
.testimonials_section {
  background: #f7f7f7;
}
.testimonials_items {
  background: #fff;
  box-shadow: 0 0 15px #d1d1d1;
  transition: 0.3s;
  border-radius: 5px;
  margin: 15px;
}
.testimonials_items:hover {
  box-shadow: 0 2px 12px #bbb;
  transform: translateY(-5px);
}
.testimonials_content {
  padding: 25px;
}
.testimonials_content h5 {
  font-size: 21px;
  padding: 10px 0 6px;
}
.testimonials_content span i {
  color: #e60000;
  font-size: 16px;
}
.testimonials_content p {
  font-size: 15px;
  color: #555;
  padding-top: 10px;
}
.user_details {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}
.user_details img {
  height: 55px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.user_details h6 {
  padding: 8px 0 2px;
}
.testimonial_slide .left_arrow {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: #fff;
  line-height: 42px;
  text-align: center;
  padding-left: 10px;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  border: 0.5px solid #ddd;
}
.testimonial_slide .left_arrow:hover {
  background: #ec0909;
  color: #fff;
  border-color: #ec0909;
}
.testimonial_slide .right_arrow {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: #fff;
  line-height: 42px;
  text-align: center;
  padding-left: 10px;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  border: 0.5px solid #ddd;
}
.testimonial_slide .right_arrow:hover {
  background: #ec0909;
  color: #fff;
  border-color: #ec0909;
}
.testimonial_slide .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.testimonial_slide .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.testimonial_slide .slick-dots li button {
  font-size: 0px;
  width: 8px;
  height: 8px;
  background-color: #b9b9b9;
  border: none;
  border-radius: 50%;
  transition: 0.3s;
}
.testimonial_slide .slick-dots .slick-active button {
  background-color: #f53131;
  width: 18px;
  height: 8px;
  border-radius: 5px;
}
/* ==== TESTIMONIALS  = (End) ================================ */
/* ====  Premier  = (Start) ================================ */
.premier_section {
  background: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 220px 0;
  text-align: center;
}
.premier_section h3 {
  color: #fff;
  font-size: 60px;
  font-family: 'Larsseit-Bold';
}
.premier_section h6 {
  font-size: 30px;
  color: #fff;
  padding: 10px 0;
  font-weight: 400;
}
.premier_section .btn {
  padding: 12px 25px;
  font-size: 16px;
  margin-top: 25px;
}
/* ====  Premier = (End) ================================ */
/* ====  Map = (Start) ================================ */
.map_section iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(80%);
  width: 100%;
  height: 350px;
}
/* ==== Map  = (End) ================================ */
/* ====  subscribe = (Start) ================================ */
.subscribe_section {
  background: #000;
  padding: 80px 0 50px;
}
.subscribe_section img {
  margin-bottom: 20px;
  margin-top: 10px;
}
.subscribe_section p {
  color: #bbb;
}
.subscribe_section h4 {
  color: #fff;
  padding-bottom: 3px;
}
.subscribe_section .subscribe_box {
  margin-top: 20px;
  padding: 20px;
  background: #292a2a;
  border-radius: 5px;
}
.subscribe_section .subscribe_content {
  padding-left: 50px;
}
/* ==== subscribe  = (End) ================================ */
/* ====   contact_info = (Start) ================================ */
.contact_info_section {
  background: #000;
}
.contact_item {
  padding: 25px 25px 10px;
  background: #1a1a1a;
  border-radius: 5px;
  height: 100%;
}
.contact_item h4 {
  color: #fff;
  font-size: 20px;
  font-family: 'Larsseit-Bold';
  padding-bottom: 15px;
}
.contact_item ul li {
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.contact_item ul li a {
  font-size: 15px;
  color: #fff;
}
.contact_item ul li a:hover {
  color: #fd3131;
}
.contact_item ul li a i {
  font-size: 18px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  top: 1px;
}
.border_top {
  border-top: 1px solid #333;
  padding: 50px 0;
}
/* ====  contact_info = (End) ================================ */
/* ==== footer  = (Start) ================================ */
.footer_section {
  background: #000;
}
.footer_section p {
  color: #bbb;
  padding-top: 25px;
  line-height: 1.6;
  font-size: 13px;
}
.footer_menu ul li {
  padding-right: 25px;
  position: relative;
  float: left;
}
.footer_menu ul li a {
  color: #bbb;
  font-size: 15px;
}
.footer_menu ul li a:hover {
  color: #ff0f0f;
}
.footer_menu ul li::after {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #aaa;
  content: '';
}
.footer_menu ul li:last-child::after {
  display: none;
}
.footer_social {
  text-align: right;
}
.footer_social a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  background: #414142;
  margin-left: 3px;
  color: #fff;
  text-align: center;
}
.footer_social a i:hover {
  background: #e00606;
}
/* ====  footer = (End) ================================ */
/* ====  bottom = (Start) ================================ */
.bottom_section {
  background: #000;
  padding: 15px 0;
}
.bottom_section .border_top {
  padding: 30px 0;
}
.bottom_section p {
  color: #aaa;
  font-size: 15px;
}
.bottom_section p span {
  color: #ddd;
  padding: 0px 5px;
}
.bottom_section h6 {
  text-align: right;
  font-size: 13px;
  font-weight: 400;
}
.bottom_section h6 a {
  padding: 0px 10px;
  border-left: 1px solid #585858;
  color: #ddd;
}
.bottom_section h6 a:first-child {
  border: none;
}
.bottom_section h6 a:hover {
  color: #ff2020;
}
/* ====  bottom = (End) ================================ */
/* ================================================================================================================================================================== */
/* ====  page title = (Start) ================================ */
.title_section {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 200px 0px 80px;
}
.title_section h1 {
  color: #fff;
  text-shadow: 1px 2px 3px #333;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.title_section span {
  color: #ddd;
}
.title_section span i {
  color: #fff;
  padding: 0px 5px;
}
.title_section span i:hover {
  color: #e60909;
}
/* ====  page title = (End) ================================ */
/* ==== Faq  = (Start) ================================ */
.faq_section {
  padding-top: 50px;
}
.faq_section .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 500;
  font-family: 'poppins';
  color: #172331;
  background: #f5f9fd;
}
.faq_section .accordion-button:not(.collapsed) {
  background: #d10606;
  color: #fff;
  box-shadow: none;
}
.faq_section .accordion-body p {
  color: #333;
  line-height: 1.6;
}
/* ==== Faq  = (End) ================================ */
/* ==== Contact   = (Start) ================================ */
.contact_section iframe {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  border-radius: 5px;
}
.contact_form {
  padding: 25px;
  background: #f5efef;
  border: 2px solid #d8b5b5;
  border-radius: 10px;
}
.contact_form h4 {
  font-size: 25px;
  padding-bottom: 20px;
  color: #552222;
}
.contact_form input {
  height: 45px;
}
.contact_form textarea {
  height: 170px;
}
.contact_form .form-control {
  margin-bottom: 12px;
  box-shadow: none;
}
.contact_form .form-control::placeholder {
  color: #777;
}
.contact_text {
  padding: 0px 20px;
}
.contact_text h4 {
  color: #552222;
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.contact_text ul li {
  padding-bottom: 10px;
}
.contact_text ul li a {
  font-weight: 500;
  color: #444;
}
.contact_text ul li a:hover {
  color: #f30000;
}
.contact_text ul li a:hover i {
  background: #f30000;
  color: #fff;
}
.contact_text ul li i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #e9e1e1;
  color: #571e1e;
  border-radius: 3px;
  margin-right: 5px;
}
.contact_social h4 {
  margin-top: 30px;
}
.contact_social a i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #8a8a8b;
  margin-left: 3px;
  color: #ffffff;
  text-align: center;
}
.contact_social a i:hover {
  background: #e00606;
}
/* ==== Contact   = (End) ================================ */
/* ====   = (Start) ================================ */
/* ====   = (End) ================================ */
