/* RESET PAGE STYLE START */
.Dark_head_Sec {
  position: static !important;
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 8%);
}

.dark-home-page p {
  margin: 0 0 16px;
}

ul.CustomNav {
  display: none;
}

.Dark_head_Sec:before {
  display: none;
}

/* RESET PAGE STYLE END */

/* GLOBAL CSS START  */

:root {
  --gray: #474747;
  --black: #000;
  --light-black: #282828;
  --white: #fff;
  --cyan: #03dddc;
  --reddish: #b12025;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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

  color: var(--light-black);
}

.section {
  position: relative;
  padding: 70px 0;
}

.head {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

.head h2 {
  font-size: 2.5rem;
  font-weight: 800;
}


.fancy-head h2:before {
    content: url('/wp-content/themes/360/images/holiday/head-line.png');
    position: absolute;
    left: -40px;
    top: -10px;
}

.fancy-head h2:after {
    content: url('/wp-content/themes/360/images/holiday/head-line.png');
    position: absolute;
    right: -40px;
    top: 12px;
    transform:rotate(180deg)
}

.fancy-head {
    position: relative;
}

.marign-auto {
    margin: auto;
}

.head h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

.head h2{
    font-family: Poppins;
font-weight: 800;
font-size: 50px;
line-height: 60px;
text-align: center;
text-transform: capitalize;

}

.head p{
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
}

.div-CTA {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.div-CTA .c-btn {
  position: relative;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 14px 34px;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.div-CTA .c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  z-index: -1;
}

.div-CTA .c-btn:hover::before {
  transform: scale(0.9);
}

.div-CTA .red-btn-border {
  color: #b12025;
  border-color: #b12025;
}

.div-CTA .red-btn-border:hover {
  background-color: #b12025 !important;
  color: #fff !important;
}

.div-CTA .c-btn.red-btn-border:before {
  background-color: #b12025;
}

.div-CTA .red-btn-fill {
  background: #b12025;
  border-color: #b12025;
  color: #fff;
}

.div-CTA .red-btn-fill:hover {
  background-color: #fff !important;
  color: #b12025 !important;
}

.div-CTA .c-btn.red-btn-fill:before {
  background-color: #fff;
}

.div-CTA .cyan-btn-border {
  color: #fff;
  border-color: #03dddc;
}

.div-CTA .cyan-btn-border:hover {
  background-color: #03dddc !important;
  color: #fff !important;
}

.div-CTA .c-btn.cyan-btn-border:before {
  background-color: #03dddc;
}

.div-CTA .cyan-btn-fill {
  background: #03dddc;
  border-color: #03dddc;
  color: #fff;
}

.div-CTA .cyan-btn-fill:hover {
  background-color: #fff !important;
  color: #03dddc !important;
}

.div-CTA .c-btn.cyan-btn-fill:before {
  background-color: #fff;
}

.head-sec {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 25px;
}

.red-bg {
    background: linear-gradient(180deg, #B12025 0%, #4B0E10 100%);
 
}

.red-bg-img {
    background: linear-gradient(180deg, #B12025 0%, #4B0E10 100%);
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}
.red-bg * {
    color: white !important;
}

@media (min-width: 1200px) {
  .head-sec {
    /* max-width: 70%; */
    margin: 0 auto 50px;
  }
}

.head-sec:before {
  position: absolute;
  content: "";
  background: var(--reddish);
  width: 200px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.head-sec h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black) !important;
}

.head-sec h2 span {
  display: inline !important;
  color: var(--reddish);
}

.head-white h2 {
  color: #fff !important;
}

.head-black h2 {
  color: #282828 !important;
}

.head-sec p {
  color: #6c6c6c;
  /* font-size: 24px; */
  margin: 15px 0 0;
}
.light-gray {
    background: #F9F9F9;
}


.div-CTAs a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    border-color: #1E1E1E !important;
    background: transparent;
    color: #1E1E1E !important;
    border: 2px solid transparent;
    box-shadow: 0 10px 20px rgb(184 37 37 / 30%);
    padding: 10px 20px;
    border-radius: 5px;
    min-height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.div-CTAs {
    display: flex;
    grid-gap: 15px;
}
a.talk-chat {
    background: #B12025;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    border-color: #B12025 !important;
    color: white !important;
}
.black {
    background: transparent;
}
a.talk-chat img {
    margin-left: 10px;
}

a.talk-chat:hover {
    background: transparent;
    color: #1E1E1E !important;
}

a.phone.black:hover {
    background: #B12025 !important;
    color: white !important;
    border-color: #B12025 !important;
}


img.banner-badge {
    position: absolute;
    left: 0;
}
img.banner-badge.b1 {
    bottom: 80px;
    left: -50px;
}

img.banner-badge.b2 {
    bottom: 100px;
    right: -120px;
    left: auto;
}
a.yellow {
    background: #FFAE00;
    border-color: #FFAE00 !important;
    color: #1E1E1E !important;
}


a.gray {
   background: linear-gradient(90deg, #1E1E1E 0%, #848484 100%);
   border-color: #ff000000 !important;
   color: white !important;
   font-weight: 500;
}


a.yellow:hover {
    background: #b12025;
    border-color: #b12025 !important;
    color: white !important;
}

.div-CTAs a {
    min-width: 210px;
}

.heading-section {
    width: 80%;
    margin: auto;
}
.heading-section h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #1E1E1E;
}
.heading-section h2 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #1E1E1E;
}

.heading-section p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 30px auto 0;
}

.heading-section p b {
  font-family: Poppins;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
    width: 70%;
    margin: 30px auto 0;
}

.heading-section p.highlight-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
p.highlight-text:after {
    content: url('/wp-content/themes/360/images/reviews/hight-sep.svg');
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}

.heading-section h2 {
    position: relative;
}
h2 .highlight-text {
      background:url('/wp-content/themes/360/images/reviews/hight-sep.svg');
    background-size: 100%;
    background-position: 100% 100%;
background-repeat: no-repeat;}
/* GLOBAL CSS END  */


/* Section 1  CSS START  */
section.section.s1 {
     position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/wp-content/themes/360/images/holiday/hero-bg.webp);
    background-color: #F0F0F0;
}
.s1 h1 {
font-family: Poppins;
  font-weight: 700;font-size:
   50px;line-height: 90px;
   color:#B12025;
   background: -webkit-linear-gradient(270deg, #B12025 0%, #4B0E10 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;}




.sub-heading {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 20%;
    text-transform: uppercase;
    display: inline-block;
    background: #B12025;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    margin: auto;
}

.s1 ul.partners {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2rem;
    background: white;
    border-radius: 10px;
    padding: 5px 10px !important;
        margin-top: 50px !important;
}

.s1 h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #1E1E1E;
}

span.sep-head {
    background: url(/wp-content/themes/360/images/reviews/seprator.png);
    color: black !important;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-text-fill-color: #1E1E1E;
}

p.sub-text {
font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 32px;
letter-spacing: 0%;
color:#69696A;

}

.s1 p {
 font-family: Poppins;
 font-weight: 400;
 font-size: 22px;
 line-height: 130%;
 letter-spacing: 0%;
 text-align: center;
 color:#1E1E1E;
 width: 80%;
 margin: 10px auto 20px;
}


.counter-box {
    text-align: center;
}

.counter-box.col-md-3 h3 {
    font-family: Bebas Neue;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}

.counter-box p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #282828;
}

