/*=============================================
=            Frist Nav            =
=============================================*/
@font-face {
  font-family: "JF Flat Regular";
  src: url('../fonts/JF-Flat-regular.eot');
  src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
  url('../fonts/JF-Flat-regular.woff') format('woff'),
  url('../fonts/JF-Flat-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'JF Flat Regular',Sans-Serif;
}
nav.navbar.main-nav{
  min-height: 100px;
  background-color: white;
  padding: .5rem 3.4rem;
}
.navbar-brand img {
  max-width: 100%;
}
nav.navbar.main-nav .navbar-nav .nav-item.active>.nav-link{
  color: #bc1a6e;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  font-size: 20px;
  line-height: 20px;
}
nav.navbar.main-nav .navbar-nav .nav-item .nav-link{
  color: #616161;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
nav.navbar.main-nav .navbar-nav .nav-item{
  margin-right: 0;
}
nav.navbar.main-nav .navbar-nav .nav-item:last-child .nav-link{
  color: #fff;
  background-color: #bc1a6e;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  
}
nav.navbar.main-nav .navbar-nav .nav-item:last-child:hover .nav-link{
  color: #fff;
  
}
nav.navbar.main-nav .navbar-nav .nav-item:hover .nav-link{
  color: #bc1a6e;
}
nav.navbar.main-nav .navbar-nav .nav-item:last-child{
  margin-right: 2rem;
  display: inline-flex;
}
nav.navbar.main-nav .searcg.focus, .searcg:focus {
    outline: none;
    box-shadow: none;
}
nav.navbar.main-nav .searcg {
  background-color: transparent;
  cursor: pointer
}
nav.navbar.main-nav .form-control{
  width: 0px !important;
  border: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
nav.navbar.main-nav .form-inline{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
nav.navbar.main-nav .form-inline:hover .form-control{
  width: 175px !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
/* @media (max-width : 768px ){
  ul.navbar-nav{
    display: block;
    min-height: 100px;
  }
  .rtl .navbar-nav .nav-item+.nav-item{
    margin: 0 50px;
  }
  .rtl .navbar-nav .nav-item{
    margin: 0 50px;
  }
} */
@media (max-width: 1024px){
  nav.navbar{
    min-height: 100px;
    background-color: white;
    padding: .5rem 1rem !important;
  }
  .rtl .navbar-nav .nav-item+.nav-item{
    margin-right: 0 !important;
  } 
  /* .form-control{
    width: 0px !important;
    border: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: -180px;
    top: 80px;

  }
  .form-inline{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: relative;
    
  }*/
  nav.navbar.main-nav  .searcg{
    padding: 0;
  }
  nav.navbar.main-nav  .form-inline:hover .form-control{
    width: 113px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 0;
  } 
}
/*=====  End of Frist Nav  ======*/
/*=============================================
=            Section Map            =
=============================================*/
section.section-map {
  overflow: hidden;
}
section.section-map .layers {
  position: relative;
  margin: 0 auto 50px;
}
section.section-map .layers .map {
  height: 500px;
}
section.section-map .map-text {
	z-index:999;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: rgba(188, 26, 110, 0.75);
  height: 100%;
  text-align: center;
  display: flex;
  color: white;
  align-items: center;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}
section.section-map .text {
  /* justify-content: center; */
  /* display: flex; */
  align-items: center;
  margin: 0 auto;
  max-width: 50%;
}
section.section-map a.btn {
  background-color: white;
  color: #733345;
  border-radius: 0;
  font-weight: bold;
  padding: 20px 50px;
  font-size: 18px;
  margin-top: 40px;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}
section.section-map a.btn:hover{
  background-color: #bc1a6e;
  color: white
}
a.btn:focus{
  box-shadow: none
}
section.section-map .text p:nth-child(2){
  margin-top: 1rem;
}
section.section-map .text p:nth-child(3){
  margin-bottom: 0;
}
section.section-map i.fa.fa-angle-double-right:after {
  content: "";
  border: 3px solid white;
  /* width: 70px; */
  /* height: 70px; */
  border-radius: 50%;
  padding: 31px;
  position: absolute;
  top: -6px;
  left: -4px;
  right: -4px;
}
section.section-map i.fa.fa-angle-double-right{
  position: absolute;
  background: white;
  color: #bc1a6e;
  font-size: 33px;
  padding: 12px 20px;
  border-radius: 50%;
  text-align: center;
  left: -25px;
  /* border: 7px solid dimgrey; */
  /* outline: 2px solid red; */
  /* position: relative; */
  cursor: pointer;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
}
section.section-map .rotate{
  transform: rotate(180deg);
  left: -40px !important
}
section.section-map .change{
  width: 0% !important;
}
section.section-map .change .text{
  display: none;
}
@media (max-width: 425px){
  .map-text{
    width: 100% !important;
  }
  .link-file {
    float: none !important;
    padding: 5px 20px;
    background-color: #bc1a6e;
    border-radius: 20px;
    text-align: center;
    margin: 8px auto;
    display: inline-block;
  }
}
/*=====  End of Section Map  ======*/

/*=============================================
=            Section  Info          =
=============================================*/
section.info{
  background-color: #f2f2f2;
  padding: 30px 0;
  font-weight: bold;
  color: #787878;
}
section.info svg{
  width: 30px;
  height: 30px;
  margin-top: 10px;
  fill: #787878;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.infoo {
    text-align: right;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 2px 9px 18px;
    /* margin: 0 auto; */
    /* display: block; */
}
.infoo:hover svg{
  fill: #b80e66;
  }
.infoo:hover p{
  color: #651e32
}
.info-text {
    position: absolute;
    top: 0;
    right: 46px;
}
.info-text p {
    margin-bottom: .1rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;;
}
/*=====  End of Section  Info ======*/


/*=============================================
=            Section care_client            =
=============================================*/

section.care_client .title{
  padding: 40px 0;
}
section.care_client .care {
  margin: 5px 0;
}
section.care_client .care-img {
  width: 69px;
  height: 69px;
  display: inline-block;
}
section.care_client .care-img img {
  width: 100%;
  height: 100%;
}
section.care_client .care-text {
  display: inline-block;
  width: 71%;
  float: left;
}
section.care_client .care-text h4 {
  margin-top: 0;
  margin-bottom: 1px;
  color: #651e32;
}
section.care_client .care-text p {
  color: #787878;
}
/*=====  End of Section care_client  ======*/

/*=============================================
=            Section school-transfer          =
=============================================*/
section.school-transfer{
  background-image: url('../img/school-transfer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* min-height: 535px; */
  padding: 150px 0 90px;
  margin: 85px 0 40px;
}
section.school-transfer .school-transfer-text {
  width: 70%;
  margin: 0 auto 70px;
  color: white;
}
section.school-transfer .school-transfer-text p {
  margin: 30px 0 80px;
}
section.school-transfer .school-transfer-text a {
  background-color: white;
  border-radius: 0;
  color: #511526;
  font-weight: bold;
}
section.school-transfer .school-transfer-text a.more {
  background-color: #511526;
  color: white;
  font-weight: normal;
}
section.school-transfer .school-transfer-image {
  max-height: 100%;
}
section.school-transfer .school-transfer-image img {
  margin:  0 auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
/*=====  End of Section school-transfer  ======*/

/*=============================================
=            Section collectors-transfer     =
=============================================*/
section.collectors-transfer{
  margin: 85px 0 40px;
}
section.collectors-transfer .collectors-transfer-text {
  width: 70%;
  margin: 0 auto 70px;
}
section.collectors-transfer .collectors-transfer-text h3 {
  color: #000;
}  
section.collectors-transfer .collectors-transfer-text p {
  margin: 30px 0;
  color: #535252
}
section.collectors-transfer .collectors-transfer-text a {
  background-color: white;
  border-radius: 0;
  color: #511526;
  font-weight: bold;
}
section.collectors-transfer .collectors-transfer-text a.more {
  background-color: #511526;
  color: white;
  font-weight: normal;
}
section.collectors-transfer .collectors-transfer-image {
  max-height: 100%;
  margin: 0 auto 25px;
}
section.collectors-transfer .collectors-transfer-image img {
  margin:  0 auto;
  display: block;
  height: 100%;
  max-width: 100%;
}
/*=====  End of Section school-transfer  ======*/
/*=============================================
=  Section transportation-institutes          =
=============================================*/
section.transportation-institutes{
  background-image: url('../img/school-transfer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* min-height: 535px; */
  padding: 150px 0 90px;
  margin: 85px 0 40px;
}
section.transportation-institutes .transportation-institutes-text {
  width: 70%;
  margin: 0 auto 70px;
  color: white;
}
section.transportation-institutes .transportation-institutes-text p {
  margin: 30px 0 80px;
}
section.transportation-institutes .transportation-institutes-text a {
  background-color: white;
  border-radius: 0;
  color: #511526;
  font-weight: bold;
}
section.transportation-institutes .transportation-institutes-text a.more {
  background-color: #511526;
  color: white;
  font-weight: normal;
}
section.transportation-institutes .transportation-institutes-image {
  height: 100%;
}
section.transportation-institutes .transportation-institutes-image img {
  margin:  0 auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
/*=====  End of Section transportation-institutes  ======*/
/*=============================================
=            Section special-commitments     =
=============================================*/
section.special-commitments{
  margin: 85px 0 40px;
}
section.special-commitments .special-commitments-text {
  width: 70%;
  margin: 0 auto 70px;
}
section.special-commitments .special-commitments-text h3 {
  color: #000;
}  
section.special-commitments .special-commitments-text p {
  margin: 30px 0;
  color: #535252
}
section.special-commitments .special-commitments-text a {
  background-color: white;
  border-radius: 0;
  color: #511526;
  font-weight: bold;
}
section.special-commitments .special-commitments-text a.more {
  background-color: #511526;
  color: white;
  font-weight: normal;
}
section.special-commitments .special-commitments-image {
  max-height: 100%;
  margin: 0 auto 25px;
}
section.special-commitments .special-commitments-image img {
  margin:  0 auto;
  display: block;
  height: 100%;
  max-width: 100%;
}
/*=====  End of Section special-commitments  ======*/

/*=============================================
=            Seaction contacts            =
=============================================*/

section.contacts .title{
  margin: 50px 0;
}
section.contacts .contacts-img {
  margin: 10px 0;
  height: 67px;
}
section.contacts .contacts-img img{
  max-width: 100%;
  height: 100%;
}
/*=====  End of Seaction contacts  ======*/

/*=============================================
=            Section counter            =
=============================================*/

section.counter{
  background-color: #b80e66;
  color: white;
  margin: 30px 0;
  padding: 30px 0;
}
section.counter svg{
  height: 36px;
  width: 36px;
}
section.counter span.number {
  font-size: 46px;
}
section.counter span.text {
  font-size: 24px;
  margin: 0 auto 25px;
  display: block;
}
/*=====  End of Section counter  ======*/



/*=============================================
=            Footer            =
=============================================*/

.custom-container {
  position: relative;
  text-align: center;
}

.footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

footer nav.navbar{
  min-height: 100px;
  background-color: transparent;
  padding: 0;
}
footer nav.navbar ul{
  padding: 0;
  margin: 0 auto;
}
footer nav.navbar li {
  display: inline-block;
}
footer nav.navbar .nav-item.active>.nav-link{
  color: #bc1a6e;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  font-size: 20px;
  line-height: 20px;
}
footer nav.navbar .nav-item .nav-link{
  color: #616161;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 1024px){
  nav.navbar{
    min-height: 100px;
    background-color: white;
    padding: .5rem 1rem !important;
  }
}
.footer-content {
  margin: 50px auto 100px;
}
.footer-logo {
  margin-bottom: 77px;
}
.social ul{
  padding: 0;
  direction: ltr 
}
.social li {
  display: inline-block;
  padding: 8px 20px;
}
.social li a {
  color: #b80e66;
  font-size: 18px;
}
.social li a:hover {
  text-decoration: none
}  
.social li a i {
  font-size: 23px;
  padding: 0 6px;
}
.copyright {
  padding: 0 15px;
}
.copyright-text{
  float: right;

}
.link-file{
  float: left;
  background-color: #bc1a6e;
  border-radius: 20px;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  padding: 5px 20px;
}
.copyright a {
  color: #fff;

}
/*=====  End of Footer  ======*/
.wpgmza_sl_main_div {
    display: none;
}

select#locationSelect {
    display: none;
}


.navbar-toggler{
  padding: .25rem 0.4rem;
}

.survey_table{
  min-width: 70%;
  margin: 0 auto;
}

.survey_answers{
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.survey_answers:hover {
  background-color: #bc1a6e !important;
  color: white !important;
}
.survey_question {
  display: table-caption;
  font-weight: bold;
  font-size: 28px !important;
  font-weight: normal;
}
.wppb-user-forms ul{
  margin: 0 auto !important;
}
p.login-submit input,p.form-submit input {
  background: white;
  border: 1px solid #bc1a6e;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-radius: 5px;
  
}
p.login-submit input:hover,p.form-submit input:hover{
  background: #bc1a6e;
  border: 2px solid #bc1a6e;
  color: white;
  cursor: pointer

}