@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Saira:500&display=swap');*/

@import url("https://fonts.googleapis.com/css?family=Barlow:700|Merriweather+Sans:300,400,700,800,800i|Merriweather:300,400,400i,700,700i,900|Roboto:400,500|Saira:400,500,700,800|Lato:400,700,900&display=swap");

@import url("https://fonts.googleapis.com/css?family=Poppins:900&display=swap");

/*
	font-family: 'Barlow', sans-serif;
	font-family: 'Merriweather', serif;
	font-family: 'Merriweather Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Saira', sans-serif;
	font-family: 'SFUIText';
	
	font-family: 'Poppins', sans-serif;
	font-family: 'Lato', sans-serif;
*/

/******************************************************************************************/
body,
input,
textarea {
  font-family: "Merriweather", sans-serif;
}
body {
  font-weight: 400;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "Merriweather Sans", sans-serif;
}
.bp_cont h1 {
  font-size: 28px;
  font-weight: 300;
}
.bp_cont h2 {
  font-size: 24px;
}
.bp_cont h3 {
  font-size: 22px;
}
.bp_cont h4 {
  font-size: 18px;
}
.bp_cont p {
  font-size: 16px;
  font-weight: 400;
}
p strong {
  font-weight: 500;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
}
iframe {
  max-width: 100%;
  height: auto;
 /*  min-height: 378px; */
}
input,
textarea,
a {
  outline: none;
}
.clear {
  clear: both;
  visibility: hidden;
  width: 1px;
  height: 1px;
  display: block;
  overflow: hidden;
}

::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
}

img,
#cifl_nav a,
.gss_form * {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/******************************************************************************************/

body {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px; /*padding-top:140px;*/
  padding-top: 100px;
}
body.ferb_closed {
  padding-top: 100px;
}

h3.b_hdn {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #0d3a65;
  text-align: center;
  margin: 0 0 20px;
}

.wrap_1150 {
  width: 1150px;
  max-width: 94%;
  margin: 0 auto;
}

#hdr_m {
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}
.inr_wrhdr {
  padding: 17px 5%;
  border: 1px solid #f2f2f2;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.08);
}
#hdr_m .logo {
  display: inline-block;
  float: left;
}
#hdr_m .logo img {
  display: block;
  max-height: 50px;
}
#cifl_nav {
  float: right;
  margin: 6px 0;
}
#cifl_nav ul {
  margin: 0;
  padding: 0;
}
#cifl_nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
#cifl_nav ul li:first-child {
  margin-left: 0;
}
#cifl_nav ul li a {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #667291;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
}
#cifl_nav ul li a:hover {
  color: #0d3a65;
}
#cifl_nav ul li.boxed {
  margin-left: 70px;
}
#cifl_nav ul li.boxed a {
  color: #ffffff;
  background: #0957e4;
  border-radius: 10px;
  padding: 5px 39px;
}

#cifl_nav ul li.boxed a:hover,
.fom_part .wrp_ds > a:hover {
  background-color: #667291;
}

#fer_bar {
  text-align: center;
  background: #9ff6fc;
  padding: 9px 0;
  position: relative;
}
#fer_bar p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0d3a65;
  display: inline-block;
  vertical-align: middle;
  width: 700px;
  max-width: 90%;
}
#fer_bar p a {
  color: #0e55a8;
  text-decoration: underline;
}
#fer_bar #close_ferbar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/fer_close_x.png) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 5.5%;
}

#fer_bar img {
  max-height: 30px;
  display: inline-block;
  width: auto;
  max-width: 30px;
  vertical-align: middle;
}

.wid_sec {
  background: #0d3a65;
  padding: 130px 0 60px;
}
.cpy_r_txt {
  background: #05315a;
  padding: 23px 0;
}
.wrap_1050 {
  width: 1050px;
  max-width: 96%;
  margin: 0 auto;
}
.wid_ft {
  width: 126px;
  margin: 0 60px 0 0;
  display: inline-block;
  vertical-align: top;
}
.wid_ft:first-child {
  width: 425px;
  margin: 0 110px 0 0;
}
.wid_ft:last-child {
  margin-right: 0;
}
.wid_ft h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 23px;
}
.wid_ft p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.wid_ft h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 14px;
}

.wid_ft ul li {
  display: block;
}
.wid_ft ul li a {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #8a94a6;
  line-height: 36px;
}
.wid_ft ul li a:hover {
  color: #9ff6fc;
  text-decoration: underline;
}
.cpy_r_txt p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2em;
}
.cpy_r_txt p a {
  color: #ffffff;
  text-decoration: underline;
}

.fom_part {
  background: #dde3e9;
  padding: 50px 0;
  text-align: center;
}
.fom_part .wrp_ds {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.fom_part .wrp_ds div {
  display: inline-block;
  vertical-align: middle;
  width: 530px;
  margin-right: 130px;
  text-align: left;
  max-width: 100%;
}
.fom_part h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 25px;
  color: #000000;
  line-height: 36px;
  margin: 0 0 2px;
}
.fom_part p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.fom_part .wrp_ds > a {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  background: #0957e4;
  border-radius: 10px;
  padding: 10px 20px;
  width: 215px;
  text-align: center;
}

.feat_on_sec {
  background: rgba(238, 238, 238, 0.45);
  text-align: center;
  padding: 48px 0 71px;
}
.feat_on_sec h3.b_hdn {
  margin-bottom: 0;
}
.feat_on_sec .wrp_ds {
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}
.feat_on_sec ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 39px 35px 0;
}
.feat_on_sec ul li a {
  display: block;
  opacity: 0.51;
}
.feat_on_sec ul li a:hover {
  opacity: 1;
}
.feat_on_sec ul li img {
  display: block;
}

#team_cifl {
  text-align: center;
  padding: 23px 0 98px;
}
#team_cifl .wrp_ds {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
#team_cifl ul li {
  display: inline-block;
  vertical-align: top;
  width: 214px;
  margin: 9px 20px 0;
}
#team_cifl ul li img {
  display: block;
  margin: 0 0 14px;
  border-radius: 20px;
}
#team_cifl ul li h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #0d3a65;
  text-align: left;
  margin: 0 0 -3px 7px;
}
#team_cifl ul li p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 27px;
  text-align: left;
  margin: 0 0 0 7px;
}

.cnt_ab {
  padding: 79px 0 36px;
}
.cnt_ab .wrp_ds {
  width: 784px;
  max-width: 90%;
  margin: 0 auto;
}

.gp_fi .wrp_ds > * {
  padding: 0 67px;
}
.gp_fi .wrp_ds img {
  padding: 0;
}

