*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

a{  
    text-decoration: none;
}

.d-flex a{
  color:#000;
}

.d-flex a:hover{
    color:#000;
  }

.top_con{
    width:40%;
}

.offcanvas-start {
    top: 0;
    background-image: url(../images/waves.png);
    background-position: center;
    background-size: cover;
    left: 0;
    width: 312px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    background: linear-gradient(to right, rgb(217 208 198), rgb(225 203 185));
    transform: translateX(-100%);
}

.top_banner{
    overflow: hidden;
}

.side-bar .menu {
    width: 100%;
    margin-top: 30px;
}

.side-bar .menu .item a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 5px;
    text-transform: capitalize;
    line-height: 36px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.top_banner{
    position: relative;
}

.desk_menu{
    position: absolute;
    width: 100%;
    background-color: #ffffff00;
    z-index: 99;
}

.counter-box {
    display: block;
   
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #a35232;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.banner_img img{
    position: relative;
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
  }
 
  .banner_imgs img {
    position: relative;
    max-height: 430px;
    width: 100%;
    object-fit: cover;
}

.top_header{
    padding: 12px 0px;
    border-bottom: 1px solid #ffffff4f;
}

.logo_left img{
    width: 197px;
}

.top_banner::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #a49a9a, #c1c1c121 33%);
}

.bg-lights {
    background-color: #f8f9faa6 !important;
}

.we_boxs{
    position: relative;
}


.text_width{
    max-width:490px;
}

.we_boxs img {
    position: relative;
    max-width: 375px;
    margin: auto;
    border: 24px solid #a3523236;
}

.abt_3{
    position: absolute;
    content: "";
    max-width: 250px;
    bottom: -42px;
    left: 120px;
}

.menu_right ul {
    list-style-type: none;
    display: inline-flex;
    gap: 32px;
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 3px 1px;
}


.menu_right ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;

}
.contact-info {

}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #0a2447;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 20px;
  color: #fff;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
    color: #000000;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: #000000;
  font-size: 1em;
}
.contact_wrapper{
    width:fit-content
}

.contact_wrapper ul {
    display: inline-flex;
    gap: 10px;
    color: #fff;
    padding-left:0px;
    margin-bottom: 0px;
    font-size: 14px;
    list-style-type: none;
}

.contact_wrapper ul li a {
    color: #ffffff;
    text-decoration: none;
}

.about_sec{
    padding:60px 0px;
}

.word-space{
    padding-bottom: 60px;
    margin-top: -28px;
}

.word-spaces{
    padding-bottom: 60px;
    padding-top: 60px;
}

.word_text h2{
    font-size: 44px;
    text-transform: capitalize;

}

.ser_name h5{
    font-size:18px;
}

.ser_img img{
    max-width:70px;
}

.video_container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_container video{
    width: 100%;
    height: 75%;
    object-fit: cover;
}

.company_logo{
    position: absolute;
}

.video_section{
    position: relative;

}


.we_text ul li{
    line-height: 35px;
    font-weight: 500;

}


