/* -----Variables--- */

:root {
    --main-bg-white: #FFFFFF;
    --second-bg-white: #FDFDFE;
    --text-white: #ffffff;
    --black-primary: #181818;
    --black-secondary: #1D1D1D;
    --box-shadow:0px 12px 65px #272C1926;
    --border-radius: 4px;
    --main-color-red: #ED2951;
    --second-color-red: #DC264B;
    --transition-cubic: cubic-bazier(0.175, 0.855, 0.32, 1.275);
}


/* ---Scrollbar Reset-- */

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: var(--second-box-shadow);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--grey-light-first);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--grey-light-second);
}


/* ======Global css===== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
::before,
::after {
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    font-family: "Gilroy-Regular";
}
 
 /* ----Font Weight---- */
 .font-medium{
     font-family: "Gilroy-Medium";
 }
 .font-semi-bold{
     font-family: "Gilroy-SemiBold";
 }
 .font-bold{
     font-family: "Gilroy-Bold"
 }
 .font-xtra-bold{
     font-family: "Gilroy-ExtraBold";
 }
 .wave-95{
    font-family: "wavehaus-95-semi-bold";
 }
 .wave-128{
    font-family: "wavehaus-128-bold";
 }
.f-18 {
    font-size: 18px;
}
.main-color-red{
    color: var(--main-color-red);
}
.req_star{
    color: var(--main-color-red);
}
.body-h-75 {
    height: 75px;
}
.body-h-100 {
    height: 100px;
}
.position-static{
    position: static;
}
/* ======Global css===== */
a:hover{
    text-decoration: none;
}
.position-relative {
    position: relative;
}

.sec-gap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ox-hidden {
    overflow-x: hidden;
}

.container__width {
    width: 90%;
}

.container-width {
    width: 86%;
}
.common_container {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
}
.bg-light-grey{
    background-color: #F5F5F5;
}
.pt-42{
    padding-top: 42px;
}
.pt-40{
    padding-top: 40px;
}
.pt-36{
    padding-top: 36px;
}
.mb-18{
    margin-bottom: 18px;
}
.container-fluid.container-width{
    width: 97%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 55%;
    margin-left: 30px;
}

/* =================== */
/* All custom Form input */
.form-control.top_search_control:focus{
    border: 0;
    border-bottom: 2px solid rgb(201, 188, 188);
}
.form-control.top_search_control{
    border: 0;
    border-radius: 0;
    height: 30px;
    border-bottom: 2px solid rgb(201, 188, 188);
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}
.form-control.top_search_control::placeholder{
    font-size: 18px;
    letter-spacing: 0.81px;
    font-weight: 500;
    color: #fff;
}
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #0101014D;
    background-color: transparent;
}

.form-control,
select,
textarea {
    background-color: transparent;
    font-size: 20px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #0101014D;
    color: #181818;
    font-weight: 600;
    letter-spacing: 1.03px;
}

.form-control::placeholder {
    letter-spacing: 1.03px;
     color: #181818;
     font-weight: 600;
     font-size: 20px;
}

.form-control.custom-input {
    margin: 0 0 20px 0;
    padding: 0px 20px;
    font-size: 18px;
    height: 60px;
    border-radius: 30px !important;
    background-color: transparent;
}
/* ========== */
/* all custom button */
.btn-primary:hover{
    background-color: var(--main-color-red);
    border-color: var(--main-color-red);
}
.btn-primary{
   background-color: var(--main-color-red);
   border-radius: 5px;
   border-color: var(--main-color-red);
   height: 60px;
   font-size: 22px;
   font-weight: 600;
  letter-spacing: 1.03px;
}
.btn.btn_white{
   box-shadow: 10px 12px 40px #0000001F;
   border-radius: 8px;
   background-color: #ffffff;
   padding: 14px 75px;
   color: #8b8888;
   font-size: 20px;
   font-weight: 500;
   position: relative;
   z-index: 1;
}
.btn.btn_white::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: var(--main-color-red);
    border-radius: 8px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.btn.btn_white:hover:before{
    height: 100%;
}
.btn.btn_white:hover{
    color: #ffffff;
}

/* /all custom button */
.first__header {
    background-color: var(--second-color-red);
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.search_white_icon {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#top__header {
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--main-color-red);
}

#header .container-fluid {
    width: 85%;
}

#navbarNav {
    position: relative;
}
 

.dropdown-toggle::after {
    content: '\f107' !important;
    font-family: FontAwesome;
    border: 0 !important;
    vertical-align: unset;
}

.dropdown:hover>.menu_dd {
    display: block;
}

.menu_dd {
    background-color: #131313;
    border-radius: 0;
    border: 0;
    border-top: 3px solid #f67104;
    min-width: 250px;
}

.sub_nav_item {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.navbar .navbar-nav .nav-link.sub_nav_link:hover {
    background-color: #ffffff;
    color: var(--black-primary) !important;
}

.navbar .navbar-nav .nav-link.sub_nav_link {
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px !important;
    line-height: 1.5 !important;
    font-size: 14px;
    text-transform: capitalize;
}
a.nav-link_dropdown{
    color: var(--black-primary);
    padding: 5px 12px;
    letter-spacing: .5px;
    font-size: 16px;
    position: relative;
    line-height: 36px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #fff;
    border-radius: 5px;
    width: 200px;
    display: inline-block;
}
.city__list{
    width: 100%;
    border-radius: 5px !important;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    
}
.city__list.show{
    display: block;
}
.nav-item.dropdown-nav-item{
    list-style: none;
    position: relative;
    margin-left: 15px;
    transition: 0.3s all ease-in;
    border-radius: 4px;
}
.fa_caret {
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.navbar-collapse {
    justify-content: space-between;
}

 
.active-bg #header {
    position: fixed;
    box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    padding-top:0;
    padding-bottom: 0;
    background-color: var(--second-color-red);
}
.active-bg #header .navbar .navbar-nav a.nav-link {
    padding: 16px 10px;
}

.active-bg #header .navbar-brand img {
    /* width: 180px; */
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.navbar-brand img {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.navbar {
    background-color: transparent;
}

.nav-item.empl-btn:hover {
    background-color: #fff;
    border: 1px solid var(--main-color-red);
}

.navbar .navbar-nav .nav-item.empl-btn:hover a.nav-link {
    color: var(--black-primary);
}

.nav-item.empl-btn {
    background-color: var(--main-color-red);
    font-weight: 700;
    border: 1px solid transparent;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: var(--main-color-red);
}
.dropdown-item:hover{
    background-color: #ed2951;
    color: #fff;
}

.nav-item.empl-btn a {
    color: #fff;
}

.nav_link.user-profile {
    display: flex;
    align-items: center;
    padding-top: .1rem !important;
    padding-bottom: 0 !important;
    margin-top: 16px;
}
.active-bg #header .nav_link.user-profile {
    margin-top: 16px;
}
.nav-link.user-profile span.user-name {
    font-weight: 600;
}

.nav_link.user-profile span img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 5px;
}

/* .navbar .navbar-nav .nav-item:hover {
    background-color: var(--main-color-red);
} */


/* .navbar .navbar-nav .nav-item:nth-of-type(6) {
      margin-left: 25px;
  } */

.navbar .navbar-nav .nav-item a.nav-link:hover {
    color: var(--main-color-orange);
}

.navbar .navbar-nav .nav-item:hover a.nav-link {
    /* color: #fff !important; */
}

.navbar .navbar-nav .nav-item {
    margin-left: 15px;
    transition: 0.3s all ease-in;
    border-radius: 4px;
    /* position: relative; */
}

.navbar .navbar-nav a.nav-link {
    color: var(--text-white);
    padding:16px 10px;
    letter-spacing: .5px;
    font-size: 16px;
    position: relative;
    line-height: 36px;
    font-weight: 600;
    opacity: 0.8;
    text-transform: capitalize;
}
.navbar .navbar-nav a.nav_link {
    color: var(--text-white);
    padding:32px 10px;
    letter-spacing: .5px;
    font-size: 16px;
    position: relative;
    line-height: 36px;
    font-weight: 600;
    opacity: 0.8;
    text-transform: capitalize;
}

.navbar .navbar-nav .nav-item a.nav-link:hover{
   color: var(--text-white);
   opacity: 1;
}
a.px {
    padding-left: .8rem !important;
    padding-right: .8rem !important;
}


.navbar .navbar-nav .nav-item.active a.nav-link::after {
     width: 100%;
     left: 0;
 }
.navbar .navbar-nav .nav-item a.nav-link:hover:after {
     width: 100%;
     left: 0;
 }
 .navbar .navbar-nav .nav-item a.nav-link::after {
     position: absolute;
     content: '';
     left: 50%;
     bottom: 0;
     width: 0;
     height: 4px;
     border-radius: 3px 3px 0px 0px;
     background-color: var(--main-bg-white);
     -webkit-transition: 0.2s all ease-in;
     -o-transition: 0.2s all ease-in;
     transition: 0.2s all ease-in;
 }
.navbar .navbar-nav .nav-item.active a.nav-link {
    color: var(--text-white);
    opacity: 1;
}

.navbar .navbar-nav .nav-item.empl-btn a.nav-link {
    color: var(--text-white);
}

.active-bg .navbar .navbar-nav .nav-item::after {
    bottom: -24px;
}
.navbar .navbar-nav .nav-item a.content-none::after {
    content: none !important;
}
.login-btn, .login-btn_reg{
    padding-top: 12px;
}
.active-bg #header .login-btn {
    padding-top: 12px;
}
.login-btn a{
    padding:5px 0 !important;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    font-weight: 600;
}
.login-btn a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    background-color: #010101;
    opacity: 0.3;
    transition: 0.3s ease-out;
}
.login-btn a:hover:before{
    background-color: #fff;
}
.login-btn.login-btn_reg a::before{
    background-color: #fff;
}
.login-btn.login-btn_reg a:hover:before{
    background-color:#010101 ;
}
/* .active-bg #header .navbar .navbar-nav .nav-item.active a.nav-link {
    color: var(--text-white) !important;
} */

li.btn-grey-second {
    background-color: #fff;
    border: 1px solid var(--main-color-red);

}

li.btn-grey-second a {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    font-weight: 700;
}

li.btn-grey-second:hover {
    background-color: var(--main-color-red);
}

li.btn-grey-second:hover a.nav-link {
    color: #000;
}

.notification {
    position: relative;
}

.notification>span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

.notification>span i {
    color: var(--black-primary) !important;
}

.notification::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    background-color: #7070704D;
    padding: 10px;
    z-index: -1;
}

#header {
    /* position: fixed; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    top: 0;
    /* padding-top: .8rem;
    padding-bottom: .8rem; */
}

.bar1,
.bar2,
.bar3 {
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    opacity: 1;
}

div.bar3 {
    /* width: 13px; */
}

#sidebarCollapse.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}

#sidebarCollapse.active .bar2 {
    opacity: 0;
}

#sidebarCollapse.active div.bar3 {
    -webkit-transform: rotate(45deg) translate(0px, 2px);
    transform: rotate(45deg) translate(0px, 2px);
    width: 26px;
}

/* ===========Wedlockplanner======= */
 .form-container {
     position: absolute;
     left: 50%;
     -webkit-transform: translate(-50%, -150px);
     -ms-transform: translate(-50%, -150px);
     transform: translate(-50%, -150px);
 }
.form-container h1{
    font-size: 48px;
    letter-spacing: 2.16px;
    line-height: 1;
}
.form-container p{
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1;
    padding-bottom: 20px;
}
.form-box{
    background-color: var(--main-bg-white);
    box-shadow: 0px 12px 65px #272C1926;
    border-radius: 5px;
    padding: 26px 30px;
}
.searchBtnImg {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    margin-right: 5px;
}
.section__title{
    letter-spacing: 1.89px;
    color: #181818;
    font-size: 42px;
}
.category{
    padding:  40px 0 30px 0;
}
.flex__container{
    padding-top: 36px;
}

.flex__items__logo.active {
    background-color: var(--main-color-red);
    border: 1px solid var(--main-color-red);
}
.flex__items__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    border: 1px solid #01010133;
    background-color: #F0EFEF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
 
 .flex__items__logo::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border-radius: 50%;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: -1;
     background-color: var(--main-color-red);
     -webkit-transition: 0.3s ease-in;
     -o-transition: 0.3s ease-in;
     transition: 0.3s ease-in;
 }

 .flex__items:hover .flex__items__logo::before {
     width: 100%;
     height: 100%;
 }
 .hover__img__1{
     display: block;
     transform: scale(1);
      -webkit-transition: 0.3s ease-in;
      -o-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
      max-width: 80px;
max-height: 80px;
object-fit: fill;
 }
 .hover__img__2{
     display: none;
     transform: scale(0);
     -webkit-transition: 0.3s ease-in;
     -o-transition: 0.3s ease-in;
     transition: 0.3s ease-in;
     max-width: 80px;
max-height: 80px;
object-fit: fill;
 }
 
.flex__items:hover .hover__img__1.active {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.flex__items:hover .hover__img__1 {
    display: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.flex__items:hover .hover__img__2 {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
 .flex__items {
     width: 100%;
     padding-bottom: 30px;
 }

 .flex__items h5 {
     margin-top: 6px;
     font-size: 14px;
     letter-spacing: 0.68px;
     color: #181818;
 }
 .vendor{
     background-color: #EDEDED;
 }
  .owl__outerBox {
      padding-left: 0;
  }
 /* Service */
  .wedding_services {
      background-color: #F9F9FC;
  }

  .owl__outerBox-2 {
      padding-left: 100px;
  }

  .owl-2-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: var(--main-bg-white);
      border-radius: 20px;
      overflow: hidden;
  }

  .owl-2-items:hover .owl-2-itemsImg img {
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      transform: scale(1.01);
  }

  .owl-2-itemsImg img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s linear;
      -o-transition: 0.3s linear;
      transition: 0.3s linear;
  }

  .owl-2-itemsContent {
      padding: 20px 14px;
      overflow: hidden;
  }

  .owl-2-itemsContent h4 {
      letter-spacing: 1.08px;
      color: #181818;
      font-size: 24px;
  }

  .owl-2-itemsContent p {
      letter-spacing: 0.63px;
      color: #181818;
      opacity: 0.6;
      font-size: 14px;
      padding: 5px 0;
  }

  .owl-2-itemsContent a {
      color: var(--main-color-red);
      letter-spacing: 0.81px;
      font-size: 18px;
  }

  .owl-2-items:hover .owl-2-itemsContent a .fa {
      opacity: 1;
      -webkit-transform: translate(6px, 2px);
      -ms-transform: translate(6px, 2px);
      transform: translate(6px, 2px);
  }

  .owl-2-itemsContent a .fa {
      opacity: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
  }
  /* Gallery */
  .gallery{
      background-color: #010101;
  }
  .stories{
      background-color: #EDEDED;
  }
  .owl-3-items{
      background-color: var(--main-bg-white);
      border-radius: 20px;
      /* width: 380px; */
      position: relative;
  }
 
.owl-3-items .owl-3-itemsImg {
    overflow: hidden;
    border-radius: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.owl-3-items:hover .owl-3-itemsImg {
    border-radius: 20px;
}

.owl-3-items .owl-3-itemsImg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    filter: none;
}

.owl-3-items:hover .owl-3-itemsImg img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    
}
 
 .btn-fav:focus {
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
 }

 .btn-fav:focus .fa {
     color: var(--main-color-red);
 }

 .btn-fav {
     position: absolute;
     top: 15px;
     right: 15px;
     background-color: #1D1D1D;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }

 .owl-3-items:hover .btn-fav .fa {
     color: var(--main-color-red);
     -webkit-transform: scale(1.23);
     -ms-transform: scale(1.23);
     transform: scale(1.23);
 }

 .btn-fav .fa {
     color: #fff;
     font-size: 28px;
     -webkit-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
 }
  .owl-3-itemsImg img{
      width: 100%;
  }
  .owl-3-itemsContent{
      padding: 20px 14px;
  }
  .owl-3-itemsContent h5{
     letter-spacing: 1.08px;
     color: #181818;
     font-size: 24px;
   }
  .owl-3-itemsContent small{
     color: var(--main-color-red);
     }
  .owl-3-itemsContent p{
     font-size: 13px;
     letter-spacing: 0.63px;
     color: #747474;
     margin-bottom: 11px;
     }
   .owl-3-itemsContent h6{
    color: #181818;
    opacity: 0.6;
    font-size: 18px;
   }

  .testimonial{
    background-color: var(--main-color-red);
    padding-top: 30px;
    padding-bottom: 30px;
   }
 .owl-4-items{
     background-color: var(--main-bg-white);
     border-radius: 10px;
     padding: 23px 30px;
 }
 .testimonial .owl-4-items{
    height: 306px;
 }
 .client-name h4{
     letter-spacing: 1.26px;
     color: #181818;
     font-size: 28px;
     line-height: 1;
 }
 .client-name p{
     letter-spacing: 0.72px;
     color: #181818;
     opacity: 0.6;
     line-height: 1;
 }
 .owl-4-itemsContent p{
     letter-spacing: 0.81px;
     color: #181818;
     opacity: 0.8;
     font-size: 18px;
     margin-top: 25px;
 }
.owl-5-items img{
    filter: none;
}
.owl-5-items:hover img{
    filter: contrast(200%);
}

.offer {
    padding-top: 5em;
    padding-bottom: 5em;
    position: relative;
}

.offer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.offer_card:hover {
    transform: scale(1.05)
}

.offer_card {
    text-align: center;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    margin-bottom: 25px;
    background: #fff;
    padding: 20px;
    transform: scale(1);
}

.offer_details {
    height: 150px
}

.featured-icon {
    font-size: 45px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 16px;
    margin: 20px auto;
    background: #929191;
    position: relative;
    z-index: 10;
}

.offer_card:hover .featured-icon {
    background-color: #ff7200;
}

.offer_card:hover .fa {
    color: #fff;
}

.featured-icon .fa {
    color: #ff7200;
    font-size: 45px !important;
}

.offer_details h5 {
    font-size: 22px;
    margin: 5px 0px 10px 0px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.offer_card:hover .offer_details h5:after {
    background-color: var(--main-color-orange);
    width: 30%;
}

.offer_card:hover .offer_details h5 {
    color: var(--main-color-orange);
}

.offer_details h5::after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #f1f1f1;
    margin: 0 auto;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}

.offer_details p {
    font-size: 15px;
    margin-top: 28px;
}

.about-us {
    padding-top: 5em;
    padding-bottom: 5em;
}

.construction-box {
    position: relative;
}

.construction-box:hover:before {
    width: 97%;
    height: 80%;
}

.construction-box:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    width: 28%;
    height: 28%;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.construction-box:hover:after {
    width: 97%;
    height: 80%
}

.construction-box:after {
    position: absolute;
    content: '';
    bottom: 6px;
    right: 6px;
    width: 28%;
    height: 28%;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.cons_titile {
    color: var(--black-primary);
    font-size: 21px;
    font-weight: 600;
}

.cons_para {
    font-size: 15px;
    padding: 9px 0px;
    color: #323232;
}

.cons_para-2 {
    font-size: 15px;
    padding: 15px 0px;
    color: #323232;
}

.schedule_content {
    margin: 20px 0;
}

.schedule_box:hover {
    background-color: var(--black-primary);
}

.schedule_box:hover span {
    letter-spacing: 3px;
}

.schedule_box {
    font-size: 18px;
    overflow: hidden;
    color: #ffffff;
    background: var(--main-color-orange);
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 1em;
    z-index: 1;
}

.schedule_box span {
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    position: relative;
    color: #ffffff;
}

.lates_events {
    position:relative;
}
.tb-5{
    transform:translateY(55px);
}
.lates_events:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.65);
}

.events-post {
    position: relative;
    top: 110px;
    margin-bottom: 50px;
}

.event_img {
    width: 100%;
    border: 3px solid #f2f2f252;
}

