a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.medicalloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
.medicalloader #status {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}
.medicalloader #status .u-loading {
  width: 160px;
  height: auto;
  display: block;
}
.medicalloader #status .u-loading__symbol {
  background-color: #7ccde1;
  padding: 8px;
  animation: loading 3s infinite;
  border-radius: 5px;
}
.medicalloader #status .u-loading__symbol img {
  display: block;
  max-width: 100%;
  animation: loading-icon 3s infinite;
}

#dotsLoader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #219ebc;
  margin: 20px 5px;
  opacity: 0;
}
#dotsLoader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
#dotsLoader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#dotsLoader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    background-color: #7ccde1;
  }
  16% {
    background-color: #ffd55f;
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
    background-color: #ffd55f;
  }
  65% {
    background-color: #ffd55f;
  }
  66% {
    background-color: #7ccde1;
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(-180deg);
  }
}
@keyframes loading-icon {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  16% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  65% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  66% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
}
.btn:focus, input:focus, .form-control:focus {
  box-shadow: unset;
}

.getAppointment .medicalBtn {
  border-radius: 25px;
  background: #023047;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #023047;
  position: relative;
}
.getAppointment .medicalBtn:focus {
  background: #023047;
  color: #fff;
  border-color: #023047;
}
.getAppointment .medicalBtn:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: #FB8500;
  left: 0;
  top: -1px;
  border-radius: 25px;
  border: 1px solid #FB8500;
  opacity: 0;
  transition: all 0.8s ease;
}
.getAppointment .medicalBtn:hover:before {
  width: 100%;
  opacity: 1;
}
.getAppointment .medicalBtn span {
  position: relative;
  z-index: 1;
}

