/*
Theme Name: Narration Child Theme 
Theme URI: http://preview.imithemes.com/narration-wp
Description: Narration Child Theme
Author: imithemes
Author URI: http://www.imithemes.com
Template: narration
Version: 1.0
*/

/* =Importing Parent Theme Stylesheet
------------------------------------------------------- */
@import url(../narration/style.css);

/* =Theme customization starts here
------------------------------------------------------- */

.post-header,
.umf-filter-heading-atea
{
	display: none;
}
.navbar .dropdown-toggle::after
{
	font-family: "FontAwesome"!important;
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu
	{
		width: auto!important;
		max-width: none!important;
		right: auto!important;
	}
}
.navbar h2 
{
	margin: 0!important;
}
.collapse.show 
{
	visibility:visible!important;
}
@media (max-width: 768px){
	.navbar h2 
	{
		font-size: 1.5rem!important;
	}
}
.about-author,
.related-posts
{
	display: none!important;
}
.single-post .post-media,
.posts-listing .post-media
{
	display: none;
}
.post .post-title
{
	word-break: keep-all;
}

.navbar.sticky-top
{
	top: 0!important;
}
.navbar-nav 
{
	float: none!important;
	justify-content: right!important;
}
@charset "UTF-8";
.navbar.sticky-top {
    top: -100px;
    transition: .5s
}
/*******Animation code start********/
/*Ripple animatin one*/
.ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 250, 250, 0.6);
    animation: ripple 3s infinite;
    border-radius: 50%;
  }

  .ripple::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 53px;
    height: 53px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 250, 250, 0.6);
    animation: ripple 3s infinite;
    border-radius: 50%;
  }

  .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
  }

  .ripple:after {
    animation-delay: 0.5s;
    content: "";
    position: absolute;
  }

  @keyframes ripple {
    70% {
      box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  /*Ripple one end*/
  /*Ripple yellow start*/
  .ripple-yellow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 51px;
    height: 51px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #FEBE00;
    animation: ripple 3s infinite;
    border-radius: 50%;
  }

  .ripple-yellow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 51px;
    height: 51px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #FEBE00;
    animation: ripple 3s infinite;
    border-radius: 50%;
  }

  .ripple-yellow:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
  }

  .ripple-yellow:after {
    animation-delay: 0.5s;
    content: "";
    position: absolute;
  }

  @keyframes ripple-yellow {
    70% {
      box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  /*Ripple yellow end*/
  /*Icon tada animation*/
  .cta-animation {
    animation: cta-animation 1.5s ease-in-out infinite;
  }

  @keyframes cta-animation {
    from {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0, 0, 1, 15deg);
    }
    26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  /*****Smooth zigzag animgaiton*******/
  .smooth-zigzag-animation-2 {
    animation: smooth-zigzag-2 3.8s linear infinite;
  }

  @keyframes smooth-zigzag-2 {
    0%, 100% {
      transform: translate(0);
    }
    25% {
      transform: translate(-10px, -10px);
    }
    50% {
      transform: translate(-5px, -5px);
    }
    75% {
      transform: translate(-10px, 5px);
    }
  }
  /**Dance animation****/
  .dance {
    animation: dance 2.5s alternate infinite;
  }

  @keyframes dance {
    0% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1.1);
    }
  }
  /*Line animation*/
  @keyframes MOVIE-BG {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(70px);
    }
    100% {
      transform: translateX(0);
    }
  }
  /*******Animation code end********/
.navbar .navbar-nav .nav-link {
    color: var(--secondary);
    font-weight: 500;
    margin-left: 30px;
    outline: none;
    padding: 25px 0;
    text-transform: uppercase
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: var(--primary)
}

.navbar .dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-left: 8px;
    vertical-align: middle
}
.dropdown-item {
    color: white !important;
}



@media (max-width:991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0
    }
    .navbar .navbar-nav {
        border-top: 1px solid #eee;
        margin-top: 25px
    }
}

@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        border: none;
        display: block;
        margin-top: 0;
        opacity: 0;
        right: 0;
        top: 150%;
        transition: .5s;
        visibility: hidden
    }
    .navbar .nav-item:hover .dropdown-menu {
        opacity: 1;
        top: 100%;
        transition: .5s;
        visibility: visible
    }
}

