/** 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;
}/** 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;
}/** contact-info-section **/
.contact-info-section{
  position: relative;
}
.contact-info-section .contact-map{
  position: relative;
  width: 100%;
}
.contact-info-section .contact-map iframe{
  width: 100%;
  height: 780px;
}
.contact-info-section .info-inner{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f7fb;
  margin-top: -388px;
  z-index: 1;
}
.content_block_3 .content-box{
  position: relative;
  padding: 78px 40px 56px 70px;
}
.content_block_3 .content-box .text p{
  margin-bottom: 34px;
}
.content_block_3 .content-box .text .location-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  font-size: 18px;
  color: #222;
  padding-left: 27px;
  margin-bottom: 8px;
}
.content_block_3 .content-box .text .location-list li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}
.content_block_3 .content-box .sec-title{
  margin-bottom: 8px;
}
.content_block_3 .content-box .icon-layer{
  position: absolute;
  right: -60px;
  bottom: 15px;
}
.content_block_4 .content-box{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 320px 50px 35px 50px;
  margin-left: 30px;
}
.content_block_4 .content-box:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.95)0%, rgba(0,0,0,0.0) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.content_block_4 .content-box .text p{
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 21px;
}
.content_block_4 .content-box .support-box{
  position: relative;
  display: block;
  padding: 16px 30px 16px 80px;
}
.content_block_4 .content-box .support-box:before,
.content_block_4 .content-box .support-box:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
}
.content_block_4 .content-box .support-box:after{
  right: -1px;
  bottom: -1px;
}
.content_block_4 .content-box .support-box:before{
  left: -1px;
  top: -1px;
}
.content_block_4 .content-box .support-box .icon-box{
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 100px;
  color: #fff;
}
.content_block_4 .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.content_block_4 .content-box .support-box h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.content_block_4 .content-box .support-box h3 a{
  display: inline-block;
}
.content_block_4 .content-box .support-box h3 a:hover{
  text-decoration: underline;
}
/** contact-info-two **/
.contact-info-two{
  position: relative;
  padding: 110px 0px;
  border-bottom: 1px solid #dddddd;
}
.contact-info-two .single-info-box{
  position: relative;
  display: block;
  padding: 30px 30px 25px;
  background: #e5e5e51a;
  border-radius: 10px;
  overflow: hidden;
}
.contact-info-two .single-info-box:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  top: 0px;
  right: -15px;
  opacity: .5;
}
.contact-info-two .info-column:last-child .single-info-box:before{
  right: 0px;
}
.contact-info-two .info-column:first-child .single-info-box:after{
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  top: 0px;
  left: 0px;
}
.contact-info-two .single-info-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 17px;
}
.contact-info-two .single-info-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #20445a;
  border-radius: 50%;
}
.contact-info-two .single-info-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 13px;
}
.contact-info-two .single-info-box p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #222;
  font-family: Roboto Slab;
}
.contact-info-two .single-info-box p a{
  color: #222;
}
.contact-info-two .other-text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
}
.contact-info-two .other-text{
  position: relative;
  margin-top: 57px;
}
.contact-info-two .other-text h3 span{
  font-weight: 600;
}
.icon-bg {
  position: absolute;
  bottom: -40px;
  left: -40px;
  color: #888;
  opacity: .1;
  font-size: 100px;
  transform: rotate(
-45deg
);
}