@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Raleway", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Comon css start ####*/
.btn-warning {
  background-color: #FF6300;
  border-color: #FF6300;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  transition: 0.5s;
}
.btn-warning:hover {
  background-color: #fff;
  border-color: #fff;
  transition: 0.5s;
  padding: 8px 18px;
}

.btn-light {
  background-color: #fff;
  border-color: #fff;
  color: #FF6300;
  padding: 8px 15px;
  border-radius: 30px;
  transition: 0.5s;
}
.btn-light:hover {
  background-color: #FF6300;
  border-color: #FF6300;
  color: #fff;
  transition: 0.5s;
}

.comon-title {
  position: relative;
  width: 100%;
}
.comon-title h3 {
  position: relative;
  width: 100%;
  color: #161616;
  font-size: 25px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.comon-title h4 {
  position: relative;
  width: 100%;
  color: #FF6300;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.comon-title p {
  position: relative;
  width: 100%;
  color: #575757;
  font-size: 15px;
  margin-bottom: 10px;
}

.custom-btn {
  position: relative;
  color: #161616;
  font-size: 16px;
  background-color: transparent;
  border-radius: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
  transition: 0.5s;
}
.custom-btn i {
  font-size: 30px;
  display: inline-flex;
  padding-left: 5px;
  color: #FF6300;
}
.custom-btn:hover {
  background-color: #FF6300;
  color: #fff;
  transition: 0.5s;
}
.custom-btn:hover i {
  color: #161616;
}

/*#### Comon css end ####*/
/*##### Header css start ####*/
.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 5px;
  z-index: 9;
}
.header-wrapper .navbar {
  align-items: start;
}
.header-wrapper .navbar .logo-wrap {
  position: relative;
}
.header-wrapper .navbar .logo-wrap img {
  height: 120px;
}
.header-wrapper .navbar .header-contact-info {
  position: relative;
}
.header-wrapper .navbar .header-contact-info ul {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.header-wrapper .navbar .header-contact-info ul li {
  position: relative;
  margin-right: 8px;
}
.header-wrapper .navbar .header-contact-info ul li .contact-info-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-wrapper .navbar .header-contact-info ul li .contact-info-list .icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #FF6300;
  color: #fff;
  border-radius: 50%;
}
.header-wrapper .navbar .header-contact-info ul li .contact-info-list .content {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}
.header-wrapper .navbar .header-contact-info ul li .contact-info-list .content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
.header-wrapper .navbar .header-contact-info ul li .contact-info-list .content p a {
  color: #fff;
}
.header-wrapper .navbar .navbar-nav {
  position: relative;
}
.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 7px;
}
.header-wrapper .navbar .navbar-nav li.active a {
  color: #FF6300;
  border-bottom: 2px solid #FF6300;
}
.header-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}
.header-wrapper .navbar .navbar-nav li a:hover {
  color: #FF6300;
  border-bottom: 2px solid #FF6300;
  transition: 0.5s;
}
.header-wrapper .navbar .book-btn-wrap {
  position: relative;
}
.header-wrapper .navbar .book-btn-wrap .btn-warning:hover {
  padding: 8px 15px;
}

