* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'MetaPro-Normal';
	font-style: 400;
	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
        word-spacing: .05rem;
}
@font-face {
    	font-family: 'MetaPro-Normal';
    	src: url('MetaPro-Normal.woff2') format('woff2'),
        url('MetaPro-Normal.woff') format('woff'),
        url('MetaPro-Normal.svg#MetaPro-Normal') format('svg');
    	font-weight: normal;
    	font-style: normal;
    	font-display: swap;
}
.tp_scuk { 
	left:0;
	right:0;
	position:absolute;
	width:100%;
	z-index: 1020;
	background: rgba(0, 0, 0, 0.5);
}
.tp_scuk.sticky {
    	position: fixed;
    	background:rgb(255 255 255);
    	transition: all 0.9s ease;
    	box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, .06);
}
.tp_scuk.sticky .logo_scuk {
    	background: url(../images/logo-nw.png) no-repeat;
	background-size:100% 100%;
	width:232px;
	height:75px;
}
.tp_scuk.sticky .rgtbx_scuk .phn_bx {
    	color: #cd2026;
	background: url(../images/call1.png) no-repeat 0 3px;
}
.tp_scuk.sticky .rgtbx_scuk .eml_bx {
    	color: #cd2026;
	background: url(../images/eml1.png) no-repeat 0 5px;
}
.tp_scuk.sticky .tp_menubx ul li a {
    	color: #2e2e2e;
}
.tp_scuk.sticky .tp_menubx ul li a:hover {
	color: #cd2026;
	border-bottom:3px solid #cd2026;
}
header .logo_scuk {
	float:left;
	margin:10px 0;
	background: url(../images/logo-nw-1.png) no-repeat;
	background-size:100% 100%;
	width:232px;
	height:75px;
}
header .rgtbx_scuk {
    	float:right;
	    padding:10px 0;
}
header .rgtbx_scuk .phn_bx {
    	float:left;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 20px;
    	padding:0 0 0 24px;
    	margin: 0 50px 0 0;
    	transition: 0.3s;
    	text-decoration: none;
    	background: url(../images/call.png) no-repeat 0 3px;
}
header .rgtbx_scuk .phn_bx:hover {
    	color: #fff;
    	text-decoration: none;
    	background: url(../images/call.png) no-repeat 0 3px;
}
header .rgtbx_scuk .eml_bx {
    	float:left;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:0 0 0 24px;
    	margin: 0;
    	transition: 0.3s;
    	text-decoration: none;
    	background: url(../images/eml.png) no-repeat 0 5px;
}
header .rgtbx_scuk .eml_bx:hover {
    	color: #fff;
    	text-decoration: none;
    	background: url(../images/eml.png) no-repeat 0 5px;
}
header .tp_menubx {
	float:right;
	clear:both;
}
header .tp_menubx ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .tp_menubx ul li {
	float:left;
	position: relative;
	margin:0 30px 0 0;
}
header .tp_menubx ul li:last-child {
	margin-right:0;
}
header .tp_menubx ul li a {
	display: block;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 26px;
    	padding: 10px 0;
    	margin: 0;
	cursor: pointer;
    	text-decoration: none;
	border-bottom:3px solid transparent;
    	transition: 0.3s;
}
header .tp_menubx ul li a:hover {
	color: #f7943f;
	border-bottom:3px solid #cd2026;
	text-decoration: none;
}
header .tp_menubx li .sub-menu {
    position: absolute;
    min-width: 270px;
    background: #fff;
    padding: 10px;
    z-index: 99;
    left: 0;
    top: 90px;
    border-radius:0 0 10px 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
} 
header .tp_menubx li:hover>.sub-menu {
     text-align: left;
     opacity: 100;
     visibility: visible;
     top: 50px;
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
 }
