/*gereral css*/
@font-face {
    font-family: AbrilFatface;
    src: url('../fonts/AbrilFatface-Regular.ttf');  
    font-display:swap;
}
@font-face {
    font-family: "Lora";
    src: url('../fonts/Lora-Regular.ttf');  
    font-display:swap;
}
@font-face {
    font-family: "MavenPro";
    src: url('../fonts/MavenPro.ttf');  
    font-display:swap;
}
body {
    display: block;
    font-family: "MavenPro";
    color: #5c5c5c;
    font-size: 16px;
}
::selection {
    background: #ff007e;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
    color: #191919;
    margin-bottom: 20px;
}
p {
    width: 100%;
    color: #5c5c5c;
    margin-bottom: 20px;
    font-size: 16px;
}
a {
    color: #191919;
    font-size: 16px;
    transition: 0.3s;
}
a:hover {
    color: #ff007e;
    text-decoration: none;
    cursor: pointer;
}
.white-font a {
    color: #ff007e;
}
.white-font a:hover {
    color: #ffffff;
}
h1, h2, h3 {
    font-family: "AbrilFatface";
   font-size: 60px;
   font-weight: 400;
   line-height: 1.2;
   margin-bottom: 40px;
}
h4 {
    font-family: "AbrilFatface";
   font-size: 24px;
   font-weight: 400;
   line-height: 1.2;
   letter-spacing: 1px;
}

/*@media (min-width: 992px){
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding: 0;
}
.col-lg-6:first-child, .col-md-6:first-child {
    max-width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
}
.col-lg-6:nth-child(2) {
    max-width: calc(50% - ( ( 4% ) * 0.5 ) );
}
}*/



/*menu css*/
li.mob-apply-btn {
    display: none !important;
}
.clear {
    clear: both;
}
.header {
    /*display: flex;*/
    width: 100%;
    float: none;
    clear: both;
    background-color: #ffffff;
    z-index: 9999;
    padding: 10px;
    /*border-bottom: 3px solid #ff007e;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.menu {
    width: 100%;
    background: #ffe8f3;
    float: none;
}
.header .logo-con {
    width: 200px;
    float: left;
}
.header-tinfo {
    float: right;
}
.stellarnav ul {
    text-align: center;
}
.header-tinfo ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.logo-con a {
    display: block;
}
.stellarnav {
    width: 100% !important;
    float: none !important;
}
.sticky-menu {
    z-index: 9999;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
}
.sticky-menu .logo-con {
    width: 145px;
}
.sticky-menu .header-tinfo ul {
    margin: 5px 0;
}
/*.stellarnav li a:hover {*/
/*    color: #ff007e;*/
/*}*/
.stellarnav > ul > li > a {
    position: relative;
}
li.has-sub li a {
    position: relative;
}
li.has-sub li a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 19px;
    width: 5px;
    height: 5px;
    transition: .5s ease-in-out;
    transform: rotate(45deg);
    background: #ff007e;
    opacity: 0;
}

li.has-sub li a:hover:before {
    opacity: 1;
}

li.has-sub li a:hover {
    padding-left: 30px;
}
@media (min-width : 960px) {
.sticky-menu {
    animation: smoothscroll-menu 0.7s forwards;
}
ul.mega-menu {
    width: 200px !important;
}
.mega-menu-col {
    width: 50%;
    float: left;
}
.mega-menu-col-border {
    border-right: 2px solid #f5f5f5;
}
.stellarnav {
    float: none !important;
}
.stellarnav ul ul {
    box-shadow: 0px 5px 6px 3px rgb(0 0 0 / 0.1);
}
.stellarnav > ul > li > a:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 3px;
    left: 0;
    right: auto;
    top: 0px;
    background: #ff007e;
    transition: .3s;
    opacity: 0;
}
.stellarnav > ul > li > a:hover:before {
    opacity: 1;
}
}

@media (max-width : 960px) {
.menu .container {
    padding: 0;
}
.stellarnav.mobile {
    background: #ffe8f3;   
}
li.has-sub li a {
    padding-left: 30px;
}
li.has-sub li a:before {
    opacity: 1;
}
.stellarnav.mobile {
    display: table;
}
li.mob-apply-btn {
    display: block !important;
    margin-top: 20px;
}
li.mob-apply-btn a {
    background: #ff007e;
    color: #ffffff !important;
}
span.icon-close {
    display: none !important;
}
.stellarnav.mobile a.call-btn-mobile {
    border-right: 1px solid #ffe8f3;
    font-size: 20px;
    vertical-align: middle;
}
}

