html {
	overflow-x: hidden;
}
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	padding: 74px 0 0 0;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}
::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #f4f6f9;
	margin: 0 2px;
}
::-webkit-scrollbar-thumb {
	background: #c1c6d4;
	border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
	background: #858c9c;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
#button {
	display: inline-block;
	background-color: #ee1f3740;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #000;
	align-items: center;
	vertical-align: middle;
	display: grid;
	font-size: 20px;
}
#button:hover {
	background-color: #222;
	color: #fff;
	cursor: pointer;
}
#button::after {
	content: '';
	display: inline-block;
	margin-left: 19px;
	width: 0.7em;
	height: 0.7em;
	border-top: 0.1em solid #fff;
	border-right: 0.1em solid #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 23px;
	position: absolute;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.nav-menu.spc{
	padding-left: 180px;
}
.social {
    margin: 0;
    padding: 0;
}
.social li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    width: 35px;
    height: 35px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    color: #01316D;
    font-size: 16px;
    transition: 0.3s;
}
.social li:hover {
    color: #07CCEC;
}
/*********************************** Navbar styles ***********************************/
.navbar-brand img {
	width: 100%;
	margin: 0;
}
.navbar-brand::first-letter {
	color: #ee1f37;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
}
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(45deg);
	top: 18px;
}
.tp-dp {
	padding-right: 20px !important;
}
.tp-dp::after {
	margin-left: 4px;
	top: 37px;
	border-top: 0.1em solid #5e6063;
	border-right: 0.1em solid #5e6063;
	right: 8px;
}
.tp-dp:hover:after {
	border-top: 0.1em solid #ee1f37;
	border-right: 0.1em solid #ee1f37;
}
.tp-dp.navActive:after {
	border-top: 0.1em solid #ee1f37;
	border-right: 0.1em solid #ee1f37;
}
.navbar-nav li {
	font-size: 14px;
	font-weight: 400;
	padding: 0;
}
.navbar-nav li:hover {
	cursor: pointer;
}
.megamenu {
	position: static;
}
.megamenu a {
	position: relative;
}
.megamenu .dropdown-menu {
	background: none;
	border: none;
	width: 100%;
	box-shadow: none;
	top: 99%;
	height: 1px;
	-webkit-transition-delay: 200ms !important;
	transition-delay: 200ms !important;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.megamenu .dropdown-menu .bg-white {
	box-shadow: 0px 2px 3px rgb(190 190 190 / 36%);
}
.megamenu:hover .dropdown-menu {
	display: block;
	border-top: 1px solid #eee;
	height: 50px;
}
.megamenu .dropdown-menu .head {
	display: inline-block;
	margin-bottom: 0;
	color: #165965;
	font-weight: 500;
	font-size: 15px;
}
.megamenu .dropdown-menu .nav-link {
	display: block;
	padding: 8px 0px 8px 12px;
	font-size: 14px;
}
.megamenu .dropdown-menu .nav-item,
.navbar .dropdown-item {
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.megamenu .dropdown-menu .nav-item:hover {
	padding-left: 5px;
}
.navbar .dropdown-item:hover {
	padding: 10px 15px 10px 20px;
}
.megamenu .dropdown-menu .nav-link:before {
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 17px;
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 50%;
	background: #ee1f37;
}

/*********************************** Common styles ***********************************/
a {
	color: #57b1c0;
	text-decoration: none;
}
a:hover {
	color: #ee1f37;
	text-decoration: none;
}
.wf {
	width: 100%;
}
.dsm-none {
	display: block;
}
.dmd-none {
	display: none;
}
.index section {
	padding: 150px 0;
}
section {
	padding: 100px 0;
}
h2 {
	font-size: 25px;
	font-weight: 700;
	color: #01316C;
}
h3 {
	font-size: 26px;
	font-weight: 500;
}
h4 {
	font-size: 18px;
	font-weight: 500;
	color: #01316C;
}
h5 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}
p {
	font-size: 15px;
	color: #566D89;
	line-height: 24px;
}
.text-small {
    font-size: 14px;
    color: #7a7a7a;
}
.sec-head {
	color: #ee1f37 !important;
	margin-bottom: 10px !important;
}
.headLine {
	position: relative;
	padding-left: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.headLine::before {
	display: none;
    width: 2px;
    height: 26px;
    margin-top: 18px;
    content: '';
    background-color: #fff;
    margin: 0 -10px 0 0;
    position: absolute;
}
.read_more {
	color: #ee1f37;
	text-align: right;
	margin: 15px 0 0 0;
	font-size: 15px !important;
}
.text_space {
	margin-bottom: 35px;
}
.p2 {
	padding: 0 30px;
}

/*********************************** BANNER ***********************************/
.top{
	background:#ee1f37;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 8px 15px;
	text-transform: uppercase;
}

/*********************************** bannerCarousal ***********************************/
#bannerCarousal {
	position: relative;
	padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#bannerCarousal.bg {
	background: linear-gradient(to right, #002228a6 , #02050a7a), url(../images/banner.jpg);
	position: relative;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#bannerCarousal h1 {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	text-align: right;
}
#bannerCarousal h2 {
    color: #fff;
    text-transform: inherit;
    color: #fff;
    font-size: 32px;
    text-align: center;
}
#bannerCarousal p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: right;
}
#bannerCarousal span {
	margin-top: 5px;
	margin-bottom: 20px;
    display: inherit;
    color: #fff;
    font-size: 20px;

}
#bannerCarousal .btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 25px;
}
#bannerCarousal .btn-primary {
	color: #01316D;
    background-color: #fff;
}
.carousel-item img {
    width: 100%;
}



