/* ************************
 		CUSTOM CSS 
 ************************ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');

 body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* CUSTOM LOGO */
.custom-logo {
	width: 5rem;
	margin-left: 3rem;
	padding-top: 1rem;
}

/* HEADER */
.main-header {
	position: relative;
}
.header-text {
	width: 35rem;
	height: 20rem;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	z-index: 10;
}
.header-text a {
	color: #fff;
}
.header-text a:hover {
	text-decoration: none;
}

.btn-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a:hover {
	text-decoration: none !important;
}
a.btn {
	color: white !important;
}

.blog-header {
    height: 30vh;
    width: 100%;
    overflow: hidden;
    background: url('http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/07/1.jpg');
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.blog-header-text {
    margin-left: 5rem;
    margin-top: 2.5rem;
    position: relative;
    padding-left: 1rem;

}
.blog-header-text:before {
    content: '';
    width: 5px;
    height: 2.5rem;
    background: #0f0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-items {
    position: absolute;
    top: 20%;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.flag-bar {
    position: absolute;
    top: 75%;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    left: 50%;
    transform: translate(-50%, 0);
}
.flag-bar1 {
    position: absolute;
    top: 87%;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    left: 50%;
    transform: translate(-50%, 0);
}

.flag {
    width: 5rem;
}


.icon {
    font-size: 3rem;
}

.plan-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin: auto;
}

/* NAVBAR */
#nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0, .3) !important;
    transition: all 0.8s ease-in-out;
}
#nav a {
    color: #fff !important;
}
.bg-primary {
    background-color: #78C2AD !important;
}
.bg-light {
	background-color: #fff !important;
}


/* #main_navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0, .3) !important;
	transition: all 0.8s ease-in-out;
	z-index: 100;
}
#main_navbar a {
    color: #fff !important;
}

#main_navbar li {
	padding: 1rem;
}
#main_navbar li a {
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
#main_navbar a:hover {
	color: #000 !important;
} */