.event_img img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.event_img img {
    width: 100%;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.events-data {
    background: #ffffff;
    padding: 40px 40px 40px;
    margin: -30px 20px 0;
    position: relative;
    box-shadow: 0px 1px 1px 1px rgb(197 197 197 / 40%);
}

.events-post h3 {
    font-size: 22px;
    margin: 20px 0px;
    font-weight: 600;
    color: #272727;
    font-family: 'Poppins', sans-serif;
}

p.description {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 35px 0;
    color: #353535;
}

.eventss-button button {
    background-color: var(--main-color-orange);
    padding: 10px 17px;
    margin: 0 auto;
    position: absolute;
    right: 40px;
    bottom: -25px;
    border-radius: 30px;
    border: 1px solid var(--main-color-orange);
}

.eventss-button button a {
    font-size: 16px;
    color: #ffffff;
}

.our-team {
    padding-top: 7em;
    padding-bottom: 7em;
}

.team_card {
    border: 10px solid #4d4d4d;
    padding: 0;
    position: relative;
    margin-bottom: 1em;
}

.team_card:hover {
    border: 10px solid var(--main-color-orange);
}

.team_card:hover .team_card_content {
    opacity: 1;
    left: -2px;
}

.team_card_content {
    position: absolute;
    text-align: center;
    padding: 1em 5em 1em 1em;
    background: #f67203;
    width: 100%;
    height: 190px;
    top: 95%;
    left: -10%;
    opacity: 0;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-clip-path: polygon(0% 0%, 80% 0, 73% 44%, 28% 44%, 0 44%);
    clip-path: polygon(0% 0%, 80% 0, 73% 44%, 28% 44%, 0 44%);
}

.team_card_content h5 {
    position: relative;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 24px;
}

.team_card_content p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
}

.testimonials {
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
}

.testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.owl-carousel.owl-6 .owl-stage-outer, .owl-carousel.owl-1 .owl-stage-outer{
    padding-bottom: 40px;
}

.owl_items {
    background-color: #ffffff;
    position: relative;
    border-radius: 20px;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
.owl_items:hover{
        -webkit-box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 15%);
    box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 15%);
}
 
.owl_items>img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 237px;
}
.owl_items>img.cover_img{
    height: 187px;
    border-radius: 20px;
}
.all_category_packages_list .owl_items>img.cover_img {
    height: 162px;
    border-radius: 20px;
    /* object-fit: contain;
    margin: auto; */
}
.vendorImagCard{
    height: 160px;
    overflow: hidden;
}
.vendorImagCard .vendor_img{
    max-width: 100%;
    max-height: 160px;
    object-fit: fill;
}
/* .vendor_img {
    max-width: 529px;
    max-height: 208px;
    border-radius: 20px;
    object-fit: contain;
    margin: auto;
} */
.vendor_img {
    border-radius: 20px;
}
.top_banner_img{
   text-align: center;
    overflow: hidden;

}
.top_banner_img img{
    width: 100%;
    height: 499px;
    border-radius: 5px 5px 0px 0px;
    object-fit: fill;
}
#portfolio .vendorImagCard .vendor_img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}
.latest-blogs .owl_items_body {
    min-height: 217px;
}
.sc-cpmLhU.jObszA {
    width: auto !important;
}
.owl_items:hover>img {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.owl_items .owl_items_body img {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}
.owl_items-card{
    margin-bottom: 30px;
}

/* .owl_items:hover .owl_items_body img {
    -webkit-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
} */
.latest-posts p strong{
    color:  #ED2951 !important;
}
.rating-div{
    position: absolute;
    right: 15px;
    top: 15px;
    background-color:#010101;
    border-radius: 10px;
    color: #fff;
    padding: 4px 10px;
    letter-spacing: 0.81px;
}
.owl_items_body{
    padding: 10px 6px 10px 14px;
    overflow: hidden;
}
.owl_items_body h3{
    font-size: 24px;
    letter-spacing: 1.08px;
}
a.parent_url{
    color: #212529;
}
.owl_items_body h3.h3-sm{
    font-size: 20px;
}
.plan_price{
    letter-spacing: 1.08px;
    color: #EA2B4F;
    opacity: 0.9;
    font-size: 20px;
}
.plan_price-sm{
    font-size: 18px;
}
.price_steps{
    letter-spacing: 0.63px;
    color: #181818;
    opacity: 0.6;
    font-size: 14px;
}
.price_steps-sm{
    font-size: 12px !important;
}
.price_steps-sm.d-inline-block{
    line-height: 1.5;
}
.tt-5{
    transform: translateY(-5px);
}
.owl_items_footer h4{
    letter-spacing: 0.81px;
    color: #181818;
    opacity: 0.6;
    font-size: 18px;
    margin-top: 11px;
}
.owl_items_footer h4.h4-sm{
    font-size: 14px;
}
.icon-t{
    transform: translateY(-2px) !important;
}
.owl_items .testi_profile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 173px;
    height: 173px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: -110px;
    left: 30px;
    background-color: #ffffff;
    /* padding: 10px; */
}

.owl_items:hover .testi_profile img {
    transform: scale(0.7);
    box-shadow: 0 0 0 14px #3d3f4082;
}

.owl_items .testi_profile img {
    height: 145px;
    width: 145px !important;
    border-radius: 50%;
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.testi_content {
    height: 211px;
    padding: 2em;
    text-align: center;
}

.tester_title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    left: 0;
    right: 0;
}

.testi_content p {
    font-size: 15px;
    line-height: 24px;
}

.owl_2_items img {
    height: 438px;
}
 
.destination{
    background-color: #F9F9FC;
}
.owl-5-items h5{
    font-size: 26px;
    letter-spacing: 1.35px;
    color: #181818;
    margin-top: 10px;
}
.latest-blogs{
    background-color: #EDEDED;
}
.blog-date{
    letter-spacing: 0.9px;
    color: #181818;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1;
    transform: translateY(2px);
}
.blog-content h3{
    letter-spacing: 1.08px;
    color: #181818;
    opacity: 1;
    font-size: 24px;
}
.blog-content p{
    letter-spacing: 0.81px;
    color: #181818;
    opacity: 0.6;
}
.wed_desc{
    background-color: #F9F9FC;
}
.wed_desc_text p{
    letter-spacing: 1.08px;
    color: #1D1D1D;
    opacity: 0.8;
    font-size: 24px;
}
.wed_desc_text a{
    letter-spacing: 1.08px;
    color: #EA2B4F;
    font-size: 22px;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #EA2B4F;
    border-radius: 5px;
}
.wed_content{
    letter-spacing: 0.5px;
    color: #181818;
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}
.px-gutter{
    padding-left: .9rem;
    padding-right: .9rem;
}
.grid-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid_img_box {
    position: relative;
    overflow: hidden;
}

.grid_img_box:hover .gallery_category {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/* .grid_img_box:hover  img{
    filter: grayscale(1);
} */
.grid_img_box   img{
    filter:  none;
    transition: 0.3s linear;
}
.gallery_category {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #262626;
    border-radius: 0px 0px 20px 20px;
    padding: 17px 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.gallery_category h5{
    color: #fff;
    font-size: 24px;
}
.footer__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 24px;
}
.footer__flex__items h6 {
   letter-spacing: 1.35px;
   color: #1D1D1D;
   font-size: 30px;
    margin-bottom: 10px;
    margin-bottom: 18px;
}
.icon-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
}
.footer__links-flex {
    display: flex;
}
.footer__links a,
.footer__links p {
    letter-spacing: 0.72px;
    color: #1D1D1D;
}

.inquiry-form {
    position: relative;
    padding-top: 3em;
    padding-bottom: 13em;
}

.inquiry-form:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.form-group {
    margin-bottom: 20px
}
 
.btn-submit {
    color: #fff;
    background: #242424;
    padding: 10px 35px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid transparent;
    margin: 10px auto 0;
    display: block;
    background-color: var(--main-color-orange);
}
.cont-height{
    height:50px;
}

.ordershape {
    transform: translateY(-123px);
}

.appointment-box {
    background-color: #ff7101;
    z-index: 99 !important;
    padding: 30px 23px 30px;
    position: relative;
}

.appointment-box:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-color: transparent;
    bottom: -1px;
    left: -18px;
    border-width: 0px 0 15px 18px;
    border-radius: 0 0 50px 50px;
    background: #a34c07;
    z-index: 4;
}

.appointment-box:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -1px;
    right: -17px;
    border-width: 0px 0 15px 17px;
    border-radius: 0 0 50px 50px;
    background: #a24c06;
    z-index: 4;
}

.ordershape {
    position: relative;
}

.ordershape:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-color: transparent;
    bottom: 0px;
    left: -5px;
    border-width: 4px 0 10px 16px;
    background: #f67004;
}

.ordershape:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -1px;
    right: -11px;
    border-width: 0px 0 15px 17px;
    border-radius: 0 0 50px 50px;
    background: #ff7101;
    z-index: 4;
}

.add_parent {
    display: flex;

}

.add_left .fa {
    font-size: 40px !important;
    color: #fff;
}

.add_right {
    margin-left: 15px;
}

.add_right h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0;
}

