@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.container {
	max-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Vidaloka', serif;
}

a:hover {
    text-decoration: none;
    color: #8bc7ec;
}

/*header*/
.navbar {
    padding: 15px 0px;
}

.nav-logo-outer {
	padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.social {
    position: relative;
    margin-left: auto;
    top: 45px;
	display: none;
}

.social i {
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
}

.social i:hover {
    color: #8bc7ec;
    border: 2px solid #8bc7ec;
}

.left-logo .nav-logo-outer {
    text-align: left;
}

.left-logo .nav-logo-outer {
    text-align: left;
}

.social p {
    display: inline-block;
    margin: 0;
}
.toggle {
    display: block!important;
    margin-left: auto;
}
#overlay ul .current-menu-item a {
    color: #8bc7ec;
	position: relative;
}

#overlay ul .current-menu-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #8bc7ec;
    bottom: 0px;
}
.nsi-active-menus a::before, .nsm-active-menus a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #8bc7ec;
    bottom: 0px;
    left: -5px;
    right: 0;
}

	/*hamburger*/
  body #overlay .nsi-menu{
   margin-left: 60px;
    margin-bottom: 60px;
   }
 .nsi-menu, .nsm-menu {
    display: inline-block;
	position: relative;
	padding: 0 20px;
   }
  
.nsi-menu::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 99px;
    background: #ffffff;
    top: 0px;
    right: 0;
    /* margin-right: 20px; */
    transform: rotate(11deg);
}
	#nav-icon.animate-icon {
		top: 45px;
	}

	#overlay {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
	background-image: url(/wp-content/uploads/2021/01/about-us-banner-nw-min.jpg);
    background-size: cover;
	background-position: center;
	}
	
	.menu-header-menus-container {
		z-index: 1;
	}
	
	#overlay:before { 
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
	}

	#overlay div {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  width: 100%;
	  height: 100vh;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	}

	#overlay ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  color: white;
	  text-align: center;
	}

	#overlay ul li {
		margin: 5px auto;
	}

	#overlay ul li a {
		font-size: 30px;
		color: #fff;
		font-weight: 400;
	}

	#overlay ul li a:hover {
		color: #8bc7ec;
	}

	/* hamburger-icon  */
	#nav-icon {
		position: relative;
		margin: 0 auto;
		width: 35px;
		height: 35px;
		z-index: 10;
		cursor: pointer;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		/*-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;*/
		top: 50px;
		margin-left: 15px;
	}

	#nav-icon span {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 3px;
	  background: #fff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon span:nth-child(2) {
	  top: 10px;
	}

	#nav-icon span:nth-child(3) {
	  top: 20px;
	}

	#nav-icon.animate-icon span:nth-child(1) {
	  top: 18px;
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#nav-icon.animate-icon span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#nav-icon.animate-icon span:nth-child(3) {
	  top: 18px;
	  -webkit-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	/*hamburger*/
/*header*/


/*banner*/
#stickyheader {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.banner {
	height: 100%;
	min-height: 100vh;
	background: #111;
	background-size: 130%;
	background-position: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.banner-head, body #overlay .nsi-menu a, body #overlay .nsm-menu a {
	font-size: 69px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 12px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
    position: relative;
    margin-bottom: 35px;
}

.banner-head:after {
	position: absolute;
    content: "";
    width: 307px;
    height: 35px;
    bottom: -55px;
    background-image: url(/wp-content/uploads/2020/12/heading-border.png);
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}

body .banner-btn {
    display: none;
}

.banner-btn {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    margin: 20px 15px 0px;
    position: relative;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 50%);
    line-height: 42px;
    max-width: 225px;
    display: inline-grid;
    width:100%;
}

.banner-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 180px;
}
.banner-btn span {
    font-size: 30px;
}
body .banner .container {
	margin-top: 50px;
}

.inner-pgs .banner {
    min-height: 660px;
    background-size: cover;
}

