/*
=======================================
============== main first =============
=======================================
*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: "FontAwesome";
  src: url("/font-awesome/fontawesome-webfont.eot");
  src: url("/font-awesome/fontawesome-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/font-awesome/fontawesome-webfont.woff2") format("woff2"),
    url("/font-awesome/fontawesome-webfont.woff") format("woff"),
    url("/font-awesome/fontawesome-webfont.ttf") format("truetype"),
    url("/font-awesome/fontawesome-webfont.svgfontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: "FontAwesome";
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background: var(--bg-white-color);
  font-family: "Roboto", sans-serif;
}
:root {
  --primary-color: #27a2f8;
  --bg-white-color: #f9faff;
  --text-color-dark: #242c37;
  --black-color: #000;
  --white-color: #fff;
  --border-color: #cccccc;
  --active-color: var(--primary-color);
  --transition: 0.45s ease-in;
  --box-shadow: 3px 3px 20px 5px rgba(204, 204, 204, 0.25);
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand img,
.signup-logo img {
  max-width: 235px;
  max-height: 50px;
}
a {
  color: var(--black-color);
  text-decoration: none;
  cursor: pointer;
}
#account-personal-profile .justify-content-center {
  text-align: justify;
}
#account-personal-profile a {
  color: var(--primary-color);
}
a:hover,
#account-personal-profile a:hover {
  color: var(--black-color);
}
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.row_d {
  display: flex;
  flex-wrap: wrap;
}
.flex_align_center {
  display: flex;
  align-items: center;
}
.flex_center_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_align_end {
  display: flex;
  align-items: end;
}
.container {
  max-width: 1380px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid {
  padding: 0 !important;
}
.btn_primary,
.primary_btn,
._primary_btn {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 7px 11px;
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.btn_primary:hover,
.primary_btn:hover,
._primary_btn:hover {
  color: var(--white-color);
}
/* ===================== Header Section Design ===================== */

#header .menu-item-has-children {
  position: relative;
}
#header .menu-item-has-children .sub-menu {
  position: absolute;
  background: var(--bg-white-color);
  width: max-content;
  display: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08) !important;
  padding: 5px 0;
  z-index: 9;
  left: 0;
}
#header .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  position: unset;
  box-shadow: none !important;
  padding: 0;
  padding-left: 15px;
}
/* #header #primary-menu > .menu-item-has-children > .sub-menu:hover, */

#header .menu-item-has-children:hover .sub-menu {
  display: block;
}
/* #header .menu-item:hover > .sub-menu,
#header .menu-item .sub-menu:hover {
  display: block;
} */
#header {
  background: var(--bg-white-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08) !important;
  position: relative;
  z-index: 10000;
}
#header .header__menu__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .header__menu__container .mid_menu_col {
  margin: 0 15px;
}
#header-second
  .news-feed-chat-projects
  .allen-walker-img-parent
  .usd-link-parent
  button
  img {
  margin-right: 0 !important;
}
#header .nav-item a.nav-link {
  color: var(--text-color-dark);
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s;
  padding: 6px;
}
#header .nav-item .sub-menu .nav-item {
  margin: 0;
  width: 100%;
}
#header .nav-item .sub-menu a.nav-link {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: var(--text-color-dark) !important;
  background: transparent;
  transition: all 0.4s;
  padding: 3px 0.5rem;
}
#header .nav-item .sub-menu a.nav-link:hover,
#header .nav-item .sub-menu .current-menu-item a.nav-link {
  color: var(--white-color) !important;
  background: var(--primary-color);
}
#header .nav-item.current-menu-parent > .nav-link,
#header .nav-item a.nav-link:hover {
  color: var(--primary-color);
}
#header li.nav-item {
  margin-right: 5px;
}
.header-btn {
  display: flex;
}
.header-btn a {
  outline: none;
  border: none;
  background: var(--primary-color);
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  padding: 8px 24px;
  border-radius: 4px;
}
.header-btn a:last-child {
  margin-left: 16px;
}
/* .dropdown-toggle::after {
  border: unset !important;width: unset !important;
}.dropdown:hover .dropdown-menu {
  display: block;
} */
.sidebar-menu .dropdown-toggle::after {
  border: unset !important;
  width: unset !important;
}
.sidebar-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.sidebar-menu .dropdown .dropdown-toggle::after {
  width: auto !important;
  color: #818896;
  font-size: 18px;
  margin-left: 5px;
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0;
  border-left: 0.3em solid transparent !important;
}
span.network {
  position: relative;
  left: 35px;
}
.sidebar-content .dropdown a.nav-link span,
.sidebar-content .dropdown a.nav-link {
  font-size: 14px !important;
  line-height: 22px;
}
.sidebar-wrapper .sidebar-menu ul li,
.sidebar-wrapper .sidebar-menu ul li a {
  margin-right: 0 !important;
}
.sidebar-menu .dropdown .dropdown-menu li a:hover {
  background-color: transparent;
}
.sidebar-menu .dropdown .dropdown-toggle {
  display: flex !important;
}
.sidebar-menu .dropdown ul li a div.usd-icon-parent img {
  width: auto !important;
  max-width: 15px;
  object-fit: contain !important;
}
#header .nav-item .nav-link i,
#header .nav-item .nav-link .wpmi__icon {
  font-size: 19px !important;
  margin-right: 3px !important;
  line-height: 18px;
}

/* ===================== Header Design End ===================== */

/* ===================== Hero Section Design ===================== */
.hero-child {
  background-image: url(../images/hero-img-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 654px;
  height: calc(100vh - 104px);
}
.hero_loading {
  max-height: calc(100vh - 72px) !important;
  overflow: hidden;
}
#hero .hero-content h1,
#hero .hero-content h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Raleway", sans-serif;
  font-style: normal;
  width: 100%;
  max-width: 380px;
}
#hero .hero-content p.pra-2,
#hero .hero-content p.pra-3,
#hero .hero-content p.pra-1 {
  font-size: 16px;
  font-weight: 500 !important;
  color: var(--white-color);
  line-height: 19px;
}
#hero .hero-content p.pra-2 {
  margin-top: 5px;
}
#hero .hero-content p.pra-3 {
  font-weight: 500;
}
#hero .hero-content p.pra-1 {
  margin-top: 20px;
}
#hero .hero-content p {
  text-align: justify;
}
#hero .hero-content p.pra-3 {
  margin-top: 12px;
}
#hero .hero-btn-parent {
  display: flex;
  margin-top: 24px;
}
#hero a.btn-margin {
  margin-left: 32px;
}
a.custom-btn {
  outline: none;
  border: none;
  padding: 8px 35px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: max-content;
  border: 2px solid var(--primary-color);
}
#hero .hero-btn-parent a.custom-btn:last-child {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.hero-small-box {
  background: rgba(255, 255, 255, 0.094);
  border: 1.97px solid rgba(255, 255, 255, 0.188);
  backdrop-filter: blur(22.9833px);
  border-radius: 4px;
  padding: 8px 20px;
  position: absolute;
  right: 0px;
  bottom: 110px;
  max-width: 200px;
  width: 100%;
  gap: 10px;
}
.hero-small-box #name {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 21px;
  color: var(--primary-color) !important;
}
.hero-small-box .left-img {
  margin-bottom: 8px;
}
.hero-small-box .left-img,
.hero-small-box .right-content {
  display: flex;
  align-items: center;
}
.hero-small-box .left-img img,
.hero-small-box .right-content img {
  object-fit: contain;
  max-width: 23px;
  height: 23px;
  margin-right: 10px;
}
.hero-small-box .left-img img {
  object-fit: cover !important;
  border: 2px solid var(--primary-color);
  width: 100% !important;
  max-width: 25px;
  height: 25px;
  margin-right: 8px;
}
.hero-small-box .right-content h6:first-child {
  margin-bottom: 8px;
  color: var(--primary-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.hero-small-box .right-content h6:last-child,
.hero-small-box .right-content h3:last-child {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
}
#hero .slick-prev {
  top: 89.5%;
  left: 47.5%;
  z-index: 100;
}
#hero .slick-next {
  top: 89.5%;
  right: 47.5%;
  left: unset;
  z-index: 100;
}
/* ===================== Portfolio Section Design ===================== */

#portfolio-video {
  background: var(--bg-white-color);
  padding-top: 35px;
}
#portfolio-video .portfolio-video-child {
  width: auto;
  background: var(--white-color);
  /* box-shadow: 0px 23px 30px -2px rgba(0, 0, 0, 0.07); */

  border-radius: 8px;
}
#portfolio-video .portfolio-video-child .video-thumbnail {
  height: 166px;
  cursor: pointer;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
