@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Playball|Titillium+Web:300,400,600,700');

html {
    scroll-behavior: smooth;
  }  
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Titillium Web', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
p,a{
    font-family: 'Titillium Web', sans-serif;
}
h1,h2,h3,h4{
    font-family: 'Abril Fatface', "cursive";
}
.section{
    float: left;
    width: 100%;
    padding: 75px 0px;
    position: relative;
}



.rights a {
font-size: 13px;
float: right;
margin-right: 3px;
border-left: solid 1px #5c5a5a;
color: #fff;
padding: 9px;
display:blok !important;
}

.thuma
{    padding: 0px !important;
border-radius: 0px !important;
}
.thuma h3
{    padding: 10px 20px !important;
    border-radius: 0px !important;
    margin: 0px !important;
    background: #c71c6a;
    color: #fff;
}

.thumbb
{     padding: 15px !important;
    border-radius: 0px !important;
    height: 339px;
    overflow: auto;
}

.thumbb p
{     padding: 0px 0px 10px 0px !important;
    font-size: 16px;
    color: #981583;
    font-weight: bold;
	margin-bottom:0px;
}

.thumbc
{     padding: 15px !important;
    border-radius: 0px !important;
    height: 339px;
    overflow: auto;
}

.thumbc p
{       padding: 0px 0px 10px 0px !important;
    margin-bottom: 0px;
    color: #666;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}



.sec-more-padding-1 {
    padding: 55px 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
}

.sec-more-padding-1 h2 {
    color: #c71c6a;
    text-align: center;
    font-size: 23px;
    margin: 0px !important;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
}

.pading-contact {
    padding: 10px 40px !important;
    border: none !important;
    border-right: solid 1px #ddd !important;
}

.fomt-myy {
    border-bottom: solid 1px #ddd;
    border: solid 1px #ddd !important;
    margin-bottom: 0px;
    height: 50px !important;
    font-family: 'Gotham Light Regular', sans-serif;
    padding: 4px 15px !important;
}

.map-arrow {
    border: solid 1px #c71c6a!important;
    color: #c71c6a!important;
    padding: 15px 23px !important;
    border-radius: 50% !important;
    font-size: 34px !important;
}

.login-button {
    padding: 10px 33px !important;
    font-weight: 500;
    background: #d9261c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    border-bottom: solid 4px #891c16 !important;
    margin-bottom: 20px !important;
    float: left;
}

  .banner{
      float: left;
      width: 100%;
      margin-top: 0;
  }

 /* return to top button css */
 #return-to-top {
     display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 13px;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
 /* return to top button css ends */

 

/* model popup css */
.modal-body .form-control{
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;

}
.modal-body .btn.btn-default{
    border: none;
    border-radius: 0px;
    padding: 10px 35px;
    background: #8f144c;
    color: #fff;
    margin: 10px 0px;
}
.modal-header .close{
    padding: 6px 10px;
    background: #8f144c;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
}

.abrilheading{
    font-size: 33px;
    margin: 0px;
    margin-bottom: 5px;
    color: #c71c6a;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    font-family: 'Abril Fatface', "cursive";
}
.space{
    margin-bottom: 40px;
}
.small-space{
    margin-bottom: 20px;
}

.title
{margin:0px 0px 10px 0px !important;font-family: 'Titillium Web', sans-serif;color: #c71c6a;}
	
.about-para-sm{
    width: 80%;
    margin: 0 auto;
    color: #666;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-align: center;
}
.pink-btn{
    display: inline-block;
    padding: 10px 35px;
    background: #c71c6a;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.4s;
}
.pink-btn:hover{
    background: #bd125f;
    color: #fff;
}
.service-sec{
    background: url("../images/bg1.jpg") center fixed;
    background-size: cover;
}
.service-box{
    background: url('../images/service-bg.jpg') center;
    background-size: cover;
    padding: 25px;

    overflow: auto;
	margin-bottom:25px;
}
.service-box img{
    margin-bottom: 10px;
}
.playboll-heading{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #bd125f;
    text-align: center;
    margin-bottom: 5px;
}
.service-para{
    font-size: 16px;
    color: #343434;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.white-button{
    display: inline-block;
    padding: 10px 35px;
    background: #fff;
    border: 1px solid #fff;
    color: #c71c6a;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.4s;
    font-weight: 700;
}
.white-button:hover{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 700;
}
.gallery-sec .row .col-sm-3{
    padding-left: 0px;
    padding-right: 0px;
}
.header-top {
    width: 100%;
    float: left;
    padding: 0px;

    margin: 0px;
    background: #2b2a29 !important;
    font-family: 'Poppins', sans-serif;
}

.text-right {
    text-align: right;
}

.leftss a {
    font-size: 13px;
    float: left;
    margin-right: 3px;
    border-right: solid 1px #5c5a5a;
    color: #fff !important;
    padding: 9px;
}

.gallery-sec{
    background: url("../images/bg2.jpg") center fixed;

    background-size: cover;
}
.gallery-img-dv{
    float: left;
    width: 100%;
    position: relative;
    height: 300px;
	border:solid 2px #fff !important;
}
.gallery-img-dv>img{
    height: 100%;
    width: 100%;
}
.gallery-border-dv{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    transition: all 0.4s;
    z-index: 0;
    
}
.gallery-top{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f868a4b7;
    text-align: center;
    padding: 25px;
    padding-top: 27%;
    color: #fff;
    transition: all 0.4s;
    
}
.gallery-img-dv:hover .gallery-top{
    visibility: visible;
    opacity: 1;
}
.gallery-img-dv:hover .gallery-border-dv{
    visibility: visible;
    opacity: 1;
}
.fa-search{
    padding: 10px;
    background: #fff;
    font-size: 15px;
    color: #bd125f;
    border-left: 1px solid #bd125f;
    border-right: 1px solid #bd125f;

}
.gallery-top h4{
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.gallery-top p{
font-family: 'Titillium Web', sans-serif;
}
.highlight-text{
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    width: 45%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}

/* footer */
.footer-line{
    width: 100%;
    float: left;
    padding: 50px 0px;
    color: #fff;
    background: #080808;
    font-family: 'Titillium Web', sans-serif;
}
.footer-heading-space{
    margin-bottom: 10px;
}
.footer-heading-space h4{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Titillium Web', sans-serif;
}
.footer-line i,a{
    text-decoration: none;
    color: #ececec;
    font-size: 16px;
    font-weight: 400;
}
.footer-line a:hover,
.footer-line a:active{
    color: #fff;
    text-decoration: none;
    text-decoration: none;
}
.footer-line p{
    text-decoration: none;
    color: #fff;
    /* font-size: 14px; */
    font-weight: 400;
}
.footer-line p.contactdetailf{
    font-size: 16px !important;
    line-height: 25px;
    margin-bottom: 10px !important;
    width: 100%;
    float: left;
}
.footer-span-left{
    float: left;
    width: 5%;
}
.footer-span-left i{
    color: #fff;
    font-size: 21px;
}
.footer-span-right{
    float: left;
    width: 95%;
    padding-left: 20px;
}

.form-box{
    background: #ffffff;
    border: none;
}
.submit-button{
    background: transparent;
    color: #fff;
    padding: 7px 35px;
    border: 1px solid #fff;
}
.submit-button:hover{
    background: transparent;
    color: #fff;
}
.footer-social-icon{
    display: inline-block;
    margin-right: 3px;
}
.footer-social-icon>i{
    color: #fff;
    padding: 8px 10px;
    background: #8f144c;
    border-radius: 50%;
}

/* copyright line */
.copyright-line{
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
.copyright-line p{
    margin-bottom: 0px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 100;
}
.footer-abt-btn{
    padding: 7px 13px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
}
.footer-abt-para{
    font-size: 15px;
    line-height: 25px;
}

/* testinomial */
.demo{ background: #f8f8f8; }
.testimonial{
    margin: 40px 20px 40px;
}
.testimonial .testimonial-content{
    padding: 40px 25px 25px 25px;
    margin-bottom: 35px;
    background: #d6d6d6;
    position: relative;
    text-align: center;
    color: #222;
    height: 204px;
}
.testimonial:nth-child(even) .testimonial-content{
    background: #bd125f;
    color: #fff;
}
.testi-img{
   position: absolute;
   top: -40px;
   left: 36%;
   border-radius: 50%;
}
.testimonial .description{
    font-size: 15px;

    font-style: italic;
    line-height: 23px;
    margin: 0;
    margin-bottom: 15px;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    font-family: 'Titillium Web', sans-serif;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #bd125f;
}
.single-page-banner{
    float: left;
    width: 100%;
    padding: 48px 0px;
    margin-top: 0;
    text-align: center;
    position: relative;
}
.bg-designed-img{
    position: absolute;
    left: 21%;
    top: 92px;
}
.abt-us-pg{
    background: #c71c6a;
    background-size: cover;
    overflow: hidden;
}
.spgheading{
    margin-top: 0px;
    font-size: 39px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}
.spglinks{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.spglinks>a{
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.abt-pg-left{
    float: left;
    width: 50%;
    height: 860px;
}
.abt-pg-left img{
    height: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
.abt-pg-right{
    float: left;
    width: 50%;
    height: 600px;
    background: #fff;
    margin-top: 130px;
    border: 25px solid rgba(251,184,172,.4);
    border-left: none;
    overflow: hidden;
    padding: 25px;
    text-align: center;
}
.ab-head{
    color: #bd125f;
    margin-top: 5px;
    font-size: 36px;
}
.ab-para{
    font-size: 16px;
    color: #979797;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
    text-align: justify;    
}
.shadow {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
}
.resorce-left{
    padding: 0px 40px;
}
.resorce-left h1{
    margin-top: 0px;

    font-size: 49px;
    color: #c71c6a;
    line-height: 55px;
    text-align: center;
    margin-bottom: 36px;
}
.resorce-left p{
    font-size: 20px;
    color: #848484;
    margin-bottom: 6px;
}
.resorce-left p>i{
    color: #8BC34A;
}
.modal {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.light-btn{
    background: rgb(208, 199, 185);
    padding: 10px 35px;
    display: inline-block;
    color: #222;
}
.cont-det-dev{
    float: left;
    width: 100%;
    border: 25px solid rgba(251,184,172,.4);
}
.cont-det{
    padding: 25px;
    text-align: center;
}
.cont-icn{
    font-size: 22px;
    padding: 10px 13px;
    border-radius: 50%;
    background: #8e0b47;
    color: #fff;
}
.cont-icn.fa-map-marker{
    padding: 10px 14px;
}
.cont-icn.fa-envelope-o{
    padding: 10px 11px;

}
.cnt-para{
    color: #848484;
    line-height: 25px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.left-fl{
    position: absolute;
    left: 0;
    top: 0;
    height: 650px;
}
.contact-form-div{
    background: #fff;
    border-radius: 10px;
    padding: 35px 25px;
    float: left;
    width: 100%;
}
.contact-form-div .form-control {
    border-radius: 0px;
    height: 40px;
    margin-bottom: 20px;
}
.form-submit-btn{
    padding: 10px 35px;
    background: #8e0b47;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    border: none;
}
.contact-form-div h4{
     font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.contact-us-form-left{
    padding-top: 150px;

    padding-left: 80px;
}
.contact-us-form-left h1{
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.contact-us-form-left p{
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

/* team box */
.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
    margin-bottom: 40px;
    clear: both;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(199, 28, 106, 0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.serv-bton{
    padding: 10px 30px;
    background: #ffffffb0;
    color: #6d6969;
    font-weight: bold;
}
.serv-bton:hover{
    color: #bd125f;
}
.our-team:hover .social{ opacity: 1; }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-family: 'Titillium Web', sans-serif;
}
.our-team .post{
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.ser-spe{
    font-size: 45px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 1px;
}
.ser-spe-para{
    color: #fff;
    line-height: 25px;
    text-align: center;
    letter-spacing: 3px;
}
.ser-spe-btn{
    background: #fff;
    color: #8e0b47;
    font-size: 14px;
    display: inline-block;
    padding: 10px 35px;
    margin-top: 20px;
    font-weight: 600;
}

/* progress bar */

.progress-title{
    font-size: 22px;
    font-weight: 400;
    color: #505050;
    margin: 0 0 10px;
     font-family: 'Titillium Web', sans-serif;
    letter-spacing: 2px;
}
.progress{
    height: 10px;
    background: #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.progress .progress-bar{
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "";
    display: block;
    border: 15px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: -26px;
    right: -12px;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -40px;
    right: 0;
}
.progress.pink .progress-bar:after{
    border-bottom-color: #ff4b7d;
}
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}
.progress-bar-dv{
    padding-top: 30px;
}
a.ser-spe-btn:hover {
    color: #8e0b47;
    background: #fffffff0;
}
.control-round .carousel-control {
    top: 50% !important;
}