/***
====================================================================
	Global Settings
====================================================================
 ***/

body {
  position: relative;
  font-family: "Poppins", sans-serif;
}

.bg-primary {
  background: #f1f1f1;
}

.semi-bold {
  font-weight: 600 !important;
}

/*body .btn {*/
/*    padding: 8px 14px !important;*/
/*}*/

.btn-primary {
  color: #fff !important;
  background-color: #14647d !important;
  border-color: #14647d !important;
}

.com-pixela-velinfilms .btn-primary {
  color: #fff !important;
  background-color: #3d3d3c !important;
  border-color: #3d3d3c !important;
}

.com-pixela-velinfilms .el-button.btn-primary {
  background-color: #3d3d3c !important;
  border-color: #3d3d3c !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
  color: #fff !important;
  background-color: #00b5a9 !important;
  border-color: #00b5a9 !important;
}

.el-button.btn-primary {
  color: #fff !important;
  background-color: #14647d !important;
  border-color: #14647d !important;
}
.btn-primary:visited {
  color: #fff !important;
  background-color: #14647d !important;
  border-color: #14647d !important;
}
.privacy-content .gallery_toolbar {
  padding: 0 !important;
}
.privacy-content .gallery_toolbar.fixed-top {
  margin: 0 !important;
}
/***
    ====================================================================
       splash-screen
    ====================================================================
     ***/

.splash-screen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-self: center;
}

/* Login  */

.main_wrapper {
  background-color: #f1f1f1;
}

.top_wrapper {
  background-color: #f1f1f1;
  padding: 0;
  text-align: center;
  /*min-height: 30vh;*/
  display: flex;
  align-items: center;
}

.container-section{
  margin-top: 59px;
}

.fixed-top {
  position: 10 !important;
}