.add_right p {
    font-size: 14px;
    color: #fff;
}
.latest-post{
    padding-bottom:5em;
}
.post_card_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post_card{
    position:relative;
    height:495px;
}
.post_card_body{
    background-color: #fff;
        padding: 20px 25px;
        position: relative;
        border: 1px solid #dadada;
        border-top: none;
    text-align:center;
}
.post_card:hover .post_card_img img {
   transform: scale(1.2);
}
.post_card_img{
    overflow: hidden;
}
.post_card_img img{
    transform:scale(1);
    transition: 0.3s linear;
}
.post_card_body h5{
    color:#000;
       font-weight: bold;
       margin: 10px 0 20px 0;
       font-size: 18px;
        
}
.post_card_body p{
    color:#000;
        font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.post_card_footer span{
       font-size: 14px;
       color:#949494;
}
.post_card_footer .fa{
    color:#949494;
    margin-right:5px;
    font-size:12px !important;
}
.post_card:hover .date_tag{
    background-color: #000;
}
.date_tag{
    z-index: 99;
  background: #ff7200;
  position: absolute;
  top: 20px;
  width: 49px;
  color: #fff;
  font-weight: bold;
  left: 34px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 49% 72%, 0% 100%, 0 49%, 0% 0%);
  clip-path: polygon(100% 0, 100% 100%, 49% 72%, 0% 100%, 0 49%, 0% 0%);
}
.date_bg small{
  color:#fff;
  font-weight: bold;
  font-size: 13px;
}
.post_card:hover .post_card_body h5{
    color:var(--main-color-orange)
} 
.post_card:hover .post_card_footer .fa{
    color:var(--main-color-orange);
    
}
.news_lettter{
   padding-top:5em;
   padding-bottom:5em;
   position:relative;
}
.news_lettter:before{
  position:absolute;
  content: '';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.btn--submit{
 padding: 14px 30px;
 font-size: 16px;
 margin-top:6px;
 margin-bottom: 10px;
 border-radius: 30px;
background-color: #ff7101;
color:#fff;
}
.page-footer{
    background-color: #F9F9FC;
    padding-top: 24px;
}
.page-footer .container-fluid{
    padding-bottom: 30px;
}
 .footer__links {
     margin-bottom: 22px;
 }
 .footer-ul-bottom {
     margin-top: 35px;
 }
.footer-ul li{
    margin-right:25px;
}
.footer-ul li a:hover{
    color:var(--main-color-orange);
    text-decoration:none
}
.footer-ul li a{
    font-size:16px;
    letter-spacing: 0.72px;
    color: #1D1D1D;
}
/* About us */
.top-bold-heading{
    background-color:var(--main-color-orange);
    padding-top: 15px;
    padding-bottom:15px
}
.h1-title{
    font-size:28px;
    font-family:"Poppins", sans-serif;
    color:#fff;
}
.section_bedcrumb{
    background-color: #ffffff;
    padding: 13px 0;
    color: #ee5636;
    border-bottom: 1px solid #ccc;
}
.breadcrumb{
    background-color:#ffffff;
    margin-bottom: 0;
}
.breadcrumb-item{
    font-size:18px;
    letter-spacing: .5px;
}
.breadcrumb-item.active {
    color: #fff !important;
    background-color: var(--main-color-red);
    padding: 5px 15px;
}

.breadcrumb-item{
    padding: 5px 15px;
}
.breadcrumb-item a{
    color:var(--main-color-orange) !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '\f105' !important;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.all-content-box{
    background-color:#eee;
    padding:2em 0 2em 0;
}
.article-container{
    background: #fff;
    padding: 2em !important;
    border-radius: 10px;
    margin-bottom: 10px;
}
  h4.h4-title {
    color: #000;
    font-size:30px;
    margin: 15px 0;
    font-family: "Poppins", sans-serif; 
}
.article_left_content p{
    margin: 0 0 15px;
    color:#333;
    font-size:14px;
    font-family:"Open Sans", sans-serif;
}
.div_content-p{
    display: flex;

}
.icon_star{
    color: var(--main-color-orange);
}
.side_content{
        margin-bottom: 15px;
        padding: 1em;
        background: #fff;
        border-radius: 10px;
}
 .side_content h2 {
    font-size: 24px;
    margin: 10px 0;
    position: relative;
}
 .side_content h2::after{
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 90px;
        background:#f67004;
        height: 4px;
}
select.custom-select{
    color: #000 !important;
}
.article-bg-none{
      background-color:transparent;
      padding: 10px !important;
}
.sidebar_right-content{
        background: #fff;
        padding: 2em;
        border-radius: 10px;
        margin-bottom: 10px;
}
.add-details{
    display: flex;
    justify-content: space-between;
}
.add-details-first{
    margin-bottom:20px;
}
.add-details .fa{
    color: var(--main-color-orange);
    font-size: 14px !important;
    padding-right:10px;
}
.add-details-second{
    text-align: left;
}
.add-details-second p{
    color:#000;
    font-size:14px;
}
.add-details-second a{
    color:var(--main-color-orange);
    font-size:14px;
    text-align: left;
}
.contact-form-box{
    background-color: #000000;
     border-radius: 10px;
     padding: 2em;
}
.contact-form-box h2{
    color:#fff;
    text-align: center;
    margin: 0 0 30px 0;
    background: none;
    outline: none;
    border: none;
    font-size: 35px;
    display: block;
    font-weight: 600;
    font-family:"Poppins", sans-serif;
}
.social-follow-icon:hover{
    border:2px solid var(--main-color-orange);
}
.social-follow-icon{
    position:relative;
    display:inline-block;
    width:43px;
    height:43px;
    border-radius:50%;
    text-align:center;
    border: 2px solid #000;
}
.social-follow-icon .fa{
    color:var(--main-color-orange);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size: 22px !important;
}
.followed h4{
    font-size: 30px;
    margin:15px 0;
    color:#000000;
}
.map-frame{
    margin: 2em 0 0;
}
.map-frame{
  
}
.map-frame iframe {
   width: 100%;
   height: 350px;
   background: #f67004;
   padding: 5px;
   border-radius: 5px;
}
/* Events */
.events-card{
    border: 2px solid #f67004;
    padding: 4px;
    margin-bottom: 30px;
}
.events_card_img{
    overflow:hidden;
}
.events-card:hover .events_card_img img{
    transform:scale(1.3);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.events_card_img img{
    transform:scale(1);
    transition:0.5s linear;
}
.events_data {
    padding: 1em;
    text-align: center;
}
.events_data h5{
    font-size: 25px;
    margin: 20px 0px 10px 0px;
    font-weight: 600;
    font-family: 'Poppins', san-serif;
}
.events_data p{
    margin: 0 0 15px;
    font-size: 14px;
}
.btn--submit-e{
    padding: 8px 30px; 
}
.team_m-card {
    position: relative;
    overflow: hidden;
    border: 8px solid #f67004;
    height:426px;
}
.team_m-card:hover img{
    transform: scale(1.2);
}
.team_m-card img{
    transform:scale(1);
    transition:0.4s linear;
    height:366px;
}
.team_card_footer{
    display:flex;
    margin-top: 8px;
}
.team_card_footer span:hover{
   background-color:#333; 
}
.team_card_footer span{
    background-color: #909090;
    width:38px;
    height:54px;
    display:flex;
    position:relative;
    margin:0;
    padding:0;
    transition: all 0.3s linear 0s;
}
.team_card_footer span:hover a .fa{
    color: var(--main-color-orange);
}
.team_card_footer span a{
    width:100%;
    height:100%
}
.team_card_footer span a .fa{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:18px !important;
    color:#fff;
}
.team_m-parent h5{
    color:#000;
    font-weight: bold;
    margin: 10px 0 5px;
    font-size:16px;
}
.team_m-parent p{
    color: #fc7406;
    font-size: 14px;
}
.team_m-parent{
    margin-bottom:20px
}
.testimonials_profile{
    border: 2px solid #2e2e2e;
    padding: 70px 30px 25px 30px;
    position: relative;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    position:relative;
    margin-top:120px;
}
.testimonials_profile-pic{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 136px;
        height:136px;
        z-index: 1;
        position: absolute;
        top: -50%;
        left:50%;
        transform:translateX(-50%);
        background-color: var(--main-color-orange);
        border-radius: 50%;
}
.testimonials_profile-pic img{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        transform: scale(1);
        transition: all 0.9s ease 0s;
        margin: 0 auto;
}
.testimonials_profile:hover .testimonials_profile-pic img{
        transform:scale(0.7);
        box-shadow: 0 0 0 14px #ffffff;
}
.testimonials_profile:before{
       position: absolute;
       content: '';
       top:0;
       left:0;
       width:5%;
       height:20%;
       border-top: 5px solid var(--main-color-orange);
       border-left:5px solid var(--main-color-orange);
}
.testimonials_profile::after{
       position: absolute;
       content: '';
       bottom:0;
       right:0;
       width:5%;
       height:20%;
       border-bottom: 5px solid var(--main-color-orange);
       border-right:5px solid var(--main-color-orange);
}
.testimonials_profile h2{
      color: var(--main-color-orange);
        font-size: 20px;
      font-weight: 600;
      margin: 10px 0;
      text-transform: capitalize;
      font-family: "Poppins", sans-serif;
}
.testimonials_profile p{
        font-size: 15px;
        font-style: italic;
        color: #2e2e2e;
        font-family: 'Open sans', sans-serif;
}
.gallery_card{
    background-color:#000;
    border:0;
    border-radius:0;
    position:relative;
    margin-bottom:40px;
    border:4px solid #000;
}
.gallery_card:hover img{
    transform:scale(0.85);
    border:4px solid #ffffff;
    opacity:0.9;
}
.gallery_card img{
    transform:scale(1);
    height:350px;
    opacity: 1.0;
    -webkit-transition: opacity 0.35s, scale(1);
    transition: opacity 0.35s, scale(1);
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.gallery_card:hover .fa{
    opacity: 0.8;
}
.gallery_card .fa{
    color:#fff;
    opacity: 0;;
    font-size:58px !important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
     -webkit-transition: opacity 0.35s,
     scale(1);
     transition: opacity 0.35s,
     scale(1);
     -webkit-transition: .3s linear;
     transition: .3s linear;
     -webkit-transition-delay: .3s;
     transition-delay: .3s;
}
.events_date{
     background: #f67004;
     padding: 15px;
     font-size:14px;
     color:#fff;
}
.article_share{
    display:flex;
    justify-content:center;
}
.article_share li{
    margin: 10px 6px 20px 0;
}
.article_share li a:hover{
    color:var(--main-color-orange);
    border:2px solid #000;;
    background-color:#fff;
}
.article_share li a{
        font-size: 22px;
    color: #fff;
    background: #3a3a3a;
    border: 2px solid #fff;
    padding: 5px 10px;
    width: auto;
}

.article_p{
    margin: 0 0 15px;
    color:#333;
    font-size:14px;
}
.form-control.border-black-input:focus{
    color:#000;
}
.form-control.border-black-input{
    border:1px solid #333;
    color:#000 !important;
}
.label-1{
    font-size: 0.9em;
   margin:0 0 15px;
   color:var(--main-color-orange);
}
.label-2{
   font-size:14px;
   color:#000;
   font-weight:700;
   margin-bottom:5px
}
.marked-star{
   color:var(--main-color-orange);
}
.label-4{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    margin-top:20px
}
.btn-add-comment{
    background-color:var(--main-color-orange);
    color:#fff;
    font-size:14px
}
.blog_inner{
    margin: 0 0 2em 0;
    background: #eee;
    padding: 2em;
    border-radius: 10px;
}
.blog_inner-over{
    width:99.5%;
    margin-left: auto;
    margin-right: auto;
    border:2px solid #fff;
    overflow:hidden;
    border-radius: 10px;
}
.blog_inner:hover img{
    transform:scale(1.2)
}
.blog_inner img{
    border-radius: 10px;
    transform:scale(1);
    transition:0.5s linear;
}
.blog_inner-over-w{
    border:0;
}
.blog_inner-over-w h4{
    margin: 40px 0 5px 0;
    font-weight: 600;
    font-size:22px;
    color:#000;
}
.blog_inner-over-w p{
   font-size: 14px;
}
.div-heading{
    background-color:var(--main-color-orange);
        font-size: 14px;
        margin-bottom: 15px;
        color: #fff;
        padding: 15px;
        border-radius: 5px;
        font-weight: 600;
}
.btn-secondary-round:hover{
      color: #fff;
}
.btn-secondary-round{
    background-color: var(--main-color-orange);
       padding: 5px 40px;
       display: inline-block;
       line-height: 40px;
       color: #fff;
       border: 3px solid var(--main-color-orange);
       border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 4px;
    line-height: 1.25;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-size:16px;
    border-radius:5px !important;
}
.page-link.active{
    background-color:var(--main-color-orange);
    border:1px solid var(--main-color-orange)
}
.outer_blog{
    background-color:#fff;
    padding: 2em;
    border-radius:10px;
    width:100%
}
/* =========== */

.top__banner {
    background: #F1F1F2;
    width: 100%;
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}

.custom-label {
    font-size: 14px;
    letter-spacing: 0.88px;
    color: #1D1D1D;
    opacity: 0.8;
    margin-bottom: 3px;
}

.explain_img {
    position: absolute;
    right: 15px;
    width: 590px;
    top: 29%;
}

.shape-white-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
}


/* .top__banner__box {
      position: absolute;
      top: 50%;
  } */

.top__banner__box h1 {
    font-size: 50px;
    color: var(--black-primary);
    opacity: 0.9;
    font-weight: bolder;
}

.topbanner.job__topbanner {
    width: 100%;
}


.top__banner__box p {
    font-size: 25px;
    letter-spacing: 1.54px;
}

.top__content {
    background-color: var(--main-bg-white);
    padding: 20px;
    margin-top: 16px;
    border-radius: 15px;
}

.topnav__search>input {
    padding: .6rem .6rem;
    height: 40.19px !important;
}

.topnav__search>select {
    padding: .6rem .6rem;
    height: 40.19px !important;
}

.topnav__search>input::placeholder {
    font-size: 14px;
}

/* select.form-control {
    opacity: 0.9;
} */

.topnav__search>input:focus {
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    border: 1px solid var(--main-color-red);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 3px rgb(0 65 201 / 10%);
}

.topnav__search>select:focus {
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    border: 1px solid var(--main-color-red);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 3px rgb(0 65 201 / 10%);
}

.topnav__search>select {
    font-size: 14px;
}

.topnav__search {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.topnav__search>input {
    height: 100%;
    width: 100%;
    /* padding: 10px 60px 10px 20px; */
    background-color: #fff;
}

.topnav__search>i,
.topnav__search>img {
    position: absolute;
    right: .5rem;
    color: #919191;
}

.btn.btn-primary-red:hover {
    background-color: #fff;
    border-color: var(--main-color-red);
    color: #333333;
}

.btn.btn-primary-red {
    background-color: var(--main-color-red);
    /* border-radius: var(--border-radius); */
    padding: .375rem 1.5rem;
    color: var(--text-white);
    font-weight: 600;
    cursor: pointer;
}

.gap-top {
    padding-top: 35px;
}

.category {
    background-color: #ffffff;
}

.category h3,
.featured__job h3,
.contact_title {
    color: var(--black-primary);
    font-weight: bold;
    font-size: 34px;
}

.gutter-r {
    padding-left: 0;
    padding-right: 0;
}

.card.category__card {
    border: 0;
    border-radius: var(--border-radius);
    background-color: #F1F1F2;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.card.category__card>div {
    transform: translateY(52px);
    text-align: center;
    height: 208px;
}

.card.category__card.active {
    background-image: linear-gradient(to top right, var(--main-color-red), var(--main-color-red));
}

.card.category__card::before {
    content: '';
    position: absolute;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-image: linear-gradient(to top right, var(--main-color-red), var(--main-color-red));
    bottom: 0;
    left: -50%;
    transform: scale(0);
    transition: transform 0.8s ease 0s;
    z-index: -1;
}

.card.category__card:hover {
    cursor: pointer;
}

.card.category__card:hover:before {
    transform: scale(3);
    cursor: pointer;
}

.card.category__card.active:hover:before {
    transform: scale(0);
    cursor: pointer;
}

.card.category__card:hover>div>div h4,
.card.category__card:hover>div>div p,
.card.category__card.active>div>div h4,
.card.category__card.active>div>div p {
    color: var(--text-white);
}

.card.category__card.cat_btn_1 h4,
.card.category__card.cat_btn_1 p {
    color: var(--text-white) !important;
}

.card.category__card>div>div h4 {
    color: var(--grey-light-first);
    font-size: 13px;
    font-weight: 600;
}

.card.category__card>div>div img {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.card.category__card>div>div img.hover-img-1 {
    display: block;
}

.card.category__card>div>div img.hover-img-2 {
    display: none;
}

.card.category__card:hover>div>div img.hover-img-1 {
    display: none;
}

.card.category__card:hover>div>div img.hover-img-2 {
    display: block;
}

.card.category__card>div>div p {
    font-size: 12px;
    letter-spacing: 0.49px;
    color: #878788;
    opacity: 0.9;
}

.featured__job {
    background-color: #fdfdff;
    border-top: 1px solid #d1d0d04d;
}

.feature__card:hover {
    box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    cursor: pointer;
}

.feature__card {
    display: flex;
    justify-content: space-between;
    background-color: var(--main-bg-white);
    padding: 25px;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0px 22px 79px #0000000A;
    border: 1px solid #00000026;
    border-radius: 15px;
    transition: 0.3s all ease;
}

a.link_parent {
    text-decoration: none;
}

.feature__card__right {
    text-align: right;
}

.feature__card__left>h5 {
    color: var(--black-primary);
    opacity: 0.9;
    letter-spacing: 0.8px;
    font-size: 16px;
}

.feature__card__left>h5 .exp {
    font-size: 13px;
    color: #555555;
    opacity: 1 !important;
    letter-spacing: 0.7px;
    margin-left: 12px;
    font-weight: 600;
}

.feature__card__desg {
    padding-top: 8px;
    padding-bottom: 8px;
}

.feature__card__desg>span {
    letter-spacing: 0.2px;
    opacity: 0.6;
    color: var(--black-primary);
    font-size: 13px;
    margin-right: 25px;
    font-weight: 500;
}

.feature__card__title>button:hover {
    text-decoration: none;
    border: 1px solid var(--blue-dark-secondary);
}

.feature__card__title>button:focus {
    outline: none;
}

.feature__card__title>button {
    background-color: #F9F9FB;
    border: 1px solid #0000001A;
    border-radius: 16px;
    letter-spacing: 0.77px;
    color: #1D1D1D;
    opacity: 0.7;
    font-size: 13px;
    padding: 4px 15px;
    margin-right: 8px;
}

.feature__card__right>p,
.feature__card__right>span {
    font-size: 16px;
    line-height: 1;
    color: var(--black-primary);
}

.feature__card__right>p {
    font-weight: 600;
}


.feature__card__right>span {
    color: var(--main-color-red);
}

.feature__card__right>span.main-color {
    color: var(--main-color-red);
}

.job-pagination a {
    letter-spacing: 0px;
    color: #4b4a4a;
    border: 1px solid #D2D2D2;
    padding: .8rem 1rem;
}

.job-pagination a.active {
    background-color: var(--main-color-red);
    color: #fff;
}

button.btn.btn-apply:hover {
    background-color: #fff;
    border-color: var(--main-color-red);
    color: #333333;
}

button.btn.btn-apply {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 4px 32px;
    font-size: 14px;
    transition: 0.3s all ease-in;
}

.btn-secondary-grey {
    background: #E4E4EC;
    border-radius: 5px;
    letter-spacing: 0.99px;
    color: #555555;
    font-size: 19px;
    padding: 10px 30px;
}

.contact {
    width: 100%;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: cover;

}

.contact .container {
    width: 75%;
}

.contact_title {
    opacity: 0.9;
    margin-bottom: 10px;
    font-size: 35px !important;
}

.contact_title span {
    font-size: 20px;
}

.contact_text {
    letter-spacing: 0.9px;
    color: #1D1D1D;
    opacity: 0.8;
    font-size: 15px;
}

.btn-primary-grey:focus {
    background-color: var(--main-color-red);
    color: #f4f4f8;
    box-shadow: none;
    border-color: var(--main-color-red);
}

.btn-primary-grey:hover {
    color: #333333;
    background-color: #fff;
    border: 1px solid var(--main-color-red);
}

.btn-primary-grey {
    background-color: var(--main-color-red);
    color: var(--text-white);
    color: #F4F4F8;
    font-size: 26px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: .55rem;
    padding-bottom: .55rem;
    display: block;
}

.scrollTop {
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(112deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 500px;
    right: 8px;
    border: none;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 2px;
    transition: 2s ease;
    cursor: pointer;
    color: #fff;
}

.scrollTop.active {
    bottom: 70px;
    visibility: visible;
    opacity: 0.6;
}

.floating {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    margin-top: -10px;
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    to {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

.footer_heading {
    color: var(--black-primary);
    letter-spacing: 0.63px;
    margin-bottom: 20px;
    font-size: 40px;
}

.footerP {
    font-size: 20px;
    letter-spacing: 1.32px;
    color: #333333;
    opacity: 0.7;
}

.footer-para {
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.58px;
    line-height: 1.8;
    font-family: "CircularStdBook", sans-serif;
}


.copyrigt-footer {
    background-color: #ECECF0;

}

.footer-copyright {
    display: flex;
    align-items: center;
}

.footer__copyright {
    padding-top: 14px;
    padding-bottom: 14px;
}

.footer-copyright-left {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 42px;
}

.footer-copyright-left::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 109px;
    background-color: #ffffff;
    opacity: 0.3;
}

.footer-copyright-right {
    padding-left: 42px;
}

.footer-copyright-right a {
    margin-right: 38px;
}

.footer-copyright h5 {
    color: #FDBE0D;
    letter-spacing: 1.62px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-copyright>a:hover {
    text-decoration: none;
}

.footer-copyright>a {
    color: var(--text-white);
    letter-spacing: 0.72px;
    color: #6A6A6B;
    font-size: 14px;
    font-family: "CircularStdBook", sans-serif;
}

.icon-parent:hover {
    color: #FDBE0D;
    text-decoration: none;
    opacity: 1;
}

.icon-parent {
    margin-left: 14px;
    letter-spacing: 1.8px;
    font-weight: 600;
    float: left;
}

.icon-parent:hover {
    text-decoration: none;
}

.icon-parent:hover>i {
    color: var(--main-color-red);
}

.icon-parent>i {
    color: #0101014D;
    font-size: 16px !important;
}

.footer__ul {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .footer__ul > li{
       border-right: 1px solid #919191;
   } */

.footer__ul>li:nth-of-type(4) {
    border-right: 0;
}

.footer__ul>li>a:hover {
    text-decoration: none;
}

.footer__ul>li>a {
    font-size: 16px;
    letter-spacing: 0.9px;
    color: #1D1D1D;
    padding: 0 22px 0 0;
    font-weight: 500;
}

.privacy__first {
    /* width: 100%;
       display: flex;
       justify-content: center;
       align-items: center;
       background-size: cover;
       background-position: center;
       height: 285px; */
}

.common_title {
    color: var(--text-white);
    font-family: "Gilroy-ExtraBold", sans-serif;
}

.privacy__second {
    background: #F4F4F5;
    padding-top: 35px;
    padding-bottom: 35px;
}

.circle__icon {
    color: var(--main-color-red);
    font-size: 16px !important;
    transform: translateY(-4px);
}

.sub_title {
    font-weight: bold;
    color: #111111;
}

.sub_title-line {
    border-left: 3px solid var(--main-color-red);
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 8px;
    opacity: 1 !important;
    letter-spacing: 2px !important;
    font-size: 22px !important;
}
.sub_para{
    margin: 20px auto;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 21px;
}
ul.list_style_ul{
    list-style-type: disc !important;
    padding-left: 18px;
}
ul.list_style_ul li{
    margin-bottom: 16px;
}
.sub_heading{
    margin: 15px auto;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.4px;
}
a.word_break{
    word-break: break-all;
    font-style: italic;
}
.font-medium{
    font-weight: 500;
}
a.theme-color{
    color: var(--main-color-red);
}

.privacy__second p {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
}

.terms__details p {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
}

.job_tags {
    background: #F4F4F5;
}

.job_tags>.container-fluid {
    border-bottom: 1px solid #0000001A;
    padding-top: 25px;
    padding-bottom: 25px;
}

.job_tags>.container {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.inline-block {
    display: inline-block !important;
}

.tag-parent {
    margin-right: 12px;
}

.tag-parent>select {
    letter-spacing: 0.9px;
    color: #1D1D1D;
    opacity: 0.6;
    width: 200px;
}

.btn-grey-primary {
    background-color: #00000026;
    letter-spacing: 0.9px;
    color: #1D1D1D;
    width: 200px;
    opacity: 0.7;
}

.btn-grey-primary.btnSearch:focus {
    border-color: var(--main-color-red);
    box-shadow: none;
}

.btn-grey-primary.btnSearch {
    background-color: #FCFCFC !important;
    opacity: 1;
    border: 1px solid var(--main-color-red);
}

.btn-grey-primary.btnSearch:hover {
    background-color: var(--main-color-red) !important;
    color: #fff;
}

div.feature__card.all__job__cards {
    padding-left: 30px;
    padding-right: 30px;
}

button.btn-apply.btn-apply_e {
    right: 30px;
    bottom: 15px;
}

.colz-9 {
    border: 1px solid #21222C38;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 25px 25px 30px 25px;
}

.contact__parent {
    background: #F4F4F5;
    padding-bottom: 35px;
}

.contact__inner {
    background-color: #FDFDFE;
    padding: 20px 40px;
    border-radius: 4px;
}

.contact__inner p {
    font-weight: normal;
    color: #181819;
    opacity: 0.8;
    margin-bottom: 18px;
}

.contact__inner img {
    transform: translateY(5px);
}

.contact__inner a:hover {
    text-decoration: none;
    color: var(--main-color-red);
}

.contact_topbanner {
    /* height: 63vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__inner a {
    font-family: 'Open Sans',
        sans-serif;
    font-weight: 600;
    letter-spacing: 0.68px;
    color: #181819;
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 16px;
}

.minHeight {
    min-height: 35vh;
}

.minHeightView {
    min-height: 32vh;
}

.bg-common {
    background-color: #F4F4F5;
}

div.modal_bg.show {
    background: rgba(58, 58, 58, 0.7);
}

.modal_lg .modal-content {
    background-color: transparent;
}

.bottom-modal-text {
    letter-spacing: 0.88px;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 8px;
}

.bottom-modal-text a:hover {
    color: var(--main-color-red);
}

.bottom-modal-text a {
    color: #ffffff;
    text-decoration: underline;
}

div.modal_bg {
    transition: none;
}

.modal-width {
    max-width: 60%;
}

.modal_left {
    background-color: #ED2951;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 50px;
    position: relative;
}

.modal_left.modal_left-blue {
    background-color: #2B3E62;
}

.clip_o {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.modal_right {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    /* padding-bottom: 50px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: #F6F6F9;
}

.modal_right>div {
    width: 100%;
    margin-top: 82px;
}

ul.my-nav-tab {
    border-radius: 4px;
    display: flex;
    border-bottom: none;
    justify-content: center;
    align-items: center;
}

ul.my-nav-tab .nav-item {
    margin-bottom: -2px;
    float: left;
    margin-left: 30px;
    font-weight: 500;
}

ul.my-nav-tab .nav-link:focus,
ul.my-nav-tab .nav-link:hover {
    border: 1px solid transparent;
}

ul.my-nav-tab .nav-item.show .nav-link,
ul.my-nav-tab .nav-link.active {
    border: none;
    color: var(--main-color-red);
    background-color: transparent !important;
    border-bottom: 2px solid var(--main-color-red);
}

ul.my-nav-tab .nav-link {
    color: #9A9A9C;
    font-size: 17px;
    padding: .3rem .1rem;
}

ul.my-nav-tab .nav-item {
    position: relative;
}

ul.my-nav-tab .nav-item:nth-of-type(2)::before {
    position: absolute;
    content: "";
    top: 52%;
    transform: translateY(-50%);
    left: -13px;
    color: #9A9A9C;
    width: 2px;
    height: 13px;
    background-color: #9A9A9C;
}

.left_top>div.left_top_div1 {
    display: block;
}

.left_top.active>div.left_top_div1 {
    display: none;
}

.left_top>div.left_top_div2 {
    display: none;
}

.left_top.active>div.left_top_div2 {
    display: block;
}

.left_top-h1 {
    display: block;
}

.left_top-h1.active {
    display: none;
}

.left_top-h2 {
    display: none;
}

.left_top-h2.active {
    display: block;
}

.left_top>div>h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 800;
}

.left_top>div>p {
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 1.16px;
}

.form_title {
    color: #111111;
    margin-top: 8px;
    margin-bottom: 12px;
}

.modal_form_group {
    margin-bottom: 12px;
}

input.modal_input:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 26, 26, 0.25);
    border-color: #fc3e25;
}

input.modal_input {
    background-color: #fff;
    border-radius: 6px !important;
    border: 1px solid #10101033;
    height: calc(1.5em + .75rem + 12px);
}

input.modal_input::placeholder {
    letter-spacing: 0.2px;
    color: #1D1D1D;
    opacity: 0.6;
    font-family: "CircularStdBook";
    letter-spacing: 0.81px;
}

span.input__group-customright {
    position: absolute;
    right: 12px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none !important;
    z-index: 999;
    cursor: pointer;
}

span.input__group-customright {
    background-color: #fff;
    border-left: none !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.btn-success-primary:hover {
    color: #fff;
}

.btn-success-primary {
    background-color: var(--main-color-red);
    border-radius: 6px;
    height: 48px;
    color: #fff;
    letter-spacing: 0.9px;
}

.help_text {
    letter-spacing: 0.77px;
    color: #626262;
}

.help_text a:hover {
    color: var(--main-color-red);
    text-decoration: none;
}

.help_text a {
    font-size: 15px;
    color: #1D1D1D;
    opacity: 0.6;
    letter-spacing: 0.68px;
}

.close-modal {
    position: absolute;
    right: 12px;
    top: 16px;
    z-index: 99;
    cursor: pointer;
}

.close-modal i.far.fa-times-circle {
    font-size: 2.5rem;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
}

.details_scetion {
    /* background: url("../images/jobBg.png"); */
    border-top: 10px solid var(--black-primary);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 35px;
}

.details__inner {
    display: flex;
}

.details__inner-left {
    background-color: var(--second-bg-white);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
    transform: translateY(-20px);
}

.details__inner-left>img {
    width: 45px;
}

.details__inner-right>h1 {
    color: #111111;
    font-weight: bolder;
}

.details__inner-middle {
    padding-top: 12px;
    padding-bottom: 14px;
}

.details__inner-right>div .decs {
    letter-spacing: 0.5px;
    color: #111111;
    opacity: 0.8;
    margin-right: 30px;
    font-weight: 500;
}

.details__inner-right>div span.decs>span {
    letter-spacing: 0.9px;
    color: #111111;
    opacity: 0.8;
    margin-right: 0px;
}

span.skill_tag {
    letter-spacing: 1px;
    color: #111111;
    opacity: 0.7;
    border-radius: 6px;
    border: 1px solid #dad8d8;
    display: inline-block;
    padding: 3px 22px;
    font-size: 13px;
    margin-right: 5px;
}

span>button.btnApply:focus {
    box-shadow: none;
    border-color: var(--main-color-red);
}

span>button.btnApply {
    padding: 5px 22px;
    font-size: 13px;
    width: auto;
    margin-left: 40px;
    font-weight: 600;
}

.details__description {
    padding-bottom: 35px;
    background-color: #F8F8FA;
}

.common_text {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
}

.desc_div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.desc_div>i {
    color: var(--main-color-red);
    opacity: 0.8;
    margin-right: 17px;
    font-size: 13px;
    transform: translateY(6px);
}

.desc_div>p {
    color: #111111;
    opacity: 0.7;
    position: relative;
}

/* .desc_div>p::before{
    position: absolute;
    content: '';
    top: 0;
    left: -12px;
    background-color: var(--main-color-red);
    width: 3px;
    height: 20px;
} */

.border-top {
    border-top: 1px solid #F0F0F3;
    padding-top: 30px;
}

.btn-apply-prime:hover {
    background-color: #fff;
    border: 1px solid var(--main-color-red);
    color: #333333;
}

.btn-apply-prime:focus {
    box-shadow: none;
    border-color: var(--main-color-red);
}

.btn-apply-prime {
    background-color: var(--main-color-red);
    border-radius: 4px;
    border-color: var(--main-color-red);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 32px;
    transition: 0.3s all ease-in;
    font-family: 'Open Sans',
        sans-serif;
}

.btn-border:hover {
    background-color: var(--main-color-red);
    color: #ffffff;
}

.btn-border {
    border: 1px solid var(--main-color-red);
    border-radius: 4px;
    background-color: #fff;
    font-family: "circular-std-medium-500";
    letter-spacing: 1px;
    width: 150px;
    color: #333333;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.3s all ease-in;
}

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

.terms__banner h1 {
    color: #F4F4F5;
    font-weight: bolder;
    font-size: 45px;
    letter-spacing: 1.2px;
}

.terms__details {
    padding-bottom: 16px;
    background: #F4F4F5;
}


/* top banner */
.topbanner {
    position: relative;
    border-top: 10px solid var(--black-primary);
    background-color: #F4F4F5;
}

.topbanner h1 {
    color: var(--black-primary);
    font-weight: bolder;
    font-family: 'Open Sans',
        "Helvetica Neue",
        sans-serif;
    padding-top: 16px;
    padding-bottom: 16px;
}

.topbanner h1.job-title {
    position: inherit;
}

.topbanner img {
    max-height: 250px;
    object-fit: fill;
}


p.form_title {
    color: #ED2951;
    text-align: center;
    font-size: 1.8rem;
}

/* .nav-tabs.my-nav-tab li.nav-item {
    width: 50%;
} */

/* li.nav-item.jobhighlight {
    border-bottom: 4px solid #ED2951;
    font-weight: 900;
} */

.modal_right {
    min-height: 534px;
}

.label-srch {
    color: var(--black-primary);
    margin-bottom: 5px;
}

.search-input {
    background-color: #FCFCFC !important;
}

input.search-input:focus,
select.search-input:focus {
    border-color: var(--main-color-red) !important;
    box-shadow: none;
}

input.inline-block.form-control {
    background-color: #FCFCFC !important;
}

input.search-input::placeholder {
    letter-spacing: 1.07px;
    color: #1D1D1D;
    opacity: 0.7;
    font-size: 18px;
}

select.inline-block {
    letter-spacing: 1.07px;
    color: #5c5b5b;
    font-size: 18px;
    background-color: #FCFCFC !important;
}

.details__description>.container-fluid {
    width: 90%;
}

.posted-div {
    background-color: #ffffff;
    border: 1px solid #21222C38;
    border-radius: 12px;
    padding: 12px;
}

.posted-heading {
    font-size: 18px;
    letter-spacing: 1.08px;
    color: #111111;
    opacity: 0.6;
}

.posted-by {
    display: flex;
    margin-top: 13px;
}

.posted-by h5 {
    font-size: 18px;
    letter-spacing: .08px;
    color: #111111;
}

.posted-by p {
    letter-spacing: 0.09px;
    color: #111111;
    opacity: 0.9;
    font-size: 14px;
}

.posted-by p.open-regular {
    font-size: 14px;
    font-weight: normal;
}

.profile-follow {
    display: flex;
    justify-content: space-between;
    border: 1px solid #21222C38;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 28px;
    margin-bottom: 25px;
}

.profile-follow>div p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}

.profile-follow>div {
    text-align: center;
}

.profile-follow>div p.p {
    letter-spacing: 0.6px;
    color: #111111;
    opacity: 0.8;
    font-weight: 400;
    font-size: 12px;
    line-height: 1 !important;
    display: inline-block;
}

.posted-in {
    margin-bottom: 20px;
}

.posted-in>h6,
.recruiter>h6 {
    font-size: 15px;
    letter-spacing: 0.09px;
    color: #111111;
    opacity: 0.6;
}

.posted-in>h4,
.recruiter,
h4 {
    letter-spacing: 0.9px;
    color: #111111;
    opacity: 1;
    font-size: 15px;
}

.social-share-div {
    border: 1px solid #21222C38;
    border-radius: 8px;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 14px;
}

.social-share-div ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-share-div ul li {
    margin-left: 11px;
}

.message-status-content {
    min-height: calc(100vh - 164.5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-status-content .card {
    background-color: #F4F4F5;
}

.message-status-content .card h2 {
    font-weight: 600;
}

ul.employerSetting-nav .nav-item .nav-link:hover {
    border-color: transparent;
}

ul.employerSetting-nav .nav-item .nav-link {
    color: #111111;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
}

ul.employerSetting-nav .nav-item {
    margin-right: 25px;
}

ul.employerSetting-nav .nav-item .nav-link.active {
    color: #ED2951;
    opacity: 1;
    border-color: transparent;
    border-bottom: 3px solid #ED2951;
    padding-left: 0;
    padding-right: 0;
}

.empl-form {
    margin-top: 24px;
    padding-left: 17px;
    padding-right: 17px;
}

.empl-form label,
.edit-empl-form label {
    margin-bottom: .8rem;
    font-size: 16px;
    color: #111111 !important;
    opacity: 0.9;
}

.empl-profile p.p1 {
    margin-bottom: .8rem;
    letter-spacing: 0.8px;
    color: #21222C;
    opacity: 0.9;
    font-weight: 600;
}

input.empl-input-form {
    border: 1px solid #949393 !important;
    border-radius: 5px !important;
    letter-spacing: 0.72px;
    color: #111111 !important;
    opacity: 0.9;
    font-weight: 600;
}

input.empl-input-form:focus {
    border: 1px solid #ED2951 !important;
}

input.empl-input-form,
select.empl-input-form {
    height: 42px !important;
}

select.empl-input-form:focus {
    border: 1px solid #f44336 !important;
}

select.empl-input-form {
    border: 1px solid #949393 !important;
    border-radius: 5px !important;
}

.user-profile-section {
    padding-top: 20px;
    padding-bottom: 35px;
}

.user-profile-section .container {
    padding: 20px 18px;
    border-radius: 5px;
}

.user-profile-section .container-fluid {
    padding: 35px 40px;
    border-radius: 6px;
}

button.btn-empl-save:hover {
    color: #fff !important;
}

button.btn-empl-save {
    border-radius: 5px !important;
    height: auto !important;
    padding: 6px 42px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none !important;
    opacity: 1 !important;
    margin-top: 30px;
    background-color: var(--main-color-red);
    color: #fff;
}

.empl-profile-inner {
    position: relative;
}

.empl-profile-inner .empl-edit-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 78px;
    cursor: pointer;
}

.empl-profile-inner img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.empl-profile-inner .empl-edit-icon img {
    width: 23px;
    height: 23px;
}

.empl-profile-inner input {
    width: 95px;
    height: 93px;
    position: absolute;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.empl-profile p.p2 {
    font-size: 16px;
    letter-spacing: 0.72px;
    color: #21222C;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 9px;
}

div.first__add {
    width: 100%;
}

div.first__add input {
    width: 97%;
}

input.input_quest_field:focus,
input.remove_input_field:focus {
    border: 1px solid #ED2951 !important;
    outline: none;
}

.position-rel {
    position: relative;
}

.add_field_button:focus {
    outline: none;
}

.add_field_button {
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    outline: none;
    padding: 5px 5px;
    height: 32px;
    border-radius: 5px;
    box-shadow: none !important;
    margin-bottom: 16px;
    transform: translateX(-8px);
}

.add_field_button img {
    transform: translateY(-4px);
}

.remove_field {
    background-color: #ED2951;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin-left: 5px;
}

.remove_field i {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.add_field_button i {
    /* color: #fff; */
}

input.input_quest_field,
input.remove_input_field {
    width: 90%;
    margin-bottom: 16px;
}

.new-div {
    background-color: #ED2951;
    height: 300px;
}

textarea.post-job-text-area:focus {
    border: 1px solid #ED2951 !important;
    box-shadow: none !important;
}

textarea.post-job-text-area {
    border-radius: 5px !important;
    border: 1px solid #949393 !important;
}

button.btn-add:hover,
button.btn-add-emploment:hover {
    background-color: #ED2951 !important;
    box-shadow: none;
    color: #fff !important;
}

button.btn-add,
button.btn-add-emploment {
    background-color: #EFEFEF !important;
    border-radius: 5px !important;
    color: #111111 !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

.question {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0px;
    border: 1px solid #d6d4d4;
    border-radius: 8px;
}
.question-title{
    background-color:var(--main-color-orange);
    padding: 15px 15px;
}

.show-text .faq_haeder {
    letter-spacing: 1.08px;
    color: #010101;
    opacity: 0.7;
    font-family: "wavehaus-95-semi-bold";
}

.faq_haeder, textarea.form-control.faq_textarea, textarea.form-control.faq_textarea::placeholder {
     letter-spacing: 1.08px;
    color: #010101;
    opacity: 0.7;
    font-family: "wavehaus-95-semi-bold";
    font-size: 19px !important;
    letter-spacing: 0 !important;
}
textarea.form-control.faq_textarea{
    height: 45px !important;
}
textarea.form-control.faq_textarea::placeholder{
    opacity: 1 !important;
}

.question-text {
    display: none;
}

.show-text .question-text {
    display: block;
}

.minus-icon {
    display: none;
}

.minus-icon i,
.plus-icon i {
    color: #fff;
}

.show-text .minus-icon i {
    color: #fff;
    opacity: 1;
}

.show-text .minus-icon {
    display: inline;
}

.show-text .plus-icon {
    display: none;
}
.question-btn {
    align-items: center;
}
.faq-card-body, textarea.form-control.faq_textarea-answer {
    border-radius: 5px;
    padding:0 30px 20px 20px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    border-left:1px solid var(--main-color-orange);
    border-right:1px solid var(--main-color-orange);
    opacity: 1 !important;
}
.faq_div{
   margin-bottom: 20px;
    padding: 0;
    border-radius: 0px;
    border: 1px solid #d6d4d4;
    border-radius: 8px;  
}
.phto_featr {
    margin-top: 15px;
}
.phto_featr p{
    letter-spacing: 0.9px;
    color: #010101;
    opacity: 0.8;
    font-size: 20px;
}

button.question-btn:focus {
    outline: none;
    border: none;
}

button.question-btn {
    outline: none;
    border: none;
    background-color: transparent;
}

.required-star {
    color: var(--main-color-red);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: var(--main-color-red) !important;
}

.border_top {
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 16px;
}

.calender_div {
    position: relative;
}

.calender_div>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--main-color-red);
}

.removeEduParent,
.removeEmpParent {
    position: relative;
}

.removeParentEduIcon,
.removeParentEmplyoicon {
    position: absolute;
    right: 0;
}

.position-relative {
    position: relative;
}

.btn-position-absolute {
    position: absolute;
    top: -10px;
    right: 0;
}

.btn-position-absolute-top {
    position: absolute;
    top: -60px;
    right: 0;
}

.feature__card__right.circular-book a.link_parent {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.feature__card__right.circular-book a.btn {
    margin-top: 5px;
}

.category__card .categoryIcon {
    font-size: 35px;
    margin-bottom: 1rem;
}

.category__card:hover .categoryIcon {
    color: #fff;
}

.category__card.category_btn_active .categoryIcon {
    color: #fff;
}

.social_share_ul li:hover {
    background-color: var(--black-primary);
}

.social_share_ul li {
    padding: 10px;
    margin-left: 19px;
    background-color: var(--main-color-orange);
    border-radius: 2px;
}

.social_share_ul li a:hover {
    text-decoration: none;
}

.social_share_ul li a {
    position: relative;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.gallery_top {
    padding-bottom: 30px;
}

.top_nav_tabs {
    justify-content: center;
    margin-left: 50px;
    border-bottom: 1px solid #ebecee;
}

.reviews_tab_content {
    padding-top: 57px;
}

.top_nav_tabs.review_nav_tab {
    justify-content: flex-start;
    padding-left: 85px;
    align-items: center;
}

.review_nav_tab.video_nav_tab {
    padding-left: 62px;
}

.top_nav_tabs.depth_nav_tab {
    padding-left: 140px;
}

.top_nav_tabs.feature_nav_tab {
    padding-left: 150px;
}

.nav-tabs.depth_nav_tab .nav-item.show .nav-link,
.nav-tabs.review_nav_tab.video_nav_tab .nav-item.show .nav-link,
.nav-tabs.depth_nav_tab .nav-link.active,
.nav-tabs.review_nav_tab.video_nav_tab .nav-link.active {
    background-color: #fff;
}

.nav-tabs.review_nav_tab .nav-item.show .nav-link,
.nav-tabs.review_nav_tab .nav-link.active {
    background-color: #F5F6F9;
}

.top_title {
    color: #33144C;
    font-size: 22px;
    font-family: 'Nunito Sans',
        sans-serif;
    font-weight: 800;
}

.top_title-depth {
    top: 5px;
}

.top_title-sub {
    color: #ffffff;
}

.gallery_top h1 {
    padding-left: 12px;
    top: 4px;
}

.nav-tabs.top_nav_tabs .nav-link {
    font-family: 'Nunito Sans',
        sans-serif;
    padding-left: 0;
    padding-right: 0;
    margin-right: 26px;
    padding-bottom: .1rem;
    font-size: 14px;
    color: #080E16;
    opacity: 0.6;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-tabs.top_nav_tabs .nav-link.active {
    opacity: 0.8;
}

.nav-tabs.top_nav_tabs .nav-link:focus,
.nav-tabs.top_nav_tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs.top_nav_tabs .nav-item.show .nav-link,
.nav-tabs.top_nav_tabs .nav-link.active {
    border: 1px solid transparent;
    border-bottom: 3px solid #FDBE0D;
}

/* ---css for article--- */
.pr__padding {
    padding-right: 8px;
}

.top_tab_content {
    margin-top: 20px;
}

.article__section {
    background-color: #F0F1F3;
    padding: 14px;
}

.article__section .overflox_y>.container {
    padding-right: 28px;
}

.overflox_y {
    width: 100%;
    min-height: 788px;
    height: 788px;
    overflow-y: auto;
}

.carousel_div {
    margin-top: 20px;
}

.article_div {
    background-color: #fff;
    margin-bottom: 20px;
}

.article_div .article__right div {
    padding: 15px;
}

.p-gutter-r {
    padding-right: 21px;
}

.article__left img {
    height: 158px;
}

.article_div .article__right h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 12px;
    color: #33144C;
}

.article_div .article__right p {
    font-family: 'Nunito Sans',
        sans-serif;
    font-weight: 600;
    color: #000000;
    opacity: 0.6;
    letter-spacing: 0;
    font-size: 17px;
}

.overflox_y::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}


.overflox_y::-webkit-scrollbar-track {
    border-radius: 6px;
}

.overflox_y::-webkit-scrollbar-thumb {
    background: #33144C;
    color: #33144C;
    border-radius: 6px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}

/* --- */
.border_b {
    border-bottom: 1px solid #ebecee;
    padding-bottom: 4px;
}

.border_bb {
    border-bottom: 1px solid #CFD1D4;
    margin-bottom: -36px;
}

.border_bs {
    border-bottom: 1px solid #3a3939;
    padding-bottom: 4px;
}

/* --- */
/* --css for news -- */
.news_header {
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5f6f7;
    padding-bottom: 0.1px;
}

.news_header a {
    color: #080E16;
    opacity: 0.6;
    font-family: 'Nunito Sans',
        sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.viewAll {
    color: #080E16;
    opacity: 0.6;
    font-family: 'Nunito Sans',
        sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 5px;
}

.viewAll_ {
    right: 44px;
    position: absolute;
}

.viewAll_review {
    right: 30px;
}

.viewAll__video {
    right: 50px;
}

.news-carousel-item {
    background-color: #33144C;
    position: relative;
}

.share_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.share_icon img {
    width: 40px !important;
}

.news-carousel-item .caption_div {
    padding: 18px;
    color: #fff;
}

.news-carousel-item .caption_div span {
    font-size: 13px;
    opacity: 0.5;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.news-carousel-item .caption_div h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding-right: 43px;
    line-height: 1.45;
}

.news-carousel-item .caption_div p {
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.6;
    padding-bottom: 14px;
    font-weight: 600;
}

.carousel-indicators li.carousel-indicators-1 {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #C6AAAA;
}

.carousel-indicators .carousel-indicators-1.active {
    background-color: #FDBE0D;
    width: 11px;
    height: 11px;
    transform: translateY(-2px);
}

/* --css for short__stories */
.short__stories .container-fluid,
.reviews .container-fluid,
.videos .container-fluid {
    padding-left: 80px;
}

button.slick-prev,
button.slick-next {
    background-color: #ff7101;
    width: 40px;
    height: 40px;
    border-radius: 0;
    z-index: 9;
}

button.slick-prev.slick-disabled,
button.slick-next.slick-disabled {
    opacity: 1;
}

button.slick-prev:hover,
button.slick-prev:focus,
button.slick-next:hover,
button.slick-next:focus {
    color: #fff;
    outline: none;
    background: var(--black-primary);
}

.video__card {
    height: 255px;
    border-radius: 12px;
    background-color: #000;
    margin-right: 12px;
    position: relative;
}

.video__card:hover::before,
.video__card.active::before {
    opacity: 1;
}

.video__card::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video__card video {
    height: 100%;
    border-radius: 12px;
    margin: 0;
}

.video__card:hover p,
.video__card:hover .playIcon {
    display: block;
}

.video__card p {
    position: absolute;
    bottom: 30px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.video__card.active p {
    display: block;
}

.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
}

.video__card.active .playIcon {
    display: block;
}

/* --review-- */
.reviews {
    background-color: #F5F6F9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.teaser_card {
    position: relative;
    margin-right: 12px;
}

.video_content {
    position: relative;
}

.video_content:hover .playIcon {
    display: block;
}

.teaser_card_content h5 {
    letter-spacing: 0.96px;
    color: #080E16;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.teaser_card_content div p {
    line-height: 1;
    margin-left: 6px;
    font-size: 13px;
    letter-spacing: 0.72px;
    color: #080E16;
    opacity: 0.8;
    font-weight: 500;
}

.teaser_card_content div p,
.teaser_card_content div img {
    float: left;
}

/* --css for in depth */
.in_depth {
    padding-top: 30px;
    padding-bottom: 30px;
}

.depth_article {
    background-color: #F4F5F6;
    padding: 20px;
}

.article_depth_card {
    padding-bottom: 6px;
    margin-left: 6px;
    position: relative;
    border-bottom: 1px solid #00000029;
    margin-bottom: 10px;
}

.article_depth_card.active::before {
    opacity: 1;
}

.article_depth_card:hover:before {
    opacity: 1;
}

.article_depth_card::before {
    position: absolute;
    content: '';
    left: -18px;
    top: 11px;
    width: 4px;
    height: 90%;
    background-color: #FDBE0D;
    opacity: 0;
}

.article_depth_card small {
    letter-spacing: 0;
    color: #080E16;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 700;
}

.article_depth_card p {
    letter-spacing: 0;
    color: #33144C;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    padding-right: 20px;
}

.banner-url:hover {
    color: #FDBE0D;
}

.banner-url {
    position: absolute;
    bottom: 28px;
    left: 30px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-decoration: underline;
    opacity: 0.9;
}


.glamour_bottom_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.glamour {
    padding-bottom: 30px;
}

.glamour h4 {
    font-weight: 800;
    font-size: 22px;
    color: #FEFEFF;
}

.all_glmr_url:hover {
    color: #C6AAAA;
}

.all_glmr_url {
    text-transform: uppercase;
    color: #C6AAAA;
    font-size: 14px;
}

.glamour_bottom_text h5 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
}

.glamour_bottom_text p {
    color: #FFFFFF;
    opacity: 0.5;
}

.off-banner {
    position: absolute;
    right: 50px;
    top: 0;
}

.banner_containr {
    padding-top: 30px;
    padding-bottom: 30px;
}

.videos {
    padding-bottom: 30px;
    padding-top: 30px;
}

/* --starbites-- */
.starbites {
    background-color: #33144C;
    padding-top: 30px;
    padding-bottom: 30px;
}

.starbites_container {
    margin-top: 72px;
}

.viewAll_str:hover {
    color: #ffffff;
    opacity: 1;
}

.viewAll_str {
    letter-spacing: 0.84px;
    color: #FFFFFF;
    opacity: 0.2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.center-slick-carousel .items>div {
    height: 200px;
    margin: 10px;
}

.center-slick-carousel .slick-list {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.center-slick-carousel .slick-slide {
    transform: scale(1);
    z-index: 1;
}

.center-slick-carousel .slick-slide.slick-center {
    transform: scale(1.6);
    z-index: 999 !important;
}

.clients {
    background-color: #F4F5F6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.clients-card {
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 25px;
}

.clients-card.active {
    background-color: #080E160F;
}

.clients-card img {
    width: 100%;
}

/* ===fashion=== */
.fashion {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #EBECEF;
}

.column_left_header::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent linear-gradient(1deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
}

.column_left_header p {
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.column_left_header p.post_date {
    left: auto;
    right: 31px !important;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 11px;
    font-weight: 600;
    bottom: 12px;
}

.sub_title {
    letter-spacing: 1.2px;
    color: #080E16;
    opacity: 0.6;
    font-weight: 800;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.column_left_content {
    background-color: #ffffff;
    border: 1px solid #080E160F;
    padding: 8px 8px 0 8px;
}

.column_left_header:hover .playIcon,
.column_left_header.active .playIcon {
    display: block;
}

.active.playIcon {
    display: block !important;
    opacity: 0.6;
}

.column_left_card {
    border: 1px solid #080E160F;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
    background: #FFFFFF;
}

.column_left_card small {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #080E16;
    opacity: 0.5;
}

.column_left_card p {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.58px;
    color: #33144C;
}

.column_left_card>.column_left_card_content {
    padding: 0.3rem .6rem .3rem .6rem !important;
}

.column_left_card div img {
    height: 78px;
}

.video_small::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.pr-gutter {
    padding-right: 12px;
}

.pl-gutter {
    padding-left: 12px;
}

.btn-xl:hover {
    background-color: #33144C;
    color: #fff;
    border: 2px solid #33144C;
}

.btn-xl {
    width: 100%;
    border: 2px solid #0D0C08;
    border-radius: 0;
    margin-top: 29px;
    font-weight: 700;
    color: #080E16;
    font-size: 18px;
    padding: .6rem .75rem;
    letter-spacing: 0.9px;
    color: #080E16;
}

.btn-xl.active {
    background-color: #33144C;
    border: 2px solid #33144C;
    color: #fff;
}
.blog-post{
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-title{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}
.blog_content p{
    letter-spacing: 0.4px;
    color: #181818;
    text-align: justify;
}
.blog_content h3{
    margin: 15px 0 8px 0;
}
.blog-small-content{
    font-size: 32px;
    margin: 12px 0;
}

/* --footer-- */



.page-footer h6.footer_title {
    letter-spacing: 1px;
    color: #FDBE0D;
    font-size: 20px;
    font-weight: bold;
}

.padd_y {
    padding-top: 42px;
    padding-bottom: 30px;
}

.page-footer p a {
    letter-spacing: 0.72px;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer_ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 16px;
}

.footer_links:hover {
    color: #FDBE0D;
    opacity: 1;
    text-decoration: none;
}

.footer_links {
    letter-spacing: 1.5px;
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 600;
}

/* photographer */
.storefrontHeading__title {
    font-size: 1.375rem;
    font-size: clamp(1.25rem,1.11364rem + .45455vw,1.5rem);
    line-height: 2.25rem;
    line-height: clamp(2rem,1.72727rem + .90909vw,2.5rem);
    font-family: Merriweather,Merriweather-fallback-TimesNewRoman,times,serif;
    font-weight: 700;
    display: inline;
    margin-right: 11px;
}
.storefrontHeading__locationName {
    color: #8c8c8c;
}
.storefrontHeading__dot {
    padding: 0 0.3rem;
}
.storefrontHeading__dot:before {
    content: "\b7";
    color: #8c8c8c;
}
.storefrontHeading__contactItem {
    text-decoration: underline;
    white-space: nowrap;
    position: relative;
}
.storefrontHeading__contact {
    margin-bottom: 0.65rem;
}

.btnPrimary{
    background-color: var(--main-color-red);
    border-radius: 6px;
    border-color: var(--main-color-red);
    /* font-size: 22px; */
    letter-spacing: 1.03px;
    color: #fff;
}
.btnPrimary:hover{
    color: #fff;
}
.btnoutline{
    color: #222;
    border-color: #d9d9d9;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
    border-radius: 5px;
    font-size: 22px;
    letter-spacing: 1.03px;
}
.storefrontHeading__discount:hover {
    color: #b5141b;
}
.storefrontHeading__discount {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #222;
    display: inline-flex;
    position: relative;
    top: 2px;
    padding: 0 0.5rem 1rem;
}
.colorred{
    color: #b5141b;
}
.colorblack{
    color: #212529;
}
.photographerTabs{
    display: flex;
}
.photographerTabs li{
    margin-right: 1rem;
}
.photographerTabs a{
    color: #222;
    font-size: 1rem;
    border: 2px solid #787777;
    border-radius: 35px;
    width: 120px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.08px;
    color: #010101;
    font-size: 20px;
    font-family: "Gilroy-Medium";
    padding-top: 4px;
}
.photographerTabs a:hover{
    color: #dc264b;
}
.photographerTabs a.active{
    border: 2px solid var(--main-color-red);
    color: var(--main-color-red);
}
::marker {
    color: #dc264b;
}
.portfolio_card{
    margin-top: 16px;
    border-radius: 5px;
    height: 152px;
  /* background-color: #a1a0a030; */
  background-color: #f5f5f500;
}
.portfolio_card:hover {
    transform: scale(1.03);
    transition-duration: 0.5s;
}
.portfolio_card img{
    height: 152px;
    border-radius: 5px;
    /* object-fit: contain;
    text-align: center; */
}
.cardTitle{
    height: 45px;
    overflow: hidden;
}
.px-8{
    padding-left: 8px;
    padding-right: 8px;
}
.portfolio_card-button{
    position: relative;
    z-index: 1;
}
.portfolio_card-button::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #010101 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 0.8;
}
.portfolio_card-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
}
.portfolio_card-text h4{
    font-size: 30px;
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-family: "Gilroy-Medium";
}
.portfolio_card-text p{
    font-family: "Gilroy-Medium";
    font-size: 22px;
}
.price_details-box{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 16px 0;
}
.price_details-box h4{
    letter-spacing: 1.08px;
    color: #1C1C1C;
    opacity: 0.8;
    font-size: 22px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d5d3d3;
}
.price_details-box ul{
    padding-left: 16px;
    padding-right: 16px;
}
.price_details-box ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #d5d3d3;
    font-family: "wavehaus-95-semi-bold";
    letter-spacing: 1.08px;
    color: #1C1C1C;
    opacity: 0.7;
    font-size: 17px;
}
.price_span_red{
    color: var(--main-color-red);
}
.border_div{
    border: 1px solid #d6d4d4;
    border-radius: 8px;
    margin-top: 30px;
    padding: 22px;
}
.paymentacceptoption i{
    color: rgb(8, 184, 8);
    padding-right: 6px;

}
.sectionLeadTile {
    display: grid;
    align-items: center;
    position: relative;
    margin-top: 2.5rem;
    padding: 1.25rem 1rem;
    box-shadow: 0 2px 8px #00000026;
    border-radius: 0.5rem;
    grid-template-columns: 4rem auto;
    grid-column-gap: 0.88rem;
    transition: box-shadow .2s;
    cursor: pointer;
}
.sectionLeadTile__iconContainer {
    width: 4rem;
    height: 4rem;
    background-color: #e9f6f8;
    border-radius: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionLeadTile__icon {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    line-height: 0;
}
.sectionLeadTile__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.sectionLeadTile__link {
    color: #fb1b26;
    font-weight: 600;
}
/* deal */
.deals {
    padding-bottom: 3.5rem;
}
.deals__title {
    font-size: 1.1875rem;
    font-size: clamp(1.125rem,1.05682rem + .22727vw,1.25rem);
    line-height: 1.9375rem;
    line-height: clamp(1.875rem,1.80682rem + .22727vw,2rem);
    font-family: Merriweather,Merriweather-fallback-TimesNewRoman,times,serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.dealsTile {
    grid-gap: 0 2rem;
    grid-template-areas:
        "imageDeals header"
        "imageDeals content"
        "imageDeals footer";
}
.dealsTile__picture {
    grid-area: imageDeals;
    width: 80px;
    height: 80px;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 21px;
}
.dealsTile__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.dealsTile__header {
    grid-area: header;
}
.dealsTile__category {
    font-size: .8125rem;
    line-height: 1.1875rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    color: #6c6c6c;
    font-weight: 600;
    padding-bottom: 8px;
}
.dealsTile__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding-bottom: 8px;
}
.dealsTile__content {
    grid-area: content;
}
.dealsTile__description {
    font-size: .875rem;
    line-height: 1.3125rem;
    padding-bottom: 1rem;
}
.dealsTile__footer {
    grid-area: footer;
}
.dealsTile__time {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #6c6c6c;
    align-self: center;
    padding-bottom: 24px;
}
.button--secondary {
    color: #fb1b26;
    border-color: #fb1b26;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.69rem 1rem;
    font-weight: 600;
    width: auto;
    border-radius: 0.5rem;
    background-color: transparent;
}
.button--secondary:hover{
    background-color: #fb1b26;
    color:#fff;

}
.dealsTile {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    display: grid;
    grid-gap: 0 1rem;
    grid-template-columns: 80px 1fr;
    grid-template-areas:
        "imageDeals header"
        "content content"
        "footer footer";
}
.dealsTile {
    grid-gap: 0 2rem;
    grid-template-areas:
        "imageDeals header"
        "imageDeals content"
        "imageDeals footer";
}
.dealsTile:last-child {
    border-bottom: 0;
}
.dealsTile__footer {
    display: flex;
    justify-content: space-between;
}
a.app-read-more-link.link.link--more{
    color: #222;
    font-weight: 600;
    text-decoration: underline;
}
/* story */
.storefrontSummary__miniFaqs {
    grid-area: miniFaqs;
    padding-top: 1rem;
}
.miniFaqs__body {
    border: 1px solid #D9D9D9;
    border-radius: 0.5rem;
    padding: 16px 24px;
}
.miniFaqs__title {
    font-size: .875rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    color: #6c6c6c;
    font-weight: 600;
}
.miniFaqs__item {
    padding-top: 16px;
}
.miniFaqs__itemTitle {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding-bottom: 8px;
}
.miniFaqs__item p {
    word-break: break-word;
}
/* map */
.store__title {
    font-size: 1.1875rem;
    font-size: 24px;
    line-height: 1.9375rem;
    line-height: clamp(1.875rem,1.80682rem + .22727vw,2rem);
    color: #010101;
    opacity: 0.8;
}
.store__title-sm{
    font-size: 16px;
    margin-bottom: 0 !important;
}
#About p, .common_para_grapher{
    letter-spacing: 1.08px;
    color: #010101;
}
#faq  p{
    text-align: justify;
}
.square_rotate{
    width: 10px;
    height: 10px;
    background-color: var(--main-color-red);
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 8px;
}
.photo_grapher_ul li{
    letter-spacing: 1.26px;
    color: #010101;
    opacity: 0.8;
    font-size: 18px;
    margin-bottom: 10px;
}
.mt-30{
    margin-top: 30px;
}
.question-text {
    display: none;
}
.show-text .question-text {
    display: block;
}
.show-text .plus-icon {
    display: none;
}
.minus-icon {
    display: none;
}
.storefrontMap__address {
    margin-bottom: 0.8rem;
}
.storefrontMap__quickLinks {
    display: inline-block;
}
.storefrontMap__quickLink {
    font-size: .8125rem;
    line-height: 1.1875rem;
    color: #8c8c8c;
    border: 1px solid #8C8C8C;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    margin: 0.3rem 0.3rem 0.3rem 0;
}
.storefrontMap__quickLink:hover {
    border-color: #b5141b;
    color: #b5141b;
}
.map_location{
    position: relative;
}
.map_location div{
    height: 380px;
    position: relative;
}
.map_location div::before{
    height: 380px;
    position: absolute;
    border-radius: 8px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.map_location img{
    height: 380px;
}
/* FaqsQA */
#accordion .card:nth-of-type(1){
    border-radius: 15px 15px 0px 0px;
}
#accordion .card:nth-last-of-type(1){
    border-radius: 0px 0px 15px 15px;
}
#accordion  .card-header:nth-last-of-type(1){
    border-radius: 15px;
}
.FaqsQA .card-header {
    background: transparent;
}
.FaqsQA a.card-link {
    color: #222;
    font-size: 1.2rem;
    font-weight: 5;
}
/* requestQuote */
.requestQuote .card-header {
    background: transparent;
    border-bottom: none;
    padding-top: 1rem;
}
.requestQuote h3{
    font-size: 28px;
    font-weight: 600;
    color:#ED2951;
}
.requestQuote .card{
    background-color: #ffffff;
    border-radius: 5px;
    border: 0;
    /* padding: 1.5rem 1.5rem 0.5rem; */
}

/* #############################photographer List ##########################*/
.border-none{
    border: none;
}
.border-none:focus,.border-none:active,.border-none:hover{
    border: none;
}
#location-side-filter .card-header{
    background-color: transparent;
}
#location-side-filter a{
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
#weddingFilter::placeholder{
    color: #222 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
#location-side-filter label {
    font-weight: 600;
}
/* listsection */
.filterImgListMap ul.nav.nav-pills {
    background-color: #f8f8f8;
    padding: 6px 10px;
    border-radius: 21px;
}
.filterImgListMap a{
    cursor: pointer;
    color: #222;

}
.filterImgListMap .nav-pills .nav-link.active, .filterImgListMap .nav-pills .show>.nav-link {
    background-color: #fff;
    color: #222;
    font-weight: 600;
    box-shadow: 0 2px 8px #00000026;
    border-radius: 40px;
}
#imgTabCard .card{
    box-shadow: 0 2px 8px #00000026;
    border-radius: 15px;
    transition: box-shadow .2s;
    cursor: pointer;
    margin-bottom: 1.4rem;
}
#imgTabCard .card:hover {
    box-shadow: 0 5px 12px #0003;
}
.photographerlist .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
}
.photographerlist .carousel-indicators li.active{
    width: 10px;
    height: 10px;
    position: relative;
    bottom: 1px;
}
.vendorTile__subtitle i.fas.fa-star{
    color: #fabb00;
}
.vendorTile__subtitle span{
    font-size: 14px;
}
.vendorTile__subtitle {
    font-size: .875rem;
    line-height: 1.3125rem;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    margin-bottom: 0.5rem;
    color: #6c6c6c;
}
.vendorTileFooter__deals {
    font-size: .875rem;
    line-height: 1.3125rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
}
.vendorTileFooter__info {
    font-size: .875rem;
    line-height: 1.3125rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
}
.vendorTileFooter__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: 0.5rem;
    background-color: transparent;
    border: 1px solid transparent;
}
.vendorTileFooter__button {
    margin-top: 0.5rem;
    color: #fb1b26;
    border-color: #fb1b26;
    background-color: #0000;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
}
.vendorTileFooter__button:hover {
    color: #fff;
    border-color: #fb1b26;
    background-color: #fb1b26;
}
.multimedia {
    position: absolute;
    bottom: 10px;
    left: 16px;
    box-sizing: border-box;
    z-index: 1;
}
.multimedia__item {
    margin-right: 8px;
    border-radius: 3px;
    float: left;
}
.multimedia__icon {
    width: 24px !important;
    height: 24px !important;
    position: relative;
    top: 3px;
}
.multimedia__icon svg {
    fill: #fff;
    filter: drop-shadow(0 0 2px rgba(0,0,0,.5));
}
.photographerlist .likebtn {
    position: absolute;
    z-index: 1;
    font-size: 22px;
    top: 13px;
    right: 14px;
    color: #fff;
}
.photographerlist .likebtn:hover{
    font-size: 25px;
}
.photographerlist .carousel-control-next, .photographerlist .carousel-control-prev{
    top: 42%;
    height: 15px;
    opacity: 1;
}
i.svgIcon.svgIcon__arrowRightThick,i.svgIcon.svgIcon__arrowLeftThick {
    fill: #fff;
}
.vendorTileFooter__discount {
    margin-left: 0.5rem;
    color: #db9000;
}
.vendorTile__icon {
    margin-right: 0.37rem;
}
.photographerscardlist {
    padding-bottom: 2rem;
    border-bottom: 1px solid #efefef;
    margin-bottom: 2rem;
}
.photographerscardmapCard {
    margin-bottom: 2rem;
}
/* permotion */
#news-slider{
    margin-top: 10px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin: -12px 15px 8px 15px;
    margin-left: -10px; */
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
    position: relative;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.promotions .owl-dots {
    display: none;
}
.promotions .owl-carousel .owl-nav.disabled {
    display: block;
}

.dealsVendorsTile__category {
    font-size: .8125rem;
    line-height: 1.1875rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c6c6c;
    margin-top: 0.9rem;
}
.dealsVendorsTile__subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}
.dealsVendorsTile__badge {
    position: absolute;
    top: -25px;
    right: 24px;
    height: 48px;
    width: 48px;
    border-radius: 48px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
i.svgIcon.svgIcon__promo-dto.dealsVendorsTile__icon {
    width: 30px;
    height: 30px;
    fill: #000;
}
.dealsVendorsTile__badge--exclusive .dealsVendorsTile__icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fabb00;
    width: 80%;
    height: 80%;
    content: "";
    border-radius: 50%;
}   
.dealsVendorsTile__badge--exclusive .dealsVendorsTile__icon {
    position: relative;
}
.dealsVendorsTile__badge--exclusive .dealsVendorsTile__icon svg {
    z-index: 1;
    position: relative;
}
.promotions .owl-carousel .owl-nav button.owl-next, .promotions .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #000;
    border: none;
    padding: 0!important;
    font: inherit;
    box-shadow: 2px 6px 8px #b5b5b5;
}
.promotions .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 40%;
}
.promotions .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 40%;
    right: 0px;
}
button.button.button--tertiary.app-deals-vendors-all{
    background-color: transparent;
    border: transparent;
    box-shadow: 2px 2px 11px grey;
    padding: 12px 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}
.subImg-weddingslider{
    max-width: 95px;
}
.vendor_reg_title{
    font-family: "wavehaus-95-semi-bold";
    color: #181818 !important;
    font-size: 33px;
}
.reg_text{
    font-size: 28px;
    font-family: "wavehaus-95-semi-bold";
    letter-spacing: 1.26px;
    color: #484747;
}
.reg_text a{
    color: var(--main-color-red);
}
 input.form-control.custom_input_control, select.form-control.custom_input_control{
    border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    font-size: 16px ;
    color: #1D1D1D;
}
input.form-control.custom_input_control::-webkit-input-placeholder{
     font-size: 16px ;
     letter-spacing: 1.08px;
     color: #242424;
     opacity: 0.6;
     font-family: "wavehaus-95-semi-bold";
}
input.form-control.custom_input_control::-moz-placeholder{
     font-size: 16px ;
     letter-spacing: 1.08px;
     color: #242424;
     opacity: 0.6;
     font-family: "wavehaus-95-semi-bold";
}
input.form-control.custom_input_control:-ms-input-placeholder{
     font-size: 16px ;
     letter-spacing: 1.08px;
     color: #242424;
     opacity: 0.6;
     font-family: "wavehaus-95-semi-bold";
}
input.form-control.custom_input_control::-ms-input-placeholder{
     font-size: 16px ;
     letter-spacing: 1.08px;
     color: #242424;
     opacity: 0.6;
     font-family: "wavehaus-95-semi-bold";
}
input.form-control.custom_input_control::placeholder{
     font-size: 16px ;
     letter-spacing: 1.08px;
     color: #242424;
     opacity: 0.6;
    font-family: "wavehaus-95-semi-bold";
}
input.form-control.custom_input_control:focus, select.form-control.custom_input_control:focus{
    border: 1px solid #0262d3 !important;
}
textarea.form-control.guest_input::placeholder{
    color: gray;
    font-weight: normal;
}

textarea.form-control.guest_input{
    color: #181818;
    font-weight: 600 !important;
    letter-spacing: 1.03px;

}
.btn_submit{
    background-color: #ED2951 ;
    color: #fff;
    letter-spacing: .5px;
    font-size: 16px;
    position: relative;
    line-height: 36px;
    border-radius: 5px;
    width: 175px;
    position: relative;
     font-family: "Gilroy-SemiBold";
}
.btn_submit:hover{
    color: #fff;
}
.btn_submit p{
    margin-left: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
/* button.btn_submit:hover p{
    margin-left: -8px;
} */
button.btn_submit i.fa{
    position: absolute;
    right: 7px;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
button.btn_submit:hover i.fa{
    opacity: 1;
}
 .vendor_reg_form{
    margin-top: 30px;
    border: 1px solid #201F2259;
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
}
.form_label{
    letter-spacing: 1.17px;
    color: #242424;
    opacity: 0.9;
    font-size: 20px;
    margin-bottom: 4px;
}
.in_no{
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    border-right: 1px solid #201F2259;
    padding-right: 8px;
}
.pl_52{
    padding-left: 52px;
}
.left_bar_menu{
    width: 300px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 100px;
    background-color:  #EDEDED;
}
.left_top_content{
    padding: 16px;
}
.left_top_content h5{
    padding-bottom: 8px;
}
.profile_steps_links{
    color: #181818;
    display: block;
    padding: 16px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}
.profile_steps_links:hover{
    color: #181818;
    background-color: rgba(0, 0, 0, .1);
     border-left: 4px solid var(--main-color-red);
}
.profile_steps_links.active{
    border-left: 4px solid var(--main-color-red);
    background-color: rgba(0, 0, 0, .1);
}
.profile_steps_links.done p{
    opacity: 0.5;
}
.sv_left_style.sv_left_style-1{
    color: #78c025;
}
.sv_left_style.sv_left_style-1 .fa{
    font-size: 20px;
}
.sv_left_style{
    display: inline-block;
    margin-right: 14px;
}
.sv_left_style{
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-color: #353b5010;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #181818;
}
.profile_steps_links p{
    display: inline-block;
}
.content_right{
    padding: 16px 40px;
    overflow-y: auto;
    margin-left: 304px;
}
.title_{
    font-size: 24px;
    padding: 16px 0;

}
.title_s{
    font-size: 1.125em;
    line-height: 1.5;
}
.title_para{
    font-size: 1em;
    padding-top: 8px;
    line-height: 1.5;
}
button.btn_upload{
    background-color: #EDEDED;
    border: none;
    height: 160px;
    color: var(--vendor);
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}
.btn-color-parent input.btn-color-footer {
    color: #000;
    background-color: #f0f3f5;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 22px;
    margin-right: 8px;
}
.btn-color-parent input.btn-color-footer:hover {
    background-color: #fff;
}
.panel-heading{
    font-weight: 600;
    font-size: 22px;
}
.multi_form_tab .nav-item{
    margin: 0 auto;
}
.nav-tabs .nav-link.active_tab1{
    background-color: #fff;
    border: 2px solid #29295f;
    color: #29295f;
    border-radius: 5px !important;
    font-weight: 600;
}
.nav-tabs .nav-link.inactive_tab1{
    background-color: #DC264B;
    color: #fff;
    border: 2px solid #DC264B;
    cursor: not-allowed;
    border-radius: 5px !important;
}
.nav-tabs .nav-link.inactive_tab1:hover{
    color: #fff;
}
.nav.nav-tabs.multi_form_tab{
    border-bottom: none;
}
.box-show-all{
      box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 0px 4px rgb(0 0 0 / 11%), 0 2px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%) !important;
      width: 80%;
      padding: 20px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 16px;
      margin-bottom: 50px;
}
#btn_next1,#btn_next2{
    background-color: #181818;
    color: #fff;
    border-radius: 5px !important;
}
.btn-prev{
   letter-spacing: 1.08px;
    color: #EA2B4F;
    font-size: 16px;
    border: 1px solid #EA2B4F;
    border-radius: 5px; 
}
.form-control.custom_input{
    height: 44px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.panel label{
    font-weight: 500 !important;
}
.red-color{
    color: var(--main-color-red);
}
.tag_top{
    top: 0;
    right: 30px;
    background-color: #a61d39;
    width: 80px;
    height: 90px;
    border-radius: 0 0 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tag_top .fa{
    color: #fff;
    font-size: 32px;
}
.v-reg{
    background-color: #F5F5F5;
}
p.leadForm__legal{
    letter-spacing: 0.9px;
    color: #1C1C1C;
    opacity: 0.8;
}
.Top_banner_box{
    background-color: #FFFFFF;
    border-radius: 5px;
}
.top_banner_box-footer{
    padding: 30px 16px;
}
.top_banner_box-footer h5{
    letter-spacing: 1.44px;
    color: #181818;
    opacity: 0.9;
    font-size: 26px;
}
.top_banner_box-footer p{
    letter-spacing: 1.26px;
    color: #181818;
    opacity: 0.6;
    font-size: 18px;
    font-family: "Gilroy-Medium";
}
.search_vendor{
    background-color: #F5F5F5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.container_widthfull{
    width: 95%;
}
.d_flex_form .form-group{
    flex: 1;
    flex-grow: 1;
    margin: 0 10px;
}
.d_flex_form .form-group:nth-of-type(1){
    margin-left: 0;
}
.d_flex_form .form-group:nth-of-type(5){
    margin-right: 0;
}
.form-control.list_input{
    letter-spacing: 0.9px;
    color: #181818;
    font-family: "wavehaus-95-semi-bold";
    font-size: 18px;
    opacity: 0.7;
    border-radius: 8px;
    height: 48px;
}

.form-control.list_input::placeholder{
     letter-spacing: 0.9px;
    color: #181818;
    font-family: "wavehaus-95-semi-bold";
    font-size: 18px;
    opacity: 0.7;
}
select.form-control.list_input option{
     letter-spacing: 0.9px;
    color: #181818;
    font-family: "wavehaus-95-semi-bold";
    font-size: 18px;
    opacity: 0.7;
}
.form-control.list_input.search_input{
    padding-left: 12px;
}
.text_underline{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.search_icon{
    top: 50%;
    transform: translateY(-50%);
    left: .75rem;
    width: 21px;
}
.pass_eye{
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.map_link div{
    height: 429px;
}
.map_link div{
    position: relative;
    height: 429px;
    border-radius: 8px;
}
.map_link div::before{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    content: '';
    width: 100%;
    height: 429px;
    background-color:  rgba(0, 0, 0, .8);
}

/* Blog */
.widget {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #eee;
}
.widget.search .h6, .widget.latest-posts .h6 {
    font-size: 1.3rem;
}
.widget.search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: .95em;
    font-family: open sans,sans-serif;
    font-weight: 400;
    background: 0 0;
}
.widget.latest-posts a {
    display: block;
    color: #555;
    text-decoration: none;
}
.widget.latest-posts .item {
    margin-bottom: 20px;
}
.widget.latest-posts .image {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}
.post .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.btnPrimary{
    color: #fff;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #EA2B4F;
    border-radius: 5px;
    background-color: #EA2B4F;
    font-weight: 600;
}
.outlineBtn {
    color: #EA2B4F;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #EA2B4F;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 600;
}
.outlineBtn:hover {
    background-color: #EA2B4F;
    color: #fff;
}
.all-blog-cards .category{
    padding: 0px 0px;
}
.blog-titles {
    display: inline-block;
    padding: 5px 2px;
    font-size: 16px;
}
button:focus {
    outline: unset;
    outline: unset;
}
#searchData::placeholder{
    font-weight: 400 !important;
    font-size: 1rem;
    color: gray;
}
.blog_sec_img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 230px;
    width: 100%;
}
/* end blog */
.div_hidden{
    display: block;
}
.div_hidden.show{
    display: none;
}
.areas_card{
    border-radius: 8px;
}
.b-right-span{
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid gray;
    margin-right: 4px;
    line-height: 1;
}

.floating_span{
    display: inline-block;
    line-height: 1;
}
.areas_card-l i{
    font-size: 40px;
    color: #01010133 !important;
}
.f-12{
    font-size: 12px;
}
 .card_vendor{
    border-radius: 8px;
    margin-top: 30px;
    padding: 10px;
    height: 120px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.card_vendor:hover{
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
 
.vendor_parent:nth-of-type(odd) .card_vendor{
    background-color: #32313114;
}
.vendor_details{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    /* width: 100%; */
    padding-right: 10px;
}
.f-13{
    font-size: 13px;
}
.vendor_name{
    font-size: 20px;
    font-weight: 500;
    color: var(--black-primary);
}
.vendor_img-sub{
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}
.vendor_img-sub img{
    width: 100%;
    height: 100%;
    border-right: 8px;
}
.fa_2x{
    font-size: 1.5em !important;
}
/* .vendor_reg_form.show{
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
/* end blog */
.img-pr-bt-2{
    position: relative;
    bottom: 2px;
}
.boxShadow{
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 20px 25px -5px, rgb(0 0 0 / 15%) 0px 10px 10px -5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 20px 25px -5px, rgb(0 0 0 / 15%) 0px 10px 10px -5px;
}
.boxShadow:hover {
    -webkit-box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 29%);
    box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 29%);
}
.flex_span{
    line-height: 1.3;
    margin-bottom: 4px;
}
.icon_check{
    transform: translateY(1px);
    margin-right: 2px;
}
.img_rupee{
    bottom: 2px;
}
.store__title-sm.mb_4{
    margin-bottom: 1.5rem !important;
}
.dropdown_fa{
    position: relative;
    font-size: 22px !important;
    bottom: 6px;
    margin-left: 5px;
}
/* Css For Templates */
.temp_top{
    height: 100px;
    background-color: #2E382F;
}
 .template_footer{
    height: 120px;
    background-color: #2E382F;
 }
 .template_footer-two{
    background-color: #671327;
 }
 .template_footer-three{
    background-color: #212143;
 }
 .template_footer-four{
    background-color: #1D1D3B;
 }
 .template_footer-five{
    background-color: #24313C;
 }
 .text-black{
    color:#18182C !important;
 }
 textarea.edit_text_input-black{
    color: #18182C !important;
 }
 textarea.edit_text_input-black:focus{
    color: #18182C !important;
 }
 .cursor-pointe{
    cursor: pointer;
 }
 .template-img img{
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
 }
 .update_btn_div{
    right: 20px;
    bottom: 50px;
    z-index: 99;
 }
 .btn.btn-red{
    background-color: var(--main-color-red);
    border-color: var(--main-color-red);
    color: #fff;
    width: 120px;
 }
 .btn.btn-cancel{
    background-color: #EFEFEF;
    color: #212529;
    width: 120px;
 }
.temp_title{
    letter-spacing: 2.4px;
    color: #FFFFFF;
}
.edit_img_sect{
    height: 660px;
}
.changble_img, #image_preview img{
    height: 660px;
    width: 100%;
}
.name-show{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .4);
    padding: 12px 30px;
}
.name-show h2{
    color: #fff;
    font-size: 55px;
}
.edit_img_div{
    top: 22px;
    right: 22px;
    cursor: pointer;
}
.edit_input{
    top: 0;
    cursor: pointer;
    right: 0;
    position: absolute;
    width: 70px;
    height: 70px;
    opacity: 0;
}
.para-text{
    letter-spacing: 1.08px;
    color: #1B1B1C;
    font-size: 22px;
}
.date-text{
    letter-spacing: 0px;
    color: #1B1B1C;
    font-size: 50px;
    font-weight: 600;
    margin: 12px auto;
}
.curve_icon{
    width: 380px;
}
.edt_text_div{
    -webkit-box-shadow: 0px 16px 59px #0000003D;
            box-shadow: 0px 16px 59px #0000003D;
    border: 2px solid #627C3A;
    background-color: #485C2A;
    padding: 60px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 250px;
    width: 100%;
}
.edt_text_div-two{
    background-color: transparent !important;
    border: 2px solid #9B1C3A;
    position: unset;
      -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
            top: 0;
}
.edt_text_div-two-inner{
    width: 100%;
    height: 250px;
    z-index: 1;
}
.edt_text_div-two-inner::before{
    position: absolute;
    content: '';
    width: calc(100%  + 120px);
    height: 100%;
    top: -60px;
    left: -60px;
    background-color: #76152C;
    z-index: -1;
    opacity: 0.9;
}
.edt_text_div-three{
    background-color: #212143;
    border: 2px solid #3D3D7D;
}
.edt_text_div-four{
    background-color: #F6C37F;
    border: 2px solid #3D3D7D;
    top: 0;
    transform: translateY(0);
    margin-top: 50px;
}
.edt_text_div-five{
    top: 0;
    transform: translateY(0);
    background-color: #F5EBE2;
    border: 2px solid #253540;
    margin-top: 100px;
}
.editable_content_para-five{
    margin-top: 500px;
}
.margn_top{
    margin-top: -74px;
}
.right_dec{
    right: 0;
    bottom: 0;
}
.left_dec{
    left: 0;
    bottom: 0;
}
.edit_text{
    top: -90px;
    right: -90px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent !important;
}
.edit_text:focus{
    outline: none;
}
.edit_text img{
    width: 70px;
    height: 70px;
}
.edt_text_div h5{
    color: #ffffff;
    letter-spacing: 2.4px;
    font-size: 50px;
    font-weight: bold;
}
.edt_text_div p{
    color: #ffffff;
    letter-spacing: 1.28px;
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
.template_footer h4{
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
}
.template_footer p{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.edit_text_input{
    border-color: transparent !important;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.28px;
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
.edit_text_input:focus{
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #ffffff;
    letter-spacing: 1.28px;
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
.text_div_one, .text_div_one-question, .text_div_one-guest{
    display: block;
}
.text_div_one.hide, .text_div_one-question.hide, .text_div_one-guest.hide{
    display: none;
}
.text_div_two, .text_div_two-question, .text_div_two-guest{
    display: none;
}
.text_div_two.show, .text_div_two-question.show, .text_div_two-guest.show{
    display: block;
}
input.custom_input_control.radiobox {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    border:5px solid white;
  box-shadow:0 0 0 1px #ED2951;
  appearance:none;
  border-radius:50%;
  background-color:#fff;
  transition:all ease-in 0.2s;
  cursor: pointer;
}
input.custom_input_control.radiobox:checked{
    background-color: #ED2951;
}
.bride_groom{
    font-size: 20px;
    margin-top: 6px;
}
.editable_content-two{
    background-color: #671327;
}
.dec_div img{
    width: 100%;
}
.editable_contaen-three{
    background-color: #BBBBEA;
}
.editable_content-four{
    background-color: #212143;
    padding-bottom: 170px;
}
img.img-top-4{
    width: 42%;
}
.blue_img img{
    width: 90%;
}
.top-navigation{
    border-bottom: none;
    background-color: #2E382F;
    padding:  0;
}
.weddingTabs .nav-item{
    margin:0 8px;
}
.weddingTabs .nav-item a.nav_link{
    color: #fff;
}
.contactUs{
    background-color: #2E382F;
}
#ContactUs{
    display: none;
}
#ContactUs.show{
    display: block;
}
#GuestList{
    display: none;
}
#GuestList.show{
    display: block;
}
.question-heading{
    font-size: 25px;
    font-weight: 600;
}
.question_content{
    margin-bottom: 20px;
}
input.guest_input{
    background-color: #fff !important;
    height: 45px !important;
}
input.guest_input::placeholder{
    color: gray;
    font-weight: normal;
}
textarea.guest_input{
    background-color: #fff !important;
    color: gray;
    font-weight: normal !important;
}
 textarea.contact_input{
    background-color: #ffff !important;
    height: 45px !important;
 }
