*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family:Interregular ;
    src: url('../fonts/inter/Inter-Regular.ttf');
}
@font-face {
    font-family:Intermedium ;
    src: url('../fonts/inter/Inter-Medium.ttf');
}
@font-face {
    font-family: Onestlight ;
    src: url('../fonts/onest/Onest-Light.ttf');
}
@font-face {
    font-family: Onestthin ;
    src: url('../fonts/onest/Onest-Thin.ttf');
}
@font-face {
    font-family: Onestregular ;
    src: url('../fonts/onest/Onest-Regular.ttf');
}
@font-face {
    font-family: Onestmedium;
    src: url('../fonts/onest/Onest-Medium.ttf');
}
@font-face {
    font-family: Onestsemibold;
    src: url('../fonts/onest/Onest-SemiBold.ttf');
}
@font-face {
    font-family: Onestbold;
    src: url('../fonts/onest/Onest-Bold.ttf');
 }

@font-face {
    font-family: Robotoregular;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: Robotomedium;
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}  
@font-face {
    font-family: Robotolight;
    src: url('../fonts/roboto/Roboto-Light.ttf');
}  

body{
    font-family: 'Navigo Regular' !important;
}
.banner-section{
   position: relative; 
    
}
.banner-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(355.2deg, rgba(0, 0, 0, 0) 27.74%, rgba(0, 0, 0, 0.5481) 68.76%, rgba(0, 0, 0, 0.63) 94.51%);

}

.po-header-t  .container{width:90%;max-width:90% !important;}

.po-header-t a{margin-left:20px;} 
.po-header-t    .sub-menu a{margin:0px;}

.po-header-t .row div:first-child {
    padding-right: 0px;
}
.po-header-t .row div:nth-child(2){
    padding-left: 0px;
}

@media(max-width:1450px){
	.po-header-t a{margin-left:15px;} 
}

@media(max-width:1350px){
	.po-header-t a{margin-left:10px;padding-left:0px !important;} 
}
@media(max-width:1240px){
	.po-header-t a{margin-left:0px;padding-left:5px !important;} 
.po-header-t .row div:nth-child(2)  a .img-fluid {
        width: 20px;
    }
}



.callnow {margin-top:15px;margin-right:5px;}

.youslider .owl-pagination{
    display: flex;
    gap: 20px;
	margin:10px 0px 0px 0px;
    width: 100%;
    justify-content: center;
}
.youslider .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    height: 10px;
    width: 10px;
	background:#c1c1c1;
	border-radius:50%;
 
}

.youslider  .owl-controls .owl-page.active, .owl-controls .owl-buttons div {

	background:#E46C50;

 
}

    /* About project section */
 .about-section-inner{
    color: #DBDBDB;
 background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
 background-color: #0B1547;
 }
 .about-section .title{
    color: #DBDBDB;
    font-size: 24px;
    line-height: 41px;
    font-weight: 500;
 }
 .about-specification .specific-list h3{
    color: #DBDBDB;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    margin: 0px;
 }
 .about-specification .specific-list h3 span{
    color: #DBDBDB;
    font-size: 15px;
    font-weight: 400;
 }
 .about-specification{
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-image: linear-gradient(to right, #fff, #3F4D9A),linear-gradient(to right, #3F4D9A, #fff);
    border-image-slice: 1; */
 }
 .about-specification{
    position: relative;
 }
 .about-specification::before{
    content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, #FFFFFF 35%, #3F4D9A 100%);
      top: 0px;
      left: 0px;
      position: absolute;

 }
 .about-specification::after{
    content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, #3F4D9A 0%, #fff 100%);
      bottom: 0px;
      left: 0px;
      position: absolute;

 }
  .about-section .about-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #E8E8E8;
  } 
  .about-section{
    position: relative;
    top: -26px;
    z-index: 0;
  }


  /* location hightlight section */

