/* global css settings start */
html {
    scroll-behavior: smooth;
}

body {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
a {
    color: #a2000b;
    text-decoration: underline;
}

a:hover{
    color: #006989;  
}
p:empty {
    display: none;
}

/* Define custom scrollbar styles */
::-webkit-scrollbar {
    width: 10px;

}

::-webkit-scrollbar-thumb {
    background-color: #50A34B;
}

.poppins-regular {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul {
    padding: 0;
    margin: 0;
	padding-left: 0px !important;
}

ol {
    margin: 0;
}

li {
    margin: 0 0 0.7em 1em;
}

.page-id-769 .row.all-testimonials-row.grid,
.blog .all-blog .row.grid,
.category .row.grid{
	max-width: 1400px !important;
}

/* General CSS */
.entry-content {
    margin-top: 0px !important;
}

/* .container {
    max-width: 1400px !important;
} */

.theme_content p {
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 30px;
}

.custom_button a {
    background-color: #006989 !important;
    color: #fff !important;
    background-image: none !important;
    font-weight: 400;
    font-family: "Inter Tight", sans-serif;
    font-size: 18px !important;
    border-radius: 10px !important;
    border: none !important;
    transition: 0.5s all ease !important;
    padding: 20px 45px !important;
}

.custom_button a:hover {
    background-color: #A2000B !important;
    color: #fff !important;
}

.max-width {
    text-align: center;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 30px;
    color: #000;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

header.entry-header {
    display: none;
}


/* Header CSS */
/* #Cursor
================================================== */

/* .cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
} */

/* #Primary style
================================================== */

.section {
    position: relative;
    width: 100%;
    display: block;
}

.over-hide {
    overflow: hidden;
}

.full-height {
    height: 100vh;
}

/* #Navigation
================================================== */

body.home .cd-header,
body.page-id-3152 .cd-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: transparent !important;
    padding: 15px 0;
}

.cd-header {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 15px 0;
}

.header-wrapper {
    position: relative;
    /* width: calc(100% - 100px); */
    /* margin-left: 50px; */
    margin-top: 0;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    float: right;
}

.logo-wrap {
     /* position: absolute; */
    display: block;
    left: 0;
    /* top: -15px; */
    cursor: pointer;
}

.logo-wrap a {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    transition: all 0.3s ease-out;
}

.logo-wrap a span {
    color: #8167a9;
}

.logo-wrap a:hover {
    opacity: 0.9;
}

.nav-but-wrap {
    position: relative;
    display: flex;
    float: right;
    padding-left: 15px;
    padding-top: 15px;
    /* margin-top: 26px; */
    transition: all 0.3s ease-out;
    width: 100%;
    max-width: 200px;
    align-items: center;
    justify-content: end;
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.menu-icon__line {
    height: 2px;
    width: 50px;
    display: block;
    background-color: #000000;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
    width: 50px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu-icon__line-right {
    width: 50px;
    float: left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-but-wrap span:first-child {
    font-size: 24px;
    padding-right: 10px;
    font-family: inter tight;
    font-weight: 300;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
    width: 30px;
}

.nav {
    position: fixed;
    z-index: 98;
}

.nav:before,
.nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 21, 26, 0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
}

.nav:after {
    background: rgba(9, 9, 12, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.nav__content {
    position: fixed;
    visibility: hidden;
    top: 50%;
    margin-top: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
}

.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 4vh;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    -webkit-transform: translate(100px, 0%);
    transform: translate(100px, 0%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-top: 0;
    margin-bottom: 0;
}

.nav__list-item a {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
    z-index: 2;
    display: inline-block;
    /* text-transform: uppercase; */
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav__list-item a:after {
    position: absolute;
    content: '';
    bottom: 0%;
    margin-top: -2px;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #a3000c;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav__list-item a:hover:after {
    height: 4px;
    opacity: 1;
    left: 0;
    width: 100%;
}

.nav__list-item a:hover {
    color: rgba(255, 255, 255, 1);
}

.nav__list-item.active-nav a {
    color: rgba(255, 255, 255, 1);
}

.nav__list-item.active-nav a:after {
    height: 4px;
    opacity: 1;
    left: 0;
    width: 100%;
}

body.nav-active .nav__content {
    visibility: visible;
}

body.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
    width: 15px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 15px;
}

body.nav-active .nav {
    visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    border-radius: 0;
}

body.nav-active .nav:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

body.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

body.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

body.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

body.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.switch-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    margin: 0 auto;
    text-align: center;
}

.switch-wrap h1 {
    font-weight: 900;
    font-size: 46px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media screen and (max-width: 580px) {
    .switch-wrap h1 {
        font-size: 32px;
    }
}

.switch-wrap p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #8167a9;
    text-align: center;
    margin-top: 15px;
}

.switch-wrap p span {
    position: relative;
}

.switch-wrap p span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -4px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switch-wrap p span:nth-child(2):before {
    opacity: 0;
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #000;
    border-radius: 27px;
    background: #8167a9;
    position: relative;
    display: inline-block;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.switched {
    border-color: #8167a9 !important;
    background: #000 !important;
}

.switched #circle {
    left: 43px;
    background: #000;
}

/* #Light
================================================== */

body.light {
    background-color: #fff;
}

body.light .cursor,
body.light .cursor2,
body.light .cursor3 {
    mix-blend-mode: normal;
}

body.light .cursor2 {
    border: 2px solid #1f2029;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

body.light .cursor2.hover {
    background: rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

body.light .logo-wrap a {
    color: #1f2029;
}

body.light .menu-icon__line {
    background-color: #1f2029;
}

body.light .nav:before {
    background: rgba(235, 235, 235, 0.6);
}

body.light .nav:after {
    background: rgba(250, 250, 250, 1);
}

body.light .nav__list-item a {
    color: rgba(0, 0, 0, 0.6);
}

body.light .nav__list-item a:hover {
    color: #1f2029;
}

body.light .nav__list-item.active-nav a {
    color: #1f2029;
}

body.light .switch-wrap h1 {
    color: #000;
}

body.light .switch-wrap p span:nth-child(2):before {
    opacity: 1;
    background-color: #000;
}

body.light .switch-wrap p span:nth-child(1):before {
    opacity: 0;
}



/* Homepage CSS */

.page-id-6969 header#master_head {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.theme_content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    background-color: #1A7895;
    padding: 20px 25px;
    border-radius: 10px;
    color: #fff;
    line-height: 30px;
}

.theme_content h2 strong {
    font-size: 18px;
    font-weight: 500;
}

.about_left {
    padding-left: 50px;
}

.about_left h2 {
    background-color: unset;
    text-align: left;
    padding: 20px 0;
}

.aboutus_section {
    padding-top: 60px;
}

.about_left h1 span.dark_color {
    color: #A2000B;
    font-size: 42px;
}

.bg_box h2 {
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    align-items: start;
    justify-content: center;
}

.website_box {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Rectangle-23971.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    padding: 20px 15px 200px;
    border-radius: 15px;
}

.social_box {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Rectangle-23974.png);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    padding: 20px 15px 200px;
    border-radius: 15px;
}

.service_box.green {
    background-color: #5DA205;
    border-radius: 10px;
    padding: 25px 15px 235px;
    position: relative;
}

.we-do h2 {
    padding: 35px 15px !important;
    font-size: 42px;
    font-weight: 700;
}

.we-do h2 strong {
    padding-bottom: 12px !important;
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.we-do h2 br {
    display: none;
}

.service_box.green img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px 15px;
}

.service_box.purple {
    background-color: #6C0072;
    border-radius: 10px;
    padding: 20px 10px 200px;
    position: relative;
}

.service_box.purple img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 20px;
}

.middle_row .theme_content h2 {
    padding: 5px 25px 15px;
}

.service_box.purple h2,
.service_box.green h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
}

.we_do_it .theme_content h2,
.your_challenge .theme_content h2,
.our_portfolio h2,
.clients_say h2 {
    background-color: unset;
    text-align: left;
    padding: 0;
    color: #000;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    font-family: "Inter Tight", sans-serif;
    font-weight: bold;
    padding-bottom: 20px;
}

.heading_line p {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
}

.heading_line p::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 120px;
    width: 60%;
    height: 1px;
    background: #000000;
}

.mid-content p {
    font-size: 28px;
    line-height: 40px;
}

.your_challenge span.dark_color,
.clients_say span.dark_color {
    color: #aa010c;
}

.services_box {
    position: relative;
}

.services_box.first_col .vc_column-inner {
    border: 4px solid #A2000B;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box.second_col .vc_column-inner {
    border: 4px solid #FF9700;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box.third_col .vc_column-inner {
    border: 4px solid #5DA205;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box.fourth_col .vc_column-inner {
    border: 4px solid #6C0072;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box.five_col .vc_column-inner {
    border: 4px solid #006989;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box.sixth_col .vc_column-inner {
    border: 4px solid #4A0001;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box.seven_col .vc_column-inner {
    border: 4px solid #00B5EC;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box.eigth_col .vc_column-inner {
    border: 4px solid #BF7A00;
    border-radius: 10px;
    padding: 20px 10px;
}

.services_box h2 {
    font-size: 22px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.services_box h6 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    text-align: center;
}

.services_box a {
    position: absolute;
    left: 0;
    right: 0;
    background-color: antiquewhite;
    display: inline-block;
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    bottom: -16px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #a2000b;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    transition: 0.5s all ease;
    text-align: center;
}

/* .services_box:hover a {
    background-color: #006989;
} */

.services_box.first_col a {
    background-color: #A2000B;
}

.services_box.second_col a {
    background-color: #FF9700;
}

.services_box.third_col a {
    background-color: #5DA205;
}

.services_box.fourth_col a {
    background-color: #6C0072;
}

.services_box.five_col a {
    background-color: #006989;
}

.services_box.sixth_col a {
    background-color: #4A0001;
}

.services_box.seven_col a {
    background-color: #00B5EC;
}

.services_box.eigth_col a {
    background-color: #BF7A00;
}

.services_box.first_col .vc_column-inner a:hover,
.services_box.second_col .vc_column-inner a:hover,
.services_box.third_col .vc_column-inner a:hover,
.services_box.fourth_col .vc_column-inner a:hover,
.services_box.five_col .vc_column-inner a:hover,
.services_box.sixth_col .vc_column-inner a:hover,
.services_box.seven_col .vc_column-inner a:hover,
.services_box.eigth_col .vc_column-inner a:hover {
    background-color: #a2000b;
}

.our_portfolio {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_portfolio h2 {

    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    font-family: "Inter Tight", sans-serif;
    font-weight: bold;
    padding-bottom: 20px;
}

.our_portfolio .theme_content p {
    color: #fff;

}

.our_portfolio .custom_button a {
    background-color: #006989 !important;
    color: #fff !important;
    background-image: none !important;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
    font-size: 20px !important;
    border-radius: 6px !important;
    border: none !important;
    transition: 0.5s all ease;
    padding: 12px 50px !important;
}

.our_portfolio .custom_button a:hover{
	background-color: #a3000c !important;
}

ul.vc_tta-tabs-list {
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50px;
    padding: 5px !important;
}

/* li.vc_tta-tab {
    margin-left: 20px !important;
} */
.vc_tta.vc_general .vc_tta-tab>a {
    border-color: #e3e3e3;
    background-color: transparent;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    font-family: 'Inter Tight';
    border: 2px solid transparent !important;
    transition: 0.5s all ease !important;
}

.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    border-color: #fff;
    font-weight: 800 !important;
    color: #006989 !important;
    font-family: 'Inter Tight';
}

.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover {
    background: transparent !important;
    color: #aa010c !important;

}

.clients_say {
    padding-top: 40px;
    padding-bottom: 40px;
}

.clients_say p {
    text-align: center;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
}

.clients_say h2 {
    background-color: unset;
    text-align: center;
    padding: 0;
    color: #000;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    font-family: "Inter Tight", sans-serif;
    font-weight: bold;
    padding-bottom: 20px;
}

.brands_clients h2 {
    background-color: unset;
    text-align: center;
    padding: 0;
    color: #000;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    font-family: "Inter Tight", sans-serif;
    font-weight: bold;
    padding-bottom: 20px;
}

.brands_clients {
    padding-top: 100px;
    padding-bottom: 40px;
}

.brands_clients span.dark_color_2 {
    color: #006989;
}

.got_a_project {
    padding-top: 50px;
    padding-bottom: 50px;
}

.got_a_project .theme_content h2 {
    color: #fff;
    background-color: unset;
    text-align: left;
    padding: 0;
    padding-bottom: 20px;
    font-size: 48px;
}

.got_a_project .theme_content p {
    color: #fff;
}

.got_a_project #gform_24 input,
textarea {
    background-color: #f7f7f71f;
}

.got_a_project #gform_24 label {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
}

p.gform_required_legend {
    display: none;
}

#gform_24 #gform_submit_button_24 {
    background-color: #4394A4;
    color: #fff;
    border: none;
    padding: 13px 30px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.5s all ease;
}

