/**
 * Theme Name: The Best Reputation
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The Best Reputation theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: thebestreputation.com
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
  font-family: 'Poppins-Regular';
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins-Light';
  src: url("assets/fonts/Poppins-Light.woff2") format("woff2"), url("assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins-Bold';
  src: url("assets/fonts/Poppins-Bold.woff2") format("woff2"), url("assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins-Medium';
  src: url("assets/fonts/Poppins-Medium.woff2") format("woff2"), url("assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica-BoldOblique';
  src: url("assets/fonts/Helvetica-BoldOblique.woff2") format("woff2"), url("assets/fonts/Helvetica-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica-Bold';
  src: url("assets/fonts/Helvetica-Bold.woff2") format("woff2"), url("assets/fonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica-Regular';
  src: url("assets/fonts/Helvetica.woff2") format("woff2"), url("assets/fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica-Compressed';
  src: url("assets/fonts/Helvetica-Compressed.woff2") format("woff2"), url("assets/fonts/Helvetica-Compressed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaRounded-Bold';
  src: url("assets/fonts/HelveticaRounded-Bold.woff2") format("woff2"), url("assets/fonts/HelveticaRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica-Light';
  src: url("assets/fonts/Helvetica-Light.woff2") format("woff2"), url("assets/fonts/Helvetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica-Oblique';
  src: url("assets/fonts/Helvetica-Oblique.woff2") format("woff2"), url("assets/fonts/Helvetica-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.clutch-widget iframe {
	display: block;
	max-width: 915px;
	margin-left: auto;
	margin-right: auto;
}
.v-center {
  margin-top: auto;
  margin-bottom: auto; }

.admin-bar header {
  top: 32px; }
  .admin-bar header.sps--blw {
    top: -18px; }

main .element {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s; }
  main .element.visible {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
.extra-padding {
	padding: 120px 0;
}
.no-padding-left {
	padding-left: 0 !important;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  background-color: #1c70b8; }
  header.sps--blw {
    top: -50px;
    background-color: #1c70b8; }
    header.sps--blw .navbar-collapse .nav-menu {
      margin-top: 0; }
  header .top {
    background-color: #103f83;
    padding: 10px 0; }
    header .top p {
      font-family: "Poppins-Bold", Arial, sans-serif;
      font-size: 20px;
      line-height: 30px;
      text-align: left;
      color: #fff;
      margin: 0; }
      header .top p a {
        color: #00d4fe; }
	header .top ul {
		position: absolute;
		top: 50%;
		right: 0;
		margin: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%); }
    header .top .btn-styled {
      font-size: 14px;
      line-height: 14px;
      padding: 10px 20px;
      color: #fff; }
      header .top .btn-styled i {
		padding-right: 5px;
	  }
    header .top .inner-wrapper {
      position: relative; }
  header .navbar-brand {
    font-family: "Poppins-Bold", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #e85fcc;
    padding: 0;
    margin: 0; }
    header .navbar-brand img {
      max-width: 400px;
      height: auto; }
  header .navbar {
    padding-left: 0;
    padding-right: 0; }
  header .navbar-collapse .nav-menu {
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    header .navbar-collapse .nav-menu .menu-item {
      font-family: "Poppins-Medium", Arial, sans-serif;
      font-size: 23px;
      line-height: 26px;
      text-transform: capitalize;
      color: #fff;
      margin: 0 3px;
      position: relative; }
      header .navbar-collapse .nav-menu .menu-item .nav-link {
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      header .navbar-collapse .nav-menu .menu-item.current-menu-item .nav-link {
        color: #00d4fe; }
      header .navbar-collapse .nav-menu .menu-item:hover .nav-link, header .navbar-collapse .nav-menu .menu-item:focus .nav-link, header .navbar-collapse .nav-menu .menu-item:active .nav-link {
        color: #00d4fe; }
      header .navbar-collapse .nav-menu .menu-item:hover .sub-menu, header .navbar-collapse .nav-menu .menu-item:focus .sub-menu, header .navbar-collapse .nav-menu .menu-item:active .sub-menu {
        display: block; }
      header .navbar-collapse .nav-menu .menu-item.menu-book .nav-link {
        padding-left: 15px;
		padding-right: 15px;
        border-radius: 100px;
        background-color: #082d54; }
      header .navbar-collapse .nav-menu .menu-item.menu-book:hover .nav-link, header .navbar-collapse .nav-menu .menu-item.menu-book:focus .nav-link, header .navbar-collapse .nav-menu .menu-item.menu-book:active .nav-link {
        color: #00d4fe;
        background-color: #1d71b9; }
      header .navbar-collapse .nav-menu .menu-item:last-child {
        margin-right: 0; }
    header .navbar-collapse .nav-menu .sub-menu {
      position: absolute;
      left: 0;
      top: 45px;
      list-style: none;
      padding-left: 0;
      display: none;
      background-color: #002d62;
      border-radius: 20px;
      overflow: hidden;
      padding: 5px; }
      header .navbar-collapse .nav-menu .sub-menu .menu-item {
        white-space: nowrap;
        margin-left: 0;
        margin-right: 0;
        font-size: 18px; 
		line-height: 23px;}
        header .navbar-collapse .nav-menu .sub-menu .menu-item .nav-link {
          color: #fff; }
        header .navbar-collapse .nav-menu .sub-menu .menu-item:hover .nav-link, header .navbar-collapse .nav-menu .sub-menu .menu-item:focus .nav-link, header .navbar-collapse .nav-menu .sub-menu .menu-item:active .nav-link {
          color: #00d4fe; }
        header .navbar-collapse .nav-menu .sub-menu .menu-item.current-menu-item .nav-link {
          color: #00d4fe; }
header .navbar-nav .menu-item .fas {
	display: none; }
.logo {
  position: relative; }
  .logo span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    opacity: 0.95;
    z-index: 100;
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 50px;
    line-height: 80px;
    color: #fff;
    text-align: center; }
  .logo .t {
    background-color: #103f83;
    z-index: 112; }
  .logo .b {
    background-color: #1d71b9;
    left: -30px;
    z-index: 115;
    opacity: 0.85; }
  .logo .r {
    background-color: #37a7de;
    left: -60px;
    z-index: 110; }

.hero-banner {
  position: relative;
  padding: 125px 0 70px;
  background-image: url("https://thebestreputation.com/wp-content/uploads/2023/08/bg15-1.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #000087F7;
  background-size: cover;
  overflow: hidden; }
  .hero-banner .links .btn-styled {
	min-width: 205px;}
  .hero-banner .banner-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(130deg, #00D4FF 24%, #35a9e2 81%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -1; }
  .hero-banner .container-fluid {
    position: relative;
    z-index: 110; }
  .hero-banner .inner-column-left {
    padding-left: 15%; }
  .hero-banner h1 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 80px;
    line-height: 103px;
    color: #fff;
    margin: 0 0 15px; }
	.hero-banner.small-text h1 {
		font-size: 55px;
		line-height: 75px;}
  .hero-banner ul {
    font-family: "Poppins-Medium", Arial, sans-serif;
    margin: 0 0 30px; }
    .hero-banner ul li {
      font-size: 23px;
      line-height: 30px;
      color: #fff;
      position: relative; }
      .hero-banner ul li:after {
        font-family: "Font Awesome 6 Free";
        content: "\f111";
        display: inline-block;
        padding: 0 1px;
        color: #fff;
        font-weight: 900;
        font-size: 12px;
        line-height: 12px;
        top: -3px;
        left: 2px;
        position: relative; }
      .hero-banner ul li:last-child:after {
        display: none; }
  .hero-banner p {
    font-family: "Poppins-Light", Arial, sans-serif;
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    margin: 0 0 30px; }
  .hero-banner .shape-bottom {
    transform: rotate(180deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 101; }
    .hero-banner .shape-bottom svg {
      width: calc(162% + 1.3px);
      height: 123px; }
      .hero-banner .shape-bottom svg .elementor-shape-fill {
        fill: #fff;
        transform-origin: center;
        transform: rotateY(0deg); }
  .hero-banner .hero-img {
    margin-left: 900px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 1s; }
  .hero-banner.visible .hero-img {
	max-width: 90%;  
    margin-left: 0;
    opacity: 1; }
  .hero-banner .video-container {
      margin: 80px 50px;
	  position: relative;
	  text-align: center;
	  display: inline-block; }
.hero-banner .video-container img {
	border-radius: 15px; }
.hero-banner .video-container .btn-play {
    position: absolute;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    display: block; }
.hero-banner .video-container .btn-play span {
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
	width: 100px;
    height: 100px;
    color: #fff;
    border: 2px #fff solid;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
	animation: changecolor 2s infinite; }

.btn-styled {
  font-family: "Poppins-SemiBold", Arial, sans-serif;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #082d54;
  padding: 17px 27px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-styled:hover, .btn-styled:active, .btn-styled:focus {
    color: #fff;
    background-color: #1d71b9;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.our-clients {
  padding: 40px 0;
  text-align: center; }
  .our-clients h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #002d62;
    margin: 0 0 25px; }
  .our-clients p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: #7a7a7a;
    margin: 0 0 25px; }
  .our-clients .our-clients-slider {
    padding: 15px 0; }
.our-clients .slick-slide .inner-wrapper {
	padding: 0 20px}
  .our-clients .slick-slide img {
	max-width: 100%;
	  height: auto; }

.two-columns {
  padding: 0 0 75px; }
.two-columns .row {
  justify-content: center; }
  .two-columns .inner-wrapper {
    background-color: #F6F6FB;
    border-radius: 20px; }
  .two-columns .column-wrapper {
    padding: 15px; }
    .two-columns .column-wrapper h3 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 35px;
      line-height: 42px;
      text-align: center;
      color: #002d62;
      margin: 0 0 20px; }
  .two-columns .inner-column {
    position: relative; }
    .two-columns .inner-column a.btn {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      border: 4px #fff solid;
      border-radius: 50%; }
      .two-columns .inner-column a.btn i {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .two-columns .inner-column img {
      -webkit-border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      -moz-border-radius-bottomright: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }

.wpcf7 {
  position: reltive; }
  .wpcf7 input,
  .wpcf7 textarea {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 16px;
    border: none;
    color: #000;
    background-color: #fff;
    font-size: 25px;
    line-height: 25px;
    border-radius: 50px;
    outline: none; }
  .wpcf7 input[type="submit"] {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: auto;
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 27px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #082d54;
    padding: 10px 20px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: hand;
    cursor: pointer; }
    .wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:active, .wpcf7 input[type="submit"]:focus {
      color: #fff;
      background-color: #1d71b9;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .wpcf7 textarea {
    margin: 0; }
  .wpcf7 .wpcf7-spinner {
    display: none; }

.squares-area {
  padding: 40px 130px;
  background: url("https://thebestreputation.com/wp-content/uploads/2023/08/background-4.webp") no-repeat center right;
  background-size: 100% auto; }
  .squares-area .inner-box {
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    background-color: transparent;
    box-shadow: 0px 0px 35px 0px rgba(140, 140, 140, 0.16); }
    .squares-area .inner-box img {
      width: auto;
      height: 30px;
      margin: 0 0 20px; }
    .squares-area .inner-box h3 {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 27px;
      line-height: 32px;
      color: #2f2f2f;
      margin: 0 0 20px; }
    .squares-area .inner-box p {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 19px;
      line-height: 27px;
      color: rgba(40, 35, 49, 0.77);
      margin: 0; }
  .squares-area .col-lg-6:nth-child(1) .inner-box {
    background-image: linear-gradient(290deg, #CCE3FF 0%, #FFFFFF 100%); }
  .squares-area .col-lg-6:nth-child(2) .inner-box {
    margin-top: 50px;
    background-image: linear-gradient(290deg, #D9D5FA 0%, #FFFFFF 100%); }
  .squares-area .col-lg-6:nth-child(3) .inner-box {
    background-image: linear-gradient(290deg, #FDE5FD 0%, #FFFFFF 100%); }
  .squares-area .col-lg-6:nth-child(4) .inner-box {
    margin-top: 50px;
    background-image: linear-gradient(290deg, #C7F6FF 0%, #FFFFFF 100%); }
  .squares-area .large-column {
    padding-left: 100px; }
    .squares-area .large-column h3 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 38px;
      line-height: 46px;
      color: #002d62;
      margin: 0 0 20px; }
    .squares-area .large-column p {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 19px;
      line-height: 27px;
      color: #4b4b4b;
      margin: 0 0 20px; }
    .squares-area .large-column .btn-styled {
      font-family: "Poppins-Medium", Arial, sans-serif;
      font-size: 19px;
      line-height: 19px;
      padding: 20px 25px; }

.row-0 {
  margin-left: 0;
  margin-right: 0; }
  .row-0 .col-md-6,
  .row-0 .col-lg-3 {
    padding-left: 0;
    padding-right: 0; }

.tabs-area {
  padding: 40px 0; }
  .tabs-area h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
  .tabs-area p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #666666;
    margin: 0 0 45px; }
  .tabs-area .nav-tabs-wrapper {
    float: left;
    position: relative;
    left: 50%;
    margin-bottom: 70px; }
  .tabs-area .nav-tabs {
    justify-content: center;
    border: none;
    float: left;
    position: relative;
    left: -50%;
    background-color: #FFF4FD;
    border-radius: 50px; }
    .tabs-area .nav-tabs .nav-item .nav-link {
      font-family: "Poppins-Medium", Arial, sans-serif;
      color: #e85fcc;
      font-size: 16px;
      line-height: 16px;
      background-color: transparent;
      border: none;
      padding: 12px 24px;
      cursor: hand;
      cursor: pointer;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .tabs-area .nav-tabs .nav-item .nav-link.active {
        background-color: #e85fcc;
        color: #ffffff; }
        .tabs-area .nav-tabs .nav-item .nav-link.active .badge {
          display: inline-block; }
    .tabs-area .nav-tabs .nav-item:active .nav-link, .tabs-area .nav-tabs .nav-item:focus .nav-link, .tabs-area .nav-tabs .nav-item:hover .nav-link {
      background-color: #e85fcc;
      color: #ffffff; }
    .tabs-area .nav-tabs .nav-item .badge {
      position: absolute;
      left: 102%;
      top: 3px;
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 15px;
      line-height: 23px;
      color: #e85fcc;
      padding: 5px 15px;
      border: 1px solid #e85fcc;
      border-radius: 5px;
      display: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .tabs-area .nav-tabs .nav-item:nth-child(2) .nav-link.active .badge, .tabs-area .nav-tabs .nav-item:nth-child(3) .nav-link.active .badge {
      display: inline-block;
      background-color: #e85fcc;
      color: #fff; }
  .tabs-area .table thead tr th {
    text-align: center;
    vertical-align: middle; }
    .tabs-area .table thead tr th h3 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 18px;
      line-height: 23px;
      text-align: left;
      color: #000;
      margin: 0 0 20px; }
    .tabs-area .table thead tr th h4 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 36px;
      line-height: 36px;
      text-align: left;
      color: #002d62;
      margin: 0 0 20px;
      padding: 0 15px; }
      .tabs-area .table thead tr th h4 span.top {
        display: block;
        font-family: "Poppins-SemiBold", Arial, sans-serif;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        color: #54595f;
        margin: 0 0 20px; }
      .tabs-area .table thead tr th h4 span.bottom {
        font-size: 10px;
        line-height: 10px;
        color: #637a88; }
    .tabs-area .table thead tr th h5 {
      font-size: 16px;
      line-height: 24px;
      color: #333333;
      margin: 0 0 15px; }
      .tabs-area .table thead tr th h5 span {
        display: inline-block;
        background-color: #f1deed;
        padding: 5px 10px;
        border-radius: 5px; }
    .tabs-area .table thead tr th p {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 10px;
      line-height: 15px;
      text-align: left;
      color: #7a7a7a;
      margin: 0; }
      .tabs-area .table thead tr th p a {
        color: #e85fcc; }
    .tabs-area .table thead tr th .btn-styled {
      font-size: 15px;
      line-height: 15px;
      color: #fff;
      padding: 15px 25px;
      background-color: #002d62; }
    .tabs-area .table thead tr th:last-child {
      background-color: #002d62;
      position: relative; }
      .tabs-area .table thead tr th:last-child svg {
        position: absolute;
        right: -15px;
        top: -25px;
        z-index: 100; }
      .tabs-area .table thead tr th:last-child h4 {
        color: #fff; }
        .tabs-area .table thead tr th:last-child h4 span {
          color: #fff; }
      .tabs-area .table thead tr th:last-child .btn-styled {
        background-color: #e85fcc; }
      .tabs-area .table thead tr th:last-child:after {
        position: absolute;
        content: "";
        top: -40px;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #002d62;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
  .tabs-area .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #002d62; }
    .tabs-area .table tbody tr td i {
      color: #e85fcc; }
    .tabs-area .table tbody tr td:nth-child(1) {
      width: 30%;
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 18px;
      line-height: 27px;
      color: #7a7a7a; }
    .tabs-area .table tbody tr td:nth-child(2) {
      width: 23.3%; }
    .tabs-area .table tbody tr td:nth-child(2) {
      width: 23.3%; }
    .tabs-area .table tbody tr td:nth-child(2) {
      width: 23.3%; }
  .tabs-area .mobile-content {
    display: none; }

.two-half {
      
      background: url("assets/content/shape-bottom-new-full.jpg") no-repeat center;
      background-size: cover; }
  .two-half h3 {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #00d4ff;
    margin: 0 0 20px; }
  .two-half h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 51px;
    line-height: 61px;
    color: #fff;
    margin: 0 0 20px; }
  .two-half p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    margin: 0 0 20px; }
  .two-half .btn-styled {
    padding: 15px 35px;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #8baec7; }
    .two-half .btn-styled:hover, .two-half .btn-styled:focus, .two-half .btn-styled:active {
      background-color: #53e2fe; }
  .two-half .element-one {
    /*background: url("https://thebestreputation.com/wp-content/uploads/2023/08/shape-top-best-min-1-scaled.webp") no-repeat left top;*/
    background-size: cover;
    padding: 50px 130px 300px 130px; }
  .two-half .element-two {
    /*background: url("assets/content/shape-bottom-new-min.png") no-repeat left top;*/
    background-size: cover;
    padding: 300px 130px 50px 130px;
    text-align: right;
    margin-top: -257px; }
    .two-half .element-two h3 {
      color: #00d4ff; }
    .two-half .element-two .btn-styled {
      background-color: #65778c; }
      .two-half .element-two .btn-styled:hover, .two-half .element-two .btn-styled:focus, .two-half .element-two .btn-styled:active {
        background-color: #f4e38e; }

.latest-posts {
  padding: 40px 0; }
  .latest-posts .post-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden; }
    .latest-posts .post-box img {
      width: 100%;
      height: auto;
      margin: 0; }
    .latest-posts .post-box h3 {
      font-family: "Poppins-Medium", Arial, sans-serif;
      font-size: 21px;
      line-height: 25px;
      color: #23527c;
      margin: 0 0 10px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .latest-posts .post-box h3 a {
        color: #303133;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .latest-posts .post-box h3:hover a, .latest-posts .post-box h3:focus a, .latest-posts .post-box h3:active a {
        color: #23527c;
        text-decoration: none; }
    .latest-posts .post-box p {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 19px;
      line-height: 27px;
      color: #333333;
      margin: 0 0 10px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .latest-posts .post-box .link {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 17px;
      line-height: 23px;
      text-decoration: none;
      color: #00d4fe;
      margin: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .latest-posts .post-box .link:hover, .latest-posts .post-box .link:focus, .latest-posts .post-box .link:active {
        text-decoration: none;
        color: #1d71b9; }
    .latest-posts .post-box .bottom {
      padding: 15px; }

.contact-now {
  padding: 20px 0;
  background-color: #E9E9E98C; }
  .contact-now .wpcf7 h3 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    color: #002d62;
    margin: 0; }
    .contact-now .wpcf7 h3 span {
      display: block;
      font-size: 13px;
      line-height: 19px;
      color: #e85fcc;
      margin: 0; }
  .contact-now .wpcf7 input {
    margin: 0; }
  .contact-now .wpcf7 input[type="submit"] {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.faq {
  padding: 70px 0; }
  .faq h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #002d62;
    margin: 0 0 50px; }
  .faq h3 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 27px;
    line-height: 32px;
    color: #002d62;
    margin: 0 0 20px; }
  .faq p {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #7a7a7a;
    margin: 0 0 20px; }
    .faq p a {
      color: #e85fcc;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .faq p a:hover, .faq p a:active, .faq p a:focus {
        color: #002d62;
        text-decoration: none; }
    .faq p:last-child {
      margin: 0; }

.extra-info {
	padding: 0 0 50px;}
.extra-info .row {
	justify-content: center;
}
.extra-info .inner-box {
	margin-bottom: 30px;}
.extra-info h4 {
   font-family: "Poppins-SemiBold",Arial,sans-serif;
   font-size: 20px;
   line-height: 27px;
   margin: 0 0 20px;
   color: #002d62; }

.extra-info ul {
	font-family: "Helvetica-Regular",Arial,sans-serif;
  	font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #7a7a7a;
    margin: 0 0 5px;
	list-style: none;
	padding: 0;
	margin: 0 0 25px;}
.extra-info ul li {
	margin: 0 0 5px;
    padding-left: 15px;
    position: relative;}
.extra-info ul li:before  {
	display: inline-block;
	content: "\f111";
	color: #002d62; 
    font-size: 9px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 0;}
.extra-info p {
	font-family: "Helvetica-Regular",Arial,sans-serif;
  	font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #7a7a7a;
    margin: 0 0 5px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.extra-info p strong {
	font-family: "Helvetica-Bold",Arial,sans-serif;
}
.extra-info p a {
    color: #00d4fe;}
.qa {
	padding: 50px 0;
    background-color: #001937;}
.qa .top h3 {
	font-family: "Poppins-SemiBold",Arial,sans-serif;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
}
.qa .top p {
    font-family: "Helvetica-Regular",Arial,sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;	
}
.qa .top img {
	max-width: 200px;
	height: auto;
	margin-bottom: 50px;
}
.qa .middle .full-row {
	padding: 20px;
	border-bottom: 1px #fff solid;
	text-align: left;
} 
.qa .middle .full-row p {
	font-family: "Helvetica-Regular",Arial,sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
	margin: 0 0 10px;
} 
.qa .middle .full-row p strong{
	font-family: "Helvetica-Bold",Arial,sans-serif;
}

.qa .bottom {
	padding: 50px 0 0;
} 
.qa .bottom h3 {
	font-family: "Poppins-SemiBold",Arial,sans-serif;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
} 
.qa .bottom p {
	font-family: "Helvetica-Regular",Arial,sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
	margin: 0 0 30px;
}
.executive-team {
  padding: 70px 0;
}
.executive-team h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #002d62;
    margin: 0 0 25px;
}
.executive-team .row {
	justify-content: center;
}
.executive-team .box .image {
    position: relative;
    margin: 0 0 10px;
}
.executive-team .box .image .linkedin { 
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #fff;
    background-color: #103f83;
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;

}
.executive-team .box img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0 0 15px;
}
.executive-team .box h3 {
    font-family: "Helvetica-Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #002d62;
    text-align: center;
    margin: 0 0 15px;
}
.executive-team .box h3 span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #1c70b8;
}
.executive-team .box p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #4b4b4b;
    text-align: center;
    margin: 0;
	max-height: 120px;
  	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.executive-team .box p.is-full {
	max-height: 999px;
}
.executive-team .box a.show-less-more {
	font-family: "Helvetica-Bold", Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #082d54;
	outline: none;
	box-shadow: none;
}
.banner-top {
    background: url("assets/content/contact-section-bg-1.jpg") no-repeat center center;
    background-size: cover;
    background-color: #0e66bf;
    padding: 200px 0 70px;
    position: relative;
}
.banner-top .align-iframe {
	text-align: right; 
}
.banner-top .container {
    position: relative;
    z-index: 110;
}
.banner-top .masq {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #103f83;
    opacity: 0.2;
    z-index: 100;
}
.banner-top h1 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    margin: 0 0 20px;
}
.banner-top ul {
    font-family: "Poppins-Medium", Arial, sans-serif;
    margin: 0 0 30px;
    list-style: none;
    padding: 0;
}
.banner-top ul li {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 8px;
    color: #fff;
}
.banner-top ul li i {
    color: #00d4fe;
}
.banner-top h3 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 23px;
    line-height: 30px;
    color: #00d4fe;
    margin: 0;
}
/*.tbr-calculator.short-description-content {
    padding: 0;
}*/
.short-description-content {
    padding: 20px 0;
    text-align: center;
}
.short-description-content h2 {
    font-family: "Poppins-Bold", Arial, sans-serif;
    color: #002d62;
    font-size: 44px;
    line-height: 57px;
    margin: 0 0 35px;
}
.short-description-content p {
    font-family: "Poppins-Regular", Arial, sans-serif;
    color: #4b4b4b;
    font-size: 19px;
    line-height: 27px;
    margin: 0 0 20px;
}
.short-description-content p a {
    color: rgb(29, 113, 185);
}
.short-description-content img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 13px rgba(0,0,0,0.1);
	display: block;
	margin: 0 0 30px;
}
.short-description-content .btn-styled {
	color: #fff;
}
.short-description-content .columns .column {
    padding: 20px;
    margin: 0 0 30px;
}
.short-description-content .columns .col-lg-6:nth-child(3) .column,
.short-description-content .columns .col-lg-6:nth-child(4) .column {
	margin: 0;
	padding-bottom: 0;
}
.short-description-content .columns .column img {
    margin: 0 0 30px;
}
.short-description-content .columns .column .btn-styled {
	font-size: 20px;
	line-height: 20px;
	padding: 15px 20px;
	text-transform: capitalize;
}
.short-description-content .columns .column h3 {
    font-family: "Poppins-Bold", Arial, sans-serif;
    color: #002d62;
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 25px;
}
.short-description-content .columns .column p {
    font-size: 16px;
    line-height: 23px;
}
.short-description-content .columns .column p:last-child {
    margin: 0;
}
.short-description-content .columns .column .logo {
	max-width: 150px; 
	height: auto;
	border-radius: 50%;
	transform: scale(1);
    animation: pulse 2s infinite;
	margin-left: auto;
	margin-right: auto;
}
.short-description-content .form-control {
    padding: 10px 12px;
	border: 2px #002d62 solid;
	outline: none;
	box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.short-description-content .stars-group {
	position: relative;
}
.short-description-content .star {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100px;
	height: auto;
	box-shadow: none;
	margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.short-description-content .star.display-none {
	opacity: 0;
}
.short-description-content .star.display-none.is-active {
	opacity: 1;
}
.short-description-content .form-group {
    position: relative;
}
.short-description-content .form-group:last-child {
    margin: 0;
}
.short-description-content .form-group .disable-submit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.short-description-content .form-group .disable-submit.is-active {
    display: none;
}
.short-description-content .form-group p {
	display: none;
}
.short-description-content .image-popup {
	display: block;
	position: relative;
}
.short-description-content .image-popup span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	z-index: 100;
}
.short-description-content .image-popup i {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	color: #94b0dd;
	font-size: 40px;
	line-height: 40px;
	z-index: 110;
}
.short-description-content .image-popup:hover span,
.short-description-content .image-popup:focus span,
.short-description-content .image-popup:active span {
	background-color: rgba(0,0,0,0.5);
}
.short-description-content .image-popup:hover i,
.short-description-content .image-popup:focus i,
.short-description-content .image-popup:active i {
	opacity: 1
}
.short-description-content .number-alert {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #c40069;;
    margin: 0;
    display: none;
}
.short-description-content .number-alert.is-active {
    display: block;
}
.mfp-image-holder .mfp-content {
  max-width: 90%;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 0;
}
img.mfp-img {
	padding: 0;
}
.visible-desktop {
	display: block !important;
}
.short-description-content .form-calculator {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto
}
.visible-mobile {
	display: none !important;
}
.small-banner {
    padding: 70px 0;
    text-align: center;
    background: url("assets/content/home-bg-dark.jpg") no-repeat center;
    background-size: cover;
}
.small-banner h2 {
    font-family: "Poppins-Bold", Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
}
.small-banner p {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 23px;
    line-height: 32px;
    color: #fff;
}
.small-banner .col h4 {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 76px;
    line-height: 106px;
    color: #fff;
}
.small-banner .col p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 21px;
    line-height: 32px;
    color: #fff;
}
.google-review {
	padding: 25px 0;
}
.google-review iframe {
	width: 100%;
	height: 350px;
}
.hide-element {
	display: none;
}
.hide-element.is-active {
	display: inline-block;
}
.short-description-content i {
	color:#212529;
}
.short-description-content .btn-styled {
	margin-top: 15px;
    background-color: grey;
}
.short-description-content .result p {
	margin: 0 0 15px;
}
.short-description-content .result h3 {
	margin: 0 0 15px;
}
/* Pricing */

.tbr-pricing {
    padding: 70px 0;
}
.tbr-pricing .columns {
    margin-bottom: 100px;
}
.tbr-pricing .columns h3 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    text-transform: capitalize;
    color: #36a9e1;
    margin: 0 0 25px;
    min-height: 78px;
}
.tbr-pricing .columns h3 span {
    display: block;
    color: #a6a6a6;
    margin-top: 5px;
    font-size: 20px;
}
.tbr-pricing .columns .inner-box {
    background-color: #d9d9d9;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    min-height: 680px;
    position: relative;
}
.tbr-pricing .columns .inner-box .badge-logo {
    position: absolute;
    bottom: -110px;
    right: -35px;
    width: 150px;
    height: auto;
    z-index: 999;
}
.tbr-pricing .columns .inner-box .bottom {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 0 20px 20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
}
.tbr-pricing .columns .inner-box h4 {
    background: url("https://thebestreputation.com/wp-content/uploads/2023/08/logo-footer.webp") no-repeat left center;
    background-size: 100px auto;
    padding-left: 130px;
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-style: italic;
    font-size: 25px;
    line-height: 32px;
    color: #176599;
    margin: 0 0 20px;
}
.tbr-pricing .columns .inner-box h4 span {
    display: block;
}
.tbr-pricing .columns .inner-box.enterprise h4 {
    color: #36a9e1;
}
.tbr-pricing .columns .col-lg-4:last-child .inner-box h4 {
    color: #36a9e1;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
}
.tbr-pricing .columns .inner-box h5 {
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    color: #1d71b8;
    overflow: hidden;
    margin: 0 0 30px;
}
.tbr-pricing .columns .inner-box ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 25px;
    width: 90%;
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #176599;
}
.tbr-pricing .columns .inner-box ul li {
    position: relative;
    padding-left: 29px;
    margin: 0 0 11px;
}
.tbr-pricing .columns .inner-box.h-space ul li {
    margin: 0 0 25px;  
}
.tbr-pricing .columns .inner-box ul li span {
    color: #36a9e1;
}
.tbr-pricing .columns .inner-box ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}
.tbr-pricing .columns .inner-box h5 .left {
    float: left;
}
.tbr-pricing .columns .inner-box h5 p {
    margin: 0;
}
.tbr-pricing .columns .inner-box h5 p span { 
    display: block;
}
.tbr-pricing .columns .inner-box h5 .right {
    float: right;
}
.tbr-pricing .columns .inner-box .slide {
    min-height: 13px;
    background: #1E70B2;
    background: linear-gradient(90deg,rgba(30, 112, 178, 1) 0%, rgba(43, 140, 200, 1) 50%, rgba(55, 163, 219, 1) 100%);
    position: relative;
    margin: 0 0 40px;
} 
.tbr-pricing .columns .inner-box .slide:before {
    position: absolute;
    left: -1px;
    top: -15px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(30, 112, 178, 1);
}
.tbr-pricing .columns .inner-box .slide:after {
    position: absolute;
    right: -1px;
    top: -15px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(55, 163, 219, 1);
}
.tbr-pricing .columns .inner-box .btn-styled {
    background: #1E70B2;
    background: linear-gradient(90deg,rgba(30, 112, 178, 1) 0%, rgba(43, 140, 200, 1) 50%, rgba(55, 163, 219, 1) 100%);
}
.tbr-pricing .columns .inner-box .btn-styled:hover,
.tbr-pricing .columns .inner-box .btn-styled:focus,
.tbr-pricing .columns .inner-box .btn-styled:active {
    color: #1E70B2;
    background: #fff;
}
.tbr-pricing .lr-col {
    padding: 40px 0;
}
.tbr-pricing .lr-col h3 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #002d62;
    margin: 0 0 40px; 
}
.tbr-pricing .lr-col p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 23px;
    line-height: 32px;
    text-align: left;
    color: #7a7a7a;
    margin: 0 0 25px;
}
.tbr-pricing .lr-col  .txt-wrapper {
    padding-left: 70px;
}
.tbr-pricing .lr-col .txt-wrapper {
    padding-right: 70px;
}
.tbr-pricing .lr-col.text-right .txt-wrapper p {
    text-align: right;
}
/* End Pricing */

