

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
@font-face {
     font-family: 'Blackberry';
     src: url('/assets/fonts/blackberry-normal_version_02.otf') format('opentype');
     font-weight: normal;
     font-style: normal;
}

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -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;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: 'Dancing Script', cursive;
}

h2 {
     font-size: 22px;
     font-family: 'Dancing Script', cursive;
}

h3 {
     font-size: 18px;
     font-family: 'Dancing Script', cursive;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -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;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

@media (max-width: 767px) {
     .visible-desktop {
          display: none;
     }
     .banner_main {
          padding: 50px 10px 0 !important;
          background-color: #f9faf6;
      }
}

@media (min-width: 767px) {
     .visible-mobile {
          display: none;
     }
}
.stih span{
     line-height: 1.2 !important; 
     text-align: justify !important;
     font-size: 17px;
}

.stih {
     padding: 60px 0;
}

.stih h2 {
     font-family: 'Blackberry';
     font-size: 70px;
     color:#694e74;
     text-align: center;
} 

.titlepage h2, .stih h2{
     font-family: 'Blackberry';
     font-size: 40px;
     text-align: center;
} 

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 12px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #694e74;
     font-size: 16px;
     line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #000;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fdd430;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.head_top {
     background: url('../images/bg-picture-fairy.png'); 
      /* #d3c4e8 */
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding-top: 60px;
     background-position: center;
     border-radius: 0px 0px 170px 170px;
     background-size: cover;
}

.header {
     width: 100%;
     background: #fff;
     border-radius: 50px;
     padding: 15px 30px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}

.banner_main {
     padding: 90px 0;
}

.text-bg {
     text-align: center;
}

.text-bg h1 {
     font-family: 'Blackberry';
     padding: 0 !important;
     color: #fff;
     font-size: 120px;
     line-height: 90px;
     padding-bottom: 70px;
     font-weight: bold;
}

.text-bg p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 40px 0;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #694e74;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
}

.text-bg a:hover {
     background-color: #000;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 26px;
}

.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 100%;
}

.titlepage {
     text-align: center;
}
#info .titlepage {
     font-size: 17px;
}
.titlepage h2, .stih h2 {
     font-size: 60px;
     color: #694e74;
     line-height: 77px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** weare section **/

.weare {
     background: #fff;
}

.weare .titlepage h2 {
     margin-bottom: 20px;
}

.weare .weare_box {
     text-align: center;
}

.weare .weare_box figure {
     margin: 0;
}

.weare .weare_box figure img {
     border-radius: 50%;
    background: #d3c4e894;
    padding: 15px;
}

.weare .weare_box p {
     color: #000;
     font-size: 17px;
     line-height: 28px;
     padding: 35px 0px;
}

.weare .weare_box .read_more {
     background: #000;
     color: #fff;
}

.weare .weare_box .read_more:hover {
     background: #f55171;
}


/** end weare section **/


/** Our section **/

.padd_left0 {
     padding-left: 0;
}

.Our {
     background: #eca2aec2;
     margin-top: 30px;
     padding: 60px 0px;
}

.Our .titlepage h2 {
     color: #fff;
     margin-bottom: 20px;
     padding-bottom: 10px;
}

.Our .titlepage span {
     color: #fff;
}

.yellow {
     color: #f99b1d;
}

.Our_box i {
     border: #fff solid 4px;
     width: 160px;
     height: 160px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     border-radius: 85px;
     transition: ease-in all 0.1s;
     cursor: pointer;
}

.Our_box i:hover {
     width: 140px;
     height: 140px;
     transition: ease-in all 0.2s;
}

.Our_box {
     text-align: center;
}

.Our_box h4 {
     color: #fff;
     text-transform: uppercase;
     font-size: 30px;
     line-height: 30px;
     font-weight: 400;
     padding: 0;
     padding-top: 35px;
}

.Our_box p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 10px 0;
}

.Our .read_more {
     margin: 0 auto;
     display: block;
}


/** end Our section **/


/** regist section **/

.padd_leri0 {
     padding-left: 0;
     padding-right: 0;
}

