/**************** extend css start ****************/
/**************** extend css start ****************/
/**************** common css start ****************/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Roboto:400,500,700&display=swap");
/* line 3, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* Logo container */
.navbar-brand {
  padding: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
  max-height: 95px;  
}

/* Logo image */
.navbar-brand img {
  margin-top: 10px;
  max-height: 65px;        /* Adjust if needed */
  width: auto;
  display: block;
  object-fit: contain;
}

/* Header vertical alignment */
.main_menu .navbar {
  padding: 15px 0;
}

/* Mobile view */
@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 45px;
  }

  .navbar-brand {
    margin-right: 0;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .navbar-brand img {
    max-height: 40px;
  }
}


/* line 9, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
input:hover, input:focus, .form-control:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem transparent;
  border: 1px solid #eaecee;
}

/* line 18, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.gray_bg {
  background-color: #f7f7f7;
}



/* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  /* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .single_padding_top {
    padding-top: 100px !important;
  }
}

/* line 51, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 51, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 51, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  /* line 51, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 51, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

/* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.padding_bottom {
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
  /* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

/* line 81, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 84, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
a:hover {
  outline: none;
  text-decoration: none;
}

/* line 90, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #182028;
  font-family: "Oswald", sans-serif;
}

/* line 94, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
p {
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000000;
  font-weight: 300;
}

/* line 102, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
h2 {
  font-size: 44px;
  line-height: 28px;
  color: #182028;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 576px) {
  /* line 102, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 102, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

/* line 119, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
  /* line 119, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 128, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
h5 {
  font-size: 18px;
  line-height: 22px;
}

/* line 133, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
img {
  max-width: 100%;
}

/* line 136, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}



/* line 182, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 187, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  /* line 187, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .mb_110 {
    margin-bottom: 220px;
  }
}

/* line 194, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  /* line 194, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 194, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 194, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 194, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

/* line 209, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.mb_130 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  /* line 209, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 209, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 100px;
  }
}

/* line 218, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 221, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  /* line 227, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {
  /* line 232, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 236, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.custom-animation1 {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all .9s ease 5s;
  user-select: none;
}

/* line 244, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.custom-animation2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

/* line 252, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.custom-animation3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

/* line 260, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.custom-animation4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.custom-animation5 {
  backface-visibility: hidden;
  animation: jumping5 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 276, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_common.scss */
.custom-animation6 {
  backface-visibility: hidden;
  animation: jumping6 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }
  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }
  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }
  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(90deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(40px) rotate(0) scale(1.2);
    opacity: .7;
  }
  25% {
    transform: translateY(-20px) translateX(0px) rotate(50deg) scale(0.6);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-55px) rotate(20deg) scale(0.5);
    opacity: .9;
  }
  75% {
    transform: translateY(30px) translateX(30px) rotate(50deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(5px) rotate(0) scale(0.5);
    opacity: .9;
  }
}

