:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #ECF63D;
}

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


:root {
--font-Saira: 'Saira', serif;
}

/*-------------- Owl crousel ---------------*/

/* Add this CSS to make the parent container a flex container */
/*.row.equal-height-row {
    display: flex;
}*/
/* Add this CSS to make each offer-box a flex item with equal height */
/*.row.equal-height-row .rew-box{
    display: flex;
    flex-direction: column;
}
.row.equal-height-row .review-data{
    flex: 1;
    align-content: end;
}*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img{
  width: auto !important;
}

button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-next:hover, button.owl-prev:hover {
  background: var(--color-primary);
}
button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 16px;
  border-radius: 50%;
}
button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 16px;
  border-radius: 50%;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}
/* --------- SLIDER--------- */
#slider-banner{
  position: relative;
  background-color: #000;
}
#slider-banner .inner_carousel {
  position: absolute;
  top: 0;
  margin-top: 15%;
  width: 100%;
  left:0;
  right:0;
}
section#slider-banner .carousel-caption {
  transform: translateY(-50%);
  text-align: start;
  left: 0%;
  right: auto;
  bottom: 0rem;
  margin-top: 25%;
  position: relative;
}
.slide-right{
  margin-top: -10%;
}
#slider-banner h1{
  font-size: 47px;
  font-weight: 700;
  line-height: 60px;
  font-family: var(--font-Saira);
  padding-right: 10%;
}
#slider-banner h1 span{
  display: block;
  color:var(--color-primary)
}
#slider-banner p{
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--font-Saira);
  color:#ffffffad;
}
.slider-banner-image img {
    width: 100%;
}
.slide-nav i {
    background: #fff;
    font-size: 20px;
    opacity: 1 !important;
    border-radius: 0px;
    padding: 10px 10px;
    color:#000;
}
.slide-nav .carousel-control-prev-icon,.slide-nav .carousel-control-next-icon {
    background-image: unset;
}
.slide-nav a.carousel-control-prev,.slide-nav a.carousel-control-next{
    opacity: 1;
}
.slide-nav .carousel-control-next, .slide-nav .carousel-control-prev{
  width: 2.5%;
}
.slide-nav i:hover {
    background: var(--color-primary);
    color: rgba(0, 0, 0, 0.5);
}
#slider-banner .search-form {
 width: 100%;
 margin-top: -100px;
 margin-bottom: 100px;
}
#slider-banner .search-form input::placeholder{
  color:#ddd;
}
#slider-banner .search-form input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  background-color: transparent;
  color: #ddd;
  width: 100%;
}
#slider-banner .search-form .inputbox i {
  color: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 12px;
  margin-top: 15px;
}
#slider-banner .search-form .col-md-3 {
  flex: 0 0 auto;
  width: 20% !important;
}
/*brand*/
.car-box .image {
  background-color: var(--color-primary);
  border-radius: 50%;
  padding: 34px 20px 30px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.car-box .image img{
  width: 70px !important;
  height: auto;
}
.car-title h5{
  font-size: 20px;
  color:#000;
  font-weight: 600;
  font-family: var(--font-Saira);
  margin-bottom: 0px;
}
#brand .owl-carousel .owl-nav.disabled{
  display: block;
}
/*graphic design*/
.graphic_design-left-image .graphic_design-box {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 30px 10% 30px 20%;
  transform: translate(0, -50%);
}
.graphic_design-left-image .graphic_design-box h6{
  font-size: 20px;
  color:#fff;
  font-weight: 700;
  font-family: var(--font-Saira);
  margin-bottom: 0px;
}
.graphic_design-left-image .graphic_design-box h2{
  font-size: 40px;
  color:#fff;
  font-weight: 700;
  font-family: var(--font-Saira);
  margin-bottom: 10px;
}
.graphic_design-left-image .graphic_design-box .abt-para{
  font-size: 18px;
  line-height: 30px;
  color:#fff;
  font-weight: 400;
  font-family: var(--font-Saira);
  margin-bottom: 20px;
}
/* agency*/
#agency{
  position: relative;
}
#agency .small-heading{
  color:#fff;
}
#agency .main-heading{
  color:#fff;
}
.agency-content {
  margin: -38% 0px 0%;
}
.agency-readmore a i{
  background-color: var(--color-primary);
  color:#fff;
  padding: 5px 8px;
  border-radius: 50%;
}
/*--------project--*/
#project{
  margin-top: 100px;
}
.project-box {
  box-shadow: 0px 4px 44px 0px #0000002B;
  background-color: #fff;
  padding: 20px;
  margin-top: -100px;
  margin-bottom: 50px;
}
.project-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  /* box-shadow: 0px 4px 44px 0px #0000002B; */
  margin: -50px auto 20px auto;
  padding: 15px;
}
.project-box span{
  font-size: 50px;
  line-height: 60px;
  color:var(--color-primary);
  font-weight: 700;
  font-family: var(--font-Saira);
  padding: 0px;
}
#project .col-md-3.mb-3:nth-child(3) .project-box span::after{
    content: "\2b";
    font-size: 50px;
    color: var(--color-primary);
    background-image: none;
    margin-top: 0px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    width: auto;
    height: auto;
    margin-left: 5px;
}

