@media (max-width: 767px) {
  header.site-header {
    padding: 0 14px 0 2px;
  }
}
header.site-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 8px #ddd;
}
header.site-header.fixed .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a {
  padding: 32px 0;
}
@media (max-width: 1199px) {
  header.site-header.fixed .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a {
    font-size: 15px;
    padding: 24px 0;
  }
}
@media (max-width: 1000px) {
  header.site-header.fixed .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a {
    padding: 0px;
  }
  header.site-header.fixed .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "" !important;
  }
}
header.site-header.fixed .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > ul.sub-menu {
  margin-top: 47px;
}
@media (max-width: 1199px) {
  header.site-header.fixed .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > ul.sub-menu {
    margin-top: 25px;
  }
}
@media (max-width: 1000px) {
  header.site-header.fixed .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > ul.sub-menu {
    margin-top: 0px;
  }
}
header.site-header .site-identity {
  padding: 0px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  header.site-header .site-identity {
    padding: 0px 28px 0px 4px;
  }
}
@media (max-width: 767px) {
  header.site-header .site-identity {
    padding: 0px;
  }
}
@media (max-width: 1439px) {
  header.site-header .site-identity .site-title-wrap {
    max-width: 28%;
  }
}
@media (max-width: 1199px) {
  header.site-header .site-identity .site-title-wrap {
    max-width: 22%;
  }
}
@media (max-width: 1000px) {
  header.site-header .site-identity .site-title-wrap {
    flex: 1;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  header.site-header .site-identity .site-title-wrap {
    padding-top: 4px;
  }
}
header.site-header .site-identity .site-title-wrap .custom-logo-link img {
  max-width: 283px;
  width: 100%;
}
@media (max-width: 1000px) {
  header.site-header .site-identity .site-title-wrap .custom-logo-link img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  header.site-header .site-identity .site-title-wrap .custom-logo-link img {
    max-width: 170px;
  }
}
header.site-header .top-navigation-right {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
@media (max-width: 1439px) {
  header.site-header .top-navigation-right {
    max-width: 72%;
  }
}
@media (max-width: 1199px) {
  header.site-header .top-navigation-right {
    max-width: 78%;
  }
}
@media (max-width: 1023px) {
  header.site-header .top-navigation-right {
    padding-right: 0;
  }
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li {
  padding: 0 28px;
}
@media (max-width: 1199px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li {
    padding: 0 10px;
  }
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li > a {
  margin-bottom: 0px !important;
  margin-left: 0px;
  letter-spacing: -0.5px;
}
@media (max-width: 1439px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li > a {
    margin-left: 0px !important;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li > a {
    font-size: 15px;
  }
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu {
  background: #fff;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  width: 276px;
  padding: 13.5px 15px 13.5px 20px;
}
@media (max-width: 1199px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu {
    padding: 10px 10px 10px 10px;
    width: 225px;
  }
}
@media (max-width: 1000px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu {
    position: static;
    margin: 0 auto;
    background: #12317c;
    box-shadow: none;
  }
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu:before {
  display: none;
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu > li {
  display: block;
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu > li > a {
  font-size: 16px;
  line-height: 20px;
  color: rgb(26, 115, 232);
  font-weight: 700;
  padding: 13px 41px 13px 7px;
  background: url(../svg/sub-menu-arrow.svg) no-repeat center right;
  display: inline-block;
  width: auto;
}
@media (max-width: 1199px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 35px 10px 0px;
    background-size: 25px auto;
  }
}
@media (max-width: 1000px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li > ul.sub-menu > li > a {
    padding-right: 0px;
    background: none;
    color: #fff;
  }
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li .toggle-sub {
  background: none;
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children {
  padding-right: 20px;
}
@media (max-width: 1000px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a {
    padding-right: 20px !important;
  }
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a:after {
  margin: 10px auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #272c30;
  border-top: 2px solid #272c30;
  transform: rotate(135deg);
  position: absolute;
  right: -15px;
  color: transparent;
}
header.site-header .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a:hover:after {
  border-color: #0072e5;
}
@media (max-width: 1000px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a:before {
    content: "" !important;
    margin: 10px auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 0px;
    color: transparent;
  }
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li.menu-item-has-children > a:hover:after {
    border-color: #fff;
  }
}
header.site-header .top-navigation-right .contact-us-cta {
  background-color: #1A73E8;
  border-color: #1A73E8;
  color: #fff;
  padding: 17px 30px;
  border-radius: 30px;
  margin-right: 6px;
  margin-left: 37px;
  border: 0px;
  transition: 0.4s ease;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  header.site-header .top-navigation-right .contact-us-cta {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  header.site-header .top-navigation-right .contact-us-cta {
    margin-left: 0;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  header.site-header .top-navigation-right .contact-us-cta {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 14px;
  }
}
header.site-header .top-navigation-right .contact-us-cta:hover {
  background-color: #0850AE;
  border-color: #0850AE;
}
@media (max-width: 1000px) {
  header.site-header .top-navigation-right {
    display: inline-flex;
    position: relative;
    width: unset;
    right: 0;
    flex-flow: row-reverse;
  }
  header.site-header .top-navigation-right nav#site-navigation {
    display: block;
  }
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li.contact-us-cta a {
    padding: 14px 30px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li.contact-us-cta a {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 1000px) {
  header.site-header .mobile-navigation {
    padding: 0px;
    background: no-repeat;
    position: absolute;
    right: 38px;
    width: unset;
    top: 42px;
    z-index: 51;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  header.site-header .mobile-navigation {
    right: 20px;
    top: 26px;
  }
}
@media (max-width: 1000px) {
  header.site-header .mobile-navigation .menu-toggle {
    font-size: 0px;
    background: #fff url(../png/menu-svgrepo-com-2.png) no-repeat center;
    height: 20px;
    width: 20px;
    border-radius: 0px;
  }
}
@media (max-width: 1000px) {
  header.site-header .mobile-navigation.toggle-active .menu-toggle {
    background: url(../png/close-icon-2.png) no-repeat center;
  }
}
@media (max-width: 1000px) {
  header.site-header nav#site-navigation-mobile {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  header.site-header nav#drawer-navigation ul#menu-main-menu > li {
    text-align: center;
  }
  header.site-header nav#drawer-navigation ul#menu-main-menu > li > a {
    color: #fff;
  }
  header.site-header nav#drawer-navigation ul#menu-main-menu > li .sub-menu li {
    display: block;
    border-top: none;
  }
  header.site-header nav#drawer-navigation ul#menu-main-menu > li .sub-menu li a {
    color: #fff;
  }
  header.site-header nav#drawer-navigation ul#menu-main-menu > li .toggle-sub {
    background: none;
  }
}
@media (max-width: 1000px) {
  header.site-header button.menu-toggle {
    background: #fff url(../png/menu-svgrepo-com-2.png) no-repeat center;
    height: 20px;
    width: 20px;
    border-radius: 0px;
    font-size: 0px;
    box-shadow: none;
  }
  header.site-header button.menu-toggle.open {
    background: #fff url(../png/close-icon-2.png) no-repeat center;
  }
}
@media (max-width: 1000px) {
  header.site-header ul#menu-main-menu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 107px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: none;
    background: #12317C;
    padding: 50px 0;
    max-height: calc(100% - 107px);
    overflow: auto;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  header.site-header ul#menu-main-menu {
    top: 71px;
    max-height: calc(100% - 71px);
  }
}
@media (max-width: 1000px) {
  header.site-header ul#menu-main-menu li {
    width: 100%;
    text-align: center;
    display: inline-block !important;
  }
  header.site-header ul#menu-main-menu li a {
    color: #fff;
  }
}

footer.site-footer {
  background: linear-gradient(320.15deg, #12317C 21.26%, #0048A7 81.03%);
  padding-top: 140px;
  margin-top: -10px;
}
footer.site-footer:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../png/footer-cloud-2.png) no-repeat bottom left;
  display: block;
}
@media (max-width: 1600px) {
  footer.site-footer:before {
    background-position: left bottom;
  }
}
@media (max-width: 1023px) {
  footer.site-footer:before {
    background-position: left top 21%;
  }
}
@media (max-width: 1439px) {
  footer.site-footer {
    padding-left: 8%;
  }
}
@media (max-width: 1023px) {
  footer.site-footer {
    padding: 0;
    display: flex;
    flex-flow: column-reverse;
  }
}
footer.site-footer .container {
  position: relative;
}
footer.site-footer .social-links {
  background: #1A73E8;
  width: 87px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 1023px) {
  footer.site-footer .social-links {
    position: relative;
    width: 100%;
  }
}
footer.site-footer .social-links > ul {
  margin: 0px 0px 40px 0px;
}
@media (max-width: 1023px) {
  footer.site-footer .social-links > ul {
    margin: 0px 0px 0px 0px;
    display: flex;
  }
}
footer.site-footer .social-links > ul > li {
  display: block;
  padding: 13px 0;
}
@media (max-width: 1023px) {
  footer.site-footer .social-links > ul > li {
    padding: 35px;
  }
}
footer.site-footer .social-links > ul > li > a {
  color: #fff;
  display: block;
  text-decoration: none;
}
footer.site-footer .social-links > ul > li > a:hover {
  color: #12317c;
}
footer.site-footer .social-links > ul > li > a span.dashicons {
  display: block;
}
footer.site-footer .footer-widgets {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets {
    flex-wrap: wrap;
    padding-top: 139px;
  }
}
@media (max-width: 599px) {
  footer.site-footer .footer-widgets {
    padding-top: 70px;
  }
}
footer.site-footer .footer-widgets .footer-column.footer-logo {
  margin: 0px;
  padding: 0px;
  width: 48% !important;
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets .footer-column.footer-logo {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 599px) {
  footer.site-footer .footer-widgets .footer-column.footer-logo img {
    width: 167px;
  }
}
footer.site-footer .footer-widgets .footer-column.footer-logo h2 {
  color: #fff;
  max-width: 400px;
  margin-top: 37px;
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets .footer-column.footer-logo h2 {
    margin: 36px auto 0 auto;
  }
}
@media (max-width: 599px) {
  footer.site-footer .footer-widgets .footer-column.footer-logo h2 {
    max-width: 250px;
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets .footer-column.footer-logo .is-layout-flex {
    justify-content: center;
  }
}
footer.site-footer .footer-widgets .footer-column.footer-logo .wp-element-button, footer.site-footer .footer-widgets .footer-column.footer-logo .footer-cta {
  font-size: 16px;
  line-height: 20px;
  background: #1A73E8;
  color: #fff;
  font-weight: 700;
  padding: 20px 30px;
  margin-top: 40px;
  text-decoration: none;
  transition: 0.4s ease;
  border-radius: 30px;
  display: inline-block;
}
footer.site-footer .footer-widgets .footer-column.footer-logo .wp-element-button:hover, footer.site-footer .footer-widgets .footer-column.footer-logo .footer-cta:hover {
  background-color: #0850AE !important;
  border-color: #0850AE !important;
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets .footer-column.footer-logo .wp-element-button, footer.site-footer .footer-widgets .footer-column.footer-logo .footer-cta {
    margin-top: 55px;
  }
}
@media (max-width: 599px) {
  footer.site-footer .footer-widgets .footer-column.footer-logo .wp-element-button, footer.site-footer .footer-widgets .footer-column.footer-logo .footer-cta {
    margin-top: 35px;
  }
}
footer.site-footer .footer-widgets .footer-column-links {
  width: 62%;
  text-align: right;
  padding-right: 90px;
}
@media (max-width: 1199px) {
  footer.site-footer .footer-widgets .footer-column-links {
    padding-right: 110px;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets .footer-column-links {
    width: 100% !important;
    padding-right: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 90px auto 0 auto;
  }
}
@media (max-width: 599px) {
  footer.site-footer .footer-widgets .footer-column-links {
    margin: 55px auto 0 auto;
  }
}
footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links {
  float: none;
  margin: 0px;
  text-align: left;
  width: 30% !important;
}
@media (min-width: 1024px) {
  footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links:first-child {
    width: 230px !important;
  }
}
@media (max-width: 1199px) {
  footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links {
    width: 40% !important;
  }
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links {
    width: 50% !important;
  }
}
@media (max-width: 599px) {
  footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links {
    width: 100% !important;
  }
}
footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links #nav_menu-3 {
  font-weight: 600;
}
footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links .menu-footer-menu-1-container li a {
  font-weight: 600;
}
footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links li {
  padding-bottom: 0px !important;
}
@media (max-width: 1023px) {
  footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links li {
    text-align: center;
  }
}
footer.site-footer .footer-widgets .footer-column-links .footer-column.footer-links li a {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
footer.site-footer .footer-bottom {
  text-align: center;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 599px) {
  footer.site-footer .footer-bottom {
    margin-bottom: 10px;
  }
}

.pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.75) !important;
  padding-bottom: 20px;
}
.pum-theme-default-theme .pum-container {
  background-color: rgb(255, 255, 255) !important;
  padding: 0px !important;
  border: 0px !important;
  width: 1180px !important;
  max-width: 85% !important;
}
.pum-theme-default-theme .pum-container .pum-title.popmake-title {
  padding: 20px 30px;
  font-weight: bold;
  color: rgb(18, 49, 124);
}
.pum-theme-default-theme .pum-container .pum-content {
  padding: 0 7.5px;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row {
  display: flex;
}
@media (max-width: 1023px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row {
    flex-flow: column;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column {
  padding: 20px 30px;
}
@media (max-width: 1023px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column {
    margin-bottom: 0px;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper {
  padding-top: 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(86, 86, 86);
  max-width: 380px;
  padding-bottom: 104px;
}
@media (max-width: 1023px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper {
    padding-bottom: 20px;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(26, 115, 232);
  margin-top: -10px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper br {
  display: none;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper strong {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(18, 49, 124);
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper strong {
    font-size: 24px;
    line-height: 26px;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper .btn-cta {
  background: rgb(26, 115, 232);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 24px;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_submission_error {
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-bottom: 0px !important;
  color: #c02b0a;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_validation_errors {
  padding: 0px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .validation_message {
  border: none !important;
  padding: 0px !important;
  background: none !important;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  color: rgb(18, 49, 124);
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column p {
    font-size: 14px;
    line-height: 20px;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper {
  padding-top: 15px;
  padding-right: 27px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper {
    padding-right: 8px;
  }
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper .gform_heading {
  display: none;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form .gfield .gfield_label {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: rgb(13, 30, 70);
  margin-bottom: 0px;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=text], .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=email], .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=tel], .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea {
  border: none;
  border-bottom: 3px solid rgb(26, 115, 232);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  height: 38px;
  padding: 0px;
  box-shadow: none;
  color: rgb(13, 30, 70);
  font-family: "Euclid Circular B";
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=text]::placeholder, .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=email]::placeholder, .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=tel]::placeholder, .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(13, 30, 70);
  top: -20px;
  position: relative;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=text]:focus, .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=email]:focus, .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=tel]:focus, .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea:focus {
  outline: none;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea::placeholder {
  top: 0px;
}
.pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 30px;
  padding: 20px 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=submit] {
    display: block;
    width: 100%;
  }
}
.pum-theme-default-theme .pum-container button.pum-close.popmake-close {
  background: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 34px;
  right: 12px;
  top: 6px;
  color: transparent;
  text-shadow: none;
  background: url(../svg/close.svg) no-repeat center;
}
@media (max-width: 767px) {
  .pum-theme-default-theme .pum-container button.pum-close.popmake-close {
    font-size: 28px;
    right: 2px;
    top: -4px;
  }
}

.pum-theme-default-theme#pum-732 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.pum-theme-default-theme#pum-732 .pum-container {
  background-color: rgb(255, 255, 255) !important;
  padding: 0px !important;
  border: 0px !important;
  width: 1180px !important;
  max-width: 85% !important;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content {
  padding: 0 7.5px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row {
  display: flex;
}
@media (max-width: 1023px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row {
    flex-flow: column;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column {
  padding: 5.8% 1.5% 1.8% 7.6%;
  width: 57.8%;
}
@media (max-width: 1023px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column {
    width: 100%;
    padding: 5.8% 4.9% 1.8% 4.9%;
  }
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column {
    padding: 45px 20px 8px 28px;
  }
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column {
    margin-bottom: 0px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper {
  max-width: 468px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper {
  padding-top: 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(86, 86, 86);
  max-width: 380px;
  padding-bottom: 104px;
}
@media (max-width: 1023px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper {
    padding-bottom: 20px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(26, 115, 232);
  margin-top: -10px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper br {
  display: none;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper strong {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(18, 49, 124);
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper strong {
    font-size: 24px;
    line-height: 26px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .wpb_wrapper .gform_confirmation_wrapper .btn-cta {
  background: rgb(26, 115, 232);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 24px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_submission_error {
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-bottom: 0px !important;
  color: #c02b0a;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_validation_errors {
  padding: 0px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .validation_message {
  border: none !important;
  padding: 0px !important;
  background: none !important;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  text-align: left;
  color: rgb(18, 49, 124);
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column h2 {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 18px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column p {
    font-size: 14px;
    line-height: 20px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper {
  padding-top: 15px;
  padding-right: 27px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper {
    padding-right: 8px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper .gform_heading {
  display: none;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form .gfield .gfield_label {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: rgb(13, 30, 70);
  margin-bottom: 0px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=text], .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=email], .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=tel], .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea {
  border: none;
  border-bottom: 3px solid rgb(26, 115, 232);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  height: 38px;
  padding: 0px;
  box-shadow: none;
  color: rgb(13, 30, 70);
  font-family: "Euclid Circular B";
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=text]::placeholder, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=email]::placeholder, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=tel]::placeholder, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(13, 30, 70);
  top: -20px;
  position: relative;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=text]:focus, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=email]:focus, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=tel]:focus, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea:focus {
  outline: none;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form textarea::placeholder {
  top: 0px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 30px;
  padding: 20px 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column .wpb_text_column .gform_wrapper form input[type=submit] {
    display: block;
    width: 100%;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child {
  background-color: rgb(250, 250, 250);
  width: 42.2%;
  padding-left: 4.9%;
}
@media (max-width: 1023px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child {
    padding-left: 28px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner {
  height: 100%;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 17px;
  width: 100%;
  height: 100%;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper p {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(18, 49, 124);
  margin-bottom: 0px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper p img {
  display: block;
  margin-bottom: 46px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper p br {
  display: none;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper p a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(18, 49, 124);
  display: block;
  line-height: 1.5;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper p a img {
  margin-bottom: 0px;
  margin-right: 16px;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper .termandcondition-footer {
  max-width: 344px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  padding: 16px 40px 16px 40px;
  right: 5%;
  position: relative;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper .termandcondition-footer {
    padding: 10px 10px 10px 10px;
    right: 0;
    margin-top: 90px;
  }
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper .termandcondition-footer p, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper .termandcondition-footer a {
  font-size: 10px;
  line-height: 14px;
  color: rgb(85, 97, 112);
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper .termandcondition-footer p br, .pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper .termandcondition-footer a br {
  display: none;
}
.pum-theme-default-theme#pum-732 .pum-container .pum-content .vc_row .wpb_column:last-child .vc_column-inner > .wpb_wrapper .termandcondition-footer a {
  display: inline-block;
  margin: 0;
  color: rgb(2, 3, 3);
  position: relative;
  text-decoration: underline;
}
.pum-theme-default-theme#pum-732 .pum-container button.pum-close.popmake-close {
  background: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 34px;
  right: 12px;
  top: 6px;
  color: transparent;
  text-shadow: none;
  background: url(../svg/close.svg) no-repeat center;
}
@media (max-width: 767px) {
  .pum-theme-default-theme#pum-732 .pum-container button.pum-close.popmake-close {
    font-size: 28px;
    right: 2px;
    top: -4px;
  }
}

.pum-active, .pum-active .pum-container.active {
  display: block !important;
}

div#HomeBanner {
  margin: 43px 0px 0px 0px;
  background-position: top right !important;
  padding-top: 60px;
  margin-top: 43px;
  padding-left: 113px;
}
@media (min-width: 1440px) {
  div#HomeBanner {
    padding-left: calc((100vw - 1440px) / 2 + 113px);
  }
}
@media (max-width: 1199px) {
  div#HomeBanner {
    padding-left: 60px;
    background-position: top right -90% !important;
  }
}
@media (max-width: 1023px) {
  div#HomeBanner {
    background-position: top right -300px !important;
    margin-top: 33px;
  }
}
@media (max-width: 599px) {
  div#HomeBanner {
    background-position: bottom 38px left 20px !important;
    background-size: 130%;
    padding: 0px;
  }
}
div#HomeBanner .vc_column-inner {
  background-position: top right !important;
  min-height: 510px;
  display: flex;
  padding-bottom: 60px;
  align-items: center;
}
@media (max-width: 1199px) {
  div#HomeBanner .vc_column-inner {
    background-position: top left 100px !important;
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  div#HomeBanner .vc_column-inner {
    padding-top: 25px;
  }
}
@media (max-width: 599px) {
  div#HomeBanner .vc_column-inner {
    background-position: bottom center !important;
    background-size: 205% auto;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    padding-top: 21px;
    min-height: 677px;
  }
}
div#HomeBanner .vc_column-inner .wpb_text_column {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  div#HomeBanner .vc_column-inner .wpb_text_column {
    max-width: 500px;
    margin-bottom: 75px;
  }
}
@media (max-width: 599px) {
  div#HomeBanner .vc_column-inner .wpb_text_column {
    max-width: 310px;
    margin-bottom: 45px;
  }
}
div#HomeBanner .vc_column-inner .wpb_text_column h1 {
  color: #12317C;
  line-height: 1.4;
}
div#HomeBanner .vc_column-inner .wpb_text_column h1 strong {
  color: #1A73E8;
  border-bottom: 6px solid #0FECF5;
}
div#HomeBanner .vc_column-inner .vc_btn3 {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 30px;
  border: none;
  transition: 0.4s ease;
}
div#HomeBanner .vc_column-inner .vc_btn3:hover {
  background-color: #0850AE !important;
  border-color: #0850AE !important;
}

div#brand-logo-slider {
  padding-left: 100px;
  padding-top: 48px;
}
@media (max-width: 1023px) {
  div#brand-logo-slider {
    padding-left: 50px;
    padding-top: 18px;
  }
}
@media (max-width: 599px) {
  div#brand-logo-slider {
    padding-left: 0px;
    padding-top: 7px;
  }
}
div#brand-logo-slider.no-left-padding {
  padding-left: 0px;
  padding-bottom: 63px;
}
@media (max-width: 599px) {
  div#brand-logo-slider .wpb_gallery {
    margin-bottom: 18px;
  }
}
div#brand-logo-slider ul.wpb_image_grid_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 599px) {
  div#brand-logo-slider ul.wpb_image_grid_ul {
    max-width: 310px;
    margin: 0 auto;
    height: unset !important;
  }
}
div#brand-logo-slider ul.wpb_image_grid_ul > li {
  position: static !important;
  padding: 0 10px;
  width: 14.2857142857%;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 599px) {
  div#brand-logo-slider ul.wpb_image_grid_ul > li {
    padding: 0 20px;
    width: 33.33%;
    margin: 0px 0 31px 0px;
  }
}

div#our-mission {
  background: linear-gradient(320.15deg, #12317C 21.26%, #0048A7 81.03%);
  margin-top: 45px;
  color: #fff;
  overflow: visible;
}
@media (max-width: 1023px) {
  div#our-mission {
    margin-top: 10px;
  }
}
div#our-mission .vc_column-inner > .wpb_wrapper {
  padding: 170px 8.5% 196px 8.5%;
}
@media (max-width: 1023px) {
  div#our-mission .vc_column-inner > .wpb_wrapper {
    padding: 111px 7% 215px 7%;
  }
}
@media (max-width: 599px) {
  div#our-mission .vc_column-inner > .wpb_wrapper {
    padding: 86px 7% 76px 7%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  div#our-mission .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-bottom: 0px;
  }
}
@media (max-width: 599px) {
  div#our-mission .vc_column-inner > .wpb_wrapper .vc_btn3-container {
    text-align: center;
  }
}
div#our-mission .vc_column-inner > .wpb_wrapper h3 {
  margin-bottom: 29px;
  font-style: italic;
}
@media (max-width: 1023px) {
  div#our-mission .vc_column-inner > .wpb_wrapper h3 {
    margin-bottom: 47px;
  }
}
@media (max-width: 599px) {
  div#our-mission .vc_column-inner > .wpb_wrapper h3 {
    margin-bottom: 29px;
  }
}
div#our-mission .vc_column-inner > .wpb_wrapper p {
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 599px) {
  div#our-mission .vc_column-inner > .wpb_wrapper p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
}
div#our-mission .vc_column-inner > .wpb_wrapper .vc_general.vc_btn3 {
  padding: 0px 90px 0px 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 10px;
  background: url(../png/arrow3-2.png) no-repeat center right;
  margin-top: 26px;
  border: none;
}
div#our-mission .vc_column-inner > .wpb_wrapper div#our-mission-arrow {
  position: relative;
  margin-bottom: 0px;
  margin-left: -5px;
}
@media (max-width: 1023px) {
  div#our-mission .vc_column-inner > .wpb_wrapper div#our-mission-arrow {
    height: 257px;
    overflow: hidden;
    top: -185px;
    display: flex;
    align-items: flex-end;
    margin-left: -5px;
    position: absolute;
  }
}
@media (max-width: 599px) {
  div#our-mission .vc_column-inner > .wpb_wrapper div#our-mission-arrow {
    height: 74px;
    top: 0;
    margin-left: 0;
    transform: translateX(-50%);
    left: 50%;
  }
}
div#our-mission .vc_column-inner > .wpb_wrapper div#our-mission-arrow img {
  position: absolute;
  bottom: 60px;
}
@media (max-width: 1023px) {
  div#our-mission .vc_column-inner > .wpb_wrapper div#our-mission-arrow img {
    position: static;
  }
}