@keyframes smoothscroll-menu {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.stellarnav.mobile.left.active ul {
    transform: translateX(0%);
}
.stellarnav.mobile.left > ul {
    left: 0;
    transition: transform .3s ease-in-out;
    transform: translateX(-100%);
}
.header-tinfo ul li {
    display: inline-block;
}
.header-tinfo ul li i {
    font-size: 22px;
    margin-right: 12px;
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    z-index: 0;
    text-align: center;
    padding: 9px;
    float: left;
    margin-top: 5px;
}
.header-tinfo ul li i:after {
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    transform: rotate(45deg);
    background: #ff007e;
    left: -2px;
    top: -2px;
    z-index: -1;
    transition: .3s;
    border: 4px double #fff;
}
.header-tinfo ul li:hover i:after {
    transform: rotate(90deg);
}
.header-tinfo ul a {
    font-family: "AbrilFatface";
    color: #191919;
    letter-spacing: 1px;
}
.header-tinfo ul a span {
    font-family: "MavenPro";
    color: #5c5c5c;
    letter-spacing: 0px;
    transition: .3s;
}
.header-tinfo ul li:hover span {
    color: #ff007e;
}
.header-tinfo ul li.header-apply-btn {
    margin-right: 20px;
    width: 240px;
    border-right: 1px solid #ffe8f3;
}



/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 0 0 5px #a0a0a0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff007e; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #292929; 
}
/*scrollbar*/


.row {
    margin: 0 auto;
}
.blank-col {
    margin-bottom: 0;
}
img {
    width: 100%;
}
.uppercase-font {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}
.white-font h1, .white-font h2, .white-font h3, .white-font h4, .white-font h5, .white-font h6, .white-font p, .white-font li {
    color: #ffffff;
}
.pink-font {
    color: #ff007e;
}
.section-padding {
    padding: 6% 30px 5%;
}
.title-margin {
    margin-bottom: 50px;
}
.light-pink-bg {
    background-color: #ffe8f3;
}
.col-align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.col-align-center .button-con {
    margin-top: 40px;
}
.button-con {
    margin-top: 60px;
}
.button-con a {
    position: relative;
    display: inline;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Lora";
    letter-spacing: 1px;
    padding: 13px 30px;
    color: #191919;
    /*border: 3px solid #ff007e;*/
    border: 3px solid #0000000f;
    z-index: 9;
    transition: .3s;
    overflow: hidden;
}
.white-button {
    width: 100%;
}
.white-button a {
    border-color: #ffffff1c;
    color: #fff;
}
.button-con a:hover {
    color: #fff;
    border-color: transparent;
}
.button-con a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 26px;
    width: 5px;
    height: 5px;
    transition: .5s ease-in-out;
    transform: rotate(45deg);
    background: #ff007e;
}
.button-con a:hover:after {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    transform: revert;
    z-index: -1;
}
.head-full-stop, .small-head-full-stop {
    position: relative;
}
.head-full-stop:after {
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #ff007e;
    position: absolute;
    bottom: 14px;
    margin-left: 5px;
}
.small-head-full-stop:after {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    background: #ff007e;
    position: absolute;
    bottom: 7px;
    margin-left: 3px;
} 
.upload-image-con {
    background: #ffe8f3;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
}

.upload-image-con a {
    display: block;
    background: #ff007e;
    width: max-content;
    margin: 10px auto 0;
    color: #ffffff !important;
    padding: 3px 20px;
    font-weight: 500;
}
.upload-image-con a:hover {
    background: #191919;
}
/*.button-con a:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 8px;
    height: 8px;
    transition: .3s;
    z-index: 0;
    top: 18px;
    transform: rotate(45deg);
    background: #ff007e;
    animation: button-shape 3s infinite;
}*/
/*@keyframes button-shape {
    0%.100% {transform: rotate(45deg) scale(1);}
    50% {transform: scale(1.1);}
} */

.pagetitle-bar {
    background: #ffe8f3;
    padding: 40px 30px;
}

.pagetitle-bar h1 {
    margin-bottom: 0 !important;
    font-size: 40px;
}
ul.list-items {
    list-style: none;
}

ul.list-items li {
    position: relative;
    margin-bottom: 10px;
}