#gform_24 #gform_submit_button_24:hover {
    background-color: #A2000B;
}

.got_a_project .heading_line p {
    color: #fff;
}

.got_a_project .heading_line p::after {
    background-color: #fff;
}

.get-project-heading li.address-list {
    display: none;
}

.left_side .vc_column-inner h2 {
    text-align: center;
    line-height: 48px;
/*     text-transform: capitalize; */
}

.page-id-6969 .theme_content ul li::marker,
.page-id-7103 .theme_content ul li::marker,
{
    display: none !important;
    font-family: unset;
    content: '';
}

.Substandard_site .left_side .vc_column-inner h2{
    text-transform: none !important;
}

.page-id-7695 .Substandard_site .max_width{
    max-width: 80%;
}

/* .left_side .vc_column-inner h2:after {
    content: '';
    width: 110px;
    height: 20px;
    border-bottom: 3px solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 96px;
} */

.left_side .vc_column-inner {
    text-align: center;
}

.left_side .vc_column-inner h2 span.light_color {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.left_side .theme_content h6 {
    color: #fff;
    padding: 30px 0 0;
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    font-weight: 300;
}



.left_side .theme_content h6 a.line {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-block;
}

.left_side .theme_content h6 a.line::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.3s;
}

.left_side .theme_content h6 a.line:hover::after {
    width: 100%;
}

.bust_box {
    position: relative;
}

.right_side {
    position: relative;
}

.bust_box img {
    position: absolute;
    top: 300px;
    right: 50px;
}

.aboutus_section {
    margin-bottom: 0px !important;
    padding-bottom: 120px;
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1.png);
    background-position: 105% bottom;
    background-size: 30%;
    background-repeat: no-repeat;
}

