/*************************************

Template Name: Raihan Engineering Ltd. - Company Website
Author: Joanayed Islam
Author Url: http://jonayed.com/
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/

@charset "utf-8";

@font-face {
    font-family: "SolaimanLipiNormal";
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.main-logo {
  background: url(../img/common/bg-1.jpg);
  background-position: center;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
  padding: 0 150px;
}
.main-logo-wrapper {
  /* background-color: rgba(1,148,214,0.7); */
  background-color: rgba(255,255,255,0.6);
  float: left;
  width: 100%;
  padding: 10px 10px;
}
.left-content-header {
  float: left;
  width: 35%;
}
.right-content-header {
  float: left;
  width: 65%;
}
.left-content-header {

}
.right-content-header {

}
.right-banner {
  text-align: center;
  padding-top: 19px;
  margin-left: -62px;
}
.right-banner h1 {
  /* color: #fedc00; */
  color: #226dbe;
  font-size: 40px;
  margin: 0;
  line-height: 45px;
}
.right-banner h2 {
  /* color: #2e3192; */
  color: #16a450;
  font-size: 42px;
  font-family: "SolaimanLipiNormal";
  margin: 0;
  line-height: 47px;
}
.right-banner h3 {
  /* color: #fff; */
  color: #000;
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}


/*================================================
            0 BASE CSS
==================================================*/

html, body {
    height: 100%;
    vertical-align: baseline;
}
body {
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  background: url(../img/common/background-body.png);
}

