html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	position: relative;
}

strong,
b {
	font-weight: bold !important;
}

em {
	font-style: italic !important;
}

.skip-link {
	left: 1px;
}
body{padding-top:200px;}
body.home{padding-top:0px;}
header{background:black;}
.home header{background:transparent;}
.home header.nav-new{background:#000000;}
.globaltitle h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    color: #000000;
    margin: 0 auto ;
}
.content_block {width:100%; clear:both; margin:0 0 60px;}


.content_block p,.content_block ul li,.content_block ol li{margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000000;}
.content_block p a{color:#000000;}
.content_block ul li a{color:#000000;}
.error404 .content_block p a,.error404 .content_block p{text-align:center;}
.content_block p{margin:0 0 10px;}
.content_block ul{list-style:disc; padding-left:20px; margin:0 0 10px;}
.content_block ol{list-style:decimal; padding-left:20px; margin:0 0 10px;}
.content_block ul li{list-style:disc;}
.content_block ol li{list-style:decimal;}
.content_block h1{
	font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    color: #000000;
	margin: 0 auto 20px;
}
.content_block h2{
    font-weight: 600;
    font-size: 40px;
    line-height: normal;
    color: #000000;
    margin: 0 auto 20px;
}
.content_block h3{
    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    color: #000000;
    margin: 0 auto 20px;
}
.content_block h4{
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    margin: 0 auto 20px;
}
.content_block h5{
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    margin: 0 auto 20px;
}
.content_block h6{
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #000000;
    margin: 0 auto 20px;
}
.empower-icon{min-height:99px; max-height:99px;}
.what-deliver-wrp .col-md-6:nth-child(2) .deliver-data p{max-width:80%;}
.diffrent-data{max-width:330px;}

.sidebar {
	height: 100%;
	width: 340px;
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: -100%;
	background-color:black;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	transition: 0.3s;
	padding-right:15px;
	padding-left:15px;
}

.main-sidebar-section .logo a {
	padding-left: 0;
}

.main-sidebar-section .form-section .wpcf7-not-valid-tip {
	position: relative;
	top: 0px;
	right: 0;
	margin-bottom: 5px;
}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	color:white;
}

.main-sidebar-section .title h3 {
	font-size: 26px;
	padding-right: 0px;
	color: white;
	margin-bottom:15px;
}
.main-sidebar-section .smd{margin-bottom:8px;}
.main-sidebar-section .smd a {
	font-size: 20px;
	padding-right: 0px;
	margin-top: 20px;
	color: white;
	
}
.main-sidebar-section .form-title h3{
	font-size: 14px;
	padding-right: 0px;
	color: white;
	line-height:25px;
	font-weight:400;
}

.sidebar.closeme {
	left: -100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sidebar.openme {
	left: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.form-section form{width:100%;}
.form-section form .form-group{width:100%;}

.sidebar .logo{text-align:center;}
.sidebar .logo img{margin: 0 auto; max-width: 130px; margin-top: 20px;}
.sidebar .form-section form{margin-top:20px;}
.sidebar .form-section .contact-form-inner{padding:0px; width:100%;}
.sidebar .form-section form .form-group{margin:0 0 10px;}
.form-section form input{
	font-family: "Poppins", sans-serif;
	font-size:16px;
	line-height:normal;
	background:white;
	border:none;
	border-radius:5px;
	padding:0 10px;
	width: 100%;
    margin: 0 0 15px;
    height: 40px;
	outline:0;
}
.form-section form textarea{
	font-family: "Poppins", sans-serif;
	font-size:16px;
	line-height:normal;
	background:white;
	border:none;
	border-radius:5px;
	padding:0 10px;
	width: 100%;
    margin: 0 0 15px;
    height: 130px;
	outline:0;
}

.main-sidebar-section .wpcf7 form.invalid .wpcf7-response-output, .main-sidebar-section .wpcf7 form.unaccepted .wpcf7-response-output, .main-sidebar-section .wpcf7 form.payment-required .wpcf7-response-output{position:relative;
border: none;
    color: white;
	line-height:normal;
}
.main-sidebar-section .wpcf7 form.sent .wpcf7-response-output{position: relative; width: 100%; margin: 20px 0 0 auto;
 border: none;
    color: #46b450;
    line-height: normal;
}
.main-sidebar-section .col-6{width:100%;}
.main-sidebar-section input[type="submit"]{
	background: #0A4DDE;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
	width:120px;
	cursor:pointer;
}
.main-sidebar-section input[type="submit"]:hover{background:#01EFFC; color:black;}

.wpcf7-list-item{
	display: inline-block;
    margin: 0 0 15px;
    font-size: 14px;
    color: white;
}
.wpcf7-list-item label{
	display: flex;
    align-items: baseline;
    gap: 10px;
}
.form-section form .wpcf7-list-item input{
	margin: 0;
    width: auto;
	height:auto;
	position: relative;
    top: 3px;
}
.wpcf7-list-item .wpcf7-list-item-label{
	display: inline;
    margin: 0;
    line-height: normal;
}
.wpcf7-list-item .wpcf7-list-item-label a{color:white; display:inline-block;}

@media(min-width:1400px){
	.sectors-empower-wrp .titlebar{margin:0 auto 105px;}
}

@media(max-width:1339px){
	.globaltitle h1{font-size:40px;line-height: 50px;margin: 0 auto 10px;}
	body { padding-top: 150px;}
	.content_block h1{font-size:40px;line-height: 50px;}
	.content_block h2{font-size: 35px;}
	.content_block h3{font-size: 30px;}
	.content_block h4{font-size: 25px;}
	.content_block h5{font-size: 20px;}
	.content_block h6{font-size: 16px;}
	
}
@media(max-width:1024px){
	body { padding-top: 120px;}
	.globaltitle h1{font-size:34px;line-height: 40px;margin: 0 auto 10px;}
	.content_block p{font-size:16px; line-height:24px;}
	.content_block h1{font-size:34px;line-height: 40px;}
	.content_block h2{font-size: 30px;}
	.content_block h3{font-size: 25px;}
	.content_block h4{font-size: 20px;}
	.content_block h5{font-size: 18px;}
	.content_block h6{font-size: 16px;}
}
@media(max-width:991px){
	body { padding-top: 100px;}
}
@media(max-width:767px){
	.globaltitle h1{font-size:24px;line-height: 30px;margin: 0 auto 10px;}
	.content_block h1{font-size:24px;line-height: 30px;}
	.content_block h2{font-size: 22px;}
	.content_block h3{font-size: 20px;}
	.content_block h4{font-size: 18px;}
	.content_block h5{font-size: 16px;}
	.content_block h6{font-size: 14px;}
	.empower-icon{min-height:inherit; max-height:inherit; margin: 0 auto 15px;}
	.social-links{left:5px;}
	.what-deliver-wrp .row .col-md-6{padding:0 5px;}
}