@charset "utf-8";
/* CSS Document */ 

/***************start resource section**************/

.home-content-wrap {
  padding: 50px 0;
}
.gray {
  background: #e8e8e8;
}
.title {
  margin-bottom: 20px;
}
.block-image img {
  width: 100px!important;
  margin: auto;
}
.block-title {
  margin-top: 20px;
}
.resource-planning-wrap .owl-dots {
  display: none;
}
.owl-nav button {
  position: absolute;
  top: -25%;
  font-size: 150px!important;
  color: #a9a9a9!important;
  font-weight: 100!important;
}
.owl-nav button.owl-prev {
  left: -4%;
}
.owl-nav button.owl-next {
  right: -4%;
}
/***************end resource section**************/
/***************start ROI section**************/
.roi-wrap {
  background: url(../images/roi-background.jpg) repeat-y top center;
}
.roi-wrap .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.readmore a {
  background: #eb9728;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #eb9728;
}
.readmore a:hover {
  color: #eb9728;
}
/***************end ROI section**************/
/***************start about section**************/
.about-wrap{
  background: url(../images/bg.jpg) no-repeat center center;
}
@media only screen and (max-width : 980px) {
.about-wrap{
  background: url(../images/mobile-bg.jpg) no-repeat center center;
}
}
.separator {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  margin: 10px 0px 30px 0px;
}
.separator p {
  font-weight: 300;
  max-width: 770px;
  text-transform: initial;
}
.services-content-icon {
  max-width: 100px;
  height: 100px;
  margin: 16px 0 30px;
  transition: 0.3s linear;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 14px;
  font-size: 55px;
}
.services-content__title {
  font-weight: 400;
  margin-bottom: 12px;
  border-bottom: 1px solid transparent;
  transition: 0.25s ease-out;
  color: #eb9728;
  letter-spacing: 0px;
}
.services-content__title a{
  color: #eb9728;
}

