@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat');
/*****************/

/** Berlin Trading CSS Style */
p {
    margin: 0 0 20px;
}
#sp-header {
  display: none;
}
#sp-title {
    padding-right: 0px;
}
#sp-position8{
	padding-left: 10px;
    margin-left: 0px;
	background: #1e1f49;
}
#sp-bottom {
   border-top: solid 15px #191b3e;
}
#sp-bottom a {
    color: #5a6b77;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#sp-bottom a:hover {
    color: #000;
	background: none;
}

.my-subtitle{
	color: #5781fd; 
	border-bottom: solid 1px #afaeae; 
	padding-bottom: 8px; 
	font-weight: bold;
}
#sp-left{
	border-left: solid 1px #b7b6b6;
	border-right: solid 1px #b7b6b6;
	border-bottom: solid 1px #b7b6b6;
}
hr {
    border-top: 1px solid #b7b6b6;
	margin-bottom: 5px;
}
/** Social Media Icons */
.social-icon{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 20px;	
}
.fa {
    color: #8fa4b8;
}
.fa-instagram:hover{
	color: #ffffff;	
}
.fa-facebook-square:hover{
	color: #ffffff;
}
.fa-twitter-square:hover{
	color: #ffffff;
}
.fa-snapchat-square:hover{
	color: #ffffff;
}
.fa-linkedin-square:hover{
	color: #ffffff;
}
.fa-youtube-square:hover{
	color: #ffffff;
}
/** End of Social Media Icons */

/** Nivo Slideshow */

.nivotitle-white{
	color: #ffffff;
    font-size: 50px;
	font-family: 'Merriweather', serif;
	text-align: left;
	line-height: normal;
	margin-left: 5px;
	text-transform: none;
}
.nivopretitle-white{
	color: #ffffff;
    font-size: 20px;
	font-family: 'Merriweather', serif;
	text-align: left;
	line-height: 30px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.nivotitle-black{
	color: #011f48;
    font-size: 50px;
	font-family: 'Merriweather', serif;
	text-align: left;
	line-height: normal;
	margin-left: 5px;
	text-transform: none;
}
.nivopretitle-black{
	color: #000000;
    font-size: 20px;
	font-family: 'Merriweather', serif;
	text-align: left;
	line-height: 30px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
	font-size: 25px;
    color: #011f38;
	font-weight: 700;
}
.nivo-caption {
    box-sizing: border-box;
    color: #000;
    display: none;
    left: 2%;
    opacity: 0.8;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    right: 30%;
    top: 30%;
    width: 50%;
    z-index: 8;
}
/** End of Nivo Slideshow */

.welcome{
	color: #cc7600;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: normal;
    letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 15px;
}
.sub-welcome{
	color: #dedede;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 27px;
    letter-spacing: normal;
	text-transform: none;
	padding-top: 20px;
}
.why-choose{
background: #ffffff;
	border-bottom: solid 4px #ffffff;
	box-shadow: -1px 4px 14px 0px #0000004a;
}
.findout {
text-align: center;
font-size: 17px;
font-weight: 300;
    margin: 18px auto;
	width: 27%;
	
}
.findout a{
color: #000;
    background-color: rgba(255,255,255,.45);
	padding: 5px 8px 5px 8px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.07);
    border-radius: 3px;
}

.findout a:hover{
color: #fff;
    background-color: #153d66;
}
.request-quote{
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 10px;
	border-bottom: solid 5px #191b3e;
	background-color: #153d66;
	width: 100%;
}
.request-quote a{
	color: #fff;
}
.request-quote a:hover{
	color: #ff9400;
}
.my-grayeffect{
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
     transition: all 0.5s ease;
}
.my-grayeffect:hover{
  -webkit-filter: grayscale(0);
  filter: none;
}
.sppb-btn {
    border: none;
	border-radius: 0px;
	width: 452px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	padding: 13px;
}
.sppb-btn-default {
    color: #dcdcdc;
    background-color: #153d66;
}
.sppb-btn-default:hover {
 	color: #fff;
    background-color: #1e1f49;
}
.request-mobile{
	width: 100%;
}
/** Carousel */
.sppb-carousel-pro-text h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    padding: 0px 10px 0px 10px;
    background: #ffffffdb;
	border-radius: 5px;
}

