@media (min-width: 1400px) {
  #sp-header .container, #sp-header .container-lg, #sp-header .container-md, #sp-header .container-sm, #sp-header .container-xl, #sp-header .container-xxl {
    max-width: 1750px;
  }
}
.tp-home #sp-main-body {
  padding: 0;
}
#sp-top2 .btn {
  padding: 17px 11px;
  font-family: "Yantramanav",Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  border-width: 0;
  border-radius: 0;
  position: relative;
  background-color: #018184;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all .25s linear 0s;
  -khtml-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -ms-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  margin-top: 20px;
}
#sp-top2 .btn:hover{
  box-shadow: 7px 7px #00d4ff,-7px -7px #a2f2f2;
  cursor: pointer;
}
#sp-top2 .btn::before {
  position: absolute;
  content: "";
  border-top: 5px solid #54B5BA ;
  border-left: 5px solid #54B5BA ;
  border-right: 5px solid #54B5BA ;
  border-bottom: 5px solid #54B5BA ;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .5s;
}
#sp-top2 .btn:hover::before {
  border: 0;
}
#sp-top2 .btn span{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-right:10px;
}
#sp-top1 .sp-module-content .mod-languages ul.lang-inline li {
  background: none !important;
}
#sp-top1 .sp-module-content .mod-languages ul.lang-inline li a {
  line-height: 96px;
}
.sp-megamenu-parent > li > a {
	position: relative;
	text-decoration: none;
  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
  padding: 0;
}
.sp-megamenu-parent > li > a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all .35s linear 0s;
    display: inline-block;
    margin-right: 0;
    opacity: 0;
    transform: translateY(-3px);
    background-color: #018184;
}
.sp-megamenu-parent > li:hover > a::before {
    opacity: 1;
    margin-right: 15px;
  }
.sp-megamenu-parent > li > a::after {
    content: "" !important;
    width: 0;
    height: 1px;
    background-color: #018184;
    position: absolute;
    left: 0;
    bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
.sp-megamenu-parent >  li:hover > a::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}
.sp-megamenu-parent > li.active > a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all .35s linear 0s;
    display: inline-block;
    margin-right: 0;
    opacity: 0;
    transform: translateY(-3px);
    background-color: #018184;
	opacity: 1;
    margin-right: 15px;
}
.sp-megamenu-parent > li.active > a::after {
    content: "";
    height: 1px;
    background-color: #018184;
    position: absolute;
    left: 0;
    bottom: 20px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}

.sp-megamenu-parent::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #151b2b;
    position: absolute;
    bottom: 20px;
    left: 18px;
    opacity: .1;
}
.sp-megamenu-parent {
  float: none;
  width: 100%;
}
.sp-megamenu-wrapper {
  display: inherit !important;
  width: 100%;
}
.sp-megamenu-parent > li {
  margin: 0 18px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0px 5px 60px 0 rgba(40,40,40,.12);
  padding: 0;
  border-bottom: 3px solid #018184;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #151b2b;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 1px 30px 0;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  line-height: 43px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a , .sp-megamenu-parent .sp-dropdown li.active a{
	 background-color: #018184;
}


