/*--------------------------------------------------------------
# General Site Codes
--------------------------------------------------------------*/
body {
  font-family: "Lato", "Open Sans", sans-serif;
  color: #272727;
  scroll-behavior: smooth;
  font-display: swap;
  background-color: #272727;
  }

a {
  text-decoration: none;
}



/*--------------------------------------------------------------
# Language-Container
--------------------------------------------------------------*/

.language-container select {
  display: flex;
  border-radius: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  letter-spacing: 3px;
  font-size: 14px;
  background-color: #272727;
  color: #dba84d;
  border: 2px #dba84d solid;
}

.language-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 50px;
  color: blue;

}


/*--------------------------------------------------------------
# HEADER Style Codes
--------------------------------------------------------------*/
#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #272727;


}

#header.header-scrolled {
  background: #272727;

  
}

#header .logo h1 {
  font-size: 30px;
  font-family: 'Times New Roman', cursive;
  color: #cfc9be;
  margin: 0;
  padding: 0;
  line-height: 0;
  letter-spacing: 9px;


}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #dba84d;
  text-decoration: none;
  line-height: 0;

}

#header img {
  padding: 0;
  margin: 0;
  max-height: 110px;
  border-radius: 10px;

}





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

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

}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: left;
  justify-content: space-between;
  padding: 5px 0px 0px 50px;
  /* TOP - RIGHT - BOTTOM - LEFT */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #dba84d;
  white-space: nowrap;
  transition: 0.3s;
}

.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 {
  color: white;
}

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #25564f;
}

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

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

.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: -80%;
  }
}



/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/

.mobile-nav-toggle {
  color: #f1c271;
  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;
  }
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
    margin-left: 0px;
    margin-right: 10px;
  }

.logo h1 {
    display: none;
  }

  .navbar ul {
    display: none;
  }


  .language-container {
    margin-right: 30px;
  }


  .kurumsal {

    margin-left: auto;
    margin-right: auto;
  }




  .Koleksiyon {
    margin-left: auto;
    margin-right: auto;

  }



  .Haberler {
    margin-left: auto;
    margin-right: auto;

  }

  .contact {
    margin-left: auto;
    margin-right: auto;

  }





}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 56, 57, 0.9);
  transition: 0.3s;
}

.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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #70b9b0;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  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);
}

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

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

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

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

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



/*--------------------------------------------------------------
# Empty Style Codes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Kurumsal Style Codes
--------------------------------------------------------------*/

.kurumsal {

  text-align: center;
  color: #000000;

  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/kurumsal.jpg") fixed top center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;

width: 100%;
  height: 545px;

}

.kurumsal2 {
  justify-content: center;

}



.kurumsal-info {
  text-align: center;
  justify-content: center;
}



.kurumsal1 {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  align-items: center;

}

.kurumsal1 h7 {
  color: #dba84d;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;

}


.kurumsal-list .blg-get-started1 {
  height: 50vh;
  width: 45vh;
  font-family: "Lato", sans-serif;
  /* font-weight: 400;*/
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 100px;
  border-radius: 20px;
  transition: all 0.5s linear;
  border: 2px dotted #f1c271;
  color: #dba84d;
  margin-right: 20px;

}

.kurumsal-list .blg-get-started1:hover {
  top: 0;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 26px;
  border: 2px dashed #dba84d;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/hakkimizda.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;

}

.kurumsal-list .blg-get-started2 {
  height: 50vh;
  width: 45vh;
  font-family: "Lato", sans-serif;
  /* font-weight: 400;*/
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 100px;
  border-radius: 20px;
  transition: all 0.5s linear;
  border: 2px dotted #f1c271;
  color: #dba84d;
  margin-right: 20px;
}

.kurumsal-list .blg-get-started2:hover {
  top: 0;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 26px;
  border: 2px dashed #dba84d;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/misyonumuz.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;

}

.kurumsal-list .blg-get-started3 {
  height: 50vh;
  width: 45vh;
  font-family: "Lato", sans-serif;
  /* font-weight: 400;*/
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 100px;
  border-radius: 20px;
  transition: all 0.5s linear;
  border: 2px dotted #f1c271;
  color: #dba84d;
  margin-right: 20px;
}

.kurumsal-list .blg-get-started3:hover {
  top: 0;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 26px;
  border: 2px dashed #dba84d;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/vizyonumuz.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;

}


