:root {
  --font-livvic: 'Livvic', sans-serif;
  --font-comforta: 'Comfortaa', cursive;
}
/*------------slider--------------*/
#slider img {
  width: 100%;
}
#slider {
  position: relative;
  top: 0;
  width: 100%;
}
input#file-input {
    display: none;
}
.slider-main-heading {
  font: 500 45px/65px var(--font-comforta);
}
.slider-main-heading,.slider-color-text {
  color:var(--white);
  font: 500 44px/72px var(--font-comforta);
  font-weight: 900;
}
.slider-color-text{
  color: var(--cream);
  font-size: 44px;
}
#slider .carousel-caption {
  bottom: 10.25rem;
  width: 655px;
  left: 12%;
}
.slider-box {
  text-align: left;
}
.prop_desc {
  font: 200 18px/39px Montserrat;
  letter-spacing: 1px;
  color: #FFFFFF;
  opacity: 1;
}
.slider-button2,.read-more,#book-online-truck input[type="submit"] {
  font-size: 17px;
  color: #f5f4f2;
  font-weight: 600;
  font-family: var(--font-livvic);
  padding: 9px 18px;
  border-radius: 5px;
  border: 1px solid white;
}
.read-more,#book-online-truck input[type="submit"] {
  width: 149px;
  height: 67px;
  background: #FF1414 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  border: none;
  padding-top: 13px;
  font: 600 16px/25px Montserrat;
}
.read-more:hover{
  background-color: #1C5FE9;
  color: #ffffff;
}
#slider .carousel-control-prev-icon,#joinus .carousel-control-prev-icon {
  top: 84px;
  position: absolute;
  padding: 8px 18px;
  left: 67px;
  width: 61px;
  font-size: 28px;
  height: 61px;
  background:  #FF1414  0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 1;
  color: #ffffff;
}
#slider .carousel-control-prev-icon:hover,#joinus .carousel-control-prev-icon:hover,#slider .carousel-control-next-icon:hover,#joinus .carousel-control-next-icon:hover,#slider .carousel-control-next-icon,#joinus .carousel-control-next-icon
{
  background: #1C5FE9;
  border:1px solid transparent;
}
#slider .carousel-control-next-icon,#joinus .carousel-control-next-icon
{
  position: absolute;
  padding: 8px 18px;
  font-size: 28px;
  border-radius: 50%;
  /* top: 569px; */
  left: 67px;
  width: 61px;
  height: 61px;
  background: #FF1414 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #ffffff;
}
.video-slider-box {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 99;
  right: 11px;
}
.social_icon a {
  display: block;
}
.video-slider-box .play svg{
  font-size: 21px;
}
.slider-icon{
  background-color: #1C5FE9;
  border-radius: 20px;
  color: #fff;
  height: 40px;
  width: 40px;
  padding: 9px 14px;
  margin: 30px;
}
.slider-icon:hover{
  background-color:#FF1414;
  color: #ffff;
}
.video-image {
  position: relative;
  padding-right: 14px;
}
img.video-image:hover {
    /* clip-path: polygon(99% 85%, 97% 45%, 20% -81%, 45% 79%, 95% 95%, 102% 95%, 69% 84%, 59% 87%, 55% 70%, 56% 68%, 99% 67%, 67% 45%, 55% 32%, 62% 60%, 36% 37%, 43% 88%, 25% -44%, 41% 60%, 61% 102%, 40% 48%, 83% 1%, 38% 42%, 36% 20%, 47% -69%, 47% 41%, 40% 62%, 44% 72%, 57% 96%, 45% 73%, 33% 94%, 52% 96%, 23% 93%, 74% 93%, 100% 94%); */
}
.video-content-box:hover{
  color: #ffff;
  background-color: #1C5FE9;
}
.attachment_text{
  color: #fff!important;
  display: flex;
  background-color: #1C5FE9;
  border-radius: 18px;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0px;
  padding: 15px 20px 15px 0px;
}
.attach{
  color: #fff;
  background: #FF1414 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px 10px;
  border-radius: 50%;
}
.attach:hover{
  color: #fff;
  background-color: black;
}
.image-text{
  align-items: center;
  padding: 0px 0px;
  margin: -24px -6px;
  width: 90%;
  position: absolute;
 /* height: 74px;*/
  background: #1C5FE9 0% 0% no-repeat padding-box;
  border-radius: 21px;
  opacity: 1;
}

#slider .slide_nav,#joinus .slide_nav {
  position: absolute;
  bottom: 45%;
  left: 0;
  right: 0;
  z-index: 9;
}
.slider-button2:hover,.read-more:hover,#slider .carousel-next-button,.read-more-join-us:hover,#joinus .carousel-next-button
{
  color: white !important;
  background-color: #1C5FE9!important;
}

/* #slider .modal {
    background: #09c2f08c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    padding: 0 6px 6px;
}
.modal-body {
    padding: 0px 6px 0px;
}
.modal-backdrop{
      background: unset!important;
    top: unset!important;
    opacity: 1!important;
    left: unset!important;
} */

.modal-new,.modal-new{
  display: none;
}
.video-sec-box {
  position: relative;
}
.video-sec-box img {
  width: 100%;
}