.cnt_ab h2 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #253662;
  line-height: 38px;
  margin: 0 0 16px;
}
.cnt_ab h2 strong {
  font-weight: 800;
}
.cnt_ab p,
.cnt_ab li {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #565656;
  line-height: 32px;
  margin-bottom: 31px;
}
.cnt_ab p strong {
  font-weight: 700;
}
.cnt_ab a {
  color: #0d3a65;
  text-decoration: underline;
}

.cnt_ab a:hover {
  color: #9ff6fc;
}

.cnt_ab ul {
  margin: 0 0 31px;
}
.cnt_ab ul li {
  position: relative;
  padding: 0 0 0 34px;
  margin-bottom: -1px;
}
.cnt_ab ul li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #d8d8d8;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 14px;
}
.cnt_ab img {
  border-radius: 20px;
  display: block;
  margin: 0 auto 48px;
}
.cnt_ab blockquote,
.cnt_ab blockquote p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #0d3a65;
  line-height: 32px;
}
.cnt_ab .wrp_ds > blockquote {
  padding: 0 27px;
}
.cnt_ab blockquote p {
  margin: 0;
  line-height: inherit;
  border-left: 12px solid #9ff6fc;
  padding: 8px 0 8px 44px;
}

.cnt_ab ul li {
  margin-bottom: 17px;
}

.sh_vid {
  text-align: center;
  padding: 49px 0 76px;
  background: #0d3a65 url(../images/line_n_dots_bg.png) no-repeat center center;
  background-size: cover;
}
.sh_vid .wrp_ds {
  width: 635px;
  max-width: 80%;
  margin: 0 auto;
}
.sh_vid h4 {
  opacity: 0.4;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: #ffffff;
  margin: 0 0 13px;
}
.sh_vid h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 54px;
  color: #ffffff;
  line-height: 54px;
  margin: 0 0 54px;
}
.sh_vid a.vid_wr,
.gsty_vid a.vid_wr {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.sh_vid a.vid_wr:before,
.gsty_vid a.vid_wr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/play_btn_r.svg) no-repeat center center;
  background-size: 74px 74px;
}
.sh_vid a.vid_wr:hover:before,
.gsty_vid a.vid_wr:hover:before {
  opacity: 0.8;
}
.sh_vid a.vid_wr img,
.gsty_vid a.vid_wr img {
  display: block;
  width: 100%;
}

.hd_tx {
  width: 830px;
  max-width: 96%;
  margin: 65px auto 30px;
  text-align: center;
}
.hd_tx h2 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 54px;
  color: #0d3a65;
  line-height: 54px;
  margin: 0 0 24px;
  line-height: 1.2em;
  text-align:center;
}
.hd_tx p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #667291;
  text-align:center;
}

.hd_tx.tutr_p_tx {
  margin-bottom: 93px;
}

.srvs_sec {
  padding: 1px 0 26px;
  margin-top: 150px;
}
.srv_item {
  margin: 0 0 100px;
}
.srv_item .stxt {
  width: 520px;
  max-width: 46%;
  margin-right: 7%;
  display: inline-block;
  vertical-align: middle;
}
.srv_item .stxt h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 37px;
  color: #253662;
  margin: 0 0 14px;
  line-height: 1.3em;
}
.srv_item .stxt p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #8a94a6;
  line-height: 2em;
  margin: 0 0 15px;
}
.srv_item .stxt > a {
  font-family: "Merriweather", serif;
  font-weight: 500;
  font-size: 18px;
  color: #0957e4;
  line-height: 2em;
}
.srv_item img {
  width: 542px;
  max-width: 48%;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.srv_item .stxt > a.readm_link {
  text-decoration: underline;
}

.rt_sec {
  background: #f4f7f8;
  padding: 1px 0;
  margin-top: 88px;
}
.rt_nav {
  text-align: center;
  margin: -33px 0 66px;
}
.rt_nav ul {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(10, 31, 68, 0.1);
}
.rt_nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.rt_nav li a {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #0d3a65;
  letter-spacing: 0.32px;
  display: block;
  padding: 21px 41px;
  text-transform: uppercase;
}
.rt_nav li.current_n a,
.rt_nav li a:hover,
.rt_nav li a.is-checked {
  color: #ffffff;
  background: #0d3a65;
}
.rt_nav li.current_n.all_n a {
  min-width: 150px;
  padding-right: 0;
  padding-left: 0;
}

.rt_posts {
}
.rt_posts .isotope {
  height: auto !important;
}
.rt_posts .rtp {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(10, 31, 68, 0.1);
  border-radius: 3px;
  width: 295px;
  margin: 0 25px 47px 0;
  padding: 14px 28px 43px;
}

.rt_posts .rtp {
  position: relative !important;
  top: inherit !important;
  bottom: inherit !important;
  right: inherit !important;
  left: inherit !important;
}

.rt_posts .rtp h4 {
  font-family: "Saira", sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: #cecece;
  letter-spacing: -0.26px;
  text-align: right;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.rt_posts .rtp h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 21px;
  color: #0d3a65;
  line-height: 26px;
  margin: 0 0 9px;
}
.rt_posts .rtp a:hover h3 {
  color: #000000;
}
.rt_posts .rtp p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #53627c;
  line-height: 27px;
}
.loadmore_r_btn {
  text-align: center;
  margin: 39px 0 41px;
}
.loadmore_r_btn a,
.loadmore_r_btn button {
  display: inline-block;
  vertical-align: top;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #727272;
  line-height: 25px;
  text-transform: uppercase;
}
.loadmore_r_btn a:before,
.loadmore_r_btn button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 24px;
  background: url(../images/loadmore_ico.svg) no-repeat center center;
  background-size: contain;
  margin: 0 12px 0 0;
}
.loadmore_r_btn a:hover,
.loadmore_r_btn button:hover {
  color: #000000;
}
.loadmore_r_btn button {
  background: none;
  border: none;
  outline: none !important;
}

.gs_hdr {
  background-image: url(../images/get_started_hdr_bg.png);
  padding: 84px 0 1px;
  margin-bottom: 176px;
}
.gs_hdr .wrp_ds {
  margin-bottom: -176px;
}
.gs_hdr h3 {
  margin-bottom: 24px;
}
.gs_hdr p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 47px;
}
.gss_form {
  padding: 105px 0 0;
  width: 705px;
  max-width: 90%;
  margin: 0 auto 106px;
}

.gss_form ul li a {
  display: block;
  border-left: 7px solid #0d3a65;
  padding: 24px 0 24px 98px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.gss_form ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/gs_select_ico.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto 0;
}
.gss_form h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #2a2a2a;
  margin: 0 0 4px;
}
.gss_form p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14.4px;
  color: #636c74;
  line-height: 21.6px;
}

.gss_form li.selected_gsf a,
.gss_form ul li a:hover {
  border-left-color: #9ff6fc;
}
.gss_form li.selected_gsf a:before,
.gss_form ul li a:hover:before {
  background-image: url(../images/gs_select_ico_b.svg);
}