.services-content__desc {
  max-width: 558px;
  color: #fff;
}
.about-services-block:hover .services-content__title {
  border-color: #eb9728;
  font-weight: 400;
  
}
.about-services-block {
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.5);
}
.color-1 {
  background: #df31c9;
}
.color-2 {
  background: #0092f9;
}
.color-3 {
  background: #ffc107;
}
.color-4 {
  background: #d8823e;
}
/***************end about section**************/
/***************start why section**************/
.why-wrap {
  background: #f6f6f6;
}
.why-wrap .row {
  display: flex;
  justify-content: center;
  align-items: end;
}
.why-list {
  margin: 0;
  padding: 0 18px;
}
.why-list li {
  line-height: 2;
}
/***************end why section**************/
/***************start expertise section**************/
.tab-content-wrap {
  padding: 20px;
}
.expertise-content-wrap .col-md-3 {
  margin-bottom: 15px;
}
.expertise-content-wrap img {
  margin: auto;
}
.expertise-content-wrap p {
  height: 45px;
  line-height: 1.5;
}
.expertise-item {
  position: relative;
}
.expertise-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  transform: translate3d(150%, -50%, 0);
  transition: all .25s ease;
  visibility: hidden;
  opacity: 0;
}
.expertise-item:before {
  left: calc(100% - 50px);
  transform: translate3d(150%, 50%, 150%);
}
.expertise-item.active:before {
  transform: translate3d(0, -50%, 0);
  visibility: visible;
  opacity: 1;
  border-color: transparent transparent transparent #FAA519;
  left: 96%;
  border-width: 11px 0 11px 14px;
}
.expertise-item.active a {
  color: #000;
}
.expertise-item a {
  background: transparent;
  position: relative;
  padding: 15px 30px 15px 0px!important;
  margin: 0;
  color: #4e4e4e;
  border-bottom: 2px solid #a9a9a9;
}
.nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
  color: #000;
}
/***************end expertise section**************/
/***************start counter section**************/
.counter-wrap .counter-block-wrap {
  padding: 50px;
}
.counter-wrap .counter-block1 {
  background: #d2d2d2;
}
.counter-wrap .counter-block2 {
  background: #c1c1c1;
}
.counter-wrap .counter-block3 {
  background: #afafaf;
}
.counter-wrap .counter-block4 {
  background: #989797;
}
/***************end counter section**************/
/***************start testimonial section**************/
.testimonial-wrap {
  background: url(../images/testimonial-background.jpg) repeat-y top center;
}
.testimonial-wrap .owl-stage .item .review-content-wrap .review-brief {
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 35px;
}
.testimonial-wrap .owl-stage .item {
  margin: 10px;
}
.review-img img, .testimonial-image img {
  border-radius: 50px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #F7C21F, #E57025);
  padding: 3px;
}
.testimonial-wrap .owl-stage .item .review-content-wrap .review-brief:before {
  content: '';
  bottom: -20px;
  top: auto;
  border-color: #fff transparent transparent #fff;
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
}
.testimonial-list-wrap {
  background: #eee;
  padding: 15px;
  border: 1px solid #ddd;
  margin: 15px 0;
  min-height: 285px;
}
.reviewImage {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 9px;
}
.testimonial-wrap .owl-nav {
  display: none;
}
.testimonial-wrap .owl-carousel .owl-nav {
  display: none;
}
.testimonial-wrap .owl-carousel .owl-dots {
  display: inherit;
  text-align: center;
}
.testimonial-wrap .owl-carousel .owl-dot.active, .testimonial-wrap .owl-carousel .owl-dot {
  width: 50px;
  height: 10px;
  border-radius: 11px;
  margin: 20px 5px 0;
}
.testimonial-wrap .owl-carousel .owl-dot {
  background: #cbbded!important;
}
.testimonial-wrap .owl-carousel .owl-dot.active {
  background: #000 !important;
}
.arrow_btn, .yellow_btn {
  border-radius: 4px;
  background: transparent;
  border: none;
  color: #eb9728;
  text-align: center;
  font-size: 32px;
  max-width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 0 auto;
  justify-content: center;
  cursor: pointer;
  position: relative;
  outline: 0px !important;
}



