  body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }

  @font-face {
    font-family: 'Formula-Serial';
    src: url('../fonts/Formula-Serial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }

  .main-slider {
    float: left;
    width: 100%;
    background-color: rgba(111, 111, 111, 0.5);
    padding-bottom: 0em;
    padding-top: 0em;
    background-size: cover;
    background-position: left;
  }

  .banner_descrip p {
    font-size: 17px;
    line-height: 34px;
    margin-top: 9px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
  }

  .main-slider .dvider {
    height: 13px;
    background: rgba(51, 122, 183, 0.8);
    margin-top: 4em;
  }

  a.phone-num span {
    font-weight: 600;
    font-size: 22px;
  }

  a:focus,
  a:hover {
    color: #23527c;
    text-decoration: underline;
  }

  header.header-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }

  .main-logo {
    float: left;
  }

  div#popmake-15219 {
    display: block !important;
  }

  div#popmake-15219 button.pum-close.popmake-close {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #ffffff00;
    color: #000000 !important;
    font-size: 40px;
  }

  .header-new .col-md-6 {
    padding: 0px;
  }

  .main-logo img {
    position: relative;
    left: 17px;
    width: 250px;
    height: auto;
  }

  .main-logo .logo_desc {
    width: 100%;
    clear: both;
    margin-left: 25px;
    color: #003e86;
    font-size: 13px;
    font-weight: 600;
  }

  .custom-logo-link {
    line-height: 86px;
  }


  /*side bar menu*/

  .side-menu-wrapper {
    /* style menu wrapper */
    background: #ffffff;
    padding: 40px 0 0 0px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
    width: 372px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
  }

  .side-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 90%;
    margin: 25px auto 0;

  }

  .side-menu-wrapper ul>li {
    padding: 0;
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
  }

  .side-menu-wrapper ul li a {
    display: block;
    border: 1px solid #ccc;
    padding: 15px;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
    position: relative;
  }

  .side-menu-wrapper ul li a:hover {
    background-color: #003e86;
    color: #fff;
  }

  .side-menu-wrapper ul li a:hover .sub-toggle {
    background-color: #fff;
    color: #000;
  }

  .side-menu-wrapper ul li .sub-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 999;
    background-color: #003e86;
    color: #fff;
    font-size: 26px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    transform: translateY(-50%);
  }


  .side-menu-wrapper ul li.mobile-phone::before {
    content: url(/wp-content/uploads/2020/06/services-icon-m-1.png);
    float: left;
    align-items: center;
    position: relative;
    top: -5px;
  }

  .side-menu-wrapper a.menu-close {
    padding: 8px 0 4px 23px;
    color: #000;
    display: block;
    margin: -51px 0 -10px -5px;
    font-size: 46px;
    text-decoration: none;
  }

  .side-menu-wrapper .contact-descrip img {
    width: 270px;
  }

  ul.services_lists i {
    color: #003e86;
    font-size: 94px;
    text-align: center;
    display: block;
  }

  .menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
  }

  .menu-open {
    text-align: right;
    margin-top: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* .side-menu-wrapper.active li {
    position: relative;
  } */

  ul.sub-menu {
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    display: none;
    transition: unset;


  }

  ul.sub-menu li a {
    color: #000;
  }

  ul.sub-menu li {
    border-bottom: none;
    display: block;
    padding: 0;
    color: #000;
  }

  .mobile-menu {
    display: flex;
    padding: 0 15px;
  }

  .mobile-menu i {
    color: #fff;
    font-size: 23px;
    float: left;
    text-align: left;
  }

  .mobile-menu div {
    width: 50%;
    color: #fff;
    text-align: right;
  }

  .main-menu {
    color: #fff;
    margin-right: 0;
    font-size: 25px;
  }

  .menu-open a {
    color: #fff;
    padding: 0 0 0 33px;
  }

  .menu-open .fa-mobile {
    margin-right: 20px;
    font-size: 39px;
    color: #003e86;
    ;
    position: relative;
    top: 7px;
  }

  .menu-open a {
    color: #003e86;
    ;
    padding: 0 0 0 33px;
  }

  .side-menu-wrapper ul>li>ul>li ul li a {
    padding-left: 0 !important;
  }

  .banner_descrip h3 {
    color: #3699ff;
    font-size: 38px;
    font-weight: 500;
    line-height: 53px;
    font-family: 'Formula-Serial';
    text-transform: inherit;
    text-transform: uppercase;
  }

  .banner_descrip {
    padding-left: 0px;
    margin-top: 7em;
    text-align: left;
    /* background: rgba(51,122,183,0.8); */
    float: left;
    padding: 29px;
    width: 100%;
    margin-top: 1em;
    /* background: url(/wp-content/uploads/2020/08/shap.png); */
    background-repeat: no-repeat;
    font-family: 'Formula-Serial';
    position: absolute;
    top: 11em;
  }

  /*.banner_descrip .dvider     height: 15px;{

      background: rgba(51,122,183,0.8);
      width: 100%;
  }*/
  .banner_descrip span {
    display: block;
    font-size: 17px;
  }

  ul.services_lists img {
    width: 113px;
    margin: 0 auto;
    display: block;
  }

  .banner_descrip a.btn {
    border-radius: 2px;
    font-size: 15px;
    /*margin-top: 14px;*/
    margin-top: -8px;
    background: #fff;
    /*       padding: 11px 62px; */
    padding: 21px 72px;
    transition-duration: 1s;
    border: none;
    color: #003e86;
    font-weight: 600;
    border: 2px solid;
    margin-left: 2px;

  }

  .banner_heading {
    font-size: 21px;
  }

  .banner_descrip a.btn:hover {
    background: #037fff;
    border-color: #037fff;
    color: #fff;
  }

  .banner_descrip a.btn:last-child {
    background: #fff;
    /*     border-color: #fff; */
    color: #003e86;
  }

  .banner_descrip a.btn:last-child:hover {
    /*     background:#fff;
    color: #037fff;
    border-color: #fff; */
    background: #037fff;
    border-color: #037fff;
    color: #fff;


  }


  .contact-descrip span {
    display: block;
  }

  .contact-descrip {
    padding: 0 25px;
    text-align: center;
  }

  .contact-descrip h4 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 0;
  }

  .contact-descrip p {
    font-size: 16px;
  }

  .contact-descrip .btn {
    background: #003e86;
    border-color: #003e86;
    font-size: 18px;
    padding: 14px 33px;
    font-weight: bold;
    border-radius: 27px;
    transition-duration: 1s
  }

  .contact-descrip .btn:hover {
    background: #2f6aad;
    border-color: #2f6aad;
  }

  .side-menu-wrapper .sub-toggle img {
    width: 17px;
    margin-top: 0;
  }

  .side-menu-wrapper ul>li>ul>li.mobile-phone a {
    padding-left: 62px;
  }

  .side-menu-wrapper ul li.network-m-s::before {
    content: url(/wp-content/uploads/2020/06/services-icon-m-2.png);
    float: left;
    align-items: center;
    position: relative;
    top: -5px;
  }

  .side-menu-wrapper ul>li>ul>li.network-m-s a {
    padding-left: 62px;
  }

  .side-menu-wrapper ul li.security-cam-m::before {
    content: url(/wp-content/uploads/2020/06/services-icon-m-3.png);
    float: left;
    align-items: center;
    position: relative;
    top: -5px;
  }

  .side-menu-wrapper ul>li>ul>li.security-cam-m a {
    padding-left: 62px;
  }

  .menu-open a.phone-num {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    bottom: 7px;
    color: #003e86;
  }

  ul.banner-lists li a {
    background: rgb(140, 140, 140);
    width: 100%;
    display: block;
    padding: 9px;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: bold;
  }

  ul.banner-lists {
    display: flex;
    clear: both;
    margin-top: 10em;
    float: left;
    width: 100%;
  }

  ul.banner-lists li {
    width: 33%;
    margin: 0 10px;
    list-style: none;
  }

  ul.banner-lists li a {
    background: rgb(140, 140, 140);
    width: 100%;
    display: block;
    padding: 9px;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: bold;
  }

  ul.banner-lists li a:hover {
    background: #616161;

  }

  ul.banner-lists li:nth-child(2) a {
    background: #616161;
  }

  .help_list_outer li {
    list-style: none;
    display: inline-block;
    width: 12%;
    padding: 32px 7px 14px;
  }

  .help_list a br {
    display: none;
  }

  ul.bxsliders.help_list_outer {
    padding: 0;
    margin: 0;
  }

  ul.social_icon li {
    background: #4c699a;
    font-size: 22px;
    padding: 5px 6px;
    border-radius: 50%;
    width: 43px;
    height: 35px;
    text-align: center;
    margin: 3px 13px 0px 0px;
    transition-duration: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.social_icon li:hover {
    background: #ffffff;
  }

  .contact-widget {
    margin-top: 40px;
  }

  ul.social_icon {
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: center;

  }

  ul.social_icon li i {
    color: #fff;
    font-size: 19px;
  }

  .footer-logo-widget .btn.btn-warning {
    background: #4c699a;
    border-radius: 0px;
    /*       padding: 8px 26px; */
    padding: 18px 36px;
    font-size: 15px;
    font-weight: 500;
    margin: 15px auto 0;
    display: block;
    width: 200px;
    transition-duration: 1s;
    border: none;
  }

  .footer-logo-widget .btn.btn-warning:hover {
    background: #003e86;
    border-color: #003e86;
    color: white;
  }

  .help_list img {
    width: 85px;
    margin: 0 auto;
  }

  .footer-widget {
    display: flex;
  }

  .footer-widget aside:nth-child(2) {
    padding-left: 2em;
  }

  .footer-widget aside {
    width: 33%;
  }

  /*.footer-widget aside:last-child {
    margin-top: 5em;
}*/
  .footer-logo-widget p {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
  }

  footer.new-footer {
    background: #1f365c;
    padding: 10px 0;
  }

  .brands-logos .bx-wrapper li {
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brands-logos .bx-wrapper {
    float: left;
    width: 100%;
    max-width: 819px !important;
    margin: 57px auto !important;
    display: block !important;
    float: none;
    clear: both;
    padding: 52px 0 0;
  }

  .brands-logos .bwlogos {
    display: flex;
  }

  .footer-logo-widget img {
    margin-top: 32px;
  }

  .footer-logo-widget p {
    text-align: center;
    font-size: 19px;
    line-height: 26px;
  }

  section.we-help-section .bx-wrapper .bx-prev {
    background: url(/wp-content/uploads/2020/06/we-help-arrow-left.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -79px;
    top: 47%;
  }

  .contact-widget p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 9px;
    line-height: 23px;
    margin-top: 12px;
  }

  .contact-widget h3 {
    color: white;
    font-size: 21px;
    text-transform: uppercase;
  }

  .footer-widget aside .fblock.fblog {
    max-width: 100%;
  }

  .contact-widget h4 {
    color: white;
    font-size: 18px;
    margin: 0px;
  }

  ul#menu-company li {
    border: none;
    font-size: 17px;
    position: static;
    line-height: 16px;
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: -1px;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  ul#menu-company li::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #58708f;
    background: #304669;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 19px;
    border-bottom: 2px solid #1f365c;
    top: -1px;
    margin-bottom: 0;
    float: left;
    position: relative;
    left: -8px;
    top: 0px;
  }

  .casedownload {
    clear: both;
  }

  .footer-widget aside h1.widget-title {
    color: white;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 6px;
    font-weight: 500;
  }

  section.we-help-section .bx-wrapper .bx-next {
    background: url(/wp-content/uploads/2020/06/we-help-arrow-right.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    right: -79px;
    top: 47%;
  }

  ul.inner-banner-desc img {
    width: 145px;
  }

  section.we-help-section h2 {
    display: none;
  }

  section.we-help-section {
    float: left;
    width: 100%;
    margin-top: 40px;
  }

  section.we-help-section h3 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #252525;
  }

  section.home-testimonials .testimonials .testcont {
    padding: 30px;
  }

  .copyrite.power-by {
    min-height: auto;
    padding-bottom: 0;
    text-align: center;
    background: #1f365c;
    border-top: 2px solid #304668;
  }

  section.home-testimonials .testimonial {
    background: none;
  }

  section.we-help-section li h4 {
    color: #5f97c7;
    font-size: 13px;
    /*   height: 43px;*/
  }

  .blog_descr {
    margin-bottom: 15px;
  }

  .copyrite.power-by a {
    color: #fff;
  }

  .testimonial-inner::before {
    content: url(/wp-content/uploads/2020/10/testi-left-arrow.png);
    width: 18px;
    position: absolute;
    left: -20px;
    top: 0px;
  }

  .testimonial-inner::after {
    content: url(/wp-content/uploads/2020/10/testi-right-arrow.png);
    width: 18px;
    position: absolute;
    right: 50px;
    top: 8px;
  }

  section.home-testimonials img {
    width: 100px;
  }

  /*section.home-testimonials::before{
     content: url(https://empiretechs.com/wp-content/uploads/2020/06/testi-left-arrow.png);
     width: 20px;
  }
  section.home-testimonials::after{
     content: url(https://empiretechs.com/wp-content/uploads/2020/06/testi-right-arrow.png);
     width: 20px;
  }*/
  section.home-testimonials {
    background: url(/wp-content/uploads/2020/10/testimonials-scaled-1.jpg);
    float: left;
    width: 100%;
    padding: 56px 0;
    margin-bottom: 90px;
  }

  ul.rating-list {
    display: flex;
    list-style: none;
    margin: 0;
    color: gold;
  }

  ul.rating-list li {
    font-size: 17px;
    margin: 0 3px 0 0 !important;
    float: left;
  }

  section.home-testimonials h3 {
    text-align: center;
    color: black;
    font-size: 33px;
    color: #fff;
  }

  section.home-testimonials .testcont p {
    font-weight: 300;
    line-height: 26px;
  }

  section.servies-section h3 {
    text-align: center;
    color: black;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 33px;
    margin-bottom: 30px;
  }

  .servies-section {
    /*   background: url(/wp-content/uploads/2020/06/services-bg.png);
  */
    float: left;
    width: 100%;
    border-top: 2px solid;
    padding: 20px 0 19px 0;
  }

  .box-outer br {
    display: none;
  }

  ul.services_lists .box-outer h3 {
    font-size: 24px;
    margin: 0;
    font-family: 'Formula-Serial';
    color: #054086;
    transition: all 0.3s ease-in-out;
  }

  ul.services_lists .col-md-3 {
    width: 100%;
  }

  ul.services_lists {
    display: flex;
    justify-content: center;
    margin: 0;
  }

  ul.services_lists h2 {
    display: none;
  }

  .box-outer {
    /* height: 300px !important; */
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 10px;
  }

  .box-outer:hover {
    box-shadow: 0px 3px 11px 4px rgb(0 0 0 / 22%);
    background: #f9f9f9;
  }

  .box-outer:hover h3 {
    color: #8f9192 !important;
  }

  .box-outer a:hover,
  .box-outer a:hover h3,
  .box-outer a:hover p,
  .box-outer a:hover i {
    text-decoration: none;
    color: #8f9192;
  }


  .box-outer:hover img {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 1s;
  }

  ul.services_lists li {
    width: 25%;
    list-style: none;
    background: #fff;
    margin: 0 20px 0 0;
    padding-bottom: 0px;
    position: relative;
  }

  p.serv-des {
    color: rgb(103, 103, 103);
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
    display: block;
  }

  .about-desc {
    padding-right: 15em;
  }

  /*   .container {
     width: 1300px;
     }*/
  section.servies-section p br {
    display: none;
  }

  section.servies-section p {
    text-align: center;
  }

  section.servies-section p a {
    color: #5341f8;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
  }

  section.simple-proces-section h3 {
    color: black;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2px;
    text-align: center;
  }

  section.simple-proces-section {
    padding: 51px 0;
    float: left;
    width: 100%;
    margin-bottom: 27px;
    list-style: none;
  }

  ul.process_lists {
    display: flex;
    align-items: center;
    margin-top: 49px;
  }

  ul.process_lists h2 {
    color: #000;
    margin: 0;
    font-size: 69px;
    position: relative;
    left: 12px;
    top: 17px;
    font-weight: bold;
  }

  ul.process_lists li span {
    display: block;
  }

  ul.process_lists li {
    list-style: none;
    background: rgb(243, 243, 243);
    width: 25%;
    border-radius: 0;
    height: 420px;
    color: #fff;
    padding: 37px;
    text-align: left;
    margin: 0 0;
  }

  ul.process_lists h3 {
    font-size: 30px;
    color: #000;
    line-height: 29px;
    font-weight: 300;
    margin-top: 44px;
    text-align: left;
  }

  ul.process_lists li p {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    margin-top: 26px;
  }

  ul.process_lists li:nth-child(3) h2,
  ul.process_lists li:nth-child(3) h3,
  ul.process_lists li:nth-child(3) p,
  ul.process_lists li:nth-child(4) h2,
  ul.process_lists li:nth-child(4) h3,
  ul.process_lists li:nth-child(4) p {
    color: #fff;
  }

  ul.process_lists li:nth-child(2) {
    background: rgb(226, 226, 226);
  }

  ul.process_lists li:nth-child(3) {
    background: #003e86;
  }

  ul.process_lists li:nth-child(4) {
    background: rgb(1, 40, 57);
  }

  section.simple-proces-section h6 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    margin-top: 16px
  }

  section.about-home-section {
    list-style: none;
  }

  .about-desc.service-it {
    line-height: 30px;
    color: rgb(103, 103, 103);
    padding: 4% 10%;
  }

  .voip-service p {
    line-height: 30px;
    color: rgb(103, 103, 103);
  }

  section.simple-proces-section a.btn {
    font-size: 21px;
    border-radius: 0px;
    padding: 11px 30px;
    background: red;
  }

  section.simple-proces-section a.btn,
  .servies-section a.btn {
    background-color: #003e86;
    color: #fff;
    font-size: 15px;
    /*       padding: 13px 29px; */
    padding: 23px 39px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 auto;
    display: block;
    max-width: 300px;
    border-color: transparent;
    border-radius: 5px;
    transition-duration: 1s;
  }

  section.simple-proces-section a.btn:hover {
    background: #4c699a;
    border-color: #4c699a;
  }

  .about-desc h3 {
    font-size: 25px;
    font-weight: 700;
  }

  .about-desc ul {
    margin-top: 32px;
    margin-left: 17px;
  }

  .about-desc {
    padding-left: 42px;
    padding-right: 43px;
  }

  section.about-home-section .container-fluid {
    padding: 0px;
  }

  section.about-home-section a.btn {
    background-color: #003e86;
    color: #fff;
    font-size: 15px;
    /*       padding: 13px 29px; */
    padding: 23px 39px;
    font-weight: 500;
    margin-left: 43px;
    margin-top: 32px;
    text-transform: capitalize;
    transition-duration: 1s;
  }

  .about-desc ul li {
    list-style: disc;
    line-height: 30px;
    color: rgb(103, 103, 103);
  }

  .banner_descrip h3 span.technolgy {
    font-weight: 400;
    display: block;
    margin-left: 0;
    font-size: 86px;
    color: #fff;
    position: relative;
    text-transform: lowercase;
    margin-bottom: 42px;
    height: 50px;
  }

  section.about-home-section a.btn:hover {
    background: #4c699a;
    border-color: #4c699a;
  }

  .service-it a.btn.btn-default {
    margin-left: 0;
  }

  /*   section.we-help-section .bx-wrapper{
    max-width:100% !important;
  }*/
  section.about-home-section {
    margin-bottom: 50px;
  }


  /*ul.service-bottom {
      display: flex;
  }

  ul.service-bottom li {
      margin: 0 0 0 13px;
      padding: 34px;
      border-radius: 0px;
      border-style: solid;
      border-color: rgb(230, 230, 230);
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      background-color: rgb(255, 255, 255);
      min-height: 422px;
  }
  ul.service-bottom li img {
      width: 152px;
      margin-bottom: 16px;
  }
  ul.service-bottom p {
      color: rgb(103, 103, 103);
      line-height: 25px;
      font-weight: 300;
  }
  ul.service-bottom h3 {
      color: #003e86;
      font-weight: 600;
  }
  ul.service-bottom h4 {
      margin: 0;
      font-weight: 300;
  }
  section.voip-service-bottom {
      list-style: none;
      margin-top: 100px;
  }*/

  section.about-home-section.it-section .about-desc.service-it {
    padding: 52px 4%;
  }

  .top-inner.row {
    display: flex;
    justify-content: center;
  }

  section.about-home-section.it-section p {
    color: rgb(103, 103, 103);
    line-height: 29px;
  }

  .menu-open a.btn {
    border-radius: 2px;
    font-size: 14px;
    margin-top: 1px;
    background: #003e86;
    padding: 19px 60px;
    transition-duration: 1s;
    border: none;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
  }

  .menu-open a.btn:hover {
    background: #53727d;
  }

  .servies-section a.btn.btn-info {
    background: #003e86;
    transition-duration: 1s
  }

  .servies-section a.btn.btn-info:hover {
    background: #028dc3;
  }

  .testimonial-inner .testimg {
    width: 76%;
    max-width: 22%;
    height: 209px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testi-desc {
    width: 64%;
    color: #000;
    overflow: hidden;

  }

  .testimonial-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .testimonial-inner .testimg img {
    width: 100%;
    padding-right: 15px;
  }

  ul.rating-list li span {
    color: #fff;
    margin-left: 11px;
  }

  .testimonial-inner.customer-logo-inner::before,
  .testimonial-inner.customer-logo-inner::after {
    display: none;
  }

  section.voip-service-bottom.brand-logo-sec li ul li {
    /*    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.10);
  */
    height: 88px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
  }

  section.voip-service-bottom.brand-logo-sec li ul li img {
    width: 134px;
    filter: grayscale(100%);
  }

  section.voip-service-bottom.brand-logo-sec li {
    list-style: none;
  }

  section.voip-service-bottom.brand-logo-sec {
    clear: both;
  }

  header.header-new.inner-header {
    width: 100%;
  }

  .sidebar-area aside {
    border-radius: 8px;
    padding: 1.5em 1.2em;
    margin-bottom: 30px;
    box-shadow: 0 0 15px #eee;
    border: 1px solid #eee;
    margin-top: 10px;
  }

  .banner.inner-page-title::before {
    /* content: '';
      background: rgba(0,0,0,0.5);
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;*/
  }

  .banner.inner-page-title {
    background: url(/wp-content/uploads/2020/07/1-1.jpg);
    position: relative;
    /*      display: flex;
*/
    align-items: center;
    float: left;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding: 0 0 4em;
    background-size: cover !important;
    background-position: bottom !important;
  }

  .page-template-etg-home_tpl .banner.inner-page-title .row {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .head-descrption {
    display: block;
    width: 100%;
  }

  .banner.inner-page-title h1 {
    position: relative;
    z-index: 999;
    text-align: center;
  }

  .banner .container {
    background-image: none;
  }

  .banner .title-area {
    width: 100%;
  }

  .content.inner-page-outer article {
    max-width: 100%;
    margin-top: 44px;
  }

  .content.inner-page-outer p {
    color: #000;
    font-size: 16px;
    line-height: 27px;
  }

  .top-btns.button-group a {
    background-image: none;
    font-size: 18px !important;
    margin-top: 11px !important;
    float: left;
    clear: both;
    background: #003e86;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    transition-duration: 1s;
  }

  .top-btns.button-group a:hover {
    background: #53727d;
  }

  .banner-list {
    padding: 0 6em;
    list-style: none;
  }

  ul.inner-banner-desc {
    display: flex;
    margin-left: 13.6%;
  }

  .banner-list li {
    list-style: none;
    text-align: center;
    padding: 0 53px;
    width: 33%;

  }

  .banner-list li:nth-child(3) {
    position: relative;
    top: -128px;
    padding-right: 0;
  }

  .banner-list li:nth-child(2) {
    position: relative;
    top: -33px;
  }

  .banner-list li:nth-child(1) {
    margin-top: 0px;
    position: relative;
    top: 46px;
  }

  ul.inner-banner-desc h3 {
    font-size: 24px;
    margin: 0;
    font-family: 'Formula-Serial';
    color: #054086;
    margin-top: 9px;
  }

  ul.inner-banner-desc p {
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
  }

  .title-area h1 {
    text-transform: uppercase;
    margin-top: 0 !important;
    font-size: 37px;
    margin-left: 19px;
    margin-bottom: 0;
  }

  .title-area img {
    width: 17px;
  }

  .title-area {
    float: left;
    width: 100%;
    background: #003e86;
    text-transform: uppercase;
  }

  header.header-new {
    position: static;

  }

  .title-area h1 {
    text-transform: uppercase;
    margin-top: 0 !important;
  }

  .title-area {
    float: left;
    width: 100%;
    background: #003e86;
    text-transform: uppercase;
    clear: both;
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }

  .title-area h1 {
    text-transform: uppercase;
    margin-top: 0 !important;
    font-size: 24px;
    margin-left: 9px;
    margin-bottom: 0;
  }

  .bannertitle-descrption {
    background: url(/wp-content/uploads/2020/09/inner-overlay.png);
    float: left;
    color: #fff;
    width: 73%;
    position: relative;
    z-index: 9;
    /* padding: 20.7em 0em 94px 28em; */
    font-family: 'Formula-Serial';
    /* height: 625px; */
    background-repeat: no-repeat;
    /* background-size: 100%; */
    margin-top: 18px;
  }

  .bannertitle-descrption h3 {
    font-family: 'Formula-Serial';
    color: #0076ff;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 30px;
  }

  .banner_descrip h3 span.technolgy::before {
    content: '';
    width: 403px;
    height: 11px;
    background: white;
    position: absolute;
    bottom: -34px;
  }

  ul.inner-banner-desc a:hover h3 {
    color: black;
  }

  ul.inner-banner-desc a:hover {
    text-decoration: none;
    color: white;
  }

  .bannertitle-descrption h2::before {
    content: '';
    width: 345px;
    height: 11px;
    background: white;
    position: absolute;
    bottom: -32px;
  }

  .bannertitle-descrption h2 {
    font-size: 70px;
    margin: 0 0 26px;
    line-height: 60px;
    position: relative;
  }

  .bannertitle-descrption h2 span {
    display: block;
    margin: 0;
  }

  .bannertitle-descrption p {
    font-size: 22px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    margin-top: 17px;
    float: left;
  }

  section.iner-banner-bottom-list {
    margin-top: 61px;
  }

  ul.social_icon li:hover i {
    color: #003e86;
  }

  /*blog list*/

  ul.blog_list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.blog_list li.thum {
    width: 36%;
    float: left;
    padding-left: 0;
  }

  ul.blog_list li {
    width: 64%;
    padding-left: 30px;
    float: left;
    list-style-image: none;
  }

  ul.blog_list li img {
    opacity: 1 !important;
  }

  ul.blog_list .more-link {
    display: none;
  }

  ul.blog_list li a.btn.blog_read {
    float: left;
  }

  .blog_outer {
    padding: 16px;
    float: left;
    width: 100%;
    margin-top: 20px;
    /* background: #f3f1f1; */
    transition-duration: 1s;
    border: 1px dashed #444;
  }

  .inner-banner-default {
    width: 100%;
    background: #003e86;
    padding: 62px 0;
    margin-bottom: 32px;
    text-align: center;
    background: url(/wp-content/uploads/2020/10/inner-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
    height: 400px;
  }

  .inner-banner-default .title-area h1 {
    font-size: 31px;
  }

  .inner-banner-default .title-area {
    background: transparent;
    text-align: center;
    display: block;
    padding: 0;
  }

  ul.blog_list li.thum img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  ul.blog_list li p a {
    color: #444;
  }

  ul.blog_list li.thum {
    height: 200px;
    overflow: hidden;
  }

  ul.blog_list li p a:hover {
    text-decoration: none;
  }

  ul.blog_list li a.btn.blog_read {
    float: left;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 1px;
    background: #003e86;
    padding: 9px 50px;
    transition-duration: 1s;
    border: none;
    font-weight: 600;
    color: #fff;
  }

  .blog_outer h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 7px 0;
  }

  ul.blog_list li a.btn.blog_read:hover {
    background: #53727d;
  }

  .page-template-blog footer {
    margin-top: 20px;
  }

  ul.security-list li .image-outr {
    height: 200px;
    overflow: hidden;
  }

  ul.security-list li {
    width: 31%;
    list-style-image: none;
    list-style: none;
    box-shadow: 3px 11px 20px rgba(0, 0, 0, 0.10);
    background: #f9f9f9;
    margin: 9px 8px;
    text-align: center;
  }

  ul.security-list-stystem {
    display: flex;
    flex-wrap: wrap;
  }

  ul.security-list-stystem li {
    width: 31%;
    list-style-image: none;
    list-style: none;
    box-shadow: 3px 11px 20px rgba(0, 0, 0, 0.10);
    background: #f9f9f9;
    margin: 9px 8px;
    text-align: center;
    transition-duration: 1s;
  }

  ul.security-list-stystem li .image-outr {
    height: 200px;
    overflow: hidden;
  }

  ul.security-list-stystem li .image-outr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  ul.security-list-stystem li:hover {
    background: #accef5;
  }

  ul.security-list-stystem li h3 {
    font-size: 20px;
    margin: 4px 0;
    font-family: 'Formula-Serial';
    color: #054086;
  }

  ul.security-list-stystem li a {
    text-decoration: none;
  }

  ul.security-list-stystem li:hover {
    background: #4d6e7e;
  }

  ul.security-list-stystem li:hover h3 {
    color: #fff;
  }

  .type-container #line {
    font-weight: 400;
    display: block;
    margin-left: 0;
    font-size: 28px;
    color: #fff;
    position: relative;
    text-transform: lowercase;
    margin-bottom: 0;
    height: 50px;
    font-family: 'Formula-Serial';
  }

  /* .menu-open .dropdown a {
    font-family: 'Formula-Serial';
}*/
  .main-menu ul.dropdown-menu li:hover a {
    background: #003e86;
    color: #fff;
  }

  .menu-open .dropdown a span.caret {
    margin-left: 5px;
  }

  .footer-widget aside h4 {
    text-align: center;
    font-size: 22px;
    /*    margin-top: 33px;*/
    font-weight: 600;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }

  .footer-widget aside p,
  .footer-widget aside div {
    text-align: center;
    font-size: 17px;
  }

  .dropdown-menu li {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin-bottom: 6px;
  }

  ul.dropdown-menu b {
    color: #000;
    display: block;
    width: 100%;
  }

  /*  https://empiretechs.com/irving-tx-networking-services/ */
  .page-template-template-network-services .banner_descrip {
    background-image: url(../images/banner-overlay-blue.png);
    padding: 120px 0;
    background-size: 100%;
    top: 0 !important;
    margin-top: 0 !important;
  }

  .vidContainer {
    height: 500px;
    overflow: hidden;
  }

  .vidContainer video#bgvid {
    position: relative;
    top: -200px;
  }

  /*
New review slider
*/
  #clientreviews {
    background-color: #eeeeef;
    padding: 50px 8px;
    margin-top: 20px;
  }

  .bg-white {
    background-color: #ffff;
    padding: 30px;
    border-radius: 30px;
    /* width: 425px;  */
    /* height: 230px; 
  margin-left: 60px; */
  }

  .clientreviews {
    margin: 0;
    padding: 0;
  }

  #clientreviews .clientreview {
    max-height: 185px;
  }

  /*
New review slider
*/

  /*New homebanner*/
  .homebanner h3 {
    color: #3699ff;
    font-size: 38px;
    font-weight: 500;
    line-height: 53px;
    font-family: 'Formula-Serial';
    text-transform: inherit;
    text-transform: uppercase;
  }

  .homebanner {
    padding-left: 0px;
    text-align: left;
    /* background: rgba(51,122,183,0.8); */
    float: left;
    padding: 29px;
    width: 100%;
    margin-top: 1em;
    /* background: url(/wp-content/uploads/2020/08/shap.png); */
    background-repeat: no-repeat;
    font-family: 'Formula-Serial';
  }

  .homebanner span {
    display: block;
    font-size: 17px;
  }

  .homebanner a.btn {
    border-radius: 2px;
    font-size: 15px;
    margin-top: 14px;
    background: #fff;
    padding: 11px 62px;
    transition-duration: 1s;
    border: none;
    color: #003e86;
    font-weight: 600;
    border: 2px solid;
    margin-left: 2px;

  }

  .homebanner a.btn:hover {
    background: #037fff;
    border-color: #037fff;
    color: #fff;
  }

  .homebanner a.btn:last-child {
    background: #037fff;
    border-color: #037fff;
    color: #fff;
  }

  .homebanner a.btn:last-child:hover {
    background: #fff;
    color: #037fff;
    border-color: #fff;
  }

  /* New home banner*/

  @media only screen and (max-width: 1924px) {
    .bannertitle-descrption {
      margin-bottom: 97px;
    }

    section.iner-banner-bottom-list {
      margin-top: 116px;
    }

    .bannertitle-descrption {
      margin-bottom: 11px;
      padding: 1.7em 10em 21px 11em;
      background-size: 100% 100%;
      width: 51%;
    }

    ul.inner-banner-desc {
      margin-left: 1.6%;
    }

    .banner-list li:nth-child(1) {
      top: -20px;
    }

    .banner-list li:nth-child(2) {
      top: -100px;
    }

    .banner-list li:nth-child(3) {
      top: -180px;
    }

  }


  @media only screen and (max-width: 1800px) {
    .banner_descrip {
      top: 7em;
    }
  }

  @media only screen and (max-width: 1700px) {
    .banner-list li:nth-child(1) {
      top: 47px;
    }

    .banner-list li:nth-child(2) {
      top: -26px;
    }

    .banner-list li:nth-child(3) {
      top: -114px;
    }

    .banner_descrip {
      top: 5em;
    }

  }

  @media only screen and (max-width: 1600px) {

    .bannertitle-descrption p {
      width: 82%;
    }

    .banner_descrip {
      top: 4em;
    }

  }

  @media only screen and (max-width: 1400px) {
    section.iner-banner-bottom-list {
      margin-top: 26px;
    }

    .banner-list li:nth-child(3) {
      top: -94px;
    }

    .banner_descrip {
      top: 3em;
    }
  }

  @media only screen and (max-width: 1200px) {
    .banner-list li:nth-child(3) {
      top: -89px;
    }

    .banner-list li:nth-child(1) {
      top: 35px;
    }

    .banner-list li:nth-child(2) {
      top: -33px;
    }

    .bannertitle-descrption h3 {
      font-size: 27px;
    }

    .bannertitle-descrption h2 {
      font-size: 72px;
      line-height: 52px;
    }

    .bannertitle-descrption {
      padding: 2.7em 0em 94px 5em;
      width: 77%;
    }

    .banner_descrip a.btn {
      margin-top: 0px;
    }

    .banner_descrip p {
      font-size: 17px;
      line-height: 28px;
      margin-top: 9px;
    }

    .banner_descrip h3 span.technolgy {
      font-size: 70px;
      line-height: 37px;
      font-weight: 400;
    }

    .banner_descrip h3 {
      font-size: 27px;
      line-height: 46px;
    }

    .banner_descrip .container {
      float: left;
    }

    .banner_descrip {
      top: 0;
    }

    .empire_video_container {
      width: 100%;
      height: 350px;
    }

    .empire_video_container iframe {
      width: 100% !important;
      height: 100% !important;
    }


  }

  @media only screen and (max-width: 1024px) {
    .banner-list li:nth-child(2) {
      top: 32px;
    }

    .banner-list li:nth-child(1) {
      top: 51px;
    }

    .banner-list li:nth-child(3) {
      top: -37px;
    }

    ul.process_lists li {
      padding: 19px;
    }
  }

  @media (device-width < 992px) {
    ul.services_lists li {
      width: 45% !important;
    }

    .footer-widget aside:nth-child(2) {
      padding-left: 1em !important;
    }

    .footer-widget #text-19 {
      width: 39% !important;
    }

    #text-35 .contact-widget br {
      display: none !important;
    }
  }

  @media (device-width < 768px) {
    ul.services_lists li {
      width: 100% !important;
    }

    .footer-widget aside:nth-child(2) {
      padding-left: 0px !important;
    }

    .new-footer .footer-widget #text-19 {
      width: 100% !important;
    }

    .new-footer .footer-widget aside {
      width: 100% !important;
    }

    .new-footer #text-35 .contact-widget br {
      display: block !important;
    }
  }

  @media only screen and (max-width: 992px) {
    .main-logo img {
      /* width: 100px; */
      position: static;
      margin-top: 16px;
    }

    .header-new .col-md-6 {
      padding: 0px 15px;
    }

    ul.services_lists {
      flex-wrap: wrap;
    }

    ul.services_lists li,
    ul.process_lists li {
      width: 45%;
    }

    ul.process_lists li {
      width: 50%;
    }

    ul.process_lists {
      align-items: center;
    }

    ul.process_lists {
      flex-wrap: wrap;
    }

    #text-35 .contact-widget br {
      display: none !important;
    }

    .menu-open a.btn.btn-warning,
    .menu-open a.phone-num {
      display: none;
    }

    .footer-widget aside:nth-child(2) {
      padding-left: 1em !important;
    }

    .footer-widget aside {
      width: 39% !important;
    }

    .bannertitle-descrption {
      width: 82%;
      padding: 3.7em 0em 16px 4em;
    }

    .banner-list li:nth-child(1) {
      top: 46px;
    }

    .banner-list li:nth-child(2) {
      top: 0;
    }

    .banner-list li:nth-child(3) {
      top: -60px;
      padding-right: 35px;
    }

    .banner-list li {
      padding: 0 8px;
    }

    ul.inner-banner-desc {
      margin-left: 0;
    }

    .banner_descrip h3 {
      font-size: 23px;
      line-height: 42px;
      margin-top: 0;
    }

    .banner_descrip h3 span.technolgy {
      font-size: 60px;
      line-height: 30px;
      font-weight: 400;
    }

    .banner_descrip h3 span.technolgy::before {
      display: none;
    }

    .banner_descrip h3 span.technolgy {
      margin-bottom: 19px;
    }
  }

  @media only screen and (max-width: 767px) {
    a.phone-num span {
      position: static;
      display: none;
    }

    .main-logo img {
      width: 100%;
    }

    .custom-logo-link {
      line-height: 40px;
    }

    .banner_descrip h3 {
      font-size: 21px;
    }

    .banner_descrip h3 span.technolgy {
      font-size: 56px;
      line-height: 20px;
      margin: 9px 0 14px;
      font-weight: 400;
    }

    .banner_descrip span {
      font-size: 20px;
      line-height: 30px;
    }

    ul.banner-lists {
      margin-top: 4em;
    }

    ul.banner-lists,
    ul.process_lists {
      flex-wrap: wrap;
    }

    ul.banner-lists li,
    ul.process_lists li {
      width: 46%;
      margin: 7px 0;
    }

    .main-slider {
      padding: 0;
    }

    ul.banner-lists li a {
      font-weight: 400;
      font-size: 14px;
      padding: 6px 5px;
      height: 50px;
      align-items: center;
      justify-content: center;
      display: flex;
    }

    .new-footer #text-35 .contact-widget br {
      display: block !important;
    }

    ul.services_lists li {
      width: 45%;
    }

    section.simple-proces-section {
      padding: 0px;
    }

    section.simple-proces-section h3 {
      font-size: 23px;
    }

    section.simple-proces-section h6 {
      font-size: 14px;
    }

    section.about-home-section.it-section .about-desc.service-it {
      padding: 0 10%;
    }

    section.about-home-section {
      margin-bottom: 23px;
    }

    .footer-widget {
      flex-wrap: wrap;
    }

    .footer-widget aside {
      width: 100%;
    }

    .footer-widget aside:nth-child(2) {
      padding-left: 0;
      text-align: center;
    }

    ul.social_icon {
      align-items: center;
      justify-content: center;
      justify-content: center;
    }

    .footer-widget aside {
      margin-bottom: 10px;
    }

    .footer-logo-widget p,
    .contact-widget p {
      font-size: 14px;
    }

    .footer-logo-widget img {
      width: 214px;
    }

    .about-desc h3 {
      font-size: 22px;
    }

    section.simple-proces-section a.btn {
      margin: 31px auto 0;
    }

    section.about-home-section.it-section.first-se .row {
      display: flex;
      flex-direction: column-reverse;
    }

    .box-outer {
      box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.10);
      background: #f9f9f9;
      margin-bottom: 22px;
    }

    ul.services_lists img {
      width: 94px;
    }

    ul.services_lists li {
      margin: 0 0px 0 0;
    }

    section.voip-service-bottom {
      list-style: none;
    }

    .menu-open a {
      padding: 0 0 0 13px;
    }

    .banner_descrip h3 {
      line-height: 29px;
    }

    section.servies-section h3 {
      margin-top: 18px;
      margin-bottom: 35px;
      font-size: 22px;
    }

    .copyrite.power-by {
      line-height: 26px;
      font-size: 12px;
      padding-top: 5px;
    }

    /* .side-menu-wrapper {
      width: 100%;
    } */

    ul.banner-lists {
      padding: 0;
      margin: 13px 1px;
    }

    ul.banner-lists li {
      width: 32%;
      margin: 0 3px 0 0;
    }

    .main-slider {
      background-size: cover;
      background-position: center;
    }

    ul.process_lists li {
      width: 50%
    }

    .banner_descrip {
      background: url(https://empiretechs.com/wp-content/uploads/2020/08/main-banner.png);
      background-repeat: no-repeat;
      background-size: cover !important;
      background-position: bottom;
      /*background: #063f82; */
      margin-top: 20px;
      padding: 0 0 60px 0;
    }

    .banner_descrip::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      background: #063f82ba;
    }

    .banner_descrip h3 {
      position: relative;
    }

    .banner_descrip a.btn,
    .banner_descrip span {
      position: relative;
    }

    ul.rating-list li {
      font-size: 14px;
      display: block;
    }

    .testimonial-inner .testimg img {
      width: 100%;
      padding-right: 28px;
    }

    .testi-desc {
      font-size: 12px;
      margin-top: 4px;
    }

    .testimonial-inner {
      display: block;
    }

    .testimonial-inner .testimg {
      width: 100%
    }

    .testi-desc {
      width: 100%
    }

    .testimonial-inner .testimg {
      max-width: 180px;
      margin: 0 auto;
      height: 102px;
    }

    section.voip-service-bottom {
      padding: 0 15px;
    }

    section.home-testimonials {
      margin-bottom: 21px;
    }

    .menu-open {
      margin-top: 17px;
    }

    /* header.header-new{
        background: #003e86;
   }*/

    .bannertitle-descrption {
      background: #003e86a6;
      padding: 0.7em 58px;
      height: auto;
    }

    ul.inner-banner-desc {
      margin-left: 0;
      float: left;
      width: 100%;
      padding: 34px 10px;
      display: block;
      background: rgba(255, 255, 255, 0.6);
    }

    .banner-list li {
      padding: 0 8px;
      width: 50%;
      float: left;
    }

    .banner-list li:nth-child(1),
    .banner-list li:nth-child(2),
    .banner-list li:nth-child(3) {
      top: 0;
    }

    .bannertitle-descrption {
      width: 100%;
    }

    .banner-list {
      padding: 0 1em;
    }

    ul.inner-banner-desc img {
      width: 86px;
    }

    ul.inner-banner-desc h3 {
      font-size: 17px;
    }

    .banner_descrip h3 span.technolgy::before {
      content: '';
      height: 3px;
      bottom: -19px;
      width: 240px;
    }

    .banner_descrip p {
      margin-top: 13px;
    }

    .main-slider {
      background: url(/wp-content/uploads/2020/10/new-update-banner2.jpg);
      background-position: right;
    }

    .banner_descrip {
      position: static !important;
    }

    .main-slider img {
      display: none;
    }

    .banner_descrip {
      padding: 15px;
    }

    .banner_descrip a.btn {
      padding: 11px 25px;
    }

    ul.blog_list li.thum,
    ul.blog_list li {
      width: 100%;
    }

    ul.blog_list li {
      padding-left: 0px;
    }

    header.header-new.inner-header {
      height: auto;
    }

    .main-slider {
      /* background: url('/wp-content/uploads/2020/10/mobile-banner-img-1.jpg');*/
      background: none;
    }

    section.home-testimonials {
      background: url('/wp-content/uploads/2020/10/testimonial-mobile.jpg');
    }

    /* .page-template-template-network-services .banner_descrip{
      display: none;
    } */
    .page-template-template-network-services .banner_descrip {
      background-image: url(../images/banner-overlay-blue.png);
      padding: 20px 0;
      background-size: 100%;
      top: 0 !important;
      margin-top: 0 !important;
    }

    .vidContainer {
      height: auto !important;
      /* display: none; */
    }

    .banner_descrip {
      background-color: none;
      background-size: contain;
      position: absolute;
    }

    .vidContainer video#bgvid {
      top: 0 !important;
    }

    .footer-widget aside:last-child {
      margin-top: 0;
      text-align: center;
    }

    .footer-widget aside:last-child p {
      text-align: center;
    }

    .footer-widget aside h4 {
      margin-top: 0
    }

    .empire_video_container {
      width: 100%;
      height: 393px;
    }

    .empire_video_container iframe .ytp-cued-thumbnail-overlay-image {
      background-size: contain !important;
    }


  }

  @media only screen and (max-width: 520px) {

    ul.services_lists li,
    ul.process_lists li {
      width: 100%;
    }

    ul.process_lists li {
      height: auto;
    }

    .menu-open {
      margin-top: 9px;
    }

    .bannertitle-descrption h3 {
      font-size: 27px;
      margin: 0;
    }

    .bannertitle-descrption h2 {
      font-size: 36px;
      line-height: 30px;
      margin: 0px !important;
    }

    .bannertitle-descrption h2::before {
      height: 2px;
      background: white;
    }

    ul.inner-banner-desc h3 {
      font-size: 15px;
    }

    .bannertitle-descrption {
      padding: 0.7em 34px;
    }

    ul.inner-banner-desc p {
      font-size: 13px;
    }

    .banner-list li {
      width: 100%;
      padding: 0 8px 0px;
    }

    .title-area h1 {
      font-size: 27px;
    }

    .title-area img {
      width: 29px;
    }

    .top-btns {
      margin: 0 auto 0;
    }

    .top-btns a {
      max-width: 100%;
    }

    .banner-list li:nth-child(3) {
      padding-right: 0px;
    }

    .bannertitle-descrption p {
      width: 100%;
    }

    header .dropdown {
      display: none;
    }

    ul.inner-banner-desc h3 {
      margin-top: 0px !important;
    }

    ul.inner-banner-desc p {
      margin-top: 0px !important;
    }

  }

  @media only screen and (min-width: 1370px) {
    .vidContainer {
      height: 600px;
    }
  }

  .geotargetlygeocontent1618259443114 {
    color: #333;
    width: 250px;
    padding: 0px 10px;
  }

  .geotargetlygeocontent1618259443114 a {
    padding: 0;
  }

  .dropdown-menu {
    /* left: -37px; */
    min-width: 251px;
    padding: 10px;
  }


  /*Industry Serve Section Css Start*/
  section.empire_industory_section {
    float: left;
    width: 100%;
  }

  .industries_block {
    background-image: url(https://empiretechs.com/wp-content/uploads/2022/08/service-bottom.png);
    background-repeat: no-repeat;
    /*background-position: center center !important;*/
    background-color: #013763;
  }

  .industries_block:after,
  .industries_block:before {
    position: absolute;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: #003e8652;
    right: 0;
  }

  .empire_industory_section .container {
    position: relative;
    z-index: 99999;
  }

  a.industry_more {
    padding: 10px 24px;
    line-height: 50px;
    background-color: #fff;
    color: #003e86 !important;
    border-radius: 5px;
    transition-duration: 1s !important;
    max-width: max-content;
  }

  .bc_line_height_30 {
    line-height: 30px;
  }

  .industry_title {
    font-size: 25px;
  }

  .industry_title {
    font-weight: 700;
  }

  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }

  .industries_block .industry_box {
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 13px 20px 0 rgb(24 24 24 / 15%);
    box-shadow: 0 13px 20px 0 rgb(24 24 24 / 15%);
    min-height: 75px;
  }

  .industries_block .industry_box i {
    font-size: 32px;
    color: #003e86;
  }

  .industry_title {
    text-align: center !important;
    margin: 0 auto;
    display: block;
    color: #ffffff;
  }

  .industry_wrap {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .bc_color_secondary,
  .bc_color_secondary--imp,
  .industory_icon {
    color: #003e86;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .pb-lg-5,
  .industries_block {
    padding-bottom: 3rem !important;
  }

  .pt-lg-5,
  .industries_block {
    padding-top: 3rem !important;
    position: relative;
  }

  .industries_block .industry_box {
    padding: 5px;
    border-radius: 15px;
    -webkit-box-shadow: 0 13px 20px 0 rgb(24 24 24 / 15%);
    box-shadow: 0 13px 20px 0 rgb(24 24 24 / 15%);
    min-height: 75px;
  }

  .industry_wrap:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  .industry_wrap:hover,
  .industry_wrap:focus,
  .industry_wrap:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  .industry_wrap {
    background-color: #fff;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .aligncenter,
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }

  .h3,
  h3 {
    font-family: "Encode Sans Semi Condensed", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: default;
    color: #2f2f2f;
  }

  a.industry_wrap {
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    text-decoration: none !important;
  }

  .learn_more_btn {
    padding: 10px 24px;
    /* 	padding: 0px 14px; */
    line-height: 50px;
    /* background: #e60418; */
    /* background: #003e86; */
    background-color: #ffffff;
    color: #003e86 !important;
    max-width: 209px;
    border-radius: 5px;
    transition-duration: 1s !important;

  }

  .learn_more_btn {
    font-size: 15px;
    text-decoration: none !important;
    color: #003e86;
    font-weight: 500;
    transition-duration: 1s !important;

  }

  .industry_heading {
    font-weight: 500;
  }

  .industory_icon {
    font-size: 33px;
  }

  .bc_color_quaternary_hover_bg:hover {
    background-color: #efefef;
  }

  .learn_more_btn:hover {
    padding: 0px 14px;
    max-width: 209px;
    background: #037fff;
    border-color: #037fff;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    transition-duration: 1s !important;
  }

  #popmake-15180 iframe {
    height: 400px !important;
    width: 100%;
  }

  @media screen and (max-width: 1200px) {
    .button_wrapper {
      text-align: center;
      margin: 0 auto;
    }

    .industory_wrapper {
      display: flex;
      flex-wrap: wrap;
    }
  }

  @media screen and (max-width: 767px) {
    .industory_wrapper {
      display: block !important;
    }

    .industory_wrapper .col-lg-6 {
      max-width: 100% !important;
    }

    .industry_title {
      font-size: 27px;
    }

    iframe .ytp-cued-thumbnail-overlay-image {
      -webkit-background-size: contain !important;
    }
  }

  @media screen and (max-width: 624px) {
    .industry_title {
      font-size: 22px;
    }

    .banner.inner-page-title {
      background-position: 55% 62% !important;
    }

    .bannertitle-descrption h2 {
      font-size: 48px;
      line-height: 40px;
      margin: 0px !important;
    }

    .bannertitle-descrption p {
      margin-top: 15px;
    }

    .bannertitle-descrption h2::before {
      height: 5px;
      bottom: -18px;
    }

    ul.inner-banner-desc {
      padding: 15px 10px;
    }

    .empire_video_container {
      width: 100%;
      height: 300px;
    }
  }

  @media screen and (max-width: 480px) {
    .offset-lg-6 {
      margin-left: 0%;
      max-width: 100%;
    }

    .bannertitle-descrption h2 {
      font-size: 27px;
      line-height: 25px;
    }

    .bannertitle-descrption p {
      font-size: 18px;
    }

    section.iner-banner-bottom-list {
      margin-top: 0px;
    }

    ul.inner-banner-desc h3 {
      margin-top: 0px !important;
    }

    ul.inner-banner-desc li a p {
      margin: 0;
    }

    ul.inner-banner-desc img {
      width: 65px !important;
    }

    .empire_video_container {
      width: 100%;
      height: 245px;
    }
  }

  @media screen and (max-width: 420px) {
    .bannertitle-descrption {
      padding: 0.7em 15px;
    }

    .bannertitle-descrption h2::before {
      bottom: -8px;
    }

    .bannertitle-descrption p {
      margin-top: 10px;
    }

    .bannertitle-descrption {
      margin-bottom: 2px;
    }

    ul.inner-banner-desc {
      margin: 0;
      padding: 5px;
    }

    .bannertitle-descrption {
      padding: 0.7em 15px;
      margin: 5px 0;
    }

    .banner.inner-page-title {
      background-position: 53% 62% !important;
    }

    .empire_video_container {
      width: 100%;
      height: 185px;
    }
  }

  /*Industry Serve Section Css End*/

  .contact-widgt {
    color: #fff;
    margin-top: 39px;
    padding-left: 2rem;
  }

  .widget h2 {
    color: #000;
  }

  .video-wrapper {
    display: none;
  }

  .video-wrapper.active {
    display: block;
  }

  .load_btn_wrap {
    text-align: center;
  }

  .load_btn_wrap a {
    background-color: #003e86;
    color: #fff;
    font-size: 15px;
    padding: 15px 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 auto;
    display: inline-block;
    border-color: transparent;
    border-radius: 5px;
    transition-duration: 1s;
    text-align: center;
  }

  .last-vid video {
    height: 250px;
  }
section.new-home-testimonials {
    margin-bottom: 81px;
    background: url(/wp-content/uploads/2022/09/testimonial.png);
    background-size: 100% 100%;
}

.wrap_testi {
    /*background-color: #fff;*/
    border-radius: 20px;
    border: 5px solid #fff;
    /* outline: 28px solid #9d97974f; */
    outline-offset: -28px;
}

.testimonials_wrapper {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}

.newbtnOuters a {
    color: #000;
    text-decoration: none !important;
}

ul.edi_ul_wrapper {
    font-size: 16px;
}

.newbtnOuters a:hover {
    color: #000;
    text-decoration: none !important;
}

.wrap_testi:after {
    /* content: ''; */
    display: block;
    height: 36px;
    width: 36px;
    background-color: inherit;
    border: inherit;
    position: absolute;
    bottom: -28px;
    right: 34px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 65% 65%, 0 65%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0 0 0 0.35em;
}

.new-testimonial-inner {
    display: flex;
    position: relative;
    align-items: center;
}


.new-testimonial-inner .testi-desc {
    width: 100%;
    color: #000;
    overflow: hidden;
    padding: 0px !important;
    /*text-align: center;*/
    margin-top: 15px !important;
}

ul.caselist {
    width: 50%;
    margin: 0 auto;
    color: black !important;
    font-weight: 400;
    margin-bottom: 15px;
}

.testi-desc p {
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 23px;
    padding: 5px;
}

.new-testimonial-inner .testimg img {
    /*background: #003e86;*/
    text-align: center;
    margin: 13px auto;
}

.new-home-testimonials .container {
    padding-top: 5rem !important;
    padding-bottom: 5rem;
}

.new_testimonials {
    margin: 0px !important;
}

ul.new-rating-list {
    display: flex;
    list-style: none;
    margin: 0;
    color: gold;
    font-size: 24px;
    margin-bottom: 10px;
}

span.testi_cont_heading {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Encode Sans Semi Condensed", sans-serif;
    color: #ffffff;
}

p.testi_description {
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 30px;
    /*color: #2f2f2f;*/
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

a.testi-btn-secondary {
    padding: 20px;
    background: #003e86;
    min-width: 180px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
    transition-duration: 1s;
}

a.testi-btn-secondary:hover {
    background: #4c699a;
    border-color: #4c699a;
    transition-duration: 1s;
}

.testi_con_wrap i.fa.fa-arrow-circle-right {
    margin-left: 10px;
}

.cont_testimonial {
    padding-left: 6rem !important;
}

.new-testimonial-inner span.testi_author_name {
    font-size: 17px;
    font-weight: bold;
}

.new-rating-list i.fa.fa-star {
    margin-right: 10px;
}

.industory_wrapper i {
    margin-right: 15px;
    margin-left: 5px;
}

/* reviews css  */

.ratings {
    width: 100%;
    /* max-width: 70%; */
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.gicon {
    width: 95%;
    /* max-width: 25%; */
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.authorline {
    /* max-width: 70%; */
    text-align: center;
}

.review {
    margin-top: 30px;
}


h3#boldborder {
    display: inline-block;
    position: relative;
}

h3#boldborder::after {
    content: "";
    display: block;
    height: 11px;
    background-color: #ffffff;
    position: absolute;
    width: 114%;
    bottom: -30px;
}

#lineh {
    min-height: 60px;
}

/* Main Slider css Start*/
.main-slider .container {
    width: 1170px;
    width: 100%;
}

.banner_descrip h3 {
    font-size: 53px;
}

/*body.page-id-15171 .banner_descrip h3 {
    margin-top: revert;
}*/
.banner_descrip h3 span.technolgy {
    font-weight: 400;
    display: block;
    margin-left: 0;
    font-size: 124px;
    color: #fff;
    position: relative;
    text-transform: lowercase;
    margin-bottom: 40px;
    height: 65px;
    margin-top: 18px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.banner_descrip span {
    display: block;
    font-size: 26px;
}

.banner_descrip p {
    font-size: 36px;
    line-height: 40px;
    margin-top: 9px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.banner_descrip h3 span.technolgy::before {
    width: 625px !important;
}

/* Main Slider css End*/


section.empire_industory_section {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.industries_block {
    background-image: url(https://empiretechs.com/wp-content/uploads/2022/09/new-service-bottom.png);
    background-repeat: no-repeat;
    background-color: #013763;
    background-position: -245px -45px;
}

.industries_block:after,
.industries_block:before {
    position: absolute;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: #003e8652;
    right: 0;
}

.empire_image_outer {
    color: #000;
    border: 5px solid #000000;
    border-radius: 50%;
    width: 113px;
    height: 113px;
    margin: 0px auto;
    background: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

.empire_industory_section .empire_image_outer i {
    color: #000;
    font-size: 50px;
    text-align: center;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empire_industory_section .box-outer h3 {
    padding-bottom: 30px;
}

.empire_industory_section .box-outer {
    transition-duration: 1s;
    padding-top: 30px;
    padding-bottom: 30px;
}

.empire_industory_section .box-outer:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 1s;
}

.empire_industory_section .container {
    position: relative;
    z-index: 99999;
}

section.empire_industory_section h3 {
    text-align: center;
    margin-top: 13px !important;
}

section.empire_industory_section .industries_block {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

/*.empire_industory_section .box-outer:hover {
    box-shadow: 3px 11px 20px rgb(55 96 170 / 10%);
    background: #027dff3b;
}*/
.empire_industory_section .box-outer:hover {
    box-shadow: none;
    background: none !important;
}

.industry_title {
    text-align: center !important;
    margin: 15px auto;
    display: block;
    color: #ffffff;
}

.empire_industory_section ul.services_lists li {
    width: 25%;
    list-style: none;
    background: transparent !important;
    margin: 0 20px 0 0;
    padding-bottom: 0px;
    position: relative;
}

.empire_industory_section ul.services_lists .box-outer h3 {
    font-size: 24px;
    margin: 0;
    font-family: 'Formula-Serial';
    color: #ffffff !important;
    text-transform: uppercase;
}

h3.new_industry_title {
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.page-template-template-network-services .banner_descrip a.btn,
.page-id-15171 .banner_descrip a.btn {
    margin-top: -8px !important;
}

.page-template-template-network-services .banner_heading,
.page-id-15171 .banner_heading {
    /*margin-top: 2px;*/
    font-size: 21px;
}

ul.edi_ul_wrapper {
    font-size: 16px;
}


.case_studies_wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.case_studies_image_heading h2 {
    font-size: 35px;
}

.case_studies_image_outer {
    width: 30%;
}

.case_studies_image_heading {
    width: 70%;
    padding: 10px 15px;
}

.case_studies_image_outer img {
    width: 100%;
}

.top-btns a {
    padding: 0px 10px;
    color: #fff !important;
}

.case_studies_image_outer img {
    width: 100%;
    height: 100%;
}

.page-template-template-network-services span.banner_heading,
.page-id-15171 span.banner_heading {
    position: relative;
    bottom: -100px;
}


/* lets talk popup heading */
div#pum_popup_title_8579 {
    font-size: 22px;
}

h3.contact_popup_heading {
    color: #000000;
}

.pum_popup_title_8579 .gDhlQr {
    max-width: 100% !important;
}

div#popmake-8579 {
    height: 81rem !important;
}

div#popmake-8579 .gDhlQr {
    max-width: 100%;
    margin: 0px auto;
    transition: all 400ms ease 0s;
    color: rgb(31, 31, 31);
    background-color: transparent;
    border-color: purple;
    padding: 0px;
    border-radius: 4px;
}


/*popup maker css start*/
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
    opacity: 1 !important;
    display: block !important
}

/*popup maker css end*/



/*case study page style start*/
.case_studies_wrapper_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.case_studies_image_outers img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0px !important;
    padding-bottom: 15px;
}

.case_studies_image_outers {
    overflow: hidden;
    border: 9px solid #fff;
    margin: 0 auto;
    padding: 0;
}

.case_studies_image_outers img:hover {
    transition: 325ms ease-in-out;
    transform: scale(1.1);
    opacity: 1;
    cursor: pointer;
}

/*case study page style end*/


/* new case study page css start */
.new_case_studies_image_outer img {
    width: 100%;
    height: 100%;
}

.new_case_studies_image_outer {
    width: 100%;
    height: 235px;
    margin-bottom: 30px;
}

.new_case_studies_image_outer {
    position: relative;
}

.case_studies_hover_content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000c2;
    color: #ffffff;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.new_case_studies_image_outer:hover {
    cursor: pointer;
}

.new_case_studies_image_outer:hover .case_studies_hover_content {
    padding: 8px 15px;
    visibility: visible;
    opacity: 1;
}

.case_studies_hover_content h2 {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 35px;
}

.case_studies_hover_content p {
    /*padding-top: 20px;*/
    font-size: 15px;
}

.case_studies_hover_content a.new_case_studies_bttn {
    border-radius: 2px;
    font-size: 14px;
    margin-top: 1px;
    background: #003e86 !important;
    padding: 19px 0px;
    transition-duration: 1s;
    border: none;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    max-width: 150px;
}

.new_case_studies_btn {
    margin: 0 auto;
    text-align: center;
}

/* new case study page css end */

.sidebar-area .textwidget iframe.sidebar_youtube_videos {
    margin-bottom: 24px;
    max-width: 100%;
    height: 215px;
    width: 100%;
}

img.decr_job {
    width: 100%;
}


/*join our team css*/
.job_description_detail_wrapper h2 {
    font-weight: bold;
    font-size: 24px;
}

.key_description_inner_details h4 {
    font-weight: bold;
}

.job_mission_heading h2 {
    font-weight: bold;
}

.job_description_detail_wrapper h3 {
    font-weight: bold;
}

.job_description_detail_wrapper ul li {
    font-weight: 900;
    line-height: 30px;
}

.employement_accor.job_description_logo {
    position: relative;
}

.job_description_detail_wrapper .col-9 {
    width: 75%;
}

.job_description_detail_wrapper .col-3 {
    width: 25%;
}

.job_description_logo_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.employement_accor .accordian_paragraph h2 {
    font-weight: bold;
}

.employement_accor .accordian_ul_wrapper h6 {
    font-weight: bold;
}

.job_description_logo_image_outer img {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.we {
    margin: 10px;
    font-size: 21px;
    font-weight: 500;
}

.apply_now_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img.medallion {
    width: 94%;
    margin-bottom: 10px !important;
    height: 137px;
}

.footer_img_wrapper {
    margin-top: 50px;
}


/* 19 Descember 2024 */

a.lets-talk-btn {
    display: block;
    text-align: center;
}

section.servies-section h3 {
    font-size: 24px;
}


.box-outer ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.box-outer ul {
    margin: 0px;
}

.box-outer {
    height: 100%;
}

div.card_outer {
    height: 100%;
    margin: 0px 0px 50px 0px !important;
}

.servies-section a.btn.btn-info {
    margin: 3rem auto 0 !important;
}

.banner_descrip a.lets-talk-btn {
    width: auto;
    display: inline-block;
}

.manage-it-service-image img,
.voip-service-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.voip-services-wrap,
.manage-it-service-wrap {
    width: 100%;
    height: 100%;
    padding: 5rem;
}

.manage-it-service-wrap h2,
.voip-services-wrap h2 {
    font-size: 36px;
    font-weight: 800;
    font-family: sans-serif;
    line-height: 36px;
    margin-bottom: 2rem;
}

.manage-it-service-wrap h3,
.voip-services-wrap h3 {
    font-size: 30px;
    font-weight: 700;
}

.manage-it-service-wrap p,
.voip-services-wrap p {
    font-size: 18px;
    font-weight: 500;
    color: #676767;
}

.manage-it-service-wrap .lets-talk-only a,
.voip-services-wrap .lets-talk-only a {
    display: inline-block;
    margin: 0px !important;
    padding: 16px 50px !important;
    font-size: 18px !important;
}

.manage-it-service-wrap .lets-talk-only,
.voip-services-wrap .lets-talk-only {
    margin-top: 4rem;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.case_studies_image_heading h2 {
    font-size: 22px;
}


/* 19 Descember 2024 */
@media screen and (max-width: 1765px) {

  .page-template-template-network-services span.banner_heading,
  .page-id-15171 span.banner_heading {
    position: relative;
    bottom: -85px;
  }
}

@media screen and (max-width: 1725px) {

  .page-template-template-network-services span.banner_heading,
  .page-id-15171 span.banner_heading {
    position: relative;
    bottom: -50px;
  }
}

@media screen and (max-width: 1600px) {

  .page-template-template-network-services span.banner_heading,
  .page-id-15171 span.banner_heading {
    position: relative;
    bottom: 0px;
  }
}

@media screen and (max-width: 1530px) {
  .banner_descrip h3 span.technolgy {
    font-weight: 400;
    display: block;
    margin-left: 0;
    font-size: 90px;
    color: #fff;
    position: relative;
    text-transform: lowercase;
    margin-bottom: 40px;
    height: 50px;
    margin-top: 10px;
  }

  span.banner_heading {
    line-height: 35px !important;
  }
}

@media screen and (max-width: 1430px) {

  .page-template-template-network-services .banner_descrip,
  .page-id-15171 .banner_descrip {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1330px) {

  .page-template-template-network-services .banner_descrip,
  .page-id-15171 .banner_descrip {
    padding: 65px 0 !important;
  }

  .page-template-template-network-services .banner_heading,
  .page-id-15171 .banner_heading {
    font-size: 17px !important;
  }

  .banner_descrip h3 span.technolgy {
    margin-bottom: 33px !important;
    height: 35px !important;
    margin-top: 10px !important;
  }

  .banner_descrip p {
    line-height: 25px !important;
  }


  /* 20 Descember 2024 */

  .banner_descrip h3 {
    font-size: 40px !important;
    margin-top: 15px;
  }

  .banner_descrip h3 span.technolgy {
    font-size: 75px !important;
  }

  .banner_descrip p {
    font-size: 18px !important;
  }

  .banner_descrip span {
    display: block !important;
    font-size: 18px !important;
  }

  .banner_descrip h3 span.technolgy::before {
    width: 440px !important;
  }

  /* 20 Descember 2024 */
}

@media screen and (max-width: 1200px) {

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    height: 40px !important;
  }
}

@media screen and (max-width: 1120px) {

  .page-template-template-network-services .banner_descrip h3,
  .page-id-15171 .banner_descrip h3 {
    font-size: 42px !important;
  }

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    font-size: 75px !important;
    margin-bottom: 35px !important;
    height: 30px !important;
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 1040px) {

  .page-template-template-network-services .banner_descrip,
  .page-id-15171 .banner_descrip {
    padding: 45px 0 !important;
  }

  .page-template-template-network-services .banner_descrip h3,
  .page-id-15171 .banner_descrip h3 {
    font-size: 35px !important;
  }

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    font-size: 53px !important;
    margin-bottom: 34px !important;
    height: 22px !important;
    margin-top: 5px !important;
  }

  .page-template-template-network-services .banner_descrip a.btn,
  .page-id-15171 .banner_descrip a.btn {
    padding: 8px 55px;
  }

  .page-template-template-network-services .banner_heading,
  .page-id-15171 .banner_heading {
    font-size: 17px !important;
  }

  ul.services_lists {
    flex-wrap: wrap;
    justify-content: center;
  }
}


@media screen and (max-width: 1024px) {
  .banner_descrip h3 {
    font-size: 35px !important;
  }

  .banner_descrip h3 span.technolgy {
    font-size: 60px !important;
  }

  .banner_descrip p {
    font-size: 16px !important;
  }

  .banner_descrip span {
    display: block !important;
    font-size: 16px !important;
  }

  .banner_descrip h3 span.technolgy::before {
    width: 490px !important;
  }

  .banner_descrip h3 span.technolgy {
    margin-bottom: 33px !important;
    height: 25px !important;
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 992px) {
  .banner_descrip a.btn {
    margin-top: -8px !important;
  }

  .banner_descrip a.btn {
    padding: 7px 40px !important;
  }

  .banner_descrip p {
    line-height: 28px !important;
    margin-top: 0px !important;
  }

  .banner_descrip h3 span.technolgy {
    margin-bottom: 33px !important;
    height: 15px !important;
    margin-top: 10px !important;
  }

  .banner_descrip {
    padding: 0px !important;
    padding-top: 29px !important;
    padding-left: 12px !important;
  }

  section.new_case_stuides .container {
    width: auto;
  }

  li#text-29 img {
    height: 330px;
  }

  li#text-27 img {
    height: 330px;
  }

  .protected_form_wrapper {
    margin: 0 auto;
  }

  img.medallion {
    width: 100px;
    height: 100%;
    margin-left: 20px;
  }

  .footer_img_wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto !important;
  }

}



@media screen and (max-width: 920px) {

  .page-template-template-network-services .banner_descrip,
  .page-id-15171 .banner_descrip {
    padding: 100px 0 !important;
  }

  .page-template-template-network-services .banner_descrip h3,
  .page-id-15171 .banner_descrip h3 {
    font-size: 32px !important;
    margin-top: -55px;
  }

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    font-size: 55px !important;
    margin-bottom: 27px !important;
    height: 10px !important;
    margin-top: 12px !important;
  }

  .banner_descrip h3 {
    font-size: 27px !important;
  }

  .banner_descrip h3 span.technolgy {
    font-size: 35px !important;
  }

  .banner_descrip h3 span.technolgy {
    margin-bottom: 25px !important;
    height: 10px !important;
    margin-top: 0px !important;
  }

  .banner_descrip p {
    font-size: 15px !important;
  }

  .banner_descrip span {
    font-size: 13px !important;
  }

  /* 20 Descember 2024 */

  .banner_descrip h3 {
    font-size: 33px !important;
  }

  .banner_descrip h3 span.technolgy {
    font-size: 60px !important;
    margin-top: 8px !important;
    margin-bottom: 25px !important;
    height: 28px !important;
  }

  .banner_descrip p {
    font-size: 25px !important;
  }

  .banner_descrip span {
    display: block !important;
    font-size: 18px !important;
  }

  .empire_industory_section ul.services_lists li {
    width: 47%;
    list-style: none;
    background: transparent !important;
    margin: 0 20px 0 0;
    padding-bottom: 0px;
    position: relative;
  }

  .empire_industory_section .box-outer {
    transition-duration: 1s;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* 20 Descember 2024 */

}

@media screen and (max-width: 820px) {

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    font-size: 55px !important;
    margin-bottom: 27px !important;
    height: 10px !important;
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 900px) {

  .page-template-template-network-services .banner_descrip .container,
  .page-id-15171 .banner_descrip .container {
    margin-top: -50px;
  }

  .page-template-template-network-services .banner_descrip h3,
  .page-id-15171 .banner_descrip h3 {
    margin-top: 0px !important;
  }

  .page-template-template-network-services .banner_descrip p,
  .page-id-15171 .banner_descrip p {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .page-template-template-network-services .banner_descrip span,
  .page-id-15171 .banner_descrip span {
    font-size: 13px !important;
  }

  .page-template-template-network-services .banner_descrip a.btn,
  .page-id-15171 .banner_descrip a.btn {
    padding: 7px 40px !important;
  }
}

@media screen and (max-width:812px) {
  section.new-home-testimonials {
    background: url(/wp-content/uploads/2022/09/testimonialmobilebg.png);
  }
}


@media screen and (max-width: 767px) {
  .bx-viewport {
    overflow: unset !important;
  }



  .content.inner-page-outer p {
    font-size: 13px;
    line-height: 20px;
  }

  .case_studies_wrapper {
    display: block !important;
  }

  .case_studies_image_heading {
    width: 100% !important;
  }

  .case_studies_image_outer {
    width: 100% !important;
  }

  .case_studies_image_heading {
    width: 100% !important;
  }

  .new-footer .footer-widget #text-19 {
    width: 100% !important;
  }

  .new-footer .footer-widget aside {
    width: 100% !important;
  }

  .new-testimonial-inner {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .testi_con_wrap .cont_testimonial {
    padding-left: 0rem !important;
    margin-top: 15px;
  }

  ul.caselist {
    width: 100%
  }

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    font-size: 55px !important;
    margin-bottom: 30px !important;
    height: 10px !important;
    margin-top: 15px !important;

  }

  .page-template-template-network-services .banner_descrip,
  .page-id-15171 .banner_descrip {
    position: absolute !important;
  }

  .page-template-template-network-services .banner_descrip::before,
  .page-id-15171 .banner_descrip::before {
    background: none !important;
  }

  .page-template-template-network-services .banner_descrip,
  .page-id-15171 .banner_descrip {
    background-image: none !important;
  }

  .vidContainer::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #063f82ba;
    z-index: 99;
  }

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    z-index: 99999;
  }

  .page-template-template-network-services .banner_descrip a.btn,
  .page-id-15171 .banner_descrip a.btn {
    padding: 7px 40px !important;
    z-index: 999;
  }

  .page-template-template-network-services .banner_descrip h3,
  .page-id-15171 .banner_descrip h3 {
    z-index: 999;
  }

  .page-template-template-network-services .banner_descrip span,
  .page-id-15171 .banner_descrip span {
    font-size: 13px !important;
    z-index: 999;
  }

  .page-template-template-network-services .banner_descrip,
  .page-id-15171 .banner_descrip {
    padding: 110px 0 !important;
  }

  .page-id-8977 .main-slider .banner_descrip {
    padding: 110px 0 !important;
  }

  .testi_con_wrap {
    padding: 3em 0 0 0 !important;
  }

  ul.new-rating-list {
    justify-content: center;
  }

  section.new-home-testimonials {
    text-align: center;
  }

  section.new-home-testimonials a.testi-btn-secondary {
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  li#text-29 img {
    height: 300px;
  }

  li#text-27 img {
    height: 300px;
  }

  /* 20 Descember 2024 */
  .empire_industory_section ul.services_lists li {
    width: 46%;
  }

  .empire_industory_section .box-outer {
    box-shadow: none !important;
    background: none !important;
    margin-bottom: 0px !important;
  }

  .empire_industory_section .industry_title {
    font-size: 16px;
    margin: 0 auto;
  }

  .empire_industory_section ul.services_lists .box-outer h3 {
    font-size: 22px;
  }

  .banner_descrip h3 span.technolgy {
    margin-top: 15px !important;
  }

  .main-logo img {
    margin-top: 0px !important;
  }

  body {
    padding-top: 15px !important;
  }



  /* 20 Descember 2024 */
}