.video-content-box img {
    width: 50px;
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-sec {
    position: relative;
}

/* The Modal (background) */
.modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 100px;
}
/* Modal Content */
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px 20px 40px;
  width: 60%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
.close-one,.close {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: var(--red);
  border: unset;
  height: 38px;
    width: 38px;
}
/*---------------*/
.modal-new,.modal-new{
  display: none;
}
.video-sec-box {
  position: relative;
}
.videos-rw {
  position: relative;
  top: -66px;
  padding-bottom: 90px;
}
.video-value {
  position: relative;
}
.video-value:before {
  content: '';
  border-top: 1px solid #ffffff96;
  display: block;
  position: absolute;
  left: -41px;
  right: 0;
  width: 31px;
  top: 20px;
}
#slider .btn{
  box-shadow: none;
}
/* ----Abou Us----------------- */
.schedule-sub-heading {
  font: 500 40px/60px var(--font-comforta);
  color: #000000;
  margin-bottom: 0;
}
.about-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
p.user_text {
  padding-top: 12px;
}
img.yes {
  background-color: #0d6efd;
  border-radius: 25px;
  height: 23px;
  padding: 4px;
  width: 24px;
}
.about-left-img img,.about-right-img img {
  width: 45px;
  position: relative;
  bottom: 4px;
  margin: 0 4px;
}
p.about-us-sub-para.mt-0.mt-sm-2 {
  margin: 35px auto;
  text-align: center;
  width: 818px;
  height: 33px;
  font: 16px/33px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
p.happy_text {
  margin: 13px 0px -12px 18px;
}
/*---------------our_working_process-------------*/
.our-working-process-sub-para{
  font: normal 16px/54px Montserrat;
  color: #FFFFFF;
  text-align: center;
}
.our-working-process-heading {
  height: 25px;
  font: 40px/74px Comfortaa;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.our-working-process-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-working-process-right-img{
  width: 45px;
  position: relative;
  bottom: 1px;
  margin: 0 5px;
}
.our-working-process-left-img{
  width: 45px;
  position: relative;
  bottom: 4px;
  margin: 0 4px;
}
#our-working-process{
  background-size: 100% 75%;
  background-repeat: no-repeat;
}
.process-title{
  height: 29px;
  text-align: left;
  font: 600 25px/79px Comfortaa;
  color: #000000;
  padding-left: 8px;
}
.our-process{
  width: 100%;
  height: 226px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 8px #00000029;
  border-radius: 23px;
  opacity: 1;
  margin: 20px auto;
}
.process_count{
  width: 44px;
  background: #FF1414 0% 0% no-repeat padding-box;
  border-radius: 0px 15px 0px 0px;
  color: #fff;
  float: right;
  padding: 11px 16px;
  margin: -20px 11px 17px 334px;
}
.our-working-process-title-content{
  width: 100%;
  height: 106px;
  text-align: left;
  font: 300 14px/29px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-left: 12px;
  padding-top: 31px;
}
#our-working-process .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
  display: none;
}
.our-process:hover {
  background-color: #FFDFDF;
}
.arrow{
  width: 37px;
  height: 37px;
  background: #1C5FE9 0% 0% no-repeat padding-box;
  opacity: 1;
  font-size: 13px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 22px;
}
.arrow-icon{
  text-align: center;
  padding-top: 54px;
}
a.arrow:hover{
  color: #000;
  background-color: #FF1414 ;
}
#Myschedule .left-box,#Myschedule .right-box {
  display: none;
}
.card.left-box,.card.right-box {
  border-radius: 20px;
  width: 427px;
  height: 258px;
  opacity: 1;
}
.left-box-text,.right-box-text {
  font: 600 24px/35px Comfortaa;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.left_card_head, .right_card_head {
  font-size: 17px;
  font-weight: 600;
}
.left_card_uni,.right_card_uni {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  font-family: var(--font-livvic);
}
.left_card_text,.right_card_text {
  color: #121619;
  font-size: 13px;
  margin-top: -10px;
}
.Myscheduleleft,.Myscheduleright {
  position: relative;
}
.icon-left-box i,.icon-right-box i {
  position: absolute;
  color: var(--white);
  padding: 14px 15px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  background: var(--cream);
  animation: zoomIn 1s infinite;
  margin-top: -12%;
}
.card.left-box:hover,.card.right-box:hover{
  border-bottom-color: #fe5d5d;
}
/*----------our_services-----------------*/
.our-services-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-services-us-sub-para {
  text-align: center;
  font: 16px/28px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.our-services-left-img{
  width: 45px;
  position: relative;
  bottom: 4px;
  margin: 0 4px;
}
.our-services-right-img{
  width: 45px;
  position: relative;
  bottom: 2px;
  margin: 0 5px;
}
.our-servies-box {
  padding-left: 9em;
}
.service-hide {
  display: none;
}
.blog-box-content:hover .service-hide {
  display: block;
}
.blog-box-content:hover .service-title-box {
  display: none;
}
.service-content:hover .text-start {
  transform-origin: top;
  transition: .3s;
  display: block;
}
.para{
  text-align: left;
  font: normal 14px/21px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.service-content {
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  position: absolute;
  bottom: -16px;
  padding: 10px 15px 9px 15px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.service-content h4 a{
  text-align: left;
  font: 700 20px/23px Comfortaa;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.serviceredmore {
  color: var(--unnamed-color-1c5fe9);
  text-align: left;
  font: 17px/17px Font Awesome 5 Pro Solid;
  letter-spacing: 0px;
  color: #1C5FE9;
  opacity: 1;
}
#our-services .class-meta-img{
  width: 34px!important;
  color: #fff;
  height: 33px;
  background: #FF1415 0% 0% no-repeat padding-box;
  border-radius: 10px 0px!important;
  opacity: 1;
  padding: 7px 7px;
  position: absolute;
  right: 15px;
  top: 13px;
}
#our-services .owl-stage-outer{
  padding-bottom: 36px;
}
#our-services .owl-prev{
  width: 60px;
  height: 60px;
  background: #FF1414 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 49px;
  color: #ffffff;
  font-size: 32px;
  margin: 33px 15px;
  border: none;
  right: 23%;
  position: absolute;
}
#our-services .owl-next{
  width: 60px;
  height: 60px;
  background: #FF1414 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 49px;
  color: #ffffff;
  font-size: 32px;
  margin: 33px 15px;
  border: none;
  position: absolute;
  right: 17%;
}
.owl-dots{
  display: none;
}
/*--------------Gallery--------------*/
.our-gallery-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-gallery-sub-para{
  text-align: center;
  font: 16px/33px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.mt-4 {
  margin-top: 3.5rem!important;
}

/*--------------*/
#tg_gallery .school-shortcode ul{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px
}
ul.tg_gallery_front{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(18, 1fr);
  grid-template-rows: repeat(7,auto);
  /*grid-gap:12px;*/
 
}
#tg_gallery .gall-contain{
  padding: 0px;
}
ul.tg_gallery_front > li{
  overflow: hidden;
  width: 100%;
}

