.wc2c-floating-circle-left {
    left: 25px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    bottom: 30px;
    padding: 14px;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    -moz-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display: inline-block;
}

.wc2c-wrap {
    text-decoration: none !important;
}
.wc2c-floating-circle-left .wc2c-text {
    display: none;
}
.wc2c-floating-circle-left .wc2c-icon {
    font-size: 42px;
    width: auto;
    padding-top: 3px;
}

    
    .mobile {
    display:none;
}
    
    @media (max-width: 920px){
.pc {
    display:none;
}   

.mobile {
    display: block;
}

}


#callme1 {
    position: fixed;
    left: 26px;
    bottom: 23%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99990;
}
#callme1 #callmeMain {
    -moz-border-radius: 75% !important;
    -webkit-border-radius: 75% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(179, 8, 8);
    width: 75px;
    height: 75px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme1 #callmeMain:before {
    content: "";
    position: absolute;
    width: 142%;
    height: 140%;
    top: 0;
    left: 0;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
.icon-bar1 {
  position: fixed;
  top: 59%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.icon-bar1 a {display: block;text-align: center;padding: 11px 11px;transition: all 0.3s ease;color: white;font-size: 16px;transition: all 0.8s;}

.icon-bar1 a:hover {color: #fff !important; transform: rotate(360deg); transition: all 0.2s; -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);}

.fbbtn {
  background: #4267B2;
  color: white;
}
.wtbtn {
  background: #2DC100;
  color: white;
}

.clbtn{
  background: #0077B7;
  color: white;
}

.inbtn{
  background: #AC34B0;
  color: white;
}
.twtbtn{
  background: #55acee;
  color: white;
}
.youtubebtn{
  background: #F30000;
  color: white;
}

.btn-dark.border {

background-color: transparent;

color: #ffffff;

border: 2px solid #ffffff;

margin-top: 28px;
}



.btn-dark.border:hover {

background-color: #ebb00a;

color: #ffffff !important;

border: 2px solid #ebb00a;
}

.icon-box {
  padding: 40px 5px;
}
.icon-box .icon {
  display: inline-block;
  height: 68px;
  margin-bottom: 26px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 68px;
}
.icon-box .icon i {
  line-height: 68px;
}
.icon-box .icon.icon-gray {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #bbbbbb;
}
.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-dark {
  background-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-dark:hover {
  color: #5e5e5e;
}
.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333333;
}
.icon-box .icon.icon-white:hover {
  background-color: #b3b3b3;
  color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}
.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
  border: 1px solid #777777;
}
.icon-box .icon.icon-bordered:hover {
  background-color: #777777;
  color: #fff;
}
.icon-box .icon.icon-rounded {
  border-radius: 3px;
}
.icon-box .icon.icon-circled {
  border-radius: 50%;
}
.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}
.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}
.icon-box .icon.icon-sm {
  height: 85px;
  width: 85px;
}
.icon-box .icon.icon-sm i {
  font-size: 47px;
  line-height: 87px;
  color: white;
}
.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}
.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}
.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}
.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}
.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
}
.icon-box .icon.icon-xl i {
  font-size: 60px;
  line-height: 120px;
}
.icon-box .icon.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  box-shadow: 0 0 0 3px #eeeeee;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eeeeee;
}
.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
}
.icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}
.icon-box.left {
  text-align: left;
}
.icon-box.left a {
  margin-right: 30px;
  padding: 0;
}
.icon-box.iconbox-border {
  border: 1px solid #dcdcdc;
}
.icon-box.iconbox-bg {
  background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333333;
}
.icon-box .icon-box-title {
  margin-bottom: 15px;
  font-size: 17px;
  color: white;
  font-weight: 600;
  line-height: 24px;
}
.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}
.icon-box .icon-box-details {
  margin-left: 103px;
}


