
body
{
font-family: 'Montserrat', sans-serif !important;
padding:0px;
}


.header-logo {
    width: 150px;
    margin-top: 10px;
    cursor: pointer;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*navv*/



.logo-brand
{
width:150px;
}

.call-back-font
{
font-size: 4.75rem;
}

.footer-bottom-icon
{
width: 70px;
    height: 70px;
    background: #fff;
    
}

.owl-theme .owl-nav {
    margin-top: 0px!important;
}




/*service tab*/

.service-tabs
{
background:#f8f8f8;
}

.service-tab h3
{
font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 30px;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #5b92bc !important;
    border-color: transparent transparent #f3f3f3;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #5b92bc ;
    color: #000;
}

.nav-item {
    border-radius: 0 !important;
}

.nav-item:last-child {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.nav-item:first-child {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
}

.nav-tabs .nav-link.active{
   background-color: #5b92bc !important; 
}



/*service tab*/

/*=============================================
=               28. Tabs Css                =
=============================================*/
.widget-contact p span {
    display: table-cell;
}


.single-popup-wrap
{

background: #fff;
    border-radius: 6px;
        padding: 40px 5px 20px 40px;
    -webkit-box-shadow: 0px 3px 8px 2px rgba(236,234,232,0.79);
    box-shadow: 0px 3px 8px 2px rgba(236,234,232,0.79);
}

.single_wrap1
{
min-height: 330px;
}

.single_wrap2
{
min-height: 356px;
}

.single_wrap3 {
    min-height: 360px;
}


.img-border-radius{
	border-radius: 6px;
}



.section-space--mt_40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.tab-content-inner .text {
    font-size: 18px;
    /* font-size: 18px; */
}
.section-space--mb_40 {
    margin-bottom: 40px;
}
.check-list .list-item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}
.check-list .list-item::before {
    color: #086AD8;
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.tax-check-list .tax-check-list-item
{
position: relative;
  /*  padding-left: 32px;*/
    margin-bottom: 10px;
}


.tax-text-gap
{
/*margin-left:30px;*/
}
.section-space--ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.bg-gray {
    background: #F8F8F8;
}

.ht-tab-menu {
  margin: 0 -10px;
}

.ht-tab-menu li {
  margin: 0 10px;
}

.ht-tab-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #5b92bc !important;
  border: #ededed;
  background: #fff;
  color: #696969;
  padding: 21px 20px 19px;
  /*min-width: 200px;*/
  border-radius: 5px !important;
}

.ht-tab-menu li a.active {
  color: #fff;
  background:#5b92bc;
  border-color: #5b92bc !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-tab-menu li a {
    padding: 21px 10px 19px;
  }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-tab-menu li a {
    padding: 12px 13px 12px;
    min-width: 150px;
    margin-bottom: 10px;
  }
}

.ht-tab-menu_two li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.tab-history-image img {
  border-radius: 5px;
}

.tab-content-inner .text {
  font-size: 18px;
  font-size: 18px;
}

.tab-slider-nav--list {
  display: block;
  margin-bottom: 50px;
  opacity: 0.6;
}

.tab-slider-nav--list:hover {
  opacity: 0.9;
}

.tab-slider-nav--list .ht-slider-tab-icon {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  border-radius: 15px;
  color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  margin-right: 30px;
}

.tab-slider-nav--list h5 {
  display: block;
  color: #fff;
  max-width: 280px;
}

.tab-slider-nav--list p {
  margin-top: 26px;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-slider-nav--list:last-child {
    margin-bottom: 0;
  }
}

.tab-slider-nav .slick-current .tab-slider-nav--list {
  opacity: 1;
}

.tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
  background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%);
}

.start-ups-left-tab .tab-slider-nav--list {
  display: block;
  margin-bottom: 50px;
  opacity: 0.6 !important;
}

.start-ups-left-tab .tab-slider-nav--list:hover {
  opacity: 0.9;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list {
  opacity: 1 !important;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
  background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%) !important;
}

.tab-slider-images .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.tab-slider-images .slick-dots li {
  display: inline-block;
  margin: 0 15px;
}

.tab-slider-images .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tab-slider-images .slick-dots li button:hover {
  width: 10px;
  height: 10px;
}

.tab-slider-images .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 9px #ededed;
          box-shadow: 0 0 9px #ededed;
}

