/*---Custom CSS for theme-----*/
:root{
    --nova-blue:        #00B0F0;
    --nova-light-blue:  #acd4f1;
    --nova-navy-blue:   #25215e;
    --nova-grey:        #ECEFF0;
    --nova-light-grey:  #f5f8fb;
}
.hidden, .hidden-all{
    display: none !important;
}
p, .text{color:#292929;}
h3 strong{font-family:Nova,sans-serif;font-weight:400;}
/*--- Logind Admin padding top */
.logged-in.admin-bar .main-header.fixed-header .sticky-header{
    margin-top: 32px;
}
.caption-box .box-sub-title{
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
.team-block.hidden{display:none !important;}
.team-block .caption-box{width:100%;padding: 30px 20px;}
.footer-bottom .footer-social{display: none !important;}
.sticky .lower-content,.tag-sticky-2 .lower-content{
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    padding: 25px;
    background: #f3f3f3;
    border: 1px solid #dfdfdf;
}
.header-right .btn-dropdown{display: inline-block;}
.header-right .btn-dd-two{margin:0 0 0 10px;}
.header-right .btn-dd-two .blue-alt-btn{
    border: 0;
    margin: 0;
    color: #ffffff;
    padding: 5.5px 22px !important;
    background: var(--nova-navy-blue);
}
.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap{
    height: 8px !important;
}
.elementor-widget-uael-offcanvas .uael-offcanvas-content {
    height: 90vh !important;
    overflow-y: scroll;
}
.uael-offcanvas-close-icon-wrapper.uael-offcanvas-close-icon-position-left-top {
    position: relative;
}
.uael-offcanvas-close {
    padding: 12px 15px 8px 15px !important;
    right: -25px;
    top: -40px;
    position: absolute;
}
.header-right .btn-dd-two .blue-alt-btn:hover{
    background: #4fa1dd;
}

/** With Elementor **/

.elementor-page-title-wrapper{
    margin-bottom: 60px;
}
.elementor-page-wrapper .auto-container{
    width: 100%;
    max-width:100%;
    padding: 0;
}
.elementor-page-wrapper > .cs-elementor-auto-container > .elementor > .elementor-section-boxed > .elementor-container{
    max-width: 1240px;
    padding:0 15px;
}
.elementor-page-wrapper > .cs-elementor-auto-container > .elementor > .elementor-section-full_width > .elementor-container{
    max-width: 100%;
}
.elementor-page-wrapper > .cs-elementor-container{max-width: 1240px;}
.container{max-width:1240px;}
.cs-elementor-auto-container strong{
    font-weight: 500 !important;
}
.no-padding .elementor-widget-wrap{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1240px !important;
}
.shadow-md{box-shadow:0 2px 10px rgb(0 0 0 / 15%);}
.shadow-md:hover{box-shadow:0 2px 20px rgb(70 70 70 / 30%);}
.card-shadow-sm{
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    transition: all .2s ease-in-out;
    border: 1px solid #e0e1e2;
}
.card-shadow-sm:hover{box-shadow: 0 2px 15px hsla(210, 3%, 88%, .5);}
.profile-rounded{
    max-width: 100%;
    border-radius: 10px;
    width: 240px;
    margin: 0 0 20px 20px !important;
    box-shadow: 2px 2px 1px 1px rgb(0 0 0 / 39%);
    border: none;
}
.uael-modal-text .uael-text-editor p{
    text-align: justify !important;
    margin-bottom: 25px;
}
.elementor-widget-image-box .elementor-image-box-content {
    min-height: 100px !important;
    padding: 0 15px;
}
.light-gradient{
    background-image: linear-gradient(#fafafa, #fff 33%);
}
.border-light{border:1px solid #d4d4d4;}
.bg-white{background-color:#ffffff !important;}
.elementor-flip-box {
    height: auto;
    min-height: 320px;
}

.flex-gap-20 > .elementor-container{gap: 20px !important;}
.flex-gap-25 > .elementor-container{gap: 25px !important;}
.flex-gap-30 > .elementor-container{gap: 30px !important;}
.flex-gap-35 > .elementor-container{gap: 35px !important;}
.flex-gap-40 > .elementor-container{gap: 40px !important;}
.flex-gap-45 > .elementor-container{gap: 45px !important;}
.flex-gap-50 > .elementor-container{gap: 50px !important;}

.elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px){
    .profile-rounded{
        max-width: 100%;
        border-radius: 50%;
        width: 300px;
        margin: 0 0 20px 20px !important;
        border: 4px solid #4fa1dd;
    }
}
@media only screen and (max-width: 767px){
    .profile-rounded{
        max-width: 100%;
        border-radius: 50%;
        width: 200px;
        margin: 0 0 20px 20px !important;
        border: 4px solid #4fa1dd;
    }
}
@media only screen and (max-width: 476px){
    .profile-rounded{
        max-width: 100%;
        border-radius: 0;
        width: 100%;
        margin: 0 0 20px 0 !important;
        border: 0;
    }
}
/** Elementor End **/

/** LRC Loan Calculator **/
.output-values {
    height: 30px;
    display: block;
}
.lrc-inputs {
    background-color: #f3f3f9;
    padding: 35px 30px;
    border: 1px solid #2760a5;
}
.lrc-slider-label {
    color: #231f5a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.lrc-down, .lrc-up{display: none !important;}
.output-pad {padding: 0 !important;}
.output-values output {
    color: #231f5a;
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 15px;
    background: #ffffff;
    padding: 3px 8px;
    margin: 0 0 5px;
    border: 1px solid #231f5a;
    border-radius: 3px;
}
.lrc {
    height: 4px !important;
    margin: 4px 0 4px 0  !important;
}
.lrc__fill {
    height: 4px !important;
    border-radius: 4px 0 0 6px !important;
}
.lrc__handle {
    width: 10px !important;
    height: 10px !important;
    top: -3px !important;

}
.creditscore label {
    border-radius: 3px;
}
.output-table tbody tr td {
    border: 0  !important;
    font-size: 14px !important;
}
.ltc_register{
    width: 200px;
    display: inline-block;
    margin: 20px 0 15px;
    border-radius: 5px;
    overflow: hidden;
}
.ltc_register .submit{
    margin:0 !important;
}




.inner-box > div{display:inline-block; vertical-align:top;}
.inner-box > div > .lower-content{padding-top:0 !important;}
.embed-doc{border-top:1px solid #f4f4f4; width:100%; padding-top:15px; padding-bottom:15px; margin-top: 15px;}
.embed-doc .embedded{width:100%; min-height:650px; margin:15px 0 35px; border-bottom:1px solid #f4f4f4; padding-bottom:15px; position:relative; display:inline-block;}
.embedded::-webkit-scrollbar {width: 1em;}
.embedded::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
.embedded::-webkit-scrollbar-thumb {background-color: darkgrey; outline: 1px solid slategrey;}
.no-line{border:0 !important; }
.stock-market-wrap .lower-content{
    width: 100%;
}
.bourse{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.bourse .bourse-title{
    margin: 0 0 30px;
    border-bottom: 1px solid #efefef;
    color: #ffffff;
    padding: 0 10px 10px;
}
.bourse .bourse-title h2{
    font-size: 28px;
    letter-spacing: 2px;
}
.bourse .bourse-title h4{
    letter-spacing: 1px;
}
.bourse .bourse-price{
    color: #ffffff;
    padding: 0 10px 10px;
    color: #ffffff;
}
.bourse .bourse-price h2{
    font-size: 24px
}
.bourse .bourse-price h2 span{
    display: block;
    font-size: 15px;
    margin: 0 0 10px;
}
.company-header-banner{
    display: inline-flex;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #9f9f9f;
    margin: 20px 15px 25px 0;
    padding: 0 0 5px;
}
.company-header-banner .company-details, .company-header-banner .company-finance{
    width: 100%;
    position: relative;
    padding: 0 10px;
}
.company-header-banner .company-finance{
    float: right;
    padding-right:0;
    padding-top: 25px;
}
.company-header-banner .company-details .title{
    margin-bottom: 10px;
}
.company-header-banner .company-details .title h3{
    margin: 0 0 5px;
}
.company-header-banner .company-details .title p{
    font-weight:600;
}
.company-header-banner .company-details .banner-finance{
    margin-top:20px;
}
.company-header-banner .company-details .banner-finance .item h5{
    font-size: 15px;
    margin: 0 0 5px;
}
.company-header-banner .company-details .banner-finance .item p{
    margin:0;
    font-weight: 600;
}
.company-header-banner > div{
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.plain-table{
    margin: 0;
    border-collapse: collapse;
    border-top: 1px solid #cfcfcf;
    font-size: 13px;
    width: 100%;
}
.plain-table .tr, .plain-table td{
    border: 0 !important;
    font-size: 13px !important;
    padding: 5px 0 !important;
    font-weight: 600 !important;
}
.data-wrap table tbody tr td.coy{
    font-weight: 600;
}
.data-wrap table tbody tr td.guide{
    color: #ffffff;
    font-weight: 600;
}
.data-wrap table tbody tr td.guide.buy{
    background: green;
}
.data-wrap table tbody tr td.guide.hold{
    background: #d32e12;
}
.data-wrap.summary-item > div{
    padding: 0 15px 0 0;
}
.team-block .image-box {
    width:100%;
}
.team-block .image-box .image{
    height: 260px;
    width: 100%;
}
.team-block .image-box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-gallery{
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
}

/*--- sticky & tag-sticky-2 */
.wp-style .sticky .news-block,.wp-style .tag-sticky-2 .news-block{
    background:#000000;
}
.wp-style .sticky .info li,.wp-style .tag-sticky-2 .info li{

    color: #ffffff;
}
.wp-style .sticky .info li a,.wp-style .tag-sticky-2 .info li a{
    color: #dedede;
}
.wp-style .sticky  h3 a,.wp-style .tag-sticky-2 h3 a{
 color: #ffffff;    
}
.wp-style .sticky  .lower-content,.wp-style .tag-sticky-2 .lower-content{
    padding: 35px;
}
.wp-style .sticky  .read-more,.wp-style .tag-sticky-2  .read-more{
 color: #555555;    
}

.wp-style .sticky  .post-info,.wp-style .tag-sticky-2 .post-info{
 color: #ffffff!important;    
}

.wp-style .sticky  a,.wp-style .tag-sticky-2   a{
  color: #555555;     
}
.wp-style .sticky   p,.wp-style  .tag-sticky-2  p{
   color: #686868;     
}
.wp-style .sticky  .content-box li,.wp-style .tag-sticky-2  .content-box li{
   color: #555555!important;     
}
.wp-style .sticky  .content-box,.wp-style .tag-sticky-2  .content-box {
    position: relative;
    padding: 50px 45px 45px 45px;
    -webkit-box-shadow: 5px 20px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 5px 20px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 5px 20px 30px rgba(0,0,0,.1);
    -o-box-shadow: 5px 20px 30px rgba(0,0,0,.1);
    box-shadow: 5px 20px 30px rgba(0,0,0,.1);
}
img{height:auto}
/*--- Header Style */
.main-header .outer-box .btn-box{margin-left:20px;}
.main-header .header-upper .logo-outer{padding:0;}
.wp-style h1,.comment .text h1,.wp-style h2,.comment .text h2,.wp-style h3,.comment .text h3,.wp-style h4,.comment .text h4,.wp-style h5,.comment .text h5,.wp-style h6,.comment .text h6{
	color:#222222; 
   	font-weight:600;
    margin-bottom: 5px;
}
.hidden-all{
    display: none !important;
}
.single-gallery .description{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 50px;
    font-size: 16px;
}
.blog-single .news-block-three .lower-content{width:100%;}
.expansive-grid .inner-box > div{padding: 0;}
.expansive-grid .box-title{
    position: relative;
    width: auto;
    padding: 15px;
    margin-top: 15px;
}
.grid-box .caption-box-hover{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 160px;
    left:0;
    width: 100%;
    transition: all ease-in .2s;
}
.grid-box:hover .caption-box-hover{
    visibility: visible;
    opacity: 1;
    top: 0px;
    padding: 20px 12.5px;
    transition: all ease-in .2s;
    min-height: 400px;
}
.caption-box-hover p, .caption-box-hover li{
    font-size: 13px !important;
    line-height: 21px !important;
}
.caption-box-hover .inner{
    padding: 0 !important;
}

.wp-style h1,.comment .text h1{
	font-size:34px;   color: #242424;
    font-weight: 400;
    margin-bottom: 20px; 	
}
.wp-style h2,.comment .text h2{
	font-size:30px;color: #242424;
    font-weight: 400;
    margin-bottom: 20px;
}
.wp-style h3,.comment .text h3{
	font-size: 28px;
    color: #242424;
    font-weight: 400;
    margin-bottom: 20px;
}
.wp-style h4,.comment .text h4{
	font-size:22px;color: #242424;
    font-weight: 400;
    margin-bottom: 20px;
}
.wp-style h5,.comment .text h5{
	font-size:20px;color: #242424;
    font-weight: 400;
    margin-bottom: 15px;
}
.wp-style h6,.comment .text h6{
	font-size:18px;color: #242424;
    font-weight: 400;
    margin-bottom: 15px;
}

footer .designed-by{font-size:13px; line-height:200%;}
footer .designed-by a{font-weight:400 !important; text-decoration:none; transition:all ease-in .2s !important;}
footer .designed-by a:hover{color:var(--nova-blue) !important; text-decoration:none !important; transition:all ease-in .2s !important;}

#anchorLink.sidebar .widget-content li a:before{display:none;}
#anchorLink.sidebar .widget-content li a{padding-left:7px !important;}

.anchorlink:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:-120px 0 0; /* negative fixed header height */
}
.mysticky-welcomebar-fixed{
    background: var(--nova-navy-blue) !important;
    background-color: var(--nova-navy-blue) !important;
}
.mysticky-welcomebar-fixed h3,
.mysticky-welcomebar-fixed h4{
    color: #ffffff !important;
    margin: 0 0 30px;
}
.mysticky-welcomebar-fixed p{
    margin-bottom: 10px !important;
    line-height: 20px !important;
    font-size: 15px !important;
}
@media  (max-width: 991px){
    .mysticky-welcomebar-fixed{
    background: var(--nova-navy-blue)dd !important;
    background-color: var(--nova-navy-blue) !important;
}
}

/* Revolution Slider Hack ========================
 * updated 28 Feb, 2020   ========================
 * By Femi Olajiga        ========================
*/

rs-layer h2.title{font-size: 110%; font-weight: 400 !important; line-height: 105% !important;text-shadow: 1px 1px rgba(0,0,0,0.333);}
rs-layer .text{font-size: 115% !important; font-weight: 600 !important; color: #ffffff !important; line-height: 120% !important; text-shadow: 1px 1px rgba(0,0,0,0.333);}

.modal {
    z-index: 9991;
}

/* BAsic WP settings */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.main-menu .navigation > li > a{
    font-size: 0.8rem;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f000;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	color: #5a5a5a;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post .blog-news-column .image-box a img{
	height:auto !important;
}
.blog-news-column .image-box img{
	max-width:100%;
}
.blog-news-column .wp-style .text input[type="password"]{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #3a3a3a;
    display: inline-block;
    font-size: 13px;
    height: 42px;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    position: relative;
    transition: all 500ms ease 0s;
}
.blog-news-column .wp-style .text input[type="submit"]{
	height:42px;
	line-height:40px;
	background:#71b100;
	border:1px solid #71b100;
	color: #ffffff;
    display: inline-block;
    font-size: 13px;
	text-align:center;
	padding:0 15px;
	border-radius: 3px;
}
.blog-news-column .wp-style .text input[type="submit"]:hover{
	color:#71b100;
	background:rgba(0,0,0,0);
}
.post-password-form label input {
    border: 1px solid #a5a5a5;
    padding: 8px;
    margin-left: 15px;
}
.post-password-form input[type=submit]{ cursor: pointer;
    padding: 8px 15px;
    color: #000;
    margin-left: -5px;
    border: 1px solid #a5a5a5;}
.children {
    margin-left: 0px;
}

.footer-widget ul li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-widget ul li a:hover {
    color:#398bf5;
}

nav.navigation.comment-navigation {
	overflow:hidden;
	margin-bottom:30px;
}
select option {
    color: #222;
}
select {
    background: #ffffff;
    width: 100%!important;
    padding: 8px;
    color: #222;
    font-size: 16px;
}

/*Comment Navigator */	
.nav-previous  a{    
    margin-right: 15px;
    border: 1px solid #cecece;
    padding: 8px;
	float:left;
	display:inline-block;
	max-width: 300px;

	}
.nav-next  a{
    border: 1px solid #cecece;
    padding: 8px;
    margin-right: 18px;
	display:inline-block;
    padding: 8px;
    float: right;
    max-width: 300px;
    }

.comment-navigation{margin-bottom:60px}
/*Comment Navigator */

/* Image Hover */
.blog-post .image-box {
	display:inline-block;
}
/* Image Hover */

.extra-class .extra-class .extra-class .comment-box{
	margin-left:50px;
	}
.extra-class .extra-class .comment-box{
	margin-left:50px;
	}
.extra-class>.extra-class{
	margin-left:50px;
	}	
	
@media only screen and (max-width: 767px){
	
.extra-class .extra-class .extra-class .comment-box{
    margin-left: 0px;
    }
}	
textarea{width:100%}
.lower-box .date a{margin:0px 2px}

#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color:#828282; 
		font-size: 14px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #4e4e4e; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;    
		color: #fff;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 14px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}

	.news-block-two {margin-bottom:100px; }
	.wp-caption {
	border: 1px solid #f0f0f000;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {font-size: inherit;}
	.bypostauthor{font-size: inherit;}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.research-item{
    display:inline-block; padding:0; margin: 0 0 30px;  position:relative; border:1px solid #e7e7e7; overflow:hidden; box-shadow:0 0 15px -10px rgba(0,0,0,0.333); transition:all ease-in-out .3s;
}
.research-item:over{
   border-color: #f0f0f0; box-shadow:0 0 15px -50px rgba(0,0,0,0.533); transition:all ease-in-out .3s;
}
.research-item .image-wrap{width:100%; margin:0 0 15px; overflow:hidden}
.research-item .image-wrap img{transition:all ease-in-out .3s;}
.research-item:hover .image-wrap img{transform:scale(1.1); transition:all ease-in-out .3s;}
.research-item .image-wrap a{display:inline-block; height:100%; width:100%;}
.research-item .title-wrap h3{font-size:18px; padding:0 0 10px;}

.research-item-text{box-shadow:none !important; border:0 !important;}
.research-item-text .title-wrap{min-height:220px; border-bottom:1px solid #ededed;}
.research-item-text .title-wrap h3{font-family:'Montserrat', sans-serif !important; font-weight:600 !important; min-height:30px;}
.research-item-text .title-wrap p{padding: 0 0 15px; font-size:14px; line-height:18px;}

.research-disclosure{
    display:inline-block; position:relative; margin-top:100px; overflow:hidden;border-top:1px solid #cfcfcf; padding-top:30px;
}
.research-disclosure p{
    font-size: 14px;
    line-height: 21px;
    font-weight:400;   
}




/*------------------------------theme unit test----------------------------*/


.wp-style table thead tr th,.comment .text table thead tr th,.news-content table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.wp-style table tbody tr th,.comment .text table tbody tr th,.news-content table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.wp-style table tbody tr td,.comment .text table tbody tr td,.news-content table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.wp-style ul{margin-top:0px;}
.wp-style ul > li,.comment .text ul li,.news-content ul li{ list-style-type:disc; display:list-item ; border-right:none;} 
.wp-style ul li ul li,.comment .text ul li ul li,.news-content ul li ul li{list-style-type:square;}
.wp-style ul li ul li ul li,.comment .text ul li ul li ul li,.news-content ul li ul li ul li{list-style-type:circle;}
.wp-style ol li,.comment .text ol li,.news-content ol li{ list-style:decimal;}
.wp-style ol li ol li,.comment .text ol li ol li,.news-content ol li ol li{ list-style:upper-roman;}
.wp-style ol li ol li ol li,.comment .text ol li ol li ol li,.news-content ol li ol li ol li{ list-style:lower-alpha;}
.wp-style li,comment .text li,.news-content li{
	margin-bottom:0px;
}
.wp-style ol,.wp-style ul,.comment .text ul,.comment .text ol{
	padding-left:20px;
}
.wp-style ol li ol,.wp-style ul li ul,
.comment .text ol li ol,.comment .text ul li ul,
.news-content ol,.news-content ul{
	padding-left:40px;
}
.paginate-links{
	margin-bottom:30px;
	margin-top:30px;
}


.wp-style p img,.wp-style figure img,.news-content p img,.news-content figure img{
	max-width:100%;
	height:auto;
}
.wp-style figure img,.wp-style figure img,.news-content figure img,.news-content figure img{
	max-width:100%;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}	
.page .sidebar-page-container .news-content{
	background:#ffffff;
	padding:30px;
}	
/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:88%;
	display:inline-block;    
	text-transform: capitalize;
	color: #585858;
}
.widget ul.children,.widget ul.sub-menu{
	padding:0px !important;
	
}

.widget select {
    max-width: 100%!important;
    width: 100%!important;
    border: 1px solid #7d7d7c!important;
    padding: 12px 15px!important;
    border-radius: 0px!important;
}

.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}

/***--Map Section Style----***/
#google-map-area {
  height:450px;
}
#google-map {
  height:100%;
  width:100%;
}

.pingback img{display:none!important;margin-left:0px!important;}
.pingback{
    margin-left: 0px!important;
    padding-left: 0px!important;
}
#respond textarea {
    width: 100%!important;
    background: #f8f8f8!important;
    padding: 15px!important;
}
.gallery-widget .image img{
    width: 85px;
    height: 70px;
    float: left;
    margin: 2px;
}


/*Post Widget*/

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;

	margin-bottom:25px;
}

.popular-posts .post:last-child{
	margin-bottom:0px;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
}

.popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:18px;
	margin:0px 0px 0px;
	font-weight:500;
	color:#000000;
}

.popular-posts .post .text a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post a,
.popular-posts .post a:hover{
	color:#ffae11;	
}

.popular-posts .post-info{
	font-size:15px;
	color:rgba(0,0,0,0.60);
}
/*
.tagcloud a {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 14px!important;
    margin-right: 4px;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
	background:#f8f8f8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.tagcloud a:hover{
	background:#333333;
	color:#ffffff;	
}
*/
.noimage .border-bottom {
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #4f4f4f;
}
.noimage .blog-item-one h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0px;
	font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.noimage .blog-item-one .link-btn a{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #00bffe;
}
footer .noimage .blog-item-one h3 {

    color: #c3c3c3!important;
}

.any-questions{
	position: relative;
	padding: 50px 30px 45px;
	margin-bottom: 40px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.any-questions:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.85);
}
.any-questions .title-text p{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	padding-bottom: 28px;

}
.any-questions .title-text p:before{
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 34px;
	height: 3px;
	content: '';
	margin-left: -17px;
	background: #ffffff;
}
.any-questions h6{
	font-size: 18px;
	line-height: 30px;
	color: #00bffe;
	font-weight: 700;
	margin: 30px 0px;
}
.any-questions .btn-style-six {
    color: #ffffff!important;
}

.search-box .form-group{
	position:relative;
	margin:0px;	
}

.search-box .form-group input[type="text"],
.search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:12px 50px 12px 20px;
	border:1px solid #f8f8f8;
	background:#f8f8f8;
	color:#333333;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.search-box .form-group input:focus{
	border-color:#333333;	
}

.search-box .form-group button{
	position:absolute;
	right:20px;
	top:0px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#333333;
	background:none;
	font-weight:normal;
}
.socials-link-one{
	display: inline-block;
}
.socials-link-one li{
	display: inline-block;
	margin-right: 8px;
	border: none!important;
}
.socials-link-one li a{
	font-size: 13px!important;
	color: #ffffff!important;
	display: inline-block!important;
	width: 31px!important;
	height: 31px!important;
	border-radius: 15px!important;
	line-height: 31px!important;
	text-align: center!important;
	background: #313131!important;
	transition: all 300ms ease;
}
.socials-link-one li a:before {
    content: none!important;
	display:none!important;
}
.socials-link-one ul li i {
    margin-right: 0px!important;
}
.socials-link-one li {
    padding:0px!important;
}
.socials-link-one li:hover a{
	background: #00bffe!important;
	transition: all 300ms ease!important;
}
.newsletter-widget .form-group input[type="text"]{
    background: #f7f4f4;
 
}
footer .text a {
    color: #dedede!important;
}

footer .popular-posts .post-info {
    color: rgba(224, 224, 224, 0.6)!important;
}
.pingback .comment_title a {
    width: 63%;
}


.wp-style .posts-nav a{
	font-size:15px;
	color:#333333;
}

.wp-style .posts-nav a:hover{
	color:#868686;
}
.wp-style .posts-nav a:hover span{
	background:#868686;
}
.kc-wrap-columns .kc_column{
    padding-right: 0px!important;
    padding-left: 0px!important;
}


.widget_rss ul li {
    position: relative;
    padding-left: 0px!important; 
    margin-bottom: 12px;    
	padding-bottom: 15px;
}
.widget_rss ul li:before{
	content: none!important;
}

.wp-style .posts-nav{
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #efefef;
    padding-top: 20px;    
	margin-top: 30px;
}
.wp-style .posts-nav a{
	font-size:15px;
	color:#333333;
}
.wp-style .posts-nav a span{
	display:inline-block;
	padding:15px 19px;
	color:#ffffff;
	font-size:14px;
	background:#ee2d50;
}
.wp-style .posts-nav a:hover{
	color:#868686;
}
.wp-style .posts-nav a:hover span{
	background:#868686;
}


/*
.styled-pagination li a:hover,
.styled-pagination li a.active,.paginate-links a:hover
.page-numbers.current,.paginate-links > span{}
.paginate-links a 
*/

.styled-pagination ul > li{
	border: none!important;
    list-style-type: none!important;
    border-right: none!important;    
	display: inline-block;
}

.post-info .fa{
	color: #f44438;
}


.rssSummary{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #222222!important;
    margin: 0;
    color: #222222!important;
    /* font-size: 15px!important; */
    /* font-weight: 500!important; */
}
.widget ul.children > li, .widget ul.sub-menu > li {
    border-bottom: 0px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-top: 12px;
    border-bottom: none!important;
}

.rss-date {
    font-weight: 600;
    font-size: 15px;
    color: #398bf5;
    padding: 21px 0px;
    line-height: 26px;
}

footer ul li a.rsswidget{
	font-weight: 600; 
	font-size: 16px;
	width:100%;
}
.sidebar ul li a.rsswidget{
	font-weight: 600!important;
	font-size: 16px!important;
	/* color: #666666!important; */
	width:100%;
	color: #0e4082!important;
}
.sidebar ul li a.rsswidget:hover{
	color: #ee2d50;
}

.widget ul li a{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
}
.meta_infox.fa-calendar{

    color: #ee2d50;
}
/*------------------------------theme unit test----------------------------*/


.wp-style table thead tr th,.comment .text table thead tr th,.news-content table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.wp-style table tbody tr th,.comment .text table tbody tr th,.news-content table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.wp-style table tbody tr td,.comment .text table tbody tr td,.news-content table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.wp-style ul{margin-top:0px;}
.wp-style ul > li,.comment .text ul li,.news-content ul li{ list-style-type:none; display:list-item ; border-right:none;position:relative; padding-left: 24px;}

.wp-style ul > li:before,.comment .text ul li:before,.news-content ul li:before{position: absolute; content: ''; left: -20px; width: 10px; top: 8px; height: 2px; background-color: #2a2a2a; transition: all 0.3s ease;
-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;}

.wp-style ul > li:after,.comment .text ul li:after,.news-content ul li:after{position: absolute; content: ''; left:-26px; width:16px; top: 13px; height: 2px; background-color: #0e4082; transition: all 0.3s ease;
-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;}

.wp-style ul li ul li,.comment .text ul li ul li,.news-content ul li ul li{list-style-type:square;}
.wp-style ul li ul li ul li,.comment .text ul li ul li ul li,.news-content ul li ul li ul li{list-style-type:circle;}
.wp-style ol li,.comment .text ol li,.news-content ol li{ list-style:decimal;}
.wp-style ol li ul li{list-style: none;}
.wp-style ol li ol li,.comment .text ol li ol li,.news-content ol li ol li{ list-style:upper-roman;}
.wp-style ol li ol li ol li,.comment .text ol li ol li ol li,.news-content ol li ol li ol li{ list-style:lower-alpha;}
.wp-style li,comment .text li,.news-content li{
	margin-bottom:0px;
}
.wp-style ol,.wp-style ul,.comment .text ul,.comment .text ol{
	padding-left:30px;
}
.wp-style ol li ol,.wp-style ul li ul,
.comment .text ol li ol,.comment .text ul li ul,
.news-content ol,.news-content ul{
	padding-left:40px;
}
.paginate-links{
	margin-bottom:15px;
	margin-top:15px;
}


.wp-style p img,.wp-style figure img,.news-content p img,.news-content figure img{
	max-width:100%;
	height:auto;
}
.wp-style figure img,.wp-style figure img,.news-content figure img,.news-content figure img{
	max-width:100%;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}	
.page .sidebar-page-container .news-content{
	background:#ffffff;
	padding:30px;
}	
table , dl{
    margin-top: 20px;
	margin-bottom:20px;
}
.wp-style table thead tr th {
    border: 1px solid #ddd;
    vertical-align: bottom;
    padding: 8px;
}
.wp-style table tbody tr td {
    border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.wp-style table tbody tr th {
    border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.call-to-action-two .title-column h3 span{
    font-family: 'Nova', Montserrat, sans-serif;
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
}
.wpfront-notification-bar td{
   display: flex !important;
    margin: 0 0 10px;
    background: #f6f7f9;
}
.wpfront-notification-bar div.wpfront-div {
    max-width: 85%;
}
.nova-top-notification-bar {
    max-width: 100% !important;
    padding: 15px 25px !important;
    margin: 0;
}
.nova-top-notification-bar  .notify-title{
    font-weight: 600;
    font-size: 21px;
    font-family: 'Nova', sans-serif;
    margin: 0 0 20px;
    color: var(--nova-navy-blue);
}
div.wpfront-message p {
    margin: 0 0 10px !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 21px !important;
}
.wpfront-notification-bar td div:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpfront-notification-bar a.wpfront-button, .wpfront-notification-bar-editor a.wpfront-button {
    font-size: 16px !important;
    padding: 12px 25px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}
.wpfront-notification-bar div.wpfront-close {
    top: 10px !important;
    right: 10px !important;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    font-family: Nova, sans-serif !important;
    font-size: 15px !important;
    padding: 0 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.elementor-image-box-description {
    font-family: "Nova Uplift", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.elementor-icon-box-title a {
    font-family: "Nova Uplift", Sans-serif !important;
    font-weight: 600 !important;
}



.widget_recent_entries  li:before {
	display:none!important;
}
.widget_recent_entries  li {
    padding-left: 0px!important;
}

.widget_recent_entries ul li a:before,.widget_rss ul li a:before{
   display:none!important;
}
.widget_recent_entries ul li ,.widget_rss ul li {

    padding-left: 0px!important;
 
}
.widget_rss ul li a{

    padding-left: 0px!important;
 
}

.footer-widget ul li a {
    color: #fff;
}
.footer-widget ul li {
    color: #fff;

}
.footer-widget ul.contact-info li,
.footer-widget .branch-locator > .branch-locator-toggle{
    display: flex;
}
.footer-widget ul.contact-info li i,
.footer-widget .branch-locator > .branch-locator-toggle i{
    line-height: 26px;
    font-size: 20px;
    width: 30px;
    color: var(--nova-navy-blue);
}
.footer-widget ul.contact-info li span,
.footer-widget .branch-locator > .branch-locator-toggle span{
    line-height: 26px;
    font-size: 16px;
}
.footer-widget .branch-locator > .contact-info{
    background: #ffffff;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0 0 10px 0px rgb(13 13 30 / 11%);
}
.footer-widget .branch-locator > .contact-info > li{
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
}
footer ul li a.rsswidget {
    color: #fff;

}
footer p {
    /* color: #ffffff; */
}
footer .rssSummary {
    color: #fff!important;

}
footer .tagcloud a {
    color: #fff;

}
select {
    height: 50px;
}
.footer-widget ul li a {
    /* font-size: 16px; */
}
ul.twitter_feed li a:before {
   display:none;
}
ul.twitter_feed li a {
    position: relative;
    color: #222222!important;
    font-size: 14px!important;
    font-weight: 500!important;
   padding-left: 0px!important;
}
ul.twitter_feed li p{
  
   margin-bottom: 0px!important;
}
ul.twitter_feed li a:first-child {
    color: #ee2d50!important;

}

.main-menu .navigation > li > ul > li ul ul {
    display: none !important;
}
.widget ul.children > li, .widget ul.sub-menu > li {
    border-bottom: 0px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-top: 12px;
    border-bottom: none!important;
}
#respond .group-title {
    margin-bottom: 0px!important;
}
.extra-class .comment {
    margin-bottom: 50px;
}

footer .footer-widget.newsletter-widget .text{
    color: #fff;
    margin-bottom: 15px;
}

footer ul.twitter_feed li a {
    position: relative;
    color: #ffffff!important;
	    display: inherit!important;
}
.widget_categories li {
    margin-bottom: 12px;
    color: #222222;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
    /* margin-bottom: 16px; */
    padding-bottom: 12px;
}


footer #recentcomments .recentcomments span.comment-author-link,footer #recentcomments li.recentcomments {
    color: #ffffff;
 
}
.accordion-box .block .acc-content.active{
    display: block;
}

@font-face{font-family:'NovaItalic';src: url('fonts/Nova-MediumItalic.woff2') format('woff2'),url('fonts/Nova-MediumItalic.woff') format('woff');font-weight: 500;font-style: italic;}
@font-face{font-family:'NovaBold';src: url('fonts/Nova-Bold.woff2') format('woff2'), url('fonts/Nova-Bold.woff') format('woff');font-weight: bold;  font-style: normal;}
@font-face{font-family:'Nova';src: url('fonts/Nova-Medium.woff2') format('woff2'),url('fonts/Nova-Medium.woff') format('woff');font-weight: 500; font-style: normal;}
body, body *{font-family:'Montserrat', sans-serif;}
h1,h2,h3,h4,h5,h6, .title{font-family:'Nova Uplift',Montserrat,sans-serif !important; -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale; font-weight:700 !important; text-rendering: optimizeLegibility;}

.auto-container {max-width: 1240px;}
.main-menu .navigation > li {padding: 35px 10px;margin:0;letter-spacing: -0.2px;border-radius:3px 3px 0 0;}
.main-menu .navigation > li a{font-size: 0.8rem; letter-spacing: -0.3px; text-transform: uppercase;}
.search-box-outer{margin-left: 10px;}
.btn-box .btn-style-one{padding:10px 15px;}
.main-header .search-box-outer{padding:25px 0;}
.main-menu .navigation > li{padding:25px 10px;}
.main-header .outer-box .btn-box{padding:18px 0;}

.sticky-header .main-menu .navigation > li {margin: 0 !important;  padding: 0 15 0 7px !important;}
.sticky-header .main-menu .navigation > li:last-child {padding: 0 7px 0 7px !important;}
.sticky-header .main-menu .navigation > li a{font-size: 13px;}

.btn-box .btn-style-one span{font-weight:700;margin-right: 8px;font-size: 16px;}
.main-menu .navigation > li > ul{background-size:cover; background-position:right bottom; background-repeat:no-repeat; z-index: 1099;}
.main-menu .navigation > li.single-drop > ul{width: 230px;}
.main-menu .navigation > li.column-drop > ul{padding:25px 15px !important; width: 580px; min-height:300px; padding: 0px 0px; box-shadow:0 0 11px 3px rgba(0,0,0,0.2);}
.main-menu .navigation > li.wide-right > ul{padding:25px 15px !important; right:0;left:auto;box-shadow:0 0 11px 3px rgba(0,0,0,0.2);}
.main-menu .navigation > li.wide-middle > ul {padding:15px 15px !important; right:calc(-290px + 40px);left:auto;box-shadow:0 0 11px 3px rgba(0,0,0,0.2);}
.main-menu .navigation > li.current_page_item a, .main-menu .navigation > li.current_page_item a:hover, .main-menu .navigation > li a:hover, .sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, 
.sticky-header .main-menu .navigation > li.current_page_ancestor > a{color:var(--nova-blue);}

/** wide menu background **/
.main-menu .navigation > li.bg_1 > ul{background-image:url(../images/menu-bg/bg_1.jpg);}
.main-menu .navigation > li.bg_2 > ul{background-image:url(../images/menu-bg/bg_2.jpg);}
.main-menu .navigation > li.bg_3 > ul{background-image:url(../images/menu-bg/bg_3.jpg);}
.main-menu .navigation > li.bg_4 > ul{background-image:url(../images/menu-bg/bg_4.jpg);}
/*** end wide menu bg **/

.main-menu .navigation > li > ul > li{min-width:280px; border:0;}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > ul > li > a span{color:#242424;}
.main-menu .navigation > li.single-drop > ul > li > a, .main-menu .navigation > li > ul.single-drop > li > a span{color:#242424;}
.main-menu .navigation > li.single-drop > ul > li {border-bottom: 1px solid rgba(0,0,0,0.10); }
.main-menu .navigation > li.single-drop > ul > li:last-child {border-bottom:0;}
.main-menu .navigation > li:hover{background:transparent; box-shadow:none; border-radius:3px 3px 0 0;}
.main-menu .navigation > li:hover a{color:#ffffff; font-size: 0.8rem;}
.main-menu .navigation > li > ul.menu-column > li a{color:#242424;}
.main-menu .navigation > li > ul.menu-column > li:hover a{color:var(--nova-blue);}
.main-menu .navigation > li > ul {border-top: 3px solid #241b5e;}
.main-menu .navigation > li.submenu-left > .submenu > .submenu, .main-menu .navigation > li.submenu-left > ul > li > ul{left: -220px !important;}

.sticky-header .navigation li.single-drop ul li a{color:#242424 !important;}
.sticky-header .navigation li.single-drop ul li a:hover{color:#242424;}
.sticky-header .main-menu .navigation > li > a {text-transform: uppercase; font-size: 14px; letter-spacing:-0.5px;}

.main-header .header-top {height: 45px; overflow: hidden;}

.main-header .top-right .text strong { color: #241b5e; font-size: 14px; background: none; font-weight: 500;}

.header-top {background:transparent}
.header-top .bg{background:#ffffff; max-width:100%; padding:0;}

.stripped-header .info-list {background:#241b5e; position:absolute; top:0; left:0;}
.stripped-header .info-list span{font-weight: 600; font-size: 29px; line-height: 33px; color:#ffffff; vertical-align: middle;}
.main-header .top-left {position: absolute; background: var(--nova-blue); padding: 0 19px; float: left; transform: skew(-27deg); left: -15px; top: -3px;}
.main-header .top-left ul{transform: skew(27deg);}
.main-header .top-left ul li a{color: #ffffff !important; font-size: 14px;}
.main-header .top-right .text { font-size: 14px;}
.main-header .top-right {float: left; margin-left: 200px;}
.main-header .top-right .text .icon {font-size: 20px; margin-right: 0;}
.logo{top: 0px; position: relative; left: 0; display: inline-block;  min-height: 40px; width: 180px !important;}
.logo img{width:100% !important;}
.fixed-header .sticky-header .logo {padding: 10px 0; top: 0; left: 0px;}

.services-section-two {position: relative; padding: 50px 0;}
.sidebar-page-container { padding: 70px 0 50px;}

.sec-title h2 {  font-size: 40px; width: 70%;}
.sec-title .text img{width:300px;}
.sec-title .text h4{ color: #241b5e; margin:10px 0 20px; font-weight: 500;}
.sec-title .text blockquote{border-left: 5px solid #567890; padding: 25px 15px 20px 45px; background: #f1f4f7; border-radius: 0 6px 6px 0; margin: 0 0 15px; }
.sec-title .text blockquote p{font-weight: 600!important; font-style: italic; }


.subs_logo{border: 1px solid #f3f3f3; padding: 20px; background: #ffffff; box-shadow: 1px 1px 14px 1px rgba(0,0,0,0.1); border-radius: 2px; margin-bottom: 30px;}

.sticky-header .main-menu .navigation > li:hover a {color:#ffffff;}

.info-box h1 span.icon{display: inline-block; position: absolute; left: calc(50% - 50px); top: 20px; width: 100px;  height: 100px;transition:all ease-in .3s;}
.info-box h1:hover span.icon{-webkit-transform: rotate(45deg);transform:rotate(45deg);transition:all ease-in .3s;}
.list-in-title{margin: 40px 0 30px; color: #222222;}

/** SLIDERS **/

.blue-btn{background-color: var(--nova-blue) !important; background: var(--nova-blue); color: #ffffff !important; border-color: var(--nova-blue) !important;}
.blue-btn:hover{background-color: #241B5E !important; background: #241B5E; color: #ffffff !important; border-color: #241B5E !important;}

.tp-caption .text{font-size: 26px !important; font-weight: 600 !important; color: #ffffff; text-transform: uppercase;}
.tp-caption .title{font-weight:400 !important;font-size:48px;line-height:60px; letter-spacing:-1px;}

.tparrows:hover { background: #241b5e !important;}
.tparrows {background: #ffffff !important;width: 50px;height: 50px;border-radius:50%;}
.tparrows:before {color: var(--nova-blue) !important;}
.tparrows:before {font-size: 30px; line-height: 50px;}

.banner-carousel .white-text .text, .banner-carousel .white-text h2{color:#ffffff !important;}
.banner-section.style-two .banner-carousel .content-box .inner {padding: 80px 0 100px;}
.rev-btn a{font-size:16px;font-weight:600; color:#ffffff;}
.rev-btn a:hover{color:#ffffff;}

.feature-block .inner-box h4 span{color: #fff; background: var(--nova-blue); font-weight: 600; width: 26px; text-align: center; display: inline-block; border-radius: 2px;margin-right:1px;}
.menu .mn-hidden{display:none;}

.news-block-three ul li:before, .news-block-three ul li:after{display:none;}

/** SERVICES SECTION **/

.services-section-two .icon-layer{top: 130px;}
.about-and-fun-facts .about-us {background-color: var(--nova-blue);}
.about-and-fun-facts:before {background-color: #241B5E;  opacity: .92;}
.about-section .content-column .message {color: var(--nova-blue);}
.sec-title-two .title , .sec-title .title{color: #241B5E;}

.case-block .image-box:hover .info-box:before {
    height: 100%;
}
.case-block .image-box .info-box:before {background-color: var(--nova-blue);}
.case-block .info-box .title {color: #FFFFFF;}
.case-block .info-box:hover .title {color: #241B5E;}

a.more-news{background:var(--nova-blue); color:#ffffff !important; padding:10px 18px; border-radius:4px;text-decoration:none !important;}
a.more-news i{color:#ffffff !important; }
a.more-news:hover{background:#241B5E; color:#ffffff; text-decoration:none;}


.case-studies .owl-nav{position:absolute; top:33%; width:100%; display:inline-block; padding:35px;}
.case-studies .owl-nav .owl-prev, .case-studies .owl-nav .owl-next, .research-wrap .owl-next, .research-wrap .owl-prev{
    width:60px; height:60px; font-size:60px; border-radius:50%; background:#ffffff; box-shadow:0 0 12px 4px rgba(0,0,0,0.3); line-height:60px; text-align:center; transition:all ease-in .2s; display:inline-block; position:absolute; opacity:0; transition:all ease-in .2s;}
.case-studies:hover .owl-nav  .owl-prev, .case-studies:hover .owl-nav .owl-next, .research-wrap:hover .owl-prev, .research-wrap:hover .owl-next{opacity:1; transition:all ease-in .2s;}
.case-studies .owl-nav .owl-prev{top:0; left:0;}
.case-studies .owl-nav .owl-next{top:0; right:0;}
.case-studies .owl-nav .owl-prev:hover{background:var(--nova-blue); color:#ffffff; transition:all ease-in .2s;}
.case-studies .owl-nav .owl-next:hover{background:var(--nova-blue); color:#ffffff; transition:all ease-in .2s;}

.team-block .inner-box {transition: all ease-in .2s;}
.team-block .inner-box:hover {box-shadow: 0 0 13px 4px rgba(0,0,0,0.3); transition: all ease-in .2s;}
.team-block .caption-box .designation{margin-bottom:0;display:inline-block; min-height: 50px;}
.team-block .caption-box .name{color:#241B5E; cursor:pointer; font-size: 18px; font-weight: 500;}
.page-template-page-subsidiaries .modal-backdrop.show{z-index: 8;}
.scroll-to-top{background:var(--nova-blue);border-radius:.3125rem;font-size:60px;}
.scroll-to-top {bottom: 95px;right: 37px;width: 50px;height: 50px;line-height: 50px; box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);}
.scroll-to-top:hover{background:#241B5E;}
.scroll-to-top .icon:before{width:50px; height:50px;position: absolute; top: -5px; left: -5px;}
.sec-title{width: 100%;}
.news-block .lower-content h3 {font-size: 16px; line-height: 24px;}
.news-block .lower-content .text {font-size: 14px; line-height: 22px;}



.nova-icon{content:""; background-image:url(../images/icons/icon_w.png);width: 40px; height: 40px; background-size: cover;  background-repeat: no-repeat;  background-position:center;}

.news-block .inner-box{box-shadow: 0 0 2px 1px rgba(0,0,0,0.089); border-radius:0 0 4px 4px; transition: all 300ms ease;}
.news-block .lower-content {padding: 25px 22px 20px; background: #fefefe; border-radius:0 0 4px 4px;transition: all 300ms ease;}
.news-block .lower-content .link-box:before {-webkit-filter: grayscale(0);  -moz-filter: grayscale(0); -o-filter: grayscale(0);  filter: grayscale(0);}

.news-block {transition: all 300ms ease;}
.news-block:hover {margin-top:-25px; transition: all 300ms ease;}
.news-block:hover .inner-box{box-shadow: 0 0 18px 3px rgba(0,0,0,0.2);transition: all 300ms ease;}
.news-block:hover .lower-content{background:var(--nova-blue) !important; transition: all 300ms ease;}
.news-block:hover .lower-content .date, .news-block:hover .lower-content .text, .news-block:hover .lower-content h3 a, .news-block:hover .lower-content .link-box a i, .news-block:hover .lower-content .link-box a{color:#ffffff; transition: all 300ms ease;}


.call-to-action-two {
    position: relative;
    padding: 60px 0;
    background: rgb(75, 159, 221);
    background: -moz-linear-gradient(left, rgba(75,159,221,1) 0%, rgba(36,27,94,1) 100%);
    background: -webkit-linear-gradient(left, rgba(75,159,221,1) 0%,rgba(36,27,94,1) 100%);
    background: linear-gradient(to right, rgba(75,159,221,1) 0%,rgba(36,27,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241b5e', endColorstr='#b49fdd',GradientType=1 );
}

.about-section .link-box a{text-decoration:none;}
.about-section .link-box:before {-webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}

.mission-icon{position:absolute; font-size:120px; color:rgba(255,255,255,0.6); right:30px; bottom:20px; -webkit-animation: rotation 3s infinite linear;}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.services-section-two:after {background-color: #fefefe;}
.service-block-two .inner-box {box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1); transition:all ease-in .3s;}
.service-block-two .inner-box:hover {box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2); transition:all ease-in .3s;}
.services-carousel .owl-nav{position: absolute; top: -45px; width: auto; min-height: auto; right: 12px;}
.services-carousel .owl-nav .owl-prev, .services-carousel .owl-nav .owl-next{font-size: 35px; background: var(--nova-blue);  color: #ffffff; display: inline-block;position:relative; transition:all ease-in .2s;}
.services-carousel .owl-nav .owl-prev{left:0; border-radius:4px 0 0 4px; margin-right: 6px;}
.services-carousel .owl-nav .owl-next{right:0; border-radius:0 4px 4px 0;}
.services-carousel .owl-nav .owl-prev:hover, .services-carousel .owl-nav .owl-next:hover{ background:#241b5e; transition:all ease-in .2s;}



.news-block-three .info-list li a , .news-block-three .info-list li i { color: var(--nova-blue);}
.news-block-three .info-list li a:before{ background-color: var(--nova-blue); display:none;}
.news-block-three .info-list li a:hover { color: #241B5E;}

.blog-sidebar .widget-content li a:after{display:none;}
.blog-sidebar .widget-content li{position:relative;}
.blog-sidebar ul li:before, 
.blog-sidebar ul li:after{display:inline-block !important; position: absolute; content: ''; height: 2px;transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
.blog-sidebar ul li:before{top:11px; width:8px; left:4px; background:var(--nova-blue);}
.blog-sidebar ul li:after{top:15px; width:12px; left:0px; background:#242424;}
.blog-sidebar ul li a{margin-left:16px;}
.blog-sidebar ul.tags li:before, .blog-sidebar ul.tags li:after{display:none !important;}

.sub-login-wrap{
    text-align: right;
    display: block;
    margin: 0 0 10px;
}
.sub-login-wrap .btn-box .btn-style-one span {
    font-weight: 700;
    margin: 0 8px 0 0;
    font-size: 16px;
    color: #fff;
}
.table.striped tbody tr:nth-child(odd){
    background: #ffffff;
    transition: all ease-in .2s;
}
.table.striped tbody tr:nth-child(even){
    background: #f5f6f7;
    transition: all ease-in .2s;
}
.table.striped tbody tr td{
    font-size: 13px;
    line-height: 21px;
}

.table.striped thead tr{
    background:var(--nova-blue);
    color: #ffffff;
}

.table.striped tbody td strong{
    color: #737373;
}
.table-wrap{
    width: 100%;
}
.main-header .header-top {
    height: 50px;
    overflow: unset;
}
.main-header .header-upper{
    margin-top: -6px !important;
}
.main-header .header-upper .auto-container{
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 1240px;
}
.main-header .header-upper .logo-outer {
    padding: 15px 0;
    margin-right: auto;
}
.top-header-btn-menu{
    z-index: 999999;
    transform: translate3d(0px, 47px, 0px) !important;
    left: unset !important;
    width: 250px !Important;
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .15);
    border-radius: 0 !important;
    right: 0 !important;
    padding: 30px 25px;
}
.top-header-btn-menu .dropdown-item{
    padding: .65rem 1.5rem;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 14px;
    color: #ffffff;
    background: var(--nova-blue);
    margin: 0 0 15px;
    white-space: pre-wrap;
    transition: all ease-in .3s;
}
.top-header-btn-menu .dropdown-item:hover{
    background: var(--nova-navy-blue);
    transition: all ease-in .3s;
}
.top-header-btn-menu .dropdown-item:last-child{
    margin-bottom: 0 !important;
}


@media (max-width:991px){
    .logo{position: relative !important; top: 0 !important;}
    .stripped-header{width: 100%;}
    
	.banner-section.style-two .slide-item {background-position: right center !important;}
	.table-wrap{ width: 100%; padding: 0 15px; overflow-x: scroll;}
	.table-wrap table{
	    min-width: 700px;
	}
	#stickywidget{position: relative;}
}

.new-news figure{max-height:280px;overflow:hidden;}

.heroTheme .services-section-two{background: #fbfdff;}
.heroTheme .stripped-header {background: var(--nova-blue);}
.heroTheme .stripped-header .main-header .top-left {background: #241B5E;}
.heroTheme .main-header .top-left {background: var(--nova-light-blue);}
.heroTheme .main-header .top-right .text, .heroTheme .main-header .top-right .text strong, .heroTheme .main-header .top-right .text .icon{color: #FFFFFF;}
.heroTheme .sec-title .icon {color: #241B5E;}

.heroTheme .service-block-two .caption-box {background-color: var(--nova-blue);}
.heroTheme .service-block-two .caption-box h4 a {color: #ffffff !important;}
.heroTheme .service-block-two .caption-box .icon-box .icon {transition:all ease-in .2s;}
.heroTheme .service-block-two:hover .caption-box .icon-box .icon {color: #ffffff;transition:all ease-in .2s;}

.heroTheme .about-section:before {background-color: #ffffff;}

.heroTheme .about-and-fun-facts:before {background-color: var(--nova-blue);}
.heroTheme .about-and-fun-facts .about-us {background-color: #241b5e;}
.heroTheme .case-block .image-box .info-box:before {background-color: #241b5e;}
.heroTheme .case-block .info-box:hover .title {color: var(--nova-blue);}
.heroTheme .case-studies .owl-nav .owl-prev:hover {background: #241b5e;}
.heroTheme a.more-news {background: #241b5e;} .heroTheme a.more-news:hover{background: var(--nova-blue);}




.blog-single .news-block-three .text-box p {font-weight: 300;}
blockquote p {font-weight: 400!important;}
.blog-single .news-block-three blockquote:before {width: 100%; background-color: rgba(248,252,255,0.7);  border-left: 3px solid var(--nova-blue);}
.theme_page .post-controls{display:none !important;}
.main-footer {background-image:none; padding: 100px 0 0px; background-color: var(--nova-light-grey);}
.main-footer .footer-bottom .copyright-text {border-top:0;}

.stripped-header { background: var(--nova-blue);}
.main-header .top-left {background: var(--nova-light-blue);}
.main-header .top-right .text, .main-header .top-right .text strong, .main-header .top-right .text .icon{color: #FFFFFF;display:inline-block;}
.sec-title .icon {color: #241B5E;}
.post-controls{display:none;}
.page-title:before {background: var(--nova-light-grey);}
.page-title h1 {color: #241b5e;font-size: 40px;}
.page-title h2 {color: #241b5e !important; font-weight: 400 !important; font-size: 33px;}
.page-title {position: relative; padding: 40px 0 35px !important;}
.page-breadcrumb li a { color: #241b5e;border-bottom: 1px solid #241b5e;}
.page-breadcrumb li a:hover { color: var(--nova-blue);border-color: var(--nova-blue);}
.page-breadcrumb li {color: var(--nova-blue);}

 .service-block-two .caption-box {background-color: var(--nova-blue);}
 .service-block-two .caption-box h4 a {color: #ffffff !important;}
 .service-block-two .caption-box .icon-box .icon {transition:all ease-in .2s;}
 .service-block-two:hover .caption-box .icon-box .icon {color: #ffffff;transition:all ease-in .2s;}

 .about-section:before {background-color: #ffffff;}
 .text-white{color:#ffffff !important;}

.case-block .image-box .info-box:before {background-color: #241b5e;}
.case-block .info-box:hover .title {color: var(--nova-blue);}
.case-studies .owl-nav .owl-prev:hover {background: #241b5e;}
.case-studies .owl-nav .owl-next:hover {background: #241b5e;}
a.more-news {background: #241b5e;} 
a.more-news:hover{background: var(--nova-blue);}
strong{color:var(--nova-navy-blue);}

.main-header .search-box-btn {margin-top: 5px;}
.home-cta{margin-top:-15px;}
.main-footer .social-links { position: relative; display: block;}
.main-footer .social-links li {position: relative; display: inline-block; margin-right: 15px; font-size: 16px; line-height: 30px; color: #888888; font-weight: 400;}


/** AT A GLANCE **/
.intro-title{color:#222222;font-weight:400;}
.features-section{overflow:hidden;}
.feature-block { margin-bottom: 25px;}
.core-lead-text{display: inline-block;  width: 86%;  margin: 15px 0 0 0; color: #ffffff;}
.core-lead-summary{display: inline-block;  color:#292929;}
.bg-grey{background:var(--nova-light-grey);}
.bg-grey .inner-column{padding-top:50px;}
.features-section:before {height: 765px;}
.col-left, .col-right{display:inline-block;vertical-align:top;}
.col-left{padding-left:0;}
.col-right{padding-right:0;width:32.99%;}
.col-right .image{padding:0; margin:0;}
.about-section.style-two .image-box .mission-info, .offering-section .image-box .mission-info{top:0; right:0;text-align:center;background: rgba(75,159,221,0.65); padding-top: 35%; width: 100%; height: 100%; transition:all ease-in .3s;}
.about-section.style-two .image-box .mission-info:hover, .offering-section .image-box .mission-info:hover{background: rgba(36,27,94,0.65); transition:all ease-in .3s;}
.info-box-hover{display:none;}
.about-section.style-two .image-box .mission-info h1, .offering-section .image-box .mission-info h1{font-size:48px;}
.features-section.style-two:before { background-color: #241b5e;}
.accordion-box .block .acc-btn.active {background-color: #241b5e;}
.feature-block h4{font-size:22px; font-weight:400;}
.about-section .link-box:before{display:none;}
.about-section .link-box a, .about-section .link-box a i{transition:all ease-in .2s;}
.about-section .link-box a:hover {color:#241b5e; transition:all ease-in .2s;}
.about-section .link-box a:hover i{margin-left:10px; transition:all ease-in .2s;}


/** TEAM PAGE **/
.team-page { padding: 65px 0 50px;  background-color: #fefffe;}
.fixed-header .sticky-header {z-index: 1091;}
.page-template-page-team .modal-backdrop, .page-template-page-video .modal-backdrop{z-index:0;}
.team-page .modal{background:rgba(0,0,0,0.7);}
.team-modal {margin: 80px auto;}
.team-modal .modal-header  {position: relative; display:inline-block;}
.team-modal .modal-header .close {position: absolute;  right: 20px;}
.team-modal .modal-title {width:90%;color:#222222;}
.team-modal .modal-title .awards{display:inline-block;}
.team-modal .modal-title .awards li{font-size:15px; font-weight:400;display:inline-block; margin:0 7px 0 0;}
.team-modal .modal-title .awards li:after{content:","; display:inline-block;}
.team-modal .modal-title .awards li:last-child:after{display:none;}
.team-modal .team-designation {display:inline-block; width:100%; padding:0 15px 0 0; margin:0;}
.team-modal .team-designation p {text-transform:uppercase; font-size:16px;font-weight:400;display:block;}
.team-modal .modal-body {padding:25px 30px;}
.team-modal .modal-body .modal-image{float: right; margin: 0 0 20px 20px; border:4px solid var(--nova-blue); border-radius:50%; width:240px;box-shadow: 0 0 15px 3px rgba(0,0,0,0.1);}
.team-modal .modal-body p{text-align: justify; font-weight:300; color:#282828;margin-bottom:15px;font-size:15px;}
.team-block .image-box .social-links {display: none;}

/** CONTACT PAGE  **/
.contact-form-two .form-group input[type="text"], .contact-form-two .form-group input[type="email"], .contact-form-two .form-group input[type="url"], .contact-form-two .form-group textarea, .contact-form-two .form-group select{background-color:transparent !important;}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {background-color: var(--nova-light-grey) !important; background-image: none !important; color: #242424 !important;}
.contact-form-two strong{font-family:'Nova',sans-serif;font-weight:400;}
.map-section{display:inline-block;width:100%; margin:50px 0 0 0;position:relative;}
.map-section .map-box{display:inline-block;width:100%;min-height:500px;}
.map-data {width: 360px;text-align: left;padding: 25px;color:#242424;}
.map-data h6{text-align:left; font-size:23px;color:var(--nova-blue);margin-bottom:20px;}
.page-template-page-contact .main-footer{margin-top:-7px;}

/** FOOTER  **/
.main-footer .widget-content ul { padding:0;}
.main-footer .widget-content ul  li a, .main-footer .widget-content ul  li, .main-footer .widget-content ul  li strong{ color:#242424;}
.main-footer .footer-widget ul li a {color: #242424;}
.main-footer .footer-widget ul li a:hover{color: var(--nova-blue);}
.main-footer .popular-posts .post h4 a:hover { color: var(--nova-blue); text-decoration: none;}
.main-footer .widgets-section{padding-bottom:60px;}
.popular-posts .post{padding-left:0;}
.popular-posts .post .thumb{display:none;}
.widget ul li a {text-transform: none;  display: inline-block;  width: auto;}


.about-section .image-box .info-box h1, .offering-section .image-box .info-box h1{color:#ffffff;}

.sidebar-side .services_menu_2{display:none;}
.sidebar-side .asset-management .services_menu_2, .sidebar-side .securities-trading .services_menu_2{display:block;}
.sidebar-side .asset-management .secure_mn, .sidebar-side .asset-management .trust_mn, .sidebar-side .securities-trading .asset_mn, .sidebar-side .securities-trading .trust_mn{display:none;}
.sidebar-widget { margin-bottom: 25px; }

.about-sidebar .widget-content li a:before, .about-sidebar .widget-content li a:after{display:none !important;}
.about-sidebar .widget-content li a { padding-left: 10px !important;}
.page-template-default  .wp-style ul > li, .comment .text ul li, .news-content ul li{padding-left:20px;}

ul.page-breadcrumb {float:none;}
.error-section {padding: 80px 0px 90px  !important;}
.error-section:before {background-color: rgba(255,255,255,0.95) !important;}
.error-section h1 {color: #414141 !important; font-size: 170px !important;}
.error-section h2 {color: #414141 !important; font-weight: 400 !important;}
.error-section .text {color: #292929 !important; font-size: 18px !important;}
.error-section .page-wrap{width:100%; text-align:center; padding:0 10%;display:inline-block;position:relative; margin:0 0 25px;}
.error-section .search-wrap .search-box .form-group input[type="text"], .search-box .form-group input[type="search"]{background:transparent; border-radius:30px; border:1px solid var(--nova-blue);}
.error-section .search-wrap .search-box .form-group button {right:0; padding: 0 25px; background: var(--nova-blue); font-size: 18px; color: #ffffff; border-radius: 0 30px 30px 0; }
.error-section .theme-btn {font-size: 17px !important; font-weight: 500; padding: 12px 35px !important; border-radius: 4px; font-family: 'Poppins', sans-serif; background: var(--nova-blue); margin:30px 0;}
.error-section .theme-btn:hover{ background: #ffffff;}


/** NEWSROOM **/
.content-side .section-title{display:inline-block;position:relative; width:100%; margin:0 0 50px;}
.content-side .section-title h2{font-weight:400;color:#242424;}
.reports-btn{font-weight: 600; line-height: 19px; position: relative; font-size:15px; margin-bottom:50px; display:block;}
.reports-btn .icon{font-size: 24px; position: absolute; top: -1px;  font-weight: 700;}
.item-link{display:inline-block; position:relative; padding:10px 15px;border-radius:4px;font-size:15px; color:#ffffff; background:var(--nova-blue);transition:all ease-in .2s;}
.item-link:hover {color:#ffffff; background:#241b5e;transition:all ease-in .2s;}
hr.tiny_hr{margin-top:40px;margin-bottom:45px;border-color:#f4f4f4;}
.newsroom-sidebar .sidebar .widget-content li a{padding-left:30px !important;position:relative;}
.newsroom-sidebar .sidebar .widget-content li a:before {position: relative !important;  content: '';
    left: 5px; bottom: 14px; width: 10px; top: 11px; height: 2px; background-color: #242424; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.newsroom-sidebar .sidebar .widget-content li a:after {position: absolute !important;  content: '';
    left: 0px; bottom: 10px; width: 16px; top: 16px; height: 2px; background-color: #241b5e; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-gallery .team-block, .image-gallery .team-block{display:inline-block; width:48.9%;vertical-align: top;}




/** SIDEBARS**/
.sidebar-page-container .sidebar-title {padding: 0 15px 15px 0; background-color: #ffffff; border-left: none;  border-bottom: 1px solid #f1f1f1;}
.sidebar-page-container .sidebar-title {background-color: transparent;}
.sidebar .categories .widget-content{padding:30px !important;background-color:transparent !important;}
.sidebar-page-container .sidebar-title:before {opacity:0.3;display:none;}
.sidebar-page-container .sidebar-title h5{color:var(--nova-blue);}
.category-list{padding:0 !important;}
.category-list li a:before, .category-list li a:after{display:none;}
.category-list li a{padding-left:40px !important;}
.category-list li.active a{color:var(--nova-blue);}
.category-list li .icon {position: absolute;  left: 0;  top: 0; font-size: 25px; line-height: 30px;  color: #398bf5; font-weight: 400;}
.sidebar .widget-content { background-color: transparent;}
.wp-style li, .comment li, .news-content li{color:#242424;}

.support-widget .widget-content{padding:30px;}
.sidebar .widget-content li:hover, .sidebar .widget-content li a:hover {color: var(--nova-blue);}
.sidebar .widget-content li a{font-weight:400;}
.sidebar .widget-content li.current_page_item a{color:var(--nova-blue);}
.widget_recent_entries .widget-content li a:before{position: absolute;content: '';left: 15px; bottom: 19px;  width: 16px; top: 11px;  height: 2px;background-color: var(--nova-blue);  transition: all 0.3s ease;  -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;}


/** PAGE BREADCRUMBS **/
.page-breadcrumb li:after{content:"\f101";font-family: 'Font Awesome 5 Free'; font-size: 16px;color: #241b5e;margin: 0 0 0 0;position: relative;right: -12px;}
.page-breadcrumb li:last-child:after{display:none;}
.page-breadcrumb li a{font-weight:400;border-bottom:none;}



/** IMAGE GALLERY **/
.single-gallery .image-gallery-wrap{display:inline-block; padding:0; margin:0; position:relative; overflow:hidden; width:100%;}
.single-gallery .image-gallery-wrap .description{display:inline-block; margin-bottom:40px;font-size: 15px; color: #242424; width:100%;}
.single-gallery .image-gallery-wrap > div{display:inline-block; margin-bottom:0;padding:0;}
.single-gallery .image-gallery-wrap > div > .gallery-item {position:relative; display:inline-block; margin-bottom:10px;padding:0; overflow:hidden; transition:all ease .3s; width: 100%; height: 226px;  box-shadow:0 0 5px -2px #232323;}
.single-gallery .image-gallery-wrap > div > .gallery-item a{width:100%; height:100%; position:relative; display:inline-block;background-size: cover; background-repeat: no-repeat;}
.single-gallery .image-gallery-wrap > div > .gallery-item a:hover{transform:scale(1.2); transition:all ease .3s;}
.single-gallery .image-gallery-wrap > div > .gallery-item:hover {box-shadow:0 0 10px -6px #232323;transition:all ease .3s;}
.single-gallery .image-gallery-wrap .col-lg-4{width:33.0%;}
.single-gallery .image-gallery-wrap .col-lg-3{width:24.75%;}


/** VIDEO GALLERY **/
.video-box span.icon{position: absolute;background: rgba(0,0,0,0.3); width: 100%; height: 100%; top: 0; left: 0; color: #ffffff; font-size: 70px;cursor:pointer;}
.video-box span.icon:before{position: absolute;top: 33%; left: calc(50% - 35px);}
.embed-container {position: relative; padding-bottom: 56.25%;overflow: hidden;max-width: 100%;	height: auto;} 
.embed-container iframe,.embed-container object,.embed-container embed { position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-box figure{max-height:240px; overflow:hidden;}
.video-block .name{ min-height: 75px; height: 75px;}


/** REPORTS **/
.report-list-wrap{display:inline-block; width:100%; margin:0; padding:0;position:relative; overflow:hidden;}
.list-segment{padding:15px; background:#fdfdfd; border:1px solid #f5f5f5; border-top:4px solid var(--nova-blue); margin-bottom:50px; margin-top:25px;}
.report-list-wrap .report-item{display:inline-block; width:100%; margin:0 0 35px; padding:15px 0 45px; position:relative;  border-bottom:1px solid #f4f4f4; transition:all ease-in .2s;}
.report-list-wrap .report-item .report-image{display:inline-block; width:calc(calc(100% - 85%) - 20px); margin:0 20px 0 0; padding:0; vertical-align:top;}
.report-list-wrap .report-item .report-image img{width:100%;}
.report-list-wrap .report-item .report-content{display:inline-block; width:calc(calc(100% - 15%) - 5px); margin:0; padding:0;vertical-align:top;}
.report-list-wrap .report-item .report-content .report-title{font-size:21px;margin-bottom:15px; font-weight: 400;}
.report-list-wrap .report-item .report-content .report-title a{color:#4f4f4f; font-weight: 600; transition:all ease-in .3s;}
.report-list-wrap .report-item:hover .report-content .report-title a{color:#241b5e; transition:all ease-in .3s;}
.report-list-wrap .report-item .report-content .report-desc{font-size:16px;margin-bottom:25px;}
.report-list-wrap .report-item .report-content a span.fa{font-size:25px;}
.report-list-wrap .report-item .report-content span.tag{color: #ffffff;background: #241b5e;padding: 1px 5px;font-size: 12px; border: 1px solid #211b53; border-radius: 4px; position: absolute; bottom: 15px; right: 15px;}
.report-list-wrap .report-item .report-content span.tag-date{bottom:40px;}
.report-list-wrap .report-item:hover{ transition:all ease-in .2s; background:var(--nova-light-grey); border-color:var(--nova-blue); padding-left:15px;}

.list-segment .group-list-wrap{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 0 15px 10px;
    margin-bottom:15px;
    border-bottom:1px solid #dedede;
}
.list-segment .group-list-wrap .date{
    display:inline-block;
    position:relative;
    width:100%;
    margin-bottom:15px;
    color:#241b5e;
}

.list-segment .group-list-wrap .date *{
    font-size:18px;
    line-height:28px;
    font-weight:600;
}

.list-segment .group-list-wrap .list-item p{
    margin-bottom:10px;
    font-size: 14px;
}

/** PAGINATION **/
.pagination .page-numbers{background:var(--nova-light-grey); color:#242424; text-align:center; border:1px solid #f4f4f4;border-radius:50%; margin:0 5px 0 0; width:35px; height:35px; padding-top:5px;}
.pagination .page-numbers:hover, .pagination .current{background:var(--nova-blue); color:#ffffff; border-color:var(--nova-blue);}

/** OTHERS **/

.news-block-three .info-list:before{display:none;}
.news-block-three .info-list{padding-left:15px;}
.news-block-three .info-list li{font-size:13px;font-weight:400;}.news-block-three .info-list li a{font-weight:400;}
.news-block-three .read-more a{font-size:14px;color:var(--nova-blue);font-weight:400;}.news-block-three .read-more a i{color:var(--nova-blue);}
.news-block-three .read-more a:hover i, .news-block-three .read-more a:hover{color:#241b5e;}

.banner-section.style-two .content-box h2{font-weight:400;}

/** SUBSIDIARIES  **/
.subs-header{padding: 160px 0 70px; background-size: cover; background-attachment:fixed; background-repeat: no-repeat; background-position: center;}
.subs-header .subs-title{padding: 15px 0; width: 54%;}
.subs-header .subs-title h1{color:#ffffff; font-size:40px; line-height: 50px; font-weight:400; margin-bottom:20px;}
.subs-header .subs-title p{font-size:20px; line-height:30px; color:#ffffff;}

.text p{margin-bottom:15px;}
.subs-products{padding:96px 0 72px;}
.bg-grey-2{background:var(--nova-light-grey)55;}
.section-title{display:inline-block;width:100%; margin-bottom:50px;display:inline-block;position:relative;}
.section-title h2{font-weight:400; margin-bottom:20px;color:#0e4082;}
.section-title p{padding:0 10%; color:#242424;}

.product_wrap{width:100%;display:inline-block; position:relative;padding:20px 0 60px;}
.product_wrap > div{display:inline-block; position: relative; vertical-align: top; width: 33.0%;}
.product_wrap .product_item h3{font-weight:400; font-size:22px;margin-bottom:25px; color:#0e4082;}
.product_wrap .product_item ul,  .promise_wrap ul, .single-product-text ul{padding-left:30px;}
.product_wrap .product_item ul li,  .promise_wrap ul li, .single-product-text ul li{position:relative;color:#242424;}
.product_wrap .product_item ul li:before,  .promise_wrap ul li:before, .single-product-text ul li:before{position:absolute; top:8px; left:-22px; width:12px; height:3px; content:""; background:#241b5e;}
.product_wrap .product_item ul li:after,  .promise_wrap ul li:after, .single-product-text ul li:after{position:absolute; top:14px; left:-27px; width:17px; height:3px; content:""; background:#0e4082;}
.text h4, .text h5{margin-bottom: 20px; color: #241b5e;}

.products-list{width: 100%; position: relative; display: inline-block;}
.products-list{display: inline-block;}
.products-list .product_details{padding: 20px; text-align:center;}
.products-list .product_details h3{margin:0 0 5px; padding: 0 !important; line-height: 25px; font-size: 17px !important;}
.products-list .product_details span{font-weight: 600;}

.product-modal .modal-content h3{font-size: 24px; line-height: 28px; margin: 0 0 20px; color: #241b5e;}
.offerings-item button.more-offer{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    position: absolute;
    background: var(--nova-blue);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
    right: 20px;
    bottom: 15px;
    transition:all ease-in .2s;
}
.offerings-item button.more-offer:hover{
    background: #0e4082;
    transition:all ease-in .2s;
}


.offerings-wrap{display: inline-block; position: relative; width: 100%; margin: 55px 0 25px 0;}
.offerings-wrap .section-title h4{font-size: 30px; color: var(--nova-navy-blue); margin-bottom: 20px; font-weight: 500;}
.offerings-wrap .offerings-item{background: #ffffff; margin: 0 0 30px; padding: 0; position: relative; border:1px solid #e7e7e7; border-top: 4px solid var(--nova-blue); min-height: 210px; box-shadow: 0 0 7px -1px rgb(15 15 15 / 20%); transition: all ease-in .2s;}
.offerings-wrap .offerings-item:hover{box-shadow: 0 0 12px 1px rgb(15 15 15 / 10%);  border-top: 4px solid var(--nova-navy-blue); transition: all ease-in .2s;}
.offerings-wrap .offerings-item .header{border-bottom: 1px solid #e7e7e7; padding: 10px 15px;}
.offerings-wrap .offerings-item .header h4{font-size: 18px; color: var(--nova-navy-blue); font-weight: 500;}
.offerings-wrap .offerings-item .contents{padding: 15px 20px;}
.offerings-wrap .offerings-item .contents li{line-height: 30px; position: relative; padding-left: 20px;}
.offerings-wrap .offerings-item .contents li:before, .promises-wrap ul li:before{content:""; width: 10px; height: 3px; background: var(--nova-blue); position: absolute; left:3px; top: 10px;}
.offerings-wrap .offerings-item .contents li:after, .promises-wrap ul li:after{content:""; width: 13px; height: 3px; background: var(--nova-navy-blue); position: absolute; left:0; top: 14px;}

.team-page:before{display: none !important;}
.services-section-two .sec-title{margin-bottom: 0px;}
section.subs-products, section.team-page, section.new-news{border-top: 1px solid #f2f2f2;}

.promise_wrap .section-title{margin-bottom:20px;}
.promise_wrap .section-title h2{margin-bottom:0px;}

.promise_wrap .col-md-6{display:inline-block;  vertical-align:top; width:49.5%;}

.promises-wrap{display:inline-block; width: 100%; position: relative; margin: 30px 0 55px;}
.promises-wrap ul{padding: 0 25%;}
.promises-wrap ul li{display: inline-block; width: 50%; position: relative; padding-left: 25px; line-height: 30px;}
.promises-wrap ul li.linked-item br {display: none;}
.promises-wrap ul li.linked-item i{font-size: 17px; margin-left: 4px; transform: rotate(45deg); line-height: 30px;}


.product_item.with_image{ border: 1px solid #efefef;}
.product_item.with_image .product_details h3{text-align:center; padding:15px 0 25px; background: #ffffff; font-size: 22px; font-weight: 500; color: #464377; cursor: pointer; padding-bottom: 18px; transition: all ease-in .2s;}
.product_item.with_image .product_details h3:hover{color:var(--nova-blue); transition: all ease-in .2s;}
.promise_wrap .product_wrap h3{font-size:21px; font-weight:400;margin:0 0 15px;color:#0e4082; transition: all ease-in .2s;}


.main-header .top-right .text{float:right;}

/** Subsidiary Page Menu **/
.subs-page-menu,
.subs-mobile-menu{display:inline-block; position: relative; width: 100%; height: 80px; border-bottom: 1px solid #f3f2f1;box-shadow: 0 1px 2px 0px rgb(0 0 0 / 20%); z-index:1080; transition: all ease-in .2s;}
.subsidiary-menu > ul > li{display: inline-block; padding: 25px; position: relative; cursor: pointer;}
.subsidiary-menu > ul > li:first-child{padding-left: 0;}
.subsidiary-menu > ul > li > a{display: inline-block; width: 100%; height: 100%;}
.subsidiary-menu > ul > li > a, .subsidiary-menu > ul > li > a:visited, .subsidiary-menu > ul > li > a:active{font-weight: 600; color: #353637; transition: all ease-in .2s;}
.subsidiary-menu > ul > li > a:hover, .subsidiary-menu > ul > li:hover  > a,
.subsidiary-menu > ul > li.menu-item-has-children:hover:after{ color: var(--nova-blue); transition: all ease-in .2s;}
.subsidiary-menu > ul > li.menu-item-has-children{padding-right: 30px;}
.subsidiary-menu > ul > li.menu-item-has-children:after{content:"\f105"; font-family:'FONTAWESOME'; font-size: 16px; position: absolute; right: 10px; top: 25px;}
.subsidiary-menu > ul > li > .sub-menu{top: 120%; width: 280px; visibility: hidden; position: absolute; background: #ffffff; padding: 25px 20px 10px; box-shadow: 0 1px 12px 2px rgb(0 0 0 / 7%); z-index: 1050; transition: all ease-in .2s;}
.subsidiary-menu > ul > li:hover > .sub-menu{ top: 80px; border-top:3px solid var(--nova-navy-blue); visibility: visible; transition: all ease-in .2s;}
.subsidiary-menu > ul > li:hover > .sub-menu > li {height: 42px; font-weight: 600;}
.subsidiary-menu > ul > li:hover > .sub-menu > li > a,
.subsidiary-menu > ul > li:hover > .sub-menu > li > a:active,
.subsidiary-menu > ul > li:hover > .sub-menu > li > a:visited{width:100%; line-height: 24px; padding: 10px 0; color: #505050; transition: all ease-in .2s;}
.subsidiary-menu > ul > li:hover > .sub-menu > li > a:hover{color: var(--nova-blue); transition: all ease-in .2s;}

.subs-page-menu.fixed-subs-menu{position:fixed;left:0; top: 75px; height: 55px; background: #FFFFFF; z-index: 1090; border-top: 1px solid #e7e8e9;}
body.admin-bar .subs-page-menu.fixed-subs-menu{top: 105px;}
.subs-page-menu.fixed-subs-menu .subsidiary-menu > ul > li {padding: 15px 25px;}
.subs-page-menu.fixed-subs-menu .subsidiary-menu > ul > li:first-child{padding-left: 0;}
.subs-page-menu.fixed-subs-menu .subsidiary-menu > ul > li.menu-item-has-children:after{top: 15px;}
.subs-page-menu.fixed-subs-menu .subsidiary-menu > ul > li:hover > .sub-menu{top: 55px; border-top:3px solid var(--nova-navy-blue);}

.subs-mobile-menu{display: none;}
.policy-embed-wrap #viewer{
    width:100% !important;
    display: block;
    height: 500px !important;
    min-height: 400px;
}
.downloads-modal{
    position: fixed;
    z-index: 9991;
}
.embed-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 42px);
  height: 100%;
}
.downloads-wrap .title {
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    cursor: pointer;
    transition: all ease-in .2s;
}
.downloads-wrap{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 0 15px !important;
}
.downloads-wrap .title[aria-expanded="false"]:after, .downloads-wrap .title:after{
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    transition: all ease-in .2s;
}
.downloads-wrap .title[aria-expanded="true"]:after{
    content: "-";
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    transition: all ease-in .2s;
}
.grecaptcha-badge { 
    visibility: hidden;
}


.report-list-wrap .rating-item .report-image{width: calc(calc(100% - 65%) - 20px);}
.report-list-wrap .rating-item .report-image img{border:1px solid #f3f3f3;}
.report-list-wrap .rating-item .report-content{width: calc(calc(100% - 35%) - 20px);}

/* NEWS STYLE 2 */
.news-style-2-section{
    padding-top: 65px;
    padding-bottom: 65px;
}
.news-style-2-section .sec-title .view-more{
    position: absolute;
    bottom: 0;
    right: 0;
}
.news-style-2-section .sec-title .view-more i{
    font-size: 21px;
    margin-bottom: 0;
}
.cases-wrap{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.cases-wrap .case-block{
    display: inline-block;
    width: calc(25% - 5px);
    padding: 15px 0 25px;
    overflow: hidden;
}
.cases-wrap .case-block .info-box h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.cases-wrap .case-block .image-box{
    padding: 0 15px;
}
.cases-wrap .case-block .image-box .info-box {
    padding: 0 15px;
}
.cases-wrap .case-block .image-box .info-box  .info-box-container{
    background: #ffffff;
    padding: 25px;
    max-height: 130px;
    min-height: 130px;
}
.cases-wrap .case-block .image-box .info-box:before {
    background-color: transparent;
}
.cases-wrap .case-block .info-box .title, 
.cases-wrap .case-block .info-box h4 a {
    color: #292929;
    transition: all ease-in .2s;
}

.cases-wrap .case-block .info-box .title:hover{
    color: var(--nova-blue);
    transition: all ease-in .2s;
}
.cases-wrap .case-block .info-box h4 a:hover{
    color: #717171;
    transition: all ease-in .2s;
}
.cases-wrap .case-block .image-box figure{
    box-shadow: 0 0 14px -3px rgb(36 28 95 / 45%);
    transition: all ease-in .2s;
}
.cases-wrap .case-block .image-box:hover figure{
    box-shadow: 0 0 21px -7px rgb(36 28 95 / 95%);
    transition: all ease-in .2s;
}
.cases-wrap .case-block .image-box figure{
    overflow: hidden;
}
.cases-wrap .case-block .image-box figure img{
    transform: rotate(0deg) scale(1);
    transition: all ease-in .3s;
}
.cases-wrap .case-block .image-box:hover figure img{
    transform: rotate(4deg) scale(1.15);
    transition: all ease-in .3s;
}

/** SERVICE BLOCK ICONS **/
.icon-box-wrap .inner-icon-box{
    box-shadow: none !important;
    border:1px solid #e8e8e8;
    padding: 30px;
    background: #ffffff;
    text-align: center;
    transition: all ease-in .2s;
}
.icon-box-wrap .inner-icon-box:hover{
    box-shadow: 0 0 11px -1px rgb( 15 15 15 / 33% ) !important;
    border:1px solid #e8e8e8;
    padding: 30px;
    transition: all ease-in .2s;
}
.icon-box-wrap .inner-icon-box .icon-box{
    text-align: center;
}
.icon-box-wrap .inner-icon-box .icon-box img{
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    transition: all ease-in .2s;
    transform: scale(1);
}
.icon-box-wrap .inner-icon-box:hover .icon-box img{
    transition: all ease-in .2s;
    transform: scale(1.09);
}
.icon-box-wrap .inner-icon-box .title-box h4{
    font-size: 16px;
    text-align: center;
}
.icon-box-wrap.service-block-two{
    margin-bottom: 0;
    padding: 20px 0;
}
.services-carousel-2, .rates-carousel{
    position: relative;
}
.services-carousel-2 .owl-nav{
    z-index: 9999;
    position: absolute;
    top: calc(50% - 30px);
    left: -20px;
    width:100%;
}
.rates-carousel .owl-nav{
    z-index: 9999;
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    width: calc(100% - 40px);
}
.services-carousel-2 .owl-nav > div{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 50px;
    line-height: 66px;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    opacity: 0;
    transition: all ease-in .2s;
}
.rates-carousel .owl-nav > div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    opacity: 0;
    transition: all ease-in .2s;
}
.services-carousel-2:hover .owl-nav > div, .rates-carousel:hover .owl-nav > div{
    opacity: 1;
    transition: all ease-in .2s;
}
.services-carousel-2 .owl-nav .owl-prev, .rates-carousel .owl-nav .owl-prev{
    box-shadow: 5px 0 3px rgb(37 33 94 / 33%);
}
.services-carousel-2 .owl-nav .owl-next, .rates-carousel .owl-nav .owl-next{
    position: absolute;
    right: -40px;
    top: 0;
    box-shadow: -5px 0 3px rgb(37 33 94 / 33%);
}
.rates-carousel .owl-nav .owl-next {
    right: -20px;
}


/** HOME RATES - RESEARCH **/
.home-research-rates{
    padding: 65px 0;
}
.home-research-rates .home-research-wrap{
    width: 33%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border-right: 1px solid #e8e8e8;
}
.home-research-rates .full-research{
    width: 100%;
}
.home-research-rates .home-research-wrap .home-research-item{
    width: calc(25% - 15px);
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    padding-right: 15px;
}
.home-research-rates .home-research-wrap .home-research-item h3{
    font-size: 19px;
    color: var(--nova-navy-blue);
    font-weight: 600;
    margin-bottom: 15px;
}
.home-research-rates .home-research-wrap .home-research-item p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}
.home-rates-wrap{
    width: calc(25% - 25px);
    display: inline-block !important;
    vertical-align: top;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}
.home-rates-wrap .home-rate-item{
    border: 1px solid #e8e8e8;
    background: #fcfdff;
    padding: 25px 20px 15px;
    box-shadow: 0 0 1px rgb(13 13 13 / 22%);
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    margin: 10px 10px 10px 20px;
}
.home-rates-wrap .home-rate-item h3{
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1;
    text-align:center;
    color: var(--nova-navy-blue);
    border-bottom: 2px solid var(--nova-blue);
    padding-bottom: 15px;
}
.home-rates-wrap .home-rate-item .wrap{
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-rates-wrap .home-rate-item .wrap > div{
    width: calc(50% - 2px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 10px;
}
.home-rates-wrap .home-rate-item .wrap .tender{
    border-right: 2px solid var(--nova-blue);
}
.home-rates-wrap .home-rate-item .wrap .rate{
    border-right:0;
}
.home-rates-wrap .home-rate-item .wrap .tender p, .home-rates-wrap .home-rate-item .wrap .rate p{
    font-size: 32px;
    font-family: 'Nova',sans-serif;
    text-align: center;
    line-height: 44px;
}
.home-rates-wrap .home-rate-item .wrap .rate p{
    font-size: 28px;
}
.home-rates-wrap .home-rate-item .wrap .rate small{
    font-weight: 600;
    float:right;
}

.home-rates-wrap .home-rate-item .wrap .tender small{
    font-weight: 600;
    float:left;
}
.home-research-wrap{overflow: hidden;}
.home-research-wrap > div{margin-right: 20px;}
.h-research-item{
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 15px;
    min-height: 255px;
    vertical-align: top;
    box-shadow: 3px 5px 8px 1px rgb(30 30 30 / 20%);
    border-radius: 0;
    transition: all ease-in .2s;
    
}
.h-research-item:hover{
    box-shadow: 0px 0px 5px 1px rgb(30 30 30 / 10%);
    border-radius: 0 0 4px 4px;
    transition: all ease-in .2s;
}
.h-research-item h3{
    font-size: 21px;
    min-height:90px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 20px 20px 15px;
    background: var(--nova-navy-blue);
}

.h-research-item p{
    margin-bottom: 10px; 
    color: #242424; 
    font-size: 14px;
    line-height: 22px;
    padding: 0 15px 15px !important;
}

.focused{
    border: 2px solid #ffffff;
    margin-bottom: 25px;
    padding: 15px 0 0;
}
.focused.active{
    border-color:2px solid #ffffff;
    animation-name: blinkborder;
    animation-duration: 1.5s;
    animation-iteration-count: 10;
}
@keyframes blinkborder {
    50% {
        border-color: #241b5e;
    }
}
.h-research-item a i{ margin-left: 0; transition: all ease-in .2s;}
.h-research-item a:hover i{ margin-left: 10px; transition: all ease-in .2s;}
.home-research-wrap .header h3, .mutual-funds-group .header h3, .market-wrap .header h3{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 15px 15px;
    color: #241b5e;
}
.h-research-item:hover a{color: #241b5e;}
.h-research-item:hover a:hover{color: #241b5e;}
.research-carousel .owl-item, .funds-carousel .owl-item{
    position: relative;
    display:inline-block !important;
}
.home-research-wrap .owl-nav, .mutual-funds-wrap .owl-nav, .products-list .owl-nav, .team-wrap .owl-nav{
    position: absolute;
    top: 0;
    right: 15px;
}
.mutual-funds-wrap .owl-nav, .products-list .owl-nav, .team-wrap .owl-nav{
    top: -50px;
    right: 0;
}
.home-research-wrap .owl-nav .owl-prev, .mutual-funds-wrap .owl-nav .owl-prev,
.home-research-wrap .owl-nav .owl-next, .mutual-funds-wrap .owl-nav .owl-next,
.products-list .owl-nav .owl-prev, .products-list .owl-nav .owl-next,
.team-wrap .owl-nav .owl-prev, .team-wrap .owl-nav .owl-next{
    display: inline-block;
    width: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: #5ba8e0;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin:0 2px;
    border: 1px solid #5ba8e9;
    cursor: pointer;
    transition: all ease-in .2s;
}
.team-modal{min-width: 800px; width: 800px;}
.team-modal .modal-header {width: 100%;}
.team-modal .modal-header h4{color: var(--nova-navy-blue);}
.team-modal .modal-header h4 span{display: inline-block; font-size: 19px; color: var(--nova-navy-blue);}
.team-modal .modal-header h4 span:before{content:"/"; color: var(--nova-navy-blue); font-size: 24px; padding:0 12px;}
.team-modal .profile-image{width: 220px; margin: 0 0 20px 20px; border-radius: 50%; border: 4px solid #5ba8e9;float: right;}




.home-research-wrap .owl-nav .owl-prev:hover, .mutual-funds-wrap .owl-nav .owl-prev:hover,
.home-research-wrap .owl-nav .owl-next:hover, .mutual-funds-wrap .owl-nav .owl-next:hover,
.products-list .owl-nav .owl-prev:hover, .products-list .owl-nav .owl-next:hover,
.team-wrap .owl-nav .owl-prev:hover, .team-wrap .owl-nav .owl-next:hover{
    background: #241b5e;
    border: 1px solid #241b51;
    cursor: pointer;
    transition: all ease-in .2s;
}
.home-research-wrap .owl-nav .owl-prev, .mutual-funds-wrap .owl-nav .owl-prev, .products-list .owl-nav .owl-prev, .team-wrap .owl-nav .owl-prev{border-radius: 3px 0 0 3px;}
.home-research-wrap .owl-nav .owl-next, .mutual-funds-wrap .owl-nav .owl-next, .products-list .owl-nav .owl-next, .team-wrap .owl-nav .owl-next{border-radius: 0 3px 3px 0;}


.mutual-funds-wrap{overflow: hidden;}
.mutual-funds-group{
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    width:100%;
}
.mutual-funds-group .header h3 span{font-size: 13px;}
.mutual-funds-group > div{margin-right: 15px;}
.mutual-funds-wrap{
    width: 31%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border-right: 1px solid #e8e8e8;
}
.mutual-funds-wrap .fund-item{
    display: inline-block; 
    width: calc(100% - 30px); 
    position: relative; 
    padding: 25px; 
    border: 1px solid #e8e8e8; 
    margin: 0 15px 25px 20px;
    border-top: 6px solid #5ba8e0;
    border-radius: 0; 
    box-shadow: 0 5px 8px 1px rgb(30 30 30 / 20%); 
}
.mutual-funds-wrap .fund-item .heading{
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
}
.mutual-funds-wrap .funds-wrap{
    margin-top: 30px;
    position: relative;
    display: block;
}
.mutual-funds-wrap .fund-item .heading h4{
    color: #241b5e;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}
.fund-item .prices{width: 100%; display: inline-block; position: relative;}
.fund-item .prices .price-item{padding: 0;}
.fund-item .prices .price-item .price{padding: 0 7.5px;}
.fund-item .prices .price-item .price span.head{
    width: 100%;
    display: block;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: #5ba8e0;
    color: #ffffff;
}
.fund-item .prices .price-item .price span.cont{
    width: 100%;
    display: block;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #f4f5f6;
    border-top: none;
    margin: 0;
    background: #f8f9fa;
}
.fund-item .prices .price-item .link-wrap{
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
}
.fund-item .prices .price-item .link-wrap a{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 15px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    background: #ffffff;
    text-decoration: none;
    transition: all ease-in .2s;
}
.fund-item .prices .price-item .link-wrap a:hover{
    text-decoration: none;
    color: #ffffff;
    background: #5ba8e0;
    transition: all ease-in .2s;
}
/** MARKET WRAP **/
.market-summary-wrap{
    display: inline-block;
   width: calc(35% - 15px);
    margin: 0 15px 0 0;
    position: relative;
    overflow: hidden;
}
.market-wrap .header h3 span{font-size: 13px;}
.market-wrap .stock-table-wrap{
    width: 100%;
    padding: 15px;
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    overflow: hidden;
}
.market-wrap .stock-table-wrap .stock-table{
    width: 100%;
    font-size: 11px;
    border: 1px solid #e3e4e3;
}
.market-wrap .stock-table-wrap .stock-table tbody tr:nth-child(odd){
    background: #f6f7f8;
    transition: all ease-in .2s;
}

.market-wrap .stock-table-wrap .stock-table tbody tr:nth-child(even){
    background: #ffffff;
    transition: all ease-in .2s;
}

.market-wrap .stock-table-wrap .stock-table tbody tr:hover{
    background: #f2f3f4;
    transition: all ease-in .2s;
} 
.market-wrap .stock-table-wrap .stock-table tbody tr td{
    padding: 8px 5px;
    border-right: 1px solid #e3e4e3;
    color: #313131;
}
.market-wrap .stock-table-wrap .stock-table tbody tr td:first-child{
    font-weight: 600;
}
.market-wrap .stock-table-wrap .stock-table tbody tr td span.up{
    color: #228922;
    font-weight: 600;
}
.market-wrap .stock-table-wrap .stock-table tbody tr td span.down{
    color: #892222;
    font-weight: 600;
}

.market-wrap .stock-table-wrap .stock-table tbody tr td span.up:after{
    content:"\f062";
    font-family: FontAwesome;
    
}
.market-wrap .stock-table-wrap .stock-table tbody tr td span.down{
    content:"\f063";
    font-family: FontAwesome;
}
.content-side .title-wrap {
    margin: 0 0 30px;
}
.content-side .title-wrap h2 span{
    font-size: 16px;
    font-weight: 600;
}
.stock-market-wrap .market-summary, .data-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 35px;
    border-bottom: 1px solid #e8e8e8; 
}
.market-summary ul li{
    margin-bottom: 12px;
    line-height: 28px;
}
.data-wrap {
    display: flex;
}
.data-wrap .item{
    border-right: 1px solid #e8e8e8; 
}
.data-wrap .item:last-child{
    border-right: 0; 
}
.data-wrap .content-box{
    padding: 0 15px;
    width: 100%;
}
.data-wrap .title-wrap{
    margin: 0;
    padding: 0 15px;
}
.data-wrap table{
    width: 100%;
}
.data-wrap table thead tr{
    background: #f3f4f5;
}
.data-wrap table thead tr th{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nova';
    color: var(--nova-navy-blue);
}
.data-wrap table tbody tr td{
    font-size: 13px !important;
    font-weight: 400;
}
.data-wrap table tbody tr td.coy, .data-wrap table tbody tr td.change, td.change{
    font-weight: 600;
}
.data-wrap table tbody tr td.change.ls-change i, td.change.ls-change i{
    color: #cc1212;
}
.data-wrap table tbody tr td.change.gn-change i, td.change.gn-change i{
    color: #12cc12;
}
.naira{
    font-family:'arial';
}
.sidebar .widget-content .market-report-list li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
.market-report-list li .icon{
    font-size: 20px;
    line-height: 25px;
}
.data-wrap table thead th, .price-table table thead th{
    padding: 5px 10px;
}
table .row-header{
    border-bottom: 2px solid var(--nova-blue);
}
table .row-header td{
    font-weight: 600;
    text-transform: uppercase;
}


/** Accordion Tweak **/
ul.accordion-box{
    padding: 0;
    overflow: hidden;
}
ul.accordion-box li{
    padding-left: 0;
    margin-bottom: 10px;
}

ul.accordion-box li.accordion:after, 
ul.accordion-box li.accordion:before{
    display: none !important;
}
ul.accordion-box .block .content {
    position: relative;
    padding: 30px 35px 30px;
    box-shadow: none;
    background: #fcfbfa;
    margin-bottom: 15px;
}
ul.accordion-box .block .content ul,
ul.accordion-box .block .content ul li{
    list-style: none !important;
}
ul.accordion-box .block .content ul li:before{
    left: -21px;
}
ul.accordion-box .block .content ul li:after{
    left: -25px;   
}

.product-header > *{
    color: #ffffff;
    font-weight: 400;
}
.subs-about .sec-title .text{margin-bottom: 30px;}
.product-info table{
    border: 1px solid #e8e8e8;
}

.product-info .table.striped tbody tr td {
    border-right: 1px solid #e8e8e8;
}
.main-products-wrap{
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden; 
    margin: 25px 0;
}
.main-products-wrap .mutual-funds-wrap{
    width: 100%;
    border: 0;
}
.trigger-list li, .trigger-list li:visited {
    cursor: pointer;
    color: var(--nova-navy-blue) !important;
    text-decoration: none;
}
.trigger-list li:hover {
    color: #242424 !important;
    text-decoration: underline;
}

.product-modal{
    display: none;
    width: 65%;
    padding: 0;
    
}
.document-modal{
    display: none;
    width: 100%;
    min-width:100% !important;
    max-width:100% !important;
    height:100vh;
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
}
.product-modal .modal-header{
    padding: 30px 25px 20px;
    margin: 0 0 25px;
}
.document-modal .fancybox-close-small:after {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font: 32px/40px Arial,Helvetica Neue,Helvetica,sans-serif;
}
.document-modal .fancybox-close-small {
    width: 50px;
    height: 50px;
}
.product-modal .modal-header h2{
    font-weight: 500;
    color: #241b5e;
    font-size: 21px;
    line-height: 25px;
}
.product-modal .modal-content{
    padding: 10px 25px 30px;
    border: none;
}
.product-modal .modal-content p, .product-modal .modal-content li{
    font-size: 15px;
    line-height: 25px;
}
.product-modal .modal-content p{margin-bottom: 20px;}
.product-modal .modal-content li{margin-bottom: 7px;}
.product-modal .modal-content ul, .product-modal .modal-content ol,
.product-modal .modal-content li{
    list-style: unset;
    margin-left: 30px;
}
.contact-box{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 35px;
    background: #ffffff;
    min-height: 250px;
    box-shadow: 0 1px 3px 0px rgb(30 30 30 / 10%);
    transition: all ease-in .2s;
}
.contact-box:hover{
    
    box-shadow: 0 5px 18px 1px rgb(30 30 30 / 20%);
    transition: all ease-in .2s;
}
.contact-box .box-icon{
    width: 100%;
    text-align: left;
    margin: 0 0 35px;
}
.contact-box .box-icon .icon{
    font-size: 65px;
    color: #5ba8e0;
}
.contact-box .content{
    margin:0 0 15px;
    word-break: break-word;
    font-size: 17px;
    font-weight: 600;
    color: #242424;
}
.contact-box.email .content{
    font-size: 14px;
}
.contact-box .social-media-content{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0;
}
.contact-box .social-media-content .item{
    position: relative;
    display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    text-align: center;
}
.contact-box .social-media-content .item i{
    font-size: 36px;
    line-height: 40px;
}
.downloads-wrap{
    display: inline-block;
    position: relative;
    padding: 20px 15px;
}
.download-item{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 5px 25px 5px 30px;
    border-bottom: 1px solid #e8e8e8;
    transition: all ease-in .2s;
}
.download-item:hover{
    padding-left: 30px;
    transition: all ease-in .2s;
}
.download-item:before{
    content: "»";
    font-size: 26px;
    line-height: 24px;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 20px;
}

.contact-page-section .contact-info li .icon {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 24px;
}
.fa-x-twitter:before {
    content: "\e61b";
}

/** MENU REWORK **/
.main-menu .navigation > li > ul > li.dropdown > a:after {
    right: 20px;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    top: 47px;
    left: 250px;
}
.main-menu .navigation li.dropdown > a:after{
    content: "\f105";
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
    color: #222222;
    font-weight: 900;
    font-family: "Line Awesome Free";
    text-align: center;
    z-index: 5;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    top: -3px;
    left: 250px;
    margin-top: 0;
    vertical-align: top;
}
.main-menu .navigation > li > ul > li > a{
    font-weight: 600;
    font-size: 0.85rem;
}
.main-header .header-upper .logo-outer{padding: 15px 0;}
.main-header .search-box-outer{padding: 23px 5px;}
.main-menu .navigation > li{padding: 25px 10px;}
.main-menu .navigation > li:hover > a span{
    color: var(--nova-blue);
}
.main-menu .navigation > li > ul > li:hover > a span{
    color: #0e4082;
}
.main-menu ul li.icon a span{
    display: none;
}
.main-menu ul li.icon a,
.sticky-header .main-menu ul li.icon a{
    width:100%;
    height:100%;
    display: inline-block;
    font-family: 'nova-general' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px !important;
    margin-right: 20px;
}
.main-menu ul li.icon.home-icon a:before,
.sticky-header .main-menu ul li.icon.home-icon a:before{
    content: "\e962";
    display: block !important;
}
.main-menu ul li.icon.active a,
.sticky-header .main-menu ul li.icon.active a{
    color: var(--nova-navy-blue) !important;
}
.main-menu ul li.icon:hover a,
.sticky-header .main-menu ul li.icon:hover a{
    color: var(--nova-blue) !important;
}
.stripped-header{width:calc(100% - 56%); /**background:var(--nova-light-grey);**/ padding:0 30px 0 25px; float:left; display:inline-block; position:relative;}
.stripped-header:after{
    content: "";
    width: 30px;
    transform: skew(-27deg);
    position: absolute;
    margin-left: -75px;
    background: var(--nova-blue);
    height: 60px;
    right: -15px;
    margin-top: -10px;
}
.main-header .header-top .info-list li{padding: 7.5px 0;}
.main-header .top-right .text {
    padding: 7.5px 0;
}
.main-header .top-right .text .icon {
    background: transparent;
    font-weight: 600;
}
.main-menu .navigation > li:hover a {
    color: #474747;
}
.sticky-header .main-menu .navigation > li > .submenu > li a, .sticky-header .main-menu .navigation > li:hover a{
    color: #474747; 
    transition: all ease-in .2s
}

.sticky-header .main-menu .navigation > li > .submenu > li a:hover{
    color: #6db1e3;
    transition: all ease-in .2s
}

.mf-col:first-child,
.mf-col:nth-child(4){
    width: 30%;
}
.mf-col:nth-child(2),
.mf-col:nth-child(3){
    width: 20%;
}


/** GALLERY FEEDS SECTION --- HOMEPAGE  **/
.gallery-feeds-section{
    padding: 75px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.gallery-feeds-wrap{
    display: inline-block;
    position: relative;
    width: 100%;
    font-size:0;
}
.gallery-feeds-wrap .gallery-feed-item{
    width: 16.667%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: -12px 0 0 0;
    padding: 0;
    display: inline-block;
}
.gallery-feeds-wrap .gallery-feed-item.col-2{width:50%; flex:none; max-width:50%; height:300px;}
.gallery-feeds-wrap .gallery-feed-item.col-3{width:33.33%; flex:none; max-width:33.33%; height:260px;}
.gallery-feeds-wrap .gallery-feed-item.col-4{width:25%; flex:none; max-width:25%; height:240px;}
.gallery-feeds-wrap .gallery-feed-item.col-5{width:20%; flex:none; max-width:20%; height:220px;}

.gallery-feeds-wrap .gallery-feed-item .image-wrap{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.gallery-feeds-wrap .gallery-feed-item .image-wrap a{
    position: relative;
    display: inline-block;
    top:0;
    left: 0;
    background: rgb(0 0 0 / 25%);
    width: 100%;
    height: 100%;
    transition: all ease-in .3s;
    
}
.gallery-feeds-wrap .gallery-feed-item .image-wrap a span{
    position: absolute;
    color: #ffffff;
    width: 60px;
    height: 60px;
    top: 300px;
    left: calc(50% - 30px);
    font-size: 55px;
}
.gallery-feeds-wrap .gallery-feed-item .image-wrap a:hover{
    background: rgb(0 0 0 / 85%);
    transition: all ease-in .3s;
}
.gallery-feeds-wrap .gallery-feed-item .image-wrap a:hover span{
    color: #ffffff;
    top: calc(50% - 30px);
    transition: all ease-in .3s;
}
.fancybox-caption{text-align: center;}
.fancybox-caption h3{font-size: 16px; font-weight:500;}
.product-row .product_details{
    padding: 15px;   
}
.product-row .product_details h5{
    font-size: 15px;
    font-weight: 600;
}





/** HEADER RIGHT **/
.header-top .header-right{
    display: inline-block;
    width: 56%;
    float: right;
    text-align: right;
    padding: 0 50px;
    height: 44px;
    background: #f8f9fa;
}
.header-top .header-right .btn-box .btn-style-one {
    padding: 4.5px 22px;
    margin-top: 0;
    border-radius: 0;
}

/** PRICE WIDGET **/
.prices-wrap{
    display: block;
    position: relative;
    width: 460px;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 20px 0 0 0;
    box-shadow: 0 8px 9px 2px rgb(30 30 30 / 15%);
}
.prices-wrap .header{
    width: 100%;
    text-align: center;
}
.prices-wrap .header h3{
    font-size: 25px;
    color: var(--nova-navy-blue);
    font-weight: 500;
}
.prices-wrap .header h3 span{
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.prices-wrap table{
    border: 1px solid #e8e8e8;
    margin: 0;
}
.prices-wrap .table.striped tbody tr td {
    padding: 0.5rem;
    font-weight: 600;
    color: #242424;
}
.subs-header.prices-header{padding-top: 90px;}

/** Large Breadcrumb **/
section.large-breadcrumb{
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 180px 0 70px;
}
section.large-breadcrumb .subs-title{
    display: block;
    width: 55%;
    margin: 0 0 30px;
    position: relative;
}
section.large-breadcrumb .subs-title h1{
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 20px;
}
section.large-breadcrumb .subs-title p {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}
section.large-breadcrumb .page-breadcrumb li a, section.large-breadcrumb .page-breadcrumb li:after{
    color: #ffffff;
}
section.large-breadcrumb .page-breadcrumb li a:hover{
    color: var(--nova-blue);
}
/** Service block rework **/
.service-block-two .front-page{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
}
.service-block-two .front-page .service-title{
    color: #ffffff;
    font-size: 25px;
}
.service-block-two .caption-box .inner {
    padding: 50px 40px;
}
.service-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
.service-block-two .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    height: 300px;
}
.service-block-two .caption-box {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    height: 300px;
}
.service-block-two .image img {
    height: 400px !important;
    object-fit: cover;
}
.service-block-two {
    position: relative;
    margin: 15px 20px 30px;
}
.service-block-two .caption-box h4{
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Nova',Montserrat,sans-serif !important;
}
.service-block-two .caption-box h4 a {
    color: #242424 !important;
    font-family: 'Nova',Montserrat,sans-serif !important;
}
.service-block-two .caption-box h4 a:hover {
    color: var(--nova-blue) !important;
}
.service-block-two .caption-box p{
    font-size: 15px;
    line-height: 22px;
}
.service-block-two .caption-box .icon-box:before{
    background-image: unset !important;
}
.service-block-two .caption-box .icon-box {
    position: absolute;
    right: 10px;
    top: 22px;
    height: 50px;
}
.service-block-two:hover .caption-box .icon-box .icon {
    color: var(--nova-blue) !important;
}

/** Service flip Card **/
.flip-card {
  background-color: #ffffff;
  width: 100%;
  height: 300px;
  border: 0 solid #f1f1f1;
  box-shadow: 0 0 25px 1px rgb(0 0 0 / 15%);
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card-front figure{
    width: 100%;
    height:100%;
    object-fit: cover
}
.flip-card-front figure img{
    height:100%;
    object-fit: cover
}
.flip-card-front .front-title{
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 25%);
}
.flip-card-front .front-title .service-title{
    color: #ffffff;
    font-size: 25px;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: #ffffff;
    color: black;
}
.flip-card-back {
    background-color: #ffffff;
    color: white;
    transform: rotateY(180deg);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flip-card-back .back-title{
    margin: 20px 0;
    font-size: 21px;
}
.flip-card-back .description{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.flip-card-back .icon-box{
    width: 50px;
    height: 50px;
    position: relative;
}
.flip-card-back .icon-box{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.flip-card-back .icon-box span{
    font-size: 40px;
}
.services-carousel .owl-stage{
    padding: 30px 0;
}

.social-icon-two li a{
    width: 50px;
    height: 50px;
    background: #f8f9f8;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 2px solid #0e4082;
    font-size: 30px;
    border-radius: 50%;
    color: #0e4082;
    transition: all ease-in .2s;
}
.social-icon-two li{
    transition: all ease-in .2s;
}
.social-icon-two li a:hover{
    border: 2px solid var(--nova-blue);;
    border-radius: 50%;
    color: #ffffff;
    background: var(--nova-blue);
    transition: all ease-in .2s;
}
.social-icon-two li:hover{
    margin-top: -10px;
    transition: all ease-in .2s;
}
.footer-social{
    display:inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
}
.footer-social .social-icon-two li a{
    width: 40px;
    height: 40px;
    font-size: 23px;
    line-height: 37px;
    opacity: 0.68;
}

footer .social-links .fa:before{
    font-family: 'Line Awesome Brands';
}
footer .social-links{
    display: inline-block;
    position: relative;
    width:100%;
    margin: 25px 0;
}
footer .social-links li a i {
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    border-radius: unset;
    color: #4a565c;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    transition: all ease 500ms;
}
footer .social-links li a:hover i{
    margin-top: -7px;
    transition: all ease 500ms;   
}
footer .mobile-app-dl{
    display: flex;
    gap: 10px;
}
.services-section-two .services-wrap{
    margin-top: 65px;
}
.offering-section{
    padding: 90px 0;
}
.offering-section .image-box .image {
    margin-bottom: 0;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    -o-box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
}
.offering-section .image-box .info-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.offering-section .image-box .info-box h1 {
    line-height: 1em;
    font-weight: 700;
}
.offering-section ul.accordion-box li {
    padding-left: 0;
    margin-bottom: 15px;
}
.wpforms-field ul li:before,
.wpforms-field ul li:after{
    display: none !important;
}
.wpforms-pagebreak-left .wpforms-page-next{
    float: right;
}
.wpforms-pagebreak-left .wpforms-page-prev{
    float: left;
}
#wpforms-form-2638 .wpforms-field-divider h3 {
    color: #ffffff;
    text-align: left;
    font-size: 22px;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
#wpforms-form-2638 .wpforms-field-divider {
    padding: 15px 20px;
    background-color: var(--nova-blue);
    border-radius: 3px;
    border: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator{
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator .wpforms-page-indicator-page-title{
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}
.wpforms-field-pagebreak{
    padding: 0 !important;
}
.wpforms-field-html{
    padding: 30px 20px !important;
    background: #f5f5f5 !important;
    margin: 25px 0 !important;
}
.wpforms-field-html h5{
    line-height: 1.3 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 10px 0 5px !important;
}
.wpforms-field-html h4{
    line-height: 1.3 !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    margin: 10px 0 5px !important;
}
.wpforms-field-html .form-declaration{
    padding-left: 20px;
}
.wpforms-field-radio fieldset ul li{
    padding: 20px !important;
    border-radius: 4px !important;
}
.wpforms-field-radio fieldset ul li:hover,
.wpforms-field-radio fieldset ul li.wpforms-selected {
    background: #f2f3f4 !important;
}
#wpforms-2638-field_25-container,
#wpforms-2638-field_4-container,
#wpforms-2638-field_86-container,
#wpforms-2638-field_6-container{
    margin-top: 25px;
}
.wpforms-container-full .wpforms-form .wpforms-submit-container {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px !important;
    padding-top: 15px !important;
}
.wpforms-container-full button[type=submit]{
    float: right;
    margin-top: 20px;
}
.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page {
    text-align: center;
    line-height: 1.2;
    display: inline-block !important;
}



@media only screen and (min-width:992px){
    .hidden-lg{display: none;}
    .hidden-mobile{display: block;}
    #mainMenu .btn-box{display: none !important;}
}

@media only screen and (max-width:991px){
    .tp-mask-wrap{padding-left:35px;}
    .hidden-mobile{display: none;}
    .hidden-lg{display: block;}
    section.large-breadcrumb .subs-title{
        width: 100%;
    }
    .main-header .top-right{
        margin-left: 200px;
    }
    .main-header .header-top {
        height: 40px;
        overflow: hidden;
    }
    .main-header .top-left {
        display: inline-block !important;
    }
    
}

@media only screen and (max-width: 991px){
	.col-right{padding:0;width:100%;}
	.team-modal {max-width: 90%;}
	.team-modal .modal-body .modal-image{float: none; margin: 0 0 20px 0; border-bottom:4px solid var(--nova-blue); border-radius:8px; width:100%; box-shadow: 0 0 15px 3px rgba(0,0,0,0.1);}
	.main-menu .navbar-collapse > .navigation > li > ul > li{width:98%}
	.main-menu .submenu{background:#ffffff !important;}
	.main-menu .submenu li a{background:#ffffff !important;}
	.main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, 
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, 
	.main-menu .navbar-collapse > .navigation > li.current-menu-item > a {background: #ffffff !important; color: var(--nova-blue) !important;}
	.main-menu .navbar-collapse > .navigation > li:hover{color: var(--nova-blue) !important;}
	.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{background:#241b5e !important;}
	.main-menu .navbar-collapse > .navigation > li:hover>a, .main-menu .navbar-collapse > .navigation > li> ul > li:hover>a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover>a {background: #241b5e!important;}
	.features-section:before { height: 410px !important;}
	.col-right .image{margin-top:30px;}
	.bolder{font-weight:900; margin-left:7px;}
	.single-gallery .image-gallery-wrap .col-lg-4, .single-gallery .image-gallery-wrap .col-md-6{width:100.0%;}
	.about-section .image-box .info-box h1, .offering-section .image-box .info-box h1{color:var(--nova-blue);}
	.subs-header .subs-title{ width: 60%;}
	.tp-caption .text {font-size: 17px !important;}
	.product_wrap .product_item ul,  .promise_wrap ul{margin-bottom:25px;}
	/* .header-upper{position:fixed !important; width:100%;} */
	.navbar-expand-md .navbar-toggler {margin-top: 5px; background-color: transparent !important;}
	.main-header .top-right {float: left !important;}
	.main-header .top-right .text{padding:0 !important;}
	
	.stripped-header {width: 100%;}
	.main-header .header-upper .logo-outer { padding: 8px 0;}
	.sec-title h2 {width: 100%;}
	.cases-wrap .case-block {width: calc(50% - 10px);}
	.home-research-rates .home-research-wrap { width: 50%;}
	.home-research-rates .full-research { width: 100%;}
	.mutual-funds-wrap {width: 48%; border-right: 0;}
	.market-summary-wrap {width: 100%; margin: 30px 15px 25px;}
	.header-upper .auto-container{padding: 0; }
	.main-header .header-upper .logo-outer {padding: 8px 0 0 15px;}
	.main-header .header-upper .logo-outer a{ height: 100%; width: 100%;display: inline-block;}
	.main-menu .navbar-header {padding: 18px 15px 10px !important;}
	.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > a:focus {background: #ffffff !important;}
	.navbar-toggler .icon.pe-7s-unlock{margin-right:15px;}
	.main-menu .navigation > li {border-radius: 0;}
	.main-menu .navbar-collapse > .navigation > li > ul > li {width: 100%;background: #e4e4e4;}
	.main-menu .navbar-collapse > .navigation > li > ul > li a{background: #fcfcfc !important;}
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{background: #f1f1f1 !important; color: #241b5e !important;}
	.subs-page-menu{display: none;}
	.subs-mobile-menu{display: inline-block; min-width: 100%; height: 60px; overflow: hidden;}
	.subs-mobile-menu .auto-container{max-width: 100%;}
	.subs-mobile-menu ul.menu-scroll{padding-left: 25px; width: 100%; overflow: hidden; white-space: nowrap;  height:60px;}
    .subs-mobile-menu ul.menu-scroll li{display: inline-block; padding: 15px 25px;}
    .subsidiary-menu .prev, .subsidiary-menu .next{position: absolute; height: 60px; line-height: 60px; text-align:center; width: 50px; font-size: 55px; top: 0; background: var(--nova-blue); color: #fcfcfc; z-index: 1090; transition: all ease-in .2s;}
    .subsidiary-menu .prev{left: 0; } .subsidiary-menu .prev:hover{box-shadow: 0 0 9px 8px rgb(0 0 0 / 22%); transition: all ease-in .2s;}
    .subsidiary-menu .next{right: 0;} .subsidiary-menu .next:hover{box-shadow: 0 0 9px 8px rgb(0 0 0 / 22%); transition: all ease-in .2s;}
    .subsidiary-menu > ul > li.menu-item-has-children:after{top: 15px;}
    
    .row{padding: 0 15px;}
    .promises-wrap ul {padding: 0 5%;}
    .section-title p {padding: 0 6%; color: #242424; font-size: 14px; line-height: 23px;}
    .contact-box{margin-bottom: 30px;}
    
    .product-modal{width: 90%; }
    
    .gallery-feeds-wrap .gallery-feed-item{
        width: 25%;
        height: 200px;
    }
    .mf-col{
        width: 50%;
    }
    .header-top .header-right{display: none;}
    .logo {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 160px !important;
    }
    .main-header .header-upper {
        margin-top: -10px !important;
    }
    .stripped-header:after{display: none !important;}
    .main-header .header-upper .nav-outer {
        margin-top: 0 !important;
         position: absolute;
    }
    .main-header .header-upper .auto-container {
        min-width: 100%;
    }
    .main-menu .collapse{background: #ffffff; box-shadow: 0 1px 2px 0px rgb(0 0 0 / 40%) !important}
    .main-menu .navbar-collapse > .navigation{border: none !important;}
    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {border: none; color: #0e0e1f;}
    .main-menu .navbar-collapse > .navigation {margin: 0 0 20px !important;}
    #mainMenu .btn-box{width: 100%; position: relative; padding:50px 20px; display: flex;  gap: 20px; justify-content: space-around;}
    .top-header-btn-menu {transform: translate3d(0px, -54px, 0px) !important; width: 300px ! Important; right: unset !important; padding: 20px 15px;}
    .top-header-btn-menu:nth-child(2){right: 0 !important;}
    .btn-box .btn-style-one {padding: 8px 12px; }
    .main-header .btn-style-one {font-size: 13px;}
    .main-menu ul li.icon a span {
        display: inline-block;
        margin-left: 32px;
        position: absolute;
        top: 12px;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 991px) and (max-width:1200px){
    .main-header .top-right .text, .main-header .top-right .text strong {font-size:13px;}
    .main-header .header-top .info-list li{font-size:13px;}
    .stripped-header{width:55%; padding:0 15px 0 25px;}
    .main-header .top-right {float: right; margin-left: 240px;}
    .main-header .top-right .text .icon{margin-right:1px;}
    .stripped-header .info-list span{font-size:22px;margin-right:5px;}
    .main-header .top-right .text .icon{font-size:18px;}
    .main-header .top-left{padding:0 10px;}
    .gallery-feeds-wrap .gallery-feed-item{
        width: 20%;
        height: 200px;
    }
}
.header-upper .logo-outer{position:relative !important;}

@media only screen and (max-width: 767px){
    
    .video-gallery .team-block, .image-gallery .team-block{display:inline-block; width:99%;}
    .subs-header .subs-title{ width: 70%;}
    .product_wrap > div, .promise_wrap .col-md-6{ width: 100%; margin-bottm:25px;}
    .tp-caption .text {font-size: 14px !important;}
    .logo {width: 160px !important;}
    .logo img {  width: 100% !important; margin-top:0px;}
    .navbar-toggler .icon {font-size: 28px !important; line-height: 1.2em;}
    .main-header .top-right .text, .main-header .top-right .text strong{font-size:13px !important; }
    .main-header .top-right .text .icon{font-size:20px !important; margin-right:5px; width:25px;}
    .rev-btn a {font-size: 14px;}
    .single-gallery .image-gallery-wrap > div > .gallery-item{height:260px;}
    .main-header .top-right {float: left !important;}
    .icon-box-wrap .inner-icon-box .title-box h4 {font-size: 14px;}
    .cases-wrap .case-block {width:100%;}
    .home-research-rates .home-research-wrap { width: 100%; margin: 0 0 30px; border-right: 0;}
	.mutual-funds-wrap {width: 100%; border-right: 0; margin: 0 0 30px;}
	.market-summary-wrap {width: 100%; margin: 0 0 30px;}
	.subs-header .subs-title { width: 100%;}
	.prices-wrap {width: 100%;}
	.inner-box > div {display: block;}
	.data-wrap .item {padding: 0; border: 0;}
    .data-wrap .title-wrap, .data-wrap .content-box{padding:0;}
    .data-wrap table {margin: 20px 0 40px;}
    .content-side .section-title h2{font-size: 24px;}
    .gallery-feeds-wrap .gallery-feed-item{
        width: 33.33%;
        height: 240px;
    }
    .mf-col{
        width: 100% !important; 
    }
    
} 

@media only screen and (max-width: 576px){
    .main-header .top-left {
        display: none !important;
    }
    .main-header .top-right{margin-left: 0;}
	.team-modal {max-width: 60%;}
	.video-modal {max-width: 70%;}
	.logo {margin-top: 14px; width: 160px !important;}
	.logo img {  width: 100% !important; }
    .navbar-toggler .icon {font-size: 32px !important;; line-height: 1.2em;}
    .main-header .top-right .text, .main-header .top-right .text strong{font-size:13px;}
    .main-header .top-right .text .icon{font-size:17px !important; margin-right:3px; width:20px;}
    .rev-btn a {font-size: 12px;}
    .tp-caption .text {font-size: 12px !important; margin-top: 2px !important; }
    .single-gallery .image-gallery-wrap > div > .gallery-item{height:280px;}
    .n2-ss-layer.sub-title .n2-ss-item-content{font-size: 15px !important;}
	.n2-ss-layer.main-title .n2-ss-item-content{font-size: 21px !important;}
	.n2-ss-slider .n2-ss-slide-background-image img {object-position: right center !important;}
	.main-header .header-upper .logo-outer { padding: 0 0 0 15px;}
	.gallery-feeds-wrap .gallery-feed-item{
        width: 50%;
        height: 240px;
    }
}
@media only screen and (max-width: 480px){
    .gallery-feeds-wrap .gallery-feed-item{
        width: 100%;
        height: 260px;
    }
}
@media (min-width: 577px)  and (max-width: 767px){
	.modal-dialog {
		max-width: 500px;
	}
	.n2-ss-layer.sub-title .n2-ss-item-content{font-size: 17px !important;}
	.n2-ss-layer.main-title .n2-ss-item-content{font-size: 24px !important;}
	.n2-ss-slider .n2-ss-slide-background-image img {object-position: right center !important;}
}

@media (min-width: 768px)  and (max-width: 991px){
	.modal-dialog {
		max-width: calc(500px + 10%);
	}
	.n2-ss-layer.sub-title .n2-ss-item-content{font-size: 19px !important;}
	.n2-ss-layer.main-title .n2-ss-item-content{font-size: 33px !important;}
	.n2-ss-slider .n2-ss-slide-background-image img {object-position: center center !important;}
}

@media (min-width: 992px)  and (max-width: 1200px){
	.modal-dialog {
		max-width: calc(500px + 20%);
	}
	.n2-ss-layer.sub-title .n2-ss-item-content{font-size: 21px !important;}
	.n2-ss-layer.main-title .n2-ss-item-content{font-size: 36px !important;}
	.n2-ss-slider .n2-ss-slide-background-image img {object-position: center center !important;}
}

@media (min-width: 1201px)  {
	.modal-dialog {
		max-width: calc(500px + 30%);
	}
}











