@charset "utf-8";
    .thank-bg{
        margin-bottom:0px !important;
    }
   
    #age{
        color:#000;
    }
    .new-kid-effect-left{
        position: relative;
        left: 180px;
        top: 32%;
        width:100%;
    }
    .new-kid-effect-right{
        position: relative;
        right: 188px;
        top: 32%;
        width:100%;
    }
    .left-effect1{
        animation: stars 4s infinite;
        /*-webkit-animation-direction: alternate;*/
        animation-direction: alternate;
        width:100%;
    }
    .right-effect1{
        animation: stars 4s infinite;
        /*-webkit-animation-direction: alternate;*/
        animation-direction: alternate;
        width:75%;
        transform: rotate(10deg);
    }

  /* Dropdown */
  .rev_slider_wrapper{
      height:1031px !important;
  }
  /*.heading-text-city{*/
  /*  margibn   */
  /*}*/
  .dd-button img{
    width: 50px;
    display: block;
    height: 50px;
    border-radius: 5px;
}
.location-name{
    margin-left:20px;
    color:#000;
}
.cities{
    display:flex;
    flex-direction:column;
    width: 50%;
    margin: 35px;
    justify-content: center;
    align-items: center;
}
.top-cities{
    display:flex;
    justify-content: center;
    width:50%;
}

  /*.dropdown {*/
  /*  display: inline-block;*/
  /*  position: relative;*/
  /*  width:100%;*/
  /*  margin: 10px 10px;*/
  /*}*/
  
  .dd-button {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /*border-bottom: 1px solid gray;*/
    border: 3px solid #D3AA6C;
    border-radius: 7px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    width:100%;
  }
  
  .dd-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    
  }
  
  .dd-button:hover {
    background-color: #eeeeee;
  }
  
  .dd-input {
    display: none;
  }
  
  .dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    width:100%;
    z-index:2;
  }
  
  .dd-input + .dd-menu {
    display: none;
  }
  
  .dd-input:checked + .dd-menu {
    display: block;
  }
  
  .dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    color:#000;
  }
  
  .dd-menu li:hover {
    background-color: #f6f6f6;
  }
  
  .dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
  }
  
  .dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
  
/*-- -- -- -- -- -- -- -- -- -- -- 
        Name: style.css
        Version: 1.0
		edited date:15-06-17

-- -- -- -- -- -- -- -- -- -- -- --*/

/*-- -- -- -- -- -- -- -- -- --
[Table of contents]

1. Body Style
2. Typorgraphy
3. Revolution Slider
4. Navigation Menu
5. About Section
6. Schedule Section
7. Video Section
8. Designers Section
9. Footer Subsribe
10. All Objects Parallax
11. Responsive Menu Icon
12. GOOGLE FONTS

Signika			-		Anton
-------------------------------------
light 300		-		 regular 400
regular 400		-
semi-bold 600	-
bold 700		-

font-family: 'Signika', sans-serif;
font-family: 'Anton', sans-serif;

13. Color codes
# Body Background: #000000
# Text-Color: #ffffff
# Menu-text: #5d5d5d
# Menu-text-Hover: #ffffff

-- -- -- -- -- -- -- -- -- -- -- -- -- --*/


/*-- -- -- -- -- -- -- -- -- --
	Body Style Start Here 
-- -- -- -- -- -- -- -- -- --*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    background: #fff;
    color: #000;
}

html, body {
    overflow-x: hidden;
    color: #fff;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

    ul li {
        line-height: 24px;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, button, select, input[type="submit"], input[type=file] {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    outline: none;
}

button, input[type="submit"] {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.form button, input[type="submit"] {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 21px;
    background-color: #83bf2d;
    border: none;
}

input[type="email"], input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type=file] {
    width: 100%;
    color: #575757;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 15px 15px;
    display: block;
    font-size: 16px;
    transition: background-color 0.1s ease-in;
    -webkit-transition: background-color ease-in 0.1s;
    -moz-transition: background-color ease-in 0.1s;
    -o-transition: background-color ease-in 0.1s;
    -ms-transition: background-color ease-in 0.1s;
    display: inline-block;
    font-style: normal;
    -webkit-font-style: normal;
    -moz-font-style: normal;
    -o-font-style: normal;
    -ms-font-style: normal;
}

    input[type="email"]:focus, input[type="text"]:focus, input[type="email"]:hover, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="date"]:focus, input[type="date"]:hover {
        border: 1px solid #ddd;
    }

textarea {
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px 15px;
    font-size: 16px;
    min-height: 100px;
    resize: none;
}

{
    text-decoration: none;
    ouline: none;
    color: #000;
    transition: all ease-in-out .3s;
}

a:hover {
    color: #00A3AF;
    cursor: pointer;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}

a:focus {
    outline: none;
}
/*-- -- -- -- -- -- -- -- -- --
	Body Style End
-- -- -- -- -- -- -- -- -- --*/


/*-- -- -- -- -- -- -- -- -- --
	Typorgraphy Start Here 
-- -- -- -- -- -- -- -- -- --*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0px;
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        color: #fff;
    }

h1 {
}

h2 {
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
}

h3 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
}

h4 {
    font-size: 24px;
    line-height: 24px;
}

h5 {
    font-size: 20px;
    line-height: 20px;
}

h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.clr {
    clear: both;
}

.big {
    font-weight: 700;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p.error {
    color: #e1010b;
    text-align: left;
}

::-webkit-input-placeholder {
    color: #575757;
    opacity: 0.7;
    font-size: 14px;
}

::-moz-placeholder {
    color: #575757;
    opacity: 0.7;
    font-size: 14px;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #575757;
    opacity: 0.7;
    font-size: 14px;
}
/* ie */
input:-moz-placeholder {
    color: #575757;
    opacity: 0.7;
    font-size: 14px;
}

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

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

.posrel {
    position: relative;
}

.img-responsive {
    max-width: 100%;
}

.clr {
    clear: both;
}

.map {
    margin: 0px auto;
    padding-top: 40px;
}

    .map iframe {
        width: 100%;
        height: 250px;
        pointer-events: none;
    }

/*.bg_container {*/
/*    opacity: 0;*/
/*}*/

.container {
    width: 1560px;
}

.position-re {
    position: static;
}

.grid-layout-row {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}


.bg-color {
    /*background: #331c4e;*/
    background-image: url(../images/kids-bg.png);
    background-repeat:repeat;
    background-size:cover;
}
/*-- -- -- -- -- -- -- -- -- --
	Typorgraphy End 
-- -- -- -- -- -- -- -- -- --*/


/*-- -- -- -- -- -- -- -- -- -- -- --
	Revolution Slider Start
-- -- -- -- -- -- -- -- -- -- -- -- --*/

.tp-title {
    font-family: 'Anton', sans-serif;
    font-size: 60px;
    line-height: 70px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

    .tp-title span {
        font-size: 100px;
        line-height: 100px;
        color: #fff;
    }

.tiangle_pink_main img {
    width: 100%;
}
/*-- -- -- -- -- -- -- -- -- -- -- --
	Revolution Slider End Here 
-- -- -- -- -- -- -- -- -- -- -- -- --*/

/*-- -- -- -- -- -- -- -- --
	Navigation Menu Start
-- -- -- -- -- -- -- -- -- --*/
.tp-caption img{
    width:500px !important;
    height:auto !important;
}
.tp-caption{
    margin:0px !important;
}
header {
    background: #724985;
    width: 100%;
    position: absolute;
    padding:8px 100px;
}

#navigation-menu {
    position: relative;
    z-index: 1;
}

.fixed-header {
    position: fixed;
    z-index: 9999;
    top: 0px;
}

.logo {
    float: left;
    padding: 0px 0px 0px 0px;
}

.logo img{
    width: auto;
    height: 66px;
}


    .logo a {
        outline: none;
    }

        .logo a:hover {
            color: #d51d5d;
        }
/*-- -- -- -- -- -- -- -- --
	Navigation Menu End
-- -- -- -- -- -- -- -- -- --*/


/*-- -- -- -- -- -- -- -- --
	About Section Start
-- -- -- -- -- -- -- -- -- --*/
.about {
    margin-top: 150px;
}

.next-overflow-img {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 482px;
    height: 592px;
}

.img-box {
    float: left;
    display: inline-block;
    margin-top: -88px;
    margin-left: 142px;
    width: auto;
}
    .img-box .position-re img, .next-overflow-img img {
        width: 720px;
    }

.we-are-bg {
    display: inline-block;
    width: 40%;
    float: right;
    margin-right: 50px;
    z-index: 1;
}

.about-me-content {
    padding: 50px 100px 0px 45px;
    display: inline-block;
}

    .about-me-content p {
        font-size: 19px;
        line-height: 1.3;
        color: #b1a8b6;
        text-align:justify;
        font-family:'poppins', sans-serif;
    }

    .about-me-content .title {
        font-family: 'Anton', sans-serif;
        font-size: 155px;
        line-height: 133px;
        color: #fff;
        font-weight: 100;
        text-transform: uppercase;
        display: inline-block;
        padding-top: 35px;
    }

.slider-bg {
    background: url(../images/purple-bg.png);
    background-position: 86% 100%;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    margin: 150px 0 0 0px;
}
/*-- -- -- -- -- -- -- -- --
	About Section End
-- -- -- -- -- -- -- -- -- --*/

/*-- -- -- -- -- -- -- -- --
	Schedule Section Start
-- -- -- -- -- -- -- -- -- --*/

.fashion-single-slider {
    margin: 95px 0px 0px 75px;
    position: relative;
    display: inline-block;
    width: 100%;
}


.table-box-bg {
    background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
    display: inline-block;
    width: 100%;
}
.table-data {
    padding: 20px 40px 20px 50px;
    font-size: 20px;
    line-height: 30px;
    width: 68%;
    float: right;
}

    .table-data table {
        width: 100%;
    }

.slide-img {
    position: relative;
    width: 32%;
    margin-top: -170px;
    float: right;
    right: -40px;
}

.table-data td {
    padding: 30px 30px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    font-size: 20px;
}

.table-data tr {
    border-bottom: 1px solid #e2618e;
}

    .table-data tr:last-child {
        border-bottom: none;
    }

.table-data td:nth-child(1), .table-data td:nth-child(2) {
    color: #000 !important;
}

