/*
Theme Name: NS Strategy
Author: m5 Marketing Communications
Version: 1
Text Domain: base

*/


body {
	color: #002f8b;
	font:400 16px/1.25 'Montserrat', sans-serif;
	letter-spacing: .02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: .16em;
}
h2 {
	font-size: 24px;
	line-height: 1.16;
    font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}
h2 strong {
    font-weight: 700;
}
h3 {
	font-size: 18px;
	line-height: 1.13;
	font-weight: 600;
	letter-spacing: .08em;
	margin-bottom: 15px;
}
p {
    margin: 0 0 15px;
}
a {
    color: #102F8C;
}
a:hover {
    color: #666;
    text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

:focus { outline: none; }

.visually-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

ul {
	padding-left: 20px;
}
ul li {
    margin-bottom: 10px;
}

input,
textarea {
	border: none;
	border-radius: 0;
	background-color: #d9d9d9;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

.button {
	display: inline-block;
	min-width: 144px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	background-color: #002f8b;
}

.container {
	max-width: 992px;
	padding: 0 20px;
	margin: 0 auto !important;
}

.hentry { margin: 0 0 1.5em; }
.clear { clear: both; }

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#masthead {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 0 20px;
	z-index: 999;
}
#masthead .site-header {
    text-align: center;
}
.logo { 
	position: relative;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.site-header .logo-tians {
	width: 102px;
}
.site-header .logo-tns {
	width: 177px;
}
.site-navigation {
	position: absolute;
    top: 0;
    right: 0;
	display: flex;
    justify-content: flex-end;
	align-items: center;
    width: 100%;
    max-width: 560px;
	z-index: 99;
}

.navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.navbar-toggler {
	cursor: pointer;
    position: relative;
	width: 48px;
	height: 48px;
	padding: 10px;
	border: 0;
	background: #fff;
    transition: all .25s;
    z-index: 99;
}
.navbar-toggler:hover, 
.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
    opacity: .75;
}
.navbar-toggler .icon-bar {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	margin: 0;
    border-radius: 1px;
	background: #102F8C;
	transition: transform 0.2s, background 0.3s;
}
.navbar-toggler .icon-bar:before,
.navbar-toggler .icon-bar:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 2px;
    border-radius: 1px;
	background: #102F8C;
	transition: top .2s .3s ease, transform .2s ease, background 0.3s;
}
.navbar-toggler .icon-bar:after { top: -7px; }
.navbar-toggler[aria-expanded="true"] .icon-bar {
	background: transparent;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:before, 
.navbar-toggler[aria-expanded="true"] .icon-bar:after {
  top: 0;
  height: 2px;
  transform: rotate3d(0, 0, 1, 45deg);
  transition: top .3s ease, transform .3s .4s ease, background 0.3s;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

#mainNavbars {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    padding-top: 48px;
    background: #fff;
    opacity: 0;
    transition: all .5s ease-in;
    z-index: 1;
}
#mainNavbars.show {
    right: 0;
    opacity: 1;
    transition: all .35s ease-out;
}
#mainNavbars li {
    display: block;
	margin: 0;
    border-top: 1px solid #d9d9d9;
}
#mainNavbars a {
    position: relative;
    display: block;
    padding: 13px 20px 13px 55px;
	color: #102F8C;
	font-size: 18px;
    line-height: 1.1675;
	font-weight: 500;
    text-decoration: none;
}
#mainNavbars a:before {
    content: "\f101";
	color: #102F8C;
	font:700 14px/1 'Font Awesome 6 Free';
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    transition: all .25s;
}
#mainNavbars li:hover > a {
	background: #d9d9d9;
}
#mainNavbars li.active > a {
	color: #fff;
    background: #102F8C;
}
#mainNavbars li:hover > a:before {
    color: #102F8C;
    left: 25px;
}
#mainNavbars li.active > a:before {
    color: #fff;
}
#main-menu {
	padding: 0;
}

#hero {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 480px;
	padding: 0;
}
#hero .container {
    position: relative;
    z-index: 9;
}
#hero > img {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
#hero h1 {
	margin: 0 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 0 11px 85px rgba(52, 91, 115, .95);
}
#hero .arrow-down {
	position: absolute;
	bottom: 33px;
	left: auto;
	right: 20px;
    color: #fff;
	font:700 32px/.95 'Font Awesome 6 Free';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    z-index: 5;
}
#hero .arrow-down:before,
#hero .arrow-down:after {
	content: '\f103';
	position: absolute;
}
#hero .arrow-down:before {
	top: -40px;
	left: 0;
}
#hero .arrow-down:after {
	top: 40px;
	left: 0;
}

