/** service-section **/
.service-section{
  position: relative;
  padding: 100px 0px 100px 0px;
}
.service-section .title-inner{
  position: relative;
  display: flex;
  align-items: center;
}
.service-section .title-inner .sec-title,
.service-section .title-inner .text{
  width: 50%;
  position: relative;
  float: left;
}
.service-section .title-inner .sec-title{
  padding-right: 25px;
}
.service-section .title-inner .text{
  padding-left: 25px;
  max-width: 450px;
}
.service-section .title-inner .text p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #183445;
  margin-bottom: 68px;
}
.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}
.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all .5s ease;
}
.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}
.service-block-one .inner-box .lower-content{
  position: relative;
  display: block;
}
.service-block-one .inner-box .lower-content .icon-box{
  position: absolute;
  left: 30px;
  top: -61px;
  width: 116px;
  height: 116px;
  line-height: 116px;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .icon-box{
  background: #183445;
}
.service-block-one .inner-box .lower-content .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  font-size: 70px;
  color: #2c3345;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px dashed rgba(0,0,0,.2);
}
.service-block-one .inner-box .lower-content .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .icon-box .icon:before{
  transform: scale(1,1);
}
.service-block-one .inner-box:hover .lower-content .icon-box .icon{
  color: #fff;
}
.service-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  background-color: #183445;
  padding: 80px 40px 35px 40px;
  z-index: 1;
}
.service-block-one .inner-box .lower-content .text h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.service-block-one .inner-box .lower-content .text h3 a{
  display: inline-block;
  color: #fff;
}
.service-block-one .inner-box .lower-content .text p{
  color: rgba(255,255,255,0.8);
}
.service-block-one .inner-box .lower-content .link{
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  opacity: 0;
  bottom: 0px;
  width: 100%;
  background-color: #183445;
  padding: 17px 40px 19px 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  transition: all 500ms ease;
  z-index: 1;
}
.service-block-one .inner-box:hover .lower-content .link{
  opacity: 1;
  bottom: -68px;
}
.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-left: 18px;
}
.service-block-one .inner-box .lower-content .link a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0px;
  top: 11px;
}
.service-section .owl-nav{
  position: absolute;
  top: 38%;
  width: 100%;
}
.service-section .owl-nav .owl-prev{
  position: absolute;
  left: -100px;
}
.service-section .owl-nav .owl-next{
  position: absolute;
  right: -100px;
}
.service-section .sec-title{
  margin-bottom: 0px;
}
.service-section .title-inner{
  margin-bottom: 55px;
}
.service-section .other-text{
  position: relative;
  padding-top: 33px;
}
.service-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
/** service-style-two **/
.service-style-two{
  position: relative;
  padding: 123px 0px 110px 0px;
}
.service-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
.service-style-two .sec-title{
  margin-bottom: 93px;
}
.service-style-two .sec-title h2{
  margin-bottom: 17px;
}
.service-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding-right: 635px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.service-block-two .inner-box .image-box{
  position: absolute;
  top: 0px;
  right: 0px;
}
.service-block-two .inner-box .image-box .image img{
  width: 100%;
}
.service-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}
.service-block-two .inner-box .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.service-block-two .inner-box:hover .image-box .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.service-block-two .inner-box .content-box{
  position: relative;
  display: block;
  padding: 0px 60px 65px 60px;
}
.service-block-two .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 75px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-top: -25px;
  margin-bottom: 31px;
  box-shadow: 0px 0px 0px 8px #ededed;
}
.service-block-two .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 11px;
}
.service-block-two .inner-box .content-box h2 a{
  display: inline-block;
  color: #222;
}
.service-block-two .inner-box .content-box p{
  margin-bottom: 23px;
}
.service-block-two .inner-box .content-box .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 10px;
}
.service-block-two .inner-box .content-box .list li:last-child{
  margin-bottom: 0px;
}
.service-block-two .inner-box .content-box .list li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 1px;
}
.service-block-two .inner-box .content-box .list{
  margin-bottom: 39px;
}
.service-block-two .inner-box .content-box .btn-box .theme-btn-one{
  background: #24485e;
  font-size: 16px;
  font-weight: 600;
}
.service-block-two .inner-box .image-box .image-content{
  position: absolute;
  left: -50px;
  top: 60px;
  padding-left: 50px;
  background: #fff;
  width: 260px;
}
.service-block-two .inner-box .image-box .image-content .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.service-block-two .inner-box .image-box .image-content h5{
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #24485e;
  text-transform: uppercase;
  padding: 9px 0px;
}
.service-block-two .inner-box .image-box .image-content h5 span{
  font-size: 24px;
  font-weight: 700;
}
/** service-style-three **/
.service-style-three{
  position: relative;
  padding-top: 123px;
  padding-bottom: 70px;
}
.service-style-three .title-inner{
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.service-style-three .title-inner .sec-title,
.service-style-three .title-inner .text{
  width: 50%;
  position: relative;
  float: left;
}
.service-style-three .title-inner .sec-title{
  padding-right: 25px;
}
.service-style-three .title-inner .text{
  padding-left: 25px;
  max-width: 450px;
}
.service-style-three .title-inner .text p{
  font-size: 20px;
  line-height: 30px;
}
.service-style-three .service-block-one .inner-box{
  margin-bottom: 30px;
}
.service-style-three .service-block-one .inner-box .lower-content .text{
  background: #f1f7fb;
  transition: all 500ms ease;
}
.service-style-three .service-block-one .inner-box:hover .lower-content .text{
  background: #fff;
}
.service-style-three .service-block-one .inner-box .lower-content .text h3 a{
  color: #222;
}
.service-style-three .service-block-one .inner-box .lower-content .text p{
  color: #555;
}
.service-style-three .service-block-one .inner-box .lower-content .link{
  background-color: #fff;
  border-top: 1px solid #dee4e7;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-style-three .service-block-one .inner-box .lower-content .link a{
  color: #20445a;
}
.service-style-three .service-block-one .inner-box:hover{
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-style-three .service-block-one .inner-box{
  transition: all 500ms ease;
}/** project-section **/
.project-section{
  position: relative;
  padding: 123px 0px 100px 0px;
}
.project-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
.project-section .title-inner{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.project-section .title-inner .sec-title,
.project-section .title-inner .text{
  width: 50%;
  position: relative;
  float: left;
}
.project-section .title-inner .sec-title{
  padding-right: 25px;
  margin: 0px;
}
.project-section .title-inner .text{
  padding-left: 25px;
  max-width: 450px;
}
.project-section .title-inner .text p{
  font-size: 20px;
  line-height: 30px;
}
.project-section .owl-stage-outer{
  overflow: visible !important;
}
.project-section .owl-carousel{
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.project-block-one .inner-box{
  position: relative;
  display: block;
}
.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
}
.project-block-one .inner-box .image-box img{
  width: 100%;
}
.project-block-one .inner-box .lower-content{
  position: relative;
  margin: 0px 100px;
  opacity: 0;
  transition: all 500ms ease;
}
.project-section .owl-carousel .owl-item.active .project-block-one .inner-box .lower-content{
  opacity: 1;
}
.project-block-one .inner-box .lower-content .inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 42px 40px 50px 40px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);
  margin-top: -115px;
}
.project-block-one .inner-box .lower-content .inner .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 6px;
  margin-left: 15px;
}
.project-block-one .inner-box .lower-content .inner .link a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: -15px;
  top: 4px;
}
.project-block-one .inner-box .lower-content .inner h2{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.project-block-one .inner-box .lower-content .inner .btn-box{
  position: absolute;
  top: 50px;
  right: 40px;
}
.project-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
}
/** project-style-two **/
.project-style-two{
  position: relative;
  padding: 123px 0px 80px 0px;
}
.project-style-two .sec-title{
  max-width: 470px;
  width: 100%;
}
.project-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000000;
}
.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.project-block-two .inner-box:hover .image-box img{
  opacity: 0.25;
  transform: scale(1.05);
}
.project-block-two .inner-box .link{
  position: absolute;
  top: 32px;
  right: 35px;
}
.project-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  transform: scale(0,0);
}
.project-block-two .inner-box:hover .link a{
  transform: scale(1,1);
}
.project-block-two .inner-box .link a:hover{
}
.project-block-two .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: -100px;
  padding: 0px 0px 40px 40px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.project-block-two .inner-box:hover .text{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.project-block-two .inner-box .text a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 6px;
}
.project-block-two .inner-box .text a:hover{
  color: #fff;
  border-color: #fff;
}
.project-block-two .inner-box .text a:before{
  position: absolute;
  content: '';
  background: #6de5f2;
  width: 8px;
  height: 8px;
  left: -15px;
  top: 4px;
}
.project-block-two .inner-box .text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
.project-style-two .upper-box{
  position: relative;
  padding-bottom: 36px;
}
.project-style-two .sec-title h2{
  margin-bottom: 14px;
}
.project-style-two .upper-box .sec-title p{
  font-size: 18px;
}
.project-style-two .sortable-masonry .filters{
  position: absolute;
  top: 113px;
  right: 0px;
}
.project-style-two .sortable-masonry .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #20445a;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  z-index: 1;
  transition: all 500ms ease;
}
.project-style-two .sortable-masonry .filters .filter-tabs li.active,
.project-style-two .sortable-masonry .filters .filter-tabs li:hover{
  border: 1px dashed #2d4f64;
}
/** project-style-three **/
.project-style-three{
  position: relative;
}
.project-style-three .project-block{
  position: relative;
  float: left;
}
.project-style-three .project-block.big-column{
  width: 50%;
}
.project-style-three .project-block.small-column{
  width: 25%;
}
.project-block-three .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.project-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.project-block-three .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}
.project-block-three .inner-box .content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0px 15px;
  transform: translate(-50%,-50%);
}
.project-block-three .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 21px;
  transform: scale(0,0);
}
.project-block-three .inner-box:hover .content-box .view-btn a{
  transform: scale(1,1);
}
.project-block-three .inner-box .content-box .text{
  position: relative;
  opacity: 0;
  top: 15px;
  transition: all 500ms ease;
}
.project-block-three .inner-box:hover .content-box .text{
  opacity: 1;
  top: 0px;
}
.project-block-three .inner-box .content-box .text h2{
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}
.project-block-three .inner-box .content-box .text a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-left: 15px;
}
.project-block-three .inner-box .content-box .text a:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: -15px;
  top: 4px;
}/** funfact-section **/
.funfact-section{
  position: relative;
  padding: 82px 0px 110px 0px;
}
.funfact-section .map-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.counter-block-one .inner-box{
  position: relative;
  display: inline-block;
  text-align: left;
}
.counter-block-one .inner-box .icon-box{
  position: relative;
  font-size: 90px;
  line-height: 60px;
  margin-bottom: 23px;
}
.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: #20445a;
  font-weight: 600;
  margin-bottom: 12px;
}
.counter-block-one .inner-box p{
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
/** funfact-style-two **/
.counter-block-two .inner-box{
  position: relative;
  display: block;
  padding: 52px 30px 66px 210px;
}
.counter-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}
.counter-block:last-child .counter-block-two .inner-box:before{
  display: none;
}
.counter-block-two .inner-box .icon-box{
  position: absolute;
  left: 85px;
  top: 65px;
  font-size: 90px;
  line-height: 60px;
  color: rgba(255,255,255,0.2);
}
.counter-block-two .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 11px;
}
.counter-block-two .inner-box p{
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}/** testimonial-section **/
.testimonial-section{
  position: relative;
  padding: 123px 0px 100px 0px;
}
.testimonial-section .title-inner{
  position: relative;
  z-index: 1;
}
.testimonial-section .title-inner .text p{
  margin-bottom: 30px;
}
.testimonial-section .two-column-carousel{
  margin: 15px 0px 0px 15px;
}
.testimonial-section .title-inner .text a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #20445a;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 24px;
  text-align: center;
}
.testimonial-section .owl-stage-outer{
  overflow: visible !important;
}
.testimonial-section .owl-stage-outer .owl-item{
  opacity: 0 !important;
}
.testimonial-section .owl-stage-outer .owl-item.active{
  opacity: 1 !important;
}
.testimonial-section .testimonial-inner{
  position: relative;
  margin-top: 37px;
  overflow: hidden;
  padding-right: 30px;
}
.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}
.testimonial-block-one .inner-box .text{
  position: relative;
  display: block;
  padding: 55px 45px 61px 41px;
  border: 4px solid #1f445a;
  border-radius: 0px 90px 0px 90px;
  margin-bottom: 40px;
}
.testimonial-block-one .inner-box .text .icon-1{
  position: absolute;
  display: inline-block;
  left: -19px;
  top: -22px;
  width: 51px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
}
.testimonial-block-one .inner-box .text .icon-2{
  position: absolute;
  display: inline-block;
  right: -22px;
  bottom: -15px;
  width: 51px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
}
.testimonial-block-one .inner-box .text img{
  display: inline-block;
}
.testimonial-block-one .inner-box .text p{
  font-size: 18px;
  line-height: 28px;
  color: #222;
}
.testimonial-block-one .inner-box .author-box{
  position: relative;
  padding: 0px 0px 0px 65px;
  margin-left: 45px;
}
.testimonial-block-one .inner-box .author-box .image-box{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
}
.testimonial-block-one .inner-box .author-box .image-box img{
  width: 100%;
  border-radius: 50%;
}
.testimonial-block-one .inner-box .author-box h4{
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.testimonial-block-one .inner-box .author-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  float: left;
  margin-right: 3px;
}
.testimonial-block-one .inner-box .author-box .rating li.null{
  margin: 0px !important;
  color: #c1c1c1;
}
/** testimonial-style-two **/
.testimonial-style-two{
  position: relative;
  padding-bottom: 100px;
}
.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 90px;
  width: 100%;
  height: 688px;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
