﻿/**=======================================================================================================================
- eCRWealthQuickSilver - 
css starts for the website 
as on 13-06-2019
=======================================================================================================================**/
html
{
	 scroll-behavior: smooth;
}
body {
    opacity: 1;
    transition: 2s opacity;
}
body.pgload_flashef {
    opacity: 0;
    transition: all 0.5s ease-out;
}
.fullwidth100
{
	width:100%;
	float:left;
}
.pad_0
{
	padding:0px;
}
.flexbox
{
	display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
.headH1, .contactuspg_form .headofcheadcont h4.h4
{
	font-family:'Lato', sans-serif;	
	font-size:40px;
	color:#003975;
	font-weight:bold;
	margin:0px;
	margin-bottom:35px;
}
.headH3
{
	font-family:'Lato', sans-serif;	
	font-size:24px;
	color:#000;	
	margin:0px;	
	margin-bottom:30px;	
}
.headPara
{
	font-family:'Lato', sans-serif;	
	font-size:20px;
	color:#333333;	
	margin:0px;
	margin-bottom:20px;
	text-align:justify;
}
.btn-yellow, .bootbox-alert .btn-primary, .contactuspg_form .headofcbodycont .btn-info
{
	background-color:#fdb813;
	color:#000;
	font-size:16px;
	text-align:Center;
	border-radius:50px;
	border:1px solid transparent;
    font-weight: 600;
    padding: 10px 18px;
	transition:all 0.5s ease-out;
    width: auto;	
}
.bootbox-alert .btn-primary
{
	border-radius:4px!important;
	padding:6px 12px !Important
}
.btn-yellow:hover, .contactuspg_form .headofcbodycont .btn-info:hover
{
	background-color:#fff;
	border:1px solid #fdb813;	
}
.menufixed {
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
	z-index:9999;
	box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 1)  
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media only screen and (max-width: 1200px)
{
	.bannerdiv .slide-text
	{
	    top: 16%;	
	}
	.btn-yellow, .contactuspg_form .headofcbodycont .btn-info
	{
		font-size: 14px;
	    padding:8px 15px;	
	}
}
@media only screen and (max-width: 991px)
{
	.headH1, .contactuspg_form .headofcheadcont h4.h4
	{
	    font-size: 30px;	
	    margin-bottom: 25px;	
	}
	.headH3
	{
	    font-size: 20px;	
		margin-bottom: 20px;
	}
	.btn-yellow, .contactuspg_form .headofcbodycont .btn-info
	{
		font-size: 12px;
		padding: 7px 14px;
	}	
}

@media only screen and (max-width: 990px) {
	
.bannerdiv { display:none; }

}
@media only screen and (max-width: 767px)
{
	.flexbox
	{
		display: block;
		display: -moz-block;
		display: -webkit-block;
	}
	.btn-yellow, .contactuspg_form .headofcbodycont .btn-info
	{
	    padding: 5px 10px;	
	}
}
@media only screen and (max-width: 650px)
{
	.btn-yellow, .contactuspg_form .headofcbodycont .btn-info 
	{
		font-size: 11px;
		padding: 3px 7px;
	}
}
@media only screen and (max-width: 480px)
{
	.col-xss-12
	{
		width:100%;
		float:left;
	}
	.btn-yellow, .contactuspg_form .headofcbodycont .btn-info
	{
	    font-size: 10px;
		padding: 2px 6px;	
	}
	.headH1, .contactuspg_form .headofcheadcont h4.h4
	{
		font-size: 20px;	
	}
	.headH3 
	{
		font-size: 18px;
	}
}

@media only screen and (max-width: 320px)
{
	.Thumbnail_border
	{
		width:98%;
	}
}




/**----------------------------------- Menu Top Section -------------------------------------**/
.toplogocontent
{
	padding:10px 0px;
}
.logo_section.pull-right .logo
{
	float:right;
}
/**--- New menu ---**/
/*----- Toggle Button -----*/
.ful_menu .toggle-nav {
	display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
	.ful_menu .menu {
	box-shadow:0px 1px 1px rgba(0,0,0,0.15);
	background:#8c0607;
	text-align: center;	
	}
}
.ful_menu .menu ul
{
	margin-bottom:0px;
}
.ful_menu .menu li {
	float:none;
	display:inline-flex;
	list-style:none;
	font-size:14px;
	text-transform:uppercase;
}

.ful_menu .menu li:last-child {
	margin-right:0px;
}
.ful_menu .menu li:nth-child(4) a
{
	font-weight:bold;
	color:#fdb813;
}
.ful_menu .menu a {
	color:#fff;
	transition:color linear 0.15s;
    padding: 13px 12px;
	float:left;	
}

.ful_menu .menu a:hover{
	text-decoration:none;
	color:#fdb813;
}

/*----- Search -----*/
.ful_menu .search-form {
	float:right;
	display:inline-block;
}

.ful_menu .search-form input {
	width:200px;
	height:30px;
	padding:0px 8px;
	float:left;
	border-radius:2px 0px 0px 2px;
	font-size:13px;
}

.ful_menu .search-form button {
	height:30px;
	padding:0px 7px;
	float:right;
	border-radius:0px 2px 2px 0px;
	background:#66a992;
	font-size:13px;
	font-weight:600;
	text-shadow:0px 1px 0px rgba(0,0,0,0.3);
	color:#fff;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
	.ful_menu .wrap {
		width:90%;
	}
}

@media screen and (max-width: 970px) {
	.ful_menu .search-form input {
		width:120px;
	}
}

@media screen and (max-width: 991px) {

}
/**--- New menu ---**/
.ful_menu .menu_section
{
	background-color:#fdb813;
}
.menu_section .container-fluid
{
	background-color:#fdb813;
}
.ful_menu .logo_section.pull-right img
{
	float:right;
}
.menu_section .demoopt
{
	background-color:#00bcd4;
	height:auto;
	text-transform:uppercase;
	text-align:center;
	/* line-height:46px; */
	padding: 14px 7px;
	font-weight:600;
	color:#000;
	font-size: 13px;
}

@media only screen and (max-width: 1199px)
{
	.ful_menu .menu li
	{
		font-size:12px!Important;
	}
	.ful_menu .menu a
	{
	    padding: 11px 12px;	
	}
	.menu_section .demoopt
	{
		padding:9px 8px;
		font-size: 14px;		
	}
}
@media only screen and (max-width: 991px)
{
	.menu_section .demoopt 
	{
		padding: 9px 8px;
	}
	.ful_menu 
	{
		float:right;
	}
	
	.ful_menu .menu {
		position:relative;
		display:inline-block;
		width:100%;
		background-color:#8c0607;
	}

	.ful_menu .menu ul.active {
		display:none;
	}

	.ful_menu .menu ul {
		width:190px;
		position:absolute;
		top:120%;
		right:5px;
		padding:10px 0px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#003975;
		z-index: 99;
		margin-bottom:0px;		
	}

	.ful_menu .menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		right:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #003975;
	}

	.ful_menu .menu li {
		/* margin:5px 0px 5px 0px; */
		float:left;
		width:100%;
		display:block;
	}

	.ful_menu .menu > a {
		display:block;
		float: right;	
		padding:5px 12px!important;		
		background-color:transparent;
	}
	.ful_menu .menu ul li a 
	{
		padding: 7px 12px;
	}
	.ful_menu .toggle-nav {
		padding:9px 16px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#777;
		font-size:20px;
		transition:color linear 0.15s;
	}

	.ful_menu .toggle-nav:hover, .ful_menu .toggle-nav.active {
		text-decoration:none;
		color:#66a992;
	}

	.ful_menu .search-form {
		margin:12px 0px 0px 20px;
		float:left;
	}

	.ful_menu .search-form input {
		box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
	}	
}
@media only screen and (max-width: 767px)
{
	.menu_section .demoopt 
	{
		padding: 9px 8px;
	}
}
@media only screen and (max-width: 650px)
{
	.menu_section .demoopt 
	{
		padding: 11px 5px;
		font-size: 11px;
	}
	.header_topsection
	{
		padding:5px 0px;
	}
}
/**----------------------------------- Menu Top Section -------------------------------------**/

