@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600');

body{
	
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 15px !important;
}

.about_tab {
    width: 100%;
    height: 40px;
    margin: 0 !important;
}

.about_tab .nav>li>a:focus, .about_tab .nav>li>a:hover{
	background-color: #fff !important;
	color: #ccc !important;
}

.about_contact{
	padding-right: 20px;
}


.navbar-toggle {
	margin-right: 0px !important;
}

.menu-desktop{
	display: block;
}

.menu-mobile{
	display: none;
}

@media screen and (max-width: 768px) {
	.menu-desktop{
	display: none;
	}

	.menu-mobile{
		display: block;
	}
	
	.about_contact{
		display: none;
	}

	.nav_about{
    	display: none;
    }
    .card{
    	margin-top: 20px;
    }
    .image{
    	text-align: center !important;
    }
    .details{
    	text-align: justify;
    	padding-bottom: 30px !important;
    	border-bottom: 1px solid #e9dccd !important;
    }
    .details h3{
    	text-align: center !important;
    }
    .usp_service:hover{
		border: none !important;
		border-radius: none !important;
	}

	.usp_service h4{
		font-size: 14px;
	}

}

.nav_about{
	padding-top: 10px;
}


.small_nav{
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.small_nav .navbar-brand{
	margin-top: -8px;
}

.small_nav .nav>li>a:focus, .small_nav .nav>li>a:hover{
	background-color: #fff;
}



a{
	color: #36384c !important;
	text-decoration: none !important;
	font-family: 'Josefin Sans', sans-serif;
}

/*
.dropmenu{
	background-color: #fff !important;
	margin-right: 10px;
	padding-right: 25px;
} */

.smallfont{
	font-size: 13px;
	font-family: 'Josefin Sans', sans-serif;
}

.charcoal{
	color: #36384c;
}

.charcoal_background{
	background-color: rgba(54, 56, 76, 1);
}

.cream{
	color: #e9dccd;
}

.cream_background{ 
	background-color: #e9dccd;
}


.usp{
	padding-top: 100px;
	background-color: #fff;
	font-weight: bold !important;
	padding-bottom: 100px;
}

.usp_service{
	padding: 10px;
	cursor: pointer;
}

.usp_service h4{
	margin-top: 10px;
	padding-top: 20px;
}

.service_usp{
	text-align: center;
}

.service_usp span{
	font-size: 50px;
}

.usp_service:hover {
    background: #e9dccd;
    position: relative;
    /* margin-top: 10px; */
    border-color: #e9dccd;
    border-radius: 2px;
    bottom: 20px;
    transition: 0.5s ease-in !important;
}
.usp_service {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-color: #fff;
    background: #fff;
}


.trial{
	text-align: center;
	padding: 20px;
}

.blog{
	padding-top: 80px;
	margin-bottom: 100px;
}

.blog_news{
	/* padding: 20px;
	margin-top: 20px; */
	padding-top: 10px;
	width: 90%;
	overflow : hidden;
	margin-left:5%;
	margin-right: 5%;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e9dccd;
}

.footer{
	padding: 20px;
}

.footer_col{
	margin-bottom: 10px;
	list-style-type:none
}

.footer_col h4{
	font-weight: bold;
}

.footer_col a{
	color: #e9dccd !important;
}

.footer_col ul{
	list-style-type: none;
	margin-left: -20px;
}

.address{
	margin-top: 10px;
}

.team{
	padding: 20px;
	margin-bottom: 20px !important;
}

.team a{
	display: block;
}

.team span{
	font-size: 15px;padding-left: 10px;
}

.team h2{
	text-align: center;
}

.team_border{
	border-bottom: 2px solid #e9dccd;
	margin-right:48%;
	margin-left: 48%;
	margin-bottom: 50px;
}

.card {
    transition: 0.3s;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.card img{
	border-radius: 100%;
	border: 1px solid #36384c;
	margin: 20px;
}

.image{
    text-align: center !important;
}

.details{
	text-align: justify;
}

.details h3{
	text-align: center;
}

.details h5{
	text-align: center;
}

.about{
	padding: 20px;
	text-align: justify;
	
}

.about h2, .about h1{
	text-align: center;
}

.about_border{
	border-bottom: 2px solid #36384c;
	margin-right:48%;
	margin-left: 48%;
	margin-bottom: 50px;
}

.copyright{
	text-align: center;font-size: 10px;
}

.heading{
	padding: 2px;border-bottom: 5px solid #e9dccd;border-radius: 2px;
}

.testimonial{
	height: 200px;
	color: #fff;
}

.testimonal_caraousal{
	height: 200px;
	padding-top: 50px;
}


.testimonials{
	background-color: #36384c !important;
	opacity: 0.7;
	text-align: center;
}

.testimonials h5{
	opacity: 1 !important;
	color: #fff;
}

.parallax {
    /* The image used */
    background-image: url("../img/index_parallex.jpg");

    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_carousel{
	padding-top: 40px !important;
	width: 100%;
	background-color: #36384c;
	margin: 0;
	padding: 0;
}


 .carousal_div .carousel-inner > .item{
      height: auto;
      width: 100%;
      float: left;
      background-size: cover !important; 
 }

 .carousal_div .carousel-inner > .item.item1{
 	background: url('../img/index_car_1.jpg');
 }
 .carousal_div .carousel-inner > .item.item2{
 	background: url('../img/index_car_2.jpg');
 }
 .carousal_div .carousel-inner > .item.item3{
 	background: url('../img/index_car_3.jpg');
 }
 .carousal_div .carousel-inner > .item.item4{
 	background: url('../img/index_car_4.jpg');
 }

 .overlay {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(54,56,76,0.7);
 }
 .text_carousal{
	    z-index: 5;
    /* color: #e9dccd; */
    position: relative;
    right: 0;
    left: 0;
    text-shadow: none !important;
    padding: 100px;
}
.text_carousal .section3 {
	height: 50px;
}

.text_carousal h1{
	font-size: 50px;
	line-height: 30px;
}

@media screen and (max-width: 1225px) and(min-width: 1200px) {
	.about_carousel{
		padding-top: 190px !important;
	}

}

@media screen and (max-width: 768px) {


.testimonial{
	height: 300px;
}

.testimonal_caraousal{
	height: 300px;
}

.parallax {
    height: 300px; 
}

.testimonal_caraousal{
	padding-top: 50px;
}


.text_carousal{
	top: 0px;
	padding: 30px;
}

.text_carousal h1{
	font-size: 30px;
	line-height: 10px;
}

.text_carousal h2{
	font-size: 20px;
}

.text_carousal h3{
	font-size: 15px;
}

 .carousal_div .carousel-inner > .item > img,.carousal_div .carousel-inner > .item > a > img {
    height: 250px !important;
  }
}

.fx{
	 /* The image used */
    background-image: url("../img/fx_rm.jpg");
}

.research{
 /* The image used */
    background-image: url("../img/research.jpg");	
}

.w_mng{
	/* The image used */
    background-image: url("../img/wealth_manage.jpg");	
}

.bank_con{
	 /* The image used */
    background-image: url("../img/bank_con.jpg");	
}

.about_par{
	 /* The image used */
    background-image: url("../img/about_back.png");	
}

.ex_tr{
	/* The image used */
    background-image: url("../img/ext_tr.jpg");
}

.pr_eq{
/* The image used */
    background-image: url("../img/pr_eqty.jpg");	
}

.c_rm{
 	/* The image used */
    background-image: url("../img/c_rm.jpeg");		
}

.db_syn{
	/* The image used */
    background-image: url("../img/debt_syn.jpg");	
}

.parallax_page {
   
    /* Set a specific height */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.charcoal_opacity_background{
	background-color:rgba(54, 56, 76, 0.5);
	    padding: 10%;
	    text-align: center;
	        margin-top: 40px;
}

.heading_page {
        text-align: center;
    font-size: 30px;
    padding: 5px;
    /* height: 120px; */
    width: 100%;
    position: relative;
    /* left: 10%; */
    line-height: 30px;
}

.header_border{
	border: 1px solid white;
    padding: 10px 10px 18px;
}

.page_text{
	padding: 50px;
	text-align: justify;
}

.mobile{
	display: none;
}

.mobile_img{
	display: none;
}

.text_about{
	padding: 100px;
	text-align: justify;
}

.mission_vision_values .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background-color: #36384c;
	color: #e9dccd !important;
}

.team_contact{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	text-align: center;
}

.team_contact i{
	padding-right: 10px;
}

.team_contact:hover{
	background-color: #36384c;
}
.team_contact:hover a {
	color:#fff !important;
}

.termsuse{
	padding: 100px;
	text-align: justify;
}

.mediaquery{
	text-align: center;
	padding-top: 100px;
}

.mediaquery img{
	padding-bottom: 20px;
	width: 50%;
	height: auto;
}

.about_media{
	padding: 20px;
	text-align: justify;
}

.text_about h2{
	text-align: center;
}

@media screen and (max-width: 768px){
	.termsuse{
		padding: 20px !important;
		padding-top: 40px !important;
	}

	.text_about{
		padding: 50px;
	}

	.mobile_img{
		display: block;
	}

	.desk_img{
		display: none;
	}


	.mobile{
		display: block;
		text-align: center;
	}

	.non_mobile{
		display: none;
	}
}

.news_stock_market{
	margin-bottom: 20px;
}

.contact{
	padding-top: 40px;
}

.contact_div{
	padding: 40px 10px 20px 10px;
	text-align: center;
	/*height: 94vh;*/
}

.bp_form .form-control:focus{
	border: 20px;
    /*border-color: #e9dccd !important;*/
}

.contact_detail{
	margin-top: 30px;
}

.contact_detail_circle{
	border-radius: 100%;
	padding: 10px;
	border: 1px solid #36384c;
	width: 40px;
	height: 40px;
}

.contact_detail span{
	margin-right: 10px;
}

.contact_detail:hover span{
	color: #e9dccd;
	background-color: #36384c;
}

.form_blacpearl{
	padding: 20px;
}

.desktop_contact{
	display: none;
}
.mobile_contact{
	margin-bottom: 20px;
}

.apply a{
	color: #e9dccd !important;
	background-color: #36384c;
}

.appl{
	text-align: center;
}

.apply a:hover{
	background-color: #e9dccd !important;
	color: #36384c !important;
	border:1px solid #36384c !important;
}

.partner{
	padding:0px 10px 10px 10px;
	text-align: center;
}

.our_partner{
	text-align: center;
	padding: 40px 20px 20px 20px;
}

@media(min-width: 769px){
	.desktop_contact{
		display: block;
	}
	.mobile_contact{
		display: none;
	}
	.contact_div{
		min-height: 100vh;
	}
}

.map{
	margin: -40px 0px 20px 0px !important;
}

.widget{
	padding-top: 80px;
	border-bottom: 1px solid #e9dccd;
	padding-bottom: 50px;
}
/*
@media (min-width: 768px) and (max-width: 1300px) {
	.about_carousel{
		padding-top: 40px !important;
	}

	.img_brand{
		display: none;
	}
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
*/
.pdfweekly{
	margin-bottom: 40px;
}

.noPadding {
	padding:0 !important;
}


.small_nav .dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #fff !important;
}
/*
.small_nav .dropdown {
    position: relative;
    display: inline-block;
}
*/

.small_nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.small_nav .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.small_nav .dropdown-content a:hover {background-color: #f1f1f1}

.small_nav .dropdown:hover .dropdown-content {
    display: block;
}


.nav-justified {
	border-bottom: 1px solid #36384c;
}

.nav-pills>li>a {
    border-radius: 0px;
}