.project-box h5{
  font-size: 20px;
  line-height: 30px;
  color:#626B7D;
  font-weight: 400;
  font-family: var(--font-Saira);
  padding: 0px;
}
#project .small-heading,#project .main-heading{
  color:var(--color-white);
}
#project .btn-link{
  background-color: transparent !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 25px;
    border: 1px solid #fff;
    border-color: #fff !important;
    color: var(--color-white);
    font-family: var(--font-Saira);
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px 7px;
    line-height: 30px;
}
#project .btn-link:hover{
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  border-color: var(--color-primary) !important;
}
#project .btn-primary {
  font-weight: 700;
  padding: 10px 20px 7px;
  line-height: 30px;
}
#project .btn-primary:hover{
  color:#fff !important;
  border-color: var(--color-white) !important;
}
/* faqs*/
#faqs .accordion .accordion-item{
  background-color: #fff;
  box-shadow: 0px 4px 44px 0px #0000002B;
  padding: 0px 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}
#faqs .accordion .accordion-item:not(.collapsed){
  background-color: var(--color-primary);
  border:none;
  box-shadow: none;
}
#faqs .accordion .accordion-button:not(.collapsed){
  background-color: transparent;
  border:none;
  box-shadow: none;
}
#faqs .accordion .accordion-item.collapsed .accordion-button::after {
  transform: rotate(90deg);
}
#faqs .accordion .accordion-item .accordion-button::after {
  transform: rotate(0deg);
}
#faqs .accordion-button{
  position: relative;
  color: var(--color-black);
  font-family: var(--font-Saira);
  font-weight: 600;
  font-size: 18px;
  border-bottom:1px solid #ddd;
  padding: 12px 0px;
}
#faqs .accordion .accordion-item:last-child .accordion-button{
  border-bottom: none;
}
#faqs .accordion .accordion-item .accordion-body{
  color: #000;
  font-family: var(--font-Saira);
  font-weight: 400;
  font-size: 15px;
  padding: 0px 0px 15px;
  margin-bottom: 10px;
}
.tollfree img{
  width: 40px;
}
.tollfree h5{
  color:var(--color-primary);
}
.tollfree h5 a{
  color: inherit;
}

/*-----contact----*/