header .tp_menubx li .sub-menu li {
	float:none;
	margin:0 5px;
    border-bottom: 1px solid #ededed;
    display: block;
}
header .tp_menubx li .sub-menu li a {
    font-size: 15px;
    color: #000;
    text-transform: none;
    padding: 5px 10px;
}
header .tp_menubx li .sub-menu li a::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-left-color: #000;
}
header .tp_menubx li .sub-menu li a:hover {
    color: #cd2026;
}
header .tp_menubx li .sub-menu li a:hover::before {
    border-left-color: #cd2026;
}
header .mobBar {
    	display: none;
}
header .mobBar #TopMenu {
    	display: block;
    	cursor: pointer;
}
header .mobBar #TopMenu .bar1,.bar2,.bar3 {
    	width: 25px;
    	height: 3px;
    	background: #fff;
    	margin: 4px 0;
    	transition: 0.4s;
    	border-radius: 50px;	
}
header .mobBar .open-menu .bar1 {
    	-webkit-transform: rotate(-42deg) translate(-4px,4px);
    	transform: rotate(-45deg) translate(-4px,4px);
}
header .mobBar .open-menu .bar2 {
    	-webkit-transform: rotate(45deg) translate(0,0);
    	transform: rotate(45deg) translate(0,0);
}
header .mobBar .open-menu .bar3 {
    	-webkit-transform: rotate(45deg) translate(-6px,-11px);
    	transform: rotate(45deg) translate(-6px,-6px);
}
header .mobBar .mobNav.active {
    	display: block;
    	transition: 0.5s;
}
header .mobBar .mobNav {
    	display: none;
    	position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
    	z-index: -1;
    	width: 100%;
    	height: 100%;
    	background: #2e2e2e;
    	padding: 30px 20px 10px;
    	list-style: none;
    	transition: width ease .6s;
    	overflow-x: hidden;
    	transition: 0.5s;
}
header .mobBar .mobNav ul {
    	list-style: none;
    	margin: 0;
    	padding: 0;
}
header .mobBar .mobNav li {
    	width: 100%;
    	position: relative;
}
header .mobBar .mobNav li a {
		position: relative;
    	display: block;
    	color: #fff;
    	font-size: 26px;
    	font-weight: 400;
    	line-height: 34px;
    	padding: 10px 0;
    	margin: 0;
    	text-decoration: none;
    	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
    	color: #fb595e;
}
header .mobBar .mobNav li.menu-item-has-children::before {
    	content: '';
    	position: absolute;
    	top: 14px;
    	right: 0;
    	height: 0;
    	width: 0;
    	border: 6px solid transparent;
    	border-top-color: #fff;
}
header .mobBar .mobNav li .sub-menu.active {
    	display: block;
    	visibility: visible;
    	top: 100%;
    	-webkit-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
    	display: none;
    	width: 100%;
    	-webkit-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
    	visibility: hidden;
    	padding: 0 10px;
}
header .mobBar .mobNav li .sub-menu li a {
    	display: block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 20px;
    	padding: 5px 0 5px 10px;
    	margin: 0;
    	text-decoration: none;
    	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
    	color: #cd2026;
}
header .mobBar .mobNav li .sub-menu li a::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-left-color: #fff;
}
.company_abt_scuk_section {
	position: relative;
	padding:70px 0;
	background: url(../images/abt-text-bg.jpg) no-repeat center;
	background-size:cover;
}
.company_abt_scuk_section h1 {
	position: relative;
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:20px;
    	margin:0 0 20px;
}
.company_abt_scuk_section h1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 65px;
	width: 5px;
	background:#f8f8f8;
}
.company_abt_scuk_section h1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 5px;
	width: 100%;
	background:#f8f8f8;
}
.company_abt_scuk_section p {
    	color: #2e2e2e;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 26px;
    	padding:10px 0;
    	margin: 0;
}
.company_abt_scuk_section .pt {
    	color: #ff6000;
    	font-size: 20px;
    	font-weight: 700;
    	line-height: 30px;
    	padding: 0 0 0 20px;
    	margin: 0;
    	border-left: 3px solid #2a2a2a;
}
.company_abt_scuk_section .imgbx_scuk {
	position: relative;
	margin: 0 30px;
	background:#fff;
	box-shadow: -5px 5px 10px rgba(0, 0, 0, .05);
}
.company_abt_scuk_section .imgbx_scuk img {
	width: 100%;
	height:auto;
	padding:25px;
}
.company_abt_scuk_section .morbtn_scuk {
	display:inline-block;
	margin:30px 20px 0 0;
}
.company_abt_scuk_section .morbtn_scuk a {
	display:block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 22px;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #cd2026 25px 11px;
    	margin:0;
	padding:9px 26px 9px 42px;
	border-radius: 50px;
	transition: 0.3s;
}
.company_abt_scuk_section .morbtn_scuk a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #222 25px 11px;	
}
.weprovide_services_scuk_section {
	position:relative;
	padding:70px 0;
	background: url(../images/services-grybg.jpg) no-repeat center;
	background-size:cover;
}
.weprovide_services_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.weprovide_services_scuk_section h3 {
	display: inline-block;
    	color: #fff;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #fff;
	text-transform: uppercase;
}
.weprovide_services_scuk_section h3 strong {
    	font-weight: 400;
}
.weprovide_services_scuk_section .tbx {
	position: relative;
	width: 100%;
	height:auto;
	float:left;
	xbackground: url(../images/ss-mark.png) no-repeat 5px 40px #fff;
	border-radius:10px;
	border: 2px dotted rgba(256,256,256,0.5);
	padding:25px  15px;
	margin:20px 0;
	transition: 0.3s;
	text-align: center;
	    min-height: 365px;
}
.weprovide_services_scuk_section .tbx .icnbx {
	margin:0 0 20px;
}
.weprovide_services_scuk_section .tbx .icnbx img {
	    display: block;
    margin: 0 auto;
}
.weprovide_services_scuk_section .tbx h4 {
    	color: #fff;
    	font-size: 22px;
    	font-weight: bold;
    	line-height: 30px;
    	padding:0;
    	margin:0;
	transition: 0.3s;
}
.weprovide_services_scuk_section .tbx h4 strong {
    	font-weight:bold;
}
img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.weprovide_services_scuk_section .tbx p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    margin: 10px 0;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.weprovide_services_scuk_section .mre-btn {
	display:inline-block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 34px;
	text-decoration: none;
	background: url(../images/red-arw.png) no-repeat 0 2px;
	text-transform:uppercase;
    	margin:0;
	padding:0 0 0 40px;
	transition: 0.3s;
}
.weprovide_services_scuk_section .tbx:hover .mre-btn {
	color: #fff;
	background: url(../images/red-arw.png) no-repeat 0 2px;
}
.weprovide_services_scuk_section .tbx:hover {
	background: url(../images/ss-mark.png) no-repeat 5px 40px #cd2026;
}
.weprovide_services_scuk_section .tbx:hover h4 {
	color: #fff;
}
.weprovide_services_scuk_section .tbx:hover p {
	color: #fff;
}
.weprovide_services_scuk_section a:hover {
	text-decoration: none;
}
.weprovide_services_scuk_section .slick-prev {
        left: 95%;
	top:-50px;
}
.weprovide_services_scuk_section .slick-next {
	right: 5px;
	top:-50px;
}
.weprovide_services_scuk_section .slick-dots {
	display:none!important;
}
.industr_scuk_serve_section {
	position:relative;
	padding:70px 0;
	background: url(../images/ind-linegraph-bg.jpg) repeat center top;
	background-size:cover;
}
.industr_scuk_serve_section .headbx {
	position: relative;
	text-align: center;
}
.industr_scuk_serve_section .txtbx {
    position: relative;
    padding: 0 0 40px;
}
.industr_scuk_serve_section .txtbx h2 {
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    margin: 0 0 20px;
}
.industr_scuk_serve_section .txtbx p {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;
    margin: 0;
}
.industr_scuk_serve_section .txtbx .pt {
    color: #9f3d3d;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px;
    margin: 0;
    background: #fff4f4;
}
.industr_scuk_serve_section .txtbx ul {
	list-style:none;
    padding: 0;
    margin: 0;
}
.industr_scuk_serve_section .txtbx ul li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
	background: url(https://www.sscoglobal.co.uk/wp-content/uploads/2025/01/licn.png) no-repeat 0 3px;
    padding: 0 0 0 34px;
    margin: 8px 0;
}
.industr_scuk_serve_section .txtbx img {
	width:45%;
	height:auto;
	float:right;
	margin-left:50px;
}
.industr_scuk_serve_section .lst-txtbx {
    position: relative;
    padding: 50px 0 0;
	background:#fff;
	text-align:center;
}
.industr_scuk_serve_section .lst-txtbx p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;
    margin: 0;
}
.industr_scuk_serve_section .lst-txtbx .pt {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
}
.industr_scuk_serve_section .lst-txtbx ul {
	list-style:none;
    padding: 0;
    margin: 0;
	width: 100%;
    float: left;
}
.industr_scuk_serve_section .lst-txtbx ul li {
	float: left;
    width: 158px;
}
.industr_scuk_serve_section .lst-txtbx ul li a {
	display: block;
    color: #cd2026;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px;
    margin: 0;
}
.industr_scuk_serve_section .lst-txtbx ul li a strong {
	display: block;
    color: #cd2026;
    font-weight: 400;
}
.industr_scuk_serve_section .lst-txtbx ul li img {
	display: block;
    width: 80px;
    height: auto;
    margin: 0 auto 10px;
    border: 1px solid #cd2026;
    border-radius: 50%;
    padding: 10px;
	transition: 0.7s;
}
.industr_scuk_serve_section .lst-txtbx ul li:hover img {
	transform: rotateY(360deg);
}
.industr_scuk_serve_section h3 {
    position: relative;
    display: inline-block;
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 20px;
    margin: 0 0 20px;
}
.industr_scuk_serve_section .headbx h4 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.industr_scuk_serve_section h3 strong {
    	color: #2e2e2e;
    	font-weight: 400;
}
.industr_scuk_serve_section .innserve_tbx {
	position: relative;
    	margin:10px 0;
    	text-align: center;
  	transition: .5s ease;
}
.industr_scuk_serve_section .innserve_tbx .imgbx {
	position: relative;
	overflow: hidden;
	border: 1px solid #bad8ab;
	padding:8px;
	border-radius: 50%;
}
.industr_scuk_serve_section .innserve_tbx .imgbx img {
	width: 100%;
	height:277px;
	border-radius: 50%;
	-webkit-transition: .3s ease;
    	-moz-transition: .3s ease;
    	transition: .3s ease;
}
.industr_scuk_serve_section .innserve_tbx:hover .imgbx img {
	-webkit-transform: scale(1.09,1.09);
    	-moz-transform: scale(1.09,1.09);
    	transform: scale(1.09,1.09);
}
.industr_scuk_serve_section .innserve_tbx h4 {
    	color: #181818;
    	font-size: 20px;
    	font-weight: bold;
    	line-height: 30px;
    	padding:10px 0;
    	margin:0;
	transition: 0.3s;
}
.industr_scuk_serve_section a:hover {
	text-decoration: none;
}
.industr_scuk_serve_section .innserve_tbx:hover h4 {
	color: #181818;	
}
.whychoseus_scuk_section {
	position:relative;
	padding:70px 0;
	background:#fff;
}
.whychoseus_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.whychoseus_scuk_section h4 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.whychoseus_scuk_section .inn_tbx {
    position: relative;
    float: left;
    width: 100%;
    padding: 36px 40px;
    background: #cd2026;
    border-radius: 0 0 150px 0;
}
.whychoseus_scuk_section .inn_tbx .bx1 {
	position:relative;
	width:100%;
	float:left;
	padding:8px 0 8px 95px;
	background: url(../images/why-chs-list-icn1.png) no-repeat 14px 8px;
}
.whychoseus_scuk_section .inn_tbx .bx2 {
	position:relative;
	width:100%;
	float:left;
	padding:8px 0 8px 95px;
	background: url(../images/why-chs-list-icn2.png) no-repeat 0 8px;
}
.whychoseus_scuk_section .inn_tbx .bx3 {
	position:relative;
	width:100%;
	float:left;
	padding:8px 0 8px 95px;
	background: url(../images/why-chs-list-icn3.png) no-repeat 0 8px;
}
.whychoseus_scuk_section .inn_tbx .bx4 {
	position:relative;
	width:100%;
	float:left;
	padding:8px 0 8px 95px;
	background: url(../images/why-chs-list-icn4.png) no-repeat 0 8px;
}
.whychoseus_scuk_section .inn_tbx h5 {
    	color: #fff;
    	font-size: 20px;
    	font-weight: bold;
    	line-height: 24px;
    	padding:0;
    	margin: 0;
}
.whychoseus_scuk_section .inn_tbx p {
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 22px;
    	padding:10px 0;
    	margin: 0;
}
.whychoseus_scuk_section .inn_tbx .pt {
    	color: #fff;
    	font-size: 24px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:10px 0;
    	margin: 0;
}
.whychoseus_scuk_section .align_rgtbx {
	width:100%;
	float:left;
}
.whychoseus_scuk_section .align_rgtbx .lft {
	width:100%;
	float:left;
	height: auto;
}
.whychoseus_scuk_section .align_rgtbx .rgt {
	width:100%;
	float:left;
	height: auto;
}
.whychoseus_scuk_section .rgtbx-content {
	width:100%;
	float:left;
	padding:50px 0 0;
}
.whychoseus_scuk_section .rgtbx-content h5 {
    	color: #2e2e2e;
    	font-size: 32px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:0;
    	margin:0;
}
.whychoseus_scuk_section .rgtbx-content p {
    	color: #2e2e2e;
    	font-size: 20px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:10px 0;
    	margin: 0;
}