/*
font-family: 'Nunito', sans-serif;
font-family: 'Roboto Slab', serif;
 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
a:focus {
    outline: 0 solid;
}
img {
    height: auto;
}
a{
   transition: 0.5s;
}
a:hover {
    text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a,
textarea,
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
}
*, ::before, ::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}

button.focus, button:focus {
    outline: 0;
    box-shadow: none;
}
/***
/* ------------------------------------
   2.Preloader CSS Start Here
---------------------------------------*/
.preloader {
  background-color: #03A9F4;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 40px auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*================================================
    3. BACK TO TOP
==================================================*/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #222;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
  z-index: 9999;
}
.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.m-backtotop > div.text {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}
.m-backtotop:hover {
  transform: scale(1.0);
  bottom: 20px;
  cursor: pointer;
  background: #03A9F4;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}
.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
/* ------------------------------------
   5.Header css area start here
---------------------------------------*/
.header-top-area {
  font-size: 14px;
  line-height: 28px;
  background: #fff;
}
.top-text-left {
  padding: 5px 0;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.top-text-left a:last-child {
  padding-left: 20px;
  border-left: 1px solid #000;
  font-size: 15px;
}
.top-text-left a:hover {
  color: #03A9F4;
  /* color: #0294CC; */
}
.social-top-icon {
  float: right;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-top-icon li {
  list-style: none;
  margin: 0;
}
.social-top-icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  line-height: 22px;
  transition: 0.5s;
  cursor: pointer;
}
.social-top-icon li a:hover {
  color: #fff;
}
.social-top-icon li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s cubic-bezier(.95,.32,.37,1.31);
}
.social-top-icon li a .fa {
  z-index: 99;
}
.social-top-icon li a:hover:before {
  transform: scale(1);
}
.social-top-icon li:nth-child(1) a:hover:before {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a:hover:before {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a:hover:before {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a:hover:before {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon li:nth-child(5) a:hover:before {
  background: #007bb6;
}
.social-top-icon li:nth-child(6) a:hover:before {
  background: #cb2027;
}
.social-top-icon li:nth-child(7) a:hover:before {
  background: #F26522;
}
/* ------------------------------------
   6. SLIDER WRAPPER
---------------------------------------*/
.slider-wrapper {
  background: #fff;
  padding: 7px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}
/* ------------------------------------
   7. Our Valuable Clients Section
---------------------------------------*/
.section-title {
  text-align: center;
  margin-bottom: 25px;
}
.section-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 35px;
  line-height: 35px;
}
.section-title h2::after, .section-title h2::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-title h2::before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #03A9F4;
}
.section-title h2::after {
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #03A9F4;
}
.client-log-section {
  padding: 40px 8px;
}
.item {
  background: #f7f7f7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid #edf0f3;
  transition: all 0.4s ease 0s;
}
.item:hover {
    border: 1px solid #03A9F4;
}
.owl-carousel .owl-nav button {
  background-color: #03A9F4 !important;
  color: #fff !important;
  font-size: 20px !important;
  height: 35px;
  line-height: 32px !important;
  text-align: center;
  width: 35px;
  transition: 0.5s;
  border: 1px solid #03A9F4 !important;
  position: absolute;
}
.owl-carousel .owl-nav button:hover {
  background: #fff !important;
  color: #03A9F4 !important;
}
.owl-carousel .owl-nav button.owl-prev {
  right: 40px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -3px;
}
.owl-theme .owl-nav {
  margin-top: -190px;
  text-align: right;
  padding-bottom: 210px;
}
/* ------------------------------------
   8. Latest News Section Style
---------------------------------------*/
.latest-news-section {
  padding: 40px 35px 10px;
}
/* .top-services .row{
	margin-left:-30px;
	margin-right:-30px;
} */
.post{
	position:relative;
	margin:0 auto 30px;
}
.post-inner{
	position:relative;
	max-width:400px;
	padding:0px 5px;
	margin:0 auto;
}
.post *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}
.post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}
.post .image::after{
	content:'';
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	display:block;
	background:#03A9F4;
	opacity:0.50;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}
.post:hover .image::after{
	top:0%;
}
.post .image img{
	position:relative;
	display:block;
	width:100%;
}
.post .image .curve{
	position:absolute;
	right:-100px;
	top:100%;
	width:250%;
	height:150%;
	z-index:1;
	background:#fcfcfc;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
}
.post:hover .image .curve{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
.post .content{
	position:relative;
	top:0px;
	margin:-44px 25px 0px;
	z-index:2;
}
.post:hover .content{
	top:46px;
}
.post .content:before{
	position:absolute;
  right: 0px;
  top: -36px;
	background:#ffffff;
  content: "";
  height: 96%;
  width: 100%;
	/* border:1px solid #e2e2e2; */
	z-index:0;
  position: absolute;
  transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}
.post:hover .content:before,
.post:hover .content .inner-box{
	border-color:#03A9F4;
}
.post .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #e2e2e2;
	border-top:none;
	padding:20px 25px 25px;
	z-index:5;
}
.post .content h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #03A9F4;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
}
.post .content .text{
	position:relative;
	font-size:15px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}
