/* Nexgen basic styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

h1 {
  font-size: 55px;
  line-height: 70px;
}

h2 {
  font-size: 45px;
  line-height: 60px;
}

h3 {
  font-size: 40px;
  line-height: 55px;
}

h4 {
  font-size: 30px;
  line-height: 45px;
}

h5 {
  font-size: 25px;
  line-height: 40px;
}

p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

a {
  color: #124b63;
  font-size: 16px;
  transition: 0.5s ease;
  text-decoration: none;
  line-height: 26px;
}

a:hover {
  color: #f6c55c;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}
table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
table tr td {
    border: 1px solid #000;
    padding: 10px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.section-padding {
    padding: 120px 0;
}
/* header css */

/* sticky header css */
.button-container.schedule-call {
    margin-top: 0px;
}
.sticky-header .site-header {
    position: fixed !important;
    background-color: #fff !important;
    top:0;
    width: 100%;
    z-index: 9;
    animation: smoothScroll 1s;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
	transform: translateY(0px);
    }
}
.sticky-header .main-menu ul li a {
    color: #000 !important;
}

.global-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.logo img {
    width: 250px;
	height:120px;
	object-fit:contain;
}
.main-menu ul {
    display: flex;
    align-items: center;
}
.main-menu ul li {
    margin-right: 0px;
    position: relative;
    transition: 0.3s ease-in;
    overflow: hidden;
    border-right: 2px solid #eb2026;
}
.main-menu ul li:last-child {
    border-right: 0px;
}
.main-menu ul li:hover:after {
    left: 0;
    opacity: 1;
}
.main-menu ul li:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #eb2026;
    opacity: 0;
    width: 100%;
    left: 100%;
    bottom: 0;
    transition: 0.3s ease-in;
}
.main-menu ul li a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
}
.main-menu ul li a:hover {
    color: #eb2026 !important;
}
.sticky-header .main-menu ul li a:hover {
    color: #f6c55c !important;
}
div.bar {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 0px 0px 5px auto;
}

button.mobile-toggle {
    display: none;
}
/* banner section css */
.banner-slider {
    height:100vh;
}
.swiper-slide img {
    object-fit: cover;
    height: auto;
    width: 100%;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
}
.video-container {
    height: 100vh;
    width: 100%;
    position: relative;
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.video-container .video-caption {
    z-index: 1;
    position: absolute;
    text-align: left;
    color: #fff;
    padding: 10px;
    width: 100%;
    top: 40%;
}
span.highlighted-text {
    color: #eb2026;
}
.banner-slider .swiper-scrollbar-drag {
    background: #f6c55c;
}
.banner-slider .swiper-pagination {
    bottom:0;
    top:inherit;
    height: 10px;
}
.banner-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #eb2026;
}
.slide-3 .video-container .video-caption {
    bottom: 10% !important;
    top: auto;
}
/* about page css */
.about-block-content p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.button-container {
    margin-top: 30px;
}
.button-container a {
    background: #eb2026;
    padding: 10px 40px;
    z-index: 1;
    font-size: 18px;
    transition: all 0.3s linear;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color:#fff;
}
.button-container a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s linear;
}
.button-container a:hover {
    color: #fff;
}
.button-container a:hover:before {
    transform: translateX(0);
    z-index: -1;
}
.about-image-block img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.about-section-container .row {
    align-items: center;
}
.about-block-content {
    padding-right: 50px;
}
/* services section */
section.services-section {
    background: #000;
    text-align: left;
    color: #fff;
}
.service-listing-block .col-sm-4 {
    display: flex;
}
.services-section .button-container a {
    font-size: 16px;
    padding: 10px 30px;
}
.services-section .button-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.service-intro {
    padding-bottom: 50px;
    text-align: center;
}
.service-area-block {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 80px;
}
.service-content-block {
    padding: 20px;
}
.service-area-block h4 {
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color:#000;
}
.service-block-image img {
    height: 250px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}
.service-listing-block .col-sm-4:nth-child(4) .service-area-block {
    margin-bottom: 0px !important;
}
.service-listing-block .col-sm-4:nth-child(5) .service-area-block {
    margin-bottom: 0px !important;
}
.service-listing-block .col-sm-4:nth-child(6) .service-area-block {
    margin-bottom: 0px !important;
}
/* why hire section */
section.why-should-hire {
    padding: 120px 0;
}
.hire-us-image img {
    border-radius: 8px;
    object-fit: cover;
    height: 500px;
}
.hire-us-coontent-block h2 {
    padding-bottom: 15px;
}
.hire-us-coontent-block h4 {
    font-size: 20px;
}
.why-should-hire-container .row {
    align-items: center;
}