@media (max-width: 768px) {
  .kurumsal {
    text-align: center;
    color: #000000;
    list-style-type: none;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/kurumsal.jpg") fixed top center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    height: 100%;

  }

  .kurumsal-box {

    justify-content: center;
    vertical-align: middle;
    display: table-cell;

  }


  .kurumsal-list {
    display: table;

   
  }


  .kurumsal-list .blg-get-started1 {

    height: 80px;
    border: 2px dotted #f1c271;    
    display: table-cell;
    transition: all 0.5s linear;

    
  }

  .kurumsal-list .blg-get-started1:hover {
    top: 0;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 22px;
    border: 2px dashed #f1c271;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/hakkimizda.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
    display: table-cell;
    vertical-align: middle;
 
  }


  .kurumsal-list .blg-get-started2 {

    height: 80px;
    border: 2px dotted #f1c271;
    display: table-cell;
    transition: all 0.5s linear;
    font-size: 20px;

  }

  .kurumsal-list .blg-get-started2:hover {
    top: 0;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 22px;
    border: 2px dashed #f1c271;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/misyonumuz.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;

  }

  .kurumsal-list .blg-get-started3 {

    height: 80px;
    border: 2px dotted #f1c271;
    display: table-cell;
    transition: all 0.5s linear;
    font-size: 20px;

  }

  .kurumsal-list .blg-get-started3:hover {
    top: 0;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 22px;
    border: 2px dashed #f1c271;
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/vizyonumuz.jpg") top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;

  }



  .kurumsal-list .a {
    font-size: 440px;
    border: solid 7px black;
  }


  .improv-mobile{

  margin-top: 10px;

  }




  #footerh {
    display: none;
 
  }
}


/*--------------------------------------------------------------
# Koleksiyon Style Codes
--------------------------------------------------------------*/

.Koleksiyon {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/Catalog.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 10px;
  height: 510px;
}

.Koleksiyon2 {
  padding-left: 10px;
  text-align: center;
  color: #ffffff;
  list-style-type: none;
}

.Koleksiyonfont {
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 22px;
  text-decoration: underline dotted;

}


.Koleksiyon3 h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
  margin-bottom: 0;
  color: #f1c271;
  font-style: oblique;
  letter-spacing: 7px;
  text-align: center;
}

.Koleksiyon5 h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  margin-top: 40px;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}

.Koleksiyon h6 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
  margin-bottom: 0;
  color: #ffffff;
  font-style: italic;
}


.Koleksiyon p {
  color: #fff;
  text-indent: 50px;
  font-size: 17px;
  line-height: 35px;

}

.Koleksiyon4 .ins-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;

  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #272727;
  color: #f1c271;
  background: #1c4c1b;
}

.Koleksiyon4 .ins-btn:hover {
  background: #f1c271;
  border: 2px solid #1c4c1b;
  color: black;
  letter-spacing: 4px;
}
.Koleksiyon6 .ins-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;

  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #272727;
  color: #f1c271;
  background: #5d2e62;
}

.Koleksiyon6 .ins-btn:hover {
  background: #f1c271;
  border: 2px solid #5d2e62;
  color: black;
  letter-spacing: 4px;
}
.institutional-ext {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/institutional.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 90px;
  margin-bottom: 10px;
  color: #fff;
  list-style-type: none
}

.institutional6 h5 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-style: oblique;
  letter-spacing: 7px;
}

.institutional6 h6 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
  margin-bottom: 0;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}


.ins-list {
  padding-top: 40px;
  text-align: center;
}



@media (max-width: 768px) {
  .Koleksiyon p {
    font-size: 14px;
    text-align: left;

  }
  .Koleksiyon {
    background-size: 140%;
    background-repeat: no-repeat;

}

}


/*--------------------------------------------------------------
# Haberler Style Codes
--------------------------------------------------------------*/

.Haberler {

  text-align: center;
  color: #000000;
  list-style-type: none;
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/haberler.jpg") fixed top center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 495px;
}

.Haberler1 h7 {
  color: orange;
  text-shadow: 3px 2px 2px #000;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}

.Haberler p {
  font-size: 36 px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  text-shadow: 3px 2px 2px #000;
}

.textsize {
  font-size: 18px;
}



.Haberler .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 20px;
  transition: 0.5s;
  border: 1px solid #f1c271;
  color: #dba84d;
  background: #272727;
}


.Haberler .btn-get-started:hover {
  background: #dba84d;
  font-weight: bold;
  color: #272727;
  border: 1px solid #272727;
}




@media (max-width: 768px) {
  .Young {
    background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("https://www.efadejavu.com/Source/IMG/young.jpg") center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }

}




/*--------------------------------------------------------------
# Haber Style Codes
--------------------------------------------------------------*/

.haber {
  width: 100%;
  height: 450px;
  margin-top: 110px;

}

.haber2 {
  text-align: center;


}

.haber2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;

  
  background: #FF0000;
background: linear-gradient(to right, #FF0000 0%, #FFFF00 25%, #05C1FF 50%, #FFFF00 75%, #FF0000 100%);

-webkit-text-fill-color: transparent;
}

.haber h1 {
  font-weight: 400;
  font-size: 26px;
  padding: 9px;
}

.haber2 p {

  word-spacing: 10px;
}

.haber img {

  border-radius: 10px;
}



.haber .imp-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-left: 150px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 28px 10px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: #8a1d36;

}

.haber .imp-btn:hover {
  background: #fff;
  border: 2px solid #8a1d36;
  color: black;
  letter-spacing: 4px;
}