#sp-slide .tp-bullets.simplebullets.round .bullet{
	height: 20px;
	width: 20px;
	background: none;
	margin: 0 5px;
	padding: 10px 0 !important;
	font-size: 0;
	position: relative;
	-webkit-transition: all .3s linear;
  -khtml-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#sp-slide .tp-bullets.simplebullets.round .bullet::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  -khtml-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#sp-slide  .tp-bullets.simplebullets.round .bullet:hover, #sp-slide  .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, #sp-slide .tp-bullets.simplebullets.navbar .bullet.selected{
	width: 86px;
}
#sp-slide .tp-bullets.simplebullets.round .bullet.selected::after  , #sp-slide .tp-bullets.simplebullets.round .bullet:hover::after {
  background: #018184;
}
#sp-bottom .sp-module ul > li > a::after{
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: all .35s;
}
#sp-bottom .sp-module ul > li > a:hover::after {
  width: 100%;
}
#sp-service.service {
	padding:113px 0 266px;
	background:#f3f3f4;
}
#sp-service.service h3.module-title {
	text-align:center;
	margin-bottom:50px;
}
#sp-service.service h3.module-title .title-left {
	font-size: 32px;
	color:#4e5362;
	position: relative;
	margin-left: 23px;
}
#sp-service.service h3.module-title .title-left::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}
#sp-service.service h3.module-title .title-left::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
#sp-service.service h3.module-title .title-right {
	display:block;
	font-size: 52px;
  font-weight: 500;
  line-height: 62px;
  color:#151b2b;
}
#sp-service.service .cover-slide-trip {
	margin-top: 43px;
}
#sp-service.service .bt-cs .bt-center {
  text-align: left;
}
.item-category a {
	color:#4e5362;
}
.pxl-divider-service {
  max-width: 306px;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 22px;
  position: relative;
  background-color: unset;
}
.pxl-divider-service::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(21,27,43,.1);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pxl-divider-service::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #151b2b;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -khtml-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}
.bt-cs .bt-row:hover .pxl-divider-service::after {
  opacity: 1;
  width: 100%;
}
#sp-service.service .item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 33px;
  text-decoration: none;
}
#sp-service.service .item-title  a {
	color: #151b2b;
	display: block;
	font-family: 'Yantramanav', sans-serif;
}
#sp-service.service .bt-cs .bt-row .all-info-trip .images-hover {
	opacity: 0;
}
#sp-service.service .bt-cs .bt-row:hover .all-info-trip .images-hover {
	opacity: 1;
}
#sp-service.service .bt-cs .bt-row:hover .all-info-trip .images-normal {
	display:none;
}
#sp-partner {
	padding-bottom:50px;
}
#sp-partner .eds-on-scroll {
  overflow: inherit !important;
}
#sp-partner img{
  display: inline-block;
  max-height: 68px;
  width: auto !important;
  opacity: .6;
  filter: grayscale(1);
  -webkit-transition: all .3s linear 0s;
  -khtml-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