ul.tg_gallery_front > li img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
ul.tg_gallery_front > li{
  overflow: hidden;
  width: 100%;
}
ul.tg_gallery_front > li:nth-child(1){
  grid-area: 1 / 1 / -1 / 6;
  border-right: 12px solid #fff;
}
ul.tg_gallery_front > li:nth-child(2){
  grid-area: 1 / 6 / 3 / 11;
  border-right: 12px solid #fff;
}
ul.tg_gallery_front > li:nth-child(3){
   grid-area: 1 / 11 / 3 / 14;
   border-right: 12px solid #fff;
}
ul.tg_gallery_front > li:nth-child(4){
  grid-area: 1 / 14 / 4 / -1;
}
ul.tg_gallery_front > li:nth-child(5){
  grid-area: 3 / 4 / -1 / 8;
  border-left: 12px solid #fff;
  border-right: 12px solid #fff;
  border-top: 12px solid #fff;
}
ul.tg_gallery_front > li:nth-child(6){
   grid-area: 3 / 8 / -1 / 11;
   border-right: 12px solid #fff;
   border-top: 12px solid #fff;
}
ul.tg_gallery_front > li:nth-child(7){
  grid-area: 3 / 14 / -1 / 11;
  border-right: 12px solid #fff;
  border-top: 12px solid #fff;
}
ul.tg_gallery_front > li:nth-child(8){
  grid-area: 4 / 14 / -1 / -1;
  border-top: 12px solid #fff;
}
/*ul.tg_gallery_front > li:nth-child(2){
  grid-area: 1 / 2 / span 4 / span 5;
}*/


