@import url(' https://fonts.cdnfonts.com/css/sofia-pro ');

* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'Sofia Pro', sans-serif;
}

.toast-success {
  background-color: #51A351 !important;
}

.toast-error {
  background-color: #c71818 !important;
}

html {
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Sofia Pro", sans-serif;
  color: #000;
}

h1 {
  font-size: 58px;
  font-weight: 700;
}

h2 {
  font-size: 45px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

input,
select,
textarea {
  display: inherit;
  border: none;
  outline: none;
}

button {
  border: none;
  cursor: pointer;
}

button {
  outline: none;
}

button:hover,
button:focus {
  outline: none;
}

body {
  font-family: "Sofia Pro", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  font-weight: 300;
  overflow-x: hidden;
}

.bg_image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_padding {
  padding: 100px 0;
}

.section_title {
  max-width: 570px;
  margin: auto;
  margin-bottom: 45px;
}

.section_title h2 {
  margin-bottom: 14px;
  position: relative;
}

.section_title h2:after {
  position: absolute;
  content: "";
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}

.btn {
  letter-spacing: 1px;
  transition: all 0.5s ease-out 0s;
  padding: 10px 40px;
  border-radius: 10px;
}

.piclicks_btn {
  display: inline-block;
  min-width: 127px;
  height: 45px;
  color: #fff;
  font: 500 15px "Sofia Pro", sans-serif;
  text-align: center;
  background: #000;
  line-height: 45px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease-out 0s;
}

.piclicks_btn:hover,
.piclicks_btn:focus {
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
}

.link_btn {
  color: #011a3e;
}

.link_btn:before {
  display: inline-block;
  content: "\f04b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: #000000;
}

.link_btn:hover,
.link_btn:focus {
  color: #000000;
}

.form_control {
  width: 100%;
}

input.form_control {
  height: 45px;
}

.header_area {
  position: relative;
}

.header_area .site_menu .primary_menu {
  float: right;
}

.header_area .site_menu .primary_menu .main_menu ul li {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.header_area .site_menu .primary_menu .main_menu ul li a {
  display: block;
  padding: 17px 0;
  color: #76787b;
  position: relative;
}

.header_area .site_menu .primary_menu .main_menu ul li .piclicks_btn {
  padding: 0;
  color: #fff;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  background: #fff;
  opacity: 0;
  border-radius: 8px;
  visibility: hidden;
  transform: scale(1, 0);
  moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  transition: all 0.2s ease-out 0s;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li {
  position: relative;
  display: block;
  margin: 0;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li a {
  padding: 5px 20px;
  color: #7a808d;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li:hover a {
  color: #000000;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li ul.sub-menu li a {
  display: block;
  padding: 5px 20px;
  color: #7a808d;
}

.header_area .site_menu .primary_menu .main_menu ul li ul.sub-menu li ul.sub-menu li:hover a {
  color: #000000;
}

.header_area .site_menu .primary_menu .main_menu ul li:hover ul.sub-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.header_area .site_menu .primary_menu .main_menu ul .active_link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 20px;
  height: 3px;
  background: #000000;
}

.header_area .mobile_wrapper .menu_button {
  float: right;
}

.header_area .mobile_wrapper .menu_button .menu_icon span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #011a3e;
  margin: 6px 0 2px;
  transition: all 0.5s ease-out 0s;
}

.header_area .mobile_wrapper .menu_button .menu_icon span:nth-child(1) {
  margin-top: 0;
}

.header_area .mobile_wrapper .menu_button .menu_icon span:nth-child(3) {
  width: 15px;
  margin-bottom: 0;
}

.header_area .mobile_wrapper .menu_button .active span:nth-child(1) {
  width: 15px;
}

.header_area .mobile_wrapper .menu_button .active span:nth-child(3) {
  width: 30px;
}

.header_area .sidenav_menu {
  overflow: hidden;
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px 30px;
  z-index: 9999;
  background: #222d32;
  opacity: 0.9;
  overflow: auto;
  transform: translateX(-100%);
  transition: all 0.5s ease-out 0s;
  max-width: 360px;
}

.offcanvas-start {
  width: 360px;
}

.left_menu.offcanvas-start .logo_title img {
  width: 250px;
  margin: 30px 0px 0px;
}

.left_menu .offcanvas-header {
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  line-height: 18px;
}

.left_menu .offcanvas-body {
  padding: 0px;
}

.left_menu .login-div {
  border-bottom: 1px solid #f1f1f1;
  padding: 1rem 1rem;
}

.set_body_off {
  padding: 1rem 1rem;
}

.brand_logo img {
  width: 150px;
}

.off-menu ul.sub-offmenu,
.off-menu ul.main-offmenu {
  margin: 0px -10px;
}

.off-menu ul.main-offmenu li a {
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
}

.off-menu ul.main-offmenu li a:hover {
  background: #f1f1f1;
  color: #333;
}

.off-menu ul.sub-offmenu li a {
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
}

.off-menu a:hover {
  color: #555;
}

.header_area .sidenav_menu .close_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.header_area .sidenav_menu .close_icon .close_btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #000000;
}

.header_area .sidenav_menu .sidebar-menu li {
  display: block;
  line-height: 40px;
}

.header_area .sidenav_menu .sidebar-menu li a {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header_area .sidenav_menu .sidebar-menu li a:hover,
.header_area .sidenav_menu .sidebar-menu li a:focus {
  color: #000000;
}

.header_area .sidenav_menu .sidebar-menu li a .piclicks_btn {
  padding: 0;
}

.header_area .sidenav_menu .sidebar-menu .active a {
  color: #000000;
}

.header_area .active {
  transform: translateX(0);
}

.transparent_header {
  padding: 10px 0px;
}

.header_area.sticky {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 337;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 0px;
}

.header_area.sticky .site_menu {
  padding: 10px 0;
}

.header_two.sticky .site_menu .primary_menu .main_menu ul li a {
  color: #7a808d;
}

.header_two.sticky .site_menu .primary_menu .main_menu ul li .piclicks_btn {
  padding: 0;
  color: #fff;
}

.header_two.sticky .mobile_wrapper .menu_button .menu_icon span {
  background-color: #011a3e;
}

.header_two .site_menu .primary_menu .main_menu ul li a {
  color: #fff;
}

.header_two .site_menu .primary_menu .main_menu ul li .piclicks_btn {
  padding: 0;
  color: #fff;
}

.header_two .mobile_wrapper .menu_button .menu_icon span {
  background-color: #fff;
}

.piclicks_banner {
  position: relative;
  padding-top: 65px;
  padding-bottom: 10px;
}

.main-video-setion {
  height: calc(100vh - 70px);
  overflow: hidden;
}

.main-video-setion video {
  width: 100%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.mobile_header .menu-icon {
  color: #000;
  display: inline-block;
}

.text-onvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

section.top-video-section {
  position: relative;
  padding-bottom: 50px;
}

.text-onvideo h1 {
  color: #fff;
  font-weight: 500;
}

.piclicks_banner .hero_slider .signle_slider .banner_content h1 {
  font-weight: 500;
  margin-left: -2px;
  margin-bottom: 10px;
}

.piclicks_banner .hero_slider .signle_slider .banner_content h1 span {
  font-weight: bold;
  color: #000000;
}

.piclicks_banner .hero_slider .signle_slider .banner_content h5 {
  font-weight: 500;
  margin-bottom: 15px;
}

.piclicks_banner .hero_slider .signle_slider .banner_content p {
  margin-bottom: 36px;
}

.piclicks_banner .hero_slider .signle_slider .piclicks_img_box {
  position: relative;
  float: right;
  margin-right: 18px;
}

.piclicks_banner .hero_slider .slick-dots {
  bottom: -50px;
}

.piclicks_banner .hero_slider .slick-dots li {
  width: 5px;
  height: 5px;
  background: #c3c3c3;
  border-radius: 50%;
}

.piclicks_banner .hero_slider .slick-dots li button {
  padding: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.piclicks_banner .hero_slider .slick-dots .slick-active {
  background: #000000;
}

.piclicks_banner .hero_slider .slick-dots .slick-active button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffbd27;
  opacity: 0.302;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.shape_v1 .shape_1 {
  position: absolute;
  left: 0;
  top: 80px;
}

.shape_v2 .shape_7 {
  position: absolute;
  right: 0;
  top: 100px;
}

.shape_v3 .shape_10 {
  position: absolute;
  left: 0;
  top: 60px;
}

.shape_v4 .shape_11 {
  position: absolute;
  right: 0;
  top: 0px;
}

.shape_v5 .shape_12 {
  position: absolute;
  left: 0;
  top: 0px;
}

.shape_v5 .shape_13 {
  position: absolute;
  left: 40px;
  bottom: 60px;
}

.banner_two {
  min-height: 100vh;
  background-image: url(../images/banner_two.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner_two .row {
  min-height: 100vh;
}

.banner_two .content {
  position: relative;
  z-index: 3;
}

.banner_two .content h1 {
  color: #fff;
  margin-bottom: 20px;
}

.banner_two .content h1 span {
  color: #000000;
}

.banner_two .content h6 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner_two .content .video-popup {
  background-color: #fff;
  color: #000;
  min-width: 45px;
  min-height: 45px;
  font-size: 17px;
  padding: 0px 0px 0px 3px;
  border-radius: 50%;
  line-height: 45px;
  -webkit-animation: glow 1s infinite alternate;
  animation: glow 1s infinite alternate;
}

@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 3px -3px rgba(254, 176, 0, 0.4);
  }

  to {
    box-shadow: 0 0 3px 3px rgba(254, 176, 0, 0.4);
  }
}

@keyframes glow {
  from {
    box-shadow: 0 0 3px -3px rgba(254, 176, 0, 0.4);
  }

  to {
    box-shadow: 0 0 3px 3px rgba(254, 176, 0, 0.4);
  }
}

.banner_two::after {
  background: #000;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0.6;
}

.hero-three {
  background: url(../images/wave.svg);
  background-position: top;
  background-repeat: no-repeat;
}

.hero-three .row {
  min-height: 100vh;
}

.hero-three .row span {
  color: #000000;
}

.hero-three .row p {
  font-size: 20px;
  line-height: 28px;
}

.hero-three .row .piclicks_btn {
  height: inherit;
  width: inherit;
  line-height: inherit;
  padding: 15px 40px;
  border-radius: 40px;
}

.piclicks_service {
  position: relative;
}

.piclicks_service .grid_item {
  max-width: 370px;
  margin: auto;
  padding: 50px 45px 30px;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s ease-out 0s;
  border: 2px dashed #fff;
}

.piclicks_service .grid_item:hover {
  border-color: #000000;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_service .grid_item .icon {
  margin-bottom: 30px;
}

.piclicks_service .grid_item .info h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.piclicks_service .grid_item .info h4 a {
  color: #011a3e;
  font-weight: 600;
}

.piclicks_service .grid_item .info p {
  margin-bottom: 20px;
}

.piclicks_service .grid_item .info .link_btn {
  font-weight: 500;
  color: #011a3e;
  text-transform: uppercase;
}

.service_v1 {
  padding-top: 125px;
  padding-bottom: 90px;
}

.service_wrapper .service_tab_wrap .service_tab_nav {
  margin-bottom: 80px;
}

.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs {
  justify-content: center;
  border: none;
}

.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item .nav-link {
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #011a3e;
  width: 170px;
  height: 170px;
  background: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px 25px;
  border: 3px dashed #fff;
  transition: all 0.5s ease-out 0s;
}

.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item .nav-link img {
  margin-bottom: 10px;
}

.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item .nav-link span {
  display: block;
}

.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item .nav-link.active {
  border-color: #000000;
  box-shadow: 5px 8.66px 27px 0px rgba(0, 0, 0, 0.15);
}

.service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item .nav-link:hover {
  border-color: #000000;
  box-shadow: 5px 8.66px 27px 0px rgba(0, 0, 0, 0.15);
}

.service_wrapper .service_tab_wrap .tab-content .piclicks_content_box h2 {
  position: relative;
  margin-bottom: 30px;
}

.service_wrapper .service_tab_wrap .tab-content .piclicks_content_box p {
  margin-bottom: 20px;
}

.service_wrapper .service_tab_wrap .tab-content .piclicks_img_box {
  position: relative;
  z-index: 1;
}

.service_wrapper .service_tab_wrap .tab-content .piclicks_img_box img {
  border-radius: 8px;
  max-width: 540px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.3);
}

.service_wrapper .service_tab_wrap .tab-content .piclicks_img_box:after {
  position: absolute;
  right: 0;
  top: -30px;
  content: "";
  width: 94%;
  height: 397px;
  z-index: -1;
  border-radius: 8px;
  background-image: linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #000000 100%);
}

.service_wrapper .piclicks_content_box h2 {
  position: relative;
}

.service_wrapper .piclicks_content_box h2:after {
  position: absolute;
  content: "";
  left: -30px;
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}

.service_feature .section_title h2 {
  position: relative;
}

.service_feature .section_title h2:after {
  left: 70px;
}

.service_feature {
  padding-bottom: 100px;
}

.service_feature .feature_wrapper .single_feature .piclicks_content_box {
  max-width: 548px;
}

.service_feature .feature_wrapper .single_feature .piclicks_content_box .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.service_feature .feature_wrapper .single_feature .piclicks_content_box h3 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service_feature .feature_wrapper .single_feature:nth-child(odd) .piclicks_content_box {
  text-align: right;
}

.service_page .piclicks_pricing {
  padding-bottom: 105px;
}

.service_v1 .section_title h2 {
  position: relative;
}

.service_v1 .section_title h2:after {
  left: 120px;
}

.service_v3 .grid_item {
  padding: 40px;
  text-align: left;
  box-shadow: 5px 8.66px 22px 0px rgba(0, 0, 0, 0.15);
}

.service-three h6 {
  text-transform: uppercase;
  color: #000000;
}

.service-three h3 {
  font-size: 36px;
}

.service-three p {
  font-size: 14px;
}

.piclicks_about {
  overflow: hidden;
}

.piclicks_about .piclicks_content_box {
  margin-left: 20px;
}

.piclicks_about .piclicks_content_box h2 {
  margin-bottom: 20px;
}

.piclicks_about .piclicks_content_box p {
  padding-bottom: 20px;
}

.piclicks_about .piclicks_content_box .piclicks_btn {
  margin-top: 20px;
  min-width: 155px;
}

.piclicks_about .piclicks_content_box h2 {
  position: relative;
}

.piclicks_about .piclicks_content_box h2:after {
  position: absolute;
  content: "";
  left: -10px;
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}

.about_v1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
}

.about_v1 video {
  width: 100%;
}

.about_v1 .piclicks_img_box {
  max-width: 470px;
}

.about_v1 .piclicks_img_box img {
  position: relative;
  z-index: 9999;
}

.about_v2 {
  padding-top: 90px;
  padding-bottom: 120px;
}

.about_v2 .award_box {
  display: flex;
  flex-wrap: wrap;
}

.about_v2 .award_box .award_img {
  margin-right: 30px;
}

.about_v2 .award_box .award_info img {
  margin-bottom: 12px;
}

.about_v2 .award_box .award_info h4 {
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}

.about_v2 .award_box .award_info h5 {
  font-size: 20px;
}

.piclicks_skill {
  overflow: hidden;
  padding-bottom: 120px;
}

.piclicks_skill h6 {
  color: #000000;
  text-transform: uppercase;
}

.piclicks_skill h3 {
  font-size: 36px;
}

.piclicks_skill ul {
  padding-left: 40px;
}

.piclicks_skill ul li {
  list-style: decimal-leading-zero;
  margin: 10px 0px;
}

.piclicks_skill .section_title {
  margin: 0;
  max-width: 100%;
  margin-bottom: 30px;
}

.piclicks_skill .skill_wrapper {
  overflow: hidden;
}

.piclicks_skill .skill_wrapper .single_bar {
  margin-bottom: 30px;
}

.piclicks_skill .skill_wrapper .single_bar .progress_title h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.piclicks_skill .skill_wrapper .single_bar .progress_title span {
  float: right;
  color: #000000;
}

.piclicks_skill .skill_wrapper .single_bar .progress {
  overflow: visible;
  height: 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.piclicks_skill .skill_wrapper .single_bar .progress .progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 10px;
  background-color: #000000;
}

.piclicks_skill .skill_wrapper .single_bar .progress .progress-bar .dot {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f89e00;
}

.piclicks_skill .skill_wrapper .single_bar .progress .progress-bar .dot:after {
  position: absolute;
  top: -7px;
  right: -7px;
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #f89e00;
  opacity: 0.2;
}

.piclicks_skill .section_title h2 {
  position: relative;
}

.piclicks_skill .section_title h2:after {
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  background: url(../images/shape/title.png) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
}

.piclicks_experience .section_title h2 {
  position: relative;
}

.piclicks_experience .section_title h2:after {
  left: 0px;
}

.piclicks_experience {
  overflow: hidden;
  padding-bottom: 120px;
}

.piclicks_experience .single_experience {
  margin-bottom: 55px;
}

.piclicks_experience .single_experience:last-child {
  margin-bottom: 0;
}

.piclicks_experience .single_experience:last-child .icon:before {
  display: none;
}

.piclicks_experience .single_experience:nth-child(even) .piclicks_info_box {
  text-align: right;
}

.piclicks_experience .single_experience .icon {
  position: relative;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(180deg, #ffbd27 0%, #000000 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding-top: 17px;
}

.piclicks_experience .single_experience .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  border: 2px dashed #9fa4ab;
  width: 0;
  height: 233px;
  z-index: -1;
}

.piclicks_experience .single_experience .icon:after {
  content: "";
  background-image: linear-gradient(180deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(180deg, #ffbd27 0%, #000000 100%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  opacity: 0.302;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  margin-left: -55px;
}

.piclicks_experience .single_experience .icon h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}

.piclicks_experience .single_experience .piclicks_text_box {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-out 0s;
}

.piclicks_experience .single_experience .piclicks_text_box:hover {
  background-image: linear-gradient(180deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(180deg, #ffbd27 0%, #000000 100%);
  box-shadow: 2.5px 4.33px 15px 0px #000000;
}

.piclicks_experience .single_experience .piclicks_text_box:hover p {
  color: #fff;
}

.piclicks_experience .single_experience .piclicks_info_box h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.piclicks_experience .single_experience .piclicks_info_box h5 {
  color: #7f8693;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

.piclicks_experience .single_experience .piclicks_info_box h6 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.right-arrow::after {
  position: absolute;
  content: "";
  top: 40%;
  right: -69px;
  width: 60px;
  height: 50px;
  background: url(../images/pointer.png) no-repeat;
}

.left-arrow:before {
  position: absolute;
  content: "";
  top: 40%;
  left: -38px;
  right: 0;
  width: 60px;
  height: 50px;
  background: url(../images/pointer.png) no-repeat;
}

.about-us-two img {
  border-radius: 4px;
}

.about-us-two blockquote {
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  border-left: 4px solid #000000;
  box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
  margin: 10px 0px 10px 18px;
}

.about-us-two blockquote span,
.about-us-two blockquote strong {
  color: #000000;
}

.about-three {
  background-color: #fbfbfe;
}

.about-three h6 {
  color: #000000;
}

.about-three h3 {
  font-size: 36px;
}

.about-three h2 {
  color: #000000;
}

.about-three .count {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.2);
  transition: all 200ms ease-in-out;
}

.team-area h6 {
  color: #000000;
  text-transform: uppercase;
}

.team-area h3 {
  font-size: 36px;
}

.team-area h5 {
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}

.team-area .team {
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(63, 43, 43, 0.1);
  transition: all 200ms ease-in-out;
}

.team-area .team img {
  border-radius: 50%;
}

.team-area .team ul li {
  display: inline;
  margin: 0px 10px;
}

.team-area .team ul li a {
  color: #000000;
  font-size: 18px;
}

.team-area .team:hover {
  box-shadow: 0px 0px 10px 0px rgba(63, 43, 43, 0.1);
}

.community_v1 .piclicks_img video {
  width: 100%;
}

.community_v1 .community_slider_content .single_project {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.community_v1 .community_slider_content .slick-dots {
  bottom: -35px;
}

.community_v1 .community_slider_content .slick-dots li {
  width: 15px;
  height: 5px;
  background: #f2f2f2;
  border-radius: 8px;
}

.community_v1 .community_slider_content .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 5px;
}

.community_v1 .community_slider_content .slick-dots .slick-active {
  background: #000000;
}

.community_v1 .grid_item {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-out 0s;
  margin-bottom: 10px;
}

.community_v1 .grid_item:hover {
  box-shadow: 4px 6.928px 15px 0px rgba(0, 0, 0, 0.15);
}

.community_v1 .grid_item:hover .piclicks_info h4 a {
  color: #000000;
}

.community_v1 .grid_item .piclicks_info {
  padding: 10px;
}

.community_v1 .grid_item .piclicks_info h4 {
  font-weight: 600;
}

.community_v1 .grid_item .piclicks_info h4 a {
  color: #011a3e;
}

.topsell_slider_content .single_project {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.topsell_slider_content .slick-dots {
  bottom: -35px;
}

.topsell_slider_content .slick-dots li {
  width: 15px;
  height: 5px;
  background: #f2f2f2;
  border-radius: 8px;
}

.topsell_slider_content .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 5px;
}

.topsell_slider_content .slick-dots .slick-active {
  background: #000000;
}

.topsell_slider_content .grid_item {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-out 0s;
  margin-bottom: 10px;
}

.topsell_slider_content .grid_item .piclicks_info {
  padding: 10px 10px 20px;
}

.topsell_slider_content .grid_item:hover {
  box-shadow: 4px 6.928px 15px 0px rgba(0, 0, 0, 0.15);
}

.why-piclicks video {
  width: 100%;
}

.why-piclicks {
  position: relative;
}

.video_why {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%)
}

.video_why .card {
  padding: 30px;
}

.video_why .card h4 {
  font-size: 25px;
  margin: 12px 0 8px;
  font-weight: 500;
}

.video_why .card img {
  width: 50px;
  display: inline-block;
  margin: auto;
}

.project_v2 .project_button_2 .project_btn.active_btn {
  box-shadow: 4px 6.928px 15px 0px rgba(254, 176, 0, 0.4);
  background-image: linear-gradient(180deg, #000000 0%, #ffbc26 100%);
  background-image: -ms-linear-gradient(180deg, #000000 0%, #ffbc26 100%);
  padding: 8px 25px;
  color: #fff;
  border-radius: 30px;
}

.project_v2 .grid_wrapper .grid_item {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-out 0s;
}

.project_v2 .grid_wrapper .grid_item:hover {
  box-shadow: 4px 6.928px 15px 0px rgba(0, 0, 0, 0.15);
}

.project_v2 .grid_wrapper .grid_item:hover .piclicks_info h4 a {
  color: #000000;
}

.project_v2 .grid_wrapper .grid_item .piclicks_info {
  padding: 30px;
}

.project_v2 .grid_wrapper .grid_item .piclicks_info h4 {
  font-weight: 600;
}

.project_v2 .grid_wrapper .grid_item .piclicks_info h4 a {
  color: #011a3e;
}

.piclicks_community .section_title h2 {
  position: relative;
}

.piclicks_community .section_title h2:after {
  left: 30px;
}

.community_v1 {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}

.project_v2 .grid_item {
  margin-bottom: 30px;
}

.portfolio_area {
  padding-bottom: 110px;
}

.portfolio_area .filters ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.portfolio_area .filters ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #05364d;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.portfolio_area .filters ul li:hover,
.portfolio_area .filters ul li.active {
  color: #000000;
}

.single_portfolio {
  position: relative;
  margin-bottom: 30px;
}

.single_portfolio .overlay {
  transition: all 0.4s ease 0s;
}

.single_portfolio .short_info {
  position: absolute;
  bottom: 44px;
  left: 80px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}

.single_portfolio .short_info h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.single_portfolio .short_info h4 a {
  color: #ffffff;
}

.single_portfolio .short_info p {
  margin-bottom: 0px;
}

.single_portfolio:hover .overlay {
  top: 20px;
  left: 20px;
  background: #000000;
}

.single_portfolio:hover .short_info {
  bottom: 24px;
  left: 60px;
  opacity: 1;
  visibility: visible;
}

.portfolio_details_inner .row {
  margin-bottom: 35px;
}

.portfolio_details_inner p {
  margin-bottom: 30px;
  font-size: 14px;
}

.portfolio_details_inner p:last-child {
  margin-bottom: 0px;
}

.portfolio_details_inner .portfolio_right_text {
  padding: 30px;
  background: #f8faff;
  margin-top: 10px;
}

.portfolio_details_inner .portfolio_right_text h4 {
  font-size: 20px;
  text-transform: capitalize !important;
  margin-bottom: 10px;
}

.portfolio_details_inner .portfolio_right_text p {
  margin-bottom: 25px;
  font-size: 14px;
}

.portfolio_details_inner .portfolio_right_text .list li {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
}

.portfolio_details_inner .portfolio_right_text .list li span {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 97px;
  display: inline-block;
}

.portfolio_details_inner .portfolio_right_text .list li:last-child {
  margin-bottom: 0px;
}

.portfolio_details_inner .portfolio_right_text .list li i {
  color: #f1cd09;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.portfolio-three h6 {
  text-transform: uppercase;
  color: #000000;
}

.portfolio-three h3 {
  font-size: 36px;
}

.piclicks_pricing .pircing_box {
  padding: 35px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  border: 3px dashed #fff;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .piclicks_pricing .pircing_box {
    margin-bottom: 60px;
  }
}

.piclicks_pricing .pircing_box:hover {
  border-color: #000000;
  box-shadow: 5px 8.66px 24px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_pricing .pircing_box .icon {
  margin-bottom: 30px;
}

.piclicks_pricing .pircing_box .title {
  margin-bottom: 30px;
}

.piclicks_pricing .pircing_box .title h3 {
  font-weight: bold;
  color: #011a3e;
}

.piclicks_pricing .pircing_box .list {
  margin-bottom: 25px;
}

.piclicks_pricing .pircing_box .price {
  margin-bottom: 25px;
}

.piclicks_pricing .pircing_box .price h2 {
  font-size: 40px;
}

.piclicks_pricing .pircing_box .price h2 span {
  font-size: 20px;
  color: #000000;
}

.piclicks_pricing .pircing_box .button_box .piclicks_btn {
  min-width: 158px;
}

.piclicks_pricing .section_title h2 {
  position: relative;
}

.piclicks_pricing .section_title h2:after {
  left: 40px;
}

.pricing_v1 {
  position: relative;
  padding-bottom: 120px;
}

.blog_v1 {
  position: relative;
  padding-bottom: 120px;
}

.blog_v1:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  background: url(../images/shape/shape_14.png) no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blog_v1 .grid_item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
}

.blog_v1 .grid_item:hover {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.blog_v1 .grid_item .piclicks_info {
  padding: 25px 30px 22px;
}

.blog_v1 .grid_item .piclicks_info .date {
  color: #000000;
  margin-bottom: 7px;
  display: block;
}

.blog_v1 .grid_item .piclicks_info h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.blog_v1 .grid_item .piclicks_info h3 a {
  color: #011a3e;
}

.blog_v1 .grid_item .piclicks_info p {
  margin-bottom: 6px;
}

.blog_v1 .grid_item .piclicks_info .link_btn {
  color: #011a3e;
  font-weight: 500;
  text-transform: uppercase;
}

.piclicks_blog .section_title h2 {
  position: relative;
}

.piclicks_blog .section_title h2:after {
  left: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_v2 .blog_wrap_content {
    margin-bottom: 60px;
  }
}

.blog_v2 .blog_wrap_content .grid_item {
  margin-bottom: 60px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_img img {
  border-radius: 8px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info {
  padding-top: 30px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info .post_meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info .post_meta ul li {
  display: inline-block;
  margin-right: 25px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info .post_meta ul li i {
  color: #ff8801;
  margin-right: 10px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info .post_meta ul li a {
  color: #a1a1a1;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info .post_meta ul:nth-child(2) li {
  margin-right: 0;
  margin-left: 25px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info .title a {
  color: #011a3e;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info p {
  margin-bottom: 10px;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info a.post_btn {
  display: inline-block;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info a.share {
  float: right;
  font-size: 15px;
  color: #a1a1a1;
}

.blog_v2 .blog_wrap_content .grid_item .piclicks_info a.share i {
  color: #ff8801;
  margin-right: 10px;
}

.piclicks_single_blog .single_blog_wrapper .post_top_content .post_img {
  margin-bottom: 25px;
}

.piclicks_single_blog .single_blog_wrapper .post_top_content .post_meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.piclicks_single_blog .single_blog_wrapper .post_top_content .post_meta ul li {
  display: inline-block;
  margin-right: 25px;
}

.piclicks_single_blog .single_blog_wrapper .post_top_content .post_meta ul li i {
  color: #ff8801;
  margin-right: 10px;
}

.piclicks_single_blog .single_blog_wrapper .post_top_content .post_meta ul li a {
  color: #a1a1a1;
}

.piclicks_single_blog .single_blog_wrapper .post_top_content .post_meta ul:nth-child(2) li {
  margin-right: 0;
  margin-left: 25px;
}

.piclicks_single_blog .single_blog_wrapper .post_content {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 36px;
}

.piclicks_single_blog .single_blog_wrapper .post_content h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.piclicks_single_blog .single_blog_wrapper .post_content p {
  margin-bottom: 10px;
}

.piclicks_single_blog .single_blog_wrapper .post_content .piclicks_blockquote {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  margin-bottom: 10px;
}

.piclicks_single_blog .single_blog_wrapper .post_content .piclicks_blockquote .icon {
  padding-right: 15px;
  border-right: 3px solid #e1e1e1;
}

.piclicks_single_blog .single_blog_wrapper .post_content .piclicks_blockquote .icon i {
  font-size: 40px;
  color: #000000;
}

.piclicks_single_blog .single_blog_wrapper .post_content .piclicks_blockquote .info {
  padding-left: 15px;
}

.piclicks_single_blog .single_blog_wrapper .post_content .piclicks_blockquote .info h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
}

.piclicks_single_blog .single_blog_wrapper .post_content .innner_content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

.piclicks_single_blog .single_blog_wrapper .post_content .innner_content img {
  border-radius: 8px;
}

.piclicks_single_blog .single_blog_wrapper .post_share_tag {
  padding-top: 15px;
  margin-bottom: 38px;
}

.piclicks_single_blog .single_blog_wrapper .post_share_tag .tag ul li {
  display: inline-block;
  margin-right: 5px;
}

.piclicks_single_blog .single_blog_wrapper .post_share_tag .tag ul li a {
  color: #a1a1a1;
}

.piclicks_single_blog .single_blog_wrapper .post_share_tag .share {
  float: right;
}

.piclicks_single_blog .single_blog_wrapper .post_share_tag .share a {
  color: #a1a1a1;
}

.piclicks_single_blog .single_blog_wrapper .post_share_tag .share a i {
  margin-right: 10px;
  color: #ff8801;
}

.piclicks_single_blog .single_blog_wrapper .recent_post {
  padding-bottom: 40px;
}

.piclicks_single_blog .single_blog_wrapper .recent_post h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 25px;
}

.piclicks_single_blog .single_blog_wrapper .recent_post .grid_item .piclicks_info {
  padding: 25px 24px 22px;
}

.piclicks_single_blog .single_blog_wrapper .recent_post .grid_item .piclicks_info h3 {
  font-size: 15px;
  line-height: 21px;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 25px;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment:nth-child(odd) {
  padding-left: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment .thumb {
  max-width: 95px;
  height: 95px;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment .thumb img {
  border-radius: 8px;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment .info {
  margin-left: 15px;
  width: calc(100% - 110px);
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment .info h5 {
  margin-top: -3px;
  font-size: 18px;
  font-weight: 600;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment .info a {
  color: #000000;
}

.piclicks_single_blog .single_blog_wrapper .comment_wrapper .single_comment .info a i {
  margin-right: 10px;
}

.piclicks_single_blog .single_blog_wrapper .comment_form_wrap h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 25px;
}

.piclicks_single_blog .single_blog_wrapper .comment_form_wrap .comment_form .form_group {
  margin-bottom: 30px;
}

.piclicks_single_blog .single_blog_wrapper .comment_form_wrap .comment_form .form_group .form_control {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_single_blog .single_blog_wrapper .comment_form_wrap .comment_form .form_group .form_control:focus {
  border: 1px solid #000000;
}

.piclicks_single_blog .single_blog_wrapper .comment_form_wrap .comment_form .form_group textarea {
  padding-top: 20px;
  min-height: 145px;
}

.piclicks_single_blog .single_blog_wrapper .comment_form_wrap .comment_form .button_box .piclicks_btn {
  min-width: 170px;
}

.blog-area {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .blog-area {
    padding-bottom: 50px;
  }
}

.single-blog {
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
}

.single-blog p {
  margin-bottom: 0px;
}

.single-blog .thumb {
  overflow: hidden;
}

.single-blog .thumb img {
  width: 100%;
  transition: all 0.4s ease 0s;
  border-radius: 10px 10px 0px 0px;
}

.single-blog .short_details {
  background: #f8faff;
  padding: 32px 30px 37px;
  transition: all 0.4s ease 0s;
}

.single-blog .meta-top a {
  display: inline-block;
  color: #797979;
  margin-right: 30px;
  transition: all 0.4s ease 0s;
  font-weight: 500;
}

.single-blog .meta-top a i {
  margin-right: 10px;
  color: #000000;
}

.single-blog .meta-top a:hover {
  color: #000000;
}

.single-blog h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: all 0.4s ease 0s;
}

@media (max-width: 991px) {
  .single-blog h4 {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .single-blog .short_details {
    padding: 22px;
  }
}

.single-blog h4 a {
  color: #05364d;
}

.single-blog .text-wrap {
  margin-bottom: 22px;
}

.single-blog .text-wrap p {
  font-size: 15px;
}

.single-blog:hover {
  box-shadow: 0px 10px 20px rgba(5, 54, 77, 0.1);
}

.single-blog:hover .short_details {
  background: #ffffff;
}

.single-blog:hover img {
  transform: scale(1.1);
}

.blog-three h6 {
  text-transform: uppercase;
  color: #000000;
}

.blog-three h3 {
  font-size: 36px;
}

.piclicks_contact {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .piclicks_contact .section_title {
    margin: 0;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .piclicks_contact .piclicks_img_box {
    margin-bottom: 60px;
  }
}

.piclicks_contact .contact_form .form_group {
  margin-bottom: 30px;
}

.piclicks_contact .contact_form .form_group .form_control {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_contact .contact_form .form_group textarea {
  padding-top: 20px;
  min-height: 145px;
}

.piclicks_contact .contact_form .button_box .piclicks_btn {
  min-width: 170px;
}

.contact_v1 {
  padding-bottom: 100px;
  z-index: 1;
}

.contact_v1:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100px;
  background: url(../images/shape/shape_15.png) no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact_v1 .section_title h2 {
  position: relative;
}

.contact_v1 .section_title h2:after {
  left: -20px;
}

.cantact_v2 {
  padding-top: 120px;
}

.cantact_v2 .section_title h2 {
  position: relative;
}

.cantact_v2 .section_title h2:after {
  left: -30px;
}

.cantact_v2 .section_title {
  margin: 0;
  margin-bottom: 40px;
}

.cantact_v2 .contact_form .form_group select {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.cantact_v2 .contact_form .form_group select option {
  max-width: 300px;
}

.piclicks_map {
  padding-bottom: 170px;
}

.piclicks_map .map_box iframe {
  width: 100%;
  height: 540px;
  border: none;
  display: inherit;
}

.piclicks_cta .cta_wrapper {
  padding: 45px 50px 42px;
  max-width: 970px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: -135px;
  position: relative;
  background-image: linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
  z-index: 1;
}

.piclicks_cta .cta_wrapper:after {
  content: "";
  background: url(../images/shape/cta_shape.png) no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.piclicks_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
}

.piclicks_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  background: url(../images/shape/line_2.png) no-repeat;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}

.piclicks_cta .cta_wrapper .cta_content p {
  color: #fff;
}

.piclicks_cta .cta_wrapper .button_box {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .piclicks_cta .cta_wrapper .button_box {
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}

.piclicks_cta .cta_wrapper .button_box .piclicks_btn {
  background: #fff;
  color: #011a3e;
}

.piclicks_cta .cta_wrapper .button_box .piclicks_btn:hover,
.piclicks_cta .cta_wrapper .button_box .piclicks_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_achivement {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-image: url("../images/achivement.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

video {
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .piclicks_achivement .section_title {
    margin: 0;
    margin-bottom: 60px;
  }
}

.piclicks_achivement:after {
  position: absolute;
  content: "";
  right: 25px;
  top: 40px;
  background: url(../images/shape/shape_9.png) no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.piclicks_achivement .piclicks_content_box p {
  margin-bottom: 20px;
}

.piclicks_achivement .achivment_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 9999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .piclicks_achivement .achivment_wrapper {
    justify-content: center;
  }
}

.piclicks_achivement .achivment_wrapper .single_achivment {
  width: 214px;
  height: 214px;
  border-radius: 50%;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding-top: 40px;
  margin-left: 40px;
  background: #fff;
  border: 1px dashed #fff;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .piclicks_achivement .achivment_wrapper .single_achivment {
    width: 180px;
    height: 180px;
    padding-top: 30px;
  }
}

.piclicks_achivement .achivment_wrapper .single_achivment:hover {
  border-color: #000000;
  box-shadow: 5px 8.66px 22px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_achivement .achivment_wrapper .single_achivment:nth-child(even) {
  margin-top: 35px;
}

.piclicks_achivement .achivment_wrapper .single_achivment .icon {
  margin-bottom: 0px;
}

.piclicks_achivement .achivment_wrapper .single_achivment h3 {
  margin-bottom: 5px;
  color: #000000;
  font-weight: 600;
}

.piclicks_achivement .section_title h2 {
  position: relative;
}

.piclicks_achivement .section_title h2:after {
  left: -10px;
}

.piclicks_breadcrumb {
  padding: 215px 0 145px;
}

.piclicks_breadcrumb .breadcrumb_content ul li {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
}

.piclicks_breadcrumb .breadcrumb_content ul li:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  margin-right: 10px;
}

.piclicks_breadcrumb .breadcrumb_content ul li:last-child:after {
  display: none;
}

.piclicks_breadcrumb .breadcrumb_content ul li a {
  text-transform: uppercase;
  color: #000000;
}

.piclicks_breadcrumb_two {
  padding: 280px 0px 245px;
  background-position: top;
}

.piclicks_breadcrumb_two h1 {
  color: #fff;
}

.piclicks_pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.piclicks_pagination ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #eee;
  color: #7a808d;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-out 0s;
}

.piclicks_pagination ul li a:hover,
.piclicks_pagination ul li a:focus {
  color: #fff;
  background-image: linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #000000 100%);
}

.piclicks_pagination ul .prev a,
.piclicks_pagination ul .next a {
  display: block;
  width: 85px;
  height: 40px;
  border-radius: 30px;
}

.piclicks_sidebar .widget {
  margin-bottom: 50px;
}

.piclicks_sidebar .widget .widget-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.piclicks_sidebar .widget .widget-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background: #ffb40c;
  margin-right: 10px;
  vertical-align: middle;
}

.piclicks_sidebar .widget_search .form_group {
  position: relative;
}

.piclicks_sidebar .widget_search .form_group .form_control {
  border-radius: 30px;
  padding: 15px 20px 15px 40px;
  background: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.2);
}

.piclicks_sidebar .widget_search .form_group .fa-search {
  position: absolute;
  left: 20px;
  top: 15px;
}

.piclicks_sidebar .widget_search .form_group .search_btn {
  background: linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  background: -ms-linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 93px;
  height: 45px;
  color: #fff;
  border-radius: 30px;
}

.piclicks_sidebar .widget_admin .admin_box img {
  border-radius: 8px;
  margin-bottom: 15px;
}

.piclicks_sidebar .widget_admin .admin_box p {
  margin-bottom: 25px;
}

.piclicks_sidebar .widget_archive ul li,
.piclicks_sidebar .widget_categories ul li {
  padding: 7px 8px 7px 20px;
  border-radius: 19px;
  margin-bottom: 10px;
  transition: all 0.5s ease-out 0s;
  cursor: pointer;
}

.piclicks_sidebar .widget_archive ul li:hover,
.piclicks_sidebar .widget_categories ul li:hover {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_sidebar .widget_archive ul li:hover a span,
.piclicks_sidebar .widget_categories ul li:hover a span {
  color: #fff;
  background: #000000;
}

.piclicks_sidebar .widget_archive ul li a,
.piclicks_sidebar .widget_categories ul li a {
  color: #7f8693;
}

.piclicks_sidebar .widget_archive ul li a span,
.piclicks_sidebar .widget_categories ul li a span {
  transition: all 0.5s ease-out 0s;
  float: right;
  display: block;
  width: 45px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #eeeeee;
  border-radius: 30px;
}

.piclicks_sidebar .featured_news .post_wrap {
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
}

.piclicks_sidebar .featured_news .post_wrap:hover {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.piclicks_sidebar .featured_news .post_wrap:last-child {
  margin-bottom: 0;
}

.piclicks_sidebar .featured_news .post_wrap .post_img img {
  max-width: 128px;
  height: 108px;
  border-radius: 8px;
}

.piclicks_sidebar .featured_news .post_wrap .post_info {
  margin-left: 15px;
}

.piclicks_sidebar .featured_news .post_wrap .post_info h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.piclicks_sidebar .featured_news .post_wrap .post_info h3 a {
  color: #626667;
}

.piclicks_sidebar .featured_news .post_wrap .post_info p {
  color: #000000;
}

.piclicks_sidebar .widget_tag_cloud ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.piclicks_sidebar .widget_tag_cloud ul li:last-child {
  margin-bottom: 0;
}

.piclicks_sidebar .widget_tag_cloud ul li a {
  display: block;
  padding: 3px 10px 3px 3px;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #8e8e8f;
}

.piclicks_sidebar .widget_tag_cloud ul li a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #cccccc;
  color: #ccc;
  margin-right: 10px;
  transition: all 0.5s ease-out 0s;
}

.piclicks_sidebar .widget_tag_cloud ul li a:hover span,
.piclicks_sidebar .widget_tag_cloud ul li a:focus span {
  color: #fff;
  background-image: linear-gradient(90deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(90deg, #ffbd27 0%, #000000 100%);
}

.feature h2 {
  color: #000000;
}

.counter .counter-box {
  border: 2px dashed #fff;
  transition: all 0.5s ease-out 0s;
  box-shadow: 5px 8.66px 22px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.counter .counter-box:hover {
  border: 1px dashed #000000;
}

.piclicks_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 30px;
  background: #000;
}

.piclicks_footer .widget_wrapper h4 {
  color: #fff;
}

.piclicks_footer img {
  width: 150px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.piclicks_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 20px;
}

.piclicks_footer .widget_wrapper .widget .widget_title h4 {
  font-weight: 500;
}

.piclicks_footer .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  background: url(../images/shape/line.png) no-repeat;
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}

.piclicks_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}

.piclicks_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}

.piclicks_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f9e6d4;
  color: #fba543;
  font-size: 14px;
  transition: all all 0.5s ease-out 0s;
}

.piclicks_footer .widget_wrapper .widegt_about .social li a:hover,
.piclicks_footer .widget_wrapper .widegt_about .social li a:focus {
  background-image: linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
}

.piclicks_footer {
  font-size: 16px;
  line-height: 25px;
}

.piclicks_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 15px;
}

.piclicks_footer .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #999;
  font-size: 16px;
}

.piclicks_footer p {
  color: #777;
}

.piclicks_footer .contact_info a {
  color: #999;
  font-size: 16px;
}

.piclicks_footer .widget_wrapper .widget_link ul li a:hover,
.piclicks_footer .widget_wrapper .widget_link ul li a:focus {
  color: #fff;
}

.piclicks_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.piclicks_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: #000000;
  margin-right: 10px;
}

.piclicks_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #7a808d;
}

.piclicks_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.piclicks_footer .copyright_area {
  background: #000;
  border-top: 1px solid #111;
  padding: 10px 0;
}

.piclicks_footer .copyright_area .copyright_text {
  text-align: center;
}

.piclicks_footer .copyright_area .copyright_text p {
  color: #777;
}

.piclicks_footer .copyright_area .copyright_text p span {
  color: #000000;
}

.footer {
  margin: 0px;

  background: #000;
}

.footer .footer-top {
  background-color: #f7f7fd;
}

.footer .footer-top .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer-top .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}

.footer .footer-top .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
}

.footer .footer-top .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  background: url(../images/shape/line.png) no-repeat;
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}

.footer .footer-top .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}

.footer .footer-top .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-top .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f9e6d4;
  color: #fba543;
  font-size: 14px;
  transition: all all 0.5s ease-out 0s;
}

.footer .footer-top .widget_wrapper .widegt_about .social li a:hover,
.footer .footer-top .widget_wrapper .widegt_about .social li a:focus {
  background-image: linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #000000 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
}

.footer .footer-top .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}

.footer .footer-top .widget_wrapper .widget_link ul li .far {
  font-size: 13px;
  color: #000000;
  margin-right: 10px;
}

.footer .footer-top .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #7a808d;
}

.footer .footer-top .widget_wrapper .widget_link ul li a:hover,
.footer .footer-top .widget_wrapper .widget_link ul li a:focus {
  color: #000000;
}

.footer .footer-top .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer .footer-top .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: #000000;
  margin-right: 10px;
}

.footer .footer-top .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #7a808d;
}

.footer .footer-top .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.footer .footer-top .widget_wrapper .form_control {
  border-radius: 30px;
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.footer .footer-top .widget_wrapper .piclicks_btn {
  width: 100%;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.footer .copyright_area {
  background: #f1f1fd;
  padding: 10px 0;
}

.footer .copyright_area .copyright_text {
  text-align: center;
}

.footer .copyright_area .copyright_text p {
  color: #011a3e;
}

.footer .copyright_area .copyright_text p span {
  color: #000000;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.community_v1 .community_slider_content .slick-dots {
  bottom: -35px;
}

.community_v1 .community_slider_content .slick-dots li {
  width: 15px;
  height: 5px;
  background: #f2f2f2;
  border-radius: 8px;
}

.community_v1 .community_slider_content .slick-dots .slick-active {
  background: #000;
}

.piclicks_faqs {
  padding: 80px 0px;
}

.piclicks_faqs .accordion-button:focus {
  box-shadow: 0px 0px 0px;
}

.piclicks_faqs .accordion-item {
  margin-bottom: 20px;
  border: 0;
}

.piclicks_faqs .faq-title {
  margin-bottom: 15px;
}

.piclicks_faqs .accordion-button:not(.collapsed) {
  background: #eee;
  color: #000;
  box-shadow: 0px 0px 0px;
}

.piclicks_faqs .accordion-button {
  font-size: 25px;
}

.piclicks_faqs .accordion-collapse {
  background: rgba(00, 00, 00, 0.02);
}

.banner-top {
  position: relative;
  height: 80px;
  margin-bottom: -50px;
  z-index: 99;
}

.banner-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/video-top.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-bottom {
  position: relative;
  height: 80px;
  margin-top: -50px;
  z-index: 99;
}

.banner-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/video_bottom.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: -1;
}

.btn-social {
  background: #f1f1f1;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.5s ease-out 0s;
}

.or-login {
  position: relative;
  text-align: center;
  margin: 40px 0px;
}

.or-login span {
  position: absolute;
  top: -15px;
  text-align: center;
  background: #fff;
}

/** File upload css */

.upload-files-container {
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drag-file-area {
  border: 2px dashed #e1e1e1;
  border-radius: 40px;
  margin: 10px 0 15px;
  padding: 100px 50px;
  width: 100%;
  text-align: center;
  background: #f6f6f6;
}

span.browse-files {
  display: inline-block;
  width: 100%;
}

.drag-file-area .upload-icon {
  font-size: 80px;
}

.drag-file-area h3 {
  font-size: 26px;
  margin: 15px 0;
}

.drag-file-area label {
  font-size: 19px;
}

.drag-file-area label .browse-files-text {
  color: #000;
  font-weight: bolder;
  cursor: pointer;
}

.browse-files span {
  position: relative;
}

.default-file-input {
  opacity: 0;
  width: 0
}

.cannot-upload-message {
  background-color: #ffc6c4;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  color: #BB0000;
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}

.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}

.file-block {
  color: #fff;
  background-color: #000;
  transition: all 1s;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.file-info {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.file-icon {
  margin-right: 10px;
}

.file-name,
.file-size {
  padding: 0 3px;
}

.remove-file-icon {
  cursor: pointer;
}

.progress-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 5px;
  border-radius: 25px;
  background-color: #4BB543;
}

.upload-button {
  display: flex;
  align-items: center;
  font-size: 18px;
  border: none;
  margin: 10px;
  padding: 7.5px 50px;
  cursor: pointer;
  border-radius: 5px;
}

.upload-icon .fa-circle-check {
  color: green;
}

/** File upload css */
.section_collage_tool {
  background: #f1f1f1;
  padding: 0px;
}

.tool-text {
  background: #fff;
  padding: 20px;
  height: 100%;
}

.tool-accordion .accordion-item {
  border: 0px;
}

.tool-accordion .accordion-button:focus {
  box-shadow: 0px 0px 0px;
}

.tool-accordion .accordion-button:not(.collapsed) {
  box-shadow: 0px 0px 0px;
  background: #f1f1f1;
  color: #000;
}

.tool-main {
  padding: 30px;
  text-align: center;
}

.tool-top-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tool-head {
  font-size: 30px;
}

.tool-page-menu {
  display: none;
}

.off-menu h3 {
  font-size: 19px;
  padding: 0 10px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.top-sell-title {
  margin: 0px 0px 20px;
}

.art-info h3 {
  font-size: 20px;
  margin: 3px 0px 8px 0px;
  font-weight: 700
}

.art-info h4 a {
  font-size: 16px;
}

.tool-accordion .accordion-header span {
  margin-left: 10px;
}

.tool-accordion .accordion-header img {
  width: 20px;
}

.form-check.frame-box {
  padding: 0px;
  margin: 5px 0px;
}

.form-check.frame-box img {
  max-width: 100%;
}

.tool-accordion .accordion-body {
  padding: 1rem 1rem;
  border: 1px solid #f1f1f1;
}

.add-active {
  border: 2px solid #f1f1f1;
  width: 100%;
}

.tool-accordion .btn-check:checked+.add-active {
  border-color: #000;
  background: #f1f1f1;
}

.tool-accordion .accordion-body .row {
  margin: 0px -5px;
}

.tool-accordion .accordion-body .col-sm-6,
.tool-accordion .accordion-body .col-sm-4 {
  padding: 0px 5px;
}

.tool-accordion .accordion-body h4 {
  font-size: 18px;
  margin: 0px 0px 10px;
  font-weight: 700
}

.tool-accordion .accordion-body .con_framebox {
  padding: 10px;
}

.tool-accordion .accordion-body .con_framebox h5 {
  font-size: 16px;
}

.tool-accordion .accordion-body .con_framebox p {
  font-size: 14px;
}

.size-frame .form-check.frame-box img {
  padding: 20px 20px 0px;
}

.select-layout img {
  padding: 20px 20px 0px;
}


.flex-set {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.tool-page-menu {
  margin-right: 20px;
}

@media (max-width: 375px) {

  .flex-set {
    gap: 0;
  }

  header .btn {
    padding: 10px 15px;
  }

  .tool-page-menu {
    margin-right: 0px;
  }
}

.right_menu .offcanvas-header {
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  line-height: 18px;
}

.right_menu .offcanvas-header h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.address_payment {
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}

.common_addpay a {
  color: #000;
  font-weight: 600;
  padding: 5px 0px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.common_addpay a:hover {
  color: #333;
}

.right_menu .offcanvas-body {
  padding: 0px;
}

.added-address p {
  font-size: 14px;
  line-height: normal;
}

.added-address {
  padding: 0px 20px;
  margin-bottom: 20px;
}

.added-address .form-check {
  margin-top: 10px;
}

.set-changeadd {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.set-changeadd span {
  font-size: 14px;
  font-weight: normal;
}

.items-pur {
  font-size: 16px;
  color: #000;
  margin: 0 0px 13px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 18px 0px;
}

.d-flex-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: space-between;
}

.items-pur p {
  font-size: 12px;
  line-height: normal;
  color: #7c7c7c;
}

.order-checkout {
  font-size: 15px;
  /* padding:20px 0px 0; */
}

.order-checkout td,
.order-checkout th {
  padding: 5px 0px;
  border: 0px;
}

.section_shipping {
  padding: 50px 0px;
}

.order-detail-shipping {
  padding: 20px;
  /* border: 1px solid #000; */
  border-radius: 10px;
  background: #f1f1f180;
  box-shadow: 0 0 7px #00000020;
  top: 20px;
  text-align: left;
}

.shipping-form {
  color: #000;
  text-align: left;
}

.form-group label {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  padding: 0.575rem .75rem;
  font-weight: normal;
  font-family: "Sofia Pro", sans-serif
}

.form-control:focus {
  box-shadow: 0 0 0 .1rem rgba(00, 00, 00, .15);
  border-color: #000;
}

.purchase-item h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.billing_address .accordion-button:focus {
  box-shadow: 0px 0px 0px;
  border-color: #000;
}

.billing_address .accordion-button {
  background: #f1f1fe
}

.billing_address .accordion-button:not(.collapsed) {
  color: #000;
}

.billing_address .accordion-body {
  background: #f1f1fe;
}

a:hover {
  color: #333;
}

.cart_pro {
  font-size: 14px;
}

.create_galley {
  padding: 50px 0px;
  min-height: calc(100vh - 426px);
}

.product-main {
  margin: 0px 0px 20px;
}

.product-main .product-detail {
  margin-top: 10px;
}

.product-main .product-detail h6 {
  font-size: 16px;
  font-weight: 600;
}

.product-main .product-detail p {
  font-size: 16px;
  color: #000;
}

.product-main .product-detail p span {
  /* text-decoration:line-through; */
  color: #777;
}

.product-main .product-image img {
  max-width: 100%;
  width: 275px;
  height: 275px;
  object-fit: contain;
  /* background: #Fafafa; */
  background-color: rgba(241, 245, 249, .702);
}

.left-side-menu {
  background: #f1f1fe;
  border-radius: 10px;
  padding: 20px;
}

.left-side-menu p:first-child {
  margin: 0 0 10px 0px;
}

.left-side-menu p a {
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}

.left-side-menu p a:hover {
  background: #f1f1fe
}

.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  background: #fff;
}

.filter_menu .offcanvas-header {
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  line-height: 18px;
}

/* .filter-box {
	border-bottom:1px solid #f1f1f1;
	margin-bottom:20px;
} */
.filter-box h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 12px;
}

.filter-box label {
  font-size: 17px;
}

.filter-box .form-check {
  margin-bottom: 10px;
}

.card-frame {
  margin-bottom: 30px;
}

.card-frame h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0px 0px 7px;
}

.car-flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.car-flex .card-values {
  flex: 0 0 33.3333%;
}

.car-flex .card-values .con_framebox {
  text-align: center;
}

.car-flex .card-values .con_framebox h5 {
  font-size: 15px;
  line-height: 44px;
}

.car-flex .add-active {
  height: 44px;
  border: 1px solid #f1f1f1;
  width: 100%;
  border-radius: 39px;
}

.car-flex .form-check.frame-box {
  padding: 4px;
  margin: 0px;
}

.car-flex .input-custome .add-active {
  border: 0px;
}

.car-flex .input-custome .add-active input {
  border-radius: 50px;
}

.car-flex .input-custome .form-check.frame-box {
  padding: 0px;
  margin: 5px 0px 0px
}

.gift_car-left p {
  font-size: 16px;
  line-height: normal;
}

.gift_car-left.tool-accordion .add-active {
  border-radius: 7px;
}

.gift_car-left.tool-accordion .add-active img {
  padding: 2px;
}

.gift-card {
  padding: 130px;
  text-align: center;
}

.gift-card img {
  max-width: 500px;
  width: 100%;
  box-shadow: 0px 10px 7px #d1d1d1;
  border-radius: 51px;
}

.artwork-detail h2 {
  font-size: 28px;
}

.artwork-detail h3 {
  font-size: 18px;
  margin: 0;
  color: #727272;
}

.artwork-detail h3 span {
  text-decoration: line-through;
  color: #777;
}

.vertical-align-middle {
  vertical-align: middle;
}

h2.privacy-title {
  font-size: 30px;
  margin: 30px 0px 10px;
}

p.privacy-p {
  margin: 20px 0px;
}

.section_privacy ul li p.privacy-p {
  margin: 8px 0px;
}

::selection {
  color: #fff;
  background: #000;
}

.section_collage {
  padding: 40px 0px;
}

.box-inpute {
  background: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
}

.box-inpute h3 {
  font-size: 20px;
}

.box-inpute input.form-control {
  margin: 20px 0px;
}

.box-inpute .upload-button {
  margin: 0px;
  display: inline-block;
}

.check-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-flex .checkout-img img {
  width: 50px;
  border-radius: 10px;
}

@media only screen and (min-width: 400px) and (max-width: 767px) {


  .hero-three {
    padding-top: 30px;
    background-size: 2000px 400px;
  }

  .hero-three .row {
    min-height: 70vh !important;
    padding: 100px 0px 50px;
  }

  .hero-three .row img {
    margin-top: 40px;
  }

  .hero-three .row h2 {
    font-size: 32px;
  }

  .hero-three .row p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_wrapper .service_tab_wrap .tab-content .piclicks_content_box {
    margin-bottom: 60px;
  }

  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    margin-bottom: 20px;
  }

  .hero-three .row {
    min-height: 55vh;
  }

  .hero-three .row h2 {
    font-size: 32px !important;
  }

  .hero-three .row p {
    font-size: 16px;
  }

  .piclicks_banner .hero_slider .signle_slider .banner_content {
    margin-bottom: 60px;
  }

  .header_area .mobile_wrapper {
    padding: 10px 0;
    display: block;
  }

  .header_area .site_menu {
    display: none;
  }

  .service_feature .feature_wrapper .single_feature .piclicks_img_box {
    margin-bottom: 60px;
  }

  .about-three .count {
    margin: 15px 0px;
  }

  .about-three .img {
    margin-bottom: 40px;
  }

  .community_v1 .project_button .project_btn {
    margin-left: 10px;
    margin-right: 10px;
  }

  .project_v2 .project_button_2 .project_btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    margin-bottom: 20px;
  }

  .piclicks_service .grid_item .info h4 {
    font-size: 18px;
  }

  .header_area .site_menu .primary_menu .main_menu ul li a {
    font-size: 14px;
  }

  .service_wrapper .service_tab_wrap .tab-content .piclicks_img_box img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
  .about-three .count {
    margin: 10px 0px;
  }
}

.about-three .img {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .portfolio_area {
    padding-bottom: 50px;
  }

  .portfolio_area .filters ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .upload-files-container {
    padding: 30px 0px;
  }

  .tool-main img {
    max-width: 100%;
  }

  .piclicks_about .piclicks_content_box h2 {
    font-size: 28px;
  }

  .piclicks_experience .single_experience .icon:before {
    display: none;
  }

  .piclicks_experience .single_experience .icon {
    margin-bottom: 40px;
  }

  .piclicks_experience .single_experience .piclicks_text_box {
    margin-bottom: 40px;
  }

  .piclicks_experience .single_experience .piclicks_info_box {
    text-align: center;
    margin-bottom: 40px;
  }

  .community_v1 .project_button .project_btn {
    margin-bottom: 15px;
  }

  .community_v1 .grid_item {
    margin-bottom: 40px;
  }

  .project_v2 .project_button_2 .project_btn {
    margin-bottom: 15px;
  }

  .portfolio_area .filters ul li {
    margin-right: 20px;
  }

  .single_portfolio {
    margin-bottom: 35px;
  }

  .project_v2 .grid_wrapper .grid_item {
    margin-bottom: 40px;
  }

  .piclicks_experience .single_experience:nth-child(even) .piclicks_info_box {
    text-align: center;
  }

  .piclicks_img img {
    width: 100%;
  }

  .section_title h2 {
    font-size: 32px;
  }

  .footer .footer-top .widget_wrapper .widget {
    margin-bottom: 40px;
  }

  .piclicks_banner .hero_slider .signle_slider .banner_content {
    margin-bottom: 60px;
  }

  .service_wrapper .service_tab_wrap .service_tab_nav .nav-tabs .nav-item {
    margin-bottom: 20px;
  }

  .piclicks_banner .hero_slider .signle_slider .banner_content h1 {
    font-size: 30px;
  }

  .header_area .mobile_wrapper {
    padding: 10px 0;
    display: block;
  }

  .header_area .site_menu {
    display: none;
  }

  .piclicks_pricing .pircing_box {
    margin-bottom: 60px;
  }

  .blog_v1 .grid_item {
    margin-bottom: 60px;
  }

  .blog_v2 .blog_wrap_content {
    margin-bottom: 60px;
  }

  .piclicks_single_blog .single_blog_wrapper {
    margin-bottom: 40px;
  }

  .piclicks_about .piclicks_img_box {
    margin-bottom: 20px;
  }

  .service_wrapper .service_tab_wrap .tab-content .piclicks_img_box:after {
    display: none;
  }

  .service_wrapper .service_tab_wrap .tab-content .piclicks_img_box img {
    width: 100%;
  }

  .piclicks_footer .widget_wrapper .widget {
    margin-bottom: 40px;
  }

  .piclicks_pagination ul .prev a,
  .piclicks_pagination ul .next a {
    width: 45px;
    height: 30px;
  }

  .piclicks_pagination ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .piclicks_breadcrumb .breadcrumb_content h1 {
    font-size: 36px;
  }

  .piclicks_achivement .achivment_wrapper .single_achivment {
    margin: auto;
    margin-bottom: 40px;
  }

  .piclicks_achivement .achivment_wrapper .single_achivment:nth-child(even) {
    margin-top: 0;
  }

  .piclicks_achivement .achivment_wrapper {
    justify-content: center;
  }

  .piclicks_cta .cta_wrapper .button_box {
    float: none;
    text-align: center;
    margin-top: 30px;
  }

  .piclicks_cta .cta_wrapper .cta_content h3 {
    font-size: 24px;
  }

  .piclicks_contact .piclicks_img_box {
    margin-bottom: 60px;
  }

  .piclicks_single_blog .single_blog_wrapper .recent_post .grid_item .piclicks_img img {
    width: 100%;
  }

  .main-video-setion {
    height: auto;
  }

  .banner-bottom {
    display: none;
  }

  .text-onvideo {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(50%, 50%); */
    text-align: center;
    width: 100%;
    color: #000;
    margin: 20px 0px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }

  .text-onvideo h1 {
    color: #fff;
    font-size: 20px;
  }

  .w-30 {
    width: auto;
  }

  .video_why {
    position: static;
    transform: translate(00px, 00px);
    margin-top: 20px;
  }

  .video_why h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .about_v1 {
    padding: 50px 0px 10px;
  }

  .piclicks_achivement {
    padding: 20px 0px;
  }

  .piclicks_achivement .section_title {
    margin: 0px;
  }
}

@media (max-width: 480px) {
  .portfolio_details_inner .row {
    margin-bottom: 30px;
  }

  .slick-next {
    right: 0px;
  }

  .slick-prev {
    left: 0px;
    z-index: 5;
  }
}

table {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.btn-heart {

  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #00000020;
}

.btn-heart.active {
  color: #ff0000;
}








.sided-img .img-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: 75dvh;
}

ul.nav-pills {
  width: fit-content;
  margin: auto;
  border: 1px solid black;
  border-radius: 80px;
  overflow: hidden;
}

ul.nav-pills .nav-link:hover {
  color: unset;
}

.sided-img .img-box img {
  max-width: 400px;
}

@media(max-width: 992px) {

  .sided-img .img-box {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 50px;
  }


}









/* multi-step cart  */



#heading {
  text-transform: uppercase;
  color: #000;
  font-weight: normal
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input,
#msform textarea {
  /* padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
 font-family: montserrat;  
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px */
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #000;
  outline-width: 0
}

#msform .action-button {
  /* width: 100px; */
  background: #000;
  /* font-weight: bold;
  color: white;
  cursor: pointer;
  padding: 10px 5px; */
  margin: 10px 0px 10px 5px;
  border-radius: 10px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #000
}

#msform .action-button-previous {
  /* width: 100px; */
  background: #616161;
  /* font-weight: bold;
  color: white;
  cursor: pointer;
  padding: 10px 5px; */
  margin: 10px 5px 10px 0px;
  border-radius: 10px;
  float: left;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #000;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #000
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "01"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "02"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "03"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "04"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #000
}

.progress {
  height: 20px
}


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



.cart-product-card .img-box {
  width: 160px;
  height: 160px;
  background: whitesmoke;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.cart-product-card .img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
}

li.fw-thin.mb-1 {
  line-height: normal;
}



.card-inner {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  gap: 10px;
  margin: 15px 0;
  text-align: left;
  font-size: 16px;
}


.card-inner img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}


.cart-product-card .items-pur {
  border-bottom: 0px;
}


.card-inner h4 {
  font-size: 16px;
}


#progressbar li {
  width: 47%;
}