/*background video*/
	.bg-video-wrap {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 100vh;
	  background: url(/wp-content/uploads/2020/12/demo.jpg) no-repeat center center/cover;
	}

	.bg-video-wrap video {
		width: 100%;
		min-width: 100%;
		min-height: 100vh;
		z-index: 1;
		object-fit: cover;
	}

	.overlay {
	  width: 100%;
	  height: 100vh;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
	  background-size: 3px 3px;
	  z-index: 2;
	}

	.banner .container {
		position: absolute;
		z-index: 2;
		margin: 0 auto;
		left: 0px;
		right: 0px;
	}
	/*background video*/
/*banner*/


/*about-us*/
.about-us-section {
    padding: 80px 0 70px;
}

.about-p {
    color: #717171;
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-p .normal-span {
	color: #564949;
}

.about-p .bold-span {
    color: #564949;
    font-weight: 600;
}

.about-p .colored-span {
    font-weight: 600;
    color: #717171;
}

.about-lft-img {
    width: 100%;
    max-width: 500px;
    height: 370px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
}

.about-lft-img:hover:before {
	opacity: 1;
}

.about-lft-img:before {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.about-lft-img:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.about-lft-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    backface-visibility: hidden;
}

.about-us-section .row {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*about-us*/



/*testimonials*/
.testimonials {
    padding: 55px 0 40px;
}

.testimonial-hd {
    font-size: 36px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 80px;
	position: relative;
}

.testimonial-hd:after {
    position: absolute;
    content: "";
    width: 307px;
    height: 35px;
    bottom: -55px;
    background-image: url(/wp-content/uploads/2020/12/heading-border-two.png);
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}

.testimonialinternal {
    margin-top: 20px;
}

.testleft {
    padding: 45px 0;
    border: 3px solid #d2d2d2;
    border-radius: 15px;
    margin-bottom: 50px;
    position: relative;
}

.testleftone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
}

.testleft .discrip {
    color: #717171;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}

.testleft .discrip:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/12/quotetestimonial.png);
    top: -20px;
    left: -35px;
    width: 65px;
    height: 42px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 70%;
}

.testleft .clientname {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    margin-bottom: 0;
}

.testleft:hover {
    background: #cbcbd442;
}

.testleft .clientname span {
    display: block;
    font-size: 14px;
    font-style: italic;
}

.testleft:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #d2d2d2;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 100px;
    transform: translate(-50%, -50%);
}
/*testimonials*/



/*clients*/
.cortana-client .content-middle-inner {
    width: 100%;
	max-width: 25%;
    padding: 15px;
	min-height: 135px;
	height: 135px;
    border: 1px solid #efeeee;
	vertical-align: middle;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cortana-client .client-grid {
    margin: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cortana-client .content-middle-inner img {
    background: #ffffff;
    padding: 0;
	max-width: 100%;
}
/*clients*/



/*contact us*/
.contact-section .wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 30px;
    box-shadow: 0 0 25px rgb(189, 189, 189);
    -moz-box-shadow: 0 0 25px rgb(189, 189, 189);
    -webkit-box-shadow: 0 0 25px rgb(189, 189, 189);
    -o-box-shadow: 0 0 25px rgb(189, 189, 189);
}

.contact-heading {
	font-size: 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 15px 0 30px 0;
    letter-spacing: 1.6px;
    padding-bottom: 15px;
}

.contact-heading::after {
    content: "";
    position: absolute;
    width: 105px;
    height: 1px;
    bottom: 0;
    background-color: #111;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-hd {
    padding: 55px 0 0px;
}

.contact-section .wpcf7-form label {
    width: 100%;
    font-size: 16px;
	color: #555555;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
    text-align: left;
}

.contact-section .wpcf7-form label .wpcf7-form-control {
    margin-top: 8px;
    padding: 12px 18px;
}

.contact-section .wpcf7-form label .wpcf7-form-control:focus {
    border-radius: 0px;
    border-width: 1px;
    outline: 0;
}

.contact-section .wpcf7-form label .wpcf7-form-control::placeholder {
    color: #ab9b9b;
    opacity: 1;
}

.contact-section .wpcf7-form p {
    margin-bottom: 17px;
}

.contact-section {
    padding-bottom: 50px;
}

.contact-section .wpcf7-form .wpcf7-submit {
    background-color: #3a8abb;
    padding: 18px 25px;
    border-radius: 5px;
    font-size: 16px;
	transition: all 0.15s linear;
	margin-top: 10px;
}

.contact-section .wpcf7-form .wpcf7-submit:hover {
    background-color: #111;
    text-decoration: none;
}

.contact-section {
    padding: 10px 0px 80px 0px;
}

.contact-section .wpcf7-form label span {
    color: #8bc7ec;
}
/*contact us*/



/*models*/
.models {
    padding: 55px 0px;
 
}

#male_models_list{
    display:none;
}