.testimonial-block-two{
  position: relative;
  max-width: 870px;
  width: 100%;
  margin: 30px auto 60px auto;
}
.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 70px 100px 57px 100px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}
.testimonial-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 190px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  font-size: 40px;
  border: 1px solid #1f445a;
  border-radius: 0px 50px 0px 50px;
  margin-bottom: 50px;
}
.testimonial-block-two .inner-box .icon-box figure img{
  display: inline-block;
}
.testimonial-block-two .inner-box .icon-box .quot-icon-1{
  position: absolute;
  left: -16px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 12px;
  text-align: center;
  background: #fff;
}
.testimonial-block-two .inner-box .icon-box .quot-icon-2{
  position: absolute;
  right: -14px;
  bottom: -12px;
  width: 30px;
  height: 30px;
  line-height: 12px;
  text-align: center;
  background: #fff;
}
.testimonial-block-two .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}
.testimonial-block-two .inner-box .text p{
  font-size: 22px;
  line-height: 32px;
  color: #222;
  font-style: italic;
}
.testimonial-block-two .inner-box .text{
  position: relative;
  margin-bottom: 35px;
}
.testimonial-block-two .inner-box .author-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0px;
}
.testimonial-block-two .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 1px;
}
.testimonial-block-two .inner-box .author-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 10px;
}
.testimonial-style-two .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.testimonial-style-two .thumb-box .thumb{
  position: absolute;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
.testimonial-style-two .thumb-box .thumb img{
  border-radius: 50%;
}
.testimonial-style-two .thumb-box .thumb-1{
  left: 220px;
  bottom: 330px;
}
.testimonial-style-two .thumb-box .thumb-2{
  left: 345px;
  bottom: 215px;
}
.testimonial-style-two .thumb-box .thumb-3{
  left: 290px;
  bottom: 85px;
}
.testimonial-style-two .thumb-box .thumb-4{
  top: 145px;
  right: 250px;
}
.testimonial-style-two .thumb-box .thumb-5{
  top: 285px;
  right: 345px;
}
.testimonial-style-two .thumb-box .thumb-6{
  right: 260px;
  bottom: 240px;
}
.testimonial-style-two .thumb-box .anim-icon{
  position: absolute;
  border-radius: 50%;
}
.testimonial-style-two .thumb-box .icon-1{
  width: 20px;
  height: 20px;
  left: 330px;
  top: 375px;
}
.testimonial-style-two .thumb-box .icon-2{
  height: 35px;
  width: 35px;
  background: #2d4f64;
  left: 255px;
  bottom: 215px;
}
.testimonial-style-two .thumb-box .icon-3{
  width: 20px;
  height: 20px;
  left: 235px;
  bottom: 138px;
}
.testimonial-style-two .thumb-box .icon-4{
  width: 20px;
  height: 20px;
  top: 230px;
  right: 325px;
}
.testimonial-style-two .thumb-box .icon-5{
  height: 35px;
  width: 35px;
  background: #2d4f64;
  right: 230px;
  top: 260px;
}
.testimonial-style-two .thumb-box .icon-6{
  width: 20px;
  height: 20px;
  right: 260px;
  bottom: 360px;
}
.testimonial-block-one .inner-box .text .icon-2 img,
.testimonial-block-one .inner-box .text .icon-1 img{
  max-width: 25px;
}