/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..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 {
     /* background-image: url(./images/originals/IMG-20241208-WA0004.jpg); */
     color: #666666;
     font-size: 14px;
     line-height: 1.80857;
     font-weight: normal;
}

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 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: "Playfair Display", serif;
}

h2 {
     font-family: "Playfair Display", serif;
     font-size: 22px;
}

h3 {
     font-size: 18px;
     font-family: "Playfair Display", serif;
}

h4 {
     font-size: 16px;
     font-family: "Playfair Display", serif;
}

h5 {
     font-size: 14px;
     font-family: "Playfair Display", serif;
}

h6 {
     font-size: 13px;
     font-family: "Playfair Display", serif;
}

*,
*::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;
     font-family: "Playfair Display", serif;
     color: tan;
}

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;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- 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 --*/

.header {
     width: 100%;
     height: 90px;
     padding: 29px 20px;
}

.logo img{
    width: 100px;
    height: 50px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
     padding-top: 2px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 35px;
     color: #3f3730;
     font-size: 17px;
     line-height: 20px;
     font-weight: 600;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
}

.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: #fff;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

ul.search {
     padding-left: 10px;
}

ul.search li a {
     color: #161825;
}

ul.search li a:hover {
     color: #161825;
}


/** banner section **/
 
.full_bg {
     background: url(../images/banner2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
/* 
.banner_main {
     position: relative;
     padding-bottom: 175px;
}

.build_box {
     text-align: left;
     padding-top: 20%;
}

.banner_po {
     position: inherit;
}

.build_box p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box h1 {
     font-size: 80px;
     font-weight: bold;
     color: #413c32;
     line-height: 95px;
     padding-bottom: 20px;
     display: block;
}

.orang {
     color: #e76f64;
}

.build_box .quote_btn {
     font-size: 18px;
     padding: 13px 0;
     font-weight: normal;
     max-width: 228px;
     border-radius: 50px;
     text-transform: none;
     height: 61px;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     display: none;
}

.banner .carousel-indicators {
     display: inline-block;
     right: 0;
     left: inherit;
     margin-right: 6%;
     top: 51%;
}

.banner .carousel-indicators li {
     width: 25px;
     height: 25px;
     border-radius: 30px;
     background: #252525;
     margin: 6px 0;
     cursor: pointer;
}

.banner .carousel-indicators .active {
     background-color: #e6615a;
} */




/* Carousel Banner Section Starts */

.slider{
     height: 95vh;
     margin-top: 0px;
     position: relative;
 }
 
 .slider .list .item{
     position: absolute;
     inset: 0 0 0 0;
     overflow: hidden;
     opacity: 0;
     transition: .5s;
 }
 
 .slider .list .item img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .slider .list .item::after{
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     bottom: 0;
     background-image: linear-gradient(
         to top, black 3%, transparent
     );
 }
 
 .slider .list .item .content{
     position: absolute;
     left: 10%;
     top: 20%;
     width: 500px;
     max-width: 80%;
     z-index: 1;
 }
 
 .slider .list .item .content p:nth-child(1){
     text-transform: uppercase;
     letter-spacing: 10px;
     color: #ddd;
 }
 
 .slider .list .item .content h2{
     font-size: 50px;
     margin: 0;
     color: #ddd;
 }
 
 .slider .list .item.active{
     opacity: 1;
     z-index: 10;
 }
 
 @keyframes showContent {
     to{
         transform: translateY(0);
         filter: blur(0);
         opacity: 1;
     }
 }
 
 .slider .list .item.item.active p:nth-child(1),
 .slider .list .item.item.active h2,
 .slider .list .item.item.active p:nth-child(3){
     transform: translateY(30px);
     filter: blur(20px);
     opacity: 0;
     animation: showContent .5s .7s ease-in-out 1 forwards;
 }
 
 .slider .list .item.item.active h2{
     animation-delay: 1s;
 }
 
 .slider .list .item.item.active p:nth-child(3){
     animation-duration: 1.3s;
     color: white;
 }
 
 .arrows{
     position: absolute;
     top: 30%;
     right: 50px;
     z-index: 100;
 }
 
 .arrows button{
     background-color: gray;
     border: none;
     font-family: monospace;
     width: 40px;
     height: 40px;
     border-radius: 5px;
     font-size: xx-large;
     color: #eeee;
     transition: .5s;
 }
 
 .arrows button:hover{
     background-color: #eeee;
     color: #000;
 }
 
 .thumbnail{
     position: absolute;
     bottom: 0px;
     z-index: 11;
     display: flex;
     gap: 10px;
     width: 100%;
     height: 250px;
     padding: 0 0px;
     box-sizing: border-box;
     overflow: auto;
     justify-content: center;
 }
 
 .thumbnail::-webkit-scrollbar{
     width: 0;
 }
 
 .thumbnail .item{
     width: 150px;
     height: 200px;
     filter: brightness(.5);
     transition: .5s;
     flex-shrink: 0;
     padding-top: 50px;
 }
 
 .thumbnail .item img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 10px;
 }
 
 .thumbnail .item.active{
     filter: brightness(1.5);
 }
 
 .thumbnail .item .content{
     position: absolute;
     inset: auto 10px 10px 10px;
 }
 
 /*  Carousel Banner Section Ends */

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #E96226;
     line-height: 40px;
     font-weight: bold;
     padding-top: 8px !important;
     padding: 0;
}

