@charset "utf-8";
/* CSS Document */
@import url('../font/css/fontawesome-all.min.css');
body {
	font-family: 'Work Sans' !important;
	font-size: 16px;
}
.ptb-80 {
	padding: 50px 0px !important;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
a:hover {
	text-decoration: none;
}
.white{
	color: #fff !important;
}

.header-top 
{
	width: 100%;
	color: white;
	font-size: 15px;
	background: #011643;
	padding:0;
}
.header-top .portfolio-login {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    /*border-radius: 0;*/
    /*line-height: 20px;*/
    color: #fff;
    /*padding: 5px 17px;*/
    min-width: auto;
}
.header-top .portfolio-login:hover {
    background-color: #fff !important;
    color: #181818 !important;
    padding: 5px 10px;
    min-width: auto;
}
.social 
{
	text-align: right;
}
.social i 
{
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 29px;
	background: #fff;
	border-radius: 17px;
}
.social i:hover
{
	background: #000;
}
.social i:hover:before
{
	color: #fff;
}
.social i:before{
	color: #fff;
}
.social a:hover i:before{
	color: #ff0000;
}
.fa-phone 
{
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.login 
{
	border: 1px solid white;
	margin-left: 0px;
	font-size: 12px;
}
.login a 
{
	text-align: center;
	line-height: 29px;
	padding: 0px 10px;
}
.login i 
{
	margin-right: 5px;
}
.header-main{
	position: relative;
}
.header-top .top_left a {
    margin-right: 12px;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    margin-top: 4px;
}
.header-top .top_left a:hover {
    color: #ff0000;
}
.header-top .top_left a i {
    font-size: 24px;
    vertical-align: middle;
}
.header-top .social {
    display: inline-block;
    padding: 5px 20px 5px 0;
    vertical-align: middle;
}
.header-top .social i {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 17px;
    font-size: 22px;
    background: transparent;
}
.header-top .social a:hover i{
	background-color: transparent;
	color: #ff0000;
}
.header-top a 
{
	color: white;
	display: inline-block;
}
.header-top a:hover {
    color: #fd0000 !important;
}
.header-top .fas 
{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header-nav {
	width: 100%;
	position: relative;
	background: #011643;
}
.header-nav .login-panel {
    text-align: right;
    display: inline-block;
}
.header-nav #navbarNavDropdown .navbar-nav {
    float: right;
}
.header-nav .nav-item .nav-link {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 10px 11px;
    color: #181819;
    font-size: 16px;
    color: #fff;
}
.header-nav .navbar-nav .dropdown a {
    color: #ffffff;
}
.header-nav .nav-item .nav-link:hover {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.header-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 2px;
    border-width: 2px 2px 0 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: #ff0000;
    width: 0;
}

.header-nav .nav-item .nav-link:hover::before  {
    width: 100%;
    opacity:1;
}
.header-nav .logo img {
    width: 250px;
    /*margin: 6px 0;*/
}
.header-nav .navbar 
{
	padding: 0px 0px;
}
.header-nav .navbar-nav li a 
{
	color: #fff;
	/*font-weight: bold;*/
	font-weight: 500;
	font-size: 18px;
}
.header-nav .navbar-toggler 
{
	background: #011643;
	width: 100%;
	border-radius: 0px;
	color: white;
	font-weight: bold;
	padding: 10px 0px;
}

.bottom-header {
    background-color: transparent;
    position: absolute;
    bottom: -53px;
    left: 0;
    z-index: 99;
    width: 100%;
}
.menu_area {
    display: inline-block;
    width: calc(100% - 156px);
    vertical-align: middle;
}
.bottom-header .menu_area {
    background-color: #4a4a4a;
}
.bottom-header .menu_area .nav-link {
    color: #fff;
    padding: 16px 8px;
}
.bottom-header .menu_area .nav-link:hover {
    color: #ff0000 !important;
}

/* header end*/

/* banner start*/
.bannerslider 
{
	width: 100%;
	float: left;
	position: relative;
}
/*.bannerslider::after {
    content: "";
    position: absolute;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.bannerslider .owl-dots 
{
	transform: translateY(-30px);
	position: absolute;
	width: 100%;
}

.bannerslider .owl-nav {
    display: none;
}
.owl-prev, .owl-next 
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.owl-prev 
{
	left: 20px;
}
.owl-next 
{
	right: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-] 
{
	background: transparent;
}
.owl-theme .owl-nav 
{
	margin-top: 0px;
}
.bannerslider i {
	font-size: 43px;
}
.owl-text-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom: 20px;
  font-family: 'Poppins';
  background-color: rgba(0,0,0,0.5);
  padding-top: 180px;
}
.owl-text-overlay .owl-title {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
}
.owl-text-overlay .btn-primary {
    display: block;
    width: 160px;
    margin: 25px auto;
}
.invest-now a
{
	padding: 10px 21px;
	background: #009846;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	margin-top: 12px;
	display: inline-block;
}
/* banner end*/

/* header start*/
.sec-heading 
{
	margin-bottom: 25px;
	position: relative;
}
.sec-heading h1 {
	text-align: center;
	font-size: 30px;
	color: #011643;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.sec-heading h1 .black{
	font-weight: bold;
}

.sec-heading h1::after {
    content: "";
    position: absolute;
    background-color: #011643;
    width: 40px;
    height: 4px;
    border-radius: 40px;
    bottom: -10px;
    left: calc(50% - 20px);
}
.sec-heading.light-heading 
{
	margin-bottom: 25px;
	position: relative;
}
.sec-heading.light-heading h1 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.sec-heading h1 .black{
	font-weight: bold;
}

.sec-heading.light-heading h1::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 4px;
    border-radius: 40px;
    bottom: -10px;
    left: calc(50% - 40px);
}
.fea-text 
{
	overflow: hidden;
}
.fea-text h3, .sec-box h3, .box h3 
{
	font-size: 20px;
	font-weight: bold;
}
.btn-secondary
{
	background-color: #e63d24;
}
.header-top .fa-whatsapp
{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
/* header end*/

/* news start*/
.news .nav-pills .nav-link.active {
	background: #181819;
}
.news .nav-pills .nav-link {
	border-radius: 0px;
	color: white !important;
	font-size: 14px;
	padding: 8.5px 8.6px;
}
/* news end*/

/* form start*/
.form_con .w-100 {
	width: 100%;
	float: left;
}
.form_con .form-control {
	font-size: 14px;
	margin-bottom: 14px;
}
/* form end*/

/* partners start*/
.partners 
{
	padding: 70px 0px;
	/*background: #f5f5f5;*/
}
.partners ul 
{
	margin-bottom: 10px !important;
}
.partners ul li 
{
	margin-right: 10px !important;
	float: left;
	list-style: none;
}
.partners ul li img 
{
	padding: 2px !important;
	border: 1px solid #dddddd !important;
}
/* partners end*/

/* footer start*/
.footer_main{
	position: relative;
	width: 100%;
	float: left;
	color: #000;
	background: #181819;
}
.footer_main .footer-top{
	padding: 60px 0 20px;
	background: #011643;
}
.footer_main .footer-top .contact-info .item {
    margin: 0 0 15px 0;
}
.footer_main .footer-top .contact-info .item .title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.footer_main .footer-top .contact-info .item .title .fa-phone {
    transform: rotate(0deg);
}
.footer_main .footer-top .contact-info .item a, .footer_main .footer-top .contact-info .item p {
    color: #fff;
}
.footer_main iframe {
	width: 100%;
	height: 350px !important;
	margin-bottom: -6px;
}
.footer_main a, .footer_main a:hover {
	color: #000;
}
.footer_main h3 {
	font-size: 22px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 11px;
}
.footer_main a {
	color: #fff;
}
.social-icons h3
{
	border-bottom: 0px;
}
.footer_main .menu-link 
{
	margin: 0px;
}
.footer_main .menu-link li {
	float: left;
	width: 100%;
	padding-top: 8px;
}
.footer_main .menu-link a {
	color: #fff;
}
.useful_links .menu-link a {
	color: #fff;
}
.copyright-text 
{
	width: 100%;
	background: #17191a;
	padding-top: 20px;
	text-align: center;
}
.copyright-text .useful_links {
    text-align: left;
}
.copyright-text .useful_links .menu-link li{
	display: inline-block;
	width: auto;
	padding: 10px;
	float: none !important;
}
.copyright-text .useful_links .menu-link li a:hover{
	color: #181819;
}
.copyright-text p {
    text-align: center !important;
}
footer .menu-link li
{
	list-style-type: none;
}
footer .menu-link 
{
	padding-left: 2px;
}
footer .social i
{
	border: 2px solid #444;
	border-radius: 0;
}
footer .menu-link li i
{
	font-size: 18px;
	margin-right: 9px;
}
footer .menu-link li i.fa-phone
{	
	transform: rotate(0deg);
}
.copyright-text , .copyright-text a
{
	color: #fff;
}
.footer-links
{
	background: #3070c4;
	text-align: center;
}
.footer-links ul li
{
	display: inline-block;
	padding: 10px 10px;
}
.footer-links ul li a
{
	color: #fff;
}
.footer-links ul
{
	margin-bottom: 0px;
	width: 100%;
}
/* footer end*/

/* contact start*/
.contact-box {
    box-shadow: 0px 2px 16px #d0caca;
    padding: 40px 20px 25px 20px;
    background: white;
    width: 100%;
    text-align: center;
    min-height: 207px;
}
.contact-box h3 
{
	font-weight: bold;
	margin-top: 15px;
	font-size: 22px;
}
.contact-box p, .contact-box a 
{
	font-size: 16px;
	color: #181819;
	margin: 0;
}
/* contact end*/

/* tablist start*/
.tablist li 
{
	width: 100%;
	float: left;
}
.tablist.nav-pills .nav-link.active 
{
	background: #e21d29;
	background: #009846;
}
.tablist.nav-pills .nav-link 
{
	background: #016cb4;
	background: #e63d24;
	color: white;
	margin-bottom: 7px;
	padding: 10px 15px;
}
/* tablist end*/

/*-- portfolio login */
#myModal , #myModal1 , #myModal2 , #myModal3 , #myModal4, #myModal5 , #myModal6 , #myModal7 , #myModal8 {
	text-align: center;
	z-index: 999999;
}
#myModal .modal-header , #myModal1 .modal-header , #myModal2 .modal-header , #myModal3 .modal-header , #myModal4 .modal-header , #myModal5 .modal-header , #myModal6 .modal-header , #myModal7 .modal-header , #myModal8 .modal-header {
	color: white;
	background: #016cb4;
	background: #016cb4;
	padding: 10px 20px;
}
#myModal .modal-title , #myModal1 .modal-title , #myModal2 .modal-title , #myModal3 .modal-title , #myModal4 .modal-title  , #myModal5 .modal-title , #myModal6 .modal-title , #myModal7 .modal-title , #myModal8 .modal-title {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.input-in {
	display: inline-block;
	margin: 0 12px 10px;
}
.input-fld .form-control {
	margin-bottom: 20px;
}
.forgot-pass {
	color: #016cb4;
	font-size: 11px;
	float: left;
	text-align: center;
	width: 100%;
}
.box_content {
	background-color: #FFFFFF;
	border: 2px solid #dddddd;
	left: 35%;
	overflow: hidden;
	padding: 15px;
	position: fixed;
	top: 25%;
	width: 430px;
	z-index: 999999999;
	height: 240px;
}
.grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99999999;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.imgs {
	top: 0;
	right: 0px;
	position: absolute;
	font-size: 20px;
	color: white;
	font-weight: bold;
	width: 30px;
	height: 30px;
	/*background: red;*/
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
img#cross {
	position: relative;
	float: right;
	top: -29px;
	left: 24px;
}
/*-- /portfolio login */





