/* start setting for the gutenberg editor*/
.wp-block {
  max-width: 1100px;
}

.editor-post-title__block .editor-post-title__input,
.edit-post-visual-editor, .edit-post-visual-editor p, .editor-styles-wrapper {
    font-family: "Open Sans", sans-serif !important;
}
/* end setting width of the gutenberg editor*/

/* start styling for the green gradient band */
.blueGreenGrad, .greenBlueGrad {
  background: #62c7ed;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #62c7ed 0%, #1e9a4b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #62c7ed 0%, #1e9a4b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #62c7ed 0%, #1e9a4b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#62c7ed", endColorstr="#1e9a4b",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  font-weight: 300;
}

.greenBlueGrad strong{color: inherit;}
/* end styling for the green gradient band */

.greenBlueGrad a{
  color: white;
  text-decoration: underline;
}

.column p{
  margin: 20px 0;
}

/* start CSS for multi and mega navbar*/
.nested.dropdown .dropdown-trigger button::after {
    content: '>';
    padding-left:7px;
}
.nested.dropdown .dropdown-trigger button {
  padding: 0px 0px;
  border: 0px;
  font-size: 14px;
  font-weight: 400;
  height: 2em;
}

.nested.dropdown .navbar-link {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {

  .nested.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .nested.dropdown .dropdown-menu {
    top: -15px;
    margin-left: 100%;
  }

  .navbar,
  .navbar>.container {
    position: unset;
  }

  .navbar {
    margin-top: 40px;
  }

  .is-mega {
      position: absolute !important;
      top: 0;
      background: #1E9A4B;
      background: #4A4F55;
      border: 1px solid rgba(255,255,255,0.5);
      border-top:none;
      border-radius: 0 0 8px 8px;
  }

}

#countryDrop {
  right: 0;
  left: unset;
}

@media screen and (max-width: 1023px) {
  .navbar-dropdown, .dropdown-menu {
      display: none;
  }
  .toggleDropdown > .navbar-dropdown,
  .toggleDropdown > .dropdown-menu {
      display: block;
      border-radius: 5px;
  }
  .has-dropdown > .navbar-dropdown {
      background-color: #5a6067;
  }
  .has-dropdown .dropdown-menu, .has-dropdown .dropdown-content {
      background-color: #697077;
      position: relative;
  }
  .hero-head .navbar .navbar-menu {
      background-color: #4a4f55;
  }
  .navbar-menu.is-active {
      min-height: calc(100vh - 52px);
  }
  .hero-head .navbar a:not(.button):not(.dropdown-item):not(.tag), .hero-head .navbar strong {
      color: white !important;
      background: transparent;
      font-weight: normal;
  }
  .navbar-link:not(.is-arrowless)::after {
      border-color: #ffffff !important;
  }
  .has-dropdown div.navbar-dropdown a {
      text-transform: capitalize;
  }

  .has-dropdown .has-dropdown .navbar-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    color: white;
  }
  .navbar-link:hover {
    background-color: transparent;
    color: white;
  }

  #countryDrop span.title {
    color: white;
    margin-bottom: 0;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    color: black!important;
}
}

/* for changing text colour, background color for the items in navbar and changes the first level to uppercase and heavier font weight */
.navbar.is-transparent .navbar-dropdown a.navbar-item,
.navbar.is-transparent .navbar-dropdown .navbar-item .dropdown-menu .dropdown-item,
.nested.dropdown .dropdown-trigger button a,
.nested.dropdown a.navbar-link{
  color: #4a4f55;
}

.nested.dropdown a.navbar-link:not(.is-arrowless)::after {
    border-color: #4a4f55;
}

.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{
  background-color: whitesmoke !important;
}
.navbar-end > .navbar-item > a, .navbar-end > a.navbar-item{
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0px 1px 1px #4a4f55;
}
/* for changing text colour, background color for the items in navbar and changes the first level to uppercase and heavier font weight */

/* end CSS for multi and mega navbar*/

.hero.is-60-height{
  min-height: 60vh;
}

.hero.is-70-height{
  min-height: 70vh;
}