#portfolio-video .slick-child-padding {
  padding: 0 10px;
}
#portfolio-video .portfolio-video-child .video-thumbnail .play-btn {
  width: max-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#portfolio-video .portfolio-video-child .video-thumbnail > img {
  width: 100%;
  height: 166px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.testimonial_with_btn .client-img-client .video-content {
  margin-top: 10px;
  padding-bottom: 10px;
}
.portfolio-page-box .video-content,
#portfolio-video .portfolio-video-child .video-content {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 10px;
  min-height: 120px;
}
.portfolio-page-box .video-content h6,
.portfolio-page-box .video-content h3,
#portfolio-video .portfolio-video-child .video-content h6,
#portfolio-video .portfolio-video-child .video-content h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  text-align: center;
  margin-top: 16px;
}
.portfolio-page-box .video-content p,
#portfolio-video .portfolio-video-child .video-content p {
  margin-top: 5px;
  padding-bottom: 10px;
}
#portfolio-video .slick-prev:before,
#portfolio-video .slick-next:before {
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  font-weight: 700;
  opacity: 1 !important;
  content: "\f105";
  font-family: FontAwesome;
  color: var(--primary-color);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--white-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
#portfolio-video .slick-next:before {
  content: "\f104";
}
#portfolio-video .slick-next {
  top: 30%;
  left: -10px;
}
#portfolio-video .slick-prev {
  top: 30%;
  right: -8px;
  left: unset;
  z-index: 100;
}
#portfolio-video h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: var(--text-color-dark);
  padding-left: 10px;
}
#portfolio-video .protfolio-main-column {
  margin-bottom: 10px;
}
.portfolio-tab-btn {
  width: max-content;
  margin-left: auto;
}
.portfolio-tab-btn ul {
  display: flex;
  margin-right: 10px;
  border-bottom: 1px solid var(--border-color);
}
.portfolio-tab-btn.border-none {
  position: relative;
}
.portfolio-tab-btn.border-none ul {
  border-bottom: none;
}
.portfolio-tab-btn ul li {
  margin-left: 6px;
}
.portfolio-tab-btn ul li:first-child {
  margin-left: 0px;
}
.portfolio-tab-btn ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
  display: block;
  background: var(--primary-color);
  padding: 8px 14px;
  border-radius: 5px 5px 0px 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border: 1px solid var(--border-color);
  border-bottom: 0;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%) !important;
}
.portfolio-tab-btn ul li a#filmvideo-tab,
.portfolio-tab-btn ul li a#bts-btsvideo-tab,
.portfolio-tab-btn ul li a#directclient-tab {
  border-radius: 5px 5px 0px 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  borderbottomleftradius: 0;
  borderbottomrightradius: 0;
  bordertopleftradius: 5;
  bordertoprightradius: 5;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
}
.portfolio-tab-btn ul li a.active {
  background: var(--white-color);
  color: var(--active-color);
}
/* ===================== Behind The Scence Section Design ===================== */

.behind-child .video-thumbnail > img {
  height: 221px !important;
}
.behind-child .video-content {
  margin-top: 66px !important;
}
/* ===================== Logo Section Design ===================== */

#logo {
  background: var(--bg-white-color);
}
#logo .logo-single {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 8px;
  background: var(--white-color);
  margin-bottom: 22px;
}
#logo .logo-child {
  padding: 0 16px;
}
#logo .slick-prev:before,
#logo .slick-next:before {
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  font-weight: 700;
  opacity: 1 !important;
  content: "\f105";
  font-family: FontAwesome;
  color: var(--primary-color);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
#logo .slick-next:before {
  content: "\f104";
}
#logo .slick-next {
  top: 44%;
  left: -4px;
}
#logo .slick-prev {
  top: 44%;
  right: -7px;
  left: unset;
  z-index: 100;
}
#logo h2 {
  margin-left: 15px;
  margin-top: -6px;
}
#country-support h2,
#country-support h1 {
  margin-top: -6px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: var(--text-color-dark);
}
/* ================== Testimonial Section Design ============ */

.testimonial-box-child {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  background: var(--white-color);
  min-height: 290px;
}
.testimonial-single {
  padding: 0 14px;
}
.testimonial-box-child p {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 10px;
}
.testimonial-box-child .testimonial-img {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.testimonial-box-child h4,
.testimonial-box-child h3 {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #4e75e4;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
}
#testimonial h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 8px;
  color: var(--text-color-dark);
}
#service-we-provide a.view-more,
.behind-the-scence a.view-more,
#testimonial a.view-more {
  display: block;
  width: max-content;
  margin: auto;
  background: var(--primary-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 70px;
}
.behind-the-scence a.view-more {
  margin-bottom: 0;
}
#testimonial .slick-prev:before,
#testimonial .slick-next:before {
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  font-weight: 700;
  opacity: 1 !important;
  content: "\f105";
  font-family: FontAwesome;
  color: var(--primary-color);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
#testimonial .slick-next:before {
  content: "\f104";
}
#testimonial .slick-next {
  top: 50%;
  left: -6px;
}
#testimonial .slick-prev {
  top: 50%;
  right: -4px;
  left: unset;
  z-index: 100;
}
/* ===================== Map Section Design ===================== */

#map h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: var(--text-color-dark);
}
#map iframe {
  width: 100%;
  height: 700px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* ===================== Form Section Design ===================== */

#form {
  background-image: url(../images/form-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#form::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#form .form-parent {
  width: 100%;
  max-width: 525px;
  margin: auto;
  position: inherit;
  z-index: 100;
  background: rgba(245, 245, 245, 0.3);
  border: 2px solid var(--primary-color);
  box-shadow: 0px 23px 30px -2px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 8px 24px;
  margin-top: 30px;
}
#form h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: var(--white-color);
  text-align: center;
  padding-top: 40px;
  position: inherit;
  z-index: 20;
}
.form textarea,
.form input {
  width: 100%;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 23px 30px -2px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 10px 24px;
  margin-top: 24px;
  caret-color: var(--white-color);
}
.form textarea {
  height: 90px;
}
.form textarea::placeholder,
.form input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
}
#form .form-btn-parent {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#form .form-btn-parent .button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 6px 36px;
  border: none;
  outline: none;
  margin-top: 24px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
#form ul.email-parent,
#form ul.others {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  z-index: 50;
}
#form ul.email-parent li a,
#form ul.others li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: var(--white-color);
}
#form ul.others {
  display: flex;
  margin-top: 24px;
  padding-bottom: 68px;
}
#form ul.email-parent li {
  background-image: url(../images/form-email.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 40px;
  margin-top: 24px;
}
#form ul.others li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 28px;
  margin: 0px 8px;
  display: flex;
  align-items: flex-end;
}
#form ul.others li:first-child {
  background-image: url(../images/headphone2.svg);
}
#form ul.others li:nth-child(2) {
  background-image: url(../images/wechat2.svg);
}
#form ul.others li:last-child {
  background-image: url(../images/whatsapp2.svg);
}

/* ===================== Footer Section Design ===================== */

footer {
  background: #161e2c;
  padding-top: 110px;
  padding-bottom: 56px;
  position: relative;
  /* z-index: 9999; */
}
#sidebar {
  z-index: 99999;
}
footer .footer-content-parent .footer-content-child h3,
footer .footer-content-parent .footer-content-child-1 a {
  min-height: 87px;
  display: block;
  margin: 0;
}
.footer-content-parent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-content-parent h3 {
  color: var(--white-color);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 25px;
}
.footer-content-parent p a {
  color: #bec0c2;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
}
.footer-content-parent .footer-content-child-1 p {
  color: var(--white-color);
  max-width: 290px;
  margin-top: 8px;
}
.footer-btn-parent input {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  caret-color: var(--white-color);
  color: var(--white-color);
  width: 100%;
  padding: 0 10px;
  height: auto;
  margin: 0;
}
.footer-btn-parent input::placeholder {
  color: #bec0c2 !important;
}
.footer-btn-parent {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 15px;
  margin-top: 15px;
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-btn-parent img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.footer-btn-parent button {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.footer-btn-parent img {
  cursor: pointer;
}
.footer-social-icon-parent {
  margin: 50px auto 0;
  width: 100%;
}
.footer-social-icon-parent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-social-icon-parent ul li {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.navbar .navbar-brand img,
.second-header-logo img {
  height: auto;
  max-width: 170px;
}
.footer-social-icon-parent ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
/* ===================== Country info Page Design  ===================== */

.country-map {
  background: var(--bg-white-color);
}
#country-support {
  padding-bottom: 12px;
  background: var(--bg-white-color);
  padding-top: 22px !important;
}
.banner_text {
  text-align: justify;
  margin-bottom: 22px;
}
#country-support .country-box {
  padding: 32px 24px;
  background: var(--white-color);
  box-shadow: 0px 23px 30px -2px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 100%;
}
.slick-prev,
.slick-next {
  width: 30px !important;
  height: 30px !important;
  z-index: 999;
}
#country-support .country-box p {
  color: var(--black-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */

  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#country-support .country-box p.filming-facility {
  text-align: center;
}
#country-support .country-box img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}
#country-support .country-box a.country-name,
#country-support .country-box .country-name {
  margin-top: 10px;
  color: var(--black-color);
  font-size: 20px;
}
.main-color {
  color: var(--primary-color);
}
#country-support .country-box .view-more {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--primary-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}
#country-support .country-box .time {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 8px;
  height: 21px;
}
#country-support .country-box .name.tooltip {
  height: 21px;
}
#country-support .country-box .time p {
  margin-left: 5px;
}
#country-support .country-box p.filming-facility {
  margin-top: 8px;
}
#country-support .country-box p.filming-facility a {
  display: inline-block;
}
#country-support .country-box p.content {
  text-align: justify;
  margin-top: 8px;
}
#country-support .country-box a.view-more {
  margin-top: 8px;
}
.behind-the-scence-country {
  padding-bottom: 32px;
}
/* ======================= Crew Page Redesign  ===================== */

