@charset "utf-8";
/*************** DEFAULT CSS ***************/

@font-face {
    font-family: 'fonnts_comAcumin_Pro_ExtraCondensed';
    src: url('../fonts/fonnts_comAcumin_Pro_ExtraCondensed.eot');
    src: url('../fonts/fonnts_comAcumin_Pro_ExtraCondensed.eot') format('embedded-opentype'),
         url('../fonts/fonnts_comAcumin_Pro_ExtraCondensed.woff2') format('woff2'),
         url('../fonts/fonnts_comAcumin_Pro_ExtraCondensed.woff') format('woff'),
         url('../fonts/fonnts_comAcumin_Pro_ExtraCondensed.ttf') format('truetype'),
         url('../fonts/fonnts_comAcumin_Pro_ExtraCondensed.svg#fonnts_comAcumin_Pro_ExtraCondensed') format('svg');
}


:root {
    --body-font: "Barlow", sans-serif;
    --body-font-Size: 22px;
    --body-color: #58595b;
    --primary-color: #1c1c1c;
    --secondary-color: #414143;
	--light-gray: #f6f6f6;
    --black: #000;
    --white: #fff;
    --heding-font: 'fonnts_comAcumin_Pro_ExtraCondensed';
 
    
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--black); /* Safari */color:var(--white);}
::-moz-selection {background: var(--black); /* Firefox */color:var(--white);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0; line-height: 34px;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color:#000; z-index:999999;}
#status {width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/loading.gif); 
background-repeat:no-repeat;background-position:center;margin:0;}

