

.page-footer {
    background: linear-gradient(90deg, #404F42 0%, #89c094 50%, rgb(4, 12, 14) 100%);
    padding-top: 50px;
    padding-bottom: 10px
}



.page-footer .footer-links {
    list-style: none;
    padding: 0;
    margin-bottom: 45px;
    word-break: break-all
}

.page-footer .footer-links a,.page-footer .region a {
    color: #ffffff;
    font-size: 17px
}

.page-footer .footer-links li {
    margin-bottom: 5px;
    line-height: 1.3
}

.page-footer .footer-legal .copyright {
    margin-right: 60px
}



*,::after,::before {
    box-sizing: border-box
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}



.content {
	text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
	padding-left: 30px;
	padding-right: 30px;
    
}



a {
    color: #CDFED7;
	
    
}


img,svg {
    vertical-align: middle	;
}

.row {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    
   
   
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
   
  
    margin-top: var(--bs-gutter-y)
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #404F42;
    background-clip: border-box;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: 1.125rem
}

.card-body {
    flex: 1 1 auto;
    padding: 0.5rem
	
}

.card-title {
    margin-bottom: .5rem
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px)
}





.navigation-clean {
    background: linear-gradient(90deg, #404F42 0%, #89c094 50%, rgb(4, 12, 14) 100%);
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

.navigation-clean .navbar-brand {
    font-weight: 700;
    color: #CDFED7;
	font-size: 30px;
    font-family: Gill Sans;
}



.navigation-clean .navbar-toggler {
    border-color: #ddd;
    color: #888
}



.navigation-clean .form-inline,.navigation-clean .navbar-collapse {
    border-top-color: #ddd
}



.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #CDFED7
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #fff!important;
    background-color: transparent
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #404F42;
    border-radius: 2px
}

@media (min-width: 768px) {
    .page-footer .region {
        margin-bottom:0
    }

    .navigation-clean {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .navigation-clean .navbar-nav .show .dropdown-menu {
        box-shadow: 0 4px 8px rgba(0,0,0,.1)
    }
}

.navigation-clean .dropdown-menu .dropdown-item,.navigation-clean .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    color: #CDFED7
}

.navigation-clean .dropdown-menu .dropdown-item:focus,.navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #404F42;
    color: inherit
}



@media (max-width: 767px) {
    .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
        color:#CDFED7;
        padding-top: .8rem;
        padding-bottom: .8rem;
        line-height: 1
    }

    .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #CDFED7;
    }
}

.list-inline {
    text-align: center
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/img/to-top.png) center 50% no-repeat rgba(232,98,86,.8);
    visibility: hidden;
    opacity: 0;
    
    
    transition: opacity .3s,visibility .3s;
    z-index: 9999
}





.h1,h1 {
    font-family: Brush Script MT;
	text-align: center;
	font-weight: bolder;
    color:#97ac3d;
    font-size: 50px;
    
}



.h2,h2 {
	font-family: Brush Script MT;
    text-align: center;
    color: #dad050;
	font-weight: bolder;
    font-size: 45px;
    
}

.h3,h3 {
    font-family: Brush Script MT;
	text-align: center;
	font-weight: bolder;
    color:#FCFF38;
    font-size: 40px;
    
}

.h4,h4 {
    font-family: Brush Script MT;
	text-align: center;
	font-weight: bolder;
    color:#80a33f;
    font-size: 35px;
    
}

video {
  max-width: 100%;
  height: 100%;
  border: 5px;
  margin-left: 2px;
  border-top-style: ridge;
  border-right-style: ridge;
  border-bottom-style: ridge;
  border-left-style: ridge;
  border-top-color: #2BAE66FF;
  border-right-color: #2BAE66FF;
  border-left-color: #FCF6F5FF;
  border-bottom-color: #FCF6F5FF;

}

	    


.gallery{
	display: block;
	float: left;
	width: 150px;
	margin: 5px;
	border: 2px solid #b300b3;
	vertical-align: bottom;
	
	
}
.gallery:hover{
	border: 2px solid #7723;
}	


.des{
	padding: 10px;
	text-align: center;
	background-color: #b300b3;
}


.main-content {
    min-height: calc(100vh - 417.7px)
}