/*********************************** about_home ***********************************/
.about_home{
	/* background: #D6112C; */
	background: linear-gradient(#D6112C, #b41026);
}
.about_home img{
	width: 100%;
	background: #000;
}
.about_home .list {
    margin: 0;
    padding: 0;
}
.about_home h2 {
    margin:15px 0 15px 0;
    padding: 0;
}
.about_home h2 {
	color: #fff;
}
.about_home p {
    font-size: 15px;
	line-height: 30px;
	color: #fff;
}
.about_home .btn-primary {
    color: #D6112C;
    background-color: #fff;
}
.about_home .btn-primary:hover {
    color: #D6112C;
    background-color: #000;
}
.about_home  .list li {
    margin: 0;
    padding: 0 0 10px 0 ;
    list-style: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
	color: #566D89;
}
.about_home .list li:before {
    margin-right: 8px;
    content: "\e080";
    display: inline-block;
	font-family: simple-line-icons;
	color: #38B0E4;
}

.inner p {
    font-size: 17px;
    color: #566D89;
    line-height: 28px;
}

.inner h3 {
    color: #01316c;
	margin-top: 20px;
}

.inner .card {
    background-color: #fff;
    box-shadow: 0px 3px 20px rgb(0 33 71 / 11%);
	padding: 40px;
}
.inner_card{
	background: #f2f3f3!important;
}
.lgs{
	background: #D6112C;
	padding: 100px 0 0 0;
}
.why_us{
	background: linear-gradient(#fff, #ECECEC);
}
.why_us.inner_card .card{
	margin-bottom: 25px;
	transition: .5s ease;
}
.why_us.inner_card .card-body {
    padding: 30px;
    min-height: 10px;
    text-align: justify;
}
.list-top {
    margin: 20px 0 25px 0;
    padding: 0;
	display: inline-block;
}
.list-top li {
    margin: 0;
    padding: 10px 25px 10px 10px;
    list-style: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    border: 0;
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #0053bb;
}
.list-top li:before {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 19px;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #D6112C;
}
.head h2, .head p, .head span{
	color: #fff;
}
.head .headLine::before {
    background-color: #fff;
}
/*********************************** ceo_home ***********************************/
.ceo_home {
	background-color: #f2f2f2;
}
.ceo_home img {
	width: 100%;
}
.ceo_home p {
	margin-bottom: 25px;
}



.bg-hash{
	background-color: #f2f2f2;
}
.bg-white{
	background-color: #fff!important;
}

/*********************************** Footer ***********************************/
.footer {
	background: #D6112C;
	padding-bottom: 100px;
}
.footer img{
	width: 160px;
	margin-bottom: 20px;
}

.footer h5 {
	font-size: 18px;
	color: #e7e7e7;
}
.footer p {
	font-size: 15px;
    color: #e7e7e7;
    font-weight: 400;
	line-height: 32px;
}
.footer p i {
	margin-right: 10px;
}
.footer .list {
	margin: 0;
	padding: 0;
}
.footer .list li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	position: relative;
}
.footer .list li:before {
	margin-right: 15px;
    position: absolute;
    left: 0;
    top: 17px;
    content: "";
    width: 5px;
    height: 2px;
    display: inline-block;
    background: #fff;
}
.footer .list li:hover {
	margin-left: 10px;
}
.footer .list li a {
	display: block;
    padding: 8px 0px 20px 0px;
    font-size: 14px;
    position: relative;
    color: #fff;
    font-weight: 400;
}
.footer .list li a:hover {
	text-decoration: none;
}
.footer .social li {
    color: #fff;
}
.footer .social li:hover {
    color: #07CCEC;
}
.copy {
	padding: 25px 0;
	background-color: #fff;
}
.copy p{
	margin: 0;
	color: #000;
}
.navActive{
	color: #d6112c!important;
}
.contact{
	background: #d6112c;
}
.pdg{
	padding: 100px 0;
}
.button-a {
	background-color: #6f0715;
    color: #fff;
    outline: none;
    border: 0;
}
.button-a:hover {
	background-color: #fff;
	color: #6f0715;
}

.button-big {
    padding: 1.3rem 2.3rem;
    font-size: 1.2rem;
    float: right;
}







:focus {
    outline: 0px;
}



.list-common {
	margin-bottom: 25px;
	padding: 0;
}
.list-common li {
	display: block;
	padding: 8px 0px 8px 12px;
	font-size: 14px;
	position: relative;
	color: #000;
}
.list-common li:before {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
}
.clr-primary{
	color: #ee1f37;
}



.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to right, #ee1f37 , #1b2276);
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	/* opacity: 0; */
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: .7;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption {
	background:#00000081;
}
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 65%) 0%, #004356 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  background: transparent;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  color: #fff;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background-image: linear-gradient(to right, #ee1f37 , #1b2276);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	display: flex;
    align-items: center;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}
.portfolio-item .item {
    float: left;
    margin-bottom: 10px;
}
.download_center .card {
    height: calc(100% - 20px);
    display: block;
    padding: 20px;
    margin-bottom: 20px;
}
.download_center p {
    text-transform: uppercase;
    color: #333;
}
.career .close {
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 10px;
}
.career .modal-body{
	padding: 50px;
}
.nws-img {
	padding: 0;
}