.we_do_it {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/bg-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.namami-overlay {
    padding: 80px 0px;
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-2.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 94% top;
}











/* Footer CSS */

.site-footer {
    background-color: antiquewhite;
/*     padding: 60px 0 0; */
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.footer_detail {
    padding-top: 60px;
}
h2.widget-title {
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    font-size: 21.14px;
    color: #242424;
	display: none;
}

.site-footer p {
    color: #3c3c3c;
    font-size: 14px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
}
.dental_max_box img {
    width: 100%;
    max-width: 50%;
    margin: 0;
}
.footer_widget ul {
    padding: 0;
    margin: 0;
}

.footer_widget ul li {
    list-style-type: none;
    padding: 0;
    margin: 10px 0px 0;
    position: relative;
}

.footer_widget ul li:first-child a{
	font-family: "Inter Tight", sans-serif;
  font-weight: 600 !important;
  font-size: 21.14px !important;
  color: #242424;
}

.footer_widget ul li a {
    font-size: 16px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    color: #3c3c3c;
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-block;
}

.footer_widget ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #5da205;
    ;
    transition: width 0.3s;
}

.footer_widget ul li a:hover::after {
    width: 100%;
}


.footer_widget ul li a:hover {
    color: #5da205;
}

.ftr_bottom {
    background-color: #006989;
    text-align: center;
    padding: 20px 0;
}

.footer_widget p {
    font-size: 14px;
}

.footer_widget h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    line-height: 32px;
    color: #a2000b;
}

form#gform_3 input {
    padding: 15px;
    margin: 0;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
}

form#gform_3 .gform-footer.gform_footer.top_label {
    padding: 5px 0 0;
}

input#gform_submit_button_3 {
    padding: 10px !important;
    margin: 0;
    line-height: normal !important;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    font-size: 18px;
    background-color: #A2000B;
    border: none !important;
    border-radius: 5px;
    color: #fff;
    transition: 0.5s all ease;
}

input#gform_submit_button_3:hover {
    background-color: #006989;
}

.ftr_bottom {
    margin-top: 40px;
}

.ftr_bottom p {
    color: #ffffff;
    margin: 0;
    color: #ffffff;
    margin: 0;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
}

.ftr_bottom a {
    color: #ffffff;
    margin: 0;
    color: #ffffff;
    margin: 0;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    transition: 0.5s all ease;
    text-decoration: none;
}

.ftr_bottom a:hover {
    color: #5da205;
}

.your_challenge .theme_content h2 {
    padding-bottom: 0px !important;
    font-weight: 600 !important;
    font-size: 46px !important;
    padding-top: 10px !important;
}

.your_challenge p {
    padding-bottom: 0px !important;
}

.equal-height-box {
    text-align: center;
}

.serv-boxes {
    padding: 0px 25px !important;
    margin-bottom: 0px;
}

.services_box .vc_column-inner {
    border-radius: 20px !important;
}

.services_box {
    padding: 0px 10px !important;
}

.services_box .vc_column-inner {
    position: relative;
    background-clip: padding-box;
}

.services_box .vc_column-inner {
    position: relative;
    border-radius: 20px;
    padding: 20px 10px;
    background-color: white;
    transition: all ease 500ms !important;
}

.services_box .vc_column-inner:hover {
    border: 4px solid transparent !important;
    transition: all ease 500ms !important;
}

.services_box .vc_column-inner::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 11px;
    right: 11px;
    bottom: 13px;
    border-radius: 20px;
    background: linear-gradient(45deg, #A2000B, #FF9700, #5DA205, #6C0072, #006989, #FF9700, #00B5EC, #BF7A00, #ff0000);
    z-index: -1;
    background-size: 300% 300%;
    transform: scale(1.1);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: block;
}

.services_box .vc_column-inner:hover::before {
    opacity: 1;
    animation: borderAnimation 3s linear infinite;
}

@keyframes borderAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.serv-icon-img img {
    width: 60px;
    margin-bottom: 15px !important;
}

.got_a_project {
    background: #1C50A8;
}

.got_a_project {
    background-color: #28398e;
    background-image: url("https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1.png"),
        url("https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Group-1171275802.png"),
        url("https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Mask-group-3.png");
    background-repeat: no-repeat;
    background-size: 20%, 45%, 30%;
    background-position: bottom right, 20% 100%, 10% 0%;
}

.footer-contacts ul {
    list-style: none;
    padding-left: 0px;
}

.footer-contacts ul li {
    position: relative;
    margin-left: 0px;
}

.get-project-heading h2 {
    font-size: 42px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.get-project-heading hr {
    margin: 0px 0px !important;
    background: #fff !important;
    border-color: #fff !important;
    opacity: 1;
    width: 100%;
    max-width: 80px;
    display: table;
    margin: 20px auto !important;
}

.info-box .brown {
    color: #fff;
    font-size: 20px;
    font-family: 'inter tight';
    width: 100%;
    display: block;
}

.info-box a {
    font-size: 22px;
    color: #fff !important;
    font-family: 'inter tight';
    text-decoration: none;
    transition: all ease 500ms;
}

.info-box {
    display: inline-block;
}

.info-box a:hover {
    display: inline-block;
}

.footer-contacts ul li a:hover::after {
    width: 100%;
}

.footer-contacts ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
    margin-top: 5px;
}


.page-id-7081 ul.social_links li::marker {
    display: none !important;
    content: unset;
}
.page-id-7081 .footer-contacts ul li.email-info::marker{
	content: unset;
	   display: none !important;
}

ul.social_links {
    display: flex;
    margin-top: 0px !important;
    justify-content: center;
}

ul.social_links li a {
    font-size: 16px;
    color: #fff;
}

ul.social_links li {
    margin: 0px;
}

ul.social_link svg:hover {
    transition: all ease 300ms;
    color: #006989 !important
}

ul.social_links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    transition: all ease 500ms;
}

ul.social_links li a:hover,
.footer_widget ul.social_links li a:hover {
    color: #be0f17;
    transition: all ease 500ms;
}

.footer-contacts ul {
    list-style: none;
    margin-bottom: 10px !important;
}

.footer_widget ul.social_links {
    display: flex;
    margin-top: 0px !important;
    justify-content: left;
    margin-bottom: 10px;
}

section#nav_menu-23 {
    margin-bottom: 10px;
}

.footer_widget ul.social_links li a {
    color: #000;
    transition: all ease 500ms;
}

.footer_widget ul.social_links li:first-child a {
    padding-left: 0px;
}


/* Inner Pages CSS */
.page-id-7382 .heading_line p {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
}

.page-id-7382 .heading_line p::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 120px;
    width: 50%;
    height: 2px;
    background: #000000;
}

.heading_line p {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
}

/* .heading_line p::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 210px;
    width: 50%;
    height: 2px;
    background: #000000;
} */

.theme_content_line {
    position: relative;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
}

.theme_content_line::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 45%;
    width: 10%;
    height: 2px;
    background: #000000;
    margin: 0 auto;
}

.heading_bottom_underline {
    text-align: center;
    width: 10%;
    margin: auto;
}

.heading_bottom_underline p {
    position: relative;
    font-weight: 400;
    color: #000;
    font-family: "Inter Tight", sans-serif;
}

.heading_bottom_underline p::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 210px;
    width: 60%;
    height: 2px;
    background: #000000;
    display: block;
}

.theme_content h4 {
    font-size: 45px;
    color: #000;
    padding-bottom: 20px;
}

.theme_content h4 span.blue_color {
    color: #006989;
}

.our_work_h2 {
    font-weight: 600;
    color: #000;
}

.our_work_h3 {
    font-weight: 600;
}

.our_work_h4 {
    font-weight: 400;
}

.max_width {
    width: 100%;
    max-width: 70%;
    margin: 0;
}

/* BUSINESS PAGE CSS */

body.page-id-6813 .hockey-img {
    padding: 10px;
    margin: 0 auto;

}