/* case study block section */
section.case-study-block {
    background: #f3f3f3;
}
.case-study-block-container .row {
    align-items: center;
}
.case-study-content img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
/* about page css */
.feature-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.feature-text i {
    font-size: 20px;
    color: #eb2026;
    margin-right: 10px;
}
.feature-points {
    margin-top: 20px;
}
section.brand-section {
    background: #f3f3f3;
}
.card-box a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.card-box {
    text-align: center;
    background: #eb2026;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
}
.card-box p {
    color:#fff;
}
.card-box h4 {
    font-size: 20px;
    line-height: 30px;
    
}
.brand-intro-section {
    padding-bottom: 50px;
}
.brand-intro-section h2 {
    text-align: center;
}
.read-more-container {
    margin-top: 15px;
}
.card-box a i {
    transition: 0.5s ease-in;
}
.card-box a:hover {
    color: #fff;
}
.card-box a:hover i {
    transform: translate(10px, 0px);
    color: #fff;
}
section#corporate .row {
    align-items: center;
}
section#nexgen-website .row {
    align-items: center;
}
section#nexgen-coach .row {
    align-items: center;
}
section#nexgen-hosting .row {
    align-items: center;
}
#nexgen-website, #nexgen-hosting {
    background: #f3f3f3;
}
.image-box img {
    border-radius: 8px;
}
/* service page css */
section.service-page-content-block h5 {
    padding-top: 30px;
}
.page-id-67 .brand-block-container {
    margin-top: 50px;
}
.page-id-67 .card-box h4 {
    padding-bottom: 0px;
}
section.service-listing {
    background: #f3f3f3;
}
.service-card {
    background: #fff;
    border-radius: 8px;
}
section.service-listing .col-sm-4 {
    margin-bottom: 80px;
}
.service-card-content {
    padding: 20px;
}
.service-card-content h4 {
    font-size: 25px;
    line-height: 40px;
}
.service-thumb img {
    border-radius: 8px 8px 0px 0px;
}
section.service-listing .col-sm-4:nth-child(4) {
    margin-bottom: 0px;
}
section.service-listing .col-sm-4:nth-child(5) {
    margin-bottom: 0px;
}
section.service-listing .col-sm-4:nth-child(6) {
    margin-bottom: 0px;
}
.service-listing .section-info {
    text-align: center;
    padding-bottom: 50px;
}
.seperator {
    width: 25%;
    height: 2px;
    background: #fff;
    margin: 15px auto;
}
.page-id-67 .brand-block-container .col-sm-4:nth-child(2) .card-box {
    background: #000;
}
.page-id-67 .brand-block-container .col-sm-4:nth-child(3) .card-box {
    background: #5597d1;
}
/* 404 page css */
.not-found .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.content-404 {
    text-align: center;
}
.not-found .content-404 {
    width: 100%;
}

/* contact page css */
.office-image {
    padding-right: 50px;
}
.office-image img {
    border-radius: 8px;
}
.contact-info-block {
    padding-left: 80px;
}
.contact-info-block-container .row {
    align-items: center;
}
.contact-info-block h2 {
    padding-bottom: 20px;
}
section.map-form-section {
    background: #eb2026;
}
.map-block iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.contact-form-block {
    background: #fff;
    padding: 40px 35px;
    border-radius: 8px;
}
button#wpforms-submit-94 {
    background: #000;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    padding: 12px;
    transition: 0.5s ease-in;
}
button#wpforms-submit-94:hover {
    background: #eb2026;
}

/* single page css */
.single h4 {
    padding: 15px 0;
}
section.social-media-marketing-section {
    padding-top: 50px;
}
section.social-media-marketing-section .row {
    align-items: center;
    padding-bottom: 80px;
}
.social-media-marketing-image img {
    border-radius: 8px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}
button#wpforms-submit-93 {
    width: 100%;
    max-width: 100%;
    background: #000;
    font-family: inherit;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px solid #000;
}
button#wpforms-submit-93:hover {
    background: #eb2026;
    border: 2px solid #fff;
}
.popup-content p {
    color: #fff;
}
div.wpforms-container-full {
    margin: 12px 0 !important;
}
.page-id-22 div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
    border: 1px solid #f6c55c !important;
}
.page-id-22 .wpforms-form label.wpforms-error {
    color: #000 !important;
    font-weight: 600;
}
section.video-marketing-section .row {
    align-items: center;
    padding-bottom: 80px;
}
section.video-marketing-section {
    padding-top: 50px;
}
.video-marketing-image img {
    border-radius: 8px;
}
.content-block-single-page ul {
    margin: 15px 20px 0;
    list-style: disc;
}
.content-block-single-page ul li {
    font-weight: 500;
}
.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    width: 345px;
    top: 100%;
    z-index: 9;
    text-align: left;
    background: #000;
    min-width: 237px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 18px 18px 10px;
    list-style-type: none;
}
.main-menu li.menu-item-has-children {
    overflow: visible !important;
}
.main-menu ul.sub-menu li {
    margin-right: 0;
    padding-bottom: 5px;
    border-right: 0px; 
}
.main-menu ul.sub-menu li:hover:after {
    display: none;
}
.main-menu ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.home .main-menu li.menu-item-has-children i {
    color: #fff;
}
.home section.banner-section h2 {
    font-size: 55px;
    line-height: 70px;
}
.sticky-header .main-menu li.menu-item-has-children i {
    color: #124b63;
}
.sticky-header .main-menu ul.sub-menu li a {
    color:#fff !important;
}