.titlepage h2::before {
     position: relative;
     content: "";
     width: 55px;
     height: 51px;
     top: -8px;
     margin: 0 auto;
     display: block;
}

.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #191919;
     padding-top: 13px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
    font-family: "Playfair Display", serif;
    font-size: 17px;
    background-color: #413c31;
    color: #fff;
    padding: 6px 0px;
    width: 100%;
    max-width: 157px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 5px;
    height: 43px;
    outline: none;
}

.read_more:hover {
     background: #e6615a;
     color: #fff;
     transition: ease-in all 0.5s;
}



/** about section **/

.about {
     background: url(../images/11.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 90px;
     padding: 90px 0;
}

.about .titlepage h2{
     padding-bottom: 15px;
}
.about .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.about .titlepage h2::before {
     position: relative;
     margin: inherit;
}

.about .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 100;
}

.about_img {
     margin-right: 38px;
     padding-left: 50px;
}

.about_img figure {
     margin: 0;
}
  
.about-slide-in{
     opacity: 0;
     transform: translateX(-50%);
     transition: opacity 1s ease-out, transform 1s ease-out;
}

.about-slide-in.visible{
     opacity: 1;
     transform: translateX(0);
}
/** end about section **/

/* Gallery Section Starts */
.gallery-slide-in{
     opacity: 0;
     transform: translateX(-100%);
     transition: opacity 1s ease-out, transform 1s ease-out;
}

.gallery-slide-in.visible{
     opacity: 1;
     transform: translateX(0);
}
/* Gallery Section Ends */

/* Services Section Starts */

.services {
     background: url(../images/44.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 90px;
     padding: 90px 0;
}

.services .titlepage h2{
     padding-bottom: 15px;
}
.services .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.services .titlepage h2::before {
     position: relative;
     margin: inherit;
}

.services .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 100;
}

.services_img {
     margin-right: 38px;
     padding-left: 50px;
}

.services_img figure {
     margin: 0;
}

.services_img figure img {
     width: 100%;
}

.section-btn{
     position: relative;
     text-decoration: none;
     color: #16cf44;
     text-transform: uppercase;
     font-weight: 300;
     letter-spacing: 1px;
     transition: 0.3s;
 }
 
 .section-btn:hover{
     color: #25044b;
 }
 
 .section-btn::before{
     position: absolute;
     content: '';
     left: 0;
     bottom: -10px;
     width: 85%;
     height: 1px;
     background: #111111;
     transition: 0.3s;
 }
 
 .section-btn:hover::before{ 
     left: 20%;
     background:#000000;
 }

 
.section-btn-1{
     position: relative;
     text-decoration: none;
     color: #eb7514;
     text-transform: uppercase;
     font-weight: 300;
     letter-spacing: 1px;
     transition: 0.3s;
 }
 
 .section-btn-1:hover{
     color: #2ebe11;
 }
 
 .section-btn-1::before{
     position: absolute;
     left: 0;
     bottom: -10px;
     width: 85%;
     height: 1px;
     background: #111111;
     transition: 0.3s;
 }
 
 .section-btn-1:hover::before{
     left: 20%;
     background:#000000;
 }
 