.embcd_wrp {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 125px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
}

.gss_form form {
  text-align: right;
  margin-top: 30px;
}
.gss_form input[type="submit"] {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #0957e4;
  text-align: center;
  line-height: 42px;
  background: #ffffff;
  border: 2px solid #0957e4;
  border-radius: 10px;
  width: 297px;
  height: 67px;
  cursor: pointer;
}
.gss_form input[type="submit"]:hover {
  background: #0957e4;
  color: #ffffff;
}

.sbp_outwrp {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding: 51px 0 1px;
}
.sbp_title,
.sbp_bc {
  width: 650px;
  max-width: 80%;
  margin: 0 auto;
}

.sbp_title {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 54px;
  color: #0d3a65;
  line-height: 65px;
  margin-bottom: 17px;
}
.sbp_bc {
  margin-bottom: 21px;
}
.sbp_bc li {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 16px;
  color: #7e7979;
  display: inline-block;
  vertical-align: top;
}
.sbp_bc li:after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}
.sbp_bc li:last-child:after {
  display: none;
}
.sbp_bc li a {
  color: #565656;
}
.sbp_bc li a:hover {
  color: #000000;
}

.sbp_fimg {
  width: 730px;
  max-width: 80%;
  margin: 0 auto 47px;
}
.sbp_fimg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.author_bd {
  background: #edfeff;
  padding: 26px 33px 28px 42px;
  width: 653px;
  margin: 0 auto 45px;
  max-width: 80%;
  border: 1px solid #fafafa;
}
.author_bd img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.author_bd > div {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  max-width: 74%;
}
.author_bd h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #464646;
  letter-spacing: 1px;
  line-height: 38px;
}
.author_bd p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #353535;
  line-height: 38px;
}

.sbp_cnt {
}
.sbp_cnt > h2,
.sbp_cnt > h3,
.sbp_cnt > h4,
.sbp_cnt > h5,
.sbp_cnt > h6,
.sbp_cnt > p,
.sbp_cnt > ul,
.sbp_cnt > ol,
.sbp_cnt > blockquote,
.sbp_cnt > pre,
.sbp_cnt > table {
  width: 650px;
  max-width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sbp_cnt > img,
.sbp_cnt > iframe,
.sbp_cnt > table {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.sbp_cnt > img {
  border-radius: 20px;
  margin: 60px auto;
}

.sbp_cnt iframe,
.sbp_cnt table {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sbp_cnt iframe {
  /* position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  height: 100%;
}

.sbp_cnt pre,
.sbp_cnt code {
  font-size: 18px;
  color: #565656;
  white-space: normal;
}
.sbp_cnt code {
  max-width: 100%;
  width: auto;
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

.sbp_cnt h2,
.sbp_cnt h3,
.sbp_cnt h4,
.sbp_cnt h5,
.sbp_cnt h6 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  color: #253662;
}
.sbp_cnt h2 {
  font-size: 35px;
  margin-bottom: 19px;
}
.sbp_cnt h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.sbp_cnt h4 {
  font-size: 26px;
  margin-bottom: 18px;
}
.sbp_cnt h5,
.lwptoc_header .lwptoc_title {
  font-size: 24px;
}
.sbp_cnt h6 {
  font-size: 22px;
}
.sbp_cnt p,
.sbp_cnt ul li,
.sbp_cnt ol li,
.lwptoc_item {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #565656;
}
.sbp_cnt p {
  line-height: 32px;
  margin-bottom: 25px;
  word-break: break-word;
}
.sbp_cnt ul,
.sbp_cnt ol {
  line-height: 23px;
  margin-bottom: 38px;
  margin-top: 38px;
}
.sbp_cnt ul li,
.sbp_cnt ol li {
  margin-bottom: 12px;
}
.sbp_cnt ul {
  padding-left: 24px;
}
.sbp_cnt ul li {
}
.sbp_cnt ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8e8e8e;
  margin: 0 15px 0 0;
}

.sbp_cnt ol {
  list-style: none;
  counter-reset: mcntr;
  padding-left: 30px;
}
.sbp_cnt ol li {
  counter-increment: mcntr;
}
.sbp_cnt ol li:before {
  content: counter(mcntr);
  color: #232843;
  width: 12px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.sbp_cnt a,
.sbp_cnt .lwptoc-light .lwptoc_i a {
  color: #0d3a65;
  text-decoration: underline !important;
}
.sbp_cnt strong {
  font-weight: 700;
}
.sbp_cnt blockquote,
.sbp_cnt blockquote p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #0d3a65;
  line-height: 32px;
}
.sbp_cnt blockquote {
  padding: 0 27px;
}
.sbp_cnt blockquote p {
  margin: 0;
  line-height: inherit;
  border-left: 12px solid #9ff6fc;
  padding: 8px 0 8px 44px;
}

.sbp_cnt > div {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}

.sbp_cnt ul li,
.sbp_cnt ol li {
  padding-left: 20px;
  line-height: 1.6em;
}
.sbp_cnt ul li:before,
.sbp_cnt ol li:before {
  position: relative;
  left: -20px;
  margin-right: -6px;
}

.fom_part.sbp_fp {
  width: 920px;
  margin: 50px auto;
  max-width: 92%;
  padding: 32px 0;
}
.fom_part.sbp_fp.blue_c {
  background: #0d3a65;
  border-radius: 10px;
}
.fom_part.sbp_fp.white_c {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.fom_part.sbp_fp .wrp_ds div {
  width: 452px;
  max-width: 55%;
  margin-right: 12%;
}
.fom_part.sbp_fp h4 {
  margin: 0 0 0;
  width: auto;
}
.fom_part.sbp_fp p {
  margin: 0 0 0;
  width: auto;
  line-height: 2em;
}
.fom_part.sbp_fp.blue_c h4,
.fom_part.sbp_fp.blue_c p {
  color: #ffffff;
}
.fom_part.sbp_fp.white_c h4,
.fom_part.sbp_fp.white_c p {
  color: #0d3a65;
}
.fom_part.sbp_fp .wrp_ds > a {
  background: #9ff6fc;
  border-radius: 10px;
  color: #253662;
  margin-left: -5px;
  width: 200px;
}

.whtbx {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  width: 650px;
  max-width: 80%;
  margin: 45px auto;
  padding: 39px 68px;
}
.whtbx p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #8a94a6;
  line-height: 29px;
  margin: 0;
}

.vid_at_btm {
  background: #dde3e9;
  text-align: center;
  padding: 56px 0 69px;
  margin: 42px 0 0;
}
.vid_at_btm > div {
  width: 468px;
  /* max-width: 70%; */
  margin: 0 auto;
  display: block;
}
.vid_at_btm h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 36px;
  text-align: left;
  margin-bottom: 3px;
}
.vid_at_btm h4 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  margin: 0 0 29px;
  text-align: left;
}
.vid_at_btm img {
  width: 100%;
  display: block;
  margin-bottom: 22px;
 }
.vid_at_btm a.bbtn_v {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  background: #0957e4;
  border-radius: 10px;
  display: block;
  padding: 11px 0;
}

.cs_hdtx {
  width: 1000px;
}
.cs_hdtx p {
  width: 830px;
  max-width: 90%;
  margin: 0 auto;
}

.cspost {
}

.cspost {
  position: relative;
}
.cspost .inr16_wrp {
  position: relative;
  z-index: 1;
}
.cspost:before {
  content: "";
  display: block;
  background: url(../images/left_csp_shape.svg) no-repeat left center;
  background-size: contain;
  width: 370px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.cspost:nth-child(2n):before {
  content: "";
  display: block;
  background-image: url(../images/right_csp_shape.svg);
  background-position: right center;
  background-size: contain;
  width: 370px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: inherit;
}

.cspost .cwin {
  display: inline-block;
  vertical-align: middle;
  margin: 0 120px 0 0;
  padding: 160px 0;
}
.cspost .cwin img {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 10px 10px 0;
}
.cspost .cw_cnt {
  width: 578px;
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.cspost h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #253662;
  margin: 0 0 24px;
}
.cspost p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #8a94a6;
  line-height: 2em;
  margin: 0 0 18px;
}
.cspost .cw_cnt a {
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-size: 18px;
  color: #0957e4;
  line-height: 2em;
}
.cspost .cw_cnt a.readm_link {
  text-decoration: underline !important;
}

.cspost:nth-child(2n) {
  text-align: right;
}
.cspost:nth-child(2n) .cwin {
  margin: 0 0 0 120px; /*float:right;*/
  text-align: right;
}
.cspost:nth-child(2n) div.cw_cnt {
  text-align: left;
}
.cspost:nth-child(2n) .cwin img {
  border-radius: 10px 0px 0px 10px;
}

.cspost .cwin:nth-child(3) {
  display: none;
}
.cspost:nth-child(2n) .cwin:nth-child(1) {
  display: none;
}
.cspost:nth-child(2n) .cwin:nth-child(3) {
  display: inline-block;
}

.YouTubeDialog {
  background-color: rgba(0, 0, 0, 0.8) !important;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 0 !important;
  left: 0 !important;
  position: fixed !important;
  z-index: 999999;
  text-align: center;
}
.YouTubeDialog .ui-dialog-titlebar {
  margin-top: 5%;
}
.YouTubeDialog .ui-dialog-titlebar button .ui-button-text {
  background: #ffffff;
  padding: 5px 6px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}

#cifl_nav li.wpmm_mega_menu:hover > a {
  color: #0d3a65;
}
#cifl_nav li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  z-index: 1;
  background: #ffffff;
  width: 930px;
  max-width: 90%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 66px 40px 51px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.08);
}
#cifl_nav li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu {
  display: block !important;
}