.website-feature {
  padding: 61px 0px;
  color: #fff;
}
@media (max-width: 599px) {
  .website-feature {
    padding: 42px 0px;
  }
}
.website-feature.white-bg {
  color: #12317C;
}
.website-feature.white-bg .vc_row.vc_inner .wpb_column .vc_btn3 {
  transition: 0.4s ease;
}
.website-feature.white-bg .vc_row.vc_inner .wpb_column .vc_btn3:hover {
  background-color: #0850AE !important;
  border-color: #0850AE !important;
}
.website-feature > .wpb_column {
  padding: 0 8%;
}
@media (max-width: 1023px) {
  .website-feature > .wpb_column {
    padding: 0px;
  }
}
.website-feature > .wpb_column > .vc_column-inner {
  padding-top: 0px !important;
}
@media (max-width: 1023px) {
  .website-feature > .wpb_column > .vc_column-inner {
    padding: 0px;
  }
}
.website-feature .vc_row.vc_inner {
  background-position: center right !important;
  padding: 58px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner {
    padding: 0 0 171px 0;
    background-position: center left 277px !important;
  }
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner {
    padding: 0 0 120px 0;
    background-position: center left 214px !important;
  }
}
.website-feature .vc_row.vc_inner:before {
  content: "";
  display: block;
  height: calc(100% - 116px);
  width: calc(100% - 240px);
  position: absolute;
  border: 6px solid #0FECF5;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0px;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner:before {
    display: none;
  }
}
.website-feature .vc_row.vc_inner .wpb_column {
  padding: 68px 0 68px 0;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column {
    padding: 0px 0 0px 0;
    width: 100%;
    position: static;
  }
}
.website-feature .vc_row.vc_inner .wpb_column .vc_btn3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 29px;
  border: none;
  transition: 0.4s ease;
}
.website-feature .vc_row.vc_inner .wpb_column .vc_btn3:hover {
  background-color: #031643 !important;
  border-color: #031643 !important;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column .vc_btn3 {
    position: absolute;
    bottom: 93px;
    top: unset;
  }
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner .wpb_column .vc_btn3 {
    bottom: 27px;
    top: unset;
    width: 100%;
    max-width: 260px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.website-feature .vc_row.vc_inner .wpb_column .h1 {
  margin-bottom: 42px;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column .h1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner .wpb_column .h1 {
    text-align: center !important;
  }
}
.website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 {
  padding-right: 17%;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 {
    padding: 0px 8.6% 0 8.6%;
  }
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 {
    padding: 0px 20px 0 20px;
  }
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 > .vc_column-inner {
    padding: 0px;
  }
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 > .vc_column-inner {
    max-width: 245px;
    margin: 0 auto;
  }
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 > .vc_column-inner h3 {
    text-align: center;
  }
}
.website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 ul {
  margin-left: 0px;
  padding-left: 43px;
  background: url(../png/arrow4-2.png) no-repeat top 15px left;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 ul {
    margin-top: 55px;
  }
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 ul {
    margin-top: 31px;
    padding-left: 34px;
    background-position: bottom left;
  }
}
.website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 ul li {
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-7 ul li {
    font-size: 14px;
    line-height: 28px;
  }
}
.website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5 {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5 {
    position: static;
    padding: 76px 8.6% 0 8.6%;
  }
}
@media (max-width: 599px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5 {
    padding: 44px 20px 0 20px;
  }
}
.website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5 > .vc_column-inner {
  padding: 0px;
}
.website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5:before, .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5:after {
  content: "";
  width: 6px;
  height: 64px;
  position: absolute;
  background: #0FECF5;
  top: 0;
  left: 120px;
}
@media (max-width: 1023px) {
  .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5:before, .website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5:after {
    display: none;
  }
}
.website-feature .vc_row.vc_inner .wpb_column.vc_col-sm-5:after {
  top: auto;
  bottom: 0;
}

div#TheCloudMellowTeam, div.TheCloudMellowTeam {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div#TheCloudMellowTeam.leadership-team, div.TheCloudMellowTeam.leadership-team {
  padding-top: 99px;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam.leadership-team, div.TheCloudMellowTeam.leadership-team {
    padding-top: 150px;
    padding-right: 63px;
  }
  div#TheCloudMellowTeam.leadership-team.what-we-do, div.TheCloudMellowTeam.leadership-team.what-we-do {
    margin-top: 0px !important;
  }
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam.leadership-team, div.TheCloudMellowTeam.leadership-team {
    padding-top: 60px;
    padding-right: 0px;
  }
}
div#TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner, div.TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner {
  min-height: 513px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px 65px 0px;
  position: relative;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner, div.TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner {
    padding: 0px 0px 65px 55px;
  }
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner, div.TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner {
    min-height: 300px;
    padding: 0px 0px 40px 10px;
  }
}
div#TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner:before, div.TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner:before {
  content: "";
  position: absolute;
  display: block;
  height: 98%;
  width: 74%;
  border: 6px solid #0FECF5;
  top: -8%;
  right: 8.5%;
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner:before, div.TheCloudMellowTeam.leadership-team .CloudMellowImg .vc_column-inner:before {
    width: 80%;
  }
}
div#TheCloudMellowTeam.leadership-team .CloudMellowText, div.TheCloudMellowTeam.leadership-team .CloudMellowText {
  padding: 40px 50px 0 110px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowText, div.TheCloudMellowTeam.leadership-team .CloudMellowText {
    padding: 79px 0px 0 55px;
  }
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowText, div.TheCloudMellowTeam.leadership-team .CloudMellowText {
    padding: 40px 0px 0 0px;
  }
  div#TheCloudMellowTeam.leadership-team .CloudMellowText .vc_column-inner, div.TheCloudMellowTeam.leadership-team .CloudMellowText .vc_column-inner {
    max-width: 330px;
  }
}
div#TheCloudMellowTeam.leadership-team .CloudMellowText h2, div.TheCloudMellowTeam.leadership-team .CloudMellowText h2 {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowText h2 br, div.TheCloudMellowTeam.leadership-team .CloudMellowText h2 br {
    display: none;
  }
}
div#TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper, div.TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper {
  max-width: 480px;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper, div.TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper {
    max-width: unset;
  }
}
div#TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper p, div.TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper p {
  line-height: 25px;
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper p, div.TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column > .wpb_wrapper p {
    line-height: 20px;
  }
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column, div.TheCloudMellowTeam.leadership-team .CloudMellowText .wpb_text_column {
    margin-bottom: 27px;
  }
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam .CloudMellowImg, div.TheCloudMellowTeam .CloudMellowImg {
    width: 100% !important;
  }
}
div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner {
  background-position: center bottom !important;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner {
    background-position: bottom left !important;
  }
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner {
    background-position: bottom center !important;
    background-size: 107%;
    padding-top: 0;
  }
}
div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image {
  margin-bottom: 0px;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image {
    padding-right: 0px;
  }
}
div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image:after, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image:after {
  content: "";
  border: 6px solid #0FECF5;
  position: absolute;
  width: 76.3%;
  left: 55.3%;
  top: 52.6%;
  height: 78.3%;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image:after, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image:after {
    width: 83%;
    left: 51.3%;
    height: 76.3%;
  }
}
div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image img, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image img {
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image img, div.TheCloudMellowTeam .CloudMellowImg .vc_column-inner .wpb_single_image img {
    max-width: 290px;
    margin-left: -60px;
  }
}
div#TheCloudMellowTeam .CloudMellowText, div.TheCloudMellowTeam .CloudMellowText {
  padding: 170px 50px 0 102px;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam .CloudMellowText, div.TheCloudMellowTeam .CloudMellowText {
    width: 100% !important;
    padding: 113px 8% 0 8% !important;
  }
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam .CloudMellowText, div.TheCloudMellowTeam .CloudMellowText {
    padding: 33px 20px 0 20px !important;
    text-align: center;
  }
  div#TheCloudMellowTeam .CloudMellowText .vc_column-inner, div.TheCloudMellowTeam .CloudMellowText .vc_column-inner {
    max-width: 300px;
    margin: 0 auto;
  }
}
div#TheCloudMellowTeam .CloudMellowText h2, div.TheCloudMellowTeam .CloudMellowText h2 {
  color: #12317C;
  margin-bottom: 58px;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam .CloudMellowText h2, div.TheCloudMellowTeam .CloudMellowText h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam .CloudMellowText h2, div.TheCloudMellowTeam .CloudMellowText h2 {
    margin-bottom: 40px;
    text-align: center !important;
  }
}
div#TheCloudMellowTeam .CloudMellowText .vc_btn3, div.TheCloudMellowTeam .CloudMellowText .vc_btn3 {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 29px;
  margin-right: 15px;
  border: none;
  transition: 0.4s ease;
}
div#TheCloudMellowTeam .CloudMellowText .vc_btn3:hover, div.TheCloudMellowTeam .CloudMellowText .vc_btn3:hover {
  background-color: #0850AE !important;
  border-color: #0850AE !important;
}
@media (max-width: 599px) {
  div#TheCloudMellowTeam .CloudMellowText .vc_btn3, div.TheCloudMellowTeam .CloudMellowText .vc_btn3 {
    width: 260px;
    max-width: 100%;
  }
}
div#TheCloudMellowTeam.img-right, div.TheCloudMellowTeam.img-right {
  flex-flow: row-reverse;
}
@media (max-width: 1023px) {
  div#TheCloudMellowTeam.img-right, div.TheCloudMellowTeam.img-right {
    flex-flow: column;
  }
}
div#TheCloudMellowTeam.img-right .CloudMellowImg .vc_column-inner:before, div.TheCloudMellowTeam.img-right .CloudMellowImg .vc_column-inner:before {
  left: 8.5%;
  right: unset;
}