.ourbrands_scuk_section {
	position:relative;
	padding:70px 0;
	background: url(../images/ind-linegraph-bg.jpg) repeat center top;
	background-size:cover;
	display:none;
}
.ourbrands_scuk_section .headbx {
	position: relative;
	text-align: center;
	    padding: 20px 0 0;
}
.ourbrands_scuk_section h3 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.ourbrands_scuk_section h3 strong {
    	font-weight: 400;
}
.ourbrands_scuk_section .brnd_lgobx {
	xpadding: 0 50px;
    	text-align: center;
}
.ourbrands_scuk_section .brnd_lgobx img {
	display:inline-block;
    	    margin: 15px 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    height: 100px;
}
.watchwebinar_scuk_section {
	position:relative;
	padding:70px 0;
}
.watchwebinar_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.watchwebinar_scuk_section h3 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.watchwebinar_scuk_section h3 strong {
    	font-weight: 400;
}
.watchwebinar_scuk_section .watch_tbx {
	position:relative;
	width:100%;
	float:left;
}
.watchwebinar_scuk_section .watch_tbx .t_lbx {
	    position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
    z-index: 99;
    min-height: 170px;
    float: left;
    width: 100%;
	border-radius:0 150px 0 0;
}
.watchwebinar_scuk_section .watch_tbx .t_lbx .bx {
	position:relative;
	width: 100%;
	float:left;
}
.watchwebinar_scuk_section .watch_tbx .t_rbx {
	position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
    	z-index: 99;
    	min-height: 170px;
	 float: left;
    width: 100%;
	border-radius:0 150px 0 0;
}
.watchwebinar_scuk_section .watch_tbx .t_rbx .bx {
	position:relative;
	width: 100%;
	float:left;
}
.watchwebinar_scuk_section .watch_tbx .title {
	width: 100%;
	float:left;
}
.watchwebinar_scuk_section .watch_tbx h4 {
    	color: #fff;
    	font-size: 28px;
    	font-weight: 400;
    	line-height: 34px;
    	padding:10px 0;
    	margin:0;
	transition: 0.3s;
}
.watchwebinar_scuk_section .watch_tbx .mrebtn_bx {
	width: 100%;
	float:left;
	padding:0;
}
.watchwebinar_scuk_section .watch_tbx .mrebtn_bx a {
	display:inline-block;
    	color: #fff;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 34px;
	text-decoration: none;
	background: url(../images/red-arw.png) no-repeat 0 2px;
    	margin:0;
	padding:0 0 0 40px;
	transition: 0.3s;
}
.watchwebinar_scuk_section .watch_tbx .mrebtn_bx a:hover {
	color: #fff;
	background: url(../images/red-arw.png) no-repeat 0 2px;
}
.watchwebinar_scuk_section .watch_tbx .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float:left;
}
.watchwebinar_scuk_section .watch_tbx .imgbx img {
	width: 100%;
	height:auto;
	-webkit-transition: .3s ease;
    	-moz-transition: .3s ease;
    	transition: .3s ease;
}
.watchwebinar_scuk_section .watch_tbx:hover .imgbx img {
	-webkit-transform: scale(1.09,1.09);
    	-moz-transform: scale(1.09,1.09);
    	transform: scale(1.09,1.09);
}
.our_subscribe_scuk_section {
	position:relative;
	padding:70px 0;
	background:#ededed;
}
.our_subscribe_scuk_section h4 {
    	color: #2e2e2e;
    	font-size: 30px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:0;
    	margin: 0;
}
.our_subscribe_scuk_section p {
    	color: #2e2e2e;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:10px 0;
    	margin: 0;
}
.our_subscribe_scuk_section .sbcribe_clm {
	width:100%;
	float:left;
}
.our_subscribe_scuk_section .sbcribe_clm input[type=text] {
    	width: 70%;
	float:left;
    	font-size: 16px;
    	color: #a5a5a5;
    	font-weight: 400;
    	line-height: 24px;
    	margin: 0;
    	padding: 15px;
    	min-height: 60px;
    	border: 1px solid #cfcfcf;
	border-radius:5px 0 0 5px;
    	background: #fff;
}
.our_subscribe_scuk_section .sbcribe_clm input[type=text]::placeholder {
    	color: #9d9d9d;
}
.our_subscribe_scuk_section .sbcribe_clm .subbtn {
	width: 30%;
	float:left;
    	font-size: 16px;
    	color: #fff;
    	font-weight: bold;
    	line-height: 24px;
	min-height: 60px;
    	padding: 10px 15px;
    	margin: 0 0 0 -1px;
    	background: #202020;
	text-transform: uppercase;
    	border: none;
    	outline: none;
	border-radius:0 5px 5px 0;
    	text-align: center;
}
.latest_blog_scuk_section {
	position: relative;
	padding:70px 0;
}
.latest_blog_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.latest_blog_scuk_section h3 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:10px 0;
    	margin:0;
	text-align: center;
	text-transform: uppercase;
}
.latest_blog_scuk_section h3 strong {
    	font-weight: 400;
}
.latest_blog_scuk_section .wbx {
	position: relative;
    margin: 10px 0;
    padding: 100px 0;
    float: left;
    width: 100%;
    text-align: center;
    background: #ffeded;
	    border-radius: 0 0 100px 100px;
    border-top: 5px solid #cd2026;
}
.latest_blog_scuk_section .tbx {
	position: relative;
	margin:10px 0;
}
.latest_blog_scuk_section .tbx .imgbx {
	width:100%;
	position: relative;
	overflow:hidden;
}
.latest_blog_scuk_section .tbx .imgbx img {
	position: relative;
	width: 100%;
	height:auto;
	-webkit-transition: .3s ease;
    	-moz-transition: .3s ease;
    	transition: .3s ease;
}
.latest_blog_scuk_section .tbx .imgbx:hover img {
	-webkit-transform: scale(1.09,1.09);
    	-moz-transform: scale(1.09,1.09);
    	transform: scale(1.09,1.09);
}
.latest_blog_scuk_section .tbx .ptx {
    	    position: absolute;
    padding: 10px 20px;
    bottom: 0;
    background: rgba(256, 256, 256, 0.9);
    border-bottom: 3px solid #cd2026;
}
.latest_blog_scuk_section .tbx h4 {
	display: block;
    	color: #2e2e2e;
    	font-size: 24px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:0;
    	margin:10px 0;
}
.latest_blog_scuk_section .allblog-btn {
	display:inline-block;
}
.latest_blog_scuk_section .allblog-btn a {
	display:block;
    	color: #2e2e2e;
    	font-size: 20px;
    	font-weight: 400;
    	line-height: 34px;
	text-decoration: none;
	background: url(../images/red-arw.png) no-repeat 0 8px;
    	margin:0;
	padding:8px 15px 8px 40px;
	transition: 0.3s;
}
.latest_blog_scuk_section .allblog-btn a:hover {
	color: #cd2026;
	background: url(../images/red-arw.png) no-repeat 0 8px;
}
.home-faqtabing-section {
    position: relative;
    padding:0 0 50px 0;
}
.home-faqtabing-section .headbx {
	position: relative;
	text-align: center;
}
.home-faqtabing-section h4 {
	display: inline-block;
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 12px 20px;
    margin: 0 auto 50px;
    text-align: center;
    border: 5px solid #cd2026;
    text-transform: uppercase;
}
.home-faqtabing-section h4 strong {
    	font-weight: 400;
}
.home-faqtabing-section img {
		width:100%;
		height:auto;
	    border-radius: 50px;
}
.home-faqtabing-section .panel-default>.panel-heading {
    padding: 0 !important;
    margin: 10px 0 !important;
}

