body {
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  letter-spacing: 1px;
  color: #111;
}

.font{ font-family: 'Bruno Ace', sans-serif; }

p {
  font-size: 16px;
  color: #222; 
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #E5017B; }

a:hover {
  color: #111; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 16px;
  background: #E5017B;
  color: #fff;
  padding: 20px 36px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight:700;
}

.common-btn:hover {
  background: #fff;
  color: #000;
}

.title-col{ margin-bottom:80px; text-align: center; }

.title {
  position: relative;
  font-size: 48px;
  font-weight:900;
  color: #E5017B;
  margin-bottom: 20px;
  text-transform: uppercase;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Bruno Ace', sans-serif;
}

.title-para{ font-size:16px; text-align: center; }

.form-control {
    border-radius:5px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	  height:48px;
    border-color:#444;
    font-weight: 600;
    background: #000;
    color: #fff !important;
}

.form-control:focus{ border-color:#ccc; background: #111; }

textarea.form-control{ height: auto; }

select.form-control {
  padding-left: 15px !important;
  height: 48px;
  padding: 0px;
}

:focus {
  outline: none !important; 
}

.mt-7{
  margin-top:5rem!important;
}

@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

header{ background:url(../images/bg.gif) #000; padding: 20px 0px; }
.logo h1{ color: #fff; margin-bottom: 0px; }

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-social a{ margin: 0px 7px;  color: #fff; }
.top-social i{ font-size: 26px; }
.top-social img{ vertical-align: sub; filter: brightness(0) invert(1); }
.top-social img:hover{ filter: brightness(1) invert(0); }

.top-phn a{ margin: 0px 7px; color: #fff; }
.top-phn i{ font-size: 26px; }
.top-phn a:hover{ color:#E5017B; }
.top-social a:hover{ color:#E5017B; }

.banner{ position: relative; }
.banner img{ max-height: 500px; object-fit: cover; }

.banner-text{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; }
.banner-text h2{ color: #fff; font-size:65px; text-transform: uppercase; font-weight: 300; letter-spacing:15px; text-shadow: 0px 0px 10px #000; }

.aboutme-sec{ padding:70px 0px; }
.aboutme-sec .container{ max-width: 1100px; }

.about-text{ padding: 0px 30px; }
.about-text h2{ margin-bottom: 20px;  }
.about-text h5{ margin-bottom:15px; margin-top:30px; }

.bio-text p strong {
  min-width: 140px;
  display: inline-block;
}

.portfolio-sec{ background:#fff1f8; padding: 70px 0px 100px; }


.portrow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


.contact-sec{ background:url(../images/bg.gif) #000; padding:90px 0px; }

.form-group {
  margin-bottom: 2rem;
}

.contact-us-sec{ padding-left:40px; }
.contact-us-sec h4{ margin-bottom:15px; }
.contact-us-sec p { margin-bottom:15px; font-size: 18px; }
.contact-us-sec p strong{ display: block; color:#8e8e8e; margin-bottom:8px; line-height: 1.25;   }
.contact-us-sec p small{ font-size:18px; font-weight:500; }
.contact-us-sec p b{ width:300px; display: block; line-height:24px;  }

.footer-social{ background: #E5017B; padding:20px 30px; border-radius: 15px; margin-top:30px; }
.footer-social h3{ color: #fff; margin-bottom: 20px; }
.footer-social a{ display: block; margin: 10px 0px 0px; color: #fff; }
.footer-social a img {
  max-width: 150px;
  margin: 10px 0px;
  vertical-align: -14px;
  margin-right: 10px;
}

.contact-sec a:hover{ color: #fff; }

footer{ text-align: center; padding: 50px; }
footer h5{ font-size:82px; font-weight: bold; }
footer p{ margin-bottom: 0px; }

/*------------media css---------------*/

@media screen and (max-width:1180px) {
.container{ max-width: 96%; }
.banner-text h2{ letter-spacing: 5px; }

}

@media screen and (max-width:1024px) {
footer h5{ font-size: 62px; }

}

@media screen and (max-width:980px) {
.banner img{ height:400px; }
.banner-text h2{ font-size: 56px; }
.top-social i { font-size: 22px; }
.top-social img{ max-height: 24px; }
.aboutme-sec { padding: 50px 0px; }
.title{ font-size: 42px; }
.title-col{ margin-bottom: 40px; }
.portfolio-sec{ padding: 40px 0px 70px; }
.contact-sec{ padding:50px 0px; }
footer{ padding:20px; }

}

@media screen and (max-width:768px) {
.banner-text h2{ padding: 20px; }
.about-text { padding: 30px 0px 0px; }
.contact-us-sec {
  padding-left: 0px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 10px;
}

}

@media screen and (max-width:740px) {
.top-social a{ margin: 0px 4px; }
footer h5 { font-size: 48px; }
.contact-sec .title-col{ margin-bottom: 0px; }
.contact-sec .title{ margin-bottom: 0px; }

}

@media screen and (max-width:520px) {
.inner-header{ flex-direction: column; }
.logo.font{ margin: 10px 0px 15px; }
.top-social a { margin: 0px 10px; }
.footer-social a{ display: block !important; }


}