#crew {
  background: var(--bg-white-color);
}
#crew .crew-box {
  padding: 16px;
  background: #fdfeff;
  box-shadow: 0px 23px 30px -2px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 100%;
}
#crew .crew-box .top-img {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#crew .crew-box .top-img img.img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
}
.name.tooltip {
  color: var(--black-color) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
#crew .crew-box .top-img .badged {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px !important;
}
#crew .crew-box h5.id,
#crew .crew-box h2.id {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px;
  color: var(--black-color);
  text-align: center !important;
  margin-top: 20px;
}
#crew .crew-box .active-name {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
#crew .crew-box .active-name a.name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  display: block;
  margin-left: 8px;
}
#crew .crew-box .video-icon,
#crew .crew-box .gender {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
#crew .crew-box .video-icon p,
#crew .crew-box .gender p {
  margin-left: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
}
#crew .crew-box .country {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
#crew .crew-box .country a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  display: block;
  margin-left: 10px;
  margin-bottom: 4px;
}
#crew .crew-box .country img {
  width: 20px;
  height: 15px;
  object-fit: contain;
  max-height: 23px;
}
#crew .crew-box p.city {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
}
#crew .crew-box .language,
#crew .crew-box .alarm-clock {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
#crew .crew-box .language p,
#crew .crew-box .alarm-clock p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
}
#crew .crew-box a.view-profile {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  margin-top: 15px;
}
.crew-map {
  padding-top: 42px;
  background: var(--bg-white-color);
}
#map .portfolio-tab-all-btn ul,
#portfolio-page .portfolio-tab-all-btn ul,
#crew .portfolio-tab-all-btn ul {
  width: max-content;
  margin-left: auto;
}
#map .portfolio-tab-all-btn ul li a,
#portfolio-page .portfolio-tab-all-btn ul li a,
#crew .portfolio-tab-all-btn ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
  display: block;
  /* background: linear-gradient(182deg, #f2f2f2 5.14%, #cdcccc 69.13%) !important; */

  background: var(--primary-color) !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  padding: 0px 14px;
  height: 35px;
  line-height: 35px;
}
#map .portfolio-tab-all-btn ul li a img,
#portfolio-page .portfolio-tab-all-btn ul li a img,
#crew .portfolio-tab-all-btn ul li a img {
  padding-left: 8px;
}
/*=================== New Code Add  ===================*/ /*===================  16/03/22  ===================*/

#portfolio-video .portfolio-video-child .video-content ul li {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
#portfolio-video .portfolio-video-child .video-content ul li img {
  width: 20px;
  object-fit: contain;
}
#portfolio-video .portfolio-video-child .video-content ul li span {
  display: block;
  margin-left: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-color-dark);
}
/* ===================== Service Page Design  ===================== */

#map .portfolio-tab-all-btn ul .reset a,
#portfolio-page .portfolio-tab-all-btn ul .reset a,
#crew .portfolio-tab-all-btn ul .reset a,
.single-wps-support-country #crew .portfolio-tab-all-btn ul .reset a,
#portfolio-page .portfolio-tab-all-btn ul li a.active {
  background: var(--white-color) !important;
  color: var(--active-color) !important;
}
#service-we-provide {
  background: var(--bg-white-color);
}
#service-we-provide .service-single {
  /* height: 120px; */

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: var(--white-color);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 8px;
  overflow: hidden;
}
#service-we-provide .service-single img {
  width: 100%;
}
#service-we-provide .service-single img {
  width: 100%;
}
#service-we-provide .service-single h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: var(--white-color);
  width: max-content;
}
#service-we-provide .service-title h2,
#service-we-provide .service-title h1 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: var(--black-color);
}
#service-we-provide a.view-more {
  margin-bottom: 34px;
}
#service-we-provide a.view-more img {
  margin-left: 8px;
}
.portfolio-service {
  padding-top: 0 !important;
}
.service-video {
  padding-bottom: 32px !important;
}
/* ===================== Portfolio Page Design  ===================== */

#portfolio-page {
  background: #f8fafb;
  padding-top: 20px;
  padding-bottom: 15px;
}
#portfolio-page.crew-profile-page-pad {
  padding-top: 0;
}
#portfolio-page.crew-profile-page {
  padding-top: 15px;
}
#portfolio-page .portfolio-page-box {
  background: var(--white-color);
  margin-top: 24px;
  box-shadow: 0px 23px 30px -2px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  overflow: visible;
}
#portfolio-page .portfolio-page-video {
  width: 100%;
  height: 166px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: visible;
  overflow: hidden;
}
.testimonial_with_btn .client-img-client .project-video {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
#portfolio-page .portfolio-page-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portfolio-page .portfolio-page-video button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  border: none;
  background: transparent;
}
#portfolio-page .portfolio-page-box h3,
#portfolio-page .portfolio-page-box h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  text-align: center;
  margin-top: 16px;
}
#portfolio-page .portfolio-page-box h2 strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  text-align: center;
}
#portfolio-page .portfolio-page-box a.project-category-link {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin-top: 11px;
}
#portfolio-page .portfolio-page-box a.project-category-link b {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-left: 8px;
}
#portfolio-page .portfolio-page-box a.project-category-link span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-left: 8px;
}
#portfolio-page .portfolio-page-box .client-img-client {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
#portfolio-page .portfolio-page-box a.portfolio-logo {
  display: block;
  width: 85px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
  background: var(--white-color);
}
#portfolio-page .portfolio-page-box a.portfolio-logo img {
  width: 70%;
  text-align: center;
  max-height: 98% !important;
  object-fit: contain;
}
#portfolio-page .portfolio-page-box ul.client-link-parent {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-left: 8px;
}
#portfolio-page .portfolio-page-box ul.client-link-parent li {
  margin-right: 5px;
}
#portfolio-page .portfolio-page-box ul.client-link-parent li a {
  color: var(--primary-color);
}
#portfolio-page .portfolio-page-box ul.client-link-parent li a span {
  color: var(--black-color);
}
#portfolio-page .portfolio-page-box .gender-name {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
#portfolio-page .portfolio-page-box a.gender-name img {
  margin-right: 8px;
}
#portfolio-page .portfolio-page-box a.country-f {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
#portfolio-page .portfolio-page-box a.country-f img {
  width: 26px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}
#portfolio-page .portfolio-page-box p.shooting-days,
#portfolio-page .portfolio-page-box p.city {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
#portfolio-page .portfolio-page-box p.shooting-days span,
#portfolio-page .portfolio-page-box p.city span {
  font-weight: 400;
}
#portfolio-page .portfolio-page-box a.view-details {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-color);
  padding-bottom: 16px;
}
#crew .portfolio-tab-all-btn ul,
#map .portfolio-tab-all-btn ul,
#portfolio-page .portfolio-tab-all-btn ul {
  display: flex;
  align-items: center;
}
#crew .portfolio-tab-all-btn ul p,
#map .portfolio-tab-all-btn ul p,
#portfolio-page .portfolio-tab-all-btn ul p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
}
#crew .portfolio-tab-all-btn ul p span,
#map .portfolio-tab-all-btn ul p span,
#portfolio-page .portfolio-tab-all-btn ul p span {
  color: var(--primary-color);
}
#crew .portfolio-tab-all-btn ul li,
#map .portfolio-tab-all-btn ul li,
#portfolio-page .portfolio-tab-all-btn ul li {
  margin-left: 6px;
}
#crew .pagination,
#portfolio-page .pagination {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.pagination ul {
  display: flex;
}
.wps-global-portfolio-total-result,
.wps-global-totalpro-result,
.portfolio-tab-btn form p span {
  color: var(--primary-color);
}
.pagination ul li {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dfe3e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  margin-right: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212b36;
  cursor: pointer;
}
.pagination ul li.actived {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.pagination ul li.prev-pag {
  background: #919eab;
}
#counter.country-counter {
  margin-top: 0;
}
#counter .counter-single {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 260px;
  position: initial;
  z-index: 10;
}
#counter .counter-single h3 {
  font-weight: 700;
  color: var(--white-color);
  font-size: 38px;
  line-height: 36px;
  margin-bottom: 20px;
}
#counter .counter-single p {
  color: var(--white-color);
  line-height: 34px;
  font-size: 25px;
  font-weight: 400;
}
#counter {
  background: #1d2637;
  height: 260px;
  position: relative;
}
/* ===================== Project News Page Design  ===================== */

