@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold.woff2') format('woff2'),
    url('../fonts/oswald-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light.woff2') format('woff2'),
    url('../fonts/oswald-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'avant_garde_cebook';
    src: url('../fonts/itc_avant_garde_ce_gothic_book.woff2') format('woff2'),
    url('../fonts/itc_avant_garde_ce_gothic_book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avant_garde_cedemi';
    src: url('../fonts/itc_avant_garde_ce_gothic_demi.woff2') format('woff2'),
    url('../fonts/itc_avant_garde_ce_gothic_demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    padding: 0;
    margin-top: 0;
}

body {

    margin: 0;
    padding: 0px;
    color: #666666;
    font-family: 'avant_garde_cebook';
}

img {
    display: block;
    max-width: 100%;
}

html {
    font-size: 16px;
}

.top-50 {
    padding-top: 50px;
}

section {
    clear: both;
}
button.close{    color: #fff;
    opacity: 1;
}}
.bgGray {
    background: #efefef;
    padding: 70px 0;
    width: 100%;
    float: left;
}

h2 {
    font-family: 'avant_garde_cedemi';
    font-size: 50px;
    color: #cb96c6;
    margin: 0px 0 30px 0;
    padding: 0px;
}

h3 {
    font-size: 36px;
    color: #666666;
    margin: 0px 0 30px 0;
    padding: 0px;
    font-family: 'avant_garde_cebook';
}

.bg_team_outer h2.text-white {
    color: #fff;
    text-align: center !important;
    padding: 50px 0;
}

ul.list {
    margin: 0 auto;
    padding: 20px;
    margin-left: 140px;
    
  


}

ul.list li {
    margin: 0px;
    padding: 0px 0 20px 10px;
    font-family: 'oswaldlight';
    font-size: 25px;
    color: #332c32;
    padding-top: 10px;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 100%;
}

ul.list li:before {
    content: "";
    position: relative;
    top: 10px;
    right: 10px;
    height: 57px;
    width: 35px;
    float: left;
    background: url(../images/icon_right.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div.checklistitems {
	
	text-align: center;
	
	
	}

.btn-black {
    background: #444144;
    font-family: 'avant_garde_cebook';
    font-weight: 600;
    padding: 10px;
    min-width: 200px;
    font-size: 18px;
    color: white;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: 0px 3px 10px gray;
    box-shadow: 0px 3px 10px gray
}

.btn-black:hover {
    opacity: 0.8
}


.btn-pink {
    background: #cb96c6;
    font-family: 'avant_garde_cebook';
    font-weight: 600;
    padding: 10px;
    min-width: 200px;
    font-size: 18px;
    color: white;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: 0px 3px 10px #efefef;
    box-shadow: 0px 3px 10px #efefef
}

.btn-pink:hover {
    opacity: 0.8
}

.bg_team_outer {
    background: url(../images/bg_team_outer.png) right top;
    background-repeat: no-repeat;
}

.profile_img_box {
    min-height: 130px;
    height: auto;
    min-width: 130px;
    width: 100%;
    border: solid 3px #deb2da;
}

.profile_img_box img {
    width: 100%;
    height: auto;
}


.header {
    background: rgba(55, 55, 55, 0.48);
    padding: 18px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    right: 0;

    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}


.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 0;
    visibility: hidden;

}


.social-grp li {
    margin: 0 5px;
    display: inline-block;

}

.social-grp li a {
    width: 32px;
    height: 32px;
    display: block;
}

.social-grp li:last-child {
    margin-right: 0;
}

.social-grp li.yt a {
    background: url(../images/yt.png) no-repeat 0 0;
}

.social-grp li.fb a {
    background: url(../images/fb.png) no-repeat 0 0;
}

.social-grp li.tw a {
    background: url(../images/tw.png) no-repeat 0 0;
}


body.fixed .social-grp li.yt a {
    background: url(../images/yt-2.png) no-repeat 0 0;
}

body.fixed .social-grp li.fb a {
    background: url(../images/fb-2.png) no-repeat 0 0;
}

body.fixed .social-grp li.tw a {
    background: url(../images/tw-2.png) no-repeat 0 0;
}

body.fixed .header {
    background: #fff;
    border-bottom: solid 1px #ddd;
}

body.fixed .logo {
    opacity: 1;
    visibility: visible;

}

body.fixed .navs--main > ul > li > a {
    color: #cb96c6;
}

body.fixed .navs--main > ul > li a:hover,
body.fixed .navs--main > ul > li.is-nav-active a {
    color: #cb96c6;
    border-color: #cb96c6;
}

body.fixed .toggle--nav span {
    background: #cb96c6;
}

.hero-slider {
    position: relative;
    text-align: center;
}

.hero-slider .item {
    position: relative;
    text-align: center;
}

.hero-slider .hero-img {
    display: inline-block;
}

.hero-slider .over-txt {
    position: absolute;
    z-index: 1;
    left: calc(50% - 630px);
    top: 50%;
    max-width: 580px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.hero-slider .over-txt .main-logo {
    margin: 0 auto;
}

.hero-slider .over-txt .main-logo img {
    display: inline-block;
}

.hero-slider .over-txt h1 {
    font-size: 2.5em;
    color: #373737;
    letter-spacing: 2px;
    font-family: 'avant_garde_cebook';
    font-weight: normal;
    font-style: normal;
    margin: 20px auto;
    padding: 0 10px;
}

.hero-slider .over-txt h1 strong {
    font-size: normal;
    font-family: 'avant_garde_cebook';
}

.hero-slider .join-btn {
    color: #fff;
    background: #9c3292;
    font-size: 1.125em;
    border-color: #9c3292;
    padding: 20px 40px;
    font-family: 'avant_garde_cebook';
}

.hero-slider .slick-dots {
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.hero-slider .slick-dots li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 3px #ddd;
    cursor: pointer;
}

.hero-slider .slick-dots li button {
    background: none;
    border: none;
    text-indent: -9999999px;
}

.hero-slider .slick-dots li.slick-active {
    border-color: #9c3292;

}

.hero-slider .slick-dots li.slick-active button:hover {}


.section {
    padding: 60px 0;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading.align-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading h2 {
    font-size: 3.3125em;
    padding: 0;
    margin: 10px 0;
}

.section-heading h3 {
    font-size: 2.25em;
    padding: 0;
    margin: 0;
    color: #666666;
}

.section-heading h4 {
    font-size: 1.625em;
    padding: 0;
    margin: 0;
}

.section-heading p {
    font-size: 1.125em;
    color: #666666;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.section-heading h4 strong {
    font-size: normal;
    font-family: 'avant_garde_cedemi';
}

.section-heading.white-theme h2 {
    color: #fff;
}

.form-wrapper {
    background: #cb96c6 url(../images/bg-form.png) no-repeat right top;

    padding: 20px 30px;
    text-align: center;

}

.wfh-form h3 {
    color: #fff;
    font-size: 1.8125em;
    max-width: 370px;
    margin: 20px auto;
    line-height: 1.5;
}

.wfh-form h3 strong {
    font-size: normal;
    font-family: 'avant_garde_cedemi';
}

.wfh-form input[type="text"] {
    padding: 10px;
    margin: 0 0 20px 0;
    width: 100%;
    height: 54px;
    background: none;
    color: #fff;
    font-size: 1.125em;
    border: solid 2px #fff;
}

.wfh-form input[type="submit"],
a.btn-custom,
.btn-custom {
    padding: 15px 25px;
    margin: 0 0 20px 0;
    width: auto;
    height: 54px;
    display: inline-block;
    background: #444144;
    color: #fff;
    font-size: 1.125em;
    border: solid 2px #fff;
    text-transform: uppercase;
    font-family: 'avant_garde_cedemi';
    border: none;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}


a.btn-custom:hover,
.btn-custom:hover {
    background: #9c3292;
    color: #fff;
}

.wfh-form input[type="submit"] {
    width: 100%;
}


.aligner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aligner-item {
    max-width: 50%;
}

.aligner-item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.aligner-item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.text-wrapper {
    max-width: 504px;
}

.meet-team {
    padding: 20px 30px;
    background: #cb96c6 url(../images/bg-vvg.jpg) no-repeat right top;
}

.team ul {
    margin: 0;
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team ul li {
    margin: 0px 0px;
    margin-bottom: 40px;
    padding: 5px;
    display: block;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    color: #fff;
    text-align: center;
}

.team ul .profile-pic {
    margin: 0 auto;
    border: solid 4px #deb2da;
    margin-bottom: 10px;
    max-width: 130px;
}

.team h4 {
    font-family: 'avant_garde_cedemi';
    font-size: 1.125rem;
}

.team h4 span {
    padding: 5px 0;
    display: block;
    font-size: 0.75rem;
    font-family: 'avant_garde_cebook';
}

.team a {
    color: inherit;
}

.btn-center {
    text-align: center;
    margin: 0 auto;
}

.bg-gray-light {
    background: #efefef;
    position: relative;
    padding: 50px 0;
}

.cta {
    margin: 0 auto;
    text-align: center;

}

.cta p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.875em;
    color: #000;
}

.cta p a {
    display: inline-block;
    background: #352526;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
    padding: 5px 15px;
    font-family: 'avant_garde_cedemi';
}

.slider-imagine {
    position: relative;
    margin-top: 60px;
}

.slider-imagine .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;


}

.slider-imagine .slick-prev {
    left: -15px;
}

.slider-imagine .slick-prev:before {
    right: 0px;
    top: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 15px 7.5px 0;
    border-color: transparent #000 transparent transparent;



}

.slider-imagine .slick-next {
    right: -15px;
}

.slider-imagine .slick-next:before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 15px;
    border-color: transparent transparent transparent #000;
}

.slider-imagine img {
    margin: 0 auto;
    text-align: center;
}


.hi-iam {
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 25px;
    background: #352526;
    text-align: center;
    transform: translate3d(-350px, 0px, 0px);
    -webkit-transform: translate3d(-350px, 0px, 0px);
    -ms-transform: translate3d(-350px, 0px, 0px);
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    opacity: 0;
    visibility: hidden;
}

.hi-iam.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}

.hi-iam h4 {
    color: #cb96c6;
    font-size: 1.1em;
    font-family: 'avant_garde_cedemi';
}

.hi-iam .pro-pic {
    overflow: hidden;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 15px auto;
}
.hi-iam .detail {
    font-size: 1.1em;
    font-family: 'avant_garde_cedemi';
    color: #fff;
}

.hi-iam .detail a {
    color: #cb96c6;
    display: block;
    font-size: 0.875rem;
    font-family: 'avant_garde_cebook';
}

.footer {
    padding: 30px 0;
}

.copyright {
    color: #000;
    font-size: 0.875em;
    text-align: center;
    margin: 0 auto;
}

.testimonial-list {

    margin: 0 auto;
}

.testimonial-list .repeat-item {
    direction: ltr;
    text-align: left;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    border-bottom: solid 1px #ddd;
}

.testimonial-list .repeat-item:last-child {
    border-bottom: none;
}

.testimonial-list .repeat-item.odd {
    direction: rtl;
}

.testimonial-list .repeat-item .image-cell {
    display: table-cell;
    vertical-align: top;
    width: 250px;
    position: relative;
}

.testimonial-list .repeat-item .image-cell:before {
    position: absolute;
    content: "";
    background: url(/images/qoute-left.png) no-repeat 0 0;
    width: 81px;
    height: 67px;
    display: block;
    right: 0;
    top: 0;
    z-index: 1;
}

.testimonial-list .repeat-item.odd .image-cell:before {
    background: url(/images/qoute-right.png) no-repeat 0 0;
    right: auto;
    left: 0;
}

.testimonial-list .repeat-item .image-cell img {
    /*border-radius: 50%;*/
    border: solid 7px #cb96c6;
    width: 100%;
    max-width: 250px;
}

.testimonial-list .repeat-item .txt-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    position: relative;
}