.time ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
  }
  
  /* line */
  .time ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
  }
  
  /* columns*/
  
  /* row gaps */
  .time ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
  }
  
  /* card */
  .time ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
  }
  
  /* date */
  .time ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
  
    text-align: center;
    background-color: var(--accent-color);
  
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
  
    display: grid;
    place-content: center;
    position: relative;
  
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  }
  
  /* date flap */
  .time ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
  
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
  }
  
  /* circle */
  .time ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
  
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  
  /* title descr */
  .time ul li .title,
  .time ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
  }
  .time ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
  }
  .time ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
  }
  
  /* shadows */
  .time ul li .title::before,
  .time ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
  }
  .time ul li .title::before {
    bottom: calc(100% + 0.125rem);
  }
  
  .time ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
  }
  
  @media (min-width: 40rem) {
    .time ul {
      grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .time ul::before {
      grid-column: 2;
    }
    .time ul li:nth-child(odd) {
      grid-column: 1;
    }
    .time ul li:nth-child(even) {
      grid-column: 3;
    }
  
    /* start second card */
    .time ul li:nth-child(2) {
      grid-row: 2/4;
    }
  
    .time ul li:nth-child(odd) .date::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }
  
    .time ul li:nth-child(odd) .date::after {
      transform: translate(-50%, -50%);
      left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .time ul li:nth-child(odd) .date {
      border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
  }
  
  .credits {
    margin-top: 1rem;
    text-align: right;
  }
  .credits a {
    color: var(--color);
  }
  


.ser_no{
    background-color: #ffc4b6f7;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #000000;
    border-radius: 52%;
}

.services_box{
    padding: 28px;
    transition: all 0.4s;
    background-color: #e5a37540;
    border-radius: 18px;
    margin: 23px;
}

.we_box{
    position: relative;
}

.why_title{
    position: absolute;
    content:"";
    bottom:0px;
    left:9px;
}

.why_title h5{
    font-size:16px;
    color:#fff;
    text-transform: capitalize;
}

.we_box img{
    max-width: 375px;
    margin: auto;
    border: 24px solid #fff;
}

.we_text button{
    border: none;
}

button a{
    background-color: rgb(10, 36, 71);
    width: fit-content;
    padding: 10px 23px;
    border-radius: 17px;
    border: 1px solid #000;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.part-1 img{
    width: 57px;
    height:57px;
    position: relative;
}

.part-1{
 position: relative;
}

.part-1::after{
    position: absolute;
    content: "";
    top: 7px;
    left: 30px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: #d44d61;
    z-index: -1;
}

button a:hover{
    color: #ffffff;
}

.direct_img_bg{
    background-image: url(../images/car.webp);
    background-position: center;
    background-size: cover;
    height: 100%;
}

input[type="text"],
input[type="email"],
select,
textarea {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 10px;
  border-top: 0px solid;
  border-right: 0px solid;
  border-left: 0px solid;
  border-bottom: 2px solid rgba(107, 107, 107, 0.397);
  border-radius: 1px;
}

input[type="submit"] {
  background-color: rgb(10, 36, 71);
  border: 0px solid black;
  border-radius: 50px;
  padding: 8px 15px 8px 15px;
  margin-top: 25px;
  width: fit-content;
  font-size: 15px;
  cursor: pointer;
  color: white;
}

input[type="submit"]:hover {
  
  color: rgb(255, 255, 255);
}


.why_choose{
    padding: 95px 0px;
    background-color: #e5a3751f;
}

.section-services {
	padding-top: 110px;
	padding-bottom: 120px;
	font-family: "Poppins", sans-serif;
	background-color: #211f24;
	color: #fff;
}

.header-section {
	margin-bottom: 35px;
}

.header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #f70037;
}

.header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #f70037;
}

.header-section .title span {
	color: #f70037;
}

.header-section .description {
	color: #6f6f71;
}

.single-service {
	margin-top: 40px;
	background-color: #ffffffc4;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.single-service .part-1 {
    padding: 20px 19px 0px;
    border-bottom: 2px solid #e3dddd;
}

.single-service .part-1 i {
	margin-bottom: 25px;
	font-size: 50px;
	color: #f70037;
}

.single-service .part-1 .title {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 2.8em;
    margin-bottom: 0px;
}

.single-service .part-2 {
    padding: 21px 21px 21px;
}

.single-service .part-2 .description {
    margin-bottom: 22px;
    color: #000000;
    font-size: 15px;
    line-height: 1.8em;
}

