@charset "utf-8";
/* Photoframe Common CSS */
body {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
}
*, *:focus {
  outline: none;
}
a {
  color: #000000;
  transition: all ease .4s;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #0070c0;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.3;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
figure {
  margin: 0;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
/* Form CSS */
.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 52px;
  padding: 10px 20px;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  transition: all ease .4s;
  border-radius: 4px;
  appearance: none;
}
.form-control:focus {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
}
textarea.form-control {
  height: 120px;
  resize: none;
}
input[type="submit"] {
  border: 1px solid transparent;
  transition: all ease .4s;
}
select.form-control {
  padding: 10px 60px 10px 15px;
  background-image: url(../images/icons/select-arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 45px auto;
  color: #727272;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus {
  color: #727272;
}
select.form-control::-ms-expand {
  display: none;
}
button[type="submit"] {
  border: none;
}
label {
  display: block;
  color: #ffffff;
  cursor: pointer;
  font-size: 25px;
}
.photoframe-btn {
  display: inline-block;
  padding: 13px 15px;
  background-color: #ff9c33;
  color: #fff;
  min-width: 170px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
}
.photoframe-btn:hover, .photoframe-btn:focus {
  background-color: #c8741c;
  color: #fff;
}
/* Photoframe Topbar */
.photoframe-topbar {
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.photoframe-topbar ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style: none;
}
.photoframe-topbar ul li {
  display: inline-block;
  padding-right: 35px;
}
.photoframe-topbar ul li:last-child {
  padding-right: 0;
}
.photoframe-topbar ul li a {
  color: #fff;
}
.photoframe-topbar ul li a:hover {
  opacity: 0.7;
}
.photoframe-topbar ul li a i {
  margin-right: 5px;
  color: #d5b63f;
}
.photoframe-socials a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-left: 15px;
}
.photoframe-socials a:hover {
  color: #d5b63f;
}
/* Photoframe Header */
.photoframe-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.header-inner {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all ease .4s;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: transparent;
  background-color: rgba(0, 0, 0, 0.85);
}
.photoframe-navigation ul {
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style: none;
}
.photoframe-navigation ul li {
  display: inline-block;
  padding-left: 30px;
}
.photoframe-navigation ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  position: relative;
}
.photoframe-navigation ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all ease .4s;
  content: "";
  z-index: 1;
}
.photoframe-navigation ul li a:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.photoframe-navigation ul li:first-child {
  padding-left: 0;
}
.photoframe-toggle {
  display: none;
  vertical-align: middle;
  width: 25px;
  height: 16px;
}
/* Photoframe Banner */
.photoframe-banner-inner {
  min-height: 850px;
  height: 100vh;
  background-position: 50% 50%;
  background-image: none;
  background-size: cover;
  position: relative;
}
.photoframe-banner-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 0;
}
.banner-info {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 120px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.banner-info-overflow {
  overflow: hidden;
}
.banner-info h2 {
  font-size: 46px;
  color: #ffd2a1;
  padding-bottom: 20px;
  transition: all ease 1.3s;
  transform: translateY(-115%) rotate(-70deg);
  transform-origin: left;
}
.banner-info h3 {
  padding-bottom: 25px;
  font-size: 35px;
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  transition: all ease 2s;
  transform: translateY(-115%) rotate(-70deg);
  transform-origin: left;
}
.photoframe-btn-banner {
  transition: all ease 3s;
  transform: translateY(-115%) rotate(-70deg);
  transform-origin: left;
}
.banner-info-inner {
  text-align: center;
  padding: 60px 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.swiper-slide-active .banner-info h2, .swiper-slide-active .banner-info h3, .swiper-slide-active .photoframe-btn-banner {
  transform: none;
}
/* Photoframe About */
.photoframe-about {
  padding: 70px 0 40px;
}
.section-title {
  margin-bottom: 60px;
  text-align: center;
}
.section-title h2 {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
}
.section-title h2:after, .section-title h2:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120%;
  height: 1px;
  background: #F3E1DB;
  content: "";
  transform: translateX(-50%);
  z-index: 1;
}
.section-title h2:before {
  bottom: -20px;
  width: 70%;
}
.section-title h4 {
  color: #939580;
  font-size: 45px;
  font-family: 'Dancing Script', cursive;
}
.about-wrap-item {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  align-items: center;
}
.about-image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
}
.about-image:after {
  position: absolute;
  width: 96%;
  height: 92%;
  left: -2%;
  top: 7%;
  border: 1px solid #D4B0A5;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  content: "";
  z-index: 11;
}
.about-image-inner {
  -webkit-clip-path: polygon(0 0, 100% 8%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 8%, 90% 100%, 0 100%);
}
.about-info {
  padding: 40px;
  margin-left: 0;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  background: #fff;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  margin-left: -80px;
  z-index: 11;
  margin-top: 30px;
}
.about-info h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 45px;
}
.about-info span {
  padding-bottom: 20px;
  display: inline-block;
  color: #939580;
  font-weight: 500;
  font-size: 20px;
}
.about-image-inner img {
  width: 100%;
  height: 466px;
  object-fit: cover;
}