/*ul.tg_gallery_front{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 150px);
  gap:14px;
}
ul.tg_gallery_front > li{
  overflow: hidden;
  width: 100%;
}

ul.tg_gallery_front > li img{
  width: 100%;
  object-fit: cover;
}
ul.tg_gallery_front > li:nth-child(1){
 
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 6;
}
ul.tg_gallery_front > li:nth-child(2){
  
  grid-column-start: 8;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  border: 15px solid #FFF;
  bottom: 15px;
}
ul.tg_gallery_front > li:nth-child(3){
  
  grid-column-start: 10;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 3;
}
ul.tg_gallery_front > li:nth-child(4){
  grid-column: 10 / -1;
  grid-row: 1 /  3;
  border: 15px solid #FFF;
  top: -15px;
}
ul.tg_gallery_front > li:nth-child(5){
 
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 5;
  border: 29px solid #fff;
}
ul.tg_gallery_front > li:nth-child(6){
  
  grid-column-start: 7;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  top: 78px;
  left: 119px;
  border-top: 27px solid #fff;
}
ul.tg_gallery_front > li:nth-child(7) {
  
  grid-column-start: 8;
  grid-column-end: 10;
  grid-row-start: 2;
  grid-row-end: 4;
  top: 104px;
}
ul.tg_gallery_front > li:nth-child(8){
  
  grid-column: 13 / 10;
  grid-row: 2 / 4;
  bottom: -144px;
  height: 220px;
  border: 9px solid #fff;
}*/
.icon_overlay {
  position: absolute;
  z-index: 99;
  top: 100px;
  color: red;
  bottom: 0;
  font-size: 36px;
  height: 100%;
  background: transparent;
  width: 100%;
  opacity: 0;
  left: 100px;
  right: 18px;
  display: none!important;
}
/*---------------client----------------*/
.client-content-box{
  height: 281px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  border-radius: 15px;
  opacity: 1;
  margin: 15px;
  margin: 40px 3px;
}
.client-content-box:hover .client-img {
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform: rotateY(360deg);
}
.client-sec{
  justify-content: left;
  /* align-items: center; */
}
.client-content-box:hover{
  background-color:  #8ed1fc;
}
.quote-icon{
  border-radius: 34px;
  width: 56px;
  height: 56px;
  background: #FF1414 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #fff;
  font-size: 38px;
  padding: 0px 11px;
  position: absolute;
  margin: -33px 60px;
}
.client-box:hover .quote-icon{
  color: #ffff;
  background-color: #1C5FE9 ;
}
.client-content p{
  text-align: left;
  font: 16px/33px Montserrat!important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 5px 23px;
  padding-top: 33px;
  position: relative;
}
.client-img{
 /* width: 80px;*/
  background: transparent url(img/Mask Group 24.png) 0% 0% no-repeat padding-box;
  opacity: 1;
  /*margin: 8px 42px;*/

}
.testimonial-title a{
  font: 700 18px/8px Comfortaa;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.t-desig{
  font: 300 9px/18px Comfortaa;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.testimonial-star{
  text-align: left;
  font: 11px/23px Font Awesome 5 Free;
  letter-spacing: -3px;
  color: #ECD123;
  opacity: 1;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block;
  text-align: center;
}
.owl-prev{
  width: 60px;
  height: 60px;
  background: #FF1414 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 49px;
  color: #ffffff;
  font-size: 32px;
  margin: 33px 15px;
  border: none;
}
.owl-next{
  width: 60px;
  height: 60px;
  background: #FF1414 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 49px;
  color: #ffffff;
  font-size: 32px;
  margin: 33px 15px;
  border: none;
}
#our-services .owl-prev:hover,#our-services .owl-next:hover{
  background: #1C5FE9;
  border: 1px solid transparent;
}
#what_our_client_say .owl-prev:hover,#what_our_client_say .owl-next:hover{
  background: #1C5FE9;
  border: 1px solid transparent;
}
.col-md-8.client-test {
  /*padding-left: 112px;*/
}
#what_our_client_say .client-images{
  padding-left: 12px;
}
/*----------------why choose us------------*/
.why-choose h3{
  width: 238px;
  height: 35px;
  font: bold 20px/28px Comfortaa;
  letter-spacing: 0px;
  color: #010101;
  opacity: 1;
  margin: 0 auto;
  padding-left: 16px;
}
.why-choose p{
  width: 288px;
  height: 124px;
  font: 300 13px/33px Montserrat;
  letter-spacing: 0px;
  color: #1E1E1E;
  opacity: 1;
  margin: 20px auto;
  text-align: center;
}
.why-choose-box{
  width: 348px;
  height: 349px;
  background: #F2F6FF 0% 0% no-repeat padding-box;
  border: 1px solid #F8DADB;
  border-radius: 23px;
  opacity: 1;
}
.why-choose-box:hover{
  background-color:#FFDFDF;
}
.why-choose-image{
  width: 52px;
  height: 52px;
  background: transparent url(img/digital-marketing.png) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.why-choose-img-bg{
  width: 77px;
  height: 77px;
  background: #1C5FE9 0% 0% no-repeat padding-box;
  border-radius: 45px;
  padding: 13px;
  opacity: 1;
  margin: 22px auto;
}
.why-choose-box:hover .why-choose-img-bg {
  background-color: #FF1414;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  transform: rotateY(360deg);
}
#why-choose-us .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
#why-choose-us{
  height: 590px;
}
/*-----------------opening time-----------*/
.opentime-img-txt{
  width: 270px;
  height: 95px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 15px;
  margin: 122px 7px -88px 5px;
}
p.satisfied_client_text,p.workers_text,p.vehicle_text,p.yearsexp_text {
    font: 300 13px/24px Comfortaa;
    letter-spacing: 0px;
    color: #4D4D4D;
}
.opentime-txt{
  height: 24px;
  font: 400 16px/27px Comfortaa;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 39px;
}
.plumber {
  padding-top: unset;
  padding-right:unset;
  transition: 1s ease;
  }
/* .plumber:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
} */
.plumber-img{
  padding-left: 100px!important;
  /* height: 735px; */
  background: transparent url(img/plumber-pointing-lateral.jpg.png) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.opening_time_title{
  text-align: center;
  font: bold 31px/39px Comfortaa;
  letter-spacing: 0px;
  color: #000000!important;
  opacity: 1;
  padding-top: 50px;
}
.opentime-img ,.workers,.vehicle-img,.yearsexp-img{
    transition: 3s ease;
}
.opentime-img:hover,.workers:hover,.vehicle-img:hover,.yearsexp-img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(0.8);
    transition: 0s ease;
}
.opening-box{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  height: 479px;
  margin: 127px 21px;
}
.time{
  float:right;
}
p.monday ,p.tuesday ,p.wednesday ,p.thursday ,p.friday ,p.saturday ,p.sunday {
  padding: 8px 28px 0px;
}
p.sunday:hover,p.monday:hover,p.tuesday:hover,p.wednesday:hover,p.thursday:hover,p.friday:hover,p.saturday:hover {
  color: #1C5FE9;
}
p.sunday .time{
  padding-right: 28px;
}
.plumber {
    padding-top: unset;
  }
