/* Slider */
.sliderheight{display: table;height:600px;
	-o-background-size:cover!important;-moz-background-size:cover!important;-webkit-background-size:cover!important;background-size:cover!important; background-position: center!important;
	width: 100%; float: left;}
.fullgrid{ width: 100%; float: left;}

.testimonialsbg{ width: 100%; float: left;background: #fff url(./images/aboutus_bg.png) no-repeat top -190px center; padding:100px 0px; text-align: center;}
.testimonialsbginner{display: inline-block; vertical-align: top; width: 100%;}
.testih3{ width: 100%; float: left; font-size: 22px;line-height:22px; color: #333; font-weight: 600; margin-bottom:0px; position: relative; padding-top:50px; }
.testih3:after{position:absolute; left: 50%; margin-left: -10px; top: 0px; content: "\f10d"; font-size: 20px; color:#14b1ae;font-family: 'FontAwesome';}

.testimonialsbginner p{ font-size: 16px; color: #7e7e7e; line-height: 26px;width: 100%; float: left; font-style:italic; margin:40px 0;}
.testih3img{ width: 100%; float: left; }
.testih3img2{ display: inline-block; vertical-align: middle; font-size: 20px; color: #000; text-align: left; text-transform: uppercase;}
.testih3img2 img{ display: inline-block;width: 70px !important; height: 70px !important;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%; margin: 7px; padding: 2px; border: 1px solid #ccc!important;}
.testih3img2 span{ display: block;  font-size: 13px; color: #7e7e7e; text-transform:  none;}
.innercent{display: inline-block; vertical-align: top; position: relative; width:1140px; padding: 0px 30px;}  
.testi_cont { padding:0 11%;}

#testimonial3{
	display: table;  
	float: left;
	position: relative; padding: 60px 0px; background: #fff; height:600px;
	width: 100%;
}
#testimonial2{
	display: inline;
	float: left;
	position: relative;
	width: 100%; height:600px;
}
.single-slide{outline: none;} 
.innertesti{height: 600px !important;display: table!important;}
.innertestiCaption{display: table-cell; vertical-align: middle; width: 100%; padding: 10px; text-align: center;}
.innertestiCaption p{width: 100%; float: left; color: #000;}
.innertestiCaption .single-testimonial.innertestiCaption



.sliderheight{ height: 596px !important; width: 100%; float: left;
-o-background-size:cover!important;-moz-background-size:cover!important;-webkit-background-size:cover!important;background-size:cover!important;
 background-position: center!important; display: table !important;
}
.sliderheightCaption{display: table-cell; vertical-align: middle; width: 100%; padding: 10px 50px; text-align: center;}
.captioninner{font-size: 60px; color: #fff; font-weight: 600;line-height: 70px;}
.captioninner b{ color: #11b2ad;}
.captioninner span{font-size: 16px;color: #ececec; display: block;font-weight: normal;margin-top: -13px;}

.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;
}
[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;
}
/*=============================================================================*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('assets/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('assets/css/fonts/slick.eot');
    src: url('assets/css/fonts/slick.eot#iefix') format('embedded-opentype'), url('assets/css/fonts/slick.woff') format('woff'), url('assets/css/fonts/slick.ttf') format('truetype'), url('assets/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 30px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0; outline: none;

    display: block;

    width: 10px;
    height: 10px;
    padding: 1px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background:#fff;
	border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

#testimonial2 .slick-prev, .slick-next{display: none;}

.slick-dots li.slick-active  button{ background: #14b1ae; }

#slidebtm .callbacks_nav{ left: -35px;}
#slidebtm .callbacks_nav.next{ right:-35px !important;} 

/*.counter-overlay{background-color: #fff !important;}*/

@media screen and (max-width:1280px){
}

@media screen and (max-width:800px){
	.captioninner{font-size: 45px; line-height: 55px;} 
	.captioninner span{font-size: 14px;}
	.sliderheight{height: 460px;}
	.innercent{width: 100%;}
}

@media screen and (max-width:700px){
.navbar-fixed-top, .navbar-fixed-bottom{ position: relative;}
	.single-service{height: auto !important;}
}

@media screen and (max-width:480px){
	.testimonialsbginner p{font-size: 14px;}
	.testih3{font-size: 20px;}
	.testih3img2{font-size: 16px;}
	.testih3img2 img {
    display: inline-block;
    width: 45px !important;
		height: 45px !important;}
	.captioninner{font-size: 30px;
    line-height: 36px;} 
	.captioninner br{display: none;}
	.captioninner span{font-size: 13px; line-height: 20px; margin-top: 0px;}
}



/*
     FILE ARCHIVED ON 07:19:53 Aug 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:13:03 Jan 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 63.507
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.084
  RedisCDXSource: 0.786
  esindex: 0.008
  LoadShardBlock: 40.51 (3)
  PetaboxLoader3.datanode: 73.107 (4)
  CDXLines.iter: 18.743 (3)
  load_resource: 162.946
  PetaboxLoader3.resolve: 98.713
*/