/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Lato', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}


/*font-family: 'Roboto', sans-serif;*/

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 0 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.top_section {
     width: 100%;
     padding: 34px 30px;
     position: absolute;
     z-index: 888;
}

.header {
     padding: 40px 16px;
     background: #021626;
     background: url("header.png");
     color: #f1f1f1;
     width: 100%;
     z-index: 9999999;
     height: 107px;
}

.content {
     padding: 16px;
}

.sticky {
     position: fixed;
     top: 0;
     width: 100%;
}

.sticky+.content {
     padding-top: 102px;
}

.header_bottom {
     background-color: #183661;
}

.navigation.navbar {
     float: left;
     padding: 0;
     padding-top: 4px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 29px;
     color: #ffffff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fbc50a;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fbc50a;
}

.sealo ul li {
     display: inline-block;
}

.sealo ul li a {
     color: #fff;
     font-size: 17px;
     padding-right: 89px;
}

.sealo ul li:last-child a {
     padding-right: 0;
}

.di_no {
     display: none;
}


/** end header **/


/** banner section **/

.full_bg {
     background: url(../images/banner1.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100vh;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #000000;
     line-height: 55px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #111111;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 245px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: bold;
     height: 62px;
}

.read_more:hover {
     background: #de0000;
     color: #fff;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/** about section **/

.about {
     background: url(../images/about_bg.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     padding-top: 90px;
     position: relative;
}

.about .titlepage h2 {
     background: #021626;
     padding: 15px 55px;
}

.about_img p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #1b1b1c;
     padding: 45px 0px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     box-shadow: 0 0 49px rgba(22, 22, 23, 0.52);
}

.about .read_more {
     margin: 0 auto;
     display: block;
}


/** end about section **/


/** couple **/

.couple {
     background: #021626;
     padding-bottom: 80px;
     padding-top: 80px;
     margin-top: 80px;
}

.couple .titlepage {
     max-width: 667px;
     width: 100%;
     float: right;
     padding-bottom: 0;
}

.couple .titlepage span {
     color: #fff;
     font-size: 25px;
     line-height: 25px;
     padding-bottom: 10px;
     display: block;
}

.couple .titlepage h2 {
     color: #fff;
     display: block;
}

.couple .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #fff;
     padding: 45px 0px;
}

.whitebg {
     color: #000000;
     background: #fff;
}

.doi {
     text-align: center;
}

.doi figure {
     margin: 0;
}

.doi figure img {
     max-width: 100%;
}


/** end couple **/


/** gallery **/

.gallery {
     background: #E8DBCB;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     padding-top: 90px;
     padding-bottom: 90px;
}

/* .gallery .titlepage h2 {
     background: url(../images/gajpg.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     padding: 15px 55px;
} */

.view_main {
     position: absolute;
     background-color: #1c303fcf;
     top: 0;
     height: 100%;
     left: 15px;
     right: 15px;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0;
     transition: ease-in all 0.5s;
}

.view_main:hover {
     opacity: 1;
     transition: ease-in all 0.5s;
}

.view_main2 {
     position: absolute;
     background-color: #252525c9;
     top: 0;
     height: 60%;
     left: 15px;
     right: 15px;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0;
     transition: ease-in all 0.5s;
}

.view_main2:hover {
     opacity: 1;
     transition: ease-in all 0.5s;
}

.tz-gallery .lightbox img {
     width: 100%;
     border-radius: 0;
     position: relative;
}

.ma_bottom30 {
     margin-bottom: 30px;
}

.tz-gallery .lightbox h3 {
     position: absolute;
     top: 53px;
     left: 0;
     color: #fff;
     font-size: 25px;
     font-weight: bold;
     z-index: 9000;
     right: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: ease-in all 0.5s;
}

.tz-gallery .lightbox .view_btn {
     position: absolute;
     top: 46%;
     left: 0;
     color: #000;
     font-size: 22px;
     z-index: 9000;
     right: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     bottom: 0;
     margin: 0 auto;
     width: 56px;
     height: 56px;
     border-radius: 60px;
     background-color: #fff;
     transition: ease-in all 0.5s;
}

.tz-gallery p {
     color: #414040;
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     padding-top: 50px;
}


/** end gallery **/


/** contact **/

.contact {
     background: #F9F5F2;
     padding-bottom: 40px;
     padding-top: 78px;
}

.main_form {
     max-width: 554px;
     width: 100%;
     float: left;
     padding-right: 50px;
     padding-top: 70px;
}

.mapimg figure {
     margin: 0;
}

.mapimg figure img {
     width: 100%;
     opacity: 0.9;
}

label {
     color: #000000;
     font-size: 17px;
     margin-bottom: 20px;
     line-height: 18px;
     font-weight: 600;
}

.main_form .contactus {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 50px;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     border: inherit;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     border: inherit;
     height: 155px;
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     text-transform: uppercase;
     color: #7A403E;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
     height: 53px;
     float: right;
     padding: 11px 0;
}

.main_form .send_btn:hover {
     background-color: #7A403E;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #021626;
     opacity: 1;
}


/** end contact **/


/** footer **/

.footer {
     background: #F9F5F2;
     text-align: center;
     padding-top: 20px;
     margin-top: 20px;
}


/*subscribe*/

.form_subscri h3 {
     color: #000000;
     font-size: 17px;
     text-align: left;
     font-weight: 600;
     padding: 20px 0 0 0;
}

/* end subscribe*/

.form_subscri {
     margin-right: 20px;
}

.infoma {
     display: block;
}

.infoma h3 {
     text-align: left;
     font-weight: bold;
     font-size: 17px;
     line-height: 24px;
     color: #000000;
     padding-bottom: 10px;
     margin-right: 20px;
}

.infoma ul li {
     color: #000000;
     font-size: 12px;
     text-align: left;
     line-height: 35px;
}

/** end footer **/



.slider_main {
     padding-top: 17%;
}

.carousel-indicators {
     bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
     background-image: none;
}

.carousel-item {
     min-height: 350px;
     height: 100%;
     width: 100%;
}

.carousel-caption h3:first-child {
     animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
     animation-delay: 2s;
}

.carousel-caption h3:nth-child(3) {
     animation-delay: 3s;
}

.carousel-caption button {
     animation-delay: 4s;
}

.cuplle .read_more {
     float: left;
     border: none;
}

.cuplle .read_more:focus {
     box-shadow: none;
}

.cuplle h3 {
     padding: 0;
     font-size: 63px;
     line-height: 70px;
     color: #fff;
     font-weight: bold;
     text-align: left;
}

.carousel .icon-container {
     display: inline-block;
     font-size: 25px;
     line-height: 25px;
     padding: 1em;
     text-align: center;
     border-radius: 50%;
}

.carousel-caption button {
     border-color: #00bfff;
     margin-top: 1em;
}

.slider_main .carousel-indicators {
     display: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
     width: 70px;
     height: 70px;
     background-color: #ffffff;
     color: #000000;
     font-size: 35px;
     opacity: 1;
     border-radius: 50px;
}

#carouselExampleIndicators .carousel-control-prev {
     top: 25%;
     left: inherit;
     right: 8%;
}

