/*general css*/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
}
body {
  font-size: 14px;
  color: #787878;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: roboto, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #49c7ed;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0;
  background: 0 0;
  line-height: 1.2em;
  font-family: exo, sans-serif;
  letter-spacing: -0.02em;
}
textarea {
  overflow: hidden;
}
button {
  outline: none !important;
  cursor: pointer;
}
p,
.text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #555;
  margin: 0;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.large-container {
  position: static;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 9;
}
a:focus {
  box-shadow: none !important;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.ptb-100{
  padding-top:100px;
  padding-bottom:50px;
}
/*general css*/
.bg-muted{
  background-color:#ecf9f5;
}

/*btn*/
.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: poppins, sans-serif;
}
.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  padding: 14px 53px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  letter-spacing: 1px;
  background-color: #223a66;
  text-transform: capitalize;
  font-family: lato, sans-serif;
}
.btn-style-two:before {
  top: 0;
  left: 0;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  transform-origin: 0 100% 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s,
    background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.btn-style-two .arrow {
  position: relative;
  margin-left: 5px;
  font-size: 15px;
  top: 1px;
}
.btn-style-two i {
  position: relative;
  font-style: normal;
}
.btn-style-two:hover {
  color: #fff;
}
.btn-style-two:hover::before {
  opacity: 1;
  color: #fff;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #1cba9f;
}
/*btn*/
/*page wrapper*/
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 9;
}
/*page wrapper*/