.post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.post .content .read_more:hover{
	color:#03A9F4;
}
.inner-box a {
  color: #000;
}
.inner-box {
  /* min-height: 208px;
  max-height: 208px; */
  overflow: hidden;
}
.btn-all-news {
  position: relative;
  text-align: center;
  padding-top: 17px;
}
.btn-event-all {
  color: #03A9F4;
    font-size: 18px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid #03A9F4;
    text-align: center;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
    text-transform: capitalize;
}
.btn-event-all:before {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    transition: -webkit-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1;
}
.btn-event-all:hover {
  border: 1px solid transparent;
  color: #fff;
}
.btn-event-all:hover:before {
  -webkit-box-shadow: inset 0 0 0 10em #03A9F4;
  box-shadow: inset 0 0 0 10em #03A9F4;
}
/* ------------------------------------
   9.Footer css area start here
---------------------------------------*/
.footer {
  position: relative;
  padding: 60px 50px 35px;
  background: url(../img/footer/footer.jpg);
  background-position: center;
  background-size: cover;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.9);
}
.footer-about {

}
.footer a, .footer p, .footer li, .footer div {
    color: rgba(255, 255, 255, 0.6);
}
.footer .widget-tittle {
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}
.menu-infomation {
  list-style: none;
}
.footer-infomation ul {
  margin: 0;
  padding: 0;
}
.footer-infomation li {
    display: inline-block;
    width: 50%;
    margin-right: -3px;
    margin-bottom: 10px;
}
.footer-infomation a:before {
    content: "\f105";
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.footer-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-info li {
    margin-bottom: 10px;
    list-style: none;
}
.footer-info i {
    font-size: 16px;
    width: 24px;
}
.footer .widget-tittle:before, .footer .widget-tittle:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #03A9F4;
}
.footer .widget-tittle:before {
    width: 20px;
    left: 0;
}
.footer .widget-tittle:after {
    width: 100%;
    left: 30px;
}
.footer-about h2 {
  font-size: 30px;
  color: #fff;
}
.footer-infomation li a {
  font-size: 14px;
  transition: 0.5s;
}
.footer-infomation li a:hover {
  color: #fff;
  padding-left: 5px;
}
.logo-area-footer img {
  width: 65%;
}
.logo-area-footer {
  margin-bottom: 15px;
}
.footer-about p {
  font-size: 15px;
}
.footer-bottom {
  background-color: #0186ba;
  background-image: linear-gradient(#04acec, #0186ba);
  padding: 10px 30px;
}
.text-copy {
  margin: 0;
}
.text-copy-text {
  text-align: left;
}
.link-text-text {
  text-align: right;
}
.link-text {
  color: #fff;
}
.link-text:hover {
  color: #fff;
  padding-right: 10px;
}
/*=== FOOTER SOCIAL MEDIA ICON ===*/
.footer-social-icon {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
.footer-social-icon li {
  display: flex;
  /* border-radius: 50%; */
  position: relative;
  font-size: 20px;
  line-height: 40px;
  transform: rotate(45deg);
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in;
  cursor: pointer;
}
.footer-social-icon li a {
  width: 40px;
  text-align: center;
  height: 40px;
  color: #fff;
  padding: 0;
  margin: auto;
  text-shadow: 0 2px 0 rgba(2,2,2);
  transform: rotate(-45deg);
  transition: all 0.5s ease-in;
}
.footer-social-icon li a i {
  font-size: 18px;
}
.footer-social-icon li:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -2;
}
.footer-social-icon li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  /* border-radius: 50%; */
  top: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  z-index: -3;
  opacity: 0.8;
}
.footer-social-icon li:hover {
  transform: rotate(759deg);
}
.footer-social-icon li:hover:after {
  right: 0%;
}
.footer-social-icon li:hover a {
  transform: rotate(-759deg);
}
.footer-social-icon li:nth-child(1) {
  left: -8px;
}
.footer-social-icon li:nth-child(2) {
  left: -16px;
}
.footer-social-icon li:nth-child(3) {
  left: -24px;
}
.footer-social-icon li:nth-child(4) {
  left: -32px;
}
.footer-social-icon li:nth-child(5) {
  left: -40px;
}
.footer-social-icon li:nth-of-type(1):before,
.footer-social-icon li:nth-of-type(1):after {
  background: #3b5999;
}
.footer-social-icon li:nth-of-type(2):before,
.footer-social-icon li:nth-of-type(2):after {
  background: #cd201f;
}
.footer-social-icon li:nth-of-type(3):before,
.footer-social-icon li:nth-of-type(3):after {
  background: #55acee;
}
.footer-social-icon li:nth-of-type(4):before,
.footer-social-icon li:nth-of-type(4):after {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.footer-social-icon li:nth-of-type(5):before,
.footer-social-icon li:nth-of-type(5):after {
  background: #007bb6;
}
/* ------------------------------------
   10. ABOUT US SECTION STYLE
---------------------------------------*/
.about-us-section {
  padding: 50px 40px 5px;
}
.about-text {
  padding-top: 20px;
  padding-right: 20px;
}
.about-text h2 {
  font-size: 36px;
}
.about-text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}
/* ------------------------------------
   11. Our Business Area Section
---------------------------------------*/
.business-area-section {
  padding: 40px 40px 50px;
}
.service-block {
  margin-bottom: 10px;
  background: #f7f7f7;
  border-bottom: 5px solid transparent;
  color: #737f8a;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.service-block .single-icon {
  /* background: #ccc; */
  color: #000000;
  font-size: 30px;
  height: 70px;
  width: 70px;
  margin: 0 auto 15px;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.service-block h3 {
  color: #202020;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.service-block p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
.service-block:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  border-color: #03A9F4;
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-block:hover .single-icon {
  color: #ffffff;
  background: #03A9F4;
}
/*================================================
     12. COUNTER SECTION
==================================================*/
.counter-section {
  background: url(../img/common/counter-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
}
.counter-wrapper {
  background-color: rgba(0,0,0,0.6);
  width: 100%;
}
.counter-wrapper .counter-column {
  width: 24.50%;
  display: inline-block;
  text-align: center;
}
.icon-box-2 {
  text-align: center;
  color: #ffffff;
  transition: 1s;
}
.counter-wrapper .counter-column {
  padding-top: 70px;
  padding-bottom: 70px
}
.counter-column span {
  font-size: 50px;
  color: #03A9F4;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1;
}
.counter-column h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
/*================================================
    13. Contact Page Style
==================================================*/
.map-container {
  padding: 0;
  margin-bottom: -7px;
}
.contact-page {
  padding: 40px 40px;
}
.contact-page p {
  font-size: 18px;
}
.gray-form {
  padding-top: 10px;
}
.gray-form .form-control {
    box-shadow: none;
    border: 1px solid #f5f5f5;
    background: #f5f6f7;
    width: 100%;
    font-size: 14px;
    border-radius: 30px;
    height: auto;
    line-height: 1.33333;
    padding: 15px 18px 15px 30px;
    color: #aaaaaa;
}
.contact-btn {
  background: transparent;
  margin-top: 5px;
  padding: 0 40px;
  font-weight: 700;
}
/*================================================
     14. PHOTO GALLERY PAGE STYLE
==================================================*/
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.box {
    cursor: pointer;
    float: left;
    position: relative;
    overflow: hidden;
}
.box img {
    /* position: absolute; */
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.box .caption {
    background-color: rgba(4,172,236,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}
.box .full-caption {
    width: 100%;
    height: 100%;
    top: -100%;
    text-align: center;
    /* padding: 15px; */
}
.box:hover .full-caption {
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 1;
    transform: translateY(100%);
}
.box:hover .full-caption .gallery-text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-text .buttons {
  transition: all 0.5s;
  color: #fff;
  position: relative;
  text-align: center;
  margin: auto;
  display: inline-block;
}
.gallery-text .buttons .fa {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.gallery-text .buttons:before {
  content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.gallery-text .buttons:hover:before {
    transform: scale(1);
}
.gallery-text .buttons .fa:hover {
    color: #000;
    transition: .5s;
}
.gallery-text h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}
.gallery-page {
  padding: 40px 40px;
}
/*================================================
     15. CAREER PAGE STYLE
==================================================*/
.recent-job-opportunity {
  padding: 70px 0 50px 0;
}
.recent-job-opportunity h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 40px;
  margin-top: 15px;
}
.job-opportunity {
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  transition: 0.5s;
  margin-bottom: 20px;
}
.job-opportunity-top {
  padding: 30px 15px 20px 15px;
}
.job-opportunity-top h3 {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: 700;
  line-height: 30px;
  padding: 15px 0;
  margin-bottom: 0;
}
.job-opportunity-top p {
  margin-bottom: 0;
}
.btn-apply {
  border-radius: 0;
  width: 100%;
  background-image: linear-gradient(#04acec, #0186ba);
  padding: 15px 0;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.btn-apply:hover {
  color: #000;
}
/*================================================
     16. Board Of Director PAGE STYLE
==================================================*/
.tc-member-style4 {position: relative;-webkit-transform: translateY(0);transform: translateY(0);-webkit-transition: all .15s cubic-bezier(0, 0, 0, 0.1);transition: all .15s cubic-bezier(0, 0, 0, 0.1);margin-bottom: 90px;}
.tc-member-style4 .member-icons {position: absolute;top: 100%;padding: 12px 15px;right: 0;width: 100%;-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);}
.tc-member-style4 .member-icon i {
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin: 0 2px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  width: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
  transition: all .25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
}
.tc-member-style4 .member-info {padding: 8px 20px;position: absolute;bottom: 0;width: 100%;color: #fff;background: rgba(255, 255, 255, 0.02);}
.tc-member-style4.member-light .member-info {background: rgba(0, 0, 0, 0.3);}
.tc-member-style4 .member-name {font-size: 26px;margin: 0;color: #fff;}
.tc-member-style4 span.member-role {font-size: 18px;color: #fff;display: block;}
.tc-member-style4:hover {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
.tc-member-style4 .member-icon i:hover {
  background: #04acec;
  color: #fff;
  border-color: #04acec;
}

/*================================================
    17. Key Management PAGE STYLE
==================================================*/
.tc-member-style2 {box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);-webkit-transform: translateY(0);transform: translateY(0);-webkit-transition: all .25s cubic-bezier(0.43, 0.44, 0.63, 0.61);transition: all .25s cubic-bezier(0.43, 0.44, 0.63, 0.61);margin-bottom: 30px;}
.tc-member-style2 .member-photo {position: relative;}
.tc-member-style2 .member-icons {position: absolute;top: 0;background: #09abe8;text-align: center;width: 40px;padding: 10px 0;left: -7px;}
.tc-member-style2 .member-icons:before {content: '';position: absolute;left: -7px;bottom: -7px;border: 7px solid transparent;border-right-color: #09abe8;}
.tc-member-style2 .member-icon i {font-size: 18px;color: rgb(255, 255, 255);margin: 0 6px;}
.tc-member-style2 .member-info {padding: 20px 20px;}
.tc-member-style2 .member-name {font-size: 26px;margin: 0;position: relative;padding-bottom: 3px;}
.tc-member-style2 .member-name:before {content: '';position: absolute;right: 0;height: 1px;width: 30px;background: #000;bottom: 0;}
.tc-member-style2 .member-icon i:hover {
  color: #000;
}
.tc-member-style2 span.member-role {
  font-size: 18px;
  color: #09abe8;
  display: block;
}
.tc-member-style2:hover {-webkit-transform: translateY(-10px);transform: translateY(-10px);}



/*================================================
    18. Completed Project PAGE STYLE
==================================================*/
.hotel-slider {
  margin-top: 10px;
}
.hotel-slide-single {
  -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    cursor: pointer;
}
.hotel-slide-single:hover {
  -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.hotel-slide-single h3 {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.hotel-slide-single a:hover h3{
  color: #000;
}
.hotel-image {
  position: relative;
}
.hotel-image:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
  pointer-events: none;
  height: 4px;
  z-index: 2;
  background: #03A9F4;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hotel-slide-single a:hover .hotel-image:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.hotel-slide-single {
  position: relative;
  display: table-cell;
  width: 100%;
  -webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	transition: 300ms ease all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hotel-text {
  margin-bottom: 15px;
  padding: 10px;
  display: block;
  -webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	transition: 300ms ease all;
	-webkit-box-shadow: 0 0 15px rgba(24,24,24,.30);
	box-shadow: 0 0 15px rgba(24,24,24,.30);
}
.hotel-slide-single:hover .hotel-text {
  -webkit-box-shadow: 0 10px 30px rgba(24,24,24,.3);
  box-shadow: 0 10px 30px rgba(24,24,24,.3);
}
.hotel-text h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  padding-bottom: 3px;
}
.hotel-text p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #1976bc;
    color: #212121;
}
.hotel-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  text-align: center;
}
.hotel-slider .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.hotel-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .3s ease;
  border-radius: 30px;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
}
.hotel-slider .owl-dots .owl-dot.active span, .hotel-slider .owl-dots .owl-dot:hover span {
  background: #03A9F4;
}
.hotel-slider .owl-nav {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
.hotel-slider .owl-prev, .hotel-slider .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
  height: 40px;
	background: #03A9F4;
	color: #fff;
  border: 1px solid transparent;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.hotel-slider .owl-prev .fa , .hotel-slider .owl-next .fa {
  font-size: 35px;
  line-height: 35px;
}
.hotel-slider .owl-prev:focus, .hotel-slider .owl-next:focus {
	border: 0px;
}
.hotel-slider .owl-prev:hover {
	background: #fff;
  border: 1px solid #03A9F4;
  color: #03A9F4;
}
.hotel-slider .owl-next:hover {
  background: #fff;
  border: 1px solid #03A9F4;
  color: #03A9F4;
}
.hotel-slider .owl-prev {
	float: left;
  position: relative;
  right: 0;
}
.hotel-slider .owl-next {
  float: right;
  position: relative;
}
.hotel-slider .owl-nav button.owl-prev {
    left: 0;
}
/*================================================
    19. About PAGE STYLE
==================================================*/
.about-image-box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    min-height: 550px;
    margin: 145px auto 0;
    margin-bottom: -140px;
}
.about-image-box img{
    width: 100%;
}
.about-image-box .image-box-one{
    position: absolute;
    top: 0;
    left: -15px;
    width: 260px;
    height: 260px;
}
.about-image-box .image-box-two {
    position: absolute;
    top: -145px;
    left: 0px;
    right: 0;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-image-box .image-box-three {
    position: absolute;
    top: 0;
    right: -13px;
    width: 260px;
    height: 260px;
}
.about-image-box .image-box-four {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 145px;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.about-image-box .icon-box{
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    width: 105px;
    height: 105px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}
.about-image-box .icon-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09abe8;
    content: "";
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(45deg);
}
.about-image-box:hover .icon-box:before{
    transform: perspective(0px) rotateX(0deg) rotate(-45deg);
}
.about-image-box .icon-box span:before {
    display: block;
    padding: 20px 0;
    color: #3398fd;
    font-size: 65px;
    line-height: 65px;
}

.about-text{
    position: relative;
    display: block;
    padding-top: 20px;
}
.about-text .sec-title {
    position: relative;
    display: block;
}
.about-text .inner-content{
    position: relative;
    display: block;
}
.about-text .inner-content h3{
    color: #3398fd;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.about-text .inner-content .text{
    display: block;
    padding: 26px 0 17px;
}
.icon-solar-energy {
  font-size: 45px;
  line-height: 103px;
  color: #fff;
  transition: 0.5s;
}
.about-image-box:hover .icon-solar-energy {
  /* color: #fbca00; */
  color: #2e3192;
}
.sec-title p {
  color: #a0a7ae;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 15px;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 1px;
}
.sec-title .title {
  position: relative;
  display: block;
  color: #203260;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: capitalize;
  z-index: 1;
  text-align: left;
}
.sec-title .border-box {
    position: relative;
    display: block;
    width: 80px;
    height: 7px;
}
.sec-title .border-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #03A9F4;
}
.sec-title .border-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
    background: #03A9F4;
}
/*================================================
    20. REL At A Glance PAGE STYLE
==================================================*/

.theme-bg {
  background: #03A9F4;
  transition: 0.5s;
  border: 1px solid #03A9F4;
}
.z-index-1 {
    z-index: 1;
    position: relative;
    margin-top: -50px;
}
.about-images-1 {
  margin-left: -50px;
}
.section-title-2 h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  transition: 0.5s;
}
.section-title-about h6 {
  color: #03A9F4;
  font-family: 'Nunito', sans-serif;
  text-align: left;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 700;
}
.section-title-about {
    margin-bottom: 30px;
}
.section-title-about h2 {
  text-align: left;
  font-size: 40px;
  line-height: 1;
  color: #23244a;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}
.section-title-about p {
  font-size: 18px;
  text-align: left;
}
.featured-item{
  position: relative;
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 20px;
  padding-right: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.left-icon {
  width: 25%;
  float: left;
}
.left-icon-text {
  width: 75%;
  float: left;
}
.left-icon-text h5 {
  transition: 0.5s;
}
.left-icon-text p {
  font-size: 16px;
  line-height: 1.3;
}
.featured-item:hover {
  padding-top: 10px;
}
.featured-item:hover .left-icon-text h5 {
  color: #03A9F4;
}
.theme-bg:hover {
  background: #fff;
  border: 1px solid #03A9F4;
  margin-top: -60px;
}
.theme-bg:hover .section-title-2 h2 {
  color: #03A9F4;
}

.work-img img {
  border: 10px solid #b9d5ed;
  padding: 15px;
  transition: 0.5s;
}
.our-mission {
  margin-bottom: 50px;
}
.our-mission h2 {
  margin-top: 25px;
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #000;
  transition: 0.5s;
}
.our-mission h2 span {
  color: #03A9F4;
}
.work-img:hover img {
  border: 10px solid #03A9F4;
}
.our-vision {
  margin-bottom: 20px;
}
.our-vision h2 {
  margin-top: 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #000;
  transition: 0.5s;
}
.our-vision h2 span {
  color: #03A9F4;
}

/*================================================
    21. Service page STYLE
==================================================*/
.single-service-style-two {
    border-radius: 5px;
    background: #fff;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.06);
    margin-bottom: 35px;
}
.single-service-style-two .bubbled {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 80px;
    text-align: center;
    z-index: 10;
}
.single-service-style-two .bubbled:before {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    background: #F2F7F5;
    -webkit-transform: translate(33%, -33%);
    transform: translate(33%, -33%);
    border-radius: 50%;
    z-index: 10;
    transition: all .4s ease;
}
.single-service-style-two .bubbled .count-text {
    position: relative;
    z-index: 11;
    line-height: 77px;
    display: inline-block;
    color: #83888D;
    font-size: 20px;
    font-weight: bold;
    transition: all .4s ease;
}
.single-service-style-two .main-content {
    text-align: center;
    transition: all .4s ease;
}
.single-service-style-two .main-content .icon-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #F2F7F5;
    padding: 15px;
}
/* .single-service-style-two .main-content .icon-box:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #F2F7F5;
} */
.single-service-style-two .main-content .icon-box i {
    color: #03A9F4;
    font-size: 60px;
    position: relative;
}
.single-service-style-two .main-content h3 {
  margin: 0;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1;
}
.single-service-style-two .main-content h3 a {
    color: #3A3A3A;
    transition: all .4s ease;
}
.single-service-style-two .main-content a.read-more {
    display: inline-block;
    line-height: 1em;
    color: #F9A03B;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .4s ease;
}
.single-service-style-two .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03A9F4;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    transition: all .4s ease;
}
.single-service-style-two .hover-content .inner-box {
    padding: 0 37px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.single-service-style-two .hover-content .inner-box p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 20px;
}
.single-service-style-two .hover-content .inner-box a.more-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
}
.single-service-style-two .hover-content .inner-box a.more-link:hover {
    color: #F9A03B;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.single-service-style-two .hover-content .inner-box a.more-link i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.single-service-style-two:hover .bubbled:before {
    background: #03A9F4;
}
.single-service-style-two:hover .bubbled .count-text {
    color: #fff;
}
.single-service-style-two:hover .main-content {
    opacity: 1;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.single-service-style-two:hover .hover-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