.icon-theme-colored a {
  color: #2E375F;
}
.icon-theme-colored.icon-bordered a {
  border-color: #2E375F;
}
.icon-theme-colored.icon-bordered a:hover {
  background-color: #2E375F;
  color: #fff;
}
.icon-theme-colored.icon-dark a {
  background-color: #2E375F;
  color: #fff;
}
.icon-theme-colored.icon-dark a:hover {
  background-color: #1d233d;
  color: #e6e6e6;
}
.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #2E375F;
  color: #2E375F;
}
.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #2E375F;
  border-color: #2E375F;
  color: #fff;
}
.icon-theme-colored.icon-gray a {
  color: #2E375F;
}
.icon-theme-colored.icon-gray a:hover {
  color: #1d233d;
}
.icon-theme-colored.icon-gray.icon-bordered a {
  color: #2E375F;
}
.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #2E375F;
}
.icon-theme-colored a:hover {
  color: #1d233d;
}
.icon-hover-theme-colored a:hover {
  background-color: #2E375F;
  border-color: #2E375F;
  color: #fff;
}
.styled-icons.icon-hover-theme-colored a:hover {
  background-color: #2E375F;
  border-color: #2E375F;
  color: #fff;
}
/* box-shadow */
.box-shadow,
.icon-box .icon.icon-border-effect::after {
  -webkit-box-shadow: #2E375F;
  -moz-box-shadow: #2E375F;
  box-shadow: 0 0 0 3px #2E375F;
}

.box-shadow, .icon-box .icon.icon-border-effect::after {
    -webkit-box-shadow: #2E375F;
    -moz-box-shadow: #2E375F;
    box-shadow: 0 0 0 3px #eaae07;
}

a.icon.bg-theme-colored.icon-circled.icon-border-effect.effect-circle.icon-sm.pull-left.sm-pull-none.flip {
    background-color: #ebb009;
}

.bg-white-transparent-9 {
  background-color: rgba(255, 255, 255, 0.9);
}
.enquire-us-right > button {
    background-color: #cc404b;
    color: #fff;
    border: 1px solid #cc404b;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    height: 52px;
	
    }
	
		.enquire-us-right {
    position: fixed;
    right: -66px;
    top: 58%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    padding: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 99;
    }
	
	
	.post {
  position: relative;
}
h4.entry-title{ margin-bottom: 10px;}
h4.entry-title a {
    font-weight: 600;
    color: #00008d;
   
}h4.entry-title a:hover {
    color: #2098d1;
}
.post .entry-content {
  position: relative;
  background: #f8f8f8;
  padding: 15px;
  height: 194px;
}
.post .entry-date {
  font-size: 13px;
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}
.post .entry-meta.meta-absolute span a {
  color: #454545;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  margin-right: 5px;
}
.post.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
}
.post .post-thumb {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-theme-colored {
    color: #fff;
    background-color: #0924a5;
    border-color: #0924a5;
}
.btn-theme-colored:hover {
  color: #0924a5 !important;
  background-color: #f8f8f8;
  border-color: #0924a5;
}
.btn-sm {
    font-size: 11px;
    padding: 4px 14px;
}

p.date-box {
    position: absolute;
    margin-top: -40px;
    background-color: #ff0000ad;
    padding: 5px 12px 5px 10px;
    color: white;
    font-weight: 700;
    margin-left: 10px;
}


.projectFactsWrap  p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}



.fact {
  padding: 30px 0px;
  border: 1px solid #E7EAEF;
}
.fact h1 {
  font-size: 50px;
  color: #e29f19;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact h1 {
    font-size: 40px;
  }
}
.fact h1 span {
  font-size: 50px;
  color: #e29f19;
}
.fact span {
  font-size: 18px;
  color: #1A1C20;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact span {
    font-size: 16px;
  }
}

.fact-2 {
  border: none;
}
.fact-2 h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fe0000;
  line-height: 53px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact-2 h1 {
    font-size: 40px;
  }
}
.fact-2 h1 span {
  color: #e29f19 !important;
}
.fact-2 span {
  font-size: 18px;
  line-height: 27px;
  color: #1A1C20;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact-2 span {
    font-size: 16px;
  }
}




.select-country-style3-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0 70px;
}
.select-country-style3-area.country-page{
    padding-bottom: 155px;
}


.select-country-style3-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.select-country-style3-area .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.select-country-style3-area .top .text{
    position: relative;
    top: -6px;
    display: block;
    max-width: 620px;
    width: 100%;
}
.select-country-style3-area .top .text p{
    margin: 0;
    color: white;
}