textarea.contact_input::placeholder{
    color: gray !important;
    font-weight: 500 !important;
  }
textarea.contact_input-height.contact_input{
    height: auto !important;
}
.footer-user-ul li{
    margin: 0 16px;
}
.footer-user-ul li a{
    color: #fff;
    font-weight: 500;
}
.cursor-pointer{
     cursor: pointer;
}
.label_title{
     font-size: 20px;
}
input.create_website_input{
    height: 45px !important;
}
textarea.create_website_input::placeholder{
    color: gray;
    font-weight: normal;
}
.edt_text_div-question{
    top: 0;
    transform: translateY(0);
}
.footer__copyright a{
    color: #1d1d1d;
}
.btn_edit_website{
    background-color: #fff;
    position: fixed;
    left: 10px;
    top: 11px;
    z-index: 999;
}
.btn_edit_website.collapsed{
    display: none;
}
.btn_aside_close{
    position: absolute;
    right: 10px;
    top: 20px;
}
.aside_header{
    margin-top: 50px;
}
#asideMenu{
    z-index: 99;
    width: 375px;
    position: fixed;
    top: 0;
    background-color: #fff;
    left: -100%;
    height: 100vh;
    overflow-y: auto;
    padding: 20px;
    transition: 0.3s ease-in-out;
}
#overlay_menu{
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .56);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    cursor: pointer;
}
#overlay_menu.collapsed{
    display: block;
}
#asideMenu.collapsed{
    left: 0;
}
.aside_header{
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
}
.aside_header h4{
    font-size: 24px;
    font-weight: bold;
}
.sidebar_content{
    padding: 20px 0;
}
.sidebar_content h5{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
}
.sidebar_content p{
    font-size: 15px;
}
a.dropdown-item.notify-item {
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 3px;
    font-weight: 600;
}
.select2-container--default .select2-selection--multiple{
    height: 48px;
}
.emptyDiv {
    height: 600px;
}
section.edit_img_sect.position-relative .btn-cancel {
    margin-right: 20px;
}
.btn.btn-cancel{
    cursor: pointer;
}
.all-blog-cards .card-title.blog_title a{
    height: 44px;
    overflow: hidden;
}
.weddingTabs .nav_link{
    color: #fff;
    cursor: pointer;

}
.modal.deleteGuestAlertShow{
    display: block;

}
#blog .owl_items_body h3 {
    height: 72px;
    overflow: hidden !important;
}
.cityFilter .card{
    line-height: 46px;
}
.textLabel {
    color: #7b7b7b;
    font-weight: 700;
    font-size: 17px;
  }