.main-content {
    padding: 0;
}
.main-content > .wp-block-columns,
.main-content > section {
	padding: 35px 0;
}
.main-content p strong,
.main-content li strong {
	text-transform: uppercase;
}

.wp-block-columns h2 {
	margin-bottom: 1rem;
}
.main-content .container > *+.wp-block-columns {
    padding-top: 3%;
}
.wp-block-column ul {
	margin-bottom: 20px;
}

.main-content .wp-block-buttons {
	padding: 15px 0;
	gap: 15px;
}
.main-content .wp-block-button__link {
	padding: 12px 14px;
	font-size: 15px !important;
	font-weight: 500;
	background-color: #102F8C;
	transition: all .25s;
}
.main-content .wp-block-button__link:hover {
	color: #102F8C;
	background-color: #d9d9d9;
}
.main-content .wp-block-button__link:after {
    content: '\f101';
    color: #fff;
    font: 700 14px/1.5 'Font Awesome 6 Free';
	margin-left: 7px;
	transition: all .25s;
}
.main-content .wp-block-button__link:hover:after {
	color: #102F8C;
	transform: translateY(3px);
}

.section-video {
	position: relative;
	width: 100%;
}
.section-video.theme-blue {
    color: #fff;
    background: #002f8b;
}
.section-video .container {
    max-width: 1244px;
}
.section-video .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.section-video .row.video-left {
	flex-direction: row-reverse;
}
.section-video .col {
width: 100%;
padding: 0 10px;
}
@media (min-width: 992px) {
.section-video .col {
	width: 50%;
}
}
.section-video .col.col-text .inner-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
    gap: 20px;
	height: 100%;
}
@media (min-width: 992px) {
.section-video .row:not(.video-left) .col.col-video .inner-holder {
	padding-left: 15px;
}
.section-video .row.video-left .col.col-video .inner-holder {
	padding-right: 15px;
}
}
@media (max-width: 991.98px) {
.section-video .col:last-child .inner-holder {
	padding-top: 20px;
}
}
.section-video .col .btn {
	width: fit-content;
	padding: 19px 40px;
	margin-top: 25px;
}
.section-video .inner-holder.no-btn h2 {
	margin: 0 0 0.85em;
}
.section-video .inner-holder.no-btn p {
	margin: 0 0 1.1em;
}
.section-video .inner-holder.no-btn p:last-child {
	margin-bottom: 0;
}
.video-box {
    transition: opacity 0.5s ease-in-out;
    display: block;
    position: relative;
    padding-bottom: 98%;
    overflow: hidden;
}
.video-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%;
    transition: all .25s;
}
.video-box:hover img {
    opacity: .7;
}
.custom-play-button span {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    transform: translateX(50%);
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 82 82" style="enable-background:new 0 0 82 82;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}.st1{fill:%23FFFFFF;stroke:%23FFFFFF;stroke-width:0.4278;}</style><path class="st0" d="M41.2,81.6c-22.3,0-40.4-18.1-40.4-40.4c0-22.3,18.1-40.4,40.4-40.4c22.3,0,40.4,18.1,40.4,40.4C81.6,63.4,63.4,81.6,41.2,81.6z M41.2,5C21.2,5,5,21.2,5,41.2s16.2,36.2,36.2,36.2s36.2-16.2,36.2-36.2S61.1,5,41.2,5z"/><path class="st1" d="M64.8,39.6c1,0.6,1,2,0,2.6L32.7,60.8c-1,0.6-2.2-0.1-2.2-1.3v-37c0-1.2,1.2-1.9,2.2-1.3L64.8,39.6z"/></svg>');
    background-size: cover;
}
@media (min-width: 768px) {
    .custom-play-button span {
        width: 76px;
        height: 76px;
    }
}
.section-video .custom-play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.section-video iframe {
    height: 100%;
    width: 100%;
}
.section-video figure {
    margin: 0;
}


.section-icon-cards {}
.section-icon-cards .row {
    padding: 48px 0 0;
}
.card-icon {
    position: relative;
    padding: 40px 20px 20px;
    margin-top: 33px;
    color: #fff;
    text-align: center;
    background-color: #102F8C;
}
.card-icon .icon {
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    padding: 13px 0;
    background-color: #fff;
    border: 2px solid #102F8C;
    border-radius: 50%;
}
.card-icon .icon img {
    max-width: none;
    height: 100%;
}
.card-icon h3 {
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
}
.card-icon p {
    margin: 0;
}

