.flash {
  background: #c1c1c1;
 /* height: 24px;*/
}
.divider-blue {
  background: #2859a3;
  height: 24px;
}
.padd-right {
  padding-right: 56px;
}
.img-mar{
  margin-top: 57px;
}
/*     Services styles     */
.img-box {
  margin-top: 20px;
}
.full-width {
  width: 100%;
}
td{
    border: 1px solid #464646 ;
    text-align: left;
    padding: 8px;
    color: #000;
}
th{
    border: 1px solid #464646 ;
    text-align: left;
    padding: 8px;
}
.container-grey{
  background: linear-gradient(to right, #ada996, #f2f2f2, #dbdbdb, #eaeaea);
  padding: 10px 0 20px 0;
}
.section-p{
      padding: 10px 0;
}
section h4{
  color:#005aaa;
}
.services {  
  /*background: #ffffff;*/
 /* background: url('../images/pattern_3.png');*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
      padding: 20px 0;
}
.bluep {
    color: #005aaa!important;
    font-weight: 700;
    font-size: 15px;
}
.tab_content .bluep {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.exp_img {
    float: left;
    width: 39px;
    margin-right: 10px;
}
.pull-left {
    float: left;
}
.investor-wrap, .note-miles {
    float: left;
    width: 100%;
}
@media (max-width: 768px ) {
.investor-left {
    float: left;
    width: 28%;
    margin-right: 1%;
    padding: 10px 0 10px 2%;
    color: #fff;
    background: linear-gradient(to right, #81c141, #2859a3 );
    font-size: 10px;
}
.investor-right {
    float: right;
    width: 70%;
    padding: 6px 5% 0 0;
    margin: 0
}
}
@media (min-width: 768px ) {
.investor-left {
    float: left;
    width: 25%;
    margin-right: 1%;
    padding: 3px 0 5px 1%;
    color: #fff;
    background: linear-gradient(to right, #81c141, #2859a3 );
    font-size: 18px;
}
.investor-right {
    float: right;
    width: 74%;
    padding: 6px 5% 0 0;
    margin: 0
}
}
#attention_invest p {
    margin-bottom: 0;
}
#bottomleft li a, #footer a, #footer p, .cmpny-wrap p, .investor-left p, .scrollup {
    color: #fff;
}

.pdf_wrap li {
    margin-bottom: 20px;
    background: url(../images/icons/pdf-icon.png) 0 50% no-repeat;
    padding-left: 30px;
    list-style: none;
}
.services h1{
	text-align:center;
	margin:30px 0 10px 0;
	color: #ffffff;
  background: #2859a3;
  padding: 15px 0px;

}
.services h2{
  text-align:center;
  margin:0px 0 10px 0;
  color: #000;
  padding: 15px 0px;
  text-decoration: underline;
  font-size: 23px;
}
.serviceBox {
    background: #fff;
    text-align: center;
    padding: 0 0 25px;
    /*box-shadow: 0 2px 8px 0 #0066ff;*/
    box-shadow: 0 2px 2px 0 #6a6b6d;
    border-top: 10px solid #81c141;
    margin-top: 55px;
    margin-bottom: 20px;
    height: 390px;
}
.serviceBox .service-icon {
    width: 95px;
    height: 95px;
    line-height: 144px;
    border-radius: 50%;
    background: #fff;
   /* border: 5px solid #5e5e5e;*/
    margin: -65px auto 0;
}
.serviceBox .service-icon i{
    color: #c2c2c2;
    font-size: 110px;
}
.serviceBox .service-content{
    padding: 0 10px;
    height: 200px;
}
.serviceBox .service-content h3{
    color: #1e2731;
    font: bold 19px/25px 'arial';
    text-transform: uppercase;
    margin: 30px 0 10px;
}
.serviceBox .service-content p{
    font: lighter 13px/20px "verdana";
    color: #464646;
    margin: 0 0 20px;
}
.serviceBox .read{
    padding: 30px 0;
}
.serviceBox .read a{
    border: 4px solid #81c141;
    padding: 9px 25px;
    font: 600 14px/18px "arial";
    color: #81c141;
    text-transform: uppercase;
}
.serviceBox .read a:hover{
    background: #81c141;
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 990px){
    .serviceBox{  margin-top: 80px; }
}

/*--------------------------------------------------------------------------------*/
/*	Home-step */
/*--------------------------------------------------------------------------------*/
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.step-to{
  width:100%;
  background-color: #fff;
  height:auto;
  padding:20px 0;
}

.step-to h6{
	text-align:center;
	/*margin:15px 0 25px 0;*/
	color: #efefef;
      background: linear-gradient(to right, #81c141, #2859a3 );
  padding: 10px;
}
.step-to p{
	text-align:center;
	font-size:14px;
	color:#464646 ;
}

#step-image{
	margin-bottom:110px;
	margin-top:110px;
	max-width:100%;
	height:1px;
	background-color: #262626;
	position:relative;
}

#step-image > div{
	display:inline-block;
	position:absolute;
}

