* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: irmedi;
}
h1, h2, h3, h4, h5, h6 {
  font-family: irbold;
}
.pt-100 {
  padding-top: 100px;
}
/* info box */

.why-choose-area .shape-1 {
  position: absolute;
  left: 10%;
  top: 10%;
  -webkit-animation: fadeIn 10s linear 2s infinite;
  animation: fadeIn 10s linear 2s infinite;
}

.why-choose-area.why-choose-us-bg {
  background-size: cover;
  background-position: center;
}

.why-choose-area.dark-bg {
  background-size: cover;
  background-position: center;
}

.single-why-us-item {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 40px 30px 15px 30px;
  background-color: rgba(118, 70, 233, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-why-us-item.white {
  background-color: transparent;
}

.single-why-us-item:hover {
  background-color: #fff;
}

.single-why-us-item:hover .content .title {
  color: var(--heading-color);
}

.single-why-us-item:hover .content p {
  color: var(--paragraph-color);
}

.single-why-us-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(50deg, #776df2 0%, #a1f0e6 100%);
  background-image: -webkit-linear-gradient(50deg, #776df2 0%, #a1f0e6 100%);
  background-image: -ms-linear-gradient(50deg, #776df2 0%, #a1f0e6 100%);
  -webkit-box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4);
  box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4);
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  margin-bottom: 27px;
}

.single-why-us-item .icon.gdbg-1 {
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  -webkit-box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4);
  box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4);
}

.single-why-us-item .icon.gdbg-3 {
  background-image: -moz-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
  background-image: -webkit-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
  background-image: -ms-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
}

.single-why-us-item .icon.gdbg-4 {
  background-image: -moz-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
  background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
  background-image: -ms-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
}

.single-why-us-item .content .title {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 700;
}

.single-why-us-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* info box end  5:12 yekshanbe */

/*shoro counter up doshanbe */
.counterup-area {
  padding: 120px 0 120px 0;
}

.single-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-counter-item.white .content .count-num {
  color: #fff;
}

.single-counter-item.white .content .title {
  color: rgba(255, 255, 255, 0.7);
}

.single-counter-item .icon {
  font-size: 80px;
  line-height: 80px;
  color: var(--main-color-one);
  margin-right: 20px;
}

.single-counter-item .content .count-num {
  font-size: 36px;
  line-height: 46px;
  color: var(--heading-color);
  font-weight: 600;
}

.single-counter-item .content .title {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
  font-weight: 500;
}

.single-counterup-style-02 {
  display: flex;
  align-self: flex-start;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 35px;
}

.single-counterup-style-02 .icon {
  font-size: 30px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-left: 20px;
}

.single-counterup-style-02 .content {
  flex: 1;
}