.plumber-img {
   padding: unset;
}
/*----------------our teams-------------*/
.teams-img {
  width: 100%;
  background: transparent url(img/Image2.png) 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  margin: 4px auto;
  padding: 11px;
}
.team-bg-img{
  position: relative;
}
.our-teams-us-sub-para{
  text-align: left;
  font: 16px/33px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.team-img-box {
  height: 407px;
}
hr:not([size]) {
  height: 2px;
  width: 294px;
  margin: 0 auto;
}
.teams_title a{
 margin: 0 auto;
 font: 300 20px/11px Comfortaa;
 letter-spacing: 0px;
 color: #000000!important;
 opacity: 1;
}
.teams-icons{
  text-align: center;
}
.our-teams-center{
  margin-top: 70px;
}
.teams-sub-heading{
  display: inline-flex;
  font: 400 40px/60px var(--font-comforta);
}
.our-teams-left-img{
  width: 45px;
  position: relative;
  bottom: 9px;
  margin: 0 4px;
}
.our-teams-right-img{
  width: 45px;
  position: relative;
  bottom: 9px;
  margin: 0 5px;
}
.team-img-box{
  /* width: 308px; */
  /* height: 460px; */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 9px #00000029;
  border-radius: 17px;
  opacity: 1;
  margin: 5px 5px;
  overflow: hidden;
}
.teambg{
  position: absolute;
  top: 89px;
  width: 900px;
}
.teams-main-contents{
   text-align: center;
}
.team-insta,.team-twitter,.team-facebook, .team-linkedin{
  color: #000;
  opacity: 1;
  font-size: 14px;
  margin: 3px;
}
.team-desig {
  text-align: center;
  font: 300 14px/20px Comfortaa;
  letter-spacing: 0px;
  color: #FF1414;
  }
.teams_main_box{
  padding-left: 50px;
  margin: 12px 7px;
}
#our-teams .owl-nav.disabled{
  position: relative;
}
#our-teams button.owl-prev{
  position: absolute;
  left: -561px;
  top: -200px;
}
#our-teams button.owl-next{
  position: absolute;
  left: -476px;
  top: -200px;
}
#our-teams .owl-prev:hover,#our-teams .owl-next:hover{
  background: #1C5FE9;
  border: 1px solid transparent;
}