div#boutique-service {
  margin: 141px 0 0 0;
  background-position: bottom right !important;
}
@media (max-width: 1200px) {
  div#boutique-service {
    background-size: contain !important;
  }
}
@media (max-width: 1023px) {
  div#boutique-service {
    overflow: visible;
    margin: 228px 0 0 0;
    background-position: right -140px bottom !important;
    background-color: #1a73e8 !important;
  }
}
@media (max-width: 599px) {
  div#boutique-service {
    margin: 120px 0 0 0;
    background-size: 125% !important;
  }
}
div#boutique-service > .wpb_column > div.vc_column-inner {
  padding-top: 0;
}
div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner {
  background-position: right bottom !important;
}
@media (max-width: 1023px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner {
    padding-bottom: 72px;
  }
}
@media (max-width: 599px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_column {
    width: 100%;
  }
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_column.vc_col-sm-5 {
    text-align: center;
  }
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_column.vc_col-sm-5 .vc_column-inner {
    padding: 0px;
  }
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_column.vc_col-sm-7 .vc_column-inner {
    padding: 0px;
  }
}
div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_text_column {
  color: #fff;
  margin-left: -7px;
  padding-top: 98px;
}
@media (max-width: 1023px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_text_column {
    max-width: 400px;
    text-align: center;
    margin: -13px auto 0 auto;
    padding-top: 0;
  }
}
div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_text_column h2 {
  margin-bottom: 31px;
}
@media (max-width: 599px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_text_column h2 {
    margin-bottom: 23px;
  }
}
div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .vc_btn3-container {
  margin-left: -7px;
}
@media (max-width: 1023px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .vc_btn3-container {
    margin-left: 0;
    margin-top: 23px;
  }
}
div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .vc_btn3-container .vc_btn3 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 7px;
  padding: 20px 29px;
  border: none;
  transition: 0.4s ease;
}
div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .vc_btn3-container .vc_btn3:hover {
  background-color: #031643 !important;
  border-color: #031643 !important;
}
@media (max-width: 599px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .vc_btn3-container .vc_btn3 {
    width: 260px;
    max-width: 100%;
  }
}
div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_single_image {
  padding: 60px 0 24px 65px;
}
@media (max-width: 1023px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_single_image {
    padding: 0px;
    text-align: center;
  }
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_single_image img {
    width: 671px;
    max-width: 100%;
    margin-top: -166px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_single_image img {
    width: 335px;
    margin-top: -85px;
  }
}
@media (max-width: 599px) {
  div#boutique-service > .wpb_column > div.vc_column-inner .vc_row.vc_inner .wpb_single_image {
    margin-bottom: 45px;
  }
}
div#boutique-service:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  width: 20.5%;
  left: 0;
}
@media (max-width: 1023px) {
  div#boutique-service:before {
    display: none;
  }
}

.industry-list-slider {
  margin: 0px;
  padding: 0px 0px 136px 0px;
  position: relative;
}
@media (max-width: 599px) {
  .industry-list-slider {
    padding: 0px 0px 156px 0px;
  }
}
.industry-list-slider .slick-list {
  padding: 0 105px !important;
}
@media (max-width: 1199px) {
  .industry-list-slider .slick-list {
    padding: 0 23% !important;
  }
}
@media (max-width: 599px) {
  .industry-list-slider .slick-list {
    padding: 0 8% !important;
  }
}
.industry-list-slider .slick-list .slick-track {
  display: flex;
}
.industry-list-slider .slick-list .slick-track .slick-slide {
  padding: 15px;
  transition: 0.3s ease;
}
.industry-list-slider .slick-list .slick-track .slick-slide.slick-current {
  transform: scale(1.105);
}
@media (max-width: 1199px) {
  .industry-list-slider .slick-list .slick-track .slick-slide.slick-current {
    transform: scale(1.05);
  }
}
@media (max-width: 1023px) {
  .industry-list-slider .slick-list .slick-track .slick-slide.slick-current {
    transform: scale(1.105);
  }
}
.industry-list-slider .slick-list .slick-track .slick-slide.slick-current > div a .industry-list-content .industry-list-cont::before {
  width: 85%;
}

.industry-list-slider .slick-list .slick-track .slick-slide.slick-current > div a .industry-list-content .industry-list-cont h2 {
  font-size: 32px;
  line-height: 35px;
}
@media (max-width: 599px) {
  .industry-list-slider .slick-list .slick-track .slick-slide.slick-current > div a .industry-list-content .industry-list-cont h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.industry-list-slider .slick-list .slick-track .slick-slide > div {
  position: relative;
}
.industry-list-slider .slick-list .slick-track .slick-slide > div > li {
  margin: 0px;
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a {
  display: block;
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .block-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content {
  position: relative;
  background: linear-gradient(180deg, rgba(13, 30, 70, 0) 0%, #0D1E46 99.48%);
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont {
  min-height: 540px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 25px 30px 50px 30px;
  position: relative;
}
@media (max-width: 599px) {
  .industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont {
    padding: 20px 22px 50px 22px;
  }
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont::before {
  content: "";
  width: 0%;
  height: 18px;
  position: absolute;
  bottom: 24px;
  left: 7.5%;
  margin: auto;
  background: url(../png/arrow5-2.png) no-repeat center right;
  background-size: 100% auto;
  transition: 0.3s ease;
}
@media (max-width: 599px) {
  .industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont {
    min-height: 394px;
  }
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 600;
  position: relative;
}
@media (max-width: 599px) {
  .industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont p {
    font-size: 14px;
    line-height: 16px;
  }
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont p:before {
  content: "";
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #1A73E8;
  border-radius: 50%;
  margin-right: 18px;
}
@media (max-width: 599px) {
  .industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont p:before {
    height: 9px;
    width: 9px;
    margin-right: 12px;
  }
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont p.post_terms3:before {
  background: #BCE802;
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont p.post_terms5:before {
  background: #0FECF5;
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont p.post_terms6:before {
  background: #F07824;
}
.industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont h2 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 599px) {
  .industry-list-slider .slick-list .slick-track .slick-slide > div a .industry-list-content .industry-list-cont h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.industry-list-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  padding: 0px;
  font-size: 16px;
  text-indent: -999999px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  left: calc(50% - 52px);
  transform: translateX(-50%) rotate(180deg);
  background: url(../png/slide-arrow-2.png) no-repeat center;
  border: 2px solid #1A73E8;
}
.industry-list-slider .slick-arrow:active,
.industry-list-slider .slick-arrow:focus,
.industry-list-slider .slick-arrow:visited {
  outline: 0!important;
}
@media (max-width: 599px) {
  .industry-list-slider .slick-arrow {
    height: 50px;
    width: 50px;
    bottom: 65px;
    left: calc(50% - 32px);
  }
}
.industry-list-slider .slick-arrow.slick-next {
  left: calc(50% + 52px);
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .industry-list-slider .slick-arrow.slick-next {
    left: calc(50% + 35px);
  }
}

div#industry-news {
  padding-top: 77px;
}
@media (max-width: 599px) {
  div#industry-news {
    padding-top: 48px;
  }
}
div#industry-news.mb-135 {
  margin-bottom: 125px;
}
@media (max-width: 1023px) {
  div#industry-news.mb-135 {
    margin-top: 0px !important;
  }
}
@media (max-width: 599px) {
  div#industry-news.mb-135 {
    margin-bottom: 50px;
  }
}
div#industry-news .wpb_text_column {
  text-align: center;
  margin-bottom: 102px;
}
@media (max-width: 599px) {
  div#industry-news .wpb_text_column {
    max-width: 300px;
    margin: 0 auto 50px auto;
  }
}
div#industry-news .wpb_text_column .wpb_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
div#industry-news .wpb_text_column .wpb_wrapper h2 {
  color: #12317C;
  margin-bottom: 21px;
}
@media (max-width: 599px) {
  div#industry-news .wpb_text_column .wpb_wrapper h2 {
    margin-bottom: 14px;
  }
}
div#industry-news .wpb_text_column .wpb_wrapper p {
  line-height: 25px;
  color: #565656;
}
@media (max-width: 599px) {
  div#industry-news .wpb_text_column .wpb_wrapper p {
    line-height: 20px;
  }
}