.background-img {
    height: 1000px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-caption {
    align-items: center;
    background: rgba(0, 0, 0, .175);
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    text-align: start;
    top: 0;
    z-index: 1
}

.carousel-control-next,
.carousel-control-prev {
    width: 15%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
    height: 4rem;
    width: 4rem
}

.carousel-item {
    height: 850px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item:before {
    color: var(--primary);
    content: "\f111";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.icon-hero {
    height: auto;
    max-width: 25%!important;
    width: 100%!important
}

@media (max-width:1180px) {
    #header-carousel .carousel-item .icon-hero img {
        width: 10%!important
    }
}

@media (max-width:768px) {
    #header-carousel .carousel-item {
        min-height: 450px;
        position: relative
    }
    #header-carousel .carousel-item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        width: 100%
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        border-width: 12px;
        height: 3rem;
        width: 3rem
    }
}

@media (max-width:900px) {
    .icon-hero {
        display: none!important
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(/img/carousel-1.jpg) 50% no-repeat;
    background-size: cover
}

.page-header .breadcrumb-item+.breadcrumb-item:before {
    color: #999
}

:root {
    --primary: #23a6f6;
    --secondary: #8d9297;
    --light: #f8f9fa;
    --dark: #182333
}

a {
    text-decoration: none!important
}

.back-to-top {
    bottom: 30px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 99
}

#spinner {
    opacity: 0;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    visibility: hidden;
    z-index: 99999
}

#spinner.show {
    opacity: 1;
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible
}

.btn {
    font-weight: 500;
    transition: .5s
}

.btn.btn-outline-primary:hover,
.btn.btn-primary {
    color: #fff
}

.btn-square {
    height: 38px;
    width: 38px
}

.btn-sm-square {
    height: 32px;
    width: 32px
}

.btn-lg-square {
    height: 48px;
    width: 48px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
    align-items: center;
    display: flex;
    font-weight: 400;
    justify-content: center;
    padding: 0
}

.service-overlay {
    background: rgba(0, 0, 0, .20);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%
}

.service-overlay h1 {
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
    font-size: 120px
}

.service-overlay a:hover {
    color: var(--primary)!important
}

.service-text:before {
    background: var(--primary);
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%
}

.service-item:hover .service-text:before {
    height: 100%;
    opacity: 1
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1
}

.service-item:hover .service-text * {
    color: #fff!important
}

.footer {
    color: #999
}

.footer .btn.btn-link {
    color: #999;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    transition: .3s
}

.footer .btn.btn-link:before {
    color: #999;
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 10px;
    position: relative
}

.footer .btn.btn-link:hover {
    box-shadow: none;
    color: var(--light);
    letter-spacing: 1px
}

.footer .copyright {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    font-size: 15px;
    padding: 25px 0
}

.footer .copyright a {
    color: var(--light)
}

.footer .copyright a:hover {
    color: var(--primary)
}

.btn-primary {
    background-color: #23a6f6;
    border-color: #23a6f6
}

.btn-secondary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #23a6f6 !important;
}

.border-primary {
    border-color: #23a6f6!important
}

.btn-outline-primary,
.text-primary {
    color: #23a6f6!important
}

.btn-outline-primary {
    border-color: #23a6f6!important
}

.bg-primary {
    background-color: #182333!important
}

label {
    color: #182333!important
}

.me-2 {
    font-size: 26px!important
}

.bg-light {
    background-color: #0584b5!important;
    color: #fff!important
}

.accordion .faq-link {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #223f92;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5
}

.accordion .faq-link:hover,
.accordion .faq-link:hover:after {
    cursor: pointer;
    color: #0584b5
}

.accordion .faq-link:hover:after {
    border: 1px solid #0584b5
}

.accordion .faq-link.active {
    color: #0584b5;
    border-bottom: 1px solid #0584b5
}

.accordion-item .faq-link:after {
    content: "\f218";
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center
}

.accordion .faq-link.active:after,
.accordion .faq-link:after {
    font-family: Ionicons;
    color: #0584b5;
    border: 1px solid #0584b5
}

.accordion .faq-link.active:after {
    content: "\f209"
}

.accordion .content {
    display: none;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300
}

main {
    min-height: 50vh;
}

.wrapper {
    padding: 5em 0 3em 0;
}

.wrapper.style2 {
    background-color: #fff;
    background-image: url("/img/bg02.png"), url("/img/bg03.png"), url("/img/bg01.png");
    background-position: top left, bottom left, top left;
    background-size: 100% 6em, 100% 6em, auto;
    background-repeat: no-repeat, no-repeat, repeat;
}

