@font-face {
	font-family:'BuenosAiresTrialWeb';
	src: url('../web-font/BuenosAiresTrialWeb-SemiBold.eot'); /* IE9 Compat Modes */
	src: url('../web-font/BuenosAiresTrialWeb-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../web-font/BuenosAiresTrialWeb-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../web-font/BuenosAiresTrialWeb-SemiBold.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
}


@font-face {
	font-family:'BuenosAiresTrialWeb';
	src: url('../web-font/BuenosAiresTrialWeb-Regular.eot'); /* IE9 Compat Modes */
	src: url('../web-font/BuenosAiresTrialWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../web-font/BuenosAiresTrialWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../web-font/BuenosAiresTrialWeb-Regular.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
}

body{
	
font-family: 'BuenosAiresTrialWeb';
}

p{
font-family: 'BuenosAiresTrialWeb' !important;	
}

h1,h2,h3,h4,h5,h6{
font-family: 'BuenosAiresTrialWeb' !important;	
}


#header {
    height: auto;
    position: relative;
    z-index: 1050;
    background: #fff !important;
    box-shadow: 0 0px 4px #aca9a9;
}

.m-auto img {
    margin: 0px auto;
    text-align: center;
    display: block;
}

.m-auto a {
    display: block;
    width: 124px !important;
    margin: 0 auto !important;
}



#cookie-msg {

    z-index: 888 !important;

}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;

}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: none;
	border:2px solid #000 !important;
}
#quote-carousel .carousel-indicators .active 
{
  background: red;
	border:none !important;
}
#quote-carousel .carousel-inner {
    background: none !important;
	overflow: hidden;
	
}

#quote-carousel .carousel-indicators li {
    padding: 0px;
}

#quote-carousel .item {
    text-align: center !important;
}

/* End carousel */

.with-nav-tabs ul .active a {
    border-bottom: 0px !important;
    border-radius: 27px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }
    
}




.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

.panel.with-nav-tabs.panel-default {
    padding: 35px 10px 20px 10px;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.with-nav-tabs .panel-heading {
    border: none;
    border-radius: ;
    border-radius: 10px;
    background: #f4f4f4;
}

/* remove the original arrow */
    .forex-form select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; 
		background: #f4f4f4 !important;
border: none;
box-shadow: none;
		
            }


.form-horizontal.forex-form .btn {
    margin: 0px auto;
    display: block;
    width: 150px;
}

.form-horizontal.forex-form select {
    margin-bottom: 11px;
   
}

    .forex-form select::-ms-expand {
        display: none;
    }

    .forex-form select + i.fa {
        float: right;
        margin-top: -36px;
        margin-right: 6px;
        /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
        pointer-events: none;
        /* everything after this is just to cover up the original arrow */
        /* (for browsers that don't support the syntax used above) */
        background-color: transparent;
        color:red!important;
        padding-right: 5px;
    }

   .forex-form select option{
       padding-right: 21px;
   }


.new-advantage .grey-box-col {
    width: 24% !important;
    float: left;
    min-height: 310px!important;
    margin-right: 14px!important;
	background: #fff;
}


.new-advantage .grey-box-col:last-child {
    margin: 0px !important;
}

.new-advantage{
text-align: center;
	
}



.with-nav-tabs ul li a {

    background: no-repeat;
    border-radius: 0px !important;

}
/** blog css**/
.blog_box {
    width: 100%;
    float: left;
}

.blog {
    width: 100%;
    float: left;
}