.project-news-parent {
  width: 100%;
  box-shadow: 0px 23px 30px -2px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background: var(--white-color);
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
}
.project-news-parent .project-video {
  width: 100%;
  height: 166px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.project-news-parent .project-video img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.project-news-parent .project-video img:last-child {  position: absolute; 

left: 50%; 

top: 50%; 

transform: translate(-50%, -50%); 

cursor: pointer;}*/

.project-news-parent .project-video img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  min-height: inherit !important;
}
.project-news-parent p {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.project-news-parent .news-country {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.project-news-parent .news-country img {
  width: 18px;
  height: 12px;
  object-fit: contain;
}
.project-news-parent .news-country p {
  margin-left: 6px;
}
.project-news-parent a p {
  font-weight: 700;
}
.news-pagination {
  margin-top: 4px !important;
  margin-bottom: 32px;
}
/* ==================  Custom Switch Design ============================== */

ul li.switch-parent {
  display: flex;
  align-items: center;
}
ul li.switch-parent .switch {
  margin-right: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 18px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: var(--primary-color);
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color);
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* ===================== Testimonial Page Design  ===================== */

.testimonial-img img {
  height: 49px;
  width: 49px !important;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-page-box {
  padding: 0;
  margin-top: 25px;
}
.testimonial-page-box .testimonial-country {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.testimonial-page-box .testimonial-country h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #4e75e4;
  margin-left: 16px;
}
.testimonial-page-box .testimonial-country img {
  width: 22px;
  height: 18px;
  object-fit: cover;
}
.testimonial-pagination {
  margin-top: 16px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}
.testimonial-counter {
  margin: 0 !important;
}
/* ======================= Country Details Page ===================== */

.country-details-page {
  background: var(--bg-white-color);
  padding-top: 40px;
}
.country-details-page h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: var(--primary-color);
  margin-bottom: 24px;
}
.country-detail-counter {
  margin-top: 0 !important;
}
.country-detail-portfolio {
  padding-bottom: 32px;
}
.country-details-single-box {
  /* width: max-content;max-width: 100%;margin-left: auto;margin-right: auto;display: flex;background: var(--white-color);box-shadow: var(--box-shadow);border-radius: 8px;padding: 16px;min-width: 680px;margin-bottom: 32px; */
}
.country-details-single-box .country-details-box-img {
  padding: 0 8px;
}
.country-details-single-box .country-details-box-content {
  padding: 0 8px;
  width: 100%;
}
.country-details-single-box .country-details-box-content a.title,
.country-details-single-box .country-details-box-content h1.title,
.country-details-single-box .country-details-box-content strong {
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin-top: 26px;
  color: var(--black-color);
}
.country-details-single-box .country-details-box-content strong,
.country-details-single-box .country-details-box-content .title {
  margin-top: 0;
  margin-bottom: 15px;
}
.country-details-page .country-details-single-box {
  padding: 30px 20px;
}
.country-details-box-content .boxicon:last-child {
  margin-bottom: 0 !important;
}
.country-details-single-box .country-details-box-content .language,
.country-details-single-box .country-details-box-content .alarm-clock {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.country-details-single-box .country-details-box-content .language p,
.country-details-single-box .country-details-box-content .alarm-clock p {
  margin-left: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.country-details-single-box .country-details-box-content .location {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.country-details-single-box .country-details-box-content .location ul {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.country-details-single-box .country-details-box-content .location ul li {
  margin-left: 5px;
}
.country-details-single-box .country-details-box-content .location ul li a {
  color: var(--black-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.country-details-single-box .country-details-box-content > P {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-top: 8px;
}
.country-details-single-box .country-details-box-img img {
  height: 224px;
  width: 300px;
  object-fit: contain;
}
.country-details-col {
  padding: 28px;
  background: var(--white-color);
  box-shadow: 3px 3px 20px 5px rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  margin-bottom: 24px;
  text-align: justify;
}
.country-details-col .strong {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.country-details-col .strong p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: var(--black-color);
}
.country-details-col .strong p span {
  color: var(--primary-color);
}
.country-details-col .strong strong,
.country-details-col h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  color: var(--primary-color);
}
.country-details-col p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #212529;
  text-align: justify;
}
.country-details-col .noContentAvailable {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.portfolio-tab-all-btn select,
#portfolio-page .portfolio-tab-all-btn select,
#map .portfolio-tab-all-btn select,
#crew .portfolio-tab-all-btn select {
  background: var(--primary-color);
  border: 1px solid var(--border-color);
  padding: 8px 14px;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  outline: none;
  width: 100%;
}
.portfolio-tab-all-btn select option,
#portfolio-page .portfolio-tab-all-btn select option,
#map .portfolio-tab-all-btn select option,
#crew .portfolio-tab-all-btn select option {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  background: #ddd !important;
}
.entry-content {
  background: var(--bg-white-color);
}
.entry-content p:first-child {
  /* width: max-content; */

  margin-left: auto;
  margin-right: auto;
}
.entry-content p strong {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: var(--black-color);
  margin-top: 18px;
  display: block;
}
.um.um-login .um-form input[type="text"],
.um-form input[type="search"],
.um-form input[type="tel"],
.um-form input[type="number"],
.um-form input[type="password"] {
  border: 1px solid var(--primary-color) !important;
  margin-top: 30px !important;
}
.um input[type="submit"].um-button {
  background: var(--primary-color) !important;
  -webkit-appearance: none;
  border-radius: 0 !important;
}
#signup-parent-1 .um-button {
  text-transform: capitalize !important;
}
.um .um-button.um-alt {
  border-radius: 0 !important;
}
.um .um-form input[type="text"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="number"],
.um .um-form input[type="password"],
.um .um-form textarea,
.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above {
  border: 1px solid var(--primary-color) !important;
}
.um-page-login .um .um-form input[type="text"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="number"],
.um .um-form input[type="password"],
.um .um-form textarea,
.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above {
  border: 1px solid var(--primary-color) !important;
}
.um-page-login .um .um-form input[type="text"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="number"],
.um .um-form input[type="password"],
.um .um-form textarea,
.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above,
#user_password-12 {
  border: 1px solid var(--primary-color) !important;
}
.um-page-login .um-field-label {
  display: none;
}
.um-field-checkbox-state i,
.um-field-radio-state i {
  color: var(--primary-color) !important;
}
.um-field-checkbox:not(.um-field),
.um-field-radio:not(.um-field) {
  margin: 15px 0 !important;
}
.um-field-checkbox .um-field-checkbox-option,
.um-field-radio-option {
  color: var(--black-color) !important;
}
.um-field-label label {
  display: none !important;
}
#um_field_158_role_select .select2.select2-container .select2-selection,
input#confirm_user_password-158,
input#user_password-158,
input#username-158 {
  border-color: var(--primary-color) !important;
}
#um_field_158_role_select
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow:before {
  color: var(--primary-color) !important;
  font-size: 24px !important;
}
#um_field_13_first_name {
  width: 49%;
  float: left;
}
#um_field_13_last_name {
  width: 49%;
  float: right;
}
.um-field-shortcode {
  clear: both !important;
  width: 49% !important;
  float: left;
}
#um_field_13_birth_date {
  float: right;
  width: 49% !important;
}
#um_field_13_phone_number {
  clear: both !important;
}
.um-field-half {
  width: max-content !important;
  float: left !important;
}
.um-field-half.right {
  margin-left: 20px !important;
}
#um_field_13_user_profile_address .um-field-area textarea,
#um_field_13_country .um-field-area,
#um-field-shortcode .um-field-area,
#um_field_13_birth_date .um-field-area input,
#um_field_13_phone_number .um-field-area input,
#um_field_13_last_name .um-field-area input,
#um_field_13_first_name .um-field-area input {
  border: 1px solid var(--primary-color) !important;
}
#um_field_13_country {
  clear: both;
}
#um_field_13_languages .select2 .um-form textarea {
  height: unset !important;
}
.um-field-label .um-field-label-icon i {
  display: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  display: none !important;
}
.select2.select2-container .select2-selection .select2-selection__arrow:before {
  color: var(--primary-color) !important;
}
.select2-container .select2-search--inline {
  /* float: unset !important; */
}
#um_field_13_languages .select2.select2-container .select2-selection {
  padding-left: 0 !important;
}
.um .um-form input[type="text"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="number"],
.um .um-form input[type="password"],
.um .um-form textarea,
.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above {
  min-height: unset !important;
}
.select2-container .select2-search--inline .select2-search__field {
  /* height: 40px !important;margin-top: 0 !important;margin-left: 0 !important;border: none !important;margin-bottom: 10px !important;outline: none !important; */
}
.select2-container .select2-search--inline .select2-search__field {
  /* height: 40px !important; */

  margin-top: 0 !important;
  margin-left: 0 !important;
  /* border: none !important; */

  margin-bottom: 4px !important;
  /* outline: none !important; */
}
#um_field_13_languages .select2.select2-container .select2-selection {
  padding: 0 !important;
  border: none !important;
}
#um_field_13_languages
  .select2-container
  .select2-search--inline
  .select2-search__field {
  border: 1px solid var(--primary-color) !important;
}
.um-field .um-field-area .form-control {
  border: 1px solid var(--primary-color) !important;
  border-radius: 0 !important;
  width: 95% !important;
  padding: 7.5px 12px !important;
}
.um-field {
  position: relative;
  /* padding: 23px 0 0 0 !important; */
}
.picker__footer .picker__button--close {
  outline: none;
  border: none;
  background: #44b0ec;
  padding: 5px 20px;
  color: var(--white-color);
  height: unset !important;
}
#crew-portfolio-hero {
  background-image: url(../images/hero-img-4.png);
  background-repeat: no-repeat;
  background-color: var(--primary-color);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 532px;
  min-height: calc(100vh - 195px);
}
.crew-portfolio-switch {
  margin-left: auto;
  width: max-content;
}
a.crew-portfolio-hero-username {
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #737373;
  color: #a2a2a2;
  justify-content: center;
  margin-top: 7px;
}
/* a.crew-portfolio-hero-username img {  margin-right: 8px;} */