header.major h2 {
    font-size: 2.25em;
}

header.major p {
    position: relative;
    border-top: solid 1px #e0e0e0;
    padding: 1em 0 0 0;
    margin: 0;
    top: -1em;
    font-size: 1.5em;
    letter-spacing: -0.025em;
}

header.major {
    text-align: center;
    margin: 0 0 2em 0;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 1400px;
}

@media screen and (max-width: 1680px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 960px;
    }
}

@media screen and (max-width: 980px) {
    .container {
        width: 95%;
    }
}

@media screen and (max-width: 840px) {
    .container {
        width: 95%;
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 481px) {
    .container {
        width: 100%;
    }
}

.block-affiliates {
    color: inherit;
    font-weight: 500;
    line-height: 1.75em;
    margin-bottom: 1em;
    font-family: 'Playfair Display', serif;
}


/* Mobile */

@media screen and (max-width: 736px) {
    /* Basic */
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
        line-height: 1.35em;
    }
    h2 {
        font-size: 1.25em;
        letter-spacing: 0;
        line-height: 1.35em;
    }
    h3 {
        font-size: 1em;
        letter-spacing: 0;
        line-height: 1.35em;
    }
    /* Banner */
    #banner {
        height: 18em;
    }
    /* Wrapper */
    .wrapper {
        padding: 2em 0 1px 0;
    }
    .navbar-nav>li.current:before {
        display: none;
    }
}


/* Mobile (Portrait) */

@media screen and (max-width: 480px) {
    /* Icon */
    .icon.major {
        width: 4em;
        height: 4em;
        line-height: 4em;
        box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
    }
    .icon.major:before {
        font-size: 24px;
    }
    /* Button */
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    /* button, */
    .button {
        width: 100%;
        display: block;
    }
    /* Wrapper */
    .wrapper {
        padding: 2em 20px 1px 20px;
    }
}

.slick-slide {
    height: 500px;
}

.slick-slide img {
    height: fit-content;
}

.fancybox-content {
    height: 50% !important;
}

.section img {
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.square-text {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    text-align: center;
    padding-top: calc(50% - 30px);
    z-index: 9;
    background: transparent;
    color: #fff;
}

.square-img {
    top: 15px;
    bottom: 20px;
    left: 15px;
    right: 0;
    background-size: cover;
}

.dbox .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0584b5;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 30px;
    color: #fff;
}

.map {
    max-width: 50%;
}

