@charset "UTF-8";
/* CSS Document */

/*==============================================================
  Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #fff;
  background: #fff;
}

a {
  outline: none;
  text-decoration: none;
  color: #555;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: "Open Sans", sans-serif;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1e4598;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

.slick-slide {
  outline: none !important;
}

/*==============================================================
  Chrome Hack
==============================================================*/

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================================================
  Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #54595f;
}
.form-control:-moz-placeholder {
  opacity: 1;
  color: #54595f;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #54595f;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #54595f;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==============================================================
  Custom Style
==============================================================*/

.container {
  max-width: 1194px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/*==============================================================
  Common Style
==============================================================*/
h1,
.h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 0;
}
h2,
.h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
}
h3,
.h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.cta-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius:100px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 11px 35px;
}
.cta-white-fill {
  background: #f1f4f9;
  border: 2px solid #f1f4f9;
  color: #1e4598;
}
.cta-white-fill:focus{
   color: #1e4598;
}
.cta-white-fill:hover {
  background: transparent;
  color: #f1f4f9;
}
.cta-white-fill:hover:focus{
  color:#f1f4f9;
}
.cta-blue-fill {
  color: #f1f4f9;
  background: #1e4598;
  border: 2px solid #1e4598;
}
.cta-blue-fill:focus{
  color: #f1f4f9;
}
.cta-blue-fill:hover {
  color: #1e4598;
  background: transparent;
}
.cta-white-outline {
  border: 2px solid #f1f4f9;
  color: #f1f4f9;
}
.cta-white-outline:hover {
  background: #f1f4f9;
  color: #1e4598;
}
.cta-white-outline:hover:focus{
  color: #1e4598;
}
.cta-white-outline:focus{
  color: #f1f4f9;
}
.cta-blue-outline {
  border: 2px solid #1e4598;
  color: #1e4598;
}
.cta-blue-outline:focus{
  color: #1e4598;
}
.cta-blue-outline:hover {
  background: #1e4598;
  color: #f1f4f9;
}
.sec-wrap {
  padding: 100px 0;
}
.cta-read-more {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #1e4598;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-read-more:hover {
  color: #1055e9;
}
/*==============================================================
  Header Style
==============================================================*/
.header-wrap {
  position: relative;
}
.header-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-image: linear-gradient(rgba(14, 31, 65, 1), rgba(14, 31, 65, 0));
  background-repeat: no-repeat;
  z-index: 2;
}
.header-wrap header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap.sticky header {
  background: #1e4598;
}
.header-logo {
  position: relative;
	width: 140px;
	height: 56px;
}
.header-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #acb9ce;
}
.header-wrap.sticky .container {
  border-bottom: 0;
}
.header-wrap .header-left .header-logo a {
  display: inline-block;
}
.header-wrap .header-right {
  display: flex;
  align-items: center;
}
.header-wrap .header-right .menu {
  /*margin-right: 30px;*/
}
.header-wrap .header-right .menu > ul {
  display: flex;
}
.header-wrap .header-right .menu > ul > li {
  /*margin: 0 15px;
  padding-right: 20px;*/
	margin: 0 13px;
	padding-right: 15px;
  position: relative;
}
.header-wrap .header-right .menu > ul > li:last-child {
  margin-right: 0;
}
.header-wrap .header-right .menu > ul > li:first-child {
  margin-left: 0;
}
.header-wrap .header-right .menu > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #f1f4f9;
  text-transform: uppercase;
  padding: 38px 0;
	font-family: verdana;
}
.header-wrap .header-right .header-contact-wrap {
  display: flex;
  align-items: center;
}
.header-wrap .header-right .header-contact-wrap .contact-btn-wrap > a {
  padding: 5px 19px;
  font-size: 14px;
}
.header-wrap .header-right .header-contact-wrap .contact-btn-wrap {
  padding-right: 20px;
  position: relative;
}
.header-wrap .header-right .header-contact-wrap .contact-btn-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 1px;
  height: 26px;
  background: #acb9ce;
}
.header-wrap .header-right .header-contact-wrap .contact-search-wrap {
  padding-left: 20px;
}
.header-wrap .header-right .header-contact-wrap .contact-search-wrap a {
  display: flex;
}
.sub-menu {
  position: absolute;
  top: 100%;
  width: 186px;
  background: #fff;
  opacity: 0;
	margin-left: 4px;
  visibility: hidden;
  -webkit-box-shadow: 0px 6px 15px rgba(30, 69, 152, 0.1);
  -moz-box-shadow: 0px 6px 15px rgba(30, 69, 152, 0.1);
  box-shadow: 0px 6px 15px rgba(30, 69, 152, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-menu > li {
  padding: 10px 16px;
  border-bottom: 1px solid #f1f4f9;
}
.sub-menu > li > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #54595f;
  /*text-transform: capitalize;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-menu > li > a:hover {
  color: #1e4598;
}
.header-wrap .header-right .menu > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.hamburger-wrap .ham-line {
  width: 20px;
  height: 2px;
  background: #fff;
  margin-bottom: 2px;
}
.mobile-contact-wrap {
  padding: 10px;
  display: none;
  text-align: center;
}
.mobile-contact-wrap a {
  padding: 5px 19px;
  font-size: 14px;
}
.menu-arrow {
  width: 8px;
  height: 8px;
  top: 47%;
  right: 0;
  position: absolute;
  /*border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
  cursor: none;
}

/*==============================================================
  SearchBarSec Style
==============================================================*/
.searchbar-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  background: #1e4598;
  padding: 22px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.searchbar-wrap .container {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: center;
}
.searchbar-wrap .searchbar-input-wrap input {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
}
.searchbar-wrap .searchbar-input-wrap a {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  /*top: 5px;*/
}
.searchbar-wrap.active {
  opacity: 1;
  visibility: visible;
}
.searchbar-wrap .searchbar-input-wrap form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.searchbar-wrap .searchbar-input-wrap #btn-search-data{
  position: relative;
  top:2px;
  padding: 0;
  width:16px;
  height:16px;
  background-image: url('../images/search.svg');
  background-repeat: no-repeat;
  margin-left: 10px;
  background-color:transparent;
}
.searchbar-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 4px;
    position: relative;
    top: 6px;
    cursor: pointer;
}