/*************** COLUMS AND ROWS ***************/
main{ position:relative;	}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1500px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
.justify{ text-align: justify !important;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.button-style a, .button-style-span{position: relative;background-color: var(--white);color: var(--body-color);font-size: 20px;padding: 12px 30px 15px 30px;display: inline-block;border: 1px solid #595959;text-transform: uppercase;}
.button-arrow a{padding: 16px 56px 17px 25px;}
.button-arrow a:after{background-image: url(../images/icons/arrow-d.svg);background-size: 100%;background-repeat: no-repeat;width: 16px;height: 15px;content: '';right: 21px;position: absolute;top: 22px;transition: .3s ease-in-out;transform: rotate(1deg);-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.button-style a:hover, .button-style-span:hover{background-color: var(--body-color);color: var(--white);}
.button-arrow a:hover:after{filter: brightness(100);}
.button-arrow-top a:after{background-image: url(../images/icons/arrow-t.svg);}
.button-style-big a{ font-size: 36px; padding: 18px 65px 22px 65px;}
.button-style-medium a{
    background-color: transparent;
    font-size: 32px;
    font-weight: 300;
    padding: 12px 44px 15px 44px;
}
.text-trans-small{ text-transform: lowercase !important;}
.m-b-0{ margin-bottom: 0px !important;}

/*************** HOME PAGE CSS ***************/
.home-banner-wrap{

    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
        padding-top: 240px;
    padding-bottom: 126px;
}
.home-banner-wrap h1, .hm-new-brnd-sctn-left h2{
    text-transform: uppercase;
    font-size: 240px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 190px;
    font-family: var(--heding-font);
}
.home-banner-wrap h1 span{ color: #bcbec0;}
.home-banner-wrap a{
    position: absolute;
    bottom: 0;
    left: 0;
} 
.home-banner-wrap a img{
    width: 20px;
}
.home-intro{
    padding-top: 160px;
    padding-bottom: 260px;
    padding-left: 77px;
}
.home-intro-wrap h2{
    text-transform: uppercase;
    font-size: 160px;
    line-height: 130px;
    position: relative;
    padding-bottom: 25px;
    color: var(--secondary-color);
    margin-bottom: 45px;
    font-family: var(--heding-font);
}
.home-intro-wrap h2:after{position: absolute;content: '';bottom: 0px;left: 0px;width: 185px;height: 8px;background-color: var(--secondary-color);}
.home-intro-wrap h3{
    text-transform: uppercase;
    font-size: 109px;
    color: #818286;
    margin-bottom: 60px;
    font-family: var(--heding-font);
}
.home-banner{ padding-left: 77px;}
.video-style{width: 100%;border-top: 1px solid #b4b6c2;border-bottom: 1px solid #b4b6c2;}
.category-section{
    padding-top: 260px;
}
.category-half{
    width: 50%;
    margin-bottom: 60px;
}
.heading{
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 30px;
}
.category-section-wrap{
    position: relative;
    background-color: var(--light-gray);
}
.category-section-wrap-inn{
    display: flex;
    justify-content: flex-end;
}
.category-section-right{
    flex: 0 0 50%;
    text-align: center;
    padding: 155px 0 100px;
}
.category-section-right-skarabrae{ padding: 218px 0 113px;}
.category-section-right-classic-touch{ padding: 170px 0 116px;;}
.ctgry-logo{
    margin-bottom: 85px;
    display: block;
}
.ctgry-logo img{
    width: 235px;
}
.category-section-wrap:after{ background-position: center; position: absolute; content: ''; width: 50%; height: 100%; background-image: url(../images/category1.jpg);
background-repeat: no-repeat; background-size: cover; left: 0px; top: 0px;}
.category-section-right p{
    margin-bottom: 85px;
}
.category-section-wrap-bg2:after{ background-image: url(../images/category2.jpg);}
.category-section-wrap-bg3:after{ background-image: url(../images/category3.jpg);}
.group-six{
    text-align: center;
    padding-top: 430px;
    padding-bottom: 195px;
}
.group-six-logo{
    margin-bottom: 150px;
}
.group-six-logo img{
    width: 265px;
}
footer{ text-align: center; padding: 157px 0px; position: relative;}
footer:after{position: absolute;content: '';top: 0px;width: 38%;left: 50%;background-color: #595959;height: 1px;margin-left: -19%;}
footer p a{ color: var(--body-color);}
.fixed-menu-wrap{ left:0; z-index: 9; position: fixed;bottom: -200px;display: flex;justify-content: center;width: 100%;gap: 5px; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.fixed-menu-wrap a{background-color: #d2d3d5;color: #58595b;text-transform: uppercase;padding: 20px;
    font-size: 22px;
    flex: 0 0 200px;
    text-align: center;}
.fixed-menu-wrap a:hover{ background-color: #58595b; color: var(--white);}
header.smaller .fixed-menu-wrap{ bottom: 0px; }
.category-mob-img{ display: none;}
.explore-pag-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 35px 4%;
    padding: 340px 0px 260px;
}
.explore-pag-wrap a{
    background-color: #414143;
    height: 405px;
    flex: 0 0 30.6666666%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-home-link{
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
}
.back-home-link a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.back-home-link a span{
    height: 56px;
    border: 1px solid var(--body-color);
    border-radius: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    margin-bottom: 42px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.back-home-link a span img{
    width: 25px;
}
.back-home-link a h6{
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: var(--body-color);
}
.explore-pag-wrap a:hover { background-color: #808080;}
.back-home-link a:hover span{ background-color: var(--body-color);}
.banner-caption{width: 58%;}
.quick-connect-wrap, .drap-behind-section-wrap, .latets-pro-drap-wrap{
    display: flex;
    gap: 1%;
}
.quick-con-box-1, .drap-behind-section-box, .atets-pro-drap-box{
    flex: 0 0 21.8%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.quick-box-img{
    display: block;
    line-height: 0;
}
.quick-box-head{
    background-color: #e6e7e9;
    text-align: center;
    min-height: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.quick-box-img img{ height: 460px; object-fit: cover; width: 100%;}
.quick-box-img-2 img{height: 554px; object-fit: cover;}
.quick-box-img-3 img{height: 453px; object-fit: cover;}
.quick-box-img-4 img{height: 512px; object-fit: cover;}


.quick-box-head:hover{ background-color: var(--body-color);}
.quick-box-head:hover h6{ color: var(--white);}
.quick-box-head h6{
    margin: 0px;
    font-size: 26px;
    color: var(--body-color);
    line-height: 34px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.quick-box-head h6 span{
    display: block;
    font-weight: 500;
}
.quick-con-box-2, .drap-behind-section-box-2, .atets-pro-drap-box-2{
    flex: 0 0 27%;
}
.quick-con-box-3, .drap-behind-section-box-3, .atets-pro-drap-box-3{
    flex: 0 0 26.2%;
}
.quick-box-head-4{
    min-height: 272px;
}
.quick-box-head-2{
    min-height: 230px;
}
.quick-box-head-3{min-height: 331px;}
.quick-ftr-top-cap{text-align: center;padding: 255px 0 210px;}
.quick-ftr-top-cap h4, .fullscreen-quick-connct .modal-content h4{
    margin: 0px;
    font-size: 54px;
    font-weight: 300;
}
.quick-ftr-top-cap h4 span{
    font-weight: 500;
}
.ftr-loc-icon{
    margin-bottom: 80px;
}
.ftr-loc-icon a img{
    width: 74px;
}
.ftr-loc-icon a span{
    display: block;
    margin-top: 60px;
    text-transform: uppercase;
    color: var(--body-color);
    font-size: 24px;
}
.back-to-home-btn-footer{ margin-top: 150px;}
.fixed-header{
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0px;
    top: 0px;
}
.logo-wrp{
    display: flex;
    justify-content: flex-end;
}
.logo a{
    display: flex;
    background-color: var(--black);
    width: 328px;
    height: 320px;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 70px;
}

.classic-pg-section{
    padding: 310px 0 196px;
}
.classic-pg-wrap{
    display: flex;
    gap: 50px 7%;
    align-items: flex-end;
    margin-bottom: 220px;
}
.classic-pg-left{
    flex: 0 0 49%;
}
.classic-pg-right{
    flex: 0 0 44%;
}
.classic-pg-behind-us .classic-pg-wrap{ gap:50px 9%}
.classic-pg-behind-us .classic-pg-right {
    flex: 0 0 42%;
}
.classic-pg-behind-us .classic-pg-left {
    flex: 0 0 49%;
}
.subheading{
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 200;
}
.classic-pg-right p{
    margin-top: 220px;
    margin-bottom: 89px;
        text-align: justify;
}
.classic-pg-right h6{
    margin-bottom: 0px;
    margin-top: 100px;
}
.classic-pg-right h6 a{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--body-color);
    border-bottom: 1px solid var(--body-color);
    padding-bottom: 15px;
    display: inline-block;
}
.latest-pro-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.classic-latest-project h2{
    position: absolute;
    z-index: 2;
    text-align: center;
    color: var(--white);
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 110px;
    margin-bottom: 0px;
}
.classic-pg-behind-us{ padding-top: 220px; padding-bottom: 518px;}
.classic-pg-behind-us .classic-pg-right p{ margin-top: 147px; margin-bottom: 105px; }
.glance-social-media-wrap{
    margin-top: 95px;
    display: flex;
    flex-wrap: wrap;
    gap: 19px 1.5%;
    justify-content: center;
    margin-bottom: 638px;
}
.glance-social-media-wrap li{
    flex: 0 0 31.4%;
    line-height: 0;
}
.glance-social-media{ padding-bottom: 426px;}
.footer-border-none:after{ display: none;}
.bredcrumb{
    margin-top: -30px;
    padding-bottom: 195px;
}
.bredcrumb h2{
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 300;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.bredcrumb a{
    text-transform: uppercase;
    font-weight: 300;
    color: #676869;
    font-size: 20px;
    position: relative;
}
.download-pdf-file{
    background-color: #e1e1e1;
    padding: 144px 0 124px;
    margin-bottom: 55px;
}
.download-pdf-file-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.download-pdf-file-box{
    width: 100%;
    max-width: 468px;
    height: 662px;
    background-color: #f3f3f3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 220px;
    position: relative;
    margin-bottom: 162px;
    box-shadow: 7px 12px 28px #5e5e5e;
}
.download-pdf-file-box:after{ position: absolute; content: ''; width: 1px; height: 100%; background-color: #9f9f9f; top:0px; left: 15px;}
.download-pdf-file-box h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
}
.download-pdf-file-wrap p{
    text-transform: uppercase;
    color: #7e7e7e;
    margin-bottom: 50px;
    font-size: 20px;
        display: flex;
    gap: 12px;
}
.drap-bhind-banner{
   
padding-bottom: 270px;
}
.bigheading{
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 300;
}
.drap-bhind-banner p{
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 140px;
}
.drap-bhind-banner-inn{padding-left: 100px;}
.drap-inn-img{    line-height: 0;}
.drap-inn-img img{
    height: 460px;
    object-fit: cover;
    width: 100%;
}
.drap-inn-img-3 img, .drap-inn-img-4 img{
    height: 555px;
}
.drap-inn-img-5 img, .drap-inn-img-6 img{
    height: 453px;
}
.drap-inn-img-7 img, .drap-inn-img-8 img{
    height: 512px;
}

.drap-inn-heade{
    background-color: #e6e7e9;
    text-align: center;
    min-height: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 26px;
    color: var(--body-color);
    line-height: 34px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 20px;
    }
.drap-inn-heade-3, .drap-inn-heade-4{
    min-height: 273px;
}
.drap-inn-heade-5, .drap-inn-heade-6{
    min-height: 375px;
}
.drap-inn-heade-7, .drap-inn-heade-8{
    min-height: 316px;
}
.drap-inn-heade:hover{background-color: var(--body-color);}
.drap-inn-heade:hover{color: var(--white);}
.p-t-470{ padding-top: 470px;}
.drap-bhind-banner-inn-02{
    padding-left: 0px;
    text-align: center;
}
.drap-behind-02{
    text-align: center;
    width: 445px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.drap-behind-02 a{
    border-bottom: 2px solid #b0b2b1;
    padding: 55px 0px;
    font-size: 48px;
    color: var(--body-color);
    font-weight: 300;
}
.drap-behind-02-wrap{
    display: flex;
    justify-content: center;
}
.drap-behind-02 a:last-child{ border-bottom: none;}
.drap-bhind-banner-02{ padding-bottom: 10px;}
.atets-pro-drap-box a{ line-height: 0px;}
.atets-pro-drap-box a img{ width: 100%;}
.bredcrumb-two-line{margin-top: -100px;padding-bottom: 123px;}
.bredcrump-wrap{ display: flex;justify-content: space-between;}
.bredcrump-left a{
    padding-right: 12px;
    margin-right: 12px;
}
.bredcrump-left a:after{position: absolute;content: '';width: 2px;height: 17px;top: 5px;right: 0px;background-color: #bdbdbd;}
.latest-pro-head{
    padding: 78px 0 150px;
}
.latest-pro-head h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.latest-pro-head h3{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 8px;
}
.latest-pro-head h4{
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 300;
}

/* -------other projects--------- */
.new-h2{
        padding-bottom: 100px !important;
    margin-bottom: 25px !important;
        margin-top: -140px;
} 
.font-16{
font-size: 16px !important;
}
.pb-120{
    padding-bottom: 120px !important;
}
.p-t-525 {
    padding-top: 525px;
}
.bredcrump-r {
    display: flex;
    align-items: end;
    gap: 10px;
    flex-wrap: wrap;
}

/* -------other projects--------- */

/* -------hotel projects--------- */
.hotel-textbox{
    background-color: #000;
    text-align: center;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 26px;
    color: var(--body-color);
    line-height: 34px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 20px;
    flex-direction: column;
}
.hotel-textbox:hover {
    background-color: #3c3c3c;
}
.hotel-textbox h3{
    font-size: 22px;
    color: #bcbec0;
     margin-bottom: 0;

}
.hotel-textbox h2{
    font-size: 42px; 
    line-height: 46px;
     color: #bcbec0;
     letter-spacing:2px;
}
.hotel-textbox h2 span{
       font-weight: 600;
       color: #fff;
}
.w-line {
       width: 40%;
    height: 1px;
        margin: 30px 0;
    background-color: #bcbec0; 
}
.button-style-new a {
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
    padding: 7px 44px 7px 44px;
    color: #fff;
}
.mt-5{
    margin-top: 20px;
}
.hotel-img img {
 object-fit: cover;
    width: 100%;
}
.hotel-img-1 img{
        height: 341px;
}
.hotel-img-2 img{
        height: 420px;
}
.hotel-img-3 img{
        height: 479px;
}
.hotel-img-4 img{
    height: 320px;
}
.hotel-img-5 img{
    height: 412px;
}
.hotel-img-6 img{
    height: 425px;
}
.hotel-img-7 img{
    height: 419px;
}
.hotel-img-8 img{
    height: 481px;
}
.hotel-img-9 img{
    height: 310px;
}
.hotel-img-10 img{
    height: 306px;
}
.hotel-img-11 img{
    height: 390px;
}
.hotel-img-12 img{
    height: 425px;
}
.hotel-img-13 img{
    height: 418px;
}
.hotel-img-14 img{
    height: 481px;
}
.hotel-img-15 img{
     height: 378px;
}
.hotel-img-16 img{
       height: 293px;
}
.hotel-img-17 img{
    height: 291px;
}
.hotel-img-18 img{
    height: 426px;
}
.hotel-img-19 img{
    height: 479px;
}
.hotel-img-20 img{
    height: 392px;
}
.hotel-img-21 img{
    height: 490px;
}
.hotel-img-22 img{
    height: 421px;
}
.hotel-img-23 img{
    height: 435px;
}
.hotel-img-24 img{
    height: 383px;
}
.hotel-img-25 img{
    height: 480px;
}
.hotel-img-26 img{
    height: 414px;
}
.hotel-img-27 img{
    height: 432px;
}
.hotel-img-28 img{
    height: 340px;
}
.hotel-img-29 img{
    height: 426px;
}
.hotel-img-30 img{
    height: 479px;
}


.hotel-box-1 {
    font-size: 16px;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
    font-weight: 700;

}
.hotel-box-2 {
    font-size: 16px;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
    min-height: 511px;
    font-weight: 700;

}
.hotel-box-3 {
    font-size: 16px;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
    min-height: 338px;
    font-weight: 700;

}

.home-header{    margin-top: -96px; background-color: #e6e7e8; padding-left: 77px; padding-right: 77px;  -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;} 
.menu {
    padding: 22px 0px;
}
.home-header.smaller{ position: fixed; top: 0px; left: 0px; width: 100%; z-index: 9; margin-top: 0px;}
.home-banner-wrap-02{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 170px ;
    padding-bottom: 50px;
}
.home-banner-right{
    flex-direction: column;
    display: flex;
    flex: 0 0 15%;
    gap: 20px;
}
.home-banner-right a{
    position: initial;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}
.home-banner-right a img{
    width: 100px;     filter: brightness(0) invert(1);
}
.home-intro-new h2:after{ display: none;}
.home-intro-new .home-intro-wrap h2{ color: var(--black);}
.home-intro-new{ padding-top: 91px;padding-bottom: 163px;}
.home-intro-new h4{position: relative;font-size: 108px;text-transform: uppercase;font-family: var(--heding-font);line-height: 90px;padding-bottom: 10px;}
.home-intro-new h4:after{position: absolute;content: '';width: 109px;height: 3px;background-color: #414042;left: 0px;bottom: 0;}
.home-intro-new h3{font-size: 76px;}
.home-new-pro-cnt-wrap{
    display: flex;
    gap: 25px 2%;

    padding: 100px 0px 440px;
}
.home-new-pro-logo{
    flex: 0 0 22%;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 286px;
}

.home-new-pro-para{
    flex: 0 0 52%;
    text-align: justify;
    padding-left: 50px;
}
.home-new-pro-btn{
    flex: 0 0 22%;
    text-align: right;
    justify-content:flex-end;
    align-items:flex-end;
    display: flex;
}
.hm-new-brnd-sctn{ margin-top: 260px; background-color: var(--black); padding: 155px 77px 110px;}
.home-banner-03{ padding-right: 77px;}
.hm-new-brnd-sctn-wrap{
    display: flex;
    justify-content: space-between;
}

.hm-new-brnd-sctn-left h2{ color: var(--white);}
.hm-new-brnd-sctn-right{
    display: flex;
}
.hm-new-brnd-sctn-right a{
    width: 202px;
    height: 202px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-new-brnd-sctn-right a img{
    width: 100px; filter: brightness(1) invert(1);
}
.hm-new-brnd-sctn-right-ctr{align-items: center; display: flex; }
.hm-new-brnd-sctn-right-btm{ display: flex; align-items: flex-end; margin-bottom: 59px;}
.quk-cnct-new .home-intro-wrap h2{     font-size: 240px;
    line-height: 192px;}
 .quk-cnct-new .home-intro-wrap h3 {

font-size: 164px;

margin-bottom: 120px;

}

.quk-cnct-new{ padding-right: 77px;}
.one-grp-divsn-wrap{
    display: flex;
    gap: 20px 6%;
    margin-bottom: 200px;
}
.one-grp-divsn-wrap a{
    background-color: var(--black);
    flex: 0 0 29.333%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-grp-divsn-wrap a img{
    filter: brightness(0) invert(1);
    width: 150px;
}
.one-grp-wrap{
    margin-bottom: 80px;
}
.one-grp-wrap h4{
    font-size: 46px;
    text-align: center;
    line-height: 60px;
}

.loction-list h4, h5, h6{
margin-bottom: 0;
line-height: 20px;
}
.loction-list h4{
font-size: 12px;
font-weight: 600;
}
.loction-list h5{
font-size: 12px;
font-weight: 500;
}
.loction-list h6{
font-size: 12px;
font-weight: 400;

}
/* -------hotel projects--------- */


/* -------restaurant projects--------- */
.rest-box-1 {
    font-size: 16px;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
    min-height: 460px;
    line-height: 70px;
    font-weight: 700;
}
.rest-img img {
 object-fit: cover;
    width: 100%;
}
.rest-img-1 img{
        height: 341px;
}
.rest-img-2 img{
        height: 421px;
}
.rest-img-3 img{
        height: 480px;
}
.rest-img-4 img{
    height: 376px;
}
.rest-img-5 img{
    height: 292px;
}
.rest-img-6 img{
    height: 426px;
}
.rest-img-7 img{
    height: 418px;
}
.rest-img-8 img{
    height: 481px;
}
.rest-img-9 img{
    height: 348px;
}
.rest-img-10 img{
    height: 264px;
}
.rest-img-11 img{
    height: 416px;
}
.rest-img-12 img{
    height: 517px;
}
.rest-img-13 img{
    height: 402px;
}
.rest-img-14 img{
    height: 375px;
}
.rest-img-15 img{
     height: 291px;
}
.rest-img-16 img{
       height: 565px;
}
.rest-img-17 img{
    height: 369px;
}
.rest-img-18 img{
    height: 375px;
}
.rest-img-19 img{
    height: 291px;
}
.rest-img-20 img{
    height: 427px;
}
.rest-img-21 img{
    height: 419px;
}
.rest-img-22 img{
    height: 481px;
}
.rest-img-23 img{
    height: 377px;
}
.rest-img-24 img{
    height: 373px;
}
.rest-img-25 img{
    height: 293px;
}
/* -------restaurant projects--------- */















/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #84275f;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #84275f;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/************************************* 1550px *************************************/
@media only screen and (max-width: 1550px) {
.container{ width:95%;}
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.quick-box-img img{height: 376px;object-fit: cover;}
.quick-box-img-2 img{height: 470px;object-fit: cover;}
.quick-box-img-3 img{height: 369px;object-fit: cover;}
.quick-box-img-4 img{height: 428px;object-fit: cover;}
.drap-inn-img img {height: 365px;}
.drap-inn-img-3 img, .drap-inn-img-4 img {height: 430px;}
.drap-inn-img-5 img, .drap-inn-img-6 img {height: 360px;}
.drap-inn-img-7 img, .drap-inn-img-8 img { height: 415px;}
.drap-inn-heade-1, .drap-inn-heade-2{ min-height: 300px;}
.drap-inn-heade-3, .drap-inn-heade-4 {
    min-height: 234px;
}
.drap-inn-heade-5, .drap-inn-heade-6 {
    min-height: 304px;
}
.drap-inn-heade-7, .drap-inn-heade-8 {
    min-height: 248px;
}
.home-banner-wrap h1, .hm-new-brnd-sctn-left h2 {
  
    font-size: 200px;

    line-height: 168px;}
}

/************************************* 1180px *************************************/
@media only screen and (min-width: 1180px) {

/* -------other projects--------- */
.new-h2{
        padding-bottom: 100px !important;
    margin-bottom: 25px !important;
        margin-top: -140px;
}

.gallery-textbox{
       min-height: 434px !important;
}
.img-gallery-01 img{
    height: 420px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-02 img{
    height: 480px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-03 img{
    height: 432px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-04 img{
    height: 422px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-05 img{
    height: 482px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-06 img{
    height: 428px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-07 img{
    height: 422px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-08 img{
    height: 481px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-09 img{
    height: 428px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-10 img{
    height: 343px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-11 img{
    height: 480px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-12 img{
    height: 430px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-13 img{
    height: 420px;
    object-fit: cover;
    width: 100%;
}
.img-gallery-14 img{
    height: 481px;
    object-fit: cover;
    width: 100%;
}

/* -------other projects--------- */
}
@media only screen and (max-width: 1180px) {
.classic-pg-right p { margin-top: 60px; margin-bottom: 40px;}
.classic-pg-right h6 { margin-top: 60px;}
.classic-pg-behind-us .classic-pg-right p { margin-top: 80px; margin-bottom: 70px;}
.home-new-pro-logo img {
    width: 110px;
}
.home-new-pro-logo{ height: 240px;}

}


/************************************* custom *************************************/

@media only screen and (max-width: 1025px) {
.bredcrump-wrap { 
    flex-direction: column !important;
    gap: 10px !important;
} 
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) { 
.for-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1%;
}
.hotel-textbox h2 {
    font-size: 40px; 
    letter-spacing: 0;
}
.button-style-new a {
    padding: 7px 42px 7px 42px;
}

.container{ width:90%;}
.drap-inn-heade{font-size: 20px; line-height: 30px;}
.bigheading { font-size: 82px;}
.drap-bhind-banner p br{ display: none;}
.quk-cnct-new .home-intro-wrap h2 {
    font-size: 164px;
    line-height: 130px;
}
.quk-cnct-new .home-intro-wrap h3 {
    font-size: 109px;}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.explore-pag-wrap a img {  width: 135px;  }
.explore-pag-wrap a { height: 300px;}
.banner-caption{width: 100%;}
.quick-box-img img{height: 272px;object-fit: cover;}
.quick-box-img-2 img{height: 315px;object-fit: cover;}
.quick-box-img-3 img{height: 268px;object-fit: cover;}
.quick-box-img-4 img{height: 302px;object-fit: cover;}
.quick-box-head{ min-height: 223px;}
.quick-box-head-4{min-height: 193px;}
.quick-box-head-2{ min-height: 180px;}
.quick-box-head-3{min-height: 227px;}
.quick-box-head h6 { font-size: 20px; line-height: 28px;}
footer:after{width: 80%; margin-left: -40%;}
.quick-ftr-top-cap h4, .fullscreen-quick-connct .modal-content h4 { font-size: 34px;}
.home-banner, .home-intro { padding-left: 40px;}
.classic-pg-behind-us { padding-top: 100px;padding-bottom: 250px;}
.classic-pg-section {padding: 120px 0 100px;}
.classic-pg-wrap { margin-bottom: 120px;}
.glance-social-media-wrap { margin-bottom: 300px;}
.glance-social-media { padding-bottom: 120px;}
.logo a { width: 210px;  height: 202px; padding-bottom: 45px;}
.logo img { width: 150px;}
.drap-inn-img img { height: 270px;}
.drap-inn-heade-1, .drap-inn-heade-2 {min-height: 240px;}
.drap-inn-img-3 img, .drap-inn-img-4 img {height: 310px;}
.drap-inn-heade-3, .drap-inn-heade-4 { min-height: 200px;}
.drap-inn-img-5 img, .drap-inn-img-6 img { height: 265px; }
.drap-inn-img-7 img, .drap-inn-img-8 img {height: 302px; }
.drap-inn-heade-5, .drap-inn-heade-6 { min-height: 245px;}
.drap-inn-heade-7, .drap-inn-heade-8 { min-height: 207px;}
    .bigheading {
        font-size: 72px;
    }
.drap-bhind-banner-inn{ padding-left: 50px;}
.home-new-pro-cnt-wrap{ flex-wrap: wrap; flex-direction:column}
.home-new-pro-btn{ justify-content: flex-start;}
.home-new-pro-para{ padding-left: 0px;}
    .home-new-pro-logo {
        height: 200px;
        display: flex;
        width: 280px;
        min-height: 200px;
    }
        .home-banner-wrap h1, .hm-new-brnd-sctn-left h2 {
        font-size: 150px;
        line-height: 132px;
    }
    .home-banner-right {

    flex: 0 0 30%;}
.home-header{ padding-left: 48px; padding-right: 48px;}
.one-grp-divsn-wrap a img {
   
    width: 110px;
}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.home-banner-wrap h1, .hm-new-brnd-sctn-left h2 { font-size: 68px; line-height: 66px;}
.home-intro-wrap h2 {font-size: 50px; line-height: 46px;}
.home-intro-wrap h3 { font-size: 28px;}
.category-half { width: 100%;}
.heading { font-size: 36px;}
.category-mob-img{ display: block;}
.category-section-wrap:after{ display: none;}
.category-section-right{flex: 0 0 100%; padding-top: 100px;}
.home-banner-wrap, .home-intro{ padding-top: 100px; padding-bottom: 100px;}
.category-section{ padding-top: 100px;}
.group-six{ padding: 100px 0px;}
.fixed-menu-wrap a { padding: 15px; font-size:18px;flex: 0 0 30%;}
.classic-pg-wrap{ flex-direction: column;}
.button-style-big a { font-size: 26px;}
.bredcrumb { padding-top: 30px; margin-top: 0px;}
.home-intro-new h4 {
    
    font-size: 40px;
 
    line-height: 36px;}
.home-banner-wrap-02{ flex-direction: column;}
.home-banner-right {
    flex-direction: row;}
    .home-banner-right a { flex: 0 0 31.3333333%;}
.home-banner-right a img {
    width: 90px;
}
.hm-new-brnd-sctn-right a {
    width: 150px;
    height: 100px;}
.hm-new-brnd-sctn-right a img {
    width: 70px;}
.hm-new-brnd-sctn-right-btm {

    margin-bottom: 35px;}
.hm-new-brnd-sctn {
    margin-top: 130px;}
.home-banner-wrap{ padding-bottom: 0px;}
.quk-cnct-new .home-intro-wrap h2 {
        font-size: 108px;
        line-height: 82px;
    }
        .quk-cnct-new .home-intro-wrap h3 {
        font-size: 72px;
    }
    .one-grp-wrap h4 {
    font-size: 30px;

    line-height: 42px;
}
    .one-grp-divsn-wrap a img {
        width: 98px;
    }
    .one-grp-divsn-wrap a {
   
    height: 145px;}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.for-grid{
    display: flex;
    flex-direction: column;
}
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
p br{ display: none;}
.home-banner-wrap h1, .hm-new-brnd-sctn-left h2 {font-size: 60px;line-height: 58px;    }
.home-intro-wrap h2 {font-size: 42px;}
.home-intro-wrap h3 { font-size: 28px;    }
.explore-pag-wrap a {  flex: 0 0 220px; }
.explore-pag-wrap{flex-direction: column; padding: 100px 0px;}
.quick-connect-wrap, .drap-behind-section-wrap, .latets-pro-drap-wrap{ flex-wrap: wrap;gap: 12px 2%;}
.quick-con-box-1, .drap-behind-section-box, .atets-pro-drap-box { flex: 0 0 49%;}
.quick-ftr-top-cap{ padding: 100px 0px;}
.classic-latest-project h2 { font-size: 40px; line-height: 44px;}
.classic-pg-behind-us .classic-pg-right p {  margin-top: 45px;   margin-bottom: 40px;}
.classic-pg-behind-us { padding-bottom: 180px;}
.bredcrumb h2 { font-size: 40px; margin-top: 0px;}
.bredcrumb a { font-size: 18px;}
.bredcrumb { padding-bottom: 140px;}
.download-pdf-file-box { height: 480px; padding-bottom: 150px;}
.download-pdf-file-box h3 { font-size: 38px;}
.quick-ftr-top-cap h4, .fullscreen-quick-connct .modal-content h4 { font-size: 28px; }
.drap-bhind-banner-inn {
    padding-left: 0;
}
    .bigheading {
        font-size: 52px;
    }
    .drap-bhind-banner {
    padding-bottom: 180px;
}
.p-t-470 {
    padding-top: 250px;
}
.p-t-525{
  padding-top: 250px;  
}
.drap-behind-02 a {
  font-size: 36px;}
  .drap-bhind-banner p br{ display: none;}
  .home-banner, .home-intro{ padding-left: 0px; padding-right: 0px;}
  .home-header{ padding-left: 0px; padding-right: 0px;}
  .hm-new-brnd-sctn {

    padding: 155px 0px 110px;}
        .quk-cnct-new .home-intro-wrap h2 {
        font-size: 80px;
        line-height: 70px;
    }
        .quk-cnct-new .home-intro-wrap h3 {
        font-size: 55px;
    }
    
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.ctgry-logo img { width: 180px;}
.ctgry-logo, .category-section-right p { margin-bottom: 55px;}
.home-banner, .home-intro{ padding-left: 0px;}
.quick-con-box-1, .drap-behind-section-box, .atets-pro-drap-box{ gap: 10px;}
.quick-ftr-top-cap h4, .fullscreen-quick-connct .modal-content h4 {font-size: 24px; }
.logo a { width: 150px; height: 142px;  padding-bottom: 30px;  }
.logo img { width: 110px;  }
.subheading { font-size: 40px;}
    .bigheading {
        font-size: 40px;
    }
.drap-inn-heade {
        font-size: 16px;
        line-height: 24px;
    }
.drap-inn-heade{ padding: 10px;}
    .home-banner-right a img {
        width: 60px;
    }
    .home-banner-right a{ height: 120px;}
    .hm-new-brnd-sctn-right a {
        width: 125px;}
    .hm-new-brnd-sctn {
        padding: 90px 0px 90px;
    }
        .hm-new-brnd-sctn {
        margin-top: 80px;
    }
      .quk-cnct-new .home-intro-wrap h2 {
        font-size: 68px;
        line-height: 56px;
    }
        .quk-cnct-new .home-intro-wrap h3 {
        font-size: 46px;
    }
    .one-grp-wrap h4 {
        font-size: 22px;
        line-height: 32px;
    }  
    .one-grp-divsn-wrap {

    gap: 20px 1%;}
    .one-grp-divsn-wrap a {
    
    flex: 0 0 32.7%;}
        .one-grp-divsn-wrap a img {
        width: 80px;
    }
    .one-grp-divsn-wrap {
  
    margin-bottom: 100px;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.download-pdf-file-box h3 { font-size: 32px; }
    .bigheading {
        font-size: 34px;
    }
        .drap-behind-02 a {
        font-size: 26px;
    }
    .home-banner-right a {
       
        min-height: 160px;}
.home-banner-right, .hm-new-brnd-sctn-wrap{ flex-direction: column;}
    .home-banner-right a img {
        width: 95px;
    }
.button-style a, .button-style-span{ font-size: 13px;}
.one-grp-divsn-wrap{ flex-direction: column;}
    .one-grp-divsn-wrap a {
     
        min-height: 150px;}
            .one-grp-divsn-wrap a img {
        width: 108px;
    }

}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}