footer .top {
  background-image: linear-gradient(300deg, #001D3F 21%, #001834 100%);
  padding: 30px 0; }
  footer .top .logo {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #e85fcc;
    text-decoration: none;
    margin: 0;
    display: inline-block; }
    footer .top .logo img {
      max-width: 170px;
      height: auto; }
  footer .top address {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px; }
  footer .top .socials {
    font-size: 32px;
    line-height: 32px; }
    footer .top .socials li a {
      color: transparent;
      text-decoration: none; }
      footer .top .socials li a i {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    footer .top .socials li:hover a i, footer .top .socials li:focus a i, footer .top .socials li:active a i {
      color: #fff !important; }
    footer .top .socials li.facebook a i {
      color: #3B5998; }
    footer .top .socials li.instagram a i {
      color: #E6E6FA; }
    footer .top .socials li.youtube a i {
      color: #FF0000; }
    footer .top .socials li.linkedin a i {
      color: #0077B5; }
    footer .top .socials li.twitter a i {
      color: rgb(231, 233, 234); }
  footer .top .widget-address {
    text-align: left; }
  footer .top .widget {
    text-align: right; }
    footer .top .widget h3 {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      color: rgba(0, 212, 254, 0.47);
      margin: 0 0 15px; }
    footer .top .widget ul {
      margin: 0;
      list-style: none;
      padding: 0; }
      footer .top .widget ul li {
        font-family: "Poppins-SemiBold", Arial, sans-serif;
        font-size: 18px;
        line-height: 33px;
        color: #fff; }
        footer .top .widget ul li a {
          color: #fff;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          padding: 0; }
        footer .top .widget ul li:hover a, footer .top .widget ul li:focus a, footer .top .widget ul li:active a {
          color: #00d4fe;
          text-decoration: none; }
footer .bottom {
  background-color: #00162F;
  padding: 20px 0; }
  footer .bottom p {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #adadad;
    margin: 0; }
  footer .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right; }
    footer .bottom ul li {
      font-family: "Poppins-Medium", Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      padding: 0 10px;
      display: inline-block; }
      footer .bottom ul li a {
        color: #00d4fe;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      footer .bottom ul li:hover a, footer .bottom ul li:focus a, footer .bottom ul li:active a {
        color: #1d71b9;
        text-decoration: none; }
  footer .bottom .logo {
    position: relative;
    margin: 0; }
   footer .bottom .logo img {
	max-width: 50px;
	   height: auto; }
    footer .bottom .logo span {
      width: 30px;
      height: 30px;
      font-size: 20px;
      line-height: 30px; }
    footer .bottom .logo .b {
      left: -15px; }
    footer .bottom .logo .r {
      left: -30px; }

.inner-banner {
  min-height: 625px;
  background-color: #0e66bf;
  position: relative; }
  .inner-banner .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center; }
    .inner-banner .container h1 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 54px;
      line-height: 65px;
      color: #fff;
      margin: 0 0 20px; }
    .inner-banner .container p {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 25px;
      line-height: 35px;
      color: #fff;
      margin: 0; }

.video-text {
  padding: 40px 0; }
  .video-text img {
    width: 100%;
    height: auto; }
  .video-text h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    color: #002d62;
    margin: 0 0 20px; }
  .video-text p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #7a7a7a;
    margin: 0 0 20px; }
  .video-text .inner-column {
    position: relative; }
    .video-text .inner-column .btn {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      border: 4px #fff solid;
      border-radius: 50%; }
      .video-text .inner-column .btn i {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .video-text .inner-column img {
      width: 100%;
      height: auto;
      border-radius: 20px; }
  .video-text .btn-styled {
    font-size: 23px;
    line-height: 23px;
    padding: 17px 27px; }

.grid-case .img-block {
  border-radius: 20px;
  overflow: hidden; }
  .grid-case .img-block img {
    width: 100%;
    height: auto;
    border-radius: 20px; 
	border: 1px #1c70b8 solid;}
.grid-case .grid-item,
.grid-case .grid-sizer {
  width: calc( 33.3% - 15px );
  margin-bottom: 30px; }

.case-studies {
  padding: 0 0 20px; }
  .case-studies h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
  .case-studies ul.filters {
    text-align: center;
    margin: 0 0 20px; }
    .case-studies ul.filters li {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      color: #444;
      margin: 0; }
      .case-studies ul.filters li a {
        padding: 6px 14px;
        border-radius: 19px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        color: #444;
        text-decoration: none; }
      .case-studies ul.filters li:hover a, .case-studies ul.filters li:focus a, .case-studies ul.filters li:active a, .case-studies ul.filters li.active a {
        background-color: #00d4fe;
        color: #fff;
        text-decoration: none; }
  .case-studies .filters-xs {
    display: none; }
  .case-studies .case-group .img-block {
    position: relative; }
    .case-studies .case-group .img-block .bottom-info {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .case-studies .case-group .img-block .bottom-info h3 {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: "Poppins-SemiBold", Arial, sans-serif;
        font-size: 23px;
        line-height: 30px;
        text-align: center;
        margin: 0;
        padding: 0 5px;
        color: #fff; }
        .case-studies .case-group .img-block .bottom-info h3 a {
          font-size: 20px;
          line-height: 27px;
          margin-top: 5px;
          display: block;
          color: #e85fcc;
          text-decoration: underline;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .case-studies .case-group .img-block .bottom-info h3:hover a, .case-studies .case-group .img-block .bottom-info h3:focus a, .case-studies .case-group .img-block .bottom-info h3:active a {
          color: #e232be;
          text-decoration: underline; }
    .case-studies .case-group .img-block:hover .bottom-info, .case-studies .case-group .img-block:focus .bottom-info, .case-studies .case-group .img-block:active .bottom-info {
      opacity: 1; }

.video-slider {
  padding: 70px 0;
  background-color: #002d62; }
  .video-slider h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px; }
  .video-slider .video-slider-show {
    position: relative; }
    .video-slider .video-slider-show .slick-arrow {
      position: absolute;
      font-size: 27px;
      line-height: 27px;
      color: #fff;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 100; }
      .video-slider .video-slider-show .slick-arrow.slick-prev {
        left: 20px; }
      .video-slider .video-slider-show .slick-arrow.slick-next {
        right: 20px; }
  .video-slider .slick-slide {
    position: relative;
    padding: 0 15px; }
    .video-slider .slick-slide img {
      width: 100%;
      height: auto;
      border-radius: 20px; }
    .video-slider .slick-slide .btn {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .video-slider .slick-slide .btn span {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 4px #fff solid;
        border-radius: 50%;
        text-align: center; }
        .video-slider .slick-slide .btn span i {
          font-size: 30px;
          line-height: 100px;
          color: #fff; }

.text-video-slider {
  padding: 50px 0;
  background-color: #002d62; }
  .text-video-slider h3 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin: 0 0 50px; }
  .text-video-slider h4 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px; }
  .text-video-slider p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: rgba(255, 255, 255, 0.89);
    margin: 0 0 20px; }
  .text-video-slider .btn-styled {
    font-size: 17px;
    line-height: 20px;
    padding: 12px 15px; }
  .text-video-slider .tvs {
    position: relative; }
    .text-video-slider .tvs .slick-arrow {
      position: absolute;
      font-size: 27px;
      line-height: 27px;
      color: #fff;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 100; }
      .text-video-slider .tvs .slick-arrow.slick-prev {
        left: -20px; }
      .text-video-slider .tvs .slick-arrow.slick-next {
        right: -20px; }
  .text-video-slider .slick-slide {
    position: relative;
    padding: 0 15px; }
    .text-video-slider .slick-slide img {
      width: 100%;
      height: auto;
      border-radius: 20px; }
    .text-video-slider .slick-slide .popup-vimeo {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .text-video-slider .slick-slide .popup-vimeo span {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 4px #fff solid;
        border-radius: 50%;
        text-align: center; }
        .text-video-slider .slick-slide .popup-vimeo span i {
          font-size: 30px;
          line-height: 100px;
          color: #fff; }

.featured-publications {
  padding: 100px 0 0;
  background-image: url("assets/img/bg15-1.png");
  background-repeat: no-repeat;
  background-position: left top; }
  .featured-publications h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
  .featured-publications p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    color: #7a7a7a;
    margin: 0 0 20px; }
  .featured-publications img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-bottom: 30px;
    opacity: 0.9; }
  .featured-publications .row .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%; }

.featured-gallery {
  padding: 70px 0 70px; }
  .featured-gallery h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
  .featured-gallery p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    color: #7a7a7a;
    margin: 0 0 50px; }
  .featured-gallery .filters-matrix {
    text-align: center;
    margin: 0 0 50px; }
    .featured-gallery .filters-matrix li {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 14px;
      line-height: 26px;
      text-transform: uppercase;
      color: #444; }
      .featured-gallery .filters-matrix li a {
        padding: 6px 14px;
        border-radius: 19px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        color: #444;
        text-decoration: none; }
      .featured-gallery .filters-matrix li:hover a, .featured-gallery .filters-matrix li:focus a, .featured-gallery .filters-matrix li:active a, .featured-gallery .filters-matrix li.active a {
        background-color: #00d4fe;
        color: #fff;
        text-decoration: none; }
  .featured-gallery .filters-matrix-xs {
    display: none; }
  .featured-gallery .img-block {
    margin-bottom: 30px;
    box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.21);
    border-radius: 20px;
    overflow: hidden; }
  .featured-gallery img {
    width: 100%;
    height: auto;
    border-radius: 20px; }

.location-header {
 padding-bottom: 50px;
  background-color: #0e66bf;
  padding-top: 200px;
  position: relative; }
  .location-header .inner-content h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 60px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    margin: 0 0 20px; }
  .location-header .inner-content h1 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin: 0 0 30px; }
  .location-header .inner-column {
    position: absolute;
    left: 50%;
    bottom: -230px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 120;
    border-radius: 20px;
    overflow: hidden; }
    .location-header .inner-column img {
	  width: 100%;	
      max-width: 800px;
      height: auto; }
    .location-header .inner-column .btn {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .location-header .inner-column .btn span {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 4px #fff solid;
        border-radius: 50%;
        text-align: center; }
        .location-header .inner-column .btn span i {
          font-size: 30px;
          line-height: 100px;
          color: #fff; }

.our-team {
  padding: 70px 0; }
  .our-team h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 59px;
    line-height: 77px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
  .our-team p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    color: #7a7a7a;
    margin: 0 0 50px; }
  .our-team .big-column {
    border-radius: 20px;
    background-color: #e8fbff;
    padding: 50px;
    text-align: center; }
    .our-team .big-column h3 {
      font-family: "Poppins-Medium", Arial, sans-serif;
      font-size: 34px;
      line-height: 40px;
      text-align: center;
      color: #002d62;
      margin: 0 0 25px; }
    .our-team .big-column p {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      color: #4b4b4b;
      margin: 0 0 30px; }
      .our-team .big-column p a {
        color: #00d4fe;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .our-team .big-column p a:hover, .our-team .big-column p a:focus, .our-team .big-column p a:active {
          color: #1d71b9; }
  .our-team .team-item-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(0 0 0.7rem lightgrey);
    max-width: 225px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
    .our-team .team-item-inner img {
      width: 100%;
      height: auto; }
    .our-team .team-item-inner .team-content {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 14px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .our-team .team-item-inner .team-content h3 {
        font-family: "Poppins-Bold", Arial, sans-serif;
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        text-transform: uppercase;
        color: #272727;
        margin: 0 0 5px; }
        .our-team .team-item-inner .team-content h3 span {
          display: block;
          font-size: 11px;
          font-family: "Poppins-Regular", Arial, sans-serif; }
      .our-team .team-item-inner .team-content p {
        font-family: "Poppins-Regular", Arial, sans-serif;
        font-size: 11px;
        line-height: 17px;
        text-align: left;
        color: #272727;
        margin: 0 0 10px; }
        .our-team .team-item-inner .team-content p a {
          color: #e85fcc;
          text-decoration: none; }
    .our-team .team-item-inner .btn-styled {
      font-size: 26px;
      line-height: 33px; }
    .our-team .team-item-inner:hover .team-content, .our-team .team-item-inner:focus .team-content, .our-team .team-item-inner:active .team-content {
      opacity: 1; }
  .our-team .members {
    margin-top: 40px; }

.items-middle {
  background: url("assets/content/bg9.png") no-repeat left top;
  background-size: cover;
  padding: 60px 0;
  text-align: center; }
  .items-middle .container {
    max-width: 900px; }
  .items-middle h2 {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #00d4fe;
    font-weight: 500;
    margin: 0 0 20px; }
  .items-middle h3 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    margin: 0 0 20px; }
  .items-middle p {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 17px;
    line-height: 31px;
    color: #fff;
    margin: 0 0 30px; }
  .items-middle .btn-styled {
    font-size: 14px;
    line-height: 14px;
    background-color: #94b0dd;
    padding: 20px 26px; }

.boxed-items {
  padding: 70px 0;
  text-align: center; }
  .boxed-items p {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #7a7a7a;
    margin: 0 0 25px; }
  .boxed-items cite {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 51px;
    line-height: 77px;
    color: #7a7a7a;
    margin: 0;
    padding-left: 100px;
    position: relative;
    font-style: normal; }
    .boxed-items cite img {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-radius: 50%; }
    .boxed-items cite span {
      display: block;
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 17px;
      line-height: 24px;
      color: #000; }

.intro-media {
  position: relative; }
  .intro-media h1 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 80px;
    line-height: 103px;
    color: #fff;
    margin: 0 0 20px; }
  .intro-media p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    margin: 0 0 20px; }
  .intro-media .inner-wrapper {
    background-color: #0e66bf;
    padding: 250px 115px 70px; }
  .intro-media .image-wrapper {
    background: url("assets/img/dots-one.png") no-repeat left bottom;
    padding: 55px 0 55px 55px;
    background-size: 38% auto;
    position: relative; }
    .intro-media .image-wrapper .btn {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .intro-media .image-wrapper .btn span {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 4px #fff solid;
        border-radius: 50%;
        text-align: center; }
        .intro-media .image-wrapper .btn span i {
          font-size: 30px;
          line-height: 100px;
          color: #fff; }
  .intro-media img {
    width: 100%;
    height: auto;
    border-radius: 20px; }
  .intro-media .shape-bottom {
    bottom: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
    background-color: #fff; }
  .intro-media svg {
    width: calc(300% + 1.3px);
    height: 150px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .intro-media .shape-fill {
    fill: #0e66bf;
    transform-origin: center;
    transform: rotateY(0deg); }

.left-right-columns {
  padding: 70px 130px; }
  .left-right-columns .image-wrapper {
    position: relative; 
    text-align: center;}
    .left-right-columns .image-wrapper .btn {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .left-right-columns .image-wrapper .btn span {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        border: 4px #fff solid;
        border-radius: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .left-right-columns .image-wrapper .btn span i {
          font-size: 30px;
          line-height: 100px;
          color: #fff; }
  .left-right-columns img {
    width: 100%;
    height: auto;
    border-radius: 20px; }
  .left-right-columns.small-columns img {
	max-width: 350px;
	width: auto;}
  .left-right-columns h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 59px;
    line-height: 77px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
	.left-right-columns.small-columns h2 {
		font-size: 30px;
		line-height: 39px;}
  .left-right-columns p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #7a7a7a;
    margin: 0 0 20px; }
	.left-right-columns.small-columns p {
	  font-size: 18px;
	  line-height: 25px;}
  .left-right-columns ul {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #002d62;
    margin: 0 0 20px;
    list-style: none;
    padding-left: 40px; }
    .left-right-columns ul li {
      margin: 0 0 3px; }
      .left-right-columns ul li i {
        padding-right: 5px;
        color: #e85fcc; }
.extra-info:nth-child(7) h3,
.extra-info:nth-child(7) p,
.left-right-columns:nth-child(6).small-columns p,
.left-right-columns:nth-child(6).small-columns h2 {
	color: #fff;
}
.extra-info h3 {
	font-family: "Poppins-SemiBold",Arial,sans-serif;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 20px;
    color: #002d62;
}
.three-columns {
  padding: 70px 0; }
  .three-columns h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 59px;
    line-height: 77px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
  .three-columns p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    color: #666666;
    margin: 0 0 30px; }
  .three-columns .inner-box {
    padding: 25px;
    border-radius: 20px; }
    .three-columns .inner-box h2 {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 34px;
      text-align: center;
      color: #e85fcc;
      margin: 0 0 20px; }
    .three-columns .inner-box h3 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 30px;
      line-height: 39px;
      text-transform: uppercase;
      text-align: center;
      color: #002d62;
      margin: 0 0 30px; }
    .three-columns .inner-box p {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 20px;
      line-height: 27px;
      text-align: center;
      color: #7a7a7a;
      padding-bottom: 30px;
      border-bottom: 1px #7a7a7a solid;
      margin: 0 0 30px; }
    .three-columns .inner-box ul {
      list-style: none;
      font-size: 18px;
      line-height: 25px;
      color: #333333;
      padding-left: 20px;
      margin: 0 0 20px; }
      .three-columns .inner-box ul li {
        margin: 0 0 5px;
        position: relative; }
        .three-columns .inner-box ul li i {
          font-size: 10px;
          color: #E85FCC;
          padding-right: 7px;
          position: relative;
          top: -3px; }
    .three-columns .inner-box h4 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 55px;
      line-height: 65px;
      text-transform: uppercase;
      text-align: center;
      color: #E85FCC;
      margin: 0; }
      .three-columns .inner-box h4 span {
        font-size: 22px;
        line-height: 29px; }
    .three-columns .inner-box .btn-styled {
      position: relative;
      font-size: 20px;
      line-height: 20px;
      padding: 15px 20px;
      top: 50px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .three-columns .row .col-xl-4:nth-child(1) .inner-box {
    background-image: linear-gradient(280deg, #FDFBE1 0%, #FEFBE229 100%); }
  .three-columns .row .col-xl-4:nth-child(2) .inner-box {
    background-image: linear-gradient(310deg, rgba(232, 95, 204, 0.19) 0%, rgba(255, 255, 255, 0.13) 100%); }
  .three-columns .row .col-xl-4:nth-child(3) .inner-box {
    background-image: linear-gradient(300deg, rgba(0, 212, 255, 0.17) 0%, rgba(254, 251, 226, 0.16) 100%); }

.row-reverse {
  flex-direction: row-reverse; }

.top-header {
  background-color: #0e66bf;
  padding: 250px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .top-header h1 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 72px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    margin: 0 0 20px; }
  .top-header p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 0 0 40px; }
  .top-header img {
    width: 100%;
    height: auto; }
  .top-header .bottom-area {
    background: url("assets/img/bg.png") no-repeat top left;
    background-size: 100% auto;
    min-height: 275px;
    position: absolute;
    left: -3px;
    bottom: 0;
    right: -3px;
    z-index: -1;}
  .top-header .btn-styled {
	margin-bottom: 40px;}

.stack-text-image {
  padding: 70px 0;
  text-align: center;
  position: relative; }
  .stack-text-image h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    color: #002d62;
    margin: 0 0 20px; }
  .stack-text-image p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 19px;
    line-height: 25px;
    color: #7a7a7a;
    text-align: center;
    margin: 0 0 40px; }
  .stack-text-image img {
    width: 100%;
    height: auto;
    border-radius: 20px; }
  .stack-text-image .inner-wrapper {
    position: relative; }
    .stack-text-image .inner-wrapper .btn {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .stack-text-image .inner-wrapper .btn span {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 4px #fff solid;
        border-radius: 50%;
        text-align: center; }
        .stack-text-image .inner-wrapper .btn span i {
          font-size: 30px;
          line-height: 100px;
          color: #fff; }

.columns-and-rows {
  padding: 70px 0;
  background-color: #0e66bf;
  position: relative; }
  .columns-and-rows .column-left {
    background-image: linear-gradient(300deg, #B2D9FF 0%, #FFFFFF 100%);
    padding: 40px;
    border-radius: 20px;
    position: relative; }
    .columns-and-rows .column-left h3 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 69px;
      line-height: 80px;
      text-align: center;
      color: #002d62;
      margin: 0 0 20px; }
    .columns-and-rows .column-left h4 {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 19px;
      line-height: 26px;
      text-align: center;
      color: #e85fcc;
      padding: 0 0 20px;
      margin: 0 0 20px;
      border-bottom: 1px #7a7a7a solid; }
    .columns-and-rows .column-left ul {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      text-align: center;
      color: #54595f;
      list-style: none;
      padding: 0;
      margin: 0 0 20px; }
      .columns-and-rows .column-left ul i {
        font-size: 12px;
        color: #E85FCC;
        padding-right: 7px; }
    .columns-and-rows .column-left h5 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 52px;
      line-height: 65px;
      text-align: center;
      color: #002d62;
      margin: 0 0 20px; }
      .columns-and-rows .column-left h5 span {
        display: block;
        font-family: "Helvetica-Regular", Arial, sans-serif;
        font-size: 15px;
        line-height: 20px;
        color: #54595f; }
    .columns-and-rows .column-left p {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      text-align: center;
      color: #54595f;
      margin: 0; }
    .columns-and-rows .column-left .btn-styled {
      font-size: 20px;
      line-height: 20px;
      padding: 10px 20px;
      position: relative;
      position: absolute;
      left: 50%;
      bottom: -20px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .columns-and-rows .column-right {
    text-align: left; }
    .columns-and-rows .column-right h2 {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 55px;
      line-height: 70px;
      color: #002D62;
      margin: 0 0 20px; }
    .columns-and-rows .column-right p {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 19px;
      line-height: 26px;
      color: #4b4b4b;
      margin: 0 0 20px; }
  .columns-and-rows .inner-columns {
    margin: 80px 0; 
    min-height: 1px;}
    .columns-and-rows .inner-columns p {
      font-family: "Poppins-SemiBold", Arial, sans-serif;
      font-size: 50px;
      line-height: 65px;
      text-align: center;
      color: #fff;
      margin: 0 0 20px; }
    .columns-and-rows .inner-columns .team-item-inner {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      position: relative; }
      .columns-and-rows .inner-columns .team-item-inner img {
        width: 100%;
        height: auto;
        border-radius: 20px; }
      .columns-and-rows .inner-columns .team-item-inner .team-content {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 14px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .columns-and-rows .inner-columns .team-item-inner .team-content h3 {
          font-family: "Poppins-Bold", Arial, sans-serif;
          font-size: 13px;
          line-height: 16px;
          text-align: left;
          text-transform: uppercase;
          color: #272727;
          margin: 0 0 5px; }
          .columns-and-rows .inner-columns .team-item-inner .team-content h3 span {
            display: block;
            font-size: 11px;
            font-family: "Poppins-Regular", Arial, sans-serif; }
        .columns-and-rows .inner-columns .team-item-inner .team-content p {
          font-family: "Poppins-Regular", Arial, sans-serif;
          font-size: 11px;
          line-height: 17px;
          text-align: left;
          color: #272727;
          margin: 0 0 10px; }
          .columns-and-rows .inner-columns .team-item-inner .team-content p a {
            color: #e85fcc;
            text-decoration: none; }
      .columns-and-rows .inner-columns .team-item-inner:hover .team-content, .columns-and-rows .inner-columns .team-item-inner:focus .team-content, .columns-and-rows .inner-columns .team-item-inner:active .team-content {
        opacity: 1; }
  .columns-and-rows .bottom-banner {
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: #0e66bf; }
    .columns-and-rows .bottom-banner h2 {
      font-family: "Poppins-Bold", Arial, sans-serif;
      font-size: 50px;
      line-height: 65px;
      color: #fff;
      margin: 0 0 20px; }
    .columns-and-rows .bottom-banner p {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 18px;
      line-height: 25px;
      color: #fff;
      margin: 0 0 20px; }
    .columns-and-rows .bottom-banner .btn-styled {
      background-color: transparent;
      font-size: 20px;
      line-height: 20px;
      padding: 10px 20px;
      border: 1px #fff solid; }
      .columns-and-rows .bottom-banner .btn-styled:hover, .columns-and-rows .bottom-banner .btn-styled:focus, .columns-and-rows .bottom-banner .btn-styled:active {
        background-color: #00d4fe; }
  .columns-and-rows .top-background {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 10; }
    .columns-and-rows .top-background svg {
      width: calc(137% + 1.3px);
      height: 550px;
      display: block;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      .columns-and-rows .top-background svg .shape-fill {
        fill: #FFFFFF;
        transform-origin: center;
        transform: rotateY(0deg); }
  .columns-and-rows .bottom-background {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 10;
    transform: rotate(180deg); }
    .columns-and-rows .bottom-background svg {
      width: calc(137% + 1.3px);
      height: 450px;
      display: block;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      .columns-and-rows .bottom-background svg .shape-fill {
        fill: #FFFFFF;
        transform-origin: center;
        transform: rotateY(0deg); }
  .columns-and-rows .container {
    position: relative;
    z-index: 20; }

.reviews {
  padding: 70px 0; }
  .reviews h2 {
    font-family: "Poppins-Bold", Arial, sans-serif;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: #002d62;
    margin: 0 0 50px; }
  .reviews .inner-area {
    padding: 20px;
    border-radius: 20px;
    background-color: #fafafa; }
    .reviews .inner-area h3 {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 24px;
      line-height: 28px;
      color: #17313b;
      margin: 0 0 20px; }
      .reviews .inner-area h3 span {
        font-size: 20px;
        line-height: 28px;
        color: #17313b;
        padding-left: 15px; }
      .reviews .inner-area h3 i {
        color: #e62415;
        font-size: 18px;
        line-height: 28px; }
    .reviews .inner-area .inner-box {
      background-color: #fff;
      border-radius: 20px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      padding: 20px;
      margin: 0 0 30px; }
      .reviews .inner-area .inner-box .rating {
        font-family: "Helvetica-Regular", Arial, sans-serif;
        font-size: 20px;
        line-height: 23px;
        color: #17313b;
        margin: 0 0 10px; }
        .reviews .inner-area .inner-box .rating i {
          color: #e62415;
          font-size: 18px;
          line-height: 28px; }
      .reviews .inner-area .inner-box h3 {
        font-family: "Poppins-Regular", Arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #17313b;
        margin: 0 0 10px; }
      .reviews .inner-area .inner-box h6 {
        font-family: "Helvetica-Regular", Arial, sans-serif;
        font-size: 13px;
        line-height: 15px;
        color: #6a797d;
        margin: 0; }
        .reviews .inner-area .inner-box h6 i {
          color: #6a797d; }
      .reviews .inner-area .inner-box p {
        font-family: "Helvetica-Regular", Arial, sans-serif;
        font-size: 12px;
        line-height: 14px;
        color: #6a7a7e;
        margin: 0 0 10px; }

.header-contact {
  min-height: 700px;
  background-color: #0e66bf;
  position: relative;
  padding: 250px 0 0;
  text-align: center;
  margin-bottom: 0; }
  .header-contact h1 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 14px #000000;
    margin: 0 0 30px; }
  .header-contact .wpcf7 {
    padding: 40px 60px;
    background-color: #F5F6FB;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    position: absolute;
    left: 50%;
    bottom: -250px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .header-contact .wpcf7 h3 {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 20px;
      line-height: 27px;
      color: #000;
      margin: 0 0 20px; }
  .header-contact input::value, .header-contact input::placeholder,
  .header-contact textarea::value,
  .header-contact textarea::placeholder {
    color: #000000; }

.connect {
  padding: 70px 0 20px; }
  .connect h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #002d62;
    text-align: center;
    margin: 0 0 40px; }
    .connect h2 span {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      display: block;
      font-size: 15px;
      line-height: 20px;
      text-transform: uppercase;
      color: #00d4fe; }
  .connect .col-xl-4:nth-child(1) .box h3 {
    color: #7A73FF; }
  .connect .col-xl-4:nth-child(2) .box h3 {
    color: #00d4fe; }
  .connect .col-xl-4:nth-child(3) .box h3 {
    color: #e85fcc; }
  .connect .col-xl-4:nth-child(4) .box h3 {
    color: #00d4fe; }
  .connect .col-xl-4:nth-child(5) .box h3 {
    color: #e85fcc; }
  .connect .col-xl-4:nth-child(6) .box h3 {
    color: #7a73ff; }
  .connect .box {
    text-align: center;
    padding: 40px;
    margin: 0 0 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.5);
    position: relative; }
    .connect .box img {
      margin: 0 0 20px; }
    .connect .box h3 {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 35px;
      line-height: 45px;
      color: #000;
      margin: 0 0 20px; }
    .connect .box h4 {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 24px;
      line-height: 32px;
      color: #7a7a7a;
      margin: 0; }
      .connect .box h4 span {
        font-size: 18px;
        line-height: 23px;
        color: #7a7a7a;
        display: block; }
    .connect .box .link {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 999; }

.meet {
  padding: 70px 0; }
  .meet h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #002d62;
    text-align: center;
    margin: 0 0 40px; }
  .meet h3 {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 25px;
    line-height: 39px;
    color: #002d62;
	text-align: justify  
    margin: 0 0 20px; }
  .meet p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #7a7a7a;
    margin: 0 0 20px; }
  .meet iframe {
    width: 100%;
    height: 350px; }
  .meet .inner-row {
    margin: 0 0 40px; }
    .meet .inner-row:last-child {
      margin: 0; }

.single-header {
  min-height: 200px;
  background-color: #0e66bf;
  background-size: cover; }

.single .posts-area {
  padding: 70px 0; }
.single article {
  padding-right: 30px;
  border-right: 1px #D5D5D5 solid; }
  .single article h1.post-title {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 45px;
    line-height: 50px;
    color: #000;
    margin: 0 0 20px; }
    .single article h1.post-title span {
      display: block;
      width: 20%;
      height: 3px;
      background-color: #e85fcc;
      margin: 0 0 30px; }
  .single article h2 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #000;
    margin: 0 0 20px; }
  .single article h3 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 27px;
    line-height: 33px;
    color: #000;
    margin: 0 0 20px; }
  .single article h4 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #000;
    margin: 0 0 20px; }
  .single article h5 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin: 0 0 20px; }
  .single article h6 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin: 0 0 20px; }
  .single article p,
  .single article ul,
  .single article ol,
  .single article table {
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 0 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .single article p a,
    .single article ul a,
    .single article ol a,
    .single article table a {
      color: #e85fcc; }
      .single article p a:hover, .single article p a:focus, .single article p a:active,
      .single article ul a:hover,
      .single article ul a:focus,
      .single article ul a:active,
      .single article ol a:hover,
      .single article ol a:focus,
      .single article ol a:active,
      .single article table a:hover,
      .single article table a:focus,
      .single article table a:active {
        color: #e232be; }
  .single article .featured-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

aside .widget {
  margin: 0 0 20px; }
  aside .widget h3 {
    font-family: "Poppins-Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    margin: 0 0 15px; }
  aside .widget .wp-block-tag-cloud .tag-cloud-link {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 6px 12px;
    color: #434872;
    background: #f0fdff;
    text-transform: capitalize;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #dddeff; }
  aside .widget .wp-block-categories-list {
    list-style: none;
    padding-left: 0; }
    aside .widget .wp-block-categories-list li {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      color: #161616;
      position: relative;
      padding-left: 25px;
      margin-bottom: 5px; }
      aside .widget .wp-block-categories-list li:before {
        position: absolute;
        left: 0;
        top: 7px;
        content: "\f111";
        display: inline-block;
        font-size: 10px;
        line-height: 14px;
        color: #e85fcc;
        position: absolute;
        left: 5px;
        top: 5px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900; }
      aside .widget .wp-block-categories-list li a {
        text-decoration: none;
        color: #161616;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      aside .widget .wp-block-categories-list li:hover a, aside .widget .wp-block-categories-list li:focus a, aside .widget .wp-block-categories-list li:active a {
        color: #e85fcc;
        text-decoration: none; }
  aside .widget .wp-block-latest-posts {
    list-style: none;
    padding-left: 0; }
    aside .widget .wp-block-latest-posts li {
      font-family: "Helvetica-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      color: #161616;
      position: relative;
      padding-left: 25px;
      margin-bottom: 5px; }
      aside .widget .wp-block-latest-posts li:before {
        position: absolute;
        left: 0;
        top: 7px;
        content: "\f111";
        display: inline-block;
        font-size: 10px;
        line-height: 14px;
        color: #e85fcc;
        position: absolute;
        left: 5px;
        top: 5px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900; }
      aside .widget .wp-block-latest-posts li a {
        text-decoration: none;
        color: #161616;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      aside .widget .wp-block-latest-posts li:hover a, aside .widget .wp-block-latest-posts li:focus a, aside .widget .wp-block-latest-posts li:active a {
        color: #e85fcc;
        text-decoration: none; }
aside .widget_search {
  margin: 0 0 20px; }
  aside .widget_search form {
    width: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(165, 174, 213, 0.15); }
    aside .widget_search form:before {
      content: "\f002";
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      position: absolute;
      left: 5px;
      top: 10px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; }
    aside .widget_search form label {
      display: none; }
    aside .widget_search form input {
      border: none;
      width: 100%;
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #434872;
      padding: 8px 8px 8px 25px;
      outline: none; }
    aside .widget_search form .wp-block-search__button {
      font-family: "Poppins-Regular", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 75px;
      border-radius: 10px;
      background-color: #002d62;
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      aside .widget_search form .wp-block-search__button:hover, aside .widget_search form .wp-block-search__button:focus, aside .widget_search form .wp-block-search__button:active {
        background-color: #e85fcc; }

.wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 25px auto; }
  .wpb-posts-nav a {
    display: grid;
    grid-gap: 20px;
    align-items: center;
    color: #3a5160;
    text-decoration: none; }
  .wpb-posts-nav h4 {
    color: #282828; }
  .wpb-posts-nav h4,
  .wpb-posts-nav strong {
    margin: 0;
    font-family: "Poppins-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px; }
  .wpb-posts-nav strong {
    color: #000; }
  .wpb-posts-nav a svg {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }

.wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left; }

.wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr 100px;
  text-align: right; }

.wpb-posts-nav__thumbnail {
  display: block;
  margin: 0; }

.wpb-posts-nav__thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: auto; }

.blog .global-banner {
	background-image: none;
	background-color: #0e66bf;
	min-height: 350px;
	margin-top: 116px;
}
.blog .blog-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
.global-banner {
  min-height: 600px;
  background-image: none !important;
  background-color: #0e66bf;
  position: relative; }
  .global-banner h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 50px;
    line-height: 55px;
    text-transform: capitalize;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.wysiwyg {
  padding: 70px 0; }
  .wysiwyg p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #161616;
    text-align: center; }

.posts-area {
  padding: 50px 0 20px; }
  .posts-area h3 {
    font-family: "Poppins-Medium", Arial, sans-serif;
    font-size: 25px;
    line-height: 32px;
    color: #002d62;
    margin: 0 0 15px; }
  .posts-area .search-container {
    margin-bottom: 20px; }
    .posts-area .search-container form {
      position: relative;
      width: 100%;
      padding-right: 180px; }
      .posts-area .search-container form input {
        font-family: "Helvetica-Regular", Arial, sans-serif;
        width: 100%;
        border-radius: 10px;
        position: relative;
        z-index: 101;
        box-shadow: 0px 4px 8px rgba(165, 174, 213, 0.15);
        border: 1px solid #e0e5f8;
        font-size: 20px;
        line-height: 20px;
        padding: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .posts-area .search-container form input[type="submit"] {
        font-family: "Poppins-SemiBold", Arial, sans-serif;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 200px;
        background-color: #00d4fe;
        color: #fff;
        z-index: 100;
        border: 1px #00d4fe solid;
        cursor: hand;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .posts-area .search-container form input[type="submit"]:hover, .posts-area .search-container form input[type="submit"]:focus, .posts-area .search-container form input[type="submit"]:active {
          color: #fff;
          background-color: #1d71b9; }
      .posts-area .search-container form:hover input, .posts-area .search-container form:focus input, .posts-area .search-container form:active input {
        border-right: 1px #1d71b9 solid; }
  .posts-area .categories-list {
    margin: 0 0 40px; }
    .posts-area .categories-list ul {
      text-align: center;
      padding-left: 0; }
      .posts-area .categories-list ul li {
        display: inline-block;
        font-family: "Poppins-Regular", Arial, sans-serif;
        font-size: 13px;
        line-height: 38px;
        color: #002d62; }
        .posts-area .categories-list ul li a {
          padding: 10px 15px;
          text-decoration: none;
          color: #002d62;
          border-radius: 10px;
          background-color: transparent;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .posts-area .categories-list ul li:hover a, .posts-area .categories-list ul li:focus a, .posts-area .categories-list ul li:active a {
          color: #1d71b9; }
        .posts-area .categories-list ul li.is-active a {
          background-color: #00d4fe;
          color: #fff; }
  .posts-area .posts-loop article {
    border-radius: 10px;
    box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-bottom: 30px; }
    .posts-area .posts-loop article .img-wrapper {
      position: relative; }
      .posts-area .posts-loop article .img-wrapper img {
        width: 100%;
        height: auto; }
      .posts-area .posts-loop article .img-wrapper a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 250; }
      .posts-area .posts-loop article .img-wrapper .mask {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        z-index: 200;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .posts-area .posts-loop article .img-wrapper .mask .fa-eye {
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 230;
          font-size: 38px;
          line-height: 38px;
          color: #00d4fe;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .posts-area .posts-loop article .content-wrapper {
      padding: 15px; }
      .posts-area .posts-loop article .content-wrapper h3 {
        font-family: "Poppins-SemiBold", Arial, sans-serif;
        font-size: 25px;
        line-height: 32px;
        color: #002d62;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0 10px; }
        .posts-area .posts-loop article .content-wrapper h3 a {
          color: #002d62;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .posts-area .posts-loop article .content-wrapper p {
        font-family: "Poppins-Regular", Arial, sans-serif;
        font-size: 16px;
        line-height: 23px;
        color: #444444;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0 10px; }
      .posts-area .posts-loop article .content-wrapper .btn-link {
        font-family: "Poppins-Regular", Arial, sans-serif;
        font-size: 16px;
        line-height: 23px;
        color: #00d4fe;
        text-decoration: none;
        text-align: left;
        display: block;
        padding: 0; }
    .posts-area .posts-loop article:hover .img-wrapper .mask, .posts-area .posts-loop article:focus .img-wrapper .mask, .posts-area .posts-loop article:active .img-wrapper .mask {
      opacity: 1; }
    .posts-area .posts-loop article:hover .content-wrapper h3 a, .posts-area .posts-loop article:focus .content-wrapper h3 a, .posts-area .posts-loop article:active .content-wrapper h3 a {
      color: #00d4fe; }

.pagination {
  padding: 0 0 30px; }
  .pagination .page-numbers {
    display: inline-block;
    font-family: "Poppins-Medium", Arial, sans-serif;
    background-color: #fff;
    color: #002d62;
    border: 1px #002d62 solid;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 0 5px; }
    .pagination .page-numbers.current {
      border: 1px #002d62 solid;
      background-color: #002d62;
      color: #fff; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      width: auto;
      padding-left: 35px;
      padding-right: 35px; }

.mfp-ready.my-mfp-zoom-in .popup-block {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.popup-block {
  background: #FFF;
  padding: 10px 0 0;
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  text-align: center;
  max-height: 670px;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
  .popup-block .popup-modal-dismiss {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #002d62;
    font-size: 20px;
    line-height: 20px; }
  .popup-block h2 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    color: #002d62;
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 10px; }
  .popup-block p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    color: #0f1319;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px; }
  .popup-block .wpcf7-form {
    padding: 15px;
    background-color: #E9E9E98C;
    border-radius: 20px; }
  .popup-block .wpcf7 input[type="submit"] {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0; }

.content {
  padding: 70px 0; }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    color: #002d62;
    margin: 0 0 15px; }
  .content h1 {
    font-size: 34px;
    line-height: 45px; }
  .content h2 {
    font-size: 30px;
    line-height: 39px; }
  .content h3 {
    font-size: 28px;
    line-height: 36px; }
  .content h4 {
    font-size: 26px;
    line-height: 33px; }
  .content h5 {
    font-size: 24px;
    line-height: 31px; }
  .content h5 {
    font-size: 20px;
    line-height: 27px; }
  .content p,
  .content ol,
  .content ul,
  .content table,
  .content blockqoute {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #7a7a7a;
    margin: 0 0 10px; }
  .content ul li {
	margin-bottom: 5px; }
  .content a {
    color: rgb(29, 113, 185);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .content a:hover, .content a:focus, .content a:active {
      color: #1d71b9; }
    .content hr {
        margin: 0 0 40px;
    }  
.page-id-1269 ul {
  font-family: "Poppins-Regular", Arial, sans-serif;
  font-size: 19px;
  line-height: 27px;
  color: #4b4b4b;
  margin: 0 0 20px;}

/*Logos Rated*/
.slick-slider div { transition: none; }

.logos-rated {
    text-align: center;
    padding: 50px 0;
	border-bottom: 2px #F6F6FB solid;
}
.logos-rated h2 {
    font-family: "Poppins-Bold", Arial, sans-serif;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #002d62;
    margin: 0 0 30px;
}
.logos-area a {
    display: block;
	padding: 0 15px;
	text-align: center;
}
.logos-area a img {
    max-width: 400px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*End Logos Rated*/
/*Video Inline*/
.video-inline {
    padding: 50px 0 0;
    position: relative;
    margin-bottom: 40px;
}
.video-inline .video-wrapper {
	overflow: hidden;
	position: relative;
}
.video-inline .video-wrapper img {
	border-radius: 15px;
}
.video-inline .video-wrapper .btn-play {
    position: absolute;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    display: block;
}
.video-inline .video-wrapper .btn-play span {
	display: block;
	position: absolute;
    left: 50%;
    top: 50%;
	width: 100px;
    height: 100px;
    color: #fff;
    border: 2px #fff solid;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-popup {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
}
.mfp-ready.my-mfp-zoom-in .video-popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.video-popup video {
    width: 100%;
    height: auto;
}
button.mfp-close, button.mfp-arrow {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}
.mfp-bg {
    opacity: 0.9;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
  background-color: #fff;
}
/*End Video Inline*/
/*Single Case Studies*/
.single-case-study {
    padding: 150px 0 70px;
}
.single-case-study h1 {
    font-family: "Poppins-SemiBold", Arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    text-align: left;
    color: rgb(0, 45, 98);
    margin: 0px 0px 30px;
}
.single-case-study .small-title {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a797d;
    margin: 0 0 25px;
}
.single-case-study .inner-wrapper {
    padding-left: 20px;
}
.info-area {
    margin-bottom: 30px;
}
.info-area .info-data {
    padding: 0;
    list-style: none;
    font-family: "Helvetica-Bold", Arial, sans-serif;
    font-size: 23px;
    line-height: 30px;
    color: #4b4b4b;
    margin: 0 0 25px;
}
.info-area .info-data i {
    color: #03a9f4;
    padding-right: 10px;
}
.info-area .info-data li {
    margin-bottom: 10px;
}
.info-area blockquote {
    position: relative;
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #4b4b4b;
    margin: 0 0 25px;
    padding-left: 40px;
    font-style: italic;
}
.info-area blockquote .fa-solid {
    position: absolute;
    font-size: 25px;
    line-height: 35px;
    color: #03a9f4;
    left: 0;
    top: -5px;
}
.info-area blockquote span {
    display: block;
}
.info-area p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 23px;
    line-height: 32px;
    color: #4b4b4b;
    margin: 0;
}
.info-area .highlight {
    padding: 25px;
    background-color: #f2f2f2;
    margin: 0 0 30px;
}
.info-area .highlight p {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #4b4b4b;
    margin: 0;
}
.content-area {
    margin-top: 30px;
}
.content-area h2 {
    font-family: "Helvetica-Bold", Arial, sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #4b4b4b;
    margin: 0 0 10px;
}
.content-area h3 {
    font-family: "Helvetica-Bold", Arial, sans-serif;
    font-size: 23px;
    line-height: 32px;
    color: #4b4b4b;
    margin: 0 0 10px;
}
.content-area p,
.content-area ul {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #6a797d;
    margin: 0 0 20px;
    padding-left: 20px;
}
.content-area .item {
    margin: 0 0 30px;
}
.info-area .spot {
    padding: 25px;
    background-color: #f2f2f2;
    margin: 0 0 30px;
}
.info-area .spot ul {
    list-style: none;
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #6a797d;
    margin: 0;
    padding: 0;
}
.info-area .spot ul li {
    margin: 0 0 20px;
}
.info-area .spot ul li:last-child {
    margin: 0;
}
.info-area .spot ul li i {
    color: #03a9f4;
    padding-right: 7px;
}
.info-area .spot ul li span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    padding-left: 25px;
}
.info-area .score {
    margin: 0 0 30px;
}
.info-area .score h3 {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a797d;
    margin: 0 0 10px;
}
.info-area .score .sq {
    width: 180px;
    height: 160px;
    border: 2px #03a9f4 solid;
    position: relative;
}
.info-area .score h4 {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    text-align: center;
    color: #4b4b4b;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.info-area .score h4 span {
    display: block;
    font-size: 18px;
    line-height: 25px;
}
.info-area .rating h4 {
    font-family: "Helvetica-Regular", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #4b4b4b;
    margin: 0 0 10px;
    overflow: hidden;
}
.info-area .rating h4 span {
    float: right;
}
.info-area .rating .progress .progress-bar {
    height: 5px;
    border-right: 5px #fff solid;
    background-color: #03a9f4;
}
.info-area .rating .progress .progress-bar:last-child {
    border-right: none;
}
.info-area .rating .progress {
    margin: 0 0 10px;
    background-color: transparent;
}
/*End Single Case Studies*/
/* Branding */
.main-hero {
	background: url("assets/content/video-cover-branding.jpg") no-repeat center;
	background-size: cover;
    position: relative;
	margin-top: 116px;
}
.main-hero iframe {
	max-width: 350px !important;
	margin-left: auto !important;
	margin-right: 0 !important;
	display: block;
}
.main-hero video {
    width: 100%;
    height: auto;
	object-fit: cover; 
	object-position: center center;
}
.main-hero .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}
.main-hero .container-fluid {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 110;
}
.main-hero .container-fluid h1 {
    font-family: Helvetica-Bold, Arial, sans-serif;
    font-size: 55px;
    line-height: 71px;
    text-align: left;
    color: #fff;
    margin: 0 0 15px;
    transform: scaleY(-1);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.main-hero .row {
	align-items: center;
	justify-content: center;
}
.visible.main-hero .container-fluid h1 {
    transform: scaleY(1);
}
.main-hero .container-fluid h1 span {
    display: block;
}
.main-hero .container-fluid p {
    font-family: Poppins-Regular, Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #fff;
    margin: 0;
}
.main-hero .btn-styled {
	background-color: #082D54;
	color: #fff;
	border-radius: 15px;
	border: none;
}
.v-align {
    margin-top: auto;
    margin-bottom: auto;
}
.main-hero .btn-styled {
    border-radius: 15px;
    border: none;
	padding: 15px 60px 15px 15px;
	font-family: Poppins-Medium, Arial, sans-serif;
    font-size: 19px;
    line-height: 25px;
	color: #fff;
	text-transform: capitalize;
    background-color: #082d54;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-hero .btn-styled svg {
  	width: 20px;
  	height: 20px;
  	position: absolute;
  	right: 10px;
  	top: 50%;
	fill: #fff;
  	-webkit-transform: translate(0, -50%) rotate(0);
  	-ms-transform: translate(0, -50%) rotate(0);
  	-o-transform: translate(0, -50%) rotate(0);
  	transform: translate(0, -50%) rotate(0);
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.main-hero .btn-styled:hover svg, .main-hero .btn-styled:focus svg, .main-hero .btn-styled:active svg {
  	-webkit-transform: translate(0, -50%) rotate(45deg);
  	-ms-transform: translate(0, -50%) rotate(45deg);
  	-o-transform: translate(0, -50%) rotate(45deg);
  	transform: translate(0, -50%) rotate(45deg);
  	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.main-hero .btn-styled:hover, .main-hero .btn-styled:active, .main-hero .btn-styled:focus {
	color: #fff;
  	background-color: #1d71b9;
  	text-decoration: none;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.main-hero svg {
  overflow: hidden;
  vertical-align: middle;
}

h2.main-title {
    font-family: Helvetica-Bold, Arial, sans-serif;
    font-size: 65px;
    line-height: 84px;
    text-align: left;
    color: #fff;
    margin: 0 0 40px;
    transform: scaleY(-1);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.visible h2.main-title {
    transform: scaleY(1);
}
h2.main-title span {
    display: block;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px;
}
.inner-section {
	background-color: #082d54;
    overflow: hidden;
}
.inner-section img {
    width: 100%;
    height: auto;
}
.inner-section p {
    font-family: Helvetica-Regular, Arial, sans-serif;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin: 0 0 40px;
}
.inner-section .inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.inner-section .separator {
    position: relative;
    height: 1px;
    background-color: rgb(110, 110, 110);
    margin: 100px 0 60px;
}
.inner-section .separator span {
    display: block;
    position: absolute;
    left: 0;
    top: -0.5px;
    height: 2px;
    width: 70px;
    background-color: #fff;
}
.inner-section .btn-styled {
	font-family: Poppins-Medium, Arial, sans-serif;
	background-color: #6e6e6e;
    padding: 10px 60px 10px 10px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    border-radius: 0;
    border-bottom: 2px #6e6e6e solid;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inner-section .btn-styled svg {
  	width: 20px;
  	height: 20px;
  	position: absolute;
  	right: 10px;
  	top: 50%;
	fill: #fff;
  	-webkit-transform: translate(0, -50%) rotate(0);
  	-ms-transform: translate(0, -50%) rotate(0);
  	-o-transform: translate(0, -50%) rotate(0);
  	transform: translate(0, -50%) rotate(0);
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.inner-section .btn-styled:hover svg, 
.inner-section .btn-styled:focus svg, 
.inner-section .btn-styled:active svg {
	-webkit-transform: translate(0, -50%) rotate(45deg);
  	-ms-transform: translate(0, -50%) rotate(45deg);
  	-o-transform: translate(0, -50%) rotate(45deg);
  	transform: translate(0, -50%) rotate(45deg);
  	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	fill: #000;
}
.inner-section .btn-styled:hover, 
.inner-section .btn-styled:focus, 
.inner-section .btn-styled:active {
	color: #6e6e6e;
	background-color: #fff;
}
.pro-gallery {
    margin-top: 40px;
}
.pro-gallery .single-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
} 
.pro-gallery .single-item .placeholder {
    width: 100%;
    height: auto;
} 
.pro-gallery .single-item .content-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.pro-gallery .single-item:hover .content-img,
.pro-gallery .single-item:focus .content-img,
.pro-gallery .single-item:active .content-img {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    -o-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
}
.pro-gallery .single-item .mask,
.pro-gallery .single-item .mask,
.pro-gallery .single-item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 110;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 
.pro-gallery .single-item:hover .mask,
.pro-gallery .single-item:focus .mask,
.pro-gallery .single-item:active .mask {
    background-color: rgba(0,0,0,0.5);
}
.pro-gallery .single-item .caption {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    opacity: 0;
    z-index: 120;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pro-gallery .single-item .caption h3 { 
    font-family: Poppins-Medium, Arial, sans-serif;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    margin: 0 0 15px;
}
.pro-gallery .single-item .caption p { 
    font-family: Helvetica-Regular, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0;
}
.pro-gallery .single-item:hover .caption,
.pro-gallery .single-item:focus .caption,
.pro-gallery .single-item:active .caption {
    opacity: 1;
}
.pro-gallery .logo-img {
	max-width: 300px;
	height: auto;
}

.contact-iframe {
	background: url("assets/content/contact-section-bg-1.jpg") no-repeat center center;
    background-size: auto;
    background-size: cover;
    background-color: #0e66bf;
	padding: 70px 0;
	position: relative;
}
.contact-iframe iframe {
  	max-width: 900px !important;
  	height: 590px;
  	margin-left: auto;
  	margin-right: auto;
  	display: block;
  	width: 750px;
}
.contact-iframe .container {
	position: relative;
	z-index: 110;
}
.contact-iframe .masq {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #103f83;
  opacity: 0.4;
  z-index: 100;
}

.numbered-columns {
    padding: 20px 0 50px;
	background-color: #082d54;
}
.numbered-columns h3 {
    font-family: Helvetica-Bold, Arial, sans-serif;
    font-size: 110px;
    line-height: 120px;
    color: #fff;
    margin: 0 0 20px;
}
.numbered-columns .bottom-line {
    height: 1px;
    background-color: #636363;
    position: relative;
}
.numbered-columns .bottom-line span {
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.numbered-columns p {
    font-family: Helvetica-Regular, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: rgb(194, 194, 194);
    margin: 0;
}
.numbered-columns .separator {
    position: relative;
    height: 1px;
    background-color: rgb(110, 110, 110);
    margin: 100px 0 60px;
}
.numbered-columns .separator span {
	display: block;
  	position: absolute;
  	left: 0;
  	top: -0.5px;
  	height: 2px;
  	width: 70px;
  	background-color: #fff;
}
.numbered-columns .inner-wrapper {
	padding-left: 20px;
  	padding-right: 20px;
}
.inner-section.highlight {
    background-color: #1560bc;
}
.inner-section.highlight .separator {
    background-color: #aeaeae;
}  
.inner-section.highlight .separator span {
    background-color: #000;
}  
.inner-section.highlight .wh-col {
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
    margin: 0 0 30px;
}
.inner-section.highlight .wh-col img {
    width: 100%;
    height: auto;
}
.inner-section.highlight .wh-col h3 {
    font-family: SpaceGrotesk-Regular, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: rgb(67, 78, 84);
    margin: 0 0 35px;
}
.inner-section.highlight .wh-col h4 span {
    font-family: HelveticaNeue-Roman, Arial, sans-serif;
    font-size: 58px;
    line-height: 58px;
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.inner-section.highlight .wh-col h4 {
    font-family: SpaceGrotesk-Regular, Arial, sans-serif;
    font-size: 25px;
    line-height: 74px;
    color: rgb(110, 110, 110);
    margin: 0 0 35px;
    position: relative;
    padding-left: 200px;
}
.inner-section.highlight .wh-col p {
    font-family: SpaceGrotesk-Regular, Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin: 0 0 35px;
}
/* End Branding */
@media (max-width: 1500px) {
	.main-hero .container-fluid h1 {
  		font-size: 40px;
  		line-height: 52px;	
	}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media (max-width: 1920px) {
  .hero-banner h1 {
    font-size: 55px;
    line-height: 70px; }
  .hero-banner ul li {
    font-size: 25px;
    line-height: 32px; }
  .hero-banner p {
    font-size: 23px;
    line-height: 30px; } }
@media (max-width: 1600px) {
	.hero-banner .inner-column-left {
  		padding-left: 5%;
	}
}
@media (max-width: 1300px) {
  .hero-banner h1 {
    font-size: 38px;
    line-height: 55px;}
	  .hero-banner ul li {
    font-size: 20px;
    line-height: 32px;}
  .hero-banner p {
    font-size: 18px;
    line-height: 30px;}

  .top-header .bottom-area {
    min-height: 180px; } }
@media (max-width: 1200px) {
	header {
		background-color: #1c70b8; }
  header.is-active {
    background-color: #002d62; }
  header .top p {
    font-size: 15px;
    line-height: 23px; }
  header .hamburger {
    outline: none !important; 
	padding: 15px 0 15px 15px}
    header .hamburger .hamburger-inner,
    header .hamburger .hamburger-inner::after,
    header .hamburger .hamburger-inner::before {
      background-color: #fff; }
  header .navbar-brand {
    margin: 0; }
  header .navbar-collapse {
    text-align: center; }
    header .navbar-collapse .nav-menu .menu-item.menu-book {
      margin-bottom: 10px; }
      header .navbar-collapse .nav-menu .menu-item.menu-book .nav-link {
        display: inline-block; }
	header .navbar-collapse .nav-menu .sub-menu {
		position: static;
	}
	header .navbar-collapse .nav-menu .menu-item:hover .sub-menu, 
	header .navbar-collapse .nav-menu .menu-item:focus .sub-menu, 
	header .navbar-collapse .nav-menu .menu-item:active .sub-menu {
		display: none;}
	header .navbar-nav .menu-item {
		position: relative;}
	header .navbar-nav .menu-item .fas {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 130;
		cursor: hand;
		cursor: pointer;
		padding: 10px 7px 10px 10px;
		rotate: 0deg;
		-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
	}
	header .navbar-nav .menu-item .fas.is-active {
		rotate: 180deg;
	}
  .hero-banner {
    text-align: center;
    padding: 140px 0 50px; }
    .hero-banner h1 {
      font-size: 40px;
      line-height: 52px; }
    .hero-banner .inner-column-left {
      padding-left: 0; }
    .hero-banner img {
      max-width: 500px;
      height: auto; }
    .hero-banner .row {
      flex-direction: column-reverse; }
	.hero-banner .video-container {
		margin: 30px; }

  .our-clients h2 {
    font-size: 35px;
    line-height: 45px; }

  .btn-styled {
    font-size: 25px;
    line-height: 25px;
    padding: 15px 25px; }

  .wpcf7 input[type="submit"] {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  .two-columns {
    text-align: center; }

  .squares-area {
    text-align: center; }
    .squares-area .large-column {
      padding-left: 0; }
      .squares-area .large-column h3 {
        font-size: 30px;
        line-height: 39px; }

  .tabs-area h2 {
    font-size: 35px;
    line-height: 45px; }

  .our-clients h2 {
    font-size: 35px;
    line-height: 45px; }

  .two-half {
    text-align: center; 
    background-image: none;}
    .two-half .element-one {
      padding: 50px 130px;
      background: url("https://thebestreputation.com/wp-content/uploads/2023/08/shape-top-best-mobile.webp") no-repeat left top; }
    .two-half .element-two {
      background: url("assets/content/shape-bottom-new-mobile.jpg") no-repeat left top;
      padding: 50px 130px;
      margin: 0; }
    .two-half h3 {
      font-size: 23px;
      line-height: 30px; }
    .two-half h2 {
      font-size: 35px;
      line-height: 45px; }
    .two-half p {
      font-size: 20px;
      line-height: 27px; }
    .two-half .btn-styled {
      padding: 10px 25px;
      font-size: 25px;
      line-height: 25px; }

  .latest-posts .post-box {
    margin-bottom: 30px; }

  .contact-now {
    text-align: center; }
    .contact-now .wpcf7 h3 {
      text-align: center;
      margin: 0 0 15px; }
    .contact-now .wpcf7 input {
      margin-bottom: 15px; }
    .contact-now .wpcf7 input[type="submit"] {
      margin: 0; }

  .faq {
    padding: 50px 0; }
    .faq h2 {
      font-size: 35px;
      line-height: 45px; }
    .faq p:last-child {
      margin: 0; }

  .inner-banner {
    min-height: 500px; }
    .inner-banner .container h1 {
      font-size: 40px;
      line-height: 52px; }
    .inner-banner .container p {
      font-size: 20px;
      line-height: 27px; }

  .video-text {
    text-align: center; }
    .video-text .inner-column {
      margin-bottom: 20px; }
    .video-text h2 {
      font-size: 35px;
      line-height: 45px; }
    .video-text p {
      font-size: 16px;
      line-height: 23px; }

  .case-studies {
    padding: 40px 0; }
    .case-studies h2 {
      font-size: 35px;
      line-height: 45px; }

  .video-slider {
    padding: 40px 0; }
    .video-slider h2 {
      font-size: 35px;
      line-height: 45px; }

  .featured-publications {
    padding: 50px 0 0; }
    .featured-publications h2 {
      font-size: 35px;
      line-height: 45px; }
    .featured-publications p {
      font-size: 20px;
      line-height: 27px; }

  .featured-gallery {
    padding: 50px 0 50px; }
    .featured-gallery h2 {
      font-size: 35px;
      line-height: 45px; }
    .featured-gallery p {
      font-size: 20px;
      line-height: 27px; }
    .featured-gallery .filters-matrix li a {
      padding: 6px 12px; }

    .location-header .inner-content h2 {
      font-size: 35px;
      line-height: 45px; }
    .location-header .inner-content h1 {
      font-size: 25px;
      line-height: 32px; }

  .our-team {
    padding: 50px 0; }
    .our-team h2 {
      font-size: 35px;
      line-height: 45px; }
    .our-team p {
      font-size: 23px;
      line-height: 30px; }

  .intro-media {
    text-align: center; }
    .intro-media h1 {
      font-size: 40px;
      line-height: 52px; }
    .intro-media svg {
      height: 100px; }

  .left-right-columns {
    padding: 50px 0;
    text-align: center; }
    .left-right-columns img {
      margin-bottom: 20px; }
    .left-right-columns h2 {
      font-size: 35px;
      line-height: 45px; }
    .left-right-columns p {
      font-size: 23px;
      line-height: 30px; }
    .left-right-columns ul {
      font-size: 23px;
      line-height: 30px;
      text-align: center;
      padding-left: 0; }

  .three-columns {
    padding: 50px 0; }
    .three-columns h2 {
      font-size: 35px;
      line-height: 45px; }
    .three-columns p {
      font-size: 23px;
      line-height: 30px; }
    .three-columns .inner-box {
      text-align: center;
      margin-bottom: 30px; }
      .three-columns .inner-box ul {
        padding-left: 0; }
      .three-columns .inner-box .btn-styled {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }

  footer .top .widget-address {
    text-align: center; }

  .top-header h1 {
    font-size: 40px;
    line-height: 52px; }

  .stack-text-image {
    padding: 50px 0; }
    .stack-text-image h2 {
      font-size: 35px;
      line-height: 45px; }

  .columns-and-rows {
    padding: 50px 0; }
    .columns-and-rows .top-background svg {
      height: 450px; }
    .columns-and-rows .column-left {
      padding: 20px 20px 40px; }
      .columns-and-rows .column-left h3 {
        font-size: 50px;
        line-height: 60px; }
      .columns-and-rows .column-left h5 {
        font-size: 40px;
        line-height: 52px; }
    .columns-and-rows .column-right {
      text-align: center;
      margin-top: 90px; }
      .columns-and-rows .column-right h2 {
        font-size: 40px;
        line-height: 52px;
        color: #fff; }
      .columns-and-rows .column-right p {
        font-size: 16px;
        line-height: 23px;
        color: #fff; }
    .columns-and-rows .bottom-banner {
      padding: 20px; }
      .columns-and-rows .bottom-banner h2 {
        font-size: 40px;
        line-height: 52px; }

  .reviews {
    padding: 50px 0; }
    .reviews h2 {
      font-size: 40px;
      line-height: 52px; }

  .header-contact {
    padding: 200px 0 0; }
    .header-contact h1 {
      font-size: 40px;
      line-height: 52px; }
    .header-contact .wpcf7 input[type="submit"] {
      margin: 20px 0 0; }

  .connect {
    padding: 50px 0; }
    .connect h2 {
      font-size: 40px;
      line-height: 52px; }
    .connect box {
      padding: 30px; }

  .meet {
    padding: 50px 0; }
    .meet h2 {
      font-size: 40px;
      line-height: 52px; }

  .single .posts-area {
    padding: 50px 0; }
    .single .posts-area h1.post-title {
      font-size: 40px;
      line-height: 46px; }
      .single .posts-area h1.post-title span {
        margin: 0 0 25px; }

  .global-banner {
    min-height: 450px; }
    .global-banner h1 {
      font-size: 40px;
      line-height: 52px; }

  .content {
    padding: 50px 0; } 

    .banner-top {
        padding: 180px 0 50px;
    }

    .banner-top h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .banner-top ul li {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 8px;
        color: #fff;
    }
    .small-banner .col h4 {
        font-size: 55px;
        line-height: 72px;
    } 
	/* Branding */
	.main-hero {
		min-height: 750px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	.main-hero video {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100%;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	-o-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
	}
	.main-hero iframe {
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
	.main-hero .row {
		flex-direction: column-reverse;
	}
	.main-hero .container-fluid h1 {
       font-size: 40px;
       line-height: 50px;
	   text-align: center;
    }
	.main-hero .container-fluid p {
		text-align: center;
		margin: 0 0 20px;
	}
	.main-hero video {
           width: auto;
           height: 100%;
	       object-fit: cover; 
	       object-position: center center;
     }
    h2.main-title {
        font-size: 60px;
        line-height: 70px;
        margin: 0 0 40px;
    }
    .numbered-columns h3 {
        font-size: 60px;
        line-height: 70px;
    }
    .numbered-columns p {
        font-size: 18px;
        line-height: 25px;
    }
    .numbered-columns .separator {
        margin: 50px 0 30px;
    }
    .pro-gallery .single-item .caption h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .pro-gallery .single-item .caption p {
        font-size: 20px;
        line-height: 27px;
    }
	/* End Branding */
    .tbr-pricing .columns {
        margin-bottom: 20px;
    }
    .tbr-pricing .columns .inner-box {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        min-height: 0;
    }
    .tbr-pricing .columns h3 {
        min-height: 0;
    }
    .tbr-pricing .columns .inner-box .bottom {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .tbr-pricing .lr-col {
        padding: 20px 0;
    }
    .tbr-pricing .columns .inner-box.h-space {
        margin-bottom: 100px;
    }
}
@media (max-width: 992px) {
  .hero-banner h1 {
    font-size: 30px;
    line-height: 39px; }

  .hero-banner ul li {
    font-size: 23px;
    line-height: 30px; }
    .hero-banner ul li:after {
      top: -4px;
      left: 4px; }

  .our-clients {
    padding: 20px 0; }
    .our-clients h2 {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 15px; }

  .two-columns {
    padding: 0 0 20px; }
    .two-columns .column-wrapper h3 {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 15px; }

  .squares-area .col-lg-6:nth-child(2) .inner-box,
  .squares-area .col-lg-6:nth-child(4) .inner-box {
    margin-top: 25px; }
  .squares-area .inner-box {
    padding: 20px;
    margin-bottom: 15px; }
    .squares-area .inner-box h3 {
      font-size: 25px;
      line-height: 32px; }
  .squares-area .large-column h3 {
    font-size: 25px;
    line-height: 32px; }

  .wpcf7 input,
  .wpcf7 textarea {
    font-size: 20px;
    line-height: 23px; }

  .tabs-area {
    padding: 20px 0; }
    .tabs-area h2 {
      font-size: 25px;
      line-height: 32px; }
    .tabs-area .nav-tabs .nav-item .nav-link {
      padding: 10px 11px; }
    .tabs-area .nav-tabs .nav-item .badge {
      left: 50%;
      top: 55px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .tabs-area table {
      display: none; }
    .tabs-area .mobile-content {
      display: block;
      text-align: center; }
      .tabs-area .mobile-content img {
        margin-bottom: 10px; }
      .tabs-area .mobile-content h3 {
        font-family: "Poppins-SemiBold", Arial, sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #000; }
      .tabs-area .mobile-content p {
        font-family: "Poppins-Regular", Arial, sans-serif;
        font-size: 10px;
        line-height: 13px;
        color: #7a7a7a; }
        .tabs-area .mobile-content p a {
          color: #00d4fe;
          text-decoration: underline; }
      .tabs-area .mobile-content .btn-styled {
        padding: 11px 15px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px; }
      .tabs-area .mobile-content ul {
        list-style: none;
        padding: 0;
        margin: 0 0 5px;
        border-radius: 20px;
        border: 1px #7a7a7a solid;
        overflow: hidden; }
        .tabs-area .mobile-content ul li {
          font-family: "Helvetica-Regular", Arial, sans-serif;
          font-size: 14px;
          line-height: 21px;
          text-align: left;
          color: #7a7a7a;
          padding: 10px 15px; }
          .tabs-area .mobile-content ul li:first-child {
            padding: 0; }
          .tabs-area .mobile-content ul li i {
            font-size: 20px;
            line-height: 21px;
            padding-right: 7px;
            color: #e85fcc; }
          .tabs-area .mobile-content ul li .heading {
            padding: 60px 20px 20px;
            background-color: #002d62;
            text-align: center;
            position: relative; }
            .tabs-area .mobile-content ul li .heading svg {
              position: absolute;
              top: 15px;
              right: 15px;
              color: #e85fcc; }
            .tabs-area .mobile-content ul li .heading h2 {
              font-family: "Poppins-SemiBold", Arial, sans-serif;
              font-size: 18px;
              line-height: 18px;
              color: #fff;
              margin: 0 0 20px; }
            .tabs-area .mobile-content ul li .heading h3 {
              font-family: "Poppins-SemiBold", Arial, sans-serif;
              font-size: 24px;
              line-height: 24px;
              color: #fff;
              margin: 0 0 20px; }
              .tabs-area .mobile-content ul li .heading h3 span {
                font-size: 10px;
                line-height: 10px; }

  .two-half {
    padding: 20px 0; }
    .two-half .element-one {
      padding: 20px 15px; }
    .two-half .element-two {
      padding: 20px 15px;
      text-align: center; }

  .latest-posts {
    padding: 20px 0; }
    .latest-posts .post-box {
      margin-bottom: 15px; }

  .faq {
    padding: 25px 0; }
    .faq h2 {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 25px; }
    .faq h3 {
      font-size: 20px;
      line-height: 27px; }

  .case-studies ul.filters {
    display: none; }
  .case-studies .filters-xs {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    .case-studies .filters-xs select {
      top: 0;
      height: 100%;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* Remove default arrow */
      background: url("assets/img/down-arrow.png") no-repeat right center !important;
      /* Add custom arrow */
      padding: 5px 35px 5px 5px;
      font-size: 16px;
      border: 1px solid #CCC; }
      .case-studies .filters-xs select option {
        padding: 5px;
        color: #0e506c; }
	.location-header {
	    margin-bottom: 20px;
		padding-top: 150px;
		padding-bottom: 20px;
		min-height: 0;
	}
	.location-header .inner-column {
		position: static;
		-webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
		margin-bottom: 0;
	}
	.contact-iframe iframe {
		width: 100%;
	}
	/* Branding */
	
	.main-hero {
    	min-height: 650px;
	}
	.main-hero .container-fluid h1 {
  		font-size: 30px;
		line-height: 39px;
	}
	.main-hero .container-fluid h1 span {
  		display: inline-block;
	}
    h2.main-title {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 30px;
    }
    .numbered-columns h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .numbered-columns .nc-wrapper {
        margin-bottom: 20px;
        text-align: center;
    }
	
	/* End Branding */
  footer .top {
    padding: 20px 0;
    text-align: center; }
    footer .top address {
      text-align: center; }
    footer .top .widget {
      text-align: center;
      margin-top: 25px; }
  footer .bottom {
    text-align: center;
    padding: 15px 0; }
    footer .bottom ul {
      text-align: center;
      margin-top: 10px; }

  .inner-banner {
    min-height: 400px; }
    .inner-banner .container h1 {
      font-size: 30px;
      line-height: 39px; }
    .inner-banner .container p {
      font-size: 20px;
      line-height: 27px; }

  .video-text {
    text-align: center; }
    .video-text .inner-column {
      margin-bottom: 20px; }
    .video-text h2 {
      font-size: 25px;
      line-height: 32px; }
    .video-text p {
      font-size: 16px;
      line-height: 23px; }

  .case-studies {
    padding: 10px 0; }
    .case-studies h2 {
      font-size: 25px;
      line-height: 32px; }

  .video-slider {
    padding: 20px 0; }
    .video-slider h2 {
      font-size: 25px;
      line-height: 32px; }

  .featured-publications {
    padding: 25px 0 0; }
    .featured-publications h2 {
      font-size: 25px;
      line-height: 32px; }
    .featured-publications p {
      font-size: 20px;
      line-height: 27px; }
    .featured-publications .row .col-lg-2 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }

  .featured-gallery {
    padding: 25px 0 25px; }
    .featured-gallery h2 {
      font-size: 25px;
      line-height: 32px; }
    .featured-gallery p {
      font-size: 20px;
      line-height: 27px; }
    .featured-gallery .filters-matrix {
      display: none; }
      .featured-gallery .filters-matrix li a {
        padding: 6px 12px; }
    .featured-gallery .filters-matrix-xs {
      display: block;
      text-align: center;
      margin-bottom: 15px; }
      .featured-gallery .filters-matrix-xs select {
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Remove default arrow */
        background: url("assets/img/down-arrow.png") no-repeat right center !important;
        /* Add custom arrow */
        padding: 5px 35px 5px 5px;
        font-size: 16px;
        border: 1px solid #CCC; }
        .featured-gallery .filters-matrix-xs select option {
          padding: 5px;
          color: #0e506c; }

  .text-video-slider {
    text-align: center; }
    .text-video-slider h3 {
      font-size: 23px;
      line-height: 30px;
      margin: 0 0 25px; }
    .text-video-slider h4 {
      text-align: center; }
    .text-video-slider p {
      text-align: center; }
    .text-video-slider .btn-styled {
      margin: 0 0 25px; }

    .location-header h2 {
      font-size: 25px;
      line-height: 32px; }
    .location-header h1 {
      font-size: 20px;
      line-height: 27px; }

  .logo {
    max-width: 145px; }
    .logo span {
      display: inline-block;
      width: 60px;
      height: 60px;
      font-size: 40px;
      line-height: 60px; }

  .our-team {
    padding: 25px 0; }
    .our-team h2 {
      font-size: 25px;
      line-height: 32px; }
    .our-team p {
      font-size: 20px;
      line-height: 27px; }
    .our-team .big-column {
      padding: 20px;
      margin-bottom: 0; }
      .our-team .big-column h3 {
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 20px; }
      .our-team .big-column .btn-styled {
        font-size: 23px;
        line-height: 23px;
        padding: 12px 20px; }

  .items-middle {
    padding: 50px 0; }
    .items-middle h2 {
      font-size: 23px;
      line-height: 30px; }
    .items-middle h3 {
      font-size: 25px;
      line-height: 32px; }

  .boxed-items {
    padding: 50px 0; }
    .boxed-items cite {
      font-size: 35px;
      line-height: 45px;
      padding-left: 0; }
      .boxed-items cite img {
        position: static;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }

  .intro-media .inner-wrapper {
    padding: 170px 130px 70px; }
  .intro-media h1 {
    font-size: 30px;
    line-height: 39px; }
  .intro-media p {
    font-size: 20px;
    line-height: 27px; }

  .left-right-columns {
    padding: 40px 0; }
    .left-right-columns h2 {
      font-size: 25px;
      line-height: 32px; }
    .left-right-columns p {
      font-size: 20px;
      line-height: 27px; }
    .left-right-columns .btn-styled {
      font-size: 20px;
      line-height: 20px;
      padding: 10px 20px; }

  .three-columns {
    padding: 50px 0; }
    .three-columns h2 {
      font-size: 25px;
      line-height: 32px; }
    .three-columns p {
      font-size: 20px;
      line-height: 27px; }

  .top-header {
    padding: 180px 0 0; }
    .top-header h1 {
      font-size: 30px;
      line-height: 39px; }
    .top-header .bottom-area {
      min-height: 120px; }

  .stack-text-image h2 {
    font-size: 25px;
    line-height: 32px; }

  .columns-and-rows .column-right {
    margin-top: 70px; }
  .columns-and-rows .inner-columns {
    margin: 50px 0 0; }
    .columns-and-rows .inner-columns p {
      font-size: 25px;
      line-height: 32px; }
    .columns-and-rows .inner-columns .team-item-inner {
      margin-bottom: 30px; }
	.columns-and-rows .bottom-background svg {
		height: 200px; }
  .reviews h2 {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 25px; }

  .header-contact {
    padding: 150px 0 0; }
    .header-contact h1 {
      font-size: 30px;
      line-height: 39px; }
    .header-contact .wpcf7 {
      padding: 20px; }
      .header-contact .wpcf7 input[type="submit"] {
        margin: 20px 0 0; }

  .connect {
    padding: 50px 0 20px; }
    .connect h2 {
      font-size: 25px;
      line-height: 32px; }
    .connect .box {
      padding: 20px; }

  .meet {
    text-align: center;
    padding: 50px 0; }
    .meet h2 {
      font-size: 25px;
      line-height: 32px; }

  .single .posts-area {
    padding: 50px 0; }
    .single .posts-area h1.post-title {
      font-size: 30px;
      line-height: 39px;
      text-align: center; }
      .single .posts-area h1.post-title span {
        margin: 0 auto 20px; }
  .single article {
    text-align: center; }

  .global-banner {
    min-height: 400px; }
    .global-banner h1 {
      font-size: 30px;
      line-height: 39px; }

  .posts-area .search-container form {
    padding-right: 140px; }
    .posts-area .search-container form input[type="submit"] {
      width: 150px; }
  .posts-area .categories-list ul li {
    margin-bottom: 5px; }

  .content {
    padding: 25px 0; } 
    .executive-team {
        padding: 50px 0; }
    .executive-team h2 {
        font-size: 25px;
        line-height: 32px; }
    .executive-team .box {margin-bottom: 30px}
    .executive-team .box h3 {margin: 0 0 10px;}
	/*Logos Rated*/
    .logos-rated {
        padding: 20px 0;
    }
    .logos-rated h2 {
        font-size: 25px;
        line-height: 32px; 
    }
	/*End Logos Rated*/

    .banner-top {
        padding: 160px 0 30px;
        text-align: center;
    }
	.banner-top .align-iframe {
		text-align: center; 
	}
    .banner-top h3 {
        margin: 0 0 20px;
    }
    .short-description-content {
        padding: 25px 0;
        text-align: center;
    }
    .short-description-content h2 {
        font-size: 25px;
        line-height: 32px;
    }    
    .short-description-content .columns .column h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .short-description-content .columns .column {
        padding: 0;
        margin: 0 0 20px;
    }
    .small-banner {
        padding: 25px 0;
    }
    .small-banner h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .small-banner .col h4 {
        font-size: 23px;
        line-height: 30px;
    }
    .content hr {
        margin: 0 0 20px;
    }
		.single-case-study h1 {
		font-size: 25px;
        line-height: 32px;}
	.content-area h2 {
		font-size: 25px;
  		line-height: 34px;
	}
	.content-area h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.content-area p, 
	.content-area ul {
		font-size: 18px;
		line-height: 25px;
	}
	.content-area .item {
  		margin: 0 0 15px;
	}
	.banner-top .row .row {
		margin-bottom: 20px;
	}
	.banner-top iframe {
		width: 100% !important;
	}
	.short-description-content .columns .col-lg-6:nth-child(3) .column, .short-description-content .columns .col-lg-6:nth-child(4) .column {
		margin: 0 0 20px;
	}
	.case-studies .case-group .img-block .bottom-info h3 {
		font-size: 14px;
		line-height: 19px;
	}
	.banner-top .row:first-child {
		flex-direction: column-reverse;
	}
	.banner-top ul  {
		margin-top: 20px;
	}
    .tbr-pricing {
      padding: 40px 0;
    }
    .tbr-pricing .lr-col h3 {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 20px;
    }
    .tbr-pricing .columns {
        margin-bottom: 0;
    }
    .tbr-pricing .lr-col .txt-wrapper {
        padding: 0;
    }
    .tbr-pricing .lr-col p {
        text-align: center;
        margin: 0 0 15px;
    }
    .tbr-pricing .lr-col.text-right .txt-wrapper p {
        text-align: center;
    }
    footer .top .logo {
        max-width: none;
    } 
}
@media (max-width: 782px) {
  .admin-bar header {
    top: 0; }
    .admin-bar header.sps--blw {
      top: -50px; }
  header {
    z-index: 999999; }
	.main-hero {
		margin-top: 73px;
	} }
@media (max-width: 767px) {
  .admin-bar header.sps--blw {
    top: -86px; }
	.popup-block {
		padding: 20px 0 0;
		max-height: 500px;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-mobile {
		display: block !important;
	}
	header .top ul {
		position: static;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);		
	}
  .logo {
    position: relative; }
    .logo span {
      width: 50px;
      height: 50px;
      font-size: 30px;
      line-height: 50px; }
    .logo .t {
      background-color: #103f83;
      z-index: 112; }
    .logo .b {
      background-color: #1d71b9;
      left: -30px;
      z-index: 115;
      opacity: 0.85; }
    .logo .r {
      background-color: #37a7de;
      left: -60px;
      z-index: 110; }

  header.sps--blw {
    top: -54px; }
  header .top p {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    margin: 0; }
  header .top .btn-styled {
    position: static;
    padding: 8px 10px;
    margin-left: 2px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    header .top .btn-styled span {
      display: none; }
    header .top .btn-styled i {
      display: inline-block;
      color: #fff; 
	  padding: 0; }
  header .navbar-brand img {
    max-width: 300px;
    height: auto; }
    .executive-team {
        padding: 20px 0;
    }
    .executive-team h2 {
        font-size: 23px;
        line-height: 30px; }
    .executive-team .box h3 span {
        min-height: 0; }
  .hero-banner {
    padding: 125px 0 50px; }
    .hero-banner h1 {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 5px; }
      .hero-banner.small-text h1 {
        font-size: 25px;
        line-height: 32px;}
    .hero-banner ul li {
      font-size: 20px;
      line-height: 27px; }
    .hero-banner p {
      font-size: 18px;
      line-height: 25px; }
    .hero-banner img {
      width: 100%; }
	.hero-banner ul li {
		display: block;	}
	.hero-banner ul li::after {
		display: none; }
	.hero-banner .video-container .btn-play { 
		font-size: 40px;
		line-height: 70px;
	}
	.hero-banner .video-container .btn-play span {
		width: 70px;
		height: 70px;
	}

  .our-clients h2 {
    font-size: 23px;
    line-height: 30px; }

  .two-columns .column-wrapper h3 {
    font-size: 23px;
    line-height: 30px; }

  .squares-area {
    padding: 20px 0; }

  .large-column h3 {
    font-size: 23px;
    line-height: 30px; }

  .tabs-area h2 {
    font-size: 23px;
    line-height: 30px; }
  .tabs-area .nav-tabs .nav-item .nav-link {
    padding: 10px 11px; }

  .our-clients h2 {
    font-size: 23px;
    line-height: 30px; }

  .two-half h3 {
    font-size: 20px;
    line-height: 27px; }
  .two-half h2 {
    font-size: 30px;
    line-height: 39px; }
  .two-half p {
    font-size: 18px;
    line-height: 25px; }

  .latest-posts .post-box h3 {
    font-size: 18px;
    line-height: 25px;
    text-align: center; }
  .latest-posts .post-box p {
    font-size: 16px;
    line-height: 23px;
    text-align: center; }

  .contact-now .wpcf7 h3 {
    font-size: 23px;
    line-height: 30px; }

  .faq h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 20px; }
  .faq h3 {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px; }
	.faq p {
		text-align: center; }
	footer .top {
		padding: 10px 0;}
  footer .top .widget {
    margin-top: 0; }
    footer .top .widget h3 {
      margin: 0 0 10px; }
    footer .top .widget ul {
      margin: 0 0 15px; }
    footer .top .widget .menu-footer-menu-2-container ul {
      margin: 0; }
	footer .top .logo img {
		max-width: 150px; }
  footer .bottom {
    padding: 10px 0; }
	footer .bottom ul {
	margin-top: 0;}
	footer .bottom ul li {
	padding: 0 5px;
	font-size: 15px;}
	footer .bottom ul li .nav-link {
		padding: 0 10px; }

  .grid-case .grid-item {
    width: 100% !important;
    max-width: none;
    margin-bottom: 15px; }

  .matrix-case .matrix-item {
    width: 100% !important;
    max-width: none;
    flex: 0 0 100%;
    margin-bottom: 15px; }

  .inner-banner {
    background-position: center top;
    min-height: 400px; }
    .inner-banner .container {
      width: 100%;
      padding: 0 20px;
      max-width: none;
      margin-top: 30px; }
      .inner-banner .container h1 {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 10px; }

  .matrix .matrix-item {
    width: 100%; }

  .video-text {
    padding: 20px 0; }
    .video-text h2 {
      font-size: 23px;
      line-height: 30px; }
    .video-text .btn-styled {
      font-size: 20px;
      line-height: 20px;
      padding: 10px 15px; }

  .featured-publications .row .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%; }

  .case-studies h2 {
    font-size: 23px;
    line-height: 30px; }

  .text-video-slider {
    padding: 25px 0; }
    .text-video-slider .tvs .slick-arrow.slick-prev {
      left: -10px; }
    .text-video-slider .tvs .slick-arrow.slick-next {
      right: -10px; }

  .featured-publications h2 {
    font-size: 23px;
    line-height: 30px; }

  .featured-gallery h2 {
    font-size: 23px;
    line-height: 30px; }

    .location-header .inner-content h2 {
      font-size: 23px;
      line-height: 30px; }
    .location-header .inner-content h1 {
      font-size: 20px;
      line-height: 27px; }
    .location-header .inner-column {
      width: 100%; }
      .location-header .inner-column img {
        width: 100%; }

  .our-team {
    padding: 20px 0; }
    .our-team h2 {
      font-size: 23px;
      line-height: 30px; }
    .our-team p {
      margin: 0 0 25px; }
    .our-team .big-column {
      padding: 15px; }
      .our-team .big-column h3 {
        font-size: 20px;
        line-height: 27px; }
      .our-team .big-column p {
        margin-bottom: 15px; }

  .items-middle {
    padding: 25px 0; }
    .items-middle h2 {
      font-size: 20px;
      line-height: 27px; }
    .items-middle h3 {
      font-size: 25px;
      line-height: 32px; }
    .items-middle p {
      margin: 0 0 15px; }

  .boxed-items {
    padding: 25px 0; }
    .boxed-items cite {
      font-size: 30px;
      line-height: 39spx; }

  .intro-media .inner-wrapper {
    padding: 150px 0 5px; }
  .intro-media h1 {
    font-size: 25px;
    line-height: 32px; }
  .intro-media p {
    font-size: 20px;
    line-height: 27px; }
  .intro-media .btn-styled {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px; }
  .intro-media .image-wrapper {
    padding: 10px 0 10px 10px;
    margin-top: 10px; }
  .intro-media svg {
    height: 45px; }

  .left-right-columns {
    padding: 20px 0; }
    .left-right-columns h2 {
      font-size: 23px;
      line-height: 30px;
      margin: 0 0 15px; }
    .left-right-columns p {
      font-size: 20px;
      line-height: 27px;
      margin: 0 0 15px; }
    .left-right-columns ul {
      font-size: 20px;
      line-height: 27px;
      margin: 0 0 15px; }

  .three-columns {
    padding: 20px 0; }
    .three-columns h2 {
      font-size: 23px;
      line-height: 30px; }
    .three-columns p {
      font-size: 20px;
      line-height: 27px; }
    .three-columns .inner-box {
      margin-bottom: 15px;
      padding: 15px; }
      .three-columns .inner-box h2 {
        margin: 0 0 10px; }
      .three-columns .inner-box h3 {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 20px; }
      .three-columns .inner-box p {
        font-size: 18px;
        line-height: 25px; }

  .top-header {
    padding: 130px 0 0; }
    .top-header h1 {
      font-size: 25px;
      line-height: 32px; }
    .top-header .btn-styled {
      font-size: 20px;
      line-height: 20px;
      padding: 10px 20px; }
    .top-header .bottom-area {
      min-height: 63px; }

  .stack-text-image {
    padding: 0 0 20px; }
    .stack-text-image h2 {
      font-size: 23px;
      line-height: 30px; }
    .stack-text-image p {
      margin: 0 0 20px; }

  .columns-and-rows {
    padding: 20px 0; }
    .columns-and-rows .column-left h3 {
      font-size: 35px;
      line-height: 42px; }
    .columns-and-rows .column-left h5 {
      font-size: 40px;
      line-height: 52px; }
    .columns-and-rows .column-right h2 {
      font-size: 23px;
      line-height: 30px; }
    .columns-and-rows .inner-columns p {
      font-size: 23px;
      line-height: 30px; }
    .columns-and-rows .inner-columns .team-item-inner {
      margin-bottom: 15px; }
    .columns-and-rows .bottom-banner h2 {
      font-size: 23px;
      line-height: 30px; }
    .columns-and-rows .bottom-banner .btn-styled {
      font-size: 18px;
      line-height: 18px; }

  .reviews {
    padding: 20px 0; }
    .reviews h2 {
      font-size: 23px;
      line-height: 30px;
      margin: 0 0 20px; }
    .reviews .inner-area h3 {
      font-size: 20px;
      line-height: 20px; }
    .reviews .inner-area .inner-box {
      margin-bottom: 15px; }

  .header-contact {
    padding: 150px 0 0;
    min-height: 600px; }
    .header-contact h1 {
      font-size: 30px;
      line-height: 39px; }
    .header-contact .wpcf7 {
      padding: 15px; }
      .header-contact .wpcf7 input[type="submit"] {
        margin: 20px 0 0;
        font-size: 23px;
        line-height: 23px; }
      .header-contact .wpcf7 h3 {
        font-size: 18px;
        line-height: 25px; }

  .connect {
    padding: 20px 0; }
    .connect h2 {
      font-size: 23px;
      line-height: 30px; }
    .connect .box {
      padding: 20px; 
	  margin: 0 0 15px;}
      .connect .box h3 {
        font-size: 30px;
        line-height: 39px; }

  .meet {
    text-align: center;
    padding: 20px 0; }
    .meet h2 {
      font-size: 23px;
      line-height: 30px;
      margin: 0 0 20px; }

  .wpb-posts-nav {
    display: block;
    grid-template-columns: unset; }
    .wpb-posts-nav .left-post {
      margin-bottom: 15px; }

  .single .posts-area {
    padding: 20px 0; }
    .single .posts-area h1.post-title {
      font-size: 23px;
      line-height: 32px; }
  .single article h1 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 15px; }
  .single article h2 {
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 15px; }
  .single article h3 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 15px; }
  .single article h4 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 15px; }
  .single article h5 {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 15px; }
  .single article h6 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px; }
  .single article p, .single article ul, .single article ol, .single article table {
    font-size: 16px;
    line-height: 25px; }

  .single-header {
    min-height: 150px; }

  .wp-block-tag-cloud {
    text-align: center; }

  .global-banner {
    min-height: 350px; }
    .global-banner h1 {
      font-size: 25px;
      line-height: 32px; }

  .posts-area {
    padding: 20px 0; }
    .posts-area .search-container form {
      padding-right: 110px; }
      .posts-area .search-container form input[type="submit"] {
        width: 120px; }
    .posts-area .categories-list {
      margin: 0 0 15px; }
      .posts-area .categories-list ul li {
        margin-bottom: 5px; }
    .posts-area .posts-loop article {
      margin-bottom: 15px;
      text-align: center; }
      .posts-area .posts-loop article .content-wrapper h3 {
        font-size: 23px;
        line-height: 30px; }
      .posts-area .posts-loop article .content-wrapper .btn-link {
        text-align: center; }

  .pagination {
    text-align: center; }

  aside .widget h3 {
    text-align: center; }

  .content {
    padding: 20px 0; }
    .content h1 {
      font-size: 30px;
      line-height: 39px; }
    .content h2 {
      font-size: 28px;
      line-height: 36px; }
    .content h3 {
      font-size: 26px;
      line-height: 33px; }
    .content h4 {
      font-size: 24px;
      line-height: 31px; }
    .content h5 {
      font-size: 22px;
      line-height: 30px; }
    .content h5 {
      font-size: 20px;
      line-height: 26px; }
	.blog .global-banner {
		min-height: 200px;
		margin-top: 82px; }
	.popup-block {
	padding-left:0;
	padding-right:0;}
	.mfp-wrap {
	z-index: 9999999;}
	.mfp-bg {
		z-index: 999999;}
	.popup-block h2 {
		padding-top: 15px;
		font-size: 20px;
		line-height: 27px;}
	.two-columns .column-wrapper {
  		padding: 15px 0 0;}
	.inner-banner {min-height: 350px;}
	/*Logos Rated*/
    .logos-rated h2 {
        font-size: 23px;
        line-height: 30px; 
    }
	/*End Logos Rated*/
    .banner-top {
        padding: 140px 0 30px;
        text-align: center; }
	  .banner-top h1 {
    		font-size: 21px;
    		line-height: 31px;
  	}
    .banner-top ul li {
        font-size: 18px;
        line-height: 25px; 
		}
    .banner-top .btn-styled {
        font-size: 16px;
        line-height: 23px;
    }
	.banner-top .img-fluid {
		margin-bottom: 15px;
	}
    .short-description-content h2 {
        font-size: 19px;
        line-height: 30px; 
		margin: 0 0 15px; }  
	.short-description-content p {
		font-size: 16px;
		line-height: 24px;
	}
	.short-description-content .columns .column h3 {
    	font-size: 20px;
    	line-height: 27px;
  	}
	.page-id-1851 .content h2 {
    	font-size: 19px;
    	line-height: 30px;
  	}
	.page-id-1851 .content p, .page-id-1851 .content ol, .page-id-1851 .content ul, .page-id-1851 .content table, .page-id-1851 .content blockqoute {
		font-size: 16px;
		line-height: 23px;
	}
    .small-banner h2 {
        font-size: 23px;
        line-height: 30px; }
    .small-banner .col p,    
    .small-banner p {
        font-size: 19px;
        line-height: 27px; }    
    .content h2 {
        font-size: 23px;
        line-height: 32px; }   
	.banner-top h3 {
		font-size: 20px;
  		line-height: 27px;	
	}
		.single-case-study {
  		padding: 150px 0 0; }
	.single-case-study h1 {
		font-size: 23px;
        line-height: 31px;}
	.single-case-study .small-title {
		margin: 0 0 20px;}
	.info-area blockquote {
		padding-left: 30px;
		margin: 0 0 20px;
	}
	.info-area blockquote span {
		display: inline;
	}
	.info-area p {
		font-size: 20px;
		line-height: 27px; }
	.content-area {
  		margin-top: 15px;
	}
	.content-area h2 {
		font-size: 23px;
  		line-height: 32px;
	}
	.content-area h3 {
		font-size: 20px;
		line-height: 27px;
	}
	.content-area p, 
	.content-area ul {
		font-size: 16px;
		line-height: 23px;
	}
	.content-area .item {
  		margin: 0 0 15px;
	}
	.info-area .highlight {
		padding: 20px;
	}
	.info-area .highlight p {
		font-size: 18px;
		line-height: 25px;
	}
	.info-area .spot ul {
  		font-size: 18px;
  		line-height: 25px;
	}
	.banner-top .img-fluid {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Branding */
	.main-hero {
		margin-top: 124px;
	} 
	.main-hero .container-fluid h1 {
        font-size: 30px;
        line-height: 39px;
		margin-top: 10px;
    }
	.main-hero iframe {
		height: 470px !important;
	}
    h2.main-title {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 20px;
    }
    h2.main-title span {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 15px;
    }
    .inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
	.inner-section p {
      font-size: 20px;
      line-height: 27px;
	}
	.inner-section .separator {
        margin: 50px 0 30px;
    }
    .inner-section.highlight .wh-col {
        padding: 20px;
    }
	.inner-section.highlight .wh-col:last-child {
         margin: 0;
	}
    .inner-section.highlight .wh-col h3 {
        font-size: 25px;
        line-height: 34px;
        margin: 0 0 20px;
    }
    .inner-section.highlight .wh-col h4 {
        padding: 0;
        font-size: 25px;
        line-height: 34px;
        margin: 0 0 20px;
    }
    .inner-section.highlight .wh-col h4 span {
        font-size: 40px;
        line-height: 52px;
        position: static;
        display: block;
        margin-bottom: 10px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .inner-section p {
        margin: 0 0 20px;
    }
	.contact-iframe iframe {
  		max-width: none !important;
  		height: 600px;
  		margin-left: auto;
  		margin-right: auto;
  		display: block;
  		width: 100%;
	}
	/* End Branding */
    .tbr-pricing {
        padding: 20px 0;
    }
    .tbr-pricing .lr-col h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .tbr-pricing .lr-col p {
        font-size: 19px;
        line-height: 27px;
    }
    .tbr-pricing .columns .inner-box {
        max-width: 300px;
    }
    .tbr-pricing .columns .inner-box ul {
        font-size: 19px;
        width: auto;
    }
    .tbr-pricing .columns .inner-box h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .tbr-pricing .columns .inner-box h4 {
        padding-left: 110px;
    }
}
@media (max-width: 480px) {
	
  	header.sps--blw {
		top: -67px;
	}
	.hero-banner .links .btn-styled {
		margin-bottom: 15px;
	}	
  header .top {
    padding: 5px 0; }
    header .top p {
      font-size: 12px; }
  header .navbar {
    padding: 0; }
  header .navbar-brand {
    font-size: 31px;
    line-height: 31px; }
    header .navbar-brand img {
      max-width: 250px; }

	.banner-top .img-fluid {
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
  .inner-banner {
    min-height: 350px; }

  .global-banner {
    min-height: 250px; }

  .posts-area .search-container form input {
    padding: 10px; }
  .posts-area .categories-list ul li a {
    padding: 7px 10px; } 
	.logos-area a img {
	  max-width: 100%;
	  width: 100%;
	  height: auto;
	}
	.banner-top {
        padding: 150px 0 30px;
        text-align: center; }
	
	/* Branding */
	  .main-hero {
    	margin-top: 79px;
  	}
	 .main-hero .container-fluid h1 {
        font-size: 17px;
        line-height: 23px;
    }
    .main-hero .container-fluid h1 span {
        display: inline;
    }
    .main-hero .container-fluid p {
        font-size: 18px;
        line-height: 25px;
    }
	.main-hero .btn-styled {
        font-size: 18px;
        line-height: 25px;
	}
	.main-hero iframe {
		height: 500px !important;
	}
    .separator {
        margin: 30px 0;
    }
    h2.main-title {
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    h2.main-title span {
        font-size: 16px;
        line-height: 23px;
        margin: 0 0 15px;
    }
    .inner-section.highlight .wh-col h3 {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 20px;
    }
    .inner-section.highlight .wh-col h4 span {
        font-size: 35px;
        line-height: 45px;
    }
	.inner-section .btn-styled {
		font-size: 19px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.contact-iframe {
		padding: 20px 0;
	}
	.contact-iframe iframe {
		height: 650px;
	}
	/* End Branding */
	.blog .global-banner {
		margin-top: 56px;
	}
}

.templateWidth {
    padding: 0 !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(28, 112, 154, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(28, 112, 154, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(28, 112, 154, 0);
    }
}
@keyframes changecolor {
    0% {
        background-color: rgba(50,169,225,0);
        
    }

    55% {
       background-color: rgba(50,169,225,0.3);
    }

    100% {
       background-color: rgba(50,169,225,0);
    }
}