#progressbar li:first-child {
  text-align: left;
}

#progressbar li:last-child {
  text-align: right;
  width: fit-content;
}

#progressbar li {
  text-align: left;
}

#progressbar li:before {
  text-align: center;
}

#progressbar li,
#progressbar li:before {
  margin-left: 0;
  margin-right: 0;
}

#progressbar li:first-child:before {
  margin: 0 auto 10px 0;
  text-align: center;
}

#progressbar li:last-child:before {
  text-align: center;
  margin: 0 0 10px auto;
}




.left-side-menu p {
  margin-bottom: 10px;
}

.left-side-menu .active a {
  background: #2c2c2c;
}




.finish_btn>div {
  padding: 11px 25px;
}

.finish_btn {
  padding: 0px !important;
}


.track {
  background: #333333;
}

.track:hover {
  opacity: 0.7;
}

.section-shipping-2 {
  display: none !important;
}

#msform input.btn {
  font-size: 16px;
}


.artwork-detail-container.sticky-top {
  height: calc(100dvh - 73px);
}

.artwork-detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.piclicks_btn,
#msform .action-button,
.fix-bottom-tool .finish_btn,
.btn-primary {
  color: #fff;
  background-color: rgb(38 94 145);
  border-color: rgb(38 94 145) !important;
}