.hero.is-60-height .hero-body, .hero.is-70-height .hero-body{
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.hero.is-60-height .hero-body .container, .hero.is-70-height .hero-body .container{
  margin-top: -100px;
}

/*FOR GETTIING IMAGE IN THE BANNER*/
.hero.has-background{
  position: relative;
  background-color: black;
  /* overflow: hidden; */
}

.hero.has-background.leader-banner{
  background: none;
}

.hero.has-background .hero-image{
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top:0;
}

.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  display: block;
}

/*
.hero{
  background-color: #1E9A4B;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
/*FOR GETTIING IMAGE IN THE BANNER*/

/* Leadership banner style */
.leader-banner .hero-body .columns .column h1,
.leader-banner .hero-body h1{
  background: -webkit-linear-gradient(-200deg, #62c7ed, #1e9a4b);
  background: linear-gradient(-200deg, #62c7ed, #1e9a4b);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  padding: 0 0 20px 0;
}

.leader-banner .hero-body .columns .column p {
    font-size: 25px;

}

.hero-body .columns.is-vcentered {
  flex-direction: row-reverse;
}
.hero-body.is-paddingless.level {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.hero-body .columns.is-vcentered .column:last-child {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
}

.leader-banner .hero-body h1{
  font-size:4em;
}
@media screen and (max-width: 768px) {
  .hero-body .columns.is-vcentered {
    flex-direction: column-reverse;
  }
  .has-text-center-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width:1023px){
  .hero.is-70-height.leader-banner{
    min-height: 50vh;
  }
}
/* Leadership banner style */
/* Leadership heading sizes */
@media screen and (min-width: 1025px) {
  .hero-body .is-vcentered .column h1 {
    font-size: 6em;
  }
}
@media screen and (max-width: 1024px) {
  .hero-body .is-vcentered .column h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) {
  .hero-body .is-vcentered .column h1 {
    font-size: 3em;
  }
}
/* Leadership heading sizes */
/*invert colours for the single-leader page*/
.leader-banner .navbar-item, .leader-banner .navbar-link {
    color: #4a4f55;
}
.leader-banner .navbar-end > .navbar-item > a, .leader-banner .navbar-end > a.navbar-item{
  text-shadow: none;
}
.leader-banner a.navbar-item.is-active, .leader-banner .navbar-link.is-active {
    color: #4a4f55;
    /* border-bottom: 1px solid; */
    /* text-decoration: underline; */
}
.leader-banner .is-mega{
  background-color: white;
}
.leader-banner .navbar-link:not(.is-arrowless)::after {
    border-color: #4a4f55;
}
.leader-banner .navbar-burger {
    color: black;
}
/*invert colours for the single-leader page*/

/* start of two image gapless block style */
#imgblock .column{
  display: flex;
  align-items: center;
  justify-content: center;
}
#imgblock span {
 position: absolute;
 font-size: 25px;
 border-bottom: dashed 1px white;
 color: white;
 padding-right: 2rem;
}
/* end of two image gapless block style */

/* image block button arrow starts */
 #imgblock span::after {
 content: "";
 position: absolute;
 right: 0;
 border: 2px solid transparent;
 border-radius: 2px;
 border-right: 0;
 border-top: 0;
 border-color: #ffffff;
 height: 0.4em;
 width: 0.4em;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
 -webkit-transform-origin: center;
 transform-origin: center;
 transition: all 0.25s ease;
 top: 0;
 bottom: 0;
 margin: auto;
 }
 #imgblock span:hover::after {
 right: 7px;
 }
 /* image block button arrow ends */

/* banner slider style start*/

    .bx-viewport, .slider {
      height: 100% !important;
    }

    .hero .hero-body {
      height: 100%;
      justify-content: center;
      -webkit-justify-content: center;
    }

    .bx-wrapper .hero-body h1.title,
    .bx-wrapper .hero-body h3 {
      position: relative;
      font-weight: normal;
    }

    .bx-wrapper .hero-body h2 {
      font-size: 17px;
      padding-bottom: 60px;
      margin: 0 auto;
      position: relative;
    }

    .bx-wrapper .hero-body h2 img {
      display: inline-block;
    }

    .bx-wrapper .hero-body h2::before {
      display: none;
    }

    .bx-wrapper .hero-body h2::after {
      content: "";
      position: absolute;
      bottom: 25px;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.5);
      left: 0;
      right: 0;
    }

    @media screen and (max-width: 767px) {
      .bx-wrapper .hero-body h1.title {
        font-size: 1.5rem;
      }
      .bx-wrapper .hero-body h3.title {
        font-size: 1rem;
      }
    }

    .hero .bx-wrapper .hero-body *{
      color: white;
    }

