/*your custom css goes here*/


.eoi_bg {
    background: url(../../img/register_page_background.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.require::after {
    content: ' *';
    color: red;
}

.aiz-main-wrapper {
    min-height: 100vh;
    max-width: 100vw;
}

.bg-center {
    background-position: center center;
}
.bg-cover {
    background-size: cover;
}

.h-100 {
    height: 100%!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

 .mazi-process{
    height:100%;
   background: #f7f8fc;
    background-size:cover;
    background-position:center center;
    padding:0;
  }
  
  .Sec-title{
    max-width:1200px;
    display:flex;
    align-items: center;
    justify-content: center;    
    margin:auto;
    font-size: 35px;
    color: #16003B;
    font-weight: 600;
  }

  .mazi-wrapper{
    max-width:1200px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:auto;
  }
  
  .sec-md-35{
    width:35%;
    margin-top: 0;
  }
  
  .sec-md-30{
    width:30%;
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    z-index: 3;
  }

  .cards{
    position: relative;
    margin: auto;
    margin-top:220px;
  }

  .cards .card{
    width:100%;
    height: 300px;
    background:#fff;
    padding:30px;
    margin-Top: 20px;
    border-radius: 10px;
   
    line-height: 24px; 
  }

  .cards .card h2{
    margin-top: 0;
  }

  .left-t{
    margin-left: 4%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromLeft;
    animation-delay: 1s;
  }

  .left-b{
    margin-left: 36%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromLeft;
    animation-delay: 3s;
  } 

  @keyframes slideInFromLeft{
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .right-t{
    margin-left: -4%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromRight;
    animation-delay: 2s;
  }

  .right-b{
    margin-left: -32%;
    opacity: 0;
    animation: 1s ease-out forwards 1 slideInFromRight;
    animation-delay: 4s;
  }

  @keyframes slideInFromRight{
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .all-path{
    stroke-dasharray: 1000;
    stroke-dashoffset: 100;
  }

  .all-path .no1, .all-path .no2, .all-path .no3, .all-path .no4{
    animation: 4s ease-out forwards 1 draw;
    opacity: 0;
  }

  .all-path .no2{
    animation-delay: 1s;
  }
  
  .all-path .no3{
    animation-delay: 2s;
  }
  
  .all-path .no4{
    animation-delay: 3s;
  }

  
  @keyframes draw{
    0% {
      stroke-dashoffset: 1000;
      opacity: 0;
    }
    100% {
      opacity: 1;
      stroke-dashoffset: 0 ;
    }
  }
  .pro
  {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: lightgreen;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 30px;
    color: darkgreen;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  @media only screen and (max-width: 750px) {
   .mazi-wrapper{
    max-width:1100px;
     
  }


}


/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}



/* Hero Video */
.outter.hero-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .outter.hero-video {
    height: 325px;
  }
}

.hero-video .video-container {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-video .video-container {
    height: 325px;
  }
}
.hero-video video {
  object-fit: cover;
  position: absolute;
  height: 550px;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-video img {
  object-fit: cover;
  position: absolute;
  height: 550px;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hero-video video {
    height: 325px;
  }
}
.hero-video .video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.hero-video h1 {
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
  color: white;
}
@media (max-width: 767px) {
  .hero-video h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .hero-video h1 {
    font-size: 4.25rem;
  }
}
.hero-video a {
  text-transform: capitalize;
  text-decoration: none;
  color: #fff!important;
  background: linear-gradient(177deg, rgba(0,92,230,1) 0%, rgba(2,204,255,1) 100%);
  padding: 20px 35px;
  font-size: 22px;
  font-weight: 700;
  border: solid #fff 2px;
  border-radius: 10px;
  letter-spacing: 1px;
}


.hero-video .callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .hero-video .callout {
    width: 90%;
  }
}
.hero-video .button {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #82bb00;
  padding: 15px 30px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hero-video .button {
    padding: 10px 20px;
  }
}
.hero-video .button:hover {
  cursor: pointer;
  background-color: #6e9e01;
}

.error{
  color: red;
  font-size: 12px;

}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }
          


/* === HERO === */
.row + .row {
	margin-top: 20px;
}

#hero {
	-webkit-font-smoothing: antialiased;
	background: url('https://nandoangelo.github.io/template-bootstrap/assets/img/hero-bg.jpg') 50% 0 repeat fixed;
	color: #ffffff;
	min-height: 500px;
	padding: 40px 0;
	text-rendering: optimizeLegibility;
}

/* Centralizando tudo */
#hero article {
	width: 100%;
	text-align: center;
}

#hero .hero-text {
	margin-top: 30px;
}



/* === LAYOUT === */

section	{
	padding: 80px 0;
}

section.main-content {
	padding: 40px 0;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

#primary {
	padding: 40px 0;
}

.feature-image {
	display: table;
	width: 100%;
}

.feature-image-default {
	background: url('https://nandoangelo.github.io/template-bootstrap/assets/img/stuff-feature.jpg') no-repeat;
	background-size: cover;
}

.feature-image-default-alt {
	background: url('https://nandoangelo.github.io/template-bootstrap/assets/img/hipster-stuff.jpg') top center repeat fixed;
	background-size: cover;
}

.feature-image h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

#optin {
	background: #3e4249;
	padding: 20px 0;
	color: #ffffff;
	font-size: 1.2em;
}

#optin p {
	margin: 7px 0 0 0;
}

#who-bennefits {
	background: #ffffff;
}