ul.list-items li:before {
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #ff007e;
    position: absolute;
    left: -25px;
    top: 10px;
}
.ul-three-col {
    column-count: 3; 
    -webkit-column-count: 3;
    -moz-columns: 3;
}
blockquote {
    font-size: 18px;
    font-style: italic;
    color: #191919;
    border-left: 3px solid #ff007e;
    padding: 20px;
    background-color: #ffffff;
    margin: 20px 40px;
}
ul.list-items li b {
    font-weight: 600;
    color: #191919;
}
/*gereral css*/



section.home-slider {
    background-image: url(../img/new-idol-slider-1.webp);
    background-position: center top;
    padding: 80px 30px 0;
}
.slider-content {
    margin-bottom: -250px;
}
.home-slider h4 {
    background-color: #ff007e;
    padding: 10px;
    font-size: 18px;
}
.home-slider p {
    font-size: 22px;
    text-shadow: 0px 0px 20px #ffffff;
}
.contact-form {
    background: #fff;
    padding: 40px 40px;
    margin-bottom: -100px;
    margin-top: 50px;
    /*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.1);*/
    box-shadow: 0px 0px 0px 6px #ff007e;
}
.form-input label {
    position: absolute;
    top: -10px;
    z-index: 9;
    left: 15px;
    background: #ffffff;
    padding: 2px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-family: "MavenPro";
    line-height: 18px;
    margin-bottom: 0;
}
/*.form-input label {
    position: absolute;
    top: -10px;
    z-index: 9;
    left: 15px;
    background: #ffe8f3;
    padding: 2px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #191919;
    font-family: "AbrilFatface";
    font-weight: normal;
    line-height: 18px;
}*/
.form-input {
    position: relative;
    margin-bottom: 25px;
    /*margin-bottom: 10px;*/
}
.form-input input, .form-input textarea {
    width: 100%;
    height: 55px;
    background: #ffffff30;
    margin-bottom: 0;
    padding: 15px 20px;
    font-family: "Lora";
    letter-spacing: 0.5px;
    transition: .3s;
    color: #191919;
    font-size: 15px;
    border: 1px solid #ffe8f3;
    /* border: 1px solid #ff007e; */
    box-shadow: 3px 0px 0px 0px #ff208e inset;
    outline: none;
    z-index: 0;
}
.form-input input#myfile {
    height: 70px;
    padding: 24px 20px 15px;
}
.label {
    background: #ffffff;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-family: "MavenPro";
    line-height: 18px;
    margin-bottom: 0;
    transform: translate(10px, -35px);
    width: max-content;
    padding: 0px 10px;
    transition: .3s;
    z-index: -1 !important;
}
.form-input textarea {
    height: 150px;
}
.input:not([disabled]):focus~.label, .input:not([disabled]):valid~.label {
    -webkit-transform: translate(15px, -63px);
    transform: translate(15px, -63px);
    font-size: 13px;
}
.form-input input:focus, .form-input textarea:focus {
    /*border: 1px solid #ffe8f3;*/
    border: 1px solid #ff007e;
    box-shadow: none;
}
.form-input ::placeholder {
    color: #191919;
}
.form-input input.submit {
    width: 130px;
    background: #0b0108;
    color: #ff007e;
    border: 3px solid #0000000f;
    height: auto;
    box-shadow: none;
    padding: 10px 15px !important;
}
.form-input input.submit:hover {
    background: #ff007e;
    color: #ffffff;
    cursor: pointer;
}
/*.contact-form input.submit:focus {*/
/*    padding: 10px 15px;*/
/*}*/
.steps-con h3 {
    position: relative;
    width: 120px;
    margin: 80px auto;
    color: #fff;
    font-size: 100px;
    line-height: 1;
    z-index: 0;
    text-align: center;
}
/*.steps-con h3:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    left: -5px;
    top: -15px;
    border: 1px solid #ff007e;
    z-index: -1;
    animation: squar-shape 3s infinite;
}*/
/*@keyframes squar-shape {
    0%.100% {transform: rotate(45deg) scale(1);}
    50% {transform: scale(1.1);}
} */    
.steps-con h3:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    left: 0;
    top: -10px;
    transform: rotate(45deg);
    background-color: #ff007e;
    z-index: -1;
    transition: .3s;
}
.steps-con .col-md-4:hover h3::before {
    transform: rotate(90deg);
}
.goal-col {
    padding: 8%;
    font-size: 20px;
    background: #fff;
}
.goal-section {
    position: relative;
}