/* banner slider ends*/

/* services section on homepage starts*/
.box {
  height: 100%;
}

.fullServicePerformance {
 background: url(https://www.performics.com/wp-content/uploads/2019/11/fullServicePerformance.jpg ) no-repeat right bottom / 63%;
 padding-top: 50px;
 padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .fullServicePerformance {
    background: none;
  }
}
/* services section on homepage ends*/
/*BLOG CSS STARTS*/
.has-post-thumbnail.card .cat-links {
 position: absolute;
 z-index: 1;
}

.has-post-thumbnail.card .button.is-rounded {
      border-radius: 30px;
    }
    .card .button.is-rounded {
      margin: 20px 0 0 20px;
    }
    time {
      color: #788194;
    }
    .card {
      /* border: 2px solid; */
      border-image-source: linear-gradient(135deg, #62c7ed, #1e9a4b);
      border-image-slice: 2;
      -webkit-border-image-source: linear-gradient(135deg, #62c7ed, #1e9a4b);
      -webkit-border-image-slice: 1;
      border-radius: 10px;
      height: 100%;
    }
    .has-post-thumbnail.card {
      border: none;
      border-radius: 0;
    }
    article.card.type-post {
      box-shadow: none;
    }
    .card h2.has-text-primary {
      font-size: 2.5rem;
      font-weight: 300;
    }
    .has-post-thumbnail.card h2.has-text-primary {
      font-size: 1.75rem;
      font-weight: 500;
    }
    /*BLOG CSS ENDS*/

/* play icon starts */
.is-playable > div, #imgblock .is-playable {
  background-color: black;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.is-playable .play-icon {
  position: absolute;
}
.is-playable img:not(.play-icon) {
  opacity: .5;
}
/* play icon ends */

.modal-content iframe{
  height: 400px;
  width: 100%;
}

.modal-content.form {
  max-width: 640px;
  overflow: hidden;
  height:auto !important;
  padding:0 !important;
}

#image-wall img{
  width: 125px;
}

.tabs div.select{
  margin:30px 0;
}

h1#hero-caption{
  color: white;
}

footer .copyright {
color: #e9edf3;
margin-top: 50px;
border-top: solid 1px #788194;
padding-top: 50px;
}

a.button.is-primary.is-outlined.blog-cat-button{
  background-color: white;
}
a.button.is-primary.is-outlined.blog-cat-button:hover{
  background-color: #1E9A4B;
}

@media screen and (max-width: 768px) {
      section.section.featured_content > .container > .columns.level {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column-reverse;
      }
    }

/* METRIC COLUMN CSS*/
.metrics .box {
 height: 100%;
 }
 .metrics .arrow::before {
 content: "";
 border-width: 10px;
 border-style: solid;
 position: absolute;
 border-radius: 3px;
 left: -30px;
 border-color: transparent;
 }
 .metrics .arrow.is-up::before {
 border-bottom-color: #1e9a4b;
 top: calc(50% - 13px);
 }
 .metrics .arrow.is-down::before {
 border-top-color: #1e9a4b;
 top: calc(50% - 3px);
 }
 .metrics h3.title {
 margin-top: 1.5rem;
 }
 .has-text-gradient {
 background: -webkit-linear-gradient(-200deg, #62c7ed, #1e9a4b);
 background: linear-gradient(-200deg, #62c7ed, #1e9a4b);
 background-clip: text;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 }

 .metrics .arrow {
 margin-right: -34px;
}
 /* METRIC COLUMN CSS*/

 .socialIcons img{
   width: 32px;
 }

 .fullServicePerformance .box img{
   width: 66px;
 }

 /* banner scroll icon starts */

     .scrollIcon {
         border: solid 2px #d1d7e3;
         width: 24px;
         height: 38px;
         margin: 20px auto -100px;
         border-radius: 50px;
         position: relative;
         align-items: flex-end;
         -webkit-align-items: flex-end;
         justify-content: center;
         -webkit-justify-content: center;
     }

     .scrollIcon::after {
         content: "";
         border: 3px solid transparent;
         border-radius: 2px;
         border-right: 0;
         border-top: 0;
         border-color: #d1d7e3;
         height: 0.625em;
         width: 0.625em;
         position: absolute;
         -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
         -webkit-transform-origin: center;
         transform-origin: center;
         top: 15px;
         transition: all 0.25s ease;
         animation: pointingDown 2s infinite;
         -o-animation: pointingDown 2s infinite;
         -ms-animation: pointingDown 2s infinite;
         -moz-animation: pointingDown 2s infinite;
         -webkit-animation: pointingDown 2s infinite;
     }

     @keyframes pointingDown {
         0% {
         top: 15px;
         }
         10% {
         top: 19px;
         }
         20% {
         top: 15px;
         }
         30% {
         top: 19px;
         }
         40% {
         top: 15px;
         }
     }
     @-webkit-keyframes pointingDown {
         0% {
         top: 10px;
         }
         25% {
         top: 17px;
         }
         50% {
         top: 10px;
         }
         75% {
         top: 17px;
         }
         100% {
         top: 10px;
         }
     }
     /* banner scroll icon ends */
     /*button animation and style STARTS*/
     .button.is-primary {
      position: relative;
      padding-right: 1.7em;
      transition: all .25s ease;
    }



    .button.is-primary::after {
      content: "";
      position: absolute;
      right: 10px;
      border: 2px solid transparent;
      border-radius: 2px;
      border-right: 0;
      border-top: 0;
      border-color: #fff;
      height: 0.625em;
      width: 0.625em;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      -webkit-transform-origin: center;
      transform-origin: center;
      transition: all 0.25s ease;
	  top: 0;
	  bottom: 0;
	  margin: auto;
    }

    .button.is-primary.is-outlined::after {
      border-color: #1e9a4b;
    }

    .button.is-primary.is-outlined:hover::after {
      border-color: #fff;
    }

    .button.is-primary.is-outlined.is-rounded::after {
      display: none;
    }


    .button.is-primary:hover::after {
      right: 7px;
    }
    /*button animation and style ends*/

/* For vertical gap between case studies */

.columns.sortableBoxes > .column {
 margin-bottom: 70px;
}

/* only for homepage banner video position absolute */
.hero .bx-wrapper .modal {
position: absolute;
}

/* In mobile push dropdown on top of every element */
.hero-head {
 z-index: 99999;
}

/* modal video responsive sizes starts */
	 .modal.is-active .modal-content {
		 padding-bottom: 56.25%;
		 padding-top: 30px;
		 height: 0;
	 }
	 .modal.is-active .modal-content iframe {
		 position: absolute;
		 top: 0;
		left: 0;
		 width: calc(100% - 40px);
		 height: 100%;
		 bottom: 0;
		 right: 0;
		 margin: auto 20px;
	 }
 @media screen and (min-width: 768px) {
 .modal.is-active .modal-content {
 width: 90%;
 }
 .modal.is-active .modal-content iframe {
 height: 80%;
 margin: auto;
 }
 }
 @media screen and (min-width: 1024px) {
 .modal.is-active .modal-content {
 width: 70%;
 }
 .modal.is-active .modal-content iframe {
 height: 60%;
 margin: auto;
 }
 }
 /* modal video responsive sizes ends */

 /* homepage blog separator starts */
#recent-blog-post article {
 border-bottom: solid 1px #eaeaea;
 padding-bottom: 25px;
 margin-bottom: 25px;
}

/* notification starts */
 .notification {
 position: fixed;
 width: auto;
 max-width: 400px;
 right: 20px;
 top: 20px;
 z-index: 999991;
 }
 /* notification ends */

h2.title.is-2, .content h2, h2.title.is-size-2-desktop {
color:#1E9A4B;
font-weight:100;
line-height:1.5;
}

/* tweeter vertical scroll starts */
#recent-blog-post #ctf {
 height: 1000px;
 overflow-y: scroll;
}
@media screen and (max-width: 1023px) {
#recent-blog-post #ctf {
 height: 1250px;
}
}
/* tweeter vertical scroll ends */

