body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}


[tabindex], a, area, button, input, label, select, textarea {
    touch-action: manipulation;
}

*, :after, :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

.h3, h3 {
    font-size: 1.75rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

div {
    display: block;
}


a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    /*margin-block-start: 1em;*/
    /*margin-block-end: 1em;*/
    /*margin-inline-start: 0px;*/
    /*margin-inline-end: 0px;*/
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.lyt-Site {
    position: relative;
    overflow-x: hidden;
}

.web {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.web img{
    width: 50px;
}

/* Header Start */
/* .hd-Header {
    position: fixed;
    top: 0;
    right: 0;
    left: 100px;
    z-index: 101;
    display: flex;
    background-color: #1b1d1d;
    transition: transform .6s ease;
    width: 200px;
} */

.hd-Header_Bar {
    justify-content: space-between;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #373838;
    color: #fff;
    transition: background-color .3s;
}

.hd-Header_Logo, .hd-Header_Share {
    transition: opacity .2s, visibility .2s;
}

.hd-Header_Logo, .hd-Header_NavTrigger, .hd-Header_Share {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 80px;
    height: 80px;
}
.nav-Trigger {
    display: block;
    cursor: pointer;
}
.nav-Trigger_Icon {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: auto;
    margin-left: auto;
}
.util-Preload .nav-Trigger_Line {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}
.nav-Trigger_Line {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f4c430;
    transition: top .2s cubic-bezier(.175, .885, .32, 1.075);
}

.nav-Trigger_Line-top {
    top: 0;
    -webkit-animation: c .5s cubic-bezier(.175, .885, .32, 1.075) forwards;
    /* animation: c .5s cubic-bezier(.175, .885, .32, 1.075) forwards; */
}
.nav-Trigger_Line-middle {
    top: 8px;
    -webkit-animation: i .5s cubic-bezier(.175, .885, .32, 1.075) forwards;
    animation: i .5s cubic-bezier(.175, .885, .32, 1.075) forwards;
}
.nav-Trigger_Line-bottom {
    top: 16px;
    -webkit-animation: e .5s cubic-bezier(.175, .885, .32, 1.075) forwards;
    animation: e .5s cubic-bezier(.175, .885, .32, 1.075) forwards;
}

.nav-Trigger_Text {
    margin-top: 10px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.shr-Trigger_Icon {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
}

.shr-Trigger_Icon svg {
    display: block;
    width: 26px;
    height: 26px;
}

.hd-Header_Share svg {
    color: #f4c430;
    transition: color .2s;
}

svg:not(:root) {
    overflow: hidden;
}
svg {
    overflow: hidden;
    vertical-align: middle;
    fill: currentColor;
}

:not(svg) {
    transform-origin: 0px 0px;
}
.shr-Trigger_Text {
    margin-top: 10px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.hd-Header-isOpen .hd-Header_Menu {
    opacity: 1;
    visibility: visible;
}
.sidenav{
    height: 100vh;
    width: 330px;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: #e6e6e6;
    overflow-x: hidden;
    transition: opacity .2s, visiblity .2s;
    /* padding-top: 60px; */
}
 /* .sec-div{
    background-color:red; width:100px; height:10px;
    float: right; 
} */

.sidenav img{
    width: 76%;
}

.nav-Navigation_Items {
    color: #fff;
}
nav ol, nav ul {
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-Navigation_Item {
    display: block;
    border-top: 1px solid #373838;
    cursor: pointer;
}
.nav-Navigation_Main {
    display: flex;
}
.mainbold a {
    font-size: 14px!important;
    font-weight: bold!important;
    color: #000;
}

.nav-Navigation_Link {
    align-items: center;
    flex: 1;
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 2px;
    text-transform: uppercase;
    color: #000;
    transition: background-color .2s;
}
.nav-Navigation_DropdownIndicator {
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    width: 70px;
    padding: 0 20px;
    border-left: 1px solid #373838;
    transition: background-color .2s;
}
.nav-Navigation_DropdownIndicator svg {
    display: block;
    width: 17px;
    height: 10px;
    color: #000;
    transition: transform .2s;
}

.nav-Navigation_Dropdown {
    display: none;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

.nav-Navigation_Dropdown .nav-Navigation_Item:first-child {
    border-top: 0;
}

.nav-Navigation_Dropdown .nav-Navigation_Item {
    border-top-color: #1d1d1d;
}

ul.nav-Navigation_Dropdown.submenu11 a {
    font-size: 14px!important;
    font-weight: bold!important;
}

.nav-Navigation_Dropdown .nav-Navigation_Link {
    background-color: #e6e6e6;
    color: #d80777;
}

ul.nav-Navigation_Dropdown.submenu a {
    color: #fff!important;
    font-size: 13px;
    background: #d80777!important;
}

.close-sidenav{
   width: 30px;
   height: 30px;
   /* background-color: yellow; */
   color: blue;
    position: absolute;
    top: 8px;
    right: 8px;
}

.close-sidenav .closebtn{
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
    font-size: 30px;
    text-align: center;
}
/* Header End */

/* Home Page */
.lyt-Content_Outer {
    position: relative;
    transition: opacity .6s;
    /* margin-left:100px */
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


.cta-SamplePack{
    background-color: #039dd6;
    background-image: linear-gradient(0deg, #1398aa, rgba(19, 152, 170, 0));
    position: relative;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    color: #fff;
    overflow: hidden;
    /* margin-top: 170px; */
    /* height: 650px; */
}
.cta-SamplePack_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    /* border: 1px solid green; */
    /* height: 100%; */
    margin-top: auto;
}
.img-Image {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.img-Image_Media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    margin: auto;
}
.img-Image_Image {
    object-fit: cover;
}
.img-Image_Image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s linear;
    margin-top: 30px;
    /* border: 5px solid yellow; */
}
.img-Image_Image-loaded {
    opacity: 1;
}
.cta-SamplePack_Title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .875rem;
    font-weight: 500;
}
.para {
    text-align: justify;
    line-height: 25px;
}
.cta-SamplePack_Body{
    margin-top: 50px;
}

.sec-Section-dark, .sec-Section-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    background-color: #eee;
}
.sec-Section-grey {
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.sec-Section_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.sec-Section_Header {
    margin-bottom: 1.75rem;
    text-align: center;
}

h1.sec-Section_Title {
    font-size: 30px;
    padding-top: 0px;
    font-weight: bold;
    background: #f4c430;
    line-height: 30px;
    margin-top: 16px;
    padding: 13px 0px;
}
.sec-Section_Title {
    font-weight: 500;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.crd-LargeImage {
    position: relative;
    display: block;
    background-color: #fff;
}
.crd-LargeImage-indent .crd-LargeImage_ImageContainer {
    padding: 30px;
}
.img-Image_Media-largeLoaded .img-Image_Image-small {
    opacity: 0;
}
.img-Image_Image-blurred {
    transform: scale(1);
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.img-Image_Image-ie {
    display: none;
    background-position: 50%;
    background-size: cover;
}
.crd-LargeImage_Kicker {
    margin-bottom: .438rem;
    font-weight: 700;
    letter-spacing: .125rem;
    text-transform: uppercase;
    color: #FF69B4;
}
.crd-LargeImage_Title {
    font-weight: 500;
    letter-spacing: .125rem;
    text-transform: uppercase;
    color: #000;
}
.sec-Section_Footer {
    margin-top: 1.75rem;
    text-align: center;
}
.btn-Primary {
    font-size: 20px;
    line-height: 1.125rem;
    display: inline-block;
    padding: 11px 20px;
    font-weight: 600;
    letter-spacing: .125rem;
    line-height: 1;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s, border .2s, color .2s;
    position: relative;
    z-index: 1;
    border: 0;
    box-shadow: inset 0 0 0 2px #f4c430;
    color: #4a4a4a;
    overflow: hidden;
    margin-bottom: 20px!important;
}
.cta-Split_Columns {
    align-content: center;
    justify-content: space-between;
    width: 100%;
}
.cta-Split_Column:first-child {
    background-color: #ec008c;
}

.cta-Split_Column {
    display: block;
    padding: 2.625rem 0;
    text-align: center;
}
.cta-Split_Body {
    width: 80%;
    margin-right: 30px;
    margin-left: 30px;
}
.cta-Split_Title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #fff;
}
.cta-Split_Text {
    padding-top: .875rem;
    font-weight: 400;
    color: #fff;
}
.cta-Split_Column:last-child {
    background-color: #039dd6;
}

.prj-SmallList .crd-LargeImage_Title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

/* Footer */
.ft-Footer {
    text-transform: uppercase;
    background: linear-gradient(180deg, #1c1d1d, #373838);
    color: #fff;
    /* margin-top: 30px; */
    /* height: 630px; */
}
.ft-Footer_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    
}
.ft-Footer_Body {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    border-bottom: 1px solid #373838;
    /* border: 1px solid red; */
    /* margin-left: 100px; */
}
.soc-SocialsBlock {
    text-align: left;
    color: #fff;  
    
}
.soc-SocialsBlock-onDark .soc-SocialsBlock_Column-newsletter {
    border-color: #373838;
}
.soc-SocialsBlock_Column:first-child {
    margin-top: 0;
}
.soc-SocialsBlock_Column-newsletter {
    padding: 1.313rem 20px 1.75rem;
    text-align: left;
    border: 2px solid #fff;
}

.soc-SocialsBlock_Column {
    border-radius: 5px;
}

.soc-SocialsBlock_Title {
    font-size: .75rem;
    line-height: 1.125rem;
    letter-spacing: .125rem;
    margin-bottom: .438rem;
    font-family: Gotham SSm A, Gotham SSm B, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.soc-SocialsBlock_Text {
    font-size: 17px;
    line-height: 70px;
    font-weight: 500;
    text-transform: none;
}
.fonticon p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-left: -53px;
}
.soc-SocialsBlock_Text i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00aeef;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.map iframe {
    margin-top: 40px;
}
.socialicon {
    display: inline-block;
}
.soc-SocialsBlock_Social:last-child {
    margin-bottom: 0;
}
.soc-SocialsBlock_Social {
    font-size: .75rem;
    line-height: 1.125rem;
    font-weight: 700;
    letter-spacing: .125rem;
    text-transform: uppercase;
    align-items: center;
    flex: 1;
    display: flex;
    padding: .438rem 15px .438rem 20px;
    border: 2px solid currentColor;
    border-radius: 5px;
    color: #fff;
    transition: color .2s;
}
.soc-SocialsBlock_Social svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.map {
    border: 2px solid #3c3b3b;
    border-radius: 5px;
}
.soc-SocialsBlock_Socials {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-top: -15px;
    margin-bottom: -15px;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
iframe {
    border: 0;
}
.ft-Footer_Privacy {
    font-size: .875rem;
    line-height: 2.25rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-weight: 400;
    text-transform: none;
}
.ft-Footer_Onespacemedia, .ft-Footer_Privacy-policy {
    color: #fff;
    transition: color .2s;
}

/* .ft-Footer_Left{
    margin-left: 100px;
} */

/* .ft-Footer_Right{
    margin-right: 100px;
} */

/* .h1, h1 {
    font-size: 2.5rem;
} */
.h1, h1 {
    font-size: 36px;
}

/* About Us */
.lyt-Content-constrained .lyt-Content_Inner {
    max-width: 1500px;
    width: 100%;
    margin: 2.625rem auto;
    padding-right: 30px;
    padding-left: 30px;
}

.lyt-Main-constrained {
    width: 99.33%!important;
    margin-right: auto;
    margin-left: auto;
}
.wys-WYSIWYG>:last-child {
    margin-bottom: 0!important;
}
.wys-WYSIWYG>:first-child {
    margin-top: 0!important;
}
.wys-WYSIWYG p {
    margin-bottom: 1.75rem;
}
.para {
    text-align: justify;
    line-height: 30px;
}

.paddtop1 {
    padding-top: 20px;
}
.text-center {
    text-align: center!important;
}

.texthead {
    font-weight: bold;
    padding: 12px;
    margin: 0px;
}
.h5, h5 {
    font-size: 1.25rem;
}


/* Polymer */
.sec-Section-dark, .sec-Section-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    background-color: #eee;
}
.sec-Section {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
}
.sec-Section-grey {
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.sec-Section_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.sec-Section_Header {
    margin-bottom: 1.75rem;
    text-align: center;
}
.prj-SmallList_Item:first-child {
    margin-top: 0;
}
.prj-SmallList_Item {
    margin-top: 1.75rem;
}

.crd-LargeImage {
    position: relative;
    display: block;
    background-color: #fff;
}
.crd-LargeImage_Overlay {
    position: relative;
    padding: 0 20px 2.625rem;
}










/* Contact  Us */
.sec-RegularHero {
    background-color: #039dd6;
    background-image: linear-gradient(180deg, #1398aa, rgba(19, 152, 170, 0));
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    text-align: center;
    margin-top: 30px;
}

.sec-RegularHero_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.sec-RegularHero_Header {
    margin: 0 auto;
}
.sec-RegularHero_Title {
    font-size: 1.625rem;
    line-height: 2.625rem;
    font-weight: 500;
    letter-spacing: .25rem;
    text-transform: uppercase;
    color: #fff;
}

.sec-RegularHero_Body {
    margin-top: 1.75rem;
}
.sec-RegularHero_ContactOption:first-child {
    margin-top: 0;
}
.sec-RegularHero_ContactOption {
    flex-direction: column;
    display: flex;
    margin-top: 1.75rem;
    padding: .875rem 15px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.sec-RegularHero_ContactOptionTitle {
    font-size: 22px;
    line-height: 1.125rem;
    font-weight: 700;
    letter-spacing: .125rem;
    text-transform: uppercase;
    text-align: center;
}
.soc-SocialsBlock_Text {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
}


.mod-Share {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    z-index: 100;
    display: block;
    background-color: rgba(0, 0, 0, .8);
    color: #4a4a4a;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.mod-Share_Items {
    display: flex;
}
.mod-Share_Item {
    flex: 1 1 auto;
    display: block;
    width: 33.33%;
    padding: 1.75rem 30px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #979797;
    color: #4a4a4a;
}
.mod-Share_ItemLogo {
    width: 64px;
    height: 64px;
    margin-right: auto;
    margin-bottom: 1.75rem;
    margin-left: auto;
}
.mod-Share_Item-linkedin .mod-Share_ItemLogo svg {
    color: #0077b5;
}
.mod-Share_ItemLogo svg path {
    color: currentColor;
}
.mod-Share_ItemText {
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: block;
    font-weight: 500;
}
.mod-Share_ItemLink {
    font-size: .75rem;
    line-height: 1.125rem;
    display: inline-block;
    padding: 11px 20px;
    font-weight: 600;
    letter-spacing: .125rem;
    line-height: 1;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s, border .2s, color .2s;
    position: relative;
    z-index: 1;
    border: 0;
    box-shadow: inset 0 0 0 2px #039dd6;
    color: #4a4a4a;
    overflow: hidden;
    margin-top: 2.625rem;
    transition: none;
}

/* .mod-Share-visible {
    opacity: 1;
    visibility: hidden;
} */

.nav-Navigation_Main:hover{
  background-color: #f4c430;

}

.nav-Navigation_Main a:hover{
  color: white;
  /* color: black; */
}

.prj-SmallList_Item:hover .crd-LargeImage_Overlay{
    opacity:1;
	top:0px;
	transition:0.3s;
  }


  #close-btn1{
    display: none;
  }
  #close-btn1 a{
    color: #f4c430;
    font-size: 50px
  }



/* Media Query */





@media (min-width: 601px){
    .nav-Trigger_Icon {
        width: 36px;
    }
    .nav-Trigger_Line {
        width: 36px;
    }
    .hd-Header_Share {
        display: flex;
    }
    .nav-Navigation_Link {
        white-space: nowrap;
    }
.cta-SamplePack_Inner {
    padding-right: 60px;
    padding-left: 60px;
}
.cta-SamplePack_Columns {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.cta-SamplePack_Column-image {
    order: 1;
}
.cta-SamplePack_Column {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(50% - 30px);
}
.cta-SamplePack_ImageContainer {
    position: absolute;
    top: 50%;
    right: 0;
    left: calc(50% + 15px);
    display: block;
    transform: translateY(-50%);
}
.sec-Section_Inner {
    padding-right: 60px;
    padding-left: 60px;
}
.prj-SmallList_Items {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.prj-SmallList_Item {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
}

.prj-SmallList_Item:nth-child(-n+2) {
    margin-top: 0;
}
.crd-LargeImage_Overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.313rem 20px;
    background-color: rgba(6, 77, 86, .96);
    opacity: 0;
    transition: opacity .3s;
}
.crd-LargeImage_Title {
    color: #fff;
}
.ft-Footer_Inner {
    padding-right: 60px;
    padding-left: 60px;
}

.soc-SocialsBlock_Columns {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.soc-SocialsBlock_Column-newsletter {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.soc-SocialsBlock_Column {
    flex: 1;
    margin-right: 15px;
    margin-left: 15px;
}
.soc-SocialsBlock_Column-socials {
    flex: 0.5;
}
.soc-SocialsBlock_Socials {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-top: -15px;
    margin-bottom: -15px;
}
.soc-SocialsBlock_SocialsItem {
    margin-top: 15px;
    margin-bottom: 15px;
}
.soc-SocialsBlock_Social {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 30px;
}
.ft-Footer_Privacy {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding-top: 2.188rem;
    padding-bottom: 2.188rem;
    
}
.ft-Footer_Left {
    align-items: center;
    display: flex;
}

.lyt-Content-constrained .lyt-Content_Inner {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
.lyt-Content-constrained .lyt-Content_Inner {
    padding-right: 60px;
    padding-left: 60px;
}

.sec-Section-dark, .sec-Section-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.sec-Section {
    /* margin-top: 3.5rem; */
    margin-top: -0.5rem;
    margin-bottom: 3.5rem;
}

.sec-Section_Header {
    margin-bottom: 2.625rem;
}


.sec-RegularHero {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
    margin-top: 30px;
}
.sec-RegularHero_Inner {
    padding-right: 60px;
    padding-left: 60px;
}
.sec-RegularHero_Title {
    font-size: 2rem;
    line-height: 2.5rem;
}

.sec-RegularHero_Body {
    margin-top: 3.5rem;
}
.sec-RegularHero_ContactOption {
    padding: 1.313rem 25px;
    text-align: left;
}

.mod-Share_Inner {
    padding-right: 60px;
    padding-left: 60px;
}
.mod-Share_Inner {
    width: 100%;
}
.soc-SocialsBlock_Column-newsletter {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
}
.sec-Section_Footer {
    margin-top: 2.625rem;
}


}



@media (min-width: 901px){
    .lyt-Site {
        padding-left: 200px;
    }
    
    .hd-Header {
        right: auto;
        bottom: 0;
        height: 100vh;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
        transform: translateX(calc(-100% + 100px));
    }
    
    .hd-Header_Bar {
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    
    .hd-Header_Logo {
        border-right: none;
        border-bottom: 1px solid #373838;
    }
    
    .hd-Header_Logo, .hd-Header_NavTrigger, .hd-Header_Share {
        width: 100%;
        height: 135px;
    }
    
    .hd-Header_LogoFull {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 65px 30px 45px;
    }
    .sec-HomepageHero {
        min-height: 65vh;
    }
    .sec-Section_Header {
        width: 83.33%;
        margin-right: auto;
        margin-left: auto;
    }
    .prj-SmallList_Items {
        margin-right: -15px;
        margin-left: -15px;
    }
    .prj-SmallList_Item {
        width: calc(33.33% - 30px);
        margin-top: 0;
        margin-right: 15px;
        margin-left: 15px;
    }

    .cta-Split_Columns {
        display: flex;

    }
    .cta-Split-tight .cta-Split_Column {
        width: 50%;
    }
    .cta-Split_Column {
        display: flex;
        width: calc(50% - 2px);
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .cta-Split_Body {
        width: 83.33%;
        margin-right: auto;
        margin-left: auto;
    }
    .cta-Split-tight .cta-Split_Column {
    width: 50%;
}
.cta-Split-tight .cta-Split_Column {
    width: 50%;
}
.soc-SocialsBlock_Column-socials {
    display: flex;
}
.lyt-Main-constrained {
    width: 83.33%;
    margin-right: auto;
    margin-left: auto;
}
    
.sec-Section-dark, .sec-Section-grey {
    margin-top: 0;
    margin-bottom: 0;
    /* padding-top: 5.25rem;
    padding-bottom: 5.25rem; */
    background-color: #eee;
}

.sec-Section {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
    margin-top: 0px;
}

.sec-Section_Header {
    margin-bottom: 3.5rem;
}
.sec-Section_Header {
    width: 83.33%;
    margin-right: auto;
    margin-left: auto;
}
.prj-SmallList_Items {
    margin-right: -15px;
    margin-left: -15px;
}
.prj-SmallList_Item {
    width: calc(33.33% - 30px);
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
}


.sec-RegularHero_Title {
    font-size: 2.25rem;
    line-height: 3.063rem;
}

.sec-RegularHero_Body {
    margin-top: 4.375rem;
}
.sec-RegularHero_ContactOptions {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}
.sec-RegularHero_ContactOption:nth-child(-n+3) {
    margin-top: 0;
}
.sec-RegularHero_ContactOption {
    width: calc(33.33% - 30px);
    margin-right: 15px;
    margin-left: 15px;
}

.mod-Share {
    align-items: center;
    justify-content: center;
    display: flex;
}
.mod-Share_Inner {
    padding-right: 60px;
    padding-left: 60px;
}

.mod-Share_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
 
}

.mod-Share_Wrapper {
    box-shadow: 0 2px 44px rgb(0 0 0 / 20%);
}

.mod-Share_Item {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.mod-Share_ItemText {
    font-size: 1.375rem;
    line-height: 1.875rem;
}

.nav-Trigger {
    display: block;
    cursor: pointer;
    margin-top: 59px;
}
.lyt-Content_Outer {
    position: relative;
    transition: opacity .6s;
}
.hd-Header {
    position: fixed;
    top: 0;
    right: 0;
    left: 100px;
    z-index: 101;
    display: flex;
    background-color: #1b1d1d;
    transition: transform .6s ease;
    width: 200px;
}
.cta-SamplePack_Title {
    /* font-size: 1.375rem; */
    line-height: 1.875rem;
    margin-bottom: .875rem;
}
.hd-Header_Share {
    /* display: none; */
    visibility: hidden;
}



}




@media (min-width: 1201px){
.cta-SamplePack_Title {
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.hd-Header_Share {
    border-top: 1px solid #373838;
    cursor: pointer;
    visibility: visible;
}

.sec-Section-dark, .sec-Section-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.sec-Section_Header {
    margin-bottom: 30px;
}

.crd-LargeImage_Overlay {
    padding: 2.625rem 30px;
}

.prj-SmallList .crd-LargeImage_Title {
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.sec-Section_Footer {
    margin-top: 3.5rem;
}
.cta-Split_Column {
    padding-top: 6.563rem;
    padding-bottom: 6.563rem;
}
.ft-Footer_Body {
    padding-top: 5.25rem;
    padding-bottom: 3.063rem;
}
.lyt-Content_Outer {
    position: relative;
    transition: opacity .6s;
    /* margin-left:100px */
}
.hd-Header {
    position: fixed;
    top: 0;
    right: 0;
    left: 100px;
    z-index: 101;
    display: flex;
    background-color: #1b1d1d;
    transition: transform .6s ease;
    width: 200px;
}


}

@media (min-width: 768px){
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

}



@media (min-width: 601px) and (max-width: 900px){
.soc-SocialsBlock_Column-newsletter {
    flex-basis: calc(100% - 30px);
    flex-shrink: 0;
    width: calc(100% - 30px);
    margin-bottom: 30px;
}

.hd-Header-isOpen {
    transform: none;
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.075);
}
.hd-Header-isOpen .hd-Header_Menu {
    opacity: 1;
    visibility: visible;
}
.hd-Header_LogoFull {
    display: none;
}
.sidenav {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 170px;
    left: 0;
    background-color: #e6e6e6;
    overflow-x: hidden;
    transition: opacity .2s, visiblity .2s;
    /* padding-top: 60px; */
}
.close-sidenav .closebtn {
    display: none;
}

#close-btn1{
  display: none;
  margin-top: 5px;
  margin-left: 169px;
}

#close-btn1 a{
  color: #f4c430;
  font-size: 50px
}
.nav-Trigger {
    display: block;
    cursor: pointer;
    margin-top: 40px;
    margin-left: 180px;
}

.nav-Trigger_Text1{
  margin-top: -10px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}


.hd-Header_Share{
    display: none;
 /* visibility: hidden; */
}
.hd-Header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    display: flex;
    background-color: #1b1d1d;
    transition: transform .6s ease;
    width: 100%;
    height:171px;
}
.hd-Header_Logo, .hd-Header_NavTrigger {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 300px;
    height: 171px;
}

.lyt-Content_Outer {
    position: relative;
    transition: opacity .6s;
}

.hd-Header_Bar {
    justify-content: space-between;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #373838;
    color: #fff;
    transition: background-color .3s;
}
.lyt-Site {
    padding-top: 171px;
}

.cta-SamplePack {
    background-color: #039dd6;
    background-image: linear-gradient(0deg, #1398aa, rgba(19, 152, 170, 0));
    position: relative;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    color: #fff;
    overflow: hidden;
    height: 900px;
}
.img-Image_Media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-SamplePack_Title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .875rem;
    font-weight: 500;
}
.para {
    text-align: justify;
    line-height: 30px;
}

.soc-SocialsBlock_Columns {
    flex-wrap: wrap;
}
.ft-Footer {
    text-transform: uppercase;
    background: linear-gradient(
180deg, #1c1d1d, #373838);
    color: #fff;
    margin-top: -55px;
}

.fonticon p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-left: -17px;
}

}

@media (max-width: 767px){
.soc-SocialsBlock_Column.soc-SocialsBlock_Column-newsletter h4 {
    line-height: 30px;
}

.col-md-10.fonticon p {
    margin-left: 43px;
    margin-top: -24px;
    text-transform: capitalize;
}
}


/* @media (min-width: 320px) and (max-width: 600px){ */

@media (max-width: 600px){
.soc-SocialsBlock_Column-newsletter {
    margin-bottom: 30px;
}
.ft-Footer_Privacy {
    text-align: center;
    font-size: 14px;
    line-height: 2.25rem;
    font-weight: 400;
    text-transform: none;
}
.ft-Footer_Right {
    margin-top: .875rem;
}

.hd-Header_Share {
    display: none;
    /* visibility: hidden; */
}

.hd-Header-isOpen {
    transform: none;
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.075);
}
.hd-Header-isOpen .hd-Header_Menu {
    opacity: 1;
    visibility: visible;
}
.hd-Header_LogoFull {
    display: none;
}
.sidenav {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 124px;
    left: 0;
    background-color: #e6e6e6;
    overflow-x: hidden;
    transition: opacity .2s, visiblity .2s;
    /* padding-top: 60px; */
}
.close-sidenav .closebtn {
    display: none;
}

#close-btn1 {
    /* display: none; */
    /* margin-right: 29px; */
    margin-top: 11px;
    margin-left: 95px;
}

#close-btn1 a{
  color: #f4c430;
  font-size: 50px
}
.nav-Trigger {
    display: block;
    cursor: pointer;
    margin-top: 45px;
    margin-left: 95px;
}

.nav-Trigger_Text1{
  margin-top: -10px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.hd-Header {
    position: fixed;
    top: 0;
    right: 0;
    /* left: 100px; */
    z-index: 101;
    display: flex;
    background-color: #1b1d1d;
    transition: transform .6s ease;
    width: 100%;
    height: 125px;
}

.hd-Header_Bar {
    justify-content: space-between;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #373838;
    color: #fff;
    transition: background-color .3s;
    height:125px;
}

.hd-Header_Logo, .hd-Header_NavTrigger{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 46%;
    height: 100%;
}
.lyt-Content_Outer {
    position: relative;
    transition: opacity .6s;
    /* margin-top: 127px; */
}

.cta-SamplePack {
    background-color: #039dd6;
    background-image: linear-gradient(0deg, #1398aa, rgba(19, 152, 170, 0));
    position: relative;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    color: #fff;
    overflow: hidden;
    margin-top: 0px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
*, :after, :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

.cta-SamplePack_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.cta-SamplePack_Body {
    margin-top: 0px;
}

.cta-SamplePack_Column-image {
    display: none;
}

.lyt-Site {
    padding-top: 125px;
}

.sec-Section-dark, .sec-Section-grey {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #eee;
}
/* .sec-Section {
  display: none;
} */
.sec-Section-grey {
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.sec-Section_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}
.sec-Section_Header {
    margin-bottom: 1.75rem;
    text-align: center;
}
h1.sec-Section_Title {
    font-size: 30px;
    /* padding-top: 0px; */
    font-weight: bold;
    background: #00aeefc4;
    line-height: 30px;
    margin-top: 16px;
    padding: 13px 0px;
}
.sec-Section_Title {
    /* font-weight: 500; */
    letter-spacing: .0625rem;
    text-transform: uppercase;
    /* font-size: 1.25rem;
    line-height: 1.75rem; */
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.prj-SmallList_Item:first-child {
    margin-top: 0;
}
.prj-SmallList_Item {
    margin-top: 1.75rem;
}
.crd-LargeImage {
    border-radius: 5px;
}
.crd-LargeImage_ImageContainer {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.crd-LargeImage_Overlay {
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ft-Footer_Onespacemedia, .ft-Footer_Privacy-policy {
    display: block;
}

.soc-SocialsBlock_SocialsItem:first-child {
    margin-bottom: 15px;
}

}

@media (min-width: 901px) and (max-width: 1200px){
.soc-SocialsBlock_Social {
    padding: .875rem 15px;
}
.fonticon p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-left: -25px;
}
}