#carouselExampleIndicators .carousel-control-next {
     top: 47%;
     right: 10%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
     background-color: #ff0000;
     color: #fff;
}



/**  inner page css **/

.inner_page .header {
     box-shadow: 0px 0px 6px 0px #fbc50a;
     margin-bottom: 10px;

}

.inner_page .full_bg {
     height: 50px;
     background: #021626db;
}

.inner_page .logo {
     text-align: center;
}


.pa_top80 {
     padding-top: 80px !important;
}

.inner_page .about {
     padding-bottom: 80px;
}

.grow {
     flex-grow: 1;
     max-width: unset;
}


/* Add some basic styling for the popup */
#popup {
     display: none;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     padding: 60px; /* Increase padding for a bigger popup */
     background-color: #fff;
     border: 1px solid #ccc;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
     z-index: 1000;
     border-radius: 10px; /* Add rounded corners */
   }
 
   /* Style the close button */
   #popup button {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #7A403E;
     padding: 10px 15px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
   }

   #popup-btn:hover {
     background-color: #7A403E;
     transition: ease-in all 0.5s;
     color: #fff;
   }

   /* Style the asterisk for required fields */
span.required {
     color: red; /* You can change the color as needed */
     margin-left: 5px; /* Adjust the spacing as needed */
  }


  /* Apply general styles to form elements */