/**----------------------------------- Banner section ---------------------------------------**/

.bannerdiv .carousel-inner
{
    border-bottom: 1px solid #fdb813;	
}
.bannerdiv .bs-slider{
    overflow: hidden;
    /* max-height: 700px; */
	/* height:376px; */
	height:auto;
    position: relative;
    background: #f3f3f3;
	margin-top:0px;
}
.bannerdiv .bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bannerdiv .bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bannerdiv .bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bannerdiv .bs-slider > .carousel-inner > .item > img,
.bannerdiv .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.bannerdiv .fade {
    opacity: 1;
}
.bannerdiv .fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.bannerdiv .fade .item:first-child {
    top: auto;
    position: relative;
}
.bannerdiv .fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*--- LEFT/RIGHT ROUND CONTROL ---*/
.bannerdiv .control-round .carousel-control {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.bannerdiv .control-round:hover .carousel-control{
    opacity: 1;
}
.bannerdiv .control-round .carousel-control.left {
    left: 1%;
}
.bannerdiv .control-round .carousel-control.right {
    left: 96%;
}
.bannerdiv .control-round .carousel-control.left:hover,
.bannerdiv .control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.bannerdiv .control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.bannerdiv .control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*--- INDICATORS CONTROL ---*/
.bannerdiv .indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.bannerdiv .indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.bannerdiv .indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.bannerdiv .indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.bannerdiv .indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*--- SLIDE CAPTION ---*/
.bannerdiv .slide_style_left {
    text-align: left !important;
}
.bannerdiv .slide_style_right {
    text-align: right !important;
}
.bannerdiv .slide_style_center {
    text-align: center !important;
}

.bannerdiv .slide-text {
    left: 0;
    top: 19%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 0px;
    
}
.bannerdiv .slide-text .row
{
	text-align:center;
}
.bannerdiv .slide-text .slide_indiv
{
    width: auto;
    float: none;
    display: inline-block;	
    text-align: left;	
}
.bannerdiv .slide-text h1 {
    
    padding: 0;
    color: #003975;
    font-size: 32px;
    font-style: normal;
    /* line-height: 0px; */
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-transform:uppercase;
	margin-top:0px;
}
.bannerdiv .slide-text h3
{
	margin-top:0px;
	color: #003975;	
}
.bannerdiv .slide-text h1 br
{
    line-height: 51px;	
}
.bannerdiv .slide-text p {
    padding: 0;
    color: #515151;
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	margin-top: 0px;	
}
.bannerdiv .btn-yellow
{
	text-transform:uppercase;	
}
.bannerdiv .slide-text > a:hover,
.bannerdiv .slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.bannerdiv .carousel-inner>.item:nth-child(2) .slide-text
{
    top: 12%;
}
.bannerdiv .carousel-inner>.item:nth-child(2) .slide_indiv
{
	margin-left:390px;
}
.bannerdiv .carousel-inner>.item:nth-child(1) .slide_indiv
{
	margin-left:390px;
}
.bannerdiv .carousel-inner>.item:nth-child(2) .slide-text h1 strong
{
	line-height:0px;
}
.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text
{
    top: 8%;
}
.bannerdiv .carousel-inner>.item:nth-child(3) .slide_indiv
{
	margin-left:500px;	
}
.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text p
{
    margin-bottom: 15px;	
}
.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1
{
    line-height: 41px;
    margin-bottom: 10px;	
	text-transform:initial;
}
.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1 br 
{
    line-height: 20px;
}

/*---------------*/
/* RESPONSIVE
/*---------------*/

@media (max-width: 991px) {
    .bannerdiv .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .bannerdiv .slide-text > p {

        font-size: 18px;
    }
}

/*--- MEDIA 480px ---*/
@media  (max-width: 768px) {
    .bannerdiv .slide-text {
        padding: 10px 0px;
    }
    .bannerdiv .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .bannerdiv .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .bannerdiv .control-round .carousel-control{
        /* display: none; */
    }
	.bannerdiv .control-round .carousel-control.right {
		left: 94%;
	}
}
@media only screen and (max-width: 650px)
{
	.bannerdiv .control-round .carousel-control 
	{
		top: 31%;
	}
	.bannerdiv .control-round .carousel-control.right 
	{
		left: 91%;
	}

}

@media  (max-width: 480px) {
    .bannerdiv .slide-text {
        padding: 4px 30px;
    }
    .bannerdiv .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .bannerdiv .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .bannerdiv .slide-text > a.btn-default, 
    .bannerdiv .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .bannerdiv .indicators-line > .carousel-indicators{
        display: none;
    }

}

@media only screen and (max-width: 1366px)
{
	.bannerdiv .carousel-inner>.item:nth-child(2) .slide-text 
	{
		top: 6%;
	}
	.bannerdiv .slide-text p
	{
		font-size: 22px;		
	}
	.bannerdiv .carousel-inner>.item:nth-child(2) .slide_indiv 
	{
		margin-left: 360px;
	}
	.bannerdiv .slide-text h1 br 
	{
		line-height: 37px;
	}	
	.bannerdiv .slide-text h1
	{
		font-size:27px;
	}
	.bannerdiv .slide-text h3
	{
	    font-size: 23px;	
	}	
}

@media only screen and (max-width: 1200px)
{
	.bannerdiv .slide-text p
	{
		margin-bottom: 17px;	
		font-size: 20px!important;
	}
	.bannerdiv .slide-text h1
	{
	    font-size: 25px;	
	}
	.bannerdiv .slide-text h1 br 
	{
		line-height: 31px;
	}	
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide_indiv 
	{
		margin-left: 410px;
	}
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1 
	{
		line-height: 25px;
	}	
	
}

@media only screen and (max-width: 1024px)
{
	.bannerdiv .indicators-line > .carousel-indicators
	{
		bottom:0;
		margin-bottom: 0;		
	}
}

@media only screen and (max-width: 991px)
{
	.bannerdiv .slide-text
	{
		top: 8%;	
	}
	.bannerdiv .slide-text h1 br 
	{
		line-height: 0px;
	}
	.bannerdiv .slide-text h1	
	{
		line-height: 26px;	
		font-size: 20px;
	}
	.bannerdiv .slide-text p 
	{
		margin-bottom: 0px;
		font-size: 18px!important;
	}	
	.bannerdiv .carousel-inner>.item:nth-child(2) .slide-text
	{
		top:0;
	}
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide_indiv
	{
		margin-left: 297px;
	}
	.bannerdiv .carousel-inner>.item:nth-child(2) .slide_indiv
	{
		margin-left: 250px;
	}	
	.bannerdiv .slide-text h3 
	{
		font-size: 18px;
	}
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text p	
	{
		margin-bottom:0px;
	}
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text p	strong, .bannerdiv .carousel-inner>.item:nth-child(3) .slide-text p br
	{
		line-height:0px;
	}
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text 
	{
		top: 2%;
	}	
	
}
@media only screen and (max-width: 767px)
{
	.bannerdiv .slide-text 
	{
		top: 4%;
	}	
	.bannerdiv .slide-text p
	{
		font-size: 16px!important;
	}
	.bannerdiv .slide-text h1 
	{
		line-height: 21px;
		font-size: 17px;
	}	
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text
	{
	 top:0;	
	}	
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1
	{
		margin-bottom: 3px;	
	}
	.bannerdiv .carousel-inner>.item:nth-child(3) .slide_indiv 
	{
		margin-left: 265px;
	}
	.bannerdiv .slide-text h3 
	{
		font-size: 14px;
	}
	.bannerdiv .slide-text h1	
	{
		margin-bottom:3px;
	}
	.bannerdiv .carousel-inner>.item:nth-child(2) .slide_indiv 
	{
		margin-left: 202px;
	}	
	.bannerdiv .indicators-line > .carousel-indicators li, .bannerdiv .indicators-line > .carousel-indicators .active:before
	{
	    width: 10px;
		height: 10px;	
	}

}
@media only screen and (max-width: 650px)
{
	.bannerdiv .slide-text p
	{
		margin-bottom: 3px;
	    font-size: 11px!important;	
	}
	.bannerdiv .slide-text h1 
	{
		line-height: 15px;
		font-size: 12px;
	}	
	.bannerdiv .carousel-inner>.item:nth-child(2) .slide_indiv, .bannerdiv .carousel-inner>.item:nth-child(3) .slide_indiv
	{
		margin-left: 195px;
	}	
	.bannerdiv .slide-text p, .bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1 br, .bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1
	{
		line-height:15px;		
	}
	.bannerdiv .slide-text h3
	{
		font-size:12px;
	}
	.bannerdiv .indicators-line > .carousel-indicators 
	{
		right: 23%;
	}	
}
@media only screen and (max-width: 480px)
{
	.bannerdiv .slide-text 
	{
		top: -14%;
	}
	.bannerdiv .slide-text .slide_indiv
	{
		padding-left: 41px;	
	}
	.bannerdiv .slide-text p 
	{
		margin-bottom: 0px;
	}
	.bannerdiv .slide-text h1 
	{
		line-height: 13px;
		margin-bottom: 1px;
	}	
	.bannerdiv .carousel-inner>.item:nth-child(2) .slide_indiv, .bannerdiv .carousel-inner>.item:nth-child(3) .slide_indiv 
	{
		margin-left: 59px;
	}	
	.bannerdiv .bs-slider > .carousel-inner > .item > img
	{
		height:100px;
	}
	.bannerdiv .slide-text 
	{
		top: 4%;
	}	
	.bannerdiv .slide-text p, .bannerdiv .slide-text h1, .bannerdiv .slide-text h3
	{
		font-size:10px!important;
	}
	.bannerdiv .slide-text h3
	{
		    margin-bottom: 3px;
	}
	.bannerdiv .btn-yellow
	{
		font-size:9px;
	}
	.bannerdiv .slide-text p, .bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1 br, .bannerdiv .carousel-inner>.item:nth-child(3) .slide-text h1 
	{
		line-height: 11px;
	}	
}
/**----------------------------------- Banner section ---------------------------------------**/


/**----------------------------------- why ecrwealth quick silver ---------------------------**/
.whyecrwqs_main
{
	padding:80px 0px;
}
.whyecrwqs_imgdiv
{
	padding-right:0px;
}
.whyecrwqs_imgdiv img
{
	width:100%;
}


/*--- Yellow Circle Div ---*/
.circleDiv
{
	margin-top:80px;
}
.circleDiv_box, .circleDiv_border
{
	text-align:center;
}
.circleDiv_border
{
	border:1px solid #ff0000;
	border-radius:50%;
	padding: 36px 0px;
	transition:all 0.5s ease-out;
}
.circleDiv_border:hover
{
	background-color:#ffcc00;
}
.circleDiv_border p
{
	font-size:16px;
	color:#003975;
	font-family:'Lato', sans-serif;	
	text-align:Center;
	margin:0px;
	margin-top:15px;
}
@media only screen and (max-width: 1200px)
{
	.circleDiv_border
	{
	    padding: 23px 0px;	
	}
	.circleDiv_border p
	{
		font-size: 13px!important;	
	}
}
@media only screen and (max-width: 1024px)
{
	.circleDiv_border p
	{
		margin-top:11px;
	}
}
@media only screen and (max-width: 991px)
{
	.circleDiv 
	{
		margin-top: 50px;
	}
	.circleDiv_box:nth-child(3), .circleDiv_box:nth-child(4)
	{
		margin-top:20px;
	}
	.circleDiv .row
	{
		text-align:Center;
	}
	.circleDiv .circleDiv_box
	{
		float:none;
		display:inline-block;
		margin:0px!Important;
		margin-bottom:30px!important;
	}
}
@media only screen and (max-width: 767px)
{
	.whyecrwqs_main 
	{
		padding: 50px 0px;
	}
	.circleDiv_border img
	{
		width:43%;
	}
	.whyecrwqs_main, .feature_main, .howitwork_main
	{
		padding: 30px 0px!Important;
	}
	.circleDiv_border 
	{
		padding: 43px 0px;
		width: 220px;
		height: 220px;
		padding-top: 41px;		
		float: none;
		margin: 0px auto;
	}	
}
@media only screen and (max-width: 650px)
{
	.circleDiv 
	{
		margin-top: 40px;
	}
	.whyecrwqs_imgdiv
	{
		display:none;
	}
	.circleDiv_border p 
	{
		font-size: 11px!important;
	}
	.circleDiv_border 
	{
		padding: 27px 0px;
		width: 180px;
		height: 180px;		
	}
	.circleDiv_border img
	{
	    width: 50%;	
	}
}
@media only screen and (max-width: 480px)
{
	.circleDiv_border img 
	{
		width: auto;
	}
	.circleDiv_box 
	{
		margin: 0px;
		padding: 27px 15px;
		padding-top:0px;
	}
	.circleDiv_border p 
	{
		font-size: 15px!important;
	}
	.circleDiv_border 
	{
		width: 250px;
		height: 250px;
	}
	.circleDiv_box:nth-child(3), .circleDiv_box:nth-child(4)
	{
		margin-top:0px;
	}
}

/**----------------------------------- why ecrwealth quick silver ---------------------------**/


/**----------------------------------- Features ---------------------------**/
.feature_main
{
	padding:50px 0px;
	background-color:#eaeaea;
}
.feature_imgdiv img
{
	margin:0px auto;
}
.feature_main .row > .fullwidth100
{
	margin-top:100px;
}
.feature_main .row > .fullwidth100:first-child, .feature_main .row > .fullwidth100:first-child .headH3
{
	margin-top:0px;
}


.feature_padng
{
	padding: 0px 50px;	
}
.feature_slider
{
	color:#eaeaea;
}

.feature_slider #thumbnail-slider {
    margin:0 auto; /*center-aligned*/
    width:100%;
    max-width:900px;
    padding:0;
    box-sizing:border-box;
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}

