#modal-occasion .modal-body,
#modal-occasion .modal-content {
  background: none;
  border: none;
}
.about,
.about-top-div {
  padding: 135px 0;
}
.about-top-div .about-text-grid .wpb_text_column {
  line-height: 30px;
}
.about-top-div.no-marg-row {
  padding-top: 0;
}
.about h1 {
  margin-bottom: 30px;
}
.about p {
  max-width: 480px;
}
.about-img-grid svg {
  width: 100%;
  height: 100%;
}
.about-img-grid {
  margin-top: -70px;
}
.about {
  background-repeat: no-repeat;
}
.shadow_box_grid {
  perspective: 1200px;
  perspective-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.shadow_box_grid:nth-of-type(even) {
  margin-top: 55px;
}
.shadow_box {
  box-shadow: 0 0 8px #ccc;
  border-radius: 10px;
  padding: 45px;
  position: relative;
}
.shadow_box:hover {
  -webkit-transform: translateY(-10px) rotateX(10deg);
  transform: translateY(-10px) rotateX(10deg);
  background: #f9f6f6;
  box-shadow: 0 8px 8px #ccc;
}
.shadow_box:before {
  -webkit-mask: url(../images/main/hover_2.png);
  mask: url(../images/main/hover_2.png);
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-animation: ani2 0.3s steps(29) forwards;
  animation: ani2 0.3s steps(29) forwards;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.shadow_box h3 {
  margin-bottom: 20px;
}
.shadow_box p {
  overflow: hidden;
}
.shadow_box:hover:before {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
  background: #297cc0;
  /* background: #0a5f89; */
}
.progress-sec {
  text-align: center;
  margin-top: 30px;
}
.progress-div {
  margin-bottom: 30px;
}
.progress-div h4 {
  line-height: 29px;
}
.circle {
  position: relative;
  width: 85px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  height: 85px;
}
.circle:before {
  background: #297cc0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}
.circle:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.circle:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.circle > div {
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 65px;
  left: 0;
  right: 0;
  margin: auto;
}
.circle:hover > div {
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.statistics h4 {
  color: #2f4858;
  font-size: 14px;
  max-height: 41px;
  overflow: hidden;
  line-height: 20px;
}
.no-box-hover:hover {
  -webkit-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0);
}
.statistics {
  padding-bottom: 0;
}
.ourlanguages-sec {
  margin-top: 20px;
}
.ourlanguages-div {
  margin-bottom: 30px;
}
.owl-item.active .ourlanguages-div,
.owl-item.active .service-grid {
  animation: fadeIn 0.5s linear both;
  -webkit-animation: fadeIn 0.5s linear both;
}
.owl-item.active .item .shadow_box-style2:first-of-type,
.owl-item.active .ourlanguages-div:first-of-type,
.owl-item.active .service-grid:first-of-type {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(2),
.owl-item.active .ourlanguages-div:nth-of-type(2),
.owl-item.active .service-grid:nth-of-type(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(3),
.owl-item.active .ourlanguages-div:nth-of-type(3),
.owl-item.active .service-grid:nth-of-type(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(4),
.owl-item.active .ourlanguages-div:nth-of-type(4),
.owl-item.active .service-grid:nth-of-type(4) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(5),
.owl-item.active .ourlanguages-div:nth-of-type(5),
.owl-item.active .service-grid:nth-of-type(5) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(6),
.owl-item.active .ourlanguages-div:nth-of-type(6),
.owl-item.active .service-grid:nth-of-type(6) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(7),
.owl-item.active .ourlanguages-div:nth-of-type(7),
.owl-item.active .service-grid:nth-of-type(7) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(8),
.owl-item.active .ourlanguages-div:nth-of-type(8),
.owl-item.active .service-grid:nth-of-type(8) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(9),
.owl-item.active .ourlanguages-div:nth-of-type(9),
.owl-item.active .service-grid:nth-of-type(9) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.owl-item.active .item .shadow_box-style2:nth-of-type(10),
.owl-item.active .ourlanguages-div:nth-of-type(10),
.owl-item.active .service-grid:nth-of-type(10) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.inner-ourlanguages {
  position: relative;
  perspective: 1000px;
}
.ourlanguages-img {
  height: 95px;
  width: 95px;
  box-shadow: 0 0 8px #ccc;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: auto auto 15px;
  position: relative;
}
.ourlanguages-img img {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
  max-height: 55px;
  max-width: 80%;
}
.ourlanguages-div h5 {
  font-size: 16px;
  columns: #2f4858;
}
.ourlanguages-div:hover h5 {
  -webkit-animation: tracking-in-expand-fwd 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.ourlanguages-img:after {
  content: '';
  position: absolute;
  top: 0;
  background: #297cc0;
  height: 95px;
  width: 95px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transform: translateY(-90px) rotateX(90deg);
  transform: translateY(-90px) rotateX(90deg);
  opacity: 0;
}
.ourlanguages-div:hover .ourlanguages-img:after {
  transform: translateY(0) rotateX(0);
  -webkit-transform: translateY(0) rotateX(0);
  opacity: 1;
}
.ourlanguages-img:before {
  content: '\f5fc';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
  opacity: 0;
}
.app-style-1 .ourlanguages-img:before {
  content: '\f109';
}
.app-style-2 .ourlanguages-img:before {
  content: '\f3cd';
}
.app-style-4 .ourlanguages-img:before {
  content: '\f233';
}
.app-style-5 .ourlanguages-img:before {
  content: '\f1fc';
}
.app-style-6 .ourlanguages-img:before {
  content: '\f0a1';
}
.app-style-7 .ourlanguages-img:before {
  content: '\f1c9';
}
.ourlanguages-div:hover .ourlanguages-img:before {
  -webkit-animation: bounceIn 1s linear both 0.2s;
  animation: bounceIn 1s linear both 0.2s;
  opacity: 1;
}
.pos-left-dots .owl-nav {
  position: absolute;
  left: -15px;
  bottom: -30px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #297cc0 !important;
  margin: 5px 2px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: 0 0;
  color: #292c47 !important;
}
.object-container {
  height: 200px;
  position: relative;
  margin-bottom: 30px;
}
#owl-demo2 {
  display: none;
}
.service-grid {
  perspective: 1000px;
  perspective-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 18px;
}
.service-div {
  margin-bottom: 5px;
  overflow: inherit;
  margin-top: 25px;
  padding: 0 10px 20px;
}
.service-div object {
  max-width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-div p {
  padding: 10px;
  height: 100px;
  overflow: hidden;
}
.service-div:after {
  background: linear-gradient(#0a5f89, #1a3d8c);
  -webkit-mask: url(../images/main/hover_3.png);
  mask: url(../images/main/hover_3.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
  display: block;
  opacity: 0;
  border-radius: 10px;
  box-shadow: 0 0 20px #ccc;
}
.service-div:hover:after {
  opacity: 1;
  -webkit-animation: ani 0.8s steps(22) forwards;
  animation: ani 0.8s steps(22) forwards;
}
.service-div:hover {
  box-shadow: 0 0 8px #ccc;
  border-radius: 10px;
  background: #f6f6f6;
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.service-div:hover h3 {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  color: #297cc0;
}
.slick-dots li i {
  display: none;
}
.owl-theme .owl-dots .owl-dot span,
.slick-slider .slick-dots li {
  border-radius: 3px;
  height: 6px;
  width: 12px;
  background: #d6d6d6;
}
.owl-theme .owl-dots .owl-dot span:hover,
.slick-dots li:hover {
  background: #2f4858;
}
.owl-theme .owl-dots .owl-dot.active span,
.slick-slider .slick-dots .slick-active {
  width: 20px;
  background: #297cc0;
}
.call_us {
  background-image: url(../images/pink/pink-bubble2.png);
  background-repeat: no-repeat;
}
.call-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.call-text h2 {
  margin-bottom: 20px;
}
.call-text p {
  margin-bottom: 40px;
}
.main-tabs {
  justify-content: center;
  border: none;
  margin-bottom: 20px;
}
.protfolio-div {
  padding: 20px;
}
.protfolio-img {
  height: 335px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px #ccc;
}
.protfolio-img:before {
  -webkit-transform: scale(0.01) rotate(180deg);
  transform: scale(0.01) rotate(180deg);
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s linear 0.5s, transform 0.3s linear;
}
.protfolio-div:hover .protfolio-img:before {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
  transition: opacity 0.5s linear, transform 0.3s linear;
}
.main-tabs .nav-link {
  color: #757575;
  font-size: 16px;
  border: none;
  border-radius: 0;
  background: 0 0;
  position: relative;
}
.main-tabs .nav-link:before {
  width: 90%;
  height: 5px;
  background: #297cc0;
  margin: auto;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: opacity 0.2s ease 0.5s, transform 0.5s linear 0.2s, height 0.3s linear 0s;
}
.main-tabs .nav-link:hover:before {
  height: 100%;
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transition: opacity 0.2s ease, transform 0.3s linear 0.2s, height 0.3s linear 0.5s;
}
.main-tabs .nav-link.active {
  color: #292c47;
  background: 0 0;
}
.main-tabs .nav-link.active:hover,
.main-tabs .nav-link:hover {
  color: #fff;
  transition-duration: 0.3s;
}
.protfolio-hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 11;
}
.protfolio-hover h3 {
  color: #fff;
  -webkit-transform: translateY(-500%);
  transform: translateY(-500%);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.protfolio-hover .btn-3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.protfolio-hover .btn-3:hover .mas {
  color: #fff;
}
.protfolio-hover .btn-3:hover {
  border-color: #fff;
}
.protfolio-div:hover .protfolio-hover .btn-3,
.protfolio-div:hover .protfolio-hover h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.protfolio-div:hover .protfolio-img {
  box-shadow: 0 0 20px #edac9f;
  min-height: 380px;
  transition-duration: 1s;
  margin-top: -25px;
}
.tabs-owl .owl-item {
  padding-top: 30px;
}
.six-owl .owl-stage-outer,
.tabs-owl .owl-stage-outer {
  margin-bottom: 50px;
}
.portfolio {
  margin: 100px auto;
}
.no-marg-portfolio {
  margin-top: 0;
}
.shadow_box-style2 .shadow_box:before {
  -webkit-mask: url(../images/main/hover_1.png);
  mask: url(../images/main/hover_1.png);
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  -webkit-animation: ani2 0.7s steps(70) forwards;
  animation: ani2 0.7s steps(70) forwards;
}
.shadow_box-style2 .shadow_box:hover:before {
  -webkit-animation: ani 0.7s steps(70) forwards;
  animation: ani 0.7s steps(70) forwards;
}
.shadow_box-style2 p {
  height: auto;
}
.shadow_box-style2 .shadow_box {
  padding: 25px;
}
.shadow_box-style2 h3 {
  font-size: 18px;
}
.circle-img {
  height: 105px;
  width: 105px;
  position: relative;
  overflow: hidden;
  background: #327ebc61;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 50%;
}
.circle-img img {
  max-height: 75px;
  max-width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0 !important;
  right: 0;
  margin: auto;
}
.shadow_box-style2:nth-of-type(odd) {
  margin-top: 25px;
}
.shadow_box-style2:nth-of-type(even) {
  margin-top: 0;
}
.why_mob {
  display: none;
}
.why_us #four-owl .shadow_box-style2 p {
  height: 210px;
}
#four-owl .item {
  padding-bottom: 30px;
  padding-top: 5px;
}
.five-owl {
  padding-top: 20px;
}
.five-owl .ourlanguages-img:before {
  content: '\f2b5';
}
#owl-parnteners .ourlanguages-img {
  box-shadow: none;
}
#owl-parnteners .ourlanguages-img:before {
  content: '\f0c0';
}
.owl-theme.up-dots .owl-nav {
  margin-top: 0;
  width: 20px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 200px;
}
.owl-carousel.up-dots .owl-nav i {
  margin: auto;
}
.owl-carousel.up-dots .owl-nav [class*='owl-'] {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
}
.owl-carousel.up-dots .owl-nav button.owl-next {
  bottom: 0;
}
.owl-carousel.up-dots .owl-nav button.owl-prev {
  top: 0;
}
.owl-carousel.up-dots .owl-nav i {
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.clients {
  background: url(../images/pink/wave2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clients .shadow_box {
  min-height: 322px;
}
.five-owl .shadow_box h3 {
  margin-bottom: 25px;
}
.snake {
  position: relative;
  overflow: hidden;
  height: 325px;
  border-radius: 30px;
}
.overlay {
  background-color: rgba(15, 38, 49, 0.7);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 25px;
  position: absolute;
}
.time {
  margin-bottom: 40px;
  animation: fadeOut 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.blog-hover .sec-title {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  max-height: 0;
  padding-bottom: 10px;
  animation: fadeOut 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.blog-hover .sec-title:before {
  bottom: 0;
  width: 40%;
}
.blog-hover p {
  font-size: 14px;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  animation: fadeOut 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.blog-hover:hover .time {
  animation: fadeInDown 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both 0.2s;
  -webkit-animation: fadeInDown 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both 0.2s;
}
.blog-hover:hover .sec-title {
  max-height: 35px;
  animation: fadeInUp 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both 0.2s;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both 0.2s;
}
.blog-hover:hover p {
  animation: fadeInUp 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both 0.2s;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both 0.2s;
  max-height: 120px;
}
.circle-modal .modal-content {
  margin-top: 15px;
}
.no-marg-box-shadow .shadow_box_grid:nth-of-type(even),
.no-marg-box-shadow .shadow_box_grid:nth-of-type(odd) {
  margin-top: 0;
}
.no-marg-box-shadow .shadow_box_grid {
  margin-bottom: 50px;
}
.about-top-div .row {
  align-items: center;
}
.about-top-div .about-img-grid {
  margin-top: 0;
  background-image: url(../images/pink/pink-bubble3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-top-div.bubble-4 .about-img-grid {
  background-image: url(../images/pink/pink-bubble4.png);
}
.wave-4 {
  background: url(../images/pink/wave4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
}
.wave-5 {
  background: url(../images/pink/wave5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 bottom;
}
.wave-6 {
  background: url(../images/pink/wave6.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 bottom;
}
.wave-7 {
  background: url(../images/pink/wave7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
}
.wave-8 {
  background: url(../images/pink/wave8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
}
.wave-8 .vc_row {
  align-items: center;
}
.wave-9 {
  background: url(../images/pink/wave9.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 bottom;
}
.about-text-grid2 object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-map-img {
  height: 500px;
}
.about-map-img img {
  max-height: 500px;
}
.structure-shapes {
  overflow: hidden;
  position: relative;
}
.structure-shape-grid {
  width: 100%;
  max-width: 580px;
  position: relative;
  min-height: 160px;
  margin-bottom: 50px;
}
.structure-shape-grid:nth-of-type(even) {
  margin-right: auto;
}
.structure-shape-grid:before {
  content: '';
  height: 70px;
  width: 1px;
  border-right: 2px dashed #297cc0;
  bottom: -50px;
  position: absolute;
}
.structure-shape-grid:nth-of-type(odd)::before {
  left: 2%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.structure-shape-grid:nth-of-type(even):before {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -20px;
}
.structure-shape-grid:after {
  content: '';
  height: 10px;
  width: 10px;
  bottom: -53px;
  background: #297cc0;
  border-radius: 50%;
  position: absolute;
}
.structure-shape-grid:nth-of-type(odd):after {
  right: calc(100% + 2px);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  bottom: calc(100% - 212px);
}
.structure-shape-grid:nth-of-type(even):after {
  right: -34px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  bottom: calc(100% - 210px);
}
.structure-shape-grid:nth-of-type(odd) .stru-main-div {
  left: 0;
  top: 0;
  margin-right: auto;
}
.structure-shape-grid:nth-of-type(even) .str-text {
  left: auto;
  right: 200px;
}
.structure-shape-grid:last-of-type:after,
.structure-shape-grid:last-of-type:before {
  content: none;
}
.stru-main-div {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  position: absolute;
}
.stru-main-icon {
  background: #fff;
  z-index: 1;
  position: relative;
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
.stru-main-icon:before {
  border: 2px solid #297cc0;
  border-bottom-right-radius: 140px;
  border-top-right-radius: 140px;
  right: 0;
  left: auto;
  width: 101%;
}
.stru-main-icon:after {
  border: 2px dashed #297cc0;
  border-bottom-left-radius: 140px;
  border-top-left-radius: 140px;
  left: 0;
  right: auto;
}
.stru-icon {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  box-shadow: 0 0 20px #ccc;
  border-radius: 50%;
  margin: 15px auto;
}
.stru-icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  max-height: 40%;
  max-width: 80%;
}
.str-num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  border: 1px dotted transparent;
  background: linear-gradient(90deg, #095c83, #056a99);
}
.str-num:before {
  counter-increment: dots;
  content: counter(dots);
}
.str-text {
  display: inline-block;
  max-width: 225px;
  position: absolute;
  top: 50%;
  left: 200px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 30px;
}
.structure-shape-grid:hover .stru-icon {
  animation: bounceIn 0.5s linear both;
  -webkit-animation: bounceIn 0.5s linear both;
  box-shadow: 0 0 20px #aaa, inset 0 0 40px rgb(180 209 232);
}
.structure-shape-grid:hover:before {
  border-right-style: double;
}
.structure-shape-grid:hover .str-num {
  border-color: #297cc0;
  background: #fff;
  color: #297cc0;
  animation: bounce 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.structure-shape-grid:hover .stru-main-icon:after,
.structure-shape-grid:hover .stru-main-icon:before {
  border-style: dotted;
  width: 100%;
  animation: custom-rotate 5s linear infinite;
  -webkit-animation: custom-rotate 5s linear infinite;
}
.structure-shape-grid:hover .str-text {
  color: #297cc0;
}
.main-circle-shape {
  max-width: 600px;
  border-radius: 50%;
  height: 600px;
  margin: auto;
  position: relative;
  overflow: inherit;
}
.main-circle-shape:before {
  border: 2px dotted #297cc0;
  border-radius: 50%;
}
.main-circle-shape::after {
  background: #f5f8ff;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.main-circle-shape:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
#call-modal .input-grid {
  padding: 0 5px;
}
.main-circle-img img {
  max-height: 140px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle-shape-grid {
  position: absolute;
  max-width: 300px;
  width: 100%;
}
.circle-text {
  position: absolute;
  width: 100%;
  top: -35px;
  color: #2f4858;
}
.circle-shape-grid:first-of-type {
  top: -60px;
  margin: auto;
  left: 0;
  right: 0;
}
.circle-shape-grid:first-of-type .circle-text {
  left: 0;
  right: 0;
  margin: auto;
}
.circle-shape-grid:nth-of-type(2) {
  top: 25%;
  right: -130px;
}
.circle-shape-grid:nth-of-type(2) .circle-text {
  left: 155px;
  text-align: left;
}
.circle-shape-grid:nth-of-type(3) {
  top: 75%;
  right: -70px;
}
.circle-shape-grid:nth-of-type(3) .circle-text {
  left: 205px;
  text-align: left;
  top: 10px;
}
.circle-shape-grid:nth-of-type(4) {
  top: 75%;
  left: -70px;
}
.circle-shape-grid:nth-of-type(4) .circle-text {
  right: 205px;
  text-align: right;
  top: 10px;
}
.circle-shape-grid:nth-of-type(5) {
  top: 25%;
  left: -130px;
}
.circle-shape-grid:nth-of-type(5) .circle-text {
  right: 155px;
  text-align: right;
}
.main-circle-shape:hover .circle-shape-grid:first-of-type {
  top: 20px;
}
.main-circle-shape:hover .circle-shape-grid:nth-of-type(2) {
  right: -40px;
}
.main-circle-shape:hover .circle-shape-grid:nth-of-type(3) {
  right: -5px;
  top: 60%;
}
.main-circle-shape:hover .circle-shape-grid:nth-of-type(4) {
  left: -5px;
  top: 60%;
}
.main-circle-shape:hover .circle-shape-grid:nth-of-type(5) {
  left: -40px;
}
.main-circle-shape:hover .circle-text {
  top: auto;
  bottom: -30px;
  right: 0 !important;
  left: 0 !important;
  margin: auto;
  text-align: center;
}
.main-circle-shape:hover .circle-shape-grid {
  transition-delay: 0.5s;
}
.main-circle-shape:hover .main-circle-img img {
  max-height: 80px;
  transition-delay: 0.5s;
}
.circle-icon {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 20px #ccc;
  border-radius: 50%;
  margin: 15px auto;
  background: #fff;
  cursor: pointer;
}
.circle-icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  max-height: 50%;
  max-width: 80%;
}
.payment-structure {
  z-index: 2;
  position: relative;
}
.payment-form {
  margin-top: 50px;
}
.payment-form .form-group {
  margin-bottom: 50px;
}
.payment-form .form-control {
  background: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
}
.payment-form label {
  margin-top: 10px;
  vertical-align: middle;
  font-size: 17px;
}
.custom-file-check input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
}
.custom-file-check label {
  line-height: 40px;
  cursor: pointer;
  margin-top: 0;
  overflow: hidden;
  padding-top: 0;
}
#file-review.active {
  margin: auto;
  height: 255px;
  width: 255px;
  background-size: cover;
  border-radius: 10px;
  background-position: top center;
}
.bank-pophover {
  overflow: inherit;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 8px #ccc;
  padding: 20px 15px 15px;
  width: 300px;
  z-index: 2;
  border-radius: 10px;
  top: calc(100% + 20px);
  display: none;
  overflow-wrap: break-word;
}
.bank-pophover:before {
  width: auto;
  height: auto;
  border: 8px solid transparent;
  top: 0;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  box-shadow: -2px 2px 5px 0 #ccc;
  left: auto;
  right: calc(50% - 28px);
}
.bank-pophover h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.bank-pophover ul li {
  margin-bottom: 7px;
  color: #292c47;
}
.bank-pophover ul span {
  color: #0077ad;
}
.bank-pophover h4 {
  margin-top: 15px;
  color: #2f4858;
  line-height: 22px;
}
.main-circle-shape:hover .bank-pophover {
  top: calc(100% + 50px);
}
.modal-opens {
  overflow: hidden !important;
  height: 100% !important;
}
.project-modal {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 99999999992;
  padding: 0 0;
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(100%);
}
.project-modal.active {
  transform: translateY(0);
  opacity: 1;
}
.main-project-modal {
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  padding-top: 50px;
}
.project-modal button.close {
  top: 7px;
  left: 12px;
  right: auto;
  border-radius: 6px;
  z-index: 1;
}
.begin-project-height::-webkit-scrollbar-track,
.project-modal::-webkit-scrollbar-track {
  background-color: #5bafd6;
}
.begin-project-height::-webkit-scrollbar,
.project-modal::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.begin-project-height::-webkit-scrollbar-thumb,
.project-modal::-webkit-scrollbar-thumb {
  background-color: #005e8a;
}
.begin-project-col h3 {
  margin-bottom: 0;
  font-size: 16px;
  background: #005e8a;
  padding: 15px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.begin-project-height {
  padding: 20px 15px;
}
.begin-project-col {
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
  max-width: 400px;
  margin: auto auto 20px;
  position: relative;
}
.begin-project-height {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.begin-project-col.active,
.custom-col:nth-of-type(2) .begin-project-col {
  z-index: 1;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  pointer-events: inherit;
}
.custom-col .form-group {
  overflow: inherit;
}
.begin-project-col:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #297cc0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 20px;
  z-index: 1;
  opacity: 0;
  transform: scale(0.5) rotate(360deg);
  -webkit-transform: scale(0.5) rotate(360deg);
}
.custom-col.checked .begin-project-col:after {
  opacity: 1;
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.custom-col.checked h3 {
  background: #297cc0;
}
.begin-project-checkboxes input {
  position: absolute;
  width: 0;
  opacity: 0;
  z-index: -1;
}
.begin-project-checkboxes .wpcf7-list-item-label {
  border: 1px solid #eee;
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #555;
  border-radius: 30px;
  cursor: pointer;
  display: block;
}
.begin-project-checkboxes label {
  margin-bottom: 0;
  font-size: 15px;
}
.begin-project-checkboxes .form-group span {
  display: block !important;
}
.begin-project-checkboxes input:checked ~ .wpcf7-list-item-label {
  background: #297cc0;
  color: #fff;
  border-color: #297cc0;
}
.project-normal-inputs .wpcf7-list-item-label {
  font-size: 15px;
}
.project-normal-inputs textarea {
  min-height: 100px;
}
.project-normal-inputs .form-control {
  background: #fff;
  box-shadow: none;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: light;
  font-size: 15px;
}
.project-normal-inputs .form-group {
  margin-bottom: 20px;
}
.begin-project-col .button-container {
  min-width: 90px;
  height: 40px;
  border-radius: 10px;
  line-height: 35px;
  margin: 15px auto 10px;
}
.begin-project-col .btn-1 .mybtn {
  background: linear-gradient(#095c83, #056a99);
}
.custom-col.checked .begin-project-col .btn-1 .mybtn {
  background: linear-gradient(#0a5f89, #1a3d8c);
}
.begin-project-col .begin-form-btn {
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}
.begin-project-col .pro-first-btn.btn-1:hover {
  border-color: transparent;
}
.begin-project-col .pro-first-btn.btn-1:hover .mas {
  color: #fff;
}
.begin-project-col .btn-1.active .mybtn {
  pointer-events: inherit;
  opacity: 1;
  z-index: 1;
}
.begin-project-col .btn-1.active:hover {
  border-color: #297cc0;
}
.begin-project-col .btn-1.active:hover .mas {
  color: #297cc0;
}
.bnt-marg {
  margin-top: 10px;
  margin-bottom: 30px;
}
.work-steps-row {
  margin: 45px 0;
}
.work-steps-div {
  background: #fff;
  box-shadow: 0 0 8px #ccc;
  border-radius: 20px;
  min-height: 320px;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 30px;
}
.work-steps-div:before {
  content: '';
  position: absolute;
  top: -40px;
  background: url(../images/main/arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  right: 50%;
  height: 44px;
  z-index: 1;
}
.work-steps-grid:last-of-type .work-steps-div:before,
.work-steps-grid:nth-of-type(6) .work-steps-div:before {
  content: none;
}
.work-steps-grid:nth-of-type(2) .work-steps-div:before {
  top: auto;
  bottom: -40px;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
}
.work-steps-div h3 {
  font-size: 17px;
  padding: 6px 0;
}
.work-steps-div p {
  font-size: 14px;
  line-height: 22px;
  height: 130px;
  overflow: hidden;
}
.steps-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #327ebc;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}
.work-steps-div:hover .steps-icon {
  box-shadow: 0 0 30px #297cc0;
}
.work-steps-div:hover .steps-icon:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.work-steps-div:hover {
  background: #f8f8f8;
}
.steps-icon:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #2e7dbe;
  border-radius: 50%;
}
.steps-icon img,
.steps-icon i {
  max-height: 50px;
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-owl {
  margin: 50px auto;
}
.center-owl .slick-slide {
  padding: 30px 0;
  opacity: 0.3;
  margin: 0;
}
.center-owl .slick-current.slick-center {
  opacity: 1;
}
.center-owl .slick-slide {
  transition: all 1s ease-in-out;
}
.center-owl .ult-content-box {
  position: relative;
}
.center-owl .slick-slide p {
  font-size: 13px;
  line-height: 21px;
}
.center-owl .slick-slide .work-features-img {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 40px 40px 20px;
}
.center-owl.no-full-images .wpb_text_column.wpb_content_element {
  margin-right: -70px;
  margin-top: 25px;
}
.center-owl .slick-current.slick-center .work-features-img {
  box-shadow: 0 0 8px #ccc;
}
.center-owl .slick-center {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  background: #fff;
}
.work-features-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  max-width: 50px;
  max-height: 50px;
}
.center-owl .work-features-img img {
  top: -23px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.center-owl .work-features-img h3 {
  font-size: 15px;
}
.work-features-img {
  position: relative;
  margin-bottom: 30px;
}
.work-features-img h3 {
  font-size: 18px;
}
.work-features-grid p {
  font-size: 14px;
  line-height: 22px;
}
.package-div {
  box-shadow: 0 0 8px #ccc;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 30px;
  background: #fff;
}
.package-div h3 {
  font-size: 18px;
}
.package-div img {
  margin-bottom: 10px;
  height: 77px;
}
.package-div h4 {
  font-size: 14px;
  color: #005e8a;
  margin-bottom: 30px;
}
.package-div h4 span {
  color: #297cc0;
  font-size: 30px;
}
.check-boxes-grid li,
.check-boxes-grid span {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  position: relative;
  list-style-type: none;
}
.check-boxes-grid li:before,
.check-boxes-grid span::before {
  background-color: #d6d6d6;
  border-radius: 50%;
  border: none;
  font-size: 15px;
  position: absolute;
  top: 1px;
  height: 25px;
  width: 25px;
  background: #297cc0;
  border-radius: 50%;
  content: '';
}
.check-boxes-grid li:after,
.check-boxes-grid span::after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  color: #fff;
  top: 3px;
  font-size: 14px;
}
.circle_duplicate:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background: #2e7dbe;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.hosting-features:hover .circle_duplicate:before,
.shadow_box:hover .circle_duplicate:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.hosting-features {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.hosting-features p {
  height: 90px;
}
.hosting-features .work-features-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.support-features-sec .shadow_box p {
  height: 90px;
}
.support-features-sec .shadow_box {
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}
.full-width-img-slider .work-features-img img {
  position: static;
  transform: translateY(0);
  -webkit-transform: translateY(-50%);
  display: block;
  margin: auto;
}
.full-width-img-slider .work-features-img {
  margin-bottom: 0;
  padding: 0;
}
.customer-div a {
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px #ccc;
  display: inline-block;
  margin: 5px auto;
  position: relative;
}
.wave-7 .sec-title {
  padding-top: 40px;
}
.customer-grid {
  margin-bottom: 30px;
  justify-content: center;
}
.wave-7 .about-text-grid2 {
  vertical-align: bottom;
  padding-top: 105px;
}
.customer-div {
  overflow: hidden;
}
.customer-div a img {
  max-height: 65%;
  max-width: 65%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.customer-div:nth-of-type(4) a {
  height: 125px;
  width: 125px;
}
.customer-div a:hover {
  background: #297cc0;
  transform: scale(0.9);
}
.customer-div a:hover img {
  filter: brightness(0) invert(1);
}
.commerce-div .commerce-img {
  text-align: center;
}
.commerce-div .hosting-features {
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.commerce-div .hosting-features .work-features-img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 47px;
  height: auto;
  width: auto;
  margin: auto;
  overflow: inherit;
}
.commerce-div .shadow_box h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.commerce-div .hosting-features p {
  height: 100px;
  font-size: 13px;
  line-height: 26px;
}
.v-center {
  align-items: center;
}
.mobile-features .vc_row,
.wave-5 .vc_row,
.wave-7 .vc_row {
  align-items: center;
}
.circle-list li {
  position: relative;
  color: #2f4858;
  font-size: 15px;
  margin-bottom: 10px;
}
.circle-list li:before,
.language-modal-div ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #193f87;
  border-radius: 50%;
}
.mobile-img-grid img {
  display: block;
  margin: auto auto 30px;
}
.mobile-features {
  padding-bottom: 70px;
}
.steps-number {
  position: absolute;
  top: 40px;
  font-size: 29px;
  color: #fdebe9;
  font-weight: 700;
  animation: custom-flash 2s ease-in-out both infinite;
}
.multi-seps-div .work-steps-div {
  min-height: 230px;
}
.multi-seps-div .work-steps-grid:nth-of-type(3) .work-steps-div:before {
  right: -50%;
}
.work-steps-grid:nth-of-type(2) .work-steps-div:before {
  content: none;
}
.work-steps-grid:nth-of-type(4) .work-steps-div:before,
.work-steps-grid:nth-of-type(5) .work-steps-div:before {
  top: auto;
  bottom: -40px;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
}
small {
  font-size: 14px;
}
.start-now .str-num {
  display: none;
}
.start-now .service-structure-shape .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
#mix-wrapper {
  position: relative;
  overflow: hidden;
}
.mix-target {
  display: none;
}
.loadmore-button {
  background: linear-gradient(#0a5f89, #1a3d8c);
  color: #fff;
  line-height: 45px;
  border: none;
}
.loadmore-button:hover {
  background: #2e7dbe;
}
.work-details {
  margin-top: 30px;
}
.work-details h3 {
  height: 52px;
  overflow: hidden;
  line-height: 26px;
}
.work-details h3 span {
  display: inline-block;
}
.work-time {
  color: #888;
}
.works-pg .protfolio-div:hover .protfolio-hover .btn-3 {
  transition-delay: 0.2s;
}
.works-pg .protfolio-div:hover .protfolio-img {
  margin-top: 0;
  transition-delay: 0s;
  min-height: 335px;
  border-radius: 30px;
}
.website-title .wpb_single_image {
  display: inline-block;
}
.website-title .sec_color {
  font-size: 20px;
  display: block;
  text-align: center !important;
  text-align: center;
  margin: 20px auto;
}
.has-no-p .hosting-features p {
  display: none;
}
.website-title p {
  margin: 20px auto 0;
  max-width: 900px;
}
.website-title .about-img-grid {
  margin: 70px auto;
}
.website-mokeup {
  position: relative;
  margin: 70px auto 0;
  background: url(../images/main/mokeup.png);
  background-size: 100% 100%;
  height: 600px;
  max-width: 1200px;
  background-repeat: no-repeat;
  background-position: center;
}
.website-mokeup .owl-website {
  position: absolute;
  height: 86%;
  width: 78%;
  right: 0;
  top: 5%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
}
.owl-website .vc_single_image-wrapper {
  position: relative;
  right: 0;
  top: 0;
  height: 513px;
  width: 100%;
}
.website-pg-description img {
  margin-bottom: 30px;
}
#owl-website .owl-dots {
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.website-pg-description .circle-list li {
  margin-bottom: 20px;
  line-height: 27px;
}
.website-features h3 {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.show-website img {
  margin-bottom: 30px;
}
.appliction-title .about-img-grid img,
.show-website img {
  max-height: 500px;
}
.applications-store {
  margin-top: 20px;
}
.applications-store .ult-content-box-container {
  display: inline-block;
  box-shadow: 0 0 8px #ccc;
  border-radius: 30px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  margin: 5px;
}
.applications-store .ult-content-box-container .vc_icon_element-icon,
.applications-store .ult-content-box-container img {
  max-width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #db302f;
}
.applications-store .ult-content-box-container:hover {
  color: #fff;
  background: linear-gradient(#0a5f89, #1a3d8c);
}
.applications-store .ult-content-box-container:hover img {
  filter: brightness(0) invert(1);
}
.applications-store .ult-content-box-container:hover .vc_icon_element-icon {
  color: #fff !important;
}
.mobile-sceens .slick-list {
  padding: 0 100px;
}
.steps-number:before {
  counter-increment: dots;
  content: counter(dots);
  color: #fdebe9;
  animation: custom-flash 2s ease-in-out both infinite;
}
.structure-shapes,
.work-steps-row {
  counter-reset: dots;
}
.margin-wave-block {
  margin-top: 70px;
}
figure {
  margin-bottom: 0;
}
.smile_icon_list.left li .icon_description {
  margin: 0 !important;
  display: block !important;
  height: auto !important;
}
.smile_icon_list li .icon_list_connector,
.ult_info_list_container .smile_icon_list li .icon_list_icon {
  display: none;
}
.mobile-owl .icon_list_item {
  font-size: 16px !important;
}
.mobile-owl .smile_icon_list li.icon_list_item:last-child {
  margin-bottom: 10px !important;
}
.website-pg-description .smile_icon_list li.icon_list_item {
  min-height: auto !important;
  margin-bottom: 20px !important;
}
.smile_icon_list li .icon_description h3 {
  font-weight: 400 !important;
}
.website-pg-description .sec_color {
  margin-bottom: 20px;
}
html .ult_main_cl.ult-adjust-bottom-margin {
  margin-bottom: 0 !important;
}
.button-container.btn-has-icon .mybtn {
  padding-right: 45px;
}
.btn-has-icon .vc_icon_element {
  position: absolute;
  top: 50%;
  color: #fff;
  right: 20px;
  transform: translateY(-50%);
}
.button-container:hover .vc_icon_element {
  display: none;
}
.website-title .slick-dots {
  bottom: 50px;
}
span.wpcf7-list-item {
  margin: 0 !important;
}
.invalid-feedback2 {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 14px;
  color: #dc3545;
}
.invalid-feedback2.active {
  display: block;
}
.website-mokeup .wpb_single_image.wpb_content_element.vc_align_left {
  position: relative;
  width: 100%;
}
.blog-pg .item {
  margin-bottom: 20px;
}
.blog-pg .nav-tabs {
  margin-bottom: 20px;
}
.status,
.unlbg-style1.unlike-1582.jlk {
  display: none !important;
}
.single-blog-pg .watch-action {
  float: none;
  width: auto;
  height: auto;
  display: inline-block;
}
.commentlist {
  padding: 0;
}
.comments-div .form-control {
  box-shadow: none;
}
.comments-div a {
  color: #333;
}
.commentlist li {
  list-style-type: none;
  position: relative;
  padding-right: 50px;
}
.commentlist li .reply {
  position: absolute;
  left: 0;
  top: 0;
}
.commentlist li .reply a {
  color: #333;
}
.comment-meta a {
  color: #999;
  font-size: 14px;
}
.commentlist li cite {
  font-style: normal;
}
.commentlist li .avatar {
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.commentlist li .says {
  display: none;
}
.single-blog-pg .main-single-img {
  max-height: 400px;
  border-radius: 10px;
  margin: auto auto 20px;
  text-align: center;
  display: block;
}
.single-details-list {
  margin-bottom: 20px;
}
.single-details-list li {
  color: #999;
}
.comments-div {
  margin: 40px auto 20px;
}
.sidebar > div {
  margin-bottom: 30px;
}
.blog-side .full-width-img {
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: text-top;
  border-radius: 10px;
}
.blog-side li {
  margin-bottom: 20px;
}
.blog-side .side-text {
  display: inline-block;
  color: #999;
  max-width: calc(100% - 95px);
  vertical-align: text-top;
  font-size: 13px;
}
.blog-side .side-text p {
  line-height: 23px;
  font-size: 14px;
  margin-bottom: 3px;
}
.blog-side .side-text h5 {
  margin-bottom: 5px;
}
.features-blogposts .snake {
  height: 200px;
}
.features-blogposts .sec-title,
.features-blogposts .time {
  margin-bottom: 20px;
}
.single-book-details-list li a {
  color: #333;
}
.single-book-details-list li b {
  font-weight: 400;
}
.single-book-details-list li {
  margin-bottom: 20px;
}
.share-div {
  display: inline-block;
}
.share-div .st-custom-button {
  height: 30px;
  width: 30px;
  background: #297cc0;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
}
iframe#st_gdpr_iframe {
  left: 0 !important;
  display: none;
}
.jobs-form label {
  font-size: 15px;
}
.jobs-form .form-group {
  margin-bottom: 15px;
  padding: 8px;
}
.jobs-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.jobs-form .form-control::-moz-placeholder {
  color: #999;
}
.jobs-form .form-control:-ms-input-placeholder {
  color: #999;
}
.file-has-btn label b {
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
.file-choose-btn {
  display: inline-block;
  background: #1a458a;
  padding: 0 10px;
  min-width: 90px;
  text-align: center;
  color: #fff;
  border-radius: 35px;
  top: 45px;
  position: absolute;
}
.jobs-form .form-control:-moz-placeholder {
  color: #999;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 0.25rem !important;
  color: #dc3545 !important;
}
.job-header {
  background: url(../images/pink/jobs.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
  padding-top: 70px;
}
.job-header ul {
  margin: 50px auto 20px;
}
.about-img-grid.no-bg {
  background: 0 0;
}
.single-job .about-top-div .wpb_content_element {
  margin-bottom: 15px;
}
.single-blog-pg .container {
  position: relative;
}
.apply-job-img {
  position: absolute;
  top: 15%;
  max-width: 350px;
}
.job-description {
  margin-top: 20px;
  margin-bottom: 30px;
}
.job-description ol,
.job-description ul {
  margin-bottom: 50px;
}
.job-description ul li {
  margin-bottom: 20px;
}
.numbers-list {
  counter-reset: dots;
}
.numbers-list li {
  margin-bottom: 20px;
  position: relative;
}
.numbers-list li:before {
  content: '';
  position: absolute;
  top: 0;
  counter-increment: dots;
  content: counter(dots) '.';
}
.language-modal-div img {
  max-height: 100px;
  margin: 5px auto 20px;
  display: block;
}
.language-modal-div ul li {
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
}
.offers-packages {
  background: 0 0;
}
.offers-packages .package-div {
  position: relative;
}
.offers-packages .package-div:before {
  background-image: url(../images/pink/pink-bubble5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 130px;
}
.tachniqal-tabs {
  padding: 0;
  margin: auto;
}
.tachniqal-tabs .ult_tabitemname {
  padding: 0;
}
.tachniqal-tabs .wave-7 .container.vc_row {
  display: flex;
}
.teqnical-text {
  padding: 0 30px;
  margin: auto;
}
.teqnical-text a {
  color: #333;
}
.tachniqal-tabs .ult_tabmenu.style1 {
  justify-content: center;
  padding: 0 15px;
  margin: 20px auto;
}
.teqnical-text .vc_custom_heading {
  margin-bottom: 15px;
}
.copy-techniq {
  margin-top: 40px;
  max-width: 80%;
  margin: 70px auto 40px;
}
.copy-techniq a {
  color: #1a458a;
}
.tqnic-desc {
  margin-bottom: 30px;
}
.call-modal-form {
  margin-top: 75px;
}
#call-modal .modal-content {
  background-size: 320px;
}
.payment-form.sm-margin .form-group {
  margin-bottom: 20px;
}
.error-pg img {
  display: block;
  margin: 0 auto 40px;
  max-height: 180px;
}
.visa-payment {
  margin-top: 80px;
  text-align: center;
}
.title-has-icon {
  position: relative;
}
.title-has-icon i {
  position: absolute;
  top: 0;
}
.big-boxes .hosting-features p {
  height: 146px;
}
.close-filter,
.responsive-filter {
  display: none;
}
.website-title .website-mokeup .vc_single_image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100% !important;
}
.website-title .website-mokeup .vc_single_image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.mobile-sceens img {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.vc-zoom-wrapper {
  height: 400px;
}
.inner-partener .ourlanguages-img:before {
  content: '\f2b5';
}
#rediect-modal img {
  display: block;
  margin: 20px auto 0;
  max-height: 320px;
}
#rediect-modal h3 {
  display: block;
  max-width: 390px;
  margin: 20px auto;
  line-height: 29px;
}
#rediect-modal .modal-body {
  background: url(../images/pink/wave2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bank-pophover a {
  background: linear-gradient(#0a5f89, #1a3d8c);
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
  margin: 10px auto;
  border-radius: 30px;
}
#owl-clients .more-item .ourlanguages-img:before,
#owl-parnteners .more-item .ourlanguages-img:before {
  content: none;
}
#owl-clients .more-item .ourlanguages-img:after,
#owl-parnteners .more-item .ourlanguages-img:after {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
#owl-clients .more-item h3,
#owl-parnteners .more-item h3 {
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 15px;
  z-index: 3;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
.parteners-pg .ourlanguages-img {
  background: #fff;
}
.parteners-pg .ourlanguages-img:before {
  content: '\f2b5';
}
#clients.parteners-pg .ourlanguages-img:before {
  content: '\f0c0';
}
.parteners-pg {
  background-image: url(../images/pink/wave7.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}
.main-portfolio-pg .protfolio-div {
  padding: 20px 0;
}
.project-page-modal .custom-col {
  z-index: 1;
}
.pop-project-form .row {
  justify-content: center;
}
.special-tabs .nav-item i {
  height: 100px;
  width: 100px;
  background: #297cc0;
  text-align: center;
  line-height: 100px;
  font-size: 32px;
  border-radius: 50%;
  display: block;
  margin: auto auto 13px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.special-tabs .nav-link,
.special-tabs .nav-tabs {
  border: none;
}
.special-tabs {
  background: #fff;
  box-shadow: 0 0 8px #888;
  border-radius: 20px;
  padding: 50px 50px 0;
  margin-bottom: 80px;
}
.special-tabs .nav-tabs {
  position: relative;
}
.special-tabs .nav-tabs .nav-item.show .nav-link,
.special-tabs .nav-tabs .nav-link.active {
  color: #297cc0;
}
.special-tabs .nav-link {
  font-size: 20px;
  padding: 0 0 20px;
  color: #000;
}
.special-tabs .nav-tabs:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 50%;
  right: 25%;
  background: #ccc;
  z-index: 2;
  top: 50px;
}
.special-tabs .line-active:before {
  background: #297cc0;
}
.hawia-logo-1 img {
  margin: auto auto 30px;
  display: block;
}
.hawia-logo-2 img {
  margin: auto auto 20px;
  display: block;
}
.hawia-logo-2 .sec-title,
.hawia-logo-4 .sec-title {
  margin-bottom: 60px;
}
.hawia-logo-4 img {
  margin-bottom: 30px;
  display: block;
  margin: auto auto 20px;
  padding: 20px;
}
.checkboxes {
  margin-bottom: 20px;
}
.custom-check {
  position: relative;
  display: inline-block;
  margin: 25px;
}
.custom-check input {
  position: absolute;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.custom-check label {
  position: relative;
}
.custom-check label:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  color: #fff;
  opacity: 0;
  top: 0;
  animation: rotateOut 0.3s linear both;
  -webkit-animation: rotateOut 0.3s linear both;
}
.custom-check label::before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  top: 0;
  border: 1px solid #297cc0;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  color: #297cc0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.custom-check input:checked ~ label:after {
  opacity: 1;
  animation: rotateIn 0.3s linear both;
  -webkit-animation: rotateIn 0.3s linear both;
}
.custom-check input:checked ~ label:before {
  background: #297cc0;
}
.custom-check input:checked ~ label {
  color: #297cc0;
}
.custom-check-global .wpcf7-list-item-label {
  position: relative;
}
.custom-check-global a {
  display: inline-block;
}
.custom-check-global input {
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #297cc0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #297cc0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  outline: 0;
}
.custom-check-global input:checked {
  background: #297cc0;
  outline: 0;
}
.slide-check {
  display: none;
}
#first-check-1 {
  display: block;
}
.clockpicker-popover .popover-title {
  direction: ltr;
}
.hide-item {
  display: none;
  animation: rotate_item 0.5s linear;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-animation: rotate_item 0.5s linear;
}
#port-tab {
  position: relative;
  overflow: hidden;
}
.occasion-div img {
  max-height: 400px;
  margin: auto;
  display: block;
}
.price-offer {
  background: #fcfcfc;
  padding: 30px 20px 0;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
.price-offer h3 {
  color: #297cc0;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.price-offer .form-group {
  margin-bottom: 20px;
}
.price-offer .form-group {
  margin-bottom: 20px;
}
.price-offer .offer-radios .form-group {
  margin-bottom: 0;
}
.price-offer .offer-radios label {
  margin-top: 0;
  font-size: 15px;
  color: #555;
}
.offer-radios {
  background: #fff;
  padding: 20px 20px 1px;
  box-shadow: 0 0 8px #eee7e7;
}
.price-offer h4 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 25px;
}
.hidden_slide {
  padding-bottom: 10px;
  padding-top: 10px;
}
.price-offer .offer-radios .custom-file-check label {
  padding-bottom: 0;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: none;
}
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px !important;
  background: none;
}
.slide_project input[type='radio'],
.slide_project .wpcf7-list-item-meta-data {
  display: none;
}
.slide_project .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  margin-bottom: 15px;
}
.slide_project .wpcf7-list-item label {
  position: absolute !important;
  top: 0;
  margin: 0;
}
.slide_project .wpcf7-list-item label img {
  margin: auto !important;
}
.slide_project.wpcf7-post_image_radio > li.wpcf7-list-item > label > input:checked + .wp-post-image {
  border-color: #297cc0;
}
.slide_project.wpcf7-post_image_radio > li.wpcf7-list-item .wpcf7-list-item-label {
  font-weight: normal;
}
.slide_project {
  margin: 20px auto;
  background: #f7f7f7;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  max-height: 300px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.problem_works .wpcf7-form-control-wrap {
  position: static;
}
.problem_works span.wpcf7-form-control.wpcf7-radio > span {
  display: block;
  margin-bottom: 10px !important;
}
.input-grid.problem_works {
  position: relative;
}
#input-problem {
  cursor: pointer;
  line-height: 34px;
  overflow: hidden;
}
.has-error,
.has-error-msg {
  font-size: 14px;
  font-style: italic;
}
.codedropz-upload-inner h3 {
  padding-bottom: 0;
  border-bottom: none;
}
.applications-store .ult-content-box-container:hover .vc_icon_element-icon {
  color: #fff;
}
.meetings-sec .mobile-text-grid > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 0 8px #ccc;
  border-radius: 10px;
  padding: 20px 20px 10px;
  position: relative;
  margin: 10px 0;
  text-align: center;
}
.meetings-sec .mobile-text-grid > .vc_column-inner > .wpb_wrapper:hover {
  background: #f8f8f8;
}
.meetings-sec .mobile-text-grid .steps-icon .aio-icon {
  color: #297cc0 !important;
}
.meetings-sec .mobile-text-grid > .vc_column-inner > .wpb_wrapper:hover .steps-icon:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.meetings-sec .mobile-text-grid > .vc_column-inner > .wpb_wrapper:hover .steps-icon {
  box-shadow: 0 0 30px #297cc0;
}

.meetings-sec .mobile-text-grid p {
  min-height: 145px;
}

.btn-1:hover a {
  color: #297cc0 !important;
}
.meetings-sec .mobile-text-grid .steps-icon {
  margin-bottom: 22px !important;
}

.another-mnasa .button-container {
  margin-top: 10px;
  margin-bottom: 30px;
}