.card{
     position: relative;
     margin: 20px 0;
     width: 350px;
     height: 500px;
     background: #ffffff;
     border: none;
     transform-style: preserve-3d;
     transform: perspective(2000px);
     transition: ease-in-out 1s;
     border-radius: 0;
     box-shadow: inset 300px 0 50px rgba(0, 0, 0, 0.25);
 }
 
 .card:hover{
     transform: perspective(2000px) rotate(-10deg);
     box-shadow: inset 20px 0 50px rgba(0, 0, 0, 0.25);
     z-index: 1000;
 }
 
 .card .img-box{
     position: relative;
     border-style: none;
     width: 100%;
     height: 500px;
     transform-origin: left;
     z-index: 1;
     transition: 1s;
 }
 
 .card:hover .img-box{
     transform: rotateY(-130deg);
 }
 
 .card .img-box img{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 500px;
     object-fit: cover;
 }

.card .details p{
     color: black;
 }
 
 .card .details{
     font-family: "Playfair Display", serif;
     font-weight: 900;
     position: absolute;
     top: 0;
     left: 0;
     height: 500px;
     padding: 50px 20px 20px;
 }
 
 .card .details::before{
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     padding: 20px;
     background-image: url(../images/card-bg.png);
     background-position: center;
     background-size: cover;
 }
 
 .card .details h4::first-letter{
     color: maroon;
     font-size: 1.5em;
 }

/* Services Section Ends */

/* Numbers Speaks Louder Section Starts */

.speaks{ 
     margin: 50px;
     border-radius: 10px;
     box-shadow: 0 10px 10px rgb(0, 0, 0);
     background-color: rgba(128, 128, 128, 0.247);
     text-align: center;
     font-family: "Playfair Display", serif;
} 

.speaks h1{
     color: #e6615a;
     text-transform: uppercase;
}
.number{
     display: flex;
     justify-content: space-around;
     margin-top: 20px; 
}

.box{
     padding: 30px;       
}

.box p{    
     font-weight: 500;
     color: rgba(41, 17, 175, 0.76);
     font-size: 20px;
}

.number{
     font-size: 50px;
     margin-bottom: 10px;
}

/* Numbers Speaks Louder Section Ends */

/* Reviews Section Starts */

.container2{
     position: relative;
     width: 100%;
     min-height: 450px;
     background-color: #f5f5f5;
}
.container2 .contents-wraper{
     width: 70%;
     min-height: inherit;
     margin: 30px auto;
     text-align: center;
}
.contents-wraper .header h1{
     position: relative;
     font-size: 40px;
     text-transform: uppercase;
     font-weight: 500;
     text-align: center;
     letter-spacing: 1px;
     color: #e6615a;
}
.contents-wraper .header h1::before{
     content: '';
     width: 200px;
     height: 2px;
     background-color: #006994;
     border-radius: 15px;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     bottom: -10px;
} 
.contents-wraper .testRow{
     width: 100%;
     min-height: inherit;
     position: relative;
     overflow: hidden;
     background-image: url(../images/11.jpg);
     background-repeat: no-repeat;
}
.testRow .testItem{
     width: 100%;
     height: 100%;
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
.testRow .testItem:not(.active){
     top: 0;
     left: -100%;
}
.testRow .testItem img{
     width: 120px;
     height: 120px;
     border-radius: 50%;
     object-fit: cover;
     margin-bottom: 5px;
     outline: 2px solid #006994;
     outline-offset: 2px;
}
.testRow .testItem h3{
     font-size: 30px;
     font-style: italic;
     padding: 7px;
     color: #eb7514;
}
.testRow .testItem h4{
     font-style: italic;
     color: #eb7514;
}
.testRow .testItem p{
     font-size: 18px;
     letter-spacing: 1px;
     line-height: 1.2;
     padding: 10px;
     width: 500px;
}
.contents-wraper .indicators{
     position: absolute;
     bottom: 30px;
     left: 50%;
     transform: translateX(-50%);
     padding: 5px;
     cursor: pointer;
}
.contents-wraper .indicators .dot{
     width: 15px;
     height: 15px;
     margin: 0px 3px;
     border: 3px solid #aaa;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.5s ease;
}
.contents-wraper .indicators .active{
     background-color: #006994;
}
@keyframes next1{
     from{
          left: 0%;
     }
     to{
          left: -100%;
     }
}
@keyframes next2{
     from{
          left: 100%;
     }
     to{
          left: 0%;
     }
}

@keyframes prev1{
     from{
          left: 0%;
     }
     to{
          left: 100%;
     }
}
@keyframes prev2{
     from{
          left: -100%;
     }
     to{
          left: 0%;
     }
}


/* Reviews Section Ends */

/** contact section **/

.contact {
     background: #252525;
     padding-bottom: 20px;
     margin-top: 160px;
}
 
.ru_bg {
     background: #fff;
     padding: 50px 30px;
     box-shadow: 0px -10px 18px -7px #ddd;
     margin-top: -72px;
}

.logo_fooetr {
     padding-left: 10px;
     height: 100px;
}

ul.lacation {
     padding-top: 19px;
     display: flex;
     align-items: center;
     justify-content: end
}

ul.lacation li {
     color: #e6615a;
     font-size: 18px;
     font-family: "Montserrat", sans-serif;
     font-weight: 500;
     padding-right: 34px;
     line-height: 20px;
     display: flex;
     align-items: center;
}

.map-responsive .iframe{
    width: 600px;
    height: 420px;
}

ul.lacation li:last-child {
     padding-right: 0;
}

ul.lacation li i {
     margin-right: 8px;
     font-size: 40px;
     border: #e6615a solid 1px;
     width: 50px;
     height: 45px;
     display: flex;
     align-items: center;
     justify-content: center;
}

.contact .titlepage {
     text-align: left;
}

.contact .titlepage h2 {
     color: #fff;
     font-family: "Playfair Display", serif;
}

.contact .titlepage h2::before {
     background: inherit;
}

.main_form .contactus {
     border: inherit;
     border-bottom: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: transparent;
     color: #818383;
     font-size: 17px;
     font-weight: 600;
}

.main_form .textarea {
     border: inherit;
     border-bottom: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: transparent;
     color: #818383;
     font-size: 17px;
     font-weight: 600;
     padding: 37px 0px 0 0px;
     height: 76px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #e6615a;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 137px;
     width: 100%;
     border-radius: 40px;
     display: block;
     margin-top: 10px !important;
     font-weight: 600;
}

.main_form .send_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #e6615a;
}

