


@keyframes blue {
  0%   {transform: scale(0);}
  100% {transform: scale(1);}
}
@-webkit-keyframes spinning-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.grey-hoop{
    animation: spinning-circle 3.1s linear 30;
     animation-iteration-count: 1;
      transition: 1.1s;
      transform: scale(1);
      transition-delay: 0s;
     animation-delay: 0s;
     -webkit-animation-delay: 0s;

    }

.blue-circle , .dark-blue-circle , #image-svg{
  display: none;
  transform: scale(0);
}

.dark-blue-circle{

     animation: blue 1s alternate infinite ease-in;
       animation-iteration-count: 1;
         transition: 2.1s;
  transform: scale(1);
  transition-delay: 0s;
animation-delay: 0s;
 -webkit-animation-delay: 0s;

}

 .blue-circle {
     animation: blue 1.1s  linear;
     animation-iteration-count: 1;
     transition: 1.4s;
     transform: scale(1);
     transition-delay: 0s;
   animation-delay: 0s;
    -webkit-animation-delay: 0s;
 }


#image-svg{
      animation: blue .8s  linear;
  animation-iteration-count: 1;
  transition: 1s;
  transform: scale(1);
      transition-delay: 0s;
   animation-delay: 0s;
    -webkit-animation-delay: 0s;
}



 .right-image-wrapper:hover #image-svg {
        transform: scale(1) translateX(-25px);
            transition-delay: 3.1s;
    transition:all 1.8s ease-in-out;

  }



 .right-image-wrapper:hover .dark-blue-circle {
        transform: scale(1.1) translateX(-80px);
            transition-delay: 3.1s;
    transition:all .8s ease-in-out;
      animation-delay: 2s;
    -webkit-animation-delay: 2s;
  }

.right-image-wrapper:hover .blue-circle {
    transform: translateX(-50px);
    transition-delay: 1.1s;
    transition:all 1.3s ease-in-out;

}





.blue-circle:hover {
    transform: translateX(50px);
    transition-delay: .1s
}

.red-hoop:hover {
    transform: translateX(50px);
    transition-delay: .1s;
    transition:all .3s ease-in-out;

}
.right-image-wrapper:hover .blue-circle {
    transform: translateX(-50px);
    transition-delay: 1.1s;
    transition:all 1.3s ease-in-out;

}
.red-hoop {

    transition:all .3s ease-in-out;

}











/****************************************************************css****************************************/