.table-data td:nth-child(3) {
    color: #ea8eae;
}

.slider-title {
    color: #fff;
    font-weight: 600;
    float: right;
    width: 63%;
    position: relative;
    padding: 100px 0px 50px 0px;
}

    .slider-title p {
        color: #fff;
        font-weight:200;
        font-weight: 100;
        font-size:20px;
        margin-top:13px;
    }

    .slider-title h3 {
        position: relative;
        margin: 0px;
        font-size:27px;
        line-height:30px;
        font-family:'poppins', sans-serif;
        color: #daaa68;
        font-weight: 500;
    }

        .slider-title h3:before {
            content: "";
            width: 80px;
            height: 3px;
            background-color: #fff;
            position: absolute;
            top: 30px;
            left: -105px;
        }

.bottom-bg-pic {
    float: right;
    margin: -8px 40px 0px 0px;
    padding: 0px;
}

.img-bottom-color {
    width: 53px;
    /*background-color: #d51d5d;*/
    height: 85px;
    position: absolute;
    bottom: 0px;
    right: 40px;
}
/*-- -- -- -- -- -- -- -- --
	Schedule Section End
-- -- -- -- -- -- -- -- -- --*/

/*-- -- -- -- -- -- -- -- --
	Video Section Start
-- -- -- -- -- -- -- -- -- --*/

.txt-wrap {
    margin-right: 180px;
}

.video-content {
    background-color: #d51d5d;
    margin: 100px 0px -90px 0px;
    padding: 50px 50px 150px 55px;
    z-index: 1;
    position: relative;
}

.iframe-box {
    width: 1010px;
    height: 572px;
    margin: 0px auto;
}

    .iframe-box img {
        width: 100%;
        height: 100%;
    }
/*-- -- -- -- -- -- -- -- --
	Video Section End
-- -- -- -- -- -- -- -- -- --*/


/*-- -- -- -- -- -- -- -- --
	Designers Section Start
-- -- -- -- -- -- -- -- -- --*/

.kids-flex{
    display: flex;
    flex-direction:row;
}
.kids-flex-2 {
    padding: 30px;
    padding-left: 89px;
}
.designer {
    position: relative;
    /*margin-top: 200px;*/
    /*padding: 150px 0px 120px 0px;*/
}

.design-bg-color {
    padding-top: 50px;
    position: relative;
    width: 100%;
}

    .design-bg-color:before {
        content: '';
        background-color: #d51d5d;
        width: 63%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
    }

.designer-bg {
    width: 398px;
    height: 384px;
    position: absolute;
    bottom: -135px;
    left: 0px;
    background-image: url(../images/designer-bg.png);
    background-size: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
}



    .designer-slider-1 h5, .designer-slider-2 h5, .designer-slider-3 h5 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        line-height: 60px;
        padding-left: 30px;
        background-color: #fff;
        text-transform: uppercase;
    }

.designslidebg {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    padding-right: 0px;
    position: relative;
    overflow: auto;
}

.dg-social {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 50px;
    padding: 0px 17px;
    text-align: center;
}

    .dg-social a {
        margin-bottom: 15px;
        display: block;
    }

        .dg-social a.fb-icon, .dg-social a.twitter-icon, .dg-social a.linkedin-icon {
            font-size: 20px;
            line-height: 24px;
            color: #000;
        }

        .dg-social a:hover.fb-icon, .dg-social a:hover.twitter-icon, .dg-social a:hover.linkedin-icon {
            color: #D51D5D;
        }
        
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
.designer-sec2-kid-bg{
    border: 12px solid #daaa68;
    width: 450px;
    height: 550px;
    background-color: #724985;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
}

.designer-sec2-kid-bg img{
    height: 608px;
    position: relative;
    right: 100px;
    bottom: 136px;
}

.space{
    margin-top:100px;
}

.design-sec2-title{
    color: #daaa68;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: left;
    margin: 30px 0px 30px;
    font-weight: 700;
}

.design-sec3-title{
    color: #daaa68;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 46px;
    text-align: center;
    margin: 120px auto 43px;
    font-weight: 700;
}

.design-sec2-para{
    color:white;
    font-size:20px;
}

.design-sec2-para2{
    color:white;
    font-size:20px;
    margin-top:50px;
}

.designers-poins li{
    list-style: disc;
    color: whitesmoke;
    font-size: 18px;
    line-height: 2.2;
    margin-left: 15px;
    border-bottom: 1px solid #daaa68;
    padding-bottom: 3px;
    margin-top: 15px;
}







.accordion{
    width: 100%;
    /*background: #FFF;*/
    margin: 0 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow:  0 0 4px rgba(0,0,0,0.2);
}
.accordion .accordion-content{
    margin: 12px 0;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #daaa68;
    overflow: hidden;
}

.accordion-content.open{
    padding-bottom: 10px;
}
.accordion-content div{
    display: flex;
    min-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
}
.accordion-content.open div{
    min-height: 35px;
}
.accordion-content div .title-2{
    font-size: 19px;
    font-weight: 500;
    color: #daaa68;
}
.accordion-content div i{
    font-size: 16px;
    color: #daaa68;
}
.accordion-content .description{
    height: 0;
    font-size: 16px;
    color: whitesmoke;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;
    margin:0px;
}


.designers-sec4-heading{
  color: #daaa68;
  font-size: 40px;
  font-weight: 700;
  text-align:center;
  margin-bottom:30px;
}


.desig-images{
    height: 600px;
    width: 100%;
    border: 2px solid #daaa68;
    position: relative;
    overflow: hidden;
}

.desig-images-1{
    height:290px;
    width:100%;
    border:2px solid #daaa68;
    margin-bottom:20px;
    overflow:hidden;
}

.desig-images-2{
    height:450px;
    width:100%;
    border:2px solid #daaa68;
    margin-bottom:20px;
    overflow:hidden;
}




.collection-img-1:hover {
    opacity: 1;
    transform: scale(1.15);
    padding:60px;
    transition: transform 0.5s;
    /*transform: scale(1.1); */
    /*transform-origin: center; */
}

.collection-img-2:hover {
    opacity: 1;
    transform: scale(1.15);
    padding:0px 0px 40px 50px;
    transition: transform 0.5s;
}

.collection-img-3:hover {
    opacity: 1;
    transform: scale(1.15);
    padding:0px 0px 40px 50px;
    transition: transform 0.5s;
}

.collection-img-4:hover {
    opacity: 1;
    transform: scale(1.03);
    opacity: 1;
    transform: scale(1.15);
    padding: 0px 0px 50px 90px;
    transition: transform 0.5s;
}

.collection-img-5:hover {
    opacity: 1;
    transform: scale(1.15);
    padding:0px 0px 40px 50px;
    transition: transform 0.5s;
}

.collection-img-6:hover {
    opacity: 1;
    transform: scale(1.15);
    padding:0px 0px 40px 50px;
    transition: transform 0.5s;
}

.collection-img-7:hover {
    opacity: 1;
    transform: scale(1.15);
    padding:60px;
    transition: transform 0.5s;
}



.desig-images h2{
    color: white;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Glacial Indifference', sans-serif;
}
.desig-images-1 h2{
    color: white;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Glacial Indifference', sans-serif;
}

.desig-images-2 h2{
    color: white;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Glacial Indifference', sans-serif;
}

.collection-img-1{
    height:600px;
    background-image: url("../images/collection-1.png");
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 30px;
    transition: transform 0.5s;
}

.collection-img-2{
    background-image: url("../images/collection-2.png");
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 20px;
    height:290px;
    transition: transform 0.5s;
}

.collection-img-3{
    background-image: url("../images/collection-3.png");
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 20px;
    height:290px;
    transition: transform 0.5s;
}

.collection-img-4{
    background-image: url("../images/collection-4.png");
    background-size:cover;
    height:420px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 30px;
    height:450px;
    transition: transform 0.5s;
}


.collection-img-5{
    background-image: url("../images/collection-5.png");
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 20px;
    height:290px;
    transition: transform 0.5s;
}

.collection-img-6{
    background-image: url("../images/collection-6.png");
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 20px;
    height:290px;
    transition: transform 0.5s;
}

.collection-img-7{
    background-image: url("../images/collection-7.png");
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 20px;
    height:600px;
    transition: transform 0.5s;
}

.browse-btn{
    background-color:#E1BF87;
    padding: 10px 20px;
    font-size: 17px;
    color: #3A2B59;
    font-weight:normal;
} 

.lg-desig-container{
    padding:0px 30px;
}

.cart-container{
    background-color:#daaa68;
    padding:13px;
    height:365px;
    text-align:center;
}

.cart-container img{
    height:280px;
    width:100%;
    border:1px solid #3A2B59;
}