.single-select-country-style3 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-select-country-style3 .img-holder {
    position: relative;
    display: block;
}
.single-select-country-style3 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    background: #fff;
    padding: 11px;
}
.single-select-country-style3 .img-holder .inner::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgb(0 152 255 / 0%);
    content: "";
    transition: all 0.3s ease-in-out 0.2s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
}
.single-select-country-style3:hover .img-holder .inner::before{
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 0.6s ease-in-out 0.1s;
}
.single-select-country-style3 .img-holder .flug{
    position: absolute;
    bottom: -25px;
    right: 40px;
    z-index: 2;
    width: 80px;
    height: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.12); 
    box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.12);
    z-index: 10;
}
.single-select-country-style3 .img-holder .flug img{
    border-radius: 5px;
    border: 1px solid #ffffff;
}
.single-select-country-style3 .img-holder img{
    width: 100%;
}


.single-select-country-style3 .text-holder {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.99);
    padding: 44px 40px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.07);
    z-index: 2;
    margin-top: -1px;
}
.single-select-country-style3 .text-holder h3{
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
}
.single-select-country-style3 .text-holder p{
    margin: 0;
}
.single-select-country-style3 .text-holder .icon{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: rgba(0, 0, 0, 0.07);
    font-size: 100px;
    line-height: 100px;
    z-index: -1;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-select-country-style3:hover .text-holder .icon{
    opacity: 1;
    transform: scale(1.0);
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -6px;
    padding-bottom: 48px;
}
.sec-title h3{
    color: #0098ff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-family: 'Roboto', sans-serif;
}
.sec-title h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
    /* text-transform: capitalize; */
    margin: 14px 0px 0;
}
.sec-title h2 span{
    color: #ffffff;
    font-weight: 700;
}

.single-select-country-style3 .text-holder h3{
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
    font-weight: 700;
}

.single-select-country-style3:hover {
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%);
}.single-select-country-style3 {
-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


#testimonials{
    padding: 44px 0 36px;
    background-color: #00008a;
    margin-bottom: 0px;
}
#testimonials .man-img{

}
#testimonials .container {
  position: relative;
  z-index: 3
}

#testimonials blockquote{
  border-left: none;
}
#testimonials .testimonial-quote {
  position: relative;
  /* margin: 0 0 30px 0; */
  padding: 20px 34px 0px 36px;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 26px;
  /* background-color: #FFF; */
  color: #ffffff;
  border-radius: 1px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}


#testimonials .testimonial-person .testimonial-author {
  display: block;
  font-size: 18px;
  font-style: normal;
  color: #f4a654;
  text-align: center;
  font-weight: 600;
}
#testimonials .testimonial-person img.author-img{
  float: left;
  margin: 0px 20px 0 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
#testimonials .testimonial-person .testimonial-location{
  /*color: #eda96c;*/
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
#testimonials .feature-icon-point{
  margin-top: 80px;
}
#testimonials .feature-icon-point .fea-icon{
  float: none;
}
#testimonials .feature-icon-point .fea-title{
  float: left;
  width: 100%;
  padding-top: 20px

}
#testimonials .feature-icon-point .fea-title h4{
  font-size: 20px;
  color: #FFF;
}
#testimonials .feature-icon-point .fea-text{
  float: left;
  width: 100%;
  padding-top: 10px

}
#testimonials .feature-icon-point .fea-text p{
  font-size: 15px;
  /*color: #35474f;*/
  color: #FFF;
}
#testimonials .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #FFF;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #fff;
  background-color: #fff;
}
#testimonials .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    right: 0;
    /* position: absolute; */
    margin-bottom: 19px;
}
#testimonials .item {
  padding-bottom: 0px;
}

.testimonial-person {
    text-align: center;
}

.choose_list:nth-child(2),
.choose_list:nth-child(4) {
    margin-right: 0px;
}
.choose_list:nth-child(3),
.choose_list:nth-child(4) {
    margin-bottom: 0px;
}
.choose_list_icon {


    text-align: center;
}
.choose_list_info {
    /* width: 72%; */
    float: left;
}
.choose_list_info h5 {
    font-size: 22px;
    color: #000000;
    text-transform: none;
    margin-bottom: 11px;
    margin-top: 10px;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
}
.choose_list_info p {
    color: #000000;
    letter-spacing: 0px;
    line-height: 23px;
    /* text-align: justify; */
    font-size: 13px;
}
.choose_list_info a.txt_more {
    color: #c77a49;
    font-size: 14px;
}
.choose_list_info a.txt_more:hover {
    color: #000;
}