.searchbar-close:hover {
    opacity: 0.7;
	background: transparent;
}
/*==============================================================
  BannerVideoSec Style
==============================================================*/
.banner-video-wrap {
  height: 859px;
  position: relative;
  overflow: hidden;
}
.banner-video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 69, 152, 0.7);
  z-index: 1;
}
.banner-video-wrap::after {
  content: "";
  position: absolute;
  top:inherit;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  background: url("../images/homeintersection.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: 2;
}

.banner-video-wrap .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-video-wrap video {
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.banner-video-wrap .banner-video-info {
  position: relative;
  z-index: 2;
  max-width: 786px;
  width: 100%;
}
.banner-video-wrap .banner-video-info h1 {
  color: #fff;
}
.banner-video-wrap .banner-video-info h6 {
  color: #fff;
  padding: 23px 0 26px;
  font-size: 20px;
font-weight: 400;
line-height: 33px;
}
.banner-video-wrap .banner-video-info a {
  font-size: 18px;
  padding: 16px 31px;
}

/*==============================================================
  ourMottoSec Style
==============================================================*/
.our-motto-wrap .our-motto-list {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
.our-motto-wrap .our-motto-list:last-child {
  padding-bottom: 0;
}
.our-motto-wrap .our-motto-list:nth-child(2n) {
  flex-direction: row-reverse;
}
.our-motto-wrap .our-motto-list .our-motto-list-left {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.our-motto-wrap .our-motto-list .our-motto-list-right {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.our-motto-wrap .our-motto-list .our-motto-list-right .our-motto-img-wrap {
 -webkit-box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
-moz-box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
}
.our-motto-wrap .our-motto-list .our-motto-list-right .our-motto-img-wrap img{
  width:100%;
}
.our-motto-wrap .our-motto-list .our-motto-list-left .title {
  padding-bottom: 32px;
}
.our-motto-wrap .our-motto-list .our-motto-list-left .title h2 {
  color: #54595f;
}
.our-motto-wrap .our-motto-list .our-motto-list-left .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #54595f;
}
.our-motto-wrap .our-motto-list .our-motto-list-left .about-motto-listing-wrap {
  padding: 12px 0 15px;
}
.about-motto-listing-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.about-motto-listing-wrap ul > li {
  width: 33.33%;
  padding: 0 18px;
  position: relative;
}
.about-motto-listing-wrap ul > li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
 -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
  background: #1e4598;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.about-motto-listing-wrap ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #54595f;
  text-transform: capitalize;
}
.motto-list-btn-wrap {
  padding-top: 13px;
}

/*==============================================================
  CaseStudySec Style
==============================================================*/
.case-study-wrap {
  background: #f1f4f9;
  padding: 100px 0 280px;
}
.case-study-wrap .case-study-list {
  display: flex;
  align-items: center;
}
.case-study-wrap .case-study-list .case-study-left,
.case-study-wrap .case-study-list .case-study-right {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.case-study-wrap .case-study-list .case-study-left img {
  width: 100%;
}
.case-study-wrap .case-study-list .case-study-right .title h2 {
  color: #54595f;
}
.case-study-wrap .case-study-list .case-study-right .title {
  padding-bottom: 26px;
}
.case-study-wrap .case-study-list .case-study-right .title p {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #1e4598;
  text-transform: uppercase;
}
.case-study-wrap .case-study-list .case-study-right .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #54595f;
}
.case-study-list-btn-wrap {
  padding-top: 12px;
}
/*==============================================================
  Lets'talk Style
==============================================================*/
.lets-talk-wrap {
  background-image: url("../images/letstalk.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 102px;
  position: relative;
}
.lets-talk-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 69, 152, 0.94);
}
.lets-talk-info {
  position: relative;
  text-align: center;
}
.lets-talk-info h2 {
  color: #f1f4f9;
  padding-bottom: 31px;
}
.lets-talk-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #f1f4f9;
}
.lets-talk-info a {
  margin-top: 12px;
  font-size: 18px;
  padding: 16px 30px;
}
.home-lets-talk-wrap {
  margin-top: -180px;
}

/*==============================================================
  MissionCardSec Style
==============================================================*/
.mission-card-wrap {
  padding: 100px 0;
}
.mission-card-wrap .mission-card-title-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.mission-card-title-wrap .title h2 {
  color: #54595f;
}
.mission-card-btn-wrap a span {
  position: relative;
  top: -1px;
  padding-left: 10px;
}
.mission-card-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.mission-card-list-wrap .mission-card-list {
  width: 33.33%;
  padding: 0 15px;
	padding-bottom: 20px;
}
.mission-card-list-wrap .mission-card-list .mission-card {
  -webkit-box-shadow: 0px 6px 15px rgba(30, 69, 152, 0.1);
  -moz-box-shadow: 0px 6px 15px rgba(30, 69, 152, 0.1);
  box-shadow: 0px 6px 15px rgba(30, 69, 152, 0.1);
  height:100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mission-card-list-wrap .mission-card-list .mission-card:hover {
  transform: scale(1.02);
  backface-visibility: hidden;
}
.mission-card .card-image img {
  width: 100%;
	height: 225px;
}
.mission-card .card-info {
  padding: 31px 20px;
}
.mission-card .card-info h3 {
  color: #54595f;
}
.mission-card .card-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #54595f;
  padding-top: 14px;
}
.mission-card .card-info a span {
  padding-left: 10px;
  position: relative;
  top: -2px;
}
.mission-card-wrap-sub-pages {
	padding: 20px 0;
}

/*==============================================================
  FooterSec Style
==============================================================*/
.footer-wrap {
  background-color: #0e1f41;
}
.footer-top-wrap {
  padding: 100px 0;
  margin: 0 -15px;
  display: flex;
  border-bottom: 1px solid #1e4598;
}
.footer-top-wrap .footer-contact-wrap {
  width: 33.33%;
  padding: 0 15px;
}
.footer-top-wrap .footer-contact-wrap .footer-logo {
  padding-bottom: 30px;
}
.footer-top-wrap .footer-contact-wrap .footer-logo a {
  display: inline-block;
}
.footer-top-wrap .footer-contact-wrap .footer-contact a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #f1f4f9;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-top-wrap .footer-contact-wrap .footer-contact a:hover {
  text-decoration: underline;
}
.footer-top-wrap .footer-contact-wrap .footer-contact {
  padding-bottom: 9px;
}
.footer-top-wrap .footer-social-icon-wrap ul {
  display: flex;
  align-items: center;
}
.footer-top-wrap .footer-social-icon-wrap ul > li {
  padding-right: 20px;
}
.footer-top-wrap .footer-social-icon-wrap ul > li > a {
  display: flex;
  color: #f1f4f9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-top-wrap .footer-social-icon-wrap ul > li:first-child a:hover {
  color: #4267b2;
}
.footer-top-wrap .footer-social-icon-wrap ul > li:nth-child(2) a:hover {
  color: #0077b5;
}
.footer-top-wrap .footer-social-icon-wrap ul > li:last-child a:hover {
  color: #ff0000;
}
.footer-top-wrap .footer-link-wrap {
  width: 16.66666667%;
  padding: 17px 15px 0;
}
.footer-top-wrap .footer-link-wrap h4 {
  margin-bottom: 19px;
  position: relative;
}
.footer-top-wrap .footer-link-wrap h4 a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #f1f4f9;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-top-wrap .footer-link-wrap h4 a:hover{
  text-decoration: underline;
}
.footer-top-wrap .footer-link-wrap ul > li + li {
  margin-top: 10px;
}
.footer-top-wrap .footer-link-wrap ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #f1f4f9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-top-wrap .footer-link-wrap ul > li > a:hover {
  text-decoration: underline;
}
.footer-bottom-wrap {
  padding: 20px 0;
}
.footer-bottom-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom-wrap ul > li {
  padding-right: 40px;
}
.footer-bottom-wrap ul > li:last-child {
  padding-right: 0;
}
.footer-bottom-wrap ul > li:first-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #acb9ce;
}
.footer-bottom-wrap ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #acb9ce;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-bottom-wrap ul > li > a:hover {
  color: #f1f4f9;
}

