/*=== MEDIA QUERY ===*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700);
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}
.logo{
  width: 150px;
  height: 50px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
}

.main-page-header{
  color: #242f66;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
}
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #f75757;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
  
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main, .btn-transparent, .btn-small {
  background: #465dd4;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: #242f66;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #f75757;
  background: transparent;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid #f75757;
  background: #f75757;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f75757;
}

.btn-transparent:hover {
  background: transparent;
  color: #f75757;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #f75757;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 10px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 20px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
  text-align:justify;
}

.subtitle {
  color: #f75757;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

.overly:before, .page-title:before, .slider:before, .cta:before, .hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative;
}

.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: #242f66;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

/*.text-lg {
  font-size: 3.75rem;
}*/

.about-item p { text-align:justify;}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: #f75757;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  background: #fff;/*nav bar bg color*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
  padding-left: 15px;
}

#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #242f66;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #f75757;
}

#navbar .btn {
  padding: .5rem 1.5rem;
  color: #242f66;
}

.header-top {
  background: #222328;
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}

.header-top .header-top-socials a {
  color: #919194;
  margin-right: 15px;
  font-size: 16px;
}

.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}

.header-top .header-top-info a span {
  color: #fff;
}

.header-top .header-top-info a {
  margin-left: 35px;
  color: #919194;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: #f75757;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f75757;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.bg-1 {
  background: url(../images/about.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.bg-22 {
  background: url(../images/amenity2.png) no-repeat 50% 50%;
  background-size: cover;
}
.bg-33 {
  background: url(../images/locc.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.bg-44 {
  background: url(../images/purvamain2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.bg-55 {
  background: url(../images/purvamain2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.bg-66 {
  background: url(../images/Specifications.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.bg2{
  background: url(../images/tivoli.webp) no-repeat 50% 50%;
  background-size: cover;

}

.bg3{
  background: url(../images/purva-highland.jpeg) no-repeat 50% 50%;
  background-size: cover;

}

.bg4{
  background: url(../images/promenade.jpeg) no-repeat 50% 50%;
  background-size: cover;
}
.bg5{
  background: url(../images/westend.jpeg) no-repeat 50% 50%;
  background-size: cover;
}
.bg6{
  background: url(../images/Purva-Sparkling-Springs.jpeg) no-repeat 50% 50%;
  background-size: cover;
}
.bg7{
  background: url(../images/plam\ beach.jpeg) no-repeat 50% 50%;
  background-size: cover;

}
.bg8{
  background: url(../images/skywood.webp) no-repeat 50% 50%;
  background-size: cover;

}
.bg9{
  background: url(../images/atmosphere.webp) no-repeat 50% 50%;
  background-size: cover;
}
.bg10{
  background: url(../images/purva\ zenium.jpeg) no-repeat 50% 50%;
  background-size: cover;
}
.bg-2 {
  background: url(../images/villas.jpg);
  background-size: cover;
}

.slider {
  background: url("../images/bg1.webp") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 50px 0 280px 0;
  position: relative;
}

.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.slider .block span {
  letter-spacing: 1px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: #f75757;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}

.about-content h4 {
  font-weight: 600;
}

.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}

.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}

.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: .4;
}

.cta {
  background: url("../images/bg/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 30px;
}

.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}

.pricing .btn-solid-border:Hover {
  border-color: #f75757;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all .35s ease;
  overflow: hidden;
}

.portflio-item:hover:before {
  opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #f75757;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}

.address-block li i {
  font-size: 20px;
  width: 20px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  /*height: 450px;*/
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}

.blog-item-content h3 a {
  transition: all .4s ease 0s;
}

.blog-item-content h3 a:hover {
  color: #f75757 !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a, .pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #f75757;
  position: absolute;
  top: 25px;
  left: 0;
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #f75757;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #f75757;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #f75757;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #f75757;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #f75757;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #f75757;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #f75757;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}

.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.widget.widget-category ul li {
  margin-bottom: 10px;
}

.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
}

.widget.widget-category ul li a:hover {
  color: #f75757;
  padding-left: 5px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #f75757;
  border: 1px solid #f75757;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo span {
  color: #f75757;
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  margin-left: 15px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .navbar-toggler {
    color: #1d0b81;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .amenitytxt{
     color: #242f66;
     font-size: 40px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .header-top .header-top-info {
    padding-bottom: 15px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
 .about-item-img {
  margin-bottom:10px;
}
 .about1{
     height: 400px;
     width: 250px;
 }
 .block h1 {font-size:16px;}
  
}

@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 0px;
  }
  .navbar-toggler {
    color: #1d0b81;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    color: #1d0b81;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}


.blog-item p {text-align:justify}

.copyright p {text-align:center;}

.blog-item-content p {text-align:justify;}
/*# sourceMappingURL=maps/style.css.map */

/*my css */
/*price section*/

    @media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
#recipeCarousel{
  /*border-right: 2px solid #242f66;*/
  padding-left: 150px;
}

#recipeCarousel1{
  padding-left: 150px;

}
.img-fluid{
  height: 200px;
}
.price-ver{
  font-size: 30px;
  color: #242f66;
}

.price1{
  font-size: 35px;
  color: red;
}
.price123{
     height: 500px;
     width: 100%;
}
/*footer icon*/
.whatsapp, .twitter, .facebook{
  color: #242f66;
  font-size: 40px;
  padding: 10px;
}
/*footer*/
#footer{
  background-color: #d9dffa;
}

/*footer disclaimer*/
.disclaimer{
  background-color: #242f66;
}

/*top header*/
.welcome_header {
  
  float: left;
  width: 100%;
  min-height: 50px;
  background: #242f66;
  color: #7e8c99;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 3;

}
.welcome_header h6 {
  color:#fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.welcome_header_menu > li {
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
  border-left: 1px solid #dde2e8;
  font-size: 12px;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.welcome_header_menu > li > a {
  display: block;
  outline: none;
}
.welcome_header_menu > li .fa {
  font-size: 18px;
  vertical-align: middle
}
.welcome_header_menu > li .fa.fa-angle-down {
  margin-left: 10px !important
}
.currency_selection {
  background: rgba(255,255,255,0.8) none repeat scroll 0 0;
  left: 0;
  list-style: outside none none;
  min-width: 85px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  display: none;
  -moz-transition: .3s opacity;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  -ms-transition: .3s opacity;
  transition: .3s opacity;
}
.currency_selection > li {
  border-left: 1px solid #dde2e8;
  border-right: 1px solid #dde2e8;
  border-bottom: 1px solid #dde2e8;
  float: left;
  left: 0;
  line-height: 2.5;
  min-width: 100%
}
.currency_selection > li > a {
  color: #5c6a77;
  display: block;
  text-decoration: none;
  outline: none;
  white-space: nowrap
}
.currency_selection > li > a:hover {
  color: #9a9a9a
}
.welcome_header_menu > li:hover .currency_selection {
  opacity: 1;
  display: block
}
.welcome_header_menu .facebook_icon:hover .fa-facebook {
  color: #3864A3
}
.welcome_header_menu .twitter_icon:hover .fa-twitter {
  color: #42C0FB
}

* ------------------------------------------------------------------------------------------------
 * 15.0 Contact us page
 * ------------------------------------------------------------------------------------------------
 */
.inner-contact {
  width: 100%;
  float: left;
  margin: 50px 0
}
.inner-contact h1 {
  margin: 0 0 33px;
  font-size: 27px;
  font-weight: 900;
  padding: 0;
  text-transform: uppercase;
}

.inner-contact p {
  line-height: 1.9
}
.inner-contact #inner-contact-address p {
  color: #435061 !important;
}
.inner-contact h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  margin: 40px 0 25px;
}
#inner-contact-address p {
  font-size: 14px;
  line-height: 1
}
.inner-contact-border {
  border-right: #e5ecf0 solid 1px !important;
}
#inner-contact-address .col-md-6 .row div:last-child {
  padding: 0 0 0 35px;
}
.inner-contact-agent-area {
  padding: 40px;
  background: #eff7fb;
  margin-top: 50px
}
.inner-contact-agent-area h2 {
  padding: 0;
  margin: 0
}
.inner-contact-agent-area input, .inner-contact-agent-area textarea {
  font-family: "lato", sans-serif;
  background: #d9e8f0 none repeat scroll 0 0;
  border: medium none;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
  color: #435061;
}
.inner-contact-agent-area textarea {
  height: 92px;
  resize: none;
  margin-bottom: 7px;
  width: 100% !important;
  color: #435061;
}
.inner-contact-agent-area .send-message {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin: 0 !important;
  color: #fff !important;
  background: #ff551a !important;
  -moz-transition: .2s all;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  -ms-transition: .2s all;
  transition: .2s all;
}
.inner-contact-agent-area .send-message:hover {
  background: #39a3de !important;
}
#inner-contact-agent-intro {
  margin: 30px 0 20px;
}
#inner-contact-agent-intro div {
  padding-left: 6px
}
#inner-contact-agent-intro h3 {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  color: #505c6b;
  margin: 0 0 10px 10px;
}
#inner-contact-agent-intro h3 span {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8291a3;
}
.inner-contact-icon a {
  color: #505c6b !important;
  text-decoration: none;
}
.inner-contact-icon a:hover{
  text-decoration:underline;
}
.inner-contact-icon .glyphicon.glyphicon-earphone, .inner-contact-icon .glyphicon.glyphicon-envelope {
  color: #0e90d9;
  margin: 0 15px 0 0;
}
.inner-contact-icon {
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #505c6b;
  margin: 0 0 10px 5px;
}
.inner-contact-icon span:nth-child(2) {
  margin-right: 20px;
}
.inner-contact-agent-agency-img {
  float: right;
}
#inner-contact-agent-intro .col-md-4 {
  padding-right: 0;
}
.inner-contact-location-map {
  margin-top: 40px;
  height: 430px;
}
.inner-contact-agnet-image, .inner-contact-location-map img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #inner-contact-address .col-md-6 .row div:last-child {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 991px) {
  #inner-contact-address .col-md-6 .row div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner-contact-agnet-image {
    width: auto;
    height: auto;
  }
  .inner-contact-agent-agency-img {
    float: left;
    margin: 25px 0 10px;
  }
}
@media screen and (max-width: 563px) {
  .inner-contact-agnet-image {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 509px) {
  .inner-contact-agent-area {
    padding: 40px 20px;
  }
}

.sendbtn{
  width: 50%;
  padding-left: 200px
  border-radius: 10px;
  background-color: #465dd4;
  height: 50px;
  color: #fff;
}
.sendbtn:hover{
  background-color: goldenrod;
}

/*2nd form*/
 .enq{margin-top: 20px;}
.enq input{margin: 10px 0px;height: 45px; border-radius: 0px !important;background-color: #d9e8f0;border:1px solid #d9e8f0 !important;}
.enq textarea{height: 100px;border:1px solid #d9e8f0 !important;border-radius: 0px !important;background-color: #d9e8f0}
.enq button{width: 100%; height: 45px; background-color: goldenrod; color: #fff;border:none !important;}
.enq button:hover{
  background-color: #242f66;
}

.welcome_header ul li{display: inline-block; color: #fff;font-family: "Montserrat", sans-serif;font-size: 16px;}

.welcome_header_menu li a:hover{color: #fff !important; text-decoration: none;}

/* StaticFoteer */

.footerone {display: none;}

.footerone ul li{display: inline-block; padding: 10px 20px; }
.footerone ul li a{color: #fff;}
@media (max-width: 480px) {
  .icon-bar {
    display: none;
  }
.footerone {position: fixed;left: 0;bottom: 0;width: 100%;background-color: #d9dffa !important;
    color: white;text-align: center;display: block;z-index: 999;border-top-left-radius: 8px;
border-top-right-radius: 8px;}
.carousel{margin-top: 10px !important; width: 100% !important}
.footerone ul{margin-bottom: 0px !important;padding: 0px}
.footerone ul li{display: inline-block; padding: 6px 14px; }
.footerone ul li a{color: #000;}
}

/*starting buttons*/
 #button{
  padding: 20px;
 }
 /*.btt{
  border-style: solid;
  border-radius: 20px;
  border-color: black;
 }*/
 .btn-img{
 width: 70px;
 margin: 20px;
 }

 /* icons */
.icon-bar {
  position: fixed;
  top: 50%;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  left: -90px;
  font-size: 20px;
  transform: rotate(270deg);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 10px;
}

.icon-bar a:hover {
  background-color: #000;
}

.phone {
  background: goldenrod;
  color: white;
}

.mail {
  background: #e0201d;
  color: white;
}


.whatsapp{
  background: #1de047;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}





.tab {
       float: left;
    border: 0px solid #ccc;
  background-color: rgb(172 185 202 / 0%);
    width: 15%;
    height: 368px;
}

/* Style the buttons inside the tab */
.tab button {
     display: block;
    color: #05101b;
    width: 100%;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    padding: 22px;
    border-radius: 18px;
    margin: 1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: goldenrod;
}

/* Create an active/current "tab button" class */
.tab button.active {
         background-color: goldenrod;
}

/* Style the tab content */
/* .tabcontent {
    float: left;
    padding: 0px 15px;
    border: 0px solid #ccc;
    width: 85%;
    border-left: none;
    height: 395px;
} */
@media (max-width: 910px){
  .img-responsive {
       height: 80px;
    width: 100px;

  }
  
}

.baguetteBox-button {
    background-color: transparent !important;
}


/*Phone*/
.phn{
  color: red;
  font-size: 18px;
}

#footer{
  line-height: 30px;
}

/*blinking font*/
span{
    font-size: 20px;
    color: red;
    /*animation: blink 1s linear infinite;*/
  }
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

/* socila-footer */
.footerone {display: none;}

.footerone ul li{display: inline-block; padding: 10px 20px; }
.footerone ul li a{color: #fff;}
@media (max-width: 768px) {
  body {
        width: 100%;
        overflow: hidden;
  }
  #home .hero-container{
   padding-left: 25%;
  }
  .icon-bar {
    display: none;
  }
.footerone {
  position: fixed;left: 0;bottom: 0;width: 100%;
  background-color: #242f66/*#e6a519*/ !important;
    color: white;text-align: 
    center;
    display:block;
    z-index: 999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.carousel{margin-top: 10px !important; width: 100% !important}
.footerone ul{margin-bottom: 0px !important;padding: 0px}
.footerone ul li{display: inline-block; padding: 6px 14px; }
.footerone ul li a{color: #000;}
}

.whatsapp{
  width: 50px;
}
/*social links*/
#footer .social-links i{
  background: none;
  color: #000;
  text-decoration: none;
  padding: 10px;
}

#footer .social-links a:hover {
  background: black;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 990px){
  
#footer .social-links {
  text-align: center;
  

  /*margin-right: 4px;*/
  
}
@media (max-width: 990px){
  
.disclaimer {
  padding-bottom: 55px;
  
}
table{
  border: 1px solid #e2e7ed;
  font-size:16px;
  font-family:'Lato',sans-serif;
}
table th{
  background-color: #31a2e1;
    color: #ffffff;
    border-top:1px solid #31a2e1;
}
table th a{
  color:#ffffff;
  text-decoration:none;
}
table th a:hover{
  text-decoration:underline;
  color:#ffffff;
}


.fa-phone{
  color: white;
}


                        
#services {}

#services .services-top {
    padding: 70px 0 50px;
}
#services .services-list {
    padding-top: 50px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}
.services-list .service-block .text-block {
    margin-left: 58px;
}
.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
}
.highlight {
    color: #2ac5ed;
    font-weight:bold;
}   

body{margin-top:20px;}
.section_padding_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}

h2 {
  font-family: Arial, Verdana;
  font-weight: 800;
  font-size: 2.5rem;
  color: #091f2f;
  text-transform: uppercase;
}
.accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #f4f4f4;
  padding: 0;
}
.accordion-section .panel-default .panel-title a {
  display: block;
  font-style: italic;
  font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 3rem;
  content: "\f106";
  color: #1f7de2;
  float: right;
  margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}
.accordion-section .panel-default .panel-body {
  font-size: 1.2rem;
}

/* blog */

body{margin-top:20px;}
.card-style2 {
    position: relative;
    display: flex;
    transition: all 300ms ease;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0;
    height: 100%;
}
.card-style2 .card-img {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-style2 .card-img img {
    transition: all 0.3s linear 0s;
}
.card-style2:hover .card-img img {
    transform: scale(1.05);
}
.card-style2 .date {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    color: #16bae1;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #ededed;
    display: inline-block;
    background-color: #ffffff;
    text-transform: uppercase;
    border-radius: 0.25rem;
}
.card-style2 .date span {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 12px;
    margin-bottom: 10px;
    background-color: #00baee;
    border-radius: 0.25rem;
}
.card-style2 .card-body {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 2rem;
}
.card-style2 .card-body h3 {
    margin-bottom: 0.8rem;
}
.card-style2 .card-body h3 a {
    color: #004975;
}
.card-style2 .card-body h3 a:hover {
    color: #00baee;
}
.card-style2 .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    background: transparent;
    padding-right: 2rem;
    padding-left: 2rem;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card-style2 .card-footer ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
}
.card-style2 .card-footer ul li {
    font-size: 15px;
}
.card-style2 .card-footer ul li a {
    color: #394952;
}
.card-style2 .card-footer ul li a:hover {
    color: #00baee;
}
.card-style2 .card-footer ul li i {
    color: #00baee;
    font-size: 14px;
    margin-right: 8px;
}

.btn-info{
    background-color:goldenrod;
    
}


.myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}