.arrow_btn:after, .yellow_btn:after {
  content: '→';
  position: absolute;
  opacity: 0;
  top: 5px;
  right: -4px;
  transition: 0.5s;
}
.testimonial-arrow-btn:after{
  content: "";
}
.arrow_btn:hover, .yellow_btn:hover {
  padding-right: 24px;
  padding-left: 8px;
}
.arrow_btn:hover:after, .yellow_btn:hover:after {
  opacity: 1;
  right: 43px;
}
.arrow_btn span {
  font-size: 20px;
  color: #eb9728;
}
.yellow_btn span {
  color: #eb9728;
  font-size: 20px;
}
.yellow_btn:after {
  color: #eb9728;
}
.testimonial-arrow-btn{
    
    text-align: right;
}
.testimonial-arrow-btn a{
 color: #eb9728;
    margin-top: 30px;
    display: block;
    margin-right: 5px;
    font-size: 18px;
}
.testimonial-arrow-btn a:hover{color: #000;}
.float-rights{float: right;}
/***************end testimonial section**************/
/***************start client section**************/
.client-img {
  margin-bottom: 30px;
}
.client-img img {
  margin: auto;
}
/***************end client section**************/
/***************start footer section**************/
.footer-section-wrap {
  background: #222;
  padding-bottom: 30px;
}
ul.site-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.site-info li {
  line-height: 2.3
}
ul.site-info li a {
  color: #fff;
}
ul.site-info li:before {
  left: 0;
  top: 7px;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 7px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.site-info li:hover:before {
  background: #fff
}
.copyright-wrap {
  border-top: 2px solid #c7c7c7;
  margin-top: 20px;
  padding-top: 20px;
}
/***************end footer section**************/
/***************start innerpage section**************/
.innerpage-wrapper {
  padding: 50px 0;
}
h3.innerpage-title span {
  border-top: 3px solid #eb9728;
  border-bottom: 3px solid #eb9728;
}
.innerpage-wrapper h3, .breadcrumbs {
  text-align: center;
  margin-bottom: 20px;
}
.innerpage-wrapper p span {
}
.breadcrumbs {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px
}
.breadcrumbs a {
  position: relative;
  color: #eb9728;
  text-decoration: none;
}
.breadcrumbs a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 15px;
  height: 1px;
  background: #fff;
  transition: all .4s ease-in-out;
}
.breadcrumbs a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs a:hover:before {
  width: 100%
}
.innerpage-about-services-block {
  height: auto;
}
.left-image {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
  max-width: 100%;
}
.right-image {
  float: right;
  margin-left: 20px;
  margin-top: 7px;
  max-width: 100%;
}
.innerpage-ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.innerpage-ul li {
  list-style: none;
  margin: 0;
  position: relative;
  line-height: 2.5;
}
.innerpage-ul li a {
  color: #000;
}
.innerpage-ul li a:before {
  position: absolute;
  content: "";
  left: -19px;
  top: 19px;
  height: 1px;
  width: 8px;
  background: #000;
}
.innerpage-ul a:hover:before {
  left: -14px;
  transition-duration: 0.2s;
}
.product-wrap {
  margin-bottom: 30px;
}
.innerpage-roi-wrap, .innerpage-feature-wrap {
  padding: 15px;
  margin-bottom: 30px;
}
.innerpage-feature-wrap img {
  width: 70px;
}
.module-wrap, .module-key-wrap {
/*padding: 20px;
    padding-bottom: 20px;
    margin: 15px 0;
    text-align: justify;
    border-radius: 10px;
    position: relative;*/
}
.module-key-feature-ul {
  columns: 2;
  line-height: 2;
  margin: 0;
  padding: 0 0 0 23px;
}
.module-wrap img, .module-key-wrap img {
  /**height: 120px;**/
  margin: 0 auto 15px;
}
.module-number {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0;
  width: 57px;
  /* height: 50px; */
  text-align: center;
  padding: 15px;
}
.bg-color1 {
  background: #09689B;
}
.bg-color2 {
  background: #4FA7DD;
}
.bg-color3 {
  background: #FCAF20;
}
.bg-color4 {
  background: #B42755;
}
.bg-color5 {
  background: #EE223F;
}
.bg-color6 {
  background: #1CA88D;
}
.bg-color7 {
  background: #B1499B;
}
.bg-color8 {
  background: #ED1A5E;
}
.bg-color9 {
  background: #FBAE4F;
}
.bg-color10 {
  background: #60B457;
}
.module-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*height: 325px;
    overflow-y: scroll;*/
  columns: 2;
}
.module-ul li {
  line-height: 2.5;
  background: url(../images/tick.png) no-repeat 0px 14px;
  padding: 0 0 0 25px;
}
.review-content-wrap .height-fix .more {
  display: none;
}
.review-content-wrap .height-fix .myBtn {
  color: #eb9728;
  cursor: pointer;
}
.review-content-wrap .height-fix .myBtn:hover {
  color: #000;
}
.review-content-wrap .height-fix .myBtn:before {
  content: 'Read More +';
}
.review-content-wrap .height-fix.active .dots {
  display: none;
}
.review-content-wrap .height-fix.active .more {
  display: block;
}
.review-content-wrap .height-fix.active .myBtn:before {
  content: 'Read Less -';
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 1;
  background-color: #eb9728;
  border-color: #eb9728;
}
.pagination>li>a, .pagination>li>span {
  color: #eb9728;
}
.innerpage-testimonial-wrap {
  padding: 20px;
}
.testimonial-image img {
  border-radius: 0;
}
.button-winona {
  overflow: hidden;
  position: relative;
  padding: 20px 55px;
  background: #eb9728;
  border: 2px solid #eb9728;
  color: #fff;
}
.content-original, .content-dubbed {
  transition: transform .3s, opacity .3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.content-dubbed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translate3d(0, 20%, 0);
  pointer-events: none;
}
.button-winona:hover .content-original {
  opacity: 0;
  transform: translate3d(0, -50%, 0);
}
.button-winona:hover .content-dubbed {
  opacity: 1;
  transform: none;
}
.top-banner-wrap {
  background: url(../images/top-banner.jpg) fixed;
  padding: 20px 0;
}
.virtual-tour {
  background: #ddd;
}
.top-banner-wrap .row {
  display: flex;
  align-items: center;
}
/***************end innerpage section**************/