/* leadership banner heading middle align starts */
.leader-banner .hero-body .container .columns .column.is-three-fifths {
 margin-top: 60px;
}
@media screen and (max-width: 768px) {
.leader-banner .hero-body .container .columns .column.is-three-fifths {
 margin-top: 150px;
}
}
/* leadership banner heading middle align ends */

/* Add arrow to right starts */
 .add-arrow-right {
 padding-right: 2rem;
 position: relative;
 }
 .add-arrow-right::after {
 content: "";
 position: absolute;
 right: 0;
 border: 2px solid transparent;
 border-radius: 2px;
 border-right: 0;
 border-top: 0;
 border-color: inherit;
 height: 0.6em;
 width: 0.6em;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
 -webkit-transform-origin: center;
 transform-origin: center;
 transition: all 0.25s ease;
 top: 0;
 bottom: 0;
 margin: auto;
 }
 .add-arrow-right:hover::after {
 right: 7px;
 }
 /* Add arrow to right ends */

@media screen and (max-width: 1023px) {
 .hero.is-light .is-mega, .hero.is-light .is-mega .navbar-link {
 background-color: transparent;
 color: white;
 }
 }

 /* remove footer logo hover starts */
 footer aside ul:last-child p a:hover {
 background-color: transparent;
 }
 /* remove footer logo hover ends */