.location-section h1.title {
    color: #000;
    font-size: 27px;
    font-family: 'Navigo Medium';
    letter-spacing: 1.08px;
    letter-spacing: 0.88px;
    font-weight: 600;
}
.highlight-list{
    position: relative;
}
.mbl-v1-d-b{
display: none;
}
.highlight-list::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    left: -9px;
    top: 6px;
    position: absolute;
}
.location-highlights h4 {
    color: #000;
    font-family: 'Navigo Medium';
    font-size: 16.86px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.place-name {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.place-name hr {
    margin: 0px;
    border-style: dashed;
    position: absolute;
    width: 100%;
    top: 14px;
    z-index: 1;
}
.place-name p {
    background: #fff;
    position: relative;
    z-index: 2;
    /* width: max-content; */
    color: #545454;
    font-family: 'Navigo Medium';
    padding-right: 4px;
    letter-spacing: 0.56px;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    min-width: 70%;
    max-width: 70%;
    font-weight: 400;
    position: relative;
    padding-left: 12px;
}
.place-name p:before{
    content: '';
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 0px;
}
.location-highlights{
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}
.location-highlights .highlight-list{
    margin: 12px 14px 8px 14px  ;
}

.at-title h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0;
    color: #000;
    font-family: 'Navigo Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 50px; */
}
.at-title {
    cursor: pointer;
    /* background-color: #f5f5f5; */
    position: relative;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #939393c4;
}
.according-tabs{
    display: flex;
}
.according-tabs .tabs-btn{
    color: #fff;
    background: #0B1547;
    padding: 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    
}
.according-tabs .tabs-btn.selected{
   background:#e46c50;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.according-tabs .tabs-btn:not(:last-child){
    border-right: 1.2px solid #fff;
}


/* SpaceMax section */
/* .spacemax-inner{
    background: linear-gradient(0deg, #2396D8 -23.38%, #134F72 100%);

} */
.spacemax-inner .title{
    font-size: 23px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
}
.spacemax-list h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    position: relative;
}
.spacemax-list h2::before{
    content: '';
    width: 14px;
    height: 14px;
    top: 8px;
    left: -3px;
    position: absolute;
    border-radius: 50%;


}
.spacemax-list h2:nth-child(1)::before{
    background-color: #FFCB05;
}
.spacemax-list h2:nth-child(2)::before{
    background-color: #9AD49A;
}
.spacemax-list h2:nth-child(3)::before{
    background-color: #ED7F66;
}
.spacemax-box{
    background-color: #fff;
    width: 55%;
    margin:  0 auto;
    
}
.spacemax-box p{
    color:#086DA7;
    font-size: 21px;
    font-weight: 500;
    margin: 0px;
}
.spacemax-box p span{
    font-size: 50px;
    font-weight: 500;
}
.spacemax-inner .sub-title{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}
.spacemax-inner .spacemax-text{
    color: #fff;
}

   /* IGBC section */

.u49-leftcontent img {
    min-width: 127px;
    max-width: 127px;
}
.u49-leftcontent .title{
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 4%;
    line-height: 34px;
    margin-top: 50px;
}

.u49-leftcontent .title b{
    font-weight: 700;
    line-height: 27px;
}
.u49-leftcontent .notes{
    font-size: 12px;
    font-weight: 300;
    line-height: 34px;
}
.u49-rightcontent .title {
    color: #333;
    font-family: 'Navigo Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.8px;
}
.u49-rightcontent .para {
    color: #000;
    text-align: center;
  
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.56px;
}
.u49-feature-group .list p {
    color: #000;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.64px;
}
.u49-feature-group .list p {
    color: #000;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.64px;
}
.u49-feature-group .list h1 {
    color: #333;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 18.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1.2px;
}
.w-80{width: 80%;margin-right: auto;margin-left: auto;}
.u49-section .know-more{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px 8px 0px;
    background-color: #fff;
    color: #000;
    position: relative;
    display: inline-block;
    border: 0;
}
.u49-section .know-more::before{
    content: '';
    width: calc(100% + 100%);
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}
.u49-section .know-more:hover{
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;

}
.youslider {padding-bottom:50px;}
@media (max-width:576px){
    .u49-leftcontent img {
        min-width: 85px;
    }
}

   /* Site contact part */