#contact-section {
  background: rgb(236, 246, 61);
  background: linear-gradient(0deg, rgba(236, 246, 61, 0.9976365546218487) 25%, rgba(255, 255, 255, 0.44021358543417366) 26%);
}
#contact-section input[type="text"],
#contact-section input[type="tel"],
#contact-section input[type="email"],
#contact-section input[type="number"],
#contact-section input[type="date"],
#contact-section input[type="phone"],
#contact-section input[type="password"],
#contact-section textarea,
#contact-section select,#contact-section input[type="text"]::placeholder,
#contact-section input[type="tel"]::placeholder,
#contact-section input[type="email"]::placeholder,
#contact-section input[type="number"]::placeholder,
#contact-section input[type="date"]::placeholder,
#contact-section input[type="phone"]::placeholder,
#contact-section input[type="password"]::placeholder,
#contact-section textarea::placeholder,
#contact-section select::placeholder {
  border: 0px;
  font-size: 15px;
  padding: 10px 10px;
  height: auto;
  margin-bottom: 12px;
  border-radius: 0px;
  width: 100%;
  background: #fff;
  font-weight: 400;
  color:#626B7D;
  position: relative;

}
#contact-section select,#contact-section select::placeholder {
  padding: 10px 15px;
}
#contact-section input[type="text"]::before {
  content: url('../images/contact/user.png');
  position: absolute;
  left: 0;
  z-index: 99;
  width: 20px;
}
#contact-section input[type="submit"] {
  padding: 10px 30px;
  border-radius: 0px;
  color: #000;
  margin: 10px 0px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-Saira);
  width: 100%;
  text-transform: capitalize;
}
#contact-section input[type="submit"]:hover{
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color:var(--color-primary);
}
#contact-section textarea {
  height: 90px;
  width: 100%;
  overflow: hidden;
}
#contact-section .appoinment-box {
  background-color: var(--color-black);
  padding: 20px;
}
#contact-section .appoinment-box .small-heading {
  text-align: end;
}
#contact-section .appoinment-box .main-heading {
  color:#fff;
  font-size: 27px;
}
/*team-------------*/
#our_team .small-heading,#our_team .main-heading{
  color:#fff;
}
#our_team .tm-desg{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  font-family: var(--font-Saira);
  margin-bottom: 10px;
}
h3.team-name a {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  font-family: var(--font-Saira);
}
section#our_team .owl-nav {
    display: none;
}
/*--------testimonial------*/
#testimonial{
  border-bottom:4px solid var(--color-primary);
}
#testimonial .main-heading{
  color:#fff;
}
.user-box{
  background-color: #fff;
  padding: 10px;
}
.testimonials-info{
  position: relative;
  background-color: #fff;
  box-shadow: 0px -1px 8px 2px #0000002B;
}
.owl-carousel .owl-item .quote img{
  width: 80px !important;
  position: absolute;
  right: 0;
  margin: 20px;
}
.testimonials-info .testimonials-img img{
  height: 100% !important;
  width: 260px !important;
}
.testimonials-info .profile-content {
  padding: 20px 10px;
}
.testimonials-info .para-content p{
  font-size: 18px;
  font-weight: 400;
  color: #3F3F3F;
  line-height: 30px;
  font-family: var(--font-Saira);
  margin-bottom: 0px;
  padding-right: 10%;
  }
.profile-content h5  {
  margin-bottom: 20px;
}
.profile-content h5 a{
  font-size: 25px;
  font-weight: 700;
  color:var(--color-black);
  font-family: var(--font-Saira);
  text-transform: uppercase;
}
.profile-content h6{
  font-size: 18px;
  font-weight: 400;
  color:#000;
  font-family: var(--font-Saira);
  margin-bottom: 20px;
}
/*-------watch video-----*/
#poster_video {
  position: relative;
  margin-bottom: 30%;
}
#poster_video .container{
  position: unset;
}
#poster_video .container .col-md-6{
  position: unset;
}
.video-title-box {
  position: absolute;
  left: 0;
  background-color: var(--color-primary);
  z-index: 1;
  width: 50%;
  padding: 3% 0px;
  padding-left: 9%;
  height: 250px;
  margin: 100px 0px;
}
.video-btn-box {
  position: absolute;
  transform: translate(-50%,150%);
  left: 70%;
  top: 100%;
}
.video-image-box img{
  width: 100%;
  padding-left: 9%;
  position: absolute;
  right: 0;
  height: 440px;
}
img.video-icon {
    border-radius: 50%;
    width: 80px;
}
/*patner*/
#patner .owl-carousel .owl-item .patner img {
  height: 30px !important;
  padding: 0px;
}