.piclicks_btn:hover,
#msform .action-button:hover,
.fix-bottom-tool .finish_btn:hover,
.btn-primary:hover {
  background-color: #333333;
  border-color: #000000;
}



.modal .order-detail-shipping {
  background: transparent;
  box-shadow: unset;
  color: black;
  padding: 0;
  margin: 0;
}

.modal .purchase-item h3,
.modal .order-detail-shipping table td,
.modal .order-detail-shipping table th {
  color: #000 !important;
}




/* timeline */

.modal-header h3 {
  font-size: 26px;
  color: #000 !important;
}

.timeline ul,
li {
  list-style: none;
  padding: 0;
}

.timeline .container {}

.timeline .wrapper {
  /* background: #eaf6ff; */
  padding: 0rem;
}

.timeline h1 {
  font-size: 1.1rem;
  font-family: sans-serif;
}

.timeline .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.timeline li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

.timeline li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.timeline li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid rgb(38 94 145);
  box-shadow: 3px 3px 0px rgb(105, 163, 218);
  box-shadow: 3px 3px 0px rgb(112, 171, 226);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}

.timeline li.pending:before {
  border: 1px solid grey;
  box-shadow: 3px 3px 0px lightgrey;
  box-shadow: 3px 3px 0px lightgrey;
}