.cards-text-container{
    background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
    padding:30px;
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

.cards-text-container h1{
    /*font-family:"Glacial Indifference";*/
    font-size:30px;
    text-align:center;
    font-weight:bold;
    color: #3A2B59;
    margin-bottom: 10px;
}

.cards-text-container h2{
    font-family:'Glacial Indifference', sans-serif;
    font-size:22px;
    text-align:center;
    color: #3A2B59;
    line-height:normal;
}


.foure{
    background-color: #E1BF87;
    /*border:1px solid #3A2B59;*/
    color:#3A2B59;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 2;
    overflow: hidden;
    transition: all .5s ease-in-out
}
.foure:before{
    content: "";
    background-color: #3A2B59;
    display: inline-block;
    width:300px;
    height: 300px;
    position: absolute;
    top:0;
    left:200px;
    z-index: -1;
    transition:all .5s ease-in-out
}
.foure:after{
    content: "";
    background-color: #3A2B59;
    display: inline-block;
    width:300px;
    height: 300px;
    position: absolute;
    top:0;
    left:-302px;
    z-index: -1;
    transition:all .5s ease-in-out
}
.foure:hover{
    color:#daaa68
}
.foure:hover:after{
    transform: translate(101px,0)
}
.foure:hover:before{
    transform: translate(-101px,0)
}
 
        
.dream-kid-cls{        
    width: 50%;
    position: relative;
    right: 10px;
    bottom: 19px;
    animation-name: roll;
    animation-duration: 2s;
    animation-iteration-count: infinite;        
        
}       
        
        
        
        
/*-- -- -- -- -- -- -- -- --
	Designers Section End
-- -- -- -- -- -- -- -- -- --*/

/*-- -- -- -- -- -- -- -- -- -- --
	Footer Subsribe Section Start
-- -- -- -- -- -- -- -- -- -- -- --*/

.subscribe-me {
    margin-top: 140px;
    display: block;
}

    .subscribe-me h5 {
        font-family: 'Poppins', sans-serif;
        color: #515151;
        font-weight: 600;
        margin-top: 10px;
    }

.form-control {
    height: 92px;
}

.subscribe-me input[type="email"] {
    background-color: #222121;
    height: 92px;
    color: #fff;
    border: 0;
    padding-left: 45px;
}

.subscribe-me .input-group {
    margin-bottom: 10px;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 24px;
    line-height: 26px;
    border-radius: 0px;
    font-weight: 600;
    padding: 0 53px;
    border: none;
}

.btn-primary {
    color: #fff;
    background-color: #391949;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.input-group-btn:last-child > .btn {
    height: 92px;
}

.input-group-addon {
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: #d51d5d;
    border-color: none;
    outline: none;
    outline-offset: none;
}

.input-group-addon {
    background-color: #391949;
    border: none;
    padding: 0 35px;
}

.copyright {
    text-align: right;
    color: #5d5d5d;
}

    .copyright a {
        color: #5d5d5d;
    }

        .copyright a:hover {
            color: #fff;
            text-decoration: none;
        }

.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-social {
    padding: 0px;
    margin: 0px 0px 100px 0px;
    display: block;
    text-align: right;
}

    .footer-social a {
        display: inline-block;
        width: 25px;
        height: 25px;
    }

        .footer-social a.fb-icon, .footer-social a.twitter-icon, .footer-social a.google-plus-icon {
            background-color: #d51d5d;
            color: #000;
            font-size: 16px;
            border-radius: 50%;
            text-align: center;
            margin-top: 5px;
            margin-left: 8px;
            vertical-align: top;
        }

        .footer-social a:hover.fb-icon, .footer-social a:hover.twitter-icon, .footer-social a:hover.google-plus-icon {
            background-color: #fff;
        }

    .footer-social .fa.fa-facebook {
        padding: 5px 2px 0px 0px;
    }

    .footer-social .fa.fa-twitter {
        padding-top: 5px;
    }

    .footer-social .fa.fa-google-plus {
        font-size: 13px;
    }

.top-50 {
    margin-top: 50px;
}
/*-- -- -- -- -- -- -- -- -- -- --
	Footer Subsribe Section End
-- -- -- -- -- -- -- -- -- -- -- --*/


/*-- -- -- -- -- -- -- -- -- -- --
	All Objects Parallax Start
-- -- -- -- -- -- -- -- -- -- -- --*/

.circle1, .circle2, .circle3, .circle4, .circle5, .circle6, .circle7, .circle8, .circle9, .big-circle, .line, .multi-crl {
    z-index: -1;
}

.circle1 {
    position: absolute;
    top: 0%;
    left: 15%;
}

.circle2 {
    position: absolute;
    top: 0%;
    left: 0%;
}

.circle3 {
    position: absolute;
    top: 0%;
    left: 53%;
}

.circle4 {
    position: absolute;
    top: 0%;
    left: 75%;
}

.circle5 {
    position: absolute;
    top: 0%;
    right: 16%;
}

.circle6 {
    position: absolute;
    top: 0%;
    right: 10%;
}

.circle7 {
    position: absolute;
    top: 0%;
    left: -7%;
}

.circle8 {
    position: absolute;
    top: 0%;
    right: 8%;
}

.circle9 {
    position: absolute;
    top: 0%;
    right: 15%;
    z-index: 1;
}

.big-circle {
    position: absolute;
    top: 0%;
    left: -10%;
}

.line {
    position: absolute;
    top: 0%;
    left: 0%;
}

.multi-crl {
    position: absolute;
    top: 0%;
    right: 0%;
}
/*-- -- -- -- -- -- -- -- -- -- --
	All Objects Parallax End
-- -- -- -- -- -- -- -- -- -- -- --*/


/*-- -- -- -- -- -- -- -- -- --
	Responsive Menu Icon Start 
-- -- -- -- -- -- -- -- -- -- --*/
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 40px;
    height: 35px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
         Icon 3 

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 10px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 20px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
/*-- -- -- -- -- -- -- -- -- --
	Responsive Menu Icon End
-- -- -- -- -- -- -- -- -- -- --*/

/*-- -- -- -- -- -- -- -- -- --
	Landing Style
-- -- -- -- -- -- -- -- -- -- --*/
.bw-lan-over {
    width: 100%;
    height: 100vh;
    background: radial-gradient(at center center, #702b77, #180137);
    background: radial-gradient(at 100% 50%, #702b77, #180137);
    background: radial-gradient(at 100%, #702b77, #180137);
    background: radial-gradient(at 50%, #702b77, #180137);
}

    .bw-lan-over p {
        color: #b0a7b6;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 20px;
        padding-top: 30px;
    }

.bw-landing {
    margin: 0% auto;
    max-width: 100%;
    position: relative;
}

.bw-lan-over a {
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.centertop {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: 80px;
}

    .centertop img {
        width: 50%;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

        .centertop img:hover {
            -webkit-transform: translateY(-20px);
            -moz-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            -o-transform: translateY(-20px);
            transform: translateY(-20px);
        }

    .centertop .img-responsive {
        display: inline-block;
    }

.bw-logo {
    text-align: center;
    padding-top: 45px;
}



/*  kids benfits section  start  */



.kids-container {
    display: flex;
    justify-content: center;
    width: 100%;
    border-style: solid 15px;
    border-color: #e9b117;
}
.kids-container2 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sub-title {
    color: #daaa68;
    letter-spacing: 20px;
    border: 3px solid #daaa68;
    padding: 31px;
    font-size:51px;
    font-family:'poppins', sans-serif;
    margin: 20px;
}

.photos{
    padding: 10px;
    margin: 20px;
}
.photos2{
    padding: 0px;
    margin: 0px;
    font-family: jost, sans-serif;
    text-align:right;
}

.kids-content {
    margin: 0px 0px 0px 0px;
    padding: 50px 50px 10px 50px;
    z-index: 1;
    height: auto;
    position: relative;
    text-align: center;
}
.kids-content2 {
    padding: 35px 10px 10px 10px;
    z-index: 1;
    height: auto;
    position: relative;
    text-align: center;
    width: 75%;
    margin: 0px;
    margin-top:100px;
}
.kids-content .photos {
    display: grid;
    grid-template-columns: auto auto auto auto;
    Column-gap: 15px;
    width: 100%;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

  .kids-container1 {
    position: relative;
  }
  
  .kids-container2 {
    position: relative;
  }
  .kids-container3 {
    position: relative;
  }
  .kids-container4 {
    position: relative;
  }
  

  .image1 {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .image2 {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  .image3 {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  .image4 {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  .middle1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #daaa68;
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'poppins', sans-serif;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .middle2{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #daaa68;
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'poppins', sans-serif;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .middle3{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #daaa68;
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'poppins', sans-serif;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .middle4{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #daaa68;
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'poppins', sans-serif;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .kids-container1:hover .middle1 {
    opacity: 0.8;
    height: 25%;
    text-align: center;
  }
  .kids-container2:hover .middle2 {
    opacity: 0.8;
    height: 25%;
    text-align: center;
  }
  .kids-container3:hover .middle3 {
    opacity: 0.8;
    height: 25%;
  }
  .kids-container4:hover .middle4 {
    opacity: 0.8;
    height: 25%;
  }

  .kids-content .photos2{
    display: grid;
    grid-template-columns: auto auto;
    Column-gap: 15px;
    width:  97%;
    justify-content: center;
}

.kids-img {
    width: 300px;
    height: auto;
}
.kids-img:hover{
    opacity: 0.8;
} 
.kids-view{
    width: 600px;
    height: auto;
}
.kids-benifits-headding {
    text-align: left;color: #daaa68;font-size: 38px;font-family: 'poppins', sans-serif;font-weight:bold;line-height: 1.1;width: 71%;
}
.kids-benifites-details {
    text-align: left;color: #95683e;text-align: justify;margin-top: 40px;width: 64%;font-size:17px;line-height:1.5;color: #fff;
}
.blog_post_box img{
    object-fit:cover
}
.projects-text {
    display: flex;
    flex-direction: column;
}

.benfits-title {
    color: #daaa68;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px auto 10px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.benefits-sec3-title {
    color: #daaa68;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
    margin: 60px auto 0px;
    font-weight: 700;
}
/*   kids benfits section  end   */







/*thrinadh written css start*/

.kids-team {
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: auto auto auto;
    grid-gap: 100px;
}

.wrapper {
    position: relative;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom:53px;
}

.card {
    position: relative;
    max-width: 340px;
    height: 390px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-sizing: 0 5px 202px rgba(0, 0, 0, .5);
    width: 100%;
    border: 3px solid #daaa68;
    border-radius: 15px;
}

.card-1{
   height:auto !important; 
   background-color: transparent !important;
}


.img-box-1 {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    right: 40px;
    box-sizing: 0 5px 20px rgba(0, 0, 0, .2);
    z-index: 1;
}

.img-box-1 img {
    max-width: 100%;
    width:100%;
    /*border-radius: 4px;*/
    border: 3px solid #daaa68;
    border-radius: 15px
}



.kid-content h5{
      font-size: 22px;
      line-height: 60px;
      text-align: center;
      font-family:'poppins', sans-serif;
      color: #3A2B59;
      font-weight: 500;
}

.design-bg-color:before {
        content: '';
        background-color: #d51d5d;
        width: 75%;
        position: absolute;
        left: 0;
        top: 0;
        height: 40%;
        z-index: -1;
    }


.design-contester-head h2{
    text-align: center;
    font-size: 50px;
    display: flex;
    justify-content: center;
    font-family:'poppins', sans-serif;
}






     
        .completed-heading {
            font-size: 30px;
            border: 4px solid #d0a771;
            padding: 15px 15px;
            color:#fff;
            letter-spacing: 2px;
            background-color:transparent;
            font-family: 'poppins', sans-serif;
            width:75%;
        }
        .completed-heading a{
            text-decoration: none;
            color: #fff;
        }
        .completed-heading:hover{
            background:#d0a771;
            cursor:pointer;
        }
        .break{
            display:flex;
            flex-direction: column;
            width:50%;
            margin-bottom:30px;
        }
        .sub-break{
            margin: 40px 0px 15px 150px;
        }
        .record{
            margin:0px 140px;
            border:30px solid #d3aa6c;
            height:1150px;
        }
        .record h2{
            font-size:70px;
            font-family: 'jost', sans-serif;
            font-weight:500;
        }
        .record-head{
            text-align: center;
            margin:60px;
            /* color:#fff; */
        }
        .record-head span{
            color:#d1a869;
        }
        .dream{
            width: 66%;
            font-size: 62px;
        }
        .dream p{
            margin: 50px 0px 15px 100px;
            font-family: 'jost', sans-serif;
            line-height:106px;
            font-size:95px;
        }
        .dream span{
            color:#d1a869;
            font-weight:700;
        }
        .dream-kid{ 
            width:50%;
            position:relative;
            right:108px;
            bottom:-32px; 
            animation-name: roll;
            animation-duration: 2s;
            animation-iteration-count: infinite;
        }

        @keyframes roll{
        
            0% {transform: translateX(10px) }
            
            20% {transform: translateX(-10px) }
            
            100% {transform: translateX(10px)}
            
            0% {transform: translateY(0px)}
        }
        .break1{
            margin:0px 140px;
            display:flex;
            
        }
        .mine{
            display:flex;
            flex-direction:column ;
        }
        .record-content{
            display:flex;
        }
/*thrinadh written css end*/



/**{*/
/*    box-sizing: border-box;*/
/*}*/

/*.bg_container{*/
    /*background-color: skyblue;*/
    /*background-size: cover;*/
    /*padding: 100px 0px;*/
/*}*/

.clients{
   text-align: center;
    padding: 170px 0px;
}

.clients img{
    border:2px solid rgb(192, 137, 54);
    height:125px;
    width:218px;
}

.footer-container{
    background-image: url(../images/footer.jpg);
    background-size: cover;
    height: 366px;
    /*margin-bottom:100px;*/
}

.ft-heading{
    color: rgb(10, 10, 70);
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    padding: 58px 420px 0px 0px;
    font-family: 'jost';
    line-height: 28px;
    margin: auto;
}


.ft-adds{
    display: flex;
    justify-content: space-evenly;
    padding: 104px 24px 30px 489px;
    width: auto;
}

/*.ft-adds-ab{*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*    padding: 54px 24px 30px 489px !important;*/
/*    width: auto;*/
/*}*/


.res-button{
    display:flex;
    justify-content:end;
    padding:50px;
    
}

.res-btn{
    background-color: transparent;
    color: white;
    border: 1px solid #d3aa6c;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 16px;
    cursor: pointer;
    display:flex;
    justify-content:end;
}

.banner-cls{
    display: flex;
    justify-content: space-between;
    /*margin-bottom:100px;*/
    
}

.heading-text{
    display: flex;
    justify-content: center;
}
.heading-text-main{
    text-align:center;
}

.left-effect-1{
    margin-top:250px;
    position: relative;
    height: 483px;
    width: auto;
    -webkit-animation: stars 8s infinite;
    animation: stars 8s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-right: 20px;
}


.left-effect{
    position: relative;
    height: 483px !important;
    left: 112px;
    width: auto;
    -webkit-animation: stars 4s infinite;
    animation: stars 4s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-right: 20px;
}

.right-effect{
    position: relative;
    height: 483px !important;
    right: 112px;
    width: auto;
    -webkit-animation: stars 4s infinite;
    animation: stars 4s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-right: 20px;
}

@-webkit-keyframes stars {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(20px, 50px);
      transform: translate(20px, 50px);
    }
  }
  
  @keyframes stars {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(0, 100px);
      transform: translate(0, 100px);
    }
  }

.tp-tabs{
    display: none !important;
}

/* flying image */

.object {
    width: auto;
    -webkit-animation: shimmy 12s infinite;
    animation: shimmy 12s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-right: 9px;
  }
  .left-effect-stars {
    margin-top: 850px;
    position: relative;
    height: 483px;
    width: auto;
    -webkit-animation: stars_1 15s infinite;
    animation: stars_1 15s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-right: -137px;
}

@-webkit-keyframes stars_1 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(20px, 50px);
      transform: translate(20px, 50px);
    }
  }
  
  @keyframes stars_1 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(0, 700px);
      transform: translate(0, 700px);
    }
  }
.left-effect-airlamp {
    margin-top: 0px;
    position: relative;
    height: 200px;
    width: auto;
    -webkit-animation: stars 8s infinite;
    animation: stars 8s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-right: 180px;
}
  @-webkit-keyframes shimmy {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(20px, 50px);
      transform: translate(20px, 50px);
    }
  }
  
  @keyframes shimmy {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(0, 250px);
      transform: translate(0, 250px);
    }
  }
  
  
 .card-text{
    height: 20px;
    position: relative;
    right: 1206px;
    width: 371px;
    font-size: 30px;
    font-weight:600;
    bottom: 130px;
    color: #3A2B59;
    letter-spacing: 2px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    width: 510px;
  }
  
  
  
/* contact page start */


    .address-con{
        border-radius: 12px;
        border: 2px solid #daaa68;
        margin: 71px 145px;
        display: flex;
    }
    
    .map-container{
        width:1180px;
        padding:70px 0px;
    }
    
    
    .ind-box{
        padding:30px 40px;
        border:2px solid #daaa68;
        width:100%;
        border-radius:5px;
    }
    .usa-box{
        padding:30px 40px;
        border:2px solid #daaa68;
        width:100%;
        border-radius:5px;
        margin-top:20px;
    }
    .add-title{
        font-family:'Poppins', sans-serif;
        color:#daaa68;
        font-size:20px;
        margin-bottom:8px;
    }
    .address-con p{
        font-size:18px;
    }
    .frame-map{
        /*margin:0px 140px;*/
        width:100%;
    }

      


    .banner-logo{
        position: relative;
        margin-top: -253px !important;
    }


  

        .heading-text-1{
        display: flex;
        justify-content: center;
       margin-bottom: 25px;
       margin-top: 30px;
    }


    .bg-color-1 {
        /* background: #331c4e; */
        background-image: url(../images/kids-bg.png);
        /*height: 130vh;*/
        background-size: cover;
        padding-top: 100px;
    }
    
    .reg-color-1 {
        /* background: #331c4e; */
        background-image: url(../images/kids-bg.png);
        height: 160vh;
        background-size: cover;
        padding: 100px 0px;
    }
    
    .footer-logo{
        display: none;
    }

    .brands{
        display: none;
    }


    /* contact page end */
    
    
        /* registration info page start */
          .form-group {
            margin-bottom: 1px;
        }

        .form-group label {
            display: block;
            font-weight: bold;
        }

        .form-group input[type="text"],
        .form-group input[type="date"],
        .form-group input[type="tel"],
        .form-group input[type="number"],
        .form-group input[type="email"]{
            width: 80%;
            padding: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .form-group select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .form-group input[type="file"] {
            width: 80%;
            border-radius: 4px;
            padding: 5px;
            height: 40px;
            margin-bottom:5px;
        }

        .form-group .gender-label {
            margin-right: 18px;
            margin-left: 6px;
        }

        .form-group .radio-group {
            display: flex;
        }

        .form-group button {
            background-color: transparent;
            color: white;
            border: 1px solid #daaa68;
            padding: 10px 45px;
            border-radius: 4px;
            cursor: pointer;
        }

        .form-group button:hover {
            background-color: #45a049;
        }
        .reg{
            display:grid;
            grid-template-columns: auto auto;
        }
        .gen{
            display: flex;
        }
        .phone{
            display: grid;
            grid-template-columns: 50% 50%;
        }
        span{
            color:#daaa68;
        }
        .kidding{
            display: flex;
        }
        
        .but-send{
            display: flex;
            justify-content:center;
        }
        .term-co{
            color:rgb(43, 43, 180);
        }


        .form-wrapper-1{
             display: flex;
            justify-content: center;
            width: 1300px;
            /*margin-bottom: 150px;*/
        }  
        


    .form-wrapper{
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 160vh;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 2;
        background-color: rgba(0,0,0,0.5);
        display: none;
    }
    
    .popup-form {
        background-color: transparent;
        border: 10px solid #b99259;
        color: #fff;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1000px;
        /*max-height: 1070px;*/
        padding: 0px 30px 15px 90px;
        position: relative;
        top: 28px;
    }
    @keyframes shake{
        from{
            transform: translate3d(0,-50px,0);
        }
        to{
            transform: translate3d(0,0,0); 
        }
    }
    .popup-form label{
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
        color: #fff;
    }
    
    .popup-form .close{
        font-size: 20px;
        cursor: pointer;
    }
    .popup-form h2{
        text-align: center;
        margin-bottom: 20px;
        color:#fff;
        font-family:'Poppins', sans-serif;
        font-size:32px;
    }
    .popup-form input{
        margin-bottom: 20px;
       
        border: none;
    }
    .registrer{
        display:flex;
        justify-content: space-between;
        margin-right: 25px;
    }
    .registrer .button{
           /* width: 210px; */
        padding: 10px 20px;
        height: 50px;
        border-radius: 10px;
        margin: 60px;
        border: none;
        font-size: 18px;
        background-color: transparent;
        border: 1px solid #d3aa6c;
        color: #fff;
        font-weight: 400;
        letter-spacing: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .locate{
        display: grid;
        grid-template-columns: 50% 50%;
    }
   
   
    .info-heading{
        font-size: 28px;
        color: #daaa68;
        font-family: 'poppins, sanserif';
    }
    
    .info-side{
        font-size: 21px;
        color: #daaa68;
        font-family: 'poppins, sanserif';
        font-weight: normal;
        margin-top: 40px;
        line-height:12px;
    }

    .info-container ul li{
        font-size: 20px;
        color: white;
        font-family: 'poppins, sanserif';
        line-height: 29px;
        list-style-type: disc;
        margin-left: 42px;
    }

    .info-dis{
        font-size: 20px;
        margin-top: 20px;
        color: whitesmoke;
        font-family: "Roboto";
        line-height: 30px;
        text-align: justify;

    }

    .info-container{
        padding: 91px 100px;
        border: 6px solid #daaa68;
        width: 66%;
        margin-top: 62px;
        margin-bottom:100px;
    }
    
    .info-container-tc {
        padding: 91px 100px;
        border: 10px solid #daaa68;
        width: 65%;
        margin-top: 62px;
        margin-bottom: 100px;
    }

    .banner-info{
        background-image: url(../images/kids-bg.png);
        background-size: cover;
        min-height: 100vh;
        padding-top: 100px;
    }
    .terms{
        display:flex;
    }
    .terms label{
        margin-left:5px;
    }
    /* registration info page end */




    /* contact page start */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --white: #afafaf;
  /*--red: #e31b23;*/
  --bodyColor: #292a2b;
  --borderFormEls: hsl(0, 0%, 10%);
  --bgFormEls: hsl(0, 0%, 14%);
  --bgFormElsFocus: hsl(0, 7%, 20%);
}







button,
label {
  cursor: pointer;
}

select {
  appearance: none;
}

/* Remove native arrow on IE */
select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white);
}

textarea {
  resize: none;
}

ul {
  list-style: none;
}



/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 6rem;
}

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
  width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 1px solid #daaa68;
  color: #daaa68;
  background: transparent;
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form textarea {
  height: 170px;
}

.my-form ::placeholder {
  color: inherit;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus{
  background-color: rgba(139, 109, 67, 0.7);
  color:white;
}

/* .box1:active{
    background-color: transparent !important;
} */

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
  transform: scale(1.02);
}

.my-form *:required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
}

.my-form *:required {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg);  
}

.my-form select {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}

.my-form *:disabled {
  cursor: default;
  filter: blur(2px);
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
  display: none;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg)
    no-repeat center left / 15px 15px;
  padding-left: 20px;
}

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}

.my-form button {
  font-weight: bold;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  padding: 3px 0px;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(110%);
}


/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.my-form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"] + label::before,
.my-form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
}