a.crew-portfolio-hero-cinematographer {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #a2a2a2;
  margin-top: 7px;
}
#crew-portfolio-content {
  padding-top: 20px;
  background: var(--bg-white-color);
}
#crew-portfolio-content .portfolio-profile-details,
#crew-portfolio-content .portfolio-profile-content,
#crew-portfolio-content .portfolio-profile-rating {
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  padding: 24px 8px 12px;
  height: 100%;
}
#crew-portfolio-content .country-buld-parent {
  display: flex;
  align-items: center;
}
#crew-portfolio-content .portfolio-profile-details-country {
  display: flex;
  align-items: center;
  /* margin-right: 10px; */
}
#crew-portfolio-content .portfolio-profile-details-country img {
  /* width: 20px;height: 16px;object-fit: contain;margin-right: 6px; */
}
#crew-portfolio-content .portfolio-profile-details-country a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #4e75e4;
}
#crew-portfolio-content .portfolio-profile-details-build {
  display: flex;
  align-items: center;
}
#crew-portfolio-content .portfolio-profile-details-build a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-left: 5px;
}
#crew-portfolio-content .portfolio-profile-details-alarm {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
#crew-portfolio-content .portfolio-profile-details-alarm p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  /*   font-size: 13px; 

line-height: 16px; */

  color: var(--black-color);
  margin-left: 0;
}
#crew-portfolio-content .portfolio-profile-details-Fixer {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
#crew-portfolio-content .portfolio-profile-details-Fixer a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-left: 8px;
}
#crew-portfolio-content .portfolio-profile-details-commercial,
#crew-portfolio-content .portfolio-profile-details-language {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
#crew-portfolio-content .portfolio-profile-details-commercial a,
#crew-portfolio-content .portfolio-profile-details-language p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-left: 2px;
}
p.contribution {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-color);
  margin-top: 15px;
}
ul.portfolio-profile-details-list li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-top: 8px;
}
ul.portfolio-profile-details-list li span {
  color: var(--primary-color);
}
h4.portfolio-profile-content-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-color);
  margin-bottom: 16px;
}
p.portfolio-profile-content-paragraph {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: var(--black-color);
}
a.portfolio-profile-content-button {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  margin-top: 8px;
}
a.portfolio-profile-content-button img {
  margin-left: 10px;
}
.portfolio-profile-rating h5.portfolio-profile-rating-title,
.portfolio-profile-rating p.mt-2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: var(--primary-color);
}
.portfolio-profile-rating p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  color: var(--black-color);
}
.portfolio-profile-rating p.Attitude {
  margin-top: 15px;
}
.crew-profile-page-box {
  border-radius: 8px;
}
.crew-profile-page-box .video-content h6,
.crew-profile-page-box .video-content p,
.crew-profile-page-box .video-content ul li span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
}
.crew-profile-page-box .portfolio-page-video > img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.crew-portfolio-profile-img-parent {
  background: var(--bg-white-color);
  padding-top: 10px;
}
.crew-portfolio-profile-img-parent .crew-portfolio-profile-img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -122.5px;
  overflow: hidden;
}
.crew-portfolio-profile-img-parent .crew-portfolio-profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.crew-portfolio-profile-img-parent
  .crew-portfolio-profile-img
  img.crew-portfolio-profile-img-badg {
  width: 225px;
  height: auto;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.crew-portfolio-profile-img-parent .crew-verified-symbol {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 225px;
  margin-left: auto;
}
.crew-portfolio-profile-img-parent .crew-verified-symbol li p img {
  margin-right: 25px;
}
.crew-verified-symbol li {
  width: 100%;
}
.crew-portfolio-hero-username-parent {
  background: var(--bg-white-color);
  margin-top: -70px;
}
.crew-portfolio-profile-img-parent .crew-portfolio-hero-username-child {
  width: 225px;
  margin-top: 30px;
  text-align: center;
}
.crew-portfolio-hero-username-parent .crew-edit-profile-switch-btn-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.crew-edit-profile-switch-btn-parent {
  margin-bottom: 50px;
}
#testimonial-detailed-employer-crew {
  padding-top: 32px;
  background: var(--bg-white-color);
}
#testimonial-detailed-employer-crew h2.ratings-title,
#testimonial-detailed-employer-crew h1.ratings-title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: var(--text-color-dark);
  margin-bottom: 32px;
  margin-top: 0;
}
.detailed-employer-admin-crew-details,
.detailed-employer-crew-rating,
.detailed-employer-crew-content,
.detailed-employer-crew-details {
  padding: 20px 18px;
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  height: 100%;
}
#testimonial-detailed-employer-crew .detailed-employer-crew-rating p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--black-color);
  padding: 0;
}
#testimonial-detailed-employer-crew p.rat-title,
#testimonial-detailed-employer-crew h3.rat-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-color);
  margin-left: 16px;
  margin-bottom: 16px;
}
.desc_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-color);
  margin-left: 16px;
  margin-bottom: 16px;
}
.desc_subtitle {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: var(--black-color);
  margin-bottom: 16px;
}
#testimonial-detailed-employer-crew .detailed-employer-crew-rating p span {
  color: var(--primary-color);
}
.detailed-employer-crew-content-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex-direction: column;
}
.detailed-employer-crew-content-footer p,
.detailed-employer-crew-content-footer p a,
.detailed-employer-crew-content-footer a span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.detailed-employer-crew-content-footer p a {
  display: inline-block;
}
.detailed-employer-crew-content-footer p,
.detailed-employer-crew-content-footer a {
  margin-right: 5px;
}
.detailed-employer-crew-content-footer p a,
.detailed-employer-crew-content-footer a.country-text-color span {
  color: var(--primary-color);
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-content-footer-child {
  display: flex;
  align-items: center;
}
#testimonial-detailed-employer-crew a.detailed-employer-footer-link img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#testimonial-detailed-employer-crew a.country-text-color img {
  width: 22px;
  height: 15px;
  object-fit: contain;
}
#testimonial-detailed-employer-crew .detailed-employer-crew-details a,
#testimonial-detailed-employer-crew .detailed-employer-crew-details p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color) !important;
}
#testimonial-detailed-employer-crew .detailed-employer-crew-details .skypebtn,
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .header-btn
  a {
  color: var(--white-color) !important;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .portfolio-tab-all-btn
  select
  span {
  color: var(--primary-color) !important;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .hustel-country
  img {
  width: 18px;
  height: 12px;
  object-fit: contain;
  margin-right: 7px;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .hustel-country {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
#testimonial-detailed-employer-crew .detailed-employer-crew-details .calendar {
  display: flex;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .calendar
  img {
  margin-right: 7px;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .detailed-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 2px;
  width: 75px;
  height: 35px;
  background: var(--white-color);
  margin-bottom: 9px;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .detailed-logo
  img {
  width: 60px;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .corporate-video {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  .corporate-video
  img {
  margin-right: 7px;
}
#testimonial-detailed-employer-crew
  .detailed-employer-crew-details
  p.crew-hired {
  margin-bottom: 9px;
}
#testimonial-detailed-employer-crew-body {
  background: var(--bg-white-color);
}
#testimonial-detailed-employer-crew-body h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: var(--black-color);
  margin-bottom: 24px;
}
#testimonial-detailed-employer-crew-body p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
}
#testimonial-detailed-employer-crew-body .testimonial-detailed-img {
  width: 100%;
  height: 299px;
  margin-bottom: 24px;
}
#testimonial-detailed-employer-crew-body .testimonial-detailed-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#testimonial-detailed-employer-crew-body .testimonial-detailed-video {
  width: 100%;
  position: relative;
}
#testimonial-detailed-employer-crew-body .testimonial-detailed-video iframe {
  width: 100% !important;
}
#testimonial-detailed-employer-crew-body
  .testimonial-detailed-video
  img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#testimonial-detailed-employer-crew-body
  .testimonial-detailed-video
  img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 91px;
  height: 63.53px;
}
.detailed-employer-admin-crew-details p,
.detailed-employer-admin-crew-details a,
.detailed-employer-admin-crew-details span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
}
.detailed-employer-admin-crew-details p {
  margin-bottom: 8px;
}
.detailed-employer-admin-crew-details a {
  color: var(--primary-color);
}
.detailed-employer-admin-crew-details .Hustel-germany {
  margin-bottom: 8px;
}
.detailed-employer-admin-crew-details .Hustel-germany img {
  width: 18px;
  height: 12px;
  object-fit: contain;
}
.detailed-employer-admin-crew-details .portfolio-logo-admin-crew {
  width: 75px;
  height: 35px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 2px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.detailed-employer-admin-crew-details .portfolio-logo-admin-crew img {
  width: 60px;
}
.detailed-employer-admin-crew-details .admin-crew-username-fixer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.detailed-employer-admin-crew-details .admin-crew-username-fixer ul {
  padding: 0;
  margin-left: 10px;
}
.detailed-employer-crew-admin,
.detailed-employer-admin-crew-details,
.detailed-employer-crew-rating-admin {
  height: 100%;
  margin-bottom: 0;
}
.main-menu .fa-2x {
  font-size: 2em;
}
.main-menu .fa {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
li a img {
}
.main-menu:hover,
nav.main-menu.expanded {
  width: 250px;
  overflow: visible;
}
.main-menu {
  background: #ceedff;
  position: fixed;
  top: 0px;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 45px;
  overflow: hidden;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
}
.main-menu > ul {
  margin: 7px 0;
}
.main-menu li {
  position: relative;
  display: block;
  width: 100%;
}
.main-menu li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--primary-color);
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
}
.main-menu > ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}
.no-touch .scrollable.hover {
  overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}
