
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');



/*
    font-family: 'Poppins', sans-serif;
    font-family: 'Courgette', cursive;
    font-family: 'Jost', sans-serif;
*/


:root {
--primary-color:#E4C590;
--secondary-color:#0e0d0c;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px; 
    background-color: #999;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

html{ overflow-x: hidden; }
body{ 
    background-color: #1F1917; 
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


img {
max-width:100%
}

ul,li {
list-style:none;
margin:0;
padding:0
}

ol{ padding-left: 20px; margin-top: 10px; }
ol li{list-style-type: decimal; }

a {
text-decoration:none!important;
color:var(--dark-color);
display:inline-block
}
a:hover{ color: inherit; }

h1,h2,h3,h4,h5,h6 {
    font-family: 'Courgette', cursive;
    color:#fff;
    margin:0;
    font-weight:500;
    line-height:1.2;

}

section{ padding: 100px 0; position: relative; }

.iframe_box{ position: relative; width: 100%; height: 100%;min-height: 400px; }
iframe{ width: 100%; height: 100%; position: absolute; }


.light_bg{ background-color: #eee; }


@media (min-width: 575px) {
  .container { max-width: 90%; position: relative; }
}

.theme_btn{
    background-color: var(--primary-color); color: #020101;
    border-radius: 0;
    padding: 10px 35px; border-radius: 5px;
    border:none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px; z-index: 1;
    position: relative; overflow: hidden;
}

.theme_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    content: "";
    background: #000;
    border-radius: 50%;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: -1;
}
.theme_btn:hover{ color: #fff !important; }
.theme_btn:hover::before {
    transform: translateY(0) scale(2);
}

.outline_btn{ 
    background-color: transparent !important; 
    border: 1px solid var(--primary-color) !important; 
    color: #fff !important;
}
.outline_btn:before{ display: none !important; }

/* Go to Top Design */

.go-top-area {
position:relative;
z-index:9999
}

.go-top {
    position:fixed;
    cursor:pointer;
    top:0;
    right:24px;
    border-radius: 100%;
    color:#000;
    background-color:var(--primary-color);
    box-shadow:0 5px 10px rgba(0,0,0,0.5);
    z-index:9999;
    width:40px;
    text-align:center;
    height:40px;
    line-height:40px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .9s ease-out 0s;
    transition:all .9s ease-out 0s;
    border-right:0
}


.go-top.active {
    top:92%;
    -webkit-transform:translateY(-98%);
    transform:translateY(-98%);
    opacity:1;
    visibility:visible;
    right:20px
}

.go-top-wrap { position:relative}

/* Banner Section Start */

.main-slider { overflow: hidden; position: relative; background-color: #0e0d0c; }

.main-slider .slide {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slick-list,
.main-slider .slick-track {
    height: auto !important;
    overflow: visible;
}

.main-slider .slide .slide_img img {
    height: auto;
    min-height: 500px; object-fit: cover;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.main-slider .slide .slide_img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.main-slider .slide .slide_content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.main-slider .slide .banner_txt .animated {
    transition: all 0.5s ease;
}

.slider_1 [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}



.main-slider .slick-nav svg {
    display: none;
}


.banner_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .banner_txt {
    max-width: 850px; text-align: center;
}

.banner_img {
    width: 40%;
}

.main-slider h2 {
    color: #fff;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;

}

.main-slider h6 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
     margin: 30px auto 40px;
}

.main-slider .page_title{ padding-bottom: 30px; margin-bottom: 10px; }

.main-slider h2 span{ display: block; }

.main-slider h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--primary-color);
}


.banner_btn_box{ display: flex; align-items: center; justify-content: center; margin-top: 15px; }

.banner_btn_box .read_more_btn{ 
    background-color: transparent; color: #fff !important; 
    border: 1px solid var(--primary-color);
    font-size: 16px;
    letter-spacing: 1.16px;
    padding: 11.2px 35px;
}

.banner_btn_box .read_more_btn:before{ display: none; }

/* header .nav-item{ margin: 0; }
	header .nav-link{ padding: 10px 12px !important; border-bottom: 1px solid #444; }
    header .nav-link:before{ display: none; }
    header .read_more_btn{ margin: 5px 5px 0; padding: 5px 20px; }
	header .navbar-collapse{ margin-top: 20px; }
	.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{ 
		background-color: var(--secondary-color); 
		color: #fff !important;
	} */
.main-slider .slick-prev,.main-slider  .slick-next{
    top: 50%; bottom: auto;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
    z-index: 1;
    background-color: #fff;
}

.main-slider .slick-prev{ left: 0; }
.main-slider  .slick-next{ right: 0; left: auto; }

.slick-prev,.slick-next{
    width: 40px; height: 40px;
    z-index: 1; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    cursor: pointer; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

.slick-prev{ left: 40px; }
.slick-next{ right: 40px; }

.slick-prev,.slick-next{
    top: auto; bottom: -60px;
    left: calc(50% - 18px); right: auto;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
.slick-prev{ margin-left: 0; }
.slick-next{ margin-left: 35px; }

.slick-prev:before,.slick-next:before {
content:"";
background: url("../images/next_arrow.svg") no-repeat center center;
width: 30px; height: 30px;
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.slick-prev:before {
    background: url("../images/prev_arrow.svg") no-repeat center center;
}


/* Banner Section End */


/* Header Section Start */
ul.top_links li a.page {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px;
}
header{ position: fixed; width: 100%; z-index: 9; background-color: transparent; }
header .navbar{ padding: 0; justify-content: space-between; }
header .navbar-collapse{ /*flex: unset;*/ }
header .navbar-brand{ padding:6px; 
    width:110px; }
header .nav-item{ margin: 0 12px; }
header .nav-link{ 
    color: #fff !important; font-weight: 500;
    position: relative;
    padding: 10px 10px !important; 
}

header .nav-link:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2,1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}

header .nav-link:hover:before, header .nav-link.active:before{
    opacity: 1;
    transform: scale(1,1);
}

.read_more_btn{
    background-color: var(--primary-color) !important; color: #020101 !important;
    border-radius: 0;
    padding: 15px 35px; border-radius: 800px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px; z-index: 1;
    position: relative; overflow: hidden;
}

.read_more_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    content: "";
    background: #000;
    border-radius: 50%;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: -1;
}
.read_more_btn:hover{ color: #fff !important; }
.read_more_btn:hover::before {
    transform: translateY(0) scale(2);
}

header .read_more_btn{ padding: 10px 25px; font-size: 14px; font-weight: 500; }

.navbar-toggler{ margin-right: 20px; }
.navbar-toggler,.navbar-toggler:focus{ background-color: #fff; }

.my_navbar.sticky {
    top: 0;
    position: fixed;
    background-color: #1F1917;
}
.my_navbar.sticky .top_navbar{display: none;}

.top_navbar_box{background-color: rgba(17, 17, 17, 0.8);}

.top_navbar{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 0px;
    position: relative;
}

.top_links{ display: flex; }
.top_links li{
    display: flex;
    align-items: center;
    padding: 0;
}
.top_links li span{ color: var(--primary-color); margin-right: 8px; }
.top_links li a + a{ margin-left: 10px; }
.top_links li i {
    margin-right: 8px;
}

ul.top_links.top {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social_list{ display: flex; }
.social_list li a{ padding: 0 8px; font-size: 20px; }


@media all and (min-width: 992px) {
            
    .dropdown-menu li { position: relative;}

    .dropdown-menu .submenu { display: none; left: 100%; top: 0;}

    .dropdown-menu>li:hover>.submenu,.dropdown:hover>.dropdown-menu { display: block;}

}

/* Page Title */

.page_title { margin-bottom: 40px; position: relative;text-align: center;}
.page_title p {
    font-family: 'Jost', sans-serif;
    color: var(--primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    position: relative;
    padding: 0 30px; 
}
.page_title p span{position: relative;}
.page_title p span:before,.page_title p span:after{
    content: "";
    background: url("../images/icons/square_icon.svg") no-repeat left top;
     width: 18px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: -30px;
}

.page_title p span:after{
    left: auto;
    right: -30px;
}

.page_title h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.large_title:before{
    content: "";
    position: absolute;
    width: 290px; height: 235px;
    background: url("../images/resource/large_title_bg.png") no-repeat center top;
    left: 50%; top: 0;
    transform: translate(-50%,-55%);
   /* z-index: -1;*/
}

/* About Section Start */
.about_box{ 
    width: 100%; min-height: 100%;
    padding: 70px 130px 70px 70px; 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about_box p{ color: #fff; }
.about_box .page_title{ margin-bottom: 25px; }

.about_box:before{
    content: "";
    background: url("../images/resource/corner_img_top_left.png") no-repeat left top;
    background-size: cover;
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0; top: 0;
}

.about_box:after{ 
    content: "";
    background: url("../images/resource/about/about_bg.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    width: calc(100% + 150px);
    height: 100%;
    left: 0; top: 0;
    z-index: -1;
}

.about_img{ 
    position: relative; 
    height: 100%; 
    display: flex;align-items: center; 
}
.about_img > img{ height: calc(100% - 100px); object-fit: cover; min-width: 100%; }

.circle_box{ position: absolute; left: -100px; top: 20%; }
.circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #1F1917;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_logo {
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 100%; padding: 0;
    background-color: #1F1917; z-index: 1;
    display: flex; align-items: center; justify-content: center;
}
.about_logo img{ max-width: 100%; }

.circle_text_img {
    position: absolute;
    width: 98%;
    height: 98%;
    animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}


/* Services Section */
.services_section{ 
    padding-bottom: 0; 
    background:url("../images/resource/services/service_bg.jpg") no-repeat center center; 
    background-size: 100%;
}
.service_card {
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease-in-out;
    transform: scale(0.8);
}
.service_img {
    position: relative;
    overflow: hidden;
}
.service_img img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    filter: grayscale(1);
}

.service_card.slick-center{ transform: scale(1); }
.service_card.slick-center .service_img img{ filter: none; }
.service_card.slick-center h4{ color: #fff; }

.service_card h4{ 
    position: relative; margin: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    color: var(--primary-color);
}


/* Testimonial Section */

.testimonial_slider .slick-slide img {
    display: block;
    border-radius: 50%;
}

.testimonial_box{ display: flex; align-items: center;}
.testimonial_left{ flex: 1; }
.testimonial_right{ width: 70%; }

.quote_icon{ 
    width: 50px; height: 50px; border-radius: 100%; 
    position: absolute; 
    right: 60px; bottom: -20px;
}

.testimonial_slider{
   border-radius: 5px;
   border: 4px solid var(--primary-color);
   padding: 50px;
   position: relative;
}
.testimonial_slider:before{
    content: "";
    background: url("../images/resource/corner_img_top_right.png") no-repeat left top;
    background-size: cover;
    position: absolute;
    width: 150px;
    height: 150px;
    right: 0; top: 0;
}
.testimonial_card p{ color: #fff; margin-top: 30px; }
.testimonial_card h5{
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonial_card h5 span{ color: var(--primary-color); }

.testimonial_user{ display: flex; align-items: center; gap:28px; margin-bottom: 30px; }
.testimonial_user .user_img{ width: 80px; height: 80px; border-radius: 100%; }

.star_rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 14px;
}
.star_rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #999;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
    font-weight: 400;
}
.star_rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star_rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--primary-color);
    letter-spacing: 3px;
    font-weight: 700;
}
/* new added */
/* Menu Section Start */

.menu_section{ position: relative; overflow: hidden; }
.menu_section .left-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.menu_section .right-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.filter_select_box{ display: none; }
.filter_select_box:after{
    content:"\f078";
    font-family:"Font Awesome 5 Free";
    font-weight:700;
    color:#fff;
    font-size:16px;
    width: 36px;
    height: 36px;
    margin-left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_select_box select{ 
    position: relative; width: auto;
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    border-color: var(--primary-color);
    background: none;
}
.filter_select_box select option{ background-color: #171819; }


.filter_select_box select:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}
.filter_select_box label{ color: #fff; margin: 0; }





.menu_list{ margin-bottom: 20px; }
.menu_list ul{ 
    display: flex; overflow: scroll; justify-content: center; align-items: center; 
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu_list ul::-webkit-scrollbar {
    display: none;
  }

.menu_list li {
    position: relative;
    margin: 10px 30px;
    font-family: 'Forum', cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #fff;

}
.menu_list li span{ cursor: pointer; }
.menu_list li:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2,1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}

.menu_list li:hover:before,.menu_list li.active:before{
    opacity: 1;
    transform: scale(1,1);
}

.menu_list li:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 25px;
    top: 50%;
    margin-top: -5px;
    height: 8px;
    width: 8px;
    border: 1px solid var(--primary-color);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
    animation: rotate 10s infinite linear;

}

.menu_list li:first-child{margin-left: 0;}
.menu_list li:last-child{margin-right: 0;}
.menu_list li:last-child:after{ display: none; }


.menu_item_list ul{ display: flex; flex-wrap: wrap; }
.menu_item_list li{ width: 20%; display: none; margin: 25px 0; }

.menu_item{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 100%;
    position: relative;
    background-color: #000;
    display: flex; align-items: center;
    justify-content: center;

}

/* Gallery Section Start */

.gallery-item {
  position: relative; display: flex;  width: 100%;
   height: calc(100% - 20px); 
  /* margin-bottom: 20px; */
  margin: 20px 0px;
  border-radius: 10px; overflow: hidden;
}

.gallery_slider .gallery-item{margin: 5px 12px 5px;}

.gallery-item .image { overflow: hidden; position: relative;height: 100%; width: 100%; }

.gallery-item .image img {
    width: 100%; 
     height: 100%; 
    /* position: absolute;  */
    top: 0;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
   transform: scale(1);
}

.gallery_slider .gallery-item .image{
    padding-top: 130%; position:relative; 
}

.gallery_slider .gallery-item .image img {
    position: absolute;
    height: 100%; min-width: 100%;
    left: 0; top: 0;
}



.gallery-item .image img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(228, 197, 144, 0.70);
    opacity: 0;
    transition: all 0.3s;
    transform: scale(0); z-index: 1;
}
.gallery-item:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.hover-content{
    position: absolute; text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,50%);
    opacity: 0; z-index: 2;
    transition: all 0.3s;
    height: 0;
}

.gallery-item:hover .hover-content{ 
    opacity: 1; height: auto;
    transform: translate(-50%, -50%); 
}

.popup-btn{
  width: 0;
  height: 0;
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; z-index: 2;
}

.gallery-item:hover .hover-content .popup-btn{ 
    width: 50px;
    height: 50px;
}


/* Blog Section Start */
.blog-img img{
    width: 100%;
        object-fit: cover;
        height: 500px;
    }
.blog_card{ border:none; background-color: transparent; }
.blog_img{ border-radius: 10px; overflow: hidden; }
.card-body{ padding: 20px 0; }
.author_box{ display: flex; align-items: center; margin-bottom: 15px; }
.author_box h6{
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    display: flex; gap:5px;
}

.date_box{ 
    position: absolute; left: 0; top: 25px; 
    background-color: #BF9444; color: #fff; 
    padding: 4px 12px; border-radius: 5px 0;
}

.devider_line{ flex: 1; min-width: 10px; max-width: 50px; height: 2px; background-color: #eee; margin: 0 20px; }

.blog_img img{ transition: all 400ms ease-in; }
.blog_img img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* service page */
.hover-content h1{color: #000;}
.service-btn{padding: 0 !important;}
.serv_img img{width: 100%;}
.serv_txt p{color:#fff; line-height:40px;}
.serv_img{position:sticky; top:100px;}

/* Inquiry Section */
.inquiry_section{ display: flex; justify-content: center; padding: 0; }

.inquiry_img{
    position: relative; flex: 1;
}
.inquiry_img img{
    position: absolute;
    width: 100%; height: 100%;
    object-fit: cover;
}

.modal-txt p{color:#fff;}

.inquiry_box{ 
    background: url("../images/resource/inquiry_bg.jpg") no-repeat center center;
    background-size: cover;
    width: 50%; text-align: center; 
    padding: 40px; 
    position: relative;
}

.inquiry_box:before,.inquiry_box:after{
    content: "";
    background: url("../images/resource/corner_img_top_left.png") no-repeat left top;
    background-size: cover;
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0; top: 0;
}

.inquiry_box:after{
    background: url("../images/resource/corner_img_top_right.png") no-repeat right bottom;
    left: auto;
    right: 0;
}

.form-control {
    padding: 12px;
    background-color: transparent !important;
    border-color: var(--primary-color);
    color: #fff !important;
}

.form-control:focus{
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(228,197,144,.25);
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}


.shape_img_left{
    position: absolute;
    left: 10px; top: 10px; z-index: -1;
    max-width: 20%;
}

.shape_img_right{
    position: absolute;
    right: 10px; top: -80px; z-index: -1;
    max-width: 20%;
}

.half_circle_img{ 
    position: absolute; 
    top: 60px;left: 50%; transform: translateX(-50%); 
    width: 80%; /*z-index: -1;*/
}
.half_circle_img img{ min-width: 100%; }

.con_img_left{
    position: absolute;
    left: 30px;
    top: 25%;
    max-width: 20%;
}
.con_img_right{
    position: absolute;
    right: 30px;
    top: 25%;
    max-width: 20%;
}


.shape_img_left,.shape_img_right,.con_img_left,.con_img_right{
    animation-name: float_up_down; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: float_up_down; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: float_up_down; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: float_up_down; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}


/* For Animation */

@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}



/* Intenal pages start */

/* blog page start */
.blog_card:hover .view_more_link {
    letter-spacing: 4px;
}
.blog_card .view_more_link {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.4s ease-in-out;
}
.view_more_link {
    font-family: 'DM Sans', sans-serif;
    color: var(--primary-color) !important;
    padding: 25px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.modal-body{background:var(--secondary-color);}
.btn-close{background-color: #fff; opacity: 1;}


.blog_section .card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--primary-color);
    
  }
  
  .blog_section .card-header {
    position: relative;
    background: #171819;
    border-bottom: 1px solid var(--primary-color);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }

  .blog_section .card-header a{color: #fff;}
  
  .blog_section .card-link {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    /* font-family: "Oswald"; */
  }

  .blog_sidebar{position: sticky; top:110px;}
  
  .post_list li {
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .blog-img {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .blog-text {
    background: #171819;
    padding: 5px 20px 10px;
    /* max-height: 300px; */
    overflow-y: auto;
  }

  .blog-text p{color:#fff;}
  .blog-meta a{color:#fff;}
  
  .post_img {
    width: 90px;
    margin-right: 10px;
  }
  
  .post_list .info_txt {
    padding: 0;
    flex: 1;
  }

  .info_txt a{color: #fff;}
  .info_txt h4{color: #fff;}
  
  .search_btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }

  .cardss{background:#171819 !important;}


  /* conact page start */

  .contact-txt {
    color: #A7A7A7;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-control{background: var(--secondary-color); color: #fff;}
.form-control:focus{background: #fff;}

.contact-details{border: 1px solid #E3C48E;padding: 45px;margin-top: -40px;
background: var(--secondary-color);}

.about-detail{margin: 0; position: relative;}
.about-detail ul{flex-direction: column;}


.contact-details ul{display: flex;position: relative;}
.contact-details li{flex: 1;text-align: center;}
 .about-detail::before{
    content: "";
    width: calc(100% - 30px);
    height: calc(100% + 30px);
    position: absolute;
    left: 15px;
    top: -15px;
    border: 1px solid #E3C48E;
}



.form-box .page_title .contact-text{
    color: #A7A7A7;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.6px; /* 185% */
}
.form-box .page_title p:after{display: none;}
.contact-sec{padding-top: 0;}

.contact-sec::before{
content: "";
background: url("../images/resource/footer_bg.jpg") center center;
background-size: cover;
position: absolute;
width: 100%;
height: 100%;
left: 0; top: 0;
opacity: 0.03;
z-index: -1;
}

.sub-btn{background-color: var(--primary-color) !important;
color: #020101 !important;
border-radius: 0;
padding: 10px 45px;
/* border-radius: 800px; */
font-size: 16px;
font-weight: 600;
letter-spacing: 0.8px;
z-index: 1;
position: relative;
overflow: hidden;

}

.contact-form-img img{width:100%;object-fit: contain;
    height: 500px;}
.form-box{border: 1px solid; background: var(--secondary-color);padding: 50px 100px;}

/* Sub Header Section */

.sub_header_section {
    padding-top: 200px;
    padding-bottom: 70px;
}

.contact_header{ 
  background: url("../images/background/sub_header_contact_bg.jpg") no-repeat left center; 
  background-size: cover;
}
.iframe_box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

/* Gallery page design with filter */

.menu_list{ margin-bottom: 20px; }
.menu_list ul{ 
    display: flex; overflow: scroll; justify-content: center; align-items: center; 
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.menu_list li {
    position: relative;
    margin: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff; cursor: pointer;
}

.menu_list li span{ cursor: pointer; }
.menu_list li:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2,1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}

.menu_list li:hover:before,.menu_list li.active:before{
    opacity: 1;
    transform: scale(1,1);
}

.menu_item_list ul{ display: flex; flex-wrap: wrap; }
.menu_item_list li{ width: 20%; display: none; padding: 15px ; }
p.gray {
    color: #A7A7A7;
}
.menu_item{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 100%;
    position: relative;
    background-color: #000;
    display: flex; align-items: center;
    justify-content: center;

}

/* Footer Section Start */

footer {
    z-index: 1; overflow: hidden; color: #fff;
    position: relative;
    background: url("../images/resource/footer_bg.jpg") center center;
    background-size: cover;
}

.footer-widget {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

footer:before,footer:after{
    content: "";
    background: url("../images/resource/corner_img_top_left.png") no-repeat left top;
    background-size: cover;
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0; top: 0;
}

footer:after{
    background: url("../images/resource/corner_img_bottom_right.png") no-repeat right bottom;
    left: auto; top: auto;
    right: 0; bottom: 0;
}

.footer_logo{ margin-bottom: 25px; }

.footer_title {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}

.footer_title h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--primary-color);
}

.footer_list li{ margin-bottom: 14px; }
.footer_list a{ position: relative; padding-left: 24px; }
.footer_list a::before {
    content: "";
    background: url("../images/icons/square_icon.svg") no-repeat left top;
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 15px;
    
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--dark-color);
    font-size: 16px; line-height: 22px;
    margin-bottom: 15px;
}
.footer-contact li p{ margin: 0; flex: 1; }
.f_icon{ 
    width: 40px; height: 40px; border-radius: 5px; 
    display: flex; align-items: center; justify-content: center; align-self: flex-start;
    margin-right: 10px;
    background-color: var(--primary-color);
}
.f_icon i {
    font-size: 16px;
    text-align: center;
    color: #020101;
}

.gallery_post ul{ display: flex; flex-wrap: wrap; align-items: flex-start; gap:7px; }
.gallery_post li{flex-basis: calc(33.33% - 5px);}
.gallery_post li .gallery-item{ margin: 0; }

footer .social_list li a{ 
    background-color: rgb(193 159 95 / 28%);
    color: var(--primary-color);
    width: 32px; height: 32px; font-size: 16px; border-radius: 100%;
    display: flex; align-items: center; justify-content: center; margin-right: 10px !important;
}

.footer_info{}


.copyright_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    color: #fff;
    padding: 13px 40px;
    border-radius: 20px 20px 0px 0px ;
}
.copyright_box p {
    margin: 0;
}
.copyright_box a {
    color: #fff; cursor: pointer;
}

.copyright-text + .copyright-text{ border-left: 2px solid #fff; padding-left: 10px; }

.copyright-text + .copyright-text a{ color: var(--primary-color); }


/* Footer Section End */


/* All Media Query */

@media only screen and (max-width: 1366.98px) {
    .main-slider .slide .slide_content{ padding-top: 100px; }
    .main-slider h2{ font-size: 80px; margin: 0 0 20px; }

}

@media only screen and (max-width: 1199.98px) {

    .main-slider h2{ font-size: 70px; }
    .main-slider h3{ font-size: 34px; }

    .page_title h2{ font-size: 50px; }

    .author_box > span + h6{ font-size: 0; }
    .author_box > span + h6 .num{ font-size: 18px; }
    .devider_line{ margin: 0 10px; max-width: 30px; }
}

@media only screen and (max-width: 991.98px) {

    .about_img > img{ display: none; }
    .about_box{ padding: 70px; }
    .about_box:after{ width: 100%; }
    .circle_box { left: auto; top: -60px; right: 5%; }
    .blog-img img {
        height:auto;
    }

    .blog-img a {
        width: 100%;
    }
    .order_2{ order: 2; }

    .menu_item_list  li {width:33.33% !important;margin:25px 0;}

    .testimonial_box{ flex-direction: column; }
    .testimonial_right{ width: 100%; }
    .testimonial_box .page_title{ margin-bottom: 40px !important; text-align: center !important; }

    .inquiry_box{ width: 80%; }
    .gallery_post ul{ margin-bottom: 30px; }
    .gallery_post li{ flex-basis: calc(16.54% - 5px); }
    .menu_list ul{justify-content: start;}
    .top_links{display: none;}

    .footer_list{ margin-bottom: 10px; display: inline-block; width: 100%; }

    

}

@media only screen and (max-width: 767.98px) {

    ul.top_links.top {
        position: relative;
        left: unset;
        top: unset;
        transform: none;
    }

    .main-slider .slide .slide_img img{ min-height: 100vh;}
    .main-slider .slide .slide_content{ padding: 100px 15px;}

    .main-slider h2{ font-size: 25px; margin-top: 15px;}
    .main-slider h3{ font-size: 18px; }
    .main-slider h6{ font-size: 20px;}
   

    .about_box{ padding: 120px 30px 50px; }
    .page_title p{ padding: 0 20px; }
    .menu_item_list  li {width:50% !important;margin:25px 0;}

    .inquiry_box{ width: 90%; width: 100px 20px 20px;}

    .footer_info p{ text-align: justify;}
    .footer-widget{ padding: 120px 0 20px;}
    .copyright_box{ flex-direction: column; padding: 0 14px 40px;}
    .copyright-text + .copyright-text{ border-top: 2px solid #fff; border-left: 0; padding: 10px 0 0;}

}

@media only screen and (max-width: 575.98px) {

    ul.top_links.top,header .social_list{ display: none;}
    .menu_item_list  li {width:100% !important;margin:25px 0;}

}

@media only screen and (max-width: 320px) {

    .contact-details ul{flex-direction: column;}
    .menu_item_list li{width:100%;margin:25px 0;}
    .contact-form-img img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }

    .form-box{padding: 0;}


}