.my-form input[type="checkbox"] + label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked + label::before {
  background: var(--red);
}

.my-form input[type="checkbox"]:checked + label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}



/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
  .my-form .grid {
    display: grid;
    grid-gap: 1.5rem;
  }

  /*.my-form .grid-2 {*/
  /*  grid-template-columns: 1fr 1fr;*/
  /*}*/
  
  .my-form .grid-2 {
    grid-template-columns: auto;
  }
  
  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center;
  }

  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .my-form .required-msg {
    display: block;
  }
}

@media screen and (min-width: 992px) {
 .my-form .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}  

@media screen and (min-width: 541px) {
  .my-form input[type="checkbox"] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .my-form input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
}






.contact-container{
    width: 1180px;
    border: 2px solid #daaa68;
    padding: 58px;
    margin-top: 77px;

}

.get-heading {
   
    color: #daaa68;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'pioppins',sans-serif;
    margin-bottom: 2.5rem;
    text-align: center;

}

.chk{
    line-height: 3rem;
}



/* contact page end */


   
/* footer start */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
body{
  min-height: 100vh;
  width: 100%;
  background: #EEECEB;
} */
footer{
 /* position: relative; */
  background: transparent;
  width: 100%;
  border-top: 2px solid #daaa68;
  padding-top: 20px;
  /* bottom: 0;
  left: 0; */
}
footer::before{
  content: '';
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
}
footer .content{
  display: flex;
  justify-content: space-around;
  margin: auto;
  padding: 30px 40px 40px 40px;
  /*margin-top:100px;*/
}
footer .content .top{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details{
  color: #fff;
  font-size: 30px;
}
.content .top .media-icons{
  display: flex;
}
.content .top .media-icons a{
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1){
  background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2){
  background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3){
  background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4){
  background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5){
  background: #B20000;
}
.top .media-icons a:nth-child(5):hover{
  color: red;
  background: #fff;
}
footer .content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box{
  width: calc(100% / 5 - 10px);
}
.content .link-boxes .box .link_name{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 23px;
  position: relative;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}
.content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}
.content .link-boxes .box li a:hover{
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #fff;
  color: #140B5C;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  background: #daaa68;
}
footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.bottom-details .bottom_text a{
  opacity: 1;
  color: rgb(56, 7, 102);
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  color: rgb(56, 7, 102);
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
  font-weight: 400;
}
@media (max-width: 900px) {
  footer .content .link-boxes{
    flex-wrap: wrap;
  }
  footer .content .link-boxes .input-box{
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px){
  footer{
    position: relative;
  }
  .content .top .logo-details{
    font-size: 26px;
  }
  .content .top .media-icons a{
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 3 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}
@media (max-width: 520px){
  footer::before{
    top: 145px;
  }
  footer .content .top{
    flex-direction: column;
  }
  .content .top .media-icons{
    margin-top: 16px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 100%;
  }
}

.ft-button{
    margin-top: -26px !important;
}

.footer-img{
    height: 157px;
    max-width: 100%;
    margin-right: 60px;
    margin-top: 34px;
    /* position: relative;
    left: -178px; */

   
}

.footer-left-animation{
    width: auto;
    height: 182px;
    margin: 0px 80px;
    -webkit-animation: ft-img 3s infinite;
    animation: ft-img 3s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


  
  @-webkit-keyframes shimmy {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(20px, 50px);
      transform: translate(20px, 50px);
    }
  }
  
  @keyframes ft-img {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(0, 120px);
      transform: translate(0, 120px);
    }
  }
  

  .footer-bg{
    border-radius: 53px;
    border: 1px solid #daaa68;
    padding: 20px 66px;
    width:1300px;
  }
    footer{
        border:none;
    }

  /* .ft-left-box{
    margin-left: -211px;
    position: relative;
    height: 0px;
  }

  .ft-right-box{
    margin-right: -211px;
    position: relative;
    height: 0px;
  } */





/* footer end */




.button-ref {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #daaa68; -webkit-box-shadow: 0 0 3px #daaa68; }
  50% { background-color: transparent; -webkit-box-shadow: 0 0 40px transparent; }
  100% { background-color: #daaa68; -webkit-box-shadow: 0 0 3px #daaa68; }
}

@-moz-keyframes glowing {
  0% { background-color: #daaa68; -moz-box-shadow: 0 0 3px #daaa68; }
  50% { background-color: transparent; -moz-box-shadow: 0 0 40px transparent; }
  100% { background-color: #daaa68; -moz-box-shadow: 0 0 3px #daaa68; }
}

@-o-keyframes glowing {
  0% { background-color: #daaa68; box-shadow: 0 0 3px #daaa68; }
  50% { background-color: transparent; box-shadow: 0 0 40px transparent; }
  100% { background-color: #daaa68; box-shadow: 0 0 3px #daaa68; }
}

@keyframes glowing {
  0% { background-color: #daaa68; box-shadow: 0 0 3px #daaa68; }
  50% { background-color: transparent; box-shadow: 0 0 40px transparent; }
  100% { background-color: #daaa68; box-shadow: 0 0 3px #daaa68; }
}


.highlight{
    /*color: #2b0a4b !important;*/
    font-weight:bold !important;
 }

/*numbers section in homepage start*/
          
.hero{
    width: 100%;
    height: 60vh;
    text-align: center;
    position: relative;
}
.title{
    width: 60%;
    display: inline-block;
    margin: 150px auto 0;
    color: #fff;
    text-align: center;
}
.title h1{
    margin-bottom: 30px;
    font-size: 52px;
    font-family: 'poppins', sans-serif;
    color: #fff;
}
.title p{
    font-size: 13px;
    line-height: 22px;
}
.hero .row {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    border: 3px solid #B98C46;
    border-radius: 40px;
    top: 60%;
    height: 40vh;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hero .row .col{
    flex-basis: 22%;
    text-align: center;
    color: #555;
}
.counter-box{
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 20px 0;
    border-radius: 5px;
    /*box-shadow: 0 0 20px -4px #66676c;*/
}
.counter-box h4{
    color: #daaa68 !important;
    font-family: 'poppins',sans-serif;
    font-weight: 600;
    margin-top: 15px;

}
.counter-box h2,.counter-box span{
    display: inline-block;
    margin: 15px 0;
    font-size: 50px;
    font-family: 'poppins',sans-serif;
    color: #fff;
}
.counter-box .fa{
    font-size: 40px;
    color: #009688;
    display: block;
}
/*numbers section in homepage end*/
 
 
 /* about page start */

 .heading-about{
  font-size: 60px;
  color: #daaa68;
  text-align: center;
  /*margin: 387px 0px;*/
  margin-top:140px;
  font-family: 'poppins', sans-serif;
  line-height: 84px;
  font-weight: bold;
 }

 .w-100{
  width: 100%;
 }

 .kids-benifits-headding-main{
  text-align: left;
  color: #daaa68;
  font-size: 55px;
  font-family: 'poppins', sans-serif;
  font-weight:bold;
  line-height: 0;
  width: 71%;
  margin-top: 45px;
 }


 .kids-benifites-details-sub{
    text-align: justify;
    margin: 30px 0px;
    width: 64%;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
 }
 
 .about-background{
    background-image: url(../images/about-bg.png);
    height: auto;
    background-size: cover;
    margin: auto;
    margin-top: 95px;
    width: 88%;
 }

 .ethics{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
 }

 .ethics-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width:100%;
 }

 .circle-img{
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #daaa68;
  background-color: #140B5C;
  margin: 12px 0px;
 }

 .ethics-heading{
    font-size: 24px;
    font-weight:600;
    color: #140B5C;
    letter-spacing:1px;
    font-family:'Poppins', sans-serif;
 }

 .ethics p{
    color: #140B5C;
    font-size: 18px;
    text-align:justify;
 }

 .sec-journey-right{
  border: 15px solid #daaa68;
  padding: 50px;
 }

 .sec-journey-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-right: 20px;
 }

 .journey-section{
    width: 88% !important;
    max-width: 100%;
    padding: 100px 0px;
 }

 .journey-heading{
    font-family: 'poppins', sans-serif;
    font-size: 23px;
    color: #daaa68;
    font-weight: 600;
    margin-bottom: 12px;
}

.journer-logo{
  height: 200px;
  width: auto;
}
 

.journer-para{
  font-family: 'poppins', sans-serif;
  font-size: 17px;
  margin-bottom: 30px;
  color: #fff;
}
 
.logo-dis{
  font-family: 'poppins', sans-serif;
  font-size: 19px;
  margin-top: 30px;
  color: #daaa68;
  text-align: center;
}

.customers-sec{
    width:88% !important;
    max-width:100%;
}

.dream-1 p{
  /*margin: 50px 0px 15px 50px;*/
    font-family: 'jost', sans-serif;
    line-height: 90px;
    font-size: 70px;
    color: white;
  
}

/*.nav>li>a:hover{*/
/*    background-color:transparent !important;*/
/*}*/

.dream-1 span{
  color:#d1a869;
  font-weight:600;
}

.customer-heading h1{
  font-family: 'poppins', sans-serif;
  font-size: 50px;
  margin-top: 30px;
  color: #daaa68;
  border: 3px solid #daaa68;
  text-align: center;
  padding: 32px;
  font-weight: bold;
}

.circle-img-2{
    height: 156px;
    width: 156px;
    border-radius: 50%;
    border: 3px solid #daaa68;
    background-color: transparent;
    margin: 12px 0px;
    text-align: center;
 }
 .custom-img{
    height:150px;
    width:150px;
    border-radius: 2px solid #daaa68;
 }



 .client-logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }

 .client-logo h1{
 color: #daaa68;
 font-weight: normal;
 text-align: center;
 margin: 15px 0px;
 font-family: 'poppins', sans-serif;
  }

  .journer-para-custom{
    font-family: 'poppins', sans-serif;
    font-size: 20px;
    margin: 10px 0px 23px 0px;
    color: #fff;
    text-align: center;
    padding: 10px 45px;
    line-height: 34px;
  }

  .media-heading{
    font-family: 'Gabarito', sans-serif;
    font-size: 35px;
    color: #daaa68;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px !important;
  }







  .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 90%;
    position: relative;
    margin: auto;
  }
  .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    width: 4050px !important;
  }
  .MultiCarousel .MultiCarousel-inner .item {
    float: left;
    width: 250px !important;
  }
  .MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    margin: 10px;
    /*background: #f1f1f1;*/
    height: 161px;
    width: 237px;
    border: 2px solid #daaa68;
  }
  .MultiCarousel .MultiCarousel-inner .item > div img{
    height: 157px;
    width: 233px;
    border: 2px solid #daaa68;
  }
  .MultiCarousel .leftLst,
  .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
  }
  /******* Bnt Full********
  .MultiCarousel .leftLst, .MultiCarousel .rightLst {
      position: absolute;
      border-radius: 50%; 
      height: 80%;
      top: 24px;
  }**/
  
  .MultiCarousel .leftLst {
    left: 0;
  }
  .MultiCarousel .rightLst {
    right: 0;
  }
  
  .MultiCarousel .leftLst.over,
  .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
  }


  /* testmonials page start */

  
.testim {
  width: 100%;
  margin-top: 290px;
  /* position: absolute;
  top: 50%; */
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;    
  -ms-transition: all .3s ease-in-out;    
  -moz-transition: all .3s ease-in-out;    
  -o-transition: all .3s ease-in-out;    
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #daaa68;
}
  

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #daaa68;
  border-color: #daaa68;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
  
.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}
  

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
  