div#leadership-banner {
  text-align: center;
  padding-top: 92px;
  padding-bottom: 77px;
  background-position: left bottom !important;
}
@media (max-width: 1023px) {
  div#leadership-banner {
    padding-top: 65px;
    background-size: auto 90% !important;
    background-position: left -140px bottom 55px !important;
  }
}
@media (max-width: 599px) {
  div#leadership-banner {
    padding-top: 20px;
    background-position: left -235px bottom 35px !important;
    background-size: auto 85% !important;
    padding-bottom: 30px;
  }
}
div#leadership-banner > .wpb_column {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 1023px) {
  div#leadership-banner > .wpb_column {
    max-width: 700px;
    padding: 0 15px;
  }
}
div#leadership-banner > .wpb_column .wpb_text_column {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  div#leadership-banner > .wpb_column .wpb_text_column {
    margin-bottom: 43px;
  }
}
@media (max-width: 599px) {
  div#leadership-banner > .wpb_column .wpb_text_column {
    margin: 0 auto 39px auto;
    max-width: 300px;
  }
}
div#leadership-banner > .wpb_column .wpb_text_column h1 {
  margin-bottom: 39px;
}
@media (max-width: 1023px) {
  div#leadership-banner > .wpb_column .wpb_text_column h1 {
    margin-bottom: 33px;
  }
}
@media (max-width: 599px) {
  div#leadership-banner > .wpb_column .wpb_text_column h1 {
    margin-bottom: 25px;
  }
}
div#leadership-banner > .wpb_column .wpb_text_column p {
  font-size: 28px;
  line-height: 42px;
}
@media (max-width: 767px) {
  div#leadership-banner > .wpb_column .wpb_text_column p {
    font-size: 14px;
    line-height: 21px;
  }
}
div#leadership-banner > .wpb_column .vc_btn3 {
  width: 260px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  div#leadership-banner > .wpb_column .vc_btn3 {
    width: auto;
  }
}
@media (max-width: 599px) {
  div#leadership-banner > .wpb_column .vc_btn3 {
    width: 260px;
  }
}

div#flip-card {
  padding-top: 36px;
  padding-bottom: 40px;
}
@media (max-width: 599px) {
  div#flip-card {
    padding-top: 0px;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 680px;
  }
}
@media (max-width: 599px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner {
  background: linear-gradient(320.15deg, #12317C 21.26%, #0048A7 81.03%);
  min-height: 410px !important;
}
@media (max-width: 1023px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner {
    min-height: 290px !important;
  }
}
@media (max-width: 599px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner {
    min-height: 353px !important;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-front {
  background-position: center 32%;
  background-size: auto 46px;
  background-repeat: no-repeat;
  border-bottom: 10px solid #0FECF5;
}
@media (max-width: 599px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-front {
    background-position: center 37%;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-front .vc-hoverbox-front-inner {
  padding: 11% 28px 0px 28px;
}
@media (max-width: 599px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-front .vc-hoverbox-front-inner {
    padding: 28% 28px 0px 28px;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-front .vc-hoverbox-front-inner h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  min-height: 66px;
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back {
  justify-content: flex-start;
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner {
  padding: 56px 25px;
}
@media (max-width: 1023px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner {
    padding: 52px 55px;
  }
}
@media (max-width: 599px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner {
    padding: 52px 30px 30px 30px;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner h2 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner h2 {
    padding-bottom: 28px;
    margin-bottom: 43px;
  }
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner h2:after {
  content: "";
  background-color: #0FECF5;
  height: 10px;
  width: 92px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0px auto;
}
div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 599px) {
  div#flip-card > .wpb_column > .vc_column-inner > .wpb_wrapper .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-back-inner p {
    font-size: 14px;
    line-height: 21px;
  }
}

div#team-sections {
  padding: 145px 0 80px 0;
  max-width: 1245px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  div#team-sections {
    padding: 42px 0 51px 0;
  }
}
@media (max-width: 599px) {
  div#team-sections {
    padding: 32px 0 60px 0;
  }
}
div#team-sections #leadershipSection .leadershipSection-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  div#team-sections #leadershipSection .leadershipSection-list {
    max-width: 680px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list {
    max-width: 340px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li {
  width: 25%;
  margin-bottom: 22px;
  padding: 0 15px;
  display: block;
}
@media (max-width: 1023px) {
  div#team-sections #leadershipSection .leadershipSection-list li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li a {
  display: block;
}
div#team-sections #leadershipSection .leadershipSection-list li a .block-bg-image-wrap {
  background-color: #12317C;
}
div#team-sections #leadershipSection .leadershipSection-list li a .block-bg-image-wrap img {
  display: block;
  width: 100%;
}
div#team-sections #leadershipSection .leadershipSection-list li a .leadershipSection-list-content {
  text-align: center;
  padding-top: 37px;
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list li a .leadershipSection-list-content {
    padding-top: 30px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li a .leadershipSection-list-content h3 {
  font-size: 24px;
  line-height: 26px;
  color: #12317C;
  margin-bottom: 2px;
}
div#team-sections #leadershipSection .leadershipSection-list li a .leadershipSection-list-content p {
  font-size: 16px;
  line-height: 24px;
  color: #565656;
  font-weight: 600;
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow: auto;
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #0D1E46;
  opacity: 0.9;
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box {
  position: relative;
  background: #fff;
  width: 1199px;
  max-width: 90%;
  padding: 83px 73px;
  max-height: 90%;
  overflow: auto;
}
@media (max-width: 1023px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box {
    padding: 74px 70px;
    max-width: 82%;
  }
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box {
    padding: 47px 30px;
    max-width: 82%;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner {
    align-items: center;
    flex-flow: column;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner span.close-icn {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 50px;
  top: 50px;
  background: url("../close-icon(1.html).png") no-repeat center;
  cursor: pointer;
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner span.close-icn {
    right: 34px;
    top: 40px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-img {
  width: 307px;
  background-color: #12317C;
}
@media (max-width: 767px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-img {
    width: 144px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-img img {
  display: block;
  width: 100%;
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio {
  width: calc(100% - 307px);
  padding-left: 67px;
}
@media (max-width: 1023px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 45px;
  }
}
@media (max-width: 1023px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio {
    margin-top: 25px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio h3 {
  font-size: 42px;
  line-height: 46px;
  color: #12317C;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio h5 {
  font-size: 24px;
  line-height: 26px;
  color: #12317C;
  margin-bottom: 31px;
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio h5 {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio p {
  color: #565656;
  line-height: 1.4;
  margin: 0px;
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background: #1A73E8;
  display: inline-block !important;
  color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  margin-top: 45px;
  transition: 0.4s ease;
}
div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio a:hover {
  background-color: #0850AE !important;
}
@media (max-width: 599px) {
  div#team-sections #leadershipSection .leadershipSection-list li .team-popup .popup-box .popup-box-inner .team-bio a {
    margin-top: 25px;
  }
}
div#team-sections #leadershipSection .leadershipSection-list li.active .team-popup {
  display: flex;
}
div#team-sections .vc_col-sm-2 {
  width: 25%;
  margin-bottom: 8px;
}
div#team-sections .vc_col-sm-2 .vc_column-inner {
  padding: 0 15px;
}
div#team-sections .vc_col-sm-2 .vc_column-inner .wpb_text_column {
  text-align: center;
}
div#team-sections .vc_col-sm-2 .vc_column-inner .wpb_text_column h3 {
  font-size: 24px;
  line-height: 26px;
  color: #12317C;
  margin-bottom: 2px;
}
div#team-sections .vc_col-sm-2 .vc_column-inner .wpb_text_column p {
  font-size: 16px;
  line-height: 24px;
  color: #565656;
  font-weight: 600;
}
div#team-sections .vc_col-sm-2 .vc_column-inner .vc_single_image-wrapper {
  background-color: #12317C;
}

div#brand-testimonial {
  background: linear-gradient(320.15deg, #12317C 21.26%, #0048A7 81.03%);
  padding: 133px 0 67px 0;
}
@media (max-width: 1023px) {
  div#brand-testimonial {
    padding: 133px 0 67px 0;
  }
}
@media (max-width: 599px) {
  div#brand-testimonial {
    padding: 84px 25px 47px 25px !important;
  }
}
div#brand-testimonial div#testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 1023px) {
  div#brand-testimonial div#testimonial-slider {
    max-width: 650px;
  }
}
div#brand-testimonial div#testimonial-slider .slick-list {
  order: -1;
  margin-bottom: 110px;
}
@media (max-width: 599px) {
  div#brand-testimonial div#testimonial-slider .slick-list {
    margin-bottom: 54px;
  }
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-text {
  text-align: center;
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-text p {
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 599px) {
  div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  align-items: center;
}
@media (max-width: 599px) {
  div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user {
    flex-flow: column;
  }
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-image {
  width: 50%;
  padding-right: 38px;
}
@media (max-width: 599px) {
  div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-image {
    width: 100%;
    padding-right: 0px;
  }
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-image img {
  margin-left: auto;
}
@media (max-width: 599px) {
  div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-image img {
    margin-right: auto;
  }
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-designation {
  width: 50%;
  padding: 15px 0 7px 33px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 599px) {
  div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-designation {
    width: 100%;
    padding: 37px 0 0px 0px;
    border-left: none;
    text-align: center;
  }
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-designation h3 {
  font-size: 24px;
  line-height: 26px;
  color: #0FECF5;
  font-weight: 600;
  margin-bottom: 7px;
}
div#brand-testimonial div#testimonial-slider .slick-list .testimonial-slide .testimonial-user .tu-designation p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
div#brand-testimonial div#testimonial-slider .slick-arrow {
  height: 70px;
  width: 70px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 20px;
  background: url(../png/arrow-slide-2.png) no-repeat center;
  text-indent: -999999px;
}

div#brand-testimonial div#testimonial-slider .slick-arrow:active,
div#brand-testimonial div#testimonial-slider .slick-arrow:focus,
div#brand-testimonial div#testimonial-slider .slick-arrow:visited {
  outline: 0!important;
}
@media (max-width: 599px) {
  div#brand-testimonial div#testimonial-slider .slick-arrow {
    height: 50px;
    width: 50px;
    margin: 0 15px;
  }
}
div#brand-testimonial div#testimonial-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
}

div#what-we-do-banner-main {
  overflow: visible;
  margin-bottom: 100px;
  padding: 0 40px !important;
}
@media (max-width: 1023px) {
  div#what-we-do-banner-main {
    padding: 0 60px !important;
  }
}
@media (max-width: 599px) {
  div#what-we-do-banner-main {
    padding: 0 30px !important;
    margin-bottom: 0px;
  }
}
div#what-we-do-banner-main div#what-we-do-banner {
  text-align: center;
  color: #fff;
  padding: 204px 0 134px 0;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  position: relative;
}
@media (max-width: 1023px) {
  div#what-we-do-banner-main div#what-we-do-banner {
    padding: 144px 0 70px 0;
  }
}
@media (max-width: 599px) {
  div#what-we-do-banner-main div#what-we-do-banner {
    padding: 94px 0 47px 0;
  }
}
div#what-we-do-banner-main div#what-we-do-banner:before {
  content: "";
  border: 6px solid #0FECF5;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  height: 100%;
}
@media (max-width: 599px) {
  div#what-we-do-banner-main div#what-we-do-banner:before {
    display: none;
  }
}
div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner {
  padding: 0 40px;
  max-width: 1000px;
  margin: 0 auto;
}
div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner .vc_btn3-container .white .vc_btn3 {
  border-color: rgb(255, 255, 255) !important;
}
div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner .vc_btn3-container .white .vc_btn3:hover {
  background-color: #fff !important;
}
@media (max-width: 599px) {
  div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner .vc_btn3-container .vc_btn3 {
    min-width: 260px !important;
  }
}
div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner .vc_btn3-container .vc_btn3:hover {
  background-color: #1a73e8 !important;
  color: #fff !important;
}
@media (max-width: 599px) {
  div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner {
    padding: 0px;
  }
  div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner .wpb_text_column {
    margin-bottom: 47px;
  }
}
div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner h2 {
  margin-bottom: 31px;
}
@media (max-width: 1023px) {
  div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 599px) {
  div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner h2 {
    margin-bottom: 39px;
  }
}
div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner p {
  font-size: 28px;
  line-height: 42px;
}
@media (max-width: 1023px) {
  div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner p {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  div#what-we-do-banner-main div#what-we-do-banner > .vc_column-inner p {
    font-size: 16px;
    line-height: 22px;
  }
}
div#what-we-do-banner-main div#what-we-do-banner .primary-btn.border .vc_btn3 {
  border: 3px solid #fff !important;
}
div#what-we-do-banner-main div#what-we-do-banner .primary-btn.border .vc_btn3:hover {
  background-color: #fff !important;
  color: #1a73e8 !important;
}
div#what-we-do-banner-main div#what-we-do-banner .primary-btn .vc_btn3 {
  padding: 20px 33px !important;
  border: 3px solid #fff !important;
}
div#what-we-do-banner-main div#what-we-do-banner .primary-btn .vc_btn3:hover {
  color: #fff !important;
  background-color: transparent !important;
}