.rs-services.style4 .services-item {padding: 11%;transition: all 0.3s ease;background: #ffffff;transform: scale(1);/* border-right: 1px solid; */border-color: #f5f5f5;height: 400px;}
.padding-0 {
    padding: 0;
}
.pr-1 {
    padding-right: 1px;
}

.rs-services.style4 .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style4 .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style4 .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style4 .services-item .services-content .title a:hover {
  color: #0082f1;
}
.rs-services.style4 .services-item .services-content p {
  font-size: 15px;
}

.rs-services.style4 .services-item:hover .dance_hover{animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;}
	
	.rs-services.style4 .services-item .services-icon img {
    width: 80px;
    padding: 8px 0px 0px 0px;
}
.services-item.pile1 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.services-item.pile2 {

    border-bottom: 1px solid #efefef;
}
.font-22{font-size: 21px;}
.rs-about.style5 .left-side {
  position: relative;
}
.rs-about.style5 .left-side img {
  border-radius: 0 50px 0 0;
}
.rs-about.style5 .left-side .skill-tag {
  position: absolute;
  content: '';
  right: -50px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border: 5px solid #ffffff;
  font-size: 16px;
  padding: 46px 20px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  background: #00008a;
  color: #ffffff;
  font-weight: 600;
}
.rs-about.style5 .left-side .skill-tag span {
  font-size: 30px;
  font-weight: 700;
}
.rs-about.style5 .left-side .left-pattern {
  position: absolute;
  content: '';
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rs-about.style5 .services li {
  font-weight: 500;
  color: #454545;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  display: inline-block;
}
.rs-about.style5 .services li i {
  margin-right: 10px;
}
.rs-about.style5 .services li i:before {
  color: #043d72;
  font-size: 16px;
  font-weight: 700;
}
.rs-about.style5 .services li:last-child {
  margin-bottom: 0;
}
.rs-about.style5 .services li:hover {
  padding-left: 5px;
}
.rs-about.style5 .pattern-img .left-pattern {
  position: absolute;
  content: '';
  top: 20px;
  right: 0;
  z-index: -1;
}
.hdtext{font-size: 54px;font-weight: 700;line-height: 65px;margin-bottom: 20px;}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}




.services-block .inner-box .lower-box{
	position:
	relative;
	padding: 22px 16px 22px 16px;
	text-align:
	center;
	background-color: #f7f7f7;
	height: 200px;
}

.image-rev{
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(113, 62, 90, 0.1);
    z-index: 1;
}

.image-rev img {
    display: block;
    position: relative;
    background: 50% no-repeat;
    background-size: cover;
    z-index: 1;
}    

.image-rev .blur-img {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: 50% no-repeat;
    background-size: cover;
    opacity: .5;
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    filter: blur(1.5px);
}
#accordion .panel-default > .panel-heading .panel-title a:before {color: #1e1d5c;content: "-";float: right;font-size: 50px;margin-right: 0;padding: 0 13px;font-weight:normal;}



#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
content: "+";
margin-right: 0px;
color: #1e1d5c;
font-size: 30px;
}



.panel-default > .panel-heading {
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
    border: none;
    padding-left: 15px;



}



.panel-default > .panel-heading {
 background: none;

background-color: #f8f9fa;}



.panel-default > .panel-heading a {text-decoration: none;font-size: 15px;width: 100%;font-weight: 600;padding: 0px;color: #000000;display: inline-block;line-height: 45px;/* background: linear-gradient( 
185deg
 , #b9b8b8 0%,#adadad 100%); */}



.panel-default > .panel-heading + .panel-collapse > .panel-body {

}



#accordion .panel-body p {/* color: #b4b7ba; *//* font-weight: 300; *//* font-size: 16px; *//* line-height: 24px; */margin-bottom: 8px;}

#accordion .panel-body {
    background: #fff;

padding: 15px 15px;}



#accordion .panel-default {
    border: 1px solid #dee1e4;
    position: relative;
    overflow: hidden;
margin-bottom: 10px;}