.testim .cont div .img img {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #daaa68;
}

.testim .cont div h2 {
  color: #daaa68;
  font-size: 30px;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 23px;
  color: #eee;
  width: 80%;
  margin: auto;
  line-height:1.3;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;            
  -moz-animation: testim-show .5s ease-in-out forwards;            
  -ms-animation: testim-show .5s ease-in-out forwards;            
  -o-animation: testim-show .5s ease-in-out forwards;            
  animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
  -moz-animation: testim-content-in .4s ease-in-out forwards;    
  -ms-animation: testim-content-in .4s ease-in-out forwards;    
  -o-animation: testim-content-in .4s ease-in-out forwards;    
  animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
  -moz-animation: testim-content-in .5s ease-in-out forwards;    
  -ms-animation: testim-content-in .5s ease-in-out forwards;    
  -o-animation: testim-content-in .5s ease-in-out forwards;    
  animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;            
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;            
  -o-animation: testim-hide .5s ease-in-out forwards;            
  animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
  -moz-animation: testim-content-out .4s ease-in-out forwards;        
  -ms-animation: testim-content-out .4s ease-in-out forwards;        
  -o-animation: testim-content-out .4s ease-in-out forwards;        
  animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
  -moz-animation: testim-content-out .5s ease-in-out forwards;    
  -ms-animation: testim-content-out .5s ease-in-out forwards;    
  -o-animation: testim-content-out .5s ease-in-out forwards;    
  animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #daaa68;        
      box-shadow: 0px 0px 10px 5px #daaa68;        
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #daaa68;        
      box-shadow: 0px 0px 0px 0px #daaa68;        
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #daaa68;        
      box-shadow: 0px 0px 10px 5px #daaa68;        
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #daaa68;        
      box-shadow: 0px 0px 0px 0px #daaa68;        
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #daaa68;        
      box-shadow: 0px 0px 10px 5px #daaa68;        
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #daaa68;        
      box-shadow: 0px 0px 0px 0px #daaa68;        
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #daaa68;        
      box-shadow: 0px 0px 10px 5px #daaa68;        
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #daaa68;        
      box-shadow: 0px 0px 0px 0px #daaa68;        
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      box-shadow: 0px 0px 10px 5px #daaa68;        
  }

  100% {
      box-shadow: 0px 0px 0px 0px #daaa68;        
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      transform: translateY(0);        
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      transform: scale(1);       
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}

  /* testmonials page end */
  
  

 /*------------------ about page end ---------------*/
 
 .menu-btn{
     background-color:#daaa68;
     border-radius:4px;
 }   
 
 
 /*-----------------nav bar start-------------*/
 