.filters ul h4 {
	color: grey;
	font-size: 24px;
	font-weight: 400;
}

#portfolio p {
	color: grey;
	font-size: 12px;
	font-weight: 200;
}

.content {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
.similar-model .single-content {
    position: static!important;
}
.single-content {
	padding: 15px 15px;
}

.profile-img {
	position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #f6f6f6;
}

.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.filters {
	width: 100%;
	text-align: center;
}

.filters ul {
    list-style: none;
    padding: 0px 0 20px;
}

.filters ul li {
    display: inline;
    padding: 10px 25px;
    font-size: 14px;
    color: #636363;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 8px 0px 0px 5px;
}

.filters ul li:hover {
	color: #8bc7ec;
}

.filters ul li.active {
	color: #8bc7ec;
	border: 1px solid #8bc7ec;
	border-radius: 0px;
}

.filters ul li:first-child {
    margin-left: 0;
}

.model__title {
    display: block;
    text-align: left;
	margin-bottom: 0;
}

.model__title a {
    color: #111;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0 0px;
    display: block;
}

.model__title a:hover {
    color: #6e92a9;
}

.profile-img:hover .hover{
    opacity: 1;
}

.profile-img .hover {
    background: rgba(24,24,24,0.85);
    bottom: -1px;
    left: -1px;
    line-height: 2rem;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all .3s ease;
}

.profile-img:hover .hover .description {
    top: 50%;
}

.profile-img .hover .description {
    left: 0;
    padding: 0 2rem;
    position: absolute;
    top: 0%;
    width: 100%;
    transform: translateY(-50%);
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.profile-img .hover .description ul {
    margin: 1rem auto 0;
    max-width: 500px;
    text-align: right;
	padding: 0;
}

.profile-img .hover .description ul li {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.15);
    display: block;
    float: none;
    line-height: 2.5rem;
    margin: 0;
    width: 100%;
    padding: 0;
}

.profile-img .hover .description ul li span {
    float: left;
    color: #8bc7ec;
}

.model-nm-d {
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
	margin-bottom: 0;
	letter-spacing: 2px;
}

.model-dv {
    background-size: cover;
    background-position: top;
    text-align: center;
    padding: 50px 0;
	position: relative;
}

.model-dv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,24,24,0.5);
}

.model-dv .container {
    position: relative;
}


/*models*/



/*models-inner*/
.carousel-gallery {
    margin: 0;
    padding: 0;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 430px;
  border-radius: 0x;
  overflow: hidden;
  position: relative;
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay i {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: .7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #148cd6;
	transform: scale(1.1, 1.1);
}
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all .2s linear;
}
.plugins a:hover {
  color: #d63031;
}

.inner-detail #stickyheader {
    position: relative;
    background-color: #111;
}

.inner-detail .navbar {
	padding: 20px 0px 95px;
}

.shop_attributes {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0 0 1.5rem;
	border: none;
}

.shop_attributes tr {
    border: none;
}

.shop_attributes td, .shop_attributes th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

.shop_attributes th {
    color: inherit;
	border-bottom: 1px solid #333;
}

.shop_attributes tr td {
    text-align: right;
	border-bottom: 1px solid #333;
}

.shop_attributes tr:hover {
    background-color: #e8e8e8;
}

.inner-detail {
    background-color: #f9f9f9;
}

.detail-head {
    color: #111;
    font-size: 32px;
    margin-bottom: 20px;
}

.models-inner {
    padding: 45px 0px 45px;
}