#cifl_nav li.wpmm_mega_menu .wpmm-col-6 {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  max-width: 46%;
  margin: 0 2% 0 0;
}

#cifl_nav li.wpmm_mega_menu div.left_side h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #0d3a65;
  margin-bottom: 3px;
}
#cifl_nav li.wpmm_mega_menu div.left_side p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 18px;
  color: #53627c;
  line-height: 2em;
  margin-bottom: 17px;
}

#cifl_nav li.wpmm_mega_menu div.left_side ul.soc_med_nav li {
  margin: 0 26px 0 0;
}
#cifl_nav li.wpmm_mega_menu div.left_side ul.soc_med_nav li a {
  font-family: FontAwesome !important;
  background: #0d3a65;
  line-height: 1em;
  border-radius: 100%;
  width: 30px;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  color: #ffffff;
}
#cifl_nav li.wpmm_mega_menu div.left_side ul.soc_med_nav li a:hover {
  background: #9ff6fc;
}

#cifl_nav li.wpmm_mega_menu div.right_side h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #253662;
  line-height: 28px;
  margin-bottom: 15px;
}
#cifl_nav li.wpmm_mega_menu div.right_side p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #8a94a6;
  line-height: 33px;
  margin-bottom: 6px;
}
#cifl_nav li.wpmm_mega_menu div.right_side a {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #0d3a65;
  line-height: 33px;
  border-bottom: 2px solid #9ff6fc;
  display: inline-block;
  vertical-align: top;
}

.form_dgss {
  width: 500px;
  display: block;
  margin: 0 auto 80px;
  max-width: 96%;
}
.form_dgss form {
  text-align: left;
}
.form_dgss .ff_wrp > label:first-child {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(74, 74, 74, 0.72);
  display: block;
  margin: 0 0 8px 3px;
}
.form_dgss input[type="text"],
.form_dgss input[type="email"] {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 12px;
  color: #4a4a4a;
  width: 100%;
  height: 49px;
  max-width: 100%;
  display: block;
  margin: 0 0 25px;
  padding: 0 20px;
}
.form_dgss .rad_ssf {
  border: 1px solid #a5a5a7;
  overflow: hidden;
  height: auto;
  margin: 0 0 29px;
  border-radius: 3px;
  background: #ffffff;
}

.form_dgss .rad_ssf label {
  display: inline-block;
  vertical-align: top;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(74, 74, 74, 0.72);
  text-align: center;
  border-right: 1px solid #e7e7e7;
  background: #ffffff;
  width: 33.2%;
  line-height: 53px;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form_dgss .rad_ssf label:last-child {
  border-right: none;
}

.form_dgss input[type="radio"] {
  display: none;
}
.form_dgss ul.rad_ssf input[type="radio"]:checked + label {
  color: #4a4a4a;
  background: #f7f7f7;
  cursor: pointer;
}
.form_dgss input[type="submit"] {
  display: block;
  width: 100%;
  margin: 0 0 34px;
}

.form_dgss h5 {
  color: #000000;
  font-size: 16px;
  font-family: "Merriweather", serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center;
  line-height: 23px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.form_dgss p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0.7px;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
}
.form_dgss p a {
  color: #0957e4;
  font-weight: 900;
  text-decoration: underline;
}

.inr_wrhdr {
  box-shadow: none;
  border: none;
  position: relative;
}
.inr_wrhdr:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #f2f2f2;
}
#hdr_m .logo {
  position: relative;
  z-index: 4;
}
#cifl_nav ul#menu-main-menu-1 > li > a {
  position: relative;
  z-index: 5;
}
#cifl_nav li.wpmm_mega_menu.hover > ul.wp-megamenu-sub-menu {
  display: block !important;
}