/* .nav-1{*/
/*	display: flex;*/
/*	place-items: center;*/
/*	text-transform:uppercase;*/
/*}*/

.menu-btn-active {
	position: relative;
	padding: 10px 25px;
	/*box-shadow: 0 0 10px 5px rgba(252, 252, 252, 0.4);*/
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	/* font: 700 20px consolas; */
	overflow: hidden;
}

.menu-btn-active span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #daaa68, #daaa68);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.menu-btn-active span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #daaa68, #daaa68);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.menu-btn-active span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #daaa68, #daaa68);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.menu-btn-active span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #daaa68, #daaa68);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

 
   /*-----------------nav bar end-------------*/
   
   
   
   
   
   
   
   
   
   
   
   
   
   .section-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.counter-item {
  text-align: center;
  margin-bottom: 20px;
}

.counter {
  position: relative;
  width: 210px;
  height: 215px;
  border-radius: 50%;
  padding-top: 66px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(135deg, #9764b0, #411D53);
}

.counter:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.counter:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 14px;
  width: 100%;
  height: 100%;
  border: 5px solid #B98C46;
  border-top-color: #B98C46;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  opacity: 0.8;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.counter-number {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Helvetica", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: color 0.3s ease;
}

.counter:hover .counter-number {
  color: #fff;
}

.counter-label {
  font-size: 14px;
  color: #fff;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.counter:hover .counter-label {
  color: #fff;
}

/*.nav-bar-header{*/
/*    width:88% !important;*/
/*}*/

/*.navbar-light .navbar-nav .nav-link {*/
/*    text-transform: uppercase;*/
/*}*/

.counter-box span{
    position: relative;
    left: -62px;
}







/* city page start */

.citys-heading-box{
  font-family: "Poppins";
  padding: 85px 0px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0.6;
}

.top-heading-1{
  color: #daaa68;
  font-size: 40px;
  font-weight: 500;
  margin:auto;
}

.top-heading-2{
  color: #daaa68;
  font-size: 80px;
  font-weight: 500;
  font-weight: 700;
  margin:auto;
}

.top-heading-3{
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin:auto;
}




.white-heading{
  color: #ffffff;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}


.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: transparent;
  /* padding-top: 50px; */
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
} 

.testimonial4_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 38%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}
.testimonial4_slide .circle {
  /* top: 0;
  left: 0;
  right: 0;
  width: 400px;
  height: 400px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  border: 2px solid #daaa68; */
  padding-top: 86px;
  margin: auto;
  width: 400px;
  height: 400px;
  background-image: url(../images/Auditions-page-circle.png);
}

.testimonial4_slide .circle h1{
    color: #daaa68;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
}
.testimonial4_slide .circle h2{
  margin-top: 85px;
  color: #3A2B59;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 12px;
  font-weight: 600;
}

.city-title{
  color: #daaa68;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 46px;
  text-align: center;
  margin: 20px auto 43px;
  width: 40%;
  font-weight: 700;
}

.cities-container-heading{
  background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
  width: 59vw;
  height: auto;
  padding: 30px;
}

.cities-container-heading-2{
  background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
  width: 59vw;
  height: auto;
  padding: 30px;
}

.cities-container-heading h1{
    text-align: center;
    font-weight: 600;
    color: #373435;
    font-size: 25px;
}



.city-btn{
  background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
  border-radius: 4px;
  display: flex;
  width: 220px;
  height: 61px;
  padding: 10px 23px;
  margin: auto;
  margin-bottom: 35px;
}

.city-btn p{
  color: #3A2B59;
    padding: 12px 14px;
    font-size: 18px;
    font-weight: 500;
}


.cities-container-2{
  border-left: 15px solid #d6b076;
  border-right: 15px solid #d6b076;
  border-top: 15px solid #d6b076;
  height: 450px;
  margin-top: 270px;
  display: flex;
  justify-content: center;
 }

 .cities-container-2 img{
    height: 590px;
    width: auto;
    position: relative;
    top: -200px
 }


.cities-container{
 border-left: 12px solid #d6b076;
 border-right: 12px solid #d6b076;
 border-bottom: 12px solid #d6b076;
 padding: 85px 40px 50px;
 display: grid;
 grid-template-columns: auto auto auto;
}

.cities-container-heading p{
    text-align: center;
    font-weight: 500;
    color: #373435;
    font-size: 19px;
    margin: 10px 20px 0px;
}

.cities-container-heading-2 h1{
  text-align: center;
    font-weight: 700;
    color: #3A2B59;
    font-size: 36px;
    width: 74%;
    margin: 20px auto;
    line-height: 42px;
}