/*main header*/
.main-header {
  position: relative;
  display: block;
}
.main-header .header-top {
  position: relative;
  z-index: 1;
  background-image: -ms-linear-gradient(left, #1db9a0 0%, #4d94c4 100%);
  background-image: -moz-linear-gradient(left, #1db9a0 0%, #4d94c4 100%);
  background-image: -o-linear-gradient(left, #1db9a0 0%, #4d94c4 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1db9a0), color-stop(100, #4d94c4));
  background-image: -webkit-linear-gradient(left, #1db9a0 0%, #4d94c4 100%);
  background-image: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%);
}
.main-header .header-top .top-outer {
  position: relative;
  margin-left: 210px;
  padding-left: 50px;
}
.main-header .header-top .top-left {
  position: relative;
  float: left;
  padding: 10px 0;
  margin-left: 13px;
}
.main-header .header-top .top-left li {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 45px;
  display: inline-block;
}
.main-header .header-top .top-left li a {
  position: relative;
  color: #fff;
  display: inline-block;
}
.main-header .header-top .top-left li .icon {
  position: relative;
  margin-right: 10px;
}
.main-header .header-top .top-left li:last-child {
  margin-right: 0;
}
.main-header .xs-bold-menu {
  display: none;
}
.header-top .top-right {
  position: relative;
  float: right;
  z-index: 1;
  padding: 9px 0;
}
.header-top .social-box li {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}
.header-top .social-box li a{
	color:#fff;
}
/*main header*/
/*header top*/
.elementskit-header {
  position: relative;
  z-index: 10;
}
.main-header .elementskit-navbar-nav > li {
  margin-right: 30px;
  padding: 25px 0;
}

/*header upper*/
.header-top .top-right .nav-box {
  position: relative;
  float: left;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  margin-left: 25px;
}
.main-header .header-upper .logo-outer:before {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  height: 100%;
  width: 10000%;
  background-color: #fff;
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  border-right: 2px solid #1db9a0;
}
.main-header .header-upper {
  position: relative;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-upper .logo-outer {
  position: relative;
  float: left;
  z-index: 25;
  padding-top: 40px;
  margin-top: -50px;
  padding-bottom: 35px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-outer .logo a {
  position: relative;
  display: inline-block;
}
.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.main-header .header-upper .nav-outer {
  z-index: 10;
  position: relative;
}
.main-header .xs-navbar {
    display: block;
}
.main-header .header-upper .elementskit-navbar {
  margin-left: 260px;
}
.main-header .elementskit-navbar-nav > li.elementskit-dropdown-has a {
  padding-right: 18px !important;
}
.main-header .elementskit-dropdown {
  background-color: #fff;
  border: 3px solid #1cb89d;
}
.main-header .elementskit-submenu-panel > li {
  position: relative;
  border-bottom: 1px solid #f9f9f9;
}
.main-header .elementskit-submenu-panel > li > a {
  position: relative;
  padding: 12px 5px;
  color: #222;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  background: 0 0;
}
.main-header .elementskit-navbar-nav > li:last-child {
  margin-right: 0;
}
.main-header .elementskit-navbar-nav > li > a {
  padding: 30.5px 0;
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  opacity: 1;
  color: #222;
  padding: 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .elementskit-navbar-nav > li.elementskit-dropdown-has > a:before {
  content: "\f067";
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 10px;
  line-height: 26px;
  font-weight: 800;
  font-family:"FontAwesome";
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #1cba9f;
}
.main-header .xs-menu-tools {
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 1;
}
.main-header .xs-menu-tools li {
  position: relative;
}
.main-header .xs-navbar {
  display: block;
}
.navsearch-button {
  position: relative;
  width: 60px;
  height: 50px;
  cursor: pointer;
  background: 0 0;
  font-size: 18px;
  color: #fff !important;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  background-color: #558dca;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navsearch-button:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 0;
  width: 12px;
  z-index: -1;
  height: 100%;
  background-color: #d3d8e0;
  -ms-transform: skewX(-12deg);
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navsearch-button:hover {
  background-color: #1cba9f;
}
.navsearch-button:hover::before {
  -ms-transform: skewX(12deg);
  -webkit-transform: skewX(12deg);
  transform: skewX(12deg);
}
.main-header .header-upper .elementskit-navbar {
  margin-left: 260px;
}
/*header upper*/
/*header top*/

/*slider*/
.banner-section {
  position: relative;
}
.banner-section .auto-container {
  position: relative;
}
.banner-section .banner-carousel {
  position: relative;
}
.banner-section .banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section .banner-carousel .slide-item .clearfix {
  clear: both;
}
.banner-column {
  position: relative;
  padding: 110px 0 170px;
}
.banner-column .title {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
  padding-top: 90px;
  display: inline-block;
  text-decoration: underline;
  font-family: playfair display, serif;
}
.banner-column h2 {
  position: relative;
  display: block;
  font-size: 54px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
.banner-column .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
}
.xs-banner-container-parent {
  position: relative;
}
.banner-carousel .image {
  position: absolute;
  right: -120px;
  bottom: 0;
}
.banner-carousel .owl-dots {
  display: none;
}
.banner-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-carousel:hover .owl-nav {
  opacity: 1;
}
.banner-carousel .owl-prev,
.banner-carousel .owl-next {
  position: relative;
  height: 60px;
  width: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
  background-color: #fff;
  border-color: #fff;
  color: #558dca;
}
/*slider*/

/*form*/
.services-form-section {
    position: relative;
    background-color: #1cb89d;
}
.services-form-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(28, 184, 157, 0.80);
}
.services-form-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
}
.services-form{
	position:relative;
	z-index:2;
}
.services-form .form-group{
	position:relative;
	margin:40px 0;
}
.services-form .form-group input[type=text],.services-form .form-group input[type=tel],.services-form .form-group input[type=email],.services-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #1cb89d;
    height: 56px;
    font-size: 14px;
    background: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.services-form .form-group .map-icon{
	position:absolute;content:'';
	left:40px;
	top:18px;
	color:#fff;
	z-index:1;
	font-size:18px;
}
.services-form .form-group .location-icon{
	position:absolute;
	/*content:'';*/
	right:40px;
	top:18px;color:#fff;
	z-index:1;font-size:18px;
	font-weight:400;
}
.services-form .form-group:first-child .ui-button .ui-icon:before{
	display:none;
}
.services-form .form-group .left-curves{
	position:absolute;
	left:0;top:0;
	height:100%;
}
.services-form .form-group .left-curves:before{
	position:absolute;content:'';
	left:4px;top:0;
	width:22px;height:100%;
	-ms-transform:skewX(-24deg);
	-webkit-transform:skewX(-24deg);
	transform:skewX(-24deg);
	background-image:-ms-linear-gradient(top,#558DCA 0%,rgba(255,255,255,0) 100%);
	background-image:-moz-linear-gradient(top,#558DCA 0%,rgba(255,255,255,0) 100%);
	background-image:-o-linear-gradient(top,#558DCA 0%,rgba(255,255,255,0) 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#558DCA),color-stop(100,rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(top,#558DCA 0%,rgba(255,255,255,0) 100%);
	background-image:linear-gradient(to bottom,#558DCA 0%,rgba(255,255,255,0) 100%);
}
.services-form .form-group:first-child .ui-selectmenu-button.ui-button{
	padding-left:52px;
}
.form-group .ui-selectmenu-button.ui-button{
	width:100%;font-size:15px;
	font-style:normal;height:56px;padding:10px 28px;
	line-height:34px;color:#fff;border:none;
	border-radius:0;background:rgba(255,255,255,.1);
	border:1px solid rgba(255,255,255,.3);
}
.form-group .ui-button .ui-icon{
	background:0 0;position:relative;
	top:6px;font-size:0;text-indent:0;
	color:#333;
}
.form-group .ui-button .ui-icon:before{
	font-family:icomoon!important;
	content:"\e874";position:absolute;
	right:0;top:2px! important;
	height:20px;display:block;
	color:#fff;line-height:20px;
	font-size:14px;font-weight:900;
	text-align:center;z-index:5;
}
.services-form .form-group.button-group{
	position:relative;margin:0;
}
.services-form .submit-btn{
	position:relative;width:100%;
	display:block;cursor:pointer;
	font-size:18px;color:#1cba9f;
	font-weight:500;padding:56px 15px;
	z-index:1;background:0 0;text-decoration:underline;
	text-transform:capitalize;
}
.services-form .submit-btn:hover{color:#558dca;text-decoration:none;}
.services-form .submit-btn:before{
	position:absolute;content:'';left:20px;
	top:0;right:20px;bottom:0;z-index:-1;
	background-color:#fff;
	-ms-transform:skewX(-24deg);-webkit-transform:skewX(-24deg);
	transform:skewX(-24deg);
}
/*form*/

/*key-pt*/
.pbmit-ihbox-style-40 {
    position: relative;
    padding: 0 0 0 15px;
    transition: all .4s ease-in;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon, .pbmit-ihbox-style-40 .pbmit-ihbox-svg {
    position: relative;
    margin-right: 30px;
    height: 60px;
    width: 60px;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon::before, .pbmit-ihbox-style-40 .pbmit-ihbox-svg::before {
    position: absolute;
    content: '';
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: #341c77;
}
.pbmit-ihbox-style-40 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-40 .pbmit-ihbox-svg-wrapper {
    position: relative;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color:#fff;
    color: #341c77;
}
.pbmit-ihbox-style-40 .pbmit-element-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    -webkit-line-clamp: 1;
}
.pbmit-ihbox-style-40 .pbmit-element-subtitle, .pbmit-ihbox-style-40 .pbmit-element-title, .pbmit-ihbox-style-40 .pbmit-heading-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*key-pt*/

/*title*/
.title-wrapper{
  position: relative;
  z-index: 1;
}
.title-wrapper .title{
  background-color:#eff9ff;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .6px;
  color: #3368c6;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding: 3px 23px 3px 23px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.title-wrapper .title1{
  font-family: Outfit, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .6px;
    color: #3368c6;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    padding: 3px 23px 3px 23px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 10px;
}
.title-wrapper .subtitle {
    position: relative;
    color: #222222;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 45px;
}
/*title*/

/*about area*/
.about-content h4{
  margin-bottom:10px;
  font-weight:500;
}
.about-area .about-content p {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.about-area .about-content a{
  color:#000;
  font-weight:600;
}
.about-area img{
  box-shadow: 0px 5px 5px #c4c1c1;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.list-style-three {
    position: relative;
}
.list-style-three li {
    position: relative;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px;
}
.list-style-three li:before {
    position: absolute;
    content: "\f046";
    left: 0px;
    top: 0px;
    font-family:'FontAwesome';
}
.about-area .button-box {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
/*about area*/

/*services*/
.service-area .services-block-three {
    position: relative;
    margin-bottom: 30px;
}
.services-block-three .inner-box {
    position: relative;
    padding: 15px 15px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-block-three .inner-box:hover{
  box-shadow:0 0 30px rgba(0,0,0,.1);
  border:1px solid transparent;
}
.services-block-three .image{
  position:relative;
}
.services-block-three .image img{
  position:relative;
  width:100%;
  display:block;
}
.services-block-three .lower-content{
  position:relative;
  padding:0 22px 25px;
}
.services-block-three .icon-box{
  position:relative;
  width:60px;
  height:60px;
  color:#fff;
  font-size:25px;
  line-height:65px;
  text-align:center;
  border-radius:50px;
  margin:0 auto;
  margin-top:-30px;
  background-color:#223a66;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}
.services-block-three .inner-box:hover .icon-box{
  background-color:#1cba9f;
}
.services-block-three .inner-box:hover .icon-box{
  box-shadow:0 0 25px rgba(34,58,102,.4);
}
.services-block-three h3{
  position:relative;
  color:#222;
  font-size:22px;
  font-weight:700;
  line-height:1.3em;
  margin-top:24px;
  margin-bottom:12px;
}
.services-block-three h3 a{
  position:relative;
  color:#222;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}
.services-block-three h3 a:hover{
  color:#1cba9f;
}
.services-block-three .text{
  position:relative;
  color:#222;
  font-size:15px;
  line-height:1.7em;
}
/*services*/

/*owl dots*/
.owl-nav{
  display:none;
}
.owl-dots{
  position:relative;
  text-align:center;
  margin-top:45px;
}
.owl-dots .owl-dot{
  position:relative;
  margin:0 5px;
  width:8px;
  height:8px;
  border-radius:50%;
  display:inline-block;
  background-color:#d8f0ec;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}
.owl-dots .owl-dot.active,.owl-dots .owl-dot:hover{
  background-color:#1cba9f;
  width:12px;
  height:12px;
}
/*owl dots*/

/*facility*/
.facility-area{
  position:relative;
}
.facility-area .facility-box{
  transition: all .25s ease-in-out;
  margin-bottom: 40px;
}
.facility-area .facility-box .facility-wrapper{
  position: relative;
    margin-right: 30px;
    height: 60px;
    width: 60px;
}
.facility-area .facility-box .facility-wrapper::before{
    position: absolute;
    content: '';
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: #341c77;
}
.facility-area .facility-box .facility-icon{
  position: relative;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #fff;
    color: #341c77;
}
.facility-area .facility-contents .facility-title{
  font-weight:600;
  color:#000;
  font-size: 20px;
  margin:10px 0px 10px 0px;
}
/*facility*/

/*fun-fact*/
.fun-fact{
  background:url(../img/bg/fun.webp);
  position: relative;
  padding: 85px 0px 90px;
  background-size: cover;
  background-attachment: fixed;
}
.fun-fact .inner {
    position: relative;
    text-align: center;
}
.fun-fact .content {
    position: relative;
}
.fun-fact .icon {
    position: relative;
    color: #f13a66;
    font-size: 50px;
    text-align: center;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Exo', sans-serif;
}
.fun-fact .count-outer {
    position: relative;
    color: #223a66;
    font-size: 36px;
    text-align: center;
    line-height: 1em;
    font-weight: 700;
    display: inline-block;
    font-family: 'Exo', sans-serif;
}
.fun-fact .count-text {
    position: relative;
    color: #223a66;
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
}
.fun-fact .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #223a66;
    margin-top: 10px;
    text-transform: capitalize;
}
/*fun-fact*/

/*vdo-area*/
.vdo-area .vdo-img iframe{
  width: 100%;
  height:290px;
  border:2px solid #f9f9f9;
  padding:10px;
}
/*vdo-area*/

/*testi*/
.pbmit-testimonial-style-1 .pbminfotech-post-item{
  position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{  
  padding: 45px;
  background-color:#fff;
  clip-path: polygon( 6.726% 100%,93.274% 100%,93.274% 100%,94.364% 99.896%,95.399% 99.594%,96.364% 99.111%,97.245% 98.464%,98.029% 97.668%,98.701% 96.741%,99.249% 95.698%,99.657% 94.556%,99.912% 93.332%,100% 92.042%,100% 28.912%,100% 28.912%,99.732% 25.399%,98.988% 22.786%,97.863% 20.91%,96.447% 19.608%,94.835% 18.717%,93.119% 18.071%,91.39% 17.508%,89.742% 16.865%,88.268% 15.977%,87.061% 14.682%,87.061% 14.682%,86.147% 12.968%,85.483% 11.096%,84.946% 9.146%,84.409% 7.198%,83.749% 5.331%,82.839% 3.624%,81.556% 2.158%,79.775% 1.012%,77.369% 0.266%,74.215% 0%,6.726% 0%,6.726% 0%,5.636% 0.104%,4.601% 0.406%,3.636% 0.889%,2.755% 1.536%,1.971% 2.332%,1.299% 3.259%,0.751% 4.302%,0.343% 5.444%,0.088% 6.668%,0% 7.958%,0% 92.042%,0% 92.042%,0.088% 93.332%,0.343% 94.556%,0.751% 95.698%,1.299% 96.741%,1.971% 97.668%,2.755% 98.464%,3.636% 99.111%,4.601% 99.594%,5.636% 99.896%,6.726% 100% );
  position: relative;
  z-index: -1;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item::before{
  content: "\f10d";
  font-family:'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  line-height: 15px;
  color:#fff;
  background-color: #7ec53e;
  border-radius: 50%;
  padding: 17px 16px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #000;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.pbmit-testimonial-style-1 .pbminfotech-box-img {
  margin-right: 20px;
}
.demo-seven .pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
  font-size: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0 30px;
  border: 0;
  font-weight: normal;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p{
  margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings {
  color: rgba(3, 27, 78, 0.5);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
  color: #000;
}
.demo-seven .pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active{
  color: #fdcf00;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i:before{
  margin: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-star-ratings-text{
  font-size: 30px;
  line-height: 26px;
  font-weight: 600 !important;
  font-style: italic !important;
  color:#000;
  letter-spacing: -0.25px;
}
/*testi*/

/*contact page*/
.contact-page .inner-column{
  position:relative;
  padding:55px 50px;
  background-image: linear-gradient(to right, #1db9a0 0%, #4d94c4 250%);
}
.contact-page .title-box{
  position:relative;
  margin-bottom:35px;
}
.contact-page .title-box .title{
  position:relative;
  color:#fff;
  font-size:18px;
  font-weight:700;
  line-height:1.3em;
}
.contact-page .title-box h3{
  position:relative;
  color:#fff;
  font-size:36px;
  font-weight:700;
  line-height:1.3em;
  margin-top:3px;
}
.contact-form{
  position:relative;
}
.contact-form .form-group{
  position:relative;
  margin-bottom:20px;
}
.contact-form .form-group.comment-group .icon{
  top:0;
}
.contact-form .form-group .icon{
  position:absolute;
  left:0;
  top:12px;
  color:#fff;
  font-size:18px;
  line-height:1em;
}
.contact-form .form-group input[type=text],.contact-form .form-group input[type=password],.contact-form .form-group input[type=tel],.contact-form .form-group input[type=email],.contact-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  color:#efefef;
  line-height:26px;
  padding:0 15px 8px 35px;
  height:50px;
  font-size:14px;
  border-radius:2px;
  background:0 0;
  border-bottom:1px solid rgba(255,255,255,.15);
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.contact-form .form-group input[type=text]:focus,.contact-form .form-group input[type=password]:focus,.contact-form .form-group input[type=tel]:focus,.contact-form .form-group input[type=email]:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{
  border-color:#1cba9f;
}
.contact-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:26px;
  padding:0 15px 10px 35px;
  color:#efefef;
  height:100px;
  font-size:14px;
  resize:none;
  border-radius:2px;
  background:0 0;
  border-bottom:1px solid rgba(255,255,255,.15);
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.contact-form .form-group .submit-btn{
  position:relative;
  border-radius:50px;
  color:#223a66;
  width:100%;
  font-weight:500;
  padding:16px 8px;
  margin-top:15px;
  background-color:#fff;
  border:2px solid #fff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}
.contact-form .form-group .submit-btn:hover{
  background:0 0;
  color:#fff;
}
.contact-form input.error,.contact-form select.error,.contact-form textarea.error{
  border-color:red!important;
}
.contact-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0 0;
  margin:0;
  text-transform:uppercase;
  font-size:12px;
  color:red;
  font-weight:500;
}
.contact-page .faq-area #choose{
  background-image: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%);
  color: #fff;
  padding: 10px;
  margin-top: 5px;
  /*margin-bottom: 20px;*/
}

/*contact page*/

/*news-section*/
.news-section{
  position:relative;
  padding:90px 0 70px;
  background-color:#f7f9fb;
}
.news-section .inner-container{
  position:relative;
}
.news-section .pattern-layer-one {
    position: absolute;
    content: '';
    left: 0;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 181px;
    height: 488px;
    z-index: 1;
}
.news-section .pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    width: 221px;
    height: 410px;
    z-index: 1;
}
.news-block {
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #f5f5f5;
}
.news-block .inner-box {
    position: relative;
}
.news-block .image{
  position:relative;
  background-color:#161a33;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.news-block .image img{
  position:relative;
  width:100%;
  display:block;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.news-block .inner-box:hover .image img{
  opacity:.4;
}
.news-block .lower-content{
  position:relative;
  padding:30px 40px 52px;
  background-color:#fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.news-block .lower-content .post-meta{
  position:relative;
}
.news-block .lower-content .post-meta li{
  position:relative;
  color:#222;
  font-size:13px;
  font-weight:400;
  margin-right:22px;
  display:inline-block;
}
.news-block .lower-content .post-meta li a{
  position:relative;
  color:#222;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.news-block .post-meta li a:hover{
  color:#1cba9f;
}
.news-block .post-meta li:last-child{
  margin-right:0;
}
.news-block .post-meta li .icon{
  position:relative;
  margin-right:6px;
  top:1px;
}
.news-block .post-meta li:last-child{
  border-bottom:0;
  padding-bottom:0;
  margin-bottom:0;
}
.news-block h3{
  position:relative;
  color:#222;
  font-size:22px;
  font-weight:700;
  line-height:1.4em;
  margin-top:12px;
}
.news-block h3 a{
  position:relative;
  color:#222;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.news-block h3 a:hover{
  color:#1cba9f;
}
.news-section .owl-nav{display:none;}
.news-section .owl-dots{position:relative;text-align:center;margin-top:45px;}
/*news-section*/

/*Footer*/
.footer {
    background: url(../img/bg/fun.webp);
    position: relative;
    padding: 0px 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}
.text-theme {
    color: #4ab242;
}
.primary-footer{padding: 80px 0;}
.secondary-footer{padding: 15px 0; background-image: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%); color: #ffffff;}
.footer-logo img{height: 70px;}
.primary-footer, .primary-footer a{color: #202125;}
footer h5{margin-bottom: 20px;}
.media-icon li{padding-left: 40px; position: relative;}
.media-icon.list-inline li{display: inline-block;}
.media-icon li i{position: absolute; left: 0; top: 0; font-size: 24px; color: #4ab242; font-weight: normal; line-height: 24px;}
.media-icon li a:hover{color: #4ab242;}
.theme-bg .media-icon li a:hover{color: #202125;}
.secondary-footer span a{text-decoration: underline; color: #ffffff; font-weight: 600; text-transform: uppercase;}

.working-hours li{border-top: 1px dashed #3c3c3c; padding: 11px 0 12px; position: relative; text-align: right; width: 100%;}
.working-hours li:first-child, .footer-menu li:first-child {border-top: none;}
.working-hours li:last-child{padding-bottom: 0;}
.working-hours li span {float: left; position: relative; text-align: left; text-transform: capitalize; width: auto;}

footer.dark-bg .social-icons li a{color: #fff;}
.footer-list li {border-bottom: 1px dashed #ddd; padding: 10px 0; text-transform: capitalize;}
.footer-list li:last-child{padding-bottom: 0; border-bottom: none;}
.footer-list li a:hover{color: #4ab242}

.social-colored{
  background-color:#f4f2f2;
}
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
.social-icons.social-fullwidth ul{display: table; width: 100%;}
.social-icons.social-fullwidth li{display: table-cell; width: 20%;text-align: center; border-right:1px dashed #cdcbcb;}
.social-icons.social-fullwidth li i{
  font-size:20px;
}
.social-icons.social-fullwidth li a {height: 60px; line-height: 60px; width: 100%; border-radius: 0;}
.social-icons.social-fullwidth li:hover{
  background-image:linear-gradient(to right, #1db9a0 0%, #4d94c4 250%);
}
.social-icons.social-fullwidth li i:hover{
  color:#fff;
}
/*.social-icons.social-fullwidth li a:hover {background: #202125;}*/
/*Footer*/

/*braedcrumb*/
.page-title {
    position: relative;
}
.page-title .outer-container {
    position: relative;
}
.page-title .outer-container .image {
    position: relative;
}
.page-title .outer-container .image img {
    position: relative;
    width: 100%;
    display: block;
}
.page-breadcrumb {
    position: relative;
    background-color: #1cba9f;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .1);
}
.page-breadcrumb:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(28, 184, 157, .8);
}
.page-breadcrumb .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
}
.page-breadcrumb h2 {
    position: relative;
    color: #fff;
    padding: 46px 0;
    z-index: 1;
    font-size: 36px;
    font-weight: 700;
}
.page-breadcrumb .breadcrumbs {
    position: relative;
    padding: 55px 110px;
    z-index: 1;
}
.page-breadcrumb .breadcrumbs:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
}
.page-breadcrumb .breadcrumbs .left-curves {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.page-breadcrumb li {
    position: relative;
    color: #1cba9f;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
}
.page-breadcrumb li a {
    position: relative;
    color: #313131;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-breadcrumb .breadcrumbs .left-curves:before {
    position: absolute;
    content: '';
    left: -4px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
}
.page-breadcrumb .breadcrumbs .left-curves:after {
    position: absolute;
    content: '';
    left: 12px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
}
.page-breadcrumb .breadcrumbs .right-curves {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.page-breadcrumb .breadcrumbs .right-curves:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
}
.page-breadcrumb .breadcrumbs .right-curves:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
}
/*breadcrumb*/

/*service page*/
.services-single-section {
    position: relative;
    padding: 50px 0 0px;
}
.services-widget {
    position: relative;
    margin-bottom: 60px;
}
.cat-list {
    position: relative;
}
.cat-list li{
  position:relative;
  margin-bottom:1px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}
.cat-list li:before{
  position:absolute;
  right:20px;
  top:24px;
  z-index:1;
  opacity:0;
  content: "\f178";
  font-family: 'FontAwesome';
}
.cat-list li:hover::before,.cat-list li.active::before{
  opacity:1;
  color:#fff;
}
.cat-list li a{
  position:relative;
  color:#222;
  font-size:16px;
  font-weight:500;
  padding:23px 28px;
  display:block;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}
.cat-list li:hover a,.cat-list li.active a{
  position:relative;
  color:#fff;
  background-color:#223a66;
}
.services-single-section .content-column{
  position:relative;
}
.services-single-section .content-column .inner-column{
  position:relative;
}
.services-single-section h2{
  position:relative;
  color:#223a66;
  font-size:36px;
  font-weight:700;
  line-height:1.3em;
  margin-top:40px;
  margin-bottom:18px;
}
.services-single-section h5{
  color:#223a66;
  font-size:22px;
  font-weight:700;
  line-height:1.3em;
  margin-bottom:18px;
}
.services-single-section h5 a{
  color:#21baa0;
  font-size:22px;
  font-weight:700;
  line-height:1.3em;
  margin-bottom:18px;
}
.services-single-section .text{
  position:relative;
}
.services-single-section p{
  position:relative;
  color:#222;
  font-size:16px;
  line-height:1.7em;
  margin-bottom:15px;
}
.services-single-section .faq-area{
  margin-bottom:25px;
}
.services-single-section .faq-area #choose{
  background-image: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%);
  color:#fff;
  padding:10px;
  margin-top: 5px;
  /*margin-bottom: 20px;*/
}
.services-single-section .faq-area #choose span{
  color:#fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-box-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-box-1 {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .order-box-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-box-1 {
        -ms-flex-order: 1;
        order: 1;
    }
}
/*service page*/

/*about page*/
.ptb-50{
  padding-top:20px;
  padding-bottom:20px;
}
.doctor-area img{
  box-shadow: 0px 5px 5px #c4c1c1;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom:20px;
}
.doctor-area .doctor h6{
   font-weight: 600;
   font-size: 25px;
   color: #000;
}
.doctor-area .doctor .doc-title{
   font-weight: 600;
   font-size: 15px;
   color: #1fb99f;
}
.doctor-contact-table{
  margin-top:10px;
}
.doctor-contact-table .head{
  font-weight:bold;
  padding-top: 10px;
}
.doctor-contact-table a{
  color:#000;
}
.doctor-experience-table td {
    padding-bottom: 20px;
}
.doctor-contact-table tr:last-child, .doctor-experience-table tr:last-child {
    padding-top:10px;
}
.doctor-contact-table td:last-child, .doctor-experience-table td:last-child {
    padding-left: 30px;
    padding-top:10px;
}

.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.featured-icon-box .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box .featured-icon i{
    font-size:45px;
    text-align:center;
    color: #2badaa;
}
.featured-icon-box .featured-title h3{
  color:#000;
}
.featured-icon-box.icon-align-before-title .featured-content {
    margin-top: 15px;
}

/*about page*/

/*gallery */
.gallery-section .project-block{
  padding:0 8px;
}
.gallery-section .button-box{
  position:relative;
  text-align:center;
  margin-top:20px;
}
.project-block{
  position:relative;
  margin-bottom:16px;
}
.project-block .inner-box{
  position:relative;
}
.project-block .image{
  position:relative;
}
.project-block .image img{
  position:relative;
  width:100%;
  display:block;
}
.project-block .image .overlay-box{
  position:absolute;
  left:20px;
  bottom:20px;
  right:20px;
  top:20px;z-index:2;
  opacity:0;display:block;
  -webkit-transition:all 900ms ease;
  -ms-transition:all 900ms ease;
  -o-transition:all 900ms ease;
  transition:all 900ms ease;
}
.project-block .inner-box:hover .image .overlay-box {
    opacity: 1;
}
.project-block .image .overlay-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(34, 58, 102, .6);
}
.project-block .inner-box:hover .image .overlay-box:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.project-block .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
}
.project-block .image .overlay-box .overlay-content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.project-block .image .overlay-box .plus {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/*gallery*/

/*contact*/
.contact-page-section {
    position: relative;
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-page-section .pattern-layer{
  position:absolute;
  content:'';left:0;top:210px;
  right:0;bottom:0;
  width:224px;
  height:488px;
}
.contact-page-section .section-title h2{
  font-weight:bold;
  color:#4898c0;
}
.contact-page-section .info-column .inner-column{
  position:relative;
  padding-top:35px;
}
.contact-address{
  position:relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.contact-address a{
  color:rgba(34,34,34,.7);
}
.contact-address .inner{
  position:relative;
}
.contact-address .icon-box{
  position:relative;
  color:#1cba9f;
  font-size:40px;
  line-height:1em;
}
.contact-address .inner h4{
  position:relative;
  color:#222;font-size:22px;
  font-weight:700;line-height:1.4em;
  margin-top:18px;margin-bottom:10px;
}
.contact-address .text{
  position:relative;
  font-size:16px;line-height:1.7em;
  color:rgba(34,34,34,.7);
}
.contact-page-section .form-column .inner-column{
  position:relative;
  padding:55px 50px;
  background-color:rgba(34,58,102,.9);
}
.contact-page-section .title-box{
  position:relative;
  margin-bottom:35px;
}
.contact-page-section .title-box .title{
  position:relative;color:#fff;
  font-size:18px;font-weight:700;
  line-height:1.3em;
}
.contact-page-section .title-box h3{
  position:relative;color:#fff;
  font-size:36px;font-weight:700;
  line-height:1.3em;margin-top:3px;
}
/*contact*/