/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
/*h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}*/

p {
  margin-bottom: .5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #F3F3F3 !important;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #005291 ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  padding: .5rem;
  font-weight: 500;
  font-size: 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/*.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}*/

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #ffffff;
  background-color: #005291;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
	font-size:1.2rem !important;
	
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media (min-width: 1200px){
.container {
   /* max-width: 1920px;*/
}
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

.btn-primary {
  background: #005291 !important;
}

.section {
  padding: 30px;
}
.section h3 {
  color: #005291;
}
.section .header-line {
  height: 3px;
  width: 41px;
  display: block;
  background: #005291;
  margin-bottom: 20px;
  border-radius: 10px;
}
.section .card-layout {
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  margin: 10px 0px;
  cursor: pointer;
  transition: all 0.2s;
}
.section .card-layout:hover {
  border: 1px solid #005291;
}
.section .card-layout:hover h5 {
  color: #005291;
}
.section .card-layout .card-content {
  padding: 16px;
}
.section .card-layout img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 2px;
  max-height: 220px;
  border-radius: 6px;
}
.section .card-layout h5 {
  color: #005291;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section .card-layout .date {
  background-color: #c8c8c875;
  border-radius: 6px;
  padding: 8px;
  color: #00000085;
  display: inline-block;
  margin-top: 10px;
  font-size:14px;
}
.section .card-events {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #c8c8c850;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  transition: all 0.2s;
  margin: 10px 0px;
}
.section .card-events:hover {
  background-color: #ffffff;
  border: 1px solid #005291;
}
.section .card-events:hover h5 {
  color: #005291;
}
.section .card-events img {
  width: 100%;
  height: 75px;
  max-width:350px;
  object-fit: contain;
  margin: 15px 0px;
}
.section .webinar-section {
  margin: 5px 0px;
}
.section .webinar-section h3 {
  color: #005291;
}
.section .webinar-section p {
  margin-top: 5px;
  line-height: 28px;
}
.section .webinar-section.speaker-details img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 12px 0px;
}
.section .webinar-section.speaker-details .title {
  color: black;
  font-weight: 500;
}
.section .cme-score {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00529125;
  border: 2px solid #005291;
  border-radius: 6px;
}
.section .cme-score h6 {
  font-size: 32px;
  color: #005291;
}
.section .card-logo {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #c8c8c825;
  border: 2px solid #c8c8c825;
  border-radius: 6px;
}
.section .card-logo img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.section .speaker-listing {
  background: #c8c8c845;
  padding: 12px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom:10px;
}
.section .speaker-listing .speaker-image {
  padding: 10px;
}
.section .speaker-listing .speaker-image img {
  width: 130px;
  height: 130px;
  border-radius: 6px;
}
.section .speaker-listing .speaker-details {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section .speaker-listing .speaker-details .name-logo {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.section .speaker-listing .speaker-details .name-logo img {
  height: 50px;
  margin-left: auto;
  width: 100%;
  max-width: 130px;
  object-fit:contain;
}
.section .speaker-listing .speaker-details .name-logo h5 {
  color: #005291;
  line-height: 24px;
}
.section .speaker-listing .speaker-details .name-logo h5 span {
  color: #828282;
  font-size: 14px;
}
.section .speaker-listing .speaker-details .topics {
  display: flex;
  flex-wrap: wrap;
}
.section .speaker-listing .speaker-details .topics .sub {
  width: 60px;
  margin-bottom:.5rem;
}
.section .speaker-listing .speaker-details .topics span {
  background: #c8c8c875;
  padding: 5px 15px;
  margin: 5px;
  border-radius: 3px;
  display: inline-block;
  text-transform:uppercase;
}
.section .committee {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #c8c8c850;
  border-radius: 6px;
  padding: 20px;
  margin-bottom:8px;
  height:95%;
}
.section .committee h6 {
  text-align: center;
  line-height: 20px;
}
.section .committee h6 span {
  color: #828282;
  font-size: 14px;
}
.section .committee-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 12px;
}


.section .card-layout-logos {
display: flex;
flex-direction: column;
align-items: center;
border-right: 1px solid #c8c8c850;
border-radius: 6px;
padding: 20px;
margin-bottom: 8px;
height: 95%;
}




.hdr-date{
background-color:rgb(50,50,50);opacity:1;color:#ffffff;padding:5px;width:fit-content;border:1px solid #FFFFFF;border-radius:5px;}
.header-top .widget_media_image{text-align:center;}
.wth-100 a {width:100%;}
.fbc-page *{color:#ffffff;}

.header-top{padding:15px 0px;}

.footer-logos{text-align:center;border-top:1px solid #ccc;padding-top:15px;}
.img-rec{max-width:37px;margin-bottom:0px !important;float:right;margin-top:10px;}

.navbar-light .navbar-toggler {
	
	background-color:#ffffff;
}
/* .header-top .img2{text-align:right;} */
.section .card-layout .card-content{padding-top:0px;}

.upcoming{
    background: #ea5455;
    display: inline-block;
    padding: 0px 5px;
    padding-bottom: 4px;
    border-radius: 6px;
    color: white;
    margin-bottom: 10px;
}




/* New style sheet */




* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  background-color: #F3F3F3;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.bgOverlayCircleContainer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: -5;
  pointer-events: none;
}

.bgOverlayCircleContainer .bgOverlayCircle {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  border-radius: 100%;
  -webkit-transform: scale(1.55);
          transform: scale(1.55);
  -webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
}

.bgOverlayCircleContainer._top {
  top: 0;
}

.bgOverlayCircleContainer._top .bgOverlayCircle {
  top: -45%;
}

.bgOverlayCircleContainer._bottom {
  bottom: 0;
}

.bgOverlayCircleContainer._bottom .bgOverlayCircle {
  bottom: -85%;
}

.secHeading {
  position: relative;
  width: 100%;
}

.secHeading h3, .secHeading h1 {
  font-family: "Poppins", sans-serif;
}

.secHeading h3 {
  font-size: 26px;
  line-height: 100%;
}

.secHeading > h1 {
  font-size: 50px;
  line-height: 100%;
  font-weight: 700;
  color: #145793;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secHeading > h1 .liveDot {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #fff;
  background-color: #ff0000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.secHeading > h1 .light {
  font-weight: 300;
  margin-right: 15px;
}

.secHeading p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 1.5em;
}

.secHeading .know-more {
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.secHeading .know-more:hover {
  background-color: #145793;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header {
  width: 100%;
  z-index: 100;
}

header .topStrip {
  background-color: #fff;
  padding: .8em 0;
  margin-bottom: 0.3em;
}

header .topStrip .__content {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0 8%;
}

header .topLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  background-color: #fff;
}

header .topLogo img {
  width: auto;
}

header .topNavigation {
  width: 100%;
}

header .topNavigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  background-color: #F9F9F9;
  border: 1px solid rgba(20, 87, 147, 0.2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header .topNavigation .menu:hover {
  border-color: #145793;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

header .topNavigation .menu > .menu-item {
  width: 100%;
}

header .topNavigation .menu > .menu-item > a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0 .5em;
  white-space: nowrap;
}

header .topNavigation .menu > .menu-item .dropdown-menu {
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  list-style: none;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1), 0 4px 0 #145793;
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1), 0 4px 0 #145793;
  overflow: hidden;
  width: auto;
  min-width: 185px;
  left: calc(50% - 92.5px);
}

header .topNavigation .menu > .menu-item .dropdown-menu li {
  white-space: nowrap;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

header .topNavigation .menu > .menu-item .dropdown-menu li a {
  padding: 0 1em;
  height: 36px;
  -webkit-transition: padding 0.3s ease-in;
  transition: padding 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 13px;
}

header .topNavigation .menu > .menu-item .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: #145793;
  color: #fff;
  padding-left: 1.3em;
}

header .topNavigation .menu > .menu-item:hover > a, header .topNavigation .menu > .menu-item.active > a, header .topNavigation .menu > .menu-item:focus > a {
  background-color: #145793;
  text-decoration: none;
  color: #fff;
}

header .topNavigation .menu > .menu-item:hover .dropdown-menu li, header .topNavigation .menu > .menu-item.active .dropdown-menu li, header .topNavigation .menu > .menu-item:focus .dropdown-menu li {
  height: 36px;
}

.sliderSection {
  width: 100%;
  margin-top: 2em;
  padding-bottom: 4em;
}


.sliderSection .mainSlider__container {
  width: 100%;
  background-color: #fff;
}

.sliderSection .mainSlider__container .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.sliderSection .mainSlider__container .mainTopSlider {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide {
  width: 100%;
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__image {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #145793;
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(20, 87, 147, 0.3);
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  color: #fff;
  text-align: center;
  padding: 0 1rem;
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	color: #fff;
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__content p {
  font-size: 16px;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  height: 50px;
  padding: 0 2.5em;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__content .btn:hover {
  background-color: #fff;
  color: black;
}

.sliderSection .mainSlider__container .swiper-pagination {
  bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  left: calc(50% - 500px);
  border-radius: 5px;
  overflow: hidden;
}

.sliderSection .mainSlider__container .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 100%;
  border-radius: 0;
  height: 6px;
  position: relative;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.sliderSection .mainSlider__container .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 0;
  height: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}

.sliderSection .mainSlider__container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  left: 0;
  background-color: #fff;
}

.homeAboutSecton {
  width: 100%;
  padding: 3em 0 4em;
}

.homeAboutSecton .homeAboutSubSec {
  padding: 0 10%;
}

.homeAboutSecton .homeAboutSubSec .aboutImg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeAboutSecton .homeAboutSubSec .aboutImg img {
  max-width: 100%;
}

.partnSectorSection {
  padding: 3em;
}

.partnSectorSection .partnSectorSctnSub {
  background-color: #fff;
  border-radius: 10px;
  padding: 5em;
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/pattern.svg");
  background-size: 70%;
  background-attachment: fixed;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
}

.partnSectorSection .partnSectorSctnSub .participentCards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partnSectorSection .partnSectorSctnSub .participentCards::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  height: 70%;
  border-right: 1px dashed #999;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card {
  width: 190px;
  height: 190px;
  background-color: #ccc;
  margin: 3px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card h6 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card .__icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card .__icon img {
  max-width: 100%;
  max-height: 100%;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.oncology {
  background-color: #c73b45;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.dentistry {
  background-color: #5e97aa;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine {
  background-color: #e9b84b;
  width: 386px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine .__icon {
  margin: 0 30px;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine div {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding: 0 15px 0 25px;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.dermatology {
  background-color: #1cc28f;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.humanitarian {
  background-color: #17527a;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.otology {
  background-color: #8bbf43;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.diagnostics {
  background-color: #854676;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.healthcare-emergency {
  background-color: #47accf;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.innovation-education {
  background-color: #db2f85;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.pharmaceutical {
  background-color: #7169e7;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.nutrition {
  background-color: #0b8123;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.arab-maghreb {
  background-color: #e83d44;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.partners {
  background-color: #1e2749;
}

.__card.africa {
    background-color: #19325a !important;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.collaboration-with {
  background-color: #88c79f;
}

.partnSectorSection .partnSectorSctnSub .participentCards .__card.collaboration-with .__icon img {
  max-width: 200px;
}

.participentCards h2,.participentCards h6{color: #fff;}

.partnSectorSection .figureNfactContainer {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.partnSectorSection .figureNfactContainer .factNfigureSwiper {
  width: 350px;
  height: 525px;
}

.partnSectorSection .figureNfactContainer .factNfigureSwiper .swiper-slide .swiper-slide-shadow {
  background-color: transparent;
}

.partnSectorSection .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard {
  width: 350px;
  height: 525px;
  border: 1px solid #707070;
  border-radius: 15px;
  background-color: #fff;
  padding: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: .5;
}

.partnSectorSection .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard h3 {
  font-weight: 700;
  font-size: 30px;
}

.partnSectorSection .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard h1 {
  font-size: 70px;
  line-height: 100%;
  font-weight: 700;
  color: #145793;
}

.partnSectorSection .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard img {
  max-width: 100%;
}

.partnSectorSection .figureNfactContainer .factNfigureSwiper .swiper-slide.swiper-slide-active .factNfigureCard {
  opacity: 1;
  border: 2px solid #145793;
}

._header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

._header .viewAll {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  white-space: nowrap;
  padding: 0 1em;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 4px;
}

._header .viewAll i {
  margin-left: 1em;
}

._header .viewAll:hover {
  color: #fff;
  background-color: #145793;
  border-color: #145793;
}

._header .swiper-pagination {
  position: absolute;
  bottom: 1em;
  width: 100%;
  height: 5;
  background-color: red;
}

._header .sliderNavigation {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

._header .sliderNavigation > div {
  position: relative;
  left: inherit;
  right: inherit;
  width: 43px;
  min-width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: black;
}

._header .sliderNavigation > div::after {
  font-size: 16px;
}

._header .sliderNavigation > div:hover {
  background-color: #145793;
  color: #fff;
}

.webinarSection {
  width: 100%;
  padding: 5em 0;
}

.webinarSection .webinarSec {
  width: 100%;
}

.webinarSection .webinarSec .liveWebinarSwiper, .webinarSection .webinarSec .onDemandWebinarSwiper {
  width: calc(100% + 2em);
  /*height: 365px;*/
  min-height:100px;
  padding: 1em;
  margin-left: -1em;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: black;
  font-family: "Poppins", sans-serif;
	text-decoration: none !important;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .topBlock, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .topBlock {
  height: 100%;
  margin-bottom: 15px;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__imgBlock .preRecorded, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__imgBlock .preRecorded, .webinar_wrap .card-layout .preRecorded {
  z-index: 1;
  position: absolute;
  width: 28px;
  height: 28px;
  right: 3px;
  top: 5px;
  background-color: #333;
  border-radius: 4px;
  background-color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__imgBlock img, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__imgBlock img {
  /*margin-left: -13px;*/
  margin-top: -10px;
  width: calc(100% + 22px);
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__content h4, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__content h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
	text-decoration: none;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__content h4:hover, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__content h4:hover {

  color: #145793;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__content p, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__content p {
  font-size: 17px;
}

.webinarCard__profile {padding-left:0px;}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__profile, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__profile {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__profile li, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__profile li .__icon, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__profile li .__icon {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-color: #f1f1f1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__profile li:first-child .__icon, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__profile li:first-child .__icon {
  border-radius: 4px 4px 0 0;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__profile li:last-child .__icon, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__profile li:last-child .__icon {
  border-radius: 0 0 4px 4px;
}

.webinarSection .webinarSec .liveWebinarSwiper .swiper-slide:hover, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide:hover {
  border: 1px solid #145793;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.eventWebinarSection {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eventWebinarSection .eventBanner {
  background-color: #145793;
  min-width: 400px;
  width: 400px;
}

.eventWebinarSection .eventBanner h1 {
  position: absolute;
  bottom: 50%;
  right: 0;
  color: #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-62%, 420px);
          transform: rotate(-90deg) translate(-62%, 420px);
  z-index: 1;
  margin: 0 0 -30px 0;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  white-space: nowrap;
  font-weight: 100;
}

.eventWebinarSection .eventBanner h1 strong {
  font-weight: 700;
}

.eventWebinarSection .eventBanner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #145793;
  width: 100%;
  height: 100%;
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/eventBanner.jpg");
  background-blend-mode: luminosity;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: .3;
}

.eventWebinarSection .eventSliderContainer {
  width: 100%;
  max-width: calc(100% - 400px);
  padding: 3em;
}

.eventWebinarSection .eventSliderContainer .eventWebinarSwiper .eventCard {
  width: 100%;
  min-height: 200px;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 1em 1em 1em;
  font-family: "Poppins", sans-serif;
  color: black;
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/spiral.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.eventWebinarSection .eventSliderContainer .eventWebinarSwiper .eventCard h4 {
  font-weight: 600;
  text-align: center;
}

.eventWebinarSection .eventSliderContainer .eventWebinarSwiper .eventCard .evntLogo {
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 5px;
  background-color: #fff;
}

.eventWebinarSection .eventSliderContainer .eventWebinarSwiper .eventCard .evntLogo img {
  max-width: 100%;
}

.eventWebinarSection .eventSliderContainer .eventWebinarSwiper .eventCard:hover {
  background-color: #145793;
  color: #fff !important;
}

.sectorsSection, .testimonialSection {
  width: 100%;
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/pattern.svg");
  background-attachment: fixed;
  background-size: 70%;
  padding: 7em 0 5em 0;
}

.sectorsSection .sector__container, .testimonialSection .sector__container {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0  auto;
}

.sectorsSection .sector__card, .testimonialSection .sector__card {
  width: 240px;
  height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -35px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}


.sectorsSection .sector__card:hover{color:#fff !important;}

.sectorsSection .sector__card:nth-child(5), .testimonialSection .sector__card:nth-child(5) {
  margin-left: 1px;
}

.sectorsSection .sector__card.sector__card_2, .testimonialSection .sector__card.sector__card_2 {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/Polygon.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.sectorsSection .sector__card.oncology, .testimonialSection .sector__card.oncology {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_oncology.svg");
}

.sectorsSection .sector__card.oncology:hover, .testimonialSection .sector__card.oncology:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_oncology_full.svg");
}

.sectorsSection .sector__card.dentistry, .testimonialSection .sector__card.dentistry {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_dentistry.svg");
}

.sectorsSection .sector__card.dentistry:hover, .testimonialSection .sector__card.dentistry:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_dentistry_full.svg");
}

.sectorsSection .sector__card.familyMedicine, .testimonialSection .sector__card.familyMedicine {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_familyMedicine.svg");
}

.sectorsSection .sector__card.familyMedicine:hover, .testimonialSection .sector__card.familyMedicine:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_familyMedicine_full.svg");
}

.sectorsSection .sector__card.dermatology, .testimonialSection .sector__card.dermatology {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_dermatology.svg");
}

.sectorsSection .sector__card.dermatology:hover, .testimonialSection .sector__card.dermatology:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_dermatology_full.svg");
}

.sectorsSection .sector__card.humanitarian, .testimonialSection .sector__card.humanitarian {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_humanitarian.svg");
}

.sectorsSection .sector__card.humanitarian:hover, .testimonialSection .sector__card.humanitarian:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_humanitarian_full.svg");
}

.sectorsSection .sector__card.otology, .testimonialSection .sector__card.otology {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_otology.svg");
}

.sectorsSection .sector__card.otology:hover, .testimonialSection .sector__card.otology:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_otology_full.svg");
}

.sectorsSection .sector__card.diagnostics, .testimonialSection .sector__card.diagnostics {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_diagnostics.svg");
}

.sectorsSection .sector__card.diagnostics:hover, .testimonialSection .sector__card.diagnostics:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_diagnostics_full.svg");
}

.sectorsSection .sector__card.healthcare-emergency, .testimonialSection .sector__card.healthcare-emergency {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_healthcare-emergency.svg");
}

.sectorsSection .sector__card.healthcare-emergency:hover, .testimonialSection .sector__card.healthcare-emergency:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_healthcare-emergency_full.svg");
}

.sectorsSection .sector__card.innovation-education, .testimonialSection .sector__card.innovation-education {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_innovation-education.svg");
}

.sectorsSection .sector__card.innovation-education:hover, .testimonialSection .sector__card.innovation-education:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_innovation-education_full.svg");
}

.sectorsSection .sector__card.pharmaceutical, .testimonialSection .sector__card.pharmaceutical {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_pharmaceutical.svg");
}

.sectorsSection .sector__card.pharmaceutical:hover, .testimonialSection .sector__card.pharmaceutical:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_pharmaceutical_full.svg");
}

.sectorsSection .sector__card.nutrition, .testimonialSection .sector__card.nutrition {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_nutrition.svg");
}

.sectorsSection .sector__card.nutrition:hover, .testimonialSection .sector__card.nutrition:hover {
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/polygon_nutrition_full.svg");
}

.sectorsSection .sector__card .sectorCard__content, .testimonialSection .sector__card .sectorCard__content {
  padding: 2em;
  font-family: "Poppins", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
	text-decoration: none;
}

.sectorsSection .sector__card .sectorCard__content h4, .testimonialSection .sector__card .sectorCard__content h4 {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.sectorsSection .sector__card .sectorCard__content .sectorCard__icon, .testimonialSection .sector__card .sectorCard__content .sectorCard__icon {
  margin-bottom: 1em;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sectorsSection .sector__card .polygone, .testimonialSection .sector__card .polygone {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.sectorsSection .sector__card .polygone svg path, .testimonialSection .sector__card .polygone svg path {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sectorsSection .sector__card .polygone svg path.bgBase, .testimonialSection .sector__card .polygone svg path.bgBase {
  fill: rgba(255, 255, 255, 0.35);
}

.sectorsSection .sector__card .polygone svg path.bgStroke, .testimonialSection .sector__card .polygone svg path.bgStroke {
  fill: green;
}

.sectorsSection .sector__card .sectorCard__icon, .testimonialSection .sector__card .sectorCard__icon {
  width: 75px;
  height: 75px;
}

.sectorsSection .sector__card .sectorCard__icon img, .testimonialSection .sector__card .sectorCard__icon img {
  max-height: 100%;
  width: 100%;
}

.sectorsSection .sector__card .sectorCard__icon img[data-set="hover"], .testimonialSection .sector__card .sectorCard__icon img[data-set="hover"] {
  display: none;
}

.sectorsSection .sector__card:hover .sectorCard__icon img[data-set="active"], .testimonialSection .sector__card:hover .sectorCard__icon img[data-set="active"] {
  display: none;
}

.sectorsSection .sector__card:hover .sectorCard__icon img[data-set="hover"], .testimonialSection .sector__card:hover .sectorCard__icon img[data-set="hover"] {
  display: block;
}

.sectorsSection .sector__card.oncology .polygone svg path.bgStroke, .testimonialSection .sector__card.oncology .polygone svg path.bgStroke {
  fill: #c73b45;
}

.sectorsSection .sector__card.oncology .sectorCard__content svg path, .testimonialSection .sector__card.oncology .sectorCard__content svg path {
  fill: #c73b45;
}

.sectorsSection .sector__card.oncology:hover .polygone svg path.bgBase, .testimonialSection .sector__card.oncology:hover .polygone svg path.bgBase {
  fill: #c73b45;
}

.sectorsSection .sector__card.oncology:hover .sectorCard__content, .testimonialSection .sector__card.oncology:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.oncology:hover .sectorCard__content svg path, .testimonialSection .sector__card.oncology:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.dentistry .polygone svg path.bgStroke, .testimonialSection .sector__card.dentistry .polygone svg path.bgStroke {
  fill: #5e97aa;
}

.sectorsSection .sector__card.dentistry .sectorCard__content svg path, .testimonialSection .sector__card.dentistry .sectorCard__content svg path {
  fill: #5e97aa;
}

.sectorsSection .sector__card.dentistry:hover .polygone svg path.bgBase, .testimonialSection .sector__card.dentistry:hover .polygone svg path.bgBase {
  fill: #5e97aa;
}

.sectorsSection .sector__card.dentistry:hover .sectorCard__content, .testimonialSection .sector__card.dentistry:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.dentistry:hover .sectorCard__content svg path, .testimonialSection .sector__card.dentistry:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.familyMedicine .polygone svg path.bgStroke, .testimonialSection .sector__card.familyMedicine .polygone svg path.bgStroke {
  fill: #e9b84b;
}

.sectorsSection .sector__card.familyMedicine .sectorCard__content svg path, .testimonialSection .sector__card.familyMedicine .sectorCard__content svg path {
  fill: #e9b84b;
}

.sectorsSection .sector__card.familyMedicine:hover .polygone svg path.bgBase, .testimonialSection .sector__card.familyMedicine:hover .polygone svg path.bgBase {
  fill: #e9b84b;
}

.sectorsSection .sector__card.familyMedicine:hover .sectorCard__content, .testimonialSection .sector__card.familyMedicine:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.familyMedicine:hover .sectorCard__content svg path, .testimonialSection .sector__card.familyMedicine:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.dermatology .polygone svg path.bgStroke, .testimonialSection .sector__card.dermatology .polygone svg path.bgStroke {
  fill: #1cc28f;
}

.sectorsSection .sector__card.dermatology .sectorCard__content svg path, .testimonialSection .sector__card.dermatology .sectorCard__content svg path {
  fill: #1cc28f;
}

.sectorsSection .sector__card.dermatology:hover .polygone svg path.bgBase, .testimonialSection .sector__card.dermatology:hover .polygone svg path.bgBase {
  fill: #1cc28f;
}

.sectorsSection .sector__card.dermatology:hover .sectorCard__content, .testimonialSection .sector__card.dermatology:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.dermatology:hover .sectorCard__content svg path, .testimonialSection .sector__card.dermatology:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.humanitarian .polygone svg path.bgStroke, .testimonialSection .sector__card.humanitarian .polygone svg path.bgStroke {
  fill: #17527a;
}

.sectorsSection .sector__card.humanitarian .sectorCard__content svg path, .testimonialSection .sector__card.humanitarian .sectorCard__content svg path {
  fill: #17527a;
}

.sectorsSection .sector__card.humanitarian:hover .polygone svg path.bgBase, .testimonialSection .sector__card.humanitarian:hover .polygone svg path.bgBase {
  fill: #17527a;
}

.sectorsSection .sector__card.humanitarian:hover .sectorCard__content, .testimonialSection .sector__card.humanitarian:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.humanitarian:hover .sectorCard__content svg path, .testimonialSection .sector__card.humanitarian:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.otology .polygone svg path.bgStroke, .testimonialSection .sector__card.otology .polygone svg path.bgStroke {
  fill: #8bbf43;
}

.sectorsSection .sector__card.otology .sectorCard__content svg path, .testimonialSection .sector__card.otology .sectorCard__content svg path {
  fill: #8bbf43;
}

.sectorsSection .sector__card.otology:hover .polygone svg path.bgBase, .testimonialSection .sector__card.otology:hover .polygone svg path.bgBase {
  fill: #8bbf43;
}

.sectorsSection .sector__card.otology:hover .sectorCard__content, .testimonialSection .sector__card.otology:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.otology:hover .sectorCard__content svg path, .testimonialSection .sector__card.otology:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.diagnostics .polygone svg path.bgStroke, .testimonialSection .sector__card.diagnostics .polygone svg path.bgStroke {
  fill: #854676;
}

.sectorsSection .sector__card.diagnostics .sectorCard__content svg path, .testimonialSection .sector__card.diagnostics .sectorCard__content svg path {
  fill: #854676;
}

.sectorsSection .sector__card.diagnostics:hover .polygone svg path.bgBase, .testimonialSection .sector__card.diagnostics:hover .polygone svg path.bgBase {
  fill: #854676;
}

.sectorsSection .sector__card.diagnostics:hover .sectorCard__content, .testimonialSection .sector__card.diagnostics:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.diagnostics:hover .sectorCard__content svg path, .testimonialSection .sector__card.diagnostics:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.healthcare-emergency .polygone svg path.bgStroke, .testimonialSection .sector__card.healthcare-emergency .polygone svg path.bgStroke {
  fill: #47accf;
}

.sectorsSection .sector__card.healthcare-emergency .sectorCard__content svg path, .testimonialSection .sector__card.healthcare-emergency .sectorCard__content svg path {
  fill: #47accf;
}

.sectorsSection .sector__card.healthcare-emergency:hover .polygone svg path.bgBase, .testimonialSection .sector__card.healthcare-emergency:hover .polygone svg path.bgBase {
  fill: #47accf;
}

.sectorsSection .sector__card.healthcare-emergency:hover .sectorCard__content, .testimonialSection .sector__card.healthcare-emergency:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.healthcare-emergency:hover .sectorCard__content svg path, .testimonialSection .sector__card.healthcare-emergency:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.innovation-education .polygone svg path.bgStroke, .testimonialSection .sector__card.innovation-education .polygone svg path.bgStroke {
  fill: #db2f85;
}

.sectorsSection .sector__card.innovation-education .sectorCard__content svg path, .testimonialSection .sector__card.innovation-education .sectorCard__content svg path {
  fill: #db2f85;
}

.sectorsSection .sector__card.innovation-education:hover .polygone svg path.bgBase, .testimonialSection .sector__card.innovation-education:hover .polygone svg path.bgBase {
  fill: #db2f85;
}

.sectorsSection .sector__card.innovation-education:hover .sectorCard__content, .testimonialSection .sector__card.innovation-education:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.innovation-education:hover .sectorCard__content svg path, .testimonialSection .sector__card.innovation-education:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.pharmaceutical .polygone svg path.bgStroke, .testimonialSection .sector__card.pharmaceutical .polygone svg path.bgStroke {
  fill: #7169e7;
}

.sectorsSection .sector__card.pharmaceutical .sectorCard__content svg path, .testimonialSection .sector__card.pharmaceutical .sectorCard__content svg path {
  fill: #7169e7;
}

.sectorsSection .sector__card.pharmaceutical:hover .polygone svg path.bgBase, .testimonialSection .sector__card.pharmaceutical:hover .polygone svg path.bgBase {
  fill: #7169e7;
}

.sectorsSection .sector__card.pharmaceutical:hover .sectorCard__content, .testimonialSection .sector__card.pharmaceutical:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.pharmaceutical:hover .sectorCard__content svg path, .testimonialSection .sector__card.pharmaceutical:hover .sectorCard__content svg path {
  fill: #fff;
}

.sectorsSection .sector__card.nutrition .polygone svg path.bgStroke, .testimonialSection .sector__card.nutrition .polygone svg path.bgStroke {
  fill: #0b8123;
}

.sectorsSection .sector__card.nutrition .sectorCard__content svg path, .testimonialSection .sector__card.nutrition .sectorCard__content svg path {
  fill: #0b8123;
}

.sectorsSection .sector__card.nutrition:hover .polygone svg path.bgBase, .testimonialSection .sector__card.nutrition:hover .polygone svg path.bgBase {
  fill: #0b8123;
}

.sectorsSection .sector__card.nutrition:hover .sectorCard__content, .testimonialSection .sector__card.nutrition:hover .sectorCard__content {
  color: white;
}

.sectorsSection .sector__card.nutrition:hover .sectorCard__content svg path, .testimonialSection .sector__card.nutrition:hover .sectorCard__content svg path {
  fill: #fff;
}

.testimonialSection {
  width: 100%;
  padding-top: 4em;
  border-top: 1px solid #ddd;
  background-image: none;
}

.testimonialSection .testimonialSlider {
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
}

.testimonialSection .testimonialSliderSub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonialSection .testimonialSliderSub::before, .testimonialSection .testimonialSliderSub::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  opacity: .8;
  border-radius: 10px;
}

.testimonialSection .testimonialSliderSub::before {
  width: calc(100% + 25px);
  height: 92%;
  z-index: 1;
}

.testimonialSection .testimonialSliderSub::after {
  width: calc(100% + 50px);
  height: 82%;
  z-index: 0;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #145793;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard {
  width: 100%;
  height: 100%;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__image {
  width: 100%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__image img {
  width: 100%;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__image::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 181px;
  background-image: url("https://waterfalls.ae/wp-content/themes/wp-bootstrap-starter/images/qouteIcon.svg");
  background-repeat: no-repeat;
  top: -10px;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__content {
  width: 100%;
  max-width: 75%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__content .__text {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 1em;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__content .__nameTitle {
  padding-left: 10px;
  width: 100%;
  border-left: 5px solid #145793;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__content .__nameTitle h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__content .__nameTitle p {
  font-size: 16px;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .swiper-pagination {
  bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 775px;
  padding: 0 10%;
  border-radius: 5px;
  overflow: hidden;
  height: 10px;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 100%;
  border-radius: 0;
  height: 3px;
  position: relative;
  background-color: transparent;
  background-color: rgba(20, 87, 147, 0.1);
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  opacity: 1;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  height: 10px;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 0;
  height: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}

.testimonialSection .testimonialSliderSub .testimonialSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  left: 0;
  background-color: #145793;
}

.footer {
  width: 100%;
  padding: 2em 0;
  background-color: #fff;
}

.footer .copyrightBlock {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 20px;
  border: 1px solid #e6e6e6;
}

.footer .copyrightBlock .footerSocialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .copyrightBlock .footerSocialMedia li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: black;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
	text-decoration: none;
}

.footer .copyrightBlock .footerSocialMedia li a:hover {
  background-color: #145793;
  color: #fff;
	text-decoration: none;
}



/* Responsive */

@media (max-width: 1500px) and (min-width: 1400px) {
  .partnSectorSection {
    padding: 1.5em;
  }
  .partnSectorSection .partnSectorSctnSub {
    padding: 3em;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards::after {
    top: 10%;
    right: 5%;
    height: 80%;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card {
    width: 182px;
    height: 182px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine, .partnSectorSection .partnSectorSctnSub .participentCards .__card.collaboration-with {
    width: 370px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .partnSectorSection {
    padding: 1.5em;
  }
  .partnSectorSection .partnSectorSctnSub {
    padding: 3em;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards::after {
    top: 0;
    right: 15%;
    height: 100%;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card {
    width: 180px;
    height: 180px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.__card.oncology, .partnSectorSection .partnSectorSctnSub .participentCards .__card.dentistry {
    width: 273px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine {
    width: 366px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.collaboration-with .__icon img {
    max-width: 200px;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactBlock {
    margin-left: -80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  header .topLogo img {
    width: 100%;
  }
  header .topNavigation,
  .footer .copyrightBlock {
    max-width: 990px;
    margin: auto;
  }
  .sliderSection .mainSlider__container {
    max-width: 990px;
    margin: auto;
  }
  .sliderSection .mainSlider__container .swiper-pagination {
    max-width: 900px;
    left: calc(50% - 450px);
  }
  .partnSectorSection {
    padding: 1.5em;
  }
  .partnSectorSection .partnSectorSctnSub {
    padding: 3em 1em;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock {
    margin-bottom: 5em;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock .secHeading {
    text-align: center;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock .secHeading h1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards {
    margin: auto;
    max-width: 940px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards::after {
    display: none;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card {
    width: 182px;
    height: 182px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine {
    width: 370px;
  }
  .webinarSection {
    padding: 3em .8em;
  }
  .webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__content h4, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__content h4 {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .eventWebinarSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eventWebinarSection .eventBanner {
    width: 100%;
    height: auto;
    padding: 2.5em .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .eventWebinarSection .eventBanner h1 {
    position: relative;
    bottom: inherit;
    right: inherit;
    -webkit-transform-origin: inherit;
            transform-origin: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin: 0;
    font-size: 56px;
  }
  .eventWebinarSection .eventSliderContainer {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .topLogo img {
    width: 100%;
  }
  header .topStrip .__content {
    padding: 0;
  }
  .partnSectorSection {
    padding: 1em;
  }
  .partnSectorSection .partnSectorSctnSub {
    padding: 3em 1em;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock {
    margin-bottom: 3.5em;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock .secHeading {
    text-align: center;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock .secHeading h1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards {
    margin: auto;
    max-width: 940px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards::after {
    display: none;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card {
    width: 172px;
    height: 172px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine, .partnSectorSection .partnSectorSctnSub .participentCards .__card.collaboration-with {
    width: 350px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card .__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card h2 {
    font-size: 26px;
  }
  .webinarSection {
    padding: 3em .8em;
  }
  .webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__content h4, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__content h4 {
    font-size: 18px;
  }
  .secHeading h3 {
    font-size: 20px;
  }
  .secHeading > h1 {
    font-size: 36px;
  }
  .eventWebinarSection .eventSliderContainer {
    padding: 2em;
  }
  .webinarSection .webinarSec .liveWebinarSwiper,
  .webinarSection .webinarSec .onDemandWebinarSwiper {
    height: auto;
  }
  .sectorsSection, .testimonialSection {
    padding: 4em 0 5em;
  }
  .sectorsSection .sector__container, .testimonialSection .sector__container {
    width: 720px;
  }
  .sectorsSection .sector__card, .testimonialSection .sector__card {
    width: 240px;
    height: 255px;
    margin-top: -35px;
  }
  .sectorsSection .sector__card:nth-child(5), .testimonialSection .sector__card:nth-child(5) {
    margin-left: 0;
  }
  .sectorsSection .sector__card:nth-child(4), .sectorsSection .sector__card:nth-child(9), .testimonialSection .sector__card:nth-child(4), .testimonialSection .sector__card:nth-child(9) {
    margin-left: 1px;
  }
  .sectorsSection .sector__card .sectorCard__content, .testimonialSection .sector__card .sectorCard__content {
    padding: 2em;
  }
  .sectorsSection .sector__card .sectorCard__content h4, .testimonialSection .sector__card .sectorCard__content h4 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .sectorsSection .sector__card .sectorCard__content .sectorCard__icon, .testimonialSection .sector__card .sectorCard__content .sectorCard__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1em;
  }
  .testimonialSection .testimonialSliderSub {
    padding: 0 1em;
  }
  .testimonialSection .testimonialSliderSub::before {
    width: calc(100% - 50px);
    height: 92%;
    z-index: 1;
    top: 12%;
  }
  .testimonialSection .testimonialSliderSub::after {
    width: calc(100% - 100px);
    height: 82%;
    z-index: 0;
    top: 26%;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  header .topLogo img {
    width: 100%;
  }
  header nav.topNavigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
    overflow-y: scroll;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  header nav.topNavigation .closeMenuPopup {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 3vw;
    right: 3vw;
    color: #fff;
    font-size: 6vw;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
  }
  header nav.topNavigation .closeMenuPopup:hover {
    background-color: #fff;
    color: red;
  }
  header nav.topNavigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 0;
    width: 100%;
  }
  header nav.topNavigation .menu:hover {
    border-color: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header nav.topNavigation .menu > .menu-item > a {
    color: white;
    padding-left: 1em;
    font-size: 2.5vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  header nav.topNavigation .menu > .menu-item.menu-dropdown > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
  }
  header nav.topNavigation .menu > .menu-item.menu-dropdown .downArrowIcon {
    position: relative;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    right: -1rem;
  }
  header nav.topNavigation .menu > .menu-item.menu-dropdown:hover .dropdown-menu li {
    height: 0;
  }
  header nav.topNavigation .menu > .menu-item.menu-dropdown.active .dropdown-menu li {
    height: 36px;
  }
  header nav.topNavigation .menu > .menu-item .dropdown-menu {
    width: 100%;
    left: 0;
    position: relative;
    border-radius: 0;
  }
  header nav.topNavigation .menu > .menu-item .dropdown-menu .dropdown-menu li a {
    font-size: 14px;
  }
  header .mobileNavigation {
    width: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: #F9F9F9;
    border: 1px solid rgba(20, 87, 147, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 .5em;
  }
  header .mobileNavigation .hamburgerMenu {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    color: #145793;
  }
  .sliderSection .mainSlider__container .mainTopSlider {
    width: calc(100vw - 20px);
    height: 300px;
  }
  .sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__content h1 {
    font-size: 32px;
  }
  .sliderSection .mainSlider__container .mainTopSlider .swiper-slide .__content p {
    font-size: 14px;
  }
  .sliderSection .mainSlider__container .swiper-pagination {
    width: 90vw;
    max-width: 90vw;
    left: calc(50% - 45vw);
  }
  .bgOverlayCircleContainer .bgOverlayCircle {
    height: 90vh;
  }
  .homeAboutSecton {
    padding: 1em 0 2em;
  }
  .homeAboutSecton .homeAboutSubSec {
    padding: 0 0 0 2%;
  }
  .bgOverlayCircleContainer._top {
    top: -10vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .bgOverlayCircleContainer._top {
    top: 30vw;
  }
  header nav.topNavigation {
    padding: 5em 2em;
  }
  header nav.topNavigation .menu > .menu-item > a {
    font-size: 16px;
  }
  .homeAboutSecton .homeAboutSubSec .secHeading {
    text-align: center;
  }
  .homeAboutSecton .homeAboutSubSec .secHeading h1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homeAboutSecton .homeAboutSubSec .aboutImg {
    margin-top: 3em;
  }
  .secHeading > h1 {
    font-size: 32px;
  }
  .secHeading > h3 {
    font-size: 22px;
  }
  .secHeading > P {
    font-size: 14px;
  }
  .partnSectorSection {
    padding: .5em;
  }
  .partnSectorSection .partnSectorSctnSub {
    padding: 2em 0.5em;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock {
    margin-bottom: 2.5em;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock .secHeading {
    text-align: center;
  }
  .partnSectorSection .partnSectorSctnSub .participentsBlock .secHeading h1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards {
    width: 100vw;
    margin-left: -1em;
    padding: 0 1em;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    max-width: initial;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards::after {
    display: none;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card {
    width: 200px;
    min-width: 200px;
    height: 250px;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine .__icon {
    margin: 1.5em 1em;
  }
  .partnSectorSection .partnSectorSctnSub .participentCards .__card.familyMedicine div {
    text-align: center;
    padding: 0;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer {
    position: relative;
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer .factNfigureSwiper {
    width: 255px;
    height: 382.5px;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer .factNfigureSwiper .swiper-slide .swiper-slide-shadow {
    background-color: transparent;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard {
    width: 255px;
    height: 382.5px;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard img {
    max-width: 80%;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard h3 {
    font-size: 26px;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer .factNfigureSwiper .swiper-slide .factNfigureCard h1 {
    font-size: 56px;
  }
  .partnSectorSection .partnSectorSctnSub .figureNfactContainer .factNfigureSwiper .swiper-slide.swiper-slide-active .factNfigureCard {
    opacity: 1;
    border: 2px solid #145793;
  }
  .webinarSection {
    padding: 3em .8em 1em;
  }
  .webinarSection .container {
    padding: 0;
  }
  .webinarSection .webinarSec .liveWebinarSwiper, .webinarSection .webinarSec .onDemandWebinarSwiper {
    height: auto;
    width: 100vw;
  }
  .webinarSection .webinarSec .liveWebinarSwiper .swiper-slide a .webinarCard__content h4, .webinarSection .webinarSec .onDemandWebinarSwiper .swiper-slide a .webinarCard__content h4 {
    font-size: 18px;
  }
  ._header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._header .viewAllContainer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1em;
    width: 100%;
  }
  ._header .viewAllContainer .viewAll {
    font-size: 14px;
  }
  .eventWebinarSection .eventBanner {
    min-width: initial;
  }
  .eventWebinarSection .eventBanner h1 {
    font-size: 32px;
  }
  .eventWebinarSection .eventSliderContainer {
    padding: 1em;
  }
  .sectorsSection, .testimonialSection {
    padding: 3.5em 0;
  }
  .sectorsSection .sector__container, .testimonialSection .sector__container {
    margin-top: 2em;
    padding: 1em;
    overflow-x: scroll;
    width: 100vw;
    margin-left: -1em;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sectorsSection .sector__card, .testimonialSection .sector__card {
    width: 240px;
    min-width: 240px;
    height: 255px;
    margin-top: 0;
  }
  .sectorsSection .sector__card:nth-child(5), .testimonialSection .sector__card:nth-child(5) {
    margin-left: 0;
  }
  .sectorsSection .sector__card .sectorCard__content, .testimonialSection .sector__card .sectorCard__content {
    padding: 2em;
  }
  .sectorsSection .sector__card .sectorCard__content h4, .testimonialSection .sector__card .sectorCard__content h4 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .sectorsSection .sector__card .sectorCard__content .sectorCard__icon, .testimonialSection .sector__card .sectorCard__content .sectorCard__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1em;
  }
  .testimonialSection .testimonialSliderSub {
    padding: 0 0;
  }
  .testimonialSection .testimonialSliderSub::before {
    width: calc(100% - 50px);
    height: 92%;
    z-index: 1;
    top: 10%;
  }
  .testimonialSection .testimonialSliderSub::after {
    width: calc(100% - 100px);
    height: 82%;
    z-index: 0;
    top: 22%;
  }
  .testimonialSection .testimonialSliderSub .testimonialSwiper {
    height: auto;
    min-height: 360px;
  }
  .testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__image {
    max-width: 100%;
    margin-bottom: 1.3em;
  }
  .testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__image::after {
    display: none;
  }
  .testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__content {
    max-width: 100%;
  }
  .testimonialSection .testimonialSliderSub .testimonialSwiper .testimonialCard .__content .__text {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonialSection .testimonialSliderSub .testimonialSwiper .swiper-pagination {
    display: none !important;
  }
}