.cityFilter .fa.fa-search {
    margin-top: 20px;
  }
  .cityFilter .all_location_cities{
    position: absolute !important;
    top: 45px !important;
    width: 100% !important;
    left: 0px;
    padding-left: 3px !important;
    padding-right: 3px !important;
    border-radius: 0px 0px 6px 6px;
    outline: 1px solid #181818;
    height: 250px;
    overflow-y: auto;
    z-index: 999;
    background-color: #fff;
    display: none;
  }
  .cityFilter #search_location_city {
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid #ed2951;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cityFilter .all_location_cities a li {
    height: 30px;
    line-height: 30px;
    color: #181818;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cityFilter .all_location_cities a li:hover{
    background-color: #ed2951;
    color: #fff;
  }
/* video play sec */
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(#0b0b0b36, #0b0b0b36);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
ul.serviceIncludes {
    list-style: disclosure-closed;
    padding-left: 30px;
  }
.serviceIncludes li {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.serviceIncludes li::marker {
    color: #fff;
}
.videoSec p{
    font-size: 20px;
    font-weight: 600;
}
.video-wrapper .home-new .owl-two .item:hover {
    cursor: pointer;
}
.video-wrapper .btn-paly {
    border: none;
    background-color: #fff;
    opacity: 1;
    border: none;
    outline: none;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.video-wrapper .home-new .owl-two .item:hover>.overlay-video {
    background-image: none;
}
.btn-paly {
    border: none;
    position: absolute;
    background-color: #fff;
    opacity: 1;
    border: none;
    outline: none;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-wrapper .home-new .overlay-video {
    background-image: -o-linear-gradient(bottom,#41c0ff,#4697ff),-o-linear-gradient(bottom,#166ce7,#5990f7);
    background-image: -webkit-gradient(linear,left bottom,left top,from(#41c0ff),to(#4697ff)),-webkit-gradient(linear,left bottom,left top,from(#166ce7),to(#5990f7));
    background-image: linear-gradient(to top,#41c0ff,#4697ff),linear-gradient(to top,#166ce7,#5990f7);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.home-new .owl-two .item:hover>.overlay-video .btn-paly {
    background-color: red;
}
.close.popup-close {
    position: absolute;
    right: -6%;
    top: -10%;
    border-radius: 50%;
    color: white;
    border: solid 2px #ffffff;
    padding: 8px 14px;
    opacity: 1;
}
.photographerTabs{
    margin-top: 30px;
}
/* vendor services */
.vender-services{
    margin-top: 2rem;
}
.vender-services .card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #9E9E9E1A;

    /* background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #9e9e9e00; */
    border-radius: 20px;
    -webkit-box-shadow: rgb(0 0 0 / 9%) 0px 20px 25px -5px, rgb(0 0 0 / 5%) 0px 0px 25px 4px;
    box-shadow: rgb(0 0 0 / 5%) 0px 20px 25px -5px, rgb(0 0 0 / 5%) 0px 0px 25px 4px;
    min-height: 178px;
    overflow: hidden;
}
.vender-services .card-body{
    min-height: 178px;
}
.vender-services .card:hover{
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 20px 25px -5px, rgb(0 0 0 / 15%) 0px 0px 25px 4px;
    box-shadow: rgb(0 0 0 / 15%) 0px 20px 25px -5px, rgb(0 0 0 / 15%) 0px 0px 25px 4px;
}
.vendorImg.d-flex.align-items-center.justify-content-center{
    overflow: hidden;
}
.vender-services .card img{
    border-radius: 20px;
    max-height: 204px;
}
.imgSec{
    overflow: hidden;
}
.search_vendor{
    background-color: #EDEDED !important;

}
.vender-services .card{
    position: relative;
}
.vender-services .card .card-body{
    padding-left: 0.8rem;

}
.vender-services .card .vendor_name{
    letter-spacing: 0.94px;
    color: #181818;

}
.vender-services .card p{
    letter-spacing: 0.54px;
    color: #181818;
    opacity: 0.6;
    font-size: 13px;
    margin-top: 0.7rem;
    line-height: 22px;
    height: 92px;
    overflow: hidden;
}
.vender-services .readmore{
    color: #ED2951;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    background: no-repeat;
    border: none;
}
.vender-services .morecontent span {
    display: none;
    }
    .vender-services .morelink {
    display: block;
    }
    .form-container h1.font-bold.text-center.text-white.text-uppercase, .form-container p.text-center.font-semi-bold.text-white{
        text-shadow: 3px 3px 7px #302d2d;
    }
    .container-fluid.vendor.container_widthfull {
        width: 80%;
    }

    .portfolio_card.gallery {
        overflow: hidden;
        margin-right: 20px;
    }
    .portfolio_card.gallery img {
        margin-top: 8px;
        vertical-align: middle;
    }
    .send-enquiry {
        
        position: fixed;
        right: -46px;
        color: #000!important;
        background-color: #ffc107;
        border-color: #ffc107;
        top: 50%;
        z-index: 10;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        font-weight: 600;
    }
    .send-enquiry.focus, .send-enquiry:focus {
        outline: 0;
        box-shadow: none;
    }
    /* login */
    .btn-signIn {
        width: 100%;
        height: 50px;
        background-color: #ED2951;
        border-radius: 8px;
        letter-spacing: 1.08px;
        font-family: "wavehaus-128-bold";
        transition: 0.3s ease-in;
    }

    .btn.btn-signIn:hover {
        background-color: #EA2B4F !important;
        background: #EA2B4F !important;
    }

    .login-height {
        /* height: 100vh; */
        /* width: 100vw; */
    }

    

    .clip_o {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 54%;
    }

    .form-group {
        position: relative;
        margin-bottom: 1.5rem;
    }

    .form-control-placeholder {
        position: absolute;
        top: 24px;
        padding: 7px 0 0 13px;
        transition: all 200ms;
        opacity: 0.5;
        font-size: 18px;
    }

    .form-control:focus+.form-control-placeholder,
    .form-control:valid+.form-control-placeholder {
        font-size: 84%;
        transform: translate3d(0, -100%, 0);
        opacity: 1;
        padding-top: 0;
        padding-left: 0;
    }

    input#EmployeeId,
    input#exampleInputPassword1 {
        background-color: #fff !important;
        border-radius: 6px !important;
        border: 1px solid #10101033 !important;
        height: calc(1.5em + .75rem + 12px);
        letter-spacing: .56px;
        padding-left: 52px;
    }

    input#EmployeeId::placeholder,
    input#exampleInputPassword1::placeholder {
        font-weight: normal !important;
        letter-spacing: .6px;
        font-size: 18px;
    }

    #showpassword {
        /* background-color: #d8dbe8; */
        color: #fff !important;
        background-color: #ED2951;
        letter-spacing: 1px !important;
    }

    .wrapper:after {
        content: "";
        background-color: #eff2ff;
        /*position: absolute;
            width: 3px;
            height: 100vh;
            top: -25%;
            left: 95%;*/
        position: fixed;
        width: 3px;
        height: 100vh;
        top: 0;
        display: block;
        left: 57%;
    }

    .container-fluid {
        overflow-x: hidden;
    }

    /*.wrapper {
            border-right: 3px solid #eff2ff;
        }*/
    /*.wrapper .carousel {*/
    /*position: relative;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*}*/
    .input-group-text {
        background-color: #eff2ff;
        border: none;
        cursor: pointer;
    }

    .modal-header {
        background-color: #ED2951;
        padding: 0;
        height: 45px;
    }

    .modal-header .close {
        padding: 10px;
        margin: 0;
        opacity: 1;
    }

    .modal-content {
        border: none;
    }

    #onForgot,
    .remember-btn {
        font-size: 12px;
        letter-spacing: 1px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.47px;
        color: #4a4a4a;
        margin-top: 0 !important;
    }

    .remember-btn {
        position: relative;
        left: 22px;
        cursor: pointer;
    }

    .remember-btn input {
        margin-top: 0.1rem;
    }

    #showpassword {
        font-size: 12px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.47px;
        color: #4a4a4a;
    }

    #onForgot:hover {
        text-decoration: none;
    }

    .bg-formLogin label {
        /* opacity: 0.6; */
        font-size: 15px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
        letter-spacing: 1px;
        font-family: "Poppins", sans-serif !important;
        font-weight: 600;
    }

    .sign_in__text {
        font-size: 42px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.04;
        letter-spacing: 0px;
        color: #000000;
        margin-bottom: 0;
    }

    .sub_text {
        letter-spacing: 0.76px;
        opacity: 1;
        font-size: 32px;
    }

    .red_span {
        color: #ED2951;
    }

    .user_id_icon {
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        z-index: 99 !important;
    }

    .btn.btn-signIn:hover,
    .btn.btn-success:hover {
        background: #EA2B4F radial-gradient(circle, transparent 1%, #ED2951 1%) center/15000% !important;
    }

    #demo .carousel-indicators li {
        width: 12px;
        height: 12px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
    }

    #demo .carousel-indicators .active {
        background-color: #536ae2;
        border-radius: 50%;
    }

    .form-login1 {
        width: 90%;
        margin: auto;
    }

    .login-form_box,
    #demo {
        /* position: relative;
            top: 50%;
            transform: translateY(-50%); */
    }

    input#EmployeeId:focus,
    input#exampleInputPassword1:focus {
        box-shadow: none;
    }

    input#exampleInputPassword1:focus .user_id_icon {
        z-index: 99 !important;
    }

    .ml_5 {
        margin-left: 5px;
    }

    input#exampleInputPassword1 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right: 0 !important;
    }

    .input-group-append {
        text-align: center;
    }

    .input-group-append span {
        width: 58px;
        text-align: center;
    }

    a.login_vendor:hover {
        text-decoration: none;
    }

    a.login_vendor {
        letter-spacing: 1.08px;
        color: #EA2B4F;
        font-size: 16px;
        margin-left: 16px;
        padding: 8px 16px;
        border: 2px solid #EA2B4F;
        border-radius: 5px;
    }

    .para-text {
        margin-bottom: 0;
        letter-spacing: 1.02px;
        color: #1D1D1D;
        opacity: 0.8;
    }

    .loginCarousel-Img {
        width: 30%;
        height: auto;
        margin: auto;
    }

    .img-div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }

    .bg-red {
        background-color: #ED2951;
    }

    .absolute-container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    @media (max-width: 1024px) {
        .form-login1 {
            width: 90%;
        }
    }

    @media (max-width: 991px) {
        .form-login1 {
            width: 100%;
        }

        /*login*/
        .wrapper:after {
            left: 48%;
        }

        /*login*/
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        .loginCarousel-Img {
            width: 60% !important;
            height: 86% !important;
        }

        .wrapper .carousel-indicators {
            bottom: -25px;
        }

        .wrapper:after {
            left: 48%;
        }
    }

    @media (max-width: 767px) {
        .form-login1 {
            width: 90%;
        }

        .wrapper:after {
            width: 0;
        }

        .login-height {
            height: 100vh;
            width: 100vw;
        }

        .loginCard {
            padding-top: 15px !important;
        }

        a.login_vendor,
        .para-text {
            font-size: 12px;
        }
        .absolute-container{
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
           -webkit-transform: translate(-50%, -50%) !important;
           -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
        }
        .login-form-padding{
            position: fixed;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
        }
        .sign_in__text,.sub_text {
            font-size: 30px;
        }
    }

    @media (max-width:480px) {

        /*.loginCarousel-Img{
                width: 70px;
                height: 70px;
            }*/
        .chola-logo {
            width: 125px;
            height: 80px;
        }

        .cumi-logo {
            width: 100px;
            height: 90px;
        }

        .dbg-logo {
            width: 145px;
            height: 85px;
        }

        .TI-logo {
            width: 135px;
            height: 105px;
        }

        .wrapper:after {
            display: none;
        }

        .loginCarousel-item {
            padding: 0 !important;
            margin-bottom: 30px;
        }

        .login-height {
            width: auto !important;
        }

        .logo-login {
            /*height: 96px;
                width: 137px;*/
            margin-top: 20px;
        }

        .form-login1 {
            width: 88% !important;
            margin-left: auto;
            margin-right: auto;
            display: block;
            margin-top: 20px;
        }
    }

    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .login-overflow-ie {
            overflow: hidden;
        }

        .show-ie-right {
            right: 0;
            top: 0;
            position: absolute;
        }

        .loginCarousel-Img {
            height: auto !important;
            min-height: 10px;
            max-height: 80px;
        }

        .loginCarousel-Img.two {
            width: auto !important;
        }

        .loginCarousel-Img.six {
            width: auto !important;
        }

        .img-div {
            align-items: center;
            margin-bottom: 10px;
        }
    }

    .cmp-img {
        width: auto;
        max-width: 200px;
        max-height: 100px;
    }

    #quote-request .close {
        font-size: 36px;
        position: absolute;
        right: -32px;
        top: -37px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        z-index: 2;
        opacity: 1;
        line-height: 44px;
        border: 2px solid #fff;
        color: #fff;
}
#quote-request .sign_in__text {
    font-size: 29px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: 0px;
    color: #ED2951;
    margin-bottom: 0;
    font-weight: 600;
}
#quote-request .para-text a{
    color: #ED2951 !important;
}
#quote-request  .btn-signIn{
    font-size: 20px;

}
#quote-request ::placeholder {
    color: #424242;
    opacity: 0.7;
  }
  
  #quote-request :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #424242;
   opacity: 0.7;
  }
  
  #quote-request  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #424242;
   opacity: 0.7;
  }
  #quote-request select:first-child{
    color: #424242;
   opacity: 0.7;

  }

  .floating_button {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0px;
    bottom: 125px;
    width: 210px;
    height: 57px;
    border-radius: 29px;
    background-color: rgb(237 41 81);
    color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 3px 18px;
    box-shadow: rgb(0 0 0 / 25%) 0px 3px 18px;
    cursor: pointer;
    font-size: 20px;
    z-index: 2;
}
.floating_button i{
    font-size: 50px;
    margin-right: 10px;
}
.floating_button.active {
    background-color: #a61d39;
}

