/**General_styles_tags_starts**/
::-webkit-scrollbar{width:6px;height:5px; }
::-webkit-scrollbar-track{ background:#f1f1f1;}
::-webkit-scrollbar-thumb{background:#ec008c; border-radius:0;}
::-moz-scrollbar{width:6px;height:5px; }
::-moz-scrollbar-track{ background:#f1f1f1;}
::-moz-scrollbar-thumb{background:#ec008c; border-radius:10px;}
::-webkit-selection{ background:#ec008c; color:#fff;}
::selection{ background:#ec008c; color:#fff;}
::-moz-selection{ background:#c0c0c0; color:#fff;}


body {
  font-family: 'Livvic', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 1260px) {
.container{
    max-width: 1240px !important;
}
}

@media (min-width: 1420px) {
.container{
    max-width: 1400px !important;
}
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a{
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  text-transform: none;
}
/**General_styles_tags_ends**/


/**header_nav_section_starts**/
.header_nav{
    padding: 5px 0;
}
.header_nav .header_logo{
    margin: 0;
    padding: 0;
}
.header_nav .header_logo img{
    max-width: 100%;
    width: 60%;
}
.header_nav_section{
    padding: 35px 0;
    float: right;
}
.header_nav_section .header_social{
    margin: 0;
    padding: 0;
}
.header_nav_section .header_social li{
    float: left;
    list-style: none;
    padding-left: 8px;
}
.header_nav_section .header_social li a{
    text-decoration: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    background: #1c1c1c;
    color: #ffffff;
    transition: .25s;
}
.header_nav_section .header_social li a:hover{
    background: #ec008c;
    transition: .25s;
}
.header_nav_section .header_social li a i{
    margin: 0 auto;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: .25s;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link:hover{
    transition: .25s;
    color: #ec008c;
}

.navbar-expand-lg .navbar-nav .nav-item{
    padding: 0 25px;
}
.navbar-expand-lg .navbar-nav .nav-item.active a{
    position: relative;
    transition: .25s;
    color: #ec008c;
}
.navbar-expand-lg .navbar-nav .nav-item.active a::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    height: 2px;
    background: #ec008c;
    transition: .25s;
    content: "";
}
.navbar-expand-lg .navbar-nav .nav-item a{
    transition: .25s;
    position: relative;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item a::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: #ec008c;
    transition: .25s;
    content: "";
}
.navbar-expand-lg .navbar-nav .nav-item a:hover::before{
    width: 95%;
    transition: .25s;
}

/**header_nav_section_ends**/

/**banner_section_starts**/
.banner_section{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.banner_section .bg_img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner_section .bg_img::before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(28,28,28,0.2);
}
.banner_section .bg_img .bg_content{
    margin: 0;
    padding: 100px 0 0 0;
    width: auto;
    text-align: center;
    height: auto;
    position: relative;
}
.banner_section .bg_img .bg_content h2{
    margin: 0;
    padding: 0;
    font-size: 65px;
    font-weight: 500;
    color: #ec008c;
    font-family: 'Cookie', cursive;
}
.banner_section .bg_img .bg_content h1{
    margin: 0;
    padding: 5px 0 15px 0;
    font-family: 'Nunito', sans-serif;
    font-size: 47px;
    font-weight: bold;
    color: #fff;    
}
.banner_section .bg_img .bg_content p{
    margin: 0;
    padding: 0 0 35px 0;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.banner_section .bg_img .bg_content .bg_btm{
    margin: 0;
    padding: 0;
}
.banner_section .bg_img .bg_content .bg_btm a{
    border: 1px solid #fff;
    background: transparent;
    margin: 0;
    padding: 7px 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    position: relative;
    font-size: 15px;
}

.banner_section .bg_img .bg_content .bg_btm a::before{
    width: 0%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: #ec008c;
    z-index: 1;
    transition: .25s;
    border-radius: 50px;
}
.banner_section .bg_img .bg_content .bg_btm a:hover::before{
    width: 100%;
}
.banner_section .bg_img .bg_content .bg_btm a span{
    z-index: 2;
    position: relative;
}
/**banner_section_ends**/

/**services_section_starts**/
.services_section{
    margin: 0;
    padding: 60px 0 75px 0;
}
.services_section .text_part{
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.services_section .text_part h2{
    font-size: 65px;
    color: #252525;
    text-transform: capitalize;
    font-style: italic;
    margin: 0;
    padding: 0;
    font-family: 'Cookie', cursive;
}
.services_section .services_box{
    background: #f7f7f7;
    padding: 10px;
    margin: 25px 0 0 0;
    text-align: center;
    border-radius: 5px;
}
.services_section .services_box .img_box{
    padding: 0;
    margin-bottom: 15px;
}
.services_section .services_box .img_box img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.services_section .services_box h2{
    font-size: 21px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.services_section .services_box h3{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7d2079;
    margin-bottom: 15px;
}
.services_section .services_box a{
    background: #ec008c;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    padding: 0 14px 1px 14px;
    margin-bottom: 10px;
    transition: .25s;
}
.services_section .services_box a:hover{
    background: #000000;
    color: #ffffff;
}
.services_section .view_btn{
    text-align: center;
    margin-top: 45px;
}
.services_section .view_btn a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    border-radius: 50px;
    padding: 4px 20px 5px;
    transition: .25s;
}
.services_section .view_btn a:hover{
    transition: .25s;
    background: #ec008c;
}
/**services_section_ends**/

/**form_section_starts**/
.form_section{
    margin: 0;
    padding: 70px 0;
    background: url(../images/form_back.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.text_part_form{
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
}
.text_part_form img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.text_part_form h2{
    margin: 0;
    padding-bottom: 15px;
    font-size: 65px;
    font-family: 'Cookie', cursive;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}
.text_part_form p{
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding: 3px 0
}

.form_section .portion .form_box{
    background: #000000;
    width: 60%;
    padding: 30px 60px 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.form_section .portion .form_box{
   
}
.form_section .portion .cont_main_section_form{
    margin: 0;
    padding: 20px 0;
    width: auto;
    height: auto;
}
.form_section .portion .cont_main_section_form .contect_form1{
    margin: 0;
    padding: 15px 0 0 0;
    width: 100%;
    height: auto;
}
.form_section .portion .cont_main_section_form .contect_form1 input{
    width: 100%;
    background: #fff;
    border: 1px solid #ec008c;
    padding: 6px 12px;
    font-size: 16px;
    color: #7c7c7c;
    font-family: 'Livvic', sans-serif;
    border-radius: 5px;
    font-weight: 600;
}
.form_section .portion .cont_main_section_form .contect_form1 input::placeholder{
    color: #7c7c7c;
}
.form_section .portion .cont_main_section_form .contect_form1 input:focus{
    outline: 0px;
    box-shadow: none;
}
.form_section .portion .cont_main_section_form .contect_form1 textarea{
    width: 100%;
    background: #fff;
    border: 1px solid #8bccbc;
    padding: 12px 12px;
    font-size: 16px;
    color: #1c1c1c;
    border-radius: 5px;
    font-family: 'Livvic', sans-serif;
    font-weight: 600;
}
.form_section .portion .cont_main_section_form .contect_form1 textarea:focus{
    outline: 0px;
    box-shadow: none;
}
.form_section .portion .cont_main_section_form .contect_form1 textarea::placeholder{
    color: #7c7c7c;
}
.address_hg textarea{
    height: 100px;
}
.form_section .portion .cont_main_section_form .contact_text_btm .btm_blog{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.form_section .portion .cont_main_section_form .contact_text_btm button{
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Livvic', sans-serif;
    font-weight: 600;
    background: #272727;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    border: 0px;
    display: inline-block;
}
.form_section .portion .cont_main_section_form .contact_text_btm button span{
    position: relative;
    z-index: 2;
}
.form_section .portion .cont_main_section_form .contact_text_btm button:hover{
    transition: .25s;
}
.form_section .portion .cont_main_section_form .contact_text_btm button::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #ec008c;
    transition: .25s;
}
.form_section .portion .cont_main_section_form .contact_text_btm button:hover::before{
     width: 100%;
}
/**form_section_ends**/

/**footer_social_starts**/
.footer_social{
    margin: 0;
    padding: 60px 0;
    text-align: center;
    background: #000000;
}
.footer_social .f_social{
    text-align: center;
    margin: 0;
    padding: 0;
}
.footer_social .f_social li{
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}
.footer_social .f_social li a{
    text-decoration: none;
    width: 35px;
    height: 35px;
    background: #ffffff;
    color: #000000;
    border-radius: 100%;
    display: flex;
    align-items: center;
}
.footer_social .f_social li a i{
    margin: 0 auto;
    font-size: 18px;
}
.footer_social h6{
    color: #ffffff;
    font-family: 'Livvic', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}
/**footer_social_ends**/

/**chat_price_starts**/
.chat_price{
    margin: 0;
    padding: 70px 0;
    background: url(../images/bg_price.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.text_part_form{
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
}
.text_part_form img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.text_part_form h2{
    margin: 0;
    padding-bottom: 15px;
    font-size: 65px;
    font-family: 'Cookie', cursive;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}
.text_part_form p{
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding: 3px 0
}
.chat_price .portion .form_box{
    background: #000000;
    width: 60%;
    padding: 50px 100px 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.chat_price .portion .form_box .list_price{
    margin: 0;
    padding: 0;
}
.chat_price .portion .form_box .list_price li{
    list-style: none;
    width: 100%;
    padding: 8px 0;
    color: #e8e8e8;
    font-size: 16px;
    text-transform: uppercase;
}
.chat_price .portion .form_box .list_price li span{
    float: right;
}
.chat_price .portion .form_box .list_price li span .cut_line{
    float: left;
    text-decoration: line-through;
    padding-right: 5px;
}
.chat_price .portion .form_box .bg_btm{
    margin: 50px 0 15px 0;
    text-align: center;
    display: block;
    padding: 0;
}
.chat_price .portion .form_box .bg_btm a{
    border: 1px solid #fff;
    background: transparent;
    margin: 0;
    padding: 7px 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    position: relative;
    font-size: 15px;
}
.chat_price .portion .form_box .bg_btm a::before{
    width: 0%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: #ec008c;
    z-index: 1;
    transition: .25s;
    border-radius: 50px;
}
.chat_price .portion .form_box .bg_btm a:hover::before{
    width: 100%;
}
.bg_btm a span{
    z-index: 2;
    position: relative;
}
/**chat_price_ends**/

/**testimonial_section_starts**/
.testimonial_section{
    margin: 0;
    padding: 50px 0 60px 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.testimonial_section .text_part{
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    text-align: center;
}
.testimonial_section .text_part h2{
    font-size: 65px;
    color: #252525;
    text-transform: capitalize;
    font-style: italic;
    margin: 0;
    padding: 0;
    font-family: 'Cookie', cursive;
}

.testimonial_section .testimonial_box{
    margin: 90px 0;
    padding: 0;
    position: relative;
}
.testimonial_section .testimonial_box .testi_top{
    text-align: center;
    margin: 0;
    padding: 50px 0 35px 0;
}
.testimonial_section .testimonial_box .testi_top img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    border: 7px solid #fac5dd;
    border-radius: 100%;
}
.testimonial_section .testimonial_box .testi_top h4{
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 20px;
    color: #1c1c1c;
}
.testimonial_section .testimonial_box .feedback_part{
    margin: 0 auto;
    padding: 15px;
    width: 775px;
    border: 5px solid #000000;
    position: relative;
}
.testimonial_section .testimonial_box .feedback_part .para{
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000000;
}
.testimonial_section .testimonial_box .feedback_part .para .testi_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 50px;
    border-radius: 100%;
}
.testimonial_section .testimonial_box .feedback_part .para .testi_img img{
    border-radius: 100%;
    border: 3px solid #5f5f5f;
}
.testimonial_section .testimonial_box .feedback_part .para p{
    margin: 15px 0 0 0;
    padding: 55px;
    color: #f1f1f1;
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
}
.testimonial_section .testimonial_box .feedback_part .top_tsti_ico{
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    top: -65px;
    left: 15px;
    display: flex;
    background: #ffffff;
    align-items: center;
    border: 2px solid #000;
}
.testimonial_section .testimonial_box .feedback_part .top_tsti_ico img{
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: auto;
}
.testimonial_section .testimonial_box .feedback_part .btm_tsti_ico{
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    bottom: -65px;
    right: 15px;
    display: flex;
    background: #ffffff;
    align-items: center;
    border: 2px solid #000;
}
.testimonial_section .testimonial_box .feedback_part .btm_tsti_ico img{
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: auto;
}
.testimonial_section .owl-carousel .owl-nav{
    display: none;
}
.testimonial_section .owl-carousel .owl-dots{
    text-align: center;
}
.testimonial_section .owl-carousel button.owl-dot{
    background: #000;
    margin: 0 3px;
    width: 12px;
    border-radius: 100%;
    height: 12px;
}
.testimonial_section .owl-carousel button.owl-dot.active{
    background: #ec008c;
}

.owl-carousel .owl-dots{
    text-align: center;
}
.owl-carousel button.owl-dot{
    background: #000;
    margin: 0 3px;
    width: 12px;
    border-radius: 100%;
    height: 12px;
}
.owl-carousel button.owl-dot.active{
    background: #ec008c;
}
/**testimonial_section_ends**/


/**inner_banner_starts**/
.inner_banner{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}
.inner_banner::before{
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}
.inner_banner .inner_banner_text{
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.inner_banner .inner_banner_text h1{
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    font-size: 75px;
    font-family: 'Cookie', cursive;
}


.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: '\f00e';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(136 58 1 / 70%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.whatsapp_ico{
    position: fixed;
    bottom: 15px;
    right: -13px;
    z-index: 9;
}
.whatsapp_ico a{
    text-decoration: none;
}
.whatsapp_ico a img{
    max-width: 100%;
    width: 60%;
}

.phone_icon{
    position: fixed;
    bottom: 75px;
    right: -15px;
    z-index: 9;
}
.phone_icon a{
    text-decoration: none;
}
.phone_icon a img{
    max-width: 100%;
    width: 55%;
}
/**inner_banner_ends**/


.modal-header{
    background: #ec008c !important;
    padding: 8px;
}
.modal-header .close{
    padding: 10px 20px 17px 20px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
    margin: -1rem -1rem -1rem auto;
    outline: none;
}
.modal-body .form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ec008c;
}
.modal-body .form-group .form-control{
    border: 1px solid #ec008c;
    outline: 0;
    padding: 4px 10px;
}
.modal-body .btn{
    background: #ec008c;
    color: #ffffff;
}
.modal-dialog{
    margin-top: 40px;
}
.modal{
    z-index: 99999;
}
.cptl_text{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

