/* 17. hover-border-7 */
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.medCommBtn {
  position: relative;
  overflow: hidden;
  background-color: #FB8500;
  border: 1px solid #FB8500;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.medCommBtn.borderRadiusRounded {
  border-radius: 50px;
  padding: 19px 40px;
}
.medCommBtn span {
  position: relative;
  z-index: 1;
}
.medCommBtn:before, .medCommBtn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #219EBC;
  border-radius: 50%;
}
.medCommBtn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.medCommBtn:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.medCommBtn:hover {
  color: #fff;
  border-color: #219EBC;
}
.medCommBtn:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.medCommBtn:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.medCommBtn:focus {
  color: #fff;
  border-color: #219EBC;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u-w4BMUTPHjxsIPx-mPCLQ7A.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u-w4BMUTPHjxsIPx-oPCI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u_w4BMUTPHjxsI9w2_FQft1dw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u_w4BMUTPHjxsI9w2_Gwft.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u_w4BMUTPHjxsI3wi_FQft1dw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u_w4BMUTPHjxsI3wi_Gwft.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u8w4BMUTPHh30AUi-qJCY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u8w4BMUTPHh30AXC-q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../../../s/lato/v24/S6u9w4BMUTPHh50XSwiPGQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Nova-Round";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/novaround/v21/flU9Rqquw5UhEnlwTJYTUYDUeA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sail";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/sail/v16/DPEjYwiBxwYJJB3JAQYA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sail";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../s/sail/v16/DPEjYwiBxwYJJBPJAQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.weddingHeader {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.weddingHeader .right-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(18, 18, 17, 0.84);
  z-index: 99999;
  box-shadow: 0 -12px 46px 12px rgba(182, 14, 14, 0.0509803922);
  transform: translate3d(20px, 0, 0);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.weddingHeader .right-sidebar .sidebar-close {
  width: 100%;
  float: right;
  position: relative;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 40px;
  height: 40px;
}
.weddingHeader .right-sidebar .sidebar-close:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.weddingHeader .right-sidebar .sidebar-close:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: rotate(-45deg);
}
.weddingHeader .right-sidebar .toggle-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 94%;
}
.weddingHeader .right-sidebar .toggle-content .search-box {
  width: 100%;
  padding: 0px 50px;
  position: relative;
}
.weddingHeader .right-sidebar .toggle-content .search-box input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 15px;
}
.weddingHeader .right-sidebar .toggle-content .search-box span {
  position: absolute;
  right: 70px;
  top: 8px;
}
.weddingHeader .right-sidebar .toggle-content ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.weddingHeader .right-sidebar .toggle-content ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.weddingHeader .right-sidebar .toggle-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.weddingHeader .right-sidebar .toggle-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.weddingHeader .open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .logo_bg_box {
  background-color: #e91e63;
  border-top-right-radius: 50px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .index1-logo {
  width: 100%;
  float: left;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .index1-logo .sticky-logo {
  display: none;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav {
  padding: 0;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul {
  display: flex;
  gap: 20px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items {
  position: absolute;
  background-color: #fff;
  z-index: 999;
  top: 35px;
  display: none;
  width: 700px;
  right: -315px;
  border-radius: 8px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.2784313725);
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li {
  padding: 3px 8px;
  position: relative;
  transition: all 0.5s;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li a {
  color: #fff;
  font-size: 16px;
  padding: 0.25rem 1rem;
  font-family: "Roboto", sans-serif;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li:hover:after {
  display: none;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li:hover a {
  color: red;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items li + li {
  margin-left: 0;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs {
  width: 100%;
  display: flex;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs {
  width: 30%;
  padding: 20px;
  background-color: #e91e63;
  border: 0;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs li button {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  color: #ffffff;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs li button.active {
  color: #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .nav-tabs li button:hover {
  background-color: #fff;
  color: #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content {
  width: 70%;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper {
  width: 100%;
  display: flex;
  padding: 20px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-text {
  width: 60%;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-text p {
  font-size: 14px;
  color: #111111;
  padding-bottom: 10px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-img {
  width: 40%;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1 .dropdown-items .custom-tabs .tab-content .tabs-box-wrapper .tabs-img img {
  width: 100%;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul .menu-click1.clicked .dropdown-items {
  display: block;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li {
  position: relative;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li a {
  color: #111;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .active{
  color: #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li a span {
  font-size: 10px;
  margin-left: 3px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li a:hover {
  color: #e91e63;
   border-bottom: 1px solid #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu {
  left: 0;
  top: 35px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-radius: 4px;
  position: absolute;
  transform: scaleY(0);
  background-color: #ffffff;
  background-clip: inherit;
  transition: all 0.4s ease-in-out;
  transform-origin: center top 0;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li {
  display: block;
  margin: 0 !important;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li a {
  width: 100%;
  padding: 10px 20px 10px;
  color: #111111;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 500ms all ease;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li a:hover {
  margin-left: 8px;
  background-color: transparent;
  color: #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li .sub-dropdown {
  position: absolute;
  left: 200px;
  padding: 0px 0px;
  top: 0;
  width: 170px;
  border-radius: 8px;
  background-color: #ffffff;
  display: none;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1019607843);
  transition: 0.3s all ease-in-out;
  transition: all 0.5s;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li:hover .sub-dropdown {
  display: block;
  transition: all 0.5s;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu li:last-child {
  border-bottom: 0;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu {
  width: 690px;
  left: -237%;
  padding: 20px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li {
  border-bottom: 0;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list {
  width: 100%;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list h5 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a {
  color: #111111;
  display: block;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #111111;
  left: 0;
  top: 18px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:hover {
  margin-left: 8px;
  color: #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:hover:before {
  background-color: #e91e63;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li .dropdown-menu.short-code-menu li .megamenu-wrapper .megamenu-list a:last-child a {
  border-bottom: 0;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header nav ul li:hover .dropdown-menu {
  transform: scaleY(1);
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons li a .sidebar-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3 .my-menu-header .social-media-icons li a .sidebar-toggle svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #222222;
  z-index: 10000;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 15px -15px;
}
.weddingHeader .sb-main-header1 .menu-item-wrapper3.menu-fixed .my-menu-header nav ul li a {
  color: #fff;
}

.weddingHeader .sb-main-header1 .menu-item-wrapper3.menu-fixed .social-media-icons li a .sidebar-toggle svg path {
  fill: #fff;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper {
  background-color: #111111;
  position: fixed;
  top: 0;
  width: 100%;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .mobile-logo a {
  display: inline-block;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons {
  padding-right: 20px;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul {
  width: 100%;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn {
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn i {
  margin-right: 5px;
  font-size: 20px;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a {
  color: #ffffff;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn a span {
  padding-right: 4px;
  vertical-align: text-bottom;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-btn img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 8px;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text {
  width: 150px;
  position: absolute;
  top: 60px;
  right: 0px;
  float: left;
  z-index: 99;
  background: #ffffff;
  border-radius: 12px;
  padding: 5px 0px;
  display: none;
  overflow: hidden;
  box-shadow: 8px 0px 29px rgba(0, 0, 0, 0.0392156863);
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #111111;
  padding: 9px 18px;
  text-align: left;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a span {
  display: inline-block;
  padding-right: 8px;
  line-height: inherit;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a span svg {
  width: 20px;
  height: 20px;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text a:hover {
  color: #111111;
  background-color: #e5e5e5;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar {
  position: relative;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_bar {
  color: #444;
  font-size: 16px;
  cursor: pointer;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_bar a span svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box {
  position: absolute;
  width: 270px;
  top: 66px;
  right: -35px;
  padding: 20px;
  font-size: 16px;
  display: inline-block;
  border-top: 4px solid #111111;
  border-radius: 0px;
  -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  display: none;
  z-index: 1000;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box input {
  float: left;
  color: #111111;
  width: calc(100% - 45px);
  padding: 0px 10px;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 0px;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box button {
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-left: none;
  background-color: #ffffff;
  color: #111111;
  text-align: center;
  padding: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 0.5s;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .search_bar .lv_search_box button:hover {
  color: #ffffff;
  background: #cca334;
  border-color: #cca334;
  transition: all 0.5s;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li {
  display: inline-block;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .sidebar-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: #ffffff;
  border-radius: 50%;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .sidebar-toggle svg {
  width: 24px;
  height: 24px;
  fill: #e91e63;
}
.weddingHeader .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li + li {
  margin-left: 10px;
}

.mega-menu {
  width: 700px !important;
  padding: 20px 0;
  display: flex !important;
  left: -330px !important;
}
.mega-menu ul {
  display: block !important;
}

.mobile-menu-wrapper {
  background-color: #111111;
  padding: 15px 0px;
  display: block;
}
.mobile-menu-wrapper .toggle-main-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mobile-menu-wrapper .toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(1) {
  top: 36px;
  transform: rotate(135deg);
  position: absolute;
}
.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(3) {
  top: 36px;
  transform: rotate(-135deg);
  position: absolute;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0;
  left: -500px;
  width: 300px;
  background-color: #e91e63;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 999;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#sidebar .sidebar_logo {
  float: left;
  width: 300px;
  padding: 15px 24px;
  background: #000;
}
#sidebar .sidebar_logo a img {
  width: 150px;
}
#sidebar.open {
  left: 0;
}
#sidebar #cssmenu {
  width: 300px;
}
#sidebar #cssmenu .center-btn {
  padding-top: 12px;
  padding-left: 20px;
  display: inline-block;
  text-align: left;
}
#sidebar #cssmenu .center-btn .redButton {
  padding: 8px 20px;
}
#sidebar #cssmenu ul {
  width: 100%;
  float: left;
}
#sidebar #cssmenu ul li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  width: 100%;
  float: left;
}
#sidebar #cssmenu ul li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-transform: capitalize;
}
#sidebar #cssmenu ul li .social-icon {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: 20px;
}
#sidebar #cssmenu ul li .social-icon li {
  border: none;
  width: 47px;
  height: 46px;
  background: #e91e63;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}
#sidebar #cssmenu ul li .social-icon li a {
  color: #111111;
  display: inline-block;
  padding: 10px 0px;
}
#sidebar #cssmenu ul .has-sub ul {
  display: none;
}
#sidebar #cssmenu ul .has-sub ul li {
  border-bottom: none;
  border-top: 1px solid #cccccc;
}
#sidebar #cssmenu ul .has-sub ul li a {
  padding: 10px 40px;
  font-size: 14px;
}
#sidebar #cssmenu ul .has-sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: #cccccc;
  height: 2px;
  width: 10px;
  transition: all 0.5s;
}
#sidebar #cssmenu ul .has-sub:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 29px;
  background-color: #cccccc;
  height: 10px;
  width: 2px;
  transition: all 0.5s;
}
#sidebar #cssmenu ul .open:before {
  transform: rotate(45deg);
}
#sidebar #cssmenu ul .open:after {
  transform: rotate(45deg);
}

footer .wedding_footer_wrapper {
  width: 100%;
  height: 100%;
 background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 42px 0px 0px 0px;
}
footer .wedding_footer_wrapper .weddingtop_footer {
  width: 100%;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedding_footertop_box1 .wedfooter_logo {
  margin-bottom: 30px;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedding_footertop_box1 p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 350px;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 h3 {
  margin-bottom: 40px;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 h3 a {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  transition: all 0.5s;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 h3 a:hover {
  color: #111;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .wedfooter_ul_box ul {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .wedfooter_ul_box ul li {
  list-style-type: disc;
  color: #fff;
  list-style-position: inside;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .wedfooter_ul_box ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .wedfooter_ul_box ul li a span {
  color: #F4B3B7;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .wedfooter_ul_box ul li a:hover {
  color: #111;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .footer_icon_wrap {
  margin-top: 30px;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .footer_icon_wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .footer_icon_wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .footer_icon_wrap ul li a i {
  font-size: 27px;
  color: #fff;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .footer_icon_wrap ul li a:hover {
  background-color: #fff;
}
footer .wedding_footer_wrapper .weddingtop_footer .wedfooter_com_box .wedding_footertop_box2 .footer_icon_wrap ul li a:hover i {
  color: #e91e63;
}
footer .wedding_footer_wrapper .weddingbottom_footer {
  padding: 30px 0px 30px 0px;
  border-top: 1px solid #fff;
  margin-top: 30px;
  width: 100%;
}
footer .wedding_footer_wrapper .weddingbottom_footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .wedding_footer_wrapper .weddingbottom_footer ul li p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
footer .wedding_footer_wrapper .weddingbottom_footer ul li p span a {
  color: #F4B3B7;
  transition: all 0.5s;
}
footer .wedding_footer_wrapper .weddingbottom_footer ul li p span a:hover {
  color: #111;
}
footer .wedding_footer_wrapper .weddingbottom_footer ul li ul {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
footer .wedding_footer_wrapper .weddingbottom_footer ul li ul li a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.5s;
}
footer .wedding_footer_wrapper .weddingbottom_footer ul li ul li a:hover {
  color: #111;
}

.indxMain22 {
  font-family: "Roboto", sans-serif;
}

.weddingloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
.weddingloader #status {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}
.weddingloader #status .u-loading {
  width: 160px;
  height: auto;
  display: block;
}
.weddingloader #status .u-loading__symbol {
  background-color: #7ccde1;
  padding: 8px;
  animation: loading 3s infinite;
  border-radius: 5px;
}
.weddingloader #status .u-loading__symbol img {
  display: block;
  max-width: 100%;
  animation: loading-icon 3s infinite;
}

#dotsLoader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #219ebc;
  margin: 20px 5px;
  opacity: 0;
}
#dotsLoader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
#dotsLoader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#dotsLoader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    background-color: #7ccde1;
  }
  16% {
    background-color: #ffd55f;
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
    background-color: #ffd55f;
  }
  65% {
    background-color: #ffd55f;
  }
  66% {
    background-color: #7ccde1;
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(-180deg);
  }
}
@keyframes loading-icon {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  16% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  65% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  66% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
}
.custom-container {
  max-width: 1500px;
}

.ind22-btn {
  background-color: #e91e63;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid #e91e63;
  padding: 12px 45px;
  border-radius: 30px;
  transition: all 0.5s;
}
.ind22-btn:hover {
  background-color: transparent;
  color: #e91e63;
}

.wedding_heading1 a {
  color: #e91e63;
  font-family: "Sail";
  font-size: 40px;
  font-weight: 400;
}

.wedding_heading2 {
  color: #111;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.shine-effect {
  position: relative;
}

.shine-effect {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.shine-effect::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.shine-effect:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img-circle-effect {
  position: relative;
}

.img-circle-effect {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.img-circle-effect::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.img-circle-effect:hover::before {
  animation: circle 0.75s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.padding100 {
  padding: 100px 0px;
}

.wedding_planner_box {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/home22/wedding-planner-bg.jpg");
  position: relative;
}
.wedding_planner_box .wedding_planner_title_box {
  width: 690px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.wedding_planner_box .wedding_planner_title_box h1 {
  text-align: start;
}
.wedding_planner_box .wedding_planner_title_box h1 a {
  color: #e91e63;
  font-family: "Sail";
  font-size: 70px;
  font-weight: 400;
  display: inline-block;
}
.wedding_planner_box .wedding_planner_title_box h5 {
  color: #111;
  margin-top: 35px;
  font-size: 40px;
  font-weight: 700;
}
.wedding_planner_box .plannerslider_box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin-top: 130px;
}
.wedding_planner_box .plannerslider_box .wedding_slider {
  border-radius: 130px 0px 0px 0px;
  background: #222222;
  max-width: 1340px;
  overflow: hidden;
  padding-top: 24px;
  padding-left: 300px;
}
.wedding_planner_box .plannerslider_box .wedding_slider .logo_box {
  width: 100%;
}
.wedding_planner_box .plannerslider_box .wedding_slider .logo_box img {
  border-radius: 350px 350px 0px 0px;
}
.wedding_planner_box .plannerslider_box .wedding_slider .owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.wedding_planner_box .plannerslider_box .wedding_slider .owl-nav {
  display: none;
  margin: 0;
}
.wedding_planner_box .plannerslider_box .slideNxtPrev {
  position: absolute;
  top: 60%;
  left: 33%;
}
.wedding_planner_box .plannerslider_box .slideNxtPrev .owlNavBtn .btn-wrap {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.wedding_planner_box .plannerslider_box .slideNxtPrev .owlNavBtn .btn-wrap .prev-btn {
  background-color: transparent;
  border: 0px;
}
.wedding_planner_box .plannerslider_box .slideNxtPrev .owlNavBtn .btn-wrap .next-btn {
  background-color: transparent;
  border: 0px;
}
.wedding_planner_box .plannerslider_box .slideNxtPrev .owlNavBtn .btn-wrap .slider-counter {
  color: #fff;
  font-size: 16px;
}

.wedding_about_us_box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.wedding_about_us_box .wedding_aboutbox_one {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: end;
}
.wedding_about_us_box .wedding_aboutbox_one .about_img_box {
  background-color: #e91e63;
  border-top-right-radius: 90px;
  width: 94%;
  padding-top: 33px;
  padding-right: 33px;
}
.wedding_about_us_box .wedding_aboutbox_one .about_img_box img {
  border-top-right-radius: 65px;
  width: 100%;
}
.wedding_about_us_box .wedding_aboutbox_two {
  max-width: 645px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.wedding_about_us_box .wedding_aboutbox_two .about_title_text {
  margin-bottom: 15px;
}
.wedding_about_us_box .wedding_aboutbox_two p {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.wedding_about_us_box .wedding_aboutbox_two .wedabout_ul {
  margin-top: 15px;
}
.wedding_about_us_box .wedding_aboutbox_two .wedabout_ul ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 10px;
}
.wedding_about_us_box .wedding_aboutbox_two .wedabout_ul ul li a {
  color: #111;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.wedding_about_us_box .wedding_aboutbox_two .about_btn_box {
  margin-top: 22px;
}
.wedding_about_us_box::before {
  content: "";
  top: 0;
  left: 0;
  width: 150px;
  height: 600px;
  position: absolute;
  background-image: url("../images/home22/wedabout-side-img1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wedding_about_us_box::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  position: absolute;
  background-image: url("../images/home22/wedabout-side-img2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.photoshooting_wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../images/home22/shooting_bg_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.photoshooting_wrapper .photoshooting_inner_box {
  text-align: center;
}
.photoshooting_wrapper .photoshooting_inner_box .photoshooting_title_text {
  margin-bottom: 15px;
}
.photoshooting_wrapper .photoshooting_inner_box p {
  max-width: 915px;
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  padding: 25px 0px 25px 0px;
}

.wedding_services_box {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.wedding_services_box .weddingservice_top_box .service_title_text {
  margin-bottom: 15px;
}
.wedding_services_box .weddingservice_top_box .wedservice-inner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wedding_services_box .weddingservice_bottom_box {
  margin-top: 40px;
  position: relative;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 .service_img_box {
  border-radius: 30px 5px 5px 5px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  width: 100%;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 .service_img_box img {
  border-radius: 30px 5px 5px 5px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 .service_img_box:hover {
  background-color: #e91e63;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 .service_text_box {
  border-radius: 15px 3px 3px 3px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 50px 25px 50px;
  position: absolute;
  display: block;
  text-align: center;
  bottom: -5%;
  transition: all 0.5s;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 .service_text_box a {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.5s;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 .service_text_box:hover {
  background: #e91e63;
}
.wedding_services_box .weddingservice_bottom_box .service_box_1 .service_text_box:hover a {
  color: #fff;
}

.wedcouple_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.wedcouple_wrapper .wedcouple_box {
  position: relative;
  z-index: 2;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_img_box img {
  border-radius: 0px 25px 25px 0px;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider {
  width: 775px;
  height: 650px;
  position: absolute;
  bottom: 7%;
  right: 10%;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box {
  border-radius: 150px 5px 5px 5px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  width: 775px;
  height: 650px;
  padding: 35px;
  transition: all 0.5s;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box {
  border-radius: 130px 5px 5px 5px;
  border: 1px solid #e91e63;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px;
  transition: all 0.5s;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box .wedcouple_title_text {
  margin-bottom: 15px;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box p {
  margin-top: 25px;
  color: #666;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box .couple_name_ul {
  display: flex;
  justify-self: center;
  align-items: center;
  margin-top: 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box .couple_name_ul li a {
  color: #e91e63;
  text-align: center;
  font-family: "Sail";
  font-size: 40px;
  font-weight: 400;
  transition: all 0.5s;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box .couple_name_ul li a:hover {
  color: rgba(244, 179, 183, 0.3215686275);
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box .wedding_date_box {
  text-align: center;
  margin-top: 20px;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box .wedcouple_inner_text_box .wedding_date_box a {
  color: #111;
  font-size: 22px;
  font-weight: 500;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box:hover {
  background-color: #e91e63;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .wedcouple_text_box:hover .wedcouple_inner_text_box {
  background-color: #fff;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 10%;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-prev {
  transition: all 0.5s;
  background-color: transparent;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-prev svg {
  width: 30px;
  height: 15px;
  transition: all 0.5s;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-prev svg:hover {
  fill: #e91e63;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-prev svg:hover path {
  fill: #e91e63;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-next {
  transition: all 0.5s;
  background-color: transparent;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-next svg {
  width: 30px;
  height: 15px;
  transition: all 0.5s;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-next svg:hover {
  fill: #e91e63;
}
.wedcouple_wrapper .wedcouple_box .wedcouple_slider .owl-carousel .owl-nav .owl-next svg:hover path {
  fill: #e91e63;
}
.wedcouple_wrapper::before {
  content: "";
  top: 0;
  right: 0;
  width: 145px;
  height: 490px;
  position: absolute;
  background-image: url("../images/home22/wedabout-side-img1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.wedfeature_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.wedfeature_wrapper .wedfeature_top_box {
  position: relative;
  z-index: 2;
}
.wedfeature_wrapper .wedfeature_top_box .wedfeature_title_text {
  margin-bottom: 15px;
}
.wedfeature_wrapper .wedfeature_bottom_box {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_box_img {
  width: 100%;
  height: 100%;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_box_img .feature_img1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_box_img .feature_img1 img {
  border-radius: 350px 350px 0px 0px;
  position: relative;
  z-index: 11;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_box_img .feature_img1::after {
  content: "";
  position: absolute;
  top: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home22/wedfeature-shape_img-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  height: 300px;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_box_img .feature_img2 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_box_img .feature_img2 img {
  border-radius: 0px 0px 350px 350px;
  position: relative;
  z-index: 11;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_box_img .feature_img2::after {
  content: "";
  position: absolute;
  bottom: -12%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home22/wedfeature-shape_img-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  height: 300px;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_story_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_story_box .wedfeature_couple_name a {
  color: #e91e63;
  font-family: "Sail";
  font-size: 40px;
  font-weight: 400;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_story_box .wedfeature_date {
  color: #e91e63;
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_story_box p {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 585px;
}
.wedfeature_wrapper .wedfeature_bottom_box .wedfeature_story_box .wedfeature_btn_box {
  margin-top: 40px;
}
.wedfeature_wrapper::before {
  content: "";
  top: 3%;
  right: 0;
  width: 500px;
  height: 500px;
  position: absolute;
  background-image: url("../images/home22/feature-shape-img-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.wedcounter_wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(244, 179, 183, 0.3215686275);
  position: relative;
}
.wedcounter_wrapper .wedcounter_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 40px 5px 5px 5px;
  padding: 55px 0px 55px 0px;
  background: #fff;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.wedcounter_wrapper .wedcounter_box span {
  background-color: #e91e63;
  width: 100px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #e91e63;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.wedcounter_wrapper .wedcounter_box span svg {
  transition: all 0.5s;
}
.wedcounter_wrapper .wedcounter_box span:hover {
  background-color: transparent;
}
.wedcounter_wrapper .wedcounter_box span:hover svg path {
  fill: #e91e63;
}
.wedcounter_wrapper .wedcounter_box .counter-text {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 0.5s;
}
.wedcounter_wrapper .wedcounter_box .counter-text .count {
  color: #e91e63;
  font-size: 70px;
  font-weight: 700;
}
.wedcounter_wrapper .wedcounter_box .counter-text .count-title {
  text-align: center;
  position: absolute;
  bottom: -5px;
}
.wedcounter_wrapper .wedcounter_box .counter-text .count-title a {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
}
.wedcounter_wrapper .wedcounter_box:hover {
  background-color: #e91e63;
}
.wedcounter_wrapper .wedcounter_box:hover .counter-text .count {
  color: #fff;
}
.wedcounter_wrapper .wedcounter_box:hover .counter-text .count-title a {
  color: #fff;
}
.wedcounter_wrapper::after {
  content: "";
  top: -16%;
  left: 0;
  width: 165px;
  height: 200px;
  position: absolute;
  background-image: url("../images/home22/counter-shape-img-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.wedteam_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 {
  display: flex;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_img img {
  border-radius: 50px 10px 10px 10px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_text {
  width: 280px;
  padding: 25px 0px 25px 0px;
  border-radius: 15px 5px 5px 5px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -10%;
  z-index: 11;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_text p {
  text-align: center;
  margin-bottom: 2px;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_text p a {
  color: #e91e63;
  font-family: "Sail";
  font-size: 26px;
  font-weight: 400;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_text h6 {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_text:hover {
  background-color: #e91e63;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_text:hover p a {
  color: #fff;
}
.wedteam_wrapper .wedteam_innerbox_1 .wedteam_img_box1 .team_wrap_box1 .teamwrap_text:hover h6 {
  color: #fff;
}
.wedteam_wrapper .wedteam_innerbox_1 .organizermain_wrapper {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wedteam_wrapper .wedteam_innerbox_1 .organizermain_wrapper .organizer_wrapper {
  background-color: #e91e63;
  border-radius: 5px 5px 5px 50px;
  width: 930px;
  height: 100%;
  padding: 45px 0px;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_img img {
  width: 100%;
  border-radius: 50px 10px 10px 10px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.06);
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_text {
  width: 280px;
  padding: 25px 0px 25px 0px;
  border-radius: 15px 5px 5px 5px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -10%;
  z-index: 11;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_text p {
  text-align: center;
  margin-bottom: 2px;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_text p a {
  color: #e91e63;
  font-family: "Sail";
  font-size: 26px;
  font-weight: 400;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_text h6 {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_text:hover {
  background-color: #e91e63;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_text:hover p a {
  color: #fff;
}
.wedteam_wrapper .wedteam_innerbox_2 .team_wrap_box1 .teamwrap_text:hover h6 {
  color: #fff;
}

.wedtestimonial_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.wedtestimonial_wrapper .wedtest_inner_top_box {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.wedtestimonial_wrapper .wedtest_inner_top_box .wedtest_title_text {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.wedtestimonial_wrapper .wedtestlider_wrapper {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider {
  position: relative;
  transition: all 0.5s;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider {
  position: relative;
  transition: all 0.5s;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .testomg_box {
  position: absolute;
  top: -85%;
  display: block;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .testomg_box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  border: 1px solid #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.5s;
  margin-top: 300px;
  position: relative;
  z-index: 5;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box p {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box .wedquote-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box .wedquote-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #e91e63;
  transition: all 0.5s;
  border-radius: 50px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box .wedquote-box span svg {
  transition: all 0.5s;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box h5 {
  text-align: center;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box h5 a {
  color: #111;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box h6 {
  text-align: center;
  margin-top: 5px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box h6 a {
  color: #666;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box .ratingstar_box {
  margin-top: 5px;
  margin-bottom: 15px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .wedtestimonialmain_slider .wedtestimonial_box .ratingstar_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-item.active.center .wedtestimonialmain_slider .testomg_box {
  opacity: 1;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-item.active.center .wedtestimonialmain_slider .wedtestimonial_box {
  z-index: 1;
  background-color: #e91e63;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-item.active.center .wedtestimonialmain_slider .wedtestimonial_box h5 a {
  color: #fff;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-item.active.center .wedtestimonialmain_slider .wedtestimonial_box h6 a {
  color: #fff;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-item.active.center .wedtestimonialmain_slider .wedtestimonial_box p {
  color: #fff;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-item.active.center .wedtestimonialmain_slider .wedtestimonial_box .wedquote-box span {
  background-color: #fff;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-item.active.center .wedtestimonialmain_slider .wedtestimonial_box .wedquote-box span svg path {
  fill: #e91e63;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-prev {
  transition: all 0.5s;
  background-color: transparent;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-prev svg {
  width: 30px;
  height: 15px;
  transition: all 0.5s;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-prev svg:hover {
  fill: #e91e63;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-prev svg:hover path {
  fill: #e91e63;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-next {
  transition: all 0.5s;
  background-color: transparent;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-next svg {
  width: 30px;
  height: 15px;
  transition: all 0.5s;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-next svg:hover {
  fill: #e91e63;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-carousel .owl-nav .owl-next svg:hover path {
  fill: #e91e63;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .wedtestimonial_slider .owl-nav {
  display: none;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .slider-control {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 3px;
}
.wedtestimonial_wrapper .wedtestlider_wrapper .slider-control .owl-nav {
  display: none;
}
.wedtestimonial_wrapper::after {
  content: "";
  top: 0;
  left: 0;
  width: 340px;
  height: 340px;
  position: absolute;
  background-image: url("../images/home22/clientshape-img1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wedtestimonial_wrapper::before {
  content: "";
  top: 5%;
  right: 0;
  width: 200px;
  height: 300px;
  position: absolute;
  background-image: url("../images/home22/clientshape-img2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.wedding_gallery_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 100px 0px 180px 0px;
}
.wedding_gallery_wrapper .wedgallery-gallery_items {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper .wedgallery_heading {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper .portfolio_img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper .portfolio_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper .portfolio_img .portfolio_img_text {
  position: absolute;
  z-index: 10;
  transition: 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper .portfolio_img:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: rgba(33, 110, 128, 0.8117647059);
  z-index: 9;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper .portfolio_img:hover:before {
  height: 100%;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .portfolio_img_wrapper .portfolio_img:hover .portfolio_img_text {
  opacity: 1;
  transition: 0.5s ease-out;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .wedgallery_wrapper_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 100%;
  width: 100%;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .wedgallery_wrapper_box .portfolio_img_wrapper2 {
  margin-top: 12px;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .wedgallery_wrapper_box .portfolio_img {
  width: 100%;
  height: 100%;
}
.wedding_gallery_wrapper .wedgallery-gallery_items .wedgallery_wrapper_box .portfolio_img img {
  width: 100%;
  height: 100%;
}

.wedding_contact_form {
  width: 100%;
  height: 100%;
  background-image: url("../images/home22/weddding_contactbg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wedding_contact_form .wedding_form_box {
  position: relative;
  width: 100%;
}
.wedding_contact_form .wedding_form_box .wedding_forminner_box {
  border-radius: 40px 0px 0px 0px;
  background: #fff;
  box-shadow: 2px 0px 26px 0px rgba(0, 0, 0, 0.06);
  padding: 60px;
  position: absolute;
  top: -100px;
}
.wedding_contact_form .wedding_form_box .wedding_forminner_box .wedcontact_title_text {
  margin-bottom: 50px;
}
.wedding_contact_form .wedding_form_box .wedding_forminner_box form input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E3E2E2;
}
.wedding_contact_form .wedding_form_box .wedding_forminner_box form .textarea {
  border: 1px solid #E3E2E2;
  border-radius: 0;
  margin: 0;
}
.wedding_contact_form .wedding_form_box .wedding_forminner_box form .row {
  row-gap: 20px;
}
.wedding_contact_form .wedding_form_box .wedding_forminner_box form .wedsubmit_box {
  margin-top: 30px;
}
.wedding_contact_form .weddingcontact_side_box-1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.wedding_contact_form .weddingcontact_side_box-1 .wedcontactdetail_title_text {
  margin-bottom: 25px;
}
.wedding_contact_form .weddingcontact_side_box-1 .contactdetail_box_btn {
  margin-top: 25px;
}
.wedding_contact_form .weddingcontact_side_box-2 {
  margin-top: 100px;
}
.wedding_contact_form .weddingcontact_side_box-2 img {
  border-radius: 210px 210px 0px 0px;
  border-top: 7px solid rgba(244, 179, 183, 0.3215686275);
  border-left: 7px solid rgba(244, 179, 183, 0.3215686275);
  border-right: 7px solid rgba(244, 179, 183, 0.3215686275);
}

.wedding_news_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 100px;
}
.wedding_news_wrapper .wedding_news_wrapper_top .wednews_title_text {
  margin-bottom: 15px;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom {
  margin-top: 40px;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box {
  width: 100%;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top {
  position: relative;
  border-radius: 50px 5px 5px 5px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
  transition: all 0.5s;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top img {
  border-radius: 50px 0px 0px 0px;
  width: 100%;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top .wedblog_icon_box {
  border-radius: 0px 30px 0px 0px;
  background: var(--white, #FFF);
  padding: 15px;
  width: 358px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -5%;
  left: -2%;
  transition: all 0.5s;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top .wedblog_icon_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top .wedblog_icon_box ul li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top .wedblog_icon_box ul li a span {
  margin-right: 10px;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top:hover {
  background-color: #e91e63;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top:hover .wedblog_icon_box {
  background-color: #e91e63;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top:hover .wedblog_icon_box ul li a {
  color: #fff;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_top:hover .wedblog_icon_box ul li a span svg path {
  fill: #fff;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom {
  margin-top: 50px;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom h3 a {
  color: #111;
  font-size: 26px;
  font-weight: 700;
  transition: all 0.5s;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom h3 a:hover {
  color: #e91e63;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom p {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0px 20px 0px;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom .wedblog_btn_box a {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom .wedblog_btn_box a span {
  margin-left: 15px;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom .wedblog_btn_box a span svg {
  transition: all 0.5s;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom .wedblog_btn_box a:hover {
  color: #e91e63;
}
.wedding_news_wrapper .wedding_news_wrapper_bottom .weddingblog_box .wedblog_box_bottom .wedblog_btn_box a:hover span svg path {
  fill: #e91e63;
}

.wedsubscribe_box {
  width: 100%;
  height: 100%;
  background-image: url("../images/home22/wedsubscribe_bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wedsubscribe_box .inner_webscribe_box .inner_webscribe_boxtop {
  margin-bottom: 40px;
}
.wedsubscribe_box .inner_webscribe_box .inner_webscribe_boxtop .wedsubscribe_title_text {
  margin-bottom: 15px;
}
.wedsubscribe_box .inner_webscribe_box .wedsubcribe_form_wrapper {
  max-width: 656px;
  margin: 0 auto;
}
.wedsubscribe_box .inner_webscribe_box .wedsubcribe_form_wrapper form .wedsearch-box {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 80px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wedsubscribe_box .inner_webscribe_box .wedsubcribe_form_wrapper form .wedsearch-box input {
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  padding: 0;
  padding-left: 30px;
  height: 100%;
  background-color: transparent;
  color: #666;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.wedsubscribe_box .inner_webscribe_box .wedsubcribe_form_wrapper form .food-form-btn {
  background-color: transparent;
  width: 40%;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}
.wedsubscribe_box .inner_webscribe_box .wedsubcribe_form_wrapper form .food-form-btn .pro-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  background-color: #e91e63;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 50px;
  font-weight: 400;
  border-radius: 80px;
}
.wedsubscribe_box .inner_webscribe_box .wedsubcribe_form_wrapper form .food-form-btn .pro-btn span {
  margin-right: 10px;
}

.wedinstagram_wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  padding: 100px 0px 170px 0px;
}
.wedinstagram_wrapper .wedinstagram_box_top .wedinsta_title_text {
  margin-bottom: 15px;
}
.wedinstagram_wrapper .wedinstagram_box_top .insta_link {
  text-align: center;
  margin-top: 20px;
}
.wedinstagram_wrapper .wedinstagram_box_top .insta_link a {
  color: #e91e63;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  display: block;
}
.wedinstagram_wrapper .story_insta_wrapper {
  position: absolute;
  margin-top: 50px;
}
.wedinstagram_wrapper .story_insta_wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wedinstagram_wrapper .story_insta_wrapper ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.wedinstagram_wrapper .story_insta_wrapper ul li a img {
  width: 100%;
  transition: all 0.5s;
}
.wedinstagram_wrapper .story_insta_wrapper ul li a .insta_overlay_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 110, 128, 0.7411764706);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.wedinstagram_wrapper .story_insta_wrapper ul li a .insta_overlay_box span {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wedinstagram_wrapper .story_insta_wrapper ul li a .insta_overlay_box span i {
  color: #e91e63;
}
.wedinstagram_wrapper .story_insta_wrapper ul li a:hover .insta_overlay_box {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */