@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "Roboto Slab", serif;
}
:focus {
	outline: 0;
}
ol,
ul {
	list-style-type: none;
	margin: 0px;
}
li {
	margin: 0px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
strong {
	font-weight: bold;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
	border: 0 none;
	height: auto;
	vertical-align: middle;
}
.display-block {
	display: block;
}
body {
	padding: 0;
	margin: 0px;
	color: #000;
	font-family: "Roboto Slab", serif;
	background: #fff;
	overflow-x: hidden;
}
button {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	clear: both;
	padding: 0;
	margin: 0;
}
h2 {
	color: #0D2B54;
    font-size: 45px;
    font-weight: 700;
	line-height:59px;
}
h3 {
	color: #0D2B54;
	font-size: 35px;
	font-weight:500;
	line-height:46px;
}
p {
	clear: both;
	padding: 0 0 12px 0;
	margin: 0;
	color: #000;
	font-size: 20px;
	line-height: 32px;
}
a {
	color: #000;
}
p a:hover,
a,
a:hover {
	text-decoration: none;
	color: #31333f;
}
h1 {
	font-size: 33px;
	font-weight: 100;
}
iframe {
	max-width: 100%;
}
::-webkit-input-placeholder {
	color: #7a7a7a;
}
::-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #7a7a7a;
	opacity: 1;
}
:-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}
.container {
	max-width: 1230px;
}
.container-sm {
	max-width: 590px;
}
.btn.focus,
.btn:focus {
	box-shadow: none;
}
.btn:hover {
	opacity: 0.9;
}
.btn-custom {
	background: #CC2229;
	color: #fff;
	font-size: 15px;
	border-radius: 40px;
	padding: 12px 35px;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-align: center;
	box-shadow: 0px 10px 10px 0px #FF384A26;
}
.btn-custom:hover {
	background: #505E85;
	color: #fff;
}

/*------------------------------------*\
         Custom Css Start
\*------------------------------------*/

.headerWrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-right: .8rem;
	max-width: 1440px;
	margin: auto;
	padding-left: .8rem;
}
.logo {
	width: 48%;
	background: #0D2B54;
	min-height: 110px;
	display: flex;
	align-items: center;
	padding: 0 35px;
	position: relative;
}
.logo::before,
.banner-txt:before {
	content: "";
	background: #0D2B54;
	height: 100%;
	width: 2600px;
	left: -2500px;
	position: absolute;
	right: auto;
	top: 0;
}
.logo a {
	display: block;
	position: relative;
}
.featured-banner {
	display: flex;
}
.featured .container {
	max-width: 1440px;
}
.banner-txt {
	padding: 0 15px 0 60px;
	width: 48%;
	background: #0D2B54;
	position: relative;
}
.banner-txt h1 {
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	padding: 35px 0;
	line-height: 132px;
	position: relative;
	z-index: 1;
}
.featured-img {
	width: 100%;
	flex: 1;
	margin-left: 30px;
	margin-top: 35px;
}
.ourRole {
	padding: 100px 0;
}
.ourRoleText {
	max-width: 580px;
	margin:auto auto 50px auto;
	text-align: center;
}
  .ourRoleText h2 {
	margin-bottom: 30px;
  }
  .roleGrid {
	max-width: 1000px;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 60px 0;
  }
  .roleThumb {
	position: relative;
	width: 50%;
	max-width: 387px;
	margin: auto;
	width: 100%;
  }
  .roleNumber {
	font-size: 200px;
	font-weight: 500;
	line-height: 263.77px;
	color: #DDA228;
	position: absolute;
	left: -60px;
	top: -50px;
  }
  .roleImg {
	position: relative;
  }
  .roleImg img {
	position: relative;
	z-index: 3;
	border-radius: 100%;
	width: 100%;
	height: 386px;
	object-fit: cover;
  }
  .roleImg::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #EED093;
	top: -17px;
	right: -14px;
	position: absolute;
	border-radius: 100%;
	z-index: 1;
  }
  .roleImg::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #DDA228;
	bottom: -13px;
	right: -13px;
	position: absolute;
	border-radius: 100%;
  }
  .rightGrid .roleNumber {
	left: auto;
	right: -60px;
	top: -90px;
  }
  .rightGrid .roleImg::before{
	top: auto;
	bottom: -16px;
  }
  .rightGrid .roleImg::after{
	bottom: -27px;
	right: auto;
	left: -15px;
  }
  .role-grid-text {
	max-width: 480px;
	text-align: center;
	margin: auto;
	width: 100%;
  }
  .role-grid-text p{
	max-width:390px;
	margin: auto;
  }
.rightGrid .roleNumber {
  left: auto;
  right: -60px;
  top: -90px;
}
.areaOperation {
	display: flex;
	margin-top: 250px;
	align-items: center;
}
.areaOperationThumb {
	max-width: 505px;
	margin: auto;
	position: relative;
  }
  .areaOperation-grid-text {
	max-width: 505px;
	width: 100%;
	text-align: center;
	margin: auto;
  }
  .areaOperation-grid-text p {
	max-width: 450px;
	margin: auto;
  }
  .areaOperationImg {
	position: relative;
  }
  .areaOperationImg img {
	border: 5px solid #0D2B54;
	position: relative;
	z-index: 2;
  }
  .areaOperationImg::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #EED093;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	rotate: -30deg;
  }
  .areaOperationImg::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(221, 162, 40);
	top: -42px;
	right: 10px;
	position: absolute;
	rotate: 37deg;
  }

/* Footer Css Start */
.footer {
	clear: both;
	background: #0D2B54;
	padding:25px 0;
	margin-top: 100px;
}
.footer .container {
	max-width: 570px;
}
.notPaid {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	border: 2px dotted #DDA228;
	padding: 15px;
	margin-bottom: 45px;
  }
.footer-link {
	padding: 0 0 30px 0;
}
.footer-link h4 {
	font-size: 20px;
	font-weight:500;
	line-height: 26.24px;
	margin-bottom: 15px;
	color: #fff;
}
.footer-link ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.twoUl {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
  }
.footer-link ul li {
	padding: 0 0 10px 0px;
}
.footer-link ul li a {
	color: #fff;
	font-size: 18px;
}
.footer-link ul li a:hover {
	color: #DDA228;
}
.footer-link.contact-link ul li {
	padding: 0 0 15px 0;
}
.copyright {
	background: rgb(13, 43, 84);
	padding: 10px 0px 0 0;
	text-align: center;
}
.copyright-txt {
	color: #fff;
	padding: 12px 0px 0 0;
}
.copyright-txt p{
	color: #fff;
	font-size: 18px;
}
.footer-logo img{ max-width: 457px;}
/* Footer Css End */

/* Inner pages css */
.constableTeam {
	padding: 150px 0;
}
.teamDetail {
	margin-top: 77px;
}
.teamText {
	background: rgb(221, 162, 40);
	padding: 12px;
	text-align: center;
	border-top: 1px solid #fff;
}
.teamText h6 {
	color: #0D2B54;
	font-size: 16px;
	font-weight: 700;
	margin-bottom:4px;
}
.teamText h6 a{ color: #0D2B54; }
.teamText span {
	font-size: 16px;
	color: #0D2B54;
}  
.mediaDtail{
	padding: 145px 0 57px 0;
}