.style-two .about-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
  margin-right: 30px;
}
.style-two .about-image:after {
  left: auto;
  right: -2%;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
}
.style-two .about-image-inner {
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 6% 100%);
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 6% 100%);
}
.style-two .about-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 0%;
  margin-left: auto;
  margin-right: -80px;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  text-align: right;
}
/* Photoframe Gallery */
.photoframe-gallery {
  padding: 70px 30px;
  background-color: #fffbf8;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.gallery-list .nav-tabs {
  padding-bottom: 25px;
  border-bottom: none;
  justify-content: center;
}
.gallery-list .nav-item {
  padding: 0 25px;
}
.gallery-list .nav-tabs .nav-link {
  padding: 0 0 8px;
  border: none;
  font-size: 18px;
  color: #777;
  position: relative;
}
.gallery-list .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff9c33;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ff9c33;
}
.nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after {
  width: 100%;
}
.photoframe-gallery .row {
  margin: 0 -7.5px;
}
.photoframe-gallery [class*="col-"] {
  padding: 0 7.5px;
}
.gallery-list-item {
  margin-bottom: 15px;
}
.gallery-list-item {
  position: relative;
}
.gallery-list-item > img {
  width: 100%;
  min-height: 353px;
  max-height: 353px;
  object-fit:cover;
} 
.gallery-list-item:hover .gallery-list-info {
  transform: scale(1);
}
.gallery-list-info {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  transform: scale(0);
  transition: all ease .6s;
  z-index: 1;
}
.gallery-modal .modal-body {
  padding: 0;
}
.zoom-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
.zoom-btn:before, .zoom-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #333;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.zoom-btn:after {
  width: 2px;
  height: 100%;
}
.gallery-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  background: #fff;
  font-size: 22px;
  color: #000;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 22px;
  border-radius: 100%;
}
.gallery-modal .btn-close {
  transform: rotate(45deg);
}
.gallery-modal .btn-close:before, .gallery-modal .btn-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 2px;
  content: "";
  background-color: #333;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.gallery-modal .btn-close:after {
  width: 2px;
  height: 65%;
}
.gallery-video {
  height: 320px;
  max-height: 320px;
  position: relative;
}
.WhyChooseContent {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.videoIcon {
  border: none;
  position: absolute;
  background: #ff9c33;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: animate-pulse 3s linear infinite;
}
.videoIcon svg path{
  fill: #fff;
}
@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
  }
  40%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
  }
  80%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  
}

