*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'cinzel_decorativebold';
    src: url('fonts/cinzeldecorative-bold-webfont.woff2') format('woff2'),
         url('fonts/cinzeldecorative-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-weight: 400;
   font-family: 'Lora', serif;
     font-size: 16px;
    line-height: 1.1;
}
p {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}
.topheader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0%;
    background: transparent;
    transition: all 0.3s linear;
    z-index: 999;
    margin-top: 0rem;
    padding: 0.5rem 0;
}
.topheader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: #000000a3;
    box-shadow: 0 12px 6px rgb(0 0 0 / 6%);
    animation: animateTop 0.6s ease;
}

@keyframes animateTop {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

.header_logo img.sticky{
    max-width: 100%;
}
.top_header .header_logo img.sticky {
    max-width: 100%;
}
.callus {
    float: right;
}
.callus span a {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}
.callus span a:hover {
    text-decoration: none;
    color: #ddd;
}
.callus span .fa {
    font-size: 40px;
    margin-right: 10px;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.item img {
    max-width: 100%;
}
.mainBg {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 0;
}
.mobile{
    display: none;
}
.slick-next {
    right: 1px;
}
.mainBg button.slick-prev {
    position: absolute;
    top: 56%;
    left: 0;
    width: 30px;
    height: 30px;
    display: none;
    text-align: center;
    border-radius: 10%;
    z-index: 1;
    transition: all 0.2s linear;
}
.mainBg .slick-prev:before {
    content: "\f053";
    font-family: fontawesome;
    color: #fff;
    font-size: 40px;
    opacity: 1;
}
.mainBg .slick-next:before {
    content: "\f054";
    font-family: fontawesome;
    color: #fff;
    font-size: 40px;
    opacity: 1;
}
.mainBg button.slick-next {
    position: absolute;
    top: 56%;
    right: 0;
    width: 30px;
    display: none;
    height: 30px;
    display: none;
    text-align: center;
    border-radius: 10%;
    z-index: 1;
    transition: all 0.2s linear;
}
.mainBg .slick-dots {
    position: absolute;
    bottom: 32px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.mainBg .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.mainBg .slick-active button {
    background: #d39e00;
}

.mainBg .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 19px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
}

.mainBg .slick-dots li button::before {
    content: '\f111';
    font-family: fontawesome;
    font-size: 12px;
    color: #fff;
    opacity: 1;
}
.itemBox {
    position: relative;
}
.caption {
    position: absolute;
    top: 38%;
    left: 10%;
    width: 30%;
    padding: 1.5rem;
    border-radius: 50%;
    margin: auto;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caption h1 {
    font-size: 52px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'cinzel_decorativebold';
}
.slick-prev {
    left: 5px;
}
.overlay {
    position: absolute;
    top: 20%;
    right: 5%;
    z-index: 99;
    width: 40%;
    margin: auto;
}
.cform {
     background: rgb(0 0 0 / 26%);
    width: 65%;
    float: right;
    margin-right: 2rem;
    border-radius: 8px;
    padding-bottom: 1rem;
}
.cform span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.cform span .fa {
    font-size: 24px;
    margin-top: 0px;
    margin-right: 8px;
    color: #d93515;
}
.cform span a {
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}
.cform form {
    padding: 1rem 1rem 0rem 1rem;
    width: 90%;
    margin: auto;
}
.cform_head h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.cform_head {
    text-align: center;
    padding: 0.5rem 0.5rem 0rem 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 2px solid #f8f9fa54;
}

.cform_head span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cform_head h2 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 0;
}
.cform_head p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem;
}
.cform_head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.cform_head a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.cform_head a:hover{
    text-decoration: none;
}
.cform button.btn {
    width: 100%;
    height: 44px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    background: #fff;
    color: #000;
    border-radius: 0;
    border: none;
    border: 1px solid #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: transparent;
}
.cform .form-group {
    margin-bottom: 0.5rem;
}
.cform .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: fff !important;
  letter-spacing: 0.25px !important;
  opacity: 1; /* Firefox */
}
.cform .form-control:focus {
    color: #fff;
    background-color: #333;
    border-color: #fff;
    outline: 0;
    box-shadow: none !important;
}
.cform textarea#comment {
    height: 60px;
}
.abt_text ul {
    margin: 1rem 2rem 2rem 2rem;
    padding-right: 2rem;
}
.abt_Img {
    margin-bottom: 2rem;
}
.abt_text li {
    color: #343a40;
    font-size: 16px;
    line-height: 26px;
}
.abt_text h3 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 26px;
}
.abt_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 1rem;
}
.policy h3 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
    font-size: 22px;
}
.policy ul {
    margin-top: 1rem;
    margin: 1rem 2rem 2rem 2rem;
}
.policy ul li {
    color: #343a40;
    font-size: 16px;
    line-height: 26px;
    list-style: auto;
}