#request *::placeholder {
     color: #818383;
     opacity: 1;
}

ul.social_icon {
     float: right;
     margin-top: 17px;
}

ul.social_icon li {
     display: inline-block;
     margin-left: 15px;
}

ul.social_icon li a i {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 31px;
     color: #ffffff;
}

ul.social_icon li a i:hover {
     color: #e6615a;
}


/** end contact section **/


/** footer section starts**/

footer{
     display: flex;
     flex-wrap: wrap;
     margin-top: auto;
     background-image: url(../images/47.jpg); 
     background-size: cover;
     background-size: 100%;
     background-repeat: no-repeat;
     padding: 60px 10%;
 }
 
 ul{
     list-style: none;
 }
 
 .footer-col{
     width: 25%;
 }

 .footer-col img{
     width: 200px;
     height: 100px;
 }
 
 .footer-col h1{
     position: relative;
     margin-bottom: 30px;
     margin-left: 30px;
     font-weight: 400;
     font-size: 22px;
     color: aqua;
     text-transform: capitalize;
 }
 
 .footer-col p{
     margin: 20px;
 }

 .footer-col p b{
     color: white;
 }
 
 .footer-col h1::before{
     content: "";
     position: absolute;
     left: 0;
     bottom: -6px;
     background-color: antiquewhite;
     height: 2px;
     width: 40px;
 }
 
 ul li:not(:last-child){
     margin-bottom: 8px;
 }
 
 ul li a{
     display: block;
     font-size: 19px;
     text-transform: capitalize;
     color: white;
     text-decoration: none;
     transition: 0.4s;
     justify-content: center;
 }
 
 ul li a:hover{
     color: white;
     padding-left: 2px;
 }
 
 .links a{
     display: inline-block;
     height: 44px;
     width: 44px;
     color: black;
     background-color: white;
     margin: 0 8px 8px 0;
     text-align: center;
     line-height: 44px;
     border-radius: 25%;
     transition: 0.4s;
     text-decoration: none;
 }
 
 .links a:hover{
     color: white;
     background-color: black;
 }
 
 @media (max-width:740px){
     .footer-col{
         width: 50%;
         margin-bottom: 30; 
         text-align: center;
     }
     .footer-col h1::before{
         all: unset;
     }
 }
 
 @media(max-width:555px){
     .footer-col{
         width: 100%;
     }
 }

/** footer section ends **/


