﻿heading_span.Testimonial .section{
	     background: -webkit-linear-gradient(left, #cccec9, #062c46);
	padding-top:10px;
	padding-bottom:70px;
}
.Testimonial .section .review_carousel{
	padding-bottom: 18px;
    margin-bottom: 69px;
}
.Testimonial .section h1{
	color:#fff;
	font-family: 'robotobold';
	 font-size:48px;
	 text-align:center;  
    position: relative;
    letter-spacing: 2px;
    line-height: 40px;
}
.Testimonial .section h1:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 20px;
    background: #fff;
    height: 1px;
}
.Testimonial .section .heading_span {
       background: #062c46;
    position: relative;
    z-index:9;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 10px;
        margin-top: 8px;
}
.Testimonial .section .review_carousel li{
	padding:0px 15px;
	outline:none;
}
.Testimonial .section .review_carousel li .rev_box{
	background:#fff;
	position:relative;
	padding: 60px 25px;
}
.Testimonial .section .review_carousel li .rev_box::after{
	content:"";
	clear:both;
	display:table;
}
.Testimonial .section .review_carousel li .rev_box::before{
	content:"";
	position:absolute;
	width:70px;
	height:100%;
	background:#062c46;
	left:0;
	top:0;
}
.Testimonial .section .review_carousel li .rev_box .c_avatar{
	position:relative;
	z-index:9;
	float:left;
	width:20%;
}
.Testimonial .section .review_carousel li .rev_box .rev_txt{
	float:left;
	width:80%;
	padding-left: 25px;
}
.Testimonial .section .review_carousel li .rev_box .rev_txt .c_name{
	color:#062c46;
	font-family: 'robotobold';
	 font-size:18px;
	 display:block;
}
.Testimonial .section .review_carousel li .rev_box .rev_txt .c_dt{
	font-family: 'robotoregular';
	 font-size:16px;
	 color:#808080;
	 display:block;
}
.Testimonial .section .review_carousel li .rev_box .rev_txt .r_desc{
	font-family: 'robotoregular';
	 font-size:16px;
	 color:#3e3e3e;
     margin: 40px 0px 0px;
}
.Testimonial .section .review_carousel li .rev_box .rev_txt blockquote{
  position: relative;
  margin:0px 0px 20px;
  padding:0px;
  border:none;
}

.Testimonial .section .review_carousel li .rev_box .rev_txt blockquote::before{
      content: "\201C";
    font-family: Georgia, serif;
    font-size: 50px;
    font-weight: bold;
    color: #ddd;
    position: absolute;
    left: -7px;
    top: -42px;
}

.Testimonial .section .review_carousel li .rev_box .rev_txt blockquote::after{
  /*Reset to make sure*/
  content: "";
}
.Testimonial .section .review_carousel .slick-arrow{
	position: absolute;
	bottom: -50px;
	width:50px;
	height:45px;
	border:none;
	outline:none;
}
.Testimonial .section .review_carousel .slick-arrow.slick-next{
	background:url('../../Image/Testimonial/next-arrow.png');
	background-repeat:no-repeat;
	left: 65px;
    
}
.Testimonial .section .review_carousel .slick-arrow.slick-prev{

	background:url('../../Image/Testimonial/prev-arrow.png');
	background-repeat:no-repeat;
	left:15px;
	border-right: 1px solid #ddd;
}
.Testimonial .section5{
	background:url('../images/downloadappbg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.Testimonial .section6 .heading_span {
    background: #f4f4f4;
    z-index: 9;
    display: inline-block;
    padding: 0px 25px;
}
.Testimonial .section6 .hm_box_wrap{
}
.Testimonial .section6 .hm_box_wrap .hm_box{
	background:#fff;
}
.Testimonial .section6 .hm_box_wrap .hm_box .img_dv img{
	width:100%;
}
.Testimonial .section6 .hm_box_wrap .hm_box .bot_area{
	padding:15px;
}
.Testimonial .section6 .hm_box_wrap .hm_box .bot_area a {
    color: #062c46;
}
.Testimonial .section6 .hm_box_wrap .hm_box .bot_area .dt{
	display:block;
	font-family: 'robotoregular';
	 font-size:14px;
	 color:#808080;
	 padding-bottom:15px;
	 border-bottom:1px solid #ddd;
}
.Testimonial .section6 .hm_box_wrap .hm_box .bot_area h4{
	font-family: 'robotobold';
	 font-size:16px;
	 color:#062c46;
	 line-height:24px;
}
/* Slider css start*/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         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;
	outline: none;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.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;
}
li.slick-slide{
	padding: 15px 0px 25px;
}

 .simplePopup {
    display: none;
    position: fixed !important;
    /* border: 4px solid #808080; */
    background: #fff;
    z-index: 9999;
    padding: 0px;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
}


.site-nav .down_icon{
	color:#f6a623;
	padding-left:10px;
    font-weight: 600;
    font-size: 18px;
}
 .service_dropdown {
    display: none;
    position: absolute;
    z-index: 9999;
}
.service_dropdown li {
    background: #fff;
	float: none;
}
.service_dropdown li a {
    padding: 10px 10px;
}
nav.rs_nav li:hover ul{
	display: block;
}
header .location_div {
    text-align: right;
	float:left;
}
.form_div  p{
	color:#3e3e3e;
	font-size:14px;
	 font-family: 'robotobold';
     margin: 15px 0px;
}