/* overlay menu */
#mobile-nav-menu {
    display:none;
}
.mobile-toggle {
    display: none;
}
.overlay-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #124b63;
    overflow-y: scroll;
    transition: 0.5s;
}
.overlay-content ul {
    list-style: none;
    padding: 0px;
}
.overlay-content ul li {
    padding: 10px 0px;
    text-align: left;
}
.overlay-content ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
}
.overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 0px 0px;
}
.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
.overlay-menu .closebtn {
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
ul.sub-menu.accordion-contents {
    overflow: unset;
    position: unset;
    height: 100%;
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    transition: none;
    background: transparent;
    display: none;
    padding: 5px 10px 0px 15px;
}
ul.sub-menu li {
    padding-bottom: 0;
}
.opens .menu-item-has-children .sub-menu {
    display: block !important;
}
.overlay-active .mobile-toggle {
    display: none !important;
}
.logo-image {
    width: 75%;
}
.close-btn {
    width: 10%;
    margin-top: 20px;
}

/* case study page css */
.case-study-content p {
    margin-bottom: 20px;
}
section.case-study-form {
    background: #f3f3f3;
}
.form-block {
    border-radius: 8px;
    padding: 30px;
    background: #eb2026;
}
.list-data {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.list-icon {
    margin-right: 10px;
}
.case-study-image-client img {
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.case-study-block-data:nth-child(odd) {
    background: #f3f3f3;
}
.case-study-block-data .row {
    align-items: center;
}
section.content-section {
    padding-bottom: 80px;
    padding-top: 80px;
}
section.case-study-content-block.section-padding {
    padding: 120px 0 0px;
}

/* blog page css */
.card-blog .post-info h4 {
    font-size: 22px;
    line-height: 32px;
}
.card-blog {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 50px;
}
.card-blog .post-thumbnail img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    padding-bottom: 10px;
}
.single iframe {
    width: 100%;
    max-width: 100%;
    height: 600px;
    margin: 20px 0 0;
}
/* terms page css */
.terms-content p {
    margin: 0 0 15px;
}
.terms-content ul {
    list-style: disc;
    margin-left: 30px;
}
.terms-content ul li {
    font-weight: 500;
}
.footer-links-menu a {
    color: #fff;
}
.footer-links-menu {
    color: #fff;
    margin-top: 15px;
}

/* footer css */
.site-footer {
    padding: 60px 0 20px;
    background: #000;
}
.site-footer h4 {
    color: #fff;
    padding-bottom: 20px;
}
.footer-column-1 img {
    padding-bottom: 20px;
	height: 120px;
    object-fit: contain;
}

.site-footer p {
    color:#fff;
}
.footer-menu ul li a:hover {
    color: #eb2026;
}
.footer-menu ul li {
    padding-bottom: 20px;
}
.footer-menu ul li a {
    color: #fff;
    font-weight: 500;
}
.address-text a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	color: #eb2026;
}
.company-adddress a, .company-adddress i {
    color: #fff;
}
.icon-address {
    width: 10%;
}
.company-phone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 22px;
}
.company-email {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.company-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.icon-address i {
    font-size: 20px;
}
.copyright-row {
    padding: 15px 0;
    background: #000;
    border-top: 1px solid #888;
}
.copyright-row p {
    color: #fff;
}
.copyright-row a {
    color: #fff;
}
.social-icons a {
    padding-left: 15px;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: right;
}
.social-icons a i {
    font-size: 20px;
}
.menu-item-has-children i {
    font-size: 21px;
    color: #fff;
    padding-left: 30px;
}
.opens i {
    transform: rotate(180deg);
    margin-top: 15px;
}
/* end footer css */

/* service-areas template page */
.single-service-areas h2 {
    margin: 15px 0;
    color: #124b63;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
}
.single-service-areas h3 {
    font-size: 35px;
    line-height: 45px;
    color: #124b63;
    letter-spacing: 1px;
    margin-top: 15px;
}
.single-service-areas h4 {
    color: #124b63;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}
.single-service-areas p {
    margin: 0 0 10px;
}

/* Archive page css */
.page-template-service-areas .service-card {
    padding: 25px;
    border: 5px solid #124b63;
}
.page-template-service-areas .service-thumb img {
    min-height: 220px;
    max-height: 250px;
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}
.page-template-service-areas section.service-listing .col-sm-4:nth-child(4) {
    margin-bottom: 80px;
}
.page-template-service-areas section.service-listing .col-sm-4:nth-child(5) {
    margin-bottom: 80px;
}
.page-template-service-areas section.service-listing .col-sm-4:nth-child(6) {
    margin-bottom: 80px;
}
.page-template-service-areas .service-card-content {
    text-align:center;
}
.page-template-service-areas .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Nexgen mobile responsive css */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