/** Carousel Fading */
.sppb-carousel-inner > .sppb-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function:linear;
}

.sppb-carousel-inner .active {
  opacity: 1;
}

.sppb-carousel-inner .active.left,
.sppb-carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.sppb-carousel-inner .next.left,
.sppb-carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .sppb-carousel-inner > .item.next,
    .sppb-carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
    .sppb-carousel-inner > .item.prev,
    .sppb-carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .sppb-carousel-inner > .item.next.left,
    .sppb-carousel-inner > .item.prev.right,
    .sppb-carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/** End of Carousel Fading */
.sp-page-title h2 {
    display: none;
}
/** News Show SP2 */
div.ns2-author, div.ns2-created, div.ns2-category {
    display: none;
}
div.nssp2-default .ns2-art-controllers, div.nssp2-default .ns2-links-controllers {
    float: none;
    padding-top: 20px;
}
div.nssp2-default .ns2-art-pagination, div.nssp2-default .ns2-links-pagination {
    float: none;
 margin-left: 45%;
}
h4.ns2-title {
    font-size: 100%;
    font-weight: normal;
	color: #000;
    text-transform: none;
	text-align: center;
}
/** End of News Show SP2 */

/** For Mobile Only - Slider */
.sp-corporex-layout, .sp-corporex-layout h1, .sp-corporex-layout h2, .sp-corporex-layout h3 {
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.sp-corporex-layout .sp-slider-content {
    top: 30%;
    padding: 5px;
	text-transform: none;
}
/** End of For Mobile Only - Slider */

/** END OF Berlin Trading CSS Style */



/** ////////////////////////////////////////// */




.sppb-btn-sm {
    font-size: 20px;
}
.sppb-btn-info {
    color: #fd5858;
    background-color: #ffffff;
    border-color: #ffffff;
}

.items-leading{
	background: #f0f0f0b5;
	padding-bottom: 20px;
	margin-bottom: 50px;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.49);
	border: none;
	border-radius: 4px;
}

/** My Classes */



.about-home{
	padding: 30px 20px 10px 20px;
	color: #b0b0b1;
	font-style: italic;
    letter-spacing: 2px;
}
.about-home2{
	font-size: 30px;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    color: #b7b7b7;
	line-height: normal;
	padding-top: 5px;
}
.latest-news{
	margin-right: 25px;	
	border-right: solid 1px #5a6b77;	
}
.downloadcenter{
	color: #757475;
}
.downloadcenter a{
	color: #757475;
}
.downloadcenter a:hover{
	color: #ffffff;
}
.middle-pix{
	color: #0043be;
    font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	margin: 18px 0px 18px 0px;
}
.my-footer {
    font-size: 14px;
	padding: 15px 0px 15px 0px;
}
.footer-social {
	padding: 15px 0px 15px 0px;
}
.learn-more{
	background: #0a4c80;
	color: #ffffff;
	font-size: 11px;
    padding: 11px 5px;
	letter-spacing: 1px;
	cursor: pointer;
    text-transform: uppercase;
	margin-top: 25px;
    margin-right: 120px;
    margin-left: 120px;
	margin-bottom: 10px;
}
.learn-more a{
	background: #0a4c80;
	color: #ffffff;
}
.contact-us{
margin: 8px 0 0;
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    padding-bottom: 5px;
    color: #063461;
    font-family: 'Merriweather', serif;
}
.contact-us2{
    font-size: 18px;
    line-height: normal;
    text-align: left;
    color: #063461;
   
   
	text-transform: none;
}
/** End of My Classes */

legend {
    font-size: 100%;
	font-family: 'Raleway', sans-serif;
}

.page-header {
    padding-bottom: 15px;
    display: none;
}
ul.sigProClassic span.sigProPseudoCaption, ul.sigProClassic span.sigProCaption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2px 4px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 18px;
    font-weight: normal; 
    font-family: 'Merriweather', serif;
}