/* TypoGraphy */

/*==================Default css start=================*/
* { box-sizing: border-box; }
:focus { outline: none !important; box-shadow: none !important; border-color: inherit; }
textarea.form-control { resize: none; overflow: hidden; }
figure { margin-bottom: 0; }
html, body { width: 100%; }
body { padding: 0; margin: 0; background: #ECF1F5; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; color: #111111; font-weight: normal; font-family: "Open Sans", sans-serif; font-size: 15px; }
.table { color: #111111; }
/* body::-webkit-scrollbar { display: none; }
*/
img { max-width: 100%; height: auto; }
a, a:hover { text-decoration: none; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: normal; }
h1, h2, h3, h4, h5, h6 { color: #000000; font-family: "Open Sans", sans-serif; font-weight: 600; margin-bottom: 10px; padding-left: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #D5192A; }
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 20px; }
p { font-family: "Open Sans", sans-serif; font-style: normal; font-weight: 400; font-size: 15px; line-height: 24px; color: #111111; margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }
ul { padding: 0px; margin: 0 0 20px 20px; position: relative; }
ol { padding: 0px 0 20px 20px; margin: 0px; counter-reset: listitem; }
ul ol { padding-left: 0px; padding-bottom: 0; padding-top: 6px; }
/* ol li::before { counter-increment: listitem; content: counters(listitem, '.')'.'; color: #272b38; display: inline-block; left: 0; }
*/
li {
    margin: 0 0 8px;
    padding: 0px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #111111;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
/* ul li:before { content: ""; position: absolute; top: 5px; left: 0; background: url(../images/list-style-icon.png); background-position: top left; background-repeat: no-repeat; width: 21px; height: 21px; }
*/
li a { color: #D5192A; }
li a:hover { color: #111111; }
ul li ol { margin-left: 16px; margin-top: 16px; }
ul li ul { margin-left: 16px; margin-top: 16px; }
a { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #D5192A; }
a:hover { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #111111; }
button { padding: 0; background-color: transparent; border: none; }
b, strong { font-weight: bold; }
.btn {
    min-width: 160px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 10px 34px;
    transition: 1s;
    background: #D5192A;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}


.btn:hover { transition: 1s; background: #141943; color: #fff;}
.btn-check:focus+.btn-success, .btn-success:focus { color: #fff; background-color: #141943; border-color: #fff; box-shadow: none; }
.btn-check:focus+.btn-primary, .btn-primary:focus { color: #fff; background-color: #141943; border-color: #fff; box-shadow: none; }
.btn img { margin-left: 16px; transition: 1s; }

p:empty { display: none; }

.btn-border{
  min-width: 220px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; transition: 1s; -webkit-transition: 1s; cursor: pointer; overflow: hidden; position: relative; padding: 10px 50px; transition: 1s; border-radius: 50px; border: 1px solid #fff; background: none; font-family: "Open Sans", sans-serif; font-style: normal; font-weight: 700; font-size: 20px; text-align: center; color: #ffffff;     
}
.btn-border:hover{
  color: #fff;
  background: rgba(255, 255, 255, 0.3);     
}

/*==================Default css start=================*/
/*=======Form error message css start =========*/
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output { display: none; }
.wpcf7-not-valid-tip { color: #dc3232; font-size: 14px !important; font-weight: normal; display: block; padding-top: 3px !important; font-family: "Open Sans", sans-serif; font-weight: 500; }
.wpcf7-spinner { visibility: hidden; display: inline-block; background-color: #23282d; opacity: 0.75; width: 24px !important; height: 24px; border: none; border-radius: 100%; padding: 0; margin: 0 24px; position: relative; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffb900; }
/*=======Form error message css end =========*/
/*=======image align center css start =========*/
img.aligncenter { margin-bottom: 20px; }
img.alignnone { margin-bottom: 20px; }
img.alignleft { margin-bottom: 20px; max-width: 50%; float: left; margin-right: 20px; }
img.alignright { margin-bottom: 20px; max-width: 50%; float: right; margin-left: 20px; }
/*=======image align center css end =========*/
/*=======back to top css start =========*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: none;
    width: 30px;
    height: 30px;
    color: #000;
    z-index: 1111;
    background-color: #d5192a;
    border-radius: 30px;
    min-width: inherit;
    padding: 0px;
    border: none;
}
.back-to-top span { width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; display: block; transform: rotate(-45deg); margin: 11px auto 0; }
.back-to-top.focus, .back-to-top:focus, .back-to-top:hover { color: #fff; text-decoration: none; }
/*=======back to top css end =========*/
/*=======Header section css start=========*/
.container { padding-left: 0px; padding-right: 0px; max-width: 1305px; }

/*=============*/
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0;
}
.owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background: #14184380;
    border-radius: 15px;
    margin: 0 4px;
}
.owl-dots button.owl-dot.active {
  background: #141843;
}
/*============*/
 .keynote_sec .signature_keynote_sec_repeat .signature_keynote_sec_content {
   /* box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 3px;
    border-radius: 6px;
    background: #fff;
    padding: 20px;*/
    margin: 10px;
} 
.keynote_sec .signature_keynote_sec_repeat .signature_keynote_sec_content figure {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.learnmore_sec a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.keynote_sec .signature_keynote_sec_repeat .signature_keynote_sec_content .right_sec {
    margin-bottom: 30px;
    min-height: 150px;
}
.keynote_sec .signature_keynote_sec_repeat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.keynote_sec .signature_keynote_sec_repeat .signature_keynote_sec_content .learnmore_sec {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
}
.keynote_sec .signature_keynote_sec_repeat .right_sec h4{
    position: relative;
    padding-bottom: 15px;
    margin-top: 10px;
}
.keynote_sec .signature_keynote_sec_repeat .right_sec h4::after{
    content: "";
    position: absolute;
    left: 30%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #d5192a;
}
.keynote_sec h2 {
    text-align: center;
}

/************ seamless design on speaking page********/
.seamless_design h2 {
    text-align: center;
}
 
.seamless_design, .keynote_sec {
   margin-bottom: 40px;
}
.seamless_design ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; margin: 0px;  
}
.seamless_design ul li {
    width: calc(25% - 10px);
    border-radius: 6px;
    background: #fff;
    list-style: none;
    padding: 30px 15px;
    text-align: center;
}
.seamless_design h5 {
    padding-bottom: 20px;
    position: relative;
    margin-top: 15px; font-weight: 500;line-height: 28px;
}
.seamless_design h5::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #d5192a;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.speaking_botm_sec .ready-transform-col {
    text-align: center;
    max-width: 730px;
    margin: 0 auto;
}
.ready-transform-section.speaking_botm_sec {
    padding: 86px 0px 62px;
    background: #DBE3EC;
    margin: 0 33px 50px 33px;
    border-radius: 8px;
}



.innerpg-banner-section .slider-caption-info h1{ font-weight: 700;font-size: 45px; margin-bottom: 20px; }
.innerpg-banner-section { position: relative;}
.innerpg-banner-section:before { content: ""; position: absolute; height: 100%; width: 100%; 
    /* background: hsl(0deg 0% 0% / 50%); */
}
.innerpg-banner-section .slider-caption-info small { width: 520px;}
.seamless_design .howwork-together-heading { margin-bottom: 30px;}
.keynote_sec .howwork-together-heading {
    margin-bottom: 20px;
}

.simple_ul {
    padding: 50px 0px;
    background: #f9f9f9;margin-bottom: 50px;
}

.simple_ul ul {
    padding: 0;
    margin: 0;
    column-count: 2;
}

.simple_ul ul li {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    background: #ecf1f5;
    padding: 15px 20px;
    border-radius: 6px;
    list-style: none;
}
.simple_ul .howwork-together-heading { 
    margin-bottom: 25px;
}



.speaking_top_cont p {font-style: normal;font-weight: 400;font-size: 22px;line-height: 145%;color: #12151C;text-align: center;}

.speaking_top_cont .sec-space {
    padding: 30px  30px;
    background: #DBE3EC;
    border-radius: 8px;
    text-align: center;
}
.mid.speaking_top_cont {
    margin: 30px 0;
}
.seamless_design figure {
    width: 100px;
    margin: 0 auto;
}


/* new css */

.effect.effect-one {
	background: #141843;
	position: relative;
    border-radius: 6px;
}

.effect.effect-one .tab-text {
	padding: 20px;
    min-height: 302px;
    text-align: center;
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before {
	position: absolute;
	content: '';
	opacity: 0
}

.effect.effect-one .tab-text::before {
	top: 40px;
	right: 30px;
	bottom: 40px;
	left: 30px;
	border-top: 2px solid rgba(255, 255, 255, .3);
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.effect.effect-one .tab-text::after {
	top: 30px;
	right: 40px;
	bottom: 30px;
	left: 40px;
	border-right: 1px solid rgba(255, 255, 255, .3);
	border-left: 1px solid rgba(255, 255, 255, .3);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}   

.effect.effect-one h2 { 
	padding-top: 28%;   
	-webkit-transition: -webkit-transform .35s; 
	transition: transform .35s; 
    color: #fff;    
    padding-left: 20px; 
    padding-right: 20px;    
    padding-bottom: 20px;   
    transition: all 0.3s;   
}
.effect.effect-one h2::after {
    position: absolute;
    width: 50px;
    height: 2px;
    content: '';
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #d5192a;
    transition: all 0.3s;
}

.effect.effect-one p {
	padding: .5em 2.7em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	color: rgba(255, 255, 255, .9)
}

.effect.effect-one h2,
.effect.effect-one img {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0)
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before,
.effect.effect-one img,
.effect.effect-one p {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover .tab-text::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.effect.effect-one:hover h2,
.effect.effect-one:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.effect.effect-one:hover h2{
    padding-top: 15%;
}
.effect.effect-one:hover p {
	padding-bottom: 15%;
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover h2,
.effect.effect-one:hover img,
.effect.effect-one:hover p {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}
.speaking_top_cont .sec-space h1 {
    font-size: 36px;    
    margin-bottom: 15px; color: #d5192a;
}
 
.speaking_top_cont p a.btn {
    margin-top: 24px;
}