.mc-border:hover {
    border-color: #000
}

.mc-border {
    width: 100%;
    margin: 0 auto 30px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc
}

.mc-inner:hover {
    border-color: #000
}

.wrap {
    height: 100%
}

.mc-inner {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-bottom: 2px solid #ccc;
    transition: .2s linear
}

.model-wrap {
    overflow: hidden;
    margin-bottom: 10px
}

.mc-border:hover .model-wrap:after {
    opacity: 1;
    transform: scale(1)
}

.model-wrap:after,.view-pro-btn {
    position: absolute;
    opacity: 0;
    transition: .3s ease-in-out
}

.model-wrap:after {
    content: '';
    background: rgba(0,0,0,.48);
    transform: scale(.3)
}

.model-wrap img {
    width: 100%;
    height: auto
}

.view-pro-btn {
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%)
}

.ribbon span,.view-pro-btn a:after {
    transform: rotate(45deg);
    position: absolute
}

.view-pro-btn a:hover {
    color: #000
}

.view-pro-btn a {
    text-decoration: none;
    display: block;
    border: 1px solid #fff;
    white-space: nowrap;
    text-transform: uppercase;
    padding: .5em 1em;
    font-size: 14px;
    line-height: 1.6;
    outline: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    min-width: 160px;
    margin: 5px auto;
    transition: .3s ease-in-out
}

.view-pro-btn a:hover:after {
    left: 0
}

.view-pro-btn a:after {
    content: '';
    left: -220%;
    top: -500%;
    width: 140%;
    height: 1000%;
    background: #fff;
    z-index: -1;
    transition: .3s ease-in-out
}

.model-info {
    padding-bottom: 0;
    font-family: 'Noto Sans',sans-serif;
    padding-top: 0
}

.model-title {
    font-weight: 400;
    font-family: "Open Sans";
    font-size: 18px;
    padding-top: 0
}

.mc-border:hover .view-pro-btn {
    opacity: 1
}

.model-title a {
    color: #666
}

.mc-inner:hover .model-title a {
    color: #000;
    text-decoration: none
}

.model-card {
    position: relative;
    margin-bottom: 30px
}

.ribbon {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    pointer-events: none
}

.ribbon span {
    font-size: 6px;
    font-weight: 700;
    color: #404f42;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #8F0808;
    background: linear-gradient(#CDFED7 0,#CDFED7 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    top: 19px;
    right: -21px
}

.ribbon span::after,.ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #5f0000
}

.ribbon span::before {
    left: 0;
    border-left: 3px solid #5f0000;
    border-right: 3px solid transparent
}

.ribbon span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #5f0000
}

[class*=image-effect] .bsblox-caption h3 {
    font-size: 17px;
    text-transform: uppercase
}

[class*=image-effect] .bsblox-caption p {
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0
}

[class*=image-effect] img {
    max-width: 100%;
    vertical-align: middle;
    border: 0
}

.bsblox-image-effect16 img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: .9
}

.bsblox-links div {
    display: inline-block
}

.bsblox-links .uk-icon-link,.bsblox-links .uk-icon-link:focus,.bsblox-links .uk-icon-link:hover {
    color: inherit
}

.bsblox-image-effect16 {
    position: relative;
    overflow: hidden;
    background: #222
}

.bsblox-image-effect16:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: blur(4px)
}

.bsblox-image-effect16 .bsblox-caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%
}

.bsblox-image-effect16:after,.bsblox-image-effect16:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    background-color: transparent;
    -webkit-transition: all .25s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.bsblox-image-effect16:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
    pointer-event: none
}

.bsblox-image-effect16:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 60px;
    right: 20px;
    pointer-events: none
}

.bsblox-image-effect16:hover:after,.bsblox-image-effect16:hover:before {
    height: 40px;
    width: 40px;
    opacity: 1
}

.bsblox-image-effect16 .bsblox-caption h3 {
    color: #fff;
    margin-bottom: 8px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0
}