.cities-container-heading-2 p{
  text-align: justify;
  font-weight: 500;
  color: #373435;
  font-size: 18px;
  margin: 20px 50px;
  line-height: 32px;
  margin-bottom:35px;
}


.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.kids-banner-img{
    width:100%;
    height:auto;
    margin-top:100px;
}
/* ------testimonial  close-------*/
.nav-bar-header{
    width:90%;
    margin:auto;
}


.auditions-title {
    font-weight: bold;
    font-size: 35px !important;
    border-bottom: 3px solid #daaa68;
    padding-bottom: 4px;
    width: fit-content;
    margin: 0px auto 25px auto;
    color: #daaa68 !important;
}

.auditions-process-title {
    color: #daaa68;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin: -8px auto;
    line-height: 43px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.cities-container-heading-2 .audi-side-heading{
    font-weight: 500;
    color: #3A2B59;
    font-size: 26px;
    margin: 20px 0 0 50px;
    text-align:left;
} 


.cities-container-heading-2 .audi-side-para{
    text-align: justify;
    font-weight: 500;
    color: #373435;
    font-size: 18px;
    line-height: 32px;
    margin: 5px 50px;
} 

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 3));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 3));
  }
}
.slider {
  background: transparent;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1300px;
  margin-top:100px;
}
  
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 6);
}
/*.slider .slide {*/
/*  height: 500px; */
/*  width: auto;*/
/*}*/

.slider img{
    height:600px;
    width:auto;
    margin-right:40px;
    border: 10px solid #daaa68;
}


    
/* city page end */
  
  
  
  /*header drop down start*/
    /*.dropdown-head {*/
    /*    position: relative;*/
    /*    display: inline-block;*/
    /*}*/
    
    /*.dropdown-head ul {*/
    /*    display: flex;*/
    /*    flex-direction:column;*/
    /*    justify-content: center;*/
    /*    position: absolute; */
    /*    text-transform: uppercase;*/
    /*    font-weight: 600;*/
    /*    font-size: 14px;*/
    /*    border-top: 1px solid rgba(255, 255, 255, 0.2);*/
    /*    width: 210px;*/
    /*    background-color: #411d52;*/
    /*    transform: translateY(-10%); */
    /*    opacity: 0;*/
    /*    transition: transform 0.5s ease, opacity 0.5s ease; */
    /*}*/
    
    /*.dropdown-head:hover ul {*/
    /*    transform: translateY(0);*/
    /*    opacity: 1;*/
    /*}*/
    
    /*.dropdown-head li {*/
    /*    padding: 7px;*/
    /*    color: #daaa68;*/
    /*}*/
    
    /*.dropdown-head li a {*/
    /*    display: block;*/
    /*    background-color: transparent !important;*/
    /*    position: relative;*/
    /*    z-index: 100;*/
    /*    border: 1px solid #daaa68;*/
    /*    color: white;*/
    /*    border-top: 1px solid #daaa68 !important;*/
    /*    width: 186px;*/
    /*    margin: auto;*/
    /*    text-align: center;*/
    /*    font-size: 12px;*/
    /*    line-height: 1.5;*/
    /*    padding: 7px 0px;*/
    /*}*/
    
    /*.dropdown-head li a:hover {*/
    /*    color: #fff;*/
    /*    background: #724985 !important;*/
    /*}*/
    
   
    
    /*header drop down end*/

/*.nav>li>a:hover, .nav>li>a:focus {*/
/*    text-decoration: none;*/
/*     background-color: transparent !important; */
/*}*/
    
    
    
/*opportunities section start*/
.circle-box-container{
    position: relative;
    bottom: 150px;
    margin-left: 150px;
    height: 1550px;
}
.opposite-col-down-2{
    position:relative;
    top:300px;
}

.opposite-col-down-3{
    position:relative;
    bottom:120px;
}

.opposite-col-down-4{
    position: relative;
    bottom: 330px;
    right: 138px
}

.opp-circle-box-1{
  height:300px;  
  width:300px;
  border-radius:50%;
  border:3px solid #daaa68;
  position: relative;
  top: 160px;
  right: 137px;
  overflow:hidden;
}

.opp-circle-box-1 img{
  height:100%;
  width:100%;
  border-radius:50%;
  filter:grayscale(100%);
  transition: 0.5s ease;
  cursor:pointer;
}
.opp-circle-box-1 img:hover{
  transform: scale(1.3);
  filter:grayscale(0%);
}

.circle-bottom-box-1{
    height:300px;
    width:400px;
    border:8px solid #daaa68;
    padding: 0px 20px;
}
 
.circle-bottom-box-1 h2{
    font-size: 20px;
    margin: 30px 0px 11px 156px;
    line-height: normal;
    color: #daaa68;
    font-weight: 550;
}

.circle-bottom-box-1 p{
    margin-left: 134px;
    text-align: justify;
    font-size: 16px;
}

.circle-bottom-box-1 p1{
    margin-left: 0px;
    text-align: justify;
    font-size: 16px;
}

.opp-circle-box-2{
    height: 300px;
    width: 300px;
    border-radius: 50%;
    border: 3px solid #daaa68;
    position: relative;
    top: 93px;
    right: -25px;
    overflow:hidden;
}

.opp-circle-box-2 img{
    height:100%;
    width:100%;
    border-radius: 50%;
    transition: 0.5s ease;
    filter: grayscale(100%);
    cursor: pointer;
}

.opp-circle-box-2 img:hover{
    transform: scale(1.3);
    filter: grayscale(0%);
}

.circle-bottom-box-2{
    height:auto;
    width:350px;
    border:8px solid #daaa68;
    padding: 0px 20px;
}

.circle-bottom-box-2 h2{
    font-size: 20px;
    margin: 104px auto 10px;
    line-height: normal;
    color: #daaa68;
    font-weight: 550;
    text-align: center;
}

.circle-bottom-box-2 p{
    text-align: justify;
    font-size: 16px;
}

.opp-circle-box-3{
  height:300px;  
  width:300px;
  border-radius:50%;
  border: 3px solid #daaa68;
  position: relative;
  top: 150px;
  left: 127px;
  z-index: 2;
  overflow:hidden;
}

.opp-circle-box-3 img{
  height:100%;  
  width:100%;
  border-radius:50%;
  transition: 0.5s ease;
  filter:grayscale(100%);
  cursor:pointer;
}

.opp-circle-box-3 img:hover{
  transform: scale(1.3);
  filter: grayscale(0%);
}

.circle-bottom-box-3{
    height:300px;
    width:400px;
    border:8px solid #daaa68;
    position: relative;
    right: 113px;
    padding: 0px 20px;
}

.circle-bottom-box-3 h2{
    font-size: 20px;
    margin: 30px 156px 11px 0px;
    line-height: normal;
    color: #daaa68;
    font-weight: 550;
}

.circle-bottom-box-3 p{
    margin-right: 134px;
    text-align: justify;
    font-size: 16px;
}

.circle-bottom-box-3 p1{
    margin-left: 0px;
    text-align: justify;
    font-size: 16px;
}

.opp-circle-box-4{
  height:300px;  
  width:300px;
  border-radius:50%;
  border: 3px solid #daaa68;
  position: relative;
  top: 155px;
  left: 815px;
  overflow:hidden;
}

.opp-circle-box-4 img{
  height:100%;  
  width:100%;
  border-radius:50%;
  cursor: pointer;
  transition: 0.5s ease;
  filter: grayscale(100%);
}

.opp-circle-box-4 img:hover{
  transform: scale(1.3);        
  filter: grayscale(0%);
}

.circle-bottom-box-4{
    height: 300px;
    width: 88%;
    border: 8px solid #daaa68;
    margin-bottom: 100px;
    margin-left: 26px;
    padding:0px 20px;
}

.circle-bottom-box-4 h2{
    font-size: 20px;
    margin: 30px 0px 11px;
    line-height: normal;
    color: #daaa68;
    font-weight: 550;
}

.circle-bottom-box-4 p{
    font-size: 17px;
    margin-right: 124px
}

.circle-bottom-box-4 p1{
    font-size: 17px;
    margin-right: 20px
} 

/*opportunities section end*/
  
  
  
  
 /*partners section start*/
  
  .parners-box{
    border:5px solid #daaa68;
    height:300px;
    margin-top:50px;
    padding:20px;
  }
  
  .parners-box .circles-wrapper{
    height:400px;
    width: 400px;
    background-image:url("../images/school.png");
    /*border:5px solid #daaa68;*/
    position:relative;
    border-radius:50%;
    bottom:72px;
  }
  
  
  .parners-box-2{
    border:5px solid #daaa68;
    height:300px;
    margin-top:50px;
    padding:20px;
  }
  
  .parners-box-2 .circles-wrapper{
    height:400px;
    width: 400px;
    background-image:url("../images/hospital.png");
    /*border:5px solid #daaa68;*/
    position:relative;
    border-radius:50%;
    bottom:72px;
  }
  
  
  
  
  
  .parners-box h2, .parners-box-2 h2{
    font-size: 24px;
    margin: 20px 0px 13px 80px;
    line-height: normal;
    color: #daaa68;
    text-transform: uppercase;
  }
  
  .parners-box p, .parners-box-2 p{
    font-size: 18px;
    margin: 0px 0px 0px 80px;
    line-height: 1.4;
    color: #fff;
    text-align: justify;
  }
  
  
  
  .parners-box-1 .circles-wrapper{
    height:400px;
    width: 400px;
    background-image:url("../images/college.png");
    /*border:5px solid #daaa68;*/
    position:relative;
    border-radius:50%;
    bottom:72px;
    right: 72px
  }
  
  
    
  .parners-box-1{
    border:5px solid #daaa68;
    height:300px;
    margin-top:50px;
    padding:20px;
  }
  
  
  
  .parners-box-3 .circles-wrapper{
    height:400px;
    width: 400px;
    background-image:url("../images/media.png");
    /*border:5px solid #daaa68;*/
    position:relative;
    border-radius:50%;
    bottom:72px;
    right: 72px
  }
  
  .parners-box-3{
    border:5px solid #daaa68;
    height:300px;
    margin-top:50px;
    padding:20px;
  }
  
  
  
  
  .parners-box-1 h2, .parners-box-3 h2{
    font-size: 24px;
    margin: 20px 80px 13px 0px;
    line-height: normal;
    color: #daaa68;
    text-transform: uppercase;
  }
  
  .parners-box-1 p, .parners-box-3 p{
    font-size: 18px;
    margin: 0px 80px 0px 0px;
    line-height: 1.4;
    color: #fff;
    text-align: justify;
  }
  
  .parners-box-1 img{
    height:400px;
    width: 400px;
    border:5px solid #daaa68;
    position:relative;
    border-radius:50%;
    bottom:72px;
    right: 73px;
  }
  
 .circle-lg::before {
  content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #daaa68;
    top: -12px;
    border-radius: 50%;
    box-shadow: 0 0 10px 6px #3A2B59;;
}