.single-service .part-2 a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

 .single-service .part-2 a i {
	margin-right: 10px;
	color: #f70037;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #1977cc;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}

.icon-box .icon i {
    color: #fff;
    font-size: 28px;
}

.why_box{
    position: relative;
    max-height: 264px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    margin-top: 15px;
}

.why_box::before{
    position: absolute;
    content:"";
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-image: linear-gradient(to bottom, #a49a9a00, #304069bf 64%);
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .main .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
  }
  .main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
  }
  .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .rows {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columns {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.bottom_menu_footer {
    display: none;
}

.columns img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

  
  
  @media only screen and (max-width: 600px) {
    .main .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }


.gallery{
    padding:60px 0px;  
    background-image: linear-gradient(to bottom, #fffffffc, #ffffff36), url(../images/gallery_flower.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
.icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
}


.testimonial{
    padding:60px 0px;  

}

.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #ec6819;
    border-left: 1px solid #726d6d;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    position: relative;
    min-height: 193px;
}

.testimonial .description:before {
    content: "\ec51";
    font-family: remixicon !important;
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #726d6d;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}

.testimonial .testimonial-content {
    position: relative;
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
    overflow: hidden;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
    overflow: hidden;
}

.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #e5a375;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #e5a375;
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #726d6d;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #e5a375;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.testimonial {
    background: #ffffff09;
    text-align: center;
    margin: 0 20px;
}

.main-footer{
    position:relative;
    padding:110px 0px 0px;
    background-color: #e5a375;
    background-repeat:repeat-x;
    background-position:right bottom;
}

.main-footer .footer-widget{
    position:relative;
    margin-bottom:40px;
}

.main-footer .widgets-section{
    position:relative;
    padding-bottom:60px;
}

.main-footer .footer-widget h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#161c42;
    line-height:1.2em;
    margin-bottom:30px;
    margin-top:25px;
    text-transform:capitalize;
}

.main-footer .about-widget{
    position:relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}
.main-footer .about-widget .text{
    position:relative;
}

.main-footer .about-widget .text p{
    position:relative;
    color: #ffffff;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:20px;
}

.main-footer .about-widget .text p:last-child{
    margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
    position:relative;
}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
}

.main-footer .footer-list li a{
    position:relative;
    color:#ffffff;
    font-size:15px;
    padding-left:15px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
    text-decoration:none;
    color:#000000;
}

.main-footer .footer-list li a:before{
    position:absolute;
    content:'\ea64';
    left:0px;
    top:0px;
    color:#ffffff;
    font-weight:800;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}



/*Gallery Widget*/

.main-footer .gallery-widget{
    position:relative;
    max-width:350px;
}

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
    border-radius:4px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
    opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
    position:relative;
}

.main-footer .info-list li{
    position:relative;
    color:#ffffff;
    font-size:15px;
    line-height:1.8em;
    margin-bottom:12px;
}

.main-footer .info-widget .social-links{
    position:relative;
    float:left;
    padding:15px 0px;
}

.main-footer .info-widget .social-links li{
    position:relative;
    margin-right:8px;
    display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
    margin-right:0px;
}

.main-footer .info-widget .social-links li a{
    position:relative;
    color: #ffffff;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.google a{
    background-color:#dd4b39;
}

.main-footer .info-widget .social-links li.facebook a{
    background-color:#4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a{
    background-color:#55acee;
}

.main-footer .info-widget .social-links li.instagram a{
    background-color:#ea4c89;
}


.main-footer .footer-bottom{
    position:relative;
    padding:20px 0px;
    border-top:1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    padding-right:10px;
    margin-right:10px;
    line-height:1.1em;
    display:inline-block;
    border-right:1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child{
    padding-right:0px;
    margin-right:0px;
    border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#ff6666;
    text-decoration:underline;
}

.why_box img{
    width:100%;
}

.mob_head{
    position: absolute;
    width: 100%;
    background-color: #ffffff00;
    z-index: 99;
    display: none;
}

@media screen and (max-width: 810px) {
    .columns {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .word_text h2 {
        font-size: 33px;
        text-transform: capitalize;
    }
    .we_box img {
        max-width: 279px;
        margin: auto;
        border: 24px solid #fff;
    }
    .video_container video {
        width: 100%;
        height: 101%;
        object-fit: cover;
    }
    .word_text h2 {
        font-size: 32px;
        text-transform: capitalize;
    }
    .story_image img {
        max-width: 283px;
        margin: auto;
        border-radius: 50px;
    }
    .desk_menu {
        display: none;
        position: absolute;
        width: 100%;
        background-color: #ffffff00;
        z-index: 99;
    }
    .mob_head{
        position: absolute;
        width: 100%;
        background-color: #ffffff00;
        z-index: 99;
        display: block;
    }

    .logo_left img {
        width: 133px;
    }

    .contact_wrapper {
        width: fit-content;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .contact_wrapper i{
        font-size: 30px;
        color: brown;
        
    }
    .top_banner::after {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #ffffff, #c1c1c121 33%);
    }
}

@media screen and (max-width: 680px) {
    .word_text h2 {
        font-size: 31px;
        text-transform: capitalize;
    }


    .banner_img img {
        position: relative;
        min-height: 88vh;
        width: 100%;
        object-fit: cover;
    }
}