#acrd_faq {
  width: 830px;
  max-width: 90%;
  margin: 29px auto 98px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  box-shadow: 0 10px 20px 0px #ebebed;
}
h2.s_title {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #253662;
  text-align: center;
}
.faq_slide:first-child > h3 {
  border-top: 0;
}
.faq_slide h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #353535;
  letter-spacing: -0.8px;
  line-height: 25px;
}
.faq_slide > h3 {
  outline: none;
  border-top: 1px solid #d2d2d2;
  padding: 19px 72px 19px 22px;
  background: url(../images/dwn_ar_ico.svg) no-repeat right 24px center;
}
.faq_slide > h3.ui-accordion-header-active {
  background-image: url(../images/up_ar_ico.svg);
}
/*.faq_slide > h3.ui-accordion-header-active{padding-top:15px;padding-bottom:15px;}*/
.faq_slide div {
  border-top: 1px solid #d2d2d2;
  padding: 15px 130px 38px 22px;
  height: auto !important;
}
.faq_slide div.ui-accordion-content-active {
  border-top: 0;
}
.faq_slide div p {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  letter-spacing: -0.8px;
  line-height: 25px;
}


body.form_sbm_scc {
  background: #f7f7f7 !important;
  padding-top: 157px;
}
body.form_sbm_scc #hdr_m,
body.form_sbm_scc .sh_vid.gs_hdr,
body.form_sbm_scc .gss_form,
body.form_sbm_scc .faq_sec {
  display: none;
}
body.form_sbm_scc #gs_st2 {
  display: block !important;
}

h2.steps_hd {
  font-size: 54px;
  color: #0b3a64;
  letter-spacing: 0;
  line-height: 43px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  margin: 0 0 69px;
}
h2.steps_hd span {
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #0d3a65;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  padding: 18px 19px;
  margin-right: 17px;
}

.tstm_s {
  margin: 0 0 157px;
}
.tstm_s .wrp_ds {
  width: 1110px;
  max-width: 96%;
  margin: 0 auto;
}
.tstm_s .phtt {
  width: 445px;
  margin: 0 65px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 30px 30px 0;
}
.tstm_s .phtt img {
  display: block;
  position: relative;
}
.tstm_s .phtt:before {
  width: 0;
  height: 0;
  border-bottom: 356px solid #0d3a65;
  border-left: 356px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tstm_s .revt {
  width: 466px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 47px;
}
.tstm_s .revt p {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-size: 25.62px;
  color: #53627c;
  line-height: 39px;
  position: relative;
  margin: 0 0 20px;
}
.tstm_s .revt p:before,
.tstm_s .revt p:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 20px;
  position: absolute;
}
.tstm_s .revt p:before {
  background: url(../images/quotes_start_ico.svg) no-repeat 0 0;
  background-size: contain;
  left: -46px;
  top: 12px;
}
.tstm_s .revt p:after {
  background: url(../images/quotes_end_ico.svg) no-repeat 0 0;
  background-size: contain;
  right: -38px;
  bottom: -10px;
}
.tstm_s .revt h6 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 22.62px;
  color: #232843;
}
.tstm_s .revt h6 strong {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
}

.gs_hdr_hor {
  background: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  padding: 25px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}
.gs_hdr_hor a {
  display: inline-block;
  vertical-align: middle;
}
.gs_hdr_hor img {
  display: block;
  margin: 0 auto;
}

p.steps_shd {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #4a4a4a;
  text-align: center;
  line-height: 27px;
  margin: 0 auto 59px;
  max-width: 90%;
  width: 635px;
}
.gsty_vid {
  width: 635px;
  max-width: 90%;
  margin: 0 auto 60px;
}
.gsty_cont {
  width: 587px;
  max-width: 80%;
  margin: 0 auto 60px;
}
.gsty_cont h5 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #0d3a65;
  text-align: center;
  line-height: 43px;
  margin-bottom: 16px;
}
.gsty_cont ul li {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 29px;
  padding: 0 0 0 25px;
  margin: 0 0 19px 0;
}
.gsty_cont ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d8d8d8;
  margin: 0 -10px 0 0;
  position: relative;
  left: -25px;
}
.gsty_cont ul li strong {
  font-weight: 600;
}
.gsty_cont ul li a {
  color: #0957e4;
  text-decoration: underline;
}

.inr_wrhdr {
  padding-top: 0;
  padding-bottom: 0;
}
.inr_wrhdr:before {
  border: none;
}
#hdr_m .logo {
  margin-top: 11px;
  margin-top: 24px;
}
#cifl_nav {
  margin: 0;
}
#cifl_nav ul#menu-main-menu-1 > li > a {
  padding-top: 29px;
  padding-bottom: 28px;
}
#cifl_nav ul li.boxed a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

#cifl_nav li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
  z-index: 3;
}

#cifl_nav li.wpmm_mega_menu > ul.wp-megamenu-sub-menu:before,
#cifl_nav li.wpmm_mega_menu > ul.wp-megamenu-sub-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

#cifl_nav li.wpmm_mega_menu > ul.wp-megamenu-sub-menu:before {
  width: 110%;
  height: 60px;
  top: -31px;
  margin: 0 -5%;
}
#cifl_nav li.wpmm_mega_menu > ul.wp-megamenu-sub-menu:after {
  width: 100%;
  height: 29px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 10px 9px -9px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #f2f2f2;
}

.cntt_p {
}
.cnthdr {
  text-align: center;
  padding: 72px 0 34px;
  width: 1110px;
  max-width: 90%;
  margin: 0 auto 30px;
}
.cnthdr h5 {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  color: #2765d1;
  margin: 0 0 10px;
  line-height: 1.2em;
}
.cnthdr h2 {
  font-family: "Saira", sans-serif;
  line-height: 1.01em;
  margin: 0 0 16px;
  color: #253662;
  font-weight: 700;
  font-size: 54px;
  text-transform: uppercase;
}
.cnthdr p {
  font-family: "Saira", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 auto;
  color: #878787;
  font-size: 21px;
}