.timeline .time {
  color: #2a2839;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 601px) {
  .timeline .time {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  .timeline .time {
    margin-bottom: 0.3rem;
    font-size: 0.85rem;
    line-height: 1.2;
  }
}

.timeline p {
  color: #4f4f4f;
  font-family: sans-serif;
  line-height: 1;
  margin-top: 0.4rem;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .timeline p {
    font-size: 0.9rem;
  }
}



.modal .order-detail-shipping table td {
  width: 50%;
}

.transparent_header {
  /* background: #fff;  */
}

.artwork-detail-container.sticky-top {
  z-index: 0;
}


@media(max-width: 767px) {

  .section_title h2:after {
    display: none;
  }

  .create_galley .col-sm-9,
  .create_galley .col-sm-3 {
    padding: 0;
  }

  .cart-detail .col-sm-9,
  .cart-detail .col-sm-3 {
    padding: 20px 10px;
  }

  h2 {
    font-size: 36px;
  }

  .shop-page .artwork-detail.sticky-top {
    position: static;
    transform: translateY(0) !important;
    padding: 35px 0;
  }

  #progressbar {
    padding: 0 24px;
  }

  #progressbar li {
    width: 42%;
    font-size: 12px;
  }

  .page-title {
    margin-bottom: 15px;
  }

  .section-shipping-2 {
    display: block !important;
  }

  .section-shipping-1 {
    display: none !important;
  }

  .card-inner .col-2 {
    width: 100%;
    padding-top: 10px;
  }

  .card-inner .col-8 {
    width: fit-content;
  }

  .card-inner h4 {
    font-size: 18px;
    margin-top: 10px;
  }

  .section_shipping {
    padding: 0px;
  }

  #msform .action-button-previous,
  #msform .action-button {
    float: unset;
    margin: 15px auto;
  }

  #progressbar {
    margin-bottom: 0px;
  }

  label.form-check-label {
    font-size: 15px;
  }

  .order-detail-shipping {
    margin-top: 30px;
  }

  .upload-nav-tab {
    width: 100%;
  }

  .upload-nav-tab .nav-link {
    width: 100%;
    display: block;
    max-width: 100% !important;
  }

  .finish_btn {
    margin-top: 10px;
    /* width: 100%;  */
    margin-left: 0px !important;
  }

  .finish_btn>div>a,
  .finish_btn>div,
  .finish_btn>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .modal-body {
    overflow-x: auto;
  }

  .piclicks_about .piclicks_content_box {
    margin-left: 0px;
    margin-bottom: 50px;
  }

  .video_why .card {
    padding: 20px 30px;
  }

  .piclicks_faqs {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .piclicks_faqs .accordion-button {
    font-size: 20px;
    padding: 0;
    margin-bottom: 10px;
  }

  .piclicks_footer .widget_wrapper .widget {
    margin-bottom: 0;
  }

  .piclicks_footer .widget_wrapper .widget_link ul li {
    margin-bottom: 5px;
  }

  .piclicks_footer .widget_wrapper .widget .widget_title {
    margin-bottom: 0px;
  }

  div#v-pills-tabContent {
    width: 100%;
  }


  /* .cart-product-card .img-box img {
    width: 105px;
    height: 105px;
  } */

  .cart-product-card .items-pur {
    padding: 0px 0 0 10px !important;
    margin: 0px;
  }


  .shop-page .page-title {
    flex-wrap: wrap;
  }

  .shop-page .page-title input {
    width: 100%;
    max-width: 100% !important;
  }

  .shop-page .page-title h2 {
    margin-bottom: 10px;
  }

  .product-main .product-image img {
    width: 150px;
    height: 150px;
  }

  .create_galley {
    padding-bottom: 30px;
  }

  section.top-video-section {
    padding-bottom: 30px;
  }

  .community_v1 {
    padding: 30px 0px 0;
  }


  .artwork-detail-container.sticky-top {
    height: auto;
    position: static !important;
  }

  .artwork-detail {
    position: static;
    transform: translateY(0px);
  }

  .shop-page .row {
    margin: 0px;
  }

  .transparent_header {
    background: transparent;
  }

  .piclicks_footer img {
    margin-bottom: 10px;
  }

  .gift-card {
    padding: 30px;
  }

}