.counter {
    margin-top: 50px;
}

/* Section 1  CSS END  */



/* Section 2 */


.featured-video-r h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 30px 0px;
    color: #444444;
}

.sep-line {
    width: 287px;
    height: 4px;
    background: #ff8900;
    opacity: 1;
    margin-bottom: 20px;
}

.featured-video-r h4 {
    color: #ff8900;
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 18px;
    letter-spacing: 0%;
}

.company {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color:#1E1E1E;
    margin-top: 8px;
}

.video-box {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.con-rev-box {
    padding: 20px;
}

p.review-cont {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color:#444444;
    margin-bottom: 40px;
        height: 70px;
}

.con-rev-box h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    color:#69696A;
    margin: 10px 0;
}


.con-rev-box .company {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color:#69696A;
    margin: 0 !important;
        height: 40px;
}


/* Section 2 */

/* Section 3 */
section.section.s3 {
    background: #FFF9F3;
}
.heading-section h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 20%;
    text-transform: uppercase;
    display: inline-block;
    background: #B12025;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    margin: auto;
    display: inline-block;
}
.highar {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #B12025;
    position: relative;
    margin-top: 50px;
}

.highar:before {
    content: url('/wp-content/themes/360/images/reviews/arrow.png');
    position: absolute;
    left: -15px;
    top: -15px;
}