.content_wrapper {
  padding: 20px 0px;
  /* min-height: 70vh; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  position: relative;
  overflow: auto;
}

.content_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/atmnirbhar.svg);
  background-repeat: no-repeat;
  height: 100px;
  background-size: contain;
  background-position: center bottom;
}

.form_icons {
  margin-bottom: 10px;
}

.nobg.content_wrapper::after {
  display: none;
}

.top_wrapper img {
  width: 100%;
  object-fit: cover;
}

/* Input  */

.mat_field_box h2 {
  margin: 0px 0 -0.125rem;
  padding: 0;
  color: #fff;
  text-align: center;
  color: #202124;
  font-family: "Google Sans", "Noto Sans Myanmar UI", arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.mat_field_box p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}

.mat_field_box .inputBox {
  position: relative;
}

.mat_field_box .inputBox input {
  width: 100%;
  padding: 0.625rem 10px;
  font-size: 1rem;
  letter-spacing: 0.062rem;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 4px;
  border: 2px solid #e6e6e7;
}

.mat_field_box .inputBox label {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0.625rem 0;
  font-size: 1rem;
  color: grey;
  pointer-events: none;
  transition: 0.5s;
}

.mat_field_box .inputBox input:focus ~ label,
.mat_field_box .inputBox input:valid ~ label,
.mat_field_box .inputBox input:not([value=""]) ~ label {
  top: -1.125rem;
  left: 10px;
  color: #00b5a9;
  font-size: 0.75rem;
  background-color: white;
  height: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.mat_field_box .inputBox input:focus {
  outline: none;
  border: 1px solid #00b5a9;
}

.mat_field_box input[type="submit"]:hover {
  box-shadow: 0 1px 1px 0 rgba(66, 133, 244, 0.45),
    0 1px 3px 1px rgba(66, 133, 244, 0.3);
}

.mat_field_box .inputBox input:focus ~ label,
.mat_field_box .inputBox input:valid ~ label,
.mat_field_box .inputBox input:not([value=""]) ~ label {
  top: -1.125rem;
  left: 10px;
  color: #00b5a9;
  font-size: 0.75rem;
  background-color: white;
  height: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.mat_field_box .inputBox input:focus {
  outline: none;
  border: 2px solid#00B5A9;
}

/* End Input  */

/* Otp  */

.otpinput {
  display: flex;
  /*justify-content: center;*/
}

.otpinput input {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 5px;
  text-align: center;
  border: none;
  border-bottom: 1px solid grey;
  margin-left: 5px;
}

.heightauto {
  min-height: auto !important;
}

/* Contatc us  */

.contact-us .btn-round {
  border-radius: 100px;
  padding: 6px 20px 6px 8px;
}

.green_wraper {
  background-color: #00b4a8 !important;
}

.toolbar {
  background-color: #00b4a8 !important;
  padding: 40px 20px;
}

.contact_toolbar {
  min-height: 100px;
}
.navigationss {
  background-color: #00b4a8;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.navigationss .com-pixela-velinfilms {
  background-color: #3d3d3c;
}

.com-pixela-velinfilms .dark-header{
  background-color: #3d3d3c !important;
}

.navigationss-dashboard {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.4);
}

.navigationss span {
  font-weight: 600;
  margin-left: 10px;
  font-size: 18px;
}

.navigationss .navbar .navbar-nav {
  width: 100%;
}

/* .navigationss .navbar {
  margin-top: 20px;
} */

.navigationss a.backbtn {
  margin-left: 15px;
}

.navigationss .navbar .nav-link i {
  width: 50px;
  font-size: 20px;
  text-align: center;
}

.navigationss .navbar .active .nav-link {
  /* color: #000 !important; */
  background: #f1f1f1;
  border-radius: 20px;
}

.bg-green {
  background-color: #00b4a8 !important;
}

.text-green {
  color: #00b4a8 !important;
}

.call_action a {
  display: flex;
  padding: 15px 20px;
  font-size: 24px;
  background-color: #f3f3f3;
  border-radius: 50px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  width: calc(100% - 66px);
  margin: 0 auto;
}

.innerwrap {
  width: 92%;
  margin: auto;
}

/* Star Rating  */

#star-1:checked ~ .rating_box [for="star-1"] svg,
#star-2:checked ~ .rating_box [for="star-1"] svg,
#star-2:checked ~ .rating_box [for="star-2"] svg,
#star-3:checked ~ .rating_box [for="star-1"] svg,
#star-3:checked ~ section [for="star-2"] svg,
#star-3:checked ~ .rating_box [for="star-3"] svg,
#star-4:checked ~ .rating_box [for="star-1"] svg,
#star-4:checked ~ section [for="star-2"] svg,
#star-4:checked ~ .rating_box [for="star-3"] svg,
#star-4:checked ~ .rating_box [for="star-4"] svg,
#star-5:checked ~ section [for="star-1"] svg,
#star-5:checked ~ .rating_box [for="star-2"] svg,
#star-5:checked ~ .rating_box [for="star-3"] svg,
#star-5:checked ~ section [for="star-4"] svg,
#star-5:checked ~ .rating_box [for="star-5"] svg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#star-1:checked ~ .rating_box [for="star-1"] svg path,
#star-2:checked ~ .rating_box [for="star-1"] svg path,
#star-2:checked ~ .rating_box [for="star-2"] svg path,
#star-3:checked ~ .rating_box [for="star-1"] svg path,
#star-3:checked ~ .rating_box [for="star-2"] svg path,
#star-3:checked ~ .rating_box [for="star-3"] svg path,
#star-4:checked ~ .rating_box [for="star-1"] svg path,
#star-4:checked ~ .rating_box [for="star-2"] svg path,
#star-4:checked ~ .rating_box [for="star-3"] svg path,
#star-4:checked ~ .rating_box [for="star-4"] svg path,
#star-5:checked ~ .rating_box [for="star-1"] svg path,
#star-5:checked ~ .rating_box [for="star-2"] svg path,
#star-5:checked ~ .rating_box [for="star-3"] svg path,
#star-5:checked ~ .rating_box [for="star-4"] svg path,
#star-5:checked ~ .rating_box [for="star-5"] svg path {
  fill: #ffbb00;
  stroke: #cc9600;
}

#star-p3:checked ~ .rating_box [for="star-p1"] svg,
#star-p3:checked ~ section [for="star-p2"] svg,
#star-p3:checked ~ .rating_box [for="star-p3"] svg,
#star-p4:checked ~ .rating_box [for="star-p1"] svg,
#star-p4:checked ~ section [for="star-p2"] svg,
#star-p4:checked ~ .rating_box [for="star-p3"] svg,
#star-p4:checked ~ .rating_box [for="star-p4"] svg,
#star-p5:checked ~ section [for="star-p1"] svg,
#star-p5:checked ~ .rating_box [for="star-p2"] svg,
#star-p5:checked ~ .rating_box [for="star-p3"] svg,
#star-p5:checked ~ section [for="star-p4"] svg,
#star-p5:checked ~ .rating_box [for="star-pp5"] svg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#star-p1:checked ~ .rating_box [for="star-p1"] svg path,
#star-p2:checked ~ .rating_box [for="star-p1"] svg path,
#star-p2:checked ~ .rating_box [for="star-p2"] svg path,
#star-p3:checked ~ .rating_box [for="star-p1"] svg path,
#star-p3:checked ~ .rating_box [for="star-p2"] svg path,
#star-p3:checked ~ .rating_box [for="star-p3"] svg path,
#star-p4:checked ~ .rating_box [for="star-p1"] svg path,
#star-p4:checked ~ .rating_box [for="star-p2"] svg path,
#star-p4:checked ~ .rating_box [for="star-p3"] svg path,
#star-p4:checked ~ .rating_box [for="star-p4"] svg path,
#star-p5:checked ~ .rating_box [for="star-p1"] svg path,
#star-p5:checked ~ .rating_box [for="star-p2"] svg path,
#star-p5:checked ~ .rating_box [for="star-p3"] svg path,
#star-p5:checked ~ .rating_box [for="star-p4"] svg path,
#star-p5:checked ~ .rating_box [for="star-p5"] svg path {
  fill: #ffbb00;
  stroke: #cc9600;
}