.goal-section:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #191919;
    left: 0;
    top: 0%;
    height: 80%;
}

.track-section {background-image: url(../img/bg-img1.jpg);background-size: cover;background-position: center top;position: relative;z-index: 0;padding: 15% 30px;background-attachment: fixed;}

.track-section:after {content: "";position: absolute;width: 100%;height: 100%;background: #000000a6;top: 0;left: 0;z-index: -1;}

.track-section .track-col {
    border: 8px solid #ff007e;
    padding: 30px;
    text-align: center;
}

.mid-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 6% 0;
}
/*.gray-bg {
    background: #f2f2f2;
}*/
.dark-background {
    background: #191919;    
}


.model-name-tag {
    width: calc(100% - 40px);
    background-color: #fff;
    z-index: 9;
    margin: -70px 20px 75px;
    padding: 20px 30px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -45px;
    position: relative;
}

.model-cate {
    z-index: 0;
    overflow: hidden;
}

.model-name-tag h4 {
    margin-bottom: 0;
}

.model-cate:hover .model-name-tag {
    bottom: 0;
}

.model-cate:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
}

.model-cate img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.career-section h3 {
    font-size: 9vh;
}
.feefo-slider-img {
    width: 60%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 30px 0 #0000003d;
    margin-top: 40px;
}
.feefo-slider-img img{
	width: 100%;
}


/*testimonials css*/
 .site-logo {
     width: 218.33px !important;
     margin-right: 50px;
}

/* common css up */