.gallery-video video{
  width: 100%;
  height: 100%;
}
.popupVideo video{
  width: 100%;
  height: 100%;
}
.popupVideoBox .btn-close {
  position: absolute;
  top: -16px;
  right: -20px;
  background-color: #ff9c33;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
.popupVideoBox .btn-close{
  position: absolute;
}
.WhyChooseBox{
  box-shadow: 0px 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
  padding: 30px 20px 20px 20px;
  transition: all 0.5s ease 0s;
  min-height: 320px;
  border-radius: 10px;
}
.WhyChooseBox:hover{
  background-color: #ff9c33;

}
.IconBox {
  width: 90px;
  height: 90px;
  background-color: #fff5f0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.WhyChooseBox:hover .IconBox{
  border-radius: 10px;
}
.IconBox i {
  font-size: 40px;
  color: #ff9c33;
}
.ChoosecontentTrack {
  text-align: center;
} 
.chooseTitle {
  font-size: 18px;
}
.WhyChooseBox:hover .chooseTitle{
  color: #fff;
} 
.choosedescription {
  font-size: 15px;
  line-height: 24px;
  min-height: 178px;
}
.WhyChooseBox:hover .choosedescription{
  color: #fff;
} 
.feat{
  padding-bottom: 60px;
}
.feature_box_col_one{
  background-color: rgba(247, 198, 5, 0.20);
}
.WhyChooseBox:hover .feature_box_col_one{
  background-color:#fff;
}
.feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
}
.WhyChooseBox:hover .feature_box_col_two{
  background-color:#fff;
}
.feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
}
.WhyChooseBox:hover .feature_box_col_three{
  background-color:#fff;
}
.feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
}
.WhyChooseBox:hover .feature_box_col_four{
  background-color:#fff;
}
.feature_box_col_five{
  background: rgba(146, 39, 255, 0.15);
}
.WhyChooseBox:hover .feature_box_col_five{
  background-color:#fff;
}
.feature_box_col_six{
  background: rgba(23, 39, 246, 0.15);
}
.WhyChooseBox:hover .feature_box_col_six{
  background-color:#fff;
}
/* Photoframe Services */
.photoframe-services {
  padding: 70px 0;
}
.service-item {
  height: calc(100% - 30px);
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fff5f0;
  border-radius: 20% 0 20% 0;
}
.service-item h4 {
  padding: 20px 0 15px;
  color: #333333;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.service-item p {
  padding-bottom: 15px;
}
.service-image img {
  border-radius: 40% 0 40% 0;
  border: 10px solid #ffc2a4;
  height: 315px;
  object-fit: cover;
  width: 100%;
}
.service-link {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 16px;
  color: #ff9c33;
  position: relative;
}
.service-link i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.service-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff9c33;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.service-link:hover {
  color: #ff9c33;
}
.service-link:hover:after {
  width: 50%;
}
/* Photoframe Testimonials */
.photoframe-testimonials {
  padding: 100px 0 70px;
  background: #edf3f8;
  position: relative;
}
.wpo-testimonials-img {
  width: 438px;
  height: 438px;
  position: relative;
  left: -60px;
}
.wpo-testimonials-img img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.wpo-testimonials-img .wpo-testimonials-img-shape {
  position: absolute;
  left: -24px;
  top: -37px;
  width: 520px;
  height: 478px;
}
.wpo-testimonials-img .wpo-testimonials-img-shape img {
  border-radius: 0;
}
.wpo-testimonials-wrap h2 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 55px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.wpo-testimonials-wrap h2::before {
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 40px;
  height: 50px;
  background-image: url('../images/testimonials-icons.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px auto;
  content: "";
  z-index: 1;
}
.wpo-testimonials-wrap h2::after {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}
.wpo-testimonials-item p {
  font-size: 18px;
  color: #002642;
  font-weight: 400;
  line-height: 34px;
}
.wpo-testimonial-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
}
.wpo-testimonial-info-img {
  margin-right: 20px;
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
}
.wpo-testimonial-info-img:before {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 110%;
  height: 109%;
  content: "";
  background: #86a0b6;
  z-index: -1;
  border-radius: 50px;
}
.wpo-testimonial-info-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.wpo-testimonial-info-text h5 {
  padding-bottom: 5px;
  color: #002642;
  font-size: 20px;
}
.wpo-testimonial-info-text span {
  font-weight: 400;
  color: #86a0b6;
  font-size: 16px;
}
.wpo-testimonials-shape {
  position: absolute;
  right: 95px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials-swiper {
  position: relative;
  overflow: hidden;
}
.testimonials-swiper .swiper-pagination {
  position: static;
  padding-top: 30px;
  text-align: left;
}
.testimonials-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: #d4e6f5;
}
.testimonials-swiper .swiper-pagination-bullet-active {
  background: #86a0b6;
}
/* Quick Contact */
.quick-contact {
  padding: 80px 0 60px;
}
.quick-contact-item {
  padding: 25px 15px 15px;
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 270px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.quick-contact-item > img {
  width: 70px;
}
.quick-contact-item h4 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px;
}
.quick-contact-item p {
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}




