/*
* Carousel
*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

* {
  box-sizing: border-box;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    left: 0;
    top: 0;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6B90DA;
    margin: 0;
    box-shadow: 0 0 8px 1px #999;
    display: none;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    z-index: 10000002;
    border: none;
    position: fixed;
    box-shadow: 0 3px 8px 2px #999
}

.VIpgJd-ZVi9od-SmfZ-OEVmcd {
    z-index: 10000000;
    border: none;
    margin: 0
}

.flex-container {
    width: 100%;
    height: 560px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  -webkit-justify-content: center;
    align-items: center;
  -webkit-align-items: center;
  border-top: 0px solid #cc0033;
}

.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 1140px;
    max-height: 560px;
    overflow: hidden;
  position: relative;
}

.carousel-item {
  visibility:visible;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
      -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    position: relative;
    background-color: #e5e8e8;
    flex-shrink: 0;
   -webkit-flex-shrink: 0;
    position: absolute;
    z-index: 0;
  transition: 0.6s all linear;
}

.carousel-item__info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;

    display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;

  order: 1;
  left: 0;
  margin: auto;
  padding: 0 40px;
  width: 50%;

}

.carousel-item__image {
    width: 60%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 50%;

      -webkit-order: 2;
    -webkit-align-self: flex-end;
    -webkit-flex-basis: 50%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   position:relative;
  transform: translateX(100%);
  transition: 0.6s all ease-in-out;
}

@media (max-width: 800px) {

	.carousel-item__info {
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;

	  display: -webkit-flex;
	  -webkit-justify-content: center;
	  -webkit-flex-direction: column;

	  order: 1;
	  left: 0;
	  margin: auto;
	  padding: 0 40px;
	  width: 50%;

	}

	.carousel-item__image {
	    width: 50%;
	    height: 100%;
	    order: 2;
	    align-self: flex-end;
	    flex-basis: 50%;

	    -webkit-order: 2;
	    -webkit-align-self: flex-end;
	    -webkit-flex-basis: 50%;
	    background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
   		position:relative;
  		transform: translateX(100%);
  		transition: 0.6s all ease-in-out;
	   }
}

@media (max-width: 768px) {

	.flex-container {
	    height:770px;
	}

	.carousel {
	    max-height:770px;
	}

	.carousel-item__info {
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;

	  display: -webkit-flex;
	  -webkit-justify-content: center;
	  -webkit-flex-direction: column;

	  order: 1;
	  left: 0;
	  margin: auto;
	  padding: 0 20px;
	  width: 100%;

	}

	.carousel-item__image {
	    width: 0%;
	    height: 100%;
	    order: 2;
	    align-self: flex-end;
	    flex-basis: 0%;

	    -webkit-order: 2;
	    -webkit-align-self: flex-end;
	    -webkit-flex-basis: 0%;
	    background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
   		position:relative;
  		transform: translateX(100%);
  		transition: 0.6s all ease-in-out;
	   }

}

@media (max-width: 600px) {

	.flex-container {
	    height:670px;
	}

	.carousel {
	    max-height:670px;
	}

	.carousel-item__info {
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;

	  display: -webkit-flex;
	  -webkit-justify-content: center;
	  -webkit-flex-direction: column;

	  order: 1;
	  left: 0;
	  margin: auto;
	  padding: 0 20px;
	  width: 100%;

	}

	.carousel-item__image {
	    width: 0%;
	    height: 100%;
	    order: 2;
	    align-self: flex-end;
	    flex-basis: 0%;

	    -webkit-order: 2;
	    -webkit-align-self: flex-end;
	    -webkit-flex-basis: 0%;
	    background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
   		position:relative;
  		transform: translateX(100%);
  		transition: 0.6s all ease-in-out;
	   }

}

.carousel-item__subtitle {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}

.carousel-item__title {
    margin: 0px 0 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #cc0033;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #cc0033 !important;
    line-height: 20px;
    margin-bottom: 15px;
}

.carousel-item__container{

}

.carousel-item__btn {
    width: 35%;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    width: 35%;
    font-weight: 700;
  text-decoration: none;
      transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel-item__btn a:hover {
	color: #ffeb5d !important;
}
.carousel__nav {
    position: absolute;
    right: 0;
    z-index: 2;
    background-color:  #e5e8e8;
  bottom: 0;
}

.carousel__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
  fill: #990000;
}

.carousel__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
}

.carousel__arrow:nth-child(1):after {
    content:'';
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #990000;
    height: 14px;
    top: 50%;
    margin-top: -7px;
}

.active{
   z-index: 1;
  display: flex;
  visibility:visible;
}

.active .carousel-item__subtitle, .active .carousel-item__title, .active .carousel-item__description,.active .carousel-item__btn{
    transform: translateY(0);
    opacity: 1;
  transition: 0.6s all ease-in-out;
    visibility: visible;
}

.active .carousel-item__image{
transition: 0.6s all ease-in-out;
transform: translateX(0);
}

/*
* No Gutter Bootstrap
*/
.container-fluid {
   padding-right: 0 !important;
   padding-left: 0 !important;
}
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