.black-bg {
    background-color: #242937;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}


.service {
    margin-top: 0 !important;
   
}

.blog_box {
    width: 100%;
    float: left;
}

.blog-img img {
    width: 100%;
    border-radius: 8px;
}

.blog_detail {
    width: 61%;
    float: left;
}

.blog_detail h4 {
    color: #000;
    margin-bottom: 4px;
}

.blog_detail p {
    margin-bottom: 7px;
}

.blog_detail a {
    color: #db2027 !important;
    font-size: 13px;
}

.blog-img {
    width: 33%;
    float: left;
    margin-right: 9px;
}


/** pop up css**/

#popup-container .modal-header {
    background: rgba(38, 38, 40, 0.92);
	border-radius: 6px 6px 0px 0px;
}
#popup-container .top-head2 {
    color: #fff;
}
#popup-container .modal-body
{
	background:#ebebeb;
	margin-top: -2px;
	border-radius: 0px 0px 6px 6px;
	color: #fff;
	padding: 20px 40px;
}
#popup-container .modal-body label {
    color: #4d4d4d;
}
#popup-container .modal-body .btn-primary {
    width: 50% !important	;
    background-color: #D73538 !important;
    border: 0px;
}
#popup-container .waves-input-wrapper{display:block;}
#popup-container .text-center2
{
	margin: 0 auto;
	text-align: center;
	 margin-bottom: 15px !important;
}
#popup-container .modal-body input {
    height: 45px;
    /*border-radius: 10px; */
}
#popup-container {
    border-radius: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin:0 auto;
}
#popup-container .modal-body p {
	text-align: center;
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 400;
}
#active-popup {
  position: absolute;
  top: 50%;
  left: 50%;
}

#popup-container .close {
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  opacity: .8;
}
#popup-container .close:hover {
  color: #efefef;
}
#signupModal .modal-content, #enquiryModal .modal-content
{
	border-radius: 6px;
}
#popup-container .perror {
	color: red;
	font-size: 14px;
	/* margin: -20px; */
	margin-bottom: 10px;
	float: left;
}
#perror_success_container
{
	margin-bottom: 20px;
}
#perror_success_container .alert
{
	font-size:16px !important;
	border:none;
}
#popup-signup-verify-form input {

    width: 10%;
    border: 1px solid red;
    margin: 6px;
	background: transparent;
	color:#000;
	text-align: center;

}
#popup-signup-verify-form{
text-align: center;

}
#perror_success_container2
{
	margin-top: 20px;
}
#popup-container input#potp3:focus, #popup-container input#potp4:focus, #popup-container input#potp1:focus, #popup-container input#potp2:focus {
    outline: none;
}
.pop_button_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pop_button_container span {
	width: 50%;
}
#popup-container .modal-body .btn-primary {
    width: 50% !important;
}



.popup_enquiry:hover {
    background: transparent;
    color: #d9534f !important;
}
#popup-container .modal-body .btn-primary:hover {
    background: transparent !important;
	color: #d9534f !important;
    border: 1px solid #d9534f;
}

#perror_success_container .alert-success
{
	background:none;
}

.panel-body {
    padding:0px;
}
.panel-login {
	/*border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);*/
}
.panel-login>.panel-heading {
	color: #00415d;
	/*background-color: #f2f2f2;
	border-color: #e6e6e6;*/
	text-align:left;
/*	padding: 0px 0px 15px 0px;*/
}
.panel-login>.panel-heading a {
/*background-color: #E31E24;
font-size: 18px;
padding: 15px 15px 15px 15px;
display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	
	*/
color: #343434;
font-size: 18px;
background-color: #fff;
padding: 15px 15px 15px 15px;
display: block;
}
.panel-login>.panel-heading p.active {
	/*background-color: #f7f7f7;*/
font-size: 18px;
/* padding: 15px 15px 15px 0px; */
display: block;
	text-decoration: none;
	color: #343434;
	font-weight: bold;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	
/*color: #E31E24;
font-size: 18px;
background-color: #fff;
padding: 15px 15px 15px 15px;
display: block;*/}
.panel-login>.panel-heading hr {
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.form-group {
    margin-bottom: 8px;
}
.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
	height: 30px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover, .panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover, .btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover, .forgot-password:focus {
	text-decoration: underline;
	color: #666;
}
.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover, .btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
.pl-0{padding-left:0px;}
.pr-0{padding-right:0px;}

.txt2 {
  
    font-size: 16px;
    line-height: 1.5;
    color: #e11d2c;
	font-family:inherit;
}


/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
	
	
	.with-nav-tabs .nav.nav-tabs {
    display: block;
}
	
	.with-nav-tabs li {
    padding: 0 6px;
}

	.with-nav-tabs li a {
    padding: 0 10px;
    border-bottom: ;
}
	
.new-advantage .grey-box-col {
    width: 100%!important;
   
}

.navbar-collapse.collapse.main-navi {
    display: none !important;
}

.mb-0 {
    margin-bottom: 0px;
}	

.mt-0{
    margin-top: 0px;
}	

	
}