.category-hd {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.category-hd span {
    color: #4c7b98;
}

.twitter-share, .facebook-share, .linkedin-share {
    background: #fff;
    color: #656565;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bebebe;
	margin: 2px 0;
}

.twitter-share:hover, .facebook-share:hover, .linkedin-share:hover {
	position: relative;
	background: #f7f7f7;
}

.twitter-share i, .facebook-share i, .linkedin-share i {
    margin-right: 2px;
}

.sd-title {
    margin: 0 0 1em 0;
    line-height: 1.2;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 13px 0 0 0;
    border-top: 2px solid #111;
}

.share-outer {
    padding: 15px 0 25px;
}

.book-hd {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.models-lower {
    padding-bottom: 50px;
}

.book-btn {
    background-color: #79b2d6;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 4px;
	margin: 24px 5px 0 5px;
	transition: none 0s ease 0s;
}

.book-btn:hover {
	background-color: #00629e;
    color: #fff;
}

table, table * {
    border: none;
}

.book-form select {
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}

#submit_book, #submit_book3, #submit_book2 {
    background-color: #609ec5;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 4px;
    transition: none 0s ease 0s;
}

#submit_book:hover , #submit_book3:hover, #submit_book2:hover{
    background-color: #00629e;
    color: #fff;
}
/*models-inner*/



/*videos*/
.Videos {
    padding: 70px 0px;
}

.thumbnail {
	width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.thumbnail a {
    width: 100%;
    height: 100%;
    display: block;
}

.thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.thumbnail:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.thumbnail:hover .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background-color: #8bc7ec;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background-color: #3452ff;
    border-radius: 50%;
    transition: all 200ms;
    box-shadow: 0 20px 45px rgba(0,0,0,.4);
    opacity: 0.8;
}

.thumbnail:hover .video-play-button:after {
	background-color: #3452ff;
	opacity: 1;
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-outer {
    margin: 25px 0;
    padding: 0 30px;
}

.model-name-hd {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 25px 0px;
    text-align: center;
    color: #111;
}

.Videos .testimonial-hd {
    margin-bottom: 60px;
}
/*videos*/



/*events*/
.event-img {
    width: 100%;
    max-width: 600px;
    height: 300px;
	overflow: hidden;
	position: relative;
}

.event-img:hover:before {
    opacity: 1;
}

.event-img:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    backface-visibility: hidden;
}

.event-img:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.event-outer {
    padding: 10px 25px 40px 25px;
}

.events-inner {
    padding: 60px 0 20px;
}

.event-name p {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 5px;
    color: #111;
}

.event-name p a {
    color: #111;
}

.event-name p a:hover {
    color: #00629e;
}

.book-btn {
    background-color: #609ec5;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 4px;
    margin: 24px 5px 0 5px;
    transition: none 0s ease 0s;
}

.continue-btn {
    background-color: #66a3ca;
    color: #fff;
    padding: 10px 18px;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    transition: none 0s ease 0s;
}

.continue-btn:hover {
    background-color: #00629e;
    color: #fff;
    text-decoration: none;
}

.date p {
	color: #827474;
    font-weight: 500;
    padding: 20px 0 0px;
    margin-bottom: 0;
}

.date-inner p {
    color: #827474;
    font-weight: 500;
    padding: 0px 0 15px;
    margin-bottom: 0;
}

.pagination {
    margin: 0 0 30px;
}

.pagination li {
    margin: 0px 0 0 10px;
}

.pagination li .page-link {
    font-size: 14px;
    padding: 8px 15px;
	color: #00629e;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00629e;
    border-color: #00629e;
}


/*events*/



/*thank you page*/
.thank-you-page {
    padding: 60px 0 123px 0px;
    text-align: center;
}

.thank-you-page h1 {
    font-size: 40px;
}

.thank-you-page p {
    font-size: 20px;
	margin-bottom: 0;
}

.icon-check .fa-check-circle {
    font-size: 60px;
    margin-bottom: 20px;
    color: #00385a;
}
/*thank you page*/


/*become a model*/
.nf-form-layout .nf-before-form-content {
    text-align: center;
    margin-bottom: 30px;
}

.nf-form-layout {
    padding: 40px 0;
}
/*become a model*/

