

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf')  format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf')  format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'AvantGardeBold';
  src: url('../fonts/AvantGardeBold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvantGardeBold.woff') format('woff'), 
	   url('../fonts/AvantGardeBold.ttf')  format('truetype'), 
	   url('../fonts/AvantGardeBold.svg#AvantGardeBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,
body {
    height: 100%;
    width: 100%;
    float: left;
    font-family: 'OpenSans-Regular' !important;
	color:#696969;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}
a, a.active, a:active, a:focus, a:hover {
	color:#18BC9C;
	outline:none !important;
}
ul {
    list-style: none;
    padding: 0;
}
h1,h2,h3,h4{ font-family: 'AvantGardeBold'; color: #292929;}

.mtb20{margin-top: 20px !important;margin-bottom: 20px !important;}
.mb20{margin-bottom: 20px !important;}

/*//////////////////////////////// Home Page //////////////////////////////////// */

p{color: #696969;font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.p0px{padding: 0px !important;}
h2.block-heading{
	font-size: 35px;
	line-height: 38px;
	text-transform: capitalize;
}
h2.block-heading hr{
	color: #42a5f6;
	border-color: #42a5f6;
	width: 80px;
	margin: 3px auto;
	border-width: 2px;
}
.gc-content h1.block-tag{
	font-size: 45px;
	line-height: 50px;
	color: #fff;
}

.bg-gray {background-color: #f8f8f8;}
.bg-white {background-color: #fff;}
section#about{
	padding: 20px 0;
}
section#services{
	padding: 20px 0;
}
.black_btn{
	border: 1px solid #000;
	color: #000;
	font-size: 15px;
	padding: 8px 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
    border-radius: 3px;
   	 -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.black_btn:hover{
    background-color: #3d3d3d;
    color: #fff;

}
.white_btn{
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.white_btn:hover{
	background-color: #f8f8f8;
	color: #000;
}
.flexbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.content {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 17px;
    width: 70%;
}

.gc-main .slick-slider .photo{position: relative;}
.gc-main .slick-slider .photo .cap-tag{
        position: absolute;
        top: 42%;
        left: 0%;
        color: #fff;
        font-size: 60px;
        line-height: 70px;
        font-family: 'Montserrat-Regular';
        text-shadow: 0 2px 3px rgba(0,0,0,0.6);
        width: 100%;
        text-align: center;
        font-weight:bold;
    }
.gc-main .slick-next {right: 35px;} 
.gc-main .slick-prev{left: 35px;}
.gc-main .slick-next, .gc-main .slick-prev{width: auto;height: auto;z-index: 100;}
.gc-main .slick-next:before, .gc-main .slick-prev:before{font-size: 40px;}
.gc-main .slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  /*max-width: 700px;*/
  margin: 0px auto 0;
}

    #mob_bann{display: none;}
/* Slider */
.slick-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  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: all 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;;
  -moz-transform: all 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;;
  -ms-transform: all 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;;
  -o-transform: all 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;;
  transform: all 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;;
  height: 100%;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}

.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;
  width: 100%;
}
.slick-slide:focus, .slick-slide:hover {
  outline: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}


/**
 * Photo
 */
.photo {
  background-size: cover;
  background-position: center center;
  will-change: transform;
}

.photo.slick-slide{
  animation: scaleOut 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.photo.slick-slide.slick-current.slick-active {
  animation: scale 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.photo:before {
  content: "";
  display: block;
}
.photo * > {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes scaleOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}



/* ========Scroll Down Start======= */
#scroll_gc {
  /*padding-bottom: 0;
  position: relative;
  width: 100%;
  display: block;*/
}
#scroll_gc span {
     position: absolute;
bottom: 3px;
    left: 50%;
    width: 28px;
    height: 45px;
    margin-left: -15px;
    border: 2px solid #f5f5f5;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
#scroll_gc span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
  box-sizing: border-box;
}


#scroll_gc2 span {
     position: absolute;
    bottom: 3px;
    left: 50%;
    width: 28px;
    height: 45px;
    margin-left: -15px;
    border: 2px solid #f5f5f5;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
}
#scroll_gc2 span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes  animate {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ========Scroll Down End =========*/
.about-us-box{position: relative;padding: 15px 0;}
#about{position: absolute;top: -60px;}
/* ====================== What We Do Section ==================== */

.services_hom_box{
	width: 75%;
	margin: 0 auto;
}
.services_hom_box .srvc_list{
	width: 100%;
	padding: 0px;
    margin-bottom: 15px;
}
.services_hom_box .srvc_list.ser_left{
	float: left;
}
.services_hom_box .srvc_list.ser_right{
	float: right;
}
.services_hom_box .srvc_list ul.nav_list{
	width: 100%;
	padding: 0px;
    margin: 0;
	text-align: center;
}
.services_hom_box .srvc_list ul.nav_list li{
    display: inline-block;
    width: 33%;
}

.services_hom_box .img-border img{width: 50px;height: 50px;}
.services_hom_box .nav_list > li > a:hover .img-border,
.services_hom_box .nav_list > li.active .img-border {
  background-color: #42a5f6;
  border-color: #42a5f6;
  box-shadow: 0 0 0 5px #ddeffd;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.services_hom_box .nav_list > li > a:hover img,
.services_hom_box .nav_list > li.active .img-border > img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
	 -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.services_hom_box .nav_list > li > a {
  font-size: 13px;
  color: #232323;
  padding: 15px 5px 0;
  display: block;
}
.services_hom_box .nav_list > li > a{text-decoration: none;}
.services_hom_box .nav_list > li > a span{
	font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.services_hom_box .nav_list > li > a span.img-border {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    display: block;
    height: 78px;
    line-height: 70px;
    text-align: center;
    width: 78px;
    box-shadow: 0 0 0 5px #f5f5f5;
    margin: 0 auto 20px;
}
.services_hom_box .tab-content ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 30px;
    background-image: url('../images/rit-icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}

/* ====================== Our Work Section ==================== */

section#work{
	padding: 20px 0;
}
section#work h2.block-heading{
	margin-bottom: 30px;
}
.effect-bubba.left_top {
    border-top: none;
    border-left: none;
}
figure.effect-bubba {
    background: #000000;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
figure.effect-bubba img {
    width: 100%;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
}
.grid figure figcaption, .grid figure figcaption > a, .grid figure figcaption > a.abs_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-bubba h2 {
    padding-top: 15%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    text-shadow: 2px 2px 0px #000;
    text-transform: capitalize;
    color: #fff;
    width: 70%;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
}
figure.effect-bubba h2 hr{
	color: #fff;
	border-width: 3px;
	border-color: #fff;
	width: 50px;
	float: left;	
    margin: 3px 0 20px;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure figcaption > a.view_link {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #f36f21;
    position: relative;
    text-transform: capitalize;
    float: left;
    text-indent: 0;
    height: auto;
}
.grid figure figcaption > a.view_link hr{
		color: #f36f21;
	border-width: 3px;
	border-color: #f36f21;
	width: 80px;
	float: left;	
    margin: 3px 0 20px;
}
figure.effect-bubba:hover img {
    opacity: 0.18;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-bubba:hover figcaption > a.view_link {
    opacity: 1;
}

/* ----------------------- Team Section -----------------*/

.imgradiuc {
    border-radius: 50% !important;
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 3px;
}
section#team{
	padding: 20px 0;
}
.team_row{
	margin-top: 40px;
}
.team_row ul{
	display: table;
	width: 100%;
}
.team_row ul li{
	display: table-cell;
	margin: 0 10px;
	text-align: center;
}


.testimonial-box{
	background-image: url('../images/clint_bg.jpg');
	padding: 20px 0;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-box .white h2.block-heading {
	color: #ffffff;
	margin: 20px 0;
}
span.sub_head {
    padding: 10px;
    background-color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    letter-spacing: 2px;
    color: #f37022;
    margin-bottom: 20px;
}
.testimonial-box .test_bg .test_bgIn {
    padding-top: 96px;
}
.clint_slide {
    height: 350px;
    position: relative;
}


/* =======================================================
     =========== Light Slider.Css ======================
   ========================================================*/

   /*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    /*overflow: hidden;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
   /* overflow: hidden;*/
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    /*overflow: hidden;*/
    -webkit-transition: border-radius 0.6s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    background-color: rgba(255,255,255,1);
    border-radius: 0px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a.lSPrev {
   /*  background-image: url('../images/left-arrow2.png');*/

}
.lSAction > a.lSNext {
   /*  background-image: url('../images/right-arrow2.png');*/
}
.lSAction > a {
    width: 42px;
    display: block;
    top: 50%;
    height: 42px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 1;

}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 0px;
}
.lSAction > .lSNext {
    background-position: 0px 0;
    right: 0px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
    min-height: 100px !important;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.clint_slide {height: 320px;position: relative;}

.clint_slide .gallery .slid_data:before {
    content: "\f10d";
    font-family: 'Fontawesome';
        font-size: 45px;
    margin-right: 10px;
    line-height: 50px;
    float: left;
}
.clint_slide .gallery .slid_data:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    margin-left: 10px;
    line-height: 50px;
    font-size: 45px;
    float: right;
}
.slid_data {
    padding: 0 80px;
    text-align: center;
    color: #ffffff;
    float: left;width: 100%;
}
.clint_slide .slid_data p {     
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 30px auto 10px;
    width: 80%;
  }
.clint_slide .slid_data small { font-size: 14px;line-height: 18px;}

.clint_slide ul.lSPager.lSGallery li.active {
    width:100px;
    border-radius:8px;
    opacity: 1;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    margin-top: 0;
}
.clint_slide ul.lSPager.lSGallery li.active:after {
    content: '';
    position: absolute;
    left: 46%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    clear: both;
}
.clint_slide .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 195px;
}
.clint_slide .lSSlideOuter .lSPager.lSGallery img{
    width: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition:600ms;
    transition:600ms;
}
.clint_slide .lSSlideOuter .lSPager.lSGallery li.active img{
    width: 60%;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -moz-transition: all .51s;
-o-transition: all .51s;
-webkit-transition: all .51s;
transition: all .51s;
}
.clint_slide .lSSlideWrapper{
  top: 120px;
  padding-top: 20px;
}
.clint_slide .lSAction > a{top:17%;}
#image-gallery{min-height: 180px !important;}



/*----------------- Team Slider Start -------------*/

img { max-width:100%; }

.imgradiuc{ border-radius:50% !important; width:180px; height:180px; margin-bottom:10px; border:1px solid #ccc; background-color:#fff; padding:3px;}
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
    }
    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
        }

/* Thumbnail Box */
.caption h4 
{
text-transform:capitalize;
text-align:center;
}
.d-name{ color:#f36f21 !important;font-size:14px !important; text-align:center; text-transform:capitalize; }
.d-content{font-size:14px !important; text-align:justify; font-weight:normal;}
.caption p 
{
  font-size: 0.75rem;
  color: #5d5d5d;
}
.btn.btn-mini 
{
  font-size: 0.63rem;
}

.w100{ width:100%; float:left;}

/* Carousel Control */
.control-box {text-align: right;width: 100%;}

.carousel-control-new
{
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  position: absolute;
  width:32px;
  height:32px;
  top:187px;
}
/* Mobile Only */
@media (max-width: 767px) 
{
  .page-header, .control-box{text-align: center;} 
}
@media (max-width: 479px) 
{
  .caption {word-break: break-all;}
}


/*----------------- Team Slider End -------------*/


/* \\\\\\\\\\\\\\\\\\\\\\\\\\ Footer \\\\\\\\\\\\\\\\\\\\\\\*/

#footer {
    background-color: #3e3e3e;
    padding: 15px 0px 0;
}

.footer-ul {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    float: left;
    width: 100%;
    padding-left: 0 !important;
}
.footer-ul a {
    padding: 1px 0px;
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}
.footer .logo_foot {
    width: 150px;
}
.footer-ul ul {
    margin: 0px 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
}
.footer-ul ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.foot_menu {
    float: left;
 width: 100%;
}
.foot_menu li {
    float: left;
    text-align: left;
    margin-right: 10px;
    color: #fff;
}
.foot_menu li a {
    float: left;
    padding: 1px 0px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
p.foot_head {
    float: left;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 24px;
    font-size: 20px;
}
.foot_col {
    float: right;
    width: 84%;
}

.enq_form form{float: left;width: 100%;margin-top: 5px;}
.enq_form .input-container {
  position: relative;
  margin: 0 4px 15px;
}
.form_bx{width: 93%;margin: 0 auto;}
.enq_form .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 32px;
  border: 0;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 400;
}
.enq_form .input-container input:focus ~ label {
  color: #aaaaaa;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.enq_form .input-container input:focus ~ .bar:before, .input-container input:focus ~ .bar:after {
  width: 50%;
}
.enq_form .input-container input:valid ~ label {
  color: #aaaaaa;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.enq_form .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.enq_form .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.enq_form .input-container .bar:before, .input-container .bar:after {
  content: '';
  position: absolute;
  background: #f36f21;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.enq_form .input-container .bar:before {
  left: 50%;
}
.enq_form .input-container .bar:after {
  right: 50%;
}
.enq_form .button-container {
 text-align: center;
}
.enq_form .input-container select.aply-for {
  border: none;
    width: 100%;
    height: 28px;
    color: #000000;
}
a.sub_btn {
    background-color: #f36f21;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 0px;
}
a.sub_btn:hover,a.sub_btn:active,a.sub_btn:focus {
    color: #fff;
    background-color: #f36f21;
}
#err_msg,#err_msg_2,#car_err_msg{text-align: left;font-size: 12px;color: #f87121;margin: 0;}
.footer-top {
    background-color: #292929;
    padding: 10px 0px;
    text-align: center;
    color: #999998;
    font-size: 12px;
}
.footer-top a{color: #999998;}
.footer-top a:hover {
    color: #f87121;
}



/* ////////////////////// Services Page Start  ////////////////////////////*/


.services_pg_box{
    width: 90%;
    margin: 0 auto;
}
.services_pg_box .srvc_list{
    width: 20%;
    padding: 0 10px;
}
.services_pg_box .srvc_list.ser_left{
    float: left;
    border-right: 1px solid #dfe0e3;
}
.services_pg_box .srvc_list.ser_right{
    float: right;
    border-left: 1px solid #dfe0e3;
}
.services_pg_box .srvc_list ul.nav_list{
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
}
.services_pg_box .srvc_data{
    float: left;
    width: 60%;
    padding: 80px 20px 0;
    min-height: 150px;
}

.services_pg_box .img-border img{width: 40px;height: 40px;}
.services_pg_box .nav_list > li > a:hover .img-border,
.services_pg_box .nav_list > li.active .img-border {
  background-color: #42a5f6;
  border-color: #42a5f6;
  box-shadow: 0 0 0 5px #ddeffd;
}
.services_pg_box .nav_list > li > a:hover img,
.services_pg_box .nav_list > li.active .img-border > img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.services_pg_box .nav_list > li > a:hover {
  text-decoration: none;  
}
.services_pg_box .nav_list > li > a {
  color: #232323;
  border-bottom: 1px solid #dfe0e3;
  padding: 20px 5px;
  display: block;
  text-decoration: none;
}
.services_pg_box .nav_list > li > a span{
    font-size: 14px;
    line-height: 20px;
}

.services_pg_box .nav_list > li > a span.img-border,
.mob-srvc > .srvc_data > .tab-content > span.img-border
 {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    display: block;
    height: 70px;
    line-height: 62px;
    text-align: center;
    width: 70px;
    box-shadow: 0 0 0 5px #f5f5f5;
    margin: 0 auto 10px;
}
.services_pg_box .nav_list > li:first-child a {
  padding-top: 0px;
}
.services_pg_box .nav_list > li:last-child a {
    border-bottom: medium none;
}
.services_pg_box .tab-content ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 30px;
    background-image: url('../images/rit-icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
/* ////////////////////// Services Page END  ////////////////////////////*/



.cl_data{/*background-color: #f6e7d2;*/border-bottom: 4px solid #fff;}
.cl_info{padding: 10px 25px !important;}
.cl_info p{
      font-size: 14px;
    line-height: 24px;
}
.cl_info h1{font-size: 30px;line-height: 40px;}
.cl_img img{width: 100%;}
.bdr_left_white{border-left: 4px solid #fff}
.wrk_im{width: 100%;}
.lod_more{    
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

.lod_more a > i,.lod_more a > img{
    -webkit-animation: arrow 1.5s linear infinite;
    -moz-animation: arrow 1.5s linear infinite;
    animation: arrow 1.5s linear infinite;
    margin-left: 7px;
}
@-webkit-keyframes arrow{0%,50%,100%{-webkit-transform:translate3d(0, 0, 0)}25%{-webkit-transform:translate3d(0, -2px, 0)}75%{-webkit-transform:translate3d(0, 2px, 0)}}@-moz-keyframes arrow{0%,50%,100%{-moz-transform:translate3d(0, 0, 0)}25%{-moz-transform:translate3d(0, -2px, 0)}75%{-moz-transform:translate3d(0, 2px, 0)}}@keyframes arrow{0%,50%,100%{-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)}25%{-webkit-transform:translate3d(0, -2px, 0);-moz-transform:translate3d(0, -2px, 0);-ms-transform:translate3d(0, -2px, 0);-o-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}75%{-webkit-transform:translate3d(0, 2px, 0);-moz-transform:translate3d(0, 2px, 0);-ms-transform:translate3d(0, 2px, 0);-o-transform:translate3d(0, 2px, 0);transform:translate3d(0, 2px, 0)}}

.tag_bg{height:250px;}
.m_dairy_tag{background-color: #00b5f0;}
.lloyd_tag{background-color: #014f93;}
.MM_tag{background-color: #1e5494;}
.sleepwell_tag{background-color: #093a61;}
.organic_tag{background-color: #2a4429;}
.tbell_tag{background-color: #8c0653;}
.epi_tag{background-color: #462c1f;}


.work_cont{width: 70%;margin: 0 auto;}

.crunchify-top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 25px;
    height: 25px;
    line-height: 1.9rem;
    font-size: 1rem;
    color: #fff;
    background-color: #f36f23;
    text-decoration: none;
    border-radius: 3.2rem;
    text-align: center;
    cursor: pointer;
}

.work-box-low { width:100%; float:left; border:1px solid #f00;}



/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 65px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 32px;
  height: 3px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f36f21;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 55%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #f36f21;
  border-color: #f36f21;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #f36f21;
  border-color: #f36f21;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #f36f21;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 0px auto;padding: 10px;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0px 0 20px;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.events-content ol{float: left;width: 100%;padding: 0}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  float: left;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
   margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 6px auto;
  text-align: center;
  line-height: 17px;
  font-size: 12px;

}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


.row_odd .block_left,
.row_odd .block_right,
.row_even .block_left,
.row_even .block_right{padding: 0 2px;overflow: hidden;}

.row_odd .block_left img,
.row_odd .block_right img,
.row_even .block_left img,
.row_even .block_right img{width: 100%;vertical-align: baseline;}

.row_odd .block_left .img1{height: 210px;}
.row_odd .block_left .img2{height: 210px;}
.row_odd .block_right .img1,
.row_even .block_left .img1{height: 425px;}

.row_even .block_right .img1{height: 210px;}
.row_even .block_right .img2{height: 210px;}

@media screen and (max-width:667px)
{
.row_odd .block_left .img1{height: auto;width: 100%;}
.row_odd .block_left .img2{height: auto;width: 100%;}
.row_odd .block_right .img1{height: auto;width: 100%;}

.row_even .block_left .img1{height: auto;width: 100%;}
.row_even .block_right .img1{height: auto;width: 100%;}
.row_even .block_right .img2{height: auto;width: 100%;}

}
.mob-srvc {display: none;}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
.slider-load{position: absolute;top: 0;width: 100%;height: 100%;background-color: rgba(240,240,240,1);z-index: 99999}