body.page-id-6813 .hockey-img img {
    border-radius: 10px;
}

/* Other CSS start*/

.page-id-7561 .recentproject_section {
    padding: 30px 0;
}

.page-id-7561 .videocreator_section {
    padding: 20px 0 60px 0;
}

.page-id-7561 .officeteam_section {
    padding: 30px 0 80px;
}

.page-id-7561 .officeteam_section .theme_content p {
    padding-bottom: 0px;
}

.page-id-7561 .topvideo_section {
    padding: 40px 0;
}

/* Other CSS end*/

/* Video Box CSS Start */
.video_box {
    position: relative;
    overflow:hidden;
}

.video_box .video_thumbnail {
    transition:  all 0.2s linear;
  }
.video_box:hover .video_thumbnail {
    transform: scale(1.1);
  }



.video_content {
    position: absolute;
    z-index: 1;
    bottom: 35px;
    padding: 0px 0px 0px 30px;
}

.video_content h4 {
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 300;
    color: #fff;
    padding: 0px;
    line-height: normal;
    margin-bottom: 10px;
}

.video_content h2 {
    font-size: 28px;
    font-family: 'Inter Tight';
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

/* Video Box CSS End */


/* Inner banner CSS */

.inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: -5% 410px;
    background-color: #DBECFF;
}

.page-id-7561 .inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1-1.png);
    background-size: 15%;
    background-position: -2% 210px;
    background-color: #BF7A00;
}

.page-id-7469 .inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1-1.png);
    background-size: 15%;
    background-position: -2% 230px;
    background-color: #28398E;

}

.page-id-7382 .inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1-1.png);
    background-size: 10%;
    background-color: #4A0001;
}

.page-id-7316 .inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1-1.png);
    background-size: 10%;
    background-color: #5DA205;
}

.page-id-7299 .inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1-1.png);
    background-size: 10%;
    background-color: #006989;
}

body.page-id-6226 .inner-row-left {
    padding: 50px 0px;
    margin-right: 0% !important;
}

.page-id-3101 .inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1-1.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: -2% 200px;
    background-color: #34BE9C;
}


.inner_banner_section .theme_content p {
    color: #fff;
    font-size: 23px;
    line-height: 32px;
    font-family: 'Inter Tight';
    font-weight: 400;
    max-width: 90%;
    margin: 0;
}

/* connect-sec-row CSS start*/

.page-id-7561 .connect-sec-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Group-1171276569-1.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-size: 50%, 80%;
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}

.page-id-7202 .connect-sec-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Group-1171276543-1.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-position: left top, right bottom;
}

.page-id-7469 .connect-sec-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Group-1171276569.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-position: left top, right bottom;
}

.page-id-7382 .connect-sec-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Mississauga-Web-Designers-discuss-about-a-new-website-design-1-2.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-position: left top, right bottom;
}

.page-id-7316 .connect-sec-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Mississauga-Web-Designers-discuss-about-a-new-website-design-1-1.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-position: left top, right bottom;
}

.page-id-7299 .connect-sec-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Mississauga-Web-Designers-discuss-about-a-new-website-design-1.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-position: left top, right bottom;
}

.n_logo {
    position: relative;
}

.n_logo img {
    position: absolute;
    content: '';
    width: 295px;
    height: auto;
    right: 20px;
    bottom: -200px;
}

/* connect-sec-row CSS end*/

.namami_logo {
    position: relative;
}

.namami_logo img {
    position: absolute;
    content: '';
    width: 230px;
    height: auto;
    top: 210px;
    left: 260px;
}

.page-id-7469 .heading_line p {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 18px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
}

.page-id-7469 .heading_line p::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 210px;
    width: 50%;
    height: 2px;
    background: #000000;
}

/* NEW PAGE CSS */


.branding_right_content {
    padding-right: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.branding_left_content {
    padding-left: 11%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.branding_main_sec {
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-1.png) no-repeat right center, #D9D9D961;
    background-attachment: fixed;
    background-position-x: 150%;
    background-size: contain;
}

.page-id-7202 .digital_section {
    background: rgb(255, 255, 255);
    background: linear-gradient(101deg, rgba(255, 255, 255, 1) 0%, rgb(217 217 217) 100%);
    padding: 60px 0;
}

.digital_section {
    background: rgb(255, 255, 255);
    background: linear-gradient(101deg, rgba(255, 255, 255, 1) 0%, rgb(217 217 217) 100%);
    padding: 60px 0;
}



.page-id-7316 .digital_section,
.page-id-7469 .digital_section {
    background: #F8F8F8;
    padding: 30px 0;
}

.page-id-7299 .digital_section .heading_line p::after {
    left: 120px;
}

.page-id-7202 .surprise_section {
    padding: 60px 0;
}

.page-id-7316 .surprise_section {
    padding: 80px 0;
    background: linear-gradient(45deg, rgb(221 221 221) 0%, rgb(226 226 226 / 1%) 100%);
}

.branding_left_img {
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/brand-1.png) no-repeat center center;
    padding: 50px;
    background-size: cover;
}

.branding_right_img {
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/achieve-online-excellence-1.jpg) no-repeat center center;
    padding: 50px;
    background-size: cover;
}

.form_section .branding_left_img {
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Group-1171276543-1.jpg) no-repeat center center;
    padding: 50px;

}

/* META ADS PAGE CSS START */



.page-id-5504 .card-info-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/Vector-1-1.png), linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background-size: 50%, 100%;
    background-position: 130% 130px;
    background-repeat: no-repeat;
}
.page-id-5504 .inner-row-left {
    padding: 50px 0px;

}

.page-id-5504 .inner_banner_section{
    background: linear-gradient(45deg, rgba(0,27,35,0.9976365546218487) 0%, rgba(0,105,137,1) 100%);
}
body.page-id-5504 div#gform_wrapper_7 {
    width: 100%;
    background: #F8F8F8 !important;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #dadada;
    max-width: 880px;
}

body.page-id-5504 div#gform_wrapper_7 input,
body.page-id-5504 div#gform_wrapper_7 textarea {
    background-color: transparent;
}

body.page-id-5504 div#gform_wrapper_7 div#field_7_13 input {
    border: 1px solid #cdcdcd;
    padding: 8px 10px;
}

body.page-id-5504 div#gform_wrapper_7 input#gform_submit_button_7 {
    background: #a2000b !important;
    color: #fff !important;
    line-height: normal;
    height: auto !important;
    font-size: 22px;
    padding: 10px 40px;
    border-color: #a2000b !important;
    font-weight: 500;
}



/* NEW PAGE CSS */

.page-id-7382 .searchmanagment_section {
    padding: 60px 0px;
}

.recentproject_section {
    padding: 60px 0;
}

.hostingbullets_section {
    padding: 60px 0;
}

.theme_content_p::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
}

.awards_from li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.awards_from li img {
    max-width: 140px;
    width: 100%;
}

.awards_from li:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 80px;
    background: #B0B0B0;
    position: absolute;
    right: -8px;
    top: 30px;
}

.left_namami p {
    font-size: 16px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
}

.awards_h6 {
    color: #000;
    font-weight: 500;
}

.speak_itself_sec {
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-2.png) no-repeat center center, #F8F8F8;
}

.right_website_img img {
    position: absolute;
    top: -55%;
    left: 0;
    z-index: 1;
}

.left_content_box {
    text-align: right !important;
}

.Substandard_site .left_side {
    padding-left: 30px;
}

.page-id-7695 .max_width {
    width: 100%;
    max-width: 70%;
    margin: 0;
    text-align: left;
}