@media(max-width: 575px) {

  header .btn {
    font-size: 15px;
    /* padding: 10px 20px; */
    padding: 8px 13px;
    white-space: nowrap;
  }

  .brand_logo img {
    width: 120px;
  }

  th {
    font-size: 15px;
  }

  td {
    min-width: 100px;
    font-size: 14px;
  }

  td:first-child {
    min-width: 90px;
  }

  td .post_wrap {
    min-width: 250px;
  }

  .cantact_v2 {
    padding: 20px 0 40px;
  }


}


@media (max-width: 400px) {

  #signinmodal .h-100,
  #signupmodal .h-100 {
    max-width: 95% !important;
  }

}


/* preloader */
.banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
  display: none;
  z-index: 9999999999999999999999;
}

.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before,
.banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}

.banter-loader__box:last-child {
  margin-bottom: 0;
}

@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(0px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(26px, 0);
  }

  45.4545454545% {
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    transform: translate(26px, 0px);
  }

  81.8181818182% {
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    transform: translate(-26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(1) {
  animation: moveBox-1 3s infinite;
}

@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(26px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(26px, 0);
  }

  45.4545454545% {
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    transform: translate(26px, 26px);
  }

  81.8181818182% {
    transform: translate(0px, 26px);
  }

  90.9090909091% {
    transform: translate(0px, 26px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(2) {
  animation: moveBox-2 3s infinite;
}

@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    transform: translate(-26px, 0);
  }

  54.5454545455% {
    transform: translate(-26px, 0);
  }

  63.6363636364% {
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    transform: translate(0px, -26px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(3) {
  animation: moveBox-3 3s infinite;
}

@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    transform: translate(0px, 0px);
  }

  54.5454545455% {
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    transform: translate(-26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(4) {
  animation: moveBox-4 3s infinite;
}

@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(0, 0);
  }

  27.2727272727% {
    transform: translate(0, 0);
  }

  36.3636363636% {
    transform: translate(26px, 0);
  }

  45.4545454545% {
    transform: translate(26px, 0);
  }

  54.5454545455% {
    transform: translate(26px, 0);
  }

  63.6363636364% {
    transform: translate(26px, 0);
  }

  72.7272727273% {
    transform: translate(26px, 0);
  }

  81.8181818182% {
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    transform: translate(0px, -26px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(5) {
  animation: moveBox-5 3s infinite;
}

@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(-26px, 0);
  }

  36.3636363636% {
    transform: translate(0px, 0);
  }

  45.4545454545% {
    transform: translate(0px, 0);
  }

  54.5454545455% {
    transform: translate(0px, 0);
  }

  63.6363636364% {
    transform: translate(0px, 0);
  }

  72.7272727273% {
    transform: translate(0px, 26px);
  }

  81.8181818182% {
    transform: translate(-26px, 26px);
  }

  90.9090909091% {
    transform: translate(-26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(6) {
  animation: moveBox-6 3s infinite;
}

@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }

  18.1818181818% {
    transform: translate(26px, 0);
  }

  27.2727272727% {
    transform: translate(26px, 0);
  }

  36.3636363636% {
    transform: translate(0px, 0);
  }

  45.4545454545% {
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    transform: translate(26px, -26px);
  }

  63.6363636364% {
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    transform: translate(26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(7) {
  animation: moveBox-7 3s infinite;
}

@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    transform: translate(26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(8) {
  animation: moveBox-8 3s infinite;
}

@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    transform: translate(0px, 0);
  }

  54.5454545455% {
    transform: translate(0px, 0);
  }

  63.6363636364% {
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    transform: translate(-52px, 0);
  }

  90.9090909091% {
    transform: translate(-26px, 0);
  }

  100% {
    transform: translate(0px, 0);
  }
}

.banter-loader__box:nth-child(9) {
  animation: moveBox-9 3s infinite;
}

div#top_tray {
  display: flex;
  align-items: center;
}

.button_cart {
  padding: 10px 20px;
}




.delete-cart,
.update-cart {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  margin-top: 10px;
}

.check-flex .d-flex span {
  margin-top: 10px;
}

.check-flex .w-100 p {
  margin-top: 5px;
}

.delete-cart {
  margin-left: auto;
}

.checkout-img {
  padding-top: 10px;
}

div#add-to-cart {
  width: 400px !important;
}

div#signinmodal .modal-body {
  position: relative;
  z-index: 9999;
}

div#signinmodal .modal-dialog:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background: #00000050;
}

@media (max-width: 767px) {

  div#add-to-cart {
    width: fit-content !important;
  }

}




/* // utkarsh work before 29-04-25 */

#carouselExampleCaptions .carousel-item>img {
  object-fit: cover;
  height: 90vh !important;
}

/* .carousel-caption img { // commented on 29-04
  width: auto !important;
  height: 200px !important;
} */

/* #carouselExampleCaptions .carousel-item .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 8%;
  height: fit-content;
} */


/* #carouselExampleCaptions .carousel-item:first-child .carousel-caption {
  top: 9%;
  left: 23%;
} */







/* #carouselExampleCaptions .carousel-item:nth-child(2) .carousel-caption { */
/* top: 28%;
  right: 25%; */
/* top: 0;
  left: 34%;
} */

/* #carouselExampleCaptions .carousel-item:nth-child(3) .carousel-caption {
  top: 30%;
} */


.order-card {
  background: #2C2C2C;
  color: #d6d6d6;
}

.product-price strong,
.product-info.flex-grow-1 small {
  font-size: 18px;
}

.order-footer span {
  font-size: 20px;
  color: white;
}





@media (max-width: 1366px) {
  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: 85vh !important;
  }

  /* .carousel-caption img {
    height: 150px !important;
  } */
}

@media (max-width: 992px) {
  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: 45vh !important;
  }

  /* .carousel-caption img {
    height: 150px !important;
  } */
}