.testimonial p {
     font-size: 28px;
     letter-spacing: 0.02em;
     line-height: 35px;
}
.testimonial .name h4 {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
}
 .testimonial .designation {
     font-size: 14px;
     letter-spacing: 0.04em;
     text-align: left;
     /*color: #fff;*/
     opacity: 0.65;
}
.testimonial-con .quote {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10% 13%;
    /*padding-right: 100px;*/
}
.swiper-container.testimonial {
    height: 60vh;
}
.testimonial-con .user-saying {
    /*background: #ffffff;*/
    width: 40%;
    /*color: #fff;*/
    height: 100%;
}
.testi-user-img {
    /*background-image: url(../img/model-background-2.jpg);*/
    /*background-color: #ffffff;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    width: 60%;
}
.testimonial-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.testimonial-con .quote p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
}
.quote-icon {
    width: 45px;
    display: block;
    margin-bottom: 20px;
}
.success-story-img {
    background-image: url(../img/hair-model-background-02.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    width: 40%;
}
/*faqs css*/

/*.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}*/
/*.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}*/

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px solid #0000000f;
    border-radius: 0;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #ffe8f3;
/*    padding-left: 10px;*/
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin-bottom: 0px;
}
.faq .card .card-header .faq-title[aria-expanded="true"], .faq .card .card-header .faq-title[data-aria-expanded="true"] {
    background-color: #ffe8f3;
}
.faq .card .card-header .faq-title.collapsed {
    background-color: #ffffff;
}
.faq .card .card-header .faq-title .badge {
    width: 21px;
    height: 20px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .card .card-header .faq-title .badge:before {
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #ff007e;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: .3s;
    z-index: -1;
}
.faq .card .card-header:hover .badge:before {
    transform: rotate(90deg);
}
.faq .card .card-header .faq-title[aria-expanded="true"] .badge:before, .faq .card .card-header .faq-title[data-aria-expanded="true"] .badge:before {
    transform: rotate(90deg);
}
.faq .card .card-header .faq-title.collapsed .badge:before {
    transform: rotate(45deg);
}
.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
/*faqs css*/


/*apply page css*/
.apply-now-section {
    padding: 6% 0px;
    background-image: url(../img/new-idol-slider-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.apply-now-section .contact-form {
    margin: 0;
}
.apply-now-section h4 {
    background-color: #ff007e;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.apply-now-section p {
    font-size: 22px;
    text-shadow: 0px 0px 20px #ffffff;
}
/*apply page css*/



.testimonials-horz .carousel-control-prev {
    left: -55px;
    width: 40px;
    height: 40px;
    background: #ff007e;
    top: 40%;
    border-radius: 50%;
}

.testimonials-horz .carousel-control-next-icon, .testimonials-horz .carousel-control-prev-icon {
    width: 13px;
    height: 13px;
}

.testimonials-horz .carousel-control-next {
    right: -55px;
    width: 40px;
    height: 40px;
    background: #ff007e;
    top: 40%;
    border-radius: 50%;
}
span.video-social-icon i {
  font-size: 28px;
}
.video-cont-disc {
    margin-top: 10px;
}
span.video-social-icon {
    display: inline-block;
    float: right;
}
.video-col {
    background-color: #fff;
    padding: 20px 20px 0px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-bottom: 5px solid #ff007e;
}

.career-section {
    background-image: url(../img/bg-img2.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
    padding: 15% 30px;
}




/*service page css*/
a.service-col {
    display: block;
}
.service-col img {
    transition: 0.5s ease-in-out;
}
.service-col:hover img {
    transform: scale(1.2);
    opacity: 0.4;
}
.service-details {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 30px;
    text-align: center;
    background: #000000e0;
    transition: .3s ease-in-out;
    border-bottom: 5px solid #ff007e;
}
.service-col {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.1);
}
.service-details h4 {
    color: #fff;
    margin-bottom: 25px;
}
.service-col:hover .service-details {
    height: 100%;
}
.service-details:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff007e;
    left: -9px;
    bottom: 14px;
    transform: rotate(45deg);
    box-shadow: 0px 0px 0px 0px #ff007e;
    border: 3px solid #ff007e;
    transition: 0.3s ease-in-out;
}
.service-col:hover .service-details:after {
    bottom: 50%;
}
.text-right:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 1px solid #dadada;
    top: 0;
    right: -1px;
}

.tmodels-con .col-md-6 {
    padding: 0 40px;
}
.sldier-content p {
    font-size: 22px;
    text-shadow: 0px 0px 20px #ffffff;
}
.sldier-content .button-con a {
    background: #ffffff;
}

.sldier-content .button-con a:hover {
    background: transparent;
}

.sldier-content p.button-con {
    margin-top: 60px;
}
/*service page css*/


/*portfolio page css*/

.section-background-img {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 12% 0;
}
.col-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

/*female backgrounds*/
.model-background-1 {
    background-image: url(../img/model-background-1.jpg);
}
.model-background-2 {
    background-image: url(../img/model-background-2.jpg);
}
.model-background-3 {
    background-image: url(../img/model-background-3.jpg);
}
.model-background-4 {
    background-image: url(../img/bg-img1.jpg);
}
.model-background-5 {
    background-image: url(../img/bg-img2.jpg);
}
.model-background-6 {
    background-image: url(../img/model-background-6.jpg);
}
.model-background-7 {
    background-image: url(../img/model-background-7.jpg);
}
.model-background-8 {
    background-image: url(../img/model-background-8.jpg);
}
.model-background-10 {
    background-image: url(../img/model-background-10.jpg);
}
.fitness-background-1 {
    background-image: url(../img/fitness-background-img-1.jpg);
}
.fitness-background-2 {
    background-image: url(../img/fitness-background-img-2.jpg);
}
.fitness-background-3 {
    background-image: url(../img/fitness-background-img-3.jpg);
}
.fitness-background-4 {
    background-image: url(../img/fitness-background-img-4.jpg);
}
.plus-size-model-background-1 {
    background-image: url(../img/plus-size-model-background-1.jpg);
}
.plus-size-model-background-2 {
    background-image: url(../img/plus-size-model-background-2.jpg);
}


.model-bg-img-1 {
    background-image: url(../img/model-img-1.webp);
}
.model-bg-img-2 {
    background-image: url(../img/model-img-2.jpg);
}
.model-bg-img-3 {
    background-image: url(../img/model-img-3.jpg);
}
.model-bg-img-4 {
    background-image: url(../img/model-img-4.jpg);
}
.model-bg-img-5 {
    background-image: url(../img/model-img-5.jpg);
}
.model-bg-img-9 {
    background-image: url(../img/model-img-9.jpg);
}
.model-bg-img-11 {
    background-image: url(../img/model-img-11.jpg);
}
.model-bg-img-15 {
    background-image: url(../img/model-img-15.jpg);
}
.model-bg-img-16 {
    background-image: url(../img/model-img-16.jpg);
}
.model-bg-img-18 {
    background-image: url(../img/model-img-18.jpg);
}
.model-bg-img-19 {
    background-image: url(../img/model-img-19.jpg);
}
.fitness-bg-img-1 {
    background-image: url(../img/fitness-model-img-1.jpg);
}
.fitness-bg-img-2 {
    background-image: url(../img/fitness-model-img-2.jpg);
}
.fitness-bg-img-3 {
    background-image: url(../img/fitness-model-img-3.jpg);
}
.fitness-bg-img-10 {
    background-image: url(../img/fitness-model-img-10.jpg);
}
.fitness-bg-img-11 {
    background-image: url(../img/fitness-model-img-11.jpg);
}
.fitness-background-5 {
    background-image: url(../img/fitness-background-5.jpg);
}
.fitness-background-6 {
    background-image: url(../img/fitness-background-6.jpg);
}
.plus-size-model-img-1 {
    background-image: url(../img/plus-size-model-img-1.jpg);
}



/*male backgrounds*/
.model-background-m1 {
    background-image: url(../img/model-background-m1.jpg);
}
.model-background-m2 {
    background-image: url(../img/model-background-m2.jpg);
}
.male-model-bg-img-1 {
    background-image: url(../img/male-model-img-1.jpg);
}
.model-bg-img-8 {
    background-image: url(../img/model-img-8.jpg);
}

/*child backgrounds*/
.child-background-1 {
    background-image: url(../img/child-background-1.jpg);
}
.child-background-2 {
    background-image: url(../img/girl-bg-img1.jpg);
}
.girl-model-img1 {
    background-image: url(../img/girl-model-img1.jpg);
}
.boy-model-img1 {
    background-image: url(../img/boy-model-img1.jpg);
}

/*teen backgrounds*/
.teen-background-1 {
    background-image: url(../img/teen-background-1.jpg);
}
.teen-background-2 {
    background-image: url(../img/teen-background-2.jpg);
}
.teen-model-1 {
    background-image: url(../img/model-img-6.jpg);
}

/*baby backgrounds*/
.baby-background-1 {
    background-image: url(../img/baby-background-1.jpg);
}
.baby-background-2 {
    background-image: url(../img/baby-background-2.jpg);
}
.baby-model-img-1 {
    background-image: url(../img/baby-model-img-1.jpg);
}

/*part modelling backgrounds*/
.model-bg-img-13 {
    background-image: url(../img/model-img-13.jpg);
}
.model-bg-img-14 {
    background-image: url(../img/model-img-14.jpg);
}
.model-bg-img-21 {
    background-image: url(../img/model-img-21.jpg);
}
.hair-model-background-1 {
    background-image: url(../img/hair-model-background-1.jpg);
}
.hair-model-background-2 {
    background-image: url(../img/hair-model-background-02.jpg);
}
.hair-model-img-1 {
    background-image: url(../img/hair-model-img-1.jpg);
}
.face-model-background-1 {
    background-image: url(../img/face-model-background-1.jpg);
}
.face-model-background-2 {
    background-image: url(../img/face-model-background-02.jpg);
}
.face-model-img-1 {
    background-image: url(../img/face-model-img-1.jpg);
}
.eye-model-background-1 {
    background-image: url(../img/eye-model-background-1.jpg);
}
.eye-model-background-2 {
    background-image: url(../img/eye-model-background-2.jpg);
}
.eye-model-img-1 {
    background-image: url(../img/eye-model-img-1.jpg);
}


.webfolio-img-1 {
    background-image: url(../img/webfolio-img-3.jpg);
}
.z-cards-img-1 {
    background-image: url(../img/z-cards-img.jpg);
}


.become-model {
    padding: 15% 0px;
}
.become-model-col {
    padding: 50px 50px 60px 50px;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 6px #ff007e;
    transition: .3s;
}
.become-model-col:hover {
    box-shadow: 0px 0px 0px 10px #ff007e;
}
.become-model-col h3 {
    margin-bottom: 0;
}
.become-model-col h5.button-con {
    position: absolute;
    margin: 0;
    right: -100%;
    bottom: 25px;
    width: auto;
    transition: .3s;
}
.become-model-col:hover h5.button-con {
    right: 10px;
}
.become-model-col .button-con a {
    border-color: #ffffff;
    background: #ffffff;
}
.become-model-col .button-con a:hover {
    background: transparent;
}
.section-hover-btn h5.button-con {
    position: absolute;
    right: -70%;
    transition: .3s ease-in-out;
    bottom: -50px;
    margin: 0;
    width: auto;
}
.section-hover-btn {
    position: relative;
    overflow: hidden;
}
.section-hover-btn:hover h5.button-con {
    right: 0px;
}
/*portfolio page css*/



/*blog page css*/
a.blog-col {
    display: block;
}
.blog-col img {
    transition: 0.5s ease-in-out;
}
.blog-col:hover img {
    transform: scale(1.2);
    opacity: 0.4;
}
.blog-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    text-align: center;
    background: #000000e0;
    transition: .3s ease-in-out;
    border-bottom: 5px solid #ff007e;
}
.blog-col {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.1);
}
.blog-title h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px;
    transition: .3s;
}
.blog-col:hover .blog-title {
    height: 100%;
}
.blog-title:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff007e;
    left: -9px;
    bottom: 14px;
    transform: rotate(45deg);
    box-shadow: 0px 0px 0px 0px #ff007e;
    border: 3px solid #ff007e;
    transition: 0.3s ease-in-out;
}
.blog-col:hover .blog-title:after {
    bottom: 50%;
}
.blog-date {
    color: #ff007e;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}
.blog-sidebar {
    padding: 50px 40px;
    background-image: url(../img/model-img-4.jpg);
    background-position: center top;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: sticky;
    top: 150px;
}
.blog-sidebar.male-blog-sidebar {
    background-image: url(../img/model-img-12.jpg);
}
.blog-sidebar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: -1;
    border: 0px solid #fff;
    left: 0;
    top: 0;
    /*box-shadow: 0px 0px 10px 10px rgb(255 255 255 / 16%) inset;*/
}
.blog-sidebar h4 {
    color: #ffffff;
    font-size: 40px;
}
.blog-sidebar p {
    color: #fff;
}
/*blog page css*/