/*##### Header css end ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-wrapper .banner-content-wrap {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
}
.banner-wrapper .banner-content-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  margin-bottom: 15px;
}
.banner-wrapper .banner-content-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.our-services-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 150px;
}
.our-services-wrapper #services-slider {
  margin-top: -12%;
}

#services-slider .slick-list {
  padding-left: 0px !important;
}

.services-wrap {
  position: relative;
  width: 100%;
  transition: 0.5s;
}
.services-wrap .services-img {
  position: relative;
  width: 100%;
}
.services-wrap .services-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8967962185) 100%);
  z-index: 1;
}
.services-wrap .services-img img {
  position: relative;
  width: 100%;
}
.services-wrap .services-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 10px;
  transition: 0.5s;
}
.services-wrap .services-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.services-wrap .services-content .hover-content {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.services-wrap .services-content .hover-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.services-wrap:hover .services-img::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.services-wrap:hover .services-content {
  text-align: center;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
}
.services-wrap:hover .services-content .hover-content {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.services-btn-wrap {
  position: relative;
  width: 100%;
  text-align: right;
}
.services-btn-wrap .slick-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #688095;
  border: 0px;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  padding: 0px;
  line-height: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.services-btn-wrap .slick-arrow:hover {
  background-color: #FF6300;
  transition: 0.5s;
}

.tour-services-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  background-image: url(../images/tour-services-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.tour-services-sld-items {
  position: relative;
}
.tour-services-sld-items .tour-services-big {
  position: relative;
  width: 100%;
}
.tour-services-sld-items .tour-services-big img {
  position: relative;
  width: 100%;
}

.tour-services-main {
  margin-top: -70px;
}

#tour-services-slider .slick-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #688095;
  border: 0px;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  padding: 0px;
  line-height: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#tour-services-slider .slick-arrow:hover {
  background-color: #FF6300;
  transition: 0.5s;
}
#tour-services-slider .slick-prev {
  position: absolute;
  bottom: 0;
  right: 0px;
}
#tour-services-slider .slick-next {
  position: absolute;
  bottom: 0;
  right: -41px;
}

.tour-services-right-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #E2EAF0;
  padding: 15px 20px;
}
.tour-services-right-content ul {
  position: relative;
  width: 100%;
}
.tour-services-right-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.tour-services-right-content ul li::before {
  content: "\f138";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 2px;
  color: #FF6300;
  font-size: 14px;
}

#tour-services-slider-thumbnail .tour-services-thumbnail-items {
  padding-right: 10px;
}

#tour-services-slider-thumbnail .tour-services-thumbnail-items .tour-services-thumbnail img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.tour-button-wrap {
  text-align: right;
}

.cab-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cab-left-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.cab-right-content {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 30px 30px;
  margin-left: -60px;
}
.cab-right-content h3 {
  position: relative;
  width: 100%;
  color: #161616;
  font-size: 30px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}
.cab-right-content p {
  position: relative;
  width: 100%;
  color: #575757;
  font-size: 15px;
  margin-bottom: 10px;
}

.discover-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px;
  background-image: url(../images/discover-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.discover-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.discover-wrapper .comon-title h3 {
  color: #fff;
}

.discover-video-wrap {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #FF6300;
}
.discover-video-wrap img {
  position: relative;
  width: 100%;
}

.our-gallery-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.main_content {
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  -moz-column-count: 4;
       column-count: 4;
}
.main_content .picture_wrapper {
  margin-bottom: 20px;
}
.main_content .picture_wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

/* responsive */
@media (min-width: 1200px) {
  .main_content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main_content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 575px) {
  .main_content {
    -moz-column-count: 1;
         column-count: 1;
  }
}
/*##### newsletter css start ######*/
.newsletter-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter-wrapper .comon-title h3 {
  color: #fff;
}
.newsletter-wrapper .comon-title p {
  color: #fff;
}

.newsletter-wrap {
  position: relative;
  width: 100%;
}
.newsletter-wrap .form-control {
  background-color: transparent;
  border-radius: 30px;
  height: 50px;
  color: #fff;
}
.newsletter-wrap .form-control::-moz-placeholder {
  color: #fff;
}
.newsletter-wrap .form-control::placeholder {
  color: #fff;
}
.newsletter-wrap .form-control:focus {
  box-shadow: none;
}
.newsletter-wrap .btn-light {
  height: 50px;
}
.newsletter-wrap .btn-light:hover {
  padding: 8px 20px;
}

