*,*::before,*::after {
	box-sizing:border-box
}
body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 26px;
	font-weight: 400;
    color: #eee;
    background-color:#000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}
img {
    max-width: 100%;
}
p {
	margin:0;
	margin-bottom:25px;
}
b {
	font-weight:700;
}
a, a:hover {
    color: #464649;
	text-decoration:none;
}
html {
  scroll-behavior: smooth;
}
button, a {
	cursor:pointer;
}
* {
    transition: 0.4s all;
}
body, html {
	height:100%;
}
ul, ol {
	padding:0;
	margin:0;
}
body.body {
    padding: 0;
    margin: 0;
}
._ct-wrap {
    padding: 0 60px;
    max-width: 1600px;
    margin: auto;
}
.bannerVIDplaceholder {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
figure.bnr-video-plax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.content-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar {
	display:none;
}
header#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 2;
}
._header-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header {
    padding: 15px 0;
}
/*********/

.fourBoxLayWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.imgwrap4blc img {
    width: 100%;
    height: 100%;
    display: block;
}
.fourBoxLayCol {
    position: relative;
    overflow: hidden;
}
.fourBoxLayCol p {
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 50px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    padding-top: 100%;
    background: rgba(0, 0, 0, .5);
    line-height: 130%;
}
a.abslink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#hp_section_three {
    background: #000;
	padding: 60px 0;
}
.hp_3rd_section h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 35px;
}
.hp_3rd_section_col,
.hp_4rth_section_col {
    flex: 0 0 50%;
}
.hp_3rd_section_col h2, .hpsection h2 {
    font-size: 35px;
    color: #fff;
    margin: 0 0 30px;
}
.hp_3rd_section_col p, .hpsection p {
    color: #eee;
}
.hp_3rd_section_col1_inner,
.hp_4rth_section_col2_inner {
    background: #0c1015;
    padding: 50px;
}
.hp_3rd_section_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.hp_3rd_section_col2_inner,
.hp_4rth_section_col1_inner {
    height: 100%;
}
.hp_3rd_section_col2_inner img,
.hp_4rth_section_col1_inner img {
    height: 100%;
    object-fit: cover;
}
.hp_3rd_section_col,
.hp_4rth_section_col {
    border-radius: 20px;
    overflow: hidden;
}
.djc-wcu-section ._ct-wrap {
    padding: 100px 60px;
    background: rgba(0, 0, 0, .75);
}
.djcwcuwrp {
    display: flex;
    align-items: center;
    gap: 50px;
}
.djcwcuwrpcol {
    flex: 1;
}
.djcwcuwrpcol p {
    font-weight: 200;
    font-size: 18px;
}
.djcwcuwrpcol p:Last-child {
    margin:0;
}
.djcwcuwrpcol h2 {
    color: #fff;
    font-size: 38px;
    margin: 0;
    /*text-align: center;*/
    text-transform: uppercase;
}
.djcwcuwrpcol h2:after {
    content: "";
    height: 4px;
    width: 120px;
    background: #e21f2f;
    display: block;
    margin-top: 20px;
    border-radius: 30px;
}
.djcwcuwrpcol h2 span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-weight: 200;
}
.hp_7th_section_content p {
    color: #fff;
    margin: 0;
    font-weight: 200;
    font-size: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
._1st_dcjhdr h2:after, .hp_7th_section_content h2:after {
    content: "";
    height: 4px;
    width: 120px;
    background: #e21f2f;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 30px;
}
.cta-erap h2:after {
	content: "";
    height: 4px;
    width: 120px;
    background: #fff;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 30px;
}
ul.main-nav li:not(li:last-child) a:hover {
	color: #e21f2f;
}
.hp_7th_section_content h2 span {
    color: #fff;
    display: block;
    font-weight: 200;
}
.djc-wcu-section {
    background: url(../img/djcompany-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
.hp_4rth_section_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.hpsection ol {
    padding-left: 18px;
    margin-bottom: 18px;
    color: #eee;
}
.hp_4rth_section_col2_inner {
    background: #151b23;
    padding: 30px 25px;
	border: 1px solid #1c242d;
}
div#hp_section_five {
    padding: 70px 0;
}
.hp_5th_col_inner {
    background: #161b22;
    padding: 30px;
    border: 1px solid rgba(225, 31, 47, .2);
    border-radius: 12px;
    height: 100%;
}
.hp_5th_col_inner h3 {
    font-size: 22px;
    color: #db1e2e;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.hp_5th_col_inner p {
    font-weight: 200;
    font-size: 18px;
    margin: 0;
}
.hp_5th_contnt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.hp_5th_section_content h2 {
    text-align: center;
    margin-bottom: 40px;
}
.hp_6th_section_header {
    text-align: center;
}
.hp_6th_section_header h2 {
    margin-bottom: 28px;
}
.hp_6th_section_header p {
    font-size: 18px;
}
.hp_6th_section_header {
    margin-bottom: 45px;
}
.h3styling h3 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 22px;
}
.wcustyle h2 {
    margin-bottom: 25px;
}
.hp_5th_section_content.wcustyle {
    max-width: 1000px;
    margin: auto;
}
.wcustyle p {
    text-align: center;
}
.hp_5th_col_inner, .hp_4rth_section_col1_inner {
    position: relative;
}
/*.hp_5th_col_inner:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 4px solid rgba(226, 31, 47, .9);
    border-right: 4px solid rgba(226, 31, 47, .9);
}
.hp_5th_col_inner:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-left: 4px solid rgba(226, 31, 47, .9);
    border-right: 4px solid rgba(226, 31, 47, .9);
}*/
header.blackbg {
    backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	background: rgba(0, 0, 0, .6);
    padding: 12px 0;
}
div#hp_section_seven {
    background: #222222;
	padding:70px 0;
}
.hp_7th_section_content h2, .hp_7th_section_content p {
    text-align: center;
}
.hp_7th_section_content .submitColor {
    background-image: none;
    background-color: #1671ff;
}
.footertopwrp {
    background: #1671ff;
    padding: 60px 0;
}
.ftrcntnt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    color: #fff;
}
.ftrcntntCols h3 {
    text-align: center;
    margin: 0 0 15px;
}
.ftrcntntCols p {
    text-align: center;
    margin: 0;
}
.ftrcntntCols a {
    color: #fff;
    font-size: 35px;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.ftrcntntCols:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
ul.footerlinks li a {
	margin:4px 0;
	font-size:16px;
}
ul.footerlinks {
    list-style: none;
}
.social {
    background: #000;
}
.social ul {
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.social p {
    text-align: center;
    color: #868686;
}
.social ul a {
    color: #868686;
}
.social {
    padding: 60px 0 30px;
}
/*new*/
.bannerVIDplaceholder h1 {
    color: #fff;
    font-size: 75px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
	font-weight: 900;
}
.bnrtxt {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    flex-direction: column;
    gap: 20px;
}
.bannerVIDplaceholder h1 span {
    font-size: 42px;
    display: block;
    margin-top: 40px;
    font-weight: 200;
}
.bnrtxt p {
    color: #fff;
    margin: 0;
    font-weight: 200;
    font-size: 18px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
ul.main-nav {
    list-style: none;
    margin: 0;
    color: #fff;
}
ul.main-nav li a {
    color: #fff;
    text-transform: uppercase;
}

ul.main-nav {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}
li.lastnav a {
    background: #e21f2f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    font-size: 18px;
}
li.lastnav svg {
    max-width: 28px;
    max-height: 28px;
}
.djc-section-one {
    padding: 70px 0;
}
._1st_dcjhdr {
    max-width: 1000px;
    margin: auto;
}
._1st_dcjhdr h2 {
    color: #fff;
    font-size: 38px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
._1st_dcjhdr h2 span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
	font-weight:200;
}
._1st_dcjhdr p {
    color: #fff;
    margin: 0;
    font-weight: 200;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
._1st_dcjcnt_col_txt {
    background: #151b23;
    padding: 25px;
    border-radius: 20px;
}
._1st_dcjcnt_col_img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}
._1st_dcjcnt_col_txt {
    background: #151b23;
    padding: 30px 25px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #1c242d;
}
._1st_dcjhdr {
    margin-bottom: 40px;
}
._1st_dcjcnt {
    display: flex;
    gap: 30px;
}
._1st_dcjcnt_col {
    flex: 1;
}
.section h3 {
    font-size: 25px;
    margin: 0 0 16px;
}
.section p {
    font-weight: 200;
    font-size: 18px;
}
.section h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 24px;
}
._1st_dcjcnt_col_img {
    height: 100%;
}
.hpsection ul {
    margin-left: 18px;
}
.hpsection ul li:not(li:last-child) {
    margin-bottom: 18px;
}
.cta-section {
    background: #de1f2e;
    padding: 70px 0;
}
.cta-erap h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 8px;
}
p.ctasbtxt {
    font-size: 26px;
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
p.blnstt2 {
    color: #fff;
    margin: 0;
    font-weight: 200;
    font-size: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
._djc-cta {
    text-align: center;
}
._djc-cta a {
    color: #fff;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
    padding: 12px 30px;
    background: #0d1117;
    border-radius: 8px;
    font-weight: 200;
}
.social a.logo {
    margin: auto;
    max-width: 170px;
    display: flex;
    margin-bottom: 35px;
}
._djc-cta a svg {
    width: 25px;
    height: 25px;
}
.djc-section-two.section {
    background: url(../img/djbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div#h5vp442c5afd {
    max-width: 842px;
    margin: auto;
    border: 5px solid #de1f2e;
    border-radius: 12px;
    overflow: hidden;
	width: 100%;
}
div#h5vp442c5afd button.plyr__control.plyr__control--overlaid, div#h5vp442c5afd .plyr--video .plyr__control:focus-visible, div#h5vp442c5afd .plyr--video .plyr__control:hover, div#h5vp442c5afd .plyr--video .plyr__control[aria-expanded=true] {
    background: #de1f2e;
}
div#h5vp442c5afd .plyr--full-ui input[type=range] {
	color: #de1f2e;
}
.djc-section-two.section ._ct-wrap {
    height: 100vh;
    display: flex;
    background: rgba(0, 0, 0, .5);
    background-image: url(../img/dot.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}
.bnrtxt {
    background: rgba(0, 0, 0, .2);
}
#hambicon, #closeicon {
	display:none;
	cursor:pointer;
}
#closeicon {
    position: absolute;
    top: 36px;
    right: 18px;
}
ul.main-nav li:first-child {
    display: none;
}
.mobilenavbr {
	display:none;
}
.__djc_one.djc-section {
    padding: 75px 0;
}
.djc_one_wrap {
    display: flex;
    gap: 60px;
    align-items: center;
}
.djc_one_wcol {
    flex: 1;
}
.djc_one_wcol h2 {
    font-size: 55px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 110%;
}
.djc_one_wcol h2 span {
    font-weight: 200;
    display: block;
    color: #df1f2e;
}
.djc_one_wcol h2:after {
    content: "";
    height: 4px;
    width: 120px;
    background: #e21f2f;
    display: block;
    margin-top: 20px;
    border-radius: 30px;
}
.djc_one_wcol p {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
}
.djc_one_wcol p:last-child {
	margin-bottom:0;
}
.pdjs-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.pdjs-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.pdjs-txt {
    height: 100%;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pdjs-txt h3 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #e21f2f;
}
.pdjs-items {
    background: #0d1117;
	margin-top:75px;
}
.pdjs-img {
    height: 100%;
}
.pdjs-txt p {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
}
.pdjs-txt h3:after {
    content: "";
    height: 2px;
    width: 90px;
    background: #ffffff;
    display: block;
    margin: auto;
    margin-top: 15px;
    border-radius: 30px;
}
.__djc_two {
	padding:75px 0;
	padding-top:0;
}
._djc_2header h2 {
    font-size: 55px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 110%;
    text-align: center;
    margin-bottom: 35px;
}
._djc_2header h2 span {
    font-weight: 200;
    display: block;
    color: #df1f2e;
}
._djc_2header h2:after {
    content: "";
    height: 4px;
    width: 120px;
    background: #e21f2f;
    display: block;
    border-radius: 30px;
    margin: auto;
    margin-top: 20px;
}
._djc_2header p {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    margin: 0;
	text-align:center;
}
._djc_2header {
    max-width: 900px;
    margin: auto;
}
._djwwd_wrp {
    display: flex;
    gap: 30px;
}
._djwwd_col {
    flex: 1;
}
._djwwd_wrp {
    padding-top: 75px;
}
._djwwd_col img {
    width: 100%;
    height: 100%;
    display: block;
}
._djwwd_col, ._djwwd_subcol {
    position: relative;
}
._djwwd_info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    padding: 75px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
._djwwd_col ._djwwd_subcol:first-child {
    margin-bottom: 30px;
}
._djwwd_info h3 {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 900;
}
._djwwd_info p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}
._djwwd_info ul {
    padding: 22px 0;
    padding-left: 18px;
}
._djwwd_info ul li:not(li:last-child) {
    margin-bottom: 15px;
}
.djc003wrap {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}
.djc003col-img img {
    display: block;
    height: 100%;
}
.djc003col-info h3 {
    font-size: 30px;
    margin: 0 0 20px;
    color: #e21f2f;
}
.djc003col {
	flex: 1;
    background: #0d1117;
    border: 1px solid #202631;
}
.djc003col-info ul {
    padding-left: 18px;
    padding-bottom: 25px;
}
.djc003col-info ul li:not(li:last-child) {
    margin-bottom: 15px;
}
.djc003col-info p:last-child {
    margin-bottom: 0;
}
.djc003col-info {
    padding: 30px;
}
.djc004wrap {
    display: flex;
    gap: 35px;
}
.djc004wrap {
    margin-top: 35px;
}
.djc004wrap {
    display: flex;
    gap: 35px;
    background: #0d1117;
    border: 1px solid #202631;
}
.djc004col {
    flex: 1;
}
.djc004col h3 {
    font-size: 30px;
    margin: 0 0 20px;
    color: #e21f2f;
}
.djc004col ul li:not(li:last-child) {
    margin-bottom: 15px;
}
.djc004col ul {
    padding-left: 18px;
    margin-bottom: 18px;
}
.djc004col img {
    display: block;
    height: 100%;
}
.djc004col-inner {
    padding: 50px 50px 50px 35px;
}
.djc004col-inner p:last-child {
    margin: 0;
}
.__djc_three.djc-section {
    background: url(../img/djcompany-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
.__djc_three.djc-section ._ct-wrap {
    padding: 100px 60px;
    background-color: rgba(0, 0, 0, .7);
}
.__djc_wcu h2 {
    font-size: 55px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 110%;
    text-align: center;
    margin-bottom: 35px;
}
.__djc_wcu h2 span {
    font-weight: 200;
    display: block;
    color: #df1f2e;
}
.__djc_wcu p {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
}
.__djc_wcu {
    max-width: 900px;
    margin: auto;
}
.__djc_wcu h2:after {
    content: "";
    height: 4px;
    width: 120px;
    background: #e21f2f;
    display: block;
    border-radius: 30px;
    margin: auto;
    margin-top: 20px;
}
._djc-cta h2 {
    font-size: 55px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 110%;
    text-align: center;
    margin-bottom: 35px;
}
._djc-cta h2 span {
    font-weight: 200;
    display: block;
}
._djc-cta h2:after {
    content: "";
    height: 4px;
    width: 120px;
    background: #ffffff;
    display: block;
    border-radius: 30px;
    margin: auto;
    margin-top: 20px;
}
div#hp_section_seven h2 {
    font-size: 55px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 110%;
    text-align: center;
    margin-bottom: 35px;
}
iv#hp_section_seven h2 span {
    font-weight: 200;
    display: block;
}
.__djc_four.djc-section {
    padding: 75px 0;
}
.djcmwcucol h2 {
    font-size: 52px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 110%;
    margin-bottom: 35px;
}
.djcmwcucol h2 span {
    font-weight: 200;
    display: block;
    color: #df1f2e;
}
.djcmwcucol ul li:not(li:last-child) {
    margin-bottom: 12px;
}
.djcmwcucol ul {
    font-weight: 300;
    font-size: 17px;
    padding-left: 50px;
}
.djcmwcucol p {
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
	max-width: 800px;
}
.djcmwcucol {
    flex: 1;
}
.djcmwcucolInner {
    position: relative;
    height: 100%;
}
img.wcuim2 {
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
}
img.wcuim1 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 83%;
}
.djcmwcucolInner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 25px;
}
.djcwcuclinr {
    background: #0d1117;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #202631;
    height: 100%;
}
.djcwcuclinr h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #e21f2f;
}
.djcwcuclinr p {
    margin: 0;
}
.__djc_mainwcu {
    display: flex;
    align-items: center;
    gap: 50px;
}
.__djc_two.djc-section {
    padding-bottom: 0;
}
.pdjs-txt a {
    color: #e21f2f;
    padding-left: 10px;
}
@media (max-width:991px) {
	ul.main-nav li:first-child {
		display: block;
	}
	#hambicon, #closeicon {
		display:block;
	}
	nav.mobilenavbr {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transition: transform .5s ease-in-out;
		-webkit-transition: transform .5s ease-in-out;
		z-index: 2;
		opacity:0;
		background: #000;
	}
	nav.mobilenavbr.opened {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		opacity:1;
	}
	ul.main-nav {
		text-align: center;
		padding: 50px;
		align-items: center;
		flex-direction: column;
		gap: 35px;
		justify-content: center;
		list-style: none;
		display:flex;
		height: 100%;
		
	}
	ul.main-nav li a {
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-size: 25px;
		font-weight: 300;
	}
	ul.main-nav li a:hover {
		letter-spacing: 5px;
	}
	.mobilenavbr {
		display:block;
	}
	.navbr {
		display:none;
	}
	.bannerVIDplaceholder h1 {
		font-size: 55px;
	}
}
@media (max-width:768px) {
	._ct-wrap {
		padding: 0 15px;
		max-width: 100%;
		margin: auto;
	}
	header.blackbg {
		padding: 10px 0;
	}
	.social ul {
		display: flex;
		list-style: none;
		gap: 15px;
		align-items: center;
		justify-content: center;
		margin-bottom: 15px;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.social p {
		font-size: 14px;
	}
	.ftrcntnt {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		color: #fff;
	}
	.ftrcntntCols:nth-child(2) {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 30px 0;
	}
	.hp_3rd_section_col h2, .hpsection h2 {
		line-height: 148%;
	}
	.hp_5th_contnt {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.hp_5th_col_inner {
		padding: 25px;
	}
	.hp_5th_section_content h2 {
		margin-bottom: 35px;
	}
	.fourBoxLayWrap {
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
	}
	.fourBoxLayCol p {
		padding: 30px 35px;
		padding-top: 100%
	}
	.hp_3rd_section h1 {
		font-size: 30px;
	}
	.hp_3rd_section_content {
		display: flex;
		gap: 30px;
		flex-direction: column-reverse;
	}
	.hp_3rd_section_col1_inner, .hp_4rth_section_col2_inner {
		padding: 25px 20px;
	}
	.hp_4rth_section_content {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.hp_4rth_section_col2_inner {
		padding: 25px 20px;
	}
	.hp_3rd_section_col h2, .hpsection h2 {
		font-size: 26px;
		margin: 0 0 25px;
	}
	.hp_5th_col_inner h3 {
		font-size: 20px;
	}
	.hp_6th_section_header h2 {
		margin-bottom: 25px;
	}
	.bannerVIDplaceholder h1 {
        font-size: 35px;
        line-height: 110%;
    }
	.bannerVIDplaceholder h1 span {
		font-size: 20px;
		margin-top: 15px;
	}
	.section h2 {
		font-size: 30px;
	}
	._1st_dcjcnt {
		flex-direction: column-reverse;
	}
	.section h2 {
		line-height: 130%;
	}
	._1st_dcjhdr h2 span {
		margin-bottom: 12px;
	}
	div#hp_section_four {
		padding: 0 0 70px;
	}
	.djc-section-two.section ._ct-wrap {
		height: 100%;
		padding: 70px 15px;
	}
	p.blnstt2 {
		font-size: 18px;
	}
	p.ctasbtxt {
		font-size: 22px;
		margin-bottom: 12px;
	}
	p.ctasbtxt {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.cta-erap h2 {
		font-size: 24px;
		margin: 0 0 25px;
		line-height: 130%;
		word-spacing: 5px;
	}
	a.logo img {
		max-width: 140px;
		height: 100%;
		display: flex;
	}
	.djcwcuwrp {
		align-items: inherit;
		gap: 35px;
		flex-direction: column;
	}
	.djc-wcu-section ._ct-wrap {
		padding: 70px 15px;
	}
	.djcwcuwrpcol h2 span {
		margin-bottom: 0;
	}
	.djcwcuwrpcol h2 {
		line-height: 130%;
		font-size: 30px;
	}
	.bnrtxt p {
		font-size: 16px;
		max-width: 100%;
	}
	.bnrtxt {
		padding: 0 15px;
	}
	.djc_one_wcol h2 {
		font-size: 40px;
	}
	.djc_one_wcol h2:after, .__djc_wcu h2:after, .hp_7th_section_content h2:after, ._djc-cta h2:after, ._djc_2header h2:after {
		height: 3px;
		width: 100px;
		margin-top: 15px;
	}
	.djc_one_wrap {
		gap: 35px;
		flex-direction: column;
		align-items: inherit;
	}
	.djc_one_wcol p {
		font-size: 16px;
	}
	.__djc_one.djc-section {
		padding: 65px 0;
	}
	.pdjs-txt {
		padding: 40px;
	}
	.pdjs-txt h3 {
		font-size: 22px;
	}
	.pdjs-txt h3:after {
		width:80px;
	}
	.pdjs-txt p {
		font-size: 16px;
	}
	.__djc_three.djc-section ._ct-wrap {
		padding: 65px 30px;
	}
	.__djc_wcu p {
		font-size: 16px;
		margin: 0;
	}
	.djcmwcucol h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.djcmwcucol p {
		font-size: 16px;
		max-width: 100%;
		margin-bottom: 0;
	}
	.djcmwcucolInner {
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
		gap: 20px;
	}
	div#hp_section_seven h2, ._djc-cta h2, .__djc_wcu h2, ._djc_2header h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.hp_7th_section_content p {
		font-size: 16px;
	}
	.hp_7th_section_content p br {
		display: none;
	}
	p.blnstt2 {
        font-size: 16px;
    }
	.pdjs-items {
		grid-template-columns: repeat(1, 1fr);
	}
	.__djc_mainwcu {
		align-items: center;
		gap: 35px;
		flex-direction: column;
	}
	._djc_2header p {
		font-size: 16px;
	}
	._djwwd_wrp {
		padding-top: 35px;
	}
	._djwwd_info {
		padding: 35px 25px;
	}
	._djwwd_info p {
		font-size: 16px;
	}
	._djwwd_info h3 {
		font-size: 25px;
		margin: 0 0 15px;
	}
	._djwwd_wrp {
		flex-direction: column;
	}
	.djc003wrap {
		gap: 35px;
		margin-top: 35px;
		flex-direction: column;
	}
	.djc003col-info {
		padding: 30px 20px;
	}
	.djc003col-info h3 {
		font-size: 22px;
		margin: 0 0 15px;
	}
	.djc004wrap {
		flex-direction: column;
		gap: 0;
	}
	.djc004col h3 {
		font-size: 22px;
		margin: 0 0 15px;
	}
	.djc004col-inner {
		padding: 30px 20px;
	}
}
@media (min-width:991.1px) and (max-width:1150px) {
	ul.main-nav {
		gap: 25px;
	}
	li.lastnav a {
		padding: 10px 12px;
		font-size: 16px;
	}
	._ct-wrap {
		padding: 0 35px;
	}
}
@media (min-width:768.1px) and (max-width:991px) {
	.fourBoxLayCol p {
		font-size: 25px;
	}
	._1st_dcjcnt {
		flex-direction: column-reverse;
	}
	.hp_3rd_section h1 {
		font-size: 30px;
	}
	.hp_3rd_section_content {
		gap: 30px;
		display: flex;
		flex-direction: column-reverse;
	}
	.hp_4rth_section_content {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.hp_5th_contnt {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.ftrcntntCols a {
		font-size: 30px;
	}
	.ftrcntnt {
		gap: 15px;
	}
	.bannerVIDplaceholder h1 span {
		font-size: 32px;
	}
	.bnrtxt p {
		font-size: 18px;
		max-width: 700px;
	}
	.djc_one_wrap {
		gap: 35px;
		flex-direction: column;
		align-items: inherit;
	}
	.djc_one_wcol h2 {
		font-size: 45px;
	}
	.djc_one_wcol h2 br {
		display: none;
	}
	.pdjs-txt {
		padding: 25px;
	}
	.pdjs-txt h3 {
		font-size: 20px;
	}
	.pdjs-txt p {
		font-size: 16px;
	}
	._djc_2header h2 {
		font-size: 45px;
	}
	._djwwd_info {
		padding: 35px 25px;
	}
	._djwwd_info h3 {
		font-size: 25px;
	}
	._djwwd_info p {
		font-size: 16px;
	}
	._djwwd_wrp {
		padding-top: 50px;
	}
	._djwwd_wrp {
		gap: 20px;
	}
	._djwwd_col ._djwwd_subcol:first-child {
		margin-bottom: 20px;
	}
	.__djc_wcu h2 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	.__djc_wcu p {
		font-size: 16px;
	}
	.__djc_mainwcu {
		align-items: center;
		gap: 20px;
		flex-direction: column;
	}
	.djcmwcucol h2, div#hp_section_seven h2, ._djc-cta h2 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	.djc003wrap {
		display: flex;
		gap: 40px;
		margin-top: 50px;
		flex-direction: column;
	}
	.djc004wrap {
		flex-direction: column;
	}
	.djc004col-inner {
		padding: 0 30px 30px;
	}
}