.Coral {
  color: #5067ff;
}

.haber-text {
  color: #dba84d;
  text-indent: 30px;
}
.haber-ext {
  width: 100%;
  height: 70vh;
  margin-top: 85px;
}


.haber-ext p {
  color: #000;
  text-indent: 50px;
  text-align: left;
}

.haber-ext img {

  border-radius: 10px;
}

.haber-ext .Coral {
  color: #FF7F50;
}


.text-indent {
  text-indent: 30px;
}


@media (max-width: 768px) {
  .haber-ext {
    margin-bottom: 100px;
    width: 100%;
  }

}




/*--------------------------------------------------------------
# Hakkımızda Style Codes
--------------------------------------------------------------*/

.hakkimizda {
  width: 100%;
  height: 295px;
  margin-top: 150px;

}

.hakkimizda2 {
  text-align: center;

  margin-top: 10px;

}

.hakkimizda2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;

  color: #f1c271;
}

.hakkimizda p {
  font-size: 16px;
  text-indent: 50px;
  text-align: justify;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #f1c271;
}

/*--------------------------------------------------------------
# Misyonumuz Style Codes
--------------------------------------------------------------*/

.misyonumuz {
  width: 100%;
  height: 295px;
  margin-top: 150px;

}

.misyonumuz2 {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;

}

.misyonumuz2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #f1c271;
  text-align: center;

}

.misyonumuz p {
  font-size: 16px;

  text-indent: 50px;
  text-align: justify;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #f1c271;
}

/*--------------------------------------------------------------
# Vizyonumuz Style Codes
--------------------------------------------------------------*/

.vizyonumuz {
  width: 100%;
  height: 295px;
  margin-top: 150px;

}

.vizyonumuz2 {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;

}

.vizyonumuz2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #f1c271;

}


.vizyonumuz p {
  font-size: 16px;
  text-indent: 50px;
  text-align: justify;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #f1c271;
}

/*--------------------------------------------------------------
# Contact Style Codes
--------------------------------------------------------------*/

.divcenter {
  margin: auto;
}

.contact {
  text-align: center;
  padding-bottom: 0px;
  height: 450px;
  background-color: #ac8b4e;
  padding-top: 0px;
}

.contact h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  color: #000;
}

.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #70b9b0;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #272727;
}

.contact .social-links {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: space-between;

  margin: auto;
}

.contact .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #8134af;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  transition: 0.3s;
  border: 1px solid #8134af;

}

.contact .social-links a:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}

#phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #08a0e9;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  transition: 0.3s;
  border: 1px solid #08a0e9;

}

#phone:hover {
  background: radial-gradient(circle at 30% 107%, #4Cc9f0 0%, #4895ef 5%, #4361ee 45%, #2b35af 60%, #12086f 90%);
  
  color: #fff;
}

#whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fff;
  color: #4dc247;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  transition: 0.3s;
  border: 1px solid #25d366;

}

#whatsapp:hover {
  background: #4dc247;
  color: #fff;
}

.contact .info {
  color: red;
  text-align: left;

}

.contact .info i {
  font-size: 32px;
  color: #70b9b0;
  float: left;
  line-height: 1;

}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;


}

.contact .info p a {
  font-size: 16px;
  color: #dba84d;
  line-height: 1;

}


.contact-2 {
  text-align: center;
  padding-bottom: 0px;
  height: 450px;
  padding-top: 0px;
  justify-content: center;
}

.contact-2 h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  color: #000;
}

.contact-2 .contact-about-2 h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #70b9b0;
}

.contact-2 .contact-about-2 p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #272727;
}

@media (max-width: 768px) {
  #contact {
    padding-top: 50px;
    height: auto;
  }



  .iframe-class{
 
    margin-top: 20px;
    margin-bottom: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 370px;
    height: 250px;
justify-content: center;

  }
  
}


/*--------------------------------------------------------------
# Footer Style Codes
--------------------------------------------------------------*/
#footer {
  background: #073839;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  height: 60px;
  vertical-align: middle;
  width: 100%;

}

#footer .copyright {
  text-align: center;
  padding-top: 15px;

}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# FooterH Style Codes
--------------------------------------------------------------*/
#footerh {
  background: #073839;
  margin-top: 53px;
  color: #fff;
  font-size: 14px;
  height: 60px;
  vertical-align: middle;

}

#footerh .copyright {
  text-align: center;
  margin-top: 15px;

}

#footerh .credits {
  text-align: center;
  font-size: 13px;
  color: #fff;

}

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

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
  # Site-to-Up Style Codes
  --------------------------------------------------------------*/
.site-to-Up {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #272727;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}

.site-to-Up i {
  font-size: 35px;
  font-weight: bold;
  color: whitesmoke;
  line-height: 0;
}

.site-to-Up:hover {
  background: #dba84d;
  color: #272727;
}

.site-to-Up.active {
  visibility: visible;
  opacity: 1;
}