/*
* Sponsors
*/
#sponsors {
	background-color: #f4f4f4;
}
#sponsors .section.section-center {
	background-color: #f4f4f4;
	margin: 0 !important;
	border-top: none;
}
#sponsors .owl-dots {
	margin-top: 35px;
}

.carousel-logo-item {
	position: relative;
	height: 110px;
	overflow: hidden;
	box-shadow: 0px 23px 32px 0px transparent;
	will-change: border-color;
	border: 0px solid transparent;
	-webkit-transition: border-color 0.4s ease, box-shadow 0.4s ease;
	-moz-transition: border-color 0.4s ease, box-shadow 0.4s ease;
	transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.carousel-logo-item:hover {
	box-shadow: 0px 23px 32px 0px #e5e8eb;
	border-color: #d4d4d4;
}
.carousel-logo-item:hover .carousel-logo-pannel {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.carousel-logo-item .carousel-logo-pannel {
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.carousel-logo-item .carousel-logo-hover {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.carousel-logo-item .carousel-logo-hover img {
	width: 138px;
	max-height: 65px;
	display: inline-block;
}
.carousel-logo-item .carousel-logo-hover .carousel-logo-description {
	overflow-y: hidden;
	color: #1d2127;
	text-align:center;
	padding: 0 5px;
}
.carousel-logo-item .carousel-logo-pb::before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.carousel-logo-item .carousel-logo-pb img {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

/*
* Event
*/
.custom-thumb-info {
	border: none;
	overflow: initial;
}
.custom-thumb-info .thumb-info-wrapper {
	margin: 0 !important;
}
.custom-thumb-info .thumb-info-wrapper:after {
	content: none;
}
.custom-thumb-info .thumb-info-caption {
	display: block;
	padding: 20px 40px;
}
.custom-thumb-info .thumb-info-caption .custom-thumb-info-wrapper-box {
	float: left;
	width: 100%;
	margin: -57px 0 15px 0;
}
.custom-thumb-info .thumb-info-caption .custom-event-infos, .custom-thumb-info .thumb-info-caption .thumb-info-catption-text {
	float: left;
	width: 100%;
}
.custom-thumb-info .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info .thumb-info-caption p {
	padding: 0;
	font-size: 1em;
	line-height: 2;
}
.custom-thumb-info .thumb-info-caption p {
	font-size: 0.9em;
}

.custom-event-infos ul {
	padding: 0;
	margin: 0;
}
.custom-event-infos ul li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	font-size: 0.9em;
}
.custom-event-infos ul li:first-child {
	margin-left: 0;
}
.custom-event-infos ul li i {
	font-size: 1.2em;
	color: #1f222b;
	font-weight: bold;
}

.custom-post-event {
	position: relative;
}
.custom-post-event .post-event-date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 10px;
}
.custom-post-event .post-event-date span {
	display: block;
}
.custom-post-event .post-event-date span.day {
	font-size: 1.9em;
}
.custom-post-event .post-event-date span.year {
	font-size: 0.9em;
}
.custom-post-event .post-event-date.custom-xlg-space {
	top: 30px;
	left: 30px;
}
.custom-post-event .post-event-content p {
	font-size: 0.9em;
}

.custom-margin-1 {
	margin-left: 65px;
}

/*
* Thumb Info
*/
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper {
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-wrapper:after {
	background-color: rgba(1, 159, 220, 0.8);
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-inner {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-type {
	background: transparent;
	margin: 0;
}
.thumb-info.custom-thumb-info-style-2 {
	border: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:not(._rounded) {
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper:after {
	content: none;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-wrapper._rounded {
	border-radius: 100%;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption {
	display: block;
	position: relative;
	padding: 30px !important;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption h4 {
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 0;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption h6 {
	color: #cc0033;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption p {
	padding: 0;
	margin: 0;
	line-height: 2;

}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .custom-thumb-info-category {
	letter-spacing: 1.5px;
	font-size: 10px;
}
.thumb-info.custom-thumb-info-style-2 .thumb-info-caption .date {
	position: absolute;
	top: -12px;
	right: 12px;
	padding: 8px 13px 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1.5px;
}

.custom-section-sub-title {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #cc0033;
}
/*
* Buttons Blog
*/
.btn.custom-btn-style-1 {
	background: transparent;
	border: 1px solid rgba(60, 63, 68, 0.2);
	padding: 13px 30px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.btn.custom-btn-style-1:hover {
	background: rgba(60, 63, 68, 0.1);
}
.btn.custom-btn-style-1._color-2 {
	border: 1px solid rgba(138, 210, 243, 0.5);
}
.btn.custom-btn-style-1._color-2:hover {
	background: rgba(138, 210, 243, 0.4);
}

.download .links,
.download .features {
	list-style: none;
	padding: 0;
	margin-top: -6px;
}
.download .links li,
.download .features li {
	position: relative;
	padding: 10.5px 0;
	line-height: 1;
	display: block;
}
.download .links li i,
.download .features li i {
	margin-right: 3px;
	color: #333;
}

.nav-thumbs{
    position: absolute;
    clear:both;
    bottom:20px;
    z-index: 10;
    margin-left: -180px;
}
.nav-thumbs ul{
    list-style-type: none;
}
.nav-thumbs ul li{float:left;
    margin-top:20px;
}
.nav-thumbs ul li a{
    display:block;
    width:10px;
    height:10px;
    float: left;
    margin:0 5px;
    background-color: #000;
    text-indent: -9999px;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.nav-thumbs ul li a:hover, .nav-thumbs ul li a.active{
    background-color: #cc0033;
}


.theme-title-one .icon-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}



.our-service-sass .service-block .title a {
    font-size: 20px;
    line-height: 20px !important;
    color: #253d5f;
    margin-bottom: 10px;
	font-weight:bold;
}

.our-service-sass .service-block p {
    font-size: 13px !important;
    line-height: 20px !important;
	margin-top: 5px;
}

.theme-title-one .icon-box {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}
.our-service-sass .service-block .title {
	margin-top: 0px;
}

.our-service-sass .single-block .service-block {
	border-bottom: 15px solid #cc0033;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
    color: inherit;
}

.icon-img
{
    position: absolute;
	width: 200px;
    height: 200px;
    top: 0px;
    text-align: center;
	z-index:99!important;
	margin-top:15px;
	margin-left:-100px;
}

.judul-banner .title{
	z-index:999!important;
}

.our-service-sass .inner-wrapper:after{content:url(../images/shape/shape-14.svg);position:absolute;bottom:-165px;right:-165px;z-index:-1}

.our-service-sass .service-block{background:#fff;border:1px solid #eff7ff;border-radius:15px;overflow:hidden;position:relative;z-index:5;padding:90px 30px 10px 30px;
      -webkit-box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
    border: 1px solid #e6e4e4;
  margin-top:10px; margin-bottom:10px;}

.our-service-sass .service-block:before{content:'';width:235px;height:235px;    background: #848484;border-radius:50%;position:absolute;top:-148px;left:-83px;transform:scale(0)}

.our-service-sass .service-block:hover:before{transform:scale(1);transition:all .5s linear;transition-delay:.1s}

.our-service-sass .service-block:hover{border-color:transparent}.our-service-sass .service-block .icon-s{position:absolute;font-size:65px;left:40px;top:52px}

.our-service-sass .single-block:nth-child(1) .service-block .icon-s{color:#6df7bc}

.our-service-sass .single-block:nth-child(2) .service-block .icon-s{color:#25e5eb}

.our-service-sass .single-block:nth-child(3) .service-block .icon-s{color:#ff4ca5}

.our-service-sass .service-block .title a{font-size:12px;line-height:12px;color:#253d5f;margin-bottom:30px}

.our-service-sass .service-block p{color:#737f92;padding-bottom:10px}

.our-service-sass .service-block .detail-button{font-size:40px;color:#cad5e5}

.our-service-sass .service-block .hover-content{position:absolute;top:0;left:0;right:0;bottom:0;    background: #bebebe;z-index:-3;opacity:0;transition:all .3s linear}

.our-service-sass .service-block:hover .hover-content{opacity:1}

.our-service-sass .service-block .hover-content:before{content:'';width:493px;height:493px;background: #a1a1a1;border-radius:50%;position:absolute;top:-250px;left:-180px;z-index:1;transform:translate(-50% ,-50%);opacity:0}

.our-service-sass .service-block:hover .hover-content:before{opacity:1;transform:translate(0 ,0);transition:all .9s linear}

.our-service-sass .service-block .hover-content:after{content:'';width:402px;height:402px;    background: #929292;border-radius:50%;position:absolute;top:-196px;left:-180px;z-index:-1;transform:translate(-50% ,-50%);opacity:0}

.our-service-sass .service-block:hover .hover-content:after{opacity:1;transform:translate(0 ,0);transition:all 1.3s linear}

.our-service-sass .service-block .snow-dot{position:absolute;width:15px;height:15px;border-radius:50%;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background:rgba(255,255,255,.5);z-index:-1

}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}




.our-service-sass .service-block .snow-dot:nth-child(1){top:25px;left:41%;z-index:1;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(2){top:25px;left:78%;animation:scale-upOne 1.1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(3){top:75px;left:61%;animation:scale-upOne .8s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(4){top:136px;left:84%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(5){bottom:35px;right:12%;animation:scale-upOne 1.2s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(6){bottom:80px;right:31%;animation:scale-upOne .9s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(7){bottom:40px;right:51%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block:hover .detail-button,.our-service-sass .service-block:hover .icon-s,.our-service-sass .service-block:hover .title a,.our-service-sass .service-block:hover p{color:#fff!important}

.theme-more-feature.our-service-sass .inner-wrapper:after,.theme-more-feature.our-service-sass .inner-wrapper:before,.theme-more-feature.our-service-sass:after,.theme-more-feature.our-service-sass:before{display:none}

.our-service-sass.theme-more-feature{background:0 0;padding:165px 0 180px}

.our-service-app{position:relative;padding:260px 0 200px;border-bottom:1px solid #ededed}

.our-service-app .main-content{max-width:1450px;padding:0 15px;margin:90px auto 0}

.our-service-app .main-content .inner-wrapper{text-align:center;position:relative;margin-top:50px}

.our-service-app .main-content .inner-wrapper .title a{font-size:24px;color:#4e4e4e;margin:45px 0 30px}

.our-service-app .main-content .inner-wrapper:hover .title a{color:#614ef9}

.our-service-app .main-content .inner-wrapper p{line-height:30px;padding:0 50px;color:#8c929d}

.our-service-app .main-content .inner-wrapper .illustration-box{display:inline-block;position:relative;min-height:230px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .bg-shape,.our-service-app .main-content .single-block:nth-child(3) .illustration-box .bg-shape{animation:rotated 35s infinite linear}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-one{position:absolute;top:42px;left:-16px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-two{position:absolute;top:42px;right:0}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-three{position:absolute;bottom:24px;right:0}.our-service-app .main-content .single-block:nth-child(1) .illustration-box [class*=block-shape]{transform:scale(1.5)}

.our-service-app .main-content .single-block .illustration-box [class*=block-shape]{opacity:0;transition:all 1.5s ease-in-out}.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-one{position:absolute;top:120px;left:26px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-two{position:absolute;top:0;left:120px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-three{position:absolute;top:66px;right:6px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-four{position:absolute;top:52px;right:63px;transform:translateY(30px)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box .block-shape-four{transform:translateY(0)}.our-service-app .main-content .single-block:nth-child(3) .illustration-box .block-shape-one{position:absolute;top:7px;left:45px;transform:scale(1.5)}

.our-service-app .main-content.show-pr .single-block:nth-child(1) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(3) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}


.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after,.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{content:'';position:absolute;width:145px;height:1px;border-top:1px dashed #e6e6e6;top:45%}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{right:-150px}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after{left:-150px}

.our-service-app .main-content .more-button{display:block;width:230px;line-height:51px;border-radius:30px;background:#614ef9;border:2px solid #614ef9;font-size:14px;color:#fff;text-transform:uppercase;margin:100px auto 0;text-align:center}

.our-service-app .main-content .more-button:hover{background:#fff;color:#614ef9}

.our-service-app .main-content .down-arrow{display:block;width:60px;height:60px;box-shadow:0 15px 20px 0 rgba(209,218,235,.35);background:#fff;border-radius:50%;margin:0 0 0 -30px;line-height:60px;text-align:center;color:#7494b5;font-size:20px;position:absolute;bottom:-30px;left:50%;z-index:1}

.our-service-app .main-content .down-arrow span{display:block;transform:rotate(-90deg)}

.our-service-app .main-content .down-arrow:hover{color:#fff;background:#614ef9}

/****************animation*************/

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bg-shape{
  -webkit-animation: rotate-center 5s linear infinite both;
	        animation: rotate-center 5s linear infinite both;
  cursor:pointer;
}

@-webkit-keyframes scale-upOne{
  0%{-webkit-transform:scale(1);transform:scale(1)}
  100%{-webkit-transform:scale(.2);transform:scale(.2)}}

@keyframes scale-upOne{
  0%
  {-webkit-transform:scale(1);transform:scale(1)}
  100%
  {-webkit-transform:scale(.2);transform:scale(.2)}
}


/****************POP UP BANNER*************/

.popUpBannerBox {
	position: fixed;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	z-index: 999999;
	display: none;
}
.popUpBannerInner {
	max-width: 300px;
	margin: 0 auto;
}
.popUpBannerContent {
	position: fixed;
	top: 15%;
  left: 0px;
}
.closeButton {
	color: red;
	text-decoration: none;
	font-size: 18px;
}

@media only screen and (min-width: 400px) {
  .popUpBannerContent {
    position: fixed;
    top: 150px;
    left:0px;
  }
}

@media only screen and (min-width: 768px) {
  .popUpBannerContent {
    position: fixed;
    top: 15%;
    left: 10%;
  }
}

@media only screen and (min-width: 1024px) {
  .popUpBannerContent {
    position: fixed;
    top: 15%;
    left: 25%;
  }
}

@media only screen and (min-width: 2048px) {
  .popUpBannerContent {
    position: fixed;
    top: 15%;
    left: 30%;
  }
}

div.gallery ul li{
  list-style-type: none;
}

div.gallery ul{
  margin-bottom:0px;
}

div.gallery ul li img {
	position:relative;
	left: -45px;
	top: 0;
	border: 1px solid #dddddd;
	padding: 0px;
	width: 40px;
	height: 40px;
	background: #f0f0f0;
}

div.gallery ul li img:hover {
	width: 80px;
	height: 80px;
	margin-top: 0px;
	margin-left: -90px;
	top: 50%;
	left: 50%;
}

/* Responsive hack */
@media only screen and (max-width: 498px) {
	div.gallery ul {
		list-style-type: none;
		margin: 0;
	}
}

@media only screen and (max-width: 1200px) {
	div.gallery ul li img{
		left:-20px;
	}
	div.gallery ul li img:hover {
		margin-left: -70px;
	}
}

.toolbar > #toolbarContainer {
    display: none !important; /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer div.toolbar {
  display: none !important; /* hide PDF viewer toolbar */
}
#outerContainer #mainContainer #viewerContainer {
  top: 0 !important; /* move doc up into empty bar space */
}