.message_icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.message_close_icon {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: none;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.message_icon.active {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: none;
}

.message_close_icon.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
}

.send_message_box {
    bottom: -100%;
    right: -100%;
    position: fixed;
    height: calc(100vh - 185px);
    overflow-y: auto;
    width: 382px;
    border: 1px solid rgb(237 41 81);
    border-radius: 20px;
    background-color: #ed2951;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 3px 18px;
    box-shadow: rgb(0 0 0 / 25%) 0px 3px 18px;
    z-index: 1111;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.send_message_box.active {
    top: 80px;
    right: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.send_message_header {
    padding: 24px 24px 56px 24px;
    background-color: rgb(237 41 81);
    border-color: rgb(237 41 81);
    z-index: 1;
}

.send_message_header h4 {
    color: rgb(240, 240, 241);
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Old Standard TT', serif;
}

.send_message_notification {
    margin: -24px 24px 0 24px;
    border-radius: 5px;
    background-color: var(--main-bg-white);
    z-index: 2;
    position: relative;
}

.send_message_notification p {
    padding: 12px 15px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 16px;
    background-color: rgba(13, 34, 86, 0.3);
    font-family: 'Old Standard TT', serif;
}
.formSec{
    background: #fff;
    border-radius: 40px 40px 0px 0px;
    padding-top: 1rem;
    height: 89.5%;
}
.formSec .form{
    widht:50%;
    height:60px;
    position:relative;
    overflow:hidden;
    margin-bottom:15px;
  }
  .formSec .form .animatedField{
    width:100%;
    height:100%;
    color: #000;
    padding-top:25px;
    border:none;
    outline:none;
  }
  .formSec .form label {
    position: absolute;
    width:100%;
    height:100%;
    bottom:0px;
    left:0%;
    pointer-events:none;
    border-bottom:1px solid black;
  }
  .formSec .form label::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-bottom:3px solid #ed2951;
    bottom:-1px;
    left:0px;
    transform:translateX(-100%);
    transition:all 0.3s ease;
  }
  .formSec .content-name{
    position:absolute;
    bottom:5px;
    left:0px;
    transition:all .3s ease;
  }
  .formSec .form .animatedField:focus + .label-name .content-name ,.formSec
  .form .animatedField:valid+ .label-name .content-name{
    transform:translateY(-150%);
    font-size:14px;
    color: #212529;
  }

  .formSec .form .animatedField:focus+ .label-name::after, .formSec
  .form .animatedField:valid+ .label-name::after {
    transform:translateX(0%);
  }

  .formSec .made{
    position:absolute;
     
    bottom:10%;
  }
  .formSec .made i{
    color:red;
  }
  .formSec input, .formSec select, .formSec textarea{
    font-size: 16px;
    font-weight: 500;
  }
  .floating_button.closechatBtn.active {
    position: absolute !important;
    width: 40px;
    height: 40px;
    right: 1px;
    top: 2px;
    background-color: #000;
}
.floating_button.closechatBtn i {
    font-size: 24px;
    margin: auto;
}
.go-back-thankyou-btn{
    height: 60px;
    line-height: 50px;
}
#header .container-fluid.common_container{
    overflow: none !important;
    overflow: unset !important;
}
.card.px-2.filterCity{
    cursor: pointer;
}
.editDate{
    right: 0px;
    top: 0px;
    border: none;
    outline: none;
    background-color: transparent !important;
}
.editDate img{
    width: 70px;
    height: 70px;
}
.date_div_two{
    display: none;
}
.date_div_two.show{
    display: block;
}
/* media query */
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
@media (min-width: 768px) {

    /* .active-bg #header .navbar .navbar-nav a.nav-link {
        color: var(--black-primary);
    } */
    #closeMenu {
        display: none;
    }

    div.ml-row {
        margin-left: -4px;
    }

    .copyright-parent {
        width: 79%;
    }

    .modal_left {
        -ms-flex: 0 0 35.333333%;
        flex: 0 0 35.333333%;
        max-width: 35.333333%;
    }

    .modal_right {
        -ms-flex: 0 0 63.666667%;
        flex: 0 0 63.666667%;
        max-width: 63.666667%;
    }

    .modal_right-height {
        height: 538px;
    }
}