div#our-services {
  max-width: 1270px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  div#our-services {
    padding: 74px 20px 30px 20px;
    max-width: 720px;
  }
}
@media (max-width: 599px) {
  div#our-services {
    padding: 42px 20px 30px 20px;
  }
}
@media (max-width: 1023px) {
  div#our-services .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 28px;
  }
}
div#our-services .vc_col-sm-3.service-box .vc_column-inner {
  height: 100%;
}
div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper {
  background: #12317C;
  color: #fff;
  padding: 63px 29px 63px 50px;
  height: 100%;
}
@media (max-width: 1023px) {
  div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper {
    min-height: 374px;
    padding: 63px 50px 63px 50px;
  }
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper {
    min-height: unset;
    padding: 63px 20px 63px 20px;
    text-align: center;
  }
}
div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper .mega_count_content {
  text-align: left !important;
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper .mega_count_content {
    text-align: center !important;
  }
}
div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper .mega_count_content span.main-counter {
  color: #0FECF5;
  font-size: 60px !important;
  line-height: 66px !important;
  font-weight: 600;
}
div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper .mega_count_content span.main-counter:after {
  content: "+";
}
div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 9px;
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper .wpb_text_column {
    max-width: 200px;
    margin: 0 auto;
  }
}
div#our-services .vc_col-sm-3.service-box .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
div#our-services .vc_col-sm-3.service-title {
  display: flex;
  align-items: center;
}
div#our-services .vc_col-sm-3.service-title .wpb_text_column {
  max-width: 220px;
  margin-bottom: 0px;
  padding-bottom: 70px;
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3.service-title .wpb_text_column {
    max-width: unset;
    padding-bottom: 10px;
  }
}
div#our-services .vc_col-sm-3.service-title .wpb_text_column h2 {
  color: #12317C;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3.service-title .wpb_text_column h2 {
    text-align: center;
    margin-bottom: 7px;
  }
  div#our-services .vc_col-sm-3.service-title .wpb_text_column h2 br {
    display: none;
  }
}
div#our-services .vc_col-sm-3.service-title .wpb_text_column p {
  color: #565656;
  line-height: 25px;
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3.service-title .wpb_text_column p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}
div#our-services .vc_col-sm-3 .vc_column-inner {
  padding: 0 15px;
}
@media (max-width: 599px) {
  div#our-services .vc_col-sm-3 .vc_column-inner {
    padding: 0 10px;
  }
}

div#textarea-with-border {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (max-width: 1023px) {
  div#textarea-with-border {
    max-width: 706px;
    padding: 18px 20px;
  }
}
@media (max-width: 599px) {
  div#textarea-with-border {
    padding: 8px 20px;
  }
}
div#textarea-with-border > .wpb_column {
  position: relative;
  padding: 107px 0;
}
@media (max-width: 1023px) {
  div#textarea-with-border > .wpb_column {
    padding: 115px 0 90px 0;
  }
}
@media (max-width: 599px) {
  div#textarea-with-border > .wpb_column {
    padding: 70px 0 70px 0;
  }
}
div#textarea-with-border > .wpb_column:before {
  content: "";
  border: 6px solid #0FECF5;
  position: absolute;
  height: 100%;
  width: 93%;
  top: 0;
  right: 10px;
}
@media (max-width: 1023px) {
  div#textarea-with-border > .wpb_column:before {
    width: 87.5%;
  }
}
@media (max-width: 599px) {
  div#textarea-with-border > .wpb_column:before {
    width: 83.5%;
  }
}
div#textarea-with-border > .wpb_column:after {
  content: "";
  height: 74%;
  background: #ffffff;
  width: 10px;
  position: absolute;
  top: 13%;
  left: calc(7% - 12px);
}
@media (max-width: 1023px) {
  div#textarea-with-border > .wpb_column:after {
    left: calc(13% - 15px);
  }
}
@media (max-width: 599px) {
  div#textarea-with-border > .wpb_column:after {
    left: calc(17% - 15px);
    height: 86%;
    top: 7%;
  }
}
div#textarea-with-border > .wpb_column > .vc_column-inner {
  position: relative;
  z-index: 1;
}
div#textarea-with-border > .wpb_column > .vc_column-inner .wpb_text_column {
  margin: 0px;
  max-width: 960px;
}
@media (max-width: 1023px) {
  div#textarea-with-border > .wpb_column > .vc_column-inner .wpb_text_column {
    padding-right: 20px;
  }
}
div#textarea-with-border > .wpb_column > .vc_column-inner .wpb_text_column h2 {
  color: #12317C;
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  div#textarea-with-border > .wpb_column > .vc_column-inner .wpb_text_column h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  div#textarea-with-border > .wpb_column > .vc_column-inner .wpb_text_column h2 {
    margin-bottom: 15px;
  }
}
div#textarea-with-border > .wpb_column > .vc_column-inner .wpb_text_column p {
  color: #565656;
  line-height: 25px;
}
@media (max-width: 599px) {
  div#textarea-with-border > .wpb_column > .vc_column-inner .wpb_text_column p {
    font-size: 16px;
    line-height: 22px;
  }
}

div#serviceSection {
  padding: 42px 20px;
}
div#serviceSection .serviceSection-list-item {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  div#serviceSection .serviceSection-list-item {
    max-width: 645px;
  }
}
div#serviceSection .serviceSection-list-item .dropdownServices {
  display: none;
}
@media (max-width: 1023px) {
  div#serviceSection .serviceSection-list-item .dropdownServices {
    display: block;
    color: #12317C;
    font-size: 18px;
    line-height: 65px;
    font-weight: 600;
    width: 100%;
    background: url(../png/dropdown-arrow-2.png) no-repeat right bottom;
    padding-bottom: 8px;
  }
  div#serviceSection .serviceSection-list-item .dropdownServices:after {
    content: "";
    display: inline-block;
    background: url(../png/dropdown-arrow-up-2.png) no-repeat center center;
    height: 16px;
    width: 16px;
    margin-left: 8px;
  }
}
div#serviceSection .serviceSection-list-item ul#tabs {
  padding: 0;
  margin: 0px;
  width: 32%;
}
@media (min-width: 1024px) {
  div#serviceSection .serviceSection-list-item ul#tabs {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  div#serviceSection .serviceSection-list-item ul#tabs {
    width: 100%;
    display: none;
  }
}
div#serviceSection .serviceSection-list-item ul#tabs > li {
  display: block;
  margin: 0px;
}
div#serviceSection .serviceSection-list-item ul#tabs > li a {
  display: block;
  font-size: 18px;
  line-height: 65px;
  color: #12317C;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
div#serviceSection .serviceSection-list-item ul#tabs > li a:after {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: -9px;
  left: 0;
  background: url(../png/arrow5-2.png) no-repeat center right;
  background-size: 100% auto;
  filter: grayscale(1);
}
div#serviceSection .serviceSection-list-item ul#tabs > li.active a, div#serviceSection .serviceSection-list-item ul#tabs > li:hover a {
  color: #1A73E8;
}
div#serviceSection .serviceSection-list-item ul#tabs > li.active a:after, div#serviceSection .serviceSection-list-item ul#tabs > li:hover a:after {
  filter: grayscale(0);
}
div#serviceSection .serviceSection-list-item .tab-container {
  width: 68%;
  padding-left: 130px;
  display: none;
}
@media (max-width: 1023px) {
  div#serviceSection .serviceSection-list-item .tab-container {
    width: 100%;
    padding-left: 0px;
    padding-top: 75px;
  }
}
@media (max-width: 599px) {
  div#serviceSection .serviceSection-list-item .tab-container {
    padding-top: 38px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
div#serviceSection .serviceSection-list-item .tab-container.active {
  display: block;
}
div#serviceSection .serviceSection-list-item .tab-container h2 {
  font-size: 60px;
  line-height: 66px;
  color: #12317C;
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  div#serviceSection .serviceSection-list-item .tab-container h2 {
    font-size: 34px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 11px;
  }
}
div#serviceSection .serviceSection-list-item .tab-container h3 {
  color: #12317C;
  margin-bottom: 42px;
}
@media (max-width: 599px) {
  div#serviceSection .serviceSection-list-item .tab-container h3 {
    text-align: center;
    margin-bottom: 54px;
  }
}
div#serviceSection .serviceSection-list-item .tab-container p {
  color: #565656;
  line-height: 25px;
}
@media (max-width: 599px) {
  div#serviceSection .serviceSection-list-item .tab-container p {
    line-height: 25px;
    font-size: 18px;
    text-align: center;
  }
}
div#serviceSection .serviceSection-list-item .tab-container ul {
  margin: 0px;
  padding-left: 25px;
}
div#serviceSection .serviceSection-list-item .tab-container ul > li {
  margin-bottom: 0;
  line-height: 25px;
  color: #565656;
}
@media (max-width: 599px) {
  div#serviceSection .serviceSection-list-item .tab-container ul > li {
    line-height: 25px;
    font-size: 18px;
  }
}

div#project-spotlight {
  padding: 108px 0 154px 120px;
}
@media (max-width: 1023px) {
  div#project-spotlight {
    padding: 102px 0 129px 60px;
  }
}
@media (max-width: 599px) {
  div#project-spotlight {
    padding: 56px 0 50px 33px;
  }
}
div#project-spotlight h2 {
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  div#project-spotlight h2 {
    margin-bottom: 55px;
  }
}
@media (max-width: 599px) {
  div#project-spotlight h2 {
    margin-bottom: 39px;
    font-size: 24px !important;
    line-height: 26px;
  }
}
div#project-spotlight div#project-list .project-list-slider {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div#project-spotlight div#project-list .project-list-slider .slick-list {
  order: -1;
  padding-right: 22%;
  margin-bottom: 57px;
}
@media (max-width: 1023px) {
  div#project-spotlight div#project-list .project-list-slider .slick-list {
    padding-right: 27%;
  }
}
@media (max-width: 599px) {
  div#project-spotlight div#project-list .project-list-slider .slick-list {
    padding-right: 10%;
    margin-bottom: 45px;
  }
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide {
  padding-right: 30px;
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content {
  padding-top: 54px;
}
@media (max-width: 599px) {
  div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content {
    padding-top: 42px;
  }
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont {
  max-width: 410px;
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont h2 {
  color: #12317C;
  margin-bottom: 25px;
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont p {
  color: #565656;
  line-height: 25px;
}
@media (max-width: 599px) {
  div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont p {
    font-size: 16px;
    line-height: 22px;
  }
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont span.learmore-cta {
  background: #1A73E8;
  border: 2px solid #1A73E8;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
  padding: 19px 29px;
  border-radius: 30px;
  margin-top: 35px;
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont span.learmore-cta:hover {
  transition: 0.4s ease;
}
div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont span.learmore-cta:hover:hover {
  background-color: #0850AE !important;
  border-color: #0850AE !important;
}
@media (max-width: 599px) {
  div#project-spotlight div#project-list .project-list-slider .slick-list .slick-slide .project-list-content .project-list-cont span.learmore-cta {
    margin-top: 23px;
  }
}
div#project-spotlight div#project-list .project-list-slider .slick-arrow {
  height: 70px;
  width: 70px;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 16px;
  background: url(../png/slide-arrow-2.png) no-repeat center;
  border: 2px solid #1A73E8;
  text-indent: -999999px;
}
@media (max-width: 599px) {
  div#project-spotlight div#project-list .project-list-slider .slick-arrow {
    height: 50px;
    width: 50px;
    margin: 0 11px;
  }
}
div#project-spotlight div#project-list .project-list-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
div#project-spotlight div#project-list .project-list-slider .slick-arrow.slick-next {
  margin-right: 135px;
}
@media (max-width: 1023px) {
  div#project-spotlight div#project-list .project-list-slider .slick-arrow.slick-next {
    margin-right: 75px;
  }
}
@media (max-width: 599px) {
  div#project-spotlight div#project-list .project-list-slider .slick-arrow.slick-next {
    margin-right: 40px;
  }
}