/*--press---*/
.card-columns.press-sec {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 0.9rem;
    orphans: 1;
    widows: 1;
	padding: 50px 0px;
}
.card-columns.press-sec .card {
    margin-bottom: 0;
}
.press-sec .card-title {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 12px 12px 12px;
    font-size: 15px;
    left: 0;
    background: #000000;
    width: 100%;
}
.press-sec .card-block a:hover {
    text-decoration: none;
    color: #00629e;
}
.media-images img {
    width: 100%;
}
.press-pagination {
    margin: 0 auto 70px;
    display: table;
}
.page-numbers {
    font-size: 14px;
    padding: 8px 15px;
    color: #00629e;
    background-color: #fff;
    border: 1px solid #dee2e6;
	margin: 0px 5px;
}
.page-numbers.current
{
	z-index: 3;
    color: #fff;
    background-color: #00629e;
    border-color: #00629e;
}
/*footer*/
.footer {
	background-color: #111;
	clear: both;
}

.lower {
    padding: 20px 0;
}

.upper {
    padding-top: 40px;
}

.upper .row {
    border-bottom: 1px solid #313131;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.lower p {
    color: #fff;
    margin-bottom: 0;
	font-size: 15px;
}

.lower .right-fp {
    text-align: right;
}

.lower p a {
    color: #fff;
}

.lower p a:hover {
	text-decoration: underline;
}

.footer-p {
    color: #c4c4c4;
    font-size: 14px;
    padding-right: 80px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-heading {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.links a {
    color: #c4c4c4;
	font-size: 15px;
}

.links a:hover {
    color: #fff;
}

.footer-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.footer-list li {
    color: #c4c4c4;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
	display: inline-block;
	margin-left: 0;
}

.footer-list li a {
	color: #c4c4c4;
}

.footer-list li a:hover {
	color: #fff;
}

.footer-list li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f007";
    position: absolute;
    color: #fff;
    left: 0;
}

.footer-list .address:before {
    content: "\f3c5";
}

.footer-list .phone:before {
    content: "\f095";
}

.footer-list .email:before {
    content: "\f0e0";
}

.footer-list li.address {
    display: none;
}

.footer-list li:last-child {
    margin-left: 25px;
}

body .footer-social {
    list-style-type: none;
    padding: 0;
    line-height: 0;
	margin: 0 0 1rem 0;
}

body .footer-social li {
    display: inline-block;
	margin: 0 5px;
}

body .footer-social li:first-child {
    margin-left: 0px;
}

.footer-social li a {
    color: #c4c4c4;
    font-size: 20px;
    border: 1px solid #c4c4c4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	background: none;
}

.footer-social li a:hover {
    color: #fff;
    border-color: #fff;
}
/*footer*/

/*---heading-hide---*/
#hideMe {
    -moz-animation: cssAnimation 0s ease-in 7s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 7s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 7s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 7s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
.left_side_video video {
    width: 100% !important;
    border: 3px solid #000;
    border-left-width: 4px;
    border-bottom-width: 4px;
    border-top-width: 4px;
}
.left_side_video {
    width: 980px;
    margin: -30px auto 70px;
}


.mybox1 { 
    display: none; 
}

button:focus {
    outline: none;
    text-decoration: none;
    border: 0px;
}


/*Responsive*/
@media screen and (max-width: 1499px) { 
#overlay ul li a {
    font-size: 27px;
}


}


@media screen and (max-width: 1199px) {
.banner-head {
    font-size: 60px;
}
.footer-p {
    padding-right: 40px;
}

.inner-pgs .banner {
    min-height: 550px;
}

.thumbnail {
    height: 240px;
}

.model-name-hd {
    font-size: 20px;
}

.video-outer {
    margin: 20px 0;
}

.filters ul li {
    padding: 10px 10px;
}

.profile-img {
    height: 340px;
}

.carousel-gallery .swiper-slide a {
    height: 320px;
}

#overlay ul li a {
    font-size: 23px;
}
.banner-btn {
    max-width: 200px;
}
}


@media screen and (max-width: 991px) {
body .banner .container {
    margin-top: 85px;
}

.left_side_video {
    width: 95%;
    margin: -20px auto 50px;
}

.banner-head {
    font-size: 42px;
}

.banner-btn {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
	max-width: 150px;
}
.banner-btn span {
    font-size: 22px;
}

.banner-btn:before {
    bottom: 6px;
}

.nav-logo-outer {
    text-align: left;
}

.banner {
    background-size: cover;
}

#overlay ul li a {
    font-size: 28px;
}