/*contact page css*/
ul.contact-info {
    list-style: none;
    margin-top: 40px;
}
ul.contact-info li {
    margin-bottom: 30px;
}
ul.contact-info li a {
    font-size: 20px;
}
.contact-info i {
    font-size: 24px;
    vertical-align: middle;
    color: #ffffff;
    padding: 7px;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-right: 8px;
    width: 40px;
    height: 40px;
}
.contact-info i:after {
    content: '';
    position: absolute;
    background-color: #ff007e;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    transform: rotate(45deg);
    z-index: -1;
    transition: .3s;
}
ul.contact-info li:hover i::after {
    transform: rotate(90deg);
}
/*contact page*/

/*footer css*/
.footer {
    padding-top: 60px;
    background-color: #ffe8f3;
}
.footer ul {
    margin: 0;
}
.footer .col-lg-4, .footer .col-lg-8, .footer .col-md-12 {
    margin: 0;
}
.logo {
    width: 200px;
    margin-bottom: 20px;
}
.footer-ainfo {
    margin-top: -120px;
    background-color: #fff;
    padding: 50px 40px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.1);
    border-top: 5px solid #ff007e;
}
.footer-title {
    position: relative;
    margin-bottom: 30px;
}
.footer-title:after {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    background: #ff007e;
    position: absolute;
    bottom: 7px;
    margin-left: 3px;
}
.footer ul li a {
    display: block;
}
.footer-icons i {
    font-size: 18px;
    vertical-align: middle;
    color: #ffffff;
    padding: 7px;
    width: 32px;
    height: 32px;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-right: 8px;
}
.footer-icons i:after {
    content: '';
    position: absolute;
    background-color: #ff007e;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
    transform: rotate(45deg);
    z-index: -1;
    transition: .3s;
}
ul.footer-icons li a:hover i::after {
    transform: rotate(90deg);
}
ul.footer-menu li {
    position: relative;
    margin-bottom: 12px;
}
ul.footer-menu li:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background: #ff007e;
    position: absolute;
    bottom: 9px;
    margin-left: 3px;
    left: -20px;
}