#sp-partner img:hover  {
  opacity: 1;
  filter: grayscale(0);
}
.tp-home #sp-partner  .sp-module-content {
	 margin-top: -150px;
}
#sp-partner  .sp-module-content {
  background-image: url("../images/bgsmall-aboutus-1-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 50px 50px 0px rgba(0,0,0,.05);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 79px 50px 80px;
  border-radius: 15px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  z-index: 99;
 
  text-align: center;
}
.pxl-text-editor {
  text-align: center;
  color: #151b2b;
  font-family: "Yantramanav",Sans-serif;
  font-size: 32px;

  line-height: 26px;
  margin-bottom: 50px;
}
.pxl-text-editor .color-primary {
  color: #018184;
}
#sp-about h3.module-title {
	margin-bottom:20px;
}
#sp-about  h3.module-title .title-left {
	font-size: 32px;
	color:#4e5362;
	position: relative;
	margin-left: 23px;
	margin-bottom: 15px;
    display: inline-block;
}
#sp-about h3.module-title .title-left::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}
#sp-about h3.module-title .title-left::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
#sp-about h3.module-title .title-right {
	display:block;
	font-size: 52px;
  font-weight: 500;
  line-height: 62px;
  color:#151b2b;
}
#sp-about .heading-description {
	margin-bottom:20px;
}
#sp-about .nav-tabs {
	border: none;
}
#sp-about .nav-tabs li {
  cursor: pointer;
  width: 45%;
  margin-right: 30px;
  
}
#sp-about .nav-tabs li a::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #018184;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform .5s ease;
  transform-origin: center;
  border-radius: 10px;
}
#sp-about .nav-tabs li a.active::after {
  transform: scaleX(1);
}
#sp-about .nav-tabs .nav-link{
  font-family: "Yantramanav",Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding: 0;
  color:#4e5362;
  border: none;
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 50px 50px 0px rgba(0,0,0,.05);
}
#sp-about-images  {
  position: relative;
}
#sp-about-images .box {
	left: 0;
	z-index: -1;
	position: absolute;
}
#sp-about {
	padding-bottom:60px;
}
#sp-feature {
	padding:40px 0;
}
#sp-feature #btcontentslider110 .bt_handles {
  top: inherit !important;
  right: 0 !important;
  bottom: -50px;
  left: 0 !important;
  margin: 0 auto !important;
  width: 100%;
  text-align: center;
}
#sp-feature .bt-cs .bt_handles li {
  float: none;
  margin: 0 1px !important;
  list-style: none;
  padding: 0px !important;
  background: none !important;
  display: inline-block;
}
#sp-feature  .project-feature {
	padding: 50px 35px 41px 29px;
  border-radius: 10px;
  border: 1px solid rgba(21,27,43,.1);
  transition: all .3s ease 0s;
}
#sp-feature  .project-feature:hover {
  border-radius: 10px;
  background: #018184;
  border: none;
}
#sp-feature  .project-feature .title a{
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #061538;
  margin-bottom: 0;
  margin-top: 41px;
  display: block;
}
#sp-feature  .project-feature:hover a{
  color: #fff;
} 
#sp-feature .bt_handles li a{
	height: 20px;
	width: 20px;
	background: none;
	margin: 0 5px;
	padding: 10px 0 !important;
	font-size: 0;
	position: relative;
	-webkit-transition: all .3s linear;
  -khtml-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#sp-feature .bt_handles li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #151b2b;
  -webkit-transition: all .3s linear;
  -khtml-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#sp-feature  .bt_handles li.current a , #sp-feature .bt_handles li a:hover{
	width: 86px;
}
#sp-feature  .bt_handles li.current a::after  , #sp-feature .bt_handles li a:hover::after {
  background: #018184;
}
section#sp-portfolio {
	background: #f2f2f2;
  padding: 120px 0 ;
}
.sp-page-title .breadcrumb .divider {
  margin-right: 10px;
}
#sp-portfolio #btcontentslider112 .bt_handles {
  top: inherit !important;
  right: 0 !important;
  bottom: -50px;
  left: 0 !important;
  margin: 0 auto !important;
  width: 100%;
  text-align: center;
}
#sp-portfolio .bt-cs .bt_handles li {
  float: none;
  margin: 0 1px !important;
  list-style: none;
  padding: 0px !important;
  background: none !important;
  display: inline-block;
}
#sp-portfolio .bt_handles li a{
	height: 20px;
	width: 20px;
	background: none;
	margin: 0 5px;
	padding: 10px 0 !important;
	font-size: 0;
	position: relative;
	-webkit-transition: all .3s linear;
  -khtml-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#sp-portfolio .bt_handles li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #151b2b;
  -webkit-transition: all .3s linear;
  -khtml-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#sp-portfolio .bt_handles li.current a , #sp-portfolio .bt_handles li a:hover{
	width: 86px;
}
#sp-portfolio  .bt_handles li.current a::after  , #sp-portfolio .bt_handles li a:hover::after {
  background: #018184;
}
#sp-portfolio .box-left {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #FFFFFF33;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0 115px 0 15px;
  text-align: right;
  color: #000;
}
#sp-portfolio .box-left img {

  margin-bottom:30px;
}
#sp-portfolio .custom {
	margin-bottom:50px;
}
#sp-portfolio .box-right {
  margin: 0 0 0 107px;
  padding: 0 15px;
  color: #000;
}
#sp-portfolio .subtitle-text {
  position: relative;
}
#sp-portfolio .subtitle-text::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}
#sp-portfolio .subtitle-text::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
#sp-portfolio .heading-title {
  color: #000;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}
#sp-portfolio .cover-slide-trip {
	position: relative;
}
#sp-portfolio .cover-slide-trip::before {
  position: absolute;
  content: "";
  width: 119px;
  height: 29px;
  clip-path: polygon(50% 0%,0% 100%,100% 100%);
  background-color: #fff;
  top: -28px;
  right: 0;
}
#sp-portfolio  .post-boder-content {
  padding: 43px 29px 40px;
  position: relative;
}
#sp-portfolio .post-boder-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50px;
  right: 0;
  box-shadow: 0px 50px 50px rgba(0,0,0,.05);
  z-index: -1;
}
#sp-portfolio .post-boder-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0,100% 85%,0 100%,0 0);
  -webkit-clip-path: polygon(100% 0,100% 85%,0 100%,0 0);
  background-color: #fff;
  z-index: -1;
}
#sp-portfolio .slides_container , #sp-portfolio .bt-cs .bt-row , #sp-portfolio .eds-on-scroll , #sp-portfolio .bt-cs{
  overflow: inherit !important;
}
#sp-portfolio .bt-cs .bt-center {
  overflow: hidden;
}
#sp-portfolio  a.bt-image-link img {
  -webkit-transition: all .3s ease-out 0s;
  -khtml-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
