@charset "utf-8";
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  color: #42515E;
  font-family: "Averta-Regular";
  font-size: 16px;
  line-height: 1.42857143;
  overflow-x: hidden;
  background-color: #ffffff;
}
*, ::after, ::before {
  box-sizing: border-box;
}
*, *:focus {
  outline: none;
}
a {
  color: #42515E;
  text-decoration: none;
  transition: all ease .4s;
  text-decoration: none;
  background-color: transparent;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover {
  color: #13BDCE;
}
a:hover {
  color: #13BDCE;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a>code {
  color: inherit;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0.5rem;
  font-family: 'CenturyGothic-Bold';
  color: #000000;
  line-height: 1.2;
  font-weight: unset;
}
h1, .h1 {
  font-size: 52px;
  line-height: 69px;
  letter-spacing: 2.34px;
}
h2, .h2 {
  font-size: 42px;
}
h6 {
  font-size: 1.20rem;
}
.border-title {
  display: inline-block;
  padding: 13px 25px 15px 25px;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 56px;
  color: #42515E;
  position: relative;
}
p {
  margin: 0;
  padding-bottom: 18px;
  font-family: "Averta-Regular";
  color: #42515E;
  font-size: 19px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li > ul, li > ol {
  margin: 0;
}
figure {
  margin: 0 0 10px;
  position: relative;
}
select::-ms-expand {
  display: none;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
section {
  position: relative;
  z-index: 1;
}
.container {
  position: relative;
}
::selection {
  background: #13BDCE;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #13BDCE;
  color: #FFFFFF;
}
::-moz-selection {
  background: #13BDCE;
  color: #FFFFFF;
}
::-o-selection {
  background: #13BDCE;
  color: #FFFFFF;
}
::-ms-selection {
  background: #13BDCE;
  color: #FFFFFF;
}

.navbar-toggler {
  display: none;
  padding: 0;
  vertical-align: middle;
  height: 22px;
  min-width: 1px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-toggler .navbar-toggler-separator {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 3px;
  margin: 4.8px 0;
  background-color: #000;
  position: relative;
  border-radius: 0px;
  transition: all ease .3s;
}
.navbar-toggler .navbar-toggler-separator:before, .navbar-toggler .navbar-toggler-separator:after {
  position: absolute;
  top: -8px;
  right: 0;
  width: 26px;
  height: 3px;
  background: #000;
  content: "";
  border-radius: 0px;
  transition: all ease .3s;
  z-index: 1;
}
.navbar-toggler .navbar-toggler-separator:after {
  top: 8px !important;
}
.banner-wrap .navbar-toggler .navbar-toggler-separator, .banner-wrap .navbar-toggler .navbar-toggler-separator:before, .banner-wrap .navbar-toggler .navbar-toggler-separator:after {
  background: #ffffff;
}
.navbar-toggler.active .navbar-toggler-separator, .navigation-open .navbar-toggler .navbar-toggler-separator {
  background-color: transparent;
}
.navbar-toggler.active .navbar-toggler-separator:before, .navigation-open .navbar-toggler .navbar-toggler-separator:before {
  top: -1px;
  transform: rotate(-45deg);
}
.navbar-toggler.active .navbar-toggler-separator:after, .navigation-open .navbar-toggler .navbar-toggler-separator:after {
  top: -1px !important;
  transform: rotate(45deg);
}
.close-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  position: relative;
  transition: all ease .4s;
}
.close-icon:before, .close-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 4px;
  background: #ffffff;
  content: "";
  border-radius: 15px;
  transition: all ease .4s;
  z-index: 1;
}
.close-icon:before {
  transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
}
.close-icon:after {
  transform: translateY(-50%) translateX(-50%) rotateZ(45deg);
}

@font-face {
  font-family: "Averta-Regular";
  src: url('../fonts/AvertaDemo-Regular.woff') format('woff'),
    url('../fonts/AvertaDemo-Regular.woff2') format('woff2'),
    url('../fonts/AvertaDemo-Regular.eot'),
    url('../fonts/AvertaDemo-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvertaDemo-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre-Baskerville';
  src: url('../fonts/LibreBaskerville-Regular.eot');
  src: url('../fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/LibreBaskerville-Regular.woff2') format('woff2'),
      url('../fonts/LibreBaskerville-Regular.woff') format('woff'),
      url('../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta-RegularItalic';
  src: url('../fonts/Averta-RegularItalic.woff') format('woff'),
    url('../fonts/Averta-RegularItalic.woff2') format('woff2'),
    url('../fonts/Averta-RegularItalic.eot'),
    url('../fonts/Averta-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-RegularItalic.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
@font-face {
  font-family: "Averta-Semibold";
  src: url('../fonts/Averta-Semibold.woff') format('woff'),
    url('../fonts/Averta-Semibold.woff2') format('woff2'),
    url('../fonts/Averta-Semibold.svg#Averta-Semibold') format('svg'),
    url('../fonts/Averta-Semibold.eot'),
    url('../fonts/Averta-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta-SemiboldItalic';
  src: url('../fonts/Averta-SemiboldItalic.woff') format('woff'),
    url('../fonts/Averta-SemiboldItalic.woff2') format('woff2'),
    url('../fonts/Averta-SemiboldItalic.eot'),
    url('../fonts/Averta-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-SemiboldItalic.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
@font-face {
  font-family: 'Averta-Bold';
  src: url('../fonts/Averta-Bold.eot');
  src: url('../fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Averta-Bold.woff2') format('woff2'),
      url('../fonts/Averta-Bold.woff') format('woff'),
      url('../fonts/Averta-Bold.svg#Averta-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-BoldItalic";
  src: url('../fonts/Averta-BoldItalic.woff') format('woff'),
    url('../fonts/Averta-BoldItalic.woff2') format('woff2'),
    url('../fonts/Averta-BoldItalic.eot'),
    url('../fonts/Averta-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-BoldItalic.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
@font-face {
  font-family: 'Averta-Extrabold';
  src: url('../fonts/Averta-Extrabold.eot');
  src: url('../fonts/Averta-Extrabold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Averta-Extrabold.woff2') format('woff2'),
      url('../fonts/Averta-Extrabold.woff') format('woff'),
      url('../fonts/Averta-Extrabold.svg#Averta-Extrabold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta-Black';
  src: url('../fonts/Averta-Black.eot');
  src: url('../fonts/Averta-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Averta-Black.woff2') format('woff2'),
      url('../fonts/Averta-Black.woff') format('woff'),
      url('../fonts/Averta-Black.svg#Averta-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville-Regular";
  src: url('../fonts/Baskerville-Regular.woff') format('woff'),
    url('../fonts/Baskerville-Regular.woff2') format('woff2'),
    url('../fonts/Baskerville-Regular.svg#Baskerville-Regular') format('svg'),
    url('../fonts/Baskerville-Regular.eot'),
    url('../fonts/Baskerville-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baskerville-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville-Italic';
  src: url('../fonts/BaskervilleMTPro-Italic.eot');
  src: url('../fonts/BaskervilleMTPro-Italic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/BaskervilleMTPro-Italic.woff2') format('woff2'),
      url('../fonts/BaskervilleMTPro-Italic.woff') format('woff'),
      url('../fonts/BaskervilleMTPro-Italic.svg#BaskervilleMTPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville-SemiBold";
  src: url('../fonts/Baskerville-SemiBold.woff') format('woff'),
    url('../fonts/Baskerville-SemiBold.woff2') format('woff2'),
    url('../fonts/Baskerville-SemiBold.svg#Baskerville-SemiBold') format('svg'),
    url('../fonts/Baskerville-SemiBold.eot'),
    url('../fonts/Baskerville-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Baskerville-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: "Baskerville-SemiboldItalic";
    src: url('../fonts/BaskervilleMTPro-SemiboldIt.eot');
    src: url('../fonts/BaskervilleMTPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BaskervilleMTPro-SemiboldIt.woff2') format('woff2'),
        url('../fonts/BaskervilleMTPro-SemiboldIt.woff') format('woff'),
        url('../fonts/BaskervilleMTPro-SemiboldIt.svg#BaskervilleMTPro-SemiboldIt') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

body.sticky {
  padding-top: 176.3px;
}
body.sticky header {
  position: fixed;
  top: 0;
  left: 0;
  animation:slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.sticky header .brand img {
  max-width: 395px;
}
.sticky header .nav-menu > li > a {
  padding-top: 34px;
  padding-bottom: 34px;
}
.sticky header .nav-menu > li > a:after {
  width: 32px;
  height: 32px;
}
header {
  position: relative;
  width: 100%;
  background-color: #ebf1f4;
  font-family: "Averta-Semibold";
  font-size: 19px;
  text-transform: uppercase;
  transition: all ease .4s;
  z-index: 111;
}
header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #13BDCE;
  content: "";
}
header .container {
  display: flex;
  align-items: center;
  position: static;
}
header .brand {
  max-width: 541px;
  width: 100%;
}
header nav {
  margin-left: auto;
  padding-left: 40px;
}
header .nav-menu {
  display: flex;
}
header .nav-menu li {
  text-align: center;
  position: static;
}
header .nav-menu > li > a {
  display: inline-block;
  padding: 61px 10px;
  color: #42515E;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
}
header .nav-menu > li > a:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  content: "";
  width: 36px;
  height: 36px;
  background-color: #13BDCE;
  transform: translateX(-50%) rotate(45deg);
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  transition: all ease .4s;
}
header .nav-menu > li:hover > a:after, header .nav-menu > li.current-menu-item > a:after, header .nav-menu > li.current-menu-parent > a:after {
  visibility: visible;
  opacity: 1;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  border: none;
  background-color: rgba(19, 189, 206, 0.55);
  border-radius: 0;
  z-index: 1;
}
.sticky .dropdown-menu {
  background-color: rgba(19, 189, 206, 1);
}
.sticky .dropdown-menu ul li:hover a:after, .sticky .dropdown-menu ul li.current-menu-item a:after {
  background-color: rgba(255, 255, 255, 0.55);
}
header .nav-menu > li:hover .dropdown-menu {
  display: block;
}
.dropdown-menu ul {
  flex-wrap: wrap;
}
.dropdown-menu ul li {
  padding: 5px 0;
}
.dropdown-menu ul li:after {
  display: inline-block;
  width: 2px;
  height: 18px;
  margin: 0 14px -3px 14px;
  background-color: #000000;
  content: "";
}
.dropdown-menu ul li:last-child:after {
  display: none;
}
.dropdown-menu ul li a {
  display: inline-block;
  padding: 6px 0;
  font-family: "Baskerville-SemiBold";
  font-size: 18.8px;
  color: #ffffff;
  text-transform: none;
  position: relative;
}
.dropdown-menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  transition: all ease .4s;
}
.dropdown-menu ul li:hover a:after, .dropdown-menu ul li.current-menu-item a:after {
  width: 100%;
  background-color: rgba(19, 189, 206, 0.55);
}

.home header:after {
  background-color: rgba(19, 189, 206, 1);
}
.home header .nav-menu > li > a:after, .home header .nav-menu > li.current-menu-item > a:after {
  background-color: #13BDCE;
}
.home .dropdown-menu {
  background-color: rgba(19, 189, 206, 0.55);
}
.home.sticky .dropdown-menu {
  background-color: rgba(19, 189, 206, 0.55);
}

.banner {
  display: block;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner:after, .three-items:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  content: "";
  background-image: url("../images/banner-effect01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

.main-content {
  display: block;
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
.main-content:after, .three-items:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  content: "";
  background-image: url("../images/background01.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.success-formula {
  padding-top: 20px;
  padding-bottom: 65px;
  text-align: center;
}
.success-formula h1, .success-formula h2 {
  margin: 0;
  padding: 0 0 6px;
  font-family: 'Libre-Baskerville';
  font-size: 45px;
  color: #42515E;
  line-height: 45px;
  letter-spacing: 0;
  text-align: right;
}
.success-formula h1 i, .success-formula h2 i {
  font-family: 'Baskerville-Italic';
  font-style: normal;
}
.success-formula h1 span, .success-formula h1 i span, .success-formula h2 span, .success-formula h2 i span {
  font-family: "Baskerville-SemiboldItalic";
  display: inline-block;
  color: #13BDCE;
}
.success-formula .block {
  display: block;
  font-family: 'Baskerville-Italic';
  font-size: 53px;
  color: #13BDCE;
  line-height: normal;
  text-align: right;
  position: relative;
}
.success-formula .block:before {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #92E4ED;
  content: "";
  transform: translateY(-42%);
  z-index: -1;
}
.success-formula .block span {
  display: inline-block;
  padding-left: 30px;
  background-color: #ffffff;
}
.spc-about p {
  padding: 0 65px 15px;
  font-family: "Baskerville-SemiboldItalic";
  font-size: 34px;
  line-height: 48px;
  text-align: center;
}
.link-items {
  padding: 85px 0;
}
.link-items [class*="col-"] {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}
.link-items a {
  display: block;
  text-align: center;
}
.link-items .icon {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("../images/sprites.png");
  background-size: 341.5px auto;
  background-position: 6px 6px;
  background-repeat: no-repeat;
  transition: none;
}
.link-items h2 {
  display: block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-family: 'Averta-Extrabold';
  font-size: 24px;
  color: #42515e;
  line-height: 30px;
  text-transform: uppercase;
  transition: all ease .4s;
}
.link-items a:hover .icon {
  background-position: -168.5px 6px;
}
.link-items a:hover h2 {
  color: #13bdce;
}

.link-items [class*="col-"]:nth-child(2) a .icon {
  background-position: 6px -168px;
}
.link-items [class*="col-"]:nth-child(2) a:hover h2 {
  color: #942a6e;
}
.link-items [class*="col-"]:nth-child(2) a:hover .icon {
  background-position: -168.5px -168px;
}

.link-items [class*="col-"]:nth-child(3) a .icon {
  background-position: 6px -342px;
}
.link-items [class*="col-"]:nth-child(3) a:hover h2 {
  color: #f15b40;
}
.link-items [class*="col-"]:nth-child(3) a:hover .icon {
  background-position: -168.5px -342px;
}

.link-items [class*="col-"]:nth-child(4) a .icon {
  background-position: 6px -517px;
}
.link-items [class*="col-"]:nth-child(4) a:hover h2 {
  color: #a4be39;
}
.link-items [class*="col-"]:nth-child(4) a:hover .icon {
  background-position: -168.5px -517px;
}

.link-items [class*="col-"]:nth-child(5) a .icon {
  background-position: 6px -691px;
}
.link-items [class*="col-"]:nth-child(5) a:hover h2 {
  color: #e8a527;
}
.link-items [class*="col-"]:nth-child(5) a:hover .icon {
  background-position: -168.5px -691px;
}

.three-items {
  padding: 175px 0 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2ebef+0,9badba+100 */
  background: rgb(226,235,239); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(226,235,239,1) 0%, rgba(155,173,186,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(226,235,239,1) 0%,rgba(155,173,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(226,235,239,1) 0%,rgba(155,173,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ebef', endColorstr='#9badba',GradientType=0 ); /* IE6-9 */
  position: relative;
  overflow: hidden;
}
.three-items:before {
  top: 0;
  bottom: auto;
  height: 131px;
  background-image: url("../images/background02.png");
}
.three-items .white-box {
  display: block;
  padding: 28px 25px 25px;
  margin: 0 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
}
.three-items .white-box:hover {
  background-color: #fcfcfc;
  transform: scale(1.05);
}
.three-items .white-box h3, .three-items .white-box > span {
  display: block;
  min-height: 70px;
  padding: 0;
  margin-bottom: 15px;
  font-family: "Baskerville-Regular";
  font-size: 41px;
  color: #42515E;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 4px solid #942A6E;
}
.three-items .white-box h4 {
  padding: 30px 0;
  margin-bottom: 0;
  font-family: "Averta-Regular";
  font-size: 35px;
  color: #42515E;
}
.three-items [class*="col-"]:nth-child(2) .white-box h3 {
  border-bottom-color: #A4BE39;
}
.three-items [class*="col-"]:nth-child(3) .white-box h3 {
  border-bottom-color: #F15B40;
}

footer {
  padding: 40px 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #13BDCE;
  border-top: 27px solid #42515e;
}
footer a {
  display: inline-block;
  margin-bottom: 2px;
  color: #ffffff;
}
footer a:hover, footer a:focus, footer li.current-menu-item > a {
  color: #92E4ED;
}
footer .row > [class*="col-"]:nth-child(2) {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
footer .row > [class*="col-"]:last-child {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
footer .row > [class*="col-"]:last-child .col-item {
  justify-content: right;
}
.col-item {
  display: flex;
}
.col-item .footer_title {
  padding: 2px 0 0;
  margin: 0;
  font-family: 'Averta-Extrabold';
  font-size: 14px;
  color: #42515E;
  text-transform: uppercase;
}
.col-item-info {
  padding-left: 20px;
}
.col-item-info .linkedin:hover {
  opacity: 0.80;
}
.copyright {
  display: block;
  margin-top: 80px;
  color: #92E4ED;
  text-align: right;
}

.back-to-top {
  position: fixed;
  bottom: -80px;
  left: 30px;
  transition: all ease .3s;
  z-index: 3;
}
.back-to-top.active {
  bottom: 60px;
}
.back-to-top a {
  display: flex;
  align-items: center;
  width: 73px;
  height: 73px;
  font-family: 'Averta-Bold';
  font-size: 14px;
  line-height: 18px;
  color: #13BDCE;
  text-align: center;
  background-color: #EBF1F4;
  border: 2px solid #EBF1F4;
  border-radius: 16px;
  transform: rotate(45deg);
  text-transform: uppercase;
  position: relative;
}
.back-to-top a:hover {
  color: #ffffff;
  background-color: #13BDCE;
}
.back-to-top a span {
  display: block;
  padding-top: 17px;
  transform: rotate(-45deg);
  position: relative;
}
.back-to-top a span:before {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;  
  border-bottom: 17px solid #13BDCE;
  content: "";
  transform: translateX(-50%);
  transition: all ease .4s;
}
.back-to-top a:hover span:before {
  border-bottom-color: #ffffff;
}

.page-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.page-title .container {
  display: flex;
  align-items: center;
  min-height: 330px;
  padding-bottom: 50px;
}
.page-child .page-title .container {
  min-height: 290px;
}
.page-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  content: "";
  background-image: url("../images/background03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title img {
  margin-right: 15px;
}
.page-title h1 {
  padding: 0;
  margin: 0;
  font-family: "Baskerville-SemiBold";
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}
.page-template-consulting-services-template .page-title h1, .page-template-innovative-solutions-template .page-title h1, .page-template-educational-offerings-template .page-title h1, .page-template-meet-our-experts-template .page-title h1, .page-template-how-can-we-help-template .page-title h1 {
  padding: 15px 0 15px 125px;
  position: relative;
}
.page-template-consulting-services-template .page-title h1:before, .page-template-innovative-solutions-template .page-title h1:before, .page-template-educational-offerings-template .page-title h1:before, .page-template-meet-our-experts-template .page-title h1:before, .page-template-how-can-we-help-template .page-title h1:before {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 102px;
  height: 102px;
  content: "";
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-size: 341.5px auto;
  background-position: 0 -866px;
  transform: translateY(-50%);
}
.page-template-innovative-solutions-template .page-title h1:before {
 background-position: -110px -866px;
}
.page-template-educational-offerings-template .page-title h1:before {
 background-position: -220px -866px;
}
.page-template-meet-our-experts-template .page-title h1:before {
 background-position: 0 -975px;
}
.page-template-how-can-we-help-template .page-title h1:before {
 background-position: -110px -975px;
}

.page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
  height: 160px;
  background-image: url("../images/banner-effect01.png");
}
.page-template-educational-offerings-template .page-title::after {
  height: 120px;
  background-image: url("../images/background04.png");
}
.page-child .page-title::after {
  height: 95px;
  background-image: url("../images/background05.png");
}


.default-section {
  padding-bottom: 200px;
}
.border-title {
  display: block;
  padding: 0;
  font-family: "Baskerville-SemiboldItalic";
  text-align: center;
  position: relative;
}
.border-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #42515E;
  content: "";
  transform: translateY(-50%);
}
.border-title span {
  display: inline-block;
  padding: 0 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.boxes {
  padding: 50px 0;
}
.boxes .row {
  padding: 50px 0;
  justify-content: center;
}
.boxes .row [class*="col-"] {
  padding-bottom: 10px;
}
.boxes .item {
  display: flex;
  align-items: center;
  width: 215px;
  height: 215px;
  margin: 0 auto;
  padding: 4px;
  background-color: #13BDCE;
  border: 3px solid #13BDCE;
  border-radius: 24px;
  text-align: center;
  transform: rotate(45deg);
}
.boxes .item:hover {
  background-color: #d2fbff;
}
.boxes .item:hover h3 {
  color: #13BDCE;
}
.boxes .item h3, .boxes .item h2, .boxes .item > span {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Averta-Extrabold';
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.boxes .item:hover h3 .default-image, .boxes .item h3 .hover-image, .boxes .item:hover h2 .default-image, .boxes .item h2 .hover-image, .boxes .item:hover > span .default-image, .boxes .item span .hover-image {
  opacity: 0;
  height: 0;
}
.boxes .item:hover h3 .hover-image, .boxes .item:hover h2 .hover-image, .boxes .item:hover > span .hover-image {
  opacity: 1;
  height: auto;
}

ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li, ol li {
  padding-left: 22px;
  margin-bottom: 18px;
  font-size: 19px;
  line-height: 28px;
  color: #42515E;
  position: relative;
}
ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #13BDCE;
  content: "";
  border-radius: 30px;
}
ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) {
  margin-top: 18px;
}
ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li ul li:before {
  width: 6px;
  height: 2px;
  border-radius: 0;
}
ol {
  padding-left: 18px;
}
ol li {
  padding-left: 0;
}
.page-template-meet-our-experts-template ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li:before {
  background-color: #a4be39;
}
.sp-team {
  padding-top: 70px;
}
.sp-team .border-title {
  color: #A4BE39;
}
.sp-team .border-title:before {
  background-color: #A4BE39;
}
.members-name li {
  margin-bottom: 18px;
  font-family: "Averta-Semibold";
  font-size: 26px;
  line-height: 28px;
  text-align: center;
}
.sp-members {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 2px solid #A4BE39;
}

.member-list {
  padding-top: 105px;
}
.list-header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 0 18px 18px;
  margin-bottom: 25px;
}
.list-header-wrap.without_img {
  padding: 5px 0;
}
.list-header-wrap.without_img .header-right {
  width: 100%;
  margin-left: 0;
}
.member-image {
  width: 155px;
  height: 155px;
  border: 4px solid #A4BE39;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}
.member-image .image-rotate {
  position: absolute;
  top: -24px;
  left: -24px;
  height: 195px;
  width: 195px;
  transform: rotate(-45deg);
}
.list-header-wrap .header-right {
  width: calc(100% - 205px);
  padding: 40px 0 40px 0;
  margin-left: 50px;
  border-top: 1px solid #95989A;
  border-bottom: 1px solid #95989A;
}
.list-header-wrap .header-right h3 {
  padding: 0 0 4px;
  margin: 0;
  font-family: 'Averta-Bold';
  font-size: 32px;
  color: #42515E;
}
.list-header-wrap .header-right .designation, .list-header-wrap .header-right .info {
  font-family: 'Averta-RegularItalic';
  font-size: 22px;
  line-height: 30px;
}
.list-header-wrap .header-right .designation span:before {
  display: inline-block;
  width: 2px;
  height: 22px;
  margin: -7px 19px 0 16px;
  background-color: #42515E;
  content: "";
  vertical-align: middle;
}
.member-list .block {
  padding-top: 47px;
}
.member-list .block h4 {
  padding-bottom: 15px;
  font-family: 'Averta-Bold';
  font-size: 25px;
  line-height: 28px;
  color: #A4BE39;
  text-transform: uppercase;
}
.sp-interns {
  padding-top: 95px;
  padding-bottom: 125px;
}
.sp-interns .row {
  margin: 0 -50px;
}
.sp-interns .row [class*="col-"] {
  padding: 0 50px;
}
.sp-interns .member-list {
  padding-top: 40px;
}

.form-wrap {
  padding: 50px 0;
}
.form-wrap form {
  max-width: 820px;
  margin: 0 auto;
}
.reCAPTCHA-text a {
  color: #13BDCE;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-family: 'Averta-Bold';
  font-size: 14px;
  color: #C68815;
}
.form-control, .search-form .search-field {
  height: 50px;
  padding: 5px 18px;
  font-family: "Averta-Regular";
  font-size: 14px;
  color: #42515E;
  background: #f3f7f8;
  border: 2px solid #BDD1D9;
  border-radius: 10px;
  box-shadow: none;
  resize: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-control:focus, .search-form .search-field:focus {
  background-color: #f3f7f8;
  border-color: #BDD1D9;
  box-shadow: none;
}
.form-group.company .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.form-group.company .wpcf7-form-control-wrap input {
  padding-right: 50px;
}
.form-group.company .wpcf7-form-control-wrap:after {
  position: absolute;
  top: 16px;
  right: 13px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../images/sprites.png");
  background-size: 341.5px auto;
  background-repeat: no-repeat;
  background-position: -324px -965px;
}
select.form-control {
  padding-right: 50px;
  background-image: url("../images/select-dropdown.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}
select.form-control option {
  cursor: pointer;
}
form input[type="submit"] {
  margin: 64px auto 33px;
  padding: 30px;
}
.btn, input[type="submit"] {
  min-width: 290px;
  padding: 47.5px 27px;
  font-family: 'Averta-Black';
  font-size: 27px;
  color: #ffffff;
  line-height: 33px;
  background: #E8A527;
  border: 2px solid #E8A527;
  text-transform: uppercase;
  border-radius: 16px;
  box-shadow: none;
}
.btn:hover, input[type="submit"]:hover {
  color: #C68815;
  background: #FFECC7;
  border-color: #C68815;
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #42515E;
  opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #42515E;
  opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #42515E;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #42515E;
  opacity: 1;
}
.success-image {
  display: block;
  margin-bottom: 75px;
}
.how-can-we-help-page .success-image {
  padding-top: 110px;
  margin-bottom: 0;
}
.how-can-we-help-page .main-content:after {
  display: none;
}
.our-experience, .ionic-features {
  padding-top: 50px;
}
.our-experience .row, .ionic-features .row {
  margin: 0 -35px;
}
.our-experience .row [class*="col-"], .ionic-features .row [class*="col-"] {
  padding: 0 35px;
}
.item-block {
  padding: 10px 0 25px;
}
.item-block:last-child {
  padding-bottom: 0;
}
.item-block h3 {
  font-family: 'Averta-Bold';
  font-size: 25px;
  color: #42515E;
}
.item-block p span {
  font-family: "Averta-BoldItalic";
  font-size: 18px;
  color: #13BDCE;
}

.simple-introducing .col-lg-7 {
  padding-right: 50px;
}
.simple-introducing h2 {
  padding: 0;
  margin-bottom: 18px;
  font-family: 'Averta-Bold';
  font-size: 25px;
  color: #942A6E;
  line-height: normal;
  text-transform: uppercase;
}
.simple-introducing .align-self-center {
  text-align: center;
}
.simple-introducing .btn-block {
  padding-top: 5px;
}
.btn-block h2, .btn-block h3, .btn-block h5 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.simple-introducing .btn {
  min-width: 533px;
}
.ionic-features [class*="col-"] {
  margin: 15px 0 50px;
}
.feature-item {
  display: inline-block;
  height: 100%;
  background-color: #EBF1F4;
  border-radius: 10px;
  text-align: center;
  position: relative;
  top: 0;
  transition: all ease .4s;
  -webkit-animation: lineV 1s linear;
  animation: lineV 1s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes lineV {
    from {
        transform: translateY(50px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes lineV {
    from {
        transform: translateY(50px);
    }
    to {
        transform: translateY(0);
    }
}
.feature-item:hover {
  top: -10px;
  background-color: #942A6E;
}
.feature-item-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 10px;
  margin-top: -1px;
  background-color: #942A6E;
  border-radius: 10px 10px 0 0;
  transition: all ease .4s;
}
.feature-item:hover .feature-item-title {
  background-color: #EBF1F4;
}
.feature-item h3, .feature-item h4 {
  padding: 0;
  margin: 0;
  font-family: 'Averta-Extrabold';
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all ease .4s;
}
.feature-item:hover h3, .feature-item:hover h4 {
  color: #942A6E;
}
.feature-item-info {
  padding: 25px 25px 15px;
  min-height: 187px;
}
.feature-item-info p {
  font-size: 16px;
  line-height: 21px;
  transition: all ease .4s;
}
.feature-item:hover .feature-item-info p {
  color: #ffffff;
}
.ionic-features .btn-block {
  padding-top: 50px;
}
.ionic-features .btn {
  min-width: 477px;
}

.training-courses .row {
  margin: 0 -60px;
}
.training-courses [class*="col-"] {
  padding: 0 60px 50px;
}
.training-courses h2 {
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Averta-Bold';
  font-size: 25px;
  color: #F15B40;
  line-height: normal;
  text-transform: uppercase;
}
.training-courses ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li::before {
  background-color: #F15B40;
}
.training-courses ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li span, .training-courses ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li strong {
  font-family: 'Averta-SemiboldItalic';
  font-weight: normal;
}
.training-courses .text-link, .readmore {
  font-family: 'Averta-RegularItalic';
  font-size: 15px;
  color: #F15B40;
  text-transform: uppercase;
  text-decoration: underline;
}
.training-courses .text-link:hover, .readmore:hover {
  color: #42515E;
  text-decoration: underline;
}
.training-courses ul + h2 {
  margin-top: 55px;
}
.training-courses .btn-block {
  padding-top: 40px;
}
.publications-courses .row {
  margin: 0 -40px;
}
.publications-courses [class*="col-"] {
  padding: 0 40px 0;
}

.error404 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0 30px;
  text-align: center;
}
.error404 h1 {
  font-family: 'Averta-Extrabold';
  font-size: 150px;
  color: #42515E;
  line-height: 145px;
  letter-spacing: 10px;
}
.error404 h2 {
  display: block;
  padding: 5px 0 10px;
  font-family: "Baskerville-SemiboldItalic";
  font-size: 36px;
  line-height: normal;
}
.error404 h2:before, .error404 h2:after {
  display: none;
}
.error404 .btn {
  background-color: #13bdce;
  border-color: #13bdce;
}
.error404 .btn:hover {
  background-color: #d4f3f6;
  border-color: #13bdce;
}
.error-page footer {
  margin-top: 0;
}
p:empty {
  display: none;
}


.purple-theme .dropdown-menu {
  background-color: rgba(148, 42, 110, 0.55);
}
.purple-theme.sticky .dropdown-menu {
  background-color: rgba(148, 42, 110, 1);
}
.purple-theme header:after, .purple-theme header .nav-menu > li > a::after {
  background-color: #942A6E;
}
.purple-theme .boxes .item {
  background-color: #942A6E;
  border-color: #942A6E;
}
.purple-theme .boxes .item:hover {
  background-color: #ecd9e5;
}
.purple-theme .boxes .item:hover h3, .purple-theme .boxes .item:hover h2 {
  color: #942A6E;
}
.purple-theme .back-to-top a {
  color: #942A6E;
}
.purple-theme .back-to-top a:hover {
  color: #ffffff;
  background-color: #942A6E;
}
.purple-theme .back-to-top a span:before {
  border-bottom-color: #942A6E;
}
.purple-theme .back-to-top a:hover span:before {
  border-bottom-color: #ffffff;
}
.purple-theme .btn {
  background-color: #942a6e;
  border-color: #942a6e;
}
.purple-theme .btn:hover {
  color: #942a6e;
  background-color: #ebd8e4;
}

.orange-theme .dropdown-menu {
  background-color: rgba(241, 91, 64, 0.55);
}
.orange-theme.sticky .dropdown-menu {
  background-color: rgba(241, 91, 64, 1);
}
.orange-theme header:after, .orange-theme .boxes .item, .orange-theme header .nav-menu > li > a::after {
  background-color: #F15B40;
}
.orange-theme .boxes .item {
  background-color: #F15B40;
  border-color: #F15B40;
}
.orange-theme .boxes .item:hover {
  background-color: #fce1dd;
}
.orange-theme .boxes .item:hover h3, .orange-theme .boxes .item:hover h2 {
  color: #F15B40;
}
.orange-theme .back-to-top a {
  color: #F15B40;
}
.orange-theme .back-to-top a:hover {
  color: #ffffff;
  background-color: #F15B40;
}
.orange-theme .back-to-top a span:before {
  border-bottom-color: #F15B40;
}
.orange-theme .back-to-top a:hover span:before {
  border-bottom-color: #ffffff;
}
.orange-theme .btn {
  min-width: 477px;
  padding: 31px 27px;
  background-color: #f15b40;
  border-color: #f15b40;
}
.orange-theme .btn:hover {
  color: #f15b40;
  background-color: #fce1dd;
}

.green-theme .dropdown-menu {
  background-color: rgba(164, 190, 57, 0.55);
}
.green-theme.sticky .dropdown-menu {
  background-color: rgba(164, 190, 57, 1);
}
.green-theme header:after, .green-theme .boxes .item, .green-theme header .nav-menu > li > a::after {
  background-color: #A4BE39;
}
.green-theme .default-section a:hover {
  color: #A4BE39;
}
.green-theme .back-to-top a {
  color: #A4BE39;
}
.green-theme .back-to-top a:hover {
  color: #ffffff;
  background-color: #A4BE39;
}
.green-theme .back-to-top a span:before {
  border-bottom-color: #A4BE39;
}
.green-theme .back-to-top a:hover span:before {
  border-bottom-color: #ffffff;
}

.yellow-theme .dropdown-menu {
  background-color: rgba(232, 165, 39, 0.55);
}
.yellow-theme.sticky .dropdown-menu {
  background-color: rgba(232, 165, 39, 1);
}
.yellow-theme header:after, .yellow-theme .boxes .item, .yellow-theme header .nav-menu > li > a:after {
  background-color: #E8A527;
}
.yellow-theme .default-section a:hover {
  color: #E8A527;
}
.yellow-theme .back-to-top a {
  color: #E8A527;
}
.yellow-theme .back-to-top a:hover {
  color: #ffffff;
  background-color: #E8A527;
}
.yellow-theme .back-to-top a span:before {
  border-bottom-color: #E8A527;
}
.yellow-theme .back-to-top a:hover span:before {
  border-bottom-color: #ffffff;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
.page-template-innovative-solutions-template .boxes, .page-template-innovative-solutions-template .boxes .row, .page-template-educational-offerings-template .boxes, .page-template-educational-offerings-template .boxes .row {
  padding-bottom: 0;
}
.page-template-how-can-we-help-template .success-formula {
  padding-top: 130px;
  padding-bottom: 30px;
}
.wpcf7-not-valid-tip {
  padding-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
  padding: 10px;
  margin: 20px 0 0;
}

header.entry-header {
  background-color: transparent;
  text-transform: none;
  font-family: inherit;
  font-size: inherit;
}
header.entry-header:after {
  display: none;
}
header.entry-header .entry-title, .widget-title {
  display: block;
  padding: 0;
  margin-bottom: 15px;
  font-family: "Baskerville-SemiboldItalic";
  font-size: 28px;
  color: #42515E;
  line-height: normal;
  text-transform: none;
}
.post-thumbnail {
  display: block;
  margin-bottom: 15px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog .default-section [class*="col-"] [class*="col-"] {
  padding-bottom: 20px;
}
.readmore {
  display: inline-block;
  color: #13BDCE;
}
.blog_pagination {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
  text-align: center;
  clear: both;
}
.blog_pagination .page-numbers {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 0 5px;
  color: #ffffff;
  line-height: 40px;
  background-color: #42515E;
  vertical-align: top;
}
.blog_pagination .page-numbers:hover {
  background-color: #13BDCE;
}
.blog_pagination .page-numbers.current {
  font-family: 'Averta-Bold';
  background-color: #13BDCE;
  line-height: 38px;
}
.blog_pagination .page-numbers.prev, .blog_pagination .page-numbers.next {
  position: relative;
  text-indent: -99999px;
}
.blog_pagination .page-numbers.prev:before, .blog_pagination .page-numbers.next:before {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
}
.blog_pagination .page-numbers.next:before {
  left: 12px;
  transform: rotate(135deg);
}
.search-form {
  position: relative;
  margin-bottom: 35px;
}
.search-form label > .screen-reader-text {
  display: none;
}
.search-form label {
  display: block;
  margin: 0;
}
.search-form label input {
  width: 100%;
  padding-right: 110px !important;
  font-size: 16px !important;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 10px;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 6px 15px;
  font-family: "Averta-Semibold";
  font-size: 16px;
  border-radius: 10px;
  z-index: 1;
}
[class*="col-"] aside {
  padding-left: 30px;
}
aside ul li a[aria-current="page"] {
  color: #13BDCE;
}
.search .default-section article {
  padding-top: 15px;
}
.entry-header .entry-meta {
  padding-bottom: 10px;
}
.entry-header .entry-meta a {
  font-family: 'Averta-RegularItalic';
  color: #13BDCE;
  text-decoration: underline;
}
.entry-header .entry-meta a:hover {
  color: #42515E;
}
.page-template-default .default-section h1 {
  letter-spacing: 0;
}
iframe {
  width: 100%;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 .ajax-loader.is-active {
  display: block;
}

/*.page-template-custom-model-development-template .main-content {
  min-height: 645px;
}*/



.custom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .custom-select {
     position: relative;
     display: flex;
     flex-direction: column;
     border: none;
     background: none;
     padding: 0;
     height: auto;
}
 .custom-select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 5px 18px;
     font-family: "Averta-Regular";
     font-size: 14px;
     font-weight: 300;
     color: #42515E;
     height: 50px;
     line-height: 50px;
     background: #f3f7f8;
     cursor: pointer;
     border-width: 2px;
     border-style: solid;
     border-color: #BDD1D9;
     border-radius: 10px;
}
.custom-select__trigger > span {
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select__trigger:after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 26px;
  height: 26px;
  background-color: #E2EBEF;
  border-radius: 100%;
  content: "";
  transform: translateY(-50%);
}
 .custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     padding: 4px 18px;
     border: 2px solid #BDD1D9;
     background: #BDD1D9;
     border-radius: 10px;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
}
 .custom-select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
}
 .custom-option {
     position: relative;
     display: block;
     padding: 9px 0;
     font-family: "Averta-Regular";
     font-size: 14px;
     color: #42515E;
     line-height: 18px;
     cursor: pointer;
     border-bottom: 1px solid #E2EBEF;
     transition: all 0.5s;
}
.custom-options .custom-option:last-child {
  border-bottom: none;
}
.custom-options br {
  display: none;
}
 .custom-option:hover {
     cursor: pointer;
     color: #13BDCE;
}
 .custom-option.selected {
     color: #13BDCE;
}

.custom-select .arrow {
     position: relative;
     height: 9px;
     width: 9px;
     z-index: 1;
}
.custom-select .arrow::before, .custom-select  .arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
.custom-select .arrow::before {
     left: -3px;
     transform: rotate(45deg);
     background-color: #13BDCE;
}
.custom-select .arrow::after {
     left: 3px;
     transform: rotate(-45deg);
     background-color: #13BDCE;
}
.custom-select.open .arrow::before {
     left: -3px;
     transform: rotate(-45deg);
}
.custom-select.open .arrow::after {
     left: 3px;
     transform: rotate(45deg);
}
.page-template-events-template .page-title .container {
    min-height: 290px;
}



/* Responsive */
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-meet-our-experts-template .main-content::after {
    height: 315px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1366px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1650px) {
  .page-template-meet-our-experts-template .main-content::after {
    height: 400px;
  }
}
@media screen and (min-width: 1921px) {
  .banner {
    height: 21.818vw;
  }
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 8.303vw;
    background-size: 100.364vw auto;
  }
  .three-items::before {
    height: 6.848vw;
  }
  .page-title .container {
    min-height: 18.182vw;
    padding-bottom: 2.424vw;
  }
  .page-title:after {
    height: 5.212vw;
    background-size: 100.364vw auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 6.242vw;
  }
  .page-child .page-title .container {
    min-height: 15.152vw;
  }
  .page-child .page-title::after {
    height: 4.848vw;
  }
}
@media screen and (min-width: 2600px) {
  .banner {
    height: 17.818vw;
  }
  .page-title .container {
    min-height: 15.182vw;
  }
  .page-child .page-title .container {
    min-height: 13.152vw;
  }
}

@media screen and (max-width: 1440px) {
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 118px;
    background-size: 1440px auto;
  }
  .three-items::before {
    height: 100px;
  }
  .page-title:after {
    height: 74px;
    background-size: 1440px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 90px;
  }
  .page-child .page-title::after {
    height: 70px;
  }
}
@media screen and (max-width: 1920px) {
  .page-template-meet-our-experts-template .page-title .container, .page-template-how-can-we-help-template .page-title .container, .page-template-educational-offerings-template .page-title .container {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1439px) {
  body.sticky {
    padding-top: 138px;
  }
  .sticky header .brand img {
    max-width: 340px;
  }
  header {
    font-size: 17px;
  }
  header .brand {
    max-width: 400px;
  }
  header .nav-menu > li > a {
    padding: 45px 10px;
  }
  .dropdown-menu ul li a {
    font-size: 16px;
  }
  .success-formula h1, .success-formula h2 {
    font-size: 38.4px;
    line-height: 40px;
  }
  .success-formula .block {
    font-size: 45px;
  }
  .spc-about p {
    padding: 0 5px 15px;
    font-size: 32px;
    line-height: 46px;
  }
  .three-items .white-box h4 {
    font-size: 28px;
  }
  .main-content::after, .three-items::after {
    height: 260px;
  }
  .page-template-meet-our-experts-template .page-title .container, .page-template-how-can-we-help-template .page-title .container, .page-template-educational-offerings-template .page-title .container, .page-title .container  {
    padding-bottom: 30px;
  }
  .boxes .item {
    width: 200px;
    height: 200px;
  }
  .boxes .item h3, .boxes .item h2, .boxes .item > span {
    font-size: 22px;
    line-height: 26px;
  }
  .members-name li {
    font-size: 24px;
  }
  .training-courses .row {
    margin: 0 -40px;
  }
  .training-courses [class*="col-"] {
    padding: 0 40px 40px;
  }
  .btn, input[type="submit"] {
    padding: 40px 25px;
  }
  .simple-introducing .btn {
    min-width: 440px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 1023px) {
  .page-template-custom-model-development-template .main-content {
    min-height: 645px;
  }
}

@media screen and (max-width: 1366px) {
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 112px;
    background-size: 1366px auto;
  }
  .three-items::before {
    height: 95px;
  }
  .page-title:after {
    height: 69px;
    background-size: 1366px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 83px;
  }
  .page-child .page-title::after {
    height: 65px;
  }
  h1, .h1 {
    font-size: 48px;
    line-height: 65px;
  }
}

@media screen and (max-width: 1279px) {
  .dropdown-menu ul li:after {
    margin: 0 8px -4px 8px;
  }
  .success-formula h1, .success-formula h2 {
    font-size: 36.4px;
    line-height: 38px;
  }
  .success-formula .block {
    font-size: 42px;
  }
  .spc-about p {
    padding: 0 15px 15px;
    font-size: 30px;
  }
  .link-items h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .three-items .white-box h3, .three-items .white-box > span {
    min-height: 62px;
    font-size: 36px;
  }
  .three-items .white-box h4 {
    font-size: 26px;
  }

  h1, .h1 {
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 2px;
  }
  .page-title .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .boxes .item {
    width: 185px;
    height: 185px;
  }
  .boxes .item h3, .boxes .item h2, .boxes .item > span {
    font-size: 20px;
    line-height: 24px;
  }
  .main-content::after, .three-items::after {
    height: 220px;
  }
  .default-section {
    padding-bottom: 150px;
  }
  .members-name li {
    font-size: 22px;
  }
  .page-template-how-can-we-help-template .success-formula {
    padding-top: 90px;
  }
  .feature-item h3, .feature-item h4 {
    font-size: 18px;
  }
  .error404 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1199px) {
  body.sticky {
    padding-top: 167px;
  }
  header {
    font-size: 16px;
  }
  header .container {
    max-width: 100%;
  }
  header .brand {
    max-width: 380px;
  }
  .dropdown-menu ul li a {
    font-size: 15px;
  }
  .banner {
    height: 350px;
  }
  .success-formula h1, .success-formula h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .success-formula .block {
    font-size: 34px;
  }
  .success-formula .block span {
    padding-left: 20px;
  }
  .spc-about p {
    padding: 0 0 15px;
    font-size: 26px;
    line-height: 40px;
  }
  .link-items h2 {
    font-size: 20px;
    padding: 5px 0;
  }
  .three-items .white-box {
    margin: 0;
  }
  .three-items .white-box h3, .three-items .white-box > span {
    min-height: 52px;
    font-size: 30px;
    line-height: 52px;
  }
  .three-items .white-box h4 {
    font-size: 22px;
  }
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 98px;
    background-size: 1200px auto;
  }
  .three-items::before {
    height: 85px;
  }
  .page-title:after {
    height: 62px;
    background-size: 1200px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 74px;
  }
  .page-child .page-title::after {
    height: 58px;
  }
  footer {
    padding-bottom: 10px;
  }
  footer .row > [class*="col-"] {
    margin-bottom: 30px;
  }
  footer .row > [class*="col-"]:nth-child(2), footer .row > [class*="col-"]:last-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer .row > [class*="col-"]:last-child .col-item {
    justify-content: flex-start;
  }
  .copyright {
    text-align: left;
  }

  h1, .h1 {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 1.8px;
  }
  h2, .h2, .border-title {
    font-size: 40px;
    line-height: 54px;
  }
  .page-template-consulting-services-template .page-title h1, .page-template-innovative-solutions-template .page-title h1, .page-template-educational-offerings-template .page-title h1, .page-template-meet-our-experts-template .page-title h1, .page-template-how-can-we-help-template .page-title h1 {
    padding: 20px 0 20px 125px;
  }
  .boxes {
    padding-bottom: 30px;
  }
  .boxes .row {
    padding: 20px 0 0;
  }
  .boxes .row [class*="col-"] {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
  .page-template-innovative-solutions-template .boxes .row [class*="col-"], .page-template-educational-offerings-template .boxes .row [class*="col-"] {
    margin-bottom: 0;
  }
  .our-experience .row, .ionic-features .row {
    margin: 0 -20px;
  }
  .our-experience .row [class*="col-"], .ionic-features .row [class*="col-"] {
    padding: 0 20px;
  }
  .ionic-features [class*="col-"] {
    margin: 10px 0 30px;
  }
  .feature-item h3, .feature-item h4 {
    font-size: 16px;
  }
  .training-courses .row {
    margin: 0 -25px;
  }
  .training-courses [class*="col-"] {
    padding: 0 25px 30px;
  }
  [class*="col-"] aside {
    padding-left: 10px;
  }
  .col-item .footer_title {
    padding-top: 1px;
  }
  .sp-interns {
    padding-bottom: 50px;
  }
  .simple-introducing .btn {
    min-width: 340px;
  }
  .list-header-wrap .header-right h3 {
    font-size: 28px;
  }
  .list-header-wrap .header-right .designation, .list-header-wrap .header-right .info {
    font-size: 20px;
  }
  .btn, input[type="submit"] {
    padding: 30px 27px;
    font-size: 22px;
  }
  form input[type="submit"] {
    padding: 25px;
  }
  .training-courses .btn-block {
    padding-top: 20px;
  }
  .orange-theme .btn {
    padding: 25px;
  }
}

@media screen and (max-width: 1079px) {
  body.sticky {
    padding-top: 124px;
  }
  .sticky header .brand img {
  max-width: 280px;
  }
  header .container {
    padding: 15px;
    justify-content: space-between;
  }
  header:after {
    position: static;
    display: block;
  }
  .navbar-toggler {
    display: block;
  }
  header nav {
    position: fixed;
    top: 122px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 122px);
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff;
    transition: all ease .4s;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 111;
  }
  .sticky header nav {
    top: 101px;
    height: calc(100vh - 101px);
  }
  .navigation-open header nav {
    left: 0;
  }
  .navigation-open {
    overflow-y: hidden;
  }
  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
  header .nav-menu {
    display: block;
  }
  header .nav-menu li {
    padding: 0 0 0 15px;
    text-align: left;
    border-bottom: 1px solid #dedede;
  }
  header .nav-menu > li > a, .sticky header .nav-menu > li > a {
    padding: 14px 0;
  }
  header .nav-menu > li > a:after, header .nav-menu > li.current-menu-item > a:after {
    display: none;
  }
  .dropdown-arrow {
    float: right;
    width: 32px;
    height: 50px;
    cursor: pointer;
    position: relative;
  }
  .dropdown-arrow:before, .dropdown-menu .btn-prev span:before {
    position: absolute;
    top: 21px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #42515E;
    border-bottom: 2px solid #42515E;
    content: "";
    transform: rotate(-45deg);
  }
  .dropdown-arrow:hover:before {
    border-color: #13BDCE;
  }
  header .sub-menu.container {
    padding: 0;
  }
  .dropdown-menu {
    display: block;
    top: 0;
    left: auto;
    right: -100%;
    height: 100vh;
    padding: 0;
    transition: all ease .4s;
    background-color: rgba(19, 189, 206, 1);
    z-index: 11;
  }
  .sticky .dropdown-menu {
    background-color: rgba(19, 189, 206, 1);
  }
  .home .dropdown-menu, .home.sticky .dropdown-menu {
    background-color: rgba(146, 228, 237, 1);
  }
  .purple-theme .dropdown-menu, .purple-theme.sticky .dropdown-menu {
    background-color: rgba(148, 42, 110, 1);
  }
  .orange-theme .dropdown-menu, .orange-theme.sticky .dropdown-menu {
    background-color: rgba(241, 91, 64, 1);
  }
  .green-theme .dropdown-menu, .green-theme.sticky .dropdown-menu {
    background-color: rgba(164, 190, 57, 1);
  }
  .yellow-theme .dropdown-menu, .yellow-theme.sticky .dropdown-menu {
    background-color: rgba(232, 165, 39, 1);
  }
  .dropdown-menu.open {
    right: 0;
  }
  .dropdown-menu ul li {
    display: block;
    width: 100%;
    padding: 0 15px;
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .dropdown-menu li.btn-prev {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .dropdown-menu li.btn-prev a {
    display: block;
    padding: 14px 0;
    color: #ffffff;
  }
  .dropdown-menu ul li a {
    padding: 14px 0;
    font-family: "Averta-Semibold";
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
  }
  header .nav-menu > li > a:hover, header .nav-menu > li.current-menu-item > a, header .nav-menu li.current-menu-ancestor > a {
    color: #13BDCE;
  }
  .dropdown-menu ul li a:hover, .dropdown-menu ul li.current-menu-item > a {
    color: rgba(255, 255, 255, 0.80);
  }
  .page-template-innovative-solutions-template header .nav-menu > li > a:hover, .page-template-innovative-solutions-template header .nav-menu > li.current-menu-item > a, .purple-theme header .nav-menu > li.current-menu-ancestor > a, .purple-theme header .nav-menu > li > a:hover {
    color: #942A6E;
  }
  .purple-theme .dropdown-arrow:hover:before {
    border-color: #942A6E;
  }
  .page-template-educational-offerings-template header .nav-menu > li > a:hover, .page-template-educational-offerings-template header .nav-menu > li.current-menu-item > a, .orange-theme header .nav-menu > li.current-menu-ancestor > a, .orange-theme header .nav-menu > li > a:hover {
    color: #F15B40;
  }
  .orange-theme .dropdown-arrow:hover:before {
    border-color: #F15B40;
  }
  .page-template-meet-our-experts-template header .nav-menu > li > a:hover, .page-template-meet-our-experts-template header .nav-menu > li.current-menu-item > a, .green-theme header .nav-menu > li.current-menu-ancestor > a, .green-theme header .nav-menu > li > a:hover {
    color: #A4BE39;
  }
  .green-theme .dropdown-arrow:hover:before {
    border-color: #A4BE39;
  }
  .page-template-how-can-we-help-template header .nav-menu > li > a:hover, .page-template-how-can-we-help-template header .nav-menu > li.current-menu-item > a, .yellow-theme header .nav-menu > li.current-menu-ancestor > a, .yellow-theme header .nav-menu > li > a:hover {
    color: #E8A527;
  }
  .yellow-theme .dropdown-arrow:hover:before {
    border-color: #942A6E;
  }

  .dropdown-menu ul li a:after, .dropdown-menu ul li::after {
    display: none;
  }
  .dropdown-menu .btn-prev span {
    position: relative;
    padding-left: 0;
  }
  .dropdown-menu .btn-prev span:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    border-color: #ffffff;
    transform: rotate(135deg);
  }
  .banner {
    height: 300px;
  }
  .link-items {
    padding-bottom: 45px;
  }
  .link-items .row {
    justify-content: center;
  }
  .link-items [class*="col-"] {
    margin-bottom: 40px;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .page-title .container {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .main-content {
    padding-top: 50px;
  }
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 81px;
    background-size: 991px auto;
  }
  .three-items::before {
    height: 70px;
  }
  .page-title:after {
    height: 51px;
    background-size: 991px auto;
  }
  .page-title .container {
    min-height: 250px;
  }
  .page-child .page-title .container {
    min-height: 200px;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 61px;
  }
  .page-template-consulting-services-template .page-title h1, .page-template-innovative-solutions-template .page-title h1, .page-template-educational-offerings-template .page-title h1, .page-template-meet-our-experts-template .page-title h1, .page-template-how-can-we-help-template .page-title h1 {
    padding: 22px 0 22px 125px
  }
  .page-child .page-title::after {
    height: 48px;
  }
  .success-formula h1, .success-formula h2 {
    font-size: 22.4px;
    line-height: 24px;
  }
  .success-formula .block {
    font-size: 22px;
  }
  .three-items {
    padding-bottom: 70px;
  }
  .three-items .row {
    justify-content: center;
  }
  .three-items .white-box {
    padding: 18px 15px 15px;
    margin-bottom: 30px;
  }
  .three-items .white-box h3, .three-items .white-box > span {
    min-height: 60px;
    line-height: 50px;
  }

  h1, .h1 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1.5px;
  }
  h2, .h2, .border-title {
    font-size: 36px;
    line-height: 48px;
  }
  .border-title span {
    max-width: 480px;
    margin: 0 auto;
  }
  .main-content::after, .three-items::after {
    height: 170px;
  }
  .default-section {
    padding-bottom: 120px;
  }
  .error404 {
    padding-top: 40px;
  }
  p, ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li, ol li {
    font-size: 18px;
    line-height: 26px;
  }
  ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li::before {
    top: 11px;
  }
  .sp-members [class*="col-"] {
    padding-bottom: 20px;
  }
  .sp-members [class*="col-"]:last-child {
    padding-bottom: 0;
  }
  .members-name li {
    font-size: 20px;
  }
  .list-header-wrap .header-right h3 {
    font-size: 28px;
  }
  .list-header-wrap .header-right .designation, .list-header-wrap .header-right .info {
    font-size: 20px;
    line-height: 28px;
  }
  .member-list .block h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .page-template-how-can-we-help-template .success-formula {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .item-block {
    padding-bottom: 15px;
  }
  .item-block p span {
    font-size: 17px;
  }
  .item-block h3 {
    font-size: 22px;
  }
  .simple-introducing {
    text-align: center;
  }
  .simple-introducing .col-lg-7 {
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .simple-introducing h2, .training-courses h2 {
    font-size: 22px;
  }
  .our-experience .row, .ionic-features .row {
    margin: 0 -15px;
  }
  .our-experience .row [class*="col-"], .ionic-features .row [class*="col-"] {
    padding: 0 15px;
  }
  .ionic-features [class*="col-"] {
    margin-top: 0;
  }
  .simple-introducing img {
    max-width: 370px;
  }
  .ionic-features .row {
    justify-content: center;
  }
  .simple-introducing .btn {
    min-width: 350px;
  }
  .training-courses ul + h2 {
    margin-top: 25px;
  }
  .blog_pagination {
    margin-top: 10px;
  }
  [class*="col-"] aside {
    padding: 50px 0 0;
  }
  .search-form {
    margin-bottom: 25px;
  }
  form input[type="submit"] {
    padding: 20px 25px;
  }
  .training-courses .btn-block {
    padding-top: 10px;
  }
  .orange-theme .btn {
    padding: 20px 25px;
  }
  .page-template-events-template .page-title .container {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  body.sticky {
    padding-top: 95px;
  }
  .sticky header nav {
    top: 88px;
    height: calc(100vh - 88px);
  }
  a {
    transition: none;
  }
  header .container {
    padding: 10px 15px;
  }
  header::after {
    height: 5px;
  }
  header .brand {
    max-width: 310px;
  }
  header nav {
    top: 94px;
    height: calc(100vh - 94px);
  }
  .banner {
    height: 220px;
  }
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 63px;
    background-size: 767px auto;
  }
  .three-items::before {
    height: 55px;
  }
  .main-content {
    padding-top: 50px;
  }
  .success-formula {
    padding: 0 0 40px;
  }
  .spc-about p {
    font-size: 22px;
    line-height: 32px;
  }
  .link-items {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .link-items [class*="col-"] {
    -ms-flex: 0 0 0%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .link-items h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .three-items {
    padding-top: 85px;
    padding-bottom: 20px;
  }
  .three-items .white-box:hover {
    transform: none;
  }
  .three-items .white-box h3, .three-items .white-box > span {
    min-height: 10px;
    padding: 10px 0;
    font-size: 24px;
    line-height: normal;
  }
  .three-items .white-box h3 img, .three-items .white-box > span img {
    max-width: 170px;
  }
  footer {
    border-top-width: 17px;
  }
  footer .row > [class*="col-"]:nth-child(2), footer .row > [class*="col-"]:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .col-item .footer_title {
    min-width: 90px;
  }
  .copyright {
    margin-top: 30px;
  }
  .back-to-top {
    left: auto;
    right: 15px;
  }
  .back-to-top.active {
    bottom: 40px;
  }
  .back-to-top a {
    width: 50px;
    height: 50px;
    font-size: 10px;
    line-height: 10px;
  }
  .back-to-top a span {
    padding-top: 6px;
  }
  .back-to-top a span::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #13BDCE;
  }

  h1, .h1 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 1.1px;
  }
  h2, .h2, .border-title {
    font-size: 28px;
    line-height: 38px;
  }
  .h3, h3 {
    font-size: 26px;
  }
  .h4, h4 {
    font-size: 22px;
  }
  .border-title span {
    max-width: 350px;
  }
  .page-title::after {
    height: 39px;
    background-size: 767px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 46px;
  }
  .page-child .page-title::after {
    height: 37px;
  }
  .page-title .container {
    min-height: 200px;
  }
  .page-child .page-title .container {
    min-height: 180px;
  }
  .page-title img {
    max-width: 80px;
  }
  .page-template-consulting-services-template .page-title h1, .page-template-innovative-solutions-template .page-title h1, .page-template-educational-offerings-template .page-title h1, .page-template-meet-our-experts-template .page-title h1, .page-template-how-can-we-help-template .page-title h1 {
    padding: 16px 0 16px 95px;
  }
  .page-template-consulting-services-template .page-title h1::before, .page-template-innovative-solutions-template .page-title h1::before, .page-template-educational-offerings-template .page-title h1::before, .page-template-meet-our-experts-template .page-title h1::before, .page-template-how-can-we-help-template .page-title h1::before {
    width: 76px;
    height: 76px;
    background-size: 250px auto;
    background-position: 0 -634px;
  }
  .page-template-innovative-solutions-template .page-title h1:before {
   background-position: -80px -634px;
  }
  .page-template-educational-offerings-template .page-title h1:before {
   background-position: -160px -634px;
  }
  .page-template-meet-our-experts-template .page-title h1:before {
   background-position: 0 -713px;
  }
  .page-template-how-can-we-help-template .page-title h1:before {
   background-position: -80px -713px;
  }

  .boxes {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .boxes .row [class*="col-"] {
    margin-bottom: 20px;
  }
  .boxes .item h3, .boxes .item h2, .boxes .item > span {
    font-size: 20px;
    line-height: 24px;
  }
  p, ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li, ol li {
    font-size: 16px;
    line-height: 26px;
  }
  ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li {
    padding-left: 20px;
    margin-bottom: 13px;
  }
  ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) li ul:not(.nav-menu):not(.container):not(.members-name):not(.menu) {
    margin-top: 13px;
  }
  .main-content::after, .three-items::after {
    height: 120px;
  }
  .default-section {
    padding-bottom: 80px;
  }
  .page-template-innovative-solutions-template .boxes, .page-template-educational-offerings-template .boxes {
    padding-bottom: 20px;
  }
  .page-template-innovative-solutions-template .boxes .row [class*="col-"], .page-template-educational-offerings-template .boxes .row [class*="col-"] {
    margin-bottom: 20px;
  }
  .pt-4 {
    padding-top: 1rem !important;
  }
  .pb-4 {
    padding-bottom: 1rem !important;
  }
  .row.pt-4 {
    padding-top: 8px !important;
  }
  .sp-team {
    padding-top: 30px;
  }
  .members-name li {
    font-size: 18px;
    line-height: normal;
  }
  .member-list {
    padding-top: 50px;
  }
  .list-header-wrap {
    padding: 10px 0 10px 10px;
    margin-bottom: 15px;
  }
  .list-header-wrap .header-right h3 {
    font-size: 24px;
  }
  .list-header-wrap .header-right .designation span::before {
    margin: -7px 10px 0 8px;
    height: 20px;
  }
  .member-image {
    width: 125px;
    height: 125px;
  }
  .member-image .image-rotate {
    top: -16px;
    left: -16px;
    height: 150px;
    width: 150px;
  }
  .list-header-wrap .header-right {
    width: calc(100% - 155px);
    padding: 25px 0;
    margin-left: 30px;
  }
  .list-header-wrap .header-right .designation, .list-header-wrap .header-right .info {
    font-size: 18px;
    line-height: normal;
  }
  .member-list .block {
    padding-top: 20px;
  }
  .member-list .block h4 {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: normal;
  }
  .sp-interns {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .sp-interns .member-list {
    padding-top: 20px;
  }
  .sp-interns .border-title {
    margin-bottom: 22px;
  }
  .form-wrap {
    padding: 20px 0;
  }
  textarea.form-control {
    height: 150px;
  }
  form input[type="submit"] {
    margin: 30px auto 20px;
  }
  .our-experience, .ionic-features {
    padding-top: 25px;
  }
  .item-block {
    padding: 5px 0 10px;
  }
  .item-block h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .item-block p span {
    font-size: 15px;
  }
  .simple-introducing h2, .training-courses h2 {
    font-size: 20px;
  }
  .simple-introducing img {
    max-width: 280px;
  }
  .ionic-features {
    padding-top: 40px;
  }
  .feature-item-title {
    height: auto;
    padding: 15px;
  }
  .feature-item-info {
    min-height: 10px;
  }
  .ionic-features .btn-block {
    padding-top: 15px;
  }
  .ionic-features .btn {
    min-width: 375px;
  }
  .training-courses .row {
    margin: 0 -15px;
  }
  .training-courses [class*="col-"] {
    padding: 0 15px 20px;
  }
  .orange-theme .btn {
    min-width: 350px;
  }

  .error404 h1 {
    font-size: 110px;
    line-height: 105px;
    letter-spacing: 5px;
  }
  .error404 h2 {
    padding: 0;
    font-size: 26px;
  }
  .btn {
    min-width: 250px;
    padding: 18px 25px;
    font-size: 20px;
  }
  .simple-introducing .btn {
    min-width: 300px;
  }
  .training-courses ul + h2 {
    margin-top: 15px;
  }
  .success-formula h1, .success-formula h2 {
    font-size: 16.4px;
    line-height: 18px;
  }
  .success-formula .block {
    font-size: 16px;
  }
  header.entry-header .entry-title, .widget-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .page-template-custom-model-development-template .main-content {
    min-height: 10px;
  }
  .page-template-events-template .page-title .container {
    min-height: 180px;
  }

}

@media screen and (max-width: 575px) {
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 47px;
    background-size: 575px auto;
  }
  .three-items::before {
    height: 40px;
  }
  .three-items {
    padding-bottom: 35px;
  }
  .three-items .white-box {
    margin-bottom: 15px;
  }
  .success-formula h1, .success-formula h2 {
    font-size: 24px;
    line-height: normal;
    text-align: center;
  }
  .success-formula h1 span, .success-formula h2 span {
    display: block;
  }
  .success-formula h1 i span, .success-formula h2 i span {
    display: inline-block;
  }
  .success-formula .block {
    padding-top: 5px;
    font-size: 24px;
    text-align: center;
  }
  .success-formula .block::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .success-formula .block span {
    padding: 0 15px;
  }
  h1, .h1 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 1px;
  }
  h2, .h2, .border-title {
    font-size: 24px;
    line-height: 28px;
  }
  .h3, h3 {
    font-size: 22px;
  }
  .h4, h4 {
    font-size: 20px;
  }
  .border-title span {
    margin: 0 auto;
  }
  .page-title::after {
    height: 30px;
    background-size: 575px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 35px;
  }
  .page-child .page-title::after {
    height: 28px;
  }
  .page-title .container {
    min-height: 160px;
    padding-bottom: 15px;
  }
  .page-child .page-title .container {
    min-height: 150px;
  }
  .page-title img {
    max-width: 60px;
  }
  .page-template-consulting-services-template .page-title h1, .page-template-innovative-solutions-template .page-title h1, .page-template-educational-offerings-template .page-title h1, .page-template-meet-our-experts-template .page-title h1, .page-template-how-can-we-help-template .page-title h1 {
    padding: 16px 0 16px 70px;
  }
  .page-template-consulting-services-template .page-title h1::before, .page-template-innovative-solutions-template .page-title h1::before, .page-template-educational-offerings-template .page-title h1::before, .page-template-meet-our-experts-template .page-title h1::before, .page-template-how-can-we-help-template .page-title h1::before {
    left: -3px;
    width: 61px;
    height: 61px;
    background-size: 200px auto;
    background-position: 0 -507px;
  }
  .page-template-innovative-solutions-template .page-title h1:before {
   background-position: -64px -507px;
  }
  .page-template-educational-offerings-template .page-title h1:before {
   background-position: -128px -507px;
  }
  .page-template-meet-our-experts-template .page-title h1:before {
   background-position: 0 -570px;
  }
  .page-template-how-can-we-help-template .page-title h1:before {
   background-position: -64px -570px;
  }
  .boxes .row [class*="col-"] {
    width: 50%;
  }
  .boxes .item {
    width: 165px;
    height: 165px;
  }
  .boxes .item h3, .boxes .item h2, .boxes .item > span {
    font-size: 18px;
    line-height: 22px;
  }


  .sp-members [class*="col-"] {
    padding-bottom: 10px;
  }
  .members-name li {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .member-image {
    width: 100px;
    height: 100px;
    border-width: 2px;
    border-radius: 25px;
  }
  .member-image .image-rotate {
    top: -12px;
    left: -12px;
    height: 120px;
    width: 120px;
  }
  .list-header-wrap .header-right {
    width: calc(100% - 130px);
    padding: 15px 0;
  }
  .list-header-wrap .header-right h3 {
    font-size: 20px;
  }
  .list-header-wrap .header-right .designation, .list-header-wrap .header-right .info {
    font-size: 16px;
  }
  .list-header-wrap .header-right .designation span:before {
    margin: -3px 10px 0 8px;
    height: 18px;
  }
  .member-list .block {
    padding-top: 15px;
  }
  .member-list .block h4 {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .form-wrap {
    padding: 10px 0;
  }
  form input[type="submit"] {
    margin: 20px auto 20px;
  }
  .page-template-how-can-we-help-template .success-formula {
    padding-top: 15px;
  }
  .item-block h3, .simple-introducing h2, .training-courses h2 {
    font-size: 18px;
  }
  .page-template-events-template .page-title .container {
    min-height: 150px;
  }
}

@media screen and (max-width: 479px) {
  body.sticky {
    padding-top: 72px;
  }
  .sticky header nav {
    top: 72px;
    height: calc(100vh - 72px);
  }
  header .brand {
    max-width: 210px;
  }
  header nav {
    top: 72px;
    height: calc(100vh - 72px);
  }
  .banner {
    height: 200px;
  }
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 38px;
    background-size: 479px auto;
  }
  .three-items::before {
    height: 35px;
  }
  .page-title::after {
    height: 24px;
    background-size: 479px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 29px;
  }
  .page-child .page-title::after {
    height: 23px;
  }
  .spc-about p {
    font-size: 20px;
    line-height: 30px;
  }
  .col-item-info {
    padding-left: 10px;
  }
  .boxes .row [class*="col-"] {
    width: 100%;
  }

  .main-content::after, .three-items::after {
    height: 75px;
  }
  .default-section {
    padding-bottom: 50px;
  }
  .error404 {
    padding-top: 10px;
  }
  .error404 h1 {
    font-size: 90px;
    line-height: 85px;
  }
  .error404 h2 {
    padding: 0;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .btn {
    display: block;
    min-width: 220px;
    padding: 14px 25px;
    font-size: 20px;
    line-height: normal;
  }
  .ionic-features .btn-block {
    padding-top: 0;
  }
  .ionic-features .btn, .simple-introducing .btn, .orange-theme .btn {
    min-width: 10px;
  }
  .simple-introducing .btn-block h2 {
    display: block;
  }
  header.entry-header .entry-title, .widget-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 399px) {
  h1, .h1 {
    font-size: 22px;
  }
  h2, .h2, .border-title {
    font-size: 20px;
    line-height: 24px;
  }
  .h3, h3 {
    font-size: 20px;
  }
  .h4, h4 {
    font-size: 18px;
  }
  .h5, h5, .h6, h6 {
    font-size: 17px;
  }
  .border-title span {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 240px;
  }
  .link-items [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  header.entry-header .entry-title, .widget-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .banner {
    height: 150px;
  }
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 30px;
    background-size: 375px auto;
  }
  .three-items::before {
    height: 28px;
  }
  .page-title::after {
    height: 19px;
    background-size: 375px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 21px;
  }
  .page-child .page-title::after {
    height: 18px;
  }
}

@media screen and (max-width: 374px) {
  .list-header-wrap {
    display: block;
    padding: 0;
  }
  .member-image {
    margin: 0 15px 22px;
  }
  .list-header-wrap .header-right {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .banner::after, .three-items::before, .page-template-meet-our-experts-template .page-title::after, .page-template-how-can-we-help-template .page-title::after {
    height: 26px;
    background-size: 320px auto;
  }
  .three-items::before {
    height: 24px;
  }
  .page-title::after {
    height: 16px;
    background-size: 320px auto;
  }
  .page-template-educational-offerings-template .page-title::after {
    height: 20px;
  }
  .page-child .page-title::after {
    height: 15px;
  }
  .btn, input[type="submit"] {
    min-width: 240px;
  }
}
@media screen and (max-width: 319px) {
  .success-formula h1, .success-formula h2, .success-formula .block {
    font-size: 21px;
  }
}