.feature_slider #thumbnail-slider div.inner {    
    /*the followings should not be changed */
    position:relative;
    overflow:hidden;
    padding:0;
    margin:0;
}
 
.feature_slider #thumbnail-slider div.inner ul {    
    /*the followings should not be changed */
    white-space:nowrap;
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
	padding-top:30px;
}

.feature_slider #thumbnail-slider ul li {
    display:inline-block;
    margin-top:0px;
    margin-bottom:90px;
    margin-left:-30px; margin-right:-30px; /* Spacing between thumbs*/
    -webkit-transform:scale(0.9);
    transform:scale(0.9); /*Note: The scale down will increase the spacing between slides. You can set negative margins as did above to roll back the spacing. */
    -webkit-transition:-webkit-transform 0.5s;
    transition:transform 0.5s;
    box-sizing:content-box;
    text-align:center;
    vertical-align:middle;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
    height:280px!Important;
	width:100%;	
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
    
}

.feature_slider #thumbnail-slider ul li.active {
    -webkit-transform:scale(1.15); 
    transform:scale(1.15); /*Note: if scale is greater than 1, the margin-top and margin-bottom in the selector "#thumbnail-slider li" must be set with a sufficient value so the enlarged image will be shown within the margins.*/
    background-color:transparent;
	/* padding-bottom: 51%; */
	overflow:hidden;
	/*-webkit-filter: initial;
	filter: initial;*/
}
.feature_slider #thumbnail-slider ul li.active .thumb
{
    border-width: 15px 6px 15px;
    border-color: #000000;
    border-style: solid;
	border-radius:12px;
}
.feature_slider #thumbnail-slider .thumb {
    width:100%;
    height: 100%;
    background-size:cover;
    background-repeat:no-repeat;
    /* background-position:center center; */
    display:block;
    position:absolute;
    font-size:0;
    cursor:inherit;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255,255,255,0.4)));
    transition:all linear 0.4s;
    border-width: 6px;
    border-color: #000000;
    border-style: solid;
	border-radius:12px;	
}