#sp-portfolio .bt-cs .bt-center:hover a img {
  transform: scale(1.1);
}
#sp-portfolio .item-title a{
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  position: relative;
  margin-top: 12px;
  color:#151b2b;
  
}
#sp-portfolio .item-title a::after{
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: all .35s;
}
#sp-portfolio .item-title a:hover::after {
  width: 100%;
}
#sp-portfolio .item-title:hover a {
  color:#151b2b;
}
#sp-portfolio .readmore {
  position: absolute;
  bottom: 0;
  right: 29px;
}
#sp-portfolio .readmore a.btn-main {
  background-color: #151b2b;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 40px;
}
#sp-portfolio .readmore a.btn-main:hover {
	background-color: #018184;
}
section#sp-working {
	background-image: url("../images/BG-small2-home1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 113px 0 0;
}
#sp-working .box-left {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #FFFFFF33;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0 115px 0 15px;
  text-align: right;
  color:#fff;
}
#sp-working .box-left img {
  width: 40px;
  margin-bottom:30px;
}
#sp-working .box-top {
	margin-bottom: 162px;
}
#sp-working .box-right {
  margin: 0 0 0 107px;
  padding: 0 15px;
  color:#fff;
}
#sp-working .subtitle-text {
  position: relative;
}
#sp-working .subtitle-text::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}
#sp-working .subtitle-text::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
#sp-working .heading-title {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}
#sp-working .item-wrap  {
	position: relative;
	padding: 30px;
}
#sp-working .item-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 178px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color:#018184;
  transition: all .3s ease 0s;
  width: 20px;
  height: 20px;
  z-index: 2;
}
 .item-wrap:hover::after {
  animation: pulse-current .8s ease-out infinite;
}
#sp-working .item-wrap .item-inner {
  text-align: center;
  
}
#sp-working .item-wrap .box-content .box-step {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #018184;
}
#sp-working .item-wrap .box-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 17px;
  position: relative;
  color: #151b2b;
}
#sp-working .item-description {
  margin-top: 78px;
  position: relative;
}
#sp-working  .box-bottom {
	position: relative;
}
#sp-working  .box-bottom::after {
  content: "";
  position: absolute;
  height: 2px;
  left: -100%;
  right: -100%;
  border-top: 1px solid #d8d8d8;
  top: 178px;
  z-index: 1;
}
section#sp-newsletter {
	padding:60px 0;
}
#sp-newsletter .sp-module-content {
	background-image: url("../images/bg-small-service-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 110px 80px 108px;
  border-radius: 30px;
}
#sp-newsletter .heading-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 62px;
  color: #151b2b;
}
.pxl-double-square {
  position: relative;
  width: 30px;
  height: 30px;
}
.pxl-double-square::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #151b2b;
}
.pxl-double-square::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #018184;
}
.pxl-fancy-box.layout-3 .box-inner {
  transition: all .3s linear 0s;
  position: relative;
  display: flex;
}
.pxl-fancy-box.layout-3 .box-icon {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  position: relative;
  top: 0;
}
.pxl-fancy-box .box-icon i {
  font-size: 24px;
  margin: 0 17px 0 0;
  color: #018184;
  transition: all .3s linear 0s;
}
.pxl-fancy-box.layout-3 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pxl-fancy-box.layout-3 {
	padding-left: 70px;
    padding-top: 5px;
}
.pxl-fancy-box.layout-3 .box-content .box-title a {
  color: #151b2b;
}
.pxl-fancy-box.layout-3 .box-content .box-title a:hover {
   color: #018184;
}
#sp-newsletter .btn-gradient {
  background: #151b2b;
  width: 100%;
  margin-top: 30px;
  border-radius: 30px;
  font-weight: bold;
  padding: 15px 30px;
  color: #fff;
}
#sp-newsletter .btn-gradient:hover {
  background: #018184;
  color: #151b2b;
}
.sp-page-title {
  background:#e7eaf3 url(../images/hero2-main-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.heading1 span.span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color:  #018184;
  margin-bottom: 16px;
}
.heading1 h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color:  #151b2b;
}
.solution .images img {
  width: 100%;
}
.solution .item-box {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.solution .item-box .icon {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background-color: #E7EBF7;
  transition: all 0.4s;
}
.solution .item-box .item-box-text {
  width: 80%;
}
.heading1 h3 a {
  color: #151b2b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.theme-btn1:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: #151b2b;
}
.theme-btn1 {
  display: inline-block;
  background-color: #018184;
  border-radius: 7px;
  padding: 16px 20px;
  color: #fff;
  font-weight:bold;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border: none;
}
.theme-btn1 span {
  display: inline-block;
  padding-left: 4px;
}
.theme-btn1::after {
  content: "";
  position: absolute;
  background-image: url(../images/button-img.png);
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  transition: all 0.4s;
  animation-name: shape-animaiton4;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
#sp-counter {
	padding:40px 0;
}
#sp-counter .jmm-counter-in {
  margin: 30px;
}
#sp-counter .jmm-counter.default .jmm-item {
  margin: 0 -11px;
  padding: 100px 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #151B2B1A;
  border-radius: 50%;
}
#sp-counter .jmm-counter.default .item-4 .jm-count {
  color: #018184;
}
.jmm-counter.default .jm-count {
  font-weight: bold;
}
.service h3.module-title {
	text-align:center;
	margin-bottom:50px;
}
.service h3.module-title .title-left {
	font-size: 32px;
	color:#4e5362;
	position: relative;
	margin-left: 23px;
}
.service h3.module-title .title-left::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}
.service h3.module-title .title-left::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #018184;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
.service h3.module-title .title-right {
	display:block;
	font-size: 52px;
  font-weight: 500;
  line-height: 62px;
  color:#151b2b;
}
.service .cover-slide-trip {
	margin-top: 43px;
  text-align: center;
}
.service .pxl-divider-service {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.service .item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}
.service .item-title  a {
	color: #151b2b;
	display: block;
	font-family: 'Yantramanav', sans-serif;
}
.service .bt-cs .bt-row .all-info-trip .images-hover {
	opacity: 0;
}
.service .bt-cs .bt-row:hover .all-info-trip .images-hover {
	opacity: 1;
}
.service .bt-cs .bt-row:hover .all-info-trip .images-normal {
	display:none;
}
.new .cover-slide-trip {
	position: relative;
}
.new .cover-slide-trip::before {
  position: absolute;
  content: "";
  width: 119px;
  height: 29px;
  clip-path: polygon(50% 0%,0% 100%,100% 100%);
  background-color: #fff;
  top: -28px;
  right: 0;
}
.new .post-boder-content {
  padding: 43px 29px 40px;
  position: relative;
}
.new .post-boder-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50px;
  right: 0;
  box-shadow: 0px 50px 50px rgba(0,0,0,.05);
  z-index: -1;
}
.new .post-boder-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0,100% 85%,0 100%,0 0);
  -webkit-clip-path: polygon(100% 0,100% 85%,0 100%,0 0);
  background-color: #fff;
  z-index: -1;
}
.new .slides_container , .new.bt-cs .bt-row{
  overflow: inherit !important;
}
.new.bt-cs .bt-center {
  overflow: hidden;
}
.new  a.bt-image-link img {
  -webkit-transition: all .3s ease-out 0s;
  -khtml-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.new.bt-cs .bt-center:hover a img {
  transform: scale(1.1);
}
.new  a.bt-image-link::before {
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  visibility: visible;
}
.new  a.bt-image-link::after {
  background: rgba(255,255,255,.6);
  bottom: 0;
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  visibility: visible;
}
.new.bt-cs .bt-center:hover a.bt-image-link::before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 1;
  transition: .8s ease;
}
.new.bt-cs .bt-center:hover a.bt-image-link::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  z-index: 1;
  transition: .8s ease;
}
.new .item-title a{
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  position: relative;
  margin-top: 12px;
  color:#151b2b;
  
}
.new .item-title a::after{
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: all .35s;
}
.new .item-title a:hover::after {
  width: 100%;
}
.new .item-title:hover a {
  color:#151b2b;
}
.new .readmore {
  position: absolute;
  bottom: 0;
  right: 29px;
}
.new .readmore a.btn-main {
  background-color: #151b2b;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.new .readmore a.btn-main:hover {
	background-color: #018184;
}
.new.bt-cs .bt-row {
  padding: 0 0 80px;
}
.pxl-fancy-box.layout-1 .box-inner {
  transition: all .3s linear 0s;
  position: relative;
  padding: 50px 30px 30px 49px;
  margin-bottom: 60px;
}
.pxl-fancy-box.layout-1 .box-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50px;
  right: 0;
  box-shadow: 0px 50px 50px rgba(0,0,0,.05);
  z-index: -1;
}
.pxl-fancy-box.layout-1 .box-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0,100% 90%,0 100%,0 0);
  background-color: #fff;
  z-index: -1;
}
.pxl-fancy-box.layout-1 .box-icon {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all .3s ease-out 0s;
  margin-bottom: 23px;
}
.pxl-fancy-box.layout-1 .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.pxl-fancy-box.layout-1 .box-des-read {
  display: flex;
  justify-content: space-between;
}
.pxl-fancy-box.layout-1 .box-description {
  color: #151b2b;
  transition: all .3s linear 0s;
}
.pxl-fancy-box.layout-1 .box-des-read a {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: #151b2b;
  align-items: center;
  justify-content: center;
  transform: translateY(30px);
}
.pxl-fancy-box.layout-1 .box-des-read a .x-line {
  transition: all .3s ease-in-out 0s;
}
.pxl-fancy-box.layout-1 .box-des-read a .y-line {
  flex-direction: column;
  position: relative;
  left: -6px;
  transition: all .3s ease-in-out 0s;
}
.pxl-fancy-box.layout-1 .box-des-read a span::before, .pxl-fancy-box.layout-1 .box-des-read a span::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  transition: all .3s ease-in-out 0s;
}
.pxl-fancy-box.layout-1 .box-des-read a .y-line::before {
  width: 2px;
  height: 6px;
}
.pxl-fancy-box.layout-1 .box-des-read a .y-line::after {
  width: 2px;
  height: 6px;
}
.pxl-fancy-box.layout-1 .box-des-read a .x-line::before, .pxl-fancy-box.layout-1 .box-des-read a .x-line::after {
  width: 6px;
  height: 2px;
}
.pxl-fancy-box.layout-1 .box-des-read a span::before, .pxl-fancy-box.layout-1 .box-des-read a span::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  transition: all .3s ease-in-out 0s;
}
.pxl-fancy-box.layout-1 .box-des-read a .x-line::before, .pxl-fancy-box.layout-1 .box-des-read a .x-line::after {
  width: 6px;
  height: 2px;
}
.pxl-fancy-box.layout-1 .box-des-read a span {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 1px;
}
.pxl-fancy-box.layout-1 .box-des-read a:hover {
  background-color: #018184;
}
.pxl-fancy-box.layout-1 .box-des-read a:hover .x-line, .pxl-fancy-box.layout-1 .box-des-read a:hover .y-line {
  transform: rotate(180deg);
}
.pxl-fancy-box.layout-1 .box-inner:hover .box-icon {
  transform: translateY(-5px);
}
.pxl-fancy-box.layout-1 .box-icon i {
	font-size:70px;
}
.pxl-fancy-box.layout-1 .box-title a {
	color: #151b2b;
}
.contact-form .control-btn .btn-primary {
	padding: 22px 30px 22px 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  background-color: #151b2b;
  border-radius: 0;
  border: none;
  margin-top: 30px;
}
.contact-form .control-btn .btn-primary:hover {
	background-color: #018184;
}
.pxl-team-carousel.layout-2 .item-content {
  padding: 46px 30px 46px 48px;
  position: relative;
}
.pxl-team-carousel.layout-2 .item-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50px;
  right: 0;
  box-shadow: 0px 50px 50px rgba(0,0,0,.05);
  z-index: -1;
}
.pxl-team-carousel.layout-2 .item-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0,100% 85%,0 100%,0 0);
  -webkit-clip-path: polygon(100% 0,100% 85%,0 100%,0 0);
  background-color: #fff;
  z-index: -1;
  opacity: 1;
}
.pxl-team-carousel.layout-2 .item-content .item-title a{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
  color: #151b2b;
}
.pxl-team-carousel.layout-2 .item-content .item-position {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  margin-left: 19px;
}
.pxl-team-carousel.layout-2 .item-content .item-position::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background-color:#018184;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
}
.pxl-team-carousel.layout-2 .item-content .item-position::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #018184;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.pxl-team-carousel.layout-2 .item-content .item-position {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  margin-left: 19px;
}
.pxl-team-carousel.layout-2 .item-content .pxl-list-content {
  position: absolute;
  right: 30px;
  width: 80px;
  height: 80px;
  bottom: 0;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  transition-duration: .3s;
  transition-property: transform;
  transition: all .3s ease 0s;
}
.pxl-team-carousel.layout-2 .item-content .pxl-list-content a {
  width: 80px;
  height: 80px;
  background-color: #000;
  position: absolute;
  transition: all .3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-team-carousel.layout-2 .item-content .pxl-list-content a i {
  font-size: 41px;
  color: #fff;
}
.pxl-team-carousel.layout-2 .item-content .pxl-list-content:hover a {
  background-color: #018184;
}
.pxl-team-carousel.layout-2 .item-content .pxl-list-content:hover {
  transform: translateX(5px);
}
.pxl-team-carousel.layout-2 .item-inner {
	margin-bottom:40px;
}
.pxl-team-carousel.layout-2 .image-wrap {
  position: relative;
  overflow: hidden;
}
.pxl-team-carousel.layout-2 .image-wrap::before {
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
}
.pxl-team-carousel.layout-2 .image-wrap::after {
  background: rgba(255,255,255,.6);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
}
.pxl-team-carousel.layout-2 .image-wrap:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  transition: .8s ease;
  transform: translateX(-100%);
  z-index: 1;
}
.pxl-team-carousel.layout-2 .image-wrap:hover::after {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  transition: .8s ease;
  transform: translateX(100%);
  z-index: 1;
}
.scale-hover-x img {
  -webkit-transition: all .4s;
  -khtml-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(1.03) translateX(-3px);
  transform: scale(1.03) translateX(-3px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scale-hover-x:hover img {
  -webkit-transform: scale(1.03) translateX(3px);
  transform: scale(1.03) translateX(3px);
}
#sp-bottom4 {
  background-color: #151b2b;
  color: #fff;
  text-align: center;
}
.sp-module-content-top  {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #sp-header.header-sticky {
  position: inherit;
}
	.sp-module-content .mod-languages ul.lang-inline li {
	  margin: 0;
	}
	#sp-portfolio .box-left , #sp-working .box-left{
	  padding: 0 15px 0 15px;
	  text-align: center;
	}
	#sp-portfolio .box-right , #sp-working .box-right{
	  margin: 0;
	  text-align: center;
	}
	#sp-newsletter .sp-module-content {
	  padding: 0;
	}
	#sp-footer, #sp-bottom {
	  text-align: center;
	}
  #sp-service.service .bt-cs .bt-center {
    text-align: center;
  }
  #sp-about .nav-tabs li {
    width: 40%;
  }
  #sp-feature {
    text-align: center;
  }
  section#sp-working {
    padding: 20px 0 0;
    background: #151b2b;
  }
  #sp-working .box-top {
    margin-bottom: 0;
  }
  #sp-working .item-wrap .box-title {
    color: #fff;
  }
  #sp-working .item-description {
    margin-top: 0;
    position: relative;
  }
  #sp-working .box-bottom::after {
  content: none;
}
#sp-newsletter .heading-title {
  font-size: 32px;

}
.sp-page-title {
  padding: 20px 0;
}
.sp-module-content-bottom {
  padding: 20px 0;
}
#sp-header {
		height: auto;
		.logo {
			height: 90px;
		}
	}

	#sp-header .logo-image {
		height: 90px;
	}
}