/* menu start */
.navbar-nav .dropdown-menu
{
	margin-top: 0px;
}
.nav-item.dropdown:hover .dropdown-menu
{
	/*display: block;*/
}
.dropdown-menu a:hover
{
	background: #016cb4;
	background: #009846;
	color: #fff !important;
}
.menu-bar
{
	background: #181819;
}
/* menu end */

/* home start */
.ih-item.circle 
{
    position: relative;
    width: 100%;
    /*height: 200px;*/
    display: table;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
    padding: 5px 0px;
}
.ih-item.circle p
{
	margin-bottom: 0px;
}
.ih-item img 
{
    margin-bottom: 15px;
}

.text1 li 
{
    padding-bottom: 8px;
    border-bottom: 1px solid #c1c2ca;
    font-size: 13px;
    color: #000;
    list-style: url(../images/right.png);
    text-align: justify;
    margin-top: 3px;
    line-height: normal;
}
/* home end */


.second-section h3
{
	background: #181819;
	color: #fff;
	text-align: center;
	padding: 7px 0px;
	margin-bottom: 0px;
	font-size: 1.3rem;
	font-weight: 500;
}
/*.invest-corner
{
	background: #efeeee;
}*/
.ih-item.circle:hover
{
	background: #fff;
	box-shadow: 2px 1px 7px 3px #c8c8c8;
}
.invest-corner h6
{
	font-weight: 600;
}
.news .nav-item {
    width: 33.33%;
}
.news .nav-item .nav-link {
    padding: 10px 0;
    background-color: #011643;
    border-radius: 0;
    color: #fff;
}
.news .nav-item .nav-link.active {
    background-color: #ff0000;
}
.news .tab-content {
    border: 1px solid #151515;
}
.title_bar {
    background-color: #011643;
    margin: 0;
    padding: 7px 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.tab-content marquee
{
	padding: 5px;
}
.market-update
{
	background: url('../images/market-update.png');
	padding-bottom: 0px !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.market-update .box
{
	/*background: #fff;*/
}
.market-update .box h3
{
	text-align: center;
	padding: 20px 0px;
}
.download {
    background: url(../images/download-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
    padding: 30px 0;
    overflow: hidden;
}
.download .mobile {
    /*position: relative;*/
}
.download .mobile .items {
    /*position: absolute;*/
    text-align: center;
}
.download .items.item_1 {
    z-index: 999;
}
.download .items.item_2
{
	/*left: 190px;*/
	/*list-style-type: none;*/
}
.download .items
{
    list-style-type: none;
}
.download .mobile .items img {
    /*width: 310px;*/
    /*margin-top: -50px;*/
}
.mobile .items.item_2 img {
    /*width: 290px;*/
}
.download ul li
{
	display: inline-block;
}
.download .box
{
	color: #fff;
	padding: 46px 0px;
}
.download .box p
{
	margin: 40px 0px;
}
.download .box ul
{
	padding: 0;
}
footer p
{
	text-align: justify;
	color: #fff;
}
#frmContact .btnAction 
{
	background: #181819;
	color: #fff;
	padding: 7px 23px;
	margin: 8px 0px;
	margin: 0px auto;
}
.news ul li {
    width: 33%;
    text-align: center;
}
.second-section .cal-name
{
	background: #181819;
	color: #fff;
	text-align: center;
	padding: 4px 0px;
	font-size: 20px;
	font-weight: 500;
}
.fadeOutslider1 img
{
	width: auto !important;
}
#market-updates .bannerslider
{
	/*background: #fff;*/
	padding: 19px;
	float: none;
	min-height: 290px;
}
#market-updates .bannerslider h3
{
	font-size: 16px;
}
.fadeOutslider1 .owl-dots
{
	position: relative;
	border: 0px;
}
.menu-btn.nav-item .nav-link
{
	border: 1px solid;
	padding: 6px 6px;
	padding: 4px 3px;
	margin-left: 6px;
	background: #fff;
	color: #181819;
}
.menu-btn.nav-item .nav-link:hover
{
	background: #181819;
	color: #fff;
}
.content-text ul
{
	padding-left: 15px;
}
.portfolio-login-div
{
   /* position: absolute;
    z-index: 1;
    top: 50px;
    width: 390px;
    right: 150px;
    background: #cfcecd9e;*/
}
.portfolio-login-div h3
{
	background: #181819;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}
.portfolio-login-div .btnAction  , .dis-login , .dis-login:hover
{
	background: #1e1f1f;
	color: #fff;
	display: block;
	border: 0px;
	padding: 7px 24px;
	margin: 0px auto;
	width: max-content;
	border-radius: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.forgot-pass
{
	color: #1e1f1f;
	font-weight: 600;
}
#Open-an-Account
{
	position: fixed;
	top: 0%;
	right: 0px;
	z-index: 99;
	padding: 0px;
}
#Request-a-call-Back
{
	position: fixed;
	bottom: 0%;
	right: 0px;
	z-index: 99;
	padding: 0px;
}
#Open-an-Account img , #Request-a-call-Back img
{
	width: 80%;
	float: right;
}
.nav-pills > li 
{
    float: left;
    width: 100%;
    margin-left: 0px !important;
}
.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover 
{
    background: #181819;
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
    color: white !important;
    border-radius: 0px;
    display: block;
    text-decoration: none;
}
.tabing .tab-content
{
	border: 0;
}
.nav.nav-pills li .active.show
{
	background: #1e1f1f;
}
.tabing .tab-content h1
{
	font-size: 1.9rem;
}
.blink a
{
	animation: blink 1s linear infinite;
}
@keyframes blink
{
	0%
	{
		opacity: 0;
	}
	50%
	{
		opacity: .5;
	}
	100%
	{
		opacity: 1;
	}
}
.invest-corner .col-md-3.mb-20
{
	margin-bottom: 10px;
}
.ptb-40 
{
    padding: 30px 0px !important;
}
.invest-corner .sec-heading h1
{
	margin-top: 20px;
}
.download h1
{
	font-size: 1.8rem;
}
.download .mobile img
{
	max-width: 90%;
}
#market-updates
{
	color: #fff;
}
#market-updates .owl-carousel .owl-item .item
{
	text-align: center;
}
#market-updates .owl-carousel .owl-item .item img
{
	display: initial;
}
#LightBox.intro , #grayBG.intro
{
	display: none !important;
}
.logins
{
	padding-left: 0px;
	margin: 10px 0 !important;
	float: right;
}
.logins li {
    width: 16%;
    display: inline-block;
    vertical-align: middle;
}

.logins li a {
    background: #181819;
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px !important;
    min-height: 85px;
    vertical-align: middle;
}
.logins a:hover {
    background-color: #011643;
}
.logins li a i {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.box-services
{
    display: block;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin: auto;
    border: 10px solid #181819;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}
.box-service span
{
	color: #1e1f1f;
	display: block;
	text-align: center;
	font-weight: 700;
	padding-top: 5px;
	font-size: 1.1rem;
}
.box-services:hover 
{
    border: 14px solid #1e1f1f;
    box-shadow: 0px 0px 10px #ccc;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}
.col-2.box-service
{
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 20px;
}
.advertisment img
{
	padding: 14px;
}
.advertisment
{
	border: 2px solid #181819;
	box-shadow: 2px 2px 6px 0px #181819;
	background: #fff;
}

.trading label , .trading input
{
	display: block;
	width: 100%;
}
.trading input
{
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 10px;
}
.trading button
{
	border: 0px;
	padding: 9px 20px;
	background: #222;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
#contact_results .success
{
	background: #181819;
	color: #fff;
	padding: 9px 24px;
	font-weight: 800;
}


.menu-btn.nav-item.dropdown .nav-link
{
	border: 0px;
}
.header-nav .navbar-nav li.dropdown a
{
	color: #fff;
}
.dropdown-menu a:hover
{
	background: #181819;
	color: #fff;
}
.market-watch li
{
	width: 50%;
}
#mail-status p , #mail-status_en p
{
	color: #000 !important;
}
.partner-btn
{
	margin: 0px auto;
	/*padding: 0px;*/
}
.partner-btn li
{
	display: inline-block;
	margin-bottom: 21px;
}
.partner-btn li a
{
	background: #3070c4;
	color: #fff;
	padding: 8px 25px;
	font-size: 17px;
}
.Number_disable , .OtherS, .Marstatus
{
	display: none;
}
#R_Code1 , #R_Code2
{
	display: block;
	padding: 5px;
	display: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	width: 100%;
}
#R_Code1.display , #R_Code2.display
{
	display: block;
}
#R_Code2
{
	background-color: #e9ecef;
	opacity: 1;
}
#R_Code1.displayno , #R_Code2.displayno
{
	display: none;
}
.portfolio a h3
{
	background: #181819;
	color: #fff;
	padding: 33% 31px;
	font-size: 20px;
	text-align: center;
}
.portfolio-login .login-field
{
	font-size: 15px;
}
.dropdown-menu .dropdown-submenu .dropdown-menu
{
	top: 0;
	left: 100%;
}


 @media (max-width: 1199px) {
.login {
	font-size: 16px;
	margin-left: 9px;
}
.news .nav-pills .nav-link {
	padding: 8.5px 3.6px;
}

.logins li a {
    padding: 9px 17px !important;
}


}
 @media (max-width: 991px) 
 {
	.contact-box 
	{
		margin-bottom: 20px;
		min-height: auto;
	}
	.header-top, .header-top .text-right 
	{
		text-align: center !important;
	}
	.header-nav .navbar-nav li a 
	{
		font-size: 14px;
		padding-left: 7px !important;
	}

	.news .nav-pills .nav-link 
	{
		padding: 8.5px 10px !important;
	}
	.copyright-text .col-lg-6, .copyright-text .text-right 
	{
		text-align: center !important;
	}
	.contact-box 
	{
		margin-bottom: 20px;
		min-height: auto;
	}

	.logins li a {
    padding: 9px 5px !important;
    font-size: 12px;
}

	.col-2.box-service
	{
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.col-2.box-service.offset-1
	{
		margin-left: 0%;
	}
	.main_section.market-updates.market-updatess img
	{
	    width: 100%;
	}
	.grid-items:nth-child(6)
	{
	    grid-row: 1;
        grid-column: 1
	}
	.social .login
	{
	    margin-bottom: 10px;
	}
	.menu_area
	{
	    width: 100%;
	}
	#navbarNavDropdown
	{
	    position: absolute;
        z-index: 999;
        width: 100%;
        top: 57px;
	}
	.header-nav .col-12.col-md-2.my-2
	{
	    padding: 0px !important;
	    margin: 0px !important;
	}

}

@media (max-width: 767px) 
{
 	.ih-item .fundz
 	{
 		width: 100%;
 	}
	header, .social 
	{
		text-align: center;
	}
	.header-nav .navbar-nav 
	{
		padding: 0px 0px 10px 0px;
		background: #011643;
	}
	.header-nav .navbar-nav li a 
	{
		text-align: center;
		color: white;
		padding: 6px 0px !important;
	}
	.navbar-nav li a:hover 
	{
		color: white !important;
	}
	.bannerslider 
	{
		margin-top: 0px;
	}
	.sec-heading h1 
	{
		font-size: 30px;
	}
	footer .container {
		width: 100%;
		max-width: 100%;
	}
	.portfolio-login-div
	{
		position: relative !important;
		top: 0px !important;
		right: 0 !important;
		margin: 0px auto;
	}

	ul.logins {
    float: none;
}


}

@media (max-width: 575px) 
{
	.cont-form .w-50 
	{
		width: 100% !important;
	}
}

@media (max-width: 480px) 
{
	.col-2.box-service
	{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.col-2.box-service.offset-1
	{
		margin-left: 0%;
	}
}

@media (max-width: 464px) 
{

.logins li {
    line-height: 50px;
}

}

.d-inline-block a {
    color: white;
    display: inline-block;
    background: #ffff;
    padding: 3px 3px 4px 3px !important;
    border-radius: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: #3070c4; */
  /*background-color: #3070c4;*/
}

/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #3070c4;*/
  margin: auto;
  padding: 0;
  border: 1px solid #3070c4;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close , .close1 , .close2 , .close3 , .close4 , .close5 , .close6 , .close7 , .close8 {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.close:hover , .close:focus , .close1:hover , .close1:focus  , .close2:hover , .close2:focus , .close3:hover , .close3:focus , .close4:hover , .close4:focus , .close5:hover , .close5:focus , .close6:hover , .close6:focus , .close7:hover , .close7:focus , .close8:hover , .close8:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background-color: #3070c4;
  color: white;
}
.modal-header h2
{
    font-family: inherit;
    margin-bottom: 0px;
    font-size: 22px;
}
.modal-body {padding: 15px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #3070c4;
  color: white;
}
.modal .btnAction 
{
    background: #016cb4;
color: #fff;
padding: 5px 12px;
font-size: 15px;
border-radius: 4px;
margin-top: 5px;
text-transform: uppercase;
}


.main_section{
	padding: 50px 0;
}
.gray{
	color: #f5f5f5 !important;
}
.black{
	color: #181819 !important;
}
.secondary{
	color: #011643 !important;
}
.gray-bg{
	background-color: #858585 !important;
}
.dark-bg{
	background-color: #011643 !important;
}
.light-bg{
	background-color: #f5f5f5 !important;
}

.btn-primary {
    background-color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    min-width: 150px;
    padding: 5px 10px;
    border-radius: 30px;
}
.btn-primary:hover {
    background-color: #011643 !important;
    border: 1px solid #011643 !important;
    color: #fff;
}


.inner_box {
    text-align: center;
    padding: 10px;
}
.inner_box h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}

.aboutus_section .about-img{
	position: relative;
}
.aboutus_section .about-img::after {
    content: "";
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #011643;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aboutus_section .about-img img {
    width: 100%;
}
.blue_overlay-section {
    background: url(../images/download-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
    padding: 30px 0;
    overflow: hidden;
}
.sip-calculator-section{
	padding: 0;
	background: url(../images/sip-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.overlay-black{
	padding: 60px 0;
	background-color: rgba(0,0,0,0.85);
}
.overlay-primary{
	padding: 60px 0;
	background-color: rgba(35,118,184,0.9);
	background: #011643d6;
	padding-bottom: 0px;
}

.sip-calculator-section .sec-heading h1 {
    color: #fff !important;
}


#testimonialCar .item{
	margin: 20px;
}

.testimonial_section.form-custom .form-control {
    padding-bottom: 0px;
}
.testimonial-box {
    padding: 20px;
    position: relative;
    text-align: center;
}
.testimonial-box .owl-nav {
    display: none;
}
.testimonial-box .image {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px auto;
    vertical-align: bottom;
    position: relative;
    z-index: 99;
}
.testimonial-box .client-info {
    display: block;
    width: 100%;
    vertical-align: bottom;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
}
.testimonial-box .client-info h3 {
    font-size: 18px !important;
    color: #181818;
}
.testimonial-box .client-info p {
    margin-bottom: 0;
}
.testimonial-box p {
    color: #181818;
    position: relative;
    z-index: 99;
}
#testimonialCar .owl-dots {
    margin-top: 50px;
}
#testimonialCar .owl-dots .owl-dot span {
    background: #869e45;
}
#testimonialCar .owl-dots .owl-dot.active span, #testimonialCar .owl-dots .owl-dot:hover span {
    background: #f4c562;
}
.bannerslider .owl-dots .owl-dot span {
    background: #ffffff;
}
.bannerslider .owl-dots .owl-dot.active span, .bannerslider .owl-dots .owl-dot:hover span {
    background: #f4c562;
}
.footer_main .footer_contact {
    margin-bottom: 30px;
}

.footer_main .footer_contact h3 {
    margin-bottom: 0;
}
.footer_main a:hover {
    color: #ff0000;
}
.footer_main .footer_contact i {
    color: #011643;
    font-size: 30px;
    margin-right: 8px;
    vertical-align: middle;
}
.footer_main .footer_contact .fa-phone {
    transform: rotate(10deg)
}
.TabbedPanelsTabGroup {
    background-color: #011643 !important;
}
.TabbedPanelsTabSelected {
    background: #ff0000 !important;
}

.partner-academy_section .sec-heading h1 {
    text-align: left;
    text-transform: uppercase;
}
.invest-corner {
    padding: 50px 0 !important;
}
.blue_overlay-section.sip-calculator-section {
    padding: 60px 0;
}

.fixed_btn_section {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 999;
}
.fixed_btn_section .fixed_item{
	padding: 0;
    list-style-type: none;
}
.btn_item {
    display: inline-block;
    width: 200px;  
}
.fixed_btn_section .btn_item {
    display: inline-block;
    width: 200px;
    transform: translateX(165px);
    background-color: #f5f5f5;
    padding: 5px 15px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
    color: #011643;
}
.fixed_btn_section .btn_item span{
    padding-left: 10px;
}
.fixed_btn_section .btn_item:hover {
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}
.title-strip {
    background-color: #181819;
    color: #fff;
    padding: 5px;
    font-size: 20px;
}

.market_update_section {
    padding: 30px 0 60px 0 !important;
}
.market_update_section .nav.nav-pills li .active {
    background: #011643 !important;
}

.partner-section marquee img {
    width: 160px;
    margin: 20px;
}

.contact-section {
    position: relative;
}
.contact-section::before {
	/*content: "";*/
	/*position: absolute;*/
	/*line-height: 0;*/
	/*top: 0;*/
 /*   background-color: rgba(0,0,0,0.8);*/
 /*   width: 50%;*/
	/*height: 100%;*/
	/*z-index: 99;*/
}
.contact-section::after {
	/*content: "";*/
	/*position: absolute;*/
	/*line-height: 0;*/
	/*top: 0;*/
	/*width: 50%;*/
	/*height: 100%;*/
 /*   background-image: url(../images/contact-bg.jpg);*/
 /*   background-repeat: no-repeat;*/
 /*   background-size: auto;*/
 /*   background-position: center;*/
 /*   z-index: 9;*/
}
.contact-section .request-call {
    z-index: 999;
    position: relative;
    padding: 100px 0;
}
.contact-section .request-call h3{
    color: #fff;
    font-size: 30px;
}
.contact-section .request-call .item {
    padding: 10px;
}
.contact-section .request-call a{
    color: #fff;
}
.contact-section .request-call i {
    color: #fff;
}
.contact-section .request-call p {
    color: #fff;
}
.contact-section .contact_info p {
    color: #181819;
    font-size: 16px;
}
.contact-section .contact_info a {
    color: #181819;
}
.contact-section .contact_info a:hover {
    color: #011643;
}
.contact-section .contact_info p i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #181819;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}



.form-custom .form-control {
    padding: 10px;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.form-custom #captcha {
    width: calc(100% - 165px);
    display: inline-block;
}
.form-custom .btnRefresh {
    padding: 8px;
    background-color: #011643;
    color: #fff;
    margin: 0 5px;
}
.form-custom #captcha_code {
    height: 40px !important;
    border-radius: 3px;
}


.investment-solution-section{

}
.investment-solution-section .solution_box {
    display: block;
    width: 100%;
    color: #fff;
    margin: 15px 0 40px 0;
    padding: 15px;
}
.investment-solution-section .solution_box:hover {
    background-color: #fff;
}
.investment-solution-section .solution_box .icon img {
    width: 70px;
}
.investment-solution-section .solution_box img:last-child {
    display: none;
}
.investment-solution-section .solution_box:hover img:last-child {
    display: inline-block;
}
.investment-solution-section .solution_box:hover img:first-child {
    display: none;
}
.investment-solution-section .solution_box h2 {
    font-size: 20px;
    margin: 12px 0;
}
.investment-solution-section .solution_box:hover h2 {
    color: #181818;
}
.investment-solution-section .solution_box:hover p {
    color: #181818;
}


.product_section {
    padding-top: 70px;
}
.product_section .product_row{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.product_section .product_box {
    background-color: #f1f1f1;
    padding: 20px 20px 5px 20px;
    display: grid;
    grid-template-columns: 20% 80%;
    border: 01px solid #ddd;
}
.product_section .product_box:hover {
    background-color: #fff;
}
.product_section .product_box .icon i {
    font-size: 65px;
    color: #181819;
}
.product_section .product_box .info {
    color: #181819;
    letter-spacing: 0;
}
.product_section .product_box .info h5 {
    font-weight: 600;
}
.product_section .product_box .info p{
	font-size: 16px;
}


.invest-corner-inner .fundz {
    padding: 30px 15px 20px 15px;
}
.invest-corner-inner .fundz .icon_title {
    /*display: block;*/
    /*text-align:left;*/
}

.invest-corner-inner .fundz .icon {
    /*background-color: #011643;*/
    display: inline-block;
    width: 75px;
    height: 45px;
    padding: 0;
    position: relative;
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.invest-corner-inner .fundz:hover .icon{
    /*background-color: #ff0000;*/
    transition: all 0.2s ease-in-out;
}
.invest-corner-inner .fundz .icon::before {
    /*content: "";*/
    /*position: absolute;*/
    /*border: 38px solid transparent;*/
    /*border-top: none;*/
    /*border-bottom: 18px solid #011643;*/
    /*top: -18px;*/
    /*left: 0;*/
    /*transition: all 0.2s ease-in-out;*/
}
.invest-corner-inner .fundz:hover .icon::before{
    border-bottom: 18px solid #ff0000;
    transition: all 0.2s ease-in-out;
}
.invest-corner-inner .fundz .icon::after {
    /*content: "";*/
    /*position: absolute;*/
    /*border: 38px solid transparent;*/
    /*border-bottom: none;*/
    /*border-top: 18px solid #011643;*/
    /*bottom: -18px;*/
    /*left: 0;*/
    /*transition: all 0.2s ease-in-out;*/
}
.invest-corner-inner .fundz:hover .icon::after{
    border-top: 18px solid #ff0000;
    transition: all 0.2s ease-in-out;
}
.invest-corner-inner .fundz .text {
    /*text-align: left;*/
    /*display: inline-block;*/
    /*width: calc(100% - 91px);*/
    /*vertical-align: top;*/
    /*margin-top: -15px;*/
}
.invest-corner-inner .fundz .icon_title h6 {
}
.invest-corner-inner .fundz i {
    font-size: 52px;
    color: #fff;
    margin-top: -3px;
}


.side_bar .menu_bar ul {
    list-style-type: none;
    padding: 0;
}
.side_bar .menu_bar li a {
    display: block;
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    color: #111;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.side_bar .menu_bar li a:hover {
    background-color: #011643;
    color: #fff;
    border-bottom: 1px solid #011643;
}
.side_bar .menu_bar li a i {
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.side_bar .contact_bar {
    background-color: #f2f2f2;
    padding: 20px;
}
.side_bar .contact_bar .col-md-6 {
    max-width: 100%;
    flex: 100%;
}
.side_bar .contact_bar .form-custom .form-control {
    padding: 12px;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #fff;
}
.service_page_section .inner_section {
    padding: 8px 0;
}
.service_page_section .inner_section h4 {
    font-size: 20px;
}
.service_page_section .inner_section h5 {
    font-size: 18px;
}

.whyus_section .inner_box i {
    font-size: 65px;
}
.contact-box i {
    font-size: 60px;
}

.product_section .product_box .info ul {
    padding: 0 0 0 15px;
}
.product_section .product_box .info ul li {
    font-size: 16px;
}




.service_page_section nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#181819;
    border-radius:0;

}
.service_page_section nav > div a.nav-item.nav-link,
.service_page_sectionnav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 12px 15px;
    color:#fff;
    background:#181819;
    border-radius:0;
    font-size: 18px;
}

.service_page_section nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -54px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #011643;
}
.service_page_section .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: none;
    border-top:5px solid #011643;
    padding:20px 0 !important;
}

.service_page_section nav > div a.nav-item.nav-link:hover,
.service_page_section nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #011643;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.service_page_section .box {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #ddd;
}


.inner_box .icon img {
    width: 70px;
    margin-bottom: 15px;
}

.login-area {
    display: grid;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.login-area:first-child {
    border-right: 1px solid #e5e5e5;
}
.login-area .login-box {
    text-align: center;
    color: #181818;
    width: 100%;
}
.login-area .login-box:hover {
    color:#ff0000 !important;
}

.login-area .login-box h4 {
    font-size: 20px;
    margin: 15px 0;
}


.grid-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-items:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 20px;
    display: none;
}

.grid-items:nth-child(6) 
{
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 20px;
}

.usful-links li {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 33%;
}
.usful-links li a {
    background-color: #011643;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.usful-links li a:hover {
    background-color: #fecd66;
    color: #011643;
}


/*---- Slider ---*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.hero-slider-01{
    position: relative;
}
.single-slide.bg-img{
    /*background-position: center center;*/
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 5;
    /*height: 600px;*/
    height: 500px;
}
.single-slide::after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.42);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.slider-content{
    position: relative;
    z-index: 99;
    padding: 0 0;
}
.slider-content .sub-title{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 22px;
}

.slider-content h2 {
    font-size: 46px;
    font-size: 33px;
    line-height: 50px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider-content h5
{
    color: #fff;
}
.slider-content p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin: 0px 0 50px 0;
}
.slider-content .grap-btn {
    height: 60px;
    padding: 15px 25px;
    color: #242323;
    border-radius: 4px;
}
.slider-content .to_top {
    margin-left: 14px;
    background-color: #011643;
    border: 2px solid #011643;
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
}
.slider-content .to_top:hover{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.slider-content .to_bottom {
    margin-left: 14px;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
}
.slider-content .to_bottom:hover{
	background-color: transparent;
    border-color: #011643;
    color: #011643;
}
.slider-content .to_bottom::before{
    background: #f00000;
    border-radius: 0;
}
.single-slide.single-slider-4 .slider-content .to_top{
    margin-top: 50px;
}
.single-slide.single-slider-4 .slider-content .to_bottom{
    margin-top: 50px;
}
.slider-section .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slider-section .owl-dots button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover{
    background: #f00000;
}
.owl-carousel .owl-dots button span{
    display: none;
}
.slider-section .owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;;
    width: 94%;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-section .owl-carousel .owl-nav .owl-prev {
    position: absolute !important;
    left: 0;
}
.slider-section .owl-carousel .owl-nav button{
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #f00000;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 24px;
}
.slider-section .owl-carousel .owl-nav button:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #0f1a2c;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:hover:after{
    width: 100%;
    height: 100%;
}
.slider-section .owl-item.active .slider-content .sub-title{
    animation-delay: 1.4s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content p {
    animation-delay: 2s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content .to_top{
    animation-delay: 1.9s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content .to_bottom{
    animation-delay: 2.1s;
    animation-name: fadeInUp;
}

.slider-section .owl-next {
    display: inline-block;
    width: 45px;
    height: 44px;
    background-color: #011643;
    text-align: center;
    padding: 9px;
    color: #fff;
    border-radius: 100%;
}
.slider-section .owl-next i {
    font-size: 24px;
}
.slider-section .owl-prev {
    display: inline-block;
    width: 45px;
    height: 44px;
    background-color: #011643;
    text-align: center;
    padding: 9px;
    color: #fff;
    border-radius: 100%;
}
.slider-section .owl-prev i {
    font-size: 24px;
}


.home-mobile-app {
    background-image: url(../images/building.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    text-align: center;
}
.home-mobile-app .overlay-primary {
    padding-bottom: 0;
}
.home-mobile-app .main-title {
    margin-bottom: 10px;
    font-size: 32px;
}
.home-mobile-app p {
    color: #fff;
    font-size: 20px;
}
.home-mobile-app .store-buttons {
    padding: 30px 0;
}
.home-mobile-app .store-buttons a {
    display: inline-block;
    margin: 0 5px;
}
.home-mobile-app .store-buttons img {
    width: 180px;
}

.market-updates{
	padding: 0;
    background: url(../images/sip-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}



.service-section .solution_box {
    position: relative;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    margin-bottom: 20px;
    text-align: center;
}


.service-section .solution_box img {
    /*width: 100%;*/
}
.service-section .solution_box .information {
    bottom: 10px;
    left: 15px;
    transition: 0.3s all ease-in-out;
    z-index: 99;
    /*background-color: #011643;*/
    padding: 15px;
    transition: 0.2s ease-in;
}
.service-section .solution_box:hover .information{
	transition: 0.2s ease-in;
	/*background-color: #ff0000;*/

}
.service-section .solution_box .information h2 {
    color: #000;
    font-size: 24px;
}
.service-section .solution_box .information p {
    color: #000;
    min-height: 55px;
    font-size: 15px;
    line-height: 20px;
}
.service-section .solution_box .information a {
    padding: 5px 15px;
    min-width: auto;
    font-size: 14px;
}
.service-section .solution_box .information a:hover {
    background-color: #fff !important;
    color: #151515;
    border-color: #fff !important;
}
.login-panel-main {
    background-color: #f1f3ec;
    padding: 25px;
}

.single-blog {
    background: #ffffff;
    box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 30px 0;
}
.single-blog .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.single-blog .blog-img a {
    display: block;
}
.single-blog .blog-img a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-blog:hover .blog-img a img {
    transform: scale(1.1);
}
.single-blog .blog-img .top-meta {
    position: absolute;
    top: 35px;
    left: 30px;
}
.single-blog .blog-img .top-meta .date {
    line-height: 65px;
    text-align: center;
    background-image: linear-gradient(120deg, #54d6eb 0%, #035cdd 100%);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
}
.single-blog .blog-img .top-meta .date {
    background: #4b610c;
}
.single-blog .blog-content {
    padding: 30px;
}
.single-blog .blog-content .title {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}
.single-blog .blog-content .title a{
    color: #333333;
}
.single-blog .blog-content .title a:hover {
    color: #4b610c;
}

.single-blog .blog-content .b-content {
    margin-top: 10px;
    max-height: 50px;
    overflow: hidden;
}
.single-blog .blog-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #4c4d56 !important;
}
.single-blog .blog-content p span {
    white-space: normal;
}
.single-blog .blog-btn {
    border-top: 1px solid #ebebeb;
    padding: 15px 40px;
}
.single-blog .blog-btn .blog-btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #005de0;
    transition: all 0.3s linear;
}
.single-blog .blog-btn .blog-btn-link {
    color: #4b610c;
}

.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
}
.single-blog .blog-btn .blog-btn-link:hover i {
    transform: translateX(5px);
}


.blog-detail .badge {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
}

.mv_box .box {
    background-color: #f5f5f5;
    padding: 15px 20px;
    min-height: 305px;
}
.mv_box .box .icon {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}
.mv_box .box .icon i {
    font-size: 70px;
    color: #011643;
}
.mv_box .box h3 {
    display: inline-block;
    vertical-align: middle;
}



.bottom-header .menu_area .navbar.navbar-expand-lg {
    padding: 0;
}
.nav-item.dropdown:hover .dropdown-menu {
    /*display: block;*/
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #011643;
    top: 45px;
    border: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    color: #ffffff;
    background-color: transparent;
    border: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #ff0000;
}

.buy-online {
    text-align: center;
    padding: 30px 0;
}
.custom_dropdown {
  position: relative;
  display: inline-block;
}
.custom_dropdown .dropbtn {
  background-color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    min-width: 150px;
    padding: 5px 10px;
    border-radius: 30px;
     min-width: auto;
}
.custom_dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #011643;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    border-radius: 10px;
    top: 36px;
    padding: 5px 0;
}
.custom_dropdown .dropdown-content a {
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.custom_dropdown .dropdown-content a:hover {background-color:#ff0000;}

.custom_dropdown:hover .dropdown-content {display: block;}

.custom_dropdown:hover .dropbtn {background-color: #3e8e41;}


.features-main-section{
	background-image: url(../images/why-choose-us.jpg);
}

.features-main-section .feature-intro {
    position: relative;
    z-index: 99;
}
.features-main-section .heading-lg {
    position: relative;
    z-index: 999;
    color: #fff;
    margin-bottom: 30px;
}
.feature-intro .icon-box.style-s1, .feature-intro .icon-box.style-s2 {
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #e3c426;
    color: #fff;
}
.feature-intro .icon-box {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    color: #009750;
    transition: all 0.4s;
    text-align: center;
    font-size: 1.25em;
    line-height: 50px;
    margin: 2px 0;
    border: 1px solid transparent;
}
.feature-intro h4{
	color: #fff;
	    padding: 20px 0 10px 0;
    font-weight: 300;
    font-size: 22px;
}
.feature-intro p {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
}
.section-pad {
    padding-top: 50px;
    padding-bottom: 90px;
}
.has-bg, .fixed-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.fixed-bg {
    background-attachment: fixed;
}
.has-bg {
    position: relative;
}
.has-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: .5;
    z-index: 1;
}

.insuranc-renewal img {
    width: 200px;
    margin: 0 5px;
}

.home-mobile-application {
    background-image: url(../images/app-shape.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    padding: 65px 0;
}
.home-mobile-application .main-title {
    text-align: left;
    font-size: 28px;
}
.home-mobile-application .store-buttons a img {
    width: 180px;
}

.pay_premium_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
}
.pay_premium_row .pay_item a {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
}
.pay_premium_row .pay_item img {
    min-height: 60px;
    height: 70px;
    width: 200px;
}

.app-features li {
    color: #7fae4d;
    font-size: 20px;
    padding: 5px 0;
}
.social ul
{
    margin-bottom: 0px;
}
.social ul li
{
    display: inline-block
}
.social ul ul
{
    display: none;
}
.social ul li:hover ul
{
    display: block;
    position: absolute;
    background: #011643;
    padding: 11px;
    width: 190px;
    text-align: left;
    z-index: 9999;
    border-radius: 4px;
}
.social ul li ul li
{
    display: block;
}
.footer-top h4
{
    color: #fff;
}
.why ul
{
    padding-left: 15px;
}
.why ul li
{
    
}
.why-box
{
    border: 2px solid #7d7e82;
    width: auto;
    /*display: inline-block;*/
    padding: 24px;
    border-radius: 2px;
    height: 178px;
}
.service_page_section .box
{
    text-align: center;
    margin-bottom: 10px;
}
.service_page_section .box img
{
   width: 78px;
   text-align: center;
}
.service_page_section .box h4 {
  font-size: 18px;
}
.innerbanner_section img
{
    width: 100%;
}
.social .login
{
    background: #fff;
    color: #011643;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 600;
}
.market-updates .solution_box1
{
    text-align: center;
    color: #fff;
    background: #ffffffa3;
    padding: 36px 9px;
    margin-bottom: 30px;
    border-radius: 2px;
    height: 176px;
}
.solution_box1 .product_img_white
{
    display: none;
}
.solution_box1 img
{
    /*background: #fff;*/
    /*padding: 31px;*/
    width: 65px;
    margin-bottom: 12px;
    position: relative;
}
.solution_box1 img::before 
{
    content: "";
    position: absolute;
    line-height: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    width: 50%;
    height: 100%;
    z-index: 99;
    /*content: "";*/
    /*position: absolute;*/
    /*background: #060303;*/
    /*height: 120px;*/
    /*width: 120px;*/
    /*border-radius: 51%;*/
    /*padding: 42px;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
}
.sec-heading.white h1
{
    color: #fff;
}
.solution_box1 h4 {
  font-size: 1.2rem;
  color: #fff;
}
.market-updatess
{
    background: url(../images/Layer93.png);
}
.overlay-primary ul li
{
    display: inline-block;
    margin: 20px 0px;
}
.footer-top1 .copyright-text
{
    background: #f80100;
}
.Useful-links li
{
    display: inline-block;
}
.Useful-links ul
{
    padding: 0;
}
.Useful-links li a
{
    padding: 0px 10px;
    font-weight: 600;   
}
.footer-top1 .copyright-text a:hover
{
 color: #fff;   
}
.career-form .form-control
{
    margin-bottom: 15px;
}
.useful 
{
  background: #ede0c9;
  padding: 10px 15px;
  border: 3px solid #177fc2;
  margin: 11px 0;
}
.testimonial_section
{
    background: #011643;   
}
.solution_box1
{
    position: relative;
}
.solution_box1::after 
{
    border-left: 2px dashed;
    border-left-color: currentcolor;
    border-right: 2px dashed;
    border-right-color: currentcolor;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.55s,transform 0.55s;
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu
{
    top: 23px;
}
#myModal .modal-content
{
    width: 100%;
}
.details
{
position: fixed;
top: 40%;
background: #fff;
padding: 11px;
border-radius: 5px;
right: 0px;
font-weight: 500;
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
color: #fff;
z-index: 999;
width: 91px;
cursor: pointer;
text-align: center;
}
.details a
{
    /*writing-mode: vertical-rl;*/
    text-orientation: mixed;
    /*writing-mode: vertical-lr;*/
    /*text-orientation: upright;*/
    text-transform: uppercase;
}

@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover
{
    color: #000;
}