
/* ---CSS-FONTS-LINKS---- */


/* Abril Fatface */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');


/* --Font-Barlow Condensed-- */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* --Font-Poppins-- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* --Font-Roboto-- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* --Font-Lato-- */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* --Font-Caveat-- */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');


/* --Font-Ubuntu-- */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* --Font-Raleway-- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* --Font-Quicksand---- */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/* --Font-Roboto Slab-- */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

/* --Font-Didact Gothic-- */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
    font-family: Roobert;
    
    src: url('../cus-font/Roobert-Regular.4d0de4fa.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}




    



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer-item i{
  color: white !important;
}

.footer-item h4{
  color: white !important;
}

body{


    /* background: #151526; */
    background: #0E3D46;



}



a{
    font-family: "Alice", serif;
    text-decoration: none;  
}
/* p{
    font-family: "Alice", serif;   
} */
span{
    font-family: "Alice", serif;
} */
/* <!-- ========= VARIABLE ========= --> */
:root{
    /* --bg-color:linear-gradient(110.7deg, rgb(9, 154, 151) 6.3%, rgb(21, 205, 168) 90.6%); */
    --text-color:#fff;
    /* --main-color:radial-gradient(934px at 6% 39.5%, rgb(255, 35, 90) 0.2%, rgb(255, 35, 144) 54.8%, rgb(250, 99, 160) 93.4%);; */
    --footer-color:#ababab;
/* <!-- ========= SOCIAL COLOR ========= --> */   
    --facbook:#1877F2;
    --instagram:#cd486b;
    --twiter:#1DA1F2;
    --youtube:#CD201F;
    --linkdin:#0A66C2;
  }

 /* <!-- ========= VARIABLE ========= --> */


/* <!-- ========= HEADER START ========= --> */
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
  }
  
  .topbar {
    /* background: linear-gradient(165deg, #07699a 0%, #0e87b5 100%); */
    /* background-color: #0e87b5; */
    background-color: 	#0386ba;
  }
  .justify-space-bettween {
    justify-content: space-between;
  }
  
  .topbar-info a {
    font-size: 12px;
  }
  
  @media (max-width: 768px) {
    .topbar {
      display: none;
    }
  }
  /*** Topbar End ***/
  


/*** Navbar Start ***/
.navbar {
    padding: 0;

    /* border-radius: 0px 0px 20px 20px; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 14px;
    transition: .5s;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    /* background: linear-gradient(336deg, rgba(33, 209, 246, 1) 0%, rgba(0, 79, 131, 1) 100%); */
    color: #0d1f45 !important;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    /* background: linear-gradient(336deg, rgba(33,209,246,1) 0%, rgba(0,79,131,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #0e87b5 !important;

}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: rgb(7 105 154);
    color: white;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    color: #004f83;
    transition: .5s;
    opacity: 1;
}

.nvv-bar{
    background: white;
}



/* ========================= */

.nav-enq-btn{
    /* background: linear-gradient(165deg, #07699a 0%, #0e87b5 100%); */
    background: #424242;
    font-size: 14px;
    padding: 7px 15px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    transition: all .3s ease-in-out;
}
.nav-enq-btn i{
   color: #ffffff;
}

.nav-enq-btn:hover{
  
    background: rgb(0 79 131) ;
    color: #fff !important;
 
}




/*** Navbar End ***/

/* <!-- ========= HEADER END ========= --> */


/*** Homepage Carosel-Start ***/
.hero-header {
    background: linear-gradient(260deg, rgb(7, 0, 40), rgba(3, 2, 34, 0.266)), url(../image/hero-bg-91.jpg);
    /* background: linear-gradient(260deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.266)), url(../img/hero-bg-91.jpg); */
 
    /* background-color: #17113d; */

    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
  
 
    height: 100vh;
}

.hero-overlay-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 550px;
    /* width: 700px; */

}
/* /***Homepage Carosel-End */





/* <!-- ========= Int-Page- Prop-Carousel-Start ========= --> */


  #header-carousel .carousel-control-prev,
  #header-carousel .carousel-control-next {
    width: 10%;
  }
  
  #header-carousel .carousel-control-prev-icon,
  #header-carousel .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    padding: 10px;
    outline: rgb(0, 193, 148) !important;
    background-color: #0e87b5;
    background-size: 100%, 100%;
    border-radius: 50%;
    color: rgb(0, 193, 148)!important;
  }
  
  @media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 300px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 60%;
        height: 50%;
        object-fit: cover;
    }

    .carousel-inner{
      height: 330px;
    }
  
  }



  #header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
  }
  
  #header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



/* ------Fresh----   */

.prop-page-cara-1 img{
    width: 900px !important;
    height: 500px !important;                                      ;
}


@media (max-width: 768px) {

  .prop-page-cara-1 img{
    width: 400px !important;
    height: 390px !important;
}
}

.testing-border-1{
  border: 2px solid red !important;
}

/* ------Fresh----   */





/* <!-- ========= Int-Page- Prop-Carousel-Start ========= --> */







/* <!-- ========= Why Only Choose Neckle start ========= --> */

.container-2{
    width: 1120px;
    z-index: 1;
    position: relative;
  }


  .container-2 .card-1{
    width: 280px;
    height: 290px;
    margin: 30px;
    box-shadow: 7px 3px 18px rgb(153 145 145 / 50%);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    transition: 0.5s;
  }


  .container-2 .card-1:hover{
    box-shadow: 20px 20px 50px rgb(153 145 145 / 50%);
  }

  .container-2 .card-1 .content-1{
    padding: 17px 20px 0 20px;

    text-align: center;
    transition: 0.5s;
  }

  .container-2 .card-1 .content-1 img{
    width: 70px;;
  }


  .container-2 .card-1 .content-1 h2{
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 8em;
    color: rgba(255, 255, 255, 0.05);
    pointer-events: none;
  }


  .container-2 .card-1 .content-1 h3{
    font-size: 1.8em;
    color: #fff;
    z-index: 1;
    padding-top: 15px;
  }


  .container-2 .card-1 .content-1 p{
    font-size: 1em;
    color: #fff;
    font-weight: 300;
  }


  .container-2 .card-1 .content-1 a{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
  }


  .container-fluid-1{
    position: relative;
  }


  .container-fluid-1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2196f3, #e91e63); 
    clip-path: circle(25% at right 54%);
  }


  .container-fluid-1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2196f3, #e91e63); 
    clip-path: circle(20% at 4% 44%);
  }


/* <!-- ========= Why Only Choose Neckle end ========= --> */








/* ---------hero-section------------ */
.hero-overlay-text-0{
        
    color: #ffffff;
    border: 1px solid #ffffff;
    /* color: #f4b420;
    border: 1px solid #f4b420; */
    /* display: inline !important; */
    padding: 5px 10px;
    border-radius: 99px;
    /* margin-left: 20px; */
    font-family: "Raleway", Sans-serif;
}

.hero-overlay-text-1{

    color: #ffffff;
    font-family: "Raleway", Sans-serif;
    font-size: 59px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 60px;

}

.hero-overlay-text-1 span{

   
    font-family: "Raleway", Sans-serif;
    font-size: 59px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 60px;

}

.hero-overlay-text-2{
    color: #ffffff;
    font-family: "Raleway", Sans-serif;
    font-size: 35px;
    /* font-weight: 500; */
    line-height: 1.2;
  
}