.footer-top-wrap .footer-link-wrap h4 span{
  position: absolute;
  background-color: #1E4598;
  border:1px solid #F1F4F9;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
.footer-menu-arrow .footer-arrow-icon{
  position: relative;
  top:8px;
  left:6px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-menu-arrow.open .footer-arrow-icon{
  left:6px;
  -webkit-transform: rotate(175deg);
  -moz-transform: rotate(175deg);
  -o-transform: rotate(175deg);
  -ms-transform: rotate(175deg);
  transform: rotate(175deg);
}
.footer-certification-logo{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.footer-certification-logo img {
	width: 60px;
}

/* ContactusPage */
/*==============================================================
   BannerSec Style
==============================================================*/
.banner-wrap {
  padding: 200px 0 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 69, 152, 0.8);
}
.banner-wrap .contactus-banner-wrap {
  position: relative;
  margin: 0 -15px;
  display: flex;
  align-items: center;
}
.banner-wrap h1 {
  color: #f1f4f9;
  padding-bottom: 23px;
}
.banner-wrap p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #f1f4f9;
  margin-bottom: 26px;
}
.banner-wrap .contactus-banner-left ul > li {
  color: #f1f4f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 18px;
}
.banner-wrap .contactus-banner-left ul > li + li {
  margin-top: 10px;
}
.banner-wrap .contactus-banner-left ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
  margin: auto 0;
  background: #f1f4f9;
}
.banner-wrap .contactus-banner-wrap .contactus-banner-left {
  width: 66.67%;
  padding: 0 15px;
}
.banner-wrap .contactus-banner-right {
  width: 33.33%;
  padding: 0 15px;
}
.banner-wrap .contactus-banner-right .banner-contactus-form-wrap {
  padding: 30px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
  -moz-box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
  box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
  margin-bottom: -138px;
	border-radius: 25px;
	color: black;
}
.banner-contactus-form-wrap .form-group {
  position: relative;
  margin-bottom: 0;
}
.wpcf7-form-control-wrap {
  background: #fff;
  height: 100%;
  display: block;
}
.banner-contactus-form-wrap .form-group + .form-group {
  margin-top: 16px;
}
.banner-contactus-form-wrap .form-group input {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 16px;
  border: 1px solid #acb9ce;
  position: relative;
  -webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
  height: 50px;
  background: #fff;
}
.banner-contactus-form-wrap .form-group select {
  width: 100%;
  padding-left: 16px;
  border: 1px solid #acb9ce;
  position: relative;
  -webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #54595f;
  background: #fff;
}
.banner-contactus-form-wrap .form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #54595f;
  position: absolute;
  left: 0;
  height: 50px;
  top: 0;
  margin-left: 16px;
  margin-bottom: 0;
  transform: translateY(0);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-contactus-form-wrap .input-group input:focus {
  border: 1px solid #54595f;
}
.banner-contactus-form-wrap .form-group.active label {
  top: 13px;
  font-size: 12px;
  transform: translateY(-55%);
}
.banner-contactus-form-wrap .contact-us-form-btn {
  margin-top: 18px;
}
.banner-contactus-form-wrap .form-group .contact-form-btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #f1f4f9;
  padding: 19px 30px;
  width: 100%;
  height: inherit;
  background: #1e4598;
   -webkit-border-radius:50px;
