.footer_iconbox .elementor-icon-box-content {
	display: flex;
    gap: 5px;
    align-items: baseline;
}
.footer_menu ul li {position: relative;}
.footer_menu ul li:after {
	position: absolute; 
	content: "";
	top: 15px;
	right: 0; 
	width: 2px; 
	height: 11px; 
	background-color: #fff;
}
.footer_menu ul li:last-child:after {display: none;}
.footer_iconbox .elementor-icon-box-title {margin-top: 0px;}
.text_link_color a {color: #19bbd7;}
.text_link_color a:hover {color: #ffffff;}
.cont_sec .elementor-icon {
	border: 2px solid #01559B;
	border-radius: 100%;
	padding: 8px;
}
.input_wrap {display: flex; gap: 20px;}
.input_wrap div {width: 50%;}
.form_btn {text-align: center;}
.wpcf7-not-valid-tip {position: relative; top: -18px;}
.wpcf7-spinner {display: none;}
.wpcf7-response-output {text-align: center; background-color: #fff;}
.testi .elementskit-client_logo img {width: 180px; height: 180px; border-radius: 100%;}
.testi .elementskit-commentor-content p {position: relative;}
.testi .elementskit-commentor-content p:before {
	position: absolute;
	content: "";
	left: -20px;
	background-image: url(../images/quote1-n.png);
	background-repeat: no-repeat;
	width: 24px;
    height: 17px;
}
.testi .elementskit-commentor-content p:after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: -20px;
	background-image: url(../images/quote2-n.png);
	background-repeat: no-repeat;
	width: 30px;
    height: 21px;
}
.speakers_wrap_grid .item {
	display: flex;
	align-items: center;
	gap: 75px;
	color: #fff;
	padding: 40px 0px;
	font-family: "Lato", Sans-serif;
}
.speakers_wrap_grid .item:nth-child(even) {
    flex-direction: row-reverse;
}
.speakers_wrap_grid .item:nth-child(even) .speaker_image {}
.speakers_wrap_grid .item:nth-child(even) .speakers_content {}
.speakers_wrap_grid .item .speaker_image {width: 50%;}
.speakers_wrap_grid .item .speaker_image img {
	width: 100%;
	height: 493px;
	object-fit: cover;
}
.speakers_wrap_grid .item .speakers_content {width: 50%;}
.speakers_wrap_grid .item .speakers_content h2 {
	font-size: 25px; 
	font-weight: 900;
	margin-top: 0;
    margin-bottom: 22px;
}
.speakers_wrap_grid .item .speakers_content p {
	font-size: 18px;
	line-height: 28px;
}
.speakers_wrap_grid .item .speaker_btn {font-size: 15px; font-weight: 700; color: #19bbd7; padding: 8px 5px 8px 0px;}
.cont_sec .elementor-icon-box-description a {color: #19bbd7;}
.pagi {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.pagi .page-numbers {
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    color: #fff;
    border: 1px solid;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0px 6px;
}
.pagi .page-numbers.current, .pagi .page-numbers:hover {
	background-color: #01559B;
}


/*================ RESPONSIVE =============*/
@media only screen and (min-width: 1801px) and (max-width: 2900px) {


}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {


}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
.speakers_wrap_grid .item {gap: 50px;}
.speakers_wrap_grid .item .speakers_content p {font-size: 17px;}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.footer_iconbox .elementor-icon-box-content {
    display: block;
}
.speakers_wrap_grid .item {gap: 30px; padding: 30px 0px;}
.speakers_wrap_grid .item .speakers_content p {
    font-size: 16px;
    line-height: 28px;
}
.speakers_wrap_grid .item .speakers_content h2 {
    font-size: 22px;
    margin-bottom: 9px;
}

}


@media only screen and (min-width: 320px) and (max-width: 767px){
.footer_iconbox .elementor-icon-box-wrapper {align-items: center !important;}
.footer_menu ul li:after {
	top: 9px;
}
.input_wrap {display: block;}
.input_wrap div {width: 100%;}
.speakers_wrap_grid .item {
    display: block;
    padding: 20px 0px;
}
.speakers_wrap_grid .item .speaker_image, .speakers_wrap_grid .item .speakers_content {
    width: 100%;
	text-align: center;
}
.speakers_wrap_grid .item .speaker_image img {
    width: auto;
    height: auto;
}
.speakers_wrap_grid .item .speakers_content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.speakers_wrap_grid .item .speakers_content p {
    font-size: 15px;
    line-height: 26px;
}
    
}


  /*
 * Hide visually and from screen readers, but maintain layout
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}


  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  /* Black prints faster:
    http://www.sanbeiji.com/archives/953 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {text-decoration: underline; }
  a[href]:after {content: " (" attr(href) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  abbr[title]:after { content: " (" attr(title) ")";}
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead { display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
}