@media (min-width: 992px) {

    /* div.colz-parent {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    } */
    .colz-max{
      -ms-flex: 0 0 39%;
      flex: 0 0 39%;
      max-width: 39%;
    }
    .colz-min{
      -ms-flex: 0 0 22%;
      flex: 0 0 22%;
      max-width: 22%;
    }
    div.col-lg-3.colz {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
        padding-left: 0;
        padding-right: 13px;
    }

    div.colz-sm {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
        padding-left: 0;
    }

    .modal_lg {
        max-width: 67%;
    }
    .owl__outerBox-3{
        margin-left: -60px;
    }
    .vendor_img {
        width: 100%;
    }
}

@media only screen and (min-width: 1001px) {
     .owl_items_body h3 {
         font-size: 17px;
     }
}
@media only screen and (min-width: 1200px) {

    /* div.colz-parent {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    } */
    div.col-lg-3.colz {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 0;
        padding-right: 13px;
    }

    div.colz-sm {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
        padding-left: 0;
    }

    .col-z-7 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-z-5 {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
    }
    .common_container,
    #header .container-fluid {
        width: 90%;
    }
   .owl-2-itemsContent h4{ 
       font-size: 20px;
   }
   .owl__outerBox-2 {
       padding-left: 70px;
   }
   .owl__outerBox-3{
       margin-left: -70px;
   }
   .owl__outerBox-5{
       margin-left: -90px;
   }
   .container-fluid.container-width.container-width_14{
        width: 85% !important;
   }
}

@media only screen and (min-width: 1323px) {
   .owl-2-itemsContent h4{
       font-size: 24px;
   }
}
@media only screen and (min-width: 1361px) {
    .top_title {
        font-size: 22px;
    }
    .common_container,
    #header .container-fluid {
        width: 85%;
    }
    .owl__outerBox-2 {
        padding-left: 100px;
    }
    .owl__outerBox-3{
        margin-left: -35px;
    }
    .owl__outerBox-5{
        margin-left: -50px;
    }
}
@media only screen and (min-width: 1400px) {
    .owl_items_body h3{
        font-size: 20px;
        height: 72px;
    }
   
}

@media only screen and (max-width:1360px) {
    img.explain_img {
        width: 545px;
    }
    .btn_edit_website{
        top: 82px;
    }
    .vender-services .card{
        min-height: 200px;
    }
    .vender-services .card-body{
        min-height: 200px;
    }
    .container-fluid.vendor.container_widthfull {
        width: 100%;
    }
}


@media only screen and (max-width:1280px) {
    img.explain_img {
        width: 480px;
    }
    #header .common_container{
        width: 99%;
    }
    #navbarNav{
        margin-left: 15px;
        padding-right: 16px;
    }
    .vender-services .card p{
        height: 111px;
    }
    .send_message_box.active{
        top: 0px;
    }
    .send_message_box {
        height: calc(100vh - 107px);
    }
    .formSec{
        height: 88.4%;
    }
    .navbar .navbar-nav a.nav-link{
        margin-left: 3px !important;
    font-size: 15px !important;
    padding: 16px 8px !important;
    }

}

@media only screen and (max-width:1199px) {
    
    #navbarNav{
        margin-left: 26px;
        padding-right: 16px;
    }
    .navbar .navbar-nav a.nav-link{
        font-size: 13px;
    }
    .top__banner__box {
        top: 40%;
    }

    .top__banner {
        height: 484px;
    }

    .top__banner__box p {
        font-size: 16px;
    }

    img.explain_img {
        width: 500px;
        right: 0;
        bottom: 0% !important;
    }
    .flex__container {
          width: 95% ;
      }
      .body-h-100 {
        height: 120px;
    }
    .login-btn a{
        width: 100px;
    }
    
}

@media only screen and (max-width:1100px) {
    img.explain_img {
        width: 465px;
    }
}

@media only screen and (max-width:1092px) {
    img.explain_img {
        width: 400px;
    }
}
@media only screen and (max-width:1088px) {
    img.explain_img {
        width: 400px;
    }
    .navbar-brand>img {
        width: 150px;
    }
     .footer__flex {
         flex-wrap: nowrap;
     }

     .footer__flex__items {
         width: 100%;
     }
     .vendor .body-h-75 {
        height: 154px;
    }
}