-moz-border-radius: 50px;
border-radius:50px;
  text-transform: uppercase;
  border: 2px solid #1e4598;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-contactus-form-wrap .contact-form-btn:hover {
  color: #1e4598;
  background: transparent;
}
.banner-contactus-form-wrap .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7-form-control-wrap.option div.form-control {
  padding: 0;
  border: 0;
  height: 50px;
}
.banner-contactus-form-wrap .form-group input[type="submit"] {
  margin-top: 18px;
}
.banner-contactus-form-wrap .gform_wrapper{
  margin: 0;
}
.banner-contactus-form-wrap .gform_wrapper .gform_body ul li.gfield{
  margin: 0;
  padding: 0;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container{
  margin: 0;
}
.banner-contactus-form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  padding: 18px 16px;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container input{
  margin: 0;
  height: 50px;
  border:1px solid #ACB9CE;
    -webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container input:focus{
  border:1px solid #54595F;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container select{
  height:50px;
  border:0;
  -webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: transparent;
  padding:14px 16px;
    border:1px solid #ACB9CE;
  -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container select:focus{
  border:1px solid #54595F;
}

.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container select{
  background-image: url('../images/select_arrow.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
   color: #54595f;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container{
  margin-bottom: 16px;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container input::-webkit-input-placeholder{
  color: #54595f;
  opacity: 1;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container input:-moz-placeholder{
  color: #54595f;
   opacity: 1;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container input::-moz-placeholder{
  color: #54595f;
   opacity: 1;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container input:-ms-input-placeholder{
  color: #54595f;
   opacity: 1;
}
.banner-contactus-form-wrap .gform_wrapper .top_label div.ginput_container input[type="text"]{
    color: #54595f;
}
.banner-contactus-form-wrap .gform_wrapper .gform_footer{
  margin: 0;
  padding: 0;
}
.banner-contactus-form-wrap .gform_wrapper .gform_footer input[type="submit"]{
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #f1f4f9;
  padding: 15px 30px;
  margin: 0;
  width: 100%;
  height: inherit;
  background: #1e4598;
    -webkit-border-radius:50px;
-moz-border-radius: 50px;
border-radius:50px;
  text-transform: uppercase;
  border: 2px solid #1e4598;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-contactus-form-wrap .gform_wrapper .gform_footer input[type="submit"]:hover{
  color: #1e4598;
    background: transparent
}
/*==============================================================
   ContactUs ListSec Style
==============================================================*/
.contactus-wrap {
  padding: 141px 0 100px;
}
.contactus-wrap .contactus-list {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
.contactus-wrap .contactus-list ul{
	margin-left: 1rem;
	margin-bottom: 1rem;
	list-style: disc;
}
.contactus-wrap .contactus-list:nth-child(2n) {
  flex-direction: row-reverse;
}
.contactus-wrap .contactus-list:last-child {
  padding-bottom: 0;
}
.contactus-list-wrap .contactus-list .contactus-list-img-wrap img{
  -webkit-box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
-moz-box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
box-shadow: 0px 15px 24px rgba(30, 69, 152, 0.16);
}
.contactus-list .contactus-list-img-wrap,
.contactus-list .contactus-list-info-wrap {
  width: 50%;
  padding: 0 15px;
}

.embed-responsive.embed-responsive-16by9 {
	height: fit-content;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.embed-responsive.embed-responsive-16by9 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.embed-responsive.embed-responsive-16by9::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.contactus-list .contactus-list-info-wrap .title p {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #1e4598;
  text-transform: uppercase;
}
.contactus-list .contactus-list-info-wrap .title h2 {
  color: #54595f;
  padding-bottom: 31px;
}
.contactus-list .contactus-list-info-wrap .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #54595f;
  margin-bottom: 27px;
}
.contactus-list .contactus-list-info-wrap .btn-wrap a {
  padding: 11px 30px;
}
.contactus-list-img-wrap img {
  width: 100%;
}
.contactus-list .contactus-list-img-wrap{
  position: relative;
}
.contactus-list .contactus-list-img-wrap .video-polygon{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  background: rgba(30,69,152,0.83);
  width:100px;
  height:100px;
    -webkit-border-radius:50px;
-moz-border-radius: 50px;
border-radius:50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactus-list .contactus-list-img-wrap .video-polygon img{
  padding-left: 5px;
}
/*==============================================================
  FeatureTableSec Style
==============================================================*/
.feature-table-wrap {
  padding: 100px 0;
  background: #f1f4f9;
}
.feature-table-wrap table {
  width: 100%;
  overflow-x: auto;
}
.feature-table-wrap :is(table,td,th){
   border:0;
}
.feature-table-wrap table td,
.feature-table-wrap table th {
  padding: 8px;
}
.feature-table-wrap table tr:nth-child(odd) {
  background-color: #f9fafc;
}
.feature-table-wrap table tr:nth-child(even) {
  background-color: #fff;
}
.feature-table-wrap table tr td {
  width: 16.67%;
  padding: 23px 30px 20px 30px;
  text-align: center;
  vertical-align: middle;
}
.feature-table-wrap table tr td:first-child {
  width: 33.33%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #54595f;
}
.feature-table-wrap table tr:first-child {
  background: transparent;
}
.feature-table-wrap table tr th {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #1e4598;
  text-transform: capitalize;
}
.feature-table-wrap table tr td img {
  max-width: 29px;
}

/*==============================================================
  FooterSec Style
==============================================================*/
.footer-lets-talk-wrap {
  position: relative;
}
.footer-lets-talk-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  top: 0;
  background: #f1f4f9;
}

/* LearningCenter Pages */
/*==============================================================
  BannerSec Style
==============================================================*/
.learning-center-banner-info {
  position: relative;
}
.learning-center-banner-info a{
	color:#fff;
	text-decoration: underline;
}
.learning-center-banner-info .banner-btn-group a {
  font-size: 18px;
  padding: 16px 35px;
  text-decoration: none;
}
.learning-center-banner-info strong{
font-size: 20px;
font-weight: 400;
line-height: 33px;
}
/*==============================================================
  Learning-Center ArticleSEc Style
==============================================================*/
.learning-center-article-wrap {
  padding: 100px 0 40px;
}
.learning-center-article-wrap .article-info-wrap {
  margin: 0 -15px;
  display: flex;
}
.learning-center-article-wrap .learning-center-article-left {
  width: 33.33%;
  padding: 0 15px;
}
.learning-center-article-wrap .learning-center-article-right {
  width: 66.67%;
  padding: 0 15px;
}
.learning-center-article-wrap .learning-center-article-left .categories-search {
  overflow: hidden;
}
.categories-search .form-group {
  position: relative;
}
.categories-search .form-group .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #011130;
  background: #f1f4f9;
  border: 1px solid #acb9ce;
  height: 66px;
   -webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
  padding: 22px 50px 22px 16px;
  height: 60px;
  width: 100%;
}
.categories-search button {
  background-image: url("../images/searchblue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;

}
.categories-search .form-group .form-control::-webkit-input-placeholder {
  color: #54595f;
  opacity: 1;
}
.categories-search .form-group .form-control:-moz-placeholder {
  color: #54595f;
  opacity: 1;
}
.categories-search .form-group .form-control::-moz-placeholder {
  color: #54595f;
  opacity: 1;
}
.categories-search .form-group .form-control:-ms-input-placeholder {
  color: #54595f;
  opacity: 1;
}
.learning-center-article-left .filter-form {
  padding-top: 47px;
}
.filter-form .filter-by-categories {
  border: 1px solid #acb9ce;
}
.filter-by-categories .filter-by-categories-box h4 {
  padding: 20px 16px;
  color: #1e4598;
 /* text-transform: capitalize;*/
  border-bottom: 1px solid #acb9ce;
}
.categories {
  padding: 20px 24px;
}

.categories ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
.categories ul li:last-child {
  margin-bottom: 0;
}
.categories ul li:before {
  display: none;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.categorie-checkbox label {
  font-size: 16px;
  line-height: 24px;
  color: #54595F;
  padding-left: 40px;
}
.styled-checkbox + label:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/checkbox.svg) no-repeat center center 24px 24px
    transparent;
  background: transparent;
  border: 1px solid #9d9fa2;
    -webkit-border-radius:2px;
-moz-border-radius: 2px;
border-radius:2px;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease-in-out;
}
.styled-checkbox:checked + label:before {
  background: url(../images/checkbox.svg) no-repeat center center #1e4598;
  border: 1px solid #1e4598;
}
.styled-checkbox:checked + label {
  color: #1e4598;
}
.filter-form .filter-by-categories .filter-by-categories-box:last-child {
  border-top: 1px solid #acb9ce;
}

.learning-center-article-listing ul li + li {
  margin-top: 30px;
}
.learning-center-article-listing .learning-center-box {
  padding: 32px 29px;
  background-color: #f1f4f9;
	border-radius: 10px;
}
.learning-center-box .learning-center-tag-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.learning-center-box .learning-center-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #5d646c;
  line-height: 24px;
  margin-bottom: 10px;
  width: 100%;
}
.learning-center-box .learning-center-info-author {
  display: flex;
  align-items: center;
}
.learning-center-box .learning-center-info-author,
.learning-center-box .learning-center-info-topic,
.learning-center-box .learning-center-info-category {
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}
.learning-center-box .learning-center-info-author::after,
.learning-center-box .learning-center-info-topic::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 1px;
  height: 14px;
  background: #acb9ce;
}
.learning-center-box .learning-center-info-author img {
  -webkit-border-radius:100%;
-moz-border-radius:100%;
border-radius:100%;
  margin-right: 14px;
  width: 28px;
  height: 28px;
  object-fit: cover;
}
.learning-center-box .learning-center-info-topic a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.learning-center-box .learning-center-info-topic a:hover {
  color: #0d51e3;
}
.learning-center-box .learning-center-info-category a {
  font-weight: 700;
  color: #1e4598;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.learning-center-box .learning-center-info-category a:hover {
  color: #5180e5;
}
.learning-center-article-listing .learning-center-box h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #54595f;
  margin-bottom: 17px;
}
.learning-center-article-listing .learning-center-box h3 a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.learning-center-article-listing .learning-center-box h3 a:hover {
  color: #1e4598;
}
.learning-center-article-listing .learning-center-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #54595f;
  margin-bottom: 17px;
}
.learning-center-article-listing .learning-center-video-category a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #1e4598;
  background: #dce2f0;
  padding: 6px 8px;
    -webkit-border-radius:50px;
-moz-border-radius: 50px;
border-radius:50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.learning-center-article-listing .learning-center-video-category a:hover {
  background: #1e4598;
  color: #fff;
}

.pagination-wrap {
  margin: 60px 0;
  overflow: hidden;
}
.pagination-wrap .wp-pagenavi {
  text-align: center;
}
.pagination-wrap .wp-pagenavi a.page-numbers {
  border: 1px solid #cbcaca;
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #5d646c;
  display: inline-block;
  margin: 8px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.pagination-wrap .wp-pagenavi span {
  border: 1px solid #cbcaca;
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #5d646c;
  display: inline-block;
  margin: 8px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.pagination-wrap .wp-pagenavi a.previouspostslink,
.pagination-wrap .wp-pagenavi a.prev {
  width: 60px;
  height: 60px;
  background: url(../images/pagination-arrow.svg) no-repeat center center !important;
  font-size: 14px;
  border: 1px solid #cbcaca;
  line-height: 60px;
  display: inline-block;
  margin: 8px;
  text-indent: -5000px;
  text-align: center;
}
.pagination-wrap .wp-pagenavi a.nextpostslink,
.pagination-wrap .wp-pagenavi a.next {
  width: 60px;
  height: 60px;
  background: url(../images/pagination-arrow.svg) no-repeat center center !important;
  transform: rotate(-180deg);
  font-size: 18px;
  border: 1px solid #cbcaca;
  line-height: 60px;
  display: inline-block;
  margin: 8px;
  text-indent: -5000px;
  text-align: center;
}

.pagination-wrap .wp-pagenavi a.previouspostslink,
.pagination-wrap .wp-pagenavi a.next:hover,
.pagination-wrap .wp-pagenavi a.previouspostslink,
.pagination-wrap .wp-pagenavi a.prev:hover {
  background-color: #90adeb !important;
}
.pagination-wrap .wp-pagenavi span.page-numbers.current {
  background: #1e4598;
  color: #fff;
}
.pagination-wrap .wp-pagenavi a.page-numbers:hover {
  background-color: #1e4598;
  color: #fff;
}
.learning-center-mobile-filter {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: 47px;
  padding: 5px 10px;
  background: #1e4598;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  z-index: 9;
  cursor: pointer;
   -webkit-border-radius:0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius:0 4px 4px 0;
  display: none;
}

.learning-center-mobile-filter-close {
  display: none;
  padding: 12px 10px;
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: 47px;
  background: #1e4598;
  width: 36px;
  height: 37px;
 webkit-border-radius:0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius:0 4px 4px 0;
  cursor: pointer;
  z-index: 32;
}
.subscribe-popup-wrap {
  padding: 50px 0;
}
.subscribe-popup {
  max-width: 440px;
  margin: 0 auto;
  padding: 40px 51px;
  background: #0e1f41;
  position: relative;
}
.subscribe-popup .subscribe-email-icon {
  text-align: center;
  padding-bottom: 34px;
}
.subscribe-popup h4 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
}
.subscribe-popup .ns-group.form-group input {
  width: 100%;
  height: 50px;
  padding: 18px 16px;
}
.subscribe-popup .ns-action {
  padding-top: 23px;
}
.subscribe-popup .ns-action input {
  width: 100%;
  -webkit-border-radius:100px;
-moz-border-radius: 100px;
border-radius:100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  padding: 19px 30px;
}
.subscribe-popup .ns-action input:hover {
  background: #fff;
}
.subscribe-popup-wrap {
  padding: 0;
}
.fancybox-content {
  overflow: initial;
}
.fancybox-button svg {
  display: none;
}
.fancybox-slide--html .fancybox-close-small {
  background-image: url("../images/subscribe_close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  right: -21px;
  top: -15px;
}
.fancybox-slide--html .fancybox-close-small:hover {
  background-color: transparent;
  border:0;
}
.subscribe-popup-wrap .ginput_container.ginput_container_email input{
  height:50px;
}
.subscribe-popup-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  padding: 18px 16px;
  -webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
  font-size:14px;
  font-weight: 400;
  line-height: 20px;
  color: #54595f;
  margin:0;
}
.subscribe-popup-wrap .gform_wrapper li.hidden_label input{
margin-top: 0;
}
.subscribe-popup-wrap .gform_wrapper li.hidden_label input::-webkit-input-placeholder {
  color: #54595f;
  opacity: 1;
}
.subscribe-popup-wrap .gform_wrapper li.hidden_label input:-moz-placeholder {
  color: #54595f;
  opacity: 1;
}
.subscribe-popup-wrap .gform_wrapper li.hidden_label input::-moz-placeholder {
  color: #54595f;
  opacity: 1;
}
.subscribe-popup-wrap .gform_wrapper li.hidden_label input:-ms-input-placeholder {
  color: #54595f;
  opacity: 1;
}
.subscribe-popup-wrap .gform_wrapper ul.gform_fields li.gfield{
	padding: 0;
	margin-top: 0;
}
.subscribe-popup-wrap .gform_wrapper .gform_footer{
	padding: 0;
	margin:0;
	margin-top: 23px;
}
.subscribe-popup-wrap .gform_wrapper .gform_footer input[type="submit"]{
	width:100%;
	margin:0;
	  -webkit-border-radius:100px;
-moz-border-radius: 100px;
border-radius:100px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px !important;
    letter-spacing: 0.02em;
    padding: 15px 30px;
    color: #f1f4f9;
    background: #1e4598;
    border: 2px solid #1e4598
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
.subscribe-popup-wrap .gform_wrapper .gform_footer input[type="submit"]:hover{
	background: #fff;
	color: #1e4598;
}
/* BlogDetailsPage */
/*==============================================================
   BannerSec Style
==============================================================*/
.banner-wrap.blog_detail .blog-detail-banner-info {
  position: relative;
}
.banner-wrap.blog_detail .blog-detail-banner-info h1 {
  max-width: 990px;
  width: 100%;
  padding-bottom: 30px;
  color: #f1f4f9;
}
.banner-wrap.blog_detail .learning-center-box .learning-center-info {
  margin-bottom: 0;
  color: #f1f4f9;
}
.banner-wrap.blog_detail .learning-center-box .learning-center-info-topic a,
.banner-wrap.blog_detail .learning-center-box .learning-center-info-category a {
  color: #f1f4f9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-wrap.blog_detail
  .learning-center-box
  .learning-center-info-topic
  a:hover,
.banner-wrap.blog_detail
  .learning-center-box
  .learning-center-info-category
  a:hover {
  text-decoration: underline;
}

.banner-wrap.blog_detail .learning-center-info-author,
.banner-wrap.blog_detail .learning-center-info-topic,
.banner-wrap.blog_detail .learning-center-info-category {
  margin-bottom: 0;
}
/*==============================================================
   BannerSec Style
==============================================================*/
.blog-details-wrap {
  padding: 85px 0 0;
  position: relative;
}
.blog-details-wrap .blog-details {
  display: flex;
  margin: 0 -15px;
}
.blog-details-wrap .blog-details-social {
  width: 16.66%;
  padding: 0 15px;
}
.blog-details-wrap .blog-details-blank {
  width: 16.66%;
  padding: 0 15px;
}
.blog-details-wrap .blog-details-social ul {
  position: sticky;
  top: 130px;
}
.blog-details-wrap .blog-details-social ul li + li {
  padding-top: 14px;
}
.blog-details-wrap .blog-details-social ul li a {
  width: 26px;
  height: 26px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-details-wrap .blog-details-social ul li a .svg {
  color: #1e4598;
}
.blog-details-wrap .blog-details-social ul li a:hover .svg.facebook {
  color: #4267b2;
}
.blog-details-wrap .blog-details-social ul li a:hover .svg.linkedin {
  color: #0077b5;
}
.blog-details-wrap .blog-details-social ul li a:hover .svg.youtube {
  color: #ff0000;
}
.blog-details-wrap .blog-details-social ul li a:hover .svg.twitter {
  color: #1da1f2;
}
.blog-details-wrap .blog-details-listing {
  width: 66.67%;
  margin: 0 auto;
  padding: 0 15px;
	height: fit-content;
}
.post-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #54595f;
  margin-bottom: 31px;
}
.post-content p a{
	color: #f89524;
}
.post-content p a:hover,
.post-content p a:focus{
	color: #16326d;
	text-decoration: underline;
}
.post-content blockquote {
  border-left: #1e4598 solid 5px;
/*  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04);*/
  padding: 68px 72px 40px;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
/*  font-style: italic;*/
  color: #54595f;
  background: url(../images/quote-icon.svg) no-repeat 22px 0px;
  background-color: #f1f4f9;
  margin: 0;
  margin-bottom: 41px;
}
.post-content blockquote .quote-content{
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  font-style: initial;
    color: #54595f;
    margin: 0;
}
.post-content blockquote .quotes_author {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 0;
  color: #54595f;
  padding-top: 17px;
  font-style: initial;
}
.post-content .embed-responsive.embed-responsive-16by9 {
  margin-bottom: 38px;
}
.post-content .book-mockup-wrap {
  border: 1px solid #dedede;
    -webkit-border-radius:8px;
-moz-border-radius: 8px;
border-radius:8px;
  background: #f1f4f9;
  padding: 27px 32px;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}

.book-mockup-img {
  padding-right: 41px;
}
.post-content h3 {
  padding-bottom: 12px;
	font-size: 20px;
  color:#54595F;
}
.post-content .book-mockup-wrap .book-mockup-info h3 {
  color: #272223;
  max-width: 404px;
  width: 100%;
  padding-bottom: 17px;
}
.post-content .book-mockup-wrap .book-mockup-info > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5d646c;
  max-width: 404px;
  width: 100%;
  margin-bottom: 21px;
}
.post-content .book-mockup-wrap a {
  padding: 9px 20px;
}
.post-content h2 {
  color: #54595f;
  padding-bottom: 22px;
	font-size:28px;
}

.post-content .blog-details-subscribe-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #f1f4f9;
  border: 1px solid #dedede;
    -webkit-border-radius:8px;
-moz-border-radius: 8px;
border-radius:8px;
  margin-bottom: 35px;
  position: relative;
}
.post-content .blog-details-subscribe-wrap ul li{
	padding: 0;
}
.post-content .blog-details-subscribe-wrap .left {
  width: 35%;
  position: relative;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.post-content .blog-details-subscribe-wrap .right {
  width: 65%;
  padding: 20px 31px;
}
.post-content .blog-details-subscribe-wrap .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.post-content .blog-details-subscribe-wrap .right h3 {
  color: #272223;
  padding-bottom: 13px;
}
.post-content .blog-details-subscribe-wrap .right input {
  max-width: 338px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #acb9ce;
  padding: 18px 16px !important;
  margin-bottom: 18px;
}
.post-content .blog-details-subscribe-wrap .right input[type="text"]{
  background: #fff;
}
.post-content .blog-details-subscribe-wrap .right input[type="submit"] {
  -webkit-border-radius:50px;
  -moz-border-radius: 50px;
  border-radius:50px;
  padding-top: 19px;
  padding-bottom: 15px;
  margin: 0;
  height: inherit;
  border: 2px solid #1e4598;
  background: #1e4598;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.6!important;
}
.post-content .blog-details-subscribe-wrap .right input.cta-btn:focus{
 background: #1e4598;
 color:#fff;
}
.post-content .blog-details-subscribe-wrap .right input.cta-btn:hover{
  color: #1e4598;
  background: transparent;
}
.post-content .blog-details-subscribe-wrap .right input.cta-btn:hover:focus{
   color: #1e4598;
  background: transparent;
}
.blog-details-subscribe-wrap .gform_wrapper .gform_footer{
	padding: 0;
	margin:0;
}

.post-content ul li{
  position: relative;
  padding-left: 20px;
	color: #54595f;
}
.post-content ul li:before{
  content:'';
  position: absolute;
  width:7px;
  height:7px;
    -webkit-border-radius:50%;
-moz-border-radius: 50%;
border-radius:50%;
  left:0;
  top:10px;
  background: #828282;
}
/*==============================================================
   letstalkSec Style
==============================================================*/
.blog-details-letstalk-wrap {
  padding-bottom: 100px;
}

/* Thankyou Page */
/*==============================================================
   BannerSec Style
==============================================================*/

.banner-wrap.thankyou .learning-center-banner-info .banner-btn-group a:nth-child(2) {
  margin-left: 20px;
  color:#1e4598;
}
.banner-wrap.thankyou .learning-center-banner-info .banner-btn-group a:nth-child(2):hover {
  color:#fff;
}
.mission-card-wrap.thank_you .mission-card-title-wrap .title {
  width: 100%;
}
.sub-menu > li > a.menu-link.active{
	color:#1E4598;
}
.page-id-20 .content-area.primary,.page-id-29 .content-area.primary,.page-id-31 .content-area.primary{
	background: #fff;
}
.page-id-20 #primary,.page-id-29 #primary,.page-id-31 #primary{
	margin-top: 101px;
}
.page-id-31 #primary .elementor-31 .elementor-element.elementor-element-0da86d1 .elementor-headline{
  margin-top: 20px;
}
.page-id-20  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding-top:20px;
}
.contactus-banner-right  .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border: 0;
	background: transparent;
}
.contactus-banner-right .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none;
}
.contactus-banner-right .gform_wrapper .validation_message{
	display: none;
}
.subscribe-popup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none;
}
.subscribe-popup  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
margin:0;
}
.subscribe-popup  .gform_wrapper div.validation_error{
	color:#fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.blog-details-subscribe-wrap .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border: 0;
	background: transparent;
	margin:0;
}
.blog-details-subscribe-wrap  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none;
}
.blog-details-subscribe-wrap .gform_wrapper div.validation_error{
	margin-bottom: 0;
}
.cta-btn{
	text-decoration: none !important;
}
.page-id-31 .elementor-widget-container .elementor-text-editor.elementor-clearfix ul li{
  position: relative;
  padding-left: 20px;
}
.page-id-31 .elementor-widget-container .elementor-text-editor.elementor-clearfix ul li::before{
  content:'';
  position: absolute;
  width:7px;
  height:7px;
      -webkit-border-radius:50%;
-moz-border-radius: 50%;
border-radius:50%;
  left:0;
  top:10px;
  background: #828282;
}