.footer-p {
    padding-right: 0;
}

.lower p {
    text-align: center;
}

.lower .right-fp {
    text-align: center;
    margin-top: 10px;
}

.inner-pgs .banner {
    min-height: 480px;
}

.video-play-button span {
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.video-play-button:after {
    width: 70px;
    height: 70px;
}

.lower .col-lg-6:first-child {
    margin-bottom: 10px;
}

.model-nm-d {
    font-size: 45px;
}

.filters ul li {
    padding: 10px 10px;
    margin-left: 0px;
    font-size: 13px;
}

.profile-img {
    height: 270px;
}

.single-content {
    padding: 8px 8px;
}

.thumbnail {
    height: 220px;
}
body #overlay .nsi-menu {
    margin-left: 23px;
}
.banner-head, body #overlay .nsi-menu a, body #overlay .nsm-menu a {
    font-size: 39px;
    letter-spacing: 4px;
}
.nsi-menu::after {
    height: 63px;
 }
}


@media screen and (max-width: 767px) {
.banner-head {
    font-size: 38px;
    letter-spacing: 6px;
	margin-bottom: 70px;
}

.banner-btn {
	line-height: 30px;
	max-width: inherit;
    width: 50%;
    margin: 5px auto;
    display: inline-block;
}

.banner-btn:before {
    bottom: 2px;
}

.nav-logo-outer img {
	max-width: 140px;
}

#overlay ul li a {
    font-size: 24px;
}

.footer-heading {
    margin-top: 25px;
}

.footer-p {
    margin-bottom: 0;
}

.upper {
    padding-top: 25px;
}

.upper .row {
    padding-bottom: 15px;
}

.about-p {
    text-align: center;
}

.about-us-section {
    padding: 60px 0 55px;
}

.inner-pgs .banner {
    min-height: 470px;
}

.cortana-client .content-middle-inner {
    max-width: 33%;
}

.social {
    top: 40px;
}

#nav-icon {
    top: 47px;
}

#nav-icon.animate-icon {
    top: 47px;
}

.thumbnail {
	height: 220px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.inner-detail .navbar {
    padding: 20px 0px 80px;
}

.top-foot {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 15px;
}

.bottom-foot {
    text-align: center;
	margin-top: 10px;
}

.model-nm-d {
    font-size: 42px;
}

.filters ul li {
    font-size: 14px;
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.single-content {
    width: 100%;
    max-width: 400px;
}

.category , .book-form{
    margin-top: 25px;
}

.profile-img {
    height: 400px;
    max-width: 362px;
}

.carousel-gallery .swiper-pagination {
    display: none;
}
.filters ul li:first-child {
    margin: 0 auto;
}
.similar-model .single-content {
    display: inline-block;
	max-width: 50%;
}
.similar-model .profile-img {
    height: 362px;
}
.page-numbers {
    margin: 0px 3px 10px;
    display: inline-table;
}
}


@media screen and (max-width: 575px) {
.banner-head {
    font-size: 35px;
}

.nav-logo-outer img {
    max-width: 110px;
}

.social i {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    margin: 0 1px;
}

.social {
    top: 30px;
}

#nav-icon {
    top: 37px;
}

#nav-icon.animate-icon {
    top: 30px;
}

.testimonial-hd {
    font-size: 25px;
}

.testimonial-hd:after {
    bottom: -65px;
}

.testimonial-hd:after {
    bottom: -65px;
    background-size: 100%;
    width: 185px;
}

.banner-head:after {
	background-size: 100%;
    width: 185px;
}

.inner-pgs .banner {
    min-height: 500px;
}

.cortana-client .content-middle-inner {
    max-width: 50%;
}

.thumbnail {
    height: 225px;
}

.model-name-hd {
    font-size: 19px;
}

.inner-detail .navbar {
    padding: 20px 0px 70px;
}

.model-nm-d {
    font-size: 38px;
}

.profile-img {
    height: 380px;
    max-width: 360px;
}
.similar-model .single-content {
    display: inline-block;
	max-width: 100%;
}
.card-columns.press-sec .card {
    margin-bottom: .75rem;
}
}

@media screen and (max-width: 480px) {
.carousel-gallery .swiper-slide a {
    height: 360px;
}


}