@media screen and (min-width: 240px) and (max-width: 500px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 6px 0 0 10px;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    -webkit-transform: rotate(45deg) translate(0px, 0);
            transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
            transform: rotate(-90deg) translate(19px, 0px);
  }
  body {
    padding: 0 !important;
  }
  header {
    top: 0;
    position: relative !important;
  }
  header .container {
    padding: 0 0;
  }
  header .container nav {
    border-radius: 0;
  }
  header .container nav ul {
    width: 65%;
    height: 100vh;
    background: #0c101a;
    top: 0;
    left: -66%;
    position: fixed;
    padding: 34px 0 0 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  header .container nav ul li {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  header .container nav ul li a {
    width: 100%;
    color: #8f96a7;
  }
  header .container nav .activeMainNav {
    left: 0 !important;
  }
  .heroBac {
    overflow: hidden;
    margin: 0 0;
  }
  .heroBac .container {
    padding: 0 0;
  }
  .heroBac .container .heroInn {
    margin: 0 0;
  }
  .heroBac .container .heroInn .heroImg {
    padding: 0 0;
  }
  .heroBac .container .heroInn .heroImg picture {
    height: auto;
    position: relative;
  }
  .heroBac .container .heroInn .heroImg picture span {
    position: static;
    width: 100%;
    float: left;
    top: 0 !important;
  }
  .heroBac .container .heroInn .heroImg picture span img {
    width: 100%;
  }
  .heroBac .container .heroInn .heroImg picture .img_02 {
    display: none;
  }
  .heroBac .container .heroInn .heroTxt {
    margin: 20px 0 0 0;
  }
  .heroBac .container .heroInn .heroTxt article a {
    margin: 12px 0 26px 0;
  }
  .aboutWrap {
    position: relative;
  }
  .aboutWrap .aboutInner {
    margin: 0 0 !important;
  }
  .aboutWrap .aboutInner .aboutImg {
    margin: 25px 0 0 0;
  }
  .aboutWrap .aboutInner .aboutImg picture {
    width: 48%;
    float: left;
    height: 146px;
    background: #FF7D0C;
    margin: 5px 1%;
  }
  .aboutWrap .aboutInner .aboutTxt article {
    height: auto;
    background: #F2F2F2;
    padding: 35px 24px;
  }
  .servicesWrap::after {
    background-color: #ffe1c7;
  }
  .clientsWrapper .clImgWrap::before {
    display: none;
  }
  .servicesWrap .serviceInn .serHeading span {
    display: none;
  }
  .clientsWrapper .clLogoWrap ul li {
    width: 50%;
    margin: 10px 0 0 0;
  }
  .clientsWrapper .clLogoWrap ul li img {
    width: 100%;
    height: 74px;
  }
  .clienntsVideoWrap {
    margin: 0 0;
  }
  .clienntsVideoWrap .cvHeader {
    height: auto;
    border-radius: 0;
  }
  .clienntsVideoWrap .cvBlocks {
    padding: 0 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk {
    padding: 0 0;
    width: 50%;
    margin: 0 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture {
    border-radius: 0;
    height: 160px;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture span {
    border-radius: 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture .videoWrap .mainVid {
    width: 90%;
    height: 290px;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture .videoWrap .mainVid iframe {
    height: 290px;
  }
  footer .footmain a.footLogo {
    width: 80px;
    float: left;
    margin: 6px 0 0 0;
  }
  footer .footmain .footNavListing {
    width: calc(100% - 85px);
  }
  footer .footmain .footNavListing li {
    padding: 4px 8px;
  }
  footer .footmain .footNavListing li a {
    font-size: 11px;
  }
  footer .footBottom p {
    font-size: 11px;
  }
  footer {
    margin: 42px 0 20px 0;
  }
  .videoWrap .mainVid {
    width: 90%;
    height: 250px;
  }
  .videoWrap .mainVid iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 501px) and (max-width: 743px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 6px 0 0 10px;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    -webkit-transform: rotate(45deg) translate(0px, 0);
            transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
            transform: rotate(-90deg) translate(19px, 0px);
  }
  body {
    padding: 0 !important;
  }
  header {
    top: 0;
    position: relative !important;
  }
  header .container {
    padding: 0 0;
  }
  header .container nav {
    border-radius: 0;
  }
  header .container nav ul {
    width: 65%;
    height: 100vh;
    background: #0c101a;
    top: 0;
    left: -66%;
    position: fixed;
    padding: 34px 0 0 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  header .container nav ul li {
    width: 100%;
  }
  header .container nav ul li a {
    width: 100%;
    color: #8f96a7;
  }
  header .container nav .activeMainNav {
    left: 0 !important;
  }
  .heroBac {
    overflow: hidden;
    margin: 0 0;
  }
  .heroBac .container {
    padding: 0 0;
  }
  .heroBac .container .heroInn {
    margin: 0 0;
  }
  .heroBac .container .heroInn .heroImg {
    padding: 0 0;
  }
  .heroBac .container .heroInn .heroImg picture {
    height: auto;
    position: relative;
  }
  .heroBac .container .heroInn .heroImg picture span {
    position: static;
    width: 100%;
    float: left;
  }
  .heroBac .container .heroInn .heroImg picture span img {
    width: 100%;
  }
  .heroBac .container .heroInn .heroImg picture .img_02 {
    display: none;
  }
  .heroBac .container .heroInn .heroTxt {
    margin: 20px 0 0 0;
  }
  .heroBac .container .heroInn .heroTxt article a {
    margin: 12px 0 26px 0;
  }
  .aboutWrap {
    position: relative;
  }
  .aboutWrap .aboutInner {
    margin: 0 0 !important;
  }
  .aboutWrap .aboutInner .aboutImg {
    margin: 25px 0 0 0;
  }
  .aboutWrap .aboutInner .aboutImg picture {
    width: 48%;
    float: left;
    height: 146px;
    background: #FF7D0C;
    margin: 5px 1%;
  }
  .aboutWrap .aboutInner .aboutTxt article {
    height: auto;
    background: #F2F2F2;
    padding: 35px 24px;
  }
  .servicesWrap::after {
    background-color: #ffe1c7;
  }
  .clientsWrapper .clImgWrap::before {
    display: none;
  }
  .clientsWrapper .clLogoWrap ul li {
    width: 50%;
    margin: 10px 0 0 0;
  }
  .clientsWrapper .clLogoWrap ul li img {
    width: 100%;
    height: 74px;
  }
  .clienntsVideoWrap {
    margin: 0 0;
  }
  .clienntsVideoWrap .cvHeader {
    height: auto;
    border-radius: 0;
  }
  .clienntsVideoWrap .cvBlocks {
    padding: 0 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk {
    padding: 0 0;
    width: 50%;
    margin: 0 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture {
    border-radius: 0;
    height: 160px;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture span {
    border-radius: 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture .videoWrap .mainVid {
    width: 90%;
    height: 290px;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture .videoWrap .mainVid iframe {
    height: 290px;
  }
  footer .footmain a.footLogo {
    width: 80px;
    float: left;
    margin: 6px 0 0 0;
  }
  footer .footmain .footNavListing {
    width: calc(100% - 85px);
  }
  footer .footmain .footNavListing li {
    padding: 4px 8px;
  }
  footer .footmain .footNavListing li a {
    font-size: 11px;
  }
  footer .footBottom p {
    font-size: 11px;
  }
  footer {
    margin: 42px 0 20px 0;
  }
  .videoWrap .mainVid {
    width: 90%;
    height: 250px;
  }
  .videoWrap .mainVid iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 744px) and (max-width: 899px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 6px 0 0 10px;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    -webkit-transform: rotate(45deg) translate(0px, 0);
            transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
            transform: rotate(-90deg) translate(19px, 0px);
  }
  body {
    padding: 0 !important;
  }
  header {
    top: 0;
    position: relative !important;
  }
  header .container {
    padding: 0 0;
  }
  header .container nav {
    border-radius: 0;
  }
  header .container nav ul {
    width: 65%;
    height: 100vh;
    background: #0c101a;
    top: 0;
    left: -66%;
    position: fixed;
    padding: 34px 0 0 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  header .container nav ul li {
    width: 100%;
  }
  header .container nav ul li a {
    width: 100%;
    color: #8f96a7;
  }
  header .container nav .activeMainNav {
    left: 0 !important;
  }
  .heroBac {
    overflow: hidden;
    margin: 0 0;
  }
  .heroBac .container {
    padding: 0 0;
  }
  .heroBac .container .heroInn {
    margin: 0 0;
  }
  .heroBac .container .heroInn .heroImg {
    padding: 0 0;
  }
  .heroBac .container .heroInn .heroImg picture {
    height: auto;
    position: relative;
  }
  .heroBac .container .heroInn .heroImg picture span {
    position: static;
    width: 100%;
    float: left;
  }
  .heroBac .container .heroInn .heroImg picture span img {
    width: 100%;
  }
  .heroBac .container .heroInn .heroImg picture .img_02 {
    display: none;
  }
  .heroBac .container .heroInn .heroTxt {
    margin: 20px 0 0 0;
  }
  .heroBac .container .heroInn .heroTxt article a {
    margin: 12px 0 26px 0;
  }
  .aboutWrap {
    position: relative;
  }
  .aboutWrap .aboutInner {
    margin: 0 0 !important;
  }
  .aboutWrap .aboutInner .aboutImg {
    margin: 25px 0 0 0;
  }
  .aboutWrap .aboutInner .aboutImg picture {
    width: 48%;
    float: left;
    height: 146px;
    background: #FF7D0C;
    margin: 5px 1%;
  }
  .aboutWrap .aboutInner .aboutTxt article {
    height: auto;
    background: #F2F2F2;
    padding: 35px 24px;
  }
  .servicesWrap::after {
    background-color: #ffe1c7;
  }
  .clientsWrapper .clImgWrap::before {
    display: none;
  }
  .clientsWrapper .clLogoWrap ul li {
    width: 50%;
    margin: 10px 0 0 0;
  }
  .clientsWrapper .clLogoWrap ul li img {
    width: 100%;
    height: 74px;
  }
  .clienntsVideoWrap {
    margin: 0 0;
  }
  .clienntsVideoWrap .cvHeader {
    height: auto;
    border-radius: 0;
  }
  .clienntsVideoWrap .cvBlocks {
    padding: 0 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk {
    padding: 0 0;
    width: 50%;
    margin: 0 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture {
    border-radius: 0;
    height: 160px;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture span {
    border-radius: 0;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture .videoWrap .mainVid {
    width: 90%;
    height: 290px;
  }
  .clienntsVideoWrap .cvBlocks .cvBlk picture .videoWrap .mainVid iframe {
    height: 290px;
  }
  footer .footmain a.footLogo {
    width: 80px;
    float: left;
    margin: 6px 0 0 0;
  }
  footer .footmain .footNavListing {
    width: calc(100% - 85px);
  }
  footer .footmain .footNavListing li {
    padding: 4px 8px;
  }
  footer .footmain .footNavListing li a {
    font-size: 11px;
  }
  footer .footBottom p {
    font-size: 11px;
  }
  footer {
    margin: 42px 0 20px 0;
  }
}
/*# sourceMappingURL=responsive.css.map */