/* NEW CSS */

.page-id-7202 .branding_right_img {
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/achieve-online-excellence-1.jpg) no-repeat center center;
    padding: 50px;
    background-size: cover;
}

.page-id-7202 .seo_section {
    padding: 60px 0 0;
}

.page-id-7202 .seo_section .branding_right_img {
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/achieve-online-excellence-1.jpg) no-repeat center center;
    padding: 50px;
}

.searchmanagment_section {
    padding: 60px 0;
}


.second_banner_section {
    background-position: 40% 480px;
    background: linear-gradient(45deg, rgb(221 221 221) 0%, rgb(226 226 226 / 1%) 100%), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/v.png) right / contain no-repeat;
}


.we_buildhockey_section .branding_left_content {
    padding-left: 10%;
}


.buildhocket_section .max_width p {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

.foundoffer_left_side {
    background: linear-gradient(335deg, #001b23 10%, #006989e3 100%);
    padding-left: 20%;
    padding-top: 7%;
    padding-bottom: 12%;
    padding-right: 10%;
}

.foundoffer_left_side .max_width p {
    max-width: 75%;
    margin: 0;
}

.seehow_section {
    padding: 80px 0;
}

.seehow_section .vc_column-inner {
    padding: 0;
}
.page-id-7695 .seehow_section .inner-row-left {
    padding: 0px !important;
    max-width: 70%;
    margin-right: 10% !important;
    margin: 0 !important;
}

.page-id-7695 .see-how_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.see-how_logo p {
    margin: 0;
}

.buildhocket_section {
    padding: 60px 0;
}

.we_buildhockey_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-2-1.png), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Vector-3-1.png);
    background-position: 2% -3%, 100% 100%;
    background-size: 15%, 10%, 20%;
    background-repeat: no-repeat;
    background-color: #F8F8F8;

}

.bullets_link ul li {
    margin-bottom: 5px;
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 22px;
}


.page-id-7695 .connect-sec-row {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Mississauga-Web-Designers-discuss-about-a-new-website-design-1.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-size: 50%, 80%;
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    padding: 60px 0;
}

.page-id-7695 .connect-sec-row .contact_left_side {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

.website_function_section {
    background: linear-gradient(29deg, rgba(162, 0, 11, 1) 0%, rgba(74, 0, 1, 1) 100%);
    padding: 120px 0 0;
}


.namami_logo_footer {
    position: relative;
}

.namami_logo_footer img {
    position: absolute;
    left: 45%;
    right: 0;
    top: -460px;
}

.boxes_section {
    padding: 60px 0;
}




.player_box:nth-child(1) .vc_column-inner {
    background-image: url('https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/team_box.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* transition: background 0.5s ease-in-out;  */
}

.player_box:nth-child(2) .vc_column-inner {
    background-image: url('https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/rink_box.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.player_box:nth-child(3) .vc_column-inner {
    background-image: url('https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/coach_box.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.player_inner_row .player_box:nth-child(1) .vc_column-inner {
    background-image: url('https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/camp_box.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* transition: background 0.5s ease-in-out; */
}

.player_inner_row .player_box:nth-child(2) .vc_column-inner {
    background-image: url('https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/scout_box.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.player_inner_row .player_box:nth-child(3) .vc_column-inner {
    background-image: url('https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/player_box.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boxes_section .our_work_h2 a {
    height: 100%;
    min-height: 440px;
    display: flex;
    align-items: end;
}

.page-id-7695 .inner_banner_section {
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/Rectangle-24163.png), linear-gradient(90deg, rgb(0 27 35 / 75%) 0%, rgba(0, 105, 137, 1) 100%), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/imgbg.jpg);
    background-size: 25%, cover, cover;
    background-position: bottom right, center, center;
    overflow: visible !important;
}
.inner_banner_section_left_top {
    padding: 120px 0px;
}
.player-img {
    position: absolute;
    bottom: -100px;
}
.buildhocket_section {
    padding: 60px 0;
    padding-top: 110px;
}


.form_section .branding_left_img{
    background: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Group-1171276543-1.jpg) no-repeat center center;
  padding: 50px;
}

.page-id-7202 .connect-sec-row{
    background-image: url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/Group-1171276543-1.jpg), url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/03/vc_foundation-1.png);
    background-size: 50%, 80%;
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    
}

.page-id-7695 .inner-row-left {
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
    padding: 50px 40px;
    margin-right: 5%;
}
.foundoffer_section {
    background: linear-gradient(335deg, #001b23 10%, #006989e3 100%);
}


.foundoffer_section .branding_left_content {
    padding-left: 20%;
    padding-top: 70px;
    padding-bottom: 0px !important;
    padding-right: 5%;
}


#gform_9 #gform_submit_button_9 {
    background-color: #4394A4;
    color: #fff;
    border: none;
    padding: 13px 30px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.5s all ease;
}
.buildhocket_section .max_width{
    width:100%;
    max-width:100%;
}
.page-id-7695 .Substandard_site .bg_box p {
    margin: 0px !important;
    background-color: #a2000b;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 0;
    padding: 40px 0;
    z-index: 2;
}







#gform_9 #gform_submit_button_9:hover {
    background-color: #A2000B;
}


/* WEBSITE MAINTANENCE PAGE CSS */

.page-id-7299 .inner_banner_section .inner-row-left {
    padding: 50px 0;
    max-width: 680px;
    margin-right: 0% !important;
}

.page-id-7299 .second_banner_section .inner-row-left {
    width: 100%;
    margin: 0 auto !important;
    max-width: 680px;
    padding: 90px 0px;
    margin-right: 30% !important;
}

.page-id-7299 .surprise_section {
    padding: 60px 0;
}

.page-id-7299 .link_bold {
    font-size: 28px;
    line-height: 36px;
}

/* Website hosting CSS */

.page-id-7382 .inner_banner_section .inner-row-left {
    padding: 50px 0;
    max-width: 680px;
    margin-right: 0% !important;
}

.page-id-3101 .inner_banner_section .inner-row-left {
    padding: 50px 0;
    max-width: 800px;
    margin-right: 0% !important;
}

.page-id-7382 .digital_section {
    background-color: #ffffff !important;
    background: unset !important;
}


/* Digital Marketing CSS */
.page-id-7202 .inner_banner_section .inner-row-left {
    padding: 50px 0;
    max-width: 680px;
    margin-right: 0% !important;
}

.page-id-7202 .inner_banner_section {
    padding: 20px 0 0;
}

/* CopyWriting CSS */
.page-id-7316 .inner_banner_section .inner-row-left {
    padding: 50px 0;
    max-width: 680px;
    margin-right: 0% !important;
}

.page-id-7316 .inner_banner_section {
    padding: 20px 0 0;
}

/* Vidoe page CSS */
.page-id-7561 .inner_banner_section .inner-row-left {
    padding: 50px 0;
    max-width: 680px;
    margin-right: 0% !important;
}

.page-id-7561 .heading_line p::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 220px;
    width: 80px;
    height: 2px;
    background: #000000;
    display: block;
}

.page-id-7561 .max_width {
    width: 100%;
    max-width: 70%;
    margin: 0;
}

.page-id-7561 .videocreator_section .max_width {
    max-width: 100%;
}

.page-id-7561 .recentproject_section .max_width {
    max-width: 70% !important;
    margin: 0 auto;
}

/* Animated Video CSS */
.page-id-7469 .inner_banner_section .inner-row-left {
    padding: 50px 0;
    max-width: 680px;
    margin-right: 12% !important;
}