@media (max-width: 767px) {
  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: 118vh !important;
  }

  /* .carousel-caption img {
    height: 120px !important;
  } */
}

@media (max-width: 575px) {
  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: 28vh !important;
  }

  /* .carousel-caption img {
    height: 80px !important;
  } */
}

@media (max-width: 400px) {
  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: 35vh !important;
  }

  /* .carousel-caption img {
    height: 70px !important;
  } */
}


.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-position: 50%;
  background-size: 90% 90%;
  background-color: #265E91;
  border-radius: 50%;
  padding: 0px;
}

.carousel-control-next-icon {
  background-position: 65%;
}

.carousel-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* Center vertically */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
}

.collage-wrapper {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1.14;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

/* .collage-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
} */












#gitCardDiv .gift-card {
  min-width: 520px;
  min-height: 350px;
}

.gift-card {
  background: linear-gradient(to top left, #90ce1f, #7ac10f);
  border-radius: 20px;
  color: white;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
}

.text-content h1 {
  margin: 0;
  font-size: 78px;
  font-weight: bold;
  color: white;
  text-align: start;
}

.text-content p {
  margin: 0;
  font-size: 44px;
  text-align: start;
}

.gift-icon {
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 210px;
  filter: drop-shadow(2px 4px 6px black);
}

.amount {
  text-align: start;
  font-size: 34px;
  font-weight: bold;
}


div#gitCardDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}



.gift-card.row.giftCartClass_yellow {
  background: #F0C30E !important;
}

.gift-card.row.giftCartClass_green {
  background: #85BF09 !important;
}

.gift-card.row.giftCartClass_red {
  background: #F15A25 !important;
}







.gift_car-left .gift-card {
  padding: 10px;
  margin: 0px !important;
  border-radius: 5px;
}

.gift_car-left .gift-card .col {
  padding: 0px !important;
}

.gift_car-left .text-content {
  margin-bottom: 10px;
}

.gift_car-left .gift-icon {
  font-size: 30px;
  right: 15px;
}

.gift_car-left .text-content h1 {
  font-size: 20px;
}

.gift_car-left .text-content p {
  font-size: 10px;
}

.gift_car-left .amount {
  font-size: 15px;
}







.minicart-giftcard .gift-card {
  padding: 10px;
  margin: 0px !important;
  border-radius: 5px;
}

.minicart-giftcard .gift-card .col {
  padding: 0px !important;
}

.minicart-giftcard .text-content {
  margin-bottom: 10px;
}

.minicart-giftcard .gift-icon {
  font-size: 12px;
  right: 5px;
  top: 20px;
}

.minicart-giftcard .text-content h1 {
  font-size: 10px;
}

.minicart-giftcard .text-content p {
  font-size: 6px;
  color: white;
}

.minicart-giftcard .amount {
  font-size: 9px;
  line-height: 1;
}

.order-detail-shipping .minicart-giftcard .gift-card {
  padding: 5px;
  width: 50px;
  margin-top: 10px !important;
  display: block;
}

.shoppingcart-giftcard .gift-card {
  padding: 10px;
  margin: 0px !important;
  border-radius: 5px;
  width: 160px;
}

.shoppingcart-giftcard .gift-card .col {
  padding: 0px !important;
}

.shoppingcart-giftcard .text-content {
  margin-bottom: 10px;
}

.shoppingcart-giftcard .gift-icon {
  font-size: 40px;
  right: 15px;
}

.shoppingcart-giftcard .text-content h1 {
  font-size: 26px;
  line-height: 26px;
}

.shoppingcart-giftcard .text-content p {
  font-size: 16px;
  line-height: 26px;
}


.shoppingcart-giftcard .amount {
  font-size: 12px;
  line-height: 12px;
}





.receive-giftcard {
  width: 20%;
}

.receive-giftcard .gift-card {
  padding: 11px;
  margin: 0px !important;
  border-radius: 5px;
}

.receive-giftcard .gift-card .col {
  padding: 0px !important;
}

.receive-giftcard .text-content {
  margin-bottom: 5px;
}

.receive-giftcard .gift-icon {
  font-size: 40px;
  right: 5px;
  top: 30px;
}

.receive-giftcard .text-content h1 {
  font-size: 21px;
}

.receive-giftcard .text-content p {
  font-size: 13px;
  color: white;
}

.receive-giftcard .amount {
  font-size: 16px;
  line-height: 1;
}





button.ms-3.btn-refresh {
  color: grey;
  background: transparent !important;
  font-size: 20px;
  margin-block: 6px;
}

button.ms-3.btn-refresh-green {
  /* color: green; */
  /* filter: grayscale(100%) sepia(100%) hue-rotate(90deg) saturate(300%); */
  filter: grayscale(100%) sepia(100%) hue-rotate(60deg) saturate(300%) brightness(80%);
  background: transparent !important;
  font-size: 20px;
  margin-top: 6px;
}



a:has(.on_hover) {
  position: relative;
}

/* .on_hover{

  width: 250px;

  background-color: #fff;

  padding: 10px;
} */
a:hover .on_hover {
  display: block;
}

.modal-dialog.popup-modal {
  max-width: 295px !important;
  width: 295px !important;
  margin-left: 370px !important;

}

.popup-modal .modal-content {
  border: 3px solid green !important;
  border-radius: 15px !important;
}

.on_hover p {
  font-size: clamp(0.75rem, 0.6697rem + 0.367vw, 1rem);
  line-height: 22px;
}

.icon-green {
  color: green;
}

@media (max-width: 575px) {
  .modal-dialog.popup-modal {
    margin: -30px auto !important;
    width: 200px !important;
  }

  .popup-modal .modal-header {
    padding: 10px 5px 0 !important;
    font-size: 12px;
  }

  .on_hover p {
    line-height: 1.4;

  }

}

@media (max-width: 375px) {
  .modal-dialog.popup-modal {
    margin: 80px auto !important;

  }
}








/* .carousel-inner .carousel-item:nth-child(1) .collage-wrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-34%);
}

.carousel-inner .carousel-item:nth-child(2) .collage-wrapper {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-45%);
} */




/* 
@media (max-width: 1024px) {

  .carousel-inner .carousel-item:nth-child(1) .collage-wrapper {
    position: absolute;
    top:35%;
    left: 39%;
  }
  
  .carousel-inner .carousel-item:nth-child(2) .collage-wrapper {
    position: absolute;
    top:25%;
    left: 35%
  }

} */


/* @media (max-width: 992px) {

  .carousel-inner .carousel-item:nth-child(1) .collage-wrapper {
    position: absolute;
    top:35%;
    left: 40%;
  }
  
  .carousel-inner .carousel-item:nth-child(2) .collage-wrapper {
    position: absolute;
    top:25%;
    left: 40%
  }


}

 */


/* @media (max-width: 767px) {
  .carousel-inner .carousel-item:nth-child(1) .collage-wrapper {
    position: absolute;
    top: 25%;
  }
} */



.product-quality {
  display: inline-block;
  background-color: #e1f5ed;
  width: fit-content;
  padding: 2px 5px;
  border-radius: 5px;
}

.refreshimg {
  height: 32px;
  width: 32px;
}

.order-modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  margin-top: 43px;
  font-size: 14px;
}