.modern-grid--6 {
  display: grid;
  grid-row-gap: 60px;
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-grid--6 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-grid--6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .modern-grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.carousel-slider__content {
  margin-top: 25px;
  padding: 0 20px;
}

.carousel-slider__content .headeing {
  margin-bottom: 10px;
}


.font-tax-icon li i{

color:#5b92bc;
}

/*home form*/

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 30px 40px 30px;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
   
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    /* text-align: left; */
    padding-bottom: 30px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 17px;
}

.input100 {
  display: block;
  width: 100%;
 
 
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;
}


/*---------------------------------------------*/
input.input100 {
  height: 50px;
  padding: 0 20px 0 23px;
}


textarea.input100 {
  min-height: 130px;
  padding: 19px 20px 0 23px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100-1, 
.focus-input100-2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #57b846;
}

.focus-input100-1::before {
  top: -1px;
  left: 0;
}

.focus-input100-2::before {
  bottom: -1px;
  right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #57b846;
}

.focus-input100-1::after {
  top: 0;
  right: -1px;
}

.focus-input100-2::after {
  bottom: 0;
  left: -1px;
}

.input100:focus + .focus-input100-1::before {
  -webkit-animation: full-w 0.2s linear 0s;
  animation: full-w 0.2s linear 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1::after {
  -webkit-animation: full-h 0.1s linear 0.2s;
  animation: full-h 0.1s linear 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::before {
  -webkit-animation: full-w 0.2s linear 0.3s;
  animation: full-w 0.2s linear 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::after {
  -webkit-animation: full-h 0.1s linear 0.5s;
  animation: full-h 0.1s linear 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}


@keyframes full-w {
  to {
    width: calc(100% + 1px);
  }
}

@keyframes full-h {
  to {
    height: calc(100% + 1px);
  }
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-top: 12px;
  padding-bottom: 28px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-family: Oswald-Medium;
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;
  margin: 0;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #e6e6e6;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #57b846;
}



/*home form*/




/*testimonial*/
.demo-1{ 
background:#f5f5f5;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    padding-top:3rem;


 }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #5b92bc;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #5b92bc;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    text-align:center;
    color: #000;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff4242;
}


.opacity-0 {
    opacity: 0;
}


.slider-btn
{
 background:#5b92bc;
 color:#fff;
}

/*********************/
/*button styles*/
.btn-pin {
border:0;
color:#fff;
    font-weight: normal;
    text-transform: capitalize;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/*clients*/


.tax-contact-banner {
    background-image: url(../images/woman-in-white-t-shirt-holding-smartphone.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 500px !important;
}



.tax-blog-banner {
    background-image: url(../images/blogging-blur-business-communication.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 500px !important;
}


.tax-service-banner {
    background-image: url(../images/people-near.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 500px !important;
}


.tax-about-banner {
    background-image: url(../images/2.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 500px !important;
}






/*new navbar*/

/*banner slider */


.banner-slide .item {
  height: 100vh;
  position: relative;
}
.banner-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.banner-slide .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  margin-top:100px;
}
.banner-slide .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner-slide .item .cover .header-content h2 {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
}
.banner-slide .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.banner-slide .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner-slide .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-slide .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-slide .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-slide .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner-slide .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-slide .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner-slide .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner-slide .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner-slide .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-slide .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner-slide .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-slide .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner-slide:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner-slide:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.header-content h2 ,p
{
color:#fff;
line-height:30px;
}
/*banner slider */

/*bannere button*/
.header-btn {
    border: 1px solid transparent;
    background-color: #ffc20f;
}
.primary-btn {
    line-height: 42px;
    padding: 0px 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}
.header-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
	text-decoration:none;
	
}

.primary-btn:hover {
    color: #fff;
}


/*banner button*/


/*tax*/
.auditing-text{
margin-top:30px;
font-size:14px;
line-height: 24px;
}



.cd-headline.clip span {
  font-weight:100;
  
}


.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
 
}

.cd-headline b.is-visible {
  opacity: 1;
 
}
/*animated typing text*/


/*owl custom*/



/*.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
display:none;
}
.owl-theme .owl-dots .owl-dot span {
display:none;}

.owl-theme .owl-dots .owl-dot span
{
 display:none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
   display:none;
}
.owl-theme .owl-nav.disabled+.owl-dots 
{
margin-top:0px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
   
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 0px!important;
}
*/




/*owl custom*/


.section-heading h2:after
{
content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 170px;
    height: 4px;
    display: block;
    margin: 10px 0px 20px;
}

.carousel-caption {
    
    bottom: 35% !important;
    
}



.text-whiter
{
color:#fff!important;
}


/*bloggg*/

.blog-img_1
{
background-image: url(../images/photo-of-people-sitting.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 28rem;
}


.blog-img_2
{
background-image: url(../images/man-holding.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 12rem;
}


.blog-img_3
{
background-image: url(../images/man-using-ballpoint-pen.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 12rem;
}


.blog-img_4
{
background-image: url(../images/photo-of-woman-using-her-laptop.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 12rem;
}


.blog-img_5
{
background-image: url(../images/multi-cultural-people.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 12rem;
}


.blog-img_6
{
background-image: url(../images/people-working.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 12rem;
}

/*special offer*/

.special-offer-header-text
{
margin-top:30px;
}
.offer-icon
{
width:20px ;
}



.strategy-content h3
{
	font-weight: 600;
    font-size: 20px;
    text-transform: uppercase!important;
}

/*special offer*/

/*blogggg*/
.publicaciones-blog-home {
    background-image: url(../images/2442380.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
	padding-bottom: 40px;
}

.publicaciones-home-contact {
    background-image: url(../images/2268115.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
	padding-bottom: 40px;
}

.service-bg
{
background-image: url(../images/20492.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
	padding-bottom: 40px;
}





.publicaciones-blog-home h2 {
	text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 44px;
    padding-top: 40px;
	color:#fff;
}
.publicaciones-blog-home h2 b {
font-weight: 200;
	color: #ffc20f;
}
.publicaciones-blog-home .fondo-publicacion-home {
	    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: 450px;
    margin-bottom: 30px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.publicaciones-blog-home .fondo-publicacion-home:hover h3 {
	color: #414143;
/*    box-shadow: 0px 4px 3px 3px rgba(0, 0, 0, 0.08);*/
}
.publicaciones-blog-home .fondo-publicacion-home:hover .mascara-enlace-blog-home {
    height: 450px;
    width: 100%;
    color: #aaa;
    background-color: #5b92bc;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;   
}
.publicaciones-blog-home .black {
	background: #414143;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
	display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
	height: 100%;
    width: auto;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
	margin-bottom: 40px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home {
    padding: 0 20px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home h3 {
margin-top:20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-home  {
    overflow: hidden;
    max-height: 180px;
}
.mascara-enlace-blog-home {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #5b92bc !important;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 180px;
}
.mascara-enlace-blog-home span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.publicaciones-blog-home .todas-las-publicaciones-home {
    background: #5b92bc!important;
    height: 400px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
}
.publicaciones-blog-home .todas-las-publicaciones-home span {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .publicaciones-blog-home h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 70px;
    }
    .publicaciones-blog-home .fondo-publicacion-home {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: inherit;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: auto;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
    height: auto;
    width: 100%;
    }
    .publicaciones-blog-home .black {
    background: #fff;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    }
    .publicaciones-blog-home .todas-las-publicaciones-home {
    background: #000!important;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
    }
}


.contenido-publicacion-principal-home
{
padding: 40px 40px 0px 12px!important;

}

.blog-text
{
line-height: 25px!important;
font-size:14px;
}

/*///////////////////////////////////////////////////////////////*/



/*contact us*/
.fb{
background:#4267b2;
color:#fff;
}

.registra-bg
{
background-image: url(../images/business-idea-3182375_1920.jpg);
    /* background: rgba(51,167,80,0.91); */
    position: relative;
    background-size: cover;
	
    background-position: center;
    background-attachment: fixed;
}



.regitra-header2
{
background-image: url(../images/parallax-bg8.jpg);
    /* background: rgba(51,167,80,0.91); */
	height:300px;
    position: relative;
    background-size: cover;
	
    background-position: center;
    background-attachment: fixed;
}

.form-bg
{
/*background-image: url(../images/office-team-business-meeting.jpg);
  
    position: relative;
    background-size: cover;
	
    background-position: center;
    background-attachment: fixed;*/
background-color:#ededed;
}

.login-card-purple {
   background-image: linear-gradient(to right top, #33a855, #009783, #0081a9, #0065b2, #264196);
  /* background:#fff;*/
}

.login-btn
{
color: #000;

    background-color: #fff;
    border-color: #03a9f3;
	border-radius: 60px;
	cursor:pointer;
	padding: .75rem 1.5rem;
}
.login-btn:hover
{
    background-color: #33a855;
    
}


/*footer*/

/*.footer-bttom
{
 font-size:14px;
}

.footer-content p
{
font-size: 14px;
    color: #fff;
}
.footer_content
{
font-size:14px;
}

.page-footer
{
 background:#414143;
}

*/






/*digital signuture pad */




/*digital signuture pad*/

/* Footer */
.footer {
    position: relative;
    background-color: #5b92bc;
    color: #7d7975;
    padding: 95px 0 50px;
    font-size:16px;
}
.footer p {
font-size: 14px;
    line-height:26px;
    color : #fff;
}
.footer h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff  ;
    position: relative;
    padding-bottom: 16px;
}

.footer ul {
font-size: 14px;
    list-style: none;
    line-height: 40px;
    margin: 0px;
    color:#fff;
	text-decoration: none;
    
}
.footer a {
    color:# ;
   
}
.footer a:hover {
    color: #aece61 ;
	text-decoration: none;
}

/* Footer Logo */
.foot-logo {
    margin: 0px 0px 18px 0px;
    padding: 0;
}

/*footer bottom */
.footer-bottom {
    padding-top: 10px;
   /* padding-bottom: 25px;*/
    border-top: 1px solid #2f2f33 ;
    background: #1e1d22  ;
    
}
.copyright-text p {
    color: #7d7975;
    margin-top: 18px;
    margin-bottom: 0;
    font-size:15px;
}

.copyright-text a {
    color: #7d7975;
   /* margin: 0px 10px 0px 10px;*/
    
}
.copyright-text a:hover {
    color: #aece61  ;
    
    
}
/* Social Icons */

.social-icons{
    
    margin: 0;
    padding: 0;
    font-size : 10px;
}

.social {
    margin:7px 7px 7px 0px;
    color:#fff;
}

.footer-icon
{
width:30px;
}

/*
#social-fb:hover {
     color: #3B5998;
     transition:all .25s;
 }
 #social-tw:hover {
     color: #4099FF;
     transition:all .25s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .25s;
 }
 #social-ins:hover {
     color: #f39c12;
     transition:all .25s;
 }*/
 


/*footer*/
.text-decoration-none a
{
 text-decoration: none;
}

.frgt-pasrd a
{
text-decoration:none;
}


.main-login-frm
{
background:#fff;
}



.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #32a855;; }
    50%{    color: #fff;; }
    99%{    color:#32a855;;  }
    100%{   color: #fff;    }
}


.opacit
{
/*box-shadow: 0px 0px 10px 0px #00000059;
    background: rgba(255, 255, 255, 0.7);*/
}

.cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.cta .cta-inner {
    position: relative;
   background: rgba(255, 255, 255, );
    padding: 3rem;
    margin: .5rem;
    box-shadow: 0px 0px 10px 0px #00000059;
}
.contactForm {
    width: 100%;
    max-width: 650px;
    border-radius: 5px;
    margin: auto;
    padding: 15px 40px 15px;
    
}
.contactForm .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #222222;
    background-color: transparent !important;
    color: #222222;
    margin-bottom: 2rem;
    outline:none;
}
.contactForm ::placeholder{color: #222222;}

.comment-submit-btn .ht-btn {
    padding: 0 54px;
	
}
.ht-btn {
   font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0 36px;
    text-align: center;
    color: #ffffff;
    background: #5b92bc;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	cursor:pointer;
	
	}

.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
}

.conatct-bg 
{

background: url(../images/people-near.jpg);
   
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}

.user-icon
{
color:#33a855;
margin-left:15px;
}


.contact-text
{
/*color:#5b92bc;
*/font-size:24px;
}


.page-caption2
{
margin: 3em 0%;
}


.main-contact-form 
{
background:#fff;
}

.abt_face-p
{
margin:0 18%;
}

.do-icon-log {
    width: 22px;
	float:left;
  /*  margin-top: -3px;*/
}

.s-icon-bg-f
{
background:#3b5998;
}

.s-icon-bg-e
{
background:#71b307;
}

.s-icon-bg-g
{
background:#bf4434;
}

.logidea2 {
    width: 150px;
    
    border-radius: 10px;
    height: 40px;
	color:#fff !important;
}

.logidea {
    width: 100px;
    background: #33a855;
    border-radius: 10px;
    height: 40px;
	color:#fff !important;
}

.jarallax {
    position: relative;
    z-index: 0;
	/*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 90%, 50% 100%, 0% 90%, 0% 100%);*/
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

 
.home3-header2{
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) 0% 0% / cover, url(../images/app1.jpg);
/*background: rgba(51,167,80,0.91);*/
position: relative; background-size: cover;
 
 background-position: center;
 background-attachment:fixed;
 clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 90%, 50% 100%, 0% 90%, 0% 100%);

}

.inner_page-caption
{
padding-top: 250px;
    padding-bottom: 130px;
}

.page-caption { padding-top: 270px; padding-bottom: 180px; }
.page-title { font-size: 46px; line-height: 1; color: #fff; font-weight: 600;  }

.card-section { position: relative; bottom: 60px; }
/*.card-block { padding: 80px; }
*/.section-title { margin-bottom: 60px;
font-weight: 700; }



.inner_page-registar-caption
{
padding-top: 165px; padding-bottom: 150px;
}



/*banner caption*/

/*client reveew slider */

.client_section {
  padding: 30px 0px;
  background-color: #f9fbe7;
}
.client_section .client_area h4 {
  position: relative;
  font-size: 28px;
  color: #414143;
  padding-left: 15px;
  margin-bottom: 15px;
}

.client_section .client_area marquee ul li {
  display: inline-block;
  margin: 0px 10px;
  background-color: #5b92bc;
  color: #ffffff;
  padding: 10px;
}
/*client revew slider*/

/*footer*/

/*footer*/

/*backto top*/




/* ===================================================================
    SCROLL TO TOP BUTTON
===================================================================  */
#scrollTop {
  width: 80px;
  height: 40px;
  position: fixed;
  right: -90px;
  bottom: 30%;
  background-color: #2196f3;
 /* background-image: -webkit-gradient(linear, left top, right top, from(#5989e5), to(#37cfdc));
  background-image: linear-gradient(to right, #5989e5, #37cfdc);*/
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 0.7rem;
  cursor: pointer;
  z-index: 9998;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#scrollTop.active {
  right: -50px;
}

#scrollTop i {
  font-size: 1.1rem;
  margin-right: 10px;
}

#scrollTop:hover {
  right: 0;
}

/* Scroll Top Media Query ------------------------- */
@media (max-width: 1199px) {
  #scrollTop {
    display: none !important;
  }
}

/*backtop*/



/*loader*/

.demo{ background: #e5ebc4; }
.loader {
    width: 135px;
    height: 100px;
    margin-bottom: 50%;
    /* margin: 50px auto; */
    margin-top: 30%;
    margin-left: 41%;
    text-align: center;
}
.loader .loader-inner{
    width: 100px;
    height: 25px;
    position: relative;
    opacity: 0;
    animation: 2s loading-3 infinite linear 2s;
}
.loader .loader-inner span{
    display: block;
    width: 6px;
    height: 15px;
    background: #fff;
    position: absolute;
    box-shadow: 0 0 1px #fff;
    transform-origin: bottom;
}
.loader .loader-inner span:nth-child(1){
    bottom: 5px;
    left: 36px;
    transform: rotate(-35deg);
}
.loader .loader-inner span:nth-child(2){
    bottom: 8px;
    left: 44px;
}
.loader .loader-inner span:nth-child(3){
    bottom: 5px;
    left: 52px;
    transform: rotate(35deg);
}
.loader .box{
    height: 36px;
    position: relative;
}
.loader .box:after{
    content: "";
    width: 20px;
    height: 5px;
    background: #fff;
    box-shadow: 0 0 1px #fff;
    position: absolute;
    top: 47px;
    left: 5px;
}
.loader .box-inner{
    width: 30px;
    height: 36px;
    background: #fff;
    border-radius: 0 0 36px 36px;
    box-shadow: 0 0 1px #fff;
}
.loader .box-inner:before{
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(transparent 50%, #f5b221 50%);
    position: absolute;
    left: 4px;
    bottom: 4px;
}
.loader .box-inner:after{
    content: "";
    width: 6px;
    height: 13px;
    background: #fff;
    box-shadow: 0 0 1px #fff;
    position: absolute;
    top: 35px;
    left: 12px;
}
.loader .box-1{
    display: inline-block;
    margin-right: 10px;
    animation: loading-1 2s cubic-bezier(.39,1.52,.46,.92) infinite;
}
.loader .box-2{
    display: inline-block;
    animation: loading-2 2s cubic-bezier(.39,1.52,.46,.92) infinite;
}
.loader .box-1 .box-inner:before{
    animation: loading-2 2s linear infinite;
}
.loader .box-2 .box-inner:before{
    animation: loading-1 2s linear infinite;
}
@keyframes loading-1{
    0%{ transform: rotate(0deg); }
    50%{ transform:rotate(22deg); }
}
@keyframes loading-2{
    0%{ transform:rotate(0deg); }
    50%{ transform:rotate(-22deg); }
}
@keyframes loading-3{
    0%{
        opacity: 0;
        transform: scaleY(1);
    }
    33%{
        opacity: 1;
        transform: scaleY(1.4);
    }
    64%{
        opacity: .1;
        transform: scaleY(1);
    }
    100%{
        opacity: 0;
        transform: scaleY(.3);
    }
}

.loader-wrapper
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
 background-color: #f7f8f8;
	z-index:9000;
}
/*loader*/



/***************************************************contact us page*******************************************************************/

.contact .tax-heading  {
    margin-bottom: 50px;
}

.tax-heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}


.contact .tax-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}


.tax-heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    /* background: url(img/heading-line.png); */
    background-repeat: no-repeat;
    background-position: center;
}


.contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}

.contact .main .left {
    padding: 19px 32px;
}

.contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}

.contact .form-control {
   padding: 30px;
    font-size: 13px;
    margin-bottom: 18px;
    background: #f8f8f9!important;
    border: 0;
    border-radius: 5px;
}
.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}textarea.form-control {
    height: inherit !important;
}.contact .contact-btn.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: #18437d;
    color: #ffffff;
}
.contact .main .right {
    background: #18437d;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}.contact .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.social-link li {
    display: inline-block;
    margin: 0 5px;
}
.social-link li a {
    color: #ccc;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: .5s;
}

.contact-section .box {
    width: 100%;
    display: block;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	min-height: 382px;
	background:#fff;
	
}

.contact-section .box .icon {
    width: 100px;
    height: 100px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	border: 1px dashed #5b92bc;
    color: #5b92bc;
}
.contact-section .box .icon span {
    color: #000000;
    font-size: 30px;
}
.contact-section .box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.contact-section .contact-info p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.contact-info-text {
    font-size: 14px;
}
.contact-info-text a 
{
 color:#000;
}


.contact-tax-bg
{
 margin-top: -80px;
}

.contact .heading h2 span
{
color: #18437d;
    font-weight: 300;
}
.tax-heading span {
    font-size: 28px;
    /* display: block; */
    font-weight: 500;
}

.contact .tax-heading p
{
font-size: 14px;
    font-weight: 400;
    color: #525f7f;
    line-height: 26px;
    margin: 0;
}


/***************************************************contact us page*******************************************************************/




/*try*/




.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

.showcase .showcase-text {
    padding: 7rem;
}



/*list*/
.list-section
{
background-image: url(../images/photo-of-people-doing.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    padding-bottom: 50px;
    padding-top: 50px;
}




.schedule-warp{
    padding-right:20px;
    padding-left:20px;
    padding: 20px 30px;
    border: solid 1px #ddd;
    background-color: #f5f5f5;
    -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.schedule{
    background-color:#fff;
}
.schedule-warp:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    border: solid 1px rgba(100,40,145,.97);
}
.schedule{
    padding:100px 0px;
    background-color: #ecedf0;
     font-family: 'Titillium Web';
}
.schedule-tag{
    color:#fff;
    background-color: #5b92bc;
    padding:3px 8px;
    margin-right: 15px;
    width: 40px;
    font-family: 'Titillium Web';
    text-align: center;
}
.schedule-header span{
    display: inline-block;
    margin-right:25px;
}
.schedule-header{
    margin-bottom:80px;
}
.schedule-card{
    position: relative;
    margin-bottom: 0.7em;
}
.schedule-card:hover .insidebox {
    transform: scale(1.033);
    /* box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.schedule-card:hover:after {
    background: #5b92bc;
    width: 25px;
}
.schedule-card:after {
    height: 2px;
    width: 22px;
    background: #ddd;
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    transition: all 0.3s ease-in;
}
.insidebox { 
    box-shadow: 0 0px 5px rgba(0,0,0,.07);
    background: #ffffff;
    width: 100%;
    height: auto;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -o-flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 10px;
    color: #6164B2;
    transition: all 0.2s ease-in;
/*    justify-content: center;*/
}

.day-one{
    margin-bottom:50px;
    font-weight: bold;
    font-size: 20px;
    color: #5b92bc;    
    }

/*list*/

.contact-box2{
border-radius: 20px;
}