/* Blog POST CSS Start */
.home_blog_content {
    padding: 25px 20px;
    background-color: #f7f7f7;
    margin-bottom: 20px !important;
    border-radius: 10px;
    /* border: 4px solid #006989; */
}

.home_blog_content .raush_blog_title {
    color: #1e1e1e;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Inter Tight';
    text-decoration: none;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.home_blog_content .raush_blog_title:hover {
    color: #006989;
}

.blogListFooter .listAuthor {
    font-size: 16px;
    padding-top: 4px;
    color: #000;
    font-family: 'Inter Tight';
    font-weight: 600;
}

.blogListFooter p {
    font-family: 'Inter Tight';
    font-size: 16px;
    color: #000;
    font-weight: 600;
}


.blogListFooter .listCat a {
    color: #a3000c;
    font-family: 'Inter Tight';
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s all ease;
}

.blogListFooter .listCat a:hover {
    color: #006989;
}

.date-blog {
    display: none;
}

.post-expt {
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Inter Tight';
}

.more_link a {
    font-size: 18px;
    color: #a1020a !important;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s all ease;
}

.more_link a:hover {
    color: #006989 !important;
}

.pagination-sec {
    text-align: center;
}

.navigation ul {
    text-align: center;
    display: inline-block;
    padding-left: 0px;
}

.navigation ul li a,
.navigation ul li {
    float: left;
    min-width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    color: #000000;
    line-height: 45px;
    list-style-type: none;
    border-radius: 60px;
    text-decoration: none;
    font-size: 22px;
    transition: 0.5s all ease;
}

.navigation ul li.active a {
    display: block;
    float: left;
    min-width: 50px;
    height: 50px;
    color: #fff;
    background: #006989;
    border: 1px solid #006989;
    border-radius: 60px;
}

.navigation ul li a:hover {
    background-color: #006989;
    color: #fff;
    border: 1px solid #006989;
}

.navigation ul li.next a {
    width: 50px;
    height: 50px;
    background: #a2000b;
    display: block;
    border: 1px solid #a2000b;
    margin-left: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

.navigation ul li.prev a {
    width: 50px;
    height: 50px;
    background: #a2000b;
    display: block;
    border: 1px solid #a2000b;
    margin-right: 0px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}



/* Blog POST CSS End */



/* Single POST CSS START */

section.single-post  .single-pagination {
    list-style: none;
    width: 100%;
    float: left;
    display: table;
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 30px;
}

section.single-post  .single-pagination li {
    float: none;
    margin-right: 2px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter Tight';
}

section.single-post .single-pagination li a  {
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    width: 150px;
    padding: 12px 10px;
    background-color: #a2000b;
    text-decoration: none;
    border-radius: 60px;
    transition: 0.5s all ease;
}

section.single-post .single-pagination li a:hover {
    background-color: #006989;
}

section.single-post .single-pagination li a::after {
    display: none;
}


.single-blog .head-sec p {
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    float: left;
    padding-bottom: 0px;
    font-family: 'Inter Tight';
    font-weight: 500;
    margin: 0;
}

.single-blog .head-sec p a {
    text-decoration: none;
    font-weight: 600;
    padding-left: 5px;
    color: #50a34b;
}

.single-blog .head-sec h1{
    font-size: 46px;
    line-height: 53px;
    color: #fff;
}
/* Single post General CSS Start*/

section.single-post ol, ul {
    padding: 0;
}

section.single-post a {
    color: #a10508;
    font-weight: 600;
    transition: 0.5s all ease;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s ease;
    display: inline-block;
}

section.single-post a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #5da205;
    transition: width 0.3s;
}

section.single-post a:hover::after {
    width: 100%;
}

section.single-post a:hover {
    color: #5da205;
}

ul.sidebar.single-blog-side li a:hover::after {
    display: none;
}

/* Single post General CSS End*/

.single-blog .main-single-post-thubnail-image {
    padding-bottom: 20px !important;
}
.single-blog-side .title-side-bar {
    background: #006989;
    border-left: 8px solid rgb(161 2 10);
    color: #fff !important;
    margin: 0 0 10px 0;
    padding: 12px 10px 12px 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
}

/* .sidebar .widget:first-child {
    margin-top: 0px;
    background-color: #f1f1f1;
    padding: 20px;
    padding-bottom: 26px;
    border: 1px solid #dddddd;
    border-radius: 6px;
} */

.sidebar .widget:first-child input[type=text] {
    padding-left: 5px;
    height: 32px;
}

.sidebar form.search-form {
    text-align: center;
    padding: 20px 0 0;
}

.sidebar input.search-field {
    padding: 10px;
    border-radius: 60px !important;
}

/* .sidebar .widget:first-child input[type=text] {
    padding-left: 5px !important;
    height: 39px !important;
    padding: 20px !important;
} */

.sidebar .widget:first-child input[type=submit] {
    background-color: #a2000b;
    color: #fff;
    height: 44px;
    border: 1px solid #a2000b;
    width: 30%;
    border-radius: 60px !important;
    line-height: normal;
}

.sidebar .widget:first-child input[type=submit]:hover {
    background-color: #006989;
    border: 1px solid #006989;
}
.sidebar ul li {
    border-bottom: 1px dashed #b0b0b0;
    padding-bottom: 0px;
    padding: 10px;
    font-size: 18px;
    color: #000;
    margin: 0;
    list-style-type: none;
}
.sidebar ul li:hover {
    background-color: #a2000b;
    padding: 10px;
    color: #ffffff;
}
.sidebar ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'Inter Tight';
    font-size: 18px;
    transition: 0.5s all ease;
}

.sidebar ul li:hover a {
    color: #fff;
}

.single-blog.single-post .blog-banner {
    background: #e1e1e1 url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/bge-2.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    margin-bottom: 60px;
}

.single-blog.single-post .custom-blog-heading {
    font-size: 60px;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-transform: uppercase;
    color:#fff;
}

.blog-main .blog-banner {
    background: #e1e1e1 url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/Rectangle-24033.png) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    margin-bottom: 60px;  
}


.blog-main .title {
    font-size: 57px;
    font-family: 'Inter Tight';
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
}

.posts-in-category .blog-banner{
    background: #e1e1e1 url(https://namamiincstg.wpenginepowered.com/wp-content/uploads/2025/04/Rectangle-24033.png) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    margin-bottom: 60px;  
}
.posts-in-category .title {
    font-size: 57px;
    font-family: 'Inter Tight';
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
}




/* Single POST CSS END */