/*##### newsletter css end ######*/
/*##### testimonials css start ###*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  padding-bottom: 80px;
  background-image: url(../images/testmonials-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.testmonials-sld-items {
  padding: 10px 15px;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.46);
  border-radius: 10px;
}
.testimonials-wrap .testimonials-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.testimonials-wrap .testimonials-top .auth-left {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-wrap .testimonials-top .title-wrap {
  position: relative;
  width: calc(100% - 75px);
  padding-left: 10px;
}
.testimonials-wrap .testimonials-top .title-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #FF6300;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap h5 {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #688095;
}
.testimonials-wrap .test-right-content {
  position: relative;
  width: 100%;
}
.testimonials-wrap .test-right-content p {
  position: relative;
  width: 100%;
  color: #575757;
  font-size: 15px;
  margin-bottom: 5px;
}

/**/
.testmonials-slider .slick-arrow {
  position: absolute;
  background-color: #fff;
  border: 3px solid #fff;
  color: #688095;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
.testmonials-slider .slick-arrow:hover {
  color: #FF6300;
  transition: 0.5s;
}

.testmonials-slider .slick-arrow:before {
  display: none;
}

.testmonials-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

.testmonials-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*##### testimonials css end ###*/
/*Footer css start*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #161616;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #FF6300;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.footer-inner-wrap .footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.footer-inner-wrap .contact-det-list span {
  color: #FF6300;
  font-size: 20px;
  padding-right: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #ffffff;
}

.footer-inner-wrap .contact-det-list p a {
  color: #ffffff;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #ffffff;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #FF6300;
  transition: 0.5s;
}

/**/
.bottom-footer {
  position: relative;
  width: 100%;
  background-color: #161616;
  border-top: 1px solid #5c5c5c;
  padding: 20px 0px;
}

.bottom-footer .foot-copy {
  position: relative;
  width: 100%;
}

.bottom-footer .foot-copy p {
  position: relative;
  width: 100%;
  color: #AEAEAE;
  font-size: 16px;
  margin-bottom: 0px;
}

/*Footer css end*/
/*####### inner banner css start ########*/
.inner-banner {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}

.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.inner-banner img {
  position: relative;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inner-banner .inner-banner-cont {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-banner .inner-banner-cont h1 {
  position: relative;
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.main-wraper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #161616;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #FF6300;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h6 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 14px;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #757575;
  font-size: 15px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.cms-content ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #757575;
  font-size: 16px;
}

.cms-content ul li:before {
  content: "\f101";
  font-family: fontawesome;
  position: absolute;
  top: -2px;
  left: 0;
  color: #FF6300;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*####### inner banner css end ########*/
.services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.about-us-wrapper {
  padding-top: 50px;
}
.about-us-wrapper .tour-services-main {
  margin-top: 0px;
}

/*#### Blog css start ####*/
.blog-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #E2EAF0;
}

.blog-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px #BBBBBB;
  border-radius: 10px;
  overflow: hidden;
}
.blog-wrap .blog-img {
  position: relative;
  width: 100%;
}
.blog-wrap .blog-img img {
  width: 100%;
}
.blog-wrap .blog-contant {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}
.blog-wrap .blog-contant h4 {
  position: relative;
  width: 100%;
  color: #161616;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "SFProDisplay-Semibold";
}
.blog-wrap .blog-contant p {
  position: relative;
  width: 100%;
  color: #575757;
  margin-bottom: 10px;
}
.blog-wrap .blog-contant .read-more-date {
  position: relative;
  width: 100%;
}
.blog-wrap .blog-contant .read-more-date ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.blog-wrap .blog-contant .read-more-date ul li {
  position: inherit;
  color: #575757;
  font-size: 14px;
}
.blog-wrap .blog-contant .read-more-date ul li .read-btn {
  color: #688095;
}

/*### blog details css start ####*/
.blog-details-wraper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}

.blog-single-wraper {
  position: relative;
  width: 100%;
}

.blog-single-wraper h1 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.blog-single-wraper .entry-meta {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #0d1d31;
}

.blog-single-wraper .entry-meta a {
  color: #3f56d6;
}

.blog-single-wraper .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-single-wraper .blog-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.blog-single-wraper .blog-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.blog-single-wraper .blog-img .blog-date {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 5px 15px;
  background-color: #FF6300;
  text-align: center;
}

.blog-single-wraper .blog-img .blog-date p {
  position: relative;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.blog-single-wraper p {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #0d1d31;
  margin-bottom: 10px;
}

.social-icon.blog-social {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.social-icon.blog-social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.social-icon.blog-social ul li a {
  color: #13253b;
  transition: 0.5s;
}

.social-icon.blog-social ul li a:hover {
  color: #3f56d6;
  transition: 0.5s;
}

.blog-prev-next-wraper {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 20px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.blog-prev-next-wraper a {
  color: #666666;
  font-size: 14px;
}

.blog-prev-next-wraper a .fa {
  padding: 0px 5px;
}

.comment-respond {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
  padding: 20px 20px;
  border-radius: 5px;
}

.comment-respond > h3 {
  position: relative;
  width: 100%;
  color: #666666;
  font-size: 22px;
  margin-bottom: 15px;
}

.comment-respond .comment-form label {
  position: relative;
  color: #000;
  font-size: 16px;
}

.comment-respond .comment-form .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  transition: 0.5s;
}

.comment-respond .comment-form .form-control:focus {
  box-shadow: none;
  border-color: #0d1d31;
  transition: 0.5s;
}

/*###### blog sidebar css start #######*/
.blog-sidebar {
  position: relative;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ededed;
  padding: 0px 15px;
}

.blog-sidebar-title {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-sidebar-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 30px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.recent-posts {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.recent-posts .recent-posts-list {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 0px;
}

.recent-posts .recent-posts-list li {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 5px 0px;
  border-bottom: 1px solid #ededed;
}

.recent-posts .recent-posts-list li:last-child {
  border-bottom: 0px;
}

.recent-posts .blog-posts-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.recent-posts .blog-posts-wrap .blog-img {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.recent-posts .blog-posts-wrap .blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-posts .blog-posts-wrap .blog-right-text {
  position: relative;
  width: calc(100% - 55px);
}

.recent-posts .blog-posts-wrap .blog-right-text h5 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.recent-posts .blog-posts-wrap .blog-right-text h5 a {
  color: #000000;
}

.recent-posts .blog-posts-wrap .blog-right-text p {
  position: relative;
  color: #000;
  font-size: 14px;
}

.recent-posts .blog-posts-wrap .blog-right-text p a {
  color: #666666;
}

.recent-comment {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.recent-comment ul {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.recent-comment ul li {
  position: relative;
  width: 100%;
  display: block;
  padding: 5px 0px;
  padding-left: 12px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.recent-comment ul li a {
  color: #666666;
}

.recent-comment ul li:after {
  content: "\f105";
  font-size: 15px;
  font-family: "Fontawesome";
  position: absolute;
  top: 5px;
  left: 0px;
}

.recent-comment ul li:last-child {
  border-bottom: 0px;
}

/*### blog details css end ####*/
.contact-uspg-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 60px 0px;
}

.form-sec {
  position: relative;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}

.form-sec .comon-title h3 {
  font-size: 35px;
}

.form-sec .form-control {
  color: #000;
  border: 1px solid #b1b1b1;
  height: auto;
  padding: 12px 15px;
  border-radius: 0px;
  transition: 0.5s;
}

.form-sec .form-control:focus {
  border: 1px solid #FF6300;
  transition: 0.5s;
  box-shadow: none;
  outline: none;
}

.map-wrap {
  position: relative;
  width: 100%;
}

.map-wrap iframe {
  position: relative;
  width: 100%;
  height: 480px;
  border: 2px solid #FF6300;
}/*# sourceMappingURL=style.css.map */