.global-width-padding, .header-page-title {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-page-title {
    position: relative;
    z-index: 22;
    font-family: spicom , roboto;
}
.block-page-title-block .general-header {
    overflow: hidden;
    position: relative;
}

.block-page-title-block .grey-bg {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 600px;
}
.block-page-title-block .hero-content {
    float: right;
    width: 45%;
    position: relative;
    z-index: 10;
}
.block-page-title-block .hero-content h1 {
    /* padding-top: 190px; */
    padding-bottom: 16px;
}
.block-page-title-block h1 {
    padding-left: 30px;
    padding-right: 30px;
}
.block-page-title-block h1 {
    font-weight: 500;
    padding-top: 70px;
    padding-bottom: 30px;
    letter-spacing: -.04em;
    color: white;
}
.block-page-title-block .red-bar {
    margin: 0;
}
.red-bar {
    width: 100px;
    height: 3px;
    background: #fd7022;
    margin: 30px 0;
}

.block-page-title-block .hero-content .field--name-field-sub-heading {
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 20px;
}

.block-page-title-block .hero-content .field--name-field-sub-heading p {
    font-size: 18px;
    line-height: 25px;
    color: white;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.block-page-title-block .right-image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.block-page-title-block .top-left-grey-hoop {
    width: 309px;
    height: 309px;
    -webkit-border-radius: 154.5px;
    border-radius: 154.5px;
    background-clip: padding-box;
    position: absolute;
    top: -156px;
    right: -156px;
    border: 2px dashed #a7a8aa;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: .6;
}
.block-page-title-block .right-image-wrapper .blue-circle {
    width: 587px;
    height: 587px;
    -webkit-border-radius: 525px;
    border-radius: 555px;
    background-clip: padding-box;
    background-color: #00a1df;
    position: absolute;
    top: 15px;
    left: 93px;
    z-index: 2;
}
.block-page-title-block .right-image-wrapper .grey-hoop {
    width: 650px;
    height: 650px;
    -webkit-border-radius: 520px;
    border-radius: 520px;
    background-clip: padding-box;
    position: absolute;
    top: -50px;
    left: 2px;
    z-index: 3;
    border: 2px dashed #ffffff;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: 1;
}
.block-page-title-block .right-image-wrapper .red-hoop {
    width: 965px;
    height: 965px;
    -webkit-border-radius: 482.5px;
    border-radius: 482.5px;
    background-clip: padding-box;
    position: absolute;
    top: -338px;
    right: 56.5%;
    z-index: 5;
    border: 2px dashed #e3173e;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: .0;
}
.block-page-title-block .right-image-wrapper #ie-image #image-svg {
    position: absolute;
    left: 70px;
    top: 1px;
    z-index: 4;
    width: 635px;
    height: 600px;
}
.block-page-title-block .right-image-wrapper #ie-image #img-1 {
    clip-path: url(#clip-circle-desktop);
    display: block;
}
.block-page-title-block .right-image-wrapper #ie-image #img-1-tablet {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}


.paragraph--type--wysiwyg, .paragraph--type--block-quote {
    max-width: 757px;
    margin: auto;
}
p.featured {
    font-size: 20px;
    line-height: 37px;
    text-align: justify;
}

.header-page-title:before
{
    background: url(../images/dots-arrow-right-side.png);
    background-repeat: no-repeat;
    height: 514px;
    width: 256px;
    position: absolute;
    content: '';
    bottom: -220px;
    z-index: -1;
}

.header-page-title:before {
    right  : -10px;
}
.header-page-title:before {
    right: -25px;
}
 .hero-content .service-parent {
    padding-left: 30px;
    padding-right: 30px;
}
 .hero-content .service-parent {
    padding-top: 174px;
    padding-bottom: 18px;
}
 .hero-content .service-parent a {
    /* letter-spacing: .4em; */
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.service-detail-header .hero-content .service-parent a {
    font-size: 14px;
    line-height: 35px;
}
.block-page-title-block .mobile-hoops .top-left-grey-hoop {
    position: absolute;
    width: 215px;
    height: 215px;
    -webkit-border-radius: 107.5px;
    border-radius: 107.5px;
    background-clip: padding-box;
    top: -130px;
    left: -130px;
    border: 2px dashed #a7a8aa;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: .6;
}

.service-detail-header {
    overflow: hidden;
    position: relative;
}
.block-page-title-block .mobile-hoops {
    display: none;
}
.block-page-title-block .mobile-hoops .top-left-grey-hoop {
    position: absolute;
    width: 215px;
    height: 215px;
    -webkit-border-radius: 107.5px;
    border-radius: 107.5px;
    background-clip: padding-box;
    top: -130px;
    left: -130px;
    border: 2px dashed #a7a8aa;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: .6;
}
.block-page-title-block .top-left-grey-hoop {
    width: 309px;
    height: 309px;
    -webkit-border-radius: 154.5px;
    border-radius: 154.5px;
    background-clip: padding-box;
    position: absolute;
    top: -156px;
    left: -156px;
    border: 2px dashed #a7a8aa;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: .6;
}
.block-page-title-block .mobile-hoops .red-hoop {
    width: 300px;
    height: 300px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background-clip: padding-box;
    position: absolute;
    bottom: -148px;
    right: -163px;
    z-index: 5;
    border: 2px dashed #e3173e;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: .6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.logo-text img{
    /* width: 230px; */
    /* height: 46px; */
    margin-top: 11px;
}

.block-page-title-block .right-image-wrapper .mobile-image .field--name-field-header-image, .block-page-title-block .right-image-wrapper .mobile-image .field--name-field-mobile-image {
    display: none;
}
.nav-top-stroke{
    height:10px!important;
    background:#383838!important;
}
.block-page-title-block .hero-wrapper {
    position: relative;
    background: #ededed;
    margin-bottom: 120px;
    background: linear-gradient(45deg,#009cda 0%,#014180 100%);
}

.service-detail-header .hero-content .service-parent a:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #747474;
    top: 100%;
    left: 0;
    width: 0%;
    display: block;
}

.block-page-title-block .hero-content .field--name-field-sub-heading {
    padding-left: 30px;
    padding-right: 30px;
}
.block-page-title-block .hero-content .field--name-field-sub-heading {
    font-size: 18px;
    line-height: 25px;
}
.service-detail-header .hero-content .field--name-field-sub-heading {
    padding-top: 0!important;
}

.global-width, .region-help, header .region-header, .block-page-title-block .grey-bg, .block-page-title-block .right-image-wrapper, .paragraph--type--cta-banner-with-background-image, .view-company-leadership, .node--type-leadership-department, .press-top-row, .insights-top-row, .footer .footer-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.paragraph--type--feature-band {
    clear: both;
    font-weight: 300;
    background-color: #ededed;
    position: relative;
}
.paragraph--type--feature-band .feature-band-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.paragraph--type--feature-band .feature-band-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.paragraph--type--feature-band .feature-band-wrapper .field--name-field-feature-title {
    /* letter-spacing: 7px; */
    color: #747474;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.paragraph--type--feature-band .feature-band-wrapper .red-bar {
    margin: 0;
}
.paragraph--type--feature-band .feature-band-wrapper .field--name-field-title h2 {
    font-size: 30px;
    line-height: 30px;
}


.paragraph--type--feature-band .feature-band-wrapper .field--name-field-text-area {
    padding-left: 30px;
    padding-right: 30px;
}
.paragraph--type--feature-band .feature-band-wrapper .field--name-field-title h2 {
    font-weight: 700;
    /* letter-spacing: -1px; */
    padding-top: 35px;
    padding-bottom: 10px;
}
.paragraph--type--feature-band .feature-band-wrapper .field--name-field-text-area {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
}
.view-id-awards, .view-id-clients {
    padding-left: 20px;
    padding-right: 20px;
}


.dots-arrows-right-side-large, .page-node-type-case-study .node__content>.field--name-field-components:after, .page-node-type-case-study .node--type-case-study.node--view-mode-full .field--name-field-case-study-header-image:after, .view-id-insights_by_category::before, .full-press::before, .block--insights-related-block::before, .view-id-portfolio.view-display-id-block_1 .views-row:nth-child(4):after, .view-service-category.view-id-service_category .views-row:nth-child(3):before, .view-id-partnerships.view-display-id-block_1:after, .view-id-partnerships.view-display-id-clients_block:after, .view-id-clients.view-display-id-block_1:after, .view-id-clients.view-display-id-clients_block:after, .block-webform:before, .view-display-id-company_leadership_block .first:before, .view-display-id-company_leadership_block .views-row:nth-child(4):before {
    background: url(../images/dots-arrow-left-side.png);
    background-repeat: no-repeat;
    height: 793px;
    width: 400px;
    position: absolute;
}
.view-id-awards:after, .view-id-clients:after {
    content: "";
    display: table;
    clear: both;
    pointer-events: none;
}
.view-id-awards .award-body, .view-id-awards .client-body, .view-id-clients .award-body, .view-id-clients .client-body {
    /* border: solid 1px #d5d5d5; */
    background-color: #fff;
    display: table;
    height: 211px;
    width: 259px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.15), 0 8px 16px -8px rgba(0, 0, 0, 0.3);
    transition: all 0.15s ease;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.view-id-clients .client-body:hover{

    -webkit-filter:hue-rotate(240deg)!important;

filter:hue-rotate(240deg)!important;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.3), 0 8px 16px -8px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
    transition: all 0.65s ease;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.view-id-awards .view-content>.views-row, .view-id-clients .view-content>.views-row {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 30px;
    flex: 100% 1 1;
    min-width: 261px;
    max-width: 286px;
}
.view-id-partnerships.view-display-id-block_1 .view-content, .view-id-partnerships.view-display-id-clients_block .view-content, .view-id-clients.view-display-id-block_1 .view-content, .view-id-clients.view-display-id-clients_block .view-content {
    position: relative;
    z-index: 5;
    /* text-align: center; */
}
.view-id-awards .view-content, .view-id-clients .view-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.view-id-awards .award-body .award-logo, .view-id-awards .award-body .client-logo, .view-id-awards .client-body .award-logo, .view-id-awards .client-body .client-logo, .view-id-clients .award-body .award-logo, .view-id-clients .award-body .client-logo, .view-id-clients .client-body .award-logo, .view-id-clients .client-body .client-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.view-id-partnerships.view-display-id-block_1:after, .view-id-partnerships.view-display-id-clients_block:after, .view-id-clients.view-display-id-block_1:after, .view-id-clients.view-display-id-clients_block:after {
    left: 0px;
}
.view-id-partnerships.view-display-id-block_1:after, .view-id-partnerships.view-display-id-clients_block:after, .view-id-clients.view-display-id-block_1:after, .view-id-clients.view-display-id-clients_block:after {
    content: '';
    bottom: -535px;
}
.component-spacing .field--name-field-components>.field__item, .page-node-type-case-study .node--type-case-study .field--name-field-components>.field__item, .node--type-service-detail-page .node--type-case-study .field--name-field-components>.field__item, .page-node-type-company-page .node--type-company-page .field--name-field-components>.field__item, .node--type-insights .node--type-insights .field--name-field-components>.field__item {
    padding: 65px 0;
}

.global-width-padding, header .region-header, .page-node-type-blue-landing-page .paragraph--type--video, .homepage-blocks-wrapper, .paragraph--type--homepage-services, .paragraph--type--featured-design, .paragraph--type--homepage-bottom-hero, .page-node-type-case-study .node--type-case-study, .node--type-service-detail-page .node--type-case-study, .view-id-portfolio, .view-id-portfolio.view-display-id-block_2 .view-header, .view-id-portfolio.view-display-id-block_2 .view-content, .view-service-category, .paragraph--type--feature-band .feature-band-wrapper, .page-node-type-company-page .page-title-hanger, .paragraph--type--affiliates .feature-band-wrapper, .paragraph--type--leadership-profile, .paragraph--type--slideshow, .paragraph--type--available-positions .available-positions-wrapper, .block--insights-related-block .view-header, .block--insights-related-block .insights-view .view-content, .node--type-insights .node--type-insights, .node--type-insights .intro, .paragraph--type--image {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.paragraph--type--feature-band .feature-band-wrapper .field--name-field-feature-title {
    padding-left: 30px;
    padding-right: 30px;
}
.paragraph--type--feature-band .feature-band-wrapper .field--name-field-feature-title {
    font-size: 14px;
    line-height: 35px;
}
p:last-child {
    padding: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
h2 {
    font-weight: 700;
    margin: 10px 0 5px;
    /* letter-spacing: -.02em; */
}
.paragraph--type--feature-band .feature-band-wrapper .field--name-field-title h2 {
    padding-left: 30px;
    padding-right: 30px;
}
.title-big-box {
    font-size: 16px;
    color: #e3173e;
    font-weight: 600;
    margin-top: 9px;
    text-align: center;
}

.title-min-box {
    font-size: 13px;
    text-align: center;
    /* font-weight: 600; */
    color: #000000;
}

.view-display-id-company_leadership_block .view-content {
    position: relative;
}
.view-company-leadership .views-row {
    padding-bottom: 130px;
}
.view-display-id-company_leadership_block .first {
    position: relative;
}
.view-display-id-company_leadership_block .first:before {
    right: -10px;
}
.view-display-id-company_leadership_block .first:before {
    content: '';
    top: -190px;
}
.view-display-id-company_leadership_block .first:before {
    right: -25px;
}
.node--type-leadership-department {
    position: relative;
}
.node--type-leadership-department .leadership-department-title {
    padding-left: 10px;
    padding-right: 10px;
}
.node--type-leadership-department .leadership-department-content h2 {
    font-size: 25px;
    line-height: 45px;
}
.node--type-leadership-department .leadership-department-title h2 {
    padding-left: 30px;
    padding-right: 30px;
}
.node--type-leadership-department .leadership-department-title .leadership-department-description {
    padding-left: 30px;
    padding-right: 30px;
}
.node--type-leadership-department .leadership-department-content .field--name-field-department-description {
    font-size: 15px;
    line-height: 30px;
}
.node--type-leadership-department .leadership-department-content .field--name-field-department-description {
    font-size: 25px;
    line-height: 35px;
}

.node--type-leadership-department .leadership-department-content .field--name-field-department-description {
    width: 50%;
    float: left;
    padding-bottom: 35px;
}
view-display-id-company_leadership_block .views-row:nth-child(2) {
    position: relative;
}
.view-company-leadership .views-row {
    padding-bottom: 0px;
}
.view-company-leadership .leadership-department-children .leadership-active .bg-circle {
    border-color: #e3173e;
}
.node--type-leadership-profile .leadership-body .bg-circle {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border: 2px dashed #a7a8aa;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    opacity: .6;
    z-index: 3;
    bottom: 10px;
    right: 10px;
}
.view-company-leadership .leadership-department-children .leadership-active .grey-circle {
    background-color: #005593;
}
.node--type-leadership-profile .leadership-body .grey-circle {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: #ededed;
}
.user-image {
    position: relative;
}
.node--type-leadership-department .leadership-department-content .leadership-department-children {
    padding-left: 40px;
    padding-right: 40px;
}
.node--type-leadership-department .leadership-department-content .leadership-department-children {
    clear: both;
}
.view-company-leadership .leadership-department-children .field--name-field-department-members {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.view-company-leadership .leadership-department-children .field--name-field-department-members>.department-member {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
    flex: 1 0 30px;
    flex-grow: 1;
    min-width: 30%;
    max-width: 30%;
    margin-left: 3%;
}
.node--type-leadership-profile .leadership-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    box-sizing: border-box;
}
.node--type-leadership-profile .leadership-card {
    box-sizing: border-box;
    max-width: 394px;
    margin: auto;
}
.node--type-leadership-profile .leadership-body .leadership-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.node--type-leadership-profile .leadership-body .leadership-image-container {
    position: relative;
}
.view-company-leadership .leadership-department-children .leadership-active .bg-circle {
    border-color: #e3173e;
}
.view-company-leadership .leadership-department-children .leadership-active .grey-circle {
    background-color: #005593;
}
.user-image .field--type-image {
    position: relative;
    z-index: 5;
}
.node--type-leadership-profile .leadership-body .leadership-name {
    font-size: 25px;
    line-height: 35px;
}

.node--type-leadership-profile .leadership-body .leadership-name {
    padding-top: 20px;
    font-weight: 300;
}
.node--type-leadership-profile .leadership-body .red-bar {
    clear: both;
    margin: 25px auto;
}
.node--type-leadership-profile .leadership-body .leadership-title {
    font-size: 16px;
    line-height: 27px;
}
.node--type-leadership-profile .leadership-body .leadership-title {
    font-weight: 300;
}
.view-company-leadership .leadership-expanded {
    display: none;
}
.leadership-expanded, .leadership-expanded-container {
    padding-left: 30px;
    padding-right: 30px;
}

.leadership-expanded, .leadership-expanded-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background: url(../images/dots-bottom-left.png) no-repeat bottom left;
    background-color: #ededed;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.leadership-expanded .leadership-description, .leadership-expanded-container .leadership-description {
    padding-left: 25px;
    padding-right: 25px;
}
.leadership-expanded .leadership-description, .leadership-expanded-container .leadership-description {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.leadership-expanded .leadership-description .leadership-name, .leadership-expanded-container .leadership-description .leadership-name {
    font-size: 25px;
    line-height: 35px;
}
.leadership-expanded .leadership-description .leadership-name, .leadership-expanded-container .leadership-description .leadership-name {
    letter-spacing: -.02em;
    font-weight: 500;
    padding-bottom: 10px;
}
.leadership-expanded .leadership-quote, .leadership-expanded-container .leadership-quote {
    padding-left: 40px;
    padding-right: 40px;
}
.leadership-expanded .leadership-quote, .leadership-expanded-container .leadership-quote {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    border-left: 3px solid #d5d5d5;
    box-sizing: border-box;
}


.leadership-card:hover
.grey-circle {
    background-color: #005593;

}
.grey-circle {
  transition:all .5s ease-in-out;

}


.leadership-card:hover .grey-circle

  {
    transform: translateX(10px);
    transition-delay: .1s;
    transition: all .3s ease-in-out;
}
.leadership-card:hover .bg-circle

  {
    transform: translatey(20px);
    transition-delay: .1s;
    transition: all .3s ease-in-out;
}












.view-company-leadership .leadership-department-children .field--name-field-department-members>.department-member {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
    flex: 1 0 30px;
    flex-grow: 1;
    min-width: 13%;
    max-width: 13%;
    margin-left: 3%;
}

.stats-wrap {
    padding-top: 270px;
    position: relative;
}

.section__wrap, .two-columns {
    display: -ms-flexbox;
    display: flex;
}
.section__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.stats-wrap:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 273px;
    background: #f5f5f5 url(../images/grey-map.jpg) 50% no-repeat;
    border-bottom: 3px solid #e1e3e7;
}
section {
    /* width: 100%; */
    /* max-width: 1450px; */
    /* padding: 0 25px; */
}

.stats {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -140px;
}
.stats-item {
    display: block;
    position: relative;
    width: 235px;
    height: 235px;
    margin: 0 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.stats-item__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #222;
    z-index: 0;
}
.stats-item__cont {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 2;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    border: 4px solid #e1e3e7;
    border-radius: 50%;
    background: #fff url(../images/strips-bg.png) 50% no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.stats-item__cont .num {
    margin-bottom: 18px;
    font-size: 80px;
    font-weight: 800;
    color: #003a81;
    height: 50%;
    line-height: .7;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: -2px;
}
.stats-item__cont .desc {
    font-size: 16px;
    text-align: center;
    padding: 0 35px;
    width: 100%;
}
.stats-descr {
    width: 100%;
    padding: 90px 0;
}
.stats-descr h3 {
    color: #003a81;
    font-size: 60px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
.stats-descr p.intro {
    font-size: 27px;
    line-height: 1.35;
    margin-bottom: 38px;
}
.stats-descr p {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}
body{
    overflow-x :hidden;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    margin: 0 5px;
    /* border-right: 1px solid #e4e4e4; */
}
.block-page-title-block .right-image-wrapper .dark-blue-circle {
    position: absolute;
    width: 800px;
    height: 800px;
    -webkit-border-radius: 608.5px;
    border-radius: 608.5px;
    background-clip: padding-box;
    top: -160px;
    left: -142px;
    background-color: #005593;
    background-image: linear-gradient(to top right,#003e7c,#0581d2);
    z-index: 1;
}
.meload{
  display: block!important;

}
/*************************************************************CSS 3 row LOGO************************************************************************/
.layout-awards {
    overflow: hidden;
    margin: 0;
    /* direction: ltr; */
    padding: 5em 0;
    padding-top: 0px;
}
.layout-awards .width-container {
    position: relative;
}
.width-container {
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0 3em;
    box-sizing: border-box;
}
.layout-awards .background-container {
    position: absolute;
    right: -26%;
    top: 50%;
    margin-top: -340px;
    width: 917px;
    height: 883px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .65;

}

.layout-awards .columns-container {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layout-awards .content-column {
    z-index: 1;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: #fd7122;
    padding-right: 60px;
    box-sizing: border-box;
}
.layout-awards .awards-column {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    box-sizing: border-box;
}
.layout-awards .awards-container {
    position: relative;
    left: -20px;
    display: block;
    margin: 0 auto;
    width: 3000px;
    overflow: hidden;
}
.layout-awards .awards-row.row-1 {
    -webkit-animation: slideLogos 37s linear infinite;
    animation: slideLogos 37s linear infinite;
}
.layout-awards .awards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layout-awards .award-item {
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
}

.layout-awards .award-item-inner {
    display: inline-block;
    margin: .5em;
}

.layout-awards .award-item-inner img {
    display: block;
}

.layout-awards .awards-row.row-2 {
    -webkit-animation: slideLogos 24s linear infinite;
    animation: slideLogos 24s linear infinite;
}
.layout-awards .awards-row.row-3 {
    -webkit-animation: slideLogos 70s linear infinite;
    animation: slideLogos 70s linear infinite;
}



@-webkit-keyframes slideLogos {
    0% {
        -webkit-transform: translate3d(33.33%, 0, 0);
        transform: translate3d(33.33%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-66.66%, 0, 0);
        transform: translate3d(66.66%, 0, 0)
    }
}

@keyframes slideLogos {
    0% {
        -webkit-transform: translate3d(33.33%, 0, 0);
        transform: translate3d(33.33%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-66.66%, 0, 0);
        transform: translate3d(66.66%, 0, 0)
    }
}

.layout-awards .total-awards {
    display: block;
    font-size: 8rem;
    font-weight: 100;
    line-height: 1;
}

.layout-awards .awards-title {
    display: block;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 1.875rem;
    font-family: spicom , roboto;
    color: #fd7022;
}
.layout-awards .awards-title strong {
    font-weight: 700;
}
.layout-awards .content-holder {
    color: #414858;
    font-size: 1.25rem;
    line-height: 1.5;
}
.layout-awards .btn {
    margin-top: 2rem;
}

.layout-awards .awards-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 19%;
    height: 100%;
    background: -webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left,#fff 0,rgba(255, 255, 255, 0.15) 100%);
}
.layout-awards .spicom-coustomer-logo:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 21%;
    height: 100%;
    background: -webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#fff 0,rgba(255, 255, 255, 0.01) 100%);
    /* background: red; */
    z-index: 11;
}



.layout-awards .btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 6px 2px 5px 20px;
    background-color: #fd7122;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.25;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    -webkit-transition: background-color 325ms ease;
    transition: background-color 325ms ease;
}


.layout-awards .btn-dark {
    background-color: #414858;
}
.layout-awards .btn-dark:hover{
    background-color:#FF5722;
}



/*************************************************************CSS 3 row LOGO************************************************************************/
.coustomer:before{

content: "";

position: absolute;

display: block;

/* z-index: 1; */

left: 0;

top: 0;

width: 100%;

height: 100%;

background-color: rgba(20,38,64,0.9);

}
.coustomer{
    /* background: #848484; */
    height: 640px;

    background-image: url(https://image.dynamixse.com/crop/1200x900/png-lossy-85.q85.webp/https://dynamix-cdn.s3.amazonaws.com/dynamixwebdesign2018com/ed782201be2140b48a579b7d7112797b.jpg);
    z-index: 2;
    position: relative;
    overflow: visible;
    background-size: cover;
    background-position: center;
}
.iran-map-spicom{
  position: relative;
  padding-top: 120px;
}

.layout-cta-bar {
    z-index: 2;
    position: relative;
    z-index: 0;
    padding: 41px 0px;
    /* margin: 0 3em; */
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.layout-cta-bar.inview:before, .layout-cta-bar.inview:after {
    width: 100%;
}
.layout-cta-bar:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: rgba(253,113,34,0.5);
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: width 600ms 100ms cubic-bezier(1,0,0,1);
    transition: width 600ms 100ms cubic-bezier(1,0,0,1);
}
.layout-cta-bar .element {
    z-index: 2;
    position: absolute;
}

.layout-cta-bar .e1 {
    position: absolute;
    left: 5%;
    top: -150%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: transparent;
    border: 20px solid rgba(255,255,255,0.05);
}
.layout-cta-bar .e2 {
    position: absolute;
    right: -10%;
    top: -15%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: transparent;
    border: 20px solid rgba(255,255,255,0.05);
}
.layout-cta-bar::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #059dd6;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: width 1000ms 300ms cubic-bezier(1,0,0,1);
    transition: width 1000ms 300ms cubic-bezier(1,0,0,1);
}

.layout-cta-bar.inview .section-title, .layout-cta-bar.inview .content-container {
    color: #fff;
    -webkit-transition: color 1200ms 600ms ease;
    transition: color 1200ms 600ms ease;
}
.layout-cta-bar .section-title {
    z-index: 3;
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #fd7122;
}
.section-title {
    margin-bottom: 1.5rem;
    /* font-family: 'Barlow',serif; */
    line-height: 1.25;
    font-weight: 100;
    font-size: 2.5em;
}

.content-container p {
    margin: 0;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
}
.layout-cta-bar.inview .section-title, .layout-cta-bar.inview .content-container {
    color: #fff;
    -webkit-transition: color 1200ms 600ms ease;
    transition: color 1200ms 600ms ease;
    background: none;
    text-align: center;
}
.layout-cta-bar .content-container {
    z-index: 3;
    position: relative;
    font-size: 1.5em;
    font-weight: 300;
    color: #fd7122;
}


.btn-dark .fa-stack-1x, .btn-light .fa-stack-1x {
    color: #fd7122;
}







.num-sec{
    font-size:38px;
}

.code-num{
    font-size:20px;
}
.sticky-footer {
    background-color: #414857;
    direction: rtl;
    position: sticky;
    bottom: 0;
    padding: 9px 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    z-index: 20;
    padding: 11px 0px 0px 0px!important;
    color: white;
}

.sticky-footer.show {
    opacity: 1;
    pointer-events: visible;
}
.sticky-footer .btn{
    background: #fd7022!important;
}
.sticky-footer .btn:hover{
    background: #059dd6!important;
}

.sticky-footer .btn{

position: relative;

display: inline-block;

overflow: hidden;

padding: 5px 2px 4px 18px;

background-color: #fd7122;

margin-left: 2px;

color: #fff;

font-size: 13px;

line-height: 1.25;

font-weight: 500;

text-decoration: none;

border-radius: 100px;

box-shadow: 0 5px 15px rgba(0,0,0,0.15);

-webkit-transition: background-color 325ms ease;

transition: background-color 325ms ease;
}
.moshaver{
    font-size: 17px;
    margin-top: 14px;
    text-align: center;
    letter-spacing: 1.2!important;
    color: white;
}
.effect-7 {
  display: inline-block;
  overflow: hidden;
}
.effect-7:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b9b9b9;
  transform: translateX(102%);
  color: white;
  transition: transform 0.5s ease;
}
.effect-7:after {
  content: attr(data-content);
  left: 0;
  top: 0;
  width: 0;
  margin: 12px;
  color: #0883a4;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.5s ease;
}
.effect-7 > span {
  display: block;
  margin: 2px;
  padding: 5px 10px;
  background: #ededed;
  /* border-radius: 9px; */
}
.effect-7:hover:before {
  transform: translateX(0);
}
.effect-7:hover:after {
  width: calc(100% - 24px);
}

.effect-7,
.effect-7 > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  color: #171717;
  line-height: 24px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}
.effect-7:before, .effect-7:after,
.effect-7 > span:before,
.effect-7 > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.effect-7 > span:hover {
    color:#383838;
    background: #e0e0e0;
}
.view-display-id-company_leadership_block .first:before{
        background: url(../images/dots-arrow-right-side.png)!important;
            background-repeat: no-repeat!important;
            right:-102px!important;
}
.spicom-coustomer-logo{
    overflow:hidden;
}