#course-features {
	background: #3e4249;
	color: #ffffff;
	text-align: center;
}

#project-features {
	text-align: center;	
}

#featurette {
	background: url('https://nandoangelo.github.io/template-bootstrap/assets/img/stuff-bg.jpg') 50% 100% repeat fixed;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}


#kudos {
	text-align: center;
}

.testimonial {
	margin-bottom: 60px;
}

.testimonial img {
	border-radius: 50%;
}

#signup {
	background: url('https://nandoangelo.github.io/template-bootstrap/assets/img/hipster-stuff.jpg') center center repeat fixed;
	text-align: center;
	background-size: cover;
	color: #ffffff;
	padding: 140px 0;
}


/* === BLOG === */

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: #fff;
	margin: 0 0 40px;
	border-radius: 4px;
}
.post {
    min-height: 350px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h1, 
.port header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h1 { font-size: 24px; }

.post-image {
	height: auto;
}

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i.fa {
	padding: 10px;
}

.post-details i.fa:first-child {
	padding: 0;
}

/* === WIDGETS === */

.widget { padding: 20px; }

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li { margin: 0 0 5px; }
.widget ul li:hover {
	position: relative;
	left: 1px;
}


/* === RESOURCES === */

.resource {
	width: 31.3333333%;
	float: left;
	margin: 0 3% 40px 0;
}

.resource:nth-child(3n) {
	margin-right: 0;
}

/* === CUSTOM ICON SPRITES === */

i.ci {
	background: url('https://nandoangelo.github.io/template-bootstrap/assets/img/icon-sprite.png') no-repeat;
	display: inline-block;
	height: 40px;
	width: 40px;
}

.ci.ci-computer 	{ background-position: 0 0; }
.ci.ci-watch			{ background-position: -40px 0; }
.ci.ci-calendar		{ background-position: -80px 0; }
.ci.ci-community	{ background-position: -120px 0; }
.ci.ci-instructor	{ background-position: -160px 0; }
.ci.ci-device			{ background-position: -200px 0; }


.pr2-blog-slider .pr2-blog-single-item .pr2-blog-content {
    min-height: 282px;
}

.pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-readmore a i {
    margin-left: 3px;
}

/* === MEDIA QUERIES === */

@media screen and (max-width: 991px) {
	#instructor .container {
		background: rgba(255, 255, 255, 0.8);
		padding: 20px;
	}
	
	
	.cards .card {
	    height: auto!important;
	}
	.cards .card h2 {
    margin-top: 10px;
    font-size: 25px;
}

.title-bar__month .month-dropdown, .title-bar__year > select.year-dropdown {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    font-weight: 600;
    letter-spacing: .5px;
}

.calendar__date {
    font-size: 20px!important;
    line-height: 0!important;
}

#calendar_div {
    padding: 10px!important;
}
.calendar-contain .title-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendar-contain {
    min-width: 100%!important;
    padding: 10px!important;
}

.calendar__days {
    padding: 10px!important;
}
.calendar-contain section {
    padding: 40px 0!important;
}

     
.post {
    min-height: 400px;
}
	
}

@media screen and (max-width: 768px) {
    
         
  
	.logo { width: 50%; }
	#optin p { margin: 0 0 10px; }
	#featured iframe { height: 240px; }
	.resource {
		width: 48%;
		margin-right: 2%;
		min-height: 800px;
	}
	
	.pr2-blog-slider .pr2-blog-single-item .img-container img {
	    object-fit: intial!important;
	    object-position: top left;
	    height: auto!important;
	}
	
	.pr2-blog-slider .pr2-blog-single-item .pr2-blog-content .pr2-blog-readmore a i 
	{
	    margin-left: 5px!important;
	}
	
	.pr2-footer-widget {
	    margin-bottom: 40px!important;
	    text-align: left!important;
	}
	.pr2-footer-widget p {
	    text-align: left!important;
	}
	
	.pr2-copyright {
        margin-top: 0!important;
    }
	
	
}

@media screen and (max-width: 568px) {
    
    #about-us .row {
        flex-direction: column-reverse;
    }
    
.pr2-blog-slider .pr2-blog-single-item .pr2-blog-content {
    min-height: auto!important;
}

    
      
.post {
    min-height: auto!important;
}
    
    
.title-bar__month .month-dropdown, .title-bar__year > select.year-dropdown {
     width: 120px!important;
}
    
    #about-us h2 {
        margin-top: 0!important;
    }
    
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
        line-height: 26px;
    }
    
	.mazi-process  .sec-md-30 {
	    display: none;
	}
	
	.mazi-process .mazi-wrapper{
	    flex-wrap: wrap;
	}
	.mazi-process .sec-md-30 + .sec-md-35 > .cards {
	    margin-top: -20px;
	}
	
	#about-us + .pr2-process .pr2-process-bottom {
        margin-top: 0px;
    }
    
    .pr2-blog-section {
        padding-top: 0!important;
    }
	
	
	.mazi-process .pr5-service-column > .cards {
	    margin-top: 60px;
	}
	
	.mazi-process .left-t, .mazi-process .left-b, .mazi-process .right-b, .mazi-process .right-t {
        margin: 20px auto!important;
        width: 94%!important;
	}
	
	.mazi-wrapper .sec-md-35 {
	    width: 100%;
	}
    
	#instructor .num {
		height: 100px;
		width: 100px;
		font-size: 22px;
	}
	#instructor .num span {
		font-size: 16px;
	}

	.resource {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