@media only screen and (max-width:1069px) {
     
    .owl-3-itemsContent h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width:1055px) {
    .owl-3-itemsContent h5 {
        font-size: 20px;
    }
    .vendorImagCard {
        height: 120px;
        overflow: hidden;
    }
    .vendorImagCard .vendor_img {
        max-height: 120px;
    }

    .cardTitle {
        height: 40px;
    }
    .navbar .navbar-nav a.nav-link {
        font-size: 11px;
    }
    .vender-services .card p {
        height: 135px;
    }
    .vender-services .card-body{
        padding: 1rem 1.25rem;
    }
    .send_message_box {
        height: calc(100vh - 0px);
    }
    .formSec{
        height: 100%;
    }
    .navbar .navbar-nav a.nav-link{
        margin-left: 3px !important;
    font-size: 12px !important;
    padding: 16px 8px !important;
    }
    .navbar-brand>img {
        width: 105px;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 0px;
    }
}
@media only screen and (max-width:1000px) {
    .owl_items_body h3,
    .owl-3-itemsContent h5 {
        font-size: 24px;
    }
}
@media only screen and (max-width:991px) {
     body.stop-scroll {
         overflow-y: hidden;
     }
    .colz-sm {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #header .container-fluid {
        width: 100%;
    }
    .navbar-brand{
        padding-left: 10px;
        margin-right: .12em;
    }
     .navbar-brand>img {
         width: 100px;
     }

     .dropdown-menu.city__list{
         width: 220px;
      }
     a.nav-link_dropdown{
          width: 130px;
     }
  
     #top__header {
         position: unset;
     }

    .mobile-nav {
        width: 50%;
        /* height: 0px;
          min-height: 0px; */
        position: fixed !important;
        right: -100%;
        top: 0;
        background: var(--main-color-red);
        z-index: 999;
        transition: opacity .3s linear, right .3s ease-out;
        display: block !important;
        height: 100vh;
    }
     #navbarNav::before {
         content: none;
     }

    .close-toggler-button {
        position: fixed;
        right: 20px;
        top: 20px;
        display: none;
    }
    .close-toggler-button.active{
        display: block;
    }
    .mobile-nav.active {
        top: 0;
        right: 0;
        width: 50%;
    }
   #sidebarCollapse {
    /* width: 40px; */
       padding-left: 10px;
       padding-right: 10px;
       text-align: center;
       outline: none;
       border: none;
       background-color: transparent;
       transform: scale(1);
       transition: ease-in 0.1s;
   }
       #side-click-close.active {
           display: block;
           height: 100vh;
       }

       #side-click-close {
           background-color: rgba(0, 0, 0, .5);
           width: 100%;
           height: 0;
           position: fixed;
           left: 0;
           top: 0;
           z-index: 999;
           display: none;
       }


    .navbar .navbar-nav a.nav-link {
        color:  #fff;
        font-size: 13px;
    }
    .navbar .navbar-nav a.nav-link{
          padding: 8px 10px;
    }

    .navbar .navbar-nav .nav-item a.nav-link::after {
        top: 0;
    }
     /* .navbar-brand>img {
         margin-left: 16px;
     } */

   

    .mobile__logo {
        margin-left: 18px;
        margin-top: 20px;
    }
 
    .top_hero_title{
        font-size:38px;
    }
    .flex__container {
          flex-wrap: wrap;
      }

      .flex__items {
          width: 26%;
      }
    .owl__outerBox-2{
          padding-left: 0;
    }
     .owl__outerBox-3,
     .owl__outerBox-5 {
         margin-left: 0 !important;
     }
    
     .footer__flex__items h6{
         font-size: 18px;
     }
     .category {
         padding: 30px 0 30px 0;
     }
     .owl-carousel .owl-nav{
        right: 0 !important;
     }
    .section__title{
        font-size: 30px;
    }
    .flex__container{
        width: 85%;
    }
    .cardTitle {
        height: 51px;
    }
    .d-flex.cardTitle h3 {
        line-height: 24px;
    }
    .vendorImagCard {
        height: 160px;
        overflow: hidden;
    }
    .vendorImagCard .vendor_img {
        max-height: 160px;
    }
  
    .vender-services .col-12.col-lg-7.col-xl-7.pl-md-0{
        padding-left: 15px !important;

    }
    /* .vender-services .card img{
        height: 179px;
    } */
    .send_message_box {
        height: calc(70vh - 0px);
    }
    .formSec {
        height: 88.8%;
    }
}

@media only screen and (max-width:767px) {
    .colz,
    .colz-sm {
        margin-top: 10px;
    }

    .sec-gap,
    .gap-top,
    .contact {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer__copyright {
        padding-left: 0;
        padding-right: 0;
    }
   
    .navbar {
        padding: 0;
    }
     .mobile-nav.active {
         width: 85%;
         top:0;
     }
    .active-bg #header {
        position: fixed;
    }
     #side-click-close {
         top:0;
     }

    #header {
        position: unset;
    }

    #top__header {
        padding-top: 0;
        padding-bottom: 0;
    }

    #sidebarCollapse:focus {
        outline: none;
        border: none;
    }

    #sidebarCollapse>i {
        font-size: 22px;
        color: var(--main-color-red);
        margin-top: 2px;
    }

    #sidebarCollapse.active {
        transform: scale(1);
    }

    ul.main-ul {
        padding-bottom: 20px;
    }

    .navbar .navbar-nav a.nav-link {
        font-size: 16px;
    }

    .social_share_ul {
        flex-direction: row !important;
    }

    /* .navbar .navbar-nav .nav-item.active a.nav-link {
        color: #fff;
    } */
    .navbar .navbar-nav .nav-item a.nav-link::after,
    .active-bg .navbar .navbar-nav .nav-item a.nav-link::after {
        bottom: -6px;
        height: 2px;
    }

    .navbar .navbar-nav .nav-item {
        margin-right: 18px;
    }

    li.btn-grey-second,
    li.empl-btn {
        width: 160px;
        text-align: center;
    }

    /* .navbar .navbar-nav .nav-item:nth-of-type(6){
          margin-top: 10px;
      } */
    #header {
        padding-top: .5rem;
        padding-bottom: .5rem;
        /* box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
          -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%); */
    }

    .active-bg #header {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #closeMenu:focus {
        outline: none;
        border: none;
    }

    #closeMenu {
        position: absolute;
        right: 16px;
        top: 10px;
        outline: none;
        border: none;
        background-color: transparent;
    }

    #closeMenu.active>img {
        transform: scale(1);
    }

    #closeMenu>img {
        font-size: 40px;
        color: #fff;
        transition: ease-in 0.3s;
        transform: scale(0);
    }


    .notification>span {
        top: 12px;
    }

    /* .navbar-brand>img {
        width: 100px;
    } */
  .top-img{
      height: 225px;
  }
  .form-container h1{
        font-size: 26px;
   }
   .section__title{
         font-size: 26px;
   }
   .category {
         padding: 40px 0 30px 0;
   }
  
    .flex__items__logo{
        width: 55px;
        height: 55px;
    }
    .flex__items h5{
        font-size: 12px;
    }

    .top__banner {
        /* background: url(../assets/banner-top.png); */
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top_hero_title {
        font-size: 18px;
    }
    .title_second{
        font-size: 50px;
    }
    .text_italic{
        font-size: 25px;
        line-height: unset;
    }
    .arrange__card {
        height:auto;
        margin-bottom: 16px;
    }
    .schedule_box{
        padding:6px;
        font-size:13px
    }
    .ordershape {
        transform: translateY(-306px);
     }
    
    .inquiry-form{
        padding-bottom:20em;
   }
   .add_parent{
       margin-bottom:16px
   }
   .post_card{
       margin-bottom:20px
   }
   .sm-col{
       margin-left:auto;
       margin-right: auto;
   }

    img.explain_img {
        width: 220px;
        top: 20%;
        transform: translateX(50%);
        right: 50%;
    }

    section.topbanner.job__topbanner {
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    div.top__banner__box {
        position: unset;
    }

    .top__banner__box h1 {
        font-size: 26px;
    }

    .top__banner__box p {
        font-size: 13px;
    }

    .top__banner__box p br {
        display: none;
    }

    .pad-r {
        padding-right: 6px;
    }

    .pad-l {
        padding-left: 6px;
    }

    /* .colz{
           margin-bottom: 12px;
       } */
    .flex-no-wrap {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    .flex-no-wrap::-webkit-scrollbar {
        display: none;
    }

    .col-sm {
        -ms-flex: 0 0 50%;
        flex: 0 0 46%;
        max-width: 46%;
        padding-right: 0;
    }

    .card.category__card>div>div h4 {
        font-size: 13px;
    }

    .feature__card {
        flex-direction: column;
    }

    .feature__card__right {
        margin-top: 10px;
    }

    .contact .container {
        width: 100%;
    }

    .footer_heading {
        margin-bottom: 4px;
    }

    .col-sm {
        margin-bottom: 0 !important;
    }

    .top__content {
        padding: 10px;
    }

    .padingr-4 {
        padding-right: 4px;
    }

    .padingl-4 {
        padding-left: 4px;
    }

    .feature__card {
        padding: 8px;
    }

    .feature__card__desg>span {
        margin-right: 20px;
        display: block;
    }

    /* .feature__card__desg>span:nth-of-type(2) {
        margin-right: 0;
    } */
    .feature__card__desg>span:nth-of-type(4) {
        position: absolute;
        top: 8px;
        right: 15px;
        margin-right: 0;
    }

    .feature__card__left>h5 {
        font-size: 17px;
    }

    .feature__card__left>h5 .exp {
        margin-left: 8px;
    }

    button.btn.btn-apply {
        position: initial;
    }

    .colz-sm {
        display: flex;
        justify-content: flex-end;
    }

    .btn.btn-home {
        width: 100%;
    }

    .footer-column {
        padding-left: 8px;
        padding-right: 8px;
    }

    .footer__ul,
    .footer__ul>li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__ul>li {
        margin-bottom: 10px;
    }

    .footer__ul>li>a {
        font-size: 15px;
        padding: 0;
    }

    .tag-parent>select {
        width: auto;
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .feature__card__title>button {
        margin-bottom: 10px;
    }

    .details__inner {
        flex-direction: column;
    }

    .details__inner-right>h1 {
        font-size: 25px;
    }

    span.skill_tag {
        margin-bottom: 8px;
    }

    .sub_title {
        font-size: 25px;
    }

    .common_text,
    .desc_div>p,
    .privacy__second p {
        font-size: 14px;
    }

    .desc_div>i {
        transform: translateY(3px);
    }

    .terms__banner {
        height: 89px;
    }

    .terms__banner h1 {
        font-size: 20px;
    }

    div.feature__card.all__job__cards {
        padding-left: 15px;
        padding-right: 15px;
    }

    button.btnApply {
        margin-left: 0 !important;
    }

    .details__description>.container-fluid {
        width: 96%;
    }

    .px-gutter {
        padding-left: .3rem;
        padding-right: .3rem;
    }

    .container-width {
        width: 100%;
    }

    section.topbanner {
        height: auto;
    }

    .topbanner h1 {
        font-size: 24px;
    }

    .contact_title {
        font-size: 23px !important;
    }

    .modal_right {
        min-height: 412px;
    }

    .modal_right.modal_right-password {
        min-height: 246px;
    }

    .close-modal {
        top: 5px;
        right: -5px;
    }

    .modal_right>div {
        margin-top: 22px;
    }

    .left_bottom>img {
        width: 180px !important;
    }

    .details__inner-right>div span.decs {
        display: block;
    }

    .user-profile-section .container-fluid {
        padding: 15px;
    }

    .feature__card__right>div {
        margin-top: 5px;
    }

    .topbanner h1 {
        padding-top: 0;
        padding-bottom: 0;
    }

    form#job_seeker_profile_update>.row>.col-12 {
        padding: 0px;
    }

    .question-text.faq-card-body {
        padding-left: 6px;
        padding-right: 6px;
    }

.footer-ul{
        flex-direction: column;
        align-items:flex-start;
}
 .footer-ul li{
        margin-bottom:16px
 }
 .gallery_card img{
         height:auto ;
 }
 .owl-carousel .owl-stage {
     padding-top: 57px !important;
 }
 .owl-carousel .owl-nav {
     top: -17px !important;
     right: 2px !important;
 }
 .owl__outerBox-2 {
     padding-left:0;
 }
 .owl-2-items{
     flex-direction: column;
 }

 .gallery_category{
     display: none;
 }
 .client-name h4{
     font-size: 18px;
 }
 .wed_desc_text a{
     margin-left: 0;
     font-size: 18px;
 }
 .form-box{
     padding: 18px 0;
 }
 .footer__flex{
     flex-direction: column;
 }
 .footer__flex__items{
     margin-bottom: 16px;
 }
 .footer__flex__items h6{
     font-size: 25px;
 }
 .form-container p{
     font-size: 16px;
 }
.vendor_reg_form{
     margin: 15px auto 0;
}

.vendor_reg_title {
     font-size: 30px;
}
.reg_text {
     font-size: 20px;
}
.d_flex_form{
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
             justify-content: flex-start !important;
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
             flex-direction: column !important;
     -webkit-box-align: start !important;
         -ms-flex-align: start !important;
             align-items: flex-start !important;
}
.d_flex_form .form-group{
     -webkit-box-flex: 1;
         -ms-flex: auto;
             flex: auto;
     -webkit-box-flex: unset;
         -ms-flex-positive: unset;
             flex-grow: unset;
             width: 100%;
             margin-bottom: 14px;
             margin-left: auto !important;
             margin-right: auto !important;
}
.d_flex_form .form-group:nth-of-type(1) {
   margin-left: auto !important;
   margin-right: auto !important;
}
.d_flex_form .form-group:nth-of-type(5) {
    margin-left: auto !important;
   margin-right: auto !important;
}
.form-control.list_input{
    height: 45px;
    font-size: 15px;
}
.form-control.list_input::placeholder{
    font-size: 15px;
}
#location iframe{
    height: 226px !important;
}

.top_banner_img img {
    height: auto;
}

.photographerTabs li{
    margin-bottom: 15px;
}
.map_link div::before {
    height: 226px;
}
.map_link div{
    height: 226px;
}
#regTabOne, #regTabOne{
    padding-left: 0;
    padding-right: 0;
}
.vendor_reg_form{
    padding: 12px;
}
.login-btn_reg{
    margin-top: 18px !important;
}
.select2-container--default .select2-selection--multiple {
        background-color: transparent;
        height: 45px !important;
        min-height: 45px !important;
        overflow-y: auto;
        padding-left: 8px;
        border-radius: 8px;
        border: 1px solid #0101014D !important;
        opacity: 0.7;
        display: flex;
        align-items: center;
}
.areas_card-l {
        width: 105px;
    }
#About p, #faq p{
       max-width: 300px;   
       text-align: justify;
}
button.mr_sm-0{
       margin-left: 0 !important;
}
.login-btn, .login-btn_reg{
    padding-top: 10px;
}
 body p{
     font-size: .8rem !important;
     letter-spacing: 0 !important;
     line-height: 1.5 !important;
 }
 h1, h2, h3, h4, h5, h6,a{
     letter-spacing: 0 !important;
 }
 .body-h-100 {
    height: auto;
}
.inner-header {
    height: 8vh !important;
}
.footer__copyright{
    font-size: 13px;
}
.common-container.mx-auto.footer__copyright.common_container {
    width: 90%;
}
.common-container.mx-auto.footer__copyright.common_container div{
    margin-bottom: 6px;
}
.col-md-6.col-xl-4.order-xl-1.order-lg-2.order-2 {
    text-align: center;
}
main.bg-white.our_bogs{
    margin-top: 0px !important;
}
.our_bogs .post.blog-post{
    padding-top: 0px !important;
}
.vendorImagCard{
    height: auto;
}
.vendor_img{
    width: 100% !important;
    max-height: auto !important;
}
.tag_top {
    width: 32px;
    height: 37px;
}
.tag_top .fa{
    font-size: 20px;
}
.vendorImagCard img.vendorImagCard {
    width: 100%;
    height: auto;
    max-height: 250px;
}
.d-flex.cardTitle h3 {
    line-height: 26px;
}
#template_wrapper .top-navigation.justify-content-center{
    justify-content: right!important;
}

/* responsive temp */
div#wrap{
    overflow: hidden;
    width: 100%;
}
div#main{
    padding: unset !important;
}
.curve_icon {
    width: 100%;
}
#top__header .navbar{
    padding: 0.5rem 1rem;
}
.btn_edit_website {
    top: 75px;
}
#asideMenu{
    width: 316px;
}
.edt_text_div{
    padding: 0px;
}
.edit_img_sect {
    height: 82vh;
}
.changble_img, #image_preview img {
    height: 82vh;
    width: 100%;
}
.name-show{
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top_decorate{
    height: 153px !important;
}
.date-text{
    font-size: 25px;
}
.col-md-11.mx-auto.bg-fl.position-relative {
    margin-top: 1rem;
}
.edt_text_div{
    top: 122%;
}
.edt_text_div.position-absolute {
    position: static !important;
    margin-top: 3rem;
}
.edit_text {
    top: -27px;
    right: -20px;
    width: 47px;
}
.edit_text img {
    width: 30px;
    height: 30px;
}
section.editable_content{
    height: 698px;
}
h2.text-white.mb-3.guestListTable {
    color: #1B1B1C !important;
}
.edt_text_div h5{
    font-size: 25px;
    padding-top: 7px;
}
form#guest_list {
    padding: 10px;
    padding-bottom: 20px;
}
section.template_footer.d-flex.align-items-center {
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
    text-align: center;
    margin: auto;
}
section.template_footer .d-flex.align-items-center {
    display: block !important;
}
.emptyDiv{
    height: auto;
}
.videoSec .section__title {
    margin-bottom: 10px !important;
}
.serviceIncludes{
    margin-top: 1rem;
    padding-left: 22px;
    margin-bottom: 1.5rem;
}
.serviceIncludes li {
    color: #fff;
    font-size: 16px;
}
.post-details h1 {
    font-size: 1.5rem;
}
.post-details .post-footer.d-flex.align-items-center.flex-column.flex-sm-row{
    display: block !important;
}
.post-details .post-footer div#shareRoundIcons{
    display: none;
}
.col-md-6.col-xl-4.order-xl-1.order-lg-2.order-2, .col-md-6.col-xl-6.order-xl-2.order-lg-3.order-3{
    text-align: left !important;
}
ul.navbar-nav.main-ul.ml-auto.shareMenu {
    left: 0px;
    position: static !important;
    margin-top: 15px;
}
ul.navbar-nav.main-ul.ml-auto.shareMenu li{
    margin-bottom: 15px;
}
iframe.paste_video_url{
    height: 216px !important;
    width: 95%;
}
.close.popup-close {
    position: absolute;
    right: -1%;
    top: -8%;
}
.vender-services .card{
    height: auto;
}
.vender-services .card-body{
    height: auto;
    min-height: unset;
}
.vender-services .card p {
    height: auto;
}
.vender-services .card img{
    max-width: 100%;
    max-height: unset;
    max-height: none;
}
.send_message_box.active {
    top: 65px;
}
.send_message_box {
    height: calc(88vh - 70px);
}
.formSec {
    height: 103%;
}
.floating_button{
    width: 137px;
    height: 45px;
}
.floating_button i {
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    bottom: 3px;
}
.floating_button span {
    font-size: 14px;
}
#quote-request .close{
    right: 5px;
    top: 5px;
    border: 2px solid #000;
    color: #000;
}
.navbar .navbar-nav a.nav-link{
    margin-left: 3px !important;
font-size: 16px !important;
padding: 5px 8px !important;
}
.navbar .navbar-nav .nav-item {
    margin-left: 18px;
}
}

@media only screen and (max-width:575px) {
    /* .mobile-nav {
          width: 100%;
      } */
}
@media only screen and (max-width:375px) {
    .form_box .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 120px !important;
        font-size: 13px !important;
        padding-left: 1.5rem !important;
        padding-right: 10px !important;
    }
    .form_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: -1px !important; 
}
}
@media only screen and (max-width:390px) {

    .top__banner__box h1,
    .category h3,
    .featured__job h3,
    .contact_title {
        font-size: 20px;
    }

    .contact_title span {
        font-size: 12px;
    }
    .send_message_box{
        width: 292px;
        right: 10px;
    }
    .formSec {
        height: 139%;
    }
}

@media only screen and (max-width:375px) {
    .btn.btn-home {
        padding: 0.375rem .75rem;
    }
     .navbar-brand>img {
       width: 115px;
     }
     .navbar-brand {
        padding-left: 0px;
     }
     .filterCity{
        width: 100% !important;
     }

    .feature__card__desg {
        display: inline-block;
    }

    .feature__card__title>button {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .feature__card__desg>span {
        margin-right: 20px;
        font-size: 12px;
    }

    img.explain_img {
        width: 173px;
        top: 24%;
        right: 50%;
        transform: translateX(50%);
    }

    .footer__ul>li>a {
        font-size: 14px;
        padding: 0 4px;
    }
}
@media only screen and (max-width:365px) {
    .flex-mob-column{
         flex-direction: column;
         margin-bottom: 6px;
    }
    .b-right-span{
         margin-right: 0 !important;
         border-right: none !important;
    }
}

@media only screen and (max-width:320px) {
   .navbar-brand>img {
       width: 120px;
   }
   iframe.paste_video_url{
    height: 216px !important;
    width: 100%;
}
.close.popup-close {
    position: absolute;
    right: -1%;
    top: -8%;
    padding: 2px 7px;
}
}