.single-counterup-style-02 .content .count-wrap {
  font-size: 40px;
  line-height: 58px;
  position: relative;
  z-index: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.single-counterup-style-02 .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
/* shomareshgar end  counterup end  doshanbe */
/* price plan seshanbe */

.single-price-plan-01 {
  text-align: center;
  background-color: rgba(121, 71, 224, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 52px 0 60px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-price-plan-01.white {
  background-color: #131332;
}

.single-price-plan-01:hover {
  background-color: #fff;
}

.single-price-plan-01:hover .price-header .name {
  color: var(--heading-color);
}

.single-price-plan-01:hover .price-header .price-wrap .price {
  color: var(--heading-color);
}

.single-price-plan-01:hover .price-header .price-wrap .month {
  color: var(--paragraph-color);
}

.single-price-plan-01:hover .price-body ul li {
  color: var(--paragraph-color);
}

.single-price-plan-01 .price-header .name {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-price-plan-01 .price-header .price-wrap {
  margin-bottom: 36px;
}

.single-price-plan-01 .price-header .price-wrap .price {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-price-plan-01 .price-header .price-wrap .month {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-price-plan-01 .price-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-price-plan-01 .price-body ul li {
  display: block;
  margin: 15px 0;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-price-plan-01 .price-body ul li:first-child {
  margin-top: 0;
}

.single-price-plan-01 .price-body ul li:last-child {
  margin-bottom: 0;
}

.single-price-plan-01 .price-footer {
  margin-top: 48px;
  display: block;
}

.single-price-plan-02 {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 52px 0 60px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.single-price-plan-02.featured {
  -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
}

.single-price-plan-02.featured:after {
  -ms-transform: translateX(0%);
  /* IE 9 */
  -webkit-transform: translateX(0%);
  /* Chrome, Safari, Opera */
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.single-price-plan-02:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-image: -webkit-linear-gradient(267deg, #0250c5 0%, #d43f8d 100%);
  background-image: -o-linear-gradient(267deg, #0250c5 0%, #d43f8d 100%);
  background-image: linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
  background-image: -moz-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
  background-image: -webkit-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
  background-image: -ms-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
  content: "";
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -ms-transform: translateX(-100%);
  /* IE 9 */
  -webkit-transform: translateX(-100%);
  /* Chrome, Safari, Opera */
  transform: translateX(-100%);
}

.single-price-plan-02.white {
  background-color: #131332;
}

.single-price-plan-02:hover {
  -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
}

.single-price-plan-02:hover:after {
  -ms-transform: translateX(0%);
  /* IE 9 */
  -webkit-transform: translateX(0%);
  /* Chrome, Safari, Opera */
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.single-price-plan-02 .price-header .name {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--main-color-one);
}

.single-price-plan-02 .price-header .price-wrap {
  margin-bottom: 36px;
}

.single-price-plan-02 .price-header .price-wrap .price {
  font-size: 40px;
  line-height: 50px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
}

.single-price-plan-02 .price-header .price-wrap .month {
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-price-plan-02 .price-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-price-plan-02 .price-body ul li {
  display: block;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-price-plan-02 .price-body ul li:first-child {
  margin-top: 0;
}

.single-price-plan-02 .price-body ul li:last-child {
  margin-bottom: 0;
}

.single-price-plan-02 .price-footer {
  margin-top: 48px;
  display: block;
}

.single-price-plan-02 .price-footer .boxed-btn:hover {
  color: #fff;
  background-color: #ffc500;
}

.single-price-plan-02 .price-footer .boxed-btn {
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  width: 202px;
  background-color: #2371ff;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}
/* price plan end charshanbe*/
/*icon box */
.single-icon-box-03:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 10px 50px 5px rgba(89, 69, 230, 0.1);
  box-shadow: 0 10px 50px 5px rgba(89, 69, 230, 0.1);
}

.single-icon-box-03 .content p {
  margin-bottom: 0;
}
.single-icon-box-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  transition: all 500ms;
  padding: 20px 30px;
}

.single-icon-box-03.theme-01 .icon {
  color: #e81273;
}

.single-icon-box-03.theme-01 .icon {
  color: #7142f8;
}

.single-icon-box-03 .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.single-icon-box-03.theme-02 .icon {
  color: #f38650;
}

.single-icon-box-03.theme-03 .icon {
  color: #ecbf24;
}

.single-icon-box-03.theme-04 .icon {
  color: #f9556d;
}

.single-icon-box-03 .icon {
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: var(--main-color-one);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
}

.single-icon-box-03 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -5px;
}
.icon-box-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.icon-box-list li {
  display: flex;
  align-self: flex-start;
}
.icon-box-list li + li {
  margin-left: 20px;
}

.icon-box-list li .icon {
  margin-right: 10px;
  font-size: 35px;
  line-height: 40px;
  color: #c1c3c6;
}

.icon-box-list li .content .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.single-discover-item {
  text-align: center;
}

.single-discover-item .icon {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 12px;
  color: var(--main-color-one);
}

.single-discover-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-connect-you-item {
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
}

.single-connect-you-item.theme-02 {
  background-image: -moz-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
  background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
  background-image: -ms-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
}

.single-connect-you-item.theme-03 {
  background-image: -moz-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
  background-image: -webkit-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
  background-image: -ms-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
}

.single-connect-you-item .icon {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 16px;
}

.single-connect-you-item .content .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
}

.single-connect-you-item .content p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
}

.single-feature-item-02 {
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 70px 30px 50px 30px;
  text-align: center;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
}

.single-feature-item-02 .icon {
  position: relative;
  z-index: 0;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 40px;
}

.single-feature-item-02 .icon:after {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 70px;
  height: 90px;
  border-radius: 40px;
  content: "";
  -ms-transform: rotate(40deg) translateX(-60%);
  /* IE 9 */
  -webkit-transform: rotate(40deg) translateX(-60%);
  /* Chrome, Safari, Opera */
  transform: rotate(40deg) translateX(-60%);
  z-index: -1;
}

.single-feature-item-02 .icon.icon-bg-1 {
  background-image: unset;
}

.single-feature-item-02 .icon.icon-bg-1:after {
  background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
}

.single-feature-item-02 .icon.icon-bg-2 {
  background-image: unset;
}

.single-feature-item-02 .icon.icon-bg-2:after {
  background-image: -moz-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
  background-image: -webkit-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
  background-image: -ms-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
}

.single-feature-item-02 .icon.icon-bg-3 {
  background-image: unset;
}

.single-feature-item-02 .icon.icon-bg-3:after {
  background-image: -moz-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
  background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
  background-image: -ms-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
}

.single-feature-item-02 .icon.icon-bg-4 {
  background-image: unset;
}

.single-feature-item-02 .icon.icon-bg-4:after {
  background-image: -moz-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%);
  background-image: -webkit-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%);
  background-image: -ms-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%);
}

.single-feature-item-02:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}

.single-feature-item-02 .content .title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.feature-list-04 .single-feature-list-item-04 {
  padding: 30px 30px;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.feature-list-04 .single-feature-list-item-04 + .single-feature-list-item-04 {
  margin-top: 30px;
}

.feature-list-04 .single-feature-list-item-04:hover {
  -webkit-box-shadow: 0px 0px 155px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 155px 0px rgba(0, 0, 0, 0.2);
}

.feature-list-04 .single-feature-list-item-04.theme-01 .icon {
  color: #e81273;
}

.feature-list-04 .single-feature-list-item-04.theme-02 .icon {
  color: #3ceb9e;
}

.feature-list-04 .single-feature-list-item-04.theme-03 .icon {
  color: #f99c6a;
}

.feature-list-04 .single-feature-list-item-04 .icon {
  font-size: 40px;
  line-height: 50px;
  margin-right: 20px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.feature-list-04 .single-feature-list-item-04 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-list-04 .single-feature-list-item-04 .content p {
  margin-bottom: 0px;
}

.feature-list-04 {
  padding: 0px;
  margin: 0px;
}
.feature-list-04 .single-feature-list-item-04 .content .title {
  font-size: 20px;
  font-weight: 600;
}
/* icon box end*/
/* Pricing Table Start */

.left {
  text-align: left;
}

.left .pori-pricing-table-features li {
  justify-content: flex-start;
}

.left .price-box {
  margin-right: auto;
}

.center {
  text-align: center;
}

.center.pori-pricing-table-features li {
  justify-content: center;
}

.center .price-box {
  margin: 0 auto;
}

.right {
  text-align: right;
}

.right .price-box {
  margin-left: auto;
}

.pori-pricing-table-header {
  position: relative;
  z-index: -1;
}

.pori-pricing-table-header .pori-pricing-table-header-curved svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.pori-pricing-table-title {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.pori-pricing-table-wrapper .pori-pricing-table-action {
  border-radius: 4px 4px 4px 4px;
  padding: 12px 30px 12px 30px;
  margin: 30px 80px 0px 0px;
  color: #ffffff;
  background-color: #00d8d8;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00d8d8;
  text-align: center;
}
.pori-pricing-table-subtitle {
  margin: 0 0 10px 0;
}

.price-box {
  position: relative;
}
.pori-pricing-table-price {
  position: relative;
}
.pori-pricing-table-price.pori-discount-price-yes {
  display: inline-flex;
  align-items: flex-end;
}
.pori-pricing-table-price.pori-discount-price-yes .pori-pricing-table-regular-price {
  text-decoration: line-through;
  font-size: 20px;
  color: #e5e5e5;
  line-height: 2.1em;
}
.pori-pricing-table-price svg {
  position: absolute;
}

.pori-pricing-table-wrapper .pori-pricing-table-price p.pori-pricing-table-new-price {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.pori-pricing-table-wrapper .pori-pricing-table-price span.pori-price-period {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
}

.pori-pricing-table-price p {
  margin: 0;
}
.price-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
}

.pori-pricing-table-features {
  margin: 0;
  padding: 0;
}

.pori-pricing-table-features li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

.list-border-bottom li:not(:last-child) {
  border-bottom: 1px solid #ff5985;
}

.pori-pricing-table-features li .pori-pricing-li-icon {
  margin-right: 7px;
}

.pori-pricing-table-action {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  display: inline-block;
}

.pori-pricing-table-badge-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.pori-pricing-table-wrapper {
  transition: all 0.3s ease;
}

.pori-pricing-table-wrapper.transition_top {
  transition: all 0.3s ease;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.pori-pricing-table-wrapper.transition_top:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.pori-pricing-table-wrapper.transition_bottom {
  transition: all 0.3s ease;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.pori-pricing-table-wrapper.transition_bottom:hover {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.pori-pricing-table-wrapper.transition_zoom {
  transition: all 0.3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.pori-pricing-table-wrapper.transition_zoom:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.pori-pricing-table-wrapper .text-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffc500;
  padding: 13px 50px;
  width: 160px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
}

.pori-pricing-table-wrapper .icon-badge {
  position: absolute;
  padding: 15px 10px;
  border-radius: 0 0 40px 40px;
  background: #13c83a;
  right: 30px;
  top: 0;
  z-index: 2;
}

.pori-pricing-table-promo-label {
  display: block;
}
.pori-pricing-table-currency {
  position: relative;
}

.pori-pricing-table-price-subtitle {
  display: block;
}

/* Pricing Table End */
/*team hover joon*/
.pori-hover-container {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
}

.pori-hover-list {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pori-hover-container .pori-hover-item-wrap {
  position: relative;
  display: inline-block;
  opacity: 1;
  font-stretch: normal;
  letter-spacing: normal;
  word-wrap: normal;
  word-spacing: normal;
  margin: 0;
  padding: 0;
}

.pori-hover-container .pori-hover-item {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.pori-hover-container .pori-hover-img-wrap {
  position: relative;
  display: block;
}

.pori-hover-container .pori-hover-img-wrap img {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pori-hover-img-wrap .pori-hover-img-inner-wrap {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

.pori-hover-container .pori-hover-info-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
}

.pori-hover-info-wrap .pori-hover-info-back {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pori-hover-info-wrap .pori-hover-content {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pori-hover-info-wrap .pori-hover-title-wrap * {
  margin: 0;
  padding: 0;
}

.pori-hover-info-wrap .pori-hover-content .pori-hover-divider {
  height: 1px;
  margin-top: 7px;
  margin-bottom: 11px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.pori-hover-info-wrap .pori-hover-content .pori-hover-divider .pori-hover-divider-line {
  border-style: solid;
  border-width: 24px;
  display: inline;
}

.pori-hover-info-wrap .pori-hover-content .pori-hover-description {
  font-size: 20px;
  border-color: #000;
}

.pori-hover-info-wrap .pori-hover-content .pori-hover-icon {
  border-color: #000;
}

.pori-hover-info-wrap .pori-hover-content .pori-hover-description * {
  margin: 0;
}

.pori-hover-item.style20 .pori-hover-spinner,
.pori-hover-item,
.pori-hover-img-wrap,
.pori-hover-container .pori-hover-img,
.pori-hover-info-wrap {
  width: 300px;
  height: 300px;
}

.pori-hover-container .pori-hover-item-wrap,
.pori-hover-container .pori-hover-img,
.pori-hover-container .pori-hover-info-back,
.pori-hover-container .pori-hover-spinner {
  -webkit-border-radius: 10%;
  border-radius: 10%;
}

.pori-hover-container a.pori-hover-link {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pori-hover-container a.pori-hover-link:focus {
  outline: none;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pori-hover-btn-scale-yes .pori-hover-container a.pori-hover-link:hover {
  webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pori-hover-item.style14 .pori-hover-img-wrap {
  -webkit-transform: translateZ(0) rotateY(0);
  -ms-transform: translateZ(0) rotateY(0);
  transform: translateZ(0) rotateY(0);
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.pori-hover-item.style14:hover .pori-hover-img-wrap {
  opacity: 0;
  -webkit-transform: translateZ(-1000px) rotateY(-90deg);
  -ms-transform: translateZ(-1000px) rotateY(-90deg);
  transform: translateZ(-1000px) rotateY(-90deg);
}

.pori-hover-item.style14 .pori-hover-info-wrap {
  -webkit-transform: translateZ(-1000px) rotateY(90deg);
  -ms-transform: translateZ(-1000px) rotateY(90deg);
  transform: translateZ(-1000px) rotateY(90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease 0.35s;
  transition: all 0.35s ease 0.35s;
}

.pori-hover-item.style14:hover .pori-hover-info-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateZ(0) rotateY(0);
  -ms-transform: translateZ(0) rotateY(0);
  transform: translateZ(0) rotateY(0);
}
.single_team_details {
  text-align: center;
  padding: 32px 0 18px;
  box-shadow: 0 10px 30px 0 rgba(17, 12, 79, 0.1);
  background: #fff;
  margin-bottom: 30px;
}
.single_team_details_content_inner {
  padding: 10px 0 15px;
}
.single_team_details_content_inner h2 {
  font-size: 24px;
}
.single_team_details_content_inner span {
  color: #0c5adb;
}
.single_team {
  overflow: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.single_team_thumb {
  position: relative;
}
.single_team_thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 90, 219, 0.85);
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single_team_icon {
  position: absolute;
  top: 50%;
  right: -50px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  width: 45px;
  padding: 13px 0;
  opacity: 0;
}
.single_team_icon a {
  display: block;
  font-size: 16px;
  color: #0c5adb;
  text-align: center;
  margin: 4px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single_team_thumb img {
  width: 100%;
}
.single_team_content {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  padding: 12px 20px 23px;
  text-align: center;
  border-bottom: 2px solid #0c5adb;
}
.single_team_content h4 {
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  display: block;
}
.single_team_content span {
  color: #0c5adb;
  padding-top: 2px;
}
/* Team Hover Css */
.single_team:hover {
  transform: translateY(-10px);
}
.single_team:hover .single_team_icon {
  opacity: 1;
  right: -1px;
}
.single_team_content h4:hover {
  color: #0c5adb;
}
.single_team:hover .single_team_thumb:before {
  opacity: 1;
}
.single_team_details_icon a {
  font-size: 16px;
  background: #0c5adb;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  color: #fff;
  border-radius: 5px;
  margin: 3px;
}
.single_team_details_phone {
  padding-top: 20px;
}
.single_team_details_phone_icon i {
  font-size: 30px;
  color: #0c5adb;
}
.single_team_details_phone .number p {
  font-size: 18px;
}
.single_team_details_overview {
  margin-left: 30px;
}
.single_team_details_overview_content_text .overview_text {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 5px;
}
/* Team Style Two */
.team_style_two {
  position: relative;
  transition: 0.5s;
}
.team_style_two:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 90, 219, 0.85);
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}
.team_style_two_thumb img {
  width: 100%;
  border-radius: 100%;
}
.team_style_two_content {
  position: absolute;
  left: 0;
  top: 62%;
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}
.team_style_two_title h5 {
  color: #fff;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
.team_style_two_title span {
  color: #fff;
}
.team_style_two_icon a {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}
.team_style_two:hover .team_style_two_content {
  top: 50%;
  opacity: 1;
}
.team_style_two:hover:before {
  opacity: 1;
}
/* Team Style Three */

.team_style_three {
  position: relative;
  transition: 0.5s;
}
.team_style_three-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.team_style_three_thumb_inner {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}
.team_style_three_thumb_inner:before {
  position: absolute;
  left: -70px;
  bottom: -59px;
  height: 120px;
  width: 133%;
  background: #fff;
  content: "";
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-98deg);
}
.team_style_three-thumb:after {
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 100%;
  width: 100%;
  background: #0c5adb;
  content: "";
  -webkit-transform: skew(1deg);
  -khtml-transform: skew(69deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.team_style_three_thumb_inner img {
  width: 100%;
}
.team_style_three_content {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 18px;
  z-index: 1;
  padding: 15px 10px 35px 50px;
  transition: 0.5s;
}
.team_style_three_content:before {
  background: #0c5adb;
  transition: 0.5s;
}

.team_style_three_content:before,
.team_style_three_content:after {
  content: "";
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  position: absolute;
  z-index: -2;
  -webkit-transform: skew(-30deg);
  -khtml-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -webkit-transition: all 0.2s linear 0ms;
  -khtml-transition: all 0.2s linear 0ms;
  -moz-transition: all 0.2s linear 0ms;
  -ms-transition: all 0.2s linear 0ms;
  -o-transition: all 0.2s linear 0ms;
  transition: all 0.2s linear 0ms;
}

.team_style_three_title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.team_style_three_sub_title {
  transition: 0.5s;
  position: absolute;
  right: 130px;
  text-align: center;
}
.team_style_three_sub_title span {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.team_style_three_icon a {
  color: #fff;
  display: inline-block;
  margin: 5px;
}
.team_style_three_icon {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  right: 100px;
  top: 90px;
  margin: 10px 0 0 0;
}
.team_style_three:hover .team_style_three_icon {
  opacity: 1;
  top: 35px;
}
.team_style_three:hover .team_style_three-thumb:after {
  opacity: 1;
  -webkit-transform: rotate(-10deg);
  -webkit-transform: skew(1deg);
  transform: rotate(-10deg);
}
.team_style_three:hover .team_style_three_sub_title {
  margin-top: -20px;
  opacity: 0;
}
.team_style_three:hover .team_style_three_content:before {
  background: #00247e;
  transition: 0.5s;
}
/* Team Style Three */
.single_team_style_three {
  margin-bottom: 30px;
}
.single_team_style_three_thumb {
  position: relative;
}
.single_team_style_three_thumb img {
  width: 100%;
}
.single_team_style_three_icon {
  position: absolute;
  top: 90%;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 83%;
  background: #0c5adb;
  margin: 0 30px;
  margin: auto;
  padding: 12px 0;
  transition: 0.5s;
  opacity: 0;
}
.single_team_style_three_content {
  text-align: center;
  padding: 10px 0 22px;
  -webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
  box-shadow: -1 16px 32px rgba(207, 228, 255, 0.8);
  -webkit-transform: translateY(0px);
  z-index: 1;
}
.single_team_style_three:hover .single_team_style_three_icon {
  top: 82%;
  opacity: 1;
}
.single_team_style_three_icon i {
  color: #fff;
  margin: 0 5px;
}
/*joon end*/
/* title element start */
.section_sub_title h6 {
  color: #0c5adb;
  font-size: 16px;
}
.section_title.text_center {
  text-align: center;
}
.section_main_title h1,
.section_main_title h2 {
  font-weight: 800;
  margin: 0;
}
.text_left .section_main_title h1 {
  margin: 0;
  letter-spacing: -1px;
}
.section_main_title h1 span {
  color: #0c5adb;
}
.section_content_text p {
  font-size: 18px;
}
.text_center .section_content_text p {
  width: 75%;
  margin: auto;
  font-size: 19px;
}
.section_content_text.bold p {
  font-size: 22px;
  font-weight: 600;
}
.section_title.white .section_main_title h1,
.section_title.white .section_main_title h2 {
  color: #fff;
}
.section_title.white .section_sub_title h6 {
  color: #fff;
}
.section_title.white .section_content_text p {
  color: #fff;
}
.poriz-team-member {
  padding: 0px 30px 30px;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.poriz-team-member::before {
  position: absolute;
  background-color: #f5f5f5;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 75%;
  border-radius: 7px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.poriz-team-member .member-img {
  border-radius: 7px;
  width: 210px;
  height: 210px;
  background-color: #eee;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
  background-position: center top;
}
.poriz-team-member .member-bio {
  margin-bottom: 20px;
}
.poriz-team-member .member-bio h4,
.poriz-team-member .member-bio p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.poriz-team-member .social-profile a {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #84b5eb;
  color: #84b5eb;
  text-align: center;
  font-size: 15px;
  margin: 0 2px;
}

.poriz-team-member .social-profile a:hover {
  background: #086ad7;
  border-color: #086ad7;
  color: #fff;
}
.poriz-team-member:hover::before {
  position: absolute;
  background-color: #2371ff;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 75%;
  border-radius: 7px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pori-serv-item:hover,
.pori-serv-item.active {
  background: #3b3663;
}
.pori-serv-item.active {
  background: #2371ff;
}
.pori-serv-item {
  padding: 70px 35px 50px 35px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s linear;
}

.pori-serv-item::before {
  content: "";
  position: absolute;
  left: 35px;
  right: 45px;
  background: #ffc500;
  top: 20%;
  height: 4px;
  transition: 0.4s linear;
}
.pori-serv-icon i {
  line-height: 0;
  display: block;
}
.pori-serv-content {
  flex-grow: 1;
}

.pori-serv-content > h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.pori-serv-content > .read-more {
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
}
.pori-serv-item:hover {
  background: #3b3663;
}
pr-10 {
  padding-right: 10px;
}

.pori-serv-icon {
  width: 120px;
  flex: 0 0 120px;
  height: 120px;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 60px;
  color: #6140ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  transition: 0.3s linear;
}
.pori-serv-item:hover .pori-serv-icon,
.pori-serv-item:hover .pori-serv-content > span,
.pori-serv-item:hover .pori-serv-content > .read-more i,
.pori-serv-item.active .pori-serv-icon,
.pori-serv-item.active .pori-serv-content > span,
.pori-serv-item.active .pori-serv-content > .read-more i {
  color: #ff4b36;
}
.section_button {
  text-align: right;
}
.phone_number h5 {
  letter-spacing: 1px;
  font-weight: 500;
}
.em_bar {
  background: #9b50db none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 5px;
  width: 62px;
}
.text_left .em_bar {
  margin: 0;
}
.em_bar_bg {
  height: 5px;
  width: 90px;
  background: #cbbded;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}
.em_bar_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0c5adb;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(88px);
      transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(88px);
      transform: translateX(88px);
  }
}

/* title element end */
/* flipbox */
.nagative_margin {
  position: relative;
  margin-top: -100px;
}
.nagative_margin3 {
  position: relative;
  margin-top: -100px;
  z-index: 99;
}
.nagative_margin4 {
  position: relative;
  margin-top: -225px;
}
.nagative_margin5 {
  position: relative;
  margin-top: -70px;
}
.top_feature .pori_flipbox .pori_flipbox_front {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 0;
}
.top_feature .pori_flipbox .pori_flipbox_back {
  background: #0c5adb;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.top_feature .pori_flipbox .pori_flipbox_inner {
  padding: 0 30px;
}
.top_feature .pori_flipbox .pori_flipbox_back::before {
  display: none;
}
.top_feature .icon {
  color: #0c5adb;
  font-size: 45px;
  display: inline-block;
  line-height: 46px;
}
.top_feature .pori_flipbox .flipbox_title h3 {
  font-size: 20px;
  color: #232323;
  font-weight: 700;
  
}
/* New Flip Box Style */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 225px;
  perspective: 1000px;
  margin-bottom: 30px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #0c5adb;
  color: black;
  border-radius: 5px;
}
.flipbox-icon {
  padding-top: 22px;
}
.flip-box-content h2 {
  font-size: 23px;
  color: #fff;
}
.flip-box-content p {
  color: #fff;
  padding: 10px 15px;
}
.flipbox-icon .icon {
  font-size: 35px;
  color: #fff;
}

.flip-box-back {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
  border-radius: 5px;
  box-shadow: 0px 0px 25px 17px rgb(0 0 0 / 15%);
  padding: 10px 0 0;
}
.flip-box-back-content h2 {
  font-size: 23px;
  color: #0c5adb;
}
.flip-box-back-content p {
  color: #232323;
  padding: 10px 15px 3px;
}
.flip-box-back-content a {
  padding: 9px 30px;
  color: #ffffff;
  background-color: #0c5adb;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
}
/* Top Feature Style Two */

.top_feature.two .pori_flipbox .pori_flipbox_front,
.top_feature.two .pori_flipbox .pori_flipbox_back {
  min-height: 223px;
}
.top_feature.two .pori_flipbox .pori_flipbox_back {
  background: #fff;
}
.top_feature.two .pori_flipbox .pori_flipbox_inner {
  padding: 0 24px;
}
.top_feature.two .icon {
  color: #fff;
  font-size: 40px;
  line-height: 90px;
  height: 90px;
  width: 90px;
  background: #0c5adb;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}
.top_feature.two .pori_flipbox .flipbox_title h3 {
  padding-bottom: 0;
  font-size: 21px;
}
.top_feature.two .pori_flipbox .pori_flipbox_back .flipbox_title h3 {
  color: #232323;
  font-size: 21px;
}
.top_feature.two .pori_flipbox_back .flipbox_desc p {
  color: #616161;
}
/* Feature Style Three */
.feature_style_three {
  position: relative;
  border-radius: 10px;
}
.feature_style_three:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 55, 66, 0.6);
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.feature_style_tree_thumb img {
  width: 100%;
  border-radius: 10px;
}
.feature_style_tree_content {
  position: absolute;
  left: 0;
  bottom: -67px;
  padding: 0 50px 0 38px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.feature_style_thre_icon .icon {
  color: #fff;
  font-size: 50px;
}
.feature_style_three_title h4 {
  color: #fff;
  font-weight: 700;
}
.feature_style_three_text {
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.feature_style_three_butoon a {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.3s;
  font-size: 14px;
}
.feature_style_three:hover:before {
  background: rgba(12, 90, 219, 0.85);
}
.feature_style_three:hover .feature_style_three_text,
.feature_style_three:hover .feature_style_three_butoon a {
  opacity: 1;
}
.feature_style_three:hover .feature_style_tree_content {
  bottom: 45px;
}

/* Feature Style Four */
.feature_style_four {
  background: #fff;
  text-align: center;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  transition: 0.5s;
  padding: 50px 45px;
}
.feature_style_four.active {
  background: #0c5adb;
}
.feature_style_four_icon i {
  background: #edf4fc;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  line-height: 130px;
  font-size: 40px;
  color: #0c5adb;
  transition: 0.4s;
  display: inline-block;
}
.feature_style_four_title h4 {
  font-weight: 700;
  transition: 0.5s;
}
.feature_style_four_text p {
  transition: 0.5s;
}
.feature_style_four_button a {
  transition: 0.5s;
}
.feature_style_four.active .feature_style_four_title h4,
.feature_style_four.active .feature_style_four_text p,
.feature_style_four.active .feature_style_four_button a {
  color: #fff;
}
.feature_style_four_button a i {
  margin-left: 6px;
}
.feature_style_four:hover {
  background: #0c5adb;
  transform: translateY(-10px);
}
.feature_style_four:hover .feature_style_four_title h4,
.feature_style_four:hover .feature_style_four_text p,
.feature_style_four:hover .feature_style_four_button a {
  color: #fff;
}
/* Feature Style bina */
.feature_style_bina {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 35px 30px 10px;
  box-shadow: 0 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
  position: relative;
  border-radius: 0px 50px 50px 50px;
  background: #fff;
}
.feature_style_bina::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(assets/images/dot.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.feature_style_bina_cion i {
  color: #0c5adb;
  background-color: #eff2f7;
  border-radius: 0 40px 40px;
  font-size: 25px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  transition: 0.5s;
}
.feature_style_bina_title h4 {
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.feature_style_bina_text p {
  transition: 0.5s;
}
.feature_style_bina:hover {
  background: #0c5adb;
  transform: translateY(-10px);
}
.feature_style_bina:hover .feature_style_bina_title h4,
.feature_style_bina:hover .feature_style_bina_text p {
  color: #fff;
}
/* Feature Style Six */
.single_feature_six {
  background: rgba(0, 0, 0, 0.67);
  padding: 20px 20px 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single_feature_six::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #0c5adb;
  content: "";
  transition: 0.5s;
  z-index: -1;
}
.single_feature_six_icon {
  float: left;
  margin-top: 12px;
}
.single_feature_six_icon i {
  font-size: 40px;
  color: #fff;
}
.single_feature_six_content.white {
  overflow: hidden;
}
.single_feature_six_content p {
  padding-top: 10px;
}
.single_feature_six:hover::before {
  width: 100%;
}
/* Feature Style Seven */
.single_feature_seven {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid #e4ecf9;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 30px;
}

.single_feature_seven:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  content: "";
  background: #adc7f1;
  transition: 0.3s;
  z-index: -1;
}
.single_feature_six_seven_icon .icon {
  font-size: 55px;
  color: #0c5adb;
  transition: 0.5s;
}
.single_feature_seven_content h4 {
  transition: 0.5s;
  padding-top: 15px;
}
.single_feature_seven_content p {
  padding-top: 8px;
  transition: 0.5s;
}
.single_feature_seven:hover:before {
  width: 100%;
  height: 100%;
  background: #0c5adb;
}
.single_feature_seven:hover .single_feature_six_seven_icon .icon,
.single_feature_seven:hover .single_feature_seven_content h4,
.single_feature_seven:hover .single_feature_seven_content p {
  color: #fff;
}
/* Feature Style Eight */

.service_pori-grd {
  background: #fff;
  box-shadow: 0 20px 50px 5px #e9eef7;
  text-align: center;
  padding: 60px 40px 45px;
  transition: 0.5s;
  border-radius: 7px;
}
.service_pori-grd:hover {
  box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.service_pori-grd_icon {
  position: relative;
  display: inline-block;
  font-size: 60px;
  width: 130px;
  height: 130px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
  background: #fff;
  box-shadow: 0 20px 50px 5px #e9eef7;
  color: #0c5adb;
}
.service_pori-grd_icon .icon {
  display: inline-block;
}
.service_pori-grd:hover .service_pori-grd_icon {
  color: #fff;
}
.service_pori-grd:hover .service_pori-grd_icon {
  box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.service_pori-grd_icon:before {
  position: absolute;
  content: "";
  background: rgba(12, 90, 219, 0.1);
  width: 100%;
  height: 100%;
  left: -8px;
  top: -5px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.service_pori-grd:hover .service_pori-grd_icon:before {
  background: rgba(12, 90, 219, 0.8);
}
.button.style-four a {
  background: transparent;
  padding: 10px 30px;
  border-radius: 30px;
  color: #0c5adb;
  border: 2px solid #0c5adb;
}
.anim-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-animation: service_hexagon 3s infinite linear;
  -moz-animation: service_hexagon 3s infinite linear;
  -o-animation: service_hexagon 3s infinite linear;
  animation: service_hexagon 3s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.service_pori-grd:hover .anim-icon {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.anim-icon .icon-1 {
  position: absolute;
  left: -25px;
  top: 60px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
  background: rgba(99, 119, 238, 0.8);
}
.anim-icon .icon-2 {
  position: absolute;
  left: 10px;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 4s infinite linear;
  animation: zoom-fade-two 4s infinite linear;
  background: rgba(99, 119, 238, 0.8);
}
.anim-icon .icon-3 {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 3s infinite linear;
  animation: zoom-fade-two 3s infinite linear;
  background: rgba(99, 119, 238, 0.8);
}
.service_pori-grd_title a {
  font-size: 24px;
  font-weight: 700;
}
/* Feature Style Nine */
.style_nine .service_pori-grd {
  padding: 45px 24px 25px;
}
.style_nine .service_pori-grd_icon {
  font-size: 40px;
  width: 100px;
  height: 100px;
  line-height: 95px;
  border-radius: 50%;
}
.style_nine .service_pori-grd_title a {
  font-size: 20px;
}
.pori_flipbox_front {
  border: 1px solid #0c5adb;
  border-radius: 8px;
}
.flipbox .section_main_title h1 {
  color: #fff;
}
.flipbox .section_sub_title h6 {
  color: #fff;
}
.flipbox .section_title {
  margin-bottom: 30px;
}
.pori_flipbox {
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  z-index: 1;
}
.pori_flipbox .pori_flipbox_front,
.pori_flipbox .pori_flipbox_back {
  min-height: 250px;
  height: auto;
  box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  position: relative;
}
.pori_flipbox .pori_flipbox_back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2371ff;
}
.icon {
  font-size: 45px;
  line-height: 45px;
}
.pori_flipbox .pori_flipbox_inner {
  text-align: center;
  padding: 0 25px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  perspective: inherit;
  -webkit-perspective: inherit;
  outline: transparent solid 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}
.pori_flipbox_icon {
  font-size: 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
  overflow: hidden;
}
.pori_flipbox_front .flipbox_desc p {
  color: #fff;
}
.pori_flipbox .flipbox_title h3 {
  font-size: 22px;
  padding-bottom: 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  color: #fff;
}
.pori_flipbox .pori_flipbox_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pori_flipbox .pori_flipbox_back .flipbox_button a {
  text-transform: capitalize;
  margin-top: 22px;
  background: #fff;
  color: #0c5adb;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 5px;
  border: 2px solid #fff;
  transition: 0.5s;
}
.pori_flipbox_back .flipbox_desc p {
  color: #fff;
}
.pori_flipbox .pori_flipbox_back .flipbox_button a i {
  display: none;
}
.pori_flipbox .pori_flipbox_back .flipbox_title h3 {
  padding-bottom: 16px;
  padding-top: 0;
  color: #fff;
  margin-bottom: 0;
}
.pori_flipbox .pori_flipbox_front .flipbox_desc,
.pori_flipbox .pori_flipbox_back .flipbox_desc {
  color: #fff;
}
.pori_flipbox_icon {
  font-size: 45px;
  text-align: center;
  display: inline-block;
  color: #000;
  overflow: hidden;
}
.pori_flipbox_front .icon {
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  background: #0c5adb;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
  display: inline-block;
}
.flipbox_title-pori h4 {
  color: #444;
}
.pori_flipbox .flipbox_title h4 {
  font-size: 22px;
  padding-bottom: 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  color: #fff;
}
.flipbox_desc-pori p {
  color: #666;
}
/* Flipbox Hover Css */
.pori_flipbox:hover .pori_flipbox_front {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.pori_flipbox:hover .pori_flipbox_back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.pori_flipbox .pori_flipbox_back .flipbox_button a:hover {
  color: #fff;
  border-color: #0c5adb;
  background: #0c5adb;
}

.pages .pori_flipbox .pori_flipbox_front .flipbox_title h3 {
  color: #444;
}
.pages .pori_flipbox_front .flipbox_desc p {
  color: #666;
}
/* Service Style bina */
.service_style_bina {
  border: 1px solid #d5c7c7;
  border-radius: 8px;
  background: transparent;
  transition: 0.5s;
}
.service_style_bina_title h4 {
  font-size: 22px;
  font-weight: 700;
  transition: 0.5s;
}
.service_style_bina_icon i {
  transition: 0.5s;
}
.service_style_bina_text p {
  transition: 0.5s;
}
.service_style_bina_button a {
  transition: 0.5s;
}
.service_style_bina_button a i {
  margin-left: 5px;
}
.service_style_bina:hover {
  border: 1px solid #0c5adb;
  background: #0c5adb;
  transform: translateY(-8px);
}
.service_style_bina:hover .service_style_bina_title h4,
.service_style_bina:hover .service_style_bina_icon i,
.service_style_bina:hover .service_style_bina_text p,
.service_style_bina:hover .service_style_bina_button a {
  color: #fff;
}

/*flipbox end */
/* portfolio start */

/* Portfolio Nav */
.portfolio_nav {
  margin-bottom: 50px;
}
.portfolio_menu ul {
  text-align: center;
  list-style: none;
}
.portfolio_menu ul li {
  display: inline-block;
  margin: 0 14px;
  cursor: pointer;
}
.portfolio_menu ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}
.portfolio_menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 24px;
  height: 2px;
  width: 0%;
  background: #fff;
  transition: 0.5s;
}
.portfolio_nav ul li {
  background: #f2f4ff;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 12px 27px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border-radius: 5px;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #0c5adb;
}

/* Single Portfolio */
.single_portfolio {
  overflow: hidden;

  position: relative;
  transition: 0.5s;
}
.single_portfolio_thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}
.single_portfolio_content {
  position: absolute;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  background: #0c5adb;
  margin: auto;
  text-align: left;
  padding: 30px 20px 30px;
  border-radius: 5px;
}
.single_portfolio_icon {
  text-align: center;
  padding-bottom: 10px;
}
.single_portfolio_content_inner {
  text-align: center;
}
.single_portfolio_content_inner h2 {
  font-size: 22px;
  margin: 0;
}
.single_portfolio_content_inner h2 a {
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
}
.single_portfolio_icon i {
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 5px;
  color: #135ef3;
  transition: 0.5s;
}
.single_portfolio_thumb img {
  width: 100%;
}
.single_portfolio_content_inner span {
  color: #fff;
}
/* Portfolio Hover */
.single_portfolio:hover .single_portfolio_thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio_menu ul li a:hover:before {
  width: 100%;
}
.single_portfolio:hover .single_portfolio_content {
  opacity: 1;
  bottom: 35px;
}
.single_portfolio_icon i:hover {
  background: #fff;
  color: #135ef3;
}
.pori-left-m {
  margin-left: -3rem !important;
}
.pori-bg-cg {
  background-color: #2371ff;
}
@media only screen and (min-width:412px) {
  .box-amat {
    background: #2371ff;
    padding: 32px;
    text-align: center;
    display: block;
    border-radius: 5px;
    max-width: 96%;
}
}
.box-amat {
  background: #2371ff;
  padding: 32px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.box-amat-content {
  -ms-flex-item-align: center;
  align-self: center;
}
/* portfolio end */
/* image box start*/
.symptom-item {
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  align-items: center;
  box-shadow: 0 20px 20px rgba(46, 63, 136, 0.05);
}
.symptom-item .symptom-image {
  flex: none;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .symptom-item .symptom-image {
      transition: none;
  }
}
.symptom-item .symptom-content {
  padding: 20px;
}
.symptom-item:hover {
  box-shadow: 0 20px 20px rgba(46, 63, 136, 0.05);
}
.symptom-item:hover .symptom-image {
  animation: swing 0.8s ease-out infinite;
  -webkit-animation: swing 0.8s ease-out infinite;
}
/* image box end */

.single-doctors-card {
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.single-doctors-card .doctors-image {
  position: relative;
  z-index: 1;
}

.single-doctors-card .doctors-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background: #2371ff;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-doctors-card .doctors-image a img {
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-doctors-card .doctors-content {
  margin-top: 25px;
}

.single-doctors-card .doctors-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-doctors-card .doctors-content h3 a {
  color: var(--black-color);
}

.single-doctors-card .doctors-content .doc-info {
  padding: 0;
  margin-bottom: 18px;
}

.single-doctors-card .doctors-content .doc-info li {
  list-style-type: none;
  display: inline-block;
  color: #6f8ba4;
  font-size: 15px;
}

.single-doctors-card .doctors-content .doc-info .rating {
  float: right;
}

.single-doctors-card .doctors-content .doc-info .rating i {
  color: #f5b309;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.single-doctors-card .doctors-content span {
  font-size: var(--font-size);
  font-weight: 500;
  
  color: var(--black-color);
}

.single-doctors-card .doctors-content .doc-location {
  margin-top: 25px;
}

.single-doctors-card .doctors-content .doc-location p {
  font-size: var(--font-size);
  font-weight: 500;
  
  margin-bottom: 5px;
  color: var(--black-color);
}

.single-doctors-card .doctors-content .doc-location span {
  font-size: 15px;
  color: #6f8ba4;
  font-weight: 400;
}

.single-doctors-card:hover .doctors-image a img {
  -webkit-animation: jackInTheBox 0.5s;
  animation: jackInTheBox 0.5s;
}

.single-doctors-card:hover .doctors-content h3 a {
  color: var(--main-color);
}

.doctors-area.bg-f5f6fb {
  background-color: #f5f6fb;
}
.doctor-calendar-table {
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.doctor-calendar-table table {
  margin-bottom: 0;
}

.doctor-calendar-table table thead tr th {
  vertical-align: middle;
  text-align: center;
  background-color: var(--main-color);
  border: none;
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: var(--font-size);
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 15px;
}

.doctor-calendar-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  white-space: nowrap;
  padding: 25px;
}

.doctor-calendar-table table tbody tr td:first-child {
  border-left: none;
}

.doctor-calendar-table table tbody tr td:last-child {
  border-right: none;
}

.doctor-calendar-table table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--font-size);
  font-weight: 600;
}

.doctor-calendar-table table tbody tr td span {
  display: block;
  color: var(--paragraph-color);
  font-size: 14.5px;
  font-weight: 500;
  margin-top: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.doctor-calendar-table table tbody tr td span.time {
  display: inline-block;
  background-color: #ffc500;
  color: var(--main-color);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 45px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 500;
  font-size: var(--font-size);
}
.doctor-calendar-table table tbody tr td span.time ul {
  margin-top: 20px;
}
.doctor-calendar-table table tbody tr td:hover {
  background-color: #2371ff;
  border-color: #fff;
}

.doctor-calendar-table table tbody tr td:hover h3 {
  color: var(--white-color);
}

.doctor-calendar-table table tbody tr td:hover span {
  color: var(--white-color);
}

.doctor-calendar-table table tbody tr td:hover span.time {
  background-color: #fff;
  color: #000;
}

.doctor-calendar-table table tbody tr:last-child td {
  border-bottom: none;
}

/*================================================
Working Hours Area CSS
=================================================*/
.working-hours-area {
  overflow: hidden;
}

.working-hours-content h3 {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.working-hours-content p {
  margin-bottom: 0;
}

.working-hours-content .working-hours-btn {
  margin-top: 30px;
}

.working-hours-wrap {
  background-color: var(--white-color);
  padding: 35px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.working-hours-wrap h3 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 600;
}

.working-hours-wrap .time-info {
  padding: 0;
  margin-bottom: 0;
}

.working-hours-wrap .time-info li {
  list-style-type: none;
  font-size: var(--font-size);
  font-weight: 500;
  color: var(--paragraph-color);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.doctor-calendar-table table thead tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #2371ff;
  border: none;
  border-bottom-color: currentcolor;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: var(--font-size);
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 15px;
}
.working-hours-wrap .time-info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.working-hours-wrap .time-info li span {
  float: right;
}
/* why */
.team-item {
  background: #fff;
  text-align: center;
  padding: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-item {
      transition: none;
  }
}
.team-item .team-thumb {
  position: relative;
}
.team-item .team-thumb .team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-item .team-thumb .team-social .styled-icons.icon-team-list li a {
  background-color: #ffc600;
  color: #fff;
  height: 52px;
  width: 52px;
  line-height: 52px;
  border: none;
  font-size: 18px;
  border-radius: 50%;
  transition: all 300ms ease-in-out 0s;
}
@media only screen and (min-width:767px) and (max-width:1024px){
  .team-item .team-thumb .team-social .styled-icons.icon-team-list li a {
    background-color: #ffc600;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: none;
    font-size: 10px;
    border-radius: 50%;
    transition: all 300ms ease-in-out 0s;
}
}
@media (prefers-reduced-motion: reduce) {
  .team-item .team-thumb .team-social .styled-icons.icon-team-list li a {
      transition: none;
  }
}
.team-item .team-thumb .team-social .styled-icons.icon-team-list li a:hover {
  color: #fff;
}
.team-item .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
  position: absolute;
  opacity: 0;
  left: -10px;
  bottom: -20px;
  z-index: 10;
  transition: all 200ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-item .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
      transition: none;
  }
}
.team-item .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: -40px;
  transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-item .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
      transition: none;
  }
}
.team-item .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
  opacity: 0;
  position: absolute;
  right: 0px;
  bottom: -20px;
  transition: all 200ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-item .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
      transition: none;
  }
}
.team-item .team-thumb img {
  border-radius: 50%;
}
.team-item .team-content .team-information {
  margin-top: 30px;
}
.team-item .team-content .team-information .team-name {
  margin-bottom: 0;
}
.team-item .team-content .team-information .designation {
  margin-top: 5px;
  color: #aaa;
  font-weight: 500;
}
.team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
  left: 20px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 1;
  transition: all 400ms ease-in-out 0s;
}
.team-item:hover {
  background-color: #2371ff;
}
@media (prefers-reduced-motion: reduce) {
  .team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
      transition: none;
  }
}
@media (max-width: 575.98px) {
  .team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
      left: 30px;
      bottom: -5px;
  }

}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
      left: 80px;
      bottom: -10px;
  }
}
.team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  opacity: 1;
  transition: all 500ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
      transition: none;
  }
}
.team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
  position: absolute;
  right: 20px;
  bottom: 0;
  opacity: 1;
  transition: all 400ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
      transition: none;
  }
}
@media (max-width: 575.98px) {
  .team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
      right: 30px;
      bottom: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .team-item:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
      right: 80px;
      bottom: -10px;
  }
}
.team-item:hover .team-thumb img {
  border-radius: 50%;
}
.team-item:hover .team-content .team-information .team-name,
.team-item:hover .team-content .team-information .designation {
  color: #fff;
}
.pori-testi {
  position: relative;
  padding: 40px 20px 80px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.15);
  overflow: hidden;
}
.pori-testi .img-box {
  max-width: 80px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
}
.pori-testi .img-box img {
  border-radius: 10px;
}
.pori-testi .cont-box {
  text-align: center;
}
.pori-testi .quote {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  background: #ff6e9d;
  color: #ffffff;
  position: absolute;
  top: -19px;
  right: -17px;
}
.pori-testi .lower-cont {
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0b114a;
}
.pori-testi .lower-cont h5 {
  color: #ffffff;
  text-transform: capitalize;
}

.card-cate{
  background-color:#ebf6fa;
  border-color:transparent;
  border-radius:2.5rem;
  border-width:0
}
.card-cate figure{
  width:9.5rem;
  height:9.5rem;
  background-color:#fff;
  border-radius:50%;
  color:#ff594d;
  font-size:4.4rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .card-cate figure{
    width:2.5rem;
    height:2.5rem;
}
.card-cate figure i{
  font-size: 19px;
}
.card-menu .menu-item a {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-size: 12px;
}
}
.card-heading{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:3.5rem 4rem
}
.card-heading .card-title{
  margin-right:1.7rem;
  line-height:3.4rem
}
@media (max-width: 991px){
  .card-heading .card-title{
      font-size:calc(15px + (30 - 15) * ((100vw - 200px) / (992 - 200)));
      
  }
}
@media (max-width: 400px){
  .card-heading{
      -ms-flex-wrap:wrap;
      flex-wrap:wrap
  }
  .card-heading .card-title{
    width: 100%;
    margin: 1rem;
    text-align: center;
  }
}
.card-content{
  background-color:#fff;
  border:2px solid #b2dded;
  border-radius:2.5rem;
  padding:45px;
}

.card-content .card-desc{
  margin-right:-1rem
}
.card-content .btn-link{
  margin-left:.8rem;
  margin-top:3.4rem
}
.card-content .btn-link a{
  text-decoration:none;
  position:relative;
  -webkit-transition:all .25s ease;
  transition:all .25s ease
}
.card-content .btn-link a::before{
  content:'';
  display:block;
  position:absolute;
  left:0;
  right:0rem;
  bottom:.1rem;
  height:.1rem;
  background-color:#ff594d;
  -webkit-transform-origin:right center;
  transform-origin:right center;
  -webkit-transform:scale(0, 1);
  transform:scale(0, 1);
  -webkit-transition:-webkit-transform .3s ease;
  transition:-webkit-transform .3s ease;
  transition:transform .3s ease;
  transition:transform .3s ease, -webkit-transform .3s ease
}
.card-content .btn-link a:hover{
  text-decoration:none
}
.card-content .btn-link a:hover::before{
  -webkit-transform-origin:left center;
  transform-origin:left center;
  -webkit-transform:scale(1, 1);
  transform:scale(1, 1)
}
.card-menu{
  margin-left:.8rem
}
.card-menu .menu-item{
  line-height:3rem
}
.card-menu .menu-item i{
  font-size:1.6rem;
  margin-left:.6rem;
  -webkit-transition:all .25s ease;
  transition:all .25s ease
}
.card-menu .menu-item:hover i{
  color:#ff594d
}
.card-menu .menu-item a{
  text-decoration:none;
  position:relative;
  font-weight:500;
  -webkit-transition:all .25s ease;
  transition:all .25s ease
}
.card-menu .menu-item a::before{
  content:'';
  display:block;
  position:absolute;
  left:0;
  right:0rem;
  bottom:.1rem;
  height:.1rem;
  background-color:#6d95af;
  -webkit-transform-origin:right center;
  transform-origin:right center;
  -webkit-transform:scale(0, 1);
  transform:scale(0, 1);
  -webkit-transition:-webkit-transform .3s ease;
  transition:-webkit-transform .3s ease;
  transition:transform .3s ease;
  transition:transform .3s ease, -webkit-transform .3s ease
}
.card-menu .menu-item a:hover{
  text-decoration:none;
  font-weight:700
}
.card-menu .menu-item a:hover::before{
  -webkit-transform-origin:left center;
  transform-origin:left center;
  -webkit-transform:scale(1, 1);
  transform:scale(1, 1)
}
.card-menu .item-link{
  color:#5e616c
}
.card-menu .item-link:hover{
  color:#283779;
  -webkit-text-decoration-line:underline;
  text-decoration-line:underline;
  -webkit-text-decoration-color:#5e616c;
  text-decoration-color:#5e616c
}
/* bina Accordion Start */ 
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title {
  position: relative;
  display: flex;
  overflow: hidden;
  border-style: none !important;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title h3 {
  width: 100%;
  font-size: 15px;
}

.pori-accordion-single-item h3 {
  font-weight: 600;  
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title:hover {
  cursor: pointer;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title .pori-active-inactive-icon{
    position: relative;
    margin-left: 15px;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title span.pori-tab-title-icon {
  position: relative;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title .pori-active-icon i,
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title .pori-inactive-icon i,
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title span.pori-tab-title-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title.active .pori-inactive-icon,
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title .pori-active-icon {
  display: none;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title.active .pori-active-icon {
  display: block;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-content {
    display: none;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-title .pori-active-inactive-icon {
    width: 70px;
    margin-left: auto;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper {
    display: flex;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper.has-image-yes .pori-accordion-text {
    width: 60%;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper.has-image-yes .pori-accordion-image {
    width: 40%;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper.has-image-yes.image-position-left .pori-accordion-text {
  order: 2;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper.has-image-yes.image-position-left .pori-accordion-image {
  order: 1;
}
.pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper .pori-accordion-button a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper {
    flex-direction: column;
  }
  .pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper.has-image-yes .pori-accordion-text,
  .pori-accordion-items .pori-accordion-single-item .pori-accordion-content .pori-accordion-content-wrapper.has-image-yes .pori-accordion-image {
    width: 100%;
  }
}
/* bina Accordion End */ 
/************************************************
	bakhsh slider 23:42 1400/06/02-*/
.pori-tr-1 {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.pori-tr-2 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pori-tr-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pori-hv2el-ctn[data-hover="card_right"] .pori-hv2el-2 {
  -webkit-animation: card_right_primary 1s forwards;
  animation: card_right_primary 1s forwards;
}
.pori-hv2el-ctn[data-click="card_right"] .pori-hv2el-2 {
  -webkit-animation: card_right_primary 1s forwards;
  animation: card_right_primary 1s forwards;
}
.pori-hv2el-ctn[data-hover="card_right"] .pori-hv2el-1 {
  -webkit-animation: card_right_secondary 1s forwards;
  animation: card_right_secondary 1s forwards;
}
.pori-hv2el-ctn[data-click="card_right"] .pori-hv2el-1 {
  -webkit-animation: card_right_secondary 1s forwards;
  animation: card_right_secondary 1s forwards;
}
.pori-hv2el-ctn[data-hover="card_right"]:hover .pori-hv2el-2 {
  -webkit-animation: card_right_secondary 1s forwards;
  animation: card_right_secondary 1s forwards;
}
.pori-hv2el-ctn[data-click="card_right"][data-situation="active"] .pori-hv2el-2 {
  -webkit-animation: card_right_secondary 1s forwards;
  animation: card_right_secondary 1s forwards;
}
.pori-hv2el-ctn[data-hover="card_right"]:hover .pori-hv2el-1 {
  -webkit-animation: card_right_primary 1s forwards;
  animation: card_right_primary 1s forwards;
}
.pori-hv2el-ctn[data-click="card_right"][data-situation="active"] .pori-hv2el-1 {
  -webkit-animation: card_right_primary 1s forwards;
  animation: card_right_primary 1s forwards;
}
@keyframes card_right_secondary {
  0% {
      transform: translateX(0) scale(1);
      z-index: 1;
  }
  25% {
      transform: translateX(40px) scale(0.75);
      z-index: 1;
  }
  70% {
      transform: translateX(-40px) scale(1);
      z-index: 2;
  }
  100% {
      transform: translateX(0px);
      z-index: 2;
  }
}
@-webkit-keyframes card_right_secondary {
  0% {
      transform: translateX(0) scale(1);
      z-index: 1;
  }
  25% {
      transform: translateX(40px) scale(0.75);
      z-index: 1;
  }
  70% {
      transform: translateX(-40px) scale(1);
      z-index: 2;
  }
  100% {
      transform: translateX(0px);
      z-index: 2;
  }
}
@keyframes card_right_primary {
  0% {
      transform: translateX(0px);
      z-index: 2;
  }
  25% {
      transform: translateX(40px);
      z-index: 2;
  }
  70% {
      transform: translateX(40px) scale(0.75);
      z-index: 1;
  }
  100% {
      transform: translateX(0px) scale(0.75);
      z-index: 1;
  }
}
@-webkit-keyframes card_right_primary {
  0% {
      transform: translateX(0px);
      z-index: 2;
  }
  25% {
      transform: translateX(40px);
      z-index: 2;
  }
  70% {
      transform: translateX(40px) scale(0.75);
      z-index: 1;
  }
  100% {
      transform: translateX(0px) scale(0.75);
      z-index: 1;
  }
}
.pori-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.pori-slide-images,
.pori-slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
}
.pori-slide-im-itm {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-size: cover;
}
.pori-slide-im-itm:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pori-slide-content {
  z-index: 1;
}
.pori-sliders-itm {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.pori-sliders-itm-info {
  display: flex;
  width: 80%;
  align-items: center;
}

.pori-sliders-itm-left {
  width: 190px;
  height: 250px;
  float: left;
}
.pori-slide-thumbs {
  width: 190px;
  height: 250px;
  position: relative;
}
.pori-sliders-itm-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.pori-sliders-itm-content {
  box-sizing: border-box;
  padding: 0 20px;
}
.pori-sliders-itm-more a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
.pori-sliders-itm-nav-btns {
  height: 35px;
  padding-top: 15px;
  text-align: right;
  direction: ltr;
}
.pori-slide-btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}
.pori-slide-btn:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 12px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  box-sizing: unset;
}
.pori-slide-btn.pori-slide-btn-nxt:before {
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg);
  left: 9px;
}
.pori-slide-btn:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.pori-sliders-itm-more-link {
  display: inline-block;
  position: relative;
}
.pori-sliders-itm-more-link:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -10px;
  left: 0px;
  background: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pori-sliders-itm-more-link:hover:after {
  width: 100%;
}
.pori-slider[data-nav-pos="bottom"] .pori-slide-nav {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 10px;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pori-slide-nav-btn {
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.7;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pori-slider[data-nav-pos="bottom"] .pori-slide-nav-btn {
  display: inline-block;
  margin: 0 10px;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.pori-slide-nav[data-nav-style="style_1"] .pori-slide-nav-btn,
.pori-slide-nav[data-nav-style="style_3"] .pori-slide-nav-btn,
.pori-slide-nav[data-nav-style="style_5"] .pori-slide-nav-btn,
.pori-slide-nav[data-nav-style="style_6"] .pori-slide-nav-btn {
  background: currentColor;
}
.pori-slide-nav[data-nav-style="style_2"] .pori-slide-nav-btn,
.pori-slide-nav[data-nav-style="style_4"] .pori-slide-nav-btn {
  border: 3px solid currentColor;
}
.pori-slide-nav[data-nav-style="style_3"] .pori-slide-nav-btn,
.pori-slide-nav[data-nav-style="style_4"] .pori-slide-nav-btn {
  border-radius: 50%;
}
.pori-slide-nav[data-nav-style="style_5"] .pori-slide-nav-btn {
  width: 30px;
  height: 5px;
}
.pori-slider[data-nav-pos="bottom"] .pori-slide-nav[data-nav-style="style_6"] .pori-slide-nav-btn {
  margin: 0px 2px;
  width: 100%;
  height: 4px;
}
.pori-slider[data-nav-pos="bottom"] .pori-slide-nav[data-nav-style="style_6"] {
  padding: 0 20px;
}
.pori-slider[data-nav-pos="side"] .pori-slide-nav {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pori-slider[data-nav-pos="side"] .pori-slide-nav .pori-slide-nav-btn {
  margin: 10px 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.pori-slide-nav[data-nav-style="style_5"] .pori-slide-nav-btn {
  width: 5px;
  height: 30px;
}
.pori-slider[data-nav-pos="side"] .pori-slide-nav[data-nav-style="style_6"] .pori-slide-nav-btn {
  width: 20px;
  height: 3px;
}
.pori-slider[data-nav-pos="side"] .pori-slide-nav[data-nav-style="style_6"] .pori-slide-nav-btn:hover,
.pori-slider[data-nav-pos="side"] .pori-slide-nav[data-nav-style="style_6"] .pori-slide-nav-btn[data-situation="active"] {
  width: 36px;
}
.pori-slider[data-nav-pos="side"] .pori-slide-nav[data-nav-style="style_6"] {
  align-items: flex-end;
  right: 20px;
}
.pori-slider .pori-slide-nav-btn:hover,
.pori-slider .pori-slide-nav-btn[data-situation="active"] {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.pori-slider .pori-slide-nav[data-nav-style="style_5"] .pori-slide-nav-btn,
.pori-slider .pori-slide-nav[data-nav-style="style_6"] .pori-slide-nav-btn {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pori-slide-im-itm[data-situation="inactive"] {
  z-index: 1;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.pori-slide-txtanm-ctn {
  overflow: hidden;
}
.pori-slide-itm-txtanm {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
  visibility: hidden;
  margin: 10px 0;
}
.pori-slide-itm-txtanm[data-situation="active"] {
  -webkit-animation: pori_bina_show_topbottom 0.6s forwards;
  animation: pori_bina_show_topbottom 0.6s forwards;
}
.pori-slide-itm-txtanm[data-situation="inactive"] {
  -webkit-animation: pori_bina_hide_topbottom 0.6s forwards;
  animation: pori_bina_hide_topbottom 0.6s forwards;
  opacity: 1;
  visibility: visible;
  position: absolute;
}
.pori-sliders-itm-subh.pori-slide-itm-txtanm[data-situation="active"] {
  -webkit-animation: pori_bina_show_topbottom 0.6s 0.15s forwards;
  animation: pori_bina_show_topbottom 0.6s 0.15s forwards;
}
.pori-sliders-itm-subh.pori-slide-itm-txtanm[data-situation="inactive"] {
  -webkit-animation: pori_bina_hide_topbottom 0.6s 0.15s forwards;
  animation: pori_bina_hide_topbottom 0.6s 0.15s forwards;
}

.pori-sliders-itm-txt.pori-slide-itm-txtanm[data-situation="active"] {
  -webkit-animation: pori_bina_show_topbottom 0.6s 0.3s forwards;
  animation: pori_bina_show_topbottom 0.6s 0.3s forwards;
}
.pori-sliders-itm-txt.pori-slide-itm-txtanm[data-situation="inactive"] {
  -webkit-animation: pori_bina_hide_topbottom 0.6s 0.3s forwards;
  animation: pori_bina_hide_topbottom 0.6s 0.3s forwards;
}
@keyframes pori_bina_hide_topbottom {
  80% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 1;
      visibility: visible;
  }
  85% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden;
  }
}
@-webkit-keyframes pori_bina_hide_topbottom {
  80% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 1;
      visibility: visible;
  }
  85% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden;
  }
}
@keyframes pori_bina_show_topbottom {
  0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
      visibility: visible;
  }
}
@-webkit-keyframes pori_bina_show_topbottom {
  0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
      visibility: visible;
  }
}

.pori-sliders-link,
.pori-sliders-itm-more {
  overflow: hidden;
}
.pori-sliders-link {
  position: relative;
  float: left;
}
.pori-sliders-itm-more-link {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  visibility: hidden;
}
.pori-sliders-itm-more-link[data-situation="active"] {
  -webkit-animation: pori_bina_show_leftright 0.6s 0.3s forwards;
  animation: pori_bina_show_leftright 0.6s 0.3s forwards;
}
.pori-sliders-itm-more-link[data-situation="inactive"] {
  -webkit-animation: pori_bina_hide_leftright 0.6s 0.3s forwards;
  animation: pori_bina_hide_leftright 0.6s 0.3s forwards;
  opacity: 1;
  visibility: visible;
  position: absolute;
}
@keyframes pori_bina_hide_leftright {
  80% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
      visibility: visible;
  }
  85% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
      visibility: hidden;
  }
}
@-webkit-keyframes pori_bina_hide_leftright {
  80% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
      visibility: visible;
  }
  85% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
      visibility: hidden;
  }
}
@keyframes pori_bina_show_leftright {
  0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
      visibility: visible;
  }
}
@-webkit-keyframes pori_bina_show_leftright {
  0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
      visibility: hidden;
  }
  100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
      visibility: visible;
  }
}

.pori-sliders-itm-img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: card_right_secondary 1s forwards;
  animation: card_right_secondary 1s forwards;
}
.pori-sliders-itm-img[data-situation="active"] {
  -webkit-animation: card_right_secondary 1s forwards;
  animation: card_right_secondary 1s forwards;
}
.pori-sliders-itm-img[data-situation="inactive"] {
  -webkit-animation: card_right_primary 1s forwards;
  animation: card_right_primary 1s forwards;
}
.pori-sliders-itm-img[data-hidden="true"] {
  display: none;
}
.pori-slide-load-ctn {
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  z-index: 6;
}

.pori-slider[data-loading="loading"] .pori-slide-load-bar,
.pori-ctcrdsld-ctn[data-loading="loading"] .pori-slide-load-bar {
  -webkit-animation: pori_bina_load_bar 3s linear;
  animation: pori_bina_load_bar 3s linear;
}
@keyframes pori_bina_load_bar {
  0% {
      width: 0%;
  }
  80% {
      width: 100%;
      left: 0px;
  }
  85% {
      width: 100%;
      right: 0;
      left: unset;
  }
  100% {
      width: 0%;
      right: 0;
      left: unset;
  }
}
@-webkit-keyframes pori_bina_load_bar {
  0% {
      width: 0%;
  }
  80% {
      width: 100%;
      left: 0px;
  }
  85% {
      width: 100%;
      right: 0;
      left: unset;
  }
  100% {
      width: 0%;
      right: 0;
      left: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pori-sliders-itm-ins {
      width: 100%;
      padding: 0 5%;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .pori-sliders-itm-ins {
      width: 100%;
      padding: 0 2%;
  }
  .pori-sliders-itm-info {
      width: calc(100% - 30px);
  }
}
icon-modern__item {
  position: relative;
  background: #E8E8E8;
  width: 100%;
  padding: 26px;
  border-radius: 72px;
}

@media only screen and (max-width: 400px) {
  .icon-modern__item {
    padding: 0px;
  }
}

.icon-modern__item:hover .icon-modern__thumb {
  background: #2371ff;
  border-color: #fff;
}

.icon-modern__item:hover .icon-modern__thumb i {
  color: #fff;
}

.icon-modern__thumb-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 100px;
  padding-right: 20px;
  padding-top: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}


.icon-modern__item {
  position: relative;
  background: #E8E8E8;
  width: 100%;
  padding: 26px;
  border-radius: 72px;
}
.icon-modern__thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px dashed #bababa;
  text-align: center;
  line-height: 74px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 400px) {
  .icon-modern__thumb {
    border-color: #fff;
  }
}

.icon-modern__thumb i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 400px) {
  .icon-modern__thumb i {
    color: #fff;
  }
}

.icon-modern__thumb i:before {
  font-size: 30px;
}
@media only screen and (max-width: 400px) {
  .icon-modern__thumb {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .icon-modern__thumb-wrapper {
    width: 50px;
    height: 50px;
    top: 30%;
    right: 50px;
    background: #2371ff;
    padding-top: 4px;
    padding-left: 4px;
}
.icon-modern__thumb {
  width: 5px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 25%;
  position: relative;
  top: 5%;
  border: none;
}

}
.icon-modern__content {
  background: #fff;
  padding-right: 95px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 72px;
}

.icon-modern__content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #292929;
  line-height: 18px;
  text-transform: uppercase;
  margin: 5px auto;
}

.icon-modern__content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #797979;
}
@media only screen and (min-width:767px) and (max-width:1024px) {
  .icon-modern__thumb-wrapper{
    display: none;
  }
  .icon-modern__content {
    background: #fff;
    padding-right: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 72px;
}
  
}
.about-item {
  margin-bottom: 30px;
}
.about-item h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-item p {
  margin-bottom: 40px;
}
.about-item ul {
  padding: 0;
  margin: 0 0 30px;
}
@media only screen and (min-width:767px) and (max-width:970px){
  .about-item ul{
    display: none;
  }
}
.about-item ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 12px;
}
.about-item ul li:last-child {
  margin-bottom: 0;
}
.about-item ul li i {
  display: inline-block;
  margin-left: 10px;
  color: #0046c0;
  font-size: 23px;
  position: relative;
  top: 2px;
}
.about-item a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background-color: #0046c0;
  font-weight: 500;
  padding: 20px 45px;
  border-radius: 5px;
}
.about-item a:hover {
  color: 15px;
  background-color: #111;
}
.expertise-item {
  text-align: center;
}
.expertise-item a {
  display: block;
}
.expertise-item .expertise-inner {
  background-color: #0046c0;
  padding: 42px 25px 35px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.expertise-item .expertise-inner:hover i {
  box-shadow: none;
}
.classic-iconbox .expertise-inner i {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: #0046c0;
  font-size: 30px;
  margin-bottom: 35px;
  box-shadow: 0 0 0 7px #ffffffa6;
  background-color: #fff;
  transition: all 0.5s ease;
  position: relative;
  top: 8px;
  text-align: center;
}
.classic-iconbox .expertise-inner h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 14px;
  text-align: center;
}
.classic-iconbox .expertise-inner p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.classic-iconbox .expertise-right {
  padding-left: 80px;
  position: relative;
}
.expertise-item .expertise-right:before {
  top: -10px;
  left: 70px;
  -webkit-animation: a-one 5s linear infinite;
  animation: a-one 5s linear infinite;
}
.expertise-item .expertise-right:after,
.expertise-item .expertise-right:before {
  position: absolute;
  content: "";
  width: 230px;
  height: 380px;
  z-index: -1;
  border-radius: 10px;
  background-color: #0046c0;
}
.expertise-item .expertise-right:after {
  bottom: -10px;
  right: -10px;
  -webkit-animation: a-two 5s linear infinite;
  animation: a-two 5s linear infinite;
}
.expertise-item .expertise-right img {
  width: 100%;
  z-index: 1;
  -webkit-animation: a-seven 10s linear infinite;
  animation: a-seven 10s linear infinite;
}
@-webkit-keyframes a-seven {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  to {
      transform: scale(1);
  }
}
@keyframes a-seven {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  to {
      transform: scale(1);
  }
}
.classic-iconbox a {
  display: block;
}
.classic-iconbox .expertise-inner {
  padding: 42px 25px 35px;
  border-radius: 10px;
  
}
.classic-iconbox .expertise-inner:hover i {
  box-shadow: none;
}
.classic-iconbox{
  background-color: #2371ff;
  border-radius: 10px;
}
.classic-iconbox .expertise-inner i {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: #0046c0;
  font-size: 30px;
  margin-bottom: 35px;
  box-shadow: 0 0 0 7px #ffffffa6;
  background-color: #fff;
  transition: all 0.5s ease;
  position: relative;
  top: 8px;
}
.classic-iconbox .expertise-inner h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 14px;
}
.expertise-item .expertise-inner p {
  margin-bottom: 0;
  color: #fff;
}
.expertise-item .expertise-right {
 
  position: relative;
}
.pori_service3_item {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 24.3px 2.7px rgba(238, 238, 238, 0.004);
  box-shadow: 0px 0px 24.3px 2.7px rgba(238, 238, 238, 0.004);
  padding: 40px 40px 45px 40px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .pori_service3_item {
    padding: 40px 20px 45px 20px;
  }
}

@media only screen and (max-width: 400px) {
  .pori_service3_item {
    padding: 40px 20px 45px 20px;
  }
}

.pori_service3_item:hover .pori-doki-btn {
  background: #2371ff;
  border: 1px solid #2371ff;
  color: #fff;
}

.pori_service3_item:hover .pori_service3_star i {
  color: #fff;
}

.pori_service3_item:hover .pori_service3_star:before {
  border-top-color: #2371ff;
}

.pori_service3_star {
  position: absolute;
  left: 0px;
  top: 0px;
}

.pori_service3_star:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 59px solid #ffc500;
  border-right: 55px solid transparent;
  z-index: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pori_service3_star i {
  z-index: 5;
  position: relative;
  top: 5px;
  left: 8px;
  color: #2371ff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pori_service3_thumb {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 50px;
}

.pori_service3_thumb:before {
  position: absolute;
  content: url(../img/png-img/png-img-02.png);
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.pori_service3_thumb img {
  position: relative;
  z-index: 10;
}

.pori_service3_content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 9px;
}

.pori_service3_content:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 80px;
  background: #2371ff;
}

.pori_service3_content:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 80px;
  background: #2371ff;
}

.pori_service3_content h4 {
  font-size: 17px;
  color: #223645;
  line-height: 30px;
  
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 21px;
}

.pori_service3_content p {
  font-size: 16px;
  line-height: 26px;
  color: #768495;
}

.pori_service3_bottom-text p {
  font-size: 16px;
  line-height: 26px;
  color: #768495;
  margin: 0px;
}

.pori_service3_bottom-text p a {
  color: #2371ff;
}

.pori_service3_bottom-text p a:hover {
  color: #cf1c4a;
}

.service1 .owl-item img {
  display: inline-block;
  width: auto;
}

.service1 .owl-carousel .owl-nav button.owl-prev,
.service1 .owl-carousel .owl-nav button.owl-next {
  height: 60px;
  width: 60px;
  background: #fff;
  color: #223645;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.service1 .owl-carousel .owl-nav button.owl-prev:hover,
.service1 .owl-carousel .owl-nav button.owl-next:hover {
  background: #2371ff;
  color: #fff;
}
.pori_service3_thumb li{

  font-size: 70px;
}
.pori-doki-btn {
  display: inline-block;
  text-transform: capitalize;
  padding: 20px 35px 20px 85px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #2371ff;
  background: #fff;
  border: 1px solid #2371ff;
  
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
}
.pori-doki-btn i {
  height: 54px;
  width: 54px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 54px;
  border-radius: 100px;
  background-color: #ffc500;
  color: #2371ff;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1399px) {

  .service1 .owl-carousel .owl-nav button.owl-prev,
  .service1 .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.service1 .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -90px;
}
.pori-serv-class.service-1 {
 
  text-align: center;
  padding: 60px 35px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.pori-serv-class.service-1:hover .service-bg, .pori-serv-class.service-1.active .service-bg {
  opacity: 1;
  visibility: visible;
}

.pori-serv-class.service-1:hover .icon, .pori-serv-class.service-1.active .icon {
  color: #ffc54f;
  background-color: #fff;
}

.pori-serv-class.service-1:hover h3, .pori-serv-class.service-1.active h3 {
  color: #fff;
}

.pori-serv-class.service-1:hover a, .pori-serv-class.service-1.active a {
  background: #ffc54f;
  color: #000;
  width: 60%;
}

@media (max-width: 767px) {
  .pori-serv-class.service-1:hover a, .pori-serv-class.service-1.active a {
    width: 50%;
  }
}

.pori-serv-class.service-1:hover a span, .pori-serv-class.service-1.active a span {
  display: inline;
}

.pori-serv-class.service-1 .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  border-radius: 10px;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.pori-serv-class.service-1 .service-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .8;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
}

.pori-serv-class.service-1 .icon {
  width: 120px;
  height: 120px;
  margin: 0px auto;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 48px;
  background-color: #ffc54f;
  line-height: 120px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pori-serv-class.service-1 h3 {
  font-size: 26px;
  letter-spacing: -1px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  .pori-serv-class.service-1 h3 {
    font-size: 22px;
  }
}

.pori-serv-class.service-1 a {
  display: inline;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 19px 25px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  position: relative;
  bottom: -50px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

@media (max-width: 767px) {
  .pori-serv-class.service-1 a {
    padding: 18px 24px;
    font-weight: 500;
  }
}

.pori-serv-class.service-1 a span {
  display: none;
  margin-left: 15px;
}
.pori-user-team {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
  height: 410px;
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
}

@media (max-width: 767px) {
  .pori-user-team {
    height: 320px;
  }
}

.pori-user-team .member-img {
  position: relative;
  text-align: center;
 
}

.pori-user-team .social-icons {
  position: absolute;
  right: 40px;
  top: 40px;
  content: "";
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.pori-user-team .social-icons:hover .plus-icon {
  background-color: #ffc500;
}

.pori-user-team .social-icons:hover .plus-icon i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
}

.pori-user-team .social-icons:hover .top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pori-user-team .social-icons:hover .right {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pori-user-team .social-icons .plus-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

.pori-user-team .social-icons .plus-icon i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pori-user-team .social-icons .plus-icon, .pori-user-team .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  color: #001659;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pori-user-team .social-icons .plus-icon:hover, .pori-user-team .social-icons a:hover {
  background: #ffc500;
  color: #fff;
}

.pori-user-team .social-icons .top {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin-right: 55px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  height: 50px;
}

.pori-user-team .social-icons .top a {
  margin-left: 5px;
}

.pori-user-team .social-icons .right {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 50px;
  float: right;
}

.pori-user-team .social-icons .right a {
  margin-top: 10px;
  display: block;
}

.pori-user-team .member-details {
  position: absolute;
  bottom: 40px;
  left: 40px;
  content: "";
}

.pori-user-team .member-details h3 {
  color: #001659;
  background: #fff;
  line-height: 1;
  padding: 20px 25px;
  padding-right: 50px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .pori-user-team .member-details h3 {
    font-size: 20px;
    padding: 15px 25px;
  }
}

.pori-user-team .member-details span {
  padding: 8px 25px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background: #ffc500;
  display: inline-block;
}

@media (max-width: 767px) {
  .pori-user-team .member-details span {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.service-chalchala {
  position: relative;
  z-index: 0;
  height: 420px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .service-chalchala {
    height: 350px;
  }
}
.service-chalchala:hover .hover-flip-content, .service-chalchala.active .hover-flip-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.service-chalchala .service-title {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0px 30px;
  text-align: center;
}
.service-chalchala .hover-flip-content {
  position: absolute;
  right: -200px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 1;
}

@media (max-width: 1199px) {
  .service-chalchala .hover-flip-content {
    padding: 30px;
  }
}

.service-chalchala .hover-flip-content .icon {
  margin-bottom: 20px;
}

.service-chalchala .hover-flip-content .icon h1 {
  font-size: 100px;
  line-height: 1;
  color: #001248;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001248;
}

.service-chalchala .hover-flip-content h2 {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 20px;
}
.service-title-riqo{
text-align: center;
padding: 10px 0;
background: #ffc500;
width: 40%;
right: 29%;
position: relative;
margin: 10px 0;
border-radius: 2px;
font-family: irmedi;
border-bottom: 1px solid #001659;
}
.service-title-riqo h4 {
  font-family: irmedi;
}
/* ------------------------
About Section
------------------------*/
.about-sec:before {
  content: "";
  background: #FFC300;
  width: 50%;
  height: 90%;
  position: absolute;
  top: 12%;
  right: 0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: -1;
}

.year-box {
  background: #ffffff;
  padding: 30px;
  position: absolute;
  z-index: 9;
  display: flex;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  align-items: center;
  color: #2b2b2b;
  right: 5%;
  top: 50%;
  margin-top: -90px;
  justify-content: center;
}

.year-box span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.ripple-ani {
  animation: ripple-white 1s linear infinite;
}
@-webkit-keyframes ripple-white {
  0% {
     -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
     box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
 }
 100% {
     -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
     box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
 } }
 
 @keyframes ripple-white {
  0% {
     -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
     box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
 }
 100% {
     -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
     box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
 } }
.img-border {
  border: 10px solid #ffffff
}
.bg-effect:after {
  background: #dafeff;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  border-radius: .25rem
}

.bg-effect.right:after {
  left: inherit;
  right: 0
}
.counter-item {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
}
.counters img {
  border-radius: 30px;
}
.counter-item .counter-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.counter-item .counter-text h6 {
  margin-bottom: 5px;
}
.counter-item .counter-text h6, .counters .counter-item .counter-text h2 {
  color: #fff;
}
.counter-item::after {
  background: #ffc500;
}
.counter-item::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.85;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  background: #ff5b29;
}
.pori-abu2__content {
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .pori-abu2__content {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .pori-abu2__content {
    margin-top: 60px;
  }
}

.pori-abu2__content .title_style1 {
  margin-bottom: 17px;
}

.pori-abu2__content p {
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  .pori-abu2__content p {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1000px) {
  .pori-abu2__experience {
    display: none;
  }
}
@media only screen and (min-width: 770px) and (max-width: 920px) {
  .pori-abu2__experience--content i {
    display: none;
  }
}

.pori-abu2__experience--content {
    background: #fff;
    border-bottom: 4px solid #ffc500;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(34, 32, 31, 0.3);
    box-shadow: 0px 20px 40px 0px rgba(18, 18, 18, 0.3);
    position: relative;
    z-index: 1;
    padding: 43px 20px 30px 0px;

}

.pori-abu2__experience--content h2 {
  font-size: 80px;
  letter-spacing: -6px;
  color: #ff5e14;
  line-height: 65px;
  font-weight: bold;
  
  position: absolute;
  top: 43px;
  right: 50px;
  z-index: 10;
}

.pori-abu2__experience--content h2 span {
  font-size: 16px;
}

.pori-abu2__experience--content i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 60px;
  color: #ffc500;
  z-index: 5;
}

.pori-abu2__experience--content .pori-abu2_experience_text {
  padding-right: 155px;
}

.pori-abu2__experience--content .pori-abu2_experience_text h4 {
  font-size: 16px;
  line-height: 1;
  
  text-transform: uppercase;
  font-weight: bold;
}

.pori-abu2__experience--content .pori-abu2_experience_text h3 {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
/* Logo Carousel Style Start */

.pori-logo-carousel-element {
  visibility:hidden;
  opacity:0;	 
  transition: opacity .3s;
}

.pori-logo-carousel-element.slick-initialized {
 visibility:visible;
 opacity:1;
}

.pori-logo-carousel-element .pori-logo-carousel-item{
 display:none ;
}

.pori-logo-carousel-element .pori-logo-carousel-item:first-child{
 display:block; 
 visibility:hidden;
} 

.pori-logo-carousel-element.slick-initialized .pori-logo-carousel-item{
 display:block;
 visibility:visible;
}



.pori-logo-carousel .slick-dots {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  position: absolute;
}

.pori-logo-carousel .slick-dots li {
  list-style: none;
  display: inline-block;
  padding: inherit;
  outline: none;
  border: 0;
}

.pori-logo-carousel .slick-dots li button {
  padding: inherit;
  outline: none;
  border: 0;
  text-indent: -9999px;
}

.pori-logo-carousel-left img{
  margin-right: auto;
}
.pori-logo-carousel-center img{
  margin-left: auto;
  margin-right: auto;
}
.pori-logo-carousel-right img{
  margin-left: auto;
}

 .pori-logo-carousel-prev, 
 .pori-logo-carousel-next {
  position: absolute;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}

 .pori-logo-carousel-prev i, .pori-logo-carousel-element .pori-logo-carousel-next i {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.pori-logo-carousel-element .pori-logo-carousel-prev:hover, 
.pori-logo-carousel-element .pori-logo-carousel-next:hover {
  background: #fff;
}

.pori-logo-carousel-element .pori-logo-carousel-prev:hover i, 
.pori-logo-carousel-element .pori-logo-carousel-next:hover i {
  color: #000000;
}

.pori-logo-carousel-element .pori-logo-carousel-prev {
  z-index: 1;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pori-logo-carousel-element .pori-logo-carousel-next {
  z-index: 1;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} 

.pori-logo-carousel .slick-dots {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pori-logo-carousel-element.pori-logo-carousel-max-height-yes .pori-logo-carousel-item{
  display: flex;
  align-items: center;
}
/* Logo Carousel Style End */

/* Filterable Gallery Start */

.pori-gallery-items {
  text-align: center;
}

.pori-gallery-items .pori-gallery-content-wrapper {
  position: relative;
  overflow: hidden;
}
.pori-gallery-items .pori-gallery-image .pori-gallery-thumbnail-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100.1%;
    background-position: center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    will-change: transform;
    overflow: hidden;
}
.pori-gallery-items .pori-gallery-image {
    position: relative;
    background-color: #eeeeee;
    padding-bottom: 80%;
}
.pori-gallery-menu {
  display: block;
}

.pori-gallery-menu .filter-item {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all .3s ease;
  text-transform: capitalize;
  margin: 5px;
}

.pori-gallery-items .pori-gallery-element {
  display: flex;
  flex-wrap: wrap;
}

.pori-gallery-items .pori-gallery-element .pori-gallery-item {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .pori-gallery-items .pori-gallery-element .pori-gallery-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .pori-gallery-items .pori-gallery-element .pori-gallery-item {
    width: 100%;
  }
}

.pori-gallery-items .pori-gallery-element .pori-gallery-item img {
  width: 100%;
  display: block;
}

.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(114, 76, 255, 0.8);
  transition: all .3s ease;
}

.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay .pori-gallery-item-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay .pori-gallery-item-overlay-content .pori-fg-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay .pori-gallery-item-overlay-content .pori-gallery-item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay .pori-gallery-item-overlay-content a {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: all .3s ease;
  border-radius: 100%;
}

.pori-gallery-items .pori-gallery-item-content.below-image {
  display: flex;
  flex-direction: column;
}
.pori-gallery-items .pori-gallery-item-content h2 {
  margin: 10px 0px 10px 0px;
  font-size: 20px;
}

.pori-gallery-items .pori-gallery-item-content p {
  margin: 10px 0px 10px 0px;
}

.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay .pori-gallery-item-overlay-content a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay.pori-zoom-in{
  -webkit-transform: scale(0);
          transform: scale(0);
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item:hover .pori-gallery-item-overlay.pori-zoom-in{
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay.pori-slide-left{
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          opacity: 0;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item:hover .pori-gallery-item-overlay.pori-slide-left{
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
          opacity: 1;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay.pori-slide-right{
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
          opacity: 0;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item:hover .pori-gallery-item-overlay.pori-slide-right{
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
          opacity: 1;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay.pori-slide-top{
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
          opacity: 0;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item:hover .pori-gallery-item-overlay.pori-slide-top{
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
          opacity: 1;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item .pori-gallery-item-overlay.pori-slide-bottom{
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
          opacity: 0;
}
.pori-gallery-items .pori-gallery-element .pori-gallery-item:hover .pori-gallery-item-overlay.pori-slide-bottom{
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
          opacity: 1;
}

.pori-gallery-element .pori-gallery-item.pori-col-1 {
  width: 100%;
}
.pori-gallery-element .pori-gallery-item.pori-col-2 {
  width: 50%;
}
.pori-gallery-element .pori-gallery-item.pori-col-3 {
  width: 33.3333333333333%;
}
.pori-gallery-element .pori-gallery-item.pori-col-4 {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .pori-gallery-element .pori-gallery-item.pori-col-1,
  .pori-gallery-element .pori-gallery-item.pori-col-2,
  .pori-gallery-element .pori-gallery-item.pori-col-3,
  .pori-gallery-element .pori-gallery-item.pori-col-4 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .pori-gallery-element .pori-gallery-item.pori-col-1,
  .pori-gallery-element .pori-gallery-item.pori-col-2,
  .pori-gallery-element .pori-gallery-item.pori-col-3,
  .pori-gallery-element .pori-gallery-item.pori-col-4 {
    width: 100%;
  }
}

/* Flterable gallery End */
/* Testimonial style start */

.pori-testimonial-ratings{
  margin: 0;
  padding: 0;
}

.pori-testimonial-ratings li{
  list-style: none;
  display: inline-block;
}

.pori-testimonial-thumb img {
  height: 100% !important;
  width: 100%;
  display: block;
  object-fit: cover;
}
.pori-testimonial-thumb {
  background: #ffffff;
}

.pori-testimonial-wrapper.pori-testimonial-align-center{
  text-align: center;
}

.pori-testimonial-wrapper.pori-testimonial-align-center .pori-testimonial-thumb{
  margin-left: auto;
  margin-right: auto;
}

.pori-testimonial-wrapper.pori-testimonial-align-bottom{
  text-align: center;
}

.pori-testimonial-wrapper.pori-testimonial-align-bottom .pori-testimonial-thumb{
  margin-left: auto;
  margin-right: auto;
}

.pori-testimonial-wrapper.pori-testimonial-align-right{
  text-align: right;
}

.pori-testimonial-wrapper.pori-testimonial-align-center .pori-testimonial-thumb{
  margin-left: auto;
}

.pori-testimonial-wrapper.pori-testimonial-align-left .pori-testimonial-reviewer-wrapper,
.pori-testimonial-wrapper.pori-testimonial-align-right .pori-testimonial-reviewer-wrapper{
  display: flex;
  align-items: center;
}

.pori-testimonial-wrapper.pori-testimonial-align-right .pori-testimonial-reviewer-wrapper{
  justify-content: flex-end;
}

.pori-testimonial-wrapper.pori-testimonial-align-right .pori-testimonial-reviewer-wrapper .pori-testimonial-thumb{
  order: 2;
}
.pori-testimonial-wrapper.pori-testimonial-align-right .pori-testimonial-reviewer-wrapper .pori-testimonial-reviewer{
  order: 1;
}

.pori-testimonial-description{
  margin: 0;
}

.pori-testimonial-name{
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  transition: all .3s ease;
}

.pori-testimonial-designation{
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.pori-testimonial-content-wrapper-arrow::before{
  position: absolute;
  content: "\e92a";
  font-family: eicons;
  transform: translateX(-50%);
  font-size: 25px;
  line-height: 1;
}

.pori-testimonial-wrapper-inner.layout-2 .pori-testimonial-content-wrapper-arrow::before{
  /* top: -15px; */
  transform: translateX(-50%) rotate(180deg);
}
.pori-testimonial-wrapper {
  transition: all .3s ease;
}

.pori-testimonial-content-wrapper-arrow{
  position: relative;
  z-index: 1;
}

.pori-testimonial-wrapper.pori-testimonial-align-center .pori-testimonial-wrapper-inner.layout-1 .pori-testimonial-content-wrapper-arrow::before{
  left: 50%;
  bottom: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-align-bottom .pori-testimonial-wrapper-inner.layout-1 .pori-testimonial-content-wrapper-arrow::before{
  left: 50%;
  bottom: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-align-left .pori-testimonial-wrapper-inner.layout-1 .pori-testimonial-content-wrapper-arrow::before{
  left: 40px;
  bottom: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-align-right .pori-testimonial-wrapper-inner.layout-1 .pori-testimonial-content-wrapper-arrow::before{
  right: 25px;
  bottom: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-align-center .pori-testimonial-wrapper-inner.layout-2 .pori-testimonial-content-wrapper-arrow::before{
  left: 50%;
  top: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-align-bottom .pori-testimonial-wrapper-inner.layout-2 .pori-testimonial-content-wrapper-arrow::before{
  left: 50%;
  top: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-align-left .pori-testimonial-wrapper-inner.layout-2 .pori-testimonial-content-wrapper-arrow::before{
  left: 40px;
  top: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-align-right .pori-testimonial-wrapper-inner.layout-2 .pori-testimonial-content-wrapper-arrow::before{
  right: 25px;
  top: -15px;
}

.pori-testimonial-wrapper.pori-testimonial-image-aside{
  display: flex;
  align-items: center;
}

.pori-testimonial-wrapper.pori-testimonial-transition-top-yes:hover{
  transform: translateY(-10px);
}
.pori-testimonial-wrapper.pori-testimonial-transition-top-yes{
  transform: translateY(0px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* Testimonial style end */
/* flip box shoro */
/* Effects */
.pori-flipbox-wrapper .pori-flipbox-card {
	height: 280px;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pori-flipbox-wrapper .pori-flipbox-front,
.pori-flipbox-wrapper .pori-flipbox-back {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pori-flipbox-wrapper.ma-flip .pori-flipbox-front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1;
}

.pori-flipbox-wrapper.ma-flip .pori-flipbox-card:hover .pori-flipbox-back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-up .pori-flipbox-back {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-up .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-down .pori-flipbox-back {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-down .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-left .pori-flipbox-back {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg);
	background-color: #2E77FF;
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-left .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg);
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-right .pori-flipbox-back {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg);
}

.pori-flipbox-wrapper.ma-flip.ma-flip-dir-right .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg);
}

.pori-flipbox-wrapper.ma-slide .pori-flipbox-card {
	overflow: hidden;
}

.pori-flipbox-wrapper.ma-slide .pori-flipbox-card:hover .pori-flipbox-back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.pori-flipbox-wrapper.ma-slide.ma-flip-dir-up .pori-flipbox-back {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.pori-flipbox-wrapper.ma-slide.ma-flip-dir-down .pori-flipbox-back {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}

.pori-flipbox-wrapper.ma-slide.ma-flip-dir-left .pori-flipbox-back {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
}

.pori-flipbox-wrapper.ma-slide.ma-flip-dir-right .pori-flipbox-back {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}

.pori-flipbox-wrapper.ma-push .pori-flipbox-card {
	overflow: hidden;
}

.pori-flipbox-wrapper .pori-flipbox-title {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}

.pori-flipbox-wrapper.ma-push .pori-flipbox-card:hover .pori-flipbox-back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.pori-flipbox-wrapper.ma-push .pori-flipbox-front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-up .pori-flipbox-back {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-up .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-down .pori-flipbox-back {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-down .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-left .pori-flipbox-back {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-left .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-right .pori-flipbox-back {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}

.pori-flipbox-wrapper.ma-push.ma-flip-dir-right .pori-flipbox-card:hover .pori-flipbox-front {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
}

.pori-flipbox-wrapper.ma-zoom-in .pori-flipbox-card .pori-flipbox-back {
	-webkit-transition: opacity .5s .2s, -webkit-transform .7s;
	transition: opacity .5s .2s, -webkit-transform .7s;
	transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.pori-flipbox-wrapper.ma-zoom-in .pori-flipbox-card:hover .pori-flipbox-back {
	-webkit-transition: opacity .5s, -webkit-transform .7s;
	transition: opacity .5s, -webkit-transform .7s;
	transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pori-flipbox-wrapper.ma-zoom-out .pori-flipbox-card .pori-flipbox-front {
	z-index: 1;
}

.pori-flipbox-wrapper.ma-zoom-out .pori-flipbox-card:hover .pori-flipbox-front {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
}

.pori-flipbox-wrapper.ma-fade .pori-flipbox-card .pori-flipbox-back {
	opacity: 0;
}

.pori-flipbox-wrapper.ma-fade .pori-flipbox-card:hover .pori-flipbox-back {
	opacity: 1;
}

.pori-flipbox-wrapper .pori-flipbox-front .pori-flipbox-icon,
.pori-flipbox-wrapper .pori-flipbox-back .pori-flipbox-icon {
	display: inline-block;
	width: auto;
}

.elementor-widget-pori-flip-box .pori-flipbox-wrapper .pori-flipbox-icon {
	background-color: transparent;
}
/*end flip*/
.grid-item-inner {
  background-color: #161616;
  position: relative;
  z-index: 1;

  padding: 44px 30px 48px 50px;
  overflow: hidden;
}
.item--icon-abs {
  position: absolute;
  bottom: 10px;
  left: 24px;
  z-index: -1;
  line-height: 1;
  color: #2371ff;
}
.item--icon-abs i {
  opacity: .3;
  font-size: 74px;
}
.item--readmore a i, .item--readmore a i, .item--icon-abs i,.item--icon-abs i, .item--icon i, .ct-fancy-box-layout4.style1 .item--icon i {
  background-color: #b21111;
  background-image: -webkit-gradient(linear,left top,right top,from(#b21111),to(#ff1616));
  background-image: -webkit-linear-gradient(left,#b21111,#ff1616);
  background-image: -moz-linear-gradient(left,#b21111,#ff1616);
  background-image: -ms-linear-gradient(left,#b21111,#ff1616);
  background-image: -o-linear-gradient(left,#b21111,#ff1616);
  background-image: linear-gradient(left,#b21111,#ff1616);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b21111',endColorStr='#ff1616',gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.grid-item-inner:hover .item--featured {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.item-readmore a {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #d33;
  text-align: center;
  color: #d33;
  font-size: 16px;
  z-index: 1;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
}
.item-readmore i {
color: #fff;
position: relative;
top: 3px;
}
.item--featured::before {
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
  position: absolute;
}
.item--icon {
  line-height: 1;
  margin-bottom: 14px;
}
.item--icon i {
  font-size: 48px;
}
.item--title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
}
.item--title a {
  color: inherit;
}
.item--feature {
  list-style: none;
  margin-bottom: 0;
  color: #cacaca;
}
.item--feature li {
  padding-right: 16px;
  position: relative;
}
.item--feature li::before {
  content: '';
  width: 11px;
  height: 1px;
  background-color: #b21111;
  background-image: -webkit-gradient(linear,left top,right top,from(#b21111),to(#ff1616));
  background-image: -webkit-linear-gradient(left,#b21111,#ff1616);
  background-image: -moz-linear-gradient(left,#b21111,#ff1616);
  background-image: -ms-linear-gradient(left,#b21111,#ff1616);
  background-image: -o-linear-gradient(left,#b21111,#ff1616);
  background-image: linear-gradient(left,#b21111,#ff1616);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b21111',endColorStr='#ff1616',gradientType='1');
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -khtml-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.grid-item-inner:hover .item-readmore a {
  color: #000;
}
.item-readmore a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -1;
  background-image: -webkit-linear-gradient(90deg,#b21111 0%,#ff1616 50%,#b21111);
  background-image: -moz-linear-gradient(90deg,#b21111 0%,#ff1616 50%,#b21111);
  background-image: -ms-linear-gradient(90deg,#b21111 0%,#ff1616 50%,#b21111);
  background-image: -o-linear-gradient(90deg,#b21111 0%,#ff1616 50%,#b21111);
  background-image: linear-gradient(90deg,#b21111 0%,#ff1616 50%,#b21111);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: 200%,1px;
  background-position: 0%;
  opacity: 0;
  -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
  -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
  -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
  -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
  -o-transition: .3s cubic-bezier(.24,.74,.58,1);
  transition: .3s cubic-bezier(.24,.74,.58,1);
}
.grid-item-inner:hover .item--line {
  -webkit-transform: translate(0,-50%) scaleY(1);
  -khtml-transform: translate(0,-50%) scaleY(1);
  -moz-transform: translate(0,-50%) scaleY(1);
  -ms-transform: translate(0,-50%) scaleY(1);
  -o-transform: translate(0,-50%) scaleY(1);
  transform: translate(0,-50%) scaleY(1);
}
.item--line {
  width: 3px;
  height: 136px;
  background-color: #b21111;
  background-image: -webkit-gradient(linear,left top,right top,from(#b21111),to(#ff1616));
  background-image: -webkit-linear-gradient(left,#b21111,#ff1616);
  background-image: -moz-linear-gradient(left,#b21111,#ff1616);
  background-image: -ms-linear-gradient(left,#b21111,#ff1616);
  background-image: -o-linear-gradient(left,#b21111,#ff1616);
  background-image: linear-gradient(left,#b21111,#ff1616);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b21111',endColorStr='#ff1616',gradientType='1');
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%) scaleY(0);
  -khtml-transform: translate(0,-50%) scaleY(0);
  -moz-transform: translate(0,-50%) scaleY(0);
  -ms-transform: translate(0,-50%) scaleY(0);
  -o-transform: translate(0,-50%) scaleY(0);
  transform: translate(0,-50%) scaleY(0);
  -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
  -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
  -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
  -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
  -o-transition: .3s cubic-bezier(.24,.74,.58,1);
  transition: .3s cubic-bezier(.24,.74,.58,1);
}
.item--line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: transparent transparent transparent #ff1616;
  border-style: solid;
  transform: rotate(180deg);
}
.pori-title .title-tag {
  color: #0c59db;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
  z-index: 1;
  position: relative;
 
}
.pori-title .title {
  color: #232323;
  font-size: 55px;
}
.about-text-block .about-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}
.about-text-block .about-experience h3 {
  font-weight: 700;
  color: #0c59db;
  font-size: 100px;
  padding-left: 15px;
  position: relative;
  line-height: 1;
  font-family: irbold;
}
.about-text-block .about-experience h3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #0c59db;
  border-left: 30px solid transparent;
  right: -18px;
  
}
.about-text-block .about-experience span {
  font-size: 30px;
 
  font-weight: 700;
  color: #002249;
  text-transform: capitalize;
  line-height: 1.1;
}
@media only screen and (min-width:767px) and (max-width:1100px){
  .about-text-block .about-experience{
    display: none;
  }
}

.about-text-block .about-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-text-block .about-btns li:not(:last-child) {
  margin-left: 20px;
}
@media only screen and (min-width:767px) and (max-width:900px){
  .about-text-block .about-btns{
    display: none;
  }
}
.mainpori-btn {
  padding: 22px 22px;
  background-color: #0c59db;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  border: none;
  text-align: right;
  border-radius: 5px;
}
.mainpori-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #002249;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.mainpori-btn-2 {
  background-color: #ffc500;
}
.mainpori-btn i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.work-process-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  padding: 30px 20px;
  
  position: relative;
  z-index: 1;
}
.pori-testimonial-wrapper.pori-testimonial-align-left .pori-testimonial-reviewer-wrapper .pori-testimonial-reviewer {
  padding-right: 20px;
}
.work-process-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 70px;
  height: 55px;
  background-color: #0071dc;
  border-radius: 0 0 270px 0;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}
.work-process-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1.2;
}
.work-process-card h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.work-process-card p {
  margin-bottom: 0;
}
.work-process-card .number {
  font-size: 24px;
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 25px;
} 
/* post start */
.wpcap-grid-container .wpcap-post {
  overflow: hidden;
}

.wpcap-grid-container .wpcap-post a.read-more-btn{
display: block;
}

.wpcap-grid-container .post-grid-thumbnail{
margin-bottom: 20px;
}

.wpcap-grid-container .post-grid-meta{
margin-bottom: 10px;
}

.wpcap-grid-container .wpcap-post .post-grid-meta span + span:before {
  margin-left: 2px;
  margin-right: 4px;
}

.grid-meta-bottom .post-grid-text-wrap {
border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.grid-meta-bottom .wpcap-post {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post:hover{
  background: transparent;
  margin-top: 0;
}

.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title > a{
  margin: 5px 0;
  padding: 5px 0;
}

.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .post-grid-excerpt p,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post a.read-more-btn,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .post-grid-meta span{
  font-weight: 400;
}
/*end*/
/* Blob maker css start */

.pori-blob-maker.yes{
  position: absolute;
  z-index: -1;
}
.pori-blob-maker .pori-blob-shape.pori-blob-shape-current-position-yes{
  position: absolute;
  z-index: -1;
}
.pori-blob-maker{
  display: flex;
  flex-wrap: wrap;
}
.pori-blob-maker .pori-blob-shape img{
  height: 100%;
  width: 100%;
}
/* Blob maker css end */
.zhian-car {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: -28px;
  animation: running-anim 20s linear infinite;
  content: '';
  z-index: 9;
}
@-moz-keyframes running-anim {
  0% {
      right: -30%
  }
  100% {
      right: 100%
  }
}

@-webkit-keyframes running-anim {
  0% {
      right: -30%
  }
  100% {
      right: 100%
  }
}

@keyframes running-anim {
  0% {
      right: -30%
  }
  100% {
      right: 100%
  }
}
@-moz-keyframes running-anim-left {
  0% {
      left: -30%
  }
  100% {
      left: 100%
  }
}

@-webkit-keyframes running-anim-left {
  0% {
      left: -30%
  }
  100% {
      left: 100%
  }
}

@keyframes running-anim-left {
  0% {
      left: -30%
  }
  100% {
      left: 100%
  }
}
.pori-content-header {
  padding-right: 28px;
  text-align: center;
}
.pori-element-subhead {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  
  color: #8592a6;
}
.pori-element-content-heading {
  font-weight: 800;
  font-size: 43px;
  line-height: 56px;
  color: #0c2d62;
}
.pori-element-content-heading span {
  color: #FFC500;
  font-style: italic;
  font-weight: 800;
  display: inline-block;
}
.pori-content-header::after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  right: 0;
  background-color: #ffc500;
  top: 0;
}
.creativesplanet-post-item {
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 9%);
  margin: 15px;
  position: relative;
  top: 0;
}
.creativesplanet-box-content {
  text-align: center;
}
.doki-service-image-icon-wrapper {
  position: relative;
}
.doki-featured-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 70px;
}
.doki-featured-wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  background: var(--doki-leblix-secondary-color);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 0;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
  background: linear-gradient(0deg, rgba(0,50,129,0.7483368347338936) 0%, rgba(0,50,129,0) 60%);
}
.doki-service-icon-wrapper {
  font-size: 45px;
  position: absolute;
  bottom: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 107px;
  height: 107px;
  line-height: 107px;
  background-color: #00b761;
  z-index: 2;
  color: #ffffff;
  border: 5px solid #fff;
  border-radius: 50%;
}
.doki-content-inner {
  position: relative;
  margin: 0 30px;
}
.doki-service-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin: 5px 0 15px;
}
.doki-service-btn, .doki-service-icon-wrapper, .doki-featured-wrapper img, .creativesplanet-post-item {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.doki-featured-wrapper img{
  border-radius: 20px;
}
.doki-service-btn a {
  font-size: 14px;
  color: #00b761;
  margin: 20px 0;
}
.creativesplanet-post-item:hover{
  top: -0.5rem;
  box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 9%);
}
.doki-service-btn-a i{
  padding: 0 10px;
}
.porim-dokijoon:hover .porim-icon-wrapper,
.porim-dokijoon:hover .robi-element-title,
.porim-dokijoon:hover .robi-heading-desc,
.porim-dokijoon:hover .robi-element-title,
.porim-dokijoon .porim-box {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.porim-dokijoon .porim-box {
    padding: 40px 40px 35px 40px;
    border-bottom: 5px solid #00b761;
    position: relative;
}
.porim-dokijoon .porim-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color:#21234B;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 0;
}
.porim-dokijoon .porim-icon-wrapper {
    font-size: 26px;
    line-height: 45px;
    margin-left: 20px;
    transform: scale(1);
    transform-origin: center center;
    color:#00b761;
}
.porim-dokijoon .robi-element-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.porim-dokijoon .robi-heading-desc {
    font-size: 14px;
    line-height: 18px;
}
.robi-mihbox-hover-active .porim-dokijoon .porim-box:before,
.porim-dokijoon:hover .porim-box:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.robi-mihbox-hover-active .porim-dokijoon .porim-box,
.porim-dokijoon:hover .porim-box {
    border-color: #00b761;
}
.robi-mihbox-hover-active .porim-dokijoon .porim-icon-wrapper,
.robi-mihbox-hover-active .porim-dokijoon .robi-element-title,
.robi-mihbox-hover-active .porim-dokijoon .robi-heading-desc,
.robi-mihbox-hover-active .porim-dokijoon .robi-element-title,
.porim-dokijoon:hover .porim-icon-wrapper,
.porim-dokijoon:hover .robi-element-title,
.porim-dokijoon:hover .robi-heading-desc,
.porim-dokijoon:hover .robi-element-title {
    color:#fff;
}
.porim-dokijoon .robi-element-title:hover{
  color: #fff;
}
.robi-mihbox-hover-active .porim-dokijoon .porim-icon-wrapper,
.porim-dokijoon:hover .porim-icon-wrapper {
    transform: scale(1.2);
}
/* Contact Form 7 Start */

.poricf7-contact-form-7 .wpcf7 {
  width: 100%;
}

.poricf7-contact-form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

.poricf7-contact-form .poricf7-contact-form-title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  color: #132c47;
  font-weight: 500;
}

.poricf7-contact-form .poricf7-contact-form-input-group {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 575px) {
  .poricf7-contact-form .poricf7-contact-form-input-group {
    width: 100%;
  }
}

.poricf7-contact-form-7 input[type="text"], .poricf7-contact-form-7 input[type="email"], .poricf7-contact-form-7 input[type="url"], .poricf7-contact-form-7 input[type="password"], .poricf7-contact-form-7 input[type="search"], .poricf7-contact-form-7 input[type="number"], .poricf7-contact-form-7 input[type="tel"], .poricf7-contact-form-7 input[type="range"], .poricf7-contact-form-7 input[type="date"], .poricf7-contact-form-7 input[type="month"], .poricf7-contact-form-7 input[type="week"], .poricf7-contact-form-7 input[type="time"], .poricf7-contact-form-7 input[type="datetime"], .poricf7-contact-form-7 input[type="datetime-local"], .poricf7-contact-form-7 input[type="color"], .poricf7-contact-form-7 textarea {
  width: 100%;
  border: none;
}

.poricf7-contact-form-7 label {
  display: block;
}

.poricf7-contact-form-7 textarea {
  height: auto;
}

.poricf7-contact-form .poricf7-contact-form-input-group label {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0 0 0 25px;
}

.poricf7-contact-form .poricf7-contact-form-input-group label input {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.poricf7-contact-form .poricf7-contact-form-input-group label input:checked ~ .checkmark:after {
  display: block;
}

.poricf7-contact-form .poricf7-contact-form-input-group label input:checked ~ .checkmark {
  background-color: #4ce2bd;
  border: none;
}
.poricf7-contact-form .poricf7-contact-form-input-group label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #e3e6ec;
}

.poricf7-contact-form .poricf7-contact-form-input-group label .checkmark::after {
  content: "\e90e";
  font-family: eicons;
  position: absolute;
  display: none;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.poricf7-contact-form-7 .wpcf7-form input[type="submit"] {
  transition: all .4s ease;
  display: flex;
}

.poricf7-contact-form-7 .poricf7-cf7-column{
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
}

.poricf7-contact-form .poricf7-contact-form-input-action i {
  margin-left: 10px;
}

.poricf7-contact-form.two {
  display: flex;
  flex-wrap: wrap;
}

.poricf7-contact-form-7 br{ 
  display: none;
}
.wpcf7-form-control{
  vertical-align: middle;
  width: 100%;
  
 
  text-align: right;
  
  font-size: 15px;
  line-height: 1.42857143;
  border: 1px solid #ececec;
  outline: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wpcf7-form label{
  margin: 20px 0 0 0;
}
.wpcf7-submit{
  width: 80px;
  background: #2371ff;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  margin: 20px 0;
}
/* Contact Form 7 End */
.binabinacontact-info{
  padding-right: 0;
  padding-left: 5px;
}
.binacontact-info .section-title-wrap {
  padding-bottom: 13px;
  margin-bottom: 28px;
  border-bottom: 2px solid #eeeeee;
}
.section-title-wrap.title-style-two {
  max-width: none;
  text-align: right;
}
.binacontact-info .section-title {
  padding-bottom: 13px;
}
.binacontact-info .section-title-wrap p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.2px;
}
.binacontact-info ul {
  padding: 0;
  margin: 0;
  line-height: 24px;
  list-style: none;
}
.binacontact-info ul li {
  padding-bottom: 9px;
}
.binacontact-info ul li::before, .binacontact-info ul li::after {
  display: table;
  content: "";
}
.binacontact-info ul li .wndfal-icon {
  float: right;
}
.binacontact-info ul li [class*="ti-"], .binacontact-info ul li i {
  font-size: 22px;
  color: #2371ff;
}
.contact-inner-info {
  overflow: hidden;
  padding: 5px 15px 0 0;
  color: #666666;
}
.contact-inner-info span {
  color: #999999;
  
}
.binapori-icon{
  float: right;
}
.contact-inner-info span {
  color: #999999;
  letter-spacing: 0.2px;
  padding-right: 4px;
}
.pori-tit-sc.with-image {
  margin-bottom: 15px;
}
.pori-tit-sc.with-image.with-sub-title {
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
.pori-tit-sc.with-image.with-sub-title p {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: normal;
  margin: 0 170px;
  padding: 0 10px;
}
.pori-tit-sc.with-image.with-sub-title h3::before, .pori-tit-sc.with-image.with-sub-title h3::after, .pori-tit-sc.with-image.with-sub-title p::before, .pori-tit-sc.with-sub-title p::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: #ffc500;
  left: 100%;
  top: -1px;
  bottom: 0;
  margin: auto;
}
.pori-tit-sc.with-image.with-sub-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0px;
  display: block;
  padding: 25px 40px 15px 20px;
  border-left: 1px solid;
      border-left-color: #FFC500;
  border-right: 1px solid;
      border-right-color: #FFC500;
  text-transform: uppercase;
  margin: -7px 0 -12px;
  text-align: center;
}
.pori-tit-sc.with-image.with-sub-title h3::after, .pori-tit-sc.with-image.with-sub-title p::after {
  right: 100%;
  left: auto;
}
.pori-tit-sc.with-image.with-sub-title {
  float: none;
  width: auto;
}
.pori-tit-sc.with-image.with-sub-title {
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
.pori-tit-sc.with-image {
  margin-bottom: 15px;
}
.pori-tit-sc {
  position: relative;
  clear: both;
  float: left;
}
.pori-tit-sc.with-image.with-sub-title p::before, .pori-tit-sc.with-image.with-sub-title p::after {
  bottom: 0;
  top: 10px;
}

.aligncenter .pori-tit-sc.with-image.with-sub-title h2 {
  padding: 25px 40px 15px;
}
.pori-tit-sc.with-image.with-sub-title h3 {
  font-weight: 500;
  position: relative;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  margin: 0 130px;
}
pori-icon-shen.type5 {
  padding: 0 0px 0px 105px;
}
.pori-icon-shen.type5 .icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  text-align: center;
  height: 75px;
}
.pori-icon-shen.type5 .icon-wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  z-index: 0;
  border: 2px solid #e5e5e5;
}
.pori-icon-shen.type5 .icon-wrapper span {
  font-size: 36px;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.pori-icon-shen.type5 .icon-wrapper span.pe-icon,
.dt-sc-pr-tb-col.minimal .icon-wrapper span.pe-icon {
  font-weight: bold;
}
.pori-icon-shen.type5 .icon-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pori-icon-shen.type5.last:before {
  border: 0px;
}
.pori-icon-shen.type5 p {
  color: #888888;
}

.pori-icon-shen.type5 .icon-wrapper img {
  text-align: center;
  float: none;
  display: inline-block;
  margin: auto;
  filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  -ms-filter: none;
}
/*.pori-icon-shen.type5:not(.no-icon-bg):hover .icon-wrapper img { filter: invert(100%) saturate(0%); -moz-filter: invert(100%) saturate(0%); -webkit-filter: invert(100%) saturate(0%); -ms-filter: invert(100%) saturate(0%); } */

.pori-icon-shen.type5.rounded .icon-wrapper {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.pori-icon-shen.type5.rounded .icon-wrapper span {
  line-height: 70px;
  font-size: 32px;
}
.pori-icon-shen.type5.rounded .icon-wrapper:before,
.pori-icon-shen.type5.rounded:hover .icon-wrapper:before {
  background: none;
}
.pori-icon-shen.type5.alignright {
  padding: 5px 100px 0px 0px;
}
.pori-icon-shen.type5.alignright .icon-wrapper {
  right: 0px;
  left: inherit;
}

.pori-icon-shen.type5.aligncenter {
  padding: 10px;
}
.pori-icon-shen.type5.aligncenter .icon-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.pori-icon-shen.type5.rounded-skin {
  padding-left: 120px;
}
.pori-icon-shen.type5.rounded-skin .icon-wrapper {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.pori-icon-shen.type5.rounded-skin .icon-wrapper span {
  line-height: 80px;
  font-size: 40px;
  color: #ffffff;
}
.pori-icon-shen.type5.rounded-skin .icon-wrapper:before,
.pori-icon-shen.type5.rounded-skin:hover .icon-wrapper:before {
  background: none;
}
.pori-icon-shen.type5.rounded-skin .icon-wrapper:before {
  border: 0;
}
.pori-icon-shen.type5.rounded-skin:hover .icon-wrapper span {
  color: inherit !important;
}
.pori-icon-shen.type5.rounded-skin .icon-content h4 {
  font-weight: 600;
}

.pori-icon-shen.type5.no-icon {
  border-style: dashed;
  border-width: 0 1px 0 0;
  display: block;
  float: none;
  margin: 0 -15px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.pori-icon-shen.type5.no-icon.last,
.last .pori-icon-shen.type5.no-icon {
  border-right-width: 0;
}

.pori-icon-shen.type5.no-icon-bg {
  padding: 0px 0px 0px 50px;
}
.pori-icon-shen.type5.no-icon-bg .icon-wrapper {
  width: 35px;
}
.pori-icon-shen.type5.no-icon-bg .icon-wrapper:before,
.pori-icon-shen.type5.no-icon-bg:hover .icon-wrapper:before {
  background: none;
}
.pori-icon-shen.type5.no-icon-bg .icon-wrapper:before {
  border: 0;
}
.pori-icon-shen.type5.no-icon-bg .icon-wrapper span {
  font-size: 32px;
  line-height: normal;
}
.pori-icon-shen.type5.no-icon-bg .icon-wrapper img {
  margin-top: 0;
}
.pori-icon-shen.type5.no-icon-bg .icon-content h5,
.pori-icon-shen.type5.no-icon .icon-content h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: normal;
  margin-top: 3px;
}
.pori-icon-shen.type5.no-icon-bg .icon-content h4,
.pori-icon-shen.type5.no-icon .icon-content h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.pori-icon-shen.type5.no-icon-bg .icon-content a,
.pori-icon-shen.type5.no-icon .icon-content a {
  margin-top: 5px;
  display: inline-block;
}

.pori-icon-shen.type5.no-icon .icon-content a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  position: relative;
}
.pori-icon-shen.type5.no-icon .icon-content a:before {
  content: "\f105";
  position: absolute;
  top: 0px;
  right: -15px;
  font-family: FontAwesome;
}
.pori-icon-shen.type5.no-icon .icon-content h4 {
  width: auto;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0px 20px 20px;
}

.pori-icon-shen.type5.no-icon-bg.aligncenter {
  padding: 10px;
}
.pori-icon-shen.type5.no-icon-bg.aligncenter .icon-wrapper {
  width: 100%;
}

.pori-icon-shen.type5.no-icon-bg.alignright {
  padding: 0 50px 0 0;
}

.pori-icon-shen.type5.no-icon.alignright .icon-content h4 {
  padding: 0 0 20px 20px;
}
.pori-icon-shen.type5.no-icon.alignright .icon-content a {
  margin-right: 15px;
}

.pori-icon-shen.type5.no-icon.alignleft .icon-content h4 {
  padding: 0 20px 20px 0;
}

.pori-icon-shen.type5.alter .icon-content h4 {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.pori-icon-shen.type5.alter .icon-wrapper span {
  color: #fff;
}
.pori-icon-shen.type5.alter .dt-sc-fancy-list {
  color: #888888;
}

.pori-icon-shen.type5.aligncenter * {
  text-align: center;
}
.pori-icon-shen.type5.aligncenter .icon-content h4 {
  padding: 0px 20px 20px;
}

/*** Custom Design ***/

.pori-icon-shen.type5.custom-design p {
  color: currentColor;
}

.pori-icon-shen.type5.custom-design .icon-content h4 {
  margin-bottom: 0;
  padding: 0 0 15px 0;
  font-size: 30px;
  text-transform: inherit;
}
.pori-icon-shen.type5.custom-design .icon-content h5 {
  font-size: 24px;
}

.pori-icon-shen.type5.custom-design {
  border: 2px solid #ffc500;
  padding: 40px 40px 26px;
}
.pori-icon-shen.type5.custom-design .icon-wrapper {
  position: absolute;
  border: 2px solid #ffc500;
  width: 75px;
  height: 75px;
  min-width: 25%;
  height: 50%;
}

.pori-icon-shen.type5.custom-design:before,
.pori-icon-shen.type5.custom-design:after,
.pori-icon-shen.type5.custom-design .icon-wrapper:before {
  position: absolute;
  content: "";
  display: block;
}

.pori-icon-shen.type5.custom-design:before {
  width: 2px;
  height: 65%;
}
.pori-icon-shen.type5.custom-design:after {
  width: 70%;
  height: 2px;
}

.pori-icon-shen.type5.custom-design .icon-wrapper:before {
  width: 2px;
  height: 50%;
  border: none;
}

.pori-icon-shen.type5.custom-design.top-left {
  
  border-left: none;
  padding-left: 30%;
}
.pori-icon-shen.type5.custom-design.top-left:before {
  left: 0;
  bottom: 0;
}
.pori-icon-shen.type5.custom-design.top-left:after {
  right: 0;
  top: 0;
}
.pori-icon-shen.type5.custom-design.top-left .icon-wrapper {
  border-left: none;
  left: 0;
  
  background: #001659;
}

.pori-icon-shen.type5 .icon-wrapper li{
  font-size: 36px;
  color: #fff;
  top: 40%;
  position: relative;
}
.pori-icon-shen.type5.custom-design.top-left .icon-wrapper:before {
  left: 0;
  top: 0;
  right: auto;
}

.pori-icon-shen.type5.custom-design.top-right {
  border-top: none;
  border-right: none;
  padding-right: 30%;
}
.pori-icon-shen.type5.custom-design.top-right:before {
  right: 0;
  bottom: 0;
}
.pori-icon-shen.type5.custom-design.top-right:after {
  left: 0;
  top: 0;
}
.pori-icon-shen.type5.custom-design.top-right .icon-wrapper {
  border-right: none;
  right: 0;
  top: -15%;
}
.pori-icon-shen.type5.custom-design.top-right .icon-wrapper:before {
  right: 0;
  top: 0;
  left: auto;
}
@media only screen and (max-width:575px) {
  .pori-icon-shen.type5.custom-design .icon-wrapper {
    position: absolute;
    border: 2px solid #ffc500;
        border-top-color: rgb(255, 197, 0);
        border-right-color: rgb(255, 197, 0);
        border-bottom-color: rgb(255, 197, 0);
        border-left-color: rgb(255, 197, 0);
        border-left-style: solid;
        border-left-width: 2px;
    width: 75px;
    height: 75px;
    min-width: 25%;
    height: 35%;
}
.pori-icon-shen.type5 .icon-wrapper li {
  font-size: 36px;
  color: #fff;
  top: 30%;
  position: relative;
} 
}
.elementor-widget-pori-contact-form .pori-cf7-container{
  text-align: center;
}
.pori-icon-shen.type5.custom-design.bottom-left {
  border-bottom: none;
  border-left: none;
  padding-left: 30%;
}
.pori-icon-shen.type5.custom-design.bottom-left:before {
  left: 0;
  top: 0;
}
.pori-icon-shen.type5.custom-design.bottom-left:after {
  right: 0;
  bottom: 0;
}
.pori-icon-shen.type5.custom-design.bottom-left .icon-wrapper {
  border-left: none;
  bottom: -15%;
  left: 0;
  top: auto;
}
.pori-icon-shen.type5.custom-design.bottom-left .icon-wrapper:before {
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}

.pori-icon-shen.type5.custom-design.bottom-right {
  border-bottom: none;
  border-right: none;
  padding-right: 30%;
}
.pori-icon-shen.type5.custom-design.bottom-right:before {
  right: 0;
  top: 0;
}
.pori-icon-shen.type5.custom-design.bottom-right:after {
  left: 0;
  bottom: 0;
}
.pori-icon-shen.type5.custom-design.bottom-right .icon-wrapper {
  border-right: none;
  right: 0;
  bottom: -15%;
  top: auto;
}
.pori-icon-shen.type5.custom-design.bottom-right .icon-wrapper:before {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.pori-icon-shen.type5.custom-design.top-left:hover:after,
.pori-icon-shen.type5.custom-design.top-right:hover:after,
.pori-icon-shen.type5.custom-design.bottom-left:hover:after,
.pori-icon-shen.type5.custom-design.bottom-right:hover:after {
  width: 75%;
}

.pori-icon-shen.type5.custom-design.top-left:hover .icon-wrapper:before,
.pori-icon-shen.type5.custom-design.top-right:hover .icon-wrapper:before,
.pori-icon-shen.type5.custom-design.bottom-left:hover .icon-wrapper:before,
.pori-icon-shen.type5.custom-design.bottom-right:hover .icon-wrapper:before {
  height: 100%;
}

.pori-icon-shen.type5.custom-design.top-left:hover .icon-wrapper,
.pori-icon-shen.type5.custom-design.top-right:hover .icon-wrapper {
  top: 0;
height: 100%;
background: #ffc527;
}

.pori-icon-shen.type5.custom-design.bottom-left:hover .icon-wrapper,
.pori-icon-shen.type5.custom-design.bottom-right:hover .icon-wrapper {
  bottom: 0;
  height: 100%;
}

.dt-sc-dark-bg .pori-icon-shen.type5.custom-design p {
  color: #fff;
}
.pori-icon-shen.type5.custom-design .icon-wrapper {
  border-color: #ffc527;
  border-left-color: rgb(255, 197, 39);
}
.pori-icon-shen.type5.custom-design::before {
  background-color: #ffc500;
}
.pori-icon-shen.type5 .icon-wrapper img{
  -webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
@media only screen and (max-width:479px){
  .pori-tit-sc.pori-icon-shen.with-image.with-sub-title h2 {
    font-size: 22px;
}
.pori-tit-sc.with-image.with-sub-title h2 {
  padding: 25px 30px 15px;
}
}
.pori-cf7-container input.wpcf7-submit {
  height: 50px;
  background-color: #FFC500;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  text-align: center;
  margin: 10px 50px 0 0;
}