a:hover,
a:focus {
  text-decoration: none;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}
.main-menu li:hover > a,
nav.main-menu li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
  background-color: var(--white-color);
}
.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}
nav.main-menu ul li.sidebar-bars {
  margin-top: 100px;
  margin-bottom: 45px;
}
nav.main-menu ul li a img {
  padding: 0 11px;
}
nav.main-menu ul li a {
  display: flex;
  padding: 12px 0;
  padding-left: 40px;
}
.main-menu .nav-text {
  text-indent: -15rem;
}
ul.sidebar-sub-menu {
  display: none;
}
ul.sidebar-sub-menu li a {
  margin: 0;
  padding: 0 !important;
}
ul li.submenu-position {
  position: relative;
}
ul li.submenu-position ul {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  z-index: 5000;
}
.main-menu li:hover ul.sidebar-sub-menu li a {
  padding: 12px 0px 0px 40px !important;
}
.main-menu li:hover ul.sidebar-sub-menu {
  display: none;
}
.main-menu li:hover ul.sidebar-sub-menu {
  display: block;
}
.main-menu li:hover ul.sidebar-sub-menu li {
  background: #ddd;
}
.main-menu li:hover ul.sidebar-sub-menu li:hover {
  background: var(--white-color);
}
.main-menu li ul.sidebar-sub-menu li a {
  color: var(--active-color);
}
.main-menu li:hover .nav-text {
  text-indent: inherit !important;
}
.account-personal-form-parent {
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  padding: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.account-personal-form-parent .account-personal-form-child {
  display: flex;
  flex-basis: calc(50% - 20px);
  flex-direction: column;
}
.account-personal-form-parent
  .account-personal-form-child
  .show-country-flag
  .c-flag {
  position: absolute;
}
.account-personal-form-parent
  .account-personal-form-child
  .show-country-flag
  .c-flag
  .iti__flag-container {
  margin-top: 12px;
}
.account-personal-form-parent
  .account-personal-form-child
  .show-country-flag
  .user-landline-flag,
.account-personal-form-parent
  .account-personal-form-child
  .show-country-flag
  .user-country-flag {
  background: transparent;
  border: none;
  width: 1px;
}
.account-personal-form-parent
  .account-personal-form-child
  .show-country-flag
  input,
.account-personal-form-parent
  .account-personal-form-child
  .show-country-flag
  input {
  padding-left: 50px;
  width: 100%;
}
.account-personal-form-parent .account-personal-form-child select,
.account-personal-form-parent .account-personal-form-child input {
  outline: none;
  border: 1px solid var(--primary-color);
  padding: 10px 16px;
  margin-top: 6px;
  margin-bottom: 0px;
  font-weight: 400;
  height: 42px;
}
.account-personal-form-save-parent,
.account-personal-title,
.account-personal-form-parent .account-personal-form-child-full-width {
  flex-basis: 100%;
}
button.account-personal-form-save,
a.portfolilobtn {
  width: max-content;
  background: var(--primary-color);
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  padding: 10px 35px;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--bg-white-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* .account-personal-title > *:first-child,

.account-personal-title h2, */

.account-personal-title h1 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: var(--black-color);
  margin-bottom: 25px !important;
}
.account-personal-title .text-blue,
.account-personal-title .primary-color {
  color: var(--primary-color);
}
.account-personal-form-parent input,
.account-personal-form-parent label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.account-personal-form-parent label .labelhint {
  font-weight: 400;
}
.account-personal-form-parent label a {
  color: #1cb7eb;
}
.account-personal-form-parent label .labelhint::first-letter {
  text-transform: capitalize;
}
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
}
.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: 1px solid var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.email-and-notification-parent {
  padding: 24px 48px;
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  margin-top: 32px;
  margin-bottom: 32px;
}
.email-and-notification-parent h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: var(--black-color);
  margin-bottom: 24px;
}
.email-and-notification-parent .email-password-change {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.email-and-notification-parent .email-password-change div {
  display: flex;
  flex-basis: calc(50% - 20px);
  flex-direction: column;
}
.email-and-notification-parent .email-password-change div input {
  border: 1px solid var(--primary-color);
  outline: none;
  padding: 10px 16px;
}
.email-and-notification-parent .email-password-change div input,
.email-and-notification-parent .email-password-change div label {
  margin-bottom: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
}
.email-and-notification-parent .email-password-change .email-update-btn {
  flex-basis: 100%;
}
.email-and-notification-parent h5 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  margin-bottom: 8px;
  margin-top: 16px;
}
.email-and-notification-parent .email-password-change .email-update-btn button {
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: var(--primary-color);
  outline: none;
  border: none;
  padding: 10px 28px;
  color: var(--white-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
ul.notifications-switch-parent {
  padding: 0;
  margin: 0;
}
ul.notifications-switch-parent li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-bottom: 10px;
}
.add-testimonial-star {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.testimonial-box-child p.add-testimonial-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--black-color);
}
.add-testimonial-page {
  padding-top: 0 !important;
}
.add-ratings-and-testimonials button,
.add-ratings-and-testimonials .addbutton {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  border: none;
  background: var(--primary-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: var(--white-color);
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.add-testimonial-page .modal-content {
  background: var(--white-color);
  border-radius: 0 !important;
  padding: 32px;
}
.add-testimonial-page .modal-content h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: var(--black-color);
}
.modal-content input,
.modal-content select,
.modal-content label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
}
.modal-content label {
  margin-top: 16px;
  margin-bottom: 5px;
}
.add-ratings-and-testimonials label,
.add-ratings-and-testimonials p {
  margin-bottom: 6px;
  font-size: 16px;
  margin-top: 9px;
}
.add-ratings-and-testimonials select,
.add-ratings-and-testimonials input,
.add-ratings-and-testimonials textarea,
.modal-content input:not([type="checkbox"], [type="radio"]),
.modal-content textarea,
.modal-content select {
  width: 100%;
  outline: none;
  border: 1px solid var(--primary-color);
  padding: 14px 16px;
}
.modal-content input:not([type="radio"]),
.modal-content textarea,
.modal-content select {
  margin-bottom: 0px;
}
.testimonial-modal-rating-box .testimonial-modal-rating-box-single {
  display: flex;
  width: 230px;
  max-width: 100%;
  justify-content: space-between;
}
.testimonial-modal-rating-box div,
.testimonial-modal-rating-box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--black-color);
}
.testimonial-modal-rating-box .ratings-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  margin-top: 15px;
  margin-bottom: 10px;
}
.testimonial-modal-rating-box .testimonial-modal-rating-box-single {
  margin-bottom: 12px;
}
.add-testimonial-modal-btn button {
  display: block;
  padding: 10px 37px;
  border-radius: 0;
  margin-top: 24px;
}
.paypal-stripe-link {
  padding-bottom: 10px;
}
.paypal-stripe-link a {
  color: var(--primary-color);
  margin-left: 5px;
  margin-right: 5px;
}
.project-dashboard-page {
  padding-top: 0 !important;
}
#signup-parent-1 {
  padding-top: 48px;
  padding-bottom: 48px;
}
#signup-parent-1 .signup-child {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  padding: 32px 25px;
  transition: background 0.4s, box-shadow 0.4s;
}
#signup-parent-1 #activeMembershipTab {
  background: transparent;
  box-shadow: none;
  /* padding: 32px 25px; */
}
.accountSettingHeader {
}
.accountSettingHeader .signup-logo,
#signup-parent-1 .signup-logo {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.accountSettingHeader h2,
#signup-parent-1 h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: var(--black-color);
  margin-top: 24px;
  margin-bottom: 20px;
}
/* #signup-parent-1 input, */