.site-contact-section h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
}
.site-contact-section hr{
    border-color: #000;
    opacity: 1;
    top: 25px;
    position: absolute;
    margin: 0px;
    z-index: -1;
    display: none;

}
.site-contact-section .contact-info{
    font-size: 16.86px;
    font-weight: 400;
    line-height: 22.16px;
    color: #000;
    margin: 0px;
}
.site-contact-section .contact-info a{
    color: #000;
    text-decoration: none;
    margin-bottom: 0px;
}

.site-contact-section .c-btn:hover{
    background: linear-gradient(0deg, #120F0F -101.54%, #333775 90.65%);
 
}

.corner-text {
        font-size: 12px;
    position: relative;
    top: -13px;
    text-transform: lowercase;
}

.site-contact-section .c-btn{
    color: #FFF;
    font-family: 'Navigo Regular';
    font-size: 17px;
    line-height: normal;
    border-radius: 10px; 
    padding: 14px 18px 12px;
    background: linear-gradient(180deg, #120F0F -101.54%, #333775 90.65%);
    transition: background 0.7s ease, box-shadow 0.7s ease;


    text-align: center;
    display: inline-block;
    z-index: 1;
    position: relative;
    
}
.spacemax-list{
    width: max-content;
    margin: 0 auto;
}

.last-line {
    position: relative;
}

.last-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0000004a;
}

.Enquire-con {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    top: 4px;
}


.btn-know-more{
    color: #000;
  font-family: 'Navigo Regular';
font-size:18px; 
line-height: normal;
text-transform: uppercase;background:#E46C50;padding: 11px 15px 7px;
    border-radius: 5px; transition: all 0.5s ease;

}
.btn-know-more:hover{color:#E46C50;background:#000;box-shadow: 0 0 3px 1px #E46C50;}





/* Footer part */
footer{
    background-color: #06091C;
}
.footer-btm a,.footer-btm p{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.85px;
    font-family: 'Navigo light';
}


@media (max-width:1400px) {
    .banner-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .location-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .sapcemax-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .u49-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .site-contact-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .footer-btm  {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (max-width:992px) {
    .Enquire-con {
        top: 14px;
    }
}

@media (max-width:767.9px){
    .spacemax-box{
        min-width: 95%;
    }
    .location-highlights    .highlight-list{
        min-width: 40%;
    }

    .line-space {
        margin: 0 !important;
    }

    .Enquire-con {
        top: 0px;
    }

    .Enquire-con {
        gap: 0px;
    }
}
@media (max-width:576px){
    .spacemax-box p{
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .spacemax-box p span{
        font-size: 28px;
    }
    .spacemax-list h2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 28px;
    }
    .spacemax-list h2::before {
        content: '';
        width: 10px;
        height: 10px;
        top: 12px;
    }
    .spacemax-inner .sub-title{
     font-size: 22px;
     line-height: 24px;
    }
    .place-name p{
        min-width: 90%;
        max-width: 90%;
    }

    .u49-leftcontent .title {
        margin-top: -4px;
        margin-bottom: 5px;
    }

    .u49-leftcontent {
        margin-top: 20px;
    }

    .notes  {
        margin: 0;
    }

    .location-section {
        padding-bottom: 0 !important;
    }
	.youslider .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    height: 8px;
    width: 8px;
	background:#c1c1c1;
	border-radius:50%;
 
}
.youslider .owl-pagination{
    display: flex;
gap: 15px;}
   
}
@media(max-width:480px){
	.youslider  .owl-item {
    padding: 0px 0px  0px 0px;
	
}

}
@media (max-width:350px){
    .about-section .title {
       
        font-size: 18px;
        line-height: 24px;
      
    }
    
    .about-specification .specific-list h3 span {
      font-size: 13px;
    }
    .about-specification .specific-list h3 {
        font-size: 22px;
    }
    .about-section .about-text {
        font-size: 13px;
    }
    .spacemax-inner .spacemax-text {
        
        font-size: 14px;
    }
    .spacemax-inner .title{
        font-size: 18px;
    }
    .spacemax-inner .sub-title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width:767px){

.mbl-v1-d-n{
display: none;
}
.mbl-v1-d-b{
display: block;
}

}

/* news css starts */

.mob-ban {display:none;}
.pop-form {top:60% !important;}
.pop-form svg {width: 37px;height: 37px;background: #333775;padding: 7px;border-radius: 50%;}
.pop-form svg path {fill:#fff;}
.hid-btn button {border-radius: 10px;
    opacity: 0.9;
    /* background: linear-gradient(180deg, #004AAD 0%, #001E47 100%); */
    /* backdrop-filter: blur(10.300000190734863px); */
    background: #de5d3e;
    color: #FFF;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:13px 31px 6px;
    border: none;
    margin-top: 30px;}
.poplok .form-control {background-color:transparent !important;color:#fff;border: none;border-bottom: 1px solid #fff;border-radius: 0;}

.sse {    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    background: var(--orange);
    z-index: 9999;
    right: 0px;
    
    transform: rotate(180deg) !important;
    opacity: 1;
	display:block;}
	.sse a {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff !important;
    padding: 28px 5px;
    background: #333774;
}
.sticky-section {top: 60% !important;}
.sse {top:30% !important;}
.popgrid {display:grid;grid-template-columns:repeat(2, 1fr);gap:50px;margin-top: 70px;}
.vlink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vlink img {width: 100%;height: auto;border-radius:5px;}
.popup-grid img {
    height: auto;
}
.button.is-play {
    position: absolute;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.button-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    background: #333774;
    transition: all 0.3s ease-out;
}
.button-icon svg {
    width: 45px;
}
.youslider {display:block;}

.owl-carousel .owl-dot {
    background-color: #ccc !important;
    padding: 5px !important;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0px 10px;
    outline: 0px;
	    border: none;
}
.cdots .owl-dot.active {
    background-color: #E46C50 !important;
}
.youslider .owl-dots {text-align: center;}.youconter {overflow:hidden;padding: 0 25px !important;}
/* slider arrow starts */
.prd-slider {
    position: relative;
}

.youslider .owl-nav button {
    position: absolute;
    bottom: 60%;
    background-color: #f1f1f1 !important;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -23px;
    border: 1px solid #cfcfcf !important;
    transition: .3s linear;
}

.youslider .owl-nav .owl-next {
    right: -25px;
    left: auto;
    transition: .3s linear;
}

.youslider .owl-nav .owl-next:hover, .youslider .owl-nav .owl-prev:hover {
    background-color: #333774 !important;
    border: 1px solid #333774 !important;
}

.youslider .owl-nav .owl-next:hover svg path, .youslider .owl-nav .owl-prev:hover svg path {
    stroke: #fff;
}
.youslider p {font-size:16px !important;line-height:24px !important;font-weight:600;margin-top:10px;}

/* whatsapp starts */
#kiwi-big-iframe-wrapper {display:none !important;}


.menq {position: fixed;right: 0;top: 75%;right: -90px;z-index: 999;	display:block;}.menq li {padding-top: 7px;}.menq li {list-style-type: none;height: 55px;padding: 0px 10px 0px 10px;margin: 15px 0px 15px -1px;-webkit-transition: all 0.25s ease-in-out;    -moz-transition: all 0.25s ease-in-out;    -o-transition: all 0.25s ease-in-out;transition: all 0.3s ease-out;cursor: pointer;display: flex;}.menq a {display: flex;align-items: center;gap: 0px 10px;}.menq a span:first-child {background: #25D366;border-radius: 50%;display: flex;align-items: center;height: 40px;justify-content: center;width: 40px;}.menq a svg {width: 30px;height: 30px;}
/* whatsapp ends */
.adown{position:relative;margin-left:3px;}.adown{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="22" height="22" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M16.9 9.2c-.4-.4-1-.4-1.4 0L12 12.7L8.5 9.2c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l4.2 4.2c.2.2.4.3.7.3c.3 0 .5-.1.7-.3l4.2-4.2c.4-.4.4-1 0-1.4z"%2F%3E%3C%2Fsvg%3E');}
.adown {
    position: relative;
    margin-left: 3px;
}
.dwnarw {display:flex;align-items: flex-end;}

/* slider arrow ends */


@media (max-width: 1200px) {.button-icon {width: 55px;height: 55px;}.button-icon svg {width: 34px;}}
@media (max-width: 991px) {.popgrid {grid-template-columns:repeat(1, 1fr);gap:50px;}}
@media (max-width: 580px) {.desk-ban {display:none;}.mob-ban {display:block;}.hid-btn.text-center {position: absolute;bottom: 150px;width: 100%;}.hid-btn button {font-size: 17px;padding: 10px 19px 6px;}.sse {top:25% !important;}.hid-btn.text-center {position: static !important;}}
@media (max-width: 480px) {.hid-btn.text-center {bottom: 130px;}.button-icon{width: 50px;height: 50px;}.button-icon svg {width: 35px;}.popgrid {gap:20px;}.youslider .owl-nav button {
        width: 37px !important;
        height: 37px !important;
        left: -15px;
    }

.youslider .owl-nav .owl-next {
        right: -15px;
    }}




/* slick gallery css starts */
.gallery .slick-slide {
    margin: 10px;
}
.slick-slide {height:auto;}
.gallerbg {margin-top: 30px;}
.gallery .slider-nav .slick-prev {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M11 18.75a.74.74 0 0 1-.53-.22l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 1.06L6.06 12l5.47 5.47a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E");width: 45px;height: 45px;background-size: 35px;background-repeat: no-repeat;border: 1px solid rgb(0 39 51 / 28%);z-index: 99;left: -10px;
background-position: center;border-radius:50%;background-color: #f1f1f1;top: -160%;transition:.3s linear;}
.gallery .slick-prev:hover, .slick-prev:focus {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M11 18.75a.74.74 0 0 1-.53-.22l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 1.06L6.06 12l5.47 5.47a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E") !important;width: 45px;height: 45px;
background-size: 35px !important;background-repeat: no-repeat !important;border: 1px solid rgb(0 39 51 / 28%);
z-index: 0;
/*z-index: 99;*/
left: -10px;
background-position: center !important;border-radius:50%;background-color: #ffffff !important;}
.gallery .slider-nav .slick-next {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M13 18.75a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06L17.94 12l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6 6a.75.75 0 0 1 0 1.06l-6 6a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E");width: 45px;height: 45px;background-size: 35px;background-repeat: no-repeat;border: 1px solid rgb(0 39 51 / 28%);z-index: 0;right: -10px;
background-position: center;border-radius:50%;background-color: #f1f1f1;top: -160%;transition:.3s linear;}
.gallery .slick-next:hover, .slick-next:focus {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M13 18.75a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06L17.94 12l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6 6a.75.75 0 0 1 0 1.06l-6 6a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E") !important;width: 45px;height: 45px;background-size: 35px !important;background-repeat: no-repeat !important;border: 1px solid rgb(0 39 51 / 28%);z-index: 99;right: -10px;background-position: center !important;border-radius:50%;background-color: #ffffff !important;}
.slick-prev:before {
    content: '' !important;
}
.slick-next:before {
    content: '' !important;
}
.slick-slide img {width:100%;}
.w70 {width:75%;margin:auto;}.gallery .slick-slide {margin: 7px;}.gallery-sec h2, .gallery-sec p {text-align: center;}
@media (max-width: 480px) {
    .gallery .slider-nav .slick-next {width: 30px;height: 30px;background-size: 23px;top: -126%;}.gallery .slider-nav .slick-prev {width: 30px;height: 30px;background-size: 23px;
top: -126%;}.youslider .owl-nav button {bottom: 67%;}.mob-ban img {top: -40px;position: relative;}.hid-btn button {margin-top:0 !important;}
}
@media (max-width: 767px) {.w70 {width: 100%;}.gallery .slick-slide {margin: 3px;}.gallerbg {margin-top: 30px;}
}
/* slick gallery css ends */