.bsblox-image-effect16 .bsblox-caption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    color: rgba(255,255,255,.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bsblox-image-effect16:hover .bsblox-caption h3,.bsblox-image-effect16:hover .bsblox-caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bsblox-image-effect16 .bsblox-links {
    position: absolute;
    top: calc(50% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10
}

.bsblox-image-effect16 .bsblox-links a.profile-link {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,.56);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bsblox-image-effect16 .bsblox-links a.profile-link:first-child {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px
}

.bsblox-image-effect16 .bsblox-links a.profile-link:last-child {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
}

.bsblox-image-effect16:hover .bsblox-links a.profile-link {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bsblox-image-effect16 .bsblox-links a.profile-link:hover {
    background-color: rgba(0,0,0,.76)
}

@media (max-width: 420px) {
    [class*=image-effect] .bsblox-caption h3 {
        font-size:16px
    }

    [class*=image-effect] .bsblox-caption p {
        display: none!important
    }
}

.model-card-title {
    position: absolute;
    bottom: 0;
    color: #cdfed7;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #404F42 0%, #89c094 50%, rgb(4, 12, 14) 100%);
    width: 100%;
    padding: 10px
}

.star {
    width: 32px;
    height: 32px;
    transition: .6s all;
  }
  #rating {
    cursor: pointer;
    display: inline-block
  }
  #review-form .input-group-addon {
    min-width: 100px;
  }
  #review-form .btn {
    min-width: 100px;
  }
  #review-form input[type="text"],
  #review-form textarea {
    width: 100%;
  }
  #review-form .form-group {
    margin-bottom: 15px;
  }
  #review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
  }
  
  blockquote .footer{
    display: block;
    font-size: 80%;
  }

  .stars-container {
    margin-bottom: 5px;
  } 

  html {
    font: 300 100%/1.5 Ubuntu, sans-serif;
    color: #333;
    overflow-x: hidden;
  }

  #contact-form {
    max-width: 1208px;
    max-width: 75.5rem;
    margin: 0 auto;
  }
  #contact, label, input[name="submit"] {
    position: relative;
  }
  label > span, input, textarea, button {
    box-sizing: border-box;
  }
  label {
    display: block;
  }
  label > span {
    display: none;
  }
  input, textarea, button {
    width: 100%;
    padding: 0.5em;
    border: none;
    font: 300 100%/1.2 Ubuntu, sans-serif;
  }
  input[type="text"], input[type="email"], textarea {
    margin: 0 0 1em;
    border: 1px solid #ccc;
    outline: none;
  }
  input.invalid, textarea.invalid {
    border-color: #d5144d;
  }
  textarea {
    height: 6em;
  }
  input[type="submit"], button {
    background: #56006b;
    color: #ffffff;
  }
  input[type="submit"]:hover, button:hover {
    background: #185a31;
  }
  @media screen and (min-width: 30em) {
    #contact-form h2 {
      margin-left: 26.3736%;
      font-size: 2em;
      line-height: 1.5;
    }
    label > span {
      vertical-align: top;
      display: inline-block;
      width: 26.3736%;
      padding: 0.5em;
      border: 1px solid transparent;
      text-align: right;
    }
    input, textarea, button {
      width: 73.6263%;
      line-height: 1.5;
    }
    textarea {
      height: 10em;
    }
    input[type="submit"], button {
      margin-left: 26.3736%;
    }
  }
  @media screen and (min-width: 48em) {
    #contact-form {
      text-align: justify;
      line-height: 0;
    }
    #contact-form:after {
      content: '';
      display: inline-block;
      width: 100%;
    }
    #contact-form h2 {
      margin-left: 17.2661%;
    }
    #contact-form form, #contact-form aside {
      vertical-align: top;
      display: inline-block;
      width: 65.4676%;
      text-align: left;
      line-height: 1.5;
    }
    #contact-form aside {
      width: 30.9353%;
    }
  }

  #scroll-container {
  
    overflow: hidden;
    font-style: italic;
    font-family: Parkavenue;
    background-color: #4ca96c;
}
  
  #scroll-text {
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 20s linear infinite;
    -webkit-animation: my-animation 20s linear infinite;
    animation: my-animation 20s linear infinite;
    color: #ffff;
  }
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
  }
  
  /* for Chrome */
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  

  }
  hr.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
  }

  hr.dashed {
    border-top: 3px dashed #bbb;
  }
  
  