.step-by-container{
	width:100%;
	margin-top: -95px;

}
.step-by{
	width:50%;
	font-size:14px;
	color:#565656;
	text-align:center;
	float:left;
	margin-right:102px;

}
.step-by:first-child{
	margin-left:0;
}
.step-by:last-child{
	margin-right:0px;
}
.step-by h5{
	font-size:22px;
	color:#565656;
}
.step-by-inner{
	max-width:175px;
	padding:20px 25px;
	margin:0 auto;
	background: #efefef;
	cursor:pointer;
}
.step-by-inner-img{
	max-width:127px;
	padding:18px 25px;
	border:1px solid #000000;
	border-radius:5px;
  color: #81c141;
}
.step-spacer{
	height:30px;
	clear:both;
}
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
/*	Responsive set */
/*--------------------------------------------------------------------------------*/

@media (max-width: 1200px ) {
	#step-image{
		margin-bottom:0px;
		margin-top:0px;
		max-width:100%;
		height:0px;
		background-color:#d9dfe2;
		position:relative;
	}
	#step-image  div{
		display:block;
		position:static;
	}
	.step-by-container{
		min-width:80%;
		width:auto !important;
		margin:10px auto;
		background:#909090;
	}
	.step-by{
		margin-right:2%;
	}
	.step-by h5{
		font-size:18px;
	}

}
@media (max-width: 480px) {
	.step-by{
		margin:10px auto;
		width:100%;
	}
}


/*--------------------------------------------------------------------------------*/
/*	Testimonial Carousel */
/*--------------------------------------------------------------------------------*/
.testimonial-section {
  background: linear-gradient(to right, #ada996, #f2f2f2, #dbdbdb, #eaeaea);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.testimonial{
    padding: 20px 0 0;
    text-align:center;
    position: relative;
    margin: 0 15px;
}
.testimonial:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: -5px;
    left:48.5%;
    font-size: 40px;
    color:#585858;
}
.testimonial .content{
    padding: 45px 35px;
    font-weight: bold;
    /*text-transform:uppercase;*/
    color: #fff;
    position: relative;
    border: 3px solid #585858;
    border-top: 0px none;
}
.testimonial .content:before{
    content: "";
    border-top: 3px solid #585858;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}
.testimonial .content:after{
    content: "";
    border-top: 3px solid #585858;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    color:#e74c3c;
        margin-top: 15px;
}
.testimonial .testimonial-title small{
    display: block;
    color:#585858;
    font-size: 15px;
    margin-top:10px;
}
.testimonial .description{
    font-size: 18px;
    color:#585858;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e74c3c;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 1;
}
@media only screen and (max-width: 990px) {
    .testimonial .content:before,
    .testimonial .content:after {
        width:43%;
    }
}
@media only screen and (max-width: 640px) {
    .testimonial:before{
        left:46%;
    }
    .testimonial .content{
        padding: 30px 35px;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .testimonial:before{
        font-size: 30px;
        top: 0;
    }
}

/*--------------------------------------------------------------------------------*/


/* --------------------------------Client-Slider-------------------------------- */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------------------------*/


/* -------------------------------------Social Icons------------------------------------- */
#social_side_links {
	position: fixed;
  top: 35%;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  margin: 0px;
}

#social_side_links li a {display: block;}

#social_side_links li a img {
	display: block;
	max-width:40px;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

#social_side_links li a:hover img {background: rgba(0, 0, 0, .2);}

@media (max-width: 768px ) {
.social {
    padding: 10px 0px;
    font-size: 15px;
    width: 25px;
    text-align: center;
    text-decoration: none;
}
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}
@media (min-width: 768px ) {

.social {
  padding: 20px 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}


}

@media (max-width: 768px ) {

.serviceBox .service-content p {
    font: lighter 15px/20px "verdana";
}
p { font-size: 16px;}
body { font-size: 16px;}
}


@media (min-width: 1024px ) {
.social {
    padding: 15px 10px;
    font-size: 25px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}
}  
/* -------------------------------------Social Icons Ends Here------------------------------------- */


/* -------------------------------------Dropdown menu------------------------------------- */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 13px;
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #2859a3;
    text-align: left;
}

.dropdown-content a:hover {background-color: #81c141; color:#fff}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/* -------------------------------------Dropdown menu Ends Here------------------------------------- */