.main_form label,
.main_form input,
.main_form select,
.main_form textarea {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: none; /* Remove border */
    border-radius: 0; /* Remove border radius */
    outline: none; /* Remove default outline */
}

.main_form select {
    padding: 8px; /* Adjust as needed */
    height: 50px;
}

.main_form textarea {
    height: 100px; /* Adjust as needed */
}

.main_form button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Add more styling as needed */

/* Style for required fields */
.main_form .required {
    color: red;
}

/* Style for form rows */
.main_form .row {
    margin-bottom: 20px;
}

/* Clearfix for floated elements */
.main_form::after {
    content: "";
    display: table;
    clear: both;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
     .main_form label,
     .main_form input,
     .main_form select,
     .main_form textarea {
         width: 100%; /* Adjust the width for small screens */
         margin-right: 0; /* Reset margin-right to avoid stretching issues */
     }
 }

/* Styles for the images */
.desktop-image, .mobile-image {
     max-width: 100%;
     height: auto;
     margin-bottom: 20px; /* Adjust as needed */
     display: none; /* Hide both images by default */
 }

 /* Media query for desktop devices */
 @media (min-width: 768px) {
     .desktop-image {
         display: block; /* Display the desktop image on desktop devices */
     }

     .mobile-image {
         display: none; /* Hide the mobile image on desktop devices */
     }
 }

 /* Media query for mobile devices */
 @media (max-width: 767px) {
     .desktop-image {
         display: none; /* Hide the desktop image on mobile devices */
     }

     .mobile-image {
         display: block; /* Display the mobile image on mobile devices */
     }
 }

 /* Styles for mobile devices */
@media (max-width: 767px) {
     .main_form {
         padding-right: 0; /* Remove right padding for mobile */
     }
 
     .main_form label,
     .main_form input,
     .main_form select,
     .main_form textarea {
         width: 100%; /* Set width to 100% for mobile */
         margin-right: 0; /* Remove margin-right for mobile */
     }
 }
 /* Styles for desktop devices */
 @media (min-width: 768px) {
     .main_form {
         max-width: 554px; /* Adjust the max-width for desktop if needed */
         margin: 0 auto; /* Center the form on desktop */
         padding-right: 50px; /* Add right padding for desktop */
     }
 }

/* Reset styles for iOS dropdowns */
.main_form select {
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     text-indent: 1px;
     text-overflow: '';
 }
 
 /* Add custom styles to improve consistency */
 .main_form select::-ms-expand {
     display: none;
 }

/* Style for language select */
#language {
     padding: 2px; /* Increase padding for a bigger size */
     font-size: 18px; /* Increase font size */
     border: 2px solid #ddd;
     background-color: #fff;
     border-radius: 4px;
     width: 150px; /* Adjust width as needed */
     box-sizing: border-box;
     position: fixed;
     top: 20px; /* Adjust top position */
     right: 20px; /* Adjust right position */
     z-index: 1000; /* Ensure it's above other elements */
 }
 
 /* Hide the default arrow in Firefox */
 #language::-ms-expand {
     display: none;
 }

 
 

 
 

 
 
 