ul.footer-menu {
    list-style: none;
}
ul.footer-icons li {
    margin-bottom: 20px;
}
ul.footer-icons {
    list-style: none;
    padding-left: 10px;
}
li.f-social-media a {
    display: inline-block !important;
}

li.f-social-media {
    display: inline-block;
}
.copyright {
    border-top: 2px solid #ff007e;
    padding: 10px 15px;
    font-size: 14px;
}
.copyright p {
    margin-bottom: 0;
}
a.dmca-badge {
    float: right;
}
/*footer css*/









@media (max-width: 1366px){
.mid-container {
    max-width: 1230px;
}

}


@media (max-width : 1024px) {
.testimonial-con .quote {
    padding: 50px;
}
.testimonial-con .quote p {
    font-size: 18px;
}
}


@media (max-width : 990px) {
.header .container {
    max-width: 100%;
    padding: 0;
}
ul.footer-icons {
    padding-left: 25px;
}

footer .col-md-6 {
    padding: 0;
}
.footer-ainfo {
    margin-bottom: 40px;
}
.container {
    max-width: 100%;
}
.section-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.col-bg-img {
    height: 450px;
}
.section-hover-btn h5.button-con {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    right: auto;
    left: 0;
}

}


@media (max-width : 991px) {
.slider-content {
    margin-bottom: 20px;
}
}