#signup-parent-1 input:not([type="radio"]),
#signup-parent-1 select {
  width: 100%;
  padding: 10px 16px;
  outline: none;
  border: 1px solid var(--primary-color);
}
#signup-parent-1 input[type="email"],
#signup-parent-1 select {
  margin-bottom: 16px;
}
#signup-parent-1 input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #c5c5c5;
}
#signup-parent-1 select {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
#signup-parent-1 label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: var(--black-color);
}
#signup-parent-1 label a {
  color: var(--primary-color);
}
/* #signup-parent-1 button, */

#signup-parent-1 .crew_cat_btn,
#signup-parent-1 .signCommonBtn,
#signup-parent-1 #signup {
  width: 100%;
  padding: 10px 16px;
  outline: none;
  border: none;
  background: var(--primary-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
  margin-top: 15px;
  border-radius: 0;
}
#signup-parent-1 .dash-line {
  width: 100%;
  border-top: 1px dashed var(--primary-color);
  margin-top: 24px;
}
#signup-parent-1 p {
  /* font-family: "Roboto";font-style: normal;font-weight: 400;font-size: 14px;line-height: 20px;text-align: center;color: #6c6c6c;margin-top: 24px;margin-bottom: 42px; */
}
#signup-parent-1.verificationform button {
  width: 100%;
  padding: 10px 16px;
  outline: none;
  border: none;
  background: var(--primary-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
  margin-top: 15px;
  border-radius: 0;
}
#signup-parent-1.verificationform p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6c6c6c;
  margin-top: 24px;
  margin-bottom: 42px;
}
#signup-parent-1.verificationform button {
  width: 100%;
  padding: 10px 16px;
  outline: none;
  border: none;
  background: var(--primary-color);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
  margin-top: 15px;
  border-radius: 0;
}
#signup-parent-1.verificationform p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6c6c6c;
  margin-top: 24px;
  margin-bottom: 42px;
}
#signup-parent-1 .p_6c6c_center {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6c6c6c;
  margin-top: 24px;
  margin-bottom: 42px;
}
#signup-parent-1 .p_6c6c_center {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6c6c6c;
  margin-top: 24px;
  margin-bottom: 42px;
}
#signup-parent-1 p a {
  color: var(--primary-color);
}
#signup-parent-1 .signup-password-1,
#signup-parent-1 .signup-confirm-password-1 {
  position: relative;
  margin-bottom: 16px;
}
#signup-parent-1 .signup-password-1 div,
#signup-parent-1 .signup-confirm-password-1 div {
  width: max-content;
  position: absolute;
  right: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.field_eye_icon {
  right: 16px;
}
.signup-parent-2 ul.verify-digit {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.signup-parent-2 ul.verify-digit li {
  background: var(--primary-color);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-left: 8px;
}
.signup-parent-2 ul.verify-digit li input {
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
}
/* New main-second css start here */

#header-second {
  width: 100%;
  height: auto;
  background: var(--bg-white-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
#header-second .second-header-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
#header-second .news-feed-chat-projects {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}
#header-second #header {
  padding: 0.5rem 0;
}
.allen-walker-img-parent img.allen-walker-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: var(--primary-color) !important;
}
#header-second .allen-walker {
  display: flex;
  flex-direction: column;
}
#header-second .allen-walker > p {
  max-width: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header-second .usd-link-parent {
  display: flex;
  align-items: center;
  position: relative;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-wrapper {
  height: auto;
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}
.sidebar-wrapper {
  width: 265px;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: -300px;
  z-index: 999;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}
.sidebar-content.desktop {
  overflow-y: hidden;
}
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
.sidebar-wrapper .sidebar-header {
  padding: 15px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
  display: flex;
  align-items: center;
}
.sidebar-wrapper .sidebar-header .user-info .user-status .user-status-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #60b760;
  margin-right: 10px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
.sidebar-radio {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #818896;
}
.sidebar-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
}
.sidebar-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.sidebar-radio input:checked ~ .checkmark {
  background-color: #2196f3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sidebar-radio input:checked ~ .checkmark:after {
  display: block;
}
.sidebar-radio .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
}
.sidebar-radio-parent {
  display: flex;
  border-top: 1px solid #555;
  padding: 10px 20px;
}
.sidebar-radio-parent .sidebar-radio-child {
  margin-right: 20px;
}
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.sidebar-wrapper .sidebar-menu > ul > li > a.nav-link,
.sidebar-wrapper .sidebar-menu > ul > li > a {
  padding: 4px 15px !important;
}
.profile_counter {
  margin-left: 10px;
}
._score {
  color: red !important;
  margin-left: 10px;
}
._score.w_100 {
  color: green !important;
}
._score.w_gold {
  color: gold !important;
}
.sidebar-wrapper .sidebar-menu ul li a span,
.sidebar-wrapper .sidebar-menu ul li a {
  font-size: 14px !important;
  line-height: 22px;
}
.sidebar-wrapper .sidebar-menu ul li a div.usd-icon-parent {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3a3f48;
}
.sidebar-wrapper .sidebar-menu ul li a div.usd-icon-parent img {
  width: 15px;
  margin: 0 !important;
}
/* .sidebar-wrapper .sidebar-menu ul li a div.usd-icon-parent.def {    width: 34px; 

  height: 34px; 

} */

.sidebar-wrapper .sidebar-menu ul li a div.usd-icon-parent.def img {
  width: 34px !important;
  height: 34px !important;
}
.sidebar-wrapper .sidebar-menu ul li a div.usd-icon-parent i {
  width: 15px;
  margin: 0 !important;
  font-size: 11px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {      font-family: "Font Awesome 5 Free"; 

    font-weight: 900; 

    content: ""; 

    font-style: normal; 

    display: inline-block; 

    font-style: normal; 

    font-variant: normal; 

    text-rendering: auto; 

    -webkit-font-smoothing: antialiased; 

    -moz-osx-font-smoothing: grayscale; 

    text-align: center; 

    background: 0 0; 

    position: absolute; 

    right: 15px; 

    top: 14px; 

} */

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #818896;
}
.sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown
  .sidebar-submenu
  li:hover
  a::before {
  background: #2bc8fd;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none var(--white-color);
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none var(--white-color);
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.chiller-theme .sidebar-wrapper {
  background: #31353d;
}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #31353d;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}
.chiller-theme .sidebar-footer > a,
.sidebar-content .dropdown a.nav-link,
.sidebar-content .dropdown a.nav-link span,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status {
  color: #818896;
}
.chiller-theme .sidebar-footer > a:hover i,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a {
  color: #b8bfce;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: var(--white-color);
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme
  .sidebar-wrapper
  .sidebar-dropdown
  .sidebar-submenu
  li
  a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}
.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}
.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}
.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}
.usd-link-parent button {
  outline: none;
  border: none;
  background: var(--bg-white-color);
  padding-left: 10px;
}
.usd-link-parent .usd-link-child {
  position: absolute;
  right: 0;
  top: 46.5px;
  background: var(--white-color);
  display: none;
  z-index: 10000;
}
.usd-link-parent .usd-link-child-disp {
  display: block;
}
#header-second .news-feed-chat-projects > a,
#header-second select,
#header-second p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--text-color-dark);
}
#header-second .news-feed-chat-projects a {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
#header-second .news-feed-chat-projects a img {
  margin-left: 8px;
}
#header-second .news-feed-chat-projects a.second-header-hire-crew {
  width: max-content;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--bg-white-color);
  background: var(--primary-color);
  padding: 7px 11px;
  border-radius: 4px;
}
#header-second .news-feed-chat-projects .allen-walker-img-parent {
  display: flex;
  align-items: center;
}
#header-second .news-feed-chat-projects .allen-walker-img-parent img {
  margin-right: 14px;
}
#header-second .news-feed-chat-projects .allen-walker-img-parent select {
  border: none;
  outline: none;
  background: var(--bg-white-color);
  margin-left: -4px;
}
#header-second .project-img,
#header-second .chat-img {
  position: relative;
}
#header-second .project-img span,
#header-second .chat-img span {
  width: 20px;
  height: 20px;
  background: #f72738;
  position: absolute;
  top: -12px;
  right: -5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
}
#header-second .project-img span {
  right: -8px;
  top: -9px;
}
.dashicons-admin-users:before,
.dashicons-welcome-view-site:before {
  font-size: 24px;
}
nav.main-menu ul li,
nav.main-menu ul li:first-child {
  margin-bottom: 0;
}
nav.main-menu ul li:first-child {
  margin-top: 112px;
}
.wpmi-icon:before,
.wpmi-icon:before,
.wpmi-icon:before {
  font-size: 24px;
}
nav.main-menu ul li a {
  padding-left: 10px;
}
nav.main-menu ul li a i {
  padding-right: 30px !important;
}
nav.main-menu ul li a {
  text-indent: unset;
}
/* ======================== Custom Rating Star ===================== */