.c_sec {
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_sec .chalf {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.cf_part {
  background: #2868d5;
  padding: 95px 35px 55px;
}
.cf_part form {
  width: 500px;
  max-width: 80%;
  margin: 0 auto;
}
.cf_part form input,
.cf_part form textarea,
.cf_part form button {
  width: 100%;
  display: block;
  height: 30px;
  margin: 0 auto 20px;
  border: none;
  resize: none;
}
.cf_part form input[type="text"],
.cf_part form input[type="email"],
.cf_part form input[type="tel"],
.cf_part form textarea {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 21px;
  padding: 12px 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5em;
  font-family: "Saira", sans-serif;
  font-weight: 700;
  max-width: 434px;
}

.cf_part form textarea {
  height: 104px;
}

.cf_part form input[type="submit"],
.cf_part form button {
  color: #253662;
  background-color: #fff000;
  border: none;
  line-height: 1em;
  height: 64px;
  max-width: 500px;
  border-radius: 0;
  font-size: 21px;
  font-weight: 800;
  font-family: "Saira", sans-serif;
}

.cf_part form input[type="submit"]:hover,
.cf_part form button:hover {
  background-color: #fdd835;
}

.cf_part form ::-webkit-input-placeholder {
  color: #ffffff;
}
.cf_part form :-ms-input-placeholder {
  color: #ffffff;
}
.cf_part form ::placeholder {
  color: #ffffff;
}

.cc_part {
  background-color: #f4f4f4;
  height: 100%;
  position: relative;
  display: table;
  width: 100%;
}
.cc_part .cnt_c_inr {
  display: table-cell;
  vertical-align: middle;
}
.cc_part .img_fl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cc_part .img_fl img {
  display: block;
}

.cc_txt_i {
  padding-top: 57px;
  padding-left: 95px;
  max-width: 382px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.cc_txt_i:before {
  content: "";
  background-image: url(../images/quote_cus.svg);
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 117px;
  height: 81px;
  opacity: 0.12;
}
.cc_txt_i p {
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #253662;
  letter-spacing: 0.66px;
  line-height: 37px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.cc_txt_i h5 {
  font-family: "Saira", sans-serif;
  color: #253662;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.cc_txt_i p.desc {
  color: #2868d5;
  font-size: 17px;
  margin: 0;
  letter-spacing: 0;
}

.rt_posts .hidden {
  display: none;
}

#cifl_nav li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
#cifl_nav li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
  display: none !important;
  z-index: -9 !important;
}

.sbp_cnt > .lwptoc {
  text-align: center;
}

a.inv_vid_btn:before {
  z-index: 3;
}
a.inv_vid_btn img {
  position: relative;
  z-index: 2;
}
a.inv_vid_btn iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  min-height: inherit;
  width: 100%;
  height: 100%;
}
a.inv_vid_btn.now_playing_inv:before {
  opacity: 0;
  z-index: -1;
}
a.inv_vid_btn.now_playing_inv img {
  opacity: 0;
  z-index: -1;
}
a.inv_vid_btn.now_playing_inv iframe {
  opacity: 1;
  z-index: 4;
}

.sbp_cnt .lwptoc-light .lwptoc_i {
  background: #f7f7f7;
  border: 1px solid #cecece;
  width: calc(100% - 20px);
  max-width: 650px;
  padding: 10px;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_header {
  margin: 0;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_header .lwptoc_title {
  font-size: 140%;
  font-weight: 500;
  color: #444444;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_items {
  margin-top: 10px;
  display: none;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_item {
  font-size: 100%;
  margin-bottom: 7px;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_item a:hover {
  color: #2a6496;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_item a:visited {
  color: #3570a3;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_toggle {
  float: right;
  font-size: 0;
  margin: 4px 0 0;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_toggle a {
  width: 24px;
  height: 16px;
  display: block;
  margin: 0;
  border-bottom: 2px solid #000000 !important;
  border-top: 2px solid #000000 !important;
}
.sbp_cnt .lwptoc-light .lwptoc_i .lwptoc_toggle a:before {
  content: "";
  display: block;
  margin: 5px 0 0;
  background: #000000;
  height: 2px;
  width: 100%;
}

.sbp_cnt .su-table table {
  max-width: 650px;
  margin: 0 auto !important;
}

/* CSS BY RAZA */

.text-white {
  color: #fff;
  width: 90%;
}
.check-box-list {
  margin-bottom: 40px;
  margin-top: 30px;
  margin-right: 65px;
  font-family: Merriweather Sans;
}


.check-box-list li {
  margin-bottom: 10px;
  background: url(../images/list-tick.png) no-repeat left top;
    padding: 0px 0 0 39px;
    display: block;
    margin: 0 0 10px;
}
.header-button {
  background-color: rgba(124, 186, 75, 1);
  color: white;
  font-weight: bold;
  padding: 8% 6%;
  font-family: "Merriweather Sans";
  display: block;
  text-align: center;
}

.main-header-background {
  text-align: center;
  padding: 49px 0 76px;
  background: #0d3a65 url(../images/line_n_dots_bg.png) no-repeat center center;
  background-size: cover;
}
.sh_vid .row h4 {
  opacity: 1;
}
.center {
  text-align: center;
}
.list-icon {
  background-color: white;
  border-radius: 50%;
  color: #253662;
  border: 1px solid #cdd6db;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 25px;
  font-weight: 700;
  margin-top: 5px;
  font-family:"saira";

}
.list-icon::before {
  counter-increment: section;
  content: counter(section);
}

.row > [class*="col-1"] {
  flex-direction: column;
}
.R1 > [class="col-md-1"]:first-child {
  border-right: 2px solid #f6f9fa;
  margin-right: -51px;
  margin-left: 51px;
  margin-top: 50px;
}
.header-top-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-top-spacing {
  padding-top: 120px;
  padding-bottom: 40px;
}
.row-spacing-top {
  padding-top: 25px;
}
.inner-row-spacing-top {
  padding-top: 25px;
}
.padding-10 {
  padding-top: 10px;
}

.para-link {
  color: #cad4dd;
  font-size: 16px;
  font-weight: bold;
}
.para-link > a {
  color: #9ff6fc;
  text-decoration: underline;
}
.dark {
  color: #253662;
}

.vertical {
  border: 1px solid;
  color: #f6f8f9 !important;
  width: 0px;
  height: 188px;
  position: absolute;
  z-index: 1;
  margin-left: 18px;
}

.fr_sec{
  background: url(../images/dott.png);
  padding-bottom: 5px;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

.text-tools{padding:35px 0;}

.benchmarking-report-cta .text-content h3.price {
  font-weight: 900;
  font-size: 68px;
  color: #253662;
  text-transform: none;
  letter-spacing: .64px;
    line-height: 48px;
    margin-bottom: 18px;
}


.benchmarking-report-cta .full-report {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 3px solid #393939;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  text-transform: uppercase;
}

.benchmarking-report-cta .full-report .content {
  width: 75%;
  -webkit-box-shadow: 3px 0 5px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 3px 0 5px 2px rgba(0,0,0,.1);
  box-shadow: 3px 0 5px 2px rgba(0,0,0,.1);
}


.benchmarking-report-cta .full-report ul {
  font-weight: 500;
  font-size: 14px;
  color: #253662;
  letter-spacing: 0;
  list-style: none;
  padding: 0 20px;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}



.benchmarking-report-cta .full-report ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(138,148,166,.2);
}

.benchmarking-report-cta .full-report .included h5 {
  background-color: #253662;
  color: #fff;
  padding: 22px 20px;
}

.benchmarking-report-cta .full-report .included ul {
  padding: 0 10px;
}
.benchmarking-report-cta .full-report .included{
  width:35%;
}

.benchmarking-report-cta .full-report ul {
  font-weight: 500;
  font-size: 14px;
  color: #253662;
  letter-spacing: 0;
  list-style: none;
  padding: 0 20px;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}

.benchmarking-report-cta .text-content h3.price small {
  text-transform: uppercase;
}

.benchmarking-report-cta .text-content h3.price small {
  color: #667291;
  font-size: 24px;
  font-weight: 900;
}

.benchmarking-report-cta .full-report h5 {
  background-color: #f8f8f8;
  font-weight: 700;
  font-size: 18px;
  color: #253662;
  letter-spacing: 0;
  margin: 0;
  padding: 22px 35px;
}

.centered-image{
  margin-left: auto;
    margin-right: auto;
}

.benchmarking-report-cta .cta-report {
  padding: 60px 0 55px;
}

.benchmarking-report-cta .cta-report .content {
  background-color: #0d3a65;
  padding: 45px 60px;
  text-align: center;
  position: relative;
  top: 190px;
  right: 180px;
}

.cta-report{margin-bottom:30px;}
.bright{color:#ffffff;}
.bg-color-blue{background-color:#0957e4;}

.amazingcarousel-text > p {text-align:center;}
.amazingcarousel-text > h5 {text-align:center;}

#wpsisac-slick-carousal-1{background-color:#f8f8f8;}
.custom-padding-19{padding-top:19px;}
.custom-padding-30-bottom-top{padding-top:70px; padding-bottom:0px;}
.grey{color:#8a94a6;}

.free {color:white !important;font-family: 'Saira', sans-serif !important; font-weight:900 !important;}


.newttp_hdr.cwv_hdr .vp_h {
  max-width: 55%;
}
.cwv_hdr .vp_h {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 623px;
  max-width: 57%;
  margin: 0;
}
.vsec {
  float: left;
  width: 635px;
  max-width: 100%;
  margin-right: 38px;
  margin-top: 5px;
}

span.nclbtn_x {
  display: none;
}
span#nclbtn_x {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #ffffff;
  text-align: center;
  box-shadow: 1px 1px 5px -1px #000000;
  position: fixed;
  top: 18%;
  right: 0.5%;
  z-index: 9999;
}
#play_vid_b, a.vids_aa, a.vo_thm {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.vsec a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.btn, .btn-link, a {
  -moz-transition: color .3s,background-color .3s,border .3s;
  -o-transition: color .3s,background-color .3s,border .3s;
  -webkit-transition: color .3s,background-color .3s,border .3s;
  transition: color .3s,background-color .3s,border .3s;
  text-decoration: none!important;
}

#play_vid_b:before, a.vo_thm:before, .trv_p .vp_h a:before {
  content: '';
  display: block;
  margin: auto;
  background: url(https://theblueprint.training/wp-content/themes/understrap-child-master/images/get_started/vid_play_btn_b.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#play_vid_b img, a.vo_thm img {
  opacity: 0;
  width: 635px;
  height: 360px;
  max-width: 100%;
}

.vsec img {
  opacity: 0;
}
img {
  border: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
img {
  border: 0;
}
#secondary img, article img, figure, img, img.wp-post-image {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}

#play_vid_b iframe, a.vo_thm iframe {
  opacity: 0;
  z-index: -1;
} 
.vsec iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.content > .bright{margin-bottom:20px;}



/* Blog Page CSS */

.section-1{ background: url(../images/blog-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom:50px;margin-top:-30px;}
.section-1 > .container > .section-top-spacing {padding-top:90px; padding-bottom:70px; }
  .section-2{
    background-color:#F8F8F8;
  }
  #c_isot_btns {margin-top:-40px;}

.post-main-inner-div{background-color: white;
  padding: 0!important;}
.post-main-div{margin-bottom:30px;}
.post-main-div > h5{margin-top:20px; margin-bottom:20px;} 
.blog-description{color:#53627C; font-family:'Merriweather', serif;}
.post-inner-description{padding:25px 30px !important;}
.filter-button{text-transform: uppercase;}
.load-more-button{border:3px solid #2765D1; padding:10px 40px; color:#2765D1; font-size:14px; font-weight:bold; background-color:white; margin-bottom:30px; font-family:'Merriweather Sans', sans-serif; text-transform: uppercase;}
.load-more-button:hover{background-color:#667291; border:3px solid #667291; color:white;}
.row_custom_equal{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  display: flexbox;
}






.dropbtn {
  background-color: #0957e4;
  color: white;
  padding: 5px 40px;
  width:100%;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-align:center;
  font-family: "Merriweather Sans", sans-serif;
    font-weight: 800;
    line-height: 42px;
    text-transform: uppercase;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #0957e4;
}

.dropdown {
  position: relative;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
  text-align: left;
}

.dropdown-content li {
  display: block;
  min-width:160px;
}



.show {display: block;}








.sherpas ul#sherpas_slider {
    max-width: 1000px;
}
.sherpas ul#sherpas_slider {
    padding: 0;
    margin: 0 auto;
    max-width: 1220px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.sherpas .slick-dots li, .people_love_book .slick-dots li {
    opacity: 1;
    width: auto;
    margin: 0 12px;
}
.sherpas li {
    width: 288px;
    margin: 0;
    /* opacity: 0; */
}
.org_prn li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    width: 150px;
}
.sherpas .slick-dots li.slick-active button, .people_love_book .slick-dots li.slick-active button {
    background: #58cbf6;
}
.sherpas .slick-dots li button, .people_love_book .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    background: #d8dbe2;
    border-radius: 100%;
    font-size: 0;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}
.sherpas .slick-dots li, .people_love_book .slick-dots li {
    opacity: 1;
    width: auto;
    margin: 0 12px;
}
.sherpas li {
    width: 288px;
    margin: 0;
    /* opacity: 0; */
}
.org_prn li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    width: 150px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.y_sherpas {
    background: #f8f8f8;
    text-align: center;
    padding: 64px 0 62px;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    margin: 0 25px;
}
.slick-slide {
    display: none;
    float: left;
    height: auto !important;
    padding-bottom: 20px!important;
    min-height: 1px;
}
.org_prn img {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto 55px;
    border-radius: 100%;
}
.sherpas li h5 {
    font-size: 24px;
    line-height: 2.2em;
}
.org_prn h5 {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #253662;
    margin: 0 0 3px;
    line-height: 1.2em;
}
.org_prn h5 a{
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;

  color: #253662;
}

.sherpas li h6 {
    font-size: 18px;
    line-height: 1.7em;
    
}
.org_prn h6 {
  font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #667291;
    margin: 0;
    line-height: 16px;
}
.sherpas .slick-active.slick-current li, .sherpas .slick-current.slick-center li {
    opacity: 1;
}
.sherpas .slick-active li, .sherpas .slick-current li {
    opacity: 0.5;
}
.sherpas li {
    width: 288px;
    margin: 0;
    /* opacity: 0; */
}
.org_prn li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 150px;
}

.slick-list{padding:0 !important;}
#sherpas_slider.slick-initialized .slick-slide {
  display: block;
  width: 335px !important;
}

.sherpas .slick-slide.slick-cloned {
  opacity: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0!important;
}
.slick-dots li button::before{
  opacity: 0!important;
}
.slick-dots {
  position: relative !important;
  bottom: -30px!important;

}
.slick-active img{width:180px; height:auto; margin:0 auto 25px;}

.slick-arrow{display:none !important;}
.slick-slide {
  margin: 0 10px;
}


.last-section-image{ position:absolute;
  border:14px solid #dde3e9;
}
.vid_at_btm .container{width:auto; padding:0; max-width: auto;}
.last-section{padding:2% 0 0 !important;}

.vid_at_btm .container .last-sec-heading{font-family: "Merriweather Sans", sans-serif;
  font-weight: 800; font-size: 48px; line-height: 62px; color:#0D3A65; margin-bottom: 22px;}
.vid_at_btm .container p{font-family: "Merriweather"; color:#0D3A65; font-size:18px;
   line-height:30px; margin-bottom:28px; 
  }
.vid_at_btm .container a { width:auto; margin:0; padding:18px 92px !important; color:#ffffff;
  background-color:#0957e4; float:left; font-family: "Merriweather Sans", sans-serif;
  font-weight:900; font-size:16px; border-radius:0;}  

  @media screen and (min-width: 300px){
  .vid_at_btm .container a {
    display: block !important;
    width: 100% !important;
    padding: 18px 0px !important;}
  }
  @media screen and (min-width: 370px){
    .vid_at_btm .container a {
      display: block !important;
      width: 100% !important;
      padding: 18px 0px !important;}
    }
    @media screen and (min-width: 400px){
      .vid_at_btm .container a {
        display: block !important;
        width: 100% !important;
        padding: 18px 0px !important;}
      }  
  @media screen and (max-width: 500px){
    .last-section-left-col{padding-top:30px;}
    .last-section-image{display:none !important;}
    .last-section-image-for-mobile{display:block; border: 14px solid #dde3e9;}
    .vid_at_btm .container a{margin-bottom:50px;}
    .vid_at_btm .container .last-sec-heading {
      font-size: 38px;text-align:center;
    }
  
    .vid_at_btm .container p{text-align: center;}
    .last-section .row{margin:0 -15px !important;}
    .bottom-120 .h5{font-size:22px;     margin-bottom: 12px;}
  }
  
  @media screen and (min-width: 500px){
    .last-section-image-for-mobile{display:none !important;}
    .vid_at_btm .container .last-sec-heading {
      font-size: 40px !important;
      width: 88%;
      line-height: 43px;}   
      .last-section-image {
      position: absolute;
      border: 14px solid #dde3e9;
      top: 130px;
  }
  .last-section-left-col{    padding-top: 30px;
    padding-bottom: 40px;}
    .vid_at_btm .container a {
      width: auto;
      margin: 0;
      padding: 18px 92px !important;
      color: #ffffff;
      background-color: #0957e4;
      float: left;
      font-family: "Merriweather Sans", sans-serif;
      font-weight: 900;
      font-size: 16px;
      border-radius: 0;
  }
  .last-section-image{
    position: relative;
  }
  .vid_at_btm .container a {
    width: auto !important;
  }
  }
  @media screen and (min-width: 500px) and (max-width: 899px){
  .vid_at_btm > div {
    max-width: 92% !important;
}
}

@media screen and (min-width: 900px){
  .vid_at_btm > div {
    max-width: auto !important;
}
  .last-section-image {
    top: 32px;
    position: absolute;
}
  .vid_at_btm .container .last-sec-heading {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 800;
    font-size: 48px !important;
    line-height: 62px;
    color: #0D3A65;
    margin-bottom: 22px;
    width: 76%;
}
.vid_at_btm .container a {
  width: auto;
  margin: 0;
  padding: 18px 92px !important;
  color: #ffffff;
  background-color: #0957e4;
  float: left;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 900;
  font-size: 16px;
  border-radius: 0;
}
  .last-section-left-col {
       padding-top: 7.5% !important;
    padding-bottom: 10.5% !important;
  }
  .vid-at-bm .row {
    margin-right: 0;
    margin-left: 0;
}
.last-section .row {
  margin-right: 4px !important;
}
}  

@media screen and (min-width: 1000px){
    .last-section-left-col{padding-left:0 !important;}
    .vid-at-bm .row{margin: auto;
      max-width: 950px;}
      .last-section-left-col {
        padding-top: 3% !important;
        padding-bottom: 5.7% !important;
      }
     .vid_at_btm > div{ width: 900px !important;}
} 

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

 .container{max-width:1030px !important;}
 .last-section-left-col {
  padding-top: 3% !important;
    padding-bottom: 7.5% !important;
}
.last-section-left-col{padding-left:15px !important;}
.vid_at_btm > div{ width: auto !important;}
.last-section .row {
  margin-right: 2.5% !important;
}
} 
@media screen and (min-width: 1200px){
  .last-section-left-col{padding-left:auto !important; }
} 
  
.last-section .row{margin:0;}

.new-section{background-color:#0D3A65; padding:120px 0;}

.new_dropdown ul li ul{display: none;
  float: auto;
  position: absolute;
  left: 50%;
  width: auto;
  margin-left: -95px;
  z-index: 99999;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
  padding:20px !important;
  background: white;
}
.new_dropdown ul li:hover ul{
    display:block;
    left: auto;
  }
  .new_dropdown ul li ul li:first-child{
    display:block !important;
    margin-left:0px !important;
  }
  .new_dropdown ul li ul li{
    margin-left:0px !important;
    display: block !important;
  }



  
  /*.menu-item-has-children > a{padding-right:16px;}*/
  .menu-item-has-children > a:after{
display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #667291;
  }
  .menu-item-has-children > a:hover:after {
    color: #0d3a65;
  }
  .menu-item-has-children  > a {
    position: relative;
    border-radius: 3px;
  }
  



  .mobile-version a.vo_thm img {
    height: auto;}



      .slick-arrow .fa-angle-left{margin: 3px 3px 0 0;}
  .slick-arrow .fa-angle-right{margin: 3px 0px 0 3px;}