.section-accordion .wp-block-esab-accordion {
	width: 100%;
}
.section-accordion .wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__head {
    gap: 9px !important;
}
.section-accordion .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion > .esab__head {
    gap: 12px !important;
}
.esab__icon svg {
    display: none;
}
.esab__collapse:after {
    content: '\f101';
    color: #fff;
    font: 700 24px/1 'Font Awesome 6 Free';
}
.esab__expand:after {
    content: '\f103';
    color: #102F8C;
    font: 700 24px/1 'Font Awesome 6 Free';
}

.esab__body {
	color: #002f8b !important;
}
.esab__body ul {
    margin: -14px 0 14px;
}

.arrow-right {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 32px;
	line-height: .95;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-content .image-divider {
	position: relative;
	padding: 17px 0 0 !important;
	overflow: hidden;
}
.main-content .image-divider > .wp-block-column {
	position: relative;
	height: 0;
	max-height: 440px;
	padding: 0 0 27.5%;
}
.image-divider .wp-block-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	z-index: 1;
}
.image-divider .container {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	text-align: right;
	z-index: 9;
}
.image-divider .arrow-down {
	font-size: 32px;
	line-height: .95;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.section-form {
	position: relative;
	overflow: hidden;
}
.section-form:before,
.section-form:after {
	content: '';
	display: block !important;
	width: auto;
	height: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	border-top: 1px solid #002f8b;
}
.section-form:before {
	top: 0;
}
.section-form:after {
	bottom: 0;
}
#gform_wrapper_1 {
	padding-top: 6%;
	padding-bottom: .5%;
}
#gform_wrapper_1 .gform_heading {
	display: none;
}
#gform_fields_1 {
}
#gform_fields_1 .gfield {
	position: relative;
}
#gform_fields_1 .gfield_label {
	font-size: 16px;
	margin-bottom: 3px;
}
#gform_fields_1 .gfield_required {
	color: #002f8b;
	font-size: 16px;
	font-style: normal;
}
#gform_fields_1 .gfield_description {
	display: inline-block;
	width: auto;
	padding: 0;
	margin-left: 6px;
	clear: none;
	font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield input {
	padding: 11px 8px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 196px;
}
#gform_fields_1 #field_1_7 {
/*	width: calc(42.5% - 144px); */
	font-size: 12px;
	z-index: 9;
}
#field_1_7 .gfield_label {
	display: none;
}
#gform_fields_1 #field_submit {
	justify-content: flex-start;
	margin-top: -20px;
	z-index: 6;
}
#gform_wrapper_1 .gform_footer {
	padding: 12px 0 0;
}
#gform_wrapper_1 .button {
	padding: 6px 8px !important;
}

#footer {
	padding: 70px 0 80px;
	background: #002f8b;
}
#footer .footer-logo {
    display: flex;
	justify-content: space-around;
	align-items: center;
	
}


@media (min-width: 480px) {
	.im-mobile { display: none; }
}


@media (min-width: 768px) {
	
	h1 { font-size: 26px; line-height: 1.32; }
	h2 { font-size: 26px; line-height: 1.36; letter-spacing: .04em; }
	h3 { font-size: 22px; }
	.container { padding: 0 38px; }
	.main-content .wp-block-columns {
		flex-wrap: nowrap !important;
	}
	.main-content .wp-block-button__link {
		padding: 12px 24px;
		font-size: 16px !important;
	}

	#masthead { padding-top: 6.4%; }
	.site-header .logo-tians { width: 138px; }
	.site-header .logo-tns { width: 240px; }
	.logo { margin: 0 10px; }
	#hero { height: 413px; }
	#hero h1 { margin: 12px 20px 0; }
	#hero .arrow-down { bottom: 40px; left: 1.5%; right: auto; }
	#hero .arrow-down:before { top: -46px; }
	#hero .arrow-down:after { top: 46px; }
    .section-icon-cards .row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
	.card-icon { padding-inline: 12px; }
    .card-icon h3 { font-size: 22px; }
	.main-content .image-divider > .wp-block-column {
		padding: 0 0 35%;
	}
	.image-divider .container { top: -11px; }
	.main-content > .wp-block-columns,
	.main-content > section {
		padding: 6% 0;
	}
	.section-accordion .esab__container {
		padding-top: 30px;
	}


	#gform_fields_1 {
		display: flex;
		flex-flow: column wrap;
		align-content: space-between;
		row-gap: 22px;
		height: 360px;
	}
	.gform_validation_error #gform_fields_1 { height: 450px; }
	#gform_fields_1 #field_submit { justify-content: flex-end; margin-top: -60px; }
	#gform_fields_1 .gfield,
	#gform_fields_1 #field_submit { width: 46%; }
	#gform_wrapper_1 .gform_footer { padding: 10px 0 0 54%; }

	#footer .footer-logo { column-gap: 70px; }
	
}