.modalgif {

  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}


.post_img>img,
.product-img>img {
  object-fit: contain;
}





.product-image {
  overflow: hidden;
}

.product-main img {
  transition: 0.3s ease-out;
}

.product-main :hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in;
}


.collection-img {
  border-radius: 9999px;
  display: flex;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  position: relative;
  transition: box-shadow .15s cubic-bezier(.4, 0, 1, 1);
  width: 2.5rem;
}

.collection-img img {
  background-color: #f1f5f9;
  border-radius: 9999px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}







.col-sm-9 .d-flex {
  position: relative;
}

button#searchButton {
  position: absolute;
  right: 130px;
  top: 1.5px;
  padding: 10px;
}

input#searchInput {
  padding-right: 40px;
}



@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-video-setion video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-onvideo h1 {
    text-wrap: nowrap;
    text-wrap-mode: nowrap;

  }

  .about_v1 .piclicks_img_box {
    max-width: 100%;
  }

  .why-piclicks video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video_why {
    position: static;
    padding-block: 40px;

    transform: unset;
  }

  .why-piclicks video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
  }

  .video_why .card {
    padding: 30px;
    height: 100%;
  }

  button#logoutButton {
    text-wrap-mode: nowrap;
    text-wrap: nowrap;
  }

}

body:has(.top-video-section) header .btn,
body:has(.top-video-section) a#hideShi {
  color: #fff !important;
}