/* ---------------Media-Query-------------------- */

@media (max-width: 768px) {

.hero-overlay-text {
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
        height: 360px;
        /* width: 700px; */
}
    
.hero-overlay-text-1{
  
    font-size: 50px;
    text-align: center;
   
}
.hero-overlay-text-2{
  
    font-size: 20px;
    text-align: center;
    line-height: 1.0;
    padding-top: 1px !important;
    margin-bottom: 1px !important;
   
}



.hero-header-div-2 {

        display: flex;
        /* justify-content: start !important;
        align-items: start !important; */
        height: 50vh !important;
        text-align: center !important;
        padding-bottom: 10px;

    
}


.button-hero-section {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


.button-hero-section a{
    /* border-radius: 4px; */
    border-width: 0;
    /* box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset; */
    padding: 7px 10px;
    color: #000000;
    background-color: #ffffff;
    font-family: "Raleway", Sans-serif;
    transition: box-shadow .15s, transform .15s;
    font-size: 10px !important;
    border: 2px solid white;
    font-weight: 600;
}

.faq-img-mob{
    display: block !important;
}
.faq-img-web{
    display: none;
}
 
}

/* ------------------------------- */


.hero-header-div-2 {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}


.button-hero-section a{
    /* border-radius: 4px; */
    border-width: 0;
    /* box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset; */
    padding: 12px 16px;
    color: #000000;
    background-color: #ffffff;
    font-family: "Raleway", Sans-serif;
    transition: box-shadow .15s, transform .15s;
    font-size: 16px;
    border: 2px solid white;
    font-weight: 600;
}

video {

    width: 80%;
    height: 70%;
}



/* ---------hero-section------------ */




/* <!-- ========= FEATURED START ========= --> */
.hexa-top-card span{
color: #ffffff !important;
font-size: 13px;
margin-top: 5px;
font-family: "Quicksand", sans-serif;
}




.fa-check{
    color: white!important;
    background: #58c0f8;
    padding: 3px 4px 3px 4px;
    border-radius: 50%;
    font-size: 9px!important;
}
.specialityBox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.img-icon{
    padding: 20px 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
/* .img-icon:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
} */
.specialityBox .img-icon img {
    width: 70px;
}

.feature-mobile{
    display: none;
}

.specialityBox .img-icon span{
    display: block;
    font-weight: 900;
    width: 140px;
    
  
}

@keyframes customBounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  
  .custom-bounce {
    animation: customBounce 2s infinite;
  }

/* #animation-demo {
	width: 200px;
	height: 150px;
	position: relative;
	background-color: #62A80A;
	line-height: 150px;
	color: #000;
	border: solid 1px #1A7404;
	text-align: center;
}  */

.animated:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce:hover { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}




.our-pro-main{
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .our-pro-main img{
    transition: all 0.85s ease;
    border-radius: 6px;
  }
.our-pro-main img:hover{
  transform: scale(1.1);
}
.our-pro-main .upertext{
  position: absolute;
  bottom: 24px;
  right: 34px;
}
.our-pro-main .upertext h3{
  position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Ubuntu", sans-serif !important;
}
.our-pro-main .upertext h3::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fff;
  transition: all 0.85s ease;
}
.our-pro-main:hover .upertext h3:after {
  width: 100%;
}
.our-pro-main a{
  display: block;
  position: relative;
}
.our-pro-main a:after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  right: 0px;
  /* background-image: linear-gradient(rgba(66, 66, 66, 0.176), rgba(23, 23, 22, 0.178)); */
}
.arr-im {
  width: 14px;
  margin-left: 6px;
}
.our-headin{
  width: 100%;
  height: 284px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-headin h2{
  
  font-family: "Ubuntu", sans-serif!important;
    font-size: 40px;
    text-align: center;
    letter-spacing: 17px;
    padding: 0 20px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    
}





/* <!-- ========= FEATURED END ========= --> */





























/* <!-- ========= VIDEO SESSION START ========= --> */

.video-p{
    padding-top: 33px;
    width: 90%;
}
.para-p{
    width: 95%;
    padding-top: 60px;
}
.head-2{
    background: var(--text-color);
    padding: 13px 0;
    text-align: center;
    border-radius: 4px;
    font-family: "Alice", serif;
}
.text-1{
    color: var(--text-color);
    font-size: 18px;
    text-align: justify;
    font-family: "Alice", serif;
}

.button-3{
    padding: 13px 25px;
    border-radius: 4px;
    border: none;
    color: var(--text-color);
    background: var(--main-color);
    font-weight: 400;
    transition: 0.50s ease;
    font-family: "Alice", serif;
}



/* <!-- ========= VIDEO SESSION END ========= --> */

/* <!-- ========= PROPERTIES SESSION START ========= --> */

div#iteams {
    box-shadow: 1px 1px 0px 1px #00000052;
}

.prop-butt {
    padding: 20px 0 20px 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.323);
    
}

.prop-loc{
    padding: 18px 0 20px 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.323);
}
.whhatt {
    background: var(--main-color);
    color: white;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;
    font-family: "Alice", serif;
}
/* <!-- ========= PROPERTIES SESSION END ========= --> */


/* <!-- ========= SERVICE START ========= --> */

.service-1{
    height: 100%;
    border-right: rgba(51, 51, 51, 0.24);
    padding: 40px 0 40px 20px;
}

.h-3{
    margin: 11px 0 0 9px;
     font-family: 'Alice', serif;
      font-size: 19px;
      color: var(--bg-color);
      display: block;
      font-weight: 600;
}

/* <!-- ========= SERVICE END ========= --> */

/* <!-- ========= PROPERTIES TYPE START ========= --> */

.property-1{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.property-1 img{
    width: 95px!important;
}
.property-hov{
    padding:15px 0;
    transition: .30s ease-in-out;
    margin: 0 36px;
    box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.078);
}
.property-hov:hover{
    box-shadow: 0 20px 30px 0 rgba(51, 51, 51, 0.225);
}

.button-3{
    padding: 13px 25px;
    border-radius: 4px;
    border: none;
    color: var(--text-color);
    font-weight: 400;
    transition: 0.50s ease;
    font-family: "Alice", serif;
}
/* <!-- ========= PROPERTIES TYPE END ========= --> */


/* <!-- ========= TESTIMONIALS TYPE START ========= --> */


.testimonial-1{
    width: 100%;
    /* min-height: 100vh; */
    /* background-color: #fcfcfc; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.accordion-flush .accordion-item {
    border-radius: 25px;
}
.container-1{
    position: relative;
    width: 100%;
    min-height: 450px;
    /* background-color: #e0d3d3; */
}

.container-1 .contents-wraper-1{
    width: 100%;
    min-height: inherit;
    text-align: center;
}


.contents-wraper-1 .testRow{
    width: 100%;
    min-height: inherit;
    position: relative;
    overflow: hidden;
}

.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 #37ae88;
    outline-offset: 2px;
}

.testRow .testItem h3{
    font-size: 30px;
    font-style: italic;
    padding: 7px;
}



.testRow .testItem p{
    font-size: 18px;
}


.contents-wraper-1 .indicators{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    cursor: pointer;
}


.contents-wraper-1 .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-1 .indicators .active{
    background-color: #37ae88;
}




@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%;
    }
}