.rating_box label {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.rating_box label svg {
  width: 100%;
  height: auto;
  fill: white;
  stroke: #ccc;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.rating_box label svg path {
  -webkit-transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
  transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
}

.rating_box label[for="star-null"] {
  display: block;
  margin: 0 auto;
  color: #999;
}

.ratings.disable input {
  display: none;
}

.rating_box {
  background: #f5f5ff;
  padding: 15px;
  border-radius: 25px;
  display: flex;
}

.ratings p {
  text-align: center;
  font-size: 13px;
  color: #555;
}

.office_addres p {
  color: #555;
  font-size: 15px;
}

body .btn-round {
  border-radius: 20px;
  padding: 8px 20px;
}

.cont_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont_action .btn-round {
  border-radius: 20px;
  padding: 6px 14px 6px 6px;
  width: 160px;
}

.cont_action a {
  flex: 0 0 auto;
  color: #fff !important;
}

.social_icons {
  display: flex;
  justify-content: center;
}

.social_icons a {
  margin: 0px 10px;
}

/* Gallery  */

.tab_grids {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tab_grids li {
  flex: 0 0 auto;
  width: 33.333%;
}

.tab_grids.albumgallries li {
  flex: 0 0 auto;
  width: 100%;
}

.tab_grids li a {
  display: block;
  padding: 4px;
  position: relative;
}

.playicon {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
}

.tabs_gallery .nav-pills .nav-item {
  flex: 0 0 auto;
  width: 33.333%;
}

.tabs_gallery.photogallery .nav-pills .nav-item {
  flex: 0 0 auto;
  width: 50%;
}

.tabs_gallery .nav-pills .nav-link {
  border-radius: 0px;
  color: #000 !important;
  border-bottom: 2px solid #f1f1f1;
  display: block;
  width: 100%;
  text-align: center;
}

.tabs_gallery .nav-pills .nav-link.active,
.tabs_gallery .nav-pills .show > .nav-link {
  color: #14647d !important;
  background-color: #fff;
  border-bottom: 2px solid #14647d;
}

.gallery_toolbar {
  padding: 22px 20px 15px;
}

/* menu  */

.navigationss aside {
  background: #ffffff;
  width: 250px;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  transition: 0.3s;
  left: -250px;
  top: 0;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}

.navigationss aside.openeside {
  left: 0;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
  z-index: 10001;
  background-color: white;
  /* position: inherit; */
}

.navigationss button {
  border: none;
  background: none;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
}

.navigationss aside button:focus {
  box-shadow: none;
  outline: none;
}

button:focus {
  outline: none; /* removes browser default outline */
  box-shadow: none; /* removes glow */
  border: none; /* removes border if added by default */
}

body.openeside::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

.navigationss .navbar .nav-link {
  color: #000 !important;
}

/* End menu  */

.top_bar {
  background-color: #00b4a8;
  position: relative;
  min-height: 200px;
  padding: 20px;
}

.com-pixela-velinfilms .top_bar {
  background-color: #3d3d3c !important;
}

.top_bar111::before {
  content: "";
  position: absolute;
  left: 0;
  height: 32px;
  bottom: 0;
  right: 0;
  background-image: url(../images/sidebar-bg.svg);
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.top_bar h3 {
  font-size: 20px;
  margin-top: 30px;
}

.galleryinfo {
  margin-top: 20px;
  margin-bottom: 10px;
}

.album-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galleryinfo .media-body h4 {
  font-size: 20px;
}

.font13 {
  font-size: 13px !important;
}

.p-retive-5 {
  position: relative;
  top: 5px;
}

ul.social_links {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}

ul.social_links li {
  margin: 4px;
}

ul.social_links li a {
  display: flex !important;
  width: 35px !important;
  height: 35px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.dash_links {
  color: #000 !important;
  font-weight: 600;
  display: flex;
  align-content: space-around;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.albums_title {
  background-color: rgba(0, 0, 0, 0.5);
  width: 210px;
  min-height: 45px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 600;
  z-index: 8;
  text-align: center;
}

.selct_photo input {
  display: none;
}

/*.slecephotosss li {*/
/*    padding: 3px;*/
/*}*/

.tab_grids .selct_photo {
  display: block;
  border: 3px solid #fff;
  position: relative;
  margin: 0;
}

.tab_grids .selct_photo.active {
  border: 3px solid #ffe914;
}

.tab_grids .selct_photo.active::after {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  right: 0;
  background: #ffe914;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  top: 0px;
}

.nubsection {
  display: flex;
}

.selected_numbers {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 5px;
  right: 5px;
  left: 5px;
}

.selected_numbers.selection-process {
  z-index: 9999;
}

.nubsection li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffff;
  margin-right: 10px;
}

.nubsection {
  display: flex;
  padding: 10px;
  font-size: 13px;
}

.flex-end {
  justify-content: flex-end;
}

.tabs_gallery .tab-content {
  max-height: 70vh;
  overflow: auto;
}

.photogallery .tab-content {
  max-height: 60vh;
  overflow: auto;
}

.nofixed {
  position: static !important;
}

.galleryview .content_wrapper {
  padding-bottom: 0px !important;
  min-height: auto;
}

.dark-header {
  background-color: #00b4a8 !important;
}

.profile_pic {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.el-message-box {
  width: unset !important;
}

.min-h200px {
  min-height: 200px;
}

/* .gallery_toolbar.fixed-top .galleryinfo {display: none;} */

/* Media Query  */

@media (max-height: 430px) {
  .content_wrapper::after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .tab_grids li img {
    width: 100%;
  }

  .photogallery .tab-content {
    max-height: 73vh;
    overflow: auto;
  }
  .tabs_gallery .tab-content {
    max-height: 79vh;
    overflow: auto;
  }
}

.img-fluid {
  width: 100% !important;
}
.el-carousel__arrow {
  top: 50% !important;
  background-color: rgba(31, 45, 38, 0.44) !important;
  font-size: 30px !important;
}

.footer {
  justify-content: center !important;
  display: flex !important;
}
.selection-submit {
  margin-top: 13px !important;
  background: yellow !important;
  padding: 12px 32px !important;
  border-radius: 50px !important;
  color: #14647d !important;
  transition: all 0.2s;
  border: 1px solid yellow !important;
}
.photographer-rate {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.2rem;
}

.album {
  transform: rotate(270deg) translate(-50%, 0%) !important;
}

.album-img {
  display: block !important;
  justify-content: center !important;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  position: relative;
  height: auto;
}

.drawer-content {
  display: block !important;
  justify-content: center !important;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  position: relative;
  /*height: 400px !important;*/
  /*align-items: center;*/

  /*position:relative;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*width: 100%;*/
  /*height:550px;*/
  /* margin-top: -50%; !*set to a negative number 1/2 of your height*!
    margin-left: -50%; set to a negative number 1/2 of your width*/
}

.drawer-imag {
  transform: translate(-27%, 58%) rotate(90deg);
  object-fit: contain;
}
.home-pattern {
  position: relative;
  height: 250px;
}

.home-pattern::before {
  /* background-image: url('../images/sidebar-bg.svg');
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    height: 50px;
    background-size: cover; */
}

.photo-drawer header#el-drawer__title {
  position: absolute;
  right: 0;
  z-index: 999999;
  margin: 0;
  padding: 15px;
}