/*********start gallery******/

/*******end gallery******/
/****start contact****/
.form-group input, .form-group textarea, .form-group select {
  border: 1px solid #666;
  padding: 20px;
  border-radius: 0;
  height: auto;
}
.form-group .button {
  padding: 15px 30px;
}
.modal-body .form-group input, .modal-body .form-group textarea, .modal-body .form-group select {
  padding: 10px 15px;
}
/*********end contact*********/

.tooltip {
  position: relative;
  display: inline-block;
  color: #006080;
  opacity: 1;
  z-index: 1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip:hover .tooltiptext2 {
  visibility: visible;
}
.tooltip-bottom {
  top: 108%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
/******enquiry****/
.right-fix-link {
  width: 60px;
  margin: 0;
  color: #444;
  border-left-width: 0;
  position: fixed;
  top: calc(50% - 76px);
  right: 0px;
  z-index: 295;
}
.right-fix-link ul {
  margin: 0;
  padding: 0;
}
.right-fix-link ul li {
  list-style: none;
  text-align: center;
}
.right-fix-link ul li a {
/*background: #eb9728;
  display: block;
  padding: 10px;
  color: #000;
  border: 1px solid #000;
  border-right: 0;
  border-radius: 10px 0 0 10px;*/
}
.right-fix-link ul li a:hover {
/* background: #fff;
  color: #000;*/
}
/**implemention***/
.imp-tab-nav {
  display: flex;
  justify-content: center;
}
.imp-tab-nav>li>a {
  padding: 15px 15px;
  background: #eee;
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
}
.imp-tab-nav>li>a:hover, .imp-tab-nav>li.active>a {
  background: #eb9728;
  color: #fff;
}
.imp-tab .tab-content-wrap {
  background: #eee;
}
.imp-tab .ul {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 2;
}
/****implemention***/
.virtual-wrap {
  display: flex;
  align-items: center;
}
.virtual-wrap .content-right {
  position: relative;
  left: 50%;
}
.virtual-wrap .content-left {
  position: relative;
  right: 50%;
}
 @media only screen and (max-width:990px) {
.virtual-wrap {
  display: block;
}
.virtual-wrap .content-right {
  left: 0;
}
.virtual-wrap .content-left {
  right: 0;
}
}

.social-media-links a{
        width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 20px;
}
.social-media-links a:hover{
  color: #fff;
  }
.social-media-links a.facebook:hover{
  background: #3E5D99;
}
.social-media-links a.youtube:hover{
  background:#FF0000 ;
}
.social-media-links a.instagram:hover{
  background-image: linear-gradient(to bottom right, #EE0108, #F7D35F);
}

/****blog****/
.post-img-wrapper{
  position: relative;
}
.overlay-color {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}
.post-box:hover .post-img-wrapper .overlay-color{
  opacity: .65;
  background: #121212;
  z-index: 1;
}

.post-img-wrapper .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    z-index: 1;
    width: 4rem;
    height: 3rem;
    background-color: rgba(254, 156, 19, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}

.post-box:hover .post-img-wrapper .icon {
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.post-box{margin-bottom: 30px;}