.rate-parent1 .rate {
  display: inline-block;
  border: 0;
}
.rate-parent .rate > input {
  display: none;
}
.rate-parent .rate > label {
  float: right;
  margin: 0;
}
.rate-parent .rate > label:before {
  display: inline-block;
  font-size: 1rem;
  padding: 0 3px;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
}
.rate-parent .rate .half:before {
  content: "\f089 ";
  position: absolute;
  padding-right: 0;
}
.rate-parent input:checked ~ label,
.rate-parent label:hover,
.rate-parent label:hover ~ label {
  color: #ffc403;
}
.rate-parent input:checked + label:hover,
.rate-parent input:checked ~ label:hover,
.rate-parent input:checked ~ label:hover ~ label,
.rate-parent label:hover ~ input:checked ~ label {
  color: #ffc403;
}
/* ============================ New Design ===================== */

.testimonial-detailed-filming-in-china {
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 24px;
}
.testimonial-detailed-filming-in-china-userimg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.testimonial-detailed-filming-in-china-userimg-child {
  display: flex;
  flex-direction: column;
}
.testimonial-detailed-filming-in-china-userimg-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.portfolio-page-box-user-dashboard p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  margin-top: 5px;
}
.portfolio-page-box-user-dashboard p span {
  color: var(--primary-color);
}
.portfolio-page-box-user-dashboard {
  border-radius: 5px;
  overflow: hidden;
}
.portfolio-page-box-user-dashboard p:last-child {
  padding-bottom: 15px;
}
.portfolio-page-box-user-dashboard p:nth-child(2) {
  padding-top: 10px;
}
.portfolio-page-box-user-dashboard a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-color-dark);
}
a.user-dashboard-payment-link {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  padding: 10px 20px;
  background: var(--primary-color);
  width: max-content;
  border-radius: 2px;
}
#portfolio-video .portfolio-video-child .video-thumbnail iframe {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#wp-youtube-video-section .row-grid-two iframe,
#wp-youtube-video-section iframe,
.portfolio-page-video iframe,
#portfolio-video .portfolio-video-child .video-thumbnail iframe {
  background-color: var(--black-color);
}
#menu-user-menu li.nav-item {
  margin-right: 10px;
}
.main-content {
  background: var(--bg-white-color);
}
#logo .logo-single a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#logo .logo-single a img {
  width: 100px;
}
.select2.select2-container .select2-selection .select2-selection__arrow:before {
  font-size: 19px !important;
}
#crew h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
}
#half-stars-example .rating-group {
  justify-content: flex-start;
}
#half-stars-example {
  justify-content: space-between;
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#noedittesti #half-stars-example .rating__icon,
#noedittesti .rating__label,
#noedittesti .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  padding: 1px;
  font-size: 15px;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  z-index: 2;
  margin-right: -0.6em;
  width: 9px;
}
#half-stars-example .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
#half-stars-example
  .rating__input--none:hover
  + .rating__label
  .rating__icon--none {
  color: red;
}
.page .select2.select2-container .select2-selection {
  background: var(--primary-color) !important;
  border-radius: 4px !important;
  height: auto;
  padding: 0 14px;
  border: none !important;
  height: 35px !important;
  margin-top: 0px !important;
}
.select2-container--default .select2-selection--single {
  background-color: var(--primary-color) !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--white-color) transparent transparent transparent !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.page
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent var(--white-color) transparent !important;
}
.page-id-317 .select2.select2-container .select2-selection,
.page-id-317 #portfolio-page .portfolio-tab-all-btn ul li a {
  border-radius: 5px 5px 0px 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.page
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow:before {
  color: var(--black-color) !important;
  font-size: 15px !important;
  font-weight: bolder;
}
.page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color) !important;
  text-transform: capitalize;
}
#map .pac-target-input {
  position: absolute;
  left: 188px;
  top: 0px !important;
  height: 39px;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
}
.new-icon-i {
  margin-left: 10px;
}
.account-personal-form-child-full-width {
  flex-basis: 100% !important;
}
.account-personal-form-child-full-width textarea {
  width: 100%;
  outline: none;
  border: 1px solid var(--primary-color);
  padding: 10px 16px;
  margin-top: 6px;
  margin-bottom: 14px;
  /* height: 71px; */

  min-height: 260px;
  text-align: justify;
  overflow-y: auto;
}
.imagebox {
  padding: 10px 16px;
  overflow-y: auto;
}
.imagebox.coverphoto.cover_profile {
  overflow: unset;
}
.imagebox .img_hint {
  color: #7a7a7a;
  text-align: justify;
  font-weight: 400;
  white-space: pre-wrap;
}
.account-personal-form-child-width-25 {
  width: 35% !important;
  flex-basis: unset !important;
  margin-right: 28px;
}
.account-personal-form-child-width-15 {
  flex-basis: unset !important;
  width: 24% !important;
}
.account-personal-form-child-width-three-parent .account-personal-form-child {
  width: calc(33.33333% - 13.333333px) !important;
  margin-right: 20px;
}
.account-personal-form-child-width-three-parent
  .account-personal-form-child:last-child,
.account-personal-form-child-width-three-parent
  .account-personal-form-child-width-15 {
  margin-right: 0;
}
.account-personal-form-child-width-three-parent {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.inline-radio-parent {
  display: flex;
  margin-top: 10px;
}
.inline-radio-parent .inline input {
  height: unset;
  margin-right: 14px;
  margin-top: unset !important;
  margin-bottom: unset !important;
}
.inline-radio-parent .inline {
  margin-right: 48px;
  display: flex;
  align-items: center;
}
::-webkit-file-upload-button {
  color: transparent;
  background: transparent;
  outline: none !important;
  border: none !important;
  height: 42px !important;
  background-image: url("../images/vector-upload.png");
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: 30px;
}
.account-personal-form-file {
  padding: 0 !important;
  padding-bottom: 0 !important;
  height: unset !important;
}
.home h2 {
  margin-bottom: 0 !important;
}
#testimonial h2 {
  margin-bottom: 10px !important;
}
.country-map h2 {
  margin-bottom: 10px !important;
}
.hero-child {
  height: calc(100vh - 72px) !important;
}
.testimonial-box-child p {
  text-align: justify;
  height: 124px;
}
#service-we-provide .service-single {
  height: 70px;
  cursor: pointer;
}
#service-we-provide .service-single img {
  width: 50% !important;
}
.country-map h2 {
  text-align: center;
}
#form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
#form #form-parent p {
  max-width: 940px;
  text-align: justify !important;
}
#form-parent {
  position: relative;
  z-index: 100;
  padding: 10px;
}
#form .form-parent {
  width: 525px;
  max-width: 100%;
}
#counter-footer-parent {
  height: 100vh;
  min-height: 690px;
}
#map {
  height: calc(100vh - 50px) !important;
  min-height: 500px !important;
}
.account-personal-form-parent #map {
  height: 300px !important;
  min-height: unset !important;
}
.country-map {
  height: 100vh;
  min-height: 524px;
}
.country-map h2 {
  height: 50px;
}
#counter___footer__parent {
  height: 100vh;
  min-height: 690px;
}
footer {
  height: 70vh;
  min-height: 450px;
}
#counter {
  height: 30vh;
  min-height: 240px;
}
.account-personal-form-child .input-after input,
.account-personal-form-child-width-25-append input {
  padding-left: 50px !important;
  margin-top: 0 !important;
  box-sizing: border-box;
}
.account-personal-form-child-width-25-append .input-after {
  width: max-content;
  height: auto;
  position: relative;
}
.account-personal-form-child .input-after:after,
.account-personal-form-child-width-25-append .input-after::after {
  content: "US$";
  display: flex;
  height: 100%;
  width: 35px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
}
.account-personal-form-child-width-25-append .input-after input {
  width: 100% !important;
}
.account-personal-form-child-width-25-append .input-after {
  width: 100% !important;
}
#portfolio-video {
  padding-bottom: 30px;
}
.modal-content.wpsa-nonplatform-portfolio-form .form-check-inline__new input {
  width: 1em !important;
  padding: unset !important;
  margin-top: 0 !important;
  margin-right: 15px !important;
}
.modal-content.wpsa-nonplatform-portfolio-form .form-check-inline__new {
  display: flex;
  align-items: center;
  padding-left: 1.5em !important;
}
.modal-content.wpsa-nonplatform-portfolio-form .form-check-inline__new label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* main first end */
#form {
  /* display: none !important; */
}