@media (max-width: 800px){
.ul-three-col {
    column-count: 2; 
    -webkit-column-count: 2;
    -moz-columns: 2;
}
h1, h2, h3 {
    font-size: 45px;
}
section.home-slider {
    padding: 50px 0px;
}
/*.slider-content {
    padding-top: 0;
}*/
.contact-form {
    margin: 0px;
    padding:3px;
}

.career-section h3 {
    font-size: 30px;
}
.testimonial-con {
    display: block;
}
.goal-col {
    padding: 50px 30px;
}
.testimonial-section {
    padding: 0;
}
.testi-user-img, .testimonial-con .user-saying {
    width: 100%;
}
.testimonial-con .quote {
    padding: 30px;
}
.testi-user-img {
    height: auto;
}
.carousel {
    width: 100%;
}
.testimonials-horz .carousel-control-next {
    right: -20px;
}
.testimonials-horz .carousel-control-prev {
    left: -20px;
}
.testimonials-horz div#carouselExampleIndicators {
    padding: 0px 30px;
}
.video-col video {
    width: 100%;
    height: auto;
}
.apply-now-section {
    padding: 50px 0px 100px;
}
.become-model-col h5.button-con {
    right: 10px;
}
footer li.f-social-media a {
    margin-bottom: 20px;
}

}






@media (max-width : 767px) {
.career-section {
    padding: 80px 30px 100px;
}

}



@media (max-width : 600px) {
.testimonial-con .quote p {
    font-size: 15px;
    line-height: 1.3;
}
.header .logo-con {
    width: 200px;
    float: none;
}
.sticky-menu .logo-con {
    display: none;
}
.sticky-menu .header-tinfo ul {
    margin: 5px 0px 0px 10px;
}
.header-tinfo {
    float: none;
}
.header-tinfo ul li.header-apply-btn {
    margin: 0px;
    width: 210px;
    border-right: none;
}
.header-tinfo ul {
    margin: 10px 0px 0px 10px;
}
.header-tinfo ul a {
    font-size: 14px;
}
.header-tinfo ul li i {
    font-size: 18px;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    margin-top: 5px;
}
.header-tinfo ul li i:after {
    width: 38px;
    height: 38px;
}
.form-input input#myfile {
    height: 100px;
    padding: 50px 20px 15px;
}
.feefo-slider-img {
   max-width: 160px;
   text-align: center;
}
}




@media (max-width: 600px){
h1, h2, h3 {
    font-size: 35px;
    margin-bottom: 20px;
}
}

@media (max-width: 400px){
.header-tinfo ul li.header-apply-btn {
    margin-bottom: 10px;
}
}

/*.button-con a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 2px solid #ff007e;
    width: 100%;
    border-left: 7px solid #ff007e;
    height: 100%;
    transition: .3s ease-in-out;
}
.button-con a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #ff007e;
    width: 100%;
    border-right: 7px solid #ff007e;
    height: 100%;
    transition: .3s;
    z-index: -1;
}
.button-con a:hover:before {
    width: 0%;
}

.button-con a:hover:after {
    width: 0%;
}*/


span.validate-notice {
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 22px;
    color: #ff007e;
}
div#step2 {
    display: none;
}

form#home-form h4 {
    color: #FFF;
}
input#home-btn-next {
    background: #ff007e;
    color: #FFF;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.preview_wrap img {
    max-width: 30%;
    margin: 0 auto;
}

.preview_wrap {
    border: 2px solid #8bc34a;
    padding: 10px;
    text-align: center;
}

@media (max-width: 650px) {
    .menu {
       width: 110px;
       position: absolute;
        right: 0;
    }
}
@media (max-width: 400px) {
    .header-tinfo ul li.header-apply-btn {
        margin: 0;
        width: 160px;
        border-right: none;
    }
    .header-tinfo ul li.header-apply-btn span {
        font-size: 10px;
    }
    .form-input input#myfile {
        height: 100px;
        padding: 30px 20px 15px;
    }
}