header .btn,
a#hideShi {
  color: #000 !important;
}

body:has(.shop-page) header .btn {
  color: #fff !important;
}

body:has(.shop-page) img#user-photo {
  margin-right: 10px;
}

.sticky .header .btn,
.sticky a#hideShi {
  color: #000 !important;
}

.left-side-menu p:last-child {
  margin-bottom: 0px;
}

.shop-page .col-lg-9 {
  background: #000;
  padding: 20px;
  border-radius: 10px;
}

.receive-giftcard {
  min-width: 90px;
}

#v-pills-tab .nav-link {
  max-width: unset !important;
}

a.btn.btn-primary.btn-lg.button_cart {
  color: #fff !important;
}




@media (max-width: 1024px) {

  .piclicks_about .piclicks_content_box {
    margin: 20px 0px 0px;
  }

  .accordion-button {
    /* padding-inline: 0px; */
  }

  .shop-page h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: calc(100dvh - 120px) !important;
  }

  #progressbar li {
    width: 45%;
  }

  #msform {
    min-height: 65dvh;
  }

  .shop-page .table>:not(caption)>*>* {
    white-space: nowrap;
  }

  .left-side-menu p a {
    font-size: 16px;
  }

  .file-item .delete-btn {
    opacity: 0.3;
    background: #ff000050;
  }

  a.btn.btn-primary.btn-lg.button_cart {
    color: #fff !important;
  }

}

@media (max-width: 992px) {

  .product-main .product-image img {
    height: 220px;
  }

}



@media (max-width: 767px) {

  .work-collection .d-flex {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .collection-label {
    width: 50%;
  }

  .main-video-setion {
    height: 30dvh;
  }

  .main-video-setion video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .topsell_slider_content .grid_item .piclicks_info {
    padding-bottom: 0px;
  }

  .order-footer span {
    font-size: 15px;
  }

  .product-img.me-3 {
    margin-right: 10px !important;
  }

  .product-price {
    display: flex;
    flex-direction: column-reverse;
  }

  .order-card:first-child {
    margin-top: 0px !important;
  }

  .off-menu h3,
  .right_menu td,
  .right_menu th {
    color: #000 !important;
  }

  .right_menu .offcanvas-header h3 {
    color: #000 !important;
  }

  .check-flex {
    gap: 0px;
  }

  .cart-items-updated .check-flex {
    gap: 15px;
    align-items: flex-start;
  }

  .cart-items-updated .d-flex-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .address_payment {
    padding: 10px 16px;
  }

  #progressbar li {
    width: 42%;
  }

  .product-price strong,
  .product-info.flex-grow-1 small {
    font-size: 15px;
  }

  .product-img {
    margin-right: 10px !important;
  }

  .product-img img {
    width: 50px !important;
    height: 50px !important;
  }

  td .post_wrap {
    min-width: 70px;
  }

  .cart-product-card .d-flex-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-side-menu p.active a {
    padding-inline: 10px;
  }

  .left-side-menu p a {
    font-size: 16px;
    padding-inline: 0px;
  }

  .tab-section-upload .nav {
    padding-left: 12px;
  }

  a.btn.btn-primary.btn-lg.button_cart {
    color: #fff !important;
  }

  .tool-main-container {
    height: calc(100dvh - 355px) !important;
    width: auto;
  }

  .tool-page-menu {
    margin-right: 10px;
  }


}


@media (max-width: 400px) {
  .tool-main-container {
    height: calc(100dvh - 330px) !important;
  }
}

@media (max-width: 380px) {
  .tool-main-container {
    height: calc(100dvh - 292px) !important;
  }
}













/* preview css  */

img.collage-image {
  position: relative;
  left: 20%;
}

img.collage-image.max-width-img {
  max-width: 25dvw;
  position: relative;
  left: 20%;
}

img.collage-image.max-height-img {
  max-height: 40dvh;
  position: relative;
  left: 30%;
  bottom: 10%;
}

.carousel-inner .carousel-item:nth-child(2) img.collage-image {
  left: 0%;
  bottom: 15%;                                         
}

.carousel-inner .carousel-item:nth-child(2) img.collage-image.max-width-img {
  left: 0;
  bottom: 20%;
}

.carousel-inner .carousel-item:nth-child(2) img.collage-image.max-height-img {
  max-height: 40dvh;
  position: relative;
  left: 0;
  bottom: 40%;
}

body:has(.top-video-section) img#user-photo {
    margin-right: 10px;
}

body:has(.top-video-section) header .btn{
  color: #fff !important;
}

body:has(.top-video-section) .sticky #user-photo {
  margin-right: 5px;
}

body:has(.top-video-section) header.sticky .btn{
  color: #000 !important;
}

@media (max-width: 1024px) {
  img.collage-image.max-height-img {
    left: 0;
    bottom: 0;
  }

  img.collage-image.max-width-img {
    max-width: 40dvw;
    left: 0%;
  }

  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-width-img {
    left: 0;
    bottom: 25%;
  }


  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-height-img {
    left: 0;
    bottom: 30%;
  }

  img.collage-image {
    left: 0;
  }
}

@media (max-width: 992px) {

  img.collage-image.max-width-img {
    max-width: 45dvw;
  }

  img.collage-image.max-width-img,
  img.collage-image {
    left: 15%;
  }

  img.collage-image.max-height-img {
    left: 30%;
    max-height: 25dvh;
  }

  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: calc(60dvh - 120px) !important;
  }

  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-width-img {
    bottom: 20%;
  }

  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-height-img {
    bottom: 30%;
    max-height: 25dvh;
  }

}

@media (max-width: 575px) {

   img.collage-image.max-width-img {
    max-width: 50dvw;
  }

  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-width-img,
  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-height-img,
  img.collage-image.max-width-img,
  img.collage-image.max-height-img,
  img.collage-image {
    left: 0%;
  }

  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-height-img,
  img.collage-image.max-height-img {
    max-height: 25dvh;
  }

  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-width-img,
  .carousel-inner .carousel-item:nth-child(2) img.collage-image.max-height-img {
    bottom: 20%;
  }

  #carouselExampleCaptions .carousel-item>img {
    object-fit: cover;
    height: calc(70dvh - 120px) !important;
  }

}