/*-----------------------our blog-----------*/
h2.text-center.blog-sub-heading {
  font: 400 40px/60px var(--font-comforta);
}
.our-blog-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-blog-sub-para {
  text-align: center;
  font: 16px/33px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.our-blog-left-img{
  width: 45px;
  position: relative;
  bottom: 4px;
  margin: 0 4px;
}
.our-blog-right-img{
  width: 45px;
  position: relative;
  bottom: 2px;
  margin: 0 5px;
}
.blog-content-box{
  height: 550px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000038;
  border-radius: 20px;
  opacity: 1;
  margin: 8px;
}
.blog-content-box:hover{
  /* background-color:#8ed1fc; */
}
.blog-content{
  text-align: left;
  font: 300 14px/27px Montserrat;
  letter-spacing: 0px;
  color: #060505;
  opacity: 1;
  padding: 27px 26px;
}
.blog-title a{
  font: bold 16px/45px Comfortaa!important;
  letter-spacing: 0px;
  color: #000000!important;
  padding: 22px;
}
.blog-img {
  padding: 9px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.entry-author.ms-2.me-2{
  position: absolute;
  left: 21px;
  top: 16px;
}
span.entry-author.ms-2.me-2 {
  color: #fff!important;
}
.comment-icon {
  position: absolute;
  right: 43%;
  top: 23px;
  color: #fff;
}
.entry-comments {
  position: absolute;
  right: 49px;
  top: 23px;
  font-size: 13px;
  color: #fff;
}
img.avatar.avatar-96.photo {
  height: 30px;
  width: 30px;
}
.read-more-blog{
  width: 140px;
  height: 58px;
  background: #FF1414 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border: none;
  color: #f5f4f2;
  font: 600 16px/25px Montserrat;
  padding: 13px 18px;
}
.read_more_blog_button{
  padding: 0px 25px;
}
#our-blog .owl-prev:hover,#our-blog .owl-next:hover{
  background: #1C5FE9;
  border: 1px solid transparent;
}
/*----------Newsletter------------*/
.newsletter-bg{
  background-size: contain;
  margin: -7em auto;
  height: 334px;
}
.newsletter-center{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
}
.newsletter-sub-heading{
  font: 40px/79px Comfortaa;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  margin: -3em 0.5em 1em;
  text-align: center;
  }
.our-newsletter-left-img{
   width: 45px;
   position: relative;
   bottom: 4px;
   margin: 0 4px;
}
.our-newsletter-right-img {
  width: 45px;
  position: relative;
  bottom: 4px;
  margin: 0 4px;
  }
 .our-newsletter-sub-para{
  text-align: center;
  font: 16px/33px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  }
.newsletter-shortcode-box{
  width: 975px;
  height: 250px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 9px #00000029;
  border-radius: 20px;
  opacity: 1;
  position: relative;
  margin: 0 auto;
}
.newsletter-shortcode input[type="email"] {
  background: #1C5FE9;
  width: 70%;
  padding: 18px 34px;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  color: #fff;
  border: none;
}
.newsletter-shortcode input[type="email"]::placeholder{
  font: normal normal 300 18px/32px Montserrat;
  letter-spacing: 0.54px;
  color: #FFFFFF;
}
.newsletter-shortcode input[type="submit"]{
  font: normal normal bold 18px/24px Comfortaa;
  letter-spacing: 0.45px;
  color: #FFFFFF;
  background: #000000;
  border-radius: 35px;
  padding: 20px 40px;
  display: block;
  margin: 15px auto;
  border: none;
}
.newsletter-shortcode p {
  padding-top: 50px;
}
/*------------------brand---------------*/
/* #brand{
  height: 215px;
} */
.brand-imgs{
  margin: 61px 6px;
}
.our-newsletter-brand1-img{
  height: 80px;
  width: 80px;
}
.our-newsletter-brand2-img{
  height: 80px;
  width: 80px;
}
.our-newsletter-brand3-img{
  height: 80px;
  width: 80px;
}
.our-newsletter-brand4-img{
  height: 80px;
  width: 80px;
}
.our-newsletter-brand5-img{
  height: 80px;
  width: 80px;
}
.our-newsletter-brand6-img{
  height: 80px;
  width: 80px;
}
#brand .owl-prev:hover, #brand .owl-next:hover {
  background: #1C5FE9;
  border: 1px solid transparent;
}
#brand .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
  display: none;
}
.our-newsletter-brand-img{
  padding-left: 65px;
}
/*---------- Book Truck Online-----------*/
.read-more-book_truck,.read-more-trending {
  font-size: 17px;
  color: #f5f4f2;
  font-weight: 600;
  font-family: var(--font-livvic);
  background: #FF1414!important;
  padding: 11px 14px;
  border-radius: 6px;
  border: unset;
}
.read-more-book_truck i {
  margin: 0 8px 0 5px;
}
#book-online-truck input[type="email"], #book-online-truck input[type="email"], #book-online-truck input[type="text"], #book-online-truck select, #book-online-truck input[type="date"] {
  padding: 7px;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #9d9b9b6b;
  background: white;
  font-size: 16px;
  font-family: 'Livvic';
  color: #919191;
  font-weight: 400;
  border-radius: 6px;
}
#book-online-truck input[type="submit"] {
  padding: 10px 30px;
  margin-top: 8px;
}
.read-more-book_truck:hover,.read-more-trending:hover{
    color: white;
}
/*----------------- Gallery--------*/
#tg_gallery .mt-5{
      margin-top: 11rem!important;
}

#tg_gallery .tg_gallery_front li {
  /*position: relative;
  padding: 1px !important;*/
}
.tg_gallery_front img {
  width: 100%;
  height: auto;
}
.our-gallery-sub-heading{
  max-width: unset;
}
/*----------------- Join us --------------*/
#joinus img {
  width: 100%;
}
.joinus-main-heading {
  color: var(--white);
  font-weight: 600;
  font-size: 34px;
}
#joinus .prop_desc p {
  line-height: 24px;
  margin: 0 auto;
}
#joinus .prop_desc{
   max-width: 708px;
}
#joinus .carousel-caption {
  top: 20%;
}
.read-more-join-us {
  background: #FF1414!important;
  color: white;
  font-size: 17px;
  font-family: var(--font-livvic);
  font-weight: 600;
  padding: 9px 24px;
}
#joinus .slide_nav{
  bottom: 55%;
}
/*---------------- Testimonial---------------*/
.testimonial-img img {
  height: 93px;
  width: 93px !important;
}
.testimonial-box1 {
  background: #FF1414;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative !important;
  margin-top: 31px;
  z-index: 1;
  margin-right: 27px;
  margin-left: 25px;
  color: white;
  padding-left: 28px;
}
.testimonial-img img {
  height: 93px;
  width: 93px !important;
  position: absolute;
  z-index: 99999;
  right: 6px;
  top: 0px;
}
.testimonial-right {
  height: 511px;
  display: block;
  margin: 32px auto;
}
#testimonial {
  background-repeat: no-repeat;
  background-size: cover;
  height: 542px;
}
.testimonial-box-text p {
  font-size: 13px;
  max-width: 408px;
  line-height: 22px;
  margin-top: 34px;
}
.testimonial_name a {
  color: white;
  font-weight: 600;
  font-size: 19px;
}
#testimonial .owl-dot,#trending-recipies .owl-dot {
  width: 11px;
  margin: 5px;
  height: 11px;
  border-radius: 50%;
  border: unset;
}
#testimonial .owl-dot.active{
  opacity: 0.5;
}
#testimonial .owl-dots {
  position: absolute;
  top: 81%;
  right: 67px;
}
#trending-recipies .owl-dot.active{
  background: var(--cream);
}
.testimonial-para {
  font-size: 14px;
}
/*-------------- Special Dishes--------------*/

