@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@font-face {
	font-family: "Druk Wide Cy Web Bold";
    src: url('../fonts/Druk-Wide-Cy-Web-Bold.ttf') format('truetype');
}
body {
	font-family: "Druk Wide Cy Web Bold";
}
.form-control:focus{
	outline: none;
	box-shadow: none;
	background-color: transparent;
}
p{
	font-family: 'Lato';
}
a {
	text-decoration: none !important;
}
.text-blue{
	color: #46A4EA !important;
}
.background-blue{
	color: #46A4EA !important;
}
.text-navyblue{
	color: #242E6C !important;
}
.background-navyblue{
	color: #242E6C !important;
}
.font-size-16 {
	font-size: 16px !important;
}
.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-weight-600 {
	font-weight: 600;
}

.line-height-25 {
	line-height: 25px;
}

.text-gray {
	color: #666 !important;
}
.banner{
	background: url(../images/banner-img.jpg) no-repeat center center;
	background-size: cover;
	height: calc(100vh - 70px);
}
.banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner-content h1{
	font-family: "Druk Wide Cy Web Bold";
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #FFFFFF;
	margin-bottom: 26px;
	width: 55%;
}
.grey-border{
	border-color: #ddd !important;
}
.banner-content h1 b{
	color: #EBBD7D;
}
.banner-content p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	width: 350px;
	margin-bottom: 40px;
	font-family: 'Lato', sans-serif;
}
.navbar{
	position: relative;
	background: #18161B;
}
.navbar-nav .nav-link {
	font-size: 13px;
	line-height: 17px;
	color: #fff !important;
	padding: 0 !important;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	top: 25px;
	border-radius: 0px;
	padding: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover{
	background-color: #46A4EA;
	color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
	padding: 5px 0;
}
.navbar-nav .nav-item {
	/*padding-bottom: 20px;*/
	margin-top: 20px;
  }
.dropdown:hover .dropdown-menu{
	display: block;
}
.navbar-nav .nav-item{
	margin-left: 45px;
}
.navbar-nav .nav-link.active {
	color: #46A4EA !important;
}
.banner-content img{
	margin-bottom: 57px;
	width: 180px;
}
.models{
	background: url(../images/models-background.jpg) no-repeat center center;
	padding: 120px 0;
	height: 1080px;
	background-size: cover;
}
.models .model-content .heading h2{
	font-size: 55px;
	line-height: 99px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #242E6C;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}
.models .model-content h2 b{
	color: #46A4EA;
}
.model-name a{
	padding: 8px 25px;
	background-color: #46A4EA;
	font-size: 18px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.model-name h2{
	font-weight: bold;
	font-size: 70px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	width: 50%;
}
.model-name{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 10%;
	right: 22%;
	left: 27%;
}
.hire-models{
	background: url(../images/hire-models.jpg) no-repeat center center;
	height: 1080px;
	text-align: center;
	position: relative;
}
.hire-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10000;
}
.hire-content h2{
	font-style: normal;
	font-weight: 500;
	font-size: 122px;
	line-height: 148px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 60px;
}
.hire-content a{
	padding: 20px 50px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #46A4EA;
}
footer{
	background: url(../images/footer-image.jpg) no-repeat center center;
	text-align: center;
	padding: 30px;
	position: relative;
	font-family: 'Lato', sans-serif;
	background-size: cover;
}
footer img{
	margin-bottom: 5px;
}
.footer-links {
	display: flex;
	list-style-type: none;
	gap: 10px;
	justify-content: center;
	margin: 0;
	margin-top: 15px;
}
.footer-links li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration-line: underline;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.footer-links li a:hover{
	border-bottom: 1px solid #46A4EA;
	color: #46A4EA;
}
.social-logos{
	display: flex;
	gap: 15px;
	margin: 25px 0px;
	justify-content: center;
}
.social-logos img{
	margin: 0;
}
.copyright{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.hire-models-main{
	background: url(../images/hire-models-bg.jpg) no-repeat center center;
	padding: 30px;
	padding: 70px;
	background-size: cover;
	margin-top: -20px;
}
.hire-model-top h2{
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #46A4EA;
	margin: 0;
}
.hire-model-top p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #18161B;
	margin-top: 43px;
	font-family: 'Lato', sans-serif;
	width: 100%;
}
.models-slider{
	margin: 50px 0;
}
.single-model h4{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #46A4EA;
}
.single-model h3{
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #18161B;
	margin: 13px 0;
}
.single-model a{
	padding: 20px 20px;
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #46A4EA;
}
.all-models{
	background: none !important;
	padding: 70px;
	height: auto !important;
}
.all-models h2{
	margin-bottom: 50px;
}
.single-model-img{
	width: 100%;
	height: 350px;
}
.mobile-content{
	display: none;
}
.mobile-content .banner-content {
	position: relative;
	transform: none;
	top: 0%;
}
.mobile-content .banner-content h1,.mobile-content .banner-content p{
	color: #333;
	width: 100%;
}
.single-model-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.owl-prev span, .owl-next span {
	color: #46A4EA;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
}
.owl-nav{
	display: block !important;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}
.owl-prev:focus-within, .owl-next:focus-within{
	outline: none;
}
.owl-prev {
	left: -100px;
}
.owl-next {
	right: -100px;
}
.development{
	background: url(../images/development-image.jpg) no-repeat center center !important;
	padding: 120px 0;
	height: calc(100vh - 73px);
	background-size: cover !important;
	position: relative;
}
.heading{
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}
.development .model-name{
	bottom: 10%;
	left: 20%;
	right: 20%;
}
.development .model-name a{
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 1px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	font-family: "Druk Wide Cy Web Bold";
	border-bottom: 2px solid transparent;
}
.development .model-name a:hover{
	color: #46A4EA;
	border-color: #46A4EA;
}
.development .model-name a:focus{
	outline: none;
}
.overlay1{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(24, 22, 27, 0.79);
}
.overlay2{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(177, 175, 180, 0.79);
}
.development-selected{
	background: url(../images/development-selected.jpg) no-repeat center center !important;
	padding: 120px 0;
	height: 1080px;
	background-size: cover !important; 
}
.development-selected .model-description{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 100px;
}
.development-selected .model-description h2{
	font-size: 45px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #18161B;
	margin: 0;
}
.development-selected .model-description p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #18161B;
	width: 350px;
	margin-top: 25px;
}
.development-seo{
	background: url(../images/development-seo.jpg) no-repeat center center !important;
	padding: 120px 0;
	height: 1080px;
	background-size: cover !important; 
	position: relative;
}
.development-seo h2{
	font-weight: 500;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-bottom: 60px;
	margin-top: 0;
}
.development-seo h2 b{
	color: #46A4EA;
}
.development-seo p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.seo-content, .absolute-content{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	width: 555px;
}
.about-us{
	background: url(../images/about-absolute-image.svg) no-repeat 20% -25% !important;
	padding-top: 275px;
	position: relative;
}
.about-us h2{
	font-weight: 500;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #46A4EA;
	margin: 0;
	margin-bottom: 25px;
}
.about-us p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #383E4A;
}
.about-absolute-image{
	position: absolute;
	top: 0;
	left: 0;
}
.contact-us-wrapper{
	padding: 113px 0 67px 0
}
.contact-us-wrapper h2{
	font-weight: 500;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #383E4A;
	margin-bottom: 54px;
}
.contact-us-wrapper a{
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 25px;
}
.contact-us-wrapper a p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	margin: 0;
	color: #464646;	
}
.contact-us-wrapper a img{
	margin-top: 5px;
}
.contact-us-wrapper .contact-btn{
	width: 292px;
	text-align: center;
}
.contact-us-wrapper .contact-btn a{
	padding: 15px 50px;
	background-color: #46A4EA;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #18161B;
	font-family: 'Lato';
	display: block !important;
	margin: 0;
}
.model-details{
	padding: 150px 0;
}
.model-details h2{
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #383E4A;
	margin: 0;
	margin-bottom: 24px;
}
.model-details p{
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #383E4A;
	margin: 0;
	margin-bottom: 33px;
}
.model-details h3{
	font-family: 'Lato';
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #46A4EA;
	margin-top: 0;
	margin-bottom: 14px;
}
.model-details .note{
	padding: 29px;
	background-color: #46A4EA;
	margin-top: 24px;
}
.model-details .note p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 0;
}
.model-details .warning p{
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #EA4F6B;
	margin: 0;
	margin-top: 37px;
}
.apply-form .form-radios {
	display: flex;
	gap: 20px;
}
.apply-form .form-radios .form-check .form-check-input{
	transform: scale(1.5);
}
.apply-form .form-radios .form-check label{
	margin-left: 10px;
}
.apply-form label{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #383E4A;
}
.apply-form h4{
	font-weight: 500;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #383E4A;
	margin-bottom: 20px;
}
.apply-form textarea{
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #AFB3BA;
	font-family: 'Lato';
	border: 1px solid #383E4A;
	width: 100%;
	resize: none;
	background: #F4F4F4;
	height: 200px;
	padding: 22px;
}
.apply-form .form-control, .apply-form .form-select{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #AFB3BA;
	font-family: 'Lato';
	border:none;
	border-bottom: 1px solid #383E4A;
	height: 45px;
	padding-left: 0;
	border-radius: 0px;
}
.apply-form .form-control:focus, .apply-form .form-select:focus, .apply-form textarea:focus{
	border-color: #46A4EA;
	outline: none;
	box-shadow: none;
	border-width: 2px;
}
.apply-form .social-field{
	position: relative;
}
.apply-form .social-field img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.apply-form .social-field .form-control{
	padding-left: 25px;
}
.attach-images{
	margin-top: 50px;
}
.attach-images p{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #383E4A;	
}
.image-upload .image{
	width: 100%;
	height: 480px;
}
.image-upload .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 20% 0%;
}
.upload-detail{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.upload-detail h5{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #383E4A;
}
.upload-detail a{
	padding: 11px 40px;
	background: #18161B;
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.faqs{
	padding: 70px 0;
}
.faqs ul{
	display: flex;
	gap: 8px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.faqs ul li a{
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #383E4A;
	font-family: 'Lato';
}
.faqs ul li a.active{
	color: #46A4EA;
}
.faqs h2{
	font-weight: 500;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #383E4A;
	margin-top: 15px;
}
.accordion-flush .accordion-item .accordion-button{
    font-size: 18px;
    line-height: 24px;
    padding-left: 0px;
	font-family: 'Lato';
	padding: 21px 28px;
	background-color: #46A4EA;
	color: #fff;
}
.accordion-flush .accordion-item .accordion-button.collapsed{
	background-color: #fff;
	color: #4B5059;
}
.accordion-item{
	border: 0px;
}
.accordion-body{
    font-size: 16px;
    line-height: 140%;
    color: #666;
	font-family: 'Lato';
	padding: 15px 29px;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    color:#333;
}
.accordion-button:focus-within{
    border: none;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
	filter: invert(100%) sepia(100%) saturate(50%) hue-rotate(294deg) brightness(150%) contrast(190%);
}
.become-model-bg1{
	position: absolute;
	top: 5%;
	right: 0%;
	width: 250px;
}
.become-model-bg2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	width: 250px;
}
.become-model-bg3{
	position: absolute;
	bottom: 12%;
	right: 0%;
	width: 250px;
}
.white-overlay{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
}