/* TEXT COLOR CHANGER */
@keyframes changer {
    0%     {color:#fff;}
    25%    {color: #f00}
    50.0%  {color:#ff6666;}
    75%    {color: #f00;}
    100.0%  {color:#fff;}
}

#export {
    animation-name: changer;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running;
}


/* CAROUSEL */
.carousel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/06/18938.jpg) no-repeat center;
    background-size: cover;
}

.carousel .carousel-inner img {
    height: 90vh;
    overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute !important;
	z-index: 1000 !important;
	top: 1rem !important;
}

.globe {
    width: 20rem;
    height: 20rem;
    background-image: url(http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/06/globe.jpg);
    background-size: cover;
    /* position: absolute;
    top: 1em;
    right: 1em; */
    margin: 0;
    border-radius: 50%;
    box-shadow: -20px -20px 50px 2px rgba(0,0,0,.5) inset, 0 0 20px 10px rgba(250,250,250,.5);
    animation: spin 30s linear alternate infinite;
}
@keyframes spin {
    100% {
        background-position: 100%;
    }
}

/* ABOUT US PAGE */
.about-us {
	position: relative;
}
.ceo-sign {
	position: absolute;
	top: 18rem;
	right: 0;
	transform: rotate(-20deg);
	font-family: 'Gochi Hand', cursive;
	font-size: 3rem;
}


/* POSTS */
.post a,
.card a {
	text-shadow: 0 0 5px black;
}

/* ED SECTION */
.ed-section {
    height: 60vh;
    background: rgba(135,135,135, .35);
}
.ed-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ed-text {
    padding: 1rem;
}

/* TEAM SECTION */
.team-section {
    height: auto;
    background: url(http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/07/seamless-white-polygon-vector-15662672.jpg) repeat center;
}
.team-section a {
    text-shadow: 0 0 5px black;
    text-decoration: none;
}
.team-header {
    width: 50%;
    margin: auto;
}

.team-img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    box-shadow: 0 0px 5px rgba(0,0,0,.5);
}
.team-flag {
	width: 6rem;
}

#member-2,
#member-3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* BOX SECTION */
.box-section {
    width: 100%;
    height: auto;
    background: #1e646e;
    margin-bottom: -2.5rem;
}
.box-section h2 {
    font-weight: bold;
    color: #fff;
}
:root {
  --base-grid: 8px;
  --colour-body-background: #d84c6e;
  --colour-background: #fff;
  --colour-background-folded: #f5f5f5;
  --colour-background-stripes: rgba(255, 255, 255, 0.5);
  --colour-text: #1a1a1a;
}
.articles {
  margin: calc(var(--base-grid) * 2) auto calc(var(--base-grid) * 5);
  display: grid;
  grid-row-gap: calc(var(--base-grid) * 8);
  grid-column-gap: calc(var(--base-grid) * 6);
  grid-template-columns: repeat(
    auto-fit,
    minmax(calc(var(--base-grid) * 35), 1fr)
  );
  justify-items: center;
}

.articles__article {
  cursor: pointer;
  display: block;
  position: relative;
  perspective: 1000px;
  animation-name: animateIn;
  animation-duration: 0.35s;
  animation-delay: calc(var(--animation-order) * 100ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.articles__article:before {
  content: "";
  position: absolute;
  top: calc(var(--base-grid) * -2);
  left: calc(var(--base-grid) * -2);
  border: 2px dashed var(--colour-background);
  background-image: repeating-linear-gradient(
    -24deg,
    transparent,
    transparent 4px,
    var(--colour-background-stripes) 0,
    var(--colour-background-stripes) 5px
  );
  z-index: -1;
}

.articles__article,
.articles__article:before {
  width: calc(var(--base-grid) * 35);
  height: calc(var(--base-grid) * 25);
}

.articles__link {
  background-color: var(--colour-body-background);
  border: 2px solid var(--colour-background);
  display: block;
  width: 100%;
  height: 100%;
}

.articles__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--base-grid) * 3);
  width: calc(var(--base-grid) * 2);
  height: calc(var(--base-grid) * 2);
  margin-top: calc(var(--base-grid) * -1);
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 25% 50%, 0 0);
  -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 25% 50%, 0 0);
  background-color: var(--colour-background);
  opacity: 0;
  transition: opacity 0.5s ease-in, transform 0.3s ease-in-out 0ms;
}