@media (min-width: 992px) {
	
	body { font-size: 17px; line-height: 1.47; }
	h1 { font-size: 32px; }
	h2 { font-size: 33px; }
	h3 { font-size: 24px; }
	.button { font-size: 20px; }
	#hero {
		height: 608px;
	}
	#hero h1 { margin-top: 35px; }
	#hero .arrow-down:before { top: -50px; }
	#hero .arrow-down:after { top: 50px; }

	#hero .arrow-down { bottom: 38px; }
	#hero .arrow-down,
	.arrow-right,
	.image-divider .arrow-down {
		font-size: 40px;
	}
    .section-icon-cards .row {
        gap: 28px;
    }
    .card-icon { padding-top: 60px; }
    .card-icon .icon {
        top: -51px;
        width: 102px;
        height: 102px;
        padding: 20px 0;
    }
    .card-icon h3 { font-size: 24px; }
	.main-content .image-divider > .wp-block-column {
		padding: 0 0 27.5%;
	}
	.image-divider .container { top: -16px; }


	.section .vc_row { padding-top: 7%; }
	#accordion .vc_tta-panel { margin-bottom: 18px; }
	#accordion .vc_tta-panel-heading h4.vc_tta-panel-title {
		font-size: 21px;
	}
	#accordion .vc_tta-panel-heading .vc_tta-panel-title>a {
		color: #fff;
		padding: 12px 20px 12px 64px;
	}
	.section-form h2 {
		line-height: 1.7;
		letter-spacing: .16em;
	}
	#gform_fields_1 { height: 390px; }
	.gform_validation_error #gform_fields_1 { height: 490px; }
	#gform_fields_1 .gfield,
	#gform_fields_1 #field_submit { width: 42.5%; }
	#gform_fields_1 .gfield_label,
	#gform_fields_1 .gfield_required,
	#gform_fields_1 .gfield_description,
	#gform_fields_1 #field_1_7 {
		font-size: 17px;
	}
	#gform_wrapper_1 .gform_footer { padding: 6px 0 0 57.5%; }
	/*#gform_fields_1 #field_submit { margin-top: -75px; } */
	#gform_wrapper_1 .button {
		padding: 11px 8px !important;
	}
	.section-timeline h2,
	.section-project h2,
	.section-news h2 {
		letter-spacing: .16em;
	}
	.section-project h3 { margin-top: 42px; }

}
@media (min-width: 1100px) {
	h1 { font-size: 34px; }
}
@media (min-width: 1280px) {
	.container { padding: 0 54px; }
}
@media (min-width: 1440px) {
	#hero {
		height: 0;
		padding-bottom: 42.36%;
	}
	#hero .container {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#hero .arrow-down { left: 2.5%; }
}

@media (max-width: 1439px) {
	#hero .bg { object-position: 20% center !important; }
}

@media (max-width: 991px) {
	
	#accordion .vc_tta-panel-heading .vc_tta-controls-icon {
		top: 12px;
		left: 6px;
		transform: none;
	}
	
}

@media (max-width: 767px) {
	
	.main-content .wp-block-columns { gap: 0; }
	.card-icon { margin-bottom: 53px; }
	.card-icon:last-child { margin-bottom: 20px; }
	.main-content .image-divider > .wp-block-column {
		height: 260px;
		padding: 0;
	}
	.section-accordion .wp-block-esab-accordion .esab__body {
		padding-top: 15px !important;
		padding-bottom: 10px !important;
	}
	.section-accordion .wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__head {
		padding-left: 15px !important;
	}

	.arrow-right,
	.image-divider .arrow-down,
	#news .slick-prev, #news .slick-next { display: none !important; }

	.section { padding-top: 50px; padding-bottom: 60px; }
	#gform_fields_1 { grid-row-gap: 34px; }
	#gform_fields_1 .gfield_label { margin-bottom: 7px; }
    .gform_wrapper.gravity-theme .gfield input {
        padding: 7px 8px !important;
    }
	#gform_wrapper_1 .button {
		min-width: 160px;
		line-height: 1.5;
	}
	#footer { padding: 92px 0 90px; }

}


@media (max-width: 480px) {
	
	.im-mobile {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 !important;
		z-index: -1;
	}
	.im-mobile * {
		width: 100%;
		height: 100%;
	}
	.im-mobile img {
		height: 100% !important;
		object-fit: cover;
		object-position: center bottom;
	}
	#hero,
	#image1 {
		background-image: none !important;
	}
	#footer .logo-tians { width: 102px; }
	#footer .logo-tns { width: 177px; }
}


@media (max-width: 359px) {
	
    h1 { font-size: 22px; }
    .site-header .logo-tians { width: 90px; }
    .site-header .logo-tns { width: 164px; }

}