@media screen and (min-width: 281px) and(max-width: 319px) {
    .page-id-7695 .hockey-main-row .testimonial-btns {
        width: 67%;
    }

    .page-id-7695 .hockey-main-row .testimonial-btns button.slick-prev:before,
    .page-id-7695 .hockey-main-row .testimonial-btns button.slick-next:before {
        font-size: 20px !important;
        padding: 16px 20px !important;
    }

    /* Web mainitanence css */
    .page-id-7299 .inner_banner_section .inner-row-left .vc_column-inner {
        padding: 0;
    }

    .page-id-7299 .inner_banner_section h2,
    .page-id-7283 .inner_banner_section h2,
    .page-id-7202 .inner_banner_section h2 {
        font-size: 36px !important;
    }

    .page-id-7299 .inner_banner_section h4,
    .page-id-7283 .inner_banner_section h4,
    .page-id-7202 .inner_banner_section h4 {
        font-size: 24px !important;
    }

    .page-id-7299 .our_work_h2,
    .page-id-7283 .our_work_h2,
    .page-id-7202 .our_work_h2,
    .page-id-7561 .our_work_h2,
    .page-id-7469 .our_work_h2 {
        font-size: 30px !important;
    }

    .page-id-7561 .max_width {
        max-width: 100% !important;
    }

    .page-id-7561 .recentproject_section .max_width {
        max-width: 100% !important;
        margin: 0 auto;
    }

    .page-id-7469 .inner_banner_section {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .page-id-7695 .inner_banner_section_left .branding_left_content {
        padding: 60px 20px !important;
    }

    .page-id-7695 .inner_banner_section_right .our_work_h2 {
        font-size: 32px;
    }

    .page-id-7695 .inner_banner_section_left .branding_left_content .our_work_h2 {
        font-size: 30px !important;
    }

    .page-id-7695 .inner_banner_section_left .branding_left_content .our_work_h4 {
        font-size: 24px !important;
        line-height: 36px !important;
    }


    .page-id-7469 .inner_banner_section {
        display: none;
    }

    .reverse-row {
        flex-direction: column-reverse !important;
    }

    /* Web mainitanence css */
    .page-id-7299 .inner_banner_section .inner-row-left .vc_column-inner {
        padding: 0;
    }

    .page-id-7299 .inner_banner_section h4,
    .page-id-7382 .inner_banner_section h4,
    .page-id-7202 .inner_banner_section h4,
    .page-id-7561 .inner_banner_section h4 {
        font-size: 24px !important;
    }

    .page-id-7299 .inner_banner_section h2,
    .page-id-7382 .inner_banner_section h2,
    .page-id-7202 .inner_banner_section h2,
    .page-id-7561 .inner_banner_section h2 {
        font-size: 30px !important;
    }

    .Substandard_site .left_side {
        padding-left: 0px;
    }

    .page-id-7695 .connect-sec-row .connect-col-right {
        display: none !important;
    }

    .seehow_section h2 {
        font-size: 36px !important;
    }

    .seehow_section {
        padding: 20px 0 !important;
    }

    .player_box h2 {
        font-size: 30px !important;
    }

    .page-id-7695 .max_width {
        max-width: 100%;
        margin: 0;
    }

    .we_buildhockey_section h2 {
        font-size: 32px !important;
    }

    .page-id-7695 .website_function_section h2 {
        font-size: 36px !important;
    }

    .bullets_link ul li {
        font-size: 16px !important;
    }

    .page-id-7695 .max_width {
        max-width: 100%;
    }

    .page-id-7695 .website_function_section {
        padding: 60px 0;
    }

    .page-id-7695 .inner-row-left {
        padding: 40px 0 20px 0 !important;
        max-width: 100% !important;
    }

    .page-id-7695 .buildhocket_section h2 {
        font-size: 30px !important;
    }

    .foundoffer_left_side {
        padding-left: 0px !important;
        padding-top: 10% !important;
        padding-bottom: 10% !important;
        padding-right: 0px !important;
    }

    .page-id-7695 .foundoffer_left_side h2 {
        font-size: 36px !important;
    }

    .page-id-7695 .foundoffer_left_side h4 {
        font-size: 30px !important;

    }

    .page-id-7316 .surprise_section h2 {
        font-size: 42px !important;
    }

    .page-id-7382 .searchmanagment_section,
    .page-id-7469 .searchmanagment_section,
    .page-id-7202 .searchmanagment_section,
    .page-id-7382 .digital_section,
    .page-id-7469 .digital_section,
    .page-id-7202 .digital_section {
        padding: 60px 0px !important;
    }

    .second_banner_section h2 {
        font-size: 36px !important;
    }

    .max_width {
        max-width: 100%;
    }

    .inner_banner_section .theme_content p {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
    }


    .page-id-7382 .inner-row-left .vc_column-inner {
        padding: 0;
    }

    .page-id-7316 .page-id-7316 .surprise_section h2 {
        font-style: 36px;
    }

    .page-id-7316 .surprise_section {
        padding: 30px 0;
    }

    .page-id-7382 .inner-row-left,
    .page-id-7469 .inner-row-left,
    .page-id-7561 .inner-row-left,
    .page-id-7316 .inner-row-left,
    .page-id-7299 .inner-row-left,
    .page-id-7202 .inner-row-left {
        padding: 40px 0 20px 0 !important;
        max-width: 100% !important;
    }

    .page-id-7316 .surprise_section {
        background-image: none;
        background-color: #fff;
    }

    .branding_left_content {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .page-id-7561 .heading_line p::after {
        display: none;
    }

    .officeteam_section h2 {
        font-size: 36px !important;
    }

    .page-id-7382 .connect-col-right {
        padding: 10px;
    }

    .page-id-7382 .connect-sec-row {
        background-image: none !important;
    }

    .page-id-7299 .connect-sec-row {
        background-image: none !important;
        background-color: #fff !important;
    }

    .page-id-7202 .branding_right_content {
        padding-right: 0px !important;
    }

    .n_logo img {
        display: none;
    }

    .form_space {
        display: none;
    }

    .page-id-7382 .digital_section .our_work_h2,
    .page-id-7382 .searchmanagment_section .our_work_h2,
    .page-id-7202 .seo_section .our_work_h2,
    .page-id-7202 .digital_section .our_work_h2,
    .page-id-7202 .searchmanagment_section .our_work_h2,
    .page-id-7469 .digital_section .our_work_h2,
    .page-id-7469 .searchmanagment_section .our_work_h2,
    .page-id-7469 .recentproject_section .our_work_h2 {
        font-size: 32px !important;
    }

    .page-id-7202 .branding_left_img {
        background-image: unset !important;
        display: none !important;
    }

    .left_content {
        text-align: left !important;
    }

    .left_content_box {
        text-align: left !important;
    }

    .center_img img {
        display: none;
    }

    .foundoffer_right_side img {
        display: none !important;
    }

    .page-id-7561 .recentproject_section .max_width {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .page-id-7695 .Substandard_site .bg_box p{
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0;
      }.page-id-7695 .player-img img{
        display: none;
      }

}



@media only screen and (min-width: 480px) and (max-width: 768px) {
    .page-id-7695 .Substandard_site .bg_box p{
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0;
      }
      .page-id-7695 .player-img img{
        display: none;
      }

    .page-id-7695 .hockey-img img {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
    }

    .page-id-7695 .inner_banner_section_left .branding_left_content {
        padding: 60px 20px !important;
    }

    .page-id-7695 .inner_banner_section_right .our_work_h2 {
        font-size: 36px !important;
    }

    .page-id-7695 .inner_banner_section_left .branding_left_content .our_work_h2 {
        font-size: 30px !important;
    }

    .page-id-7695 .inner_banner_section_left .branding_left_content .our_work_h4 {
        font-size: 24px !important;
        line-height: 36px !important;
    }


    .page-id-7469 .inner_banner_section {
        display: none;
    }

    /* Web mainitanence css */
    .page-id-7299 .inner_banner_section .inner-row-left .vc_column-inner {
        padding: 0;
    }

    .page-id-7299 .inner_banner_section h2 {
        font-size: 46px !important;
    }

    .page-id-7299 .inner_banner_section h4 {
        font-size: 28px !important;
    }

    .page-id-7299 .n_logo img,
    .page-id-7382 .n_logo img,
    .page-id-7202 .n_logo img,
    .page-id-7316 .n_logo img,
    .page-id-7695 .namami_logo_footer img {
        display: none;
    }

    .page-id-7299 .form_space,
    .page-id-7382 .form_space,
    .page-id-7202 .form_space,
    .page-id-7316 .form_space,
    .page-id-7695 .form_space {
        display: none;
    }

    .reverse-row {
        flex-direction: column-reverse;
    }

    /* web hosting css */
    .page-id-7382 .searchmanagment_section,
    .page-id-7469 .searchmanagment_section,
    .page-id-7202 .searchmanagment_section,
    .page-id-7382 .digital_section,
    .page-id-7469 .digital_section,
    .page-id-7202 .digital_section {
        padding: 60px 0px !important;
    }

    .branding_left_content {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .page-id-7202 .branding_left_img,
    .page-id-7202 .branding_right_img {
        min-height: 0px !important;
    }

}

@media only screen and (max-width: 769px) {
    .reverse-row {
        flex-direction: column-reverse !important;
    }

    .inner_banner_section_left .vc_column-inner {
        width: 100% !important;
    }

    .inner_banner_section_right .vc_column-inner {
        width: 100% !important;
    }

    .page-id-7695 .website_function_section {
        padding: 50px 0;
    }

    .inner_banner_section_right img {
        width: 100%;
        max-width: 70%;
    }

    .left_content {
        text-align: left !important;
    }

    .left_content_box {
        text-align: left !important;
    }

    .inner_banner_section .theme_content p {
        max-width: 100%;
    }

    .max_width {
        max-width: 100%;
    }

    .center_img img {
        display: none;
    }

    /* .page-id-7316 .surprise_section {
        background-image: none !important;
        background-color: #fff !important;
    } */

    .page-id-7202 .searchmanagment_section,
    .page-id-7202 .surprise_section {
        padding: 30px 0;
    }

    .page-id-7695 .inner-row-left {
        padding: 40px 0 20px 0 !important;
        max-width: 100% !important;
    }

    .page-id-7695 .inner_banner_section .right_side img {
        display: none;
    }

    .foundoffer_right_side img {
        display: none !important;
    }

    .page-id-7695 .connect-col-right {
        background: none;
    }

    .foundoffer_left_side {
        padding-left: 5%;
        padding-top: 10%;
        padding-bottom: 10%;
        padding-right: 5%;
    }

    .page-id-7695 .max_width {
        max-width: 100%;
    }

    .Substandard_site .left_side {
        padding-left: 0;
    }

    .Substandard_site img {
        display: none;
    }

    .player_box h2 {
        font-size: 36px !important;
    }

    .seehow_section .inner-row-left {
        padding: 0px !important;
        max-width: 100% !important;
        margin-right: 10% !important;
    }

    /* web hosting css */
    .page-id-7382 .searchmanagment_section,
    .page-id-7469 .searchmanagment_section,
    .page-id-7202 .searchmanagment_section,
    .page-id-7382 .digital_section,
    .page-id-7469 .digital_section,
    .page-id-7202 .digital_section {
        padding: 60px 0px !important;
    }


}

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


    /* Web mainitanence css */
    .page-id-7299 .inner_banner_section .inner-row-left .vc_column-inner {
        padding: 0;
    }

    .page-id-7299 .inner_banner_section h2,
    .page-id-7202 .inner_banner_section h2,
    .page-id-7469 .inner_banner_section h2 {
        font-size: 42px !important;
    }

    .page-id-7316 .inner_banner_section h2 {
        font-size: 32px !important;
    }

    .page-id-7316 .inner_banner_section .theme_content p {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .page-id-7316 .inner-row-left {
        padding: 50px 0 0;
    }

    .page-id-7316 .surprise_section h2 {
        font-size: 40px !important;
    }

    .page-id-7299 .inner_banner_section h4,
    .page-id-7316 .inner_banner_section h4 {
        font-size: 28px !important;
    }

    .page-id-7299 .our_work_h2,
    .page-id-7202 .our_work_h2,
    .page-id-7561 .our_work_h2 {
        font-size: 36px !important;
    }

    .page-id-7299 .surprise_section,
    .page-id-7202 .surprise_section {
        background-color: #0f8ec8;
        background-image: unset !important;
    }

    .page-id-7316 .surprise_section {
        background-color: #e4e4e4;
        background-image: unset !important;
        padding: 40px;
    }

    .page-id-7202 .branding_main_sec .branding_left_img {
        background: unset;
        padding: 0;
    }

    /* web hosting css */
    .page-id-7382 .searchmanagment_section,
    .page-id-7469 .searchmanagment_section,
    .page-id-7202 .searchmanagment_section,
    .page-id-7382 .digital_section,
    .page-id-7469 .digital_section,
    .page-id-7202 .digital_section {
        padding: 60px 0px !important;
    }

    .inner_banner_section_left .vc_column-inner {
        width: 100% !important;
    }

    .inner_banner_section_right .vc_column-inner {
        width: 100% !important;
    }

    .max_width {
        max-width: 100%;
    }

    .page-id-7695 .website_function_section {
        padding: 50px 0;
    }

    .inner_banner_section_left {
        width: 100% !important;
    }

    .inner_banner_section_right {
        width: 100% !important;
    }

    .left_content {
        text-align: left !important;
    }

    .left_content_box {
        text-align: left !important;
    }

    .page-id-7695 .inner-row-left {
        margin-right: 0px !important;
        max-width: 100% !important;
        padding: 50px 0px !important;
    }

    .center_img img {
        display: none;
    }

    .foundoffer_left_side {
        padding-left: 5%;
        padding-top: 10%;
        padding-bottom: 10%;
        padding-right: 5%;
    }

    .page-id-7695 .max_width {
        max-width: 100%;
    }

    .Substandard_site .left_side {
        padding-left: 0;
    }

    .Substandard_site img {
        display: none;
    }

    .player_box h2 {
        font-size: 36px !important;
    }

    /* .right_side img {
        display: none;
    } */
    .page-id-7695 .connect-col-right {
        background: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {

    /* Web mainitanence css */
    .page-id-7299 .inner_banner_section .inner-row-left .vc_column-inner {
        padding: 0;
    }

    .page-id-7299 .inner_banner_section h2 {
        font-size: 48px !important;
    }

    .page-id-7299 .inner_banner_section h4 {
        font-size: 36px !important;
    }

    .page-id-7299 .our_work_h2 {
        font-size: 36px !important;
    }

    .page-id-7299 .connect-col-right .vc_column-inner {
        padding: 0 !important;
    }

    .foundoffer_left_side {
        padding-left: 5%;
        padding-top: 10%;
        padding-bottom: 10%;
        padding-right: 5%;
    }

    .page-id-7695 .max_width {
        max-width: 100%;
    }

    .Substandard_site .left_side {
        padding-left: 0;
    }

    .seehow_section .inner-row-left {
        max-width: 100%;
    }

    .page-id-7695 .connect-col-right {
        background: none;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {}
.slick-dots {
	bottom:-65px !important;
}
.slick-dots li button:before{
	font-size: 60px !important;
	color: #000000 !important;
}
.slick-dots li.slick-active button::before{
  color: #006989 !important;
}
.slick-dots li button:hover:before {
  color: #b0010c !important; 

}
.zelle_acc_left_content .theme_content ul {
    padding: 0;
}


.zelle_acc_left_content p a {
    text-decoration: none;
}


/* .page-id-962 .zelle_acc_sec .theme_content ul li::marker{
	display: none !important;
} */

/* TOP TO SCROLL UP CSS */

#bottom_to_top {
    position: fixed;
    right: 25px;
    bottom: 85px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #4394a4;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    transition: all linear .25s;
    z-index: 999;
    border: 0;
}
#bottom_to_top i {
    color: #fff;
    font-size: 24px;
}

#bottom_to_top:hover {
   background-color: #a3000c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