.banner-contactus-form-wrap .hbspt-form .hs-input,.subscribe-popup .hbspt-form .hs-input{
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 18px 16px;
  border: 1px solid #acb9ce;
  position: relative;
     -webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
  height: 50px;
  background: #fff;
  margin-top: 10px;
}
.banner-contactus-form-wrap .hbspt-form .hs-input:focus{
  border:1px solid #54595F;
}
.banner-contactus-form-wrap .hbspt-form .hs-form-field,.subscribe-popup .hbspt-form .hs-form-field{
  margin-bottom: 16px;
}
.banner-contactus-form-wrap .hbspt-form label{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
}
.subscribe-popup .hbspt-form label{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color:#fff;
}
.hbspt-form  .hs-input.invalid.error{
  border:1px solid #f00;
}
.hbspt-form .hs-error-msg,.hbspt-form .hs-main-font-element{
  display: none;
}
.hs_submit.hs-submit{
  margin-top: 18px;
}
.hbspt-form .hs-button{
font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #f1f4f9;
  padding: 16px 30px;
  width: 100%;
  height: inherit;
  background: #1e4598;
    -webkit-border-radius:50px;
-moz-border-radius: 50px;
border-radius:50px;
  text-transform: uppercase;
  border: 2px solid #1e4598;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-contactus-form-wrap .hbspt-form .hs-button,.hbspt-form .hs-button:focus{
  background: #1e4598;
  border-color:#1e4598;
}
.hbspt-form .hs-button:hover{
    color: #1e4598;
  background: transparent;
}
.subscribe-popup .hbspt-form .hs-button:hover{
  background: #fff;
}
.hbspt-form #file_attachment-376ad14d-eb81-4d61-acac-1af519b285fb{
  padding: 13px;
}
.banner-wrap.thankyou .learning-center-banner-info{
  max-width: 786px;
  width:100%;
}
.error404.ast-separate-container #primary{
    margin-top: 101px;
}

