
@font-face {
    font-family: 'HelveticaNeueLTPro-Md';
    src: url('fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeueLTPro-Md.otf')  format('opentype'),
    url('fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
    url('fonts/HelveticaNeueLTPro-Md.ttf')  format('truetype'),
    url('fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BeyondTheMountains';
    src: url('fonts/BeyondTheMountains.eot?#iefix') format('embedded-opentype'),
    url('fonts/BeyondTheMountains.otf')  format('opentype'),
    url('fonts/BeyondTheMountains.woff') format('woff'),
    url('fonts/BeyondTheMountains.ttf')  format('truetype'),
    url('fonts/BeyondTheMountains.svg#BeyondTheMountains') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {



}

body {
      font-family: "HelveticaNeueLTPro-Md";
      background-color: #EBEBEB;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      overflow-x: hidden;

}

header {
      width: 100%;
      height: 100vh;
      background:url("images/slider.jpg") no-repeat 50% 50%;
      background-size: cover;
      background-position: center center;
      font-size: 20px;
      display:inline


}

.logo {
      font-family: 'BeyondTheMountains';
      line-height: 60px;
      float: left;
      margin: 16px 46px;
      color: #000;
      font-weight: bold;
      font-size: 52px;
      font-weight: 400px;
      letter-spacing: 2px;
}
nav {

      width: 100%;
      line-height: 60px;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

nav ul {
      line-height: 60px;
      list-style: none;
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #000;
}

nav ul li {
      display: inline-block;
      padding: 7px 40px;

}

nav ul li a {
      text-decoration: none;
      color: #000;
      font-size: 20px;
}


nav ul li a.active,
nav ul li a:hover
{
  color: #fff;
  background-color: #DB1B73;
}
.menu-icon {
      line-height: 60px;
      width: 100%;

      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #000;
      display: none;
}

.soical_network
{


  position: absolute;
  text-align: center;
  bottom: 12px;
  left: 33.33%;
}
.soical_network li{
  padding: 10px 0px;
  margin: 0px 10px;
  font-size:21px;
  min-width: 35px;
  display: inline-block;

}
.soical_network li a{
color: #fff;

}
.soical_network li a:hover{
color: #DB1B73;

}

/**end Navbar and cover/

/*start about*/
  /*######## about ######## *\
  */
  /*start about item */
  .about
  {
    background-color: #EBEBEB;
  }
  .about-text
  {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 50px;

  }
  .container.about-detials
  {
    /*position: absolute;*/


  }
  .about-paragraph
  {
    float: right;
    width: 66.66%;
    font-size: 12px;

  }

  .about-img {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    width: 33.33%;
  }
  .about-paragraph h3
  {

  	font-size: 42px;

  	letter-spacing: 1px;
  	color: #3f3f3f;
  	margin-top: -6px;
  	padding: 0px;
  	margin-bottom: 5px;
  	font-weight: 600;
  	position: relative;
    text-transform: capitalize;
  }
  .about-paragraph h3 span{color: #db1b73}
  .about-paragraph h3::after {
  	position: absolute;
  	content: '';
  	background-image: linear-gradient(to right, #db1b73 , rgba(221, 40, 40, 0));
  	height: 2px;
  	width: 80px;
  	margin-top: 26px;
  	margin-left: 10px;
  	width: 100px;
  }
  .card h4
  {
    font-size: 28px;
  letter-spacing: 0px;
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 0px;
  color: #4e4e4e;
  line-height: 1.3;
  }
  .card p
  {
    	font-size: 24px;
    	color: #666;
    	letter-spacing: 0px;
    	line-height: 1.8;
    	margin-top: 10px;
    	position: relative;
    	z-index: 111;
    	word-spacing: 1px;
      font-weight: bold;

  }
  .about-img img{
  width: 90%;
  height: auto;
  padding: 0px;
  max-width: 100%;
  }


/*######## services ######## */
.service
{
  padding-top: 80px;
  padding-bottom: 30px;
}
.service-content {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.service-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: #db1b73;
	font-size: 30px;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}
.service-icon::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	bottom: 7px;
	right: 7px;
	border: 3px solid #fff;
	border-right-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-right-color: transparent;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	z-index: 111;
}
.service-icon::after {
	content: "";
	width: 2px;
	height: 30px;
	background: #f03089;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}
.service-content h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #db1b73;
	margin-bottom: 10px;
	margin-top: 5px;
}
.service-content p {
	color: #666;
	font-size: 15px;
	line-height: 1.8;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition-delay: 0s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition-delay: .3s;
	margin-bottom: 0px;
}
.service-content:hover {
	border-color: #db1b73;
}
.service-content:hover .service-icon::before {
	transform: rotate(180deg);
}
.service-icon .fas
{
  font-size: 30px;
}

/*######## services ######## */
  /*######## Galary ######## *\
  /*Strat Gallary*/
  .Gallary
  {
    padding-top: 30px;
    width: 100%;
    height: auto;
  }

  .gallary-text
  {
    padding: 20px;
    align-items: center;
    text-align: center;
    padding-top: 150px;
  }
  .gallary-text h3
  {

  	font-size: 42px;

  	letter-spacing: 1px;
  	color: #3f3f3f;

  	padding: 0px;
  	margin-bottom: 5px;
    	margin-top: -6px;
  	font-weight: 600;
  	position: relative;
  text-transform: capitalize;
  }
  .gallary-text h3 span{color: #db1b73}
  .gallary-text h3::after {
  	position: absolute;
  	content: '';
  	background-image: linear-gradient(to right, #db1b73 , rgba(221, 40, 40, 0));
  	height: 2px;
  	width: 80px;
  	margin-top: 26px;
  	margin-left: 10px;
  	width: 100px;
  }
  .gallary-text h4
  {
    font-size: 28px;
    letter-spacing: 0px;
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 10px;
  color: #4e4e4e;
  line-height: 1.3;
  }
  .gallary-text p
  {
    	font-size: 16px;
    	color: #666;
    	letter-spacing: 0px;
    	line-height: 1.8;
    	margin-bottom: 25px;
    	margin-top: 10px;
    	position: relative;
    	z-index: 111;
    	word-spacing: 1px;

  }
  .gallary-text
  {
    margin: 0px 0px;
    display: inline-block;

  }
  .image-gallary
  {

  background-color: #000;

  }
  #photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
    padding: 0 4px;



  }

  #photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;


  }

  /*end Gallary*/
  /*######## bio ######## *\


  /*strat Biography */
  .Biography{

    padding-top: 90px;
    width: 100%;
    background-color: #EBEBEB;
      padding-bottom: 120px;


  }

  .bio-film
  {
    display: flex;
    flex-direction:row-reverse;
    flex-wrap: nowrap;

  }
  .row-films
  {
    float: right;
    width: 60%;
    padding-left: 10px;
    margin-left: 0px;
  }

  .bio-imge {
    float: left;
    width: 40%;
    padding-right: 10px;
    margin-right: 0px;
  }
  .bio-imge img{
    width: 100%;
    height: auto;


  }

  .film hr{
    border-top-style: solid;
  border-top-width: 1px;
  width: 50%;
  padding-left: 10px;
  }
  .row-films h3
  {
  	font-size: 42px;
  	letter-spacing: 1px;
  	color: #3f3f3f;
  	padding: 0px;
  	margin-bottom: 50px;
  	margin-top: 0px;
  	font-weight: 600;
  	position: relative;
  	text-transform: capitalize;
  }
  .row-films h3 span{color: #db1b73}
  .row-films h3::after {
  	position: absolute;
  	content: '';
  	background-image: linear-gradient(to right, #db1b73 , rgba(221, 40, 40, 0));
  	height: 2px;
  	width: 80px;
  	margin-top: 26px;
  	margin-left: 10px;
  	width: 100px;
  }
  .film h4
  {
  	font-size: 20px;
  	letter-spacing: 0px;
  	margin-top: 0px;
  	padding: 0px;
  	margin-bottom: 0px;
  	color: #000000;
  	line-height: 1.3;
    font-weight: bold;
  }
  .film h4 span
  {

    color: #D24D57;
    text-transform: capitalize;

  }
  .film p
  {
  	font-size: 10px;
  	color: #666;
  	letter-spacing: 0px;
  	line-height: 1.8;
  	margin-bottom: 25px;
  	margin-top: 10px;
  	position: relative;
  	z-index: 111;
  	word-spacing: 1px;

  }
  /*end Biography
  /*######## bio ######## *\



  /*strat about counter*/
  .counter
  {
    padding-top: 20px;
    padding-bottom: 50px;

  }

  .text-center {
      text-align: center;
  }
  .row{
    margin: 0px 0px;
    display: inline-block;

  }
  .block{
    width: 25%;
    position: relative;
    height: auto;
    float: left;
    background-color: #DB1B73;


  }
  .column
  {


    background-color: #DB1B73;
  	/*padding: 30px 30px;
  	padding-top: 30px;
  	padding-top: 30px;*/
  	position: relative;
  	z-index: 111;
  	transition: .4s;
  	-o-transition: .4s;
  	-webkit-transition: .4s;
  	-moz-transition: .4s;
  	-ms-transition: .4s;
  	background-color: #db1b73;
  	border: 1px solid #cc1c6d;

  }
  .column .card
  {
      background-color: #DB1B73;
      color: #fff;
      align-items: center;
  }
  .card .fa,.fas{
    font-size: 45px; text-align: center; padding-top: 10px;
  }
  .card h3
  {
  	font-size: 32px;
  	color: white;
  	font-weight: 700;
  	vertical-align: middle;
  	margin-top: 25px;


  }
  .card p {
  	color: white;
  	font-size: 20px;
  	margin-top: 10px;
  	padding: 0px;
  	margin-bottom: 0px;
  	line-height: 1.8;
    text-transform: capitalize;
  }
  /*end about-contener */
/*end about*/

/*start supporter*/
/*end my client*/
.client
{
  padding-top: 20px;
  padding-bottom: 50px;
}
.client-box
{
  position: relative;
  padding: 80px 40px 40px;
  transition: 0.5s;
  text-align: center;
  background: #fff;
  box-sizing:  border-box;
}

.client-box:hover{
  background: #ff0057;
}

.client-box p{
  margin: 0;
  padding: 0;
  transition: 0.5s;

}
.client-box h4{
  margin: 20px 0 0;
  padding: 0;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color : #ff0057;
}

.client-box h4 span{
  font-size: 14px;
  font-weight: 600;
  color : #c5c5c5;
  transition: 0.5s;
}
.client-box:hover h4,
.client-box:hover h4 span,
.client-box:hover p
{
  color: #fff;
}
.client-img img
{
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
.client-box:before
{
  content: '';
  position: absolute;
  top: 20px;
  right: 40px;
  width: 80px;
  height: 80px;
  background: url(images/quotes2.png);
  background-size: cover;
  opacity: 0.05;
  pointer-events: none;
  transition: 0.5s;
}
.client-box:hover:before
{
  transform: translateY(-60px);
  opacity: 1;
  color: #000;

}


.client-box:after
{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: 80px;
  height: 80px;
  background: url(images/quotes2.png);
  background-size: cover;
  opacity: 0.05;
  pointer-events: none;
  transition: 0.5s;
  transform: rotate(180deg) translateY(0px);
}
.client-box:hover:after
{
  transform: rotate(180deg) translateY(-60px);
  opacity: 1;

}

.client-box
{
  margin-top: 100px;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.-header h3
{

  font-size: 42px;

  letter-spacing: 1px;
  color: #3f3f3f;
  margin-top: -6px;
  padding: 0px;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;

}
.-header h3 span{color: #db1b73}
.-header h3::after {
  position: absolute;
  content: '';
  background-image: linear-gradient(to right, #db1b73 , rgba(221, 40, 40, 0));
  height: 2px;
  width: 80px;
  margin-top: 26px;
  margin-left: 10px;
  width: 100px;
}

/* fix blank or flashing items on carousel */
.cover
{
width: 100%;
padding-top: 50px;

}


.message {

	background-color: white;
	padding: 100px 0px;
	margin-top: 0px;
	background: url(../img/message.jpeg) fixed;
	background-size: cover;
	background-position: center;
	position: relative;
}
.quote-cover
{
  width: 100%;
  background-color: white;
	padding: 100px 0px;
	margin-top: 0px;
  background: url('images/hero.jpg') fixed;
  background-position: center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: white;
  position: relative;
}
.overlay
{

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;


}
.quote
{
  	display: table-cell;
  	vertical-align: middle;
  	padding-right: 0px;
  	position: relative;


}
.quote-cover h3
{

	font-size: 42px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	color: #db1b73;
	margin-bottom: 20px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.3;
  text-transform: uppercase;


}
.quote-cover p{

  	font-size: 15px;
  	color: white;
  	line-height: 1.8;
  	margin-bottom: 30px;

}

/*end quotes*/

/*start news*/
.news
{
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #EBEBEB;

}
.-news-block
{
  padding-top: 60px;

}
.new-meta
{
  padding-left: 10px;

}
.news-block
{

  padding-right: 10px;


}

.new-meta ul
{

  list-style:none;
  margin-bottom: 20px;
  display: block;
}
.new-meta ul li
{

  display: inline-block;
  margin-right: 30px;
  color: #DE1B73;

}
.new-meta ul li span
{

  font-size: 16px;
  color: #868F9B;
  margin-right: 0px;

}
.news-block img
{
  display: block;
  max-width: 100%;
  height: 80%;
  height: auto;

}
.new-meta h3
{

  font-weight: bold;
  font-size: 26px;
  color: #DE1B73;


}
/*end news*/


/*start my contact */
.mycontact
{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4),
  rgba(0, 0, 0, 0.9)),
  url("images/Gallary/photos- (22).jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 70px;

}

.contact-card
{
  position: relative;

  padding: 30px;
  background-color: #b7205b;


}
.contact-form
{
  max-width: 600px;
  padding-bottom: 50px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contact-form-text
{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0px;
  border: 0;
  background: #111;
  padding: 20px 40px;
  color: #ddd;
  transition: 0.5s;
  opacity: 0.8;

}
.contact-form-text:focus
{
  box-shadow: 0 0 10 4px #fff;
}
.textarea.contact-form-text
{
  resize: none;
  height: 120px;

}
.contact-form-btn{

  border: 0;
  background: #A72860;
  color: #fff;
  padding: 12px 50px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 24px;
  text-transform: uppercase;
  transition: 0.5s;
}
.contact-form-btn:hover
{
  background: #DB1B73;
}
.contact-card .con-icon {
	font-size: 182px;
	margin-top: 0px;
	color: #fff;
	transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	text-align: center;
	position: absolute;
	left: 0px;
  opacity: 0.2;
}
.contact-card h3{
  text-align: center;
  font-size: 34px;
  color: #fff;
  font-weight: 400px;
  text-transform: capitalize;
}

.contact-text
{
color: #fff;
overflow: hidden;

}
.contact-text i
{
  font-size: 26px;
}
.contact-text h2
{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding-top: 10px;
}
.mycontact .-header p
{
color: #fff;
font-size: 16px;
}
/*end my contact*/

/*start quotes*/
footer
{
  background-color: #AF165C;
  font-size: 20px;

}

footer li:hover
{
  color: #000;
}
.about-paragraph a.victoria-four
{

  color: #D24D57;

}

.contact-form .btn-outline-primary
{
  color: #fff !important;
}


/*end quotes*/
/**/
/*buttons*/