.photoframe-footer {
  padding: 60px 0 15px;
  background-color: #fff5f0;
}
.contact-info-item {
  padding: 8px 0;
  display: flex;
}
.contact-info-icon {
  min-width: 40px;
  color: #9d9d9d;
  font-size: 25px;
}
.footer-item p {
  padding: 0;
  color: #777;
  font-size: 16px;
  line-height: 28px;
}
.footer-item .contact-info-item {
  padding: 5px 0;
}
.footer-item {
  max-width: 310px;
}
.footer-item h4 {
  margin-bottom: 20px;
  position: relative;
}
.footer-item h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #000000;
  content: "";
  z-index: 1;
}
.footer-item p {
  padding: 0;
  color: #777;
  font-size: 15px;
}
.footer-item p a {
  color: inherit;
}
.footer-item ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 16px;
  list-style: none;
}
.footer-item ul li {
  padding: 7px 0;
  float: left;
  width: 50%;
}
.footer-item ul li a {
  color: #777;
}
.footer-item ul li a:hover {
  color: #000;
}
.photoframe-copyright {
  padding-top: 15px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.photoframe-copyright p {
  padding-bottom: 0;
  font-size: 14px;
  color: #a2a2a2;
}
.rhyme-socials {
  padding-top: 20px;
}
.rhyme-socials a {
  color: #777;
  font-size: 25px;
  margin-right: 18px;
}
.rhyme-socials a:hover {
  color: #000;
}

.photoframe-sub-banner {
	padding: 220px 0 70px;
	/* background-image: url('../images/page-title.jpg'); */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.photoframe-sub-banner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	z-index: 1;
}
.page-title-inner {
	max-width: 600px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.page-title-inner h2 {
	font-size: 55px;
}
.page-title-inner p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.photoframe-about-inner {
	padding: 100px 0;
}
.about-inner-image img {
	  padding: 20px;
	  background-color: #86a0b6;
	  border: 20px solid #fff;
	box-shadow: 0px 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
}


.photoframe-contact-us-one {
    position: relative;
    padding-top: 110px;
	background-image: url('../images/jaipur-map.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
  }
  .photoframe-contact-us-one:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .photoframe-contact-us-one .container {
    position: relative;
    z-index: 1;
  }
  .contact-us-one-title {
    max-width: 500px;
  }
  .contact-us-one-title h2 {
    margin-bottom: 15px;
    padding: 0;
    font-size: 46px;
    line-height: 52px;
    text-transform: capitalize;
    color: #fff;
  }
  .contact-us-one-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #f2f2f2;
  }


  .photoframe-contact-us-form {
    position: relative;
    z-index: 11;
    margin-top: -300px;
    padding-bottom: 60px;
  }
  .contact-us-form-info {
    height: 100%;
    padding: 50px 50px 60px;
    background: #fff;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .contact-us-form-title {
    margin-bottom: 50px;
  }
  .contact-us-form-title h3 {
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    text-transform: full-size-kana;
    color: #000;
  }
  .contact-us-form-input {
    margin-bottom: 20px;
  }
  .contact-us-form-input label, .contact-us-form-textarea label, .contact-us-form-select label {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #777;
  }
  .contact-us-form-input input {
    padding: 6px 0;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 300;
    color: #333;
  }
  .contact-us-form-textarea {
    position: relative;
  }
  .contact-us-form-textarea a {
    font-size: 22px;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #45a5f6;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: auto;
    right: 0;
    z-index: 1;
    color: #fff;
  }
  .contact-us-form-textarea label {
    margin-top: 15px;
  }
  .contact-us-form-textarea textarea {
    height: 130px;
    padding: 6px 0;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 300;
    color: #333;
  }
  .contact-us-form-select select {
    padding: 6px 0;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 300;
    color: #333;
  }
  ::-webkit-input-placeholder {
    color: #ccc !important;
  }
  ::-moz-placeholder {
    color: #ccc !important;
  }
  :-moz-placeholder {
    color: #ccc !important;
  }
  :-ms-input-placeholder {
    color: #ccc !important;
  }
  .contact-us-form-content {
    height: 100%;
    padding: 50px 50px 60px;
    background-color: #103f6f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .contact-us-form-content h3 {
    padding: 0;
    margin-bottom: 50px;
    font-size:  22px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
  }
  .contact-us-form-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .contact-us-form-content li {
    display: block;
    margin: 24px 0;
  }
  .contact-us-form-content li a {
    display: inline-flex;
    align-items: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    color: #eee;
  }
  .contact-us-form-content a .fa-mobile, .contact-us-form-content a .fa-map-marker {
    margin-right: 14px;
    font-size: 28px;
    color: #bbb;
  }
  .contact-us-form-content a .fa-envelope-o {
    margin-right: 14px;
    font-size: 18px;
    color: #bbb;
	margin-top: 3px;
  }
  .contact-us-form-socials {
    display: inline-block;
    margin-top: 18px;
  }
  .contact-us-form-socials a {
    display: inline-block;
    font-size: 20px;
    color: #f2f2f2;
  }
  .contact-us-form-socials a i {
    margin-right: 15px;
  }


.photoframe-services-one {
    padding: 70px 0;
  }
  .services-one-item {
    padding-bottom: 80px;
  }
  .services-one-item:last-child {
    padding-bottom: 0;
  }
  .services-one-info {
    width: 100%;
    padding-right: 100px;
  }
  .services-one-info h4 {
    padding: 0 0 26px;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    font-style: italic;
    color: #333333;
  }
  .services-one-info p {
    margin-bottom: 15px;
    color: #444;
    font-size: 16px;
    line-height: 28px;
  }
  .services-one-info .service-one-link {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    position: relative;
  }
  .services-one-info .service-one-link:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 130px;
    z-index: 1;
    content: "";
    width: 130px;
    height: 2px;
    background-color: #ff9c33;
    transform: translateY(-50%);
  }
  .services-one-info .service-one-link:hover {
    color: #ff9c33;
  }
  .services-one-img {
    position: relative;
    max-width: 580px;
    padding-top: 50px;
    padding-right: 80px;
  }
  .services-one-img:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 85%;
    height: 85%;
    background: #fff5f0;
  }
  .services-one-item.left .services-one-img {
    padding-left: 80px;
    padding-right: 0;
  }
  .services-one-item.left .services-one-img:before {
    left: 0;
    right: auto;
  }
  .services-one-item.left .services-one-info {
    padding-left: 100px;
    padding-right: 0;
  }
  .services-one-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.gallery-modal img{
  width: 100%;
}
.hover-text:hover{
  color: #000;
}