section.space {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.section_heading {
    text-align: center;
}
.section_heading h2 {
    font-size: 32px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    font-family: 'cinzel_decorativebold';
}
.section_heading p {
    font-size: 20px;
    color: #898989;
    font-weight: 400;
    margin-top: 0;
}
span.text-red {
    color: #e6af0a;
}
.package_lists ul {
    margin-left: 2rem;
    padding: 0 1rem;
}
.package_lists ul li {
    line-height: 26px;
}
.package_lists ul li span {
    font-size: 16px;
    color: #898989;
}
.package_lists ul li .fa {
    color: #d93515;
    margin-right: 10px;
    font-size: 18px;
}
.package_lists {
    width: 100%;
    height: 580px;
    background: #fafafa;
    padding: 0rem 0rem 1rem 0rem;
    box-shadow: 0 10px 20px rgb(211 220 232 / 70%);
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
}
.package_lists h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 1rem 0;
    padding: 0 1rem;
}
.package_Img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 0.5s linear;
}
.package_Img {
    overflow: hidden;
      border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.package_lists:hover .package_Img img{
    transform: scale(1.2);
        border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.package_lists:hover {
    transform: translateY(-10px);
    background: #fff;
}
.inquire_now {
    text-align: center;
}
.inquire_now a {
    background: #d93515;
    border: 2px solid #d93515;
    padding: 1rem 3rem;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
}
.inquire_now a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #d93515;
}
section.contactarea {
    background: #dee2e6;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.fixedIcon {
    position: fixed;
    bottom: 15%;
    right: 1%;
    z-index: 1;
}
.whtsapp ul li {
    list-style: none;
    margin-bottom: 1rem;
}
.whtsapp ul li:nth-child(1) a .fa {
    background: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
}
.whtsapp ul li:nth-child(2) a .fa {
    background: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
}
.footer_top {
    background: #dee2e6;
    border-top: 1px solid #d9351517;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
section.space.bgchange {
    background: #d9351512;
}
.contactbox h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}
.contactbox p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 0;
    line-height: 12px;
}
.contactbox a {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}
.contactbox a:hover {
    text-decoration: none;
    color: #e6af0a;
}
.socialIcon {
    text-align: left;
    padding-bottom: 1rem;
}
.socialIcon ul {
    margin-bottom: 0;
}
.socialIcon ul li {
    display: inline-block;
    margin: 0;
}
.socialIcon ul li:nth-child(1) .fa {
    display: inline-block;
    margin: 0px 10px;
    background: red;
    background: #4267B2;
    color: #fff;
}
.socialIcon ul li:nth-child(2) .fa {
    display: inline-block;
    margin: 0px 10px;
    background: red;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    color: #fff;
}
.socialIcon ul li a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    color: #3e3d3da6;
    transition: all 0.3s linear;
}