@media screen and (max-width: 567px) {
  .empire_industory_section ul.services_lists li {
    width: 45%;
  }

  .banner_descrip h3 {
    font-size: 30px !important;
  }

  .banner_descrip p {
    font-size: 22px !important;
  }

  .banner_descrip span {
    font-size: 16px !important;
  }

  .empire_industory_section .box-outer {
    width: 100%;
  }

}


@media screen and (max-width: 497px) {
  div#popmake-8579 {
    height: 100rem !important;
  }
}


@media screen and (max-width: 480px) {
  .learn_more_btn {
    line-height: 50px;
    background: #e60418;
    max-width: 100%;
    border-radius: 5px;
  }

  .content.inner-page-outer p {
    color: #000;
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .banner_descrip span {
    display: block !important;
    font-size: 16px !important;
    line-height: 25px;
  }

  .banner_descrip h3 span.technolgy {
    font-size: 60px !important;
    height: 15px !important;
    margin-top: 15px !important;
  }

  .page-template-template-network-services .banner_descrip h3,
  .page-id-15171 .banner_descrip h3 {
    z-index: 999;
    font-size: 17px !important;
  }

  .page-template-template-network-services .banner_descrip h3 span.technolgy,
  .page-id-15171 .banner_descrip h3 span.technolgy {
    font-size: 22px !important;
    margin-bottom: 20px !important;
    height: 8px !important;
    margin-top: 0px !important;
  }

  .page-template-template-network-services .banner_descrip span,
  .page-id-15171 .banner_descrip span {
    font-size: 11px !important;
    z-index: 999;
  }

  .page-template-template-network-services .banner_descrip p,
  .page-id-15171 .banner_descrip p {
    font-size: 15px !important;
    line-height: 27px !important;
  }

  span.banner_heading {
    margin-top: -5px;
  }

  img.medallion {
    width: 141px !important;
    height: 100% !important;
  }

  .footer_img_wrapper {
    display: grid !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  /* 20 Descember 2024 */

  .banner_descrip h3 {
    font-size: 17px !important;
  }

  .banner_descrip h3 span.technolgy {
    font-size: 35px !important;
  }

  .banner_descrip p {
    font-size: 12px !important;
  }

  .banner_descrip h3 span.technolgy {
    height: 1px !important;
  }

  .banner_descrip h3 span.technolgy {
    margin-top: 3px !important;
  }

  .banner_descrip span {
    font-size: 20px;
    line-height: 5px;
  }

  .banner_descrip span {
    font-size: 12px !important;
  }

  .banner_descrip a.btn {
    padding: 3px 25px;
  }

  .empire_industory_section ul.services_lists li {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .empire_industory_section h3.new_industry_title {
    font-size: 24px;
  }

  .visible-xs {
    display: none !important;
  }

  .empire_industory_section .learn_more_btn {
    line-height: 50px !important;
    max-width: 100% !important;
    border-radius: 2px !important;
    background: #fff !important;
    transition-duration: 1s !important;
    color: #003e86 !important;
    font-weight: 600 !important;
    border: 2px solid !important;
  }

  .case_studies_image_heading h2 {
    font-size: 30px;
  }



  .top-btns.button-group a {
    font-size: 14px !important;
  }

  /* 20 Descember 2024 */

}


@media screen and (max-width: 380px) {
  .banner_descrip h3 {
    font-size: 20px !important;
  }

  .banner_descrip p {
    font-size: 14px !important;
  }

  .banner_descrip span {
    font-size: 10px !important;
  }

  .banner_descrip .container {
    float: left;
    padding: 0px !important;
  }
}