.hover-text{
  color: #777777;
  display: block;
}

/* Loader css start */

.data-loader {
  position: absolute;
  text-align: center;
  padding: 2px;
  z-index: 999;
  background: #fdf2f2;
  width: 100%;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  height: 100vh;
}

.data-loader > div:last-child {
	position: relative;
	width: 80px;
	height: 15px;
	margin: 1em auto;
}

.data-loader > div:last-child > div {
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.data-loader > div:last-child > div:nth-child(1) {
	left: 8px;
	animation: data-loader-1 0.6s infinite;
}

.data-loader > div:last-child > div:nth-child(2) {
	left: 8px;
	animation: data-loader-2 0.6s infinite;
}

.data-loader > div:last-child > div:nth-child(3) {
	left: 32px;
	animation: data-loader-2 0.6s infinite;
}

.data-loader > div:last-child > div:nth-child(4) {
	left: 56px;
	animation: data-loader-3 0.6s infinite;
}

@keyframes data-loader-1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes data-loader-2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

@keyframes data-loader-3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
/* Loader css End */
.IconBox svg path {
  fill: #ff9c33;
}
.IconBox.feature_box_col_five svg path {
  stroke: #ff9c33;
  fill: unset;
}
.IconBox.feature_box_col_two svg path{
  stroke: #ff9c33;
  fill: unset !important;
}
.about-inner-image {
  position: relative;
}
.contactIcon i{
  color: #bbb;
}

.contactIcon i:hover{
  color: #000;
}

.invalid-feedback{display: inline;}