@keyframes jumping5 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping6 {
  0% {
    transform: rotate(180deg) translate(-50px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.submit_btn:hover {
  background: transparent;
}

/* line 24, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_1 {
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}

/* line 35, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_1:after {
  position: absolute;
  content: "";
  left: -50px;
  top: 11px;
  width: 40px;
  height: 1px;
  background-color: #fff;
}

/* line 44, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_1:before {
  position: absolute;
  content: "";
  right: -50px;
  top: 11px;
  width: 40px;
  height: 1px;
  background-color: #fff;
}

/* line 53, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_1:hover {
  color: #ff4800 !important;
}

/* line 55, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_1:hover:after {
  background-color: #ff4800;
}

/* line 58, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_1:hover:before {
  background-color: #ff4800;
}

/* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_2 {
  display: inline-block;
  padding: 12px 44px;
  border-radius: 50px;
  background-color: #182028;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  border: 2px solid #182028;
}

/* line 76, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_2:hover {
  color: #fff !important;
  background-color: #ff4800;
  border: 2px solid #ff4800;
}

@media (max-width: 576px) {
  /* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
  .btn_2 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

/* line 97, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_4 {
  color: #ff4800;
  font-size: 15px;
  font-weight: 700;
  margin-top: 53px;
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 97, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
  .btn_4 {
    margin-top: 30px;
  }
}

/* line 109, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.btn_4 img {
  width: 20px;
  margin-left: 15px;
}

/*=================== custom button rule start ====================*/
/* line 117, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.button {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff4800;
  border: 2px solid #ff4800 !important;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* line 117, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

/* line 134, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.button:hover {
  color: #fff;
}

/* line 139, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

/* line 145, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

/* line 151, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.button-header {
  color: #fff;
  border-color: #edeff2;
}

/* line 155, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_button.scss */
.button-header:hover {
  background: #b8024c;
  color: #fff;
}





/**************menu part start*****************/
/* line 3, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}

/* line 8, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.main_menu .navbar {
  padding: 0px;
}

/* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.main_menu .main-menu-item {
  justify-content: flex-end;
}

/* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link {
  color: #c6c6c6;
  font-size: 14px;
  padding: 39px 23px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 12px;
  font-weight: 500;
}

/* line 25, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link:hover {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 20px;
  }
}

/* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.main_menu .active_color {
  color: #282828 !important;
}

/* line 41, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.cart {
  margin-left: 20px;
}

/* line 44, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.cart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0px solid transparent;
}

/* line 52, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.cart i {
  color: #1e2528;
  position: relative;
  z-index: 1;
  font-size: 15px;
}

.main_menu.home_menu {
    background: #53074d; /* light orange / peach */
}

/* line 60, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
  background-color: #53074d;
}

/* line 68, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.menu_fixed .nav-link {
  color: #fff !important;
}

/* line 72, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.menu_fixed .active_color {
  color: #ff4800 !important;
}

/* line 76, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.menu_fixed i {
  color: #fff !important;
}

/* line 82, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background-color: #ff4800;
  margin: 0;
  border-radius: 0;
}

/* line 92, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
  color: #fff !important;
  background-color: #ff4800;
  text-transform: capitalize;
}

/* line 103, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

@media (max-width: 991px) {
  /* line 112, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .main_menu {
    padding: 26px 0px;
  }
  /* line 116, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .home_menu .main-menu-item {
    padding-left: 0px;
  }
  /* line 120, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 123, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 126, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item .nav-link {
    padding: 5px 15px !important;
    color: #000;
  }
  /* line 133, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 144, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  /* line 151, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
    color: #ff4800;
  }
  /* line 158, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown .dropdown-item:hover {
    color: #ff4800 !important;
  }
  /* line 163, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 0;
  }
  /* line 173, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 0;
  }
  /* line 180, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  #search_1 i {
    position: absolute;
    right: 35px;
    top: 4px;
  }
  /* line 188, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .menu_icon i {
    color: #182028;
  }
}

@media (max-width: 576px) {
  /* line 195, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .main_menu {
    padding: 20px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 201, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .main_menu {
    padding: 20px 0px;
  }
}

/* line 206, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}

/* line 212, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
  display: block;
}

/**************** banner part css start ****************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
.banner_part {
  position: relative;
  background-image: url(../img/banner_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 9, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 900px;
}

/* line 13, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 13, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
  .banner_part .banner_text .banner_text_iner {
    height: 650px;
  }
}

/* line 20, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
.banner_part .banner_text h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 9, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
  .banner_part .banner_text {
    height: 650px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 9, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
  .banner_part .banner_text {
    height: 650px;
  }
}

/* line 33, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
.banner_part .banner_text h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 24px 0 29px;
  line-height: 60px;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 33, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 33, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

/* line 52, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
.banner_part .banner_text h1 span {
  color: #ff4800;
}

/* line 57, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
.banner_part .banner_text p {
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 57, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
  .banner_part .banner_text p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 57, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_banner.scss */
  .banner_part .banner_text p {
    padding-right: 0;
  }
}

/**************** hero part css end ****************/
/**************** service_part css start ****************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part {
  position: relative;
  z-index: 1;
}

/* line 5, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .feature_icon_1 {
  position: absolute;
  left: 19%;
  top: 50%;
  z-index: -1;
}

@media (max-width: 576px) {
  /* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

/* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .feature_part_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 21px;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  /* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

/* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .feature_part_text p {
  margin-bottom: 46px;
}

/* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner {
  border-radius: 50px;
  border-top-right-radius: 0;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 34px 27px 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 991px) {
  /* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .feature_part_text .feature_part_text_iner {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
}

/* line 80, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner:hover {
  border: 1px solid #ff4800;
}

/* line 83, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

/* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.667;
}

/* line 97, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .single_feature {
  margin: 0 11px;
}

@media (max-width: 991px) {
  /* line 97, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 97, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature {
    margin: 0;
  }
}

/* line 106, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .single_feature:nth-child(2) {
  margin-top: 60px;
}

@media (max-width: 991px) {
  /* line 106, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature:nth-child(2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 106, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature:nth-child(2) {
    margin-top: 30px;
  }
}

/* line 117, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .single_feature_part {
  padding: 40px 25px 31px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (max-width: 991px) {
  /* line 117, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature_part {
    padding: 25px 15px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 117, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature_part {
    margin-top: 25px;
  }
}

/* line 134, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .single_feature_part img {
  margin-bottom: 21px;
  height: 65px;
}

@media (max-width: 991px) {
  /* line 134, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature_part img {
    margin-bottom: 21px;
  }
}

/* line 144, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .single_feature_part img i {
  color: #0c2e60;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 150, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .single_feature_part h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  /* line 150, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 150, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 150, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

/* line 171, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.feature_part .single_feature_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

/* line 178, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
.single_feature_padding {
  padding-top: 140px;
}

@media (max-width: 576px) {
  /* line 178, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 178, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 178, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 178, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

/************about_us css start***************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
.about_us {
  position: relative;
  z-index: 99;
}

/* line 7, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
.about_us .about_us_text h5 {
  font-size: 14px;
  color: #a7a8a9;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

/* line 14, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
.about_us .about_us_text h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 44px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 14, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 14, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 14, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

/* line 45, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
.about_us .about_us_text p {
  font-size: 15px;
  margin-bottom: 53px;
}

@media (max-width: 576px) {
  /* line 45, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 45, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

/* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
.about_us .about_us_text .btn_2 {
  background-color: #182028;
  border-color: #182028;
}

/* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_about_us.scss */
.about_us .about_us_text .btn_2:hover {
  background-color: #ff4800;
  border-color: #ff4800 !important;
  color: #fff !important;
}

/**************** gallery_part css start ****************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* ---- grid-item ---- */
}