/*-- Start 3D --*/
    .feature_slider #thumbnail-slider .thumb {
        -webkit-transform: perspective(500px) translateX(1px) translateZ(-30px) rotateY(30deg);
        transform: perspective(500px) translateX(1px) translateZ(-30px) rotateY(30deg);
    }

   .feature_slider #thumbnail-slider .active .thumb {
        -webkit-transform: translateX(0px) translateZ(0px) rotateY(0deg); 
        transform: translateX(0px) translateZ(0px) rotateY(0deg); 
    }

    .feature_slider #thumbnail-slider li.active ~ li .thumb {
        -webkit-transform: perspective(500px) translateX(-1px) translateZ(-30px) rotateY(-30deg); 
        transform: perspective(500px) translateX(-1px) translateZ(-30px) rotateY(-30deg); 
    }
/*-- End 3D --*/

/* --- navigation controls --- */   
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

.feature_slider #thumbnail-slider-pause-play {display:none;} /*.pause*/
.feature_slider #thumbnail-slider-prev, .feature_slider #thumbnail-slider-next {display:none;}



@media only screen and (max-width: 1200px)
{
	.feature_main .row > .fullwidth100 
	{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 991px)
{
	.feature_main .row > .fullwidth100 
	{
		margin-top: 50px;
	}
}
@Media only screen and (max-width: 767px)
{
	.feature_main .row > .fullwidth100 
	{
		margin-top: 25px;
	}
}
@media only screen and (max-width: 650px)
{
	.feature_main .flexbox
	{
		
	}
	.feature_padng
	{
		padding: 0px 15px;	
	}	
}
@media only screen and (max-width: 480px)
{
	.feature_imgdiv
	{
		display:none;
	}
	.feature_padng
	{
		padding:0px;
	}
	.feature_slider #thumbnail-slider
	{
		display:none;
	}
	/*.feature_slider #thumbnail-slider ul
	{
		
	}	
	.feature_slider #thumbnail-slider ul li
	{
		margin:0px!important;
		padding:0px!important;	
		Height:220px!important;
	}
	.feature_slider #thumbnail-slider ul li.active
	{
		width:200px!important;
		margin:0px!important;
		padding:0px!important;
		transform:scale(1);
		-webkit-transform:scale(1);
	}
	.feature_slider #thumbnail-slider li.active ~ li .thumb
	{
        -webkit-transform: perspective(0px) translateX(0px) translateZ(0px) rotateY(0deg)!important; 
        transform: perspective(0px) translateX(0px) translateZ(0px) rotateY(0deg)!important;		
	}*/
}
/**----------------------------------- Features ---------------------------**/



/**----------------------------------- how it works ---------------------------**/
.howitwork_main
{
	text-align:center;
	padding:60px 0px;
}
.howitwork_div
{
    margin-top: 130px;	
}
.howitwork_indiv
{
	    padding: 0px 28px;
}
.howitwork_box
{
	-webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    0px 0px 16px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         0px 0px 16px 0px rgba(50, 50, 50, 0.31);
	padding: 5px;
    height: 365px;	
}
.howitwork_circle
{
	border:1px solid #003975;
	border-radius:50%;
    width: 130px;
    height: 130px;
    float: none;
    margin: 0px auto;
    margin-top: -90px;
    margin-bottom: 20px;	
    background-color: #fff;	
}
.howitwork_circle img
{
	margin-top:17px;
}
.howitwork_circle p
{
	text-align:center;
	text-transform:uppercase;
	color:#003975;
	margin-top: 5px;
	margin-bottom:0px;
}
.howitwork_box .headPara
{
	text-align:center;
	font-size:16px;	
    margin-bottom: 0px;	
}
.howitwork_box h2.headPara
{
	font-weight:bold;
	color:#003366;
}

@media only screen and (max-width: 1200px)
{
	.howitwork_indiv 
	{
		padding: 0px 16px;
	}
	.howitwork_box .headPara
	{
	    font-size: 15px!important;	
	}
}
@media only screen and (max-width: 991px)
{
	.howitwork_indiv 
	{
		padding: 0px 0px;
	}
	.howitwork_box p.headPara
	{
		font-size:14px!important;
	}

}
@media only screen and (max-width: 767px)
{
	.howitwork_main
	{
	    padding: 50px 0px;	
	}
	.howitwork_indiv 
	{
		padding: 0px 80px;
		margin-bottom: 140px;		
	}
	.howitwork_div > DIV:last-child .howitwork_indiv 
	{
		margin-bottom:0px;
	}
	.howitwork_box
	{
		height:auto;
		padding:16px;
	}
	.howitwork_box h2.headPara
	{
		font-size: 17px!important;	
	}
}
@media only screen and (max-width: 650px)
{
	.howitwork_div 
	{
		margin-top: 100px;
	}
	.howitwork_indiv
	{
	    margin-bottom: 115px;	
	}
}
@media only screen and (max-width: 480px)
{
	.howitwork_indiv 
	{
		padding: 0px 7px;
	}
}
/**----------------------------------- how it works ---------------------------**/


/**----------------------------------- Footer css ------------------------------**/
.fotter_down
{
	background-color:#000000;
	padding:10px 0px;
	font-family:'Lato', sans-serif;		
}
.footer_logoimg
{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
	text-align:center;	
}
.footer_logoimg img
{
	width:100%;
}
.footer_menu ul
{
	display: block;
	padding:0px;
	text-align:center;
    /*display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;	*/
}
.footer_menu li
{
	text-transform:uppercase;
	font-size:14px;
    padding: 5px 17px;	
	list-style-type:none;
	display:inline-block;
	float:none;
}
.footer_menu li a
{
	color:#fff;
}
.footer_copyright
{
	text-align:Center;
	margin-top: 15px;
}
.footer_copyright p
{
	width:auto;
	float:none;
	display:inline-block;
	font-size:14px;
	color:#fff;
	width:auto;
    margin: 0px auto;	
}
.footer_copyright p:last-child
{
	margin-left:8px;
}

.footer_copyright p[data-target='#disclaimermodal']:hover
{
	cursor: pointer;
	color:#fdb813;
}
#disclaimermodal .modal-header
{
	padding: 0px 15px;
    border: 0px;	
}
#disclaimermodal .modal-body p.h5
{
	line-height:20px;
}

@media only screen and (max-width: 1366px)
{
	.footer_logoimg img
	{
		width:100%;
	}
	.footer_menu li
	{
	    font-size: 12px!important;
		padding: 5px 8px;	
	}
	
}
@media only screen and (max-width: 1024px)
{
	.footer_menu li 
	{
		font-size: 12px!important;
		padding: 5px 5px;
	}
	.footer_copyright p
	{
		font-size:12px!Important;
	}
	.footer_logoimg
	{
	    padding: 10px 5px;	
	}
}
@media only screen and (max-width: 991px)
{
	.footer_menu ul
	{
		display: block;	
		text-align:center;
	}
	.footer_menu ul li
	{
		display:inline-block;
	}
}
@media only screen and (max-width: 767px)
{
	.footer_copyright
	{
		margin-top: 0px;	
	}


}
@media only screen and (max-width: 480px)
{
	.footer_copyright p 
	{
		font-size: 11px!Important;
	}
}
/**----------------------------------- Footer css ------------------------------**/