@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;500;600;700&family=Source+Sans+Pro:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500;600;700&family=Source+Sans+Pro:wght@300;400;600&display=swap');


/* font-family End Here */

body {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	/* font-family: 'Raleway'; */
	line-height: 26px;
}

/* Header Start Here */

.header_menu {
	background-color: rgba(255, 255, 255, 0.85);
}

.header_menu .navbar-nav .nav-item a {
	color: #00205b;
	font-size: 16px;
	/* font-family: 'Raleway-Bold'; */
}

.header_menu .navbar-nav .nav-item {
	padding: 5px 0px;
	margin: 0 60px 0 0;
}

.header_menu .navbar-nav .nav-item:last-of-type {
	margin-right: 0;
}

.header_menu .navbar-nav .nav-item .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	-webkit-transform-origin: 10% top;
	-ms-transform-origin: 10% top;
	transform-origin: 10% top;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	top: 85%;
	background: #fff;
	border-radius: 0px;
	-webkit-box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.07000000000000001);
	box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.07000000000000001);
}

.navbar-brand img {
	padding: 12px 0;
}

.header_menu .navbar-nav .nav-item .sub-menu li {
	width: 100%;
}

.header_menu .navbar-nav .nav-item .sub-menu li a:before {
	position: absolute;
	left: 0;
}

button:focus {
	outline: none;
}

.header_menu .navbar-nav .nav-item .sub-menu li a {
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 12px 20px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	line-height: 22px;
}

.inner_sub {
	width: 100%;
}

.header_menu .navbar-nav .nav-item .sub-menu li a i {
	padding-right: 10px;
	color: #125c96;
}

.header_menu .navbar-nav .nav-item .sub-menu li a:hover {
	background-color: #125C96;
	color: white;
}

.header_menu .navbar-nav .nav-item .sub-menu li a:hover, .header_menu .navbar-nav .nav-item .sub-menu li a i:hover {
	color: white;
}

.header_menu .navbar-nav .nav-item:hover .sub-menu {
	display: block !important;
}

.header_menu .navbar-nav .nav-item .sub-menu {
	display: none;
	position: absolute;
	top: 50px;
}

.header_menu .sub-menu .menu-item .active {
	background-color: #125C96;
	color: white !important;
}

.header_menu .sub-menu .menu-item:hover a, .header_menu .sub-menu .menu-item:hover a i {
	background-color: #125C96;
	color: white !important;
}

.header_menu .sub-menu .menu-item .active i {
	background-color: #125C96;
	color: white !important;
}

/* Header End Here */


.sub-page-banner {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-page-banner .row {
	min-height: 750px;
	padding-bottom: 80px;
}
@media (max-width: 1600px){
.sub-page-banner .row {
    min-height: 550px;
    padding-bottom: 70px;
}
}
@media (max-width: 1366px){
.sub-page-banner .row {
    min-height: 450px;
    padding-bottom: 60px;
}}
@media (max-width: 991px){
.sub-page-banner .row {
    padding-bottom: 20px;
}}

.sub-page-banner h1, .sub-page-banner h4 {
	color: #ffffff;
}

.webinar-card {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 2px solid #e6e6e6;
    color: #212529;
    position: relative;
}

.webinar-card a {
    color: #FF7648;
    cursor: pointer;
}
.webinar-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #03114f52;
    transition: 0.25s ease-in-out;
}

.webinar-card a img {
    vertical-align: bottom;
}

.webinar-img img {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}
.webinar-img h6 {
    position: absolute;
    top: 30px;
    min-width: 150px;
    padding: 7px;
    text-align: center;
    background: #FF7648;
    color: #fff;
    font-weight: 400;
}
.brief-span
{
	line-height: initial;
}
.webinar-card a:hover
{
	text-decoration: none;
}


h6 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-weight: 600;*/
    font-size: 16px;
}
h5 {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
h1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 80px;
}
h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 44px;
 }
 @media (max-width: 1100px){
h1 {
    font-size: 36px;
}
}

@media (max-width: 1366px){
h1 {
    font-size: 38px;
}
}
@media (max-width: 1600px){
h1 {
    font-size: 42px;
}
}
 @media (max-width: 1100px){
h4 {
    font-size: 20px;
}
}

@media (max-width: 1366px){
h4 {
    font-size: 20px;
}
}
@media (max-width: 1600px){
h4 {
    font-size: 22px;
}
}
.small, small {
    font-size: 14px;}
    .read-more {
    position: absolute;
    bottom: 15px;
    left: 1rem;
}


/* Footer Start Here */

footer {
	background: #020f1b 0 0 no-repeat padding-box;
	color: #fff;
	/* font-family: 'Barlow Semi Condensed', sans-serif; */
	font-weight: 400;
	font-size: 14px;
}

footer h5 {
	font-weight: 300;
	font-size: 22px
}

footer h5 .f-line {
	width: 40px;
	height: 1px;
	background: #fff;
	margin: 10px 0 30px;
	display: block
}

footer h6 {
	font-size: 14px;
	letter-spacing: .3px; 
	line-height: 22px
}

footer ul {
	padding: 0
}

footer ul li {
	list-style: none;
	padding: 4px 0;
	color: #fff;
	font-size: 14px;
	opacity: .9;
	letter-spacing: .3px
}

footer a {
	color: #fff
}

footer a:hover {
	opacity: .7;
	text-decoration: none;
	color: #fff
}

.sup {
	font-size: 11px;
	vertical-align: super;
}

.social-media img {
	max-height: 20px
}

.blue-txt {
	color: #00b1f9;
	font-weight: 600
}

.footer-bottom {
	border-top: 1px solid #525252
}

.footer-bottom, .footer-bottom a {
	color: #fff;
	font-size: 13px;
	opacity: .9;
	letter-spacing: .3px
}

/*Footer end Here */


body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.container-fluid, .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 90px !important;
    padding-right: 90px !important;
    max-width: 1920px;
} 
 
header {
    background-color: #fff;
    height: 65px;
    width: 100%
}

header.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    z-index: 1000;
}

.navbar-nav a {
    color: #1F252B;
}

.navbar-nav .dropdown-toggle::after {
    border: none;
    background-image: url(../../images/down-arrow.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100%;
    margin-top: 2px;
}

.nav-item {
    margin-right: 32px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 8px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #FF7648;
}

.navbar-nav .dropdown-toggle:hover::after {
    background-image: url(../../images/down-arrow-orange.svg);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #00000024;
    border-radius: 0;
    margin: 0;
    left: 0.5rem;
    position: absolute;
    z-index: 1000;
    top: 52px;
    border: none;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: -1.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>div {
    background-color: #ffffff;
    padding: 0 !important;
    box-shadow: 0px 3px 9px -4px rgba(0,0,0,0.24);
}

.navbar-nav .nav-item:last-child {
    margin-right: 0.5rem;
}

header .dropdown-item {
    font-size: 14px;
    margin: 0;
    padding: .5rem .75rem;
}

header .dropdown-item img {
    display: none;
}

header .dropdown-item:hover, header .dropdown-item:active, header .dropdown-item:focus {
    background-color: #FFB197;
    color: #1F252B;
}


footer h3 {
	position: relative;
	font-weight: 400;
}

footer h3::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.copy-right-section{
	border-top: 1px solid #252525;
}
.opacity-0 {
	opacity: 0;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #FFB197;
    color: #1F252B;
}