.articles__content {
  background-color: var(--colour-background);
  color: var(--colour-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: calc(var(--base-grid) * 2);
  display: flex;
  flex-direction: column;
  border: 2px solid var(--colour-background);
}

.articles__content--lhs {
  clip-path: polygon(0 0, 51% 0, 51% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 51% 0, 51% 100%, 0 100%);
}

.articles__content--rhs {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  transition: transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
}

.articles__title {
  font-size: calc(var(--base-grid) * 3);
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.articles__footer {
  margin-top: auto;
  font-size: calc(var(--base-grid) * 2);
  line-height: calc(var(--base-grid) * 2);
  display: flex;
  justify-content: space-between;
}

.articles__link:hover .articles__content--rhs {
  background-color: var(--colour-background-folded);
  transform: rotateY(-50deg);
}

.articles__link:hover:after {
  opacity: 1;
  transform: translateX(calc(var(--base-grid) * 1.5));
  transition: opacity 0.5s ease-in, transform 0.3s ease-in-out 0.25s;
}



/* MEDIA CENTER */

.media-center {
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: url(http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/07/people-discuss-about-graphs-and-rates-3184292.jpg) no-repeat center;
    background-size: cover;
    background-color: silver;
    background-blend-mode: soft-light;
    background-attachment: fixed;
}


/* PAGINATION */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


/* PRICING PLAN TABLES */
div.comparisontable{
    display: flex;
    flex-direction: column; /* turn children ul elements into stacked rows */
}
 
 
div.comparisontable ul.row{
    list-style: none;
    display: flex; /* turn children li elements into flex children */
    flex: 1;
    flex-wrap: wrap;
}
 
div.comparisontable ul.row li{
    background: #c9f4ca;
    flex: 1;
    padding: 10px;
    border-bottom: 1px solid gray;
}
 
/* the legend column (first li within each row) */
div.comparisontable ul.row li.legend{
    background: #6640d8;
    color: white;
    border: none;
    width: 200px;
    border-bottom: 1px solid white;
}
 
/* very first row */
div.comparisontable ul.row:first-of-type li{
    text-align: center;
}
 
/* very last row */
div.comparisontable ul.row:last-of-type li{
    text-align: center;
    border-bottom: none;
    box-shadow: 0 6px 6px rgba(0,0,0,0.23);
}
 
 
/* first and last cell within legend column */
div.comparisontable ul.row:first-of-type li.legend.legend,
div.comparisontable ul.row:last-of-type li.legend{
    background: transparent;
    box-shadow: none;
}





/* SEARCH BAR */
select {
    width: auto !important;
}

#search-bar {
    margin-top: -1.5rem;
    padding: 1rem;
    position: relative;
    z-index: 100;
}

/* CARDS */
.card-section {
    display: flex;
    justify-content: center;
    align-items: space-around;
    flex-wrap: wrap;
}

.card img {
    height: 200px; 
    width: 100%; 
    display: block;
}
.fas {
    padding-right: 1rem;
}

.list-group-item span {
    padding-left: .5rem;
}

.card-width {
    width: 33%;
}

/* The "show" class is added to the filtered elements */
.filterDiv {
    float: left;
    text-align: center;
    display: none;
  }
.show {
    display: block;
}

/* Style the buttons */
.btn1 {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  /* Add a light grey background on mouse-over */
  .btn1:hover {
    background-color: #ddd;
  }
  
  /* Add a dark background to the active button */
  .btn1.active {
    background-color: #666;
    color: white;
  }

/* JUMBOTRON */
/* .carousel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
} */

.lead input {
    border: none;
    width: 50%;
    height: 2.5rem;
}

/* .dashicons-email-alt::before {
    vertical-align: middle;
} */

/* 
BLOG PAGINATION
*/


.page-numbers{
	background:#BCBCBC;
	color:#fff;
	display:block;
	width:auto;
	float:left;
	margin: 4px 4px 4px 0;
	padding:15px 18px 14px 18px;
	text-decoration:none;
}

.page-numbers:hover{
	background: #24221D;
	color:#fff;
	text-decoration: none;
}

.current{
	background: #24221D;
	color:#fff;
	padding:15px 18px 14px 18px;
}


.post-edit-link {
	color: #000 !important;
}

/* SEARCH WIDGET */
.search-field .screen-reader-text {
    display:none;
}
.search-form {
    position:relative;
    background: url("http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/07/1.jpg") top left no-repeat;
    height:60px;
    width:180px;
    background-size: cover;
    margin: auto;
}
 
.search-field {
    position:absolute;
    top:15px;
    left: 5px;
    width: 85%;
}
.search-form .search-submit {
    position:absolute;
    top:5px;
    left:135px;
    width:50px;
    height:50px;
    background: url("http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/07/blue-150x150-1.png") top left no-repeat;  
    border: none;
    background-size: cover;
    color: transparent;
    transition: all .3s ease-in-out;
}
 
.search-form .search-submit:hover {
    background: url("http://www.internationalentrepreneursassociation.org/wp-content/uploads/2020/07/orange-150x150-1.png") top left no-repeat;  
    width:50px;
    height:50px;
    border: none;
    background-size: cover; 
}

/* SMOOTH SCROLL */

@media screen and (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
  }
}
.back-to-top-link {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #D6E3F0;
  // emoji don't behave like regular fonts
  // so this helped position it correctly
  padding: 0.25rem;
}


.back-to-top-wrapper {
  // uncomment to visualize "track"
  // outline: 1px solid red;
  position: absolute;
  right: 0.25rem;
  // Optional, extends the final link into the 
  // footer at the bottom of the page
  // Set to `0` to stop at the end of `main`
  bottom: -5em;
  // Required for best support in browsers not supporting `sticky`
  width: 3em;
  // Disable interaction with this element
  pointer-events: none;
}



/* TESTIMONIAL SECTION */

.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: #f6f6f6;
	border: 1px solid rgba(251, 90, 13, .1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

.img-circle {
    height: 15rem !important;
    width: 15rem !important;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

/* PRINTABLE BENEFITS MODAL */
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
	width:100%;
    height:100%;
  }	
	a[href]:after {
		content: none !important;
  }
}
@page {
		size: landscape;
	}
.modal-header h4 {
	font-size: 1.5em;
}
.modal-body img {
  width: 100%;
	background: #fff;
}
.modal-body .champion {
  position: absolute;
  top: 73%;
  left: 30%;
  width: 40%;
  height: 24px;
  text-align: center;
}
.champion-img {
	border: none !important;
}
.champion {
  border: 0px transparent !important;
  font-family: 'Stardos Stencil', sans-serif;
  font-size: 1.2em;
}

.modal-body .champion-iea {
  position: absolute;
  top: 45%;
  left: 30%;
  width: 40%;
  height: 24px;
  text-align: center;
  background: transparent;
  border: none;
}




/* FOOTER */
#colophon {
	background: #999;
}