.error404 .ast-404-search .form-group{
    background: #fafafa;
    border: 1px solid #eaeaea;
    color: #666;
    height: auto;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
  }

.error404 .ast-404-search #btn-search-data{
  position: absolute;
  top:0;
  bottom:0;
  right:20px;
  padding: 0;
  width:16px;
  height:16px;
  background-image: url('../images/search404.svg');
  background-repeat: no-repeat;
  margin:auto 0;
  background-color:transparent;
}
.error404 .ast-404-search #search-data{
  border:0;
  width:100%;
  padding-right: 40px;
}
.single-learning-centers .embed-responsive.embed-responsive-16by9::before{
	padding-top: 0;
}
.description{
	color:black
}
.legal-consent-container {
	display:flex;
	align-items: center;
	flex-direction: column;	
}
.hs_LEGAL_CONSENT.subscription_type_11851617 hs-LEGAL_CONSENT.subscription_type_11851617 hs-fieldtype-booleancheckbox field hs-form-field {
	margin-bottom: 0;
}
.input#LEGAL_CONSENT\.subscription_type_11851617-376ad14d-eb81-4d61-acac-1af519b285fb{
	margin-right: 10px;
	width: 20px;
	margin-top: 0;
}
#LEGAL_CONSENT\.subscription_type_11681589\-376ad14d\-eb81\-4d61\-acac\-1af519b285fb {
	margin-right: 10px;
	width: 20px;
	margin-top: 0;
}
.wp-caption .wp-caption-text {
    color: black;
}
.post-content h4 {
	color: #54595F;
}
.post-content h5 {
	color: #54595F;
}
.post-content h6 {
	color: #54595F;
}
.post-content ol {
	list-style:auto;
	color: #54595F;
	padding-left: 15px;
	text-indent: 4px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1194px;
}
.blog-container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