/*-------------- Special Menus------------*/
.custom_cart a {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  font-family: var(--font-livvic);
  position: relative;
  top: -2px;
}
.custom_cart {
  float: right;
  margin-top: -25px;
  background: #ffb1b1;
  padding: 3px 13px;
  border-radius: 6px;
  margin-right: 18px;
}
.custom_cart:after {
  content: '+';
  color: #212121;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.prodimg_box img {
  margin: 0 auto;
  width: 153px !important;
  height: 153px;
  border-radius: 50%;
}
.product_head {
  font-size:17px;
  color: #212121;
  font-weight: 600;
  font-family: var(--font-livvic);
  text-align: center;
  margin-top: 18px;
}
#men_product .inner_product {
  background: #fff7f7;
  padding: 6px 0 39px 0;
  border-radius: 10px;
  height: 333px;
}
.text_box del {
  display: none;
}
.text_box ins {
  font-size: 17px;
  color: #212121;
  font-weight: 600;
  font-family: var(--font-livvic);
  text-decoration: none;
  position: relative;
  top: 5px;
}
.rating_comment {
  margin-bottom: 15px !important;
}
.text_box .prices {
  margin-left: 25px;
}
#men_product .yith-wcwl-wishlistexistsbrowse img {
  width: 21px !important;
  float: right;
  margin-right: 11px;
}
#men_product .yith-wcwl-wishlistaddedbrowse i {
  float: right;
  color: var(--cream);
}
#men_product .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  margin-right: 8px;
  font-size: 19px;
}
#men_product .feedback {
  font-family: 'Livvic';
  font-size: 14px;
  margin-left: 10px;
}
#men_product .yith-wcwl-wishlistaddedbrowse a,.yith-wcwl-wishlistexistsbrowse a {
  color: #fe5d5d;
  font-family: 'Livvic';
  font-size: 15px;
  margin-left: 10px;
}
#men_product .added_to_cart {
  display: block;
  height: 8px;
}
#men_product .inner_product:hover .custom_cart,#men_product .inner_product:hover .custom_cart a
{
/*background: var(--cream);*/
color: white;
}
#men_product .inner_product:hover .custom_cart:after
{
  background: unset;
  color: white;
}
#men_product {
  background-repeat: no-repeat;
  background-size: cover;
}
.read-more-special-menus {
  background: #fe5d5d;
  color: white;
  /*padding: 11px 15px;*/
  font-family: 'Livvic';
  font-weight: 600;
  border-radius: 6px;
  font-size: 16px;
  border: unset;
}
.read-more-special-menus:hover
{
  color: white;
}
/*-------video recipes---------------*/

/* ------------ Video Popup ----------------- */

/* The Modal (background) */
.modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 100px;
}
/* Modal Content */
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px 20px 40px;
  width: 60%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
.close-one,.close {
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px;
  cursor: pointer;
  margin-bottom: 8px;
  background: var(--cream);
  border: unset;
  height: 17px;
  width: 17px;
  border-radius: 10px;
}
/*---------------*/
.modal-new,.modal-new{
  display: none;
}
#abt-video-sec {
  background-size: cover;
}
.abt-video-box {
  text-align: center;
  position: relative;
}
.video-content-box {
  position: absolute;
  top: 45%;
  left: 40%;
  width: 58px;
  height: 58px;
  background-color: #ff1414;
  border-radius: 30px;
  padding: 17px 23px;
}
.play{
  color: #ffff;
}
.abt-video-box i {
  position: absolute;
  color: var(--cream);
  width: 95px;
  height: 95px;
  border-radius: 50px;
  padding: 36px 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(0 0 29.5px rgba(255,255,255,0.88));
  background-color: #ffffff59;
  font-size: 27px;
  }
#video-recipes {
  background-size: cover;
  background-repeat: no-repeat;
}
.video-img {
  width: 83px;
  border-radius:5px;
}
.video_recipes_title a,.trending_recipes_title a {
  font-size: 19px;
  color: var(--lightbrown);
  font-weight: 600;
  font-family: var(--font-livvic);
}
.videos-main-contents p {
  font-size: 16px;
  color: var(--lightbrown);
  font-weight: 400;
  font-family: var(--font-livvic);
  margin-top: -13px;
}
.our_video_recipes_col {
  padding-bottom: 12px;
}
.abt-video-box img {
  width: 93%;
}
.read-more-video_recipies {
  font-size: 16px;
  color: #f5f4f2;
  font-weight: 600;
  font-family: var(--font-livvic);
  text-align: center;
  background: var(--cream);
  padding: 12px 25px;
  border-radius: 6px;
  line-height: 53px;
}
.read-more-about:hover,.read-more-video_recipies:hover{
  color: white;
}
.modal-dialog {
  padding-top: 100px;
}
.modal-header{
  display: block;
  padding: 0;
}
.close {
  margin-top: 8px;
  margin-right: 16px;
}
.custom_video_url {
  font-family: 'Livvic';
  text-decoration: underline;
  font-size: 13px;
  color: #fe5d5d;
  cursor: pointer;
}
.custom_video_url i {
  border-radius: 50%;
  color: #fe5d5d;
  border: 2px solid #fe5d5d;
  height: 17px;
  width: 17px;
  padding: 4px 5px;
  font-size: 6px;
  margin-right: 9px;
}
#trending-recipies .owl-dots {
  text-align: center;
}
.trending_recipes_title {
  margin-top: 20px;
  text-align: center;
}
.trending_main_box img {
  position: relative;
  border-radius: 6px;
}