.testimonials-txt p {
    position: relative;
    font-size: 1em;
    line-height: 1.8;
    color: #646465;
    margin-bottom: 30px;
}

.testimonial-list .repeat-item.odd .testimonials-txt p {
    direction: ltr;
}


.testimonials-txt .from {
    color: #cb96c6;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'avant_garde_cebook';
}

.testimonials-txt .from span {
    display: block;
    color: #000;
    font-size: 1.142rem;
    font-weight: 400;
    text-transform: none;
}

.testimonials-txt .from a {
    font-style: italic;
    font-size: 14px;
}

.repeat-item.odd .txt-cell {
    padding-left: 0;
    padding-right: 50px;
}

.inner-slider {
    text-align: center;
    margin: 0 a;
}

.inner-slider img {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

/*responsive*/

@media only screen and (max-width: 1025px) {
    html {
        font-size: 14px;
    }
    .social-grp {
        margin-right: 50px;
    }
    .hero-slider .over-txt {
        max-width: 400px;
        left: 0;
    }
    .hero-slider .over-txt .main-logo {
        max-width: 100px;
    }
    .hero-slider .over-txt h1 {
        font-size: 1.5em;
    }
    .form-wrapper {
        padding: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .hero-slider .over-txt {
        left: 0;
        max-width: 400px;
        -webkit-transform: none;
        transform: none;
    }
    .hero-slider .over-txt {}
    .hero-slider .over-txt .main-logo {
        max-width: 100px;
    }
    .hero-slider .over-txt h1 {
        font-size: 1.5em;
    }

}

@media screen and (max-width: 767px) {
    html {
        font-size: 13px;
    }
    .header {
        padding: 5px 0;
    }

    .hero-slider {
        padding-bottom: 50px;
    }
    .hero-slider .over-txt {
        position: static;
        margin: 0 auto;
    }
    .hero-slider .slick-dots {}
    .hero-slider .over-txt .main-logo {
        max-width: 120px;
        padding: 25px 0;
    }
    .hero-slider .over-txt h1 {
        font-size: 1.5em;
        margin: 10px auto;
    }
    .section-heading {
        margin-bottom: 10px;
    }
    .section-heading h2 {
        font-size: 2em;
    }
    .section-heading h3 {
        font-size: 1.5em;
    }
    .section-heading h4 {
        font-size: 1.2em;
    }
    .wfh-form h3 {
        font-size: 1.2em;
    }
    .section {
        padding: 10px 0;
    }
    ul.list {
        margin-bottom: 10px;
    }
    ul.list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }
    .meet-team {
        padding: 5px;
    }
    .team ul li {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bg-gray-light {
        padding: 0;
    }
    .cta {
        padding: 15px 0;
    }
    .hi-iam {
        display: block;
        margin: 10px auto;
        position: static;
    }
    .footer {
        padding: 10px 0;
    }
    .testimonial-list .repeat-item {
        display: block;
        width: auto;
    }
    .testimonial-list .repeat-item .image-cell {
        display: block;
        width: auto;
        margin: 0 auto;
        text-align: center;
        max-width: 200px;
        margin-bottom: 10px;
    }
    .testimonial-list .repeat-item .image-cell img {
        display: inline-block;
    }
    .testimonial-list .repeat-item .image-cell::before {
        content: normal;
    }
    .testimonial-list .repeat-item .txt-cell {
        display: block;
        text-align: center;
        padding: 0;
    }
}

@media only screen and (max-width:667px) {



ul.list li:before {
    content: "";
    position: relative;
    top: 10px;
    right: 10px;
    height: 100px;
    width: 35px;
    float: left;
    background: url(../images/icon_right.png);
    background-position: top left;
    background-repeat: no-repeat;
}



}


.wfh-form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff!important; 
}
.wfh-form input[type="text"]:-moz-placeholder { /* Firefox 19+ */
color: #fff!important; 
}
.wfh-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
 color: #fff!important; 
}
.wfh-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
 color: #fff!important; 
}