/*Testimonial v1 section start*/
#testimonial-section {
    padding: 3rem 0;
    background-color: #F2F5F9;
    position: relative;
  }
  #testimonial-section .main-content .row {
    --bs-gutter-x: 4.5rem;
  }
  #testimonial-section .main-content .text-box {
    margin-top: 25px;
    z-index: 5;
    position: relative;
  }
  #testimonial-section .main-content .text-box .sub-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 54px;
    color: #303C95;
  }
  #testimonial-section .main-content .text-box .sub-title::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #26A9E1;
    left: 9px;
    top: 6.7px;
  }
  #testimonial-section .main-content .text-box .sub-title::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #26A9E1;
    left: 4px;
    top: 10.8px;
  }
  #testimonial-section .main-content .text-box h3 {
    font-size: 35px;
    font-weight: 700;
    color: #303C95;
    text-transform: capitalize;
    line-height: 1.3;
    margin-top: 10px;
  }
  #testimonial-section .main-content .text-box h3 span {
    color: #303C95;
    font-family: "Poppins", sans-serif;
  }
  #testimonial-section .main-content .text-box p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
  }
  #testimonial-section .main-content .text-box .book-btn {
    margin-top: 30px;
    padding: 14px 30px;
    background-color: #303C95;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  #testimonial-section .main-content .text-box .book-btn::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  #testimonial-section .main-content .text-box .book-btn:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  #testimonial-section .main-content .text-box .book-btn::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #26A9E1;
    border-radius: 2px;
    z-index: -1;
    transition: transform 0.35s ease;
  }
  #testimonial-section .main-content .text-box .book-btn i {
    padding-left: 7px;
    font-size: 14px;
  }
  #testimonial-section .main-content .slider-box {
    position: relative;
  }
  #testimonial-section .main-content .slider-box .next-arrow {
    position: absolute;
    bottom: -10px;
    right: 110px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: 0.35s ease;
    width: 75px;
    height: 55px;
    /*line-height: 55px;*/
    background-color: #303C95;
    border-radius: 0 4px 4px 0;
    text-align: center;
    transition: 0.45s ease;
  }
  #testimonial-section .main-content .slider-box .next-arrow:hover {
    background-color: #303C95;
    color: white;
  }
  #testimonial-section .main-content .slider-box .prev-arrow {
    position: absolute;
    bottom: -10px;
    right: 170px;
    border-radius: 4px 0 0 4px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.35s ease;
    width: 68px;
    height: 55px;
    /*line-height: 55px;*/
    background-color: #303C95;
    text-align: center;
    transition: 0.45s ease;
    z-index: 2;
  }
  #testimonial-section .main-content .slider-box .prev-arrow i {
    color: white;
    padding-right: 20px;
    padding-left: 23px;
    border-right: 1px solid #5383f3;
  }
  #testimonial-section .main-content .slider-box .prev-arrow:hover {
    background-color: #303C95;
    color: white;
  }
  #testimonial-section .main-content .slider-box .slick-slide {
    margin: 16px;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider {
    background: white;
    padding: 35px 40px;
    box-shadow: rgba(18, 18, 240, 0.1) 0px 0px 16px;
    border-radius: 8px;
    position: relative;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider .five-star-wrap i {
    color: #26A9E1;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider p {
    line-height: 1.7;
    color: #666666;
    font-size: 17px;
    margin-top: 17px;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider h5 {
    font-size: 22px;
    font-weight: 700;
    color: #303C95;
    margin-bottom: 4px;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider span {
    font-size: 16px;
    font-weight: 500;
    color: #303C95;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider .client-img {
    margin-top: 22px;
    gap: 15px;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider .client-img .client-img-box {
    width: 85px;
    height: 85px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider .client-img .client-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #a1a1a3;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider .icon-quoto {
    position: absolute;
    right: 50px;
    bottom: 18px;
  }
  #testimonial-section .main-content .slider-box .testimonial-slider .single-slider .icon-quoto i {
    font-size: 200px;
    color: #0b032b;
    opacity: 0.06;
  }

/*Work process v1 section start*/



.work-process .row {
    --bs-gutter-y: 2rem;
}

.work-process .top-title {
    max-width: 550px;
    text-align: center;
    margin: auto;
    padding-bottom: 40px;
}

.work-process .top-title span {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    position: relative;
    color: #303C95;
}

.work-process .top-title span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #26A9E1;
    left: -34px;
    top: 7px;
}

.work-process .top-title span::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #26A9E1;
    left: -37px;
    top: 11px;
}

.work-process .top-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #303C95;
    margin-top: 7px;
}

.work-process .single-work {
    transition: 0.45s ease;
    padding: 50px 20px;
    border-radius: 5px;
}

.work-process .single-work:hover {
    box-shadow: 0px 13px 114px 0px rgba(46, 19, 196, 0.178);
}

.work-process .single-work:hover .process-icon {
    background-color: #303C95;
    border: 1px solid #303C95;
}

.work-process .single-work .count-number {
    left: 107px;
    right: 0;
    top: 50px;
    z-index: 2;
    color: white;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    font-weight: 600;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background-color: #303C95;
    position: absolute;
}

.work-process .single-work .process-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid #DFDFED;
    transition: 0.45s ease;
    position: relative;
}

.work-process .single-work .process-icon::after {
    left: 0;
    top: 10px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #26A9E1;
}

.work-process .single-work .process-icon img {
    max-width: 35%;
    height: auto;
}

.work-process .single-work .process-text h3 {
    color: #303C95;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
    font-family: "Rubik", sans-serif;
}

.work-process .single-work .process-text p {
    color: #666666;
    line-height: 1.6;
}

.work-process .arrow-one {
    position: absolute;
    right: -5px;
    bottom: 198px;
    z-index: -1;
}

.work-process .arrow-one img {
    width: 100%;
}

.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 7px 10px;
    max-width: 32%;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #26A9E1;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    display: flex;
    flex-direction: column;
    padding: 13% 10% 12%;
    justify-content: space-between;
}

.snip1533 blockquote {
    flex: 1;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #26A9E1;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}

.fa-star {
    color: gold;
}
