<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300&amp;display=swap');
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;}

body{
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    line-height:175%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-weight: 300;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.3);
}

h1{
    font-size: 3.5rem;
    text-align:left;
    margin-bottom:30px;
}

h2{
    font-size: 2rem;
    text-align:left;
    margin-top:30px;
    margin-bottom:20px;
}



a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

img {vertical-align: middle}
figure{margin:5px 0 10px;}

figcaption {
    text-align: center;
    font-size: 10px;
    font-style: italic;
    margin: 0 auto;
}
hr {margin-top: 22px;margin-bottom: 22px;border: 0;border-top:1px solid rgba(255,255,255,.2);}
li {margin-left:30px;}

p {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}
table {border-collapse: collapse;border-spacing: 0;}

.borderBlack{border:0.1em solid black;}

.brake{display:block;height:0;font-size:0;line-height:0;clear:both;}
.ruler{width:100%;height:1px;border-top:0.1em solid #999;clear:both;margin:10px 0;}


.border-top-bottom{
    background-color: rgba(140,145,160,0.1);
    border-radius:20px;
    border-top:1px dashed rgba(140,145,160,1);
    border-bottom:1px dashed rgba(140,145,160,1);
    padding:20px 5px;
    margin:20px auto;
}
.border-left-3-blue{
    border-left:3px solid #0055b4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&amp;1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(175,224,255,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.border-dashed-999{border:.01em dashed #999;}
.border-top-dashed-999{border-top:.01em dashed #999;}
.border-left-dashed-999{border-left:.01em dashed #999;}
.border-bottom-dashed-999{border-bottom:.01em dashed #999;}
.border-right-dashed-999{border-right:.01em dashed #999;}


.border-tb-bg{
    background-color: #FFF;
    padding:10px 20px;
    border-top:.01em dashed #CCC;
    border-bottom:.01em dashed #CCC;
    margin-top:40px;
    margin-bottom:40px;
}

.myDl dt{
    margin-top:45px;
}

.myDl dd{
    border-left:3px solid #ebebeb;
    border-right:3px solid #ebebeb;
    border-radius:25px;
    padding:10px 10px 10px 15px;
    margin-top:5px;
    margin-bottom:5px;
}
.dlBorder{
    border-left:3px solid rgba(0, 0, 0, 0.05);
    border-right:3px solid rgba(0, 0, 0, 0.05);
    border-radius:25px;
    padding:20px;
    margin-top:5px;
    margin-bottom:5px;
}
.dlBorder h2, .dlBorder h6{
    font-weight:400;
}
/* ----------------------------------------------------- */
.columnLeft{
    background-color: rgba(29, 164, 226, 0.2);
    height:100%;
}
.columnLeft div{
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.columnLeft div:hover{
    background-color: rgba(204, 204, 204, 1);
}
/* ----------------------------------------------------- */

.myDl-Border-Left dt, .myDl-Border-Left dd {
    margin-top:20px;
}

.myDl-Border-Left dt{
    text-align: right;
}

.myDl-Border-Left dd{
    border-left:1px dashed #CCC;
}



/* ***************************************************************************************************************** */
/*
write like this
	&lt;span class="text-primary divider"&gt;&lt;/span&gt;
	&lt;span class="text-default divider"&gt;&lt;/span&gt;
*/
.divider{display:block;padding:0;width:275px;border-bottom:1px solid rgba(0, 0, 0, 0.1);position:relative;color:transparent;background-color:transparent;border-top:none;margin:10px auto;}
.divider:before{content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;width:95px;border-bottom:3px solid;color:#fff;z-index:5;}
.divider.text-primary:before{color:#ff2934;}
.divider.text-default:before{color:#212526;}
.divider + h2{margin-top:39px;}
/* ***************************************************************************************************************** */

.box-shadow-left-right-outside
{
    box-shadow:
    inset 7px 0 7px -7px rgba(0,0,0,0.5), inset -7px 0 7px -7px rgba(0,0,0,0.5);
    padding-top:20px;
    padding-bottom:40px;
}

.box-shadow-left-right-inset
{
    box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3) , -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    padding-top:20px;
    padding-bottom:40px;
}

footer{
    border-top:1px solid rgba(0, 0, 0, 0.1);
    background-color:rgba(51,51,51,0.04);
}

.bgNagi{
    background: #C1272D;
}
.bgNagi2{
    background: #f6ede2;
}


.section1{
    padding-top:50px;
    padding-bottom:50px;
    background-color: rgba(158, 128, 82, 0.1);
    color: rgba(0, 0, 0, 0.3);
}
.section1 img{
    margin-bottom:20px;

    padding: .05rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
/*.section1 p{
    font-weight:300;
    text-align:left;
    font-size:13px;
    line-height:1.45;
}*/
.section2{
    padding-top:50px;
    padding-bottom:50px;
    font-size:16px;
    font-weight:300;
    text-align:center;
}
.section3{
    padding-top:50px;
    padding-bottom:50px;
    background-color: rgba(158, 128, 82, 0.05);
    color: rgba(0, 0, 0, 0.3);
}
.section4{
    color: rgba(255, 255, 255, 0.5);
}
.section4 p{
    font-size: 2.5rem;
    font-weight: 300;
    line-height:1.5;
}
.section7{
    padding-top:50px;
    padding-bottom:50px;
    border-top:.01em solid rgba(204, 204, 204, 0.5);
}
.boxShadowTop{
    box-shadow: 0 -15px 15px -5px rgba(51, 51, 51, 0.05);
}
.section11{
    padding-top:100px;
    padding-bottom:50px;
    background-color: rgba(158, 128, 82, 0.05);
    color: rgba(0, 0, 0, 0.3);
}
.section11 h6{
    font-size:12px;
    text-align:center;
}

.section7 h2::first-letter{
    font-size:125%;
    color: rgba(51, 51, 51, 0.6);
}


.section7 p{
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
    font-size:14px;
    color: rgba(51, 51, 51, 0.6);
}

.section5{
    padding-top:50px;
    padding-bottom:50px;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.3);
}
.section5 h2{
    margin:20px auto;
}
.section5 img{
    margin-bottom:40px;
}
.section5 h6{
    margin-top:6px;
    margin-bottom:6px;
    text-align:center !important;
}
.section6{
    padding-top:50px;
    padding-bottom:50px;
    background-color: rgba(0, 86, 179, 0.1);
    color: rgba(0, 0, 0, 0.4);
}
.section6 h3::first-letter{
    color: rgba(0, 0, 0, 0.5);
    font-size:150%;
    text-shadow: 3px 3px 3px white;
}

.rightsReserved{
    background-color:#5a5a5a;
    font-size:10px;
    color: rgba(255, 255, 255, 0.5);
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    line-height:1.4;
}
.rightsReserved a{
    color: rgba(255, 255, 255, 0.5);
}
.headerMap{
    background: url(https:///new-york-boroughs.topwebdesignseo.com/__global/usa/nvgco-com/headerMap.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

.mapHere{
    background: url(https:///new-york-boroughs.topwebdesignseo.com/__global/usa/nvgco-com/branches.jpg) no-repeat center fixed;
    }


.mapHereContact{
    padding-top:75px;
    padding-bottom:75px;
    color: rgba(0, 0, 0, 0.3);
}

/*
.footerLogo{
    background: url(../../myImages/footer-map.jpg) no-repeat center fixed;
    padding-top:75px;
    padding-bottom:75px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/

.bgLightBrown{
    background-color: rgba(158, 128, 82, 0.1);
    padding-top:75px;
    padding-bottom:75px;
    color: rgba(0, 0, 0, 0.4);
}
.border-bottom-1{
    border-bottom:.01em solid rgba(0, 0, 0, 0.1);
}
.i24{
    font-size:20px;

}
.services{
    padding:50px;
}
.services p{
    text-align:center !important;
    line-height:1.4;
    margin-bottom:30px;
    font-size: 2rem;
    font-weight: 300;
    color: #888888;
}

/* ************************************************************************************************* */
.aboutServices{
    background: url(https:///new-york-boroughs.topwebdesignseo.com/__global/usa/nvgco-com/services.jpg) no-repeat center;
    margin-top:-30px;
    margin-bottom:-20px;
    padding-left:20px;
    text-align:center!important;
}

.aboutServicesText{
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
    padding-top:80px;
    padding-bottom:140px;
    color: rgba(255, 255, 255, 0.6);
    text-align:center!important;
}
/* ************************************************************************************************* */
.sectionContactGlobal{
    background: url(https://www.nagiventures.com/myImages/contact-us-bg.jpg) no-repeat center fixed;
    padding-top:75px;
    padding-bottom:75px;
}
.sectionContactGlobal p{
    text-align:left;
    font-size:13px;
    line-height:1.3;
}

.sectionContactGlobal img{
    margin-bottom:20px;
}

.img200{
    max-width:200px;
}
.img250{
    max-width:250px;
}
.img300{
    max-width:300px;
}

.loginHome *{
    font-size:13px;
}
.editText{}
/*
.editText h1{

    font-weight: 300;
    line-height: 1.2;
    text-align:left !important;
}
.editText h2{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    text-align:left !important;
}
*/
.editText a{
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(214, 203, 187, 0.6);
    border:.01em solid rgba(115, 107, 101, 0.1) !important;
    padding:20px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top:20px;
}
.editText.mainPage p{
    color: rgba(0, 0, 0, 0.4);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
    text-align:center !important;
}



.contactPage{}
.contactPage *, .contactPage h1, .contactPage h2, .contactPage h3, .contactPage h4, .contactPage h5, .contactPage h6, .contactPage p{
    text-align: center!important;
}
.contactPage h1{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    text-align:center !important;
    color:#004085;
    margin-top:20px;
}
.contactPage h2{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    text-align:center !important;
    margin-top:50px;
}
.contactPage h2 small{
    font-size:50%;
    color:#004085;
}
.contactPage p{
    font-size:13px;
    line-height:1.3;
    /*
    background-image: url('../../myImages/favicon/location.png');
    background-repeat: no-repeat;
    */
    padding-left: 30px;
    display: block;
}
.teamMembers{
    }

.teamMembers dl.myDl{
    margin-bottom:100px !important;
    }

.teamMembers .myDl dt{

}
.teamMembers dl.myDl dd{
    border-left:3px solid rgba(0, 0, 0, 0.05);
    border-right:3px solid rgba(0, 0, 0, 0.05);
    border-radius:25px;
    padding:10px 20px;
}

.teamMembers img{
    max-width:250px;
    }
.teamMembers h2{
    font-weight:300;
    text-align:left !important;
    }
.teamMembers h3{
    font-weight:300;
    margin-top:0;
    margin-bottom:50px;
    }


.luxuryItems img{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  /*  -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
}
.luxuryItems img:hover {
    -webkit-filter: grayscale(100%) blur(2px);
    filter: grayscale(30%) blur(2px);

/*    -webkit-transform: rotate(5deg) scale(1.0);
    transform: rotate(5deg) scale(1.0);*/

}
.luxuryItems figcaption{
    position:relative;
    width:95%;
    background-color: rgba(0, 0, 0, 0.5);
    color:white;
    padding:5px;
    font-size:14px;
    font-style: normal;
    margin:-45px auto 0;
    border-top:1px solid rgba(255, 255, 255, 0.2);
}
.hotel2{
    background: url(../../myImages/hotel/img001.jpg) no-repeat center fixed;
    padding-top:300px;
    padding-bottom:300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size:70px;
    text-align:center;
    color:white;
    text-shadow: 2px 2px 5px #000,2px 2px 5px #000;
}
.teamMembers{
    width:95%;
    margin:0 auto;
    background:white;
    border:.01em solid #CCC;
    transition: all 0.5s ease;
    padding:20px;
    max-width:350px;
    border-radius:5px;
}

.teamMembers:hover{
    box-shadow:0 0 2px rgba(51, 51, 51, 0.42);
    border-bottom:2px solid rgba(30, 144, 255, 0.36);
    border-left:1px solid rgba(30, 144, 255, 0.36);
}
.teamMembers p{
    font-size: 13px;
    color:dodgerblue;
    line-height:1.4;
    font-style: normal;
    margin-top:5px;
    text-align:center !important;
    font-weight:400;
}
.img-thumbnail-1rem {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
.blueBox{
    float: right;
    background-color: dodgerblue;
    text-align:center !important;
    color:white;
    margin-top:10px;
    z-index: 1000;
    font-size:12px;
    padding-left:10px;
    padding-right:10px;
    border-radius:3px;
    cursor: pointer;
}
.line{
    width:80%;
    margin:0 auto;
    border-top:.01em dotted rgba(30, 144, 255, 0.6);
}
.teamMembers2{
    background-color: rgba(255, 255, 255, 0.4);
    padding:20px;
}
.bgGradient, .bgGradient_nonGradient{
    padding-top:50px;
    padding-bottom:50px;
}
.bgGradient{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f6f8+0,cbe0f2+50,d8e1e7+50,e5f4ff+100 */
    background: #f2f6f8; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f2f6f8 0%, #d0e5f7 50%, #d8e1e7 50%, #e5f4ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #f2f6f8 0%,#d0e5f7 50%,#d8e1e7 50%,#e5f4ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #f2f6f8 0%,#d0e5f7 50%,#d8e1e7 50%,#e5f4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e5f4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bgGradient_nonGradient{
    background-color: rgba(158, 128, 82, 0.05);
    color: rgba(0, 0, 0, 0.3);
}
.bodyText{

}
.boxShadowTopBottom{
    box-shadow:
            inset 0 15px 8px -10px rgba(204,204,204,0.3),
            inset 0 -15px 8px -10px rgba(204,204,204,0.3);
}

.shadowtb{
    box-shadow:
            inset 0 11px 8px -10px #CCC,
            inset 0 -11px 8px -10px #CCC;
}
.bg1{
    background: url(../../../top-web-design-seo__newYork/__global/usa/nvgco-com/branches.jpg) no-repeat center;
}

.bg-11{background-color: #27AAE1;border-top:.01em solid rgba(0, 0, 0, 0.2);}
.bg-12{background-color: #2BB673;border-top:.01em solid rgba(0, 0, 0, 0.2);}
.bg-13{background-color: #FFDA67;border-top:.01em solid rgba(0, 0, 0, 0.2);}
.bg-14{background-color: #ED7D2F;border-top:.01em solid rgba(0, 0, 0, 0.2);}

.bg-111{background-color: #27AAE1;border-top:.01em solid rgba(0, 0, 0, 0.2);padding:4px;}
.bg-112{background-color: #2BB673;border-top:.01em solid rgba(0, 0, 0, 0.2);padding:4px;}
.bg-113{background-color: #FFDA67;border-top:.01em solid rgba(0, 0, 0, 0.2);padding:4px;}
.bg-114{background-color: #ED7D2F;border-top:.01em solid rgba(0, 0, 0, 0.2);padding:4px;}

#resumeMain{
    margin-top:30px;
    background-color: rgba(255, 255, 255, 0.5);
    border:.01em solid #CCC;
    border-radius:10px;
    padding:30px;
}
</pre></body></html>