.home-faqtabing-section h3 {
    margin: 0;
}

.home-faqtabing-section .panel-default .panel-title a {
    position: relative;
    display: block;
    font-size: 24px;
    color: #cc2026;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
    padding: 10px 50px 10px 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.home-faqtabing-section .panel-default .panel-body {
    padding: 20px;
}

.home-faqtabing-section .panel-default .panel-body p {
   color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.home-faqtabing-section .panel-default .panel-title a.collapsed:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    background: url(https://www.sscoglobal.co.uk/wp-content/uploads/2025/01/down-icn.png) 50% 60% no-repeat #cc2026;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.home-faqtabing-section .panel-default .panel-title a:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    background: url(https://www.sscoglobal.co.uk/wp-content/uploads/2025/01/upn-icn.png) 50% 45% no-repeat #cc2026;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.ftr_scuk_wrp {
	position: relative;
	background: url(../images/ftr-bg.jpg) no-repeat center top #1a1a1a;
	background-size:cover;
	padding:50px 0 100px;
}
.ftr_scuk_wrp .ft_ltclm {
	/*padding:20px;*/
}
.ftr_scuk_wrp .ft_ltclm .ft_lgo {
	text-align:center;
	/*width:70%;*/
	margin:0 auto;
}
.ftr_scuk_wrp .ft_ltclm .ft_lgo img {
	width:100%;
	display:block;
	margin:50px auto;
}
.ftr_scuk_wrp .ft_ltclm .ft_infobx {
    	text-align:center;
	width:100%;
}
.ftr_scuk_wrp .ft_ltclm .ft_infobx .ftphn {
    	display:inline-block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 20px;
    	padding:0 0 0 24px;
    	margin: 0 50px 0 0;
    	transition: 0.3s;
    	text-decoration: none;
    	background: url(../images/call.png) no-repeat 0 3px;
}
.ftr_scuk_wrp .ft_ltclm .ft_infobx .ftphn:hover {
    	color: #fff;
    	text-decoration: none;
    	background: url(../images/call.png) no-repeat 0 3px;
}
.ftr_scuk_wrp .ft_ltclm .ft_infobx .fteml {
    	display:inline-block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:0 0 0 24px;
    	margin: 0;
    	transition: 0.3s;
    	text-decoration: none;
    	background: url(../images/eml.png) no-repeat 0 5px;
}
.ftr_scuk_wrp .ft_ltclm .ft_infobx .fteml:hover {
    	color: #fff;
    	text-decoration: none;
    	background: url(../images/eml.png) no-repeat 0 5px;
}
.ftr_scuk_wrp .ft-flw-on {
	    text-align: center;
    width: 100%;
	padding:20px 0 0;
}
.ftr_scuk_wrp .ft-flw-on img {
    	display:inline-block;
	margin: 5px;	
}

.ftr_scuk_wrp .ft_navlink h4 {
	display: block;
    	color: #fff;
    	font-size: 22px;
    	font-weight: bold;
    	line-height: 30px;
    	padding:0;
    	margin:0 0 10px;
}
.ftr_scuk_wrp .ft_navlink ul {
    	list-style: none;
    	margin: 0;
    	padding: 0;
}
.ftr_scuk_wrp .ft_navlink li {
    	position: relative;
}
.ftr_scuk_wrp .ft_navlink li a {
    	display: inline-block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 22px;
    	padding: 6px 18px 6px 18px;
	background: url(../images/w-arw.png) no-repeat 0 9px;
    	margin: 0;
    	text-decoration: none;
    	transition: 0.3s;
}
.ftr_scuk_wrp .ft_navlink li a:hover {
    	color: #fff; 
}
.ftr_scuk_wrp .ft-cpy {
    	width:100%;
	float:left;
	padding:40px 0 0;
	    text-align: center;
	border-top: 1px solid rgba(256, 256, 256, 0.3);
    margin: 50px 0 0;
}
.ftr_scuk_wrp .ft-cpy p {
	display: block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 18px;
    	padding:3px 0;
    	margin:0;
}
.ftr_scuk_wrp .ft-cpy p a {
    	color: #8c8c8c;
}

/*** INNER ABOUT PAGE ***/

.inner_banner_scuk {
	width: 100%;
	position: relative;
	/*background: url(../images/inner-banner-bg.jpg) no-repeat top center;
	background-size:cover;
	height:200px;*/
}
.inner_banner_scuk img {
	width: 100%;
	height: auto;
}
.inner_banner_scuk .ban-title {
	width:80%;
	left:0;
	right:0;
	bottom:40px;
	position:absolute;
	margin:0 auto;
}
.inner_banner_scuk .ban-title h4 {
    	font-size: 30px;
    	color: #fff;
    	line-height: 40px;
    	font-weight: 400;
    	margin: 0;
    	padding: 0;
}
.innabt_pge_scuk_section {
	position: relative;
	padding:70px 0;
	background: url(../images/abt-text-bg1.jpg) no-repeat center;
	background-size:cover;
}
.innabt_pge_scuk_section h1 {
	position: relative;
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:20px;
    	margin:0 0 20px;
}
.innabt_pge_scuk_section h1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 65px;
	width: 5px;
	background:#f8f8f8;
}
.innabt_pge_scuk_section h1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 5px;
	width: 100%;
	background:#f8f8f8;
}
.innabt_pge_scuk_section p {
    	color: #2e2e2e;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 26px;
    	padding:10px 0;
    	margin: 0;
}
.innabt_pge_scuk_section .pt {
    	color: #ff6000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 0 20px;
    margin: 0;
    border-left: 3px solid #2a2a2a;
}
.innabt_pge_scuk_section .imgbx_scuk {
	position: relative;
	margin: 0 0 0 40px;
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.innabt_pge_scuk_section .imgbx_scuk img {
	width: 100%;
	height:auto;
	padding:25px;
}
.innabt_pge_scuk_section .morbtn_scuk {
	display:inline-block;
	margin:10px 20px 10px 0;
}
.innabt_pge_scuk_section .morbtn_scuk a {
	display:block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 22px;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #cd2026 25px 11px;
    	margin:0;
	padding:9px 26px 9px 42px;
	border-radius: 50px;
	transition: 0.3s;
}
.innabt_pge_scuk_section .morbtn_scuk a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #222 25px 11px;	
}
.innhstry_pge_scuk_section {
	position:relative;
	padding:70px 0;
}
.innhstry_pge_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.innhstry_pge_scuk_section h3 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 20px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.innhstry_pge_scuk_section h3 strong {
    	font-weight: 400;
}
.innhstry_pge_scuk_section p {
    	color: #2e2e2e;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:0 0 50px;
    	margin:0;
}
.innhstry_pge_scuk_section .hstbx {
    	width: 31%;
	float:left;
    	padding: 30px;
	    margin: 5px 0;
	text-align: center;
	background: #fff4f4;
    	min-height: 265px;
}
.innhstry_pge_scuk_section .hstbx.gy {
	background: #f9f9f9;
}
.innhstry_pge_scuk_section .hstbx .yrbx {
	display:block;
	width:123px;
	height:123px;
    	font-size: 30px;
	color: #cd2026;
    	font-weight: bold;
    	line-height: 120px;
	padding:0;
    	margin:0 auto 20px;
	background: url(../images/shp-year.png) no-repeat; 
}
.innhstry_pge_scuk_section .hstbx h5 {
    	color: #2e2e2e;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 26px;
    	padding:0;
    	margin:0;
}
.innmsn_vsn_pge_scuk_section {
	position:relative;
	padding:70px 0;
	background: url(../images/mision-bg.jpg) no-repeat center top;
	background-size:cover;
}
.innmsn_vsn_pge_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.innmsn_vsn_pge_scuk_section h4 {
	display: inline-block;
    	color: #fff;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 20px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.innmsn_vsn_pge_scuk_section h4 strong {
    	font-weight: 400;
}
.innmsn_vsn_pge_scuk_section .ptbx {
	position: relative;
	padding:50px 40px;
	background:rgba(0,0,0,0.8);
	text-align: center;
	border-radius: 50px 0 50px 0;
}
.innmsn_vsn_pge_scuk_section h5 {
    	color: #fff;
    	font-size: 24px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:10px 0;
    	margin:0;
}
.innmsn_vsn_pge_scuk_section p {
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:10px 0;
    	margin: 0;
}
.innvalue_pag_section {
    position: relative;
    padding: 70px 0;
	background: #e9e9e9;
}
.innvalue_pag_section .headbx {
	position: relative;
	text-align: center;
}
.innvalue_pag_section h4 {
	display: inline-block;
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 12px 20px;
    margin: 0 auto 20px;
    text-align: center;
    border: 5px solid #cd2026;
    text-transform: uppercase;
}
.innvalue_pag_section h4 strong {
    	font-weight: 400;
}
.innvalue_pag_section h6 {
	color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.innvalue_pag_section .bx {
	float: left;
    width: 19%;
    padding: 10px;
    background: #fff;
    min-height: 940px;
    margin:15px 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	    border-bottom: 4px solid #cd2026;
}
.innvalue_pag_section .bx h5 {
        color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 20px;
    margin: 0;
    min-height: 75px;
    background: #cd2026;
    text-transform: uppercase;
}
.innvalue_pag_section .bx p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.innvalue_pag_section .bx ul {
	list-style:none;
    padding: 0;
    margin: 0;
}
.innvalue_pag_section .bx li {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 400;
       line-height: 22px;
    padding: 5px 0;
    margin: 0;
}
.innvalue_pag_section img {
	width:100%;
    height:auto;
}
.inncore_pge_section {
    position: relative;
    padding: 70px 0;
}
.inncore_pge_section .headbx {
	position: relative;
	text-align: center;
}
.inncore_pge_section h4 {
	display: inline-block;
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 12px 20px;
    margin: 0 auto 20px;
    text-align: center;
    border: 5px solid #cd2026;
    text-transform: uppercase;
}
.inncore_pge_section h4 strong {
    	font-weight: 400;
}
.inncore_pge_section .bx {
	margin: 15px 0;
    padding: 10px 20px;
    min-height: 180px;
}
.inncore_pge_section h5 {
    color: #cd2026;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    float: left;
}
.inncore_pge_section p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.inncore_pge_section ul {
	list-style:none;
    padding: 0;
    margin: 0;
}
.inncore_pge_section li {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.inncore_pge_section li strong {
    font-weight: 600;
}
.inncore_pge_section li a {
    color: #cd2026;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
	text-decoration:none;
    padding: 0;
    margin: 0;
}
.inncore_pge_section img {
	    width: 40%;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
}
.innclient_pge_section {
    position: relative;
    padding: 70px 0;
	background:#f9f9f9;
}
.innclient_pge_section .headbx {
	position: relative;
	text-align: center;
}
.innclient_pge_section h4 {
	display: inline-block;
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 12px 20px;
    margin: 0 auto 20px;
    text-align: center;
    border: 5px solid #cd2026;
    text-transform: uppercase;
}
.innclient_pge_section h4 strong {
    	font-weight: 400;
}
.innclient_pge_section .cllgo {
    position: relative;
}
.innclient_pge_section .cllgo img {
	    float: left;
    width: 130px;
    height: auto;
    margin: 5px;
    border: 1px solid #e7e7e7;
	border-radius: 5px;
}
.innoffices_pge_section {
    position: relative;
    padding: 70px 0;
}
.innoffices_pge_section .headbx {
	position: relative;
	text-align: center;
}
.innoffices_pge_section h4 {
	display: inline-block;
    color: #2e2e2e;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 12px 20px;
    margin: 0 auto 20px;
    text-align: center;
    border: 5px solid #cd2026;
    text-transform: uppercase;
}
.innoffices_pge_section h4 strong {
    	font-weight: 400;
}
.innoffices_pge_section .ofcadr {
        position: relative;
    background: #525151;
    padding: 20px;
    border-radius: 10px;
    min-height: 295px;
}
.innoffices_pge_section .ofcadr h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #a7a7a7;
}
.innoffices_pge_section .ofcadr ul {
	list-style:none;
    padding: 0;
    margin: 0;
}
.innoffices_pge_section .ofcadr li {
        color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 2px 0;
    margin: 0;
}
.innoffices_pge_section .ofcadr li strong {
    font-weight: 600;
}
.innoffices_pge_section .ofcadr li a {
    color: #cd2026;
}
/*** INNER SERVICES PAGE ***/

.innservtxt_pge_scuk_section {
	position: relative;
	padding:70px 0;
	background: url(../images/sev-text-bg1.jpg) no-repeat center;
	background-size:cover;
}
.innservtxt_pge_scuk_section h1 {
	position: relative;
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 46px;
    	padding:20px;
    	margin:0 0 20px;
}
.innservtxt_pge_scuk_section h1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 65px;
	width: 5px;
	background:#f8f8f8;
}
.innservtxt_pge_scuk_section h1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 5px;
	width: 100%;
	background:#f8f8f8;
}
.innservtxt_pge_scuk_section p {
    	color: #2e2e2e;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 26px;
    	padding:10px 0;
    	margin: 0;
}
.innservtxt_pge_scuk_section .imgbx_scuk {
	position: relative;
	margin: 0 0 0 40px;
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.innservtxt_pge_scuk_section .imgbx_scuk img {
	width: 100%;
	height:auto;
	padding:25px;
}
.innservtxt_pge_scuk_section .morbtn_scuk {
	display:inline-block;
	margin:30px 20px 0 0;
}
.innservtxt_pge_scuk_section .morbtn_scuk a {
	display:block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 22px;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #cd2026 25px 11px;
    	margin:0;
	padding:9px 26px 9px 42px;
	border-radius: 50px;
	transition: 0.3s;
}
.innservtxt_pge_scuk_section .morbtn_scuk a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #222 25px 11px;	
}
.inncfo_serv_pge_scuk_section {
	position:relative;
	padding:70px 0;
}
.inncfo_serv_pge_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.inncfo_serv_pge_scuk_section h3 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.inncfo_serv_pge_scuk_section h3 strong {
    	font-weight: 400;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm {
    	width: 100%;
	float:left;
    	padding: 40px 50px;
	background: #fff4f4;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm.gy {
	background: #f9f9f9;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm.gy .lbx {
	float:right;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm.gy .rbx {
	float:left;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm .lbx {
	width: 35%;
	float:left;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm .lbx img {
	width: 100%;
	height:auto;
	border-radius:45% 45% 0 0;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm .rbx {
	width: 60%;
	float:right;
	padding:50px 0 0;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm h4 {
    	color: #2e2e2e;
    	font-size: 32px;
    	font-weight: 400;
    	line-height: 50px;
    	padding:0;
    	margin:0;
}
.inncfo_serv_pge_scuk_section .inn_srv_clm p {
    	color: #2e2e2e;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:10px 0;
    	margin:0;
}
.inncfo_serv_pge_scuk_section .morbtn {
	display:inline-block;
	margin:30px 0 0;
}
.inncfo_serv_pge_scuk_section .morbtn a {
	display:block;
    	color: #cd2026;
    	font-size: 20px;
    	font-weight: 400;
    	line-height: 34px;
	text-decoration: none;
	background: url(../images/red-arw.png) no-repeat 0 0;
    	margin:0;
	padding:0 0 0 40px;
	transition: 0.3s;
}
.inncfo_serv_pge_scuk_section .morbtn a:hover {
	color: #cd2026;
	text-decoration: none;
	background: url(../images/red-arw.png) no-repeat 5px 0;	
}
.innwhy_chspge_scuk_section {
	position:relative;
	padding:0 0 70px 0;
}
.innwhy_chspge_scuk_section .headbx {
	position: relative;
	text-align: center;
}
.innwhy_chspge_scuk_section h3 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.innwhy_chspge_scuk_section h3 strong {
    	font-weight: 400;
}
.innwhy_chspge_scuk_section .bx {
    	width: 80%;
	float:left;
    	padding: 10px 0 10px 50px;
	background: url(../images/red-arw.png) no-repeat 0 10px;	
}
.innwhy_chspge_scuk_section .bx h5 {
    	color: #2e2e2e;
    	font-size: 24px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:0;
    	margin:0;
}
.innwhy_chspge_scuk_section .bx p {
    	color: #2e2e2e;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:0;
    	margin:0;
}
.inncontact_detail_section {
	position: relative;
	padding:70px 0;
	background: url(../images/ss-mark-w.jpg) repeat;
}
.inncontact_detail_section .headbx {
	position: relative;
	text-align: center;
}
.inncontact_detail_section h3 {
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:12px 20px;
    	margin:0 auto 50px;
	text-align: center;
	border: 5px solid #cd2026;
	text-transform: uppercase;
}
.inncontact_detail_section h3 strong {
    	font-weight: 400;
}
.inncontact_detail_section p {
	position: relative;
    	color: #2e2e2e;
    	font-size: 22px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:10px 0 30px;
    	margin:0;
}
.inncontact_detail_section .lt_contact_frm {
	position:relative;
	width:100%;
	float:left;
	padding:40px;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
	border-radius:10px;
	background:#cd2026;
}
.inncontact_detail_section .lt_contact_frm input[type=text] {
    	width: 100%;
	float:left;
	font-family: 'MetaPro-Normal';
    	font-size: 15px;
    	color: #1a1a1a;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 10px 0;
	padding:10px 20px;
	min-height: 50px;
    	border: none;
    	background: #fff;
	border-radius:10px;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
}
.inncontact_detail_section .lt_contact_frm input[type=text]::placeholder {
	color: #9d9d9d;
}
.inncontact_detail_section .lt_contact_frm textarea {
    	width: 100%;
	float:left;
	font-family: 'MetaPro-Normal';
    	font-size: 15px;
    	color: #1a1a1a;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 10px 0;
	padding:10px 20px;
	height: 340px;
    	border: none;
    	background: #fff;
	border-radius:10px;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
}
.inncontact_detail_section .lt_contact_frm textarea::placeholder {
	color: #9d9d9d;
}
.inncontact_detail_section .lt_contact_frm .send-btn {
	width: 120px;
	float:left;
	font-family: 'MetaPro-Normal';
	font-size:16px;
	color: #fff;
	font-weight:bold;
	line-height:30px;
	padding: 10px 20px;
	margin:15px 0;
	background: #2e2e2e;
	text-transform: uppercase;
	border-radius:50px;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
	border: none;
	outline: none;
}
.inncontact_detail_section .rt_contact_info {
	position:relative;
	padding:20px 40px;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
	border-radius:10px;
	background:#fff;
}
.inncontact_detail_section .rt_contact_info .bx {
	padding:20px 0;
	border-bottom:1px dotted #2e2e2e;
}
.inncontact_detail_section .rt_contact_info h4 {
	position: relative;
    	color: #cd2026;
    	font-size: 30px;
    	font-weight: 700;
    	line-height: 36px;
    	padding:0 0 10px;
    	margin:0 0 10px;
}
.inncontact_detail_section .rt_contact_info h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 2px;
	width: 50px;
	background:#cd2026;
}
.inncontact_detail_section .rt_contact_info h5 {
    	color: #2e2e2e;
    	font-size: 22px;
    	font-weight: 400;
    	line-height: 30px;
    	padding:0 0 10px 0;
    	margin:0;
}
.inncontact_detail_section .rt_contact_info h5 strong {
    	color: #2e2e2e;
    	font-weight: 400;
}
.inncontact_detail_section .rt_contact_info h5 a {
    	color: #2e2e2e;
	text-decoration: none;
}
.inncontact_detail_section .rt_contact_info .mapbx iframe {
	width:100%;
	height:100px;
	border:none;
}
.uk-fixbar {
    position: fixed;
    right: 0;
    top: 215px;
    z-index: 999;
    width: 53px;
}
.uk-fixbar .wa-btn {
    position: relative;
    float: left;
    font-size: 17px;
    color: #fff;
    width: 53px;
    height: 53px;
    line-height: 53px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    background: url(https://www.sscoglobal.co.uk/wp-content/uploads/2024/09/rtwa-icn.jpg) no-repeat center #26d367;
    border-radius: 10px 0 0 0;
}
.uk-fixbar .wa-btn a {
    width: 53px;
    height: 53px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.uk-fixbar .ph-btn {
    position: relative;
    float: left;
    font-size: 17px;
    color: #fff;
    width: 53px;
    height: 53px;
    line-height: 53px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    background: url(https://www.sscoglobal.co.uk/wp-content/uploads/2024/09/ksph-icn.jpg) no-repeat center #bd1117;
}
.uk-fixbar .ph-btn a {
    width: 53px;
    height: 53px;
    display: block;
    color: #fff;
    text-decoration: none
}
.uk-fixbar .em-btn {
    position: relative;
    float: left;
    font-size: 17px;
    color: #fff;
    width: 53px;
    height: 53px;
    line-height: 53px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    background: url(https://www.sscoglobal.co.uk/wp-content/uploads/2024/09/ksem-icn.jpg) no-repeat center #bd1117;
    border-radius: 0 0 0 10px;
}
.uk-fixbar .em-btn a {
    width: 53px;
    height: 53px;
    display: block;
    color: #fff;
    text-decoration: none;
}

/** 23/Dec/24 **/
.inn_info_service_pge_scuk_section {
	position: relative;
	padding:70px 0;
	background: url(../images/abt-text-bg1.jpg) no-repeat center;
	background-size:cover;
}
.inn_info_service_pge_scuk_section h1 {
	position: relative;
	display: inline-block;
    	color: #2e2e2e;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
    	padding:20px;
    	margin:0 0 20px;
}
.inn_info_service_pge_scuk_section h1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 65px;
	width: 5px;
	background:#f8f8f8;
}
.inn_info_service_pge_scuk_section h1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 5px;
	width: 100%;
	background:#f8f8f8;
}
.inn_info_service_pge_scuk_section p {
    	color: #2e2e2e;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 26px;
    	padding:10px 0;
    	margin: 0;
}
.inn_info_service_pge_scuk_section .imgbx_scuk {
	position: relative;
	margin: 0 0 0 40px;
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.inn_info_service_pge_scuk_section .imgbx_scuk img {
	width: 100%;
	height:auto;
	padding:25px;
}
.inn_info_service_pge_scuk_section .morbtn_scuk {
	display:inline-block;
	margin:30px 20px 0 0;
}
.inn_info_service_pge_scuk_section .morbtn_scuk a {
	display:block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 22px;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #cd2026 25px 11px;
    	margin:0;
	padding:9px 26px 9px 42px;
	border-radius: 50px;
	transition: 0.3s;
}
.inn_info_service_pge_scuk_section .morbtn_scuk a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/w-arw.png) no-repeat #222 25px 11px;	
}
.inn_tailit_expert_service_scuk_section {
	position: relative;
	padding:70px 0;
	background: url(../images/tailored-it-expert-bg1.jpg) no-repeat;
	background-size:cover;
}
.inn_tailit_expert_service_scuk_section h3 {
	     position: relative;
    	color: #fff;
    	font-size: 48px;
    	font-weight: bold;
    	line-height: 60px;
		text-align:center;
    	padding:0 0 20px;
    	margin:0 0 30px;
}
.inn_tailit_expert_service_scuk_section h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 7px;
	width: 50px;
	background:#111;
	    right: 0;
    margin: 0 auto;
}
.inn_tailit_expert_service_scuk_section h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 2px;
	width: 50px;
	background:#cc2026;
	right: 0;
    margin: 0 auto;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx {
	position: relative;
	float:left;
	width:100%;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx {
          width: 23%;
    float: left;
    text-align: center;
    min-height: 330px;
    padding: 30px 20px;
    background: #fff;
    margin: 1%;
    border-radius: 10px;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx .icnbx {
	   width: 70px;
	   margin: 0 auto 10px;
	   position: relative;
       z-index: 2;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx .icnbx:before {
    position: absolute;
    height: 8px;
    width: 66px;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -33px;
    background: rgba(0, 0, 0, .06);
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.35s;
    transition: transform .35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    transition-timing-function: cubic-bezier(.12,.845,.305,1);
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx .icnbx img {
	width: 100%;
    height: auto;
	display: block;
	position:relative;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	transition:-webkit-transform 0.35s;
    transition:transform .35s;
	transition:transform 0.35s, -webkit-transform 0.35s;
	transition-timing-function:cubic-bezier(.12, .845, .305, 1)
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx:hover img {
	-webkit-transform:translateX(-50%) translateY(-20px) rotate(8deg);
	transform:translateX(-50%) translateY(-20px) rotate(8deg)
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx .ptxt {
	position:relative;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx .ptxt h5 {
    	color: #2e2e2e;
    	font-size: 20px;
    	font-weight: 700;
    	line-height: 30px;
    	padding:0;
    	margin:0;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx .ptxt h5 strong {
		display:block;
    	font-weight: 700;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx .tbx .ptxt p {
    	color: #2e2e2e;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 22px;
    	padding:5px 0;
    	margin: 0;
}
.inn_tailit_expert_service_scuk_section .it-expert-bx a:hover {
	text-decoration: none;
}
.inn_sscloud_service_scuk_section {
	position: relative;
	padding:70px 0;
}
.inn_sscloud_service_scuk_section h3 {
	    position: relative;
    	color: #2e2e2e;
    	font-size: 88px;
    	font-weight: bold;
    	line-height: 100px;
		border-right:4px solid #cc2026;
    	padding:20px 20px 50% 0;
    	margin:0 20px 0 0;
}
.inn_sscloud_service_scuk_section .cloudsrv-bx {
    width: 33%;
    float: left;
	text-align:center;
	margin:0 0 20px;
}
.inn_sscloud_service_scuk_section .cloudsrv-bx h4 {
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
    transition: 0.3s;
}
.inn_sscloud_service_scuk_section .cloudsrv-bx h4 strong {
	display:block;
    font-weight: 600;
}
.inn_sscloud_service_scuk_section .cloudsrv-bx p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
    margin: 0;
}
.inn_sscloud_service_scuk_section .cloudsrv-bx .imgbx {
    position: relative;
	width: 210px;
    height: 210px;
    overflow: hidden;
	line-height: 210px;
	background:#cc2026;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin:0 auto;
    border-radius: 50%;
}
.inn_sscloud_service_scuk_section .cloudsrv-bx .imgbx img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.inn_sscloud_service_scuk_section .cloudsrv-bx:hover .imgbx img {
    -webkit-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
}
.inn_sscyber_security_scuk_section {
	position: relative;
	padding:70px 0;
	background: url(../images/cyber-security-services-bg.jpg) no-repeat #f9f9f9;
	background-size:45% 600px;
	min-height:550px;
}
.inn_sscyber_security_scuk_section h3 {
	     position: relative;
    	color: #2e2e2e;
    	font-size: 48px;
    	font-weight: bold;
    	line-height: 60px;
		text-align:center;
    	padding:0 0 20px;
    	margin:0 0 50px;
}
.inn_sscyber_security_scuk_section h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 7px;
	width: 50px;
	background:#111;
	right: 0;
    margin: 0 auto;
}
.inn_sscyber_security_scuk_section h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 2px;
	width: 50px;
	background:#cc2026;
	right: 0;
    margin: 0 auto;
}
.inn_sscyber_security_scuk_section .cybersrv-bx {
    width: 50%;
    float: left;
}
.inn_sscyber_security_scuk_section .cybersrv-bx .imgbx {
	width: 25%;
	float:right;
}
.inn_sscyber_security_scuk_section .cybersrv-bx .imgbx img {
    width: 100%;
    height: auto;
}
.inn_sscyber_security_scuk_section .cybersrv-bx .tbx {
    width: 58%;
    float: right;
}
.inn_sscyber_security_scuk_section .cybersrv-bx .tbx h4 {
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
    transition: 0.3s;
}
.inn_sscyber_security_scuk_section .cybersrv-bx .tbx h4 strong {
	display:block;
    font-weight: 600;
}
.inn_sscyber_security_scuk_section .cybersrv-bx .tbx p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
    margin: 0;
}
.inn_sswhy_choose_scuk_section {
	position: relative;
	padding:80px 0 70px;
}
.inn_sswhy_choose_scuk_section h4 {
	     position: relative;
    	color: #2e2e2e;
    	font-size: 60px;
    	font-weight: bold;
    	line-height: 70px;
    	padding:0 0 20px;
    	margin:0 0 20px;
}
.inn_sswhy_choose_scuk_section h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 7px;
	width: 50px;
	background:#111;
}
.inn_sswhy_choose_scuk_section h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 2px;
	width: 50px;
	background:#cc2026;
}
.inn_sswhy_choose_scuk_section h5 {
    	color: #2e2e2e;
    	font-size: 38px;
    	font-weight: bold;
    	line-height: 50px;
    	padding:20px 0;
    	margin:0;
}
.inn_sswhy_choose_scuk_section .ltbx {
    width: 100%;
    float: left;
}
.inn_sswhy_choose_scuk_section .ltbx .pt {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    padding: 5px 0;
    margin: 0;
}
.inn_sswhy_choose_scuk_section .ltbx p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 0;
    margin: 0;
}
.inn_sswhy_choose_scuk_section .ltbx .itzo-lgo {
    float: left;
    width: 140px;
    height: auto;
    margin: 0 20px 0 0;
    border-radius: 10px;
}
.inn_sswhy_choose_scuk_section .imgbx {
	width: 100%;
	float:left;
}
.inn_sswhy_choose_scuk_section .imgbx img {
    width: 100%;
    height: auto;
	border-radius: 50px 130px 50px 130px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
}
.inner-sscounter-section {
    position: relative;
    padding: 70px 0;
    background: #fff4f4;
}

.inner-sscounter-section .counter-box {
    width: 100%;
    height: 200px;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 18px rgba(0,0,0,.11);
}

.inner-sscounter-section .counter-box .counter-box-content {
    display: block;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.inner-sscounter-section .counter-box.home-effective .content-box-percentage {
    display: inline-block;
}

.inner-sscounter-section .counter-box.home-effective .content-box-percentage .display-percentage {
    display: inline-block;
    color: #000;
    font-size: 69px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.inner-sscounter-section .counter-box.home-effective strong {
    display: inline-block;
    color: #cd2026;
    font-size: 48px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 5px;
    margin: 0;
    font-family: "Poppins", sans-serif;
}