.circle-lg {
    width: 400px;
    height: 400px;
    animation: rotateCircles 30.1s linear infinite;
    border: 4px solid #daaa68;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

/*.circles-wrapper {*/
/*  width: 420px;*/
/*  height: 420px;*/
/*}*/


@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}

  
 /*partners section start*/



/*school and common kids start*/
.kids-sec3-title{
    color: #daaa68;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 46px;
    text-align: center;
    margin: 50px auto 0px;
    font-weight: 700;
}

/*school and common kids end*/


/*models page start*/

.models-page-card{
    background-color: #daaa68;
    padding: 20px;
    margin: 8px;
    margin-bottom: 20px
}

.models-page-card img{
    height:250px;
    width:200px;
}

.models-page-card h2{
    font-size: 19px;
    color: white;
    text-align: center;
    line-height: normal;
    margin: 22px 0px 6px;
}

.meal-photo{
    width: 100%;
    margin: 0;
    overflow: hidden;
    /*background-color: #000;*/
    border:2px solid #3A2B59;
}

.meal-photo img {
  /*opacity: 0.7;*/
  width: 100%;
  /*height: auto;*/
  object-fit: cover;
  transform: scale(1.20);
  transition: transform 0.5s, opacity 0.5s;
}

.meal-photo img:hover {
  opacity: 1;
  transform: scale(1.06);
}


/*models page end*/





/*media coverage page start*/

.mbl-card{
    display:none;
}

.radio-img{
    height: 300px;
    width:300px;
}

.news-heading-container{
    width:100%;
    background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
    padding:8px 0px;
}

.news-heading-container h2{
    color: #3A2B59;
    text-align:center;
    font-size:30px;
    text-transform: uppercase;
    font-weight:bold;
}




.news-paper-imgs{
	width: 100%;

}

.imgs-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #ffeead;
}

.imgs-container > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border: 2px solid #daaa68;
}
 
/* Grid */
.imgs-container {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(173px, 1fr));
    grid-auto-rows: 184px;
    grid-auto-flow: dense;
}

.horizontal {
	grid-column: span 2;
}

.vertical {
	grid-row: span 2;
}

.big {
	grid-column: span 2;
	grid-row: span 2;
}



@media screen and (min-width: 1024px){
	.news-paper-imgs{
		width: 100%;
        margin: 0 auto;
        border-right: 15px solid #daaa68;
        border-left: 15px solid #daaa68;
        border-bottom: 15px solid #daaa68;
        padding: 40px;
	}
}




@-webkit-keyframes jungle-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes jungle-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.jungle-slider {
  background: transparent;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.jungle-slider::before, .jungle-slider::after {
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.jungle-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.jungle-slider::before {
  left: 0;
  top: 0;
}
.jungle-slider .slide-track {
  -webkit-animation: jungle-scroll 40s linear infinite;
         animation: jungle-scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.jungle-slider .slide {
  height: 100px;
  width: 250px;
}

.joungle-prev-icon{
    position: relative;
    top: 140px;
    color: #daaa68 !important;
}

 
.textmoial-box{
    border:2px solid #daaa68;
    /*height:200px;*/
    width:100%;
    
}   






.modal {
  background-color: rgba(0,0,0,0.4);
}
.modal-header {
  border-bottom: 1px solid #505050;
  padding: 12px 16px 6px 16px;
  display: flow;
}
  .modal-title {
    color: #3A2B59;
    font-weight: 500;
    margin: 0;
  }
  .close {
    font-size: 32px;
    opacity: 1.0;
    color: #3A2B59;
    text-shadow: none;
    outline: none;
  }

.modal-content {  
  border-radius:0;
  border: 0;
  background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
  margin-top: 141px
}
.img-responsive { width: 100%; }
button.btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  width: 100%;
  background-color: transparent;
  color: rgba(245, 245, 245, 0.8);
  &:hover, &:active, &:visited, &:focus {
    color: rgba(255, 255, 255, 1.0);
  }
  .glyphicon {
    padding: 0;
    margin: 0;
    color: inherit;
    background-color: inherit;
    font-size: 64px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.btn-play {
    .glyphicon {
      font-size: 56px;
    }
  } 
}
@media (min-width: 768px) and (max-width: 991px) {
  button.btn-play {
    .glyphicon {
      font-size: 46px;
    }
  } 
}
@media (max-width: 767px) {
  a.video {
    display: block;
  }
   button.btn-play {
    .glyphicon {
      font-size: 56px;
    }
  }  
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
}

/*media coverage page end*/
 
 
 
 /*kids classess section start*/
 
 .batch-cards img{
     height:196px;
     width:100%;
 }
 
 .modeling-container {
    /* Flex */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap:wrap;
    width:100%;
}

.container__card {
    background-color: var(--color2);
    width: 400px;
    /*height: 520px;*/
    text-align: center;
    transition: transform 0.3s;

    /* Flex */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__card{
    margin:0 30px;
    border: 2px solid #daaa68;
    border-radius: 18px;
    margin-bottom: 25px
}

.container__card:hover {
    transform: translateY(-15px);
}

.container__cardSvgs {
    width: 100%;
    height: 212px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container__cardSvg1 {
    /* Position */
    position: absolute;
    left: 41px;
    bottom: 38px;
}

.container__cardSvg2 {
    /* Position */
    position: absolute;
    right: 36px;
    top: 40px;
}

.container__cardSvg3 {
    position: absolute;
}







 
.metal-cards{
    border: 2px solid #daaa68;
    height: 150px;
    width: 100%;
    margin: 32px 47px 15px;
    border-radius: 15px;
}

.metal-cards img{
    height: 148px;
    width: auto;
    margin: auto auto;
}
 
 .metal-text{
    color: #daaa68;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 20px;
 }
 
 .metal-content{
     color:#fff;
     font-size:16px;
     border-bottom:2px dotted #daaa68;
     padding-bottom:10px;
 }
 
 .metal-price{
    color: #fff;
    font-size: 25px;
    border-bottom: 2px dotted #daaa68;
    padding-top: 10px;
    font-weight: bold;
 }
 
 .cart-btn{
    background-color: #daaa68;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    bottom: -12px;
    padding: 6px 16px;
    color: #3A2B59;
    font-size: 15px;
    text-align: center;
    margin-top: 6px;
    border: none;
 }
 
 .batch-cards{
     height:200px;
     width:100%;
     margin:0px 5px;
     border:2px solid #daaa68;
 }
 
 
 .batch-cards-text{
    color: #daaa68;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 46px;
    text-align: center;
    margin: 20px auto 16px;
    font-weight: 700;
 }
 
 .carrousel-left-arrow{
    position: relative;
    bottom: 190px;
    right: 64px;
    background-color:#daaa68;
    opacity:1;
    height:30px;
 }
 
 .carrousel-right-arrow{
    position: relative;
    bottom: 190px;
    left: 64px;
    background-color:#daaa68;
    opacity:1;
    height:30px;
 }
  /*kids classess section end*/
 
 
 
 
 
 /*=========Book page Start==========*/
 /* Book */
.book {
    position: relative;
    width: 500px;
    height: 700px;
    transition: transform 0.5s;
}

.paper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    perspective: 1500px;

}

.front,
.back {
    /*background-color: white;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s;
}

.front {
    z-index: 1;
    backface-visibility: hidden;
    /*border-left: 3px solid powderblue;*/
}

.back {
    z-index: 0;
}

.front-content,
.back-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-content {
    transform: rotateY(180deg)
}

/* Paper flip effect */
.flipped .front,
.flipped .back {
    transform: rotateY(-180deg);
}

/* Controller Buttons */
.page-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin: 10px;
    transition: transform 0.5s;
}

.page-btn:focus {
    outline: none;
}

.page-btn:hover .i-cls {
    color: #daaa68;
}

.i-cls {
    font-size: 50px;
    color: #daaa68bf;
}

/* Paper stack order */
#p1 {
    z-index: 6;
}

#p2 {
    z-index: 5;
}

#p3 {
    z-index: 4;
}
#p4 {
    z-index: 3;
}

#p5 {
    z-index: 2;
}

#p6 {
    z-index: 1;
}


.book-container{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

 
  /*=========Book page End==========*/
 
 
 .nav-active{
    color:#daaa68 !important;
    font-weight: bold;
 }
 
  
 
 .enroll-container{
    background-image: linear-gradient(to left, #d6b076, #eedec4, #d6b076);
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top:80px;
 }
  
 .enroll-container h2{
     font-size:20px;
     text-align: center;
     color: #3A2B59;
     line-height: normal;
     margin-bottom: 10px;
 }
 
 .enroll-container h2 a{
    font-size: 25px;
    text-align: center;
    color: #3A2B59;
    text-transform: none;
    font-weight: 700;
    line-height: normal;
    margin: auto;
 }
 
 .stage-handling{
     background-image:url("../images/stage-handling.png") !important;
 }
 
 .kids-handling{
     background-image:url("../images/kids-handling.png") !important;
 }
 
 .team-handling{
     background-image:url("../images/team-handling.png") !important;
 }
 
 .media-handling{
     background-image:url("../images/media-handling.png") !important;
 }
 
  .presents-title{
  background-image: url("../images/presents-title.jpg") !important;
 }

 .powered-by{
  background-image: url("../images/pwered-by.jpg") !important;
 }

 .in-assications{
  background-image: url("../images/ce-logo-1.jpg") !important;
 }

 .co-sponsors{
  background-image: url("../images/co-sponsors.jpg") !important;
 }



 .cards-text{
  padding: 0px 15px;
 }
 
 
 