.highar:after {
    content: url('/wp-content/themes/360/images/reviews/arrow.png');
    position: absolute;
    right: -15px;
    top: -15px;
    transform: scaleX(-1);
}
/* Section 3 */



.review-item {
  background: #f6f7f9;
}
 .review-item {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 1rem;
border: 1px solid #69696A;
}
.review-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem;
}
 .review-item .item-head .item-head-left {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
 .review-item .item-head .item-head-left h3 {
font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 100%;
color:#1E1E1E;

}
.review-item .item-head .item-head-left small {
  color: #7f7f7f;
}
 .review-item .item-body p {
 font-family: Poppins;
font-weight: 400;
font-size: 16px;
letter-spacing: 0%;
color:#444444;
height: 175px;
    overflow: auto;

}

.item-head-right {
    display: flex;
    justify-content: end;
}
.row.google-r-card {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

.row.google-r-card .review-item {
    width: 30%;
}
.white * {
    color: white !important;
}
section.section.s5 {
    background: linear-gradient(270deg, #B12025 0%, #4B0E10 100%);
}

.services-container {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-box {
    background: white;
    border-radius: 10px;
    width: 25%;
}

.service-box h3 {
    font-family: Poppins;
    font-weight: 700;
font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 20px 60px 20px 20px;
    color: #1E1E1E;
    position: relative;
}

.service-box h3:after {
    content: "";
    width: 146px;
    height: 5px;
    background: #B12025;
    position: absolute;
    left: 20px;
    bottom: 0;
}

.service-box a {
    box-shadow: 0px 20px 40px 0px #FFAE0099;
    background: #FFAE00;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    margin: 20px 20px 30px 20px;
    padding: 15px;
}

.graph-container { width:100%; max-width:1158px; padding:20px; }
  svg { width:100%; height:auto; display:block; }
  .seg {
    stroke-dasharray: var(--len);
    stroke-dashoffset: var(--len);
  }
  .dot {
    transform-origin: center;
    transform-box: fill-box;
    scale: 0;
  }
  .label-group { opacity:0; }
@media (max-width: 1199px) {
  
}

@media (max-width: 991px) {

.heading-section h2 {
    font-size: 28px;
    line-height: 32px;
}
.highar {
    font-size: 18px;
}

.service-box {

    width: 75%;
}

.row.google-r-card .review-item {
    width: 100%;
}

.heading-section {
    width: 100%;
}

.s1 h1 {
    font-size: 30px;
    line-height: 100%;
    margin: 20px 0;
}

.s1 p {
    width: 100%;
    margin: 25px 0;
}

.div-CTAs {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
}

.counter.d-flex {
    flex-direction: row;
    flex-wrap: wrap;
}
.counter-box.col-md-3 {
    width: 50%;
}

.counter-box p{
  margin: 0 0 25px 0;
}

.row.google-r-card {
 
    padding: 20px;
}

.videocon .col-md-3 {
    width: 70%;
    margin: 10px auto;
}

.featured-video-r h3 {
    font-size: 28px;
    text-align: center;
    margin: 15px 0;
}
.sep-line {
    margin: auto;
    margin-bottom: 10px;
}
.col-md-6.featured-video-r {
    text-align: center;
    margin-top: 10px;
}

}

@media (max-width: 767px) {
  
}