/* <!-- ========= TESTIMONIALS TYPE END ========= --> */



/* <!-- ========= FEATURED LOCATION START ========= --> */

.featured-location{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .featured-location-1{
    text-align: center;
  }
  .featured-location-1 img{
    width: 90%;
    box-shadow: 1px 1px 16px #0000003d;
    border-radius: 10px 10px 4px 4px;
    transition: all .3s ease-in-out;
  }
  .featured-location-1 img:hover{
    transform: scale(1.1);
  }
/* <!-- ========= FEATURED LOCATION END ========= --> */



/* <!-- ========= LATEST PROJECT START ========= --> */

.latest-project-container{
  
        background-color: #0e87b526 !important;
        border-radius: 20px;

}

.latest-pro{
    padding: 1px 0 0px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* margin: 10px 0; */
    margin-top:-5px;
  
    /* border: 1px solid red; */
    transition: all .3s ease-in-out;
    cursor: pointer;

    /* border-radius: 10px 10px 10px 10px; */
    background-color: #ffffff;
    
}
.latest-pro:hover{
        box-shadow: 0px 10px 30px -15px #000000;
}
.latest-pro .imgg{
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid red; */
    /* box-shadow: 0px 10px 30px -15px #000000; */
    overflow: hidden;

    /* border-radius: 10px 10px 0 0; */

}

.test-bg{
    background-color: #ffffff;
}

.latest-pro .imgg img{
    /* border-radius: 10px 10px 0 0; */
    transition: all .3s ease-in-out;
}

.latest-pro .imgg img:hover{
    transform: scale(1.1);
    
}



.latest-pro .adres{
    padding: 8px 0 8px 12px;
}


.latest-pro .adres p{
   /* text-transform:lowercase !important; */
   font-size: 18px;
   color: #000000;
}
.latest-pro .adres .loca-ico{
    /* background: linear-gradient(110.7deg, rgb(7, 118, 116) 6.3%, rgb(15, 144, 118) 90.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* background: #0e87b5; */
    color: #43a6ee;
  font-size: 20px;
}





.latest-pro  p a{
    font-size: 15px;
}

.latest-pro .adres .locaa{
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

.nav-btn-deve{
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    top: -12% !important;
    box-shadow: 0 5px 3px 0 rgba(255, 255, 255, 0.45);
}
.nav-btn-deve {
    background-color: #fbc953;
    color: #110e0e !important;

}
.deve-1{
    right: 2% !important;
}
.deve-2{
    left: 90% !important;
}
.nav-btn-deve::after,
.nav-btn-deve::before {
  font-size: 20px !important;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
/* <!-- ========= LATEST PROJECT END ========= --> */



/* ========= WHY CHOOSE THRM -1 START =========  */

.whychbox-main{
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.641), rgba(0, 0, 0, 0.635)), url("../image/why-1.jpg");
    background-size: cover;
    background-size: 100% 100%; */
    /* background: rgba(0, 29, 35, .8); */
}

.whychbox-main .whychbox .whychimg-mob{
display: none;
}

@media (max-width: 768px) {
    .whychbox-main .whychbox .whychimg-mob{
        display: block;
        }
    .whychbox-main .whychbox .whychimg-xl{
        display: none;
        }

        .our-headin{
            display: none;
        }
}
/* ========= WHY CHOOSE THRM -1 END =========  */


/*========= FAQ's SECTION START ========= */
.accordion-button{
    background-color: #ffffffd1!important;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
/* .accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--main-color);
  background-image: none !important;
} */
/* .accordion-button.collapsed::after {
  background-color: var(--main-color);
} */

.buttt-1{
    background-color: #ffffffd1!important;
    border-radius: 30px!important;
    transition: .30s ease-in-out;
    font-weight: 500;
}
.buttt-1:focus{
    box-shadow: none!important;
    color: black!important;
}

.faq-1{
    margin-top: 80px;
}

.faq-img-mob{
    display: none;
}





/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.526), rgba(0, 0, 0, 0.9)), url(../image/footer-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: #fff;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: #ffc107;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: black !important;
}



/*** copyright end ***/






/* Section Title Start */



.sub-title {
    position: relative;
    display: inline-block;
    color: #fff;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -110px;
    border: 2px solid #f4b420 !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -60px;
    border: 2px solid #f4b420 !important;
}








  


  /* <!-- ========= INT-BREADCRUMBS START ========= --> */
  .breadcrumb li a{
    text-decoration: none;
    color: #fff;
  }
  .breadcrumb li a:hover{
    /* text-decoration: none; */
    color: #fff;
  }
  .breadcrumb i{
    text-decoration: none;
    color: #f4b420;
  }
  .breadcrumb li{
    color: #fff;
  }

  
  /* <!-- ========= INT-BREADCRUMBS END ========= --> */



  /* <!-- ========= CEO TYPE START ========= --> */

.ceo-1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ceo-h{
    font-family: 'Alice', serif;
     padding-left: 30px;
    font-size:31px; color: var(--bg-color);
}
.ceo-p{
    padding-left: 30px;
    font-size: 16px; 
    text-align: justify; 
    color: var(--bg-color);
    padding-right: 4px;
}
.ceo-a{
    text-decoration: none;
    color: white;
    padding: 14px 22px;
    background: var(--main-color);
    border-radius: 4px;
    margin-top: 13px;
    margin-left: 30px;
    display: inline-block;
}
.ceo-a:hover{
    color: white;
}
/* <!-- ========= CEO TYPE END ========= --> */

.proj{
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.proj .proj-1{
    width: 80%;
}

.proj .proj-1 img{
    filter: brightness(101%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
    transition: all .3s ease-in-out;
}
.proj .proj-1 img:hover{
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    box-shadow: 0 20px 20px -10px rgba(147, 139, 139, 0.521);
}

.nerws_lett{
    width: 100%;
    background-color: #fff;
    border: none;
    height: 60px;
    padding: 0 160px 0 30px;
    border-radius: 30px;
    color: #212121;
    outline: none;
}

.news_butt{
    background-color: #fff;
    border: none;
    height: 54px;
    padding: 0 24px 0 29px;
    border-radius: 30px;
    position: absolute;
    right: 3px;
    background: aqua;
    margin-top: 3px;
    font-weight: 600;
    color: white;
}



/* Property */








/* ::::::::::::::::::::::::::::::::::::::::::::::::::::Common-CSS-Start::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::Common-CSS-Start::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* ---background-color---*/
.s-bg-1{
   background: #0e87b5;
}
.s-bg-1:hover{
    background: #0e87b5;
}

.g-bg-1{
   
    background: linear-gradient(165deg, #07699a 0%, rgba(14,135,181,1) 100%);
}
.g-bg-2{
    background: radial-gradient(934px at 6% 39.5%, rgb(255, 35, 90) 0.2%, rgb(255, 35, 144) 54.8%, rgb(250, 99, 160) 93.4%);
 
}


.s-bg-2{
    background-color: #09508b;
}
.s-bg-3{
    background-color: #0e87b5 !important;
}

.s-bg-4{
    background-color: #EDDD5E !important;
}
.s-bg-5{
    background-color: #f4b420 !important;
}


/* ---text-color---*/

.s-txt-1{
    color:#07699a;
}
.s-txt-2{
    color: #0e87b5;
}
.s-txt-3{
    color: #f4b420;
}
.s-txt-4{
    color: #7ecbf4;
    
}


.g-txt-1{
    background: linear-gradient(83deg, rgba(244,180,32,1) 50%, rgba(240,182,30,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.g-txt-3{
    background: linear-gradient(165deg, rgba(7,105,154,1) 0%, rgba(14,135,181,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




/* ---font-weight---*/
.cus-fw-400 {
    font-weight: 400 !important;
}
.cus-fw-500 {
    font-weight: 500 !important;
}

.cus-fw-600 {
    font-weight: 600 !important;
}

.cus-fw-700 {
    font-weight: 700 !important;
}




/* ---Cus-fonts---*/

.cus-font-1{
font-family: "Barlow Condensed", sans-serif !important;
}
.cus-font-2{
font-family: "Roboto", sans-serif !important;
}
.cus-font-3{
font-family: "Poppins", sans-serif !important;
}
.cus-font-4{
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}
.cus-font-5{
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 700;
    font-style: normal;
}
.cus-font-6{
    font-family: "Alice", serif!important;
}
.cus-font-7{
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-size: 30px;
  font-weight: 700;
}
.cus-font-8{
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-size: 25px;
}
.cus-font-9{
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.cus-font-10{
    font-family: "Raleway", Sans-serif;
}


.cus-font-11{
    font-family: "Didact Gothic", Sans-serif;

}
.cus-font-12{
    font-family: "Quicksand", sans-serif;
}
.cus-font-13{
    font-family: "Roboto Slab", serif;
}





/* ---image-scaleup---*/
.img-zoomin {
  transition: 0.5s;
}

.img-zoomin:hover {
  transform: scale(1.1);
}



/* ---borders---*/
.br-10{
  border-radius: 10px !important;
}
.brt-10{
    border-radius: 10px 10px 0 0;
}
.br-20{
  border-radius: 20px !important;
}

.br-30{
  border-radius: 30px !important;
}

.border-1{
    border-top: 1px solid rgba(0, 0, 0, 0.089);
}


/* ---Cus-Width---*/

.width-90{
    width: 90%!important;
}
.width-80{
    width: 80%!important;
}
.width-60{
    width: 60%!important;
}






/* ---buttons---*/


/* - html - */
/* <button class="button-1" role="button">Button 1</button> */

.button-1 {
background-color: #54bcf3;
  color: white;
  border-radius: 10px;
  box-shadow: 0 10px 20px 1px rgb(9, 154, 151) 6.3%;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px!important;
  /* font-weight: 700; */
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  font-family: "Alice", serif;
  transition: all .3s ease-in-out;
}

.button-1:hover{
   color: white;
}





.button-2 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-2:active,
.button-2:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-2 {
    font-size: 24px;
    min-width: 196px;
  }
}




.button-4 {
    background-color: #fbc953;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none!important;
    transition: all 250ms;
    border: 0;
    font-size: 12px;
  }

  .button-4:hover{
    color: rgb(0, 0, 0);
  }


.button-5 {
    
    background: #43a6ee;
    border-radius: 10px;
    box-sizing: border-box;
    color: #ffff;
    cursor: pointer;
    font-size: 13px!important;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 6px 16px;
    width: fit-content;
    word-break: break-word;
    border: 0;
    transition: all .3s ease-in-out;
  }


  /* .button-4:hover {
    box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
  } */




  .button-6 {
    background-color: #0e87b5;
    border-radius: 10px;

    color: white;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  .button-6:hover{
    color: white;
  }


/* ---shadows---*/

.cus-shadow-1{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.cus-shadow-2{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cus-shadow-3{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



/* ---filter-shadows---*/

.cus-filter-shadow-1 {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
  }



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::Common-CSS-End::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::Common-CSS-End::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */






/* ----------CTA-Float-Start---------- */

.cta_thrm_main{
  position: fixed;
  bottom: 7px;
  right: 12px;
  border-radius: 85% 53% 30px;
  width: 160px;
  height: 150px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 99;
  }
  .cta_thrm{
      position: relative;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      bottom: 25px;
      right: 25px;
  }

  .cta_thrm .cta_icon{
      position: absolute;
      width: 45px;
      height: 45px;
      padding: 8px;
      background: var(--clr);
      border: 1px solid #e9e9f2;
      border-radius: 50%;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .cta_thrm .cta_menu_btn{
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #3b71fe;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.3s ease-in;
  }

  .cta_thrm:hover .cta_menu_btn{
      border: 3px solid rgba(0, 0, 0, 0.236);
  }

  .cta_thrm .cta_menu_btn ion-icon{
      font-size: 35px;
      color: white;
      --ionicon-stroke-width: 30px;
      transition: all 0.3s;
      font-weight: 800;
  }
  .cta_thrm .cta_icon ion-icon{
      font-size: 35px;
      --ionicon-stroke-width: 30px;
      color: white;
  }

  .cta_thrm.active .cta_menu_btn ion-icon {
      transform: rotate(130deg);
  }

  .cta_thrm.active .cta_icon_1{
      transform: translate(-0px, -66px);
  }

  .cta_thrm.active .cta_icon_2{
      transform: translate(-51px, -44px);
  }

  .cta_thrm.active .cta_icon_3{
      transform: translate(-65px, 12px);
  }












  .container form {
      background-color: white;
      color: #888888;
      text-align: left;
    }

    .modal_tab_close{
      display: block;
      text-align: end;
      color: black !important;
      font-size: 20px;
      cursor: pointer;
    }
    
    .container label {
      display: none;
    }
    
    .container input,
    .container textarea {
      border: 1px solid black;
      padding-left: 32px;
      background-color: transparent;
      border-radius: 10px;
      margin-top: 20px;
      padding: 13px 41px;
    }
    
    .container .btn-default {
      margin-bottom: 5px;
      padding: 15px 36px;
      background-color: #fbc953;
      border-radius: 10px;
      border: 0px;
      color: black;
      width: 100%;
      margin-top: 20px;
      font-size: 22px;
      font-weight: 600;
    }
  
    
    /*position should be relative and z-index greater than one*/
    .container .icon {
      position: relative;
      float: left;
      margin-left: 13px;
      margin-top: -27px;
      z-index: 2;
      color: #222222;
    }
    
    .container .icon-textarea {
      float: left;
      margin-left: 13px;
      margin-top: -125px;
      position: relative;
      z-index: 2;
      color: #222222;
    }

/* =============CTA-Float-End================= */




/* ========= TOP DEVELOPER START ========= */

/* .top-develop img{
 border-radius: 20px !important;
} */
.swiper {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .deve-loper{
    border: 1px solid rgb(255 255 255 / 43%);
    border-radius: 6px;
    padding: 1rem;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .deve-loper img{
    border-radius: 6px;
  }
  /* swiper button css */
  .nav-btn {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    top: 30% !important;
    box-shadow: 0 5px 3px 0 rgba(255, 255, 255, 0.45);
  }
  .nav-btn:hover {
  
      background-color: #fbc953;
      color: #110e0e !important;
  
  }
  .nav-btn::after,
  .nav-btn::before {
    font-size: 20px !important;
    color: #fff;
  }
  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .swiper-pagination-bullet-active {
    background-color: #4070f4;
  }
/* ========= TOP DEVELOPER End ========= */









/*** Main Page Blog Start ***/
.blog .blog-carousel.owl-carousel {
    position: relative;
}
.blog .blog-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px #3b71ca;
    background: #3b71ca;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px #3b71ca;
    background: #3b71ca;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-carousel.owl-carousel .owl-nav .owl-prev:hover,
.blog .blog-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #06c652;
    color: #fff;
}
.blog .blog-carousel .blog-item .blog-content {
    /* border-style: dotted;
    border-top: 0; 
    border-color: rgb(0, 0, 0);  */
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}
/***  Main Page Blog End ***/
.accordion-item{
    border: none!important;
    background-color: #ffffffd1;
    border-left: 10px!important;
    border-right: 10px!important;
}

.blog-h1 h1{
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif !important;
    color: rgb(67, 166, 238);
}
.blog-h1 span,i{
    color: #36383ac5;
}
.blog-p p{
    font-family: "Lato", sans-serif !important;
    color: #36383ac5;
}
.blog-p h5{
    font-family: "Barlow Condensed", sans-serif !important;
    color: rgb(67, 166, 238);
}
.blog-ul li{
    color: #36383ac5;
}
.blog-ul li a{
    color: #36383ac5;
    transition: .3s ease-in-out;
}
.blog-ul li a:hover{
    color: #0A66C2;
}
.blog-h1 h5{
    color: rgb(67, 166, 238);
    font-family: "Barlow Condensed", sans-serif !important;
}
.bor{
    padding: 0 2px;
    border: 1px solid rgba(0, 0, 0, 0.186);
    gap: 10px !important;
    margin-right: 15px;
}
.latest-1 h6{
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    padding: 21px 0 0px 9px;
    position: relative;
}

.latest-1 h6::after{
    position: absolute;
    content: "";
    height: 3px;
    bottom: -7px;
    margin: 0 auto;
    left: 11px;
    width: 60px;
    background: rgba(151, 27, 71, .8117647058823529);
    border-radius: 10px;

}

.bor a{
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    color: #0a3544;

}
.bor img{
    width: 139px;
    height: 89px;
}



/* .residential properties start */

.card-list { 
    padding: 10px;
      
  }
/* .text-dark{
    color: #0e87b5 !important;
} */
.card-list h6{ 
    color: rgba(0, 0, 0, 0.643);
      
  }



  
  .card-list .card-item {
      background: #fff;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      border-radius: 8px;
      list-style: none;
      cursor: pointer;
      text-decoration: none;
      border: 2px solid transparent;
      transition: .5s ease-in-out;
      padding: 0 0 10px 0;
      margin: 0 0 30px 0;
      overflow: hidden;
  }

  .card-list .card-item p{
   margin-bottom: 7px !important;
   font-size: 14px;
  }
  .card-list .card-item i{
      color: #43a6ee;
  }


  .card-list .card-item img {
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 8px  8px 0 0;
      object-fit: cover;
      transition: all .2s ease-in-out;
  }
  .card-list .card-item img:hover{
    transform: scale(1.1);
  }

  .card-item .arrow a {
    background-color: #fbc953;
    border-radius: 10px;

    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;

    padding: 7px 15px;
    text-align: center;
    text-decoration: none!important;
    transition: all 250ms;
    border: 0;
    font-size: 12px;
  
  }

  .card-item .arrow a i{
    color: #000!important;
  }



  /* ========= SECTION WELCOME START =========  */

  .about-bottom-point img{
    width: 55px;
  }
  .about-bottom-point span{
    font-size: 20px;

  }
  .about-main p{
    font-size: 18px;

    font-family: Roobert;
    /* text-align: center; */

  }

  .hs-featured-image-wrapper{
    display: inline-block;
    height: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .hs-featured-image-wrapper::before{
    /* background: linear-gradient(86.98deg, #8205ff, #a0f); */
    background: linear-gradient(86.98deg, #065ca1, #2196f3);
    border-radius: 8px;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 15px;
    width: 98%;
    z-index: -1;
  }



  .prop-container{
    max-width: 1200px !important;
  }

  .prop-body{
    width: 100%;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: rgba(255, 251, 251, 0.2) 0px 2px 8px 0px;
  }

  .prop-body .prop-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    
  }

  .prop-body .prop-img img{
    width: 100%;
    height: 210px;
    transition: all .3s eas;
  }

  .prop-content i{
    color: #43a6ee;
    font-size: 15px;
  }

  .prop-body .prop-content{
    padding: 20px 20px 20px;
  }

  .prop-body .prop-content .pro-heading h2{
    font-size: 20px;
    font-weight:500;
    font-family: "Montserrat", sans-serif;
  }

  .prop-body .prop-content .prop-detail{
    display: flex;
    gap: 15px;
    border-bottom: 1px solid rgba(111, 105, 105, 0.379);
  }

  .prop-body .prop-content .prop-detail span{
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Montserrat", sans-serif;
  }

  .prop-body .prop-content .prop-loc{
    display: block;
    border-bottom: 1px solid rgba(111, 105, 105, 0.379);
  }

  .prop-body .prop-content .prop-loc span{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
  }

  .prop-body .prop-content .prop-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .prop-body .prop-content .prop-price a{
    appearance: none;
    background-color: #fbc953;
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    color: black;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 9px 18px;
    text-align: center;
  }

  .prop-body .prop-content .prop-price i{
    color: #23282d;
  }

  .prop-body .prop-content .prop-price a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .prop-body .prop-content .prop-price .prp-pri{
    font-weight: 500;
    font-size: 20px;
    font-family: "Urbanist", sans-serif;
  }

  .prop-body .prop-content .prop-price .prp-pri span{
    font-size: 15px;
  }

  /* ========= SECTION WELCOME END =========  */





  
/* ====================== INT PROP PAGE START ====================
   ====================== INT PROP PAGE START ==================== */


.int-page-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.286), rgba(0, 0, 0, 0.801)), url("../image/int-page-bg-1.jpg");
    /* background-size: 100% 100%; */
  }


.int-section-clr{
    background-color: #ffffff !important;
  }

.int-prop-loca-icon-2{
    color: #58c0f8;
    font-size: 21px;
}
.int-prop-loca-icon{
    font-size: 21px;
    color: #58c0f8;
}

/* ------INT-Breadcrumb-Start------ */

  .property-details-la{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .property-details-la h1{
    color: white;
  }

  .property-details-la a{
    color: white;
    text-decoration: none;
  }
  .property-details-la .contentt img{
    margin-top: -3px;
  }


/* ------INT-Breadcrumb-End------ */



/* ------INT-Form-Start---- */
.int-page-form-head{
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    
    
}
.int-page-form{
    /* background-color: #15cda8; */
    border-radius: 15px;
    width: 300px;
    box-shadow: 1px 10px 20px 1px rgba(0, 0, 0, 0.166)!important;
}
.int-page-form h4{
    background-color: #54bcf3;
    border-radius: 10px 10px 0px 0px;
    padding: 13px 0px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
}

.int-page-form form{
    /* background-color: #15b494 ; */
    border-radius:10px;
    padding: 10px;

}
.int-page-form .form-group{
    padding: 10px;
}
.int-page-form .form-group .form-control{
    box-shadow: none!important; 
    outline: #0e87b5!important;
}
/* ------INT-Form-End---- */


/* ------INT-Propperty-Img-Start---- */
.int-page-prop-head .icon-1{
    color: #0e87b5;
    font-size: 20px !important;

}

.int-page-prop-head .icon-2{
    color: #585757;
    font-size: 14px !important;
}

.int-page-prop-head .span1 {
    font-size: 18px;
    color: #464545;
}
.int-page-prop-head .span2 {
    font-size: 12px;
    font-weight: 500;
}

/* ------INT-Propperty-Img-End----- */

/* ------INT-Overview-Start---- */
.amenities-list {
    display: flex;
    flex-wrap: wrap;
}
.amenities-list li {

        position: relative;
        margin-top: 10px;
        margin-bottom: 27px;
        width: 25%;
        list-style: none;
}
.amenities-list li .amenities-icon {
    float: left;
    margin-right: 15px;
    
}
 .amenities-list li .amenities-icon img {
    width: 45px;
    height: 45px;
    padding: 5px;
    border-color: rgb(232, 233, 241);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 18px 0 rgba(188, 192, 202, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: 0.3s;
}

 .amenities-list li .amenities-content {
    overflow: hidden;
 }

 .amenities-list li .amenities-content .heading-title {
    font-size: 14px;
    color: #212121;
    font-family: var(--rt-body-font);
    margin: 0;
    line-height: 1.4;
    margin-top: 2px;
    font-weight: 500;
}

.amenities-list li .amenities-content .cfp-value {
    color: #878c9f;
    font-size: 14px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
}
/* ------INT-Overview-End---- */


/* ------INT-Listing-Start------ */
.fs-10{
    font-size: 15px;
}
.int-page-txt-clr{
    color: #686868;
}

.over-flow{
    position: absolute;
    top: 7px;
    left: 7px;
    background: #0e87b5;
    padding: 4px 15px;
    border-radius: 10px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* ------INT-Listing-End------ */


/* ====================== INT PROP PAGE END ====================
   ====================== INT PROP PAGE END ==================== */





   /* =============Contact-Start================= */

.main-contact .main-ct-left{
    background-color: #ffffff;
    /* border-radius: 20px; */
}

.main-contact .main-ct-left input, textarea{
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* border-radius:10px; */
    /* background: #ffffff; */
    background: #f4f5f5 !important;
}
.main-contact .main-ct-right{
    background-color: #ffffff;
    
}
.main-contact .main-ct-right i {
    background-color: #ffb81352;
    color: #f4b420;
    padding: 6px;
    border-radius: 50%;
}


.main-contact .main-ct-left button{
    background-color:rgb(67, 166, 238) !important;
    color: white;
    /* font-size: 22px; */
    padding: 12px 10px;
}
.main-contact .main-ct-left button i{
 
    font-size: 20px;
}


.ct-bg{
    
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../image/banner_int_pages-2.jpg),no-repeat center center;
        /* background-size: cover; */
        background-size: 100% 120%;
   
}
.int-ct-bg button{
    
    background-color: rgb(67, 166, 238)!important;
    color: #fff;

}



/* Testimonial Start */
.testimonial-bg {
    background-color: #0e87b526 !important;
    border-radius: 20px;
}
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #07699a;
    border: 1px solid #07699a;
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: #07699a;
}

.testimonial a{
     background: #0e87b5;
}
.testimonial a:hover{
    background-color: #0e87b5;
   
    border-color: #0e87b5;
}

/* Testimonial End */

/* Spinner Start***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}



.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
  }
  .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    animation: rotate 1.2s infinite linear;
  }
  .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes fade {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.25;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

/* Spinner End***/

/* .prop-more a{
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border-radius: 23px;
} */

/* .pagination a.active{
  background-color: #fbc953 !important;
  color: #000000 !important;
}
 */



 .pagination{
  text-align: center;
 }

.pagination a{
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 8px 15px;
  display: inline-block;
}

.pagination a.active{
  background-color: hsl(120, 100%, 70%);
  color: #000;
  font-weight: bold;
  border-radius: 5px;
}
  
.pagination a:hover:not(.active){
  background-color: hsl(0, 0%, 77%);
  border-radius: 5px;
}
  


/* -----------We-Deals-In-Start-------- */

.we-deals-in .row-cus{
    
    display: flex !important;
    justify-content: space-around !important;
    margin-right: 3rem !important;
    margin-left: 3rem !important;
   
}


.item-container{
    display: flex;
    justify-content: center;
    align-items: center;
}



.we-deals-in .icon{
    width:  100px;
    height: 100px;
}

.we-deals-in .icon{
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;    


    /* font-size: 60px; */
    /* padding: 30px; */
    border-width: 1px 1px 1px 1px;

}
.we-deals-in .icon img{
   max-width: 60px;     
}

@media (max-width: 768px) {

    .we-deals-in .row-cus{
    
        display: flex !important;
        justify-content: space-evenly !important;
        margin-right: 1rem !important;
        margin-left: 1rem !important;
       
    }


    .we-deals-in .icon{
        width:  50px;
        height: 50px;
    }

    .we-deals-in .icon img{
        max-width: 30px;     
     }

     .item-container .text p{
        font-size: 12px;
        
    }
     
}

/* -----------We-Deals-In-End-------- */



/* -----------Headings-Start-------- */
.cus-heading-1{
	padding: 12px 0 12px 3px;
	line-height: 42px;
	border-radius: 100px ;
	font-size: 20px;
    background: linear-gradient(to right, rgb(47, 238, 206), rgba(92, 85, 85, 0));
	padding-right: 25px ;
	padding-left: 25px ;
    color: #000000;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
 
}


.heading-container .cus-title-1 span {
    font-size: 14px;
    color: #ffffff;
    border: 1px solid white;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 10px;
    border-width: 0;
    color: #fff;
    font-family: "JetBrains Mono", monospace;
    transition: box-shadow .15s, transform .15s;
    border: 2px solid white;
}
.heading-container .cus-title-1 span i {
    color: #ffffff;
}


.heading-container .cus-sub-title-1 p {
    color: #ffc107;
    margin-top: 1.5rem ;
}
.heading-container .cus-sub-title-1 h1 {
    color: #ffc107;
    margin-top: 1.5rem ;
}
.heading-container .cus-sub-title-1 h1 {
    font-size: 30px;
    /* font-weight: 600; */
    font-family: "Poppins", sans-serif;

    
}
.heading-container .cus-sub-title-1 span {
    font-size: 30px;
    /* font-weight: 600; */
    font-family: "Poppins", sans-serif;

    color: #ffffff;
}



.heading-container .cus-sub-title-1 p {
  font-size: 35px;
  /* font-weight: 600; */
  font-family: "Ubuntu", sans-serif;
  
}





@media (max-width: 768px) {
    .heading-container .cus-sub-title-1 p {
        font-size: 25px;
        text-align: center;
      
    }
    .heading-container .cus-sub-title-1 span {
        font-size: 25px;
        text-align: center;
     
    }
}


/* ////////////////temp///////////////// */
.cus-heading-2{
    font-size: 14px;
    color: #ffffff;
    border: 1px solid white;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 10px;
    border-width: 0;
    color: #fff;
    font-family: "JetBrains Mono", monospace;
    transition: box-shadow .15s, transform .15s;
    border: 2px solid white; 
} 
.cus-heading-2 i{

    color: #ffffff;

} 



/* -----------Headings-End---------- */




/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

.footer-5 .footer-slinks {
    padding-left: 25px;
  }
  
  .foo-socials {
    display: inline-block; 
    padding-left: 0;
    margin: 0 auto 0;
  }
  
  .foo-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 0 10px 0;
    padding: 0;
  }
  
  .foo-socials a {
    display: block;
    background-color: #eee;
    border: 2px solid #eee;
    width: 38px;
    height: 38px;
    color: #666;
    font-size: 17px;
    line-height: 36px!important;
    margin-right: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;  
  }
  
  .foo-socials a.ico-facebook { background-color: #3b5998; border-color: #3b5998; color: #fff; }
  .foo-socials a.ico-twitter { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
  .foo-socials a.ico-instagram { background-color: #dc3c59; border-color: #dc3c59; color: #fff; }
  .foo-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; color: #fff; }
  .foo-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; color: #fff; } 
  .foo-socials a.ico-pinterest{ background-color: #ac281a; border-color: #ac281a; color: #fff; }
  .foo-socials a.ico-linkedin  { background-color: #015886; border-color: #015886; color: #fff; }
  .foo-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; color: #fff; } 
  .foo-socials a.ico-youtube { background-color: #cd1b20; border-color: #cd1b20; color: #fff; } 
  .foo-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; color: #fff; }
  .foo-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
  .foo-socials a.ico-yahoo:hover { background-color: #7b0099; border-color: #7b0099; color: #fff; }
  .foo-socials a.ico-yelp:hover { background-color: #d32323; border-color: #d32323; color: #fff; }
  
  






  /* ---------------------Privacypolicy-Start----------------------- */

.privacypolicy h5 {
    font-weight: 600;
    padding-top: 10px;
    color: #f4b420;

}

.privacypolicy p{

    color: #ffffff;

}

.privacypolicy h1 {
    /* background: #D65043; */
    background:#f4b420;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.privacy-mail {
    font-weight: 600;
    /* padding-top: 10px; */
    color: #f4b420;
}

/* ---------------------Privacypolicy-End----------------------- */






.thanksyou-section{
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .thanksyou-section  .thanks {
      clear: both;
      font-size: 60px;
      color: #4caf50;
      font-weight: 900;
      padding-bottom: 30px;
      margin: 0;
      text-transform: uppercase;
  }
  
  
  .thanksyou-section i {
    clear: both;
    width: 100%;
    font-size: 80px;
    color: #4caf50;
    text-align: center;
    padding-bottom: 35px;
  }
  
  .thanksyou-section p{
    color: #000000;
  }






  .prop_container{
    position: relative;
    /* width: 320px; */
    height: 415px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    cursor: pointer;
    font-family: "Open Sans", sans-serif !important;
  }

  .prop_container .prop_imgg{
    position: relative;
    width: 100%;
    height: 206px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    border: 2px solid white;
  }

  .prop_container .prop_imgg span{
    position: absolute;
    top: 10px;
    display: block;
    right: 10px;
    background: #fbc953;
    padding: 5px 15px;
    border-radius: 4px;
    color: black;
    font-size: 14px;
  }

  .prop_container .prop_imgg img{
    transition: .5s ease;
  }

  .prop_container .prop_imgg img:hover{
    transform: scale(1.1);
  }



  .prop_container .prop_content{
    position: relative;
    width: 100%;
    /* height: 191px; */
    background: white;
    border-radius: 0 0 15px 15px;
    border-top-left-radius: 0;
    box-shadow: rgb(241 239 239 / 15%) 1.95px 1.95px 2.6px;
    padding-bottom: 8px;
  }

  .prop_container .prop_content h5{
    color: rgb(0 0 0 / 64%);
    padding-top: 10px;
    font-size: 16px;
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
  }

  .prop_container .prop_content .prop_price{
    position: absolute;
    top: -51px;
    height: 53px;
    background: white;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 12px;
  }




  .prop_container .prop_content .prop_price a{
    position: relative;
    background: #fbc953;
    padding: 9px 13px;
    margin: 6px 6px;
    display: inline-block;
    border-radius: 16px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 14px;
  }

  .prop_container .prop_content ul{
    margin-top: 10px !important;
    padding: 0 0 0 15px;
    font-weight: 400;
    margin-top: 10px;
  }
  .prop_container .prop_content li{
    margin-top: 7px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: black;
  }

  .prop_container .prop_content li i{
    font-size: 17px;
    color: #43a6ee;
  }

  .prop_container .prop_content .prop_button{
    display: flex;
    justify-content: end;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    transition: all 250ms;
    border: 0;
    font-size: 13px;
    margin-right: 9px;
    margin-top: -18px;
  }

  .prop_container .prop_content .prop_button a{
    background-color: #fbc953;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    padding: 9px 19px;
    display: flex;
    align-items: end;
 
  }

  .prop_container .prop_content .prop_button a i{
    font-size: 20px;
  }




  /* About section :start */

  /* About */

.about_section_card{
  /* width: 275px;
  height: 346px; */
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease;
  margin-top: 15px;
}

.about_section_card img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.about_section_card_image{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s ease;
}

.about_section_card_image_content{
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: -35px;
  opacity: 0;
  transition: 0.5s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.about_section_card:hover .about_section_card_image_content{
  margin-bottom: 0;
  opacity: 1;
}
.about_section_card:hover .about_section_card_image{
  background: rgba(0, 0, 0, 0.392);
}
.about_section_card:hover{
  transform: translateY(-8px);
}




@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 60px;
  background: white;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos_slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos_slide img {
  height: 50px;
  margin: 0 40px;
}

.about_content_card h1{
  font-size: 35px;
  margin: 15px 25px 0 15px;
  color: #f4b420;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.about_content_card .span-head-2{
  font-size: 35px;
  color: #f4b420;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.about_content_card p{
  margin: 10px 90px 0 10px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.about_content_card .span-head{
  padding: 10px 25px 10px 25px;
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(to right, rgb(155, 161, 175), rgba(255, 255, 255, 0.0));
  text-transform: uppercase;
  font-size: 14px;
  color: #fead26;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Plus Jakarta Sans", sans-serif;
}


.about_info_name{
  width: 100%;
  text-align: center;
  padding: 0px 5px;
  margin-top: 13px;

}

.about_info_name h3{

   margin-top: 20px;
    color: #fead26;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.about_info_name p{
  color: white;
  font-size: 20px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;

}

.margin-bottome-70px{
  margin-bottom: 70px;
}




@media (max-width:992px) {
  .margin-bottome-70px{
    margin-bottom: 0px;
  }

  .about_content_card h1 {
    margin: 25px 0 0 0px;
}

.about_content_card p {
  margin: 15px 0px 0 0;
  text-align: center;
}
}



@media (max-width:450px){
  .about_image_card{
  text-align: center;
  }

  .about_image_card img{
  width: 90% !important;
  }

  .span-head{
    margin-top: 20px;
  }

  .about_content_card h1, .span-head-2 {
    font-size: 25px !important;
    text-align: center;
    font-weight: 500 !important;
  }

  .about_info_name p {
    font-size: 15px;
    margin-top: 8px;
}

.about_info_name h3 {
  margin-top: 11px;
  font-size: 43px;
}

.about_info_name{
  border-right: 1px solid #dcdcdc;
}
}


.about_company_target{
  padding: 30px 40px;
  border: 1px solid white;
  border-radius: 40px;
  margin-top: 15px;
  height: 400px;
  overflow: hidden;
}

.about_company_target img{
  width: 50px;
}

.about_company_target h4{
  font-size: 25px;
  color: #f4b420;
  margin-top: 20px;
}

.about_company_target p{
  font-size: 16px;
  color: white;
  margin-top: 20px;
}
/* About section end */


/* Awards section start */

.Awards_main_container h2{
  font-family: "Abril Fatface", serif;
  padding-bottom: 20px;
  line-height: 1em;
  font-weight: 500;
  color: white;
  font-size: 30px;
  color: #f4b420; 
  position: relative;
  margin-bottom: 70px;
  margin-top: 100px;
}


.Awards_main_container h2::before{
  position: absolute;
  content: '';
  width: 50%;
  height: 2.5px;
  background: #f4b420;
  bottom: 0;
  right: 20rem;
}

.gallery_image_card h6{
  padding-bottom: 10px;
    font-size: 26px;
    color: #f4b420;
    position: absolute;
    z-index: 1;
    font-family: "Abril Fatface", serif;
    background: black;
    padding: 10px 20px 11px 20px;
    transition: all .3s ease-in;
    
}

.gallery_image_card:hover h6{
  margin-top: -80px;
}

.gallery_image_card{
  width: 85%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.623);
  border-radius: 4px;
  position: relative;
}

.gallery_image_card img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery_image_card:hover img{
 scale: 1.1;
}

.awards_main{
  font-family: "Abril Fatface", serif;
  font-size: 50px;
  position: relative;
  padding-bottom: 15px;
}


.awards_main::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgb(255, 255, 255);
  width: 100%;
}



@media  (max-width: 768px) {
  .awards_main{
    font-size: 30px;
    text-align: center;
  }

  .awards_main::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 25px;
    height: 1px;
    background: rgb(255, 255, 255);
    width: 80%;
    
  }

  .award-right-div h3{
    margin-top: 50px;
    text-align: center;
  }
  .award-right-div p{
    text-align: center;
  }


  .Awards_main_container h2::before{
 
      content: '';
      position: absolute;
      bottom: 0;
      left: 20px;
      height: 1px;
      background: rgb(255, 255, 255);
      width: 80%;
      text-align: center;

 
  }
  .awards_carosel{
    width: 88%;
    height: 290px;
  }

  

}




.media_heading{
  /* font-family: "Abril Fatface", serif; */
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.url_links_div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.url_links_div a{
  background: #007aff;
  font-size: 13px;
  padding: 3px 24px;
  border-radius: 19px;
  color: white;
  display: flex;
  align-items: center;
  gap: 7px;
}
.url_links_div a i{
  color: white;
}


.media_heading::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 250px;
  height: 1px;
  background: rgb(255, 255, 255);
  width: 70%;
}



@media (max-width: 768px ) {
  .media_heading{
    /* font-family: "Abril Fatface", serif; */
    font-size: 25px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
  }
  
  
  .media_heading::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 1px;
    background: rgb(255, 255, 255);
    width: 70%;
  }
}


.swiper-slide{
  border-radius: 4px;
  background: #151526;
}



.awards_carosel{
  width: 100%;
  height: 350px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.awards_carosel img{
  width: 100%;
  height: 100%;
  border: 1px solid white;
}

.swiper_button{
  position: absolute;
  background: #333;
  padding: 23px 25px;
  border-radius: 50%;
  font-size: 15px;
}

.swiper_button::after{
  font-size: 22px !important;
  color: white !important;
}

.swiper_button_1{
  right: 2px !important;
}

.swiper_button_2{
  left: 2px !important;
}

.Awards_num{
  font-size: 22px;
  font-weight: 600;
  /* background: rgba(162, 162, 162, 0.319); */
  color: white !important;
  padding: 5px 0;
  bottom: 0 !important;
}

/* Main Title Styling */
.awards-main-container h2 {
  font-family: "Abril Fatface", serif;
  padding-bottom: 20px;
  line-height: 1em;
  font-weight: 500;
  color: #f4b420; /* Title color */
  position: relative;
  margin-bottom: 60px;
}

.awards-main-container h2::before {
  position: absolute;
  content: '';
  width: 50%;
  height: 2.5px;
  background: #f4b420;
  bottom: 0;
  right: 20rem;
}

/* Gallery Card Styling */
.gallery-card {
  width: 85%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.623);
  border-radius: 4px;
  position: relative;
  margin: 0 auto; /* Center cards */
}

.gallery-card h6 {
  padding-bottom: 10px;
  font-size: 26px;
  color: #f4b420;
  position: absolute;
  z-index: 1;
  font-family: "Abril Fatface", serif;
  background: black;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
}

.gallery-card:hover h6 {
  margin-top: -80px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease; /* Smooth scale effect */
}

.gallery-card img:hover {
  transform: scale(1.1); /* Scale image on hover */
}

/* Carousel Styling */
.carousel-container {
  width: 100%;
  height: 265px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.carousel-container img {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  border-radius: 4px;
  background: #151526;
}

.swiper-button {
  position: absolute;
  background: #333;
  padding: 23px 25px;
  border-radius: 50%;
  font-size: 15px;
}

.swiper-button::after {
  font-size: 22px !important;
  color: white !important;
}

.swiper-button-next {
  right: 2px !important;
}

.swiper-button-prev {
  left: 2px !important;
}

/* Modal Styling */
.modal-container {
  display: none;
  position: fixed;
  z-index: 6;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content1 {
  margin: 15px auto;
  display: block;
  width: 80%;
  max-width: 500px;
  height: auto;
  animation: zoom 0.6s; 
  border-radius: 10px;
}

.image-full-hover{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close-modal {
  position: absolute;
  top: 6px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: color 0.3s;
}

.close-modal:hover,
.close-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.gallery-card {
  margin-bottom: 30px;
}
/* Responsive Styling */
@media (max-width: 500px) {
  .awards-main-container h2 {
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .gallery-card {
    margin-bottom: 20px;
  }

  .carousel-container {
    height: 390px;
    width: 90%;
    margin: 0 auto;
  }

  .awards-main-container h2::before {
    width: 100%;
    right: 0;
    height: 2px;
  }
}

/* Awards section end */


/* Media-event-start */
.image_MAin{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.image-container {
  width: 350px;
  margin: 10px;
  cursor: pointer;
}

.image_container_1{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image_container_1 img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.text {
  color: white;
  text-align: center;
  font-size: 18px;
}

.text i {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
}

.image-container:hover img {
  transform: scale(1.05);
}

.image-container:hover .overlay {
  opacity: 1;
}










.full-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
animation: fadeIn 0.5s ease;
}

.full-screen img.full-img {
width: auto;

height: 100%;
animation: zoomIn 0.5s ease;
}

.full-screen .close {
position: absolute;
top: 20px;
right: 30px;
font-size: 40px;
color: white;
cursor: pointer;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes zoomIn {
from { transform: scale(0.7); }
to { transform: scale(1); }
}

.media_card_he{
  padding: 5px 8px;
  border: 1px solid white;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  color: white;
  margin-top: 10px;
}

.media_text_1{
  color: #f0c05a;
}

@media (max-width:768px) {
  .full-screen img.full-img {
    width: 90%;
    height: auto;
    border-radius: 10px;

}

}

/* Media-event-end */