/* homepage blog separator ends */

    /* H2 styling starts */
    /* DECORATIVE GREEN LINE FOR HEADINGS */
/*
    h2, .content h2 {
      color: #1e9a4b;
      position: relative;
      line-height: 1.225;
    }

    h2::before {
      content: '';
      position: absolute;
      height: 3px;
      width: 45px;
      left: -65px;
      background: #F0C92D;
      top: 19px;
    }
    */
    /* H2 styling ends */



/* IE 11 specific styles starts */
@media all and (-ms-high-contrast:none){
  .hero.has-background .hero-image {
    width: 100%;
    height: 100%;
    left: 0;
  } /* IE10 */
  .navbar,
  .navbar>.container {
    position: inherit;
  }
  *::-ms-backdrop, .hero.has-background .hero-image {
    width: 100%;
    height: 100%;
    left: 0;
  } /* IE11 */
  *::-ms-backdrop, .navbar,
  .navbar>.container {
    position: inherit;
  }

  /* banner without image */
  .hero.is-70-height .container {
    max-width: 1920px;
  }
  *::-ms-backdrop, .hero.is-70-height  .container,
  .tabs .container {
    max-width: 1920px;
  } /* IE11 */

  *::-ms-backdrop, .hero.is-70-height.leader-banner .hero-body .container h1 {
    background-clip: inherit;
    color: #1e9a4b !important;
    background: none;
  } /* IE11 */

  *::-ms-backdrop, .hero.is-70-height .hero-body {
    min-height: 60vh;
  } /* IE11 */

  *::-ms-backdrop, .container.column.is-half-desktop.is-full-tablet.content.is-size-3-tablet.is-size-6-mobile {
    width: 100%;
    max-width: 100%;
  } /* IE11 */

  *::-ms-backdrop, .scrollIcon:after {
    right: 5px;
  } /* IE11 */

  *::-ms-backdrop, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    display: block;
  }

  *::-ms-backdrop, .is-playable img:not(.play-icon) {
    width: 100%;
  }

  *::-ms-backdrop, .is-playable > div.is-flex, #imgblock .is-playable {
    position: relative;
  }

  *::-ms-backdrop,
  .is-playable .play-icon,
  #imgblock .is-playable > span {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  *::-ms-backdrop,
  #imgblock .is-playable > span::after {
    left: 0;
  }
}
/* IE 11 specific styles ends */