.copyright {
    text-align: center;
    color: #7e7d7d;
    font-size: 16px;
    font-weight: 500;
}
.footer_bottom {
    background: #000;
    padding: 0.5rem 0;
}
.copyright {
    text-align: center;
    color: #7e7d7d;
    font-size: 16px;
    font-weight: 500;
}
.copyright p{
    margin-bottom: 0;
    color: #fff;
}
.mobile_form {
    display: none;
}
@media (max-width: 1920px){
.mobile_form {
    display: none;
}
.mobile{
    display: none;
}
}
@media (max-width: 1024px){
.cform {
    width: 75%;
}

.cform form{
    padding: 0.5rem;
}
.cform_head{
    padding: 0.5rem;
}
.cform_head h1{
    font-size: 22px;
    margin-bottom: 0;
}
.cform_head h3{
    font-size: 24px;
}
.cform_head h2, a{
    font-size: 16px;
}
.cform .form-control {
    display: block;
    width: 100%;
    height: calc(1em + 0.75rem + 2px);
}
.overlay {
    position: absolute;
    margin-top: 0;
    top: 110px;
}
.cform textarea#comment {
    height: 46px;
}
.caption {
    top: 24%;
    width: 300px;
    height: 300px;
}
.caption h1{
    font-size: 26px;
}
.package_lists ul {
    margin-left: 1rem;
    padding: 0 1rem;
}
.package_lists ul li {
    font-size: 15px;
}
.contactbox p{
    font-size: 15px;
}
.contactbox a{
    font-size: 15px;
}
.copyright p {
    font-size: 14px;
}
.mainBg .slick-dots{
    bottom: 66px;
}
.mobile_form {
    display: none;
}
.mobile{
    display: none;
}
}

@media (max-width: 768px){
.mainBg {
    height: 70vh;
}
.desktopForm {
    display: none;
}
.overlay {
    position: absolute;
    top: 5px;
}
.cform {
    width: 86%;
      background: transparent;
}
.caption {
    top: 35%;
    width: 63%;
    height: auto;
    border-radius: 0;
    left: 10%;
    right: 10%;
}
.mobile_form {
    display: block;
    width: 60%;
    height: 80%;
    padding-top: 2rem;
    margin: auto;
    position: relative;
}
.cform .form-control {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #adb5bd;
     border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
::placeholder{
    color: #333 !important;
    opacity: 1;
};
.caption h1{
    font-size: 32px;
}
.cform_head h1 {
    font-size: 22px;
    color: #000;
}
.cform .form-control {
    height: calc(1em + 0.75rem + 2px);
}
.cform textarea#comment {
    height: 86px;
}
.cform span {
    display: none;
}
.cform {
    padding-bottom: 0;
    border: 1px solid #adb5bd;
}
.cform_head {
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5rem;
}
.cform button.btn {
    height: 35px;
    line-height: 21px;
    font-size: 18px;
    background: #212529;
    color: #fff;
    border-radius: 4px;
}
.package_lists {
    margin-bottom: 2rem;
}
.mainBg .slick-dots{
    display: none !important;
}
.abt_text li {
    color: #343a40;
    font-size: 15px;
    line-height: 24px;
}
.mobile{
    display: none;
}
}

@media(max-width: 480px){
.callus span .fa {
    font-size: 20px;
    margin-right: 0px;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.mobile_form {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 2rem;
    margin: auto;
    position: relative;
}
.mainBg {
    height: 100vh;
}
.caption {
    top: 45%;
    width: 100%;
    left: 0;
    right: 0;
}
.caption h1{
    font-size: 22px;
    letter-spacing: 1.5px;
}
.mainBg button.slick-prev{
    top: 50%;
}
.mainBg button.slick-next{
    top: 50%;
}
.callus span a{
    font-size: 18px;
}
.overlay {
    position: relative;
    margin-top: 2rem;
    width: 100%;
    height: 100vh;
    clear: both;
}
.cform {
    margin-right: 0;
    margin: auto;
    float: none;
    background: transparent;
}
.package_lists{
    height: 590px;
}
.section_heading h2{
    font-size: 32px;
}
.section_heading p{
    font-size: 16px;
}
.package_lists h3{
    font-size: 20px;
}
.inquire_now a{
    padding: 0.8rem 2rem;
    font-size: 16px;
}
.contactbox {
    margin-bottom: 1rem;
}
.abt_text h3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.fixedIcon {
    top: 78%;
}
}
@media(max-width: 375px){
.caption {
    top: 45%;
    width: 100%;
    left: 0;
    right: 0;
}
.caption h1{
    font-size: 22px;
}
.mobile_form{
    height: auto;
}
.cform{
    width: 94%;
}
.callus span a {
    font-size: 16px;
}
}