/* line 6, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .col-xl-12 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  /* line 6, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .col-xl-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter {
  margin-bottom: 32px;
}

/* line 20, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter ul li {
  display: inline-block;
  margin-right: 45px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  color: #182028;
  position: relative;
}

@media (max-width: 991px) {
  /* line 20, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .portfolio-filter ul li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}

/* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 0;
  height: 2px;
  background-color: #282828;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 50, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter .active {
  color: #ff4800 !important;
}

/* line 52, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter .active:after {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 50px;
  height: 2px;
  background-color: #282828;
}

/* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* line 91, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0.7);
  background-size: 200% auto;
}

/* line 106, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
}

/* line 121, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 128, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p {
  color: #ff4800;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 10px;
}

/* line 135, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p:after {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 31%;
  height: 1px;
  background-color: #4b5153;
  z-index: -1;
}

/* line 145, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 13px;
  width: 31%;
  height: 1px;
  background-color: #4b5153;
  z-index: -1;
}

/* line 160, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item:hover .gallery_item_text {
  opacity: 1;
  visibility: visible;
}

/* line 165, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item:hover .single_gallery_item_iner:after {
  opacity: 1;
  transform: scale(1);
}

/* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .img-gal {
  width: 25%;
}

@media (max-width: 576px) {
  /* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    width: 50%;
  }
}

/* line 193, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .img-gal {
  height: 650px;
  float: left;
}

@media (max-width: 991px) {
  /* line 193, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    height: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 193, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    height: 400px;
  }
}

/* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .width-1 {
  width: 33%;
}

@media (max-width: 576px) {
  /* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-1 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-1 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-1 {
    width: 50%;
  }
}

/* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .width-2 {
  width: 42%;
  border-right: 0 solid #fff;
}

@media (max-width: 576px) {
  /* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-2 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-2 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-2 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  /* line 236, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .sm_weight {
    width: 100%;
  }
}

/* line 245, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**************** services css start ****************/
/* line 4, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_img img {
  width: 100%;
}

/* line 8, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text {
  background-color: #fcf7f7;
  height: 100% !important;
}

/* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text span {
  font-size: 60px !important;
  margin-bottom: 27px;
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .single_offer_text span {
    margin-bottom: 10px;
  }
}

/* line 28, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text h4 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  /* line 28, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .single_offer_text h4 {
    margin-bottom: 10px;
  }
}

/* line 40, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text p {
  margin-bottom: 40px;
}

/* line 43, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1 {
  color: #182028;
}

/* line 45, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:after {
  background-color: #182028;
}

/* line 49, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:before {
  background-color: #182028;
}

/* line 53, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:hover:after {
  background-color: #ff4800;
}

/* line 57, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:hover:before {
  background-color: #ff4800;
}

/* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .wedding {
  margin-bottom: 30px;
  padding: 56px 30px 65px;
}

@media (max-width: 991px) {
  /* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .wedding {
    padding: 25px 15px 30px;
  }
}

/* line 73, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .nature {
  margin-top: 30px;
  padding: 43px 109px 60px;
}

@media (max-width: 991px) {
  /* line 73, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .nature {
    padding: 25px 15px 30px;
  }
}

@media (max-width: 991px) {
  /* line 84, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .single_offer_img {
    margin-bottom: 30px;
  }
}

/************use_sasu css start***************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
  .pricing_part {
    padding: 70px 0 40px;
  }
}

/* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .feature_icon_2 {
  position: absolute;
  left: 15%;
  top: 8%;
  z-index: -1;
}

/* line 23, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part {
  text-align: center;
  border: 20px solid transparent;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 991px) {
  /* line 23, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part {
    border: 5px solid transparent;
    margin-bottom: 30px;
  }
}

/* line 38, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_tittle {
  padding: 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: 1px solid #e4e7e9;
  margin-bottom: 20px;
}

/* line 41, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_tittle img {
  margin-bottom: 18px;
  height: 65px;
}

/* line 46, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_tittle p {
  color: #182028;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 57, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_content {
  border: 1px solid #e4e7e9;
  padding: 47px 15px 50px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* line 61, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 66, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_content h3 span {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}

/* line 75, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_content ul {
  padding: 12px 0 30px;
}

@media (max-width: 991px) {
  /* line 75, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part .pricing_content ul {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 75, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part .pricing_content ul {
    margin: 10px 0;
  }
}

/* line 86, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_content ul li {
  font-size: 14px;
  color: #7f7f7f;
  text-transform: capitalize;
  margin: 12px 0;
}

/* line 94, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_content .pricing_btn {
  padding-top: 33px;
}

@media (max-width: 991px) {
  /* line 94, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part .pricing_content .pricing_btn {
    padding-top: 10px;
  }
}

/* line 105, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part:hover {
  border: 20px solid #182028;
  background-color: #182028;
}

/* line 109, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part:hover .pricing_btn {
  color: #ff4800;
}

/* line 113, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part:hover .pricing_tittle,
.pricing_part .single_pricing_part:hover .pricing_content {
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 1, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_catagory_post.scss */
  .catagory_post {
    padding: 0 0 50px;
  }
}

@media (max-width: 991px) {
  /* line 8, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_catagory_post.scss */
  .catagory_post .single_catagory_post {
    margin-bottom: 20px;
  }
}

/* line 15, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_catagory_post.scss */
.catagory_post .single_catagory_post .post_text_1 {
  padding: 34px 0 0;
}

/* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_catagory_post.scss */
.catagory_post .single_catagory_post .post_text_1 h5 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

