/**
* Template Name: Selecao - v4.3.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito');

body {
  font-family: Nunito;
  color: #444444;
  overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Nunito;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2BB673;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #036335;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(42, 44, 57, 0.9);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar li a{
 margin-top: 30px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: start;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  background: #2BB673;
  color: white;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px  0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
  font-family:Nunito;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0 5px;
  font-size: 14px;
  font-family:Nunito;
}

.navbar .dropdown ul a i {
  font-size: 12px;
  font-family:Nunito;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 21, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
  font-family:Nunito;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: black;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  font-family:Nunito;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-family:Nunito;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
  font-family:Nunito;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: black;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero2 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero2:after{
    background: url('../img/background_img.jpeg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}


.hero3 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero3:after{
    background: url('../img/background_webapp.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}



.hero4 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero4::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero4:after{
    background: url('../img/background_uiux.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}



.hero5 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero5::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero5:after{
    background: url('../img/background_contentwriting.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}


.hero6 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero6::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero6:after{
    background: url('../img/background_mobileapp.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}


.hero7{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero7::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero7:after{
    background: url('../img/background_courses.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}




.hero8{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero8::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero8:after{
    background: url('../img/background_certificate.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}



.hero9{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero9::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero9:after{
    background: url('../img/background_theme.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}



.hero10{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero10::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero10:after{
    background: url('../img/background_career.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}



.hero11{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    
}

.hero11::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero11:after{
    background: url('../img/background_home.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}


.hero12 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero12::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Replace 'your-image-url.jpg' with the actual path or URL of your image */
    background-color: rgba(42, 44, 57, 0.8);
    z-index: 0; /* Place the pseudo-element behind the content */
}


.hero12:after{
    background: url('../img/background_contact.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}



#hero2 h2{
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;  
  font-family:Nunito;
}

#hero2 p{
    width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: white !important;
  
  z-index:2;
  text-align: center;
  font-family:Nunito;
}



#hero {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: rgba(42, 44, 57, 0.9);
  padding: 0;
  font-family:Nunito;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  font-family:Nunito;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-align: center;
  font-family:Nunito;
}



.heading{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
  font-family:Nunito;
}


.typed-text {
  font-size: 40px;
  font-weight: bold;
  color: #2BB673;
}
.cursor {
  display: inline-block;
  background-color: #2BB673;
  margin-left: 0.1rem;
  width: 1px;
  animation: blink 1s infinite;
}
.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #2BB673; }
  49% { background-color: #2BB673; }
  50% { background-color: #2BB673; }
  99% { background-color: #2BB673; }
  100%  { background-color: #2BB673; }
}

@media (min-width:240px) and (max-width: 600px)
{

  #hero h2{
    font-size: 20px;
    text-align: center; 
  }

  #hero p{
    font-size: 15px; 
  }
  
  #hero2 h2{
    font-size: 20px;
    text-align: center; 
  }

  #hero2 p{
    font-size: 15px; 
  }


  .typed-text{
   font-size: 15px;
  }

}

@media (min-width:620px) and (max-width: 900px)
{

  #hero h2{
    font-size: 40px;
     
  }

  #hero p{
    font-size: 20px; 
  }
  
  #hero2 h2{
    font-size: 40px;
     
  }

  #hero2 p{
    font-size: 20px; 
  }


  .typed-text{
   font-size: 20px;
  }

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  font-family: Nunito;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #2BB673;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Nunito;
  color: #2a2c39;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 80px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  font-family:Nunito;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
  font-family:Nunito;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: Nunito;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}

.about .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
  font-family:Nunito;
}

#about .card{
    background: white;
    border:none;
    width: 450px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    
}

.card .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.card .text{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
    font-family:Nunito;
}

.card .social-links {
  margin: 0 0 40px 0;
}

.card .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2BB673;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
    margin-top: 20px;
  margin-left: 10px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-family:Nunito;
}

.card .social-links a:hover {
  background: #036335;
  color: #fff;
  text-decoration: none;
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  font-family:Nunito;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  font-family:Nunito;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  font-family:Nunito;
}

.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
  font-family:Nunito;
}

.services .title a:hover {
  color: #2BB673;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
  font-family:Nunito;
  text-align:justify;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.slide img{
    width:15%;
    aspect-ratio:3/2;
    object-fit:contain;
    mix-blend-mode:color-burn;
}


.slick-slide{
    margin: 0 20px;
}
.slick-slide img{
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img{
    display: block;
}
.slick-initialized .slick-slide{
    display: block;
}
.copy{
    padding-top: 250px;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(239, 102, 3, 0.8);
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family:Nunito;
}

.team .member .social a:hover {
  background: #fc8129;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
  font-family:Nunito;
}

.team .member .member-info {
  padding: 25px 15px;
  background-color:#2BB673;
  font-family:Nunito;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: white;
  font-family:Nunito;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: white;
  font-family:Nunito;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
  font-family:Nunito;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #2BB673;
  float: left;
  width: 44px;
  height: 44px;
  background: #b5f7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family:Nunito;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
  font-family:Nunito;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
  font-family:Nunito;
}


.email a {
  text-decoration: none;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
  font-family:Nunito;
}

.email a:hover{
  text-decoration: underline;
  color: black;
}


.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2BB673;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  font-family:Nunito;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  font-family:Nunito;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-family:Nunito;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ef6603;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  font-family:Nunito;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fc8129;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------------------------------------------

# courses

--------------------------------------------------------------*/
.inner{
    height: 75%;
    width: 70%;
    position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 10px;
    box-shadow: 10px 10px 68px -6px rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-between;
}

.photo{
    width: 50%;
    height: 100%;
    padding: 0 50px;
}
.photo img{
    width: 100%;
    height: 100%;
}
.user-form{
    background: #2BB673;
padding: 10px;
    width: 50%;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    font-family:Nunito;
}
.user-form h1{
    color: #fff;
text-align: center;
    font-weight: 700;
    font-family:Nunito;
}



input{
    width: 100%;
    border-radius: 10px;
    border: none;
    height:50px;
    font-size: 15px;
    margin: 8px 0;
    padding: 0 20px;
    font-family:Nunito;
}

#course{
    height: 50px;
    border-radius: 5px;
    width: 100%;
    padding: 0 20px;
    border-radius: 10px;
}



.btn{
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    background: transparent;
    border-radius: 20px;
    width: 50%;
font-family:Nunito;
    cursor: pointer;
    font-size: 16px;
    
}

.btn:hover{
    background-color: white;
    color: black;
    transition: all ease 1s;
}


@media(max-width: 665px){
    .photo{
        display: none;
    }
    .user-form{
        width: 100%;
        border-radius: 10px;
    }

    .inner .btn{
      
      width: 100px;
      margin: 0 80px !important;
      
    }
}
@media screen and (max-width: 1200px) and (min-width: 665px){
     
     .photo img{
      width: 100%;
      height: 450px;
     }

    .inner .btn{
     margin: 0 80px !important;        
       
          }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #14151c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  font-family:Nunito;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: Nunito;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
  font-family:Nunito;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2BB673;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-family:Nunito;
}

#footer .social-links a:hover {
  background: #036335;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {

  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer #map{
height: 200px;
color: #000000;
margin-bottom: 10px;
border-radius: 10px;

}