.regist .titlepage h2 {
     margin-bottom: 20px;
     padding-bottom: 10px
}

.regist .titlepage span {
     font-size: 17px;
     line-height: 28px;
}

.regist {
     padding-top: 90px;
}

.main_form {
     padding: 0px 50px;
}

.regist .main_form .contactus {
     border: #555555 solid 2px;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #999999;
     font-size: 17px;
}

.regist .main_form .register {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #000;
     color: #fff;
     padding: 13px 50px;
     margin: 0 auto;
     display: block;
     margin-top: 30px;
}

.regist .main_form .register:hover {
     background-color: #f55171;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 26px;
}

#regist *::placeholder {
     color: #999999;
     opacity: 1;
}

.current {
     color: #fff;
     margin-top: -4px;
     position: absolute;
}

.con_img figure {
     margin: 0;
}

.con_img figure img {
     width: 100%;
}


/** end regist section **/
.bg-butterfly {
     background: url('../images/butterfly.png'); 
     background-size: 21%;
     background-repeat: no-repeat;
     background-position-x: right;
}
.bg-butterfly-2 {
     background: url('../images/butterfly-2.jpg'); 
     background-size: 20%;
     background-repeat: no-repeat;
}
.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #694e74;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 26px;
}

.read_more.purple {
     font-size: 17px;
     background-color: #d3c4e894;
     color: #694e74;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #694e74;
     color: #fff;
     border-radius: 26px;
     transition: ease-in all 0.5s;
}

.read_more.purple:hover {
     border: 2px solid #694e74;
     color: #694e74;
     background-color: #fff;
     border-radius: 26px;
     transition: ease-in all 0.5s;
}


/** testimonial section **/

.testimonial {
     margin-top: 90px;
     padding-bottom: 90px;
     background: #f55171;
     padding-top: 60px;
}

.testimonial .titlepage h2 {
     margin-bottom: 20px;
     color: #fff;
}

.testimonial .titlepage h2::after {
     border-bottom: #fff solid 1px;
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: 259px;
     margin: 0 auto;
}

.testimonial .titlepage p {
     font-size: 17px;
     color: #fff;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
}

.testimonial_box i img {
     margin-top: -120px;
}

.testimonial_box h4 {
     padding: 20px 0px 20px 0px;
     font-size: 20px;
     line-height: 25px;
     color: #090808;
     display: block;
     font-weight: 500;
}

.testimonial_box {
     text-align: center;
     background: #fff;
     box-shadow: #ddd 0px 0px 10px 0px;
     padding: 0px 40px 40px 40px;
}

.testimonial_Carousel .test_box .jons {
     text-align: left;
     margin-bottom: 4px;
     margin-left: -10px;
}

.testimonial_Carousel .test_box .jons i {
     float: left;
     background: #fff;
     border-radius: 50px;
     padding: 9px;
}

.testimonial_Carousel .test_box .jons h4 {
     font-size: 25px;
     color: #fff;
     padding-top: 27px;
     line-height: 32px;
     padding-left: 20px;
     display: inline-block;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #090808;
     background: #fff;
     padding: 40px;
     border-radius: 90px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: -30px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 56px;
     height: 13px;
     margin-right: -4px;
     margin-left: -4px;
     border-radius: 10px;
     background: #fff;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #000;
}


/** end testimonial section **/


/** footer **/

.multi {
     color: #f55171;
     font-weight: bold;
     font-size: 60px;
}

.footer {
     font-family: Poppins;
     background: #fff;
}

.cont {
     text-align: center;
     margin-top: 35px;
}

.cont h2 {
     color: #694e74;
     font-size: 70px;
     font-family: 'Blackberry';
     line-height: 90px;
     font-weight: bold;
     padding-bottom: 30px;
}

.copyright {
     padding: 20px 0px;
}

.copyright p {
     color: #694e74;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #ffffff75 solid 1px;
     padding-top: 15px;
}

.copyright a {
     color: #694e74;
}

.copyright a:hover {
     color: #70cdff;
}


/** end footer **/