/* line 24, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_catagory_post.scss */
.catagory_post .single_catagory_post .post_text_1 h3 {
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 34, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_catagory_post.scss */
.catagory_post .single_catagory_post:hover h3 {
  color: #ff4800;
}

/**************** intro_video css start ****************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg {
  background-image: url("../img/intro_video_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
  .intro_video_bg {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
  .intro_video_bg {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
  .intro_video_bg {
    height: 350px;
  }
}

/* line 21, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  opacity: 0.7;
}

/* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg h2 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
  .intro_video_bg h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
  .intro_video_bg h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
  .intro_video_bg h2 {
    font-size: 40px;
  }
}

/* line 49, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .intro_video_iner {
  width: 100%;
  height: 100%;
}

/* line 54, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .intro_video_icon {
  display: inline-block;
  margin-top: 80px;
}

/* line 58, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .video-play-button {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

/* line 72, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

/* line 87, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 200ms;
}

/* line 102, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .video-play-button:hover:after {
  background: rgba(255, 255, 255, 0.3);
}

/* line 106, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* line 114, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .video-play-button span {
  display: inline-block;
  position: relative;
  z-index: 3;
  top: 6px;
  cursor: pointer;
}

/* line 121, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_intro_video_bg.scss */
.intro_video_bg .ti-control-play:before {
  content: "\e6ad";
  font-size: 28px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*************** project details css start ******************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details {
  padding: 90px 0 140px;
}

/* line 5, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item img {
  width: 100%;
  margin: 50px 0;
}

@media (max-width: 991px) {
  /* line 5, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item img {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 5, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item img {
    margin: 30px 0;
  }
}

/* line 15, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  margin: 0 0 15px;
}

@media (max-width: 991px) {
  /* line 15, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 15, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

/* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item h4 {
  font-size: 22px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item h4 {
    margin-bottom: 15px;
  }
}

/* line 40, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item .project_time {
  margin: 75px 0;
}

@media (max-width: 991px) {
  /* line 40, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item .project_time {
    margin: 25px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 40, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item .project_time {
    margin: 25px 0;
  }
}

/* line 48, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item .project_time img {
  max-width: 50px;
  margin-top: 0;
}

/* line 52, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item .project_time h5 {
  text-transform: uppercase;
}

/* line 55, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item .project_time span {
  color: #999999;
}

/* line 58, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item .project_time p {
  color: #182028;
}

/* line 61, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
.project_details .single_project_item .project_time h4 {
  font-size: 22px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 61, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item .project_time h4 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 61, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_project_details.scss */
  .project_details .single_project_item .project_time h4 {
    margin-bottom: 25px;
  }
}

/************review_part css start***************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part {
  position: relative;
  z-index: 99;
}

/* line 6, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .feature_icon_2 {
  position: absolute;
  right: 15%;
  top: 5%;
  z-index: -1;
}

/* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .review_img {
  margin-bottom: 25px;
}

/* line 15, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .review_part_text {
  text-align: left;
}

@media (max-width: 991px) {
  /* line 15, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text {
    padding: 0 15px;
  }
}

/* line 23, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .review_part_text h5 {
  font-size: 14px;
  font-weight: 500;
  color: #a7a8a9;
  text-align: left;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
}

/* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .review_part_text h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 28px;
  position: relative;
}

@media (max-width: 576px) {
  /* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 32, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

/* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .review_part_text p {
  line-height: 36px;
  margin-bottom: 34px;
}

@media (max-width: 576px) {
  /* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 64, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text p {
    margin-bottom: 20px;
  }
}

/* line 83, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .review_part_text h3 {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 991px) {
  /* line 83, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
  .review_part .review_part_text h3 {
    margin-bottom: 0;
  }
}

/* line 92, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .review_part_text h3 span {
  font-size: 70%;
  color: #888888;
  font-weight: 400;
}

/* line 99, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .owl-dots {
  padding-top: 33px;
}

/* line 102, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .owl-dots button.owl-dot {
  border-radius: 0;
  display: inline-block;
  background: #ccc;
  margin: 0 15px 0 0;
  width: 20px;
  height: 4px;
  background-color: #282828;
}

/* line 111, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .owl-dots button.owl-dot.active {
  background-color: #ff4800;
}

/* line 115, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_review_part.scss */
.review_part .owl-dots button.owl-dot:focus {
  outline: none;
}

/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area {
  background-color: #1e2528;
  padding: 140px 0px 0px;
}

@media (max-width: 991px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area {
    padding: 70px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area {
    padding: 100px 0 0;
  }
}

/* line 11, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

/* line 22, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget p {
  color: #777777;
  line-height: 1.8;
}

/* line 27, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget h4 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  /* line 27, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 27, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

/* line 41, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}

/* line 43, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a {
  color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

/* line 47, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a:hover {
  color: #ff4800;
}

/* line 53, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

/* line 56, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget .form-inline {
  position: relative;
}

/* line 59, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget input {
  height: 50px;
  border: none;
  width: 100% !important;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 5px;
  font-size: 13px;
  color: #999999;
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 5px 15px;
}

/* line 71, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

/* line 76, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget .btn {
  background-color: #ff4800;
  color: #fff;
  width: 40px;
  border-radius: 5px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_1 img {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  /* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
}

/* line 103, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_1 p {
  margin-bottom: 15px;
}

/* line 107, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .social_icon {
  margin-top: 27px;
}

/* line 109, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .social_icon a {
  color: #cccccc;
  font-size: 14px;
  margin-right: 20px;
}

/* line 113, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .social_icon a:hover {
  color: #ff4800;
}

/* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img {
  width: 31.33%;
  float: left;
  margin: 1%;
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  /* line 130, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  /* line 136, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 31%;
  }
  /* line 142, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 31%;
  }
  /* line 148, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  /* line 154, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

/* line 158, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 169, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img i {
  text-align: center;
  position: absolute;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
}

/* line 181, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
  opacity: 0.5;
}

/* line 184, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover i {
  opacity: 1;
}

/* line 192, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}

/* line 195, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}

/* line 198, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info p {
  margin-bottom: 10px;
}

/* line 200, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info p span {
  color: #2c3033;
  font-size: 16px;
}

/* line 207, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .copyright_part_text {
  background-color: #2d3032;
  padding: 32px 15px;
  margin-top: 95px;
}

/* line 215, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .copyright_part_text p {
  color: #777777;
}

@media (max-width: 576px) {
  /* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  /* line 222, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    text-align: center;
    margin-top: 20px;
    padding: 32px 15px;
  }
  /* line 230, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    text-align: center;
  }
}

/* line 240, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .copyright_part_text a {
  color: #ff4800;
}

/* line 244, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .input-group {
  border: 1px solid #45556a;
  padding: 5px;
}

/* line 249, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_icon p {
  margin-bottom: 22px;
  font-size: 16px;
  color: #999;
}

/* line 255, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_icon ul li {
  margin-bottom: 20px;
}

/* line 257, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_icon ul li i {
  margin-right: 15px;
}

/* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu {
  float: right;
}

@media (max-width: 576px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

/* line 291, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu ul li {
  display: inline-block;
}

/* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu ul li a {
  color: #777777 !important;
  padding: 0px 22px;
}

/* line 296, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu ul li a:hover {
  color: #ff4800 !important;
}

@media (max-width: 576px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

/* line 75, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ff4800;
}

/* line 93, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.button-area {
  background: #fff;
}

/* line 138, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 169, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 176, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 182, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 208, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 217, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #ff4800;
  border: 1px solid transparent;
}

/* line 221, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.primary:hover {
  color: #ff4800;
  border: 1px solid #ff4800;
  background: #fff;
}

/* line 227, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.primary-border {
  color: #ff4800;
  border: 1px solid #ff4800;
  background: #fff;
}

/* line 231, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff4800;
  border: 1px solid transparent;
}

/* line 237, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 328, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 333, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 339, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff4800;
}

/* line 353, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 368, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 371, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 377, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff4800;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 475, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff4800;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff4800;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff4800;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 528, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 530, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 545, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 555, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 560, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 568, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff4800;
}

/* line 574, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 602, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 609, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff4800;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-switch input:checked + label:before {
  background: #ff4800;
}

/* line 704, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.webp) no-repeat center center/cover;
  border: none;
}

/* line 806, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.webp) no-repeat center center/cover;
  border: none;
}

/* line 843, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.webp) no-repeat center center/cover;
  border: none;
}

/* line 884, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.webp) no-repeat center center/cover;
  border: none;
}

/* line 921, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.webp) no-repeat center center/cover;
  border: none;
}

/* line 958, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.webp) no-repeat center center/cover;
  border: none;
}

/* line 999, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1001, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ff4800;
  background: transparent;
}

/* line 1026, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ff4800;
  background: transparent;
}

/* line 1033, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1042, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1045, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1053, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1060, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1067, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #ff4800;
  background: transparent;
}

/* line 1071, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #ff4800;
  background: transparent;
}

/* line 1078, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1082, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1086, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.mt-10 {
  margin-top: 10px;
}



/* line 1093, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/**************** blog part css start ****************/
/**************** copyright part css start ****************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
.copyright_part {
  background-color: #303030;
  padding: 26px 0px;
}

/* line 5, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
.copyright_part p {
  color: #8a8a8a;
  font-family: 300;
}

/* line 9, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
.copyright_part a {
  color: #7c32ff;
}

@media (max-width: 576px) {
  /* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
  .copyright_part .footer-social {
    margin-top: 20px;
  }
}

/* line 25, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
.copyright_part .footer-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #ff7e5f;
  text-align: center;
  margin-left: 10px;
  color: #fff;
}

/* line 35, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
.copyright_part .footer-social a:hover {
  background-color: #ff7e5f !important;
  color: #fff !important;
}

/* line 40, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
.copyright_part .footer-social a i:hover {
  color: #fff;
}

@media (max-width: 576px) {
  /* line 47, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
  .copyright_part .footer-text {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 52, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 58, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
}

/* line 65, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_copyright_part.scss */
.copyright_part span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/*=================== contact banner start ====================*/
/* line 3, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 6, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 9, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 23, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #7c32ff;
}

/* line 29, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 39, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 47, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 50, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 54, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 62, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 67, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 73, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

@media (max-width: 576px) {
  /* line 85, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 93, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 101, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 109, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 131, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 137, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 146, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 151, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 1, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fcf7f7;
}

/* line 7, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner {
  height: 300px;
  width: 100%;
  display: table;
}

/* line 12, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

/* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #182028;
}

/* line 23, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 span {
  color: #ff4800;
  font-size: 100%;
}

@media (max-width: 576px) {
  /* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 16, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 50px;
  }
}

/* line 45, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h5 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-top: 23px;
}

/* line 51, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h5 span {
  font-size: 15px;
  position: relative;
  z-index: 1;
  margin: 0 18px;
}

/* line 56, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h5 span:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -4px;
  top: 6px;
  background-color: #fff;
  border-radius: 50%;
}

/* line 69, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* line 79, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_breadcrumb.scss */
.breadcrumb {
  margin-bottom: 0px !important;
}

/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area {
  background-color: #1e2528;
  padding: 140px 0px 0px;
}

@media (max-width: 991px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area {
    padding: 70px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area {
    padding: 100px 0 0;
  }
}

/* line 11, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

/* line 22, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget p {
  color: #777777;
  line-height: 1.8;
}

/* line 27, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget h4 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  /* line 27, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 27, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

/* line 41, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}

/* line 43, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a {
  color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

/* line 47, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget ul li a:hover {
  color: #ff4800;
}

/* line 53, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

/* line 56, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget .form-inline {
  position: relative;
}

/* line 59, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget input {
  height: 50px;
  border: none;
  width: 100% !important;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 5px;
  font-size: 13px;
  color: #999999;
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 5px 15px;
}

/* line 71, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

/* line 76, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .single-footer-widget .btn {
  background-color: #ff4800;
  color: #fff;
  width: 40px;
  border-radius: 5px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_1 img {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  /* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 88, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_1 img {
    margin-bottom: 20px;
  }
}

/* line 103, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_1 p {
  margin-bottom: 15px;
}

/* line 107, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .social_icon {
  margin-top: 27px;
}

/* line 109, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .social_icon a {
  color: #cccccc;
  font-size: 14px;
  margin-right: 20px;
}

/* line 113, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .social_icon a:hover {
  color: #ff4800;
}

/* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img {
  width: 31.33%;
  float: left;
  margin: 1%;
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  /* line 130, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  /* line 136, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 31%;
  }
  /* line 142, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 31%;
  }
  /* line 148, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 122, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img {
    width: 20%;
  }
  /* line 154, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .footer_3 .footer_img .single_footer_img img {
    width: 100%;
  }
}

/* line 158, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 169, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img i {
  text-align: center;
  position: absolute;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
}

/* line 181, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
  opacity: 0.5;
}

/* line 184, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover i {
  opacity: 1;
}

/* line 192, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}

/* line 195, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info:last-child {
  margin-bottom: 0px;
}

/* line 198, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info p {
  margin-bottom: 10px;
}

/* line 200, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .contact_info p span {
  color: #2c3033;
  font-size: 16px;
}

/* line 207, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .copyright_part_text {
  background-color: #2d3032;
  padding: 32px 15px;
  margin-top: 95px;
}

/* line 215, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .copyright_part_text p {
  color: #777777;
}

@media (max-width: 576px) {
  /* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    margin-top: 20px;
    text-align: center;
  }
  /* line 222, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    text-align: center;
    margin-top: 20px;
    padding: 32px 15px;
  }
  /* line 230, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 211, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer-area .copyright_part_text {
    text-align: center;
  }
}

/* line 240, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .copyright_part_text a {
  color: #ff4800;
}

/* line 244, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .input-group {
  border: 1px solid #45556a;
  padding: 5px;
}

/* line 249, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_icon p {
  margin-bottom: 22px;
  font-size: 16px;
  color: #999;
}

/* line 255, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_icon ul li {
  margin-bottom: 20px;
}

/* line 257, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer-area .footer_icon ul li i {
  margin-right: 15px;
}

/* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu {
  float: right;
}

@media (max-width: 576px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 268, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

/* line 291, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu ul li {
  display: inline-block;
}

/* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu ul li a {
  color: #777777 !important;
  padding: 0px 22px;
}

/* line 296, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
.footer_menu ul li a:hover {
  color: #ff4800 !important;
}

@media (max-width: 576px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 293, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_footer.scss */
  .footer_menu ul li a {
    padding: 0px 15px;
  }
}

/*# sourceMappingURL=style.css.map */


        

        /* Hero Introduction */
        .hero-intro {
            background: linear-gradient(135deg, rgba(255, 72, 0, 0.05) 0%, rgba(255, 106, 51, 0.05) 100%);
            padding: 80px 0;
        }

        .hero-intro-content h1 {
            color: var(--text-dark);
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .hero-intro-content .tagline {
            color: var(--primary-color);
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .hero-intro-content p {
            color: var(--text-light);
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .hero-intro-image {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(0,0,0,0.15);
        }

        .hero-intro-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Stats Section */
        .stats-section {
            background: var(--primary-color);
            padding: 60px 0;
            color: white;
        }

        .stat-box {
            text-align: center;
            padding: 20px;
        }

        .stat-box .stat-number {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .stat-box .stat-label {
            font-size: 16px;
            opacity: 0.95;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Who We Are with Image */
        .who-we-are-section {
            padding: 80px 0;
        }

        .content-with-image {
            margin-bottom: 50px;
        }

        .content-box {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            height: 100%;
        }

        .content-box h3 {
            color: var(--primary-color);
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .content-box p {
            color: var(--text-light);
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 0;
        }

        .image-box {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.12);
            height: 100%;
        }

        .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 400px;
        }

       /* Services Section Specific Styles */
.srv-main-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.srv-service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.srv-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 72, 0, 0.12);
    border-color: #ff4800;
}

.srv-service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.srv-icon-box {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #ff4800 0%, #ff6a33 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 72, 0, 0.2);
}

.srv-icon-box i {
    color: #ffffff;
    font-size: 26px;
}

.srv-service-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

.srv-service-intro {
    color: #495057;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.srv-content-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 15px;
}

.srv-content-col {
    /* Column styling handled by grid */
}

.srv-subsection-title {
    font-size: 16px;
    font-weight: 700;
    color: #ff4800;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #ff4800;
    display: inline-block;
}

.srv-feature-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.srv-feature-item {
    color: #495057;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative;
}

.srv-feature-item::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff4800;
    font-size: 12px;
}

.srv-platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.srv-platform-tag {
    background: linear-gradient(135deg, #fff9f7 0%, #fff5f2 100%);
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #2c3e50;
    border: 1px solid #ff4800;
    transition: all 0.3s ease;
}

.srv-platform-tag:hover {
    background: #ff4800;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .srv-main-section {
        padding: 40px 0;
    }

    .srv-service-card {
        padding: 20px 20px;
        margin-bottom: 15px;
    }

    .srv-service-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 12px;
    }

    .srv-icon-box {
        width: 50px;
        height: 50px;
    }

    .srv-icon-box i {
        font-size: 24px;
    }

    .srv-service-title {
        font-size: 19px;
        text-align: center;
    }

    .srv-service-intro {
        font-size: 13px;
    }

    .srv-content-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .srv-platforms-grid {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 480px) {
    .srv-service-title {
        font-size: 17px;
    }

    .srv-service-intro {
        font-size: 12px;
    }

    .srv-subsection-title {
        font-size: 14px;
    }

    .srv-feature-item {
        font-size: 12px;
    }

    .srv-platforms-grid {
        grid-template-columns: 1fr;
    }

    .srv-platform-tag {
        font-size: 10px;
        padding: 5px 8px;
    }
}

        /* Approach Section with Images */
        .approach-section {
            padding: 80px 0;
        }

        .approach-steps {
            margin-bottom: 50px;
        }

        .approach-step {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            padding: 25px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .approach-step:hover {
            background: var(--bg-light);
            transform: translateX(5px);
        }

        .approach-number {
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            flex-shrink: 0;
            margin-right: 20px;
        }

        .approach-content h5 {
            color: var(--text-dark);
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .approach-content p {
            color: var(--text-light);
            font-size: 15px;
            margin-bottom: 0;
            line-height: 1.7;
        }

        .approach-images {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .approach-img-box {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

        .approach-img-box img {
            width: 100%;
            height: 800px;
            object-fit: cover;
        }

        /* Why Choose Section */
        .why-choose-section {
            padding: 80px 0;
            background:#ff4800;
            color: white;
        }

        .feature-box {
            text-align: center;
            padding: 30px 20px;
        }

        .feature-box .icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            backdrop-filter: blur(10px);
        }

        .feature-box .icon i {
            font-size: 36px;
            color: white;
        }

        .feature-box h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .feature-box p {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 0;
            line-height: 1.6;
        }

        /* Vision Mission with Images */
        .vision-mission-section {
            padding: 80px 0;
        }

        .vm-card {
            background: white;
            border-radius: 12px;
            padding: 40px;
            height: 100%;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            border-top: 5px solid var(--primary-color);
            margin-bottom: 30px;
        }

        .vm-card .vm-icon {
            width: 70px;
            height: 70px;
            background: var(--bg-light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }

        .vm-card .vm-icon i {
            font-size: 32px;
            color: var(--primary-color);
        }

        .vm-card h3 {
            color: var(--text-dark);
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .vm-card p {
            color: var(--text-light);
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 0;
        }

        .vm-image {
          margin-top: -30px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.12);
            height: 380px;
        }

        .vm-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 400px;
        }

        /* Company Info */
        .company-info-section {
            padding: 80px 0;
            background: var(--bg-light);
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .info-item {
            background: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }

        .info-item .label {
            color: var(--primary-color);
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .info-item .value {
            color: var(--text-dark);
            font-size: 18px;
            font-weight: 600;
        }

        /* CTA Section */
        .cta-section {
            padding: 80px 0;
            background: #ff8c66;
            color: white;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 30px;
        }

        .btn-primary-custom {
            background: #ff8c66;
            color: white;
            padding: 15px 40px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            border: none;
            display: inline-block;
            text-decoration: none;
        }

        .btn-primary-custom:hover {
            background: var(--primary-dark);
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(244, 90, 30, 0.855);
            color: white;
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .hero-intro-content h1 {
                font-size: 36px;
            }
            

            .approach-step {
                flex-direction: column;
            }

            .approach-number {
                margin-bottom: 15px;
            }

            .approach-images {
                grid-template-columns: 1fr;
            }

            .image-box img,
            .vm-image img {
                min-height: 300px;
            }
        }


.pricing_part {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #fff 100%);
}

.price-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.price-row {
    margin-bottom: 40px;
}




.title_desc {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
}

.pricing_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 35px;
    max-width: 920px;
    margin: 0 auto;
}

.pricing_card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border: 2px solid transparent;
}

.pricing_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(255, 72, 0, 0.15);
    border-color: #ff4800;
}

.premium_card {
    border: 2px solid #ff4800;
    box-shadow: 0 12px 40px rgba(255, 72, 0, 0.12);
}

.popular_tag {
    position: absolute;
    top: 20px;
    right: -8px;
    background: linear-gradient(135deg, #ff4800 0%, #ff6a33 100%);
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 4px 12px rgba(255, 72, 0, 0.3);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
}

.popular_tag i {
    font-size: 13px;
}

.package_header {
    background: linear-gradient(135deg, #fff 0%, #fff5f2 100%);
    padding: 35px 30px 30px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.icon_wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff4800 0%, #ff6a33 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 20px rgba(255, 72, 0, 0.25);
}

.icon_wrapper i {
    color: #fff;
    font-size: 28px;
}

.package_name {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.price_tag {
    margin: 20px 0 12px;
}

.currency {
    font-size: 24px;
    color: #ff4800;
    font-weight: 600;
    vertical-align: top;
}

.amount {
    font-size: 48px;
    font-weight: 700;
    color: #ff4800;
    line-height: 1;
}

.package_subtitle {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
}

.package_body {
    padding: 30px;
}

.team_info {
    background: #fff5f2;
    padding: 14px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    border-left: 4px solid #ff4800;
}

.team_info i {
    color: #ff4800;
    font-size: 18px;
}

.team_info span {
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
}

.features_list {
    margin-bottom: 25px;
}

.feature_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease;
}

.feature_item:last-child {
    border-bottom: none;
}

.feature_item:hover {
    padding-left: 5px;
}

.feature_item i {
    color: #ff4800;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature_item span {
    color: #495057;
    font-size: 14px;
    line-height: 1.5;
}

.feature_item.highlight {
    background: #fff9f7;
    margin: 0 -10px;
    padding: 11px 10px;
    border-radius: 6px;
}

.feature_item.highlight i {
    color: #ff4800;
}

.feature_item.highlight span {
    font-weight: 500;
    color: #2c3e50;
}

/* Make card body flexible */
.package_body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push season + booking to bottom */
.season_info {
    margin-top: auto; /* KEY LINE */
}

.pricing_card {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.season_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.season_tag {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #ff4800;
}

.season_tag i {
    color: #ff4800;
    font-size: 14px;
}

.season_tag span {
    color: #495057;
    font-size: 13px;
    font-weight: 500;
}

.book_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

.book_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}

.book_btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.book_btn:hover i {
    transform: translateX(4px);
}

.premium_btn {
    background: linear-gradient(135deg, #ff4800 0%, #ff6a33 100%);
    box-shadow: 0 4px 15px rgba(255, 72, 0, 0.3);
}

.pricing_card .premium_btn:hover{
    background: linear-gradient(135deg, #ff6a33 0%, #ff4800 100%);
    box-shadow: 0 6px 20px rgba(255, 72, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 968px) {
    .pricing_wrapper {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

@media (max-width: 576px) {
    .pricing_part {
        padding: 40px 0;
    }

    .section_tittle h2 {
        font-size: 28px;
    }

    .pricing_wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .package_header {
        padding: 25px 20px 20px;
    }

    .package_body {
        padding: 20px;
    }

    .amount {
        font-size: 38px;
    }

    .feature_item span {
        font-size: 13px;
    }

    .popular_tag {
        font-size: 11px;
        padding: 6px 16px;
    }
}
  
 .srv-main-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .srv-service-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px 35px;
            margin-bottom: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .srv-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(255, 72, 0, 0.15);
            border-color: #ff4800;
        }

        .srv-service-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
        }

        .srv-icon-box {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #ff4800 0%, #ff6a33 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 6px 20px rgba(255, 72, 0, 0.25);
        }

        .srv-icon-box i {
            color: #ffffff;
            font-size: 32px;
        }

        .srv-service-title {
            font-size: 26px;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
            line-height: 1.3;
        }

        .srv-service-intro {
            color: #495057;
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .srv-subsection-title {
            font-size: 18px;
            font-weight: 700;
            color: #ff4800;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #ff4800;
            display: inline-block;
        }

        .srv-feature-list {
            list-style: none;
            padding: 0;
            margin: 15px 0 25px;
        }

        .srv-feature-item {
            color: #495057;
            font-size: 14px;
            line-height: 1.8;
            margin-bottom: 10px;
            padding-left: 28px;
            position: relative;
        }

        .srv-feature-item::before {
            content: '\f3a5';   /* gem */
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: #ff4800;
            font-size: 14px;
        }

        .srv-platforms-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 12px;
            margin-top: 15px;
        }

        .srv-platform-tag {
            background: linear-gradient(135deg, #fff9f7 0%, #fff5f2 100%);
            padding: 10px 15px;
            border-radius: 8px;
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            color: #2c3e50;
            border: 1px solid #ff4800;
        }

        .srv-divider-section {
            margin: 60px 0;
            text-align: center;
        }

        .srv-divider-line {
            height: 3px;
            background: linear-gradient(90deg, transparent 0%, #ff4800 50%, transparent 100%);
            max-width: 600px;
            margin: 0 auto;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .srv-main-section {
                padding: 50px 0;
            }

            .srv-service-card {
                padding: 30px 25px;
            }

            .srv-service-header {
                flex-direction: column;
                text-align: center;
            }

            .srv-icon-box {
                width: 60px;
                height: 60px;
            }

            .srv-icon-box i {
                font-size: 28px;
            }

            .srv-service-title {
                font-size: 22px;
            }

            .srv-platforms-grid {
                grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            }
        }

        @media (max-width: 480px) {
            .srv-service-title {
                font-size: 20px;
            }

            .srv-platforms-grid {
                grid-template-columns: 1fr;
            }
        }

      
      
      
      
      /* Link Styling */
      a {
         transition: all 0.3s ease;
      }
      
      
      
     



      :root {
      --primary-color: #ff4800;
      --primary-dark: #e03f00;
      --primary-light: #ff6b33;
      --text-dark: #1a1a1a;
      --text-light: #666666;
      --bg-light: #f8f9fa;
    }
    
    .contact-hero {
      background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
      padding: 80px 0 60px;
      color: white;
      text-align: center;
    }
    
    .contact-hero h1 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    
    .contact-hero p {
      font-size: 18px;
      max-width: 800px;
      margin: 0 auto 15px;
      line-height: 1.8;
    }
    
    .info-card {
      background: white;
      border-radius: 12px;
      padding: 40px 30px;
      margin-bottom: 30px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      border-top: 4px solid var(--primary-color);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(255, 72, 0, 0.15);
    }
    
    .info-card h3 {
      color: var(--primary-color);
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
    }
    
    .info-card h3 i {
      margin-right: 12px;
      font-size: 28px;
    }
    
    .contact-info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      padding: 12px;
      background: var(--bg-light);
      border-radius: 8px;
    }
    
    .contact-info-item i {
      color: var(--primary-color);
      margin-right: 15px;
      margin-top: 3px;
      font-size: 18px;
      min-width: 20px;
    }
    
    .contact-info-item strong {
      color: var(--text-dark);
      margin-right: 8px;
    }
    
    .contact-info-item span, .contact-info-item a {
      color: var(--text-light);
    }
    
    .contact-info-item a {
      text-decoration: none;
      transition: color 0.3s ease;
    }
    
    .contact-info-item a:hover {
      color: var(--primary-color);
    }
    
    .contact-form-wrapper {
      background: white;
      border-radius: 12px;
      padding: 50px 40px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }
    
    .contact-form-wrapper h2 {
      color: var(--text-dark);
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    
    .contact-form-wrapper p {
      color: #ff4800;
      margin-bottom: 35px;
    }
    
    .form-group label {
      color: var(--text-dark);
      font-weight: 600;
      margin-bottom: 8px;
      display: block;
    }
    
    .form-control {
      border: 2px solid #e0e0e0;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    
    .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: 0 0 0 0.2rem rgba(255, 72, 0, 0.15);
    }
    
    .btn-submit {
      background: var(--primary-color);
      color: white;
      border: none;
      padding: 15px 50px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    
    .btn-submit:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(255, 72, 0, 0.3);
    }
    
    .features-list {
      list-style: none;
      padding: 0;
    }
    
    .features-list li {
      padding: 12px 0;
      color: var(--text-light);
      display: flex;
      align-items: center;
    }
    
    .features-list li:before {
      content: "✔";
      color: var(--primary-color);
      font-weight: bold;
      margin-right: 12px;
      font-size: 18px;
    }
    
    .business-info-box {
      background: #ff8c66;
      color: white;
      padding: 40px;
      border-radius: 12px;
      margin-bottom: 30px;
    }
    
    .business-info-box h4 {
      font-size: 22px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--primary-color);
      padding-bottom: 10px;
    }
    
    .business-info-box p {
      margin-bottom: 10px;
      line-height: 1.8;
    }
  
    .connect-section {
      background: var(--bg-light);
      padding: 60px 0;
      text-align: center;
    }
    
    .connect-section h3 {
      font-size: 28px;
      color: var(--text-dark);
      margin-bottom: 20px;
    }
    
    .connect-section p {
      color: var(--text-light);
      max-width: 700px;
      margin: 0 auto 20px;
      line-height: 1.8;
    }
    
    @media (max-width: 768px) {
      .contact-hero h1 {
        font-size: 32px;
      }
      
      .contact-form-wrapper {
        padding: 30px 20px;
      }
    }