div#contact-us-main {
  padding: 93px 40px 66px 40px;
}
@media (max-width: 1023px) {
  div#contact-us-main {
    padding: 53px 40px 49px 40px;
  }
}
@media (max-width: 599px) {
  div#contact-us-main {
    padding: 30px 23px 49px 23px;
  }
}
div#contact-us-main h1 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  div#contact-us-main h1 {
    max-width: 600px;
    margin: 0 auto 112px auto;
  }
}
@media (max-width: 599px) {
  div#contact-us-main h1 {
    margin: 0 auto 70px auto;
  }
}
div#contact-us-main h1 strong {
  color: #1A73E8;
  border-bottom: 10px solid #0FECF5;
}
div#contact-us-main .vc_row.vc_inner {
  max-width: 1215px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  div#contact-us-main .vc_row.vc_inner {
    max-width: 605px;
  }
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper {
  border: 6px solid #0FECF5;
  padding: 56px 68px;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .gform_wrapper {
    padding: 26px 26px 6px 26px;
  }
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper h2.gform_title {
  color: #12317C;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .gform_wrapper h2.gform_title {
    text-align: center;
  }
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield {
  margin-bottom: 4px;
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield.gfield--type-consent legend {
  display: none;
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=text], div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=email], div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=tel], div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield select, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield textarea {
  border: none;
  border-bottom: 3px solid #1A73E8;
  font-size: 18px;
  line-height: 25px;
  color: #0D1E46;
  padding: 0px !important;
  height: 60px !important;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Euclid Circular B";
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=text], div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=email], div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=tel], div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield select, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield textarea {
    height: 41px !important;
    font-size: 15px;
    line-height: 21px;
  }
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=text]::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=email]::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=tel]::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield select::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield textarea::placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #0D1E46;
  font-weight: 500;
  font-family: "Euclid Circular B";
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=text]::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=email]::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield input[type=tel]::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield select::placeholder, div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield textarea::placeholder {
    font-size: 15px;
    line-height: 21px;
  }
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield select {
  padding-right: 35px !important;
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield .ginput_container_consent input {
  position: absolute;
  opacity: 0;
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield .ginput_container_consent input:checked + .gfield_consent_label::before {
  background-color: #1A73E8;
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield .ginput_container_consent .gfield_consent_label {
  position: relative;
  font-weight: 300;
  color: #0D1E46;
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield .ginput_container_consent .gfield_consent_label {
    font-size: 14px;
    line-height: 20px;
  }
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield .ginput_container_consent .gfield_consent_label a {
  color: #1A73E8;
  font-weight: 500;
  text-decoration: underline;
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gfield .ginput_container_consent .gfield_consent_label::before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  border: 3px solid #1A73E8;
  vertical-align: baseline;
  margin-right: 12px;
}
div#contact-us-main .vc_row.vc_inner .gform_wrapper .gform_footer input {
  border-radius: 30px;
  padding: 18px 27px;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .gform_wrapper .gform_footer input {
    width: 100%;
    height: 60px;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right {
  padding: 54px 0px 0 113px;
}
@media (max-width: 1023px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right {
    padding: 29px 0px 0 0px;
  }
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right {
    padding: 15px 0px 0 0px;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right h2.vc_custom_heading {
  margin-bottom: 46px;
}
@media (max-width: 1023px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right h2.vc_custom_heading {
    max-width: 435px;
    margin: 0 auto 46px auto;
  }
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right h2.vc_custom_heading {
    font-size: 18px !important;
    line-height: 20px !important;
    text-align: center !important;
    margin: 0 auto 25px auto;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 {
  margin-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 {
    max-width: 440px;
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 {
    padding: 0px;
    margin: 0 auto 20px auto;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 .mega-info-img {
  margin: 0 auto;
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 h3.mega-info-title {
  font-weight: 300;
  line-height: 25px !important;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 h3.mega-info-title {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 .mega-info-header {
  width: 69px;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .mega_info_box_2 .mega-info-header {
    width: 55px;
    padding-right: 10px;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper {
  margin-top: 63px;
  max-width: 380px;
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc_pageable-slide-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc_pageable-slide-wrapper .vc_col-sm-6 {
  margin-bottom: 34px;
}
@media (max-width: 1023px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper {
    max-width: 430px;
    margin: 74px auto 0 auto;
  }
  div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc_col-sm-6 {
    padding-right: 50px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc_col-sm-6 {
    padding-right: 0;
    width: 50%;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto {
  background-position: top 1000vh left 1000vw !important;
  padding: 16px 0;
  pointer-events: none;
}
@media (max-width: 599px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto {
    padding: 7px 10px;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto a {
  cursor: initial;
  pointer-events: none;
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto .vc_gitem-zone-mini {
  display: none;
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
  display: block !important;
  width: unset;
  visibility: visible;
}
@media (max-width: 1023px) {
  div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
    margin: 0 auto;
  }
}
div#contact-us-main .vc_row.vc_inner .contact-top-right .vc_grid-container-wrapper .vc-gitem-zone-height-mode-auto:before {
  padding-top: 0px;
}
@media (max-width: 1023px) {
  div#contact-us-main .vc_row.vc_inner > .vc_col-sm-6 {
    max-width: 100%;
    width: 100%;
  }
}

div#our-location-row > .wpb_column {
  max-width: 1274px;
  margin: 0 auto;
  float: unset;
  padding: 78px 30px 100px 30px;
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column {
    padding: 14px 20px 60px 20px;
  }
}
div#our-location-row > .wpb_column .wpb_text_column {
  color: #fff;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .wpb_text_column {
    text-align: center;
    max-width: 480px;
    margin: 0 auto 44px auto;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .wpb_text_column {
    margin: 0 auto 29px auto;
  }
}
div#our-location-row > .wpb_column .wpb_text_column h2 {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .wpb_text_column h2 {
    margin-bottom: 15px;
  }
}
div#our-location-row > .wpb_column .wpb_text_column p {
  margin: 0px;
}
div#our-location-row > .wpb_column .our-locations-inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner {
    max-width: 340px;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right {
  width: 51%;
  padding-left: 74px;
  margin-top: -51px;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right {
    margin-top: 0px;
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right {
    width: 100%;
    margin-top: 40px;
    padding: 0px;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map {
  display: block;
  position: relative;
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 6px solid #0FECF5;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map {
    width: calc(100% + 59px);
    margin-top: 40px;
    margin-left: 35px;
    border: 0;
    position: relative;
  }
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map:after {
    content: "";
    border: 6px solid #0FECF5;
    position: absolute;
    height: 95%;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map:after {
    height: 100%;
    width: calc(100% + 40px);
    top: 30px;
    left: -5px;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map img {
  top: -60px;
  left: -78px;
  position: relative;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map img {
    top: -32px;
    left: -35px;
    position: relative;
    max-width: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right a.loaction-map img {
    top: 0;
    left: -27px;
    position: relative;
    max-width: calc(100% + 55px);
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact {
  color: #fff;
  margin-top: 51px;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact {
    display: flex;
    flex-wrap: wrap;
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact {
    padding-left: 0;
    justify-content: center;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact h5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact h5 {
    font-size: 30px;
    line-height: 33px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact h5 {
    text-align: center;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact h3 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact h3 {
    order: -1;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact h3 {
    text-align: center;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact ul {
  padding: 0px;
  margin: 0px;
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact ul li {
  display: block;
  margin-bottom: 0;
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact ul li a {
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact ul li a span.dashicons {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  color: transparent;
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact ul li a span.dashicons.dashicons-email {
  background: url(../png/mail-2.png) no-repeat center;
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-right .location-contact ul li a span.dashicons.dashicons-phone {
  background: url(../png/phone-2.png) no-repeat center;
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-left {
  width: 49%;
  padding-top: 38px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left {
    width: 100%;
    padding-right: 0px;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a {
  padding-bottom: 25px;
  margin-bottom: 33px;
  cursor: pointer;
  display: block;
  background: url(../png/arrow5-2.png) no-repeat bottom left 0;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a {
    background: none;
    position: relative;
  }
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a:after {
    content: "";
    position: absolute;
    height: 14px;
    bottom: 0;
    left: 0;
    width: 93%;
    transition: 0.4s ease;
    background: url(../png/arrow5-2.png) no-repeat bottom right;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a {
    padding-bottom: 12px;
    margin-bottom: 27px;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a.inactive {
  opacity: 0.6;
  background-position: bottom left -130%;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a.inactive:after {
    width: 25%;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a.inactive:hover {
  opacity: 1;
  background-position: bottom left 0;
}
@media (max-width: 1023px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a.inactive:hover:after {
    width: 93%;
  }
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a.inactive:hover:after {
    width: 100%;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a h3 {
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 767px) {
  div#our-location-row > .wpb_column .our-locations-inner .our-location-left .our-location-tab .oltab-single a p {
    font-size: 14px;
    line-height: 20px;
  }
}

div#blog-detail-banner {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
div#blog-detail-banner:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
div#blog-detail-banner .blog-detail-banner-inner {
  padding: 106px 0 98px 0;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  div#blog-detail-banner .blog-detail-banner-inner {
    padding: 106px 20px 98px 20px;
  }
}
@media (max-width: 767px) {
  div#blog-detail-banner .blog-detail-banner-inner {
    padding: 36px 20px 109px 20px;
  }
}
div#blog-detail-banner .blog-detail-banner-inner .heading-box {
  text-align: center;
  margin-bottom: 48px;
}
div#blog-detail-banner .blog-detail-banner-inner .heading-box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  margin-bottom: 15px;
}
div#blog-detail-banner .blog-detail-banner-inner .heading-box h1 {
  color: #fff;
}
div#blog-detail-banner .blog-detail-banner-inner .blog-user-banner {
  text-align: center;
}
div#blog-detail-banner .blog-detail-banner-inner .blog-user-banner img {
  width: 48px;
  height: 48px;
  margin: 0 auto 17px auto;
  display: block;
  border-radius: 50%;
}
div#blog-detail-banner .blog-detail-banner-inner .blog-user-banner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  justify-content: center;
}
div#blog-detail-banner .blog-detail-banner-inner .blog-user-banner ul li {
  position: relative;
  padding: 0 11px;
  margin-bottom: 8px;
}
div#blog-detail-banner .blog-detail-banner-inner .blog-user-banner ul li:not(:first-child)::before {
  content: ".";
  font-size: 28px;
  line-height: 10px;
  position: absolute;
  left: -4px;
  top: 0px;
}
div#blog-detail-banner .blog-detail-banner-inner .blog-user-banner li, div#blog-detail-banner .blog-detail-banner-inner .blog-user-banner p {
  font-size: 18px;
  line-height: 25px;
  color: rgb(255, 255, 255);
  display: block;
  margin: 0px;
}

.blog-breadcrumbs {
  max-width: 765px;
  margin: 0 auto;
  padding: 67px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-breadcrumbs {
    padding: 21px 0 22px 0;
  }
}
.blog-breadcrumbs .breadcrumbs ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.blog-breadcrumbs .breadcrumbs ul > li {
  display: block;
  padding-right: 13px;
}
.blog-breadcrumbs .breadcrumbs ul > li > a {
  color: rgb(86, 86, 86);
  font-size: 18px;
}
.blog-breadcrumbs .breadcrumbs ul > li:not(:first-child)::before {
  content: ">";
  color: rgb(86, 86, 86);
  font-size: 18px;
  display: inline-block;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .blog-breadcrumbs .social-links {
    display: none;
  }
}
.blog-breadcrumbs .social-links > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-breadcrumbs .social-links > ul > li {
  display: block;
  text-align: center;
  padding: 0 6px;
  margin-left: 9px;
}
.blog-breadcrumbs .social-links > ul > li > a > span {
  color: rgb(18, 49, 124);
  font-size: 23px;
}

body.post-template-default .post, body.post-template-default article.industry-news, body.post-template-default article.project, body.post-template-default article.service, body.single-industry-news .post, body.single-industry-news article.industry-news, body.single-industry-news article.project, body.single-industry-news article.service, body.archive .post, body.archive article.industry-news, body.archive article.project, body.archive article.service, body.single-project .post, body.single-project article.industry-news, body.single-project article.project, body.single-project article.service, body.single-service .post, body.single-service article.industry-news, body.single-service article.project, body.single-service article.service {
  padding-bottom: 184px;
}
@media (max-width: 1023px) {
  body.post-template-default .post, body.post-template-default article.industry-news, body.post-template-default article.project, body.post-template-default article.service, body.single-industry-news .post, body.single-industry-news article.industry-news, body.single-industry-news article.project, body.single-industry-news article.service, body.archive .post, body.archive article.industry-news, body.archive article.project, body.archive article.service, body.single-project .post, body.single-project article.industry-news, body.single-project article.project, body.single-project article.service, body.single-service .post, body.single-service article.industry-news, body.single-service article.project, body.single-service article.service {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  body.post-template-default .post, body.post-template-default article.industry-news, body.post-template-default article.project, body.post-template-default article.service, body.single-industry-news .post, body.single-industry-news article.industry-news, body.single-industry-news article.project, body.single-industry-news article.service, body.archive .post, body.archive article.industry-news, body.archive article.project, body.archive article.service, body.single-project .post, body.single-project article.industry-news, body.single-project article.project, body.single-project article.service, body.single-service .post, body.single-service article.industry-news, body.single-service article.project, body.single-service article.service {
    padding-bottom: 16px;
  }
}
body.post-template-default .post section.wpb-content-wrapper, body.post-template-default article.industry-news section.wpb-content-wrapper, body.post-template-default article.project section.wpb-content-wrapper, body.post-template-default article.service section.wpb-content-wrapper, body.single-industry-news .post section.wpb-content-wrapper, body.single-industry-news article.industry-news section.wpb-content-wrapper, body.single-industry-news article.project section.wpb-content-wrapper, body.single-industry-news article.service section.wpb-content-wrapper, body.archive .post section.wpb-content-wrapper, body.archive article.industry-news section.wpb-content-wrapper, body.archive article.project section.wpb-content-wrapper, body.archive article.service section.wpb-content-wrapper, body.single-project .post section.wpb-content-wrapper, body.single-project article.industry-news section.wpb-content-wrapper, body.single-project article.project section.wpb-content-wrapper, body.single-project article.service section.wpb-content-wrapper, body.single-service .post section.wpb-content-wrapper, body.single-service article.industry-news section.wpb-content-wrapper, body.single-service article.project section.wpb-content-wrapper, body.single-service article.service section.wpb-content-wrapper {
  max-width: 768px;
  margin: 0 auto;
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column, body.archive .post section.wpb-content-wrapper .wpb_text_column, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column, body.archive article.project section.wpb-content-wrapper .wpb_text_column, body.archive article.service section.wpb-content-wrapper .wpb_text_column, body.single-project .post section.wpb-content-wrapper .wpb_text_column, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column, body.single-project article.project section.wpb-content-wrapper .wpb_text_column, body.single-project article.service section.wpb-content-wrapper .wpb_text_column, body.single-service .post section.wpb-content-wrapper .wpb_text_column, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column, body.single-service article.project section.wpb-content-wrapper .wpb_text_column, body.single-service article.service section.wpb-content-wrapper .wpb_text_column {
  margin-bottom: 0px !important;
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column h2, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column h2, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column h2, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column h2, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column h2, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column h2, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column h2, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column h2, body.archive .post section.wpb-content-wrapper .wpb_text_column h2, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column h2, body.archive article.project section.wpb-content-wrapper .wpb_text_column h2, body.archive article.service section.wpb-content-wrapper .wpb_text_column h2, body.single-project .post section.wpb-content-wrapper .wpb_text_column h2, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column h2, body.single-project article.project section.wpb-content-wrapper .wpb_text_column h2, body.single-project article.service section.wpb-content-wrapper .wpb_text_column h2, body.single-service .post section.wpb-content-wrapper .wpb_text_column h2, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column h2, body.single-service article.project section.wpb-content-wrapper .wpb_text_column h2, body.single-service article.service section.wpb-content-wrapper .wpb_text_column h2 {
  color: rgb(18, 49, 124);
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 23px;
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column p, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column p, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column p, body.archive .post section.wpb-content-wrapper .wpb_text_column p, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.archive article.project section.wpb-content-wrapper .wpb_text_column p, body.archive article.service section.wpb-content-wrapper .wpb_text_column p, body.single-project .post section.wpb-content-wrapper .wpb_text_column p, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.single-project article.project section.wpb-content-wrapper .wpb_text_column p, body.single-project article.service section.wpb-content-wrapper .wpb_text_column p, body.single-service .post section.wpb-content-wrapper .wpb_text_column p, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.single-service article.project section.wpb-content-wrapper .wpb_text_column p, body.single-service article.service section.wpb-content-wrapper .wpb_text_column p {
  color: rgb(86, 86, 86);
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 18px !important;
}
@media (max-width: 767px) {
  body.post-template-default .post section.wpb-content-wrapper .wpb_text_column p, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column p, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column p, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column p, body.archive .post section.wpb-content-wrapper .wpb_text_column p, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.archive article.project section.wpb-content-wrapper .wpb_text_column p, body.archive article.service section.wpb-content-wrapper .wpb_text_column p, body.single-project .post section.wpb-content-wrapper .wpb_text_column p, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.single-project article.project section.wpb-content-wrapper .wpb_text_column p, body.single-project article.service section.wpb-content-wrapper .wpb_text_column p, body.single-service .post section.wpb-content-wrapper .wpb_text_column p, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column p, body.single-service article.project section.wpb-content-wrapper .wpb_text_column p, body.single-service article.service section.wpb-content-wrapper .wpb_text_column p {
    margin-bottom: 14px !important;
  }
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column p strong, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column p strong, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column p strong, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column p strong, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column p strong, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column p strong, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column p strong, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column p strong, body.archive .post section.wpb-content-wrapper .wpb_text_column p strong, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column p strong, body.archive article.project section.wpb-content-wrapper .wpb_text_column p strong, body.archive article.service section.wpb-content-wrapper .wpb_text_column p strong, body.single-project .post section.wpb-content-wrapper .wpb_text_column p strong, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column p strong, body.single-project article.project section.wpb-content-wrapper .wpb_text_column p strong, body.single-project article.service section.wpb-content-wrapper .wpb_text_column p strong, body.single-service .post section.wpb-content-wrapper .wpb_text_column p strong, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column p strong, body.single-service article.project section.wpb-content-wrapper .wpb_text_column p strong, body.single-service article.service section.wpb-content-wrapper .wpb_text_column p strong {
  color: rgb(18, 49, 124);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service article.service section.wpb-content-wrapper .wpb_text_column .wp-caption {
  margin: 62px 0 68px 0 !important;
}
@media (max-width: 767px) {
  body.post-template-default .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.archive article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-project article.service section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service .post section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service article.project section.wpb-content-wrapper .wpb_text_column .wp-caption, body.single-service article.service section.wpb-content-wrapper .wpb_text_column .wp-caption {
    margin: 10px 0 22px 0 !important;
  }
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  body.post-template-default .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.archive article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-project article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service .post section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service article.project section.wpb-content-wrapper .wpb_text_column .wp-caption img, body.single-service article.service section.wpb-content-wrapper .wpb_text_column .wp-caption img {
    min-height: 400px;
    object-fit: cover;
  }
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.archive .post section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.archive article.project section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.archive article.service section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-project .post section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-project article.project section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-project article.service section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-service .post section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-service article.project section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text, body.single-service article.service section.wpb-content-wrapper .wpb_text_column .wp-caption .wp-caption-text {
  border-left: 2px solid rgb(15, 236, 245);
  padding-top: 0px;
  margin-top: 16px;
  padding-left: 8px;
  color: rgb(86, 86, 86);
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column blockquote, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column blockquote, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column blockquote, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column blockquote, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column blockquote, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column blockquote, body.archive .post section.wpb-content-wrapper .wpb_text_column blockquote, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote, body.archive article.project section.wpb-content-wrapper .wpb_text_column blockquote, body.archive article.service section.wpb-content-wrapper .wpb_text_column blockquote, body.single-project .post section.wpb-content-wrapper .wpb_text_column blockquote, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote, body.single-project article.project section.wpb-content-wrapper .wpb_text_column blockquote, body.single-project article.service section.wpb-content-wrapper .wpb_text_column blockquote, body.single-service .post section.wpb-content-wrapper .wpb_text_column blockquote, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote, body.single-service article.project section.wpb-content-wrapper .wpb_text_column blockquote, body.single-service article.service section.wpb-content-wrapper .wpb_text_column blockquote {
  border-left: 2px solid rgb(15, 236, 245);
  padding-left: 24px;
  margin: 34px 0 32px 0 !important;
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column blockquote p, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote p, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column blockquote p, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column blockquote p, body.archive .post section.wpb-content-wrapper .wpb_text_column blockquote p, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote p, body.archive article.project section.wpb-content-wrapper .wpb_text_column blockquote p, body.archive article.service section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-project .post section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-project article.project section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-project article.service section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-service .post section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-service article.project section.wpb-content-wrapper .wpb_text_column blockquote p, body.single-service article.service section.wpb-content-wrapper .wpb_text_column blockquote p {
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(26, 115, 232);
  margin-bottom: 0px !important;
}
body.post-template-default .post section.wpb-content-wrapper .wpb_text_column h3, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column h3, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column h3, body.archive .post section.wpb-content-wrapper .wpb_text_column h3, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.archive article.project section.wpb-content-wrapper .wpb_text_column h3, body.archive article.service section.wpb-content-wrapper .wpb_text_column h3, body.single-project .post section.wpb-content-wrapper .wpb_text_column h3, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.single-project article.project section.wpb-content-wrapper .wpb_text_column h3, body.single-project article.service section.wpb-content-wrapper .wpb_text_column h3, body.single-service .post section.wpb-content-wrapper .wpb_text_column h3, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.single-service article.project section.wpb-content-wrapper .wpb_text_column h3, body.single-service article.service section.wpb-content-wrapper .wpb_text_column h3 {
  font-size: 32px;
  line-height: 41.6px;
  color: rgb(18, 49, 124);
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.post-template-default .post section.wpb-content-wrapper .wpb_text_column h3, body.post-template-default article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.post-template-default article.project section.wpb-content-wrapper .wpb_text_column h3, body.post-template-default article.service section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news .post section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news article.project section.wpb-content-wrapper .wpb_text_column h3, body.single-industry-news article.service section.wpb-content-wrapper .wpb_text_column h3, body.archive .post section.wpb-content-wrapper .wpb_text_column h3, body.archive article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.archive article.project section.wpb-content-wrapper .wpb_text_column h3, body.archive article.service section.wpb-content-wrapper .wpb_text_column h3, body.single-project .post section.wpb-content-wrapper .wpb_text_column h3, body.single-project article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.single-project article.project section.wpb-content-wrapper .wpb_text_column h3, body.single-project article.service section.wpb-content-wrapper .wpb_text_column h3, body.single-service .post section.wpb-content-wrapper .wpb_text_column h3, body.single-service article.industry-news section.wpb-content-wrapper .wpb_text_column h3, body.single-service article.project section.wpb-content-wrapper .wpb_text_column h3, body.single-service article.service section.wpb-content-wrapper .wpb_text_column h3 {
    margin-top: 20px;
  }
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top, body.post-template-default article.project .blog-share-detail .blog-share-detail-top, body.post-template-default article.service .blog-share-detail .blog-share-detail-top, body.single-industry-news .post .blog-share-detail .blog-share-detail-top, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top, body.archive .post .blog-share-detail .blog-share-detail-top, body.archive article.industry-news .blog-share-detail .blog-share-detail-top, body.archive article.project .blog-share-detail .blog-share-detail-top, body.archive article.service .blog-share-detail .blog-share-detail-top, body.single-project .post .blog-share-detail .blog-share-detail-top, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top, body.single-project article.project .blog-share-detail .blog-share-detail-top, body.single-project article.service .blog-share-detail .blog-share-detail-top, body.single-service .post .blog-share-detail .blog-share-detail-top, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top, body.single-service article.project .blog-share-detail .blog-share-detail-top, body.single-service article.service .blog-share-detail .blog-share-detail-top {
  max-width: 768px;
  margin: 0 auto;
  border-bottom: 1px solid rgb(15, 236, 245);
  padding-bottom: 39px;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .share-post, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .share-post, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .share-post, body.archive .post .blog-share-detail .blog-share-detail-top .share-post, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.archive article.project .blog-share-detail .blog-share-detail-top .share-post, body.archive article.service .blog-share-detail .blog-share-detail-top .share-post, body.single-project .post .blog-share-detail .blog-share-detail-top .share-post, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.single-project article.project .blog-share-detail .blog-share-detail-top .share-post, body.single-project article.service .blog-share-detail .blog-share-detail-top .share-post, body.single-service .post .blog-share-detail .blog-share-detail-top .share-post, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.single-service article.project .blog-share-detail .blog-share-detail-top .share-post, body.single-service article.service .blog-share-detail .blog-share-detail-top .share-post {
  text-align: center;
  padding: 63px 0 0 0;
}
@media (max-width: 767px) {
  body.post-template-default .post .blog-share-detail .blog-share-detail-top .share-post, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .share-post, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .share-post, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .share-post, body.archive .post .blog-share-detail .blog-share-detail-top .share-post, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.archive article.project .blog-share-detail .blog-share-detail-top .share-post, body.archive article.service .blog-share-detail .blog-share-detail-top .share-post, body.single-project .post .blog-share-detail .blog-share-detail-top .share-post, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.single-project article.project .blog-share-detail .blog-share-detail-top .share-post, body.single-project article.service .blog-share-detail .blog-share-detail-top .share-post, body.single-service .post .blog-share-detail .blog-share-detail-top .share-post, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .share-post, body.single-service article.project .blog-share-detail .blog-share-detail-top .share-post, body.single-service article.service .blog-share-detail .blog-share-detail-top .share-post {
    padding: 20px 0 0 0;
  }
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .share-post h4, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .share-post h4, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .share-post h4, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .share-post h4, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .share-post h4, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .share-post h4, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .share-post h4, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .share-post h4, body.archive .post .blog-share-detail .blog-share-detail-top .share-post h4, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .share-post h4, body.archive article.project .blog-share-detail .blog-share-detail-top .share-post h4, body.archive article.service .blog-share-detail .blog-share-detail-top .share-post h4, body.single-project .post .blog-share-detail .blog-share-detail-top .share-post h4, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .share-post h4, body.single-project article.project .blog-share-detail .blog-share-detail-top .share-post h4, body.single-project article.service .blog-share-detail .blog-share-detail-top .share-post h4, body.single-service .post .blog-share-detail .blog-share-detail-top .share-post h4, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .share-post h4, body.single-service article.project .blog-share-detail .blog-share-detail-top .share-post h4, body.single-service article.service .blog-share-detail .blog-share-detail-top .share-post h4 {
  font-size: 14px;
  line-height: 21px;
  color: rgb(18, 49, 124);
  font-weight: 600;
  margin-bottom: 20px;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .share-post ul, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .share-post ul, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .share-post ul, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .share-post ul, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .share-post ul, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .share-post ul, body.archive .post .blog-share-detail .blog-share-detail-top .share-post ul, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul, body.archive article.project .blog-share-detail .blog-share-detail-top .share-post ul, body.archive article.service .blog-share-detail .blog-share-detail-top .share-post ul, body.single-project .post .blog-share-detail .blog-share-detail-top .share-post ul, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul, body.single-project article.project .blog-share-detail .blog-share-detail-top .share-post ul, body.single-project article.service .blog-share-detail .blog-share-detail-top .share-post ul, body.single-service .post .blog-share-detail .blog-share-detail-top .share-post ul, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul, body.single-service article.project .blog-share-detail .blog-share-detail-top .share-post ul, body.single-service article.service .blog-share-detail .blog-share-detail-top .share-post ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .share-post ul > li, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .share-post ul > li, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .share-post ul > li, body.archive .post .blog-share-detail .blog-share-detail-top .share-post ul > li, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li, body.archive article.project .blog-share-detail .blog-share-detail-top .share-post ul > li, body.archive article.service .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-project .post .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-project article.project .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-project article.service .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-service .post .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-service article.project .blog-share-detail .blog-share-detail-top .share-post ul > li, body.single-service article.service .blog-share-detail .blog-share-detail-top .share-post ul > li {
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.archive .post .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.archive article.project .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.archive article.service .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-project .post .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-project article.project .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-project article.service .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-service .post .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-service article.project .blog-share-detail .blog-share-detail-top .share-post ul > li > a, body.single-service article.service .blog-share-detail .blog-share-detail-top .share-post ul > li > a {
  color: rgb(18, 49, 124);
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .blog-tags, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.archive .post .blog-share-detail .blog-share-detail-top .blog-tags, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.archive article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.archive article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project .post .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service .post .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service article.service .blog-share-detail .blog-share-detail-top .blog-tags {
  margin-top: 36px;
}
@media (max-width: 767px) {
  body.post-template-default .post .blog-share-detail .blog-share-detail-top .blog-tags, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.archive .post .blog-share-detail .blog-share-detail-top .blog-tags, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.archive article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.archive article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project .post .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.single-project article.service .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service .post .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service article.project .blog-share-detail .blog-share-detail-top .blog-tags, body.single-service article.service .blog-share-detail .blog-share-detail-top .blog-tags {
    margin-top: 41px;
  }
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.archive .post .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.archive article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.archive article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-project .post .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-project article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-project article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-service .post .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-service article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul, body.single-service article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.archive .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.archive article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.archive article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-project .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-project article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-project article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-service .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-service article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li, body.single-service article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li {
  display: block;
  margin-bottom: 10px;
  padding: 0 12px;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.post-template-default article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.post-template-default article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-industry-news .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.archive .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.archive article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.archive article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.archive article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-project .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-project article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-project article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-service .post .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-service article.project .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a, body.single-service article.service .blog-share-detail .blog-share-detail-top .blog-tags > ul > li > a {
  color: rgb(18, 49, 124);
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top-bottom, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top-bottom, body.post-template-default article.project .blog-share-detail .blog-share-detail-top-bottom, body.post-template-default article.service .blog-share-detail .blog-share-detail-top-bottom, body.single-industry-news .post .blog-share-detail .blog-share-detail-top-bottom, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top-bottom, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top-bottom, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top-bottom, body.archive .post .blog-share-detail .blog-share-detail-top-bottom, body.archive article.industry-news .blog-share-detail .blog-share-detail-top-bottom, body.archive article.project .blog-share-detail .blog-share-detail-top-bottom, body.archive article.service .blog-share-detail .blog-share-detail-top-bottom, body.single-project .post .blog-share-detail .blog-share-detail-top-bottom, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top-bottom, body.single-project article.project .blog-share-detail .blog-share-detail-top-bottom, body.single-project article.service .blog-share-detail .blog-share-detail-top-bottom, body.single-service .post .blog-share-detail .blog-share-detail-top-bottom, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top-bottom, body.single-service article.project .blog-share-detail .blog-share-detail-top-bottom, body.single-service article.service .blog-share-detail .blog-share-detail-top-bottom {
  padding-top: 48px;
  padding-bottom: 50px;
  text-align: center;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top-bottom img, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top-bottom img, body.post-template-default article.project .blog-share-detail .blog-share-detail-top-bottom img, body.post-template-default article.service .blog-share-detail .blog-share-detail-top-bottom img, body.single-industry-news .post .blog-share-detail .blog-share-detail-top-bottom img, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top-bottom img, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top-bottom img, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top-bottom img, body.archive .post .blog-share-detail .blog-share-detail-top-bottom img, body.archive article.industry-news .blog-share-detail .blog-share-detail-top-bottom img, body.archive article.project .blog-share-detail .blog-share-detail-top-bottom img, body.archive article.service .blog-share-detail .blog-share-detail-top-bottom img, body.single-project .post .blog-share-detail .blog-share-detail-top-bottom img, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top-bottom img, body.single-project article.project .blog-share-detail .blog-share-detail-top-bottom img, body.single-project article.service .blog-share-detail .blog-share-detail-top-bottom img, body.single-service .post .blog-share-detail .blog-share-detail-top-bottom img, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top-bottom img, body.single-service article.project .blog-share-detail .blog-share-detail-top-bottom img, body.single-service article.service .blog-share-detail .blog-share-detail-top-bottom img {
  display: block;
  margin: 0 auto 17px auto;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
body.post-template-default .post .blog-share-detail .blog-share-detail-top-bottom p, body.post-template-default article.industry-news .blog-share-detail .blog-share-detail-top-bottom p, body.post-template-default article.project .blog-share-detail .blog-share-detail-top-bottom p, body.post-template-default article.service .blog-share-detail .blog-share-detail-top-bottom p, body.single-industry-news .post .blog-share-detail .blog-share-detail-top-bottom p, body.single-industry-news article.industry-news .blog-share-detail .blog-share-detail-top-bottom p, body.single-industry-news article.project .blog-share-detail .blog-share-detail-top-bottom p, body.single-industry-news article.service .blog-share-detail .blog-share-detail-top-bottom p, body.archive .post .blog-share-detail .blog-share-detail-top-bottom p, body.archive article.industry-news .blog-share-detail .blog-share-detail-top-bottom p, body.archive article.project .blog-share-detail .blog-share-detail-top-bottom p, body.archive article.service .blog-share-detail .blog-share-detail-top-bottom p, body.single-project .post .blog-share-detail .blog-share-detail-top-bottom p, body.single-project article.industry-news .blog-share-detail .blog-share-detail-top-bottom p, body.single-project article.project .blog-share-detail .blog-share-detail-top-bottom p, body.single-project article.service .blog-share-detail .blog-share-detail-top-bottom p, body.single-service .post .blog-share-detail .blog-share-detail-top-bottom p, body.single-service article.industry-news .blog-share-detail .blog-share-detail-top-bottom p, body.single-service article.project .blog-share-detail .blog-share-detail-top-bottom p, body.single-service article.service .blog-share-detail .blog-share-detail-top-bottom p {
  font-size: 14px;
  line-height: 21px;
  color: rgb(18, 49, 124);
  font-weight: 600;
  margin-bottom: 0px;
}

body.post-template-default div#page, body.single-industry-news div#page, body.single-project div#page, body.single-service div#page {
  max-width: 100%;
}
@media (max-width: 1023px) {
  body.post-template-default div#page, body.single-industry-news div#page, body.single-project div#page, body.single-service div#page {
    padding: 30px 30px 0 30px;
  }
}

body.archive header .container.text-container {
  display: none;
}

body.archive article {
  padding-bottom: 40px !important;
}

body.archive main#main {
  padding: 60px 20px;
}

body.archive article h2 a {
  color: rgb(18, 49, 124);
}

@media (max-width: 767px) {
  body.archive #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-template-industry-news-filter main#main {
  max-width: 1236px;
  margin: 0 auto;
  padding: 107px 0 25px 0;
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main {
    padding: 0px 0 30px 0;
  }
}
.page-template-industry-news-filter main#main .industry-item-dropdown {
  display: none;
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main .industry-item-dropdown {
    display: block;
    border: 3px solid rgb(15, 236, 245);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(26, 26, 26);
    width: 315px;
    margin: 0 auto;
    padding: 14px 30px 14px 20px;
    background: url(../svg/chevron-down.svg) no-repeat center right 10px;
    max-width: calc(100% - 60px);
  }
}
.page-template-industry-news-filter main#main .entry-content > ul {
  padding: 0px 15px;
  margin: 0px;
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main .entry-content > ul {
    padding: 0px 30px;
  }
}
.page-template-industry-news-filter main#main .entry-content > ul.industry-item-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main .entry-content > ul.industry-item-list {
    max-width: 375px;
    margin: 0 auto;
    display: none;
  }
}
.page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li {
  display: block;
  margin: 0 12px 20px 12px;
  border: 1px solid transparent;
}
.page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li.active {
  border: 1px solid rgb(15, 236, 245);
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li {
    margin: 0px;
    width: 100%;
    border: 1px solid rgb(15, 236, 245);
    padding: 10px 10px;
  }
}
.page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(26, 115, 232);
  display: inline-block;
  padding: 8px 4px 8px 24px;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li > a {
    display: block;
    padding: 0px 0px 0px 20px;
  }
}
.page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li:first-child a {
  padding: 7px 14px;
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li:first-child a {
    border: none;
    padding: 0px;
  }
}
.page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li:not(:first-child) a:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 50%;
  left: 4px;
  top: 14px;
}
@media (max-width: 767px) {
  .page-template-industry-news-filter main#main .entry-content > ul.industry-item-list > li:not(:first-child) a:before {
    left: 0px;
    top: 6px;
  }
}

a.news-banner {
  display: block;
  background: linear-gradient(320.15deg, #12317C 21.26%, #0048A7 81.03%);
  margin-bottom: 111px;
}
@media (max-width: 767px) {
  a.news-banner {
    margin-bottom: 25px;
  }
}
a.news-banner .news-banner-inner {
  display: flex;
}
@media (max-width: 767px) {
  a.news-banner .news-banner-inner {
    flex-wrap: wrap;
  }
}
a.news-banner .news-banner-inner .news-banner-img {
  width: 31.9%;
  border-style: solid;
  border-color: rgb(15, 236, 245);
  border-width: 6px 0px 6px 6px;
}
@media (max-width: 767px) {
  a.news-banner .news-banner-inner .news-banner-img {
    max-height: 316px;
    width: 100%;
    border-width: 6px;
  }
}
a.news-banner .news-banner-inner .news-banner-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
a.news-banner .news-banner-inner .news-banner-text {
  width: 68.1%;
  padding: 2% 2% 2% 4.8%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  a.news-banner .news-banner-inner .news-banner-text {
    width: 100%;
    padding: 11px 18px 16px 18px;
  }
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box {
  color: #fff;
  max-width: 550px;
  padding-bottom: 24px;
  margin-top: 14px;
  background: url(../png/arrow5-2.png) no-repeat bottom left;
}
@media (max-width: 767px) {
  a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box {
    background-position: bottom right 38px;
    padding-bottom: 30px;
  }
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box span.category {
  padding-left: 18px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box span.category:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 5px;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box h2 {
  margin: 13px 0 23px 0;
}
@media (max-width: 767px) {
  a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box h2 {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 8px;
  }
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .hideDesktop {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .hideDesktop {
    display: none;
  }
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .user-box {
  display: flex;
  width: 100%;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .user-box .user-box-img img {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .user-box .user-box-text {
  width: calc(100% - 48px);
  padding-left: 15px;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .user-box .user-box-text h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .user-box .user-box-text > ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .user-box .user-box-text > ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  padding-right: 10px;
  margin-right: 13px;
  position: relative;
}
a.news-banner .news-banner-inner .news-banner-text .news-banner-text-box .user-box .user-box-text > ul > li:not(:first-child)::before {
  content: ".";
  font-size: 18px;
  line-height: 10px;
  position: absolute;
  left: -14px;
  top: 0px;
}

div#post_filtered {
  display: flex;
  flex-wrap: wrap;
  max-width: 1236px;
  margin: 0 auto;
  padding-bottom: 123px;
}
@media (max-width: 767px) {
  div#post_filtered {
    padding-bottom: 41px;
  }
}
div#post_filtered a.stack_item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  div#post_filtered a.stack_item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div#post_filtered a.stack_item {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
div#post_filtered a.stack_item .stack_item_inner {
  background-size: cover;
  min-height: 540px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 22px 28px;
  position: relative;
  transition: 0.3s ease;
}
div#post_filtered a.stack_item .stack_item_inner:hover {
  box-shadow: 0px 30px 100px 0px rgba(13, 30, 70, 0.5);
}
@media (max-width: 767px) {
  div#post_filtered a.stack_item .stack_item_inner {
    min-height: 448px;
    padding: 16px 20px;
  }
}
div#post_filtered a.stack_item .stack_item_inner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(13, 30, 70, 0) 0%, #0D1E46 99.48%);
}
div#post_filtered a.stack_item .stack_item_inner .stack_item_bottom {
  padding-bottom: 36px;
  background: url(../png/arrow5-2.png) no-repeat bottom right;
  position: relative;
}
div#post_filtered a.stack_item .stack_item_inner .stack_item_top {
  position: relative;
}
div#post_filtered a.stack_item .stack_item_inner span.category {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  display: block;
  position: relative;
  padding-left: 27px;
}
div#post_filtered a.stack_item .stack_item_inner span.category:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 5px;
}
div#post_filtered a.stack_item .stack_item_inner h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  div#post_filtered a.stack_item .stack_item_inner h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 19px;
  }
}
div#post_filtered a.stack_item .stack_item_inner .user-box {
  display: flex;
  width: 100%;
  color: #fff;
}
div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-img img {
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-img img {
    width: 36px;
    height: 36px;
  }
}
div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-text {
  width: calc(100% - 43px);
  padding-left: 15px;
}
@media (max-width: 767px) {
  div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-text {
    width: calc(100% - 36px);
    padding-left: 12px;
  }
}
div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-text h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}
div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-text > ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-text > ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  padding-right: 10px;
  margin-right: 13px;
  position: relative;
}
div#post_filtered a.stack_item .stack_item_inner .user-box .user-box-text > ul > li:not(:first-child)::before {
  content: ".";
  font-size: 18px;
  line-height: 10px;
  position: absolute;
  left: -14px;
  top: 0px;
}
div#post_filtered .page_number {
  width: 100%;
  padding-top: 18px;
}
@media (max-width: 767px) {
  div#post_filtered .page_number {
    padding-top: 10px;
  }
}
div#post_filtered .page_number ul {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#post_filtered .page_number ul > li {
  display: block;
  margin: 0 0px;
  padding: 0 1.5px;
}
div#post_filtered .page_number ul > li > a {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: rgb(18, 49, 124);
  border: 1px solid rgb(216, 216, 216);
  padding: 16px 35px;
  display: block;
}
@media (max-width: 767px) {
  div#post_filtered .page_number ul > li > a {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 20px;
  }
}
div#post_filtered .page_number ul > li > a.current {
  background-color: rgb(18, 49, 124);
  color: #fff;
  border-color: rgb(18, 49, 124);
}

.btn:before, .category:before, .categoryDigital:before {
  background-color: rgb(26, 115, 232);
}
.btn.design:before, .category.design:before, .categoryDigital.design:before {
  background-color: rgb(188, 232, 2);
}
.btn.development:before, .category.development:before, .categoryDigital.development:before {
  background-color: rgb(240, 120, 36);
}
.btn.marketing:before, .category.marketing:before, .categoryDigital.marketing:before {
  background-color: rgb(18, 49, 124);
}
.btn.ppc:before, .category.ppc:before, .categoryDigital.ppc:before {
  background-color: rgb(26, 115, 232);
}
.btn.seo:before, .category.seo:before, .categoryDigital.seo:before {
  background-color: rgb(15, 236, 245);
}

.page_number.no-pagination {
  display: none;
}

nav.navigation.pagination {
  margin-top: 0px;
  margin-bottom: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav.navigation.pagination .nav-links .page-numbers {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: rgb(18, 49, 124);
  border: 1px solid rgb(216, 216, 216);
  padding: 16px 35px;
  display: flex;
  height: unset;
  background: none;
  margin: 0 1.5px;
  align-items: center;
}
@media (max-width: 767px) {
  nav.navigation.pagination .nav-links .page-numbers {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 20px;
  }
}
nav.navigation.pagination .nav-links .page-numbers.next, nav.navigation.pagination .nav-links .page-numbers.prev {
  font-size: 0px;
}
nav.navigation.pagination .nav-links .page-numbers.next:after, nav.navigation.pagination .nav-links .page-numbers.prev:after {
  font-size: 20px;
}
@media (max-width: 767px) {
  nav.navigation.pagination .nav-links .page-numbers.next:after, nav.navigation.pagination .nav-links .page-numbers.prev:after {
    font-size: 14px;
  }
}
nav.navigation.pagination .nav-links .page-numbers.current {
  background-color: rgb(18, 49, 124);
  color: #fff;
  border-color: rgb(18, 49, 124);
}

h1 {
  color: #12317C;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 599px) {
  h1 {
    font-size: 34px;
    line-height: 37px;
  }
}

h2 {
  font-size: 42px;
  line-height: 1.1;
}
@media (max-width: 599px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
h2.h1 {
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 599px) {
  h2.h1 {
    font-size: 30px;
    line-height: 33px;
  }
}

.h2 {
  font-size: 32px;
  line-height: 1.1;
  font-family: "Euclid Circular B";
  font-weight: 600;
  margin-bottom: 25px;
  color: #12317C !important;
}
@media (max-width: 599px) {
  .h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 599px) {
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 599px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

.primary-btn .vc_btn3 {
  padding: 20px 33px !important;
  margin: 0 15px;
  border: none !important;
  transition: 0.4s ease;
}
.primary-btn .vc_btn3:hover {
  background-color: #0850AE !important;
  border-color: #0850AE !important;
}
.primary-btn.border .vc_btn3 {
  padding: 17px 33px !important;
  border: 3px solid #1A73E8 !important;
}
.primary-btn.border .vc_btn3:hover {
  background-color: #1A73E8 !important;
  border-color: #1A73E8 !important;
}

.vc_btn3-container .vc_btn3.vc_btn3-size-md {
  font-size: 16px;
  line-height: 20px;
  border-width: 2px;
  font-weight: 700;
}