#trending-recipies .owl-dot{
  width: 13px;
  height: 13px;
}
.newsletter-box h5 {
  color: white;
}
/*
.btn{
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.btn:focus{
    color: #fff;
    border: unset;
 }
.btn:hover{
    color: #fff;
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
}
.btn:before,
.btn:after{
    content: '';
        background-image: linear-gradient(
-225deg, #000000 0%, #f85285 0%, #f8a556 67%, #ff7162 100% );
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scaleX(0);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
}
.btn:after{
    background-color: #fe5d5d;
    border-radius: 0;
    transform: scaleX(1);
}
.btn:hover:before{
    border-radius: 6px;
    opacity: 1;
    transform: scaleX(1);
}
.btn:hover:after{
    border-radius: 50%;
    opacity: 1;
    transform: scaleX(0);
} */
.slider-button2:hover,.read-more-about:hover,.read-more-book_truck:hover,.read-more-special-menus:hover {
  border: unset;
}
/*--------------------button-------------*/
.btnBox{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn:focus{
  color: #fff;
  border: unset;
 }
 a.btn.btn-lg.read-more-blog.font-weight-bold {
  padding: 17px 20px;
   box-shadow: none;
  outline: none;
}
/*------new btn----------*/
.btn {
  position: relative;
  /* font-size: 1.2em; */
  padding: 20px 0px;
  background-color: #FF1414;
  text-decoration: none;
  border: none;
  border-radius: 15px;
  color: #fff;
  /* box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3); */
}

.btn::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #f9fafb 0%, #e9ecef 50%, #dee2e6 50%, #ccc 60%);
  border-radius: 0 0 1em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.btn:hover::before {
  width: 2em;
  height: 2em;
}

.btn:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}
a.btn.btn-lg.read-more-about.font-weight-bold:hover {
  background-color: #1C5FE9;
  box-shadow: none;
  outline: none;
}
.blog-content-box:hover a.btn.btn-lg.read-more-blog.font-weight-bold {
  background-color: #0a58ca;
  color: #fff;
}

#slider .btn::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #000306f2 0%, rgb(2 0 2) 50%, #dee2e6 50%, #ccc 60%);
    border-radius: 0 0 1em 0;
    box-shadow: 0.2em 0.2em 0.2em rgb(0 0 0 / 30%);
    transition: 0.3s;
}

#slider .btn {
  position: relative;
  /* font-size: 1.2em; */
  padding: 20px 0px;
  background-color: #FF1414;
  text-decoration: none;
  border: none;
  border-radius: 15px;
  color: #fff;
  /* box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3); */
}


#slider .btn:hover::before {
  width: 2em;
  height: 2em;
}

#slider .btn:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}
#slider a.btn.btn-lg.read-more-about.font-weight-bold:hover {
    background-color: #1C5FE9!important;
}
/*
.btn{
  position: relative;
  padding: 20px 2px;

  overflow: hidden;
  transition: border-radius 0s;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #FF1414;
  border: none;
}
.btn:after{
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  border-style: solid;
  width: 0;
  border-width: 0px;
  border-color: #1C5FE9 rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) #1C5FE9;
  border-radius:0 0 5px 0;
  transition: border-width;
}
.btn:hover:{
  transition-delay: .1s;
}
.btn:hover:after{
  border-width: 14px;
  border-radius: 7px;
}

a.btn.btn-lg.read-more-about.font-weight-bold:hover {
  background-color: #1C5FE9;
}
.blog-content-box:hover a.btn.btn-lg.read-more-blog.font-weight-bold {
  background-color: #0a58ca;
  color: #fff;
} */
.custom_cart,#book-online-truck input[type="submit"],.read-more-video_recipies,.read-more-join-us,.read-more-trending{
  background-image: linear-gradient( -225deg, #000000 0%, #f85285 0%, #f8a556 67%, #ff7162 100% );
  background-size: 0 0;
  transition: .8s;
  background-repeat: no-repeat;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#men_product .inner_product:hover .custom_cart,#newsletter input[type="submit"]:hover,#book-online-truck input[type="submit"]:hover,.read-more-video_recipies:hover,.read-more-join-us:hover,.read-more-trending:hover{
  background-size: 100% 100%;
  color: #fff !important;
  box-shadow: 4px 2px 12px 1px #ccc;
}
.our-newsletter-brand1-img:hover{
  transition: 2s;
  transform: rotateY(360deg);
}