/* RESPONSIVE */

@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
	.site-info {
		width: 75%;
		margin: auto;	
	}
.ceo-sign {
	top: 26rem;
	right: 17rem;
	font-size: 2rem;
}
.ceo-credentials {
	margin-bottom: 3rem;
}
	
}

/* END TESTIMONIAL SECTION */


 /* MEDIA QUERIES */

@media only screen and (max-width: 988px) {
    #nav {
	  background-color: #fff !important;
	  width: 100%;
    }
    #nav a {
		color: #000 !important;
	}
	
	.custom-logo-link {
		filter: invert(100%);
    }
    
    .banner-items {
        position: absolute;
        top: 5%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.ceo-sign {
	top: 18rem;
	font-size: 2rem;
}
.ceo-credentials {
	margin-bottom: 3rem;
}
    #search-bar {
        display: none;
	}
	.header-text {
        margin: 5rem auto;
        width: 70%;
        height: 50%;
		text-align: center;
    }
    .globe {
        width: 15rem;
        height: 15rem;
        margin: auto;
    }

    .carousel {
        height: 130vh;
    }

    .flag-bar,
    .flag-bar1 {
        display: none;
    }

    #header-btns {
        margin: auto;
    }
    
    .blog-header-text:before {
        height: 4rem;
    }

    .card-width {
        width: 100%;
    }

    .card-section {
        display: flex;
        flex-direction: column;
    }

    /* ED SECTION */
    .ed-section {
        height: 100vh;
    }

    #member-2,
    #member-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.footer-sidebar {
    flex-direction: column !important;
    align-items: center !important;
}

  }

  @media only screen and (max-width: 460px) {
    .blog-header-text:before {
        height: 6rem;
    }
.carousel {
        height: 150vh;
    }
.header-text h1 {
   	font-size: 2rem;
}

.ceo-sign {
	top: 25rem;
	right: 15rem;
	font-size: 2rem;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
	width: 75%;
}

/* TESTIMONIAL SECTION */
#testimonial-section {
	min-height: 50vh;
	height: auto;
	display: block;
}
.feedback-slider-thumb {
	display: none;
}
.owl-carousel .owl-stage-outer {
    /* override */
    overflow: initial;
}

#bodyContent {
    /* override */
    overflow: hidden;
}
.owl-item {
  opacity: 0;
}
.owl-item.active {
  opacity: 1;
}

  }