/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Outfit', sans-serif;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

button:focus {
  border: none;
  outline: none;
}

:root {
  --darkblue: #222945;
  --skyblue: #E78E27;
  --gray: #6d7a8c;
}

.gray {
  color: #6d7a8c;
}

.darkblue {
  color: #040810;
}

.skyblue {
  color: #E78E27;
}

.darkblue-bg {
  background: #040810;
}

.skyblue-bg {
  background: var(--skyblue);
}

a,
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.logo{
  height: 100px;
  width: 200px;
}

p,
small,
span,
td,
a,
li {
  color: #6d7a8c;
  letter-spacing: .5px;
}

/*Top-Bar Css*/
/*.top-bar{
  position: relative;
  padding: 0rem 1rem;
  text-align: right;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.top-bar a{  
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  color: var(--gray);
  letter-spacing: .5px;  
  padding: .25rem 1rem;  
}
.top-bar a:hover{  
  color: var(--skyblue);
}*/

/*Navbar Css*/
header {
  position: relative;
}

.navbar-brand img {
  padding-left: 50px;
}

.navbar {
  padding: 0;
  background: #222945;
}

.contact-box .form-control {
  border-radius: 35px;
  padding: 5px 30px;
}

.contact-box textarea.form-control {
  border-radius: 8px;
}

.nav-item .nav-link {
  text-transform: capitalize;
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  /* margin: 0rem 1rem; */
  letter-spacing: .5px;
  position: relative;
  /* height: 70px; */
  /* line-height: 90px; */
  min-width: 100px;
}

/*.nav-item .nav-link:before{
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  width: 32px;
  height: 32px;
  background-image: url(../images/menu1.png);
  background-position: 0% 100%;
  margin: 0 auto;
  transition: 0.3s;
}
.nav-item:nth-child(2) .nav-link:before{
  background-image: url(../images/menu2.png);
}
.nav-item:nth-child(3) .nav-link:before{
  background-image: url(../images/menu3.png);
}
.nav-item:nth-child(4) .nav-link:before{
  background-image: url(../images/menu4.png);
}
.navbar-nav .nav-link:hover{
  background-color: var(--skyblue);
  color: #fff;
}
.navbar-nav .nav-link:hover:before{
  background-position: 0% 0%;
}*/
.sticky .btn1 {
  background-color: var(--darkblue);
}

.btn1 {
  background: #E78E27;
  color: #fff !important;
  padding: .25rem .5rem .25rem 1rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  display: inline-block;
  border-radius: .25rem;
  border: 2px solid transparent;
  letter-spacing: 1px;
}

.btn1 i {
  display: inline-block;
  color: var(--darkblue);
  background-color: #fff;
  border-radius: .25rem;
  padding: .5rem;
  font-size: 1.25rem;
  margin-left: .5rem;
}

.btn1:hover i {
  color: #E78E27;
}

/*Banner Css*/
.banner-bg {
  width: 100%;
  height: 720px;
  position: relative;
  margin-top: 0;
  z-index: 1;
  background-image: url(../images/slider-background.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: 1;
}

.banner-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slide-text {
  /* margin-top: 50px; */
  color: #fff;
  background: #4242428f;
  padding: 30px;
  border-radius: 0px;
  border-left: 9px solid #E78E27;
}

.slide-text h2 {
  color: white;
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 3px;
  line-height: 90px;
  margin-bottom: 2rem;
  text-align: left;
}

.bnr-btn {
  background-color: white;
  border-radius: 0.25rem;
  padding: .75rem 2rem;
  color: black;
  text-align: center;
  display: inline-block;
  font-size: 1.25rem;
  border: 2px solid white;
  letter-spacing: 1px;
  transition: 0.5s;
}

.bnr-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

#banner-slider .owl-nav.disabled+.owl-dots {
  position: absolute;
  right: -50px;
  top: calc(50% - 70px);
}

#banner-slider .owl-dots .owl-dot {
  display: block;
  zoom: 2;
}

#banner-slider .owl-dots .owl-dot.active span,
#banner-slider .owl-dots .owl-dot:hover span {
  background: #E78E27;
}

span.plus {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
}

.clientele-outer {
  position: relative;
  z-index: 1;
  background-color: #f1f7f8;
}

.clientele {
  margin-top: 0;
  background-color: #c49e5000;
  border-radius: .25rem;
  padding: 1.5rem 0rem;
}

.clientele .slick-slide {
  margin: 0px 75px;
}

.partner {
  padding: 20px 0px 40px;
}

.partners {
  margin-top: 0px;
  box-shadow: none;
}

.clientele .slick-slide img {
  filter: grayscale(0);
}

.clientele .slick-slide img:hover {
  filter: grayscale(1);
}

.who-we-are {
  padding: 100px 0px;
}

.who-we-img {
  position: relative;
  max-width: 100%;
  display: inline-block;
  z-index: 1;
}

.who-we-img:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: .5rem;
  border: 8px solid #E78E27;
  z-index: -1;
}

.who-we-img img {
  border-radius: .5rem;
}

.who-we-content {}

.semi-title {
  /* color: #b0b6bf; */
  text-transform: uppercase;
  letter-spacing: .5px;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: initial;
  color: var(--darkblue);
}

.para-title {
  font-size: 1.25rem;
  color: var(--gray);
}

.partner-program {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.partner-program img {}

.partner-program div {
  padding: 0rem 1rem;
}

.partner-program div h5 {
  font-weight: 600;
}

.partner-program div p {}

.our-services {
  padding: 100px 0px;
  background-color: #ebebebb5;
}

.srv-btn {
  display: inline-block;
  color: var(--darkblue);
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--darkblue);
  font-weight: 500;
}

.srv-btn:hover {
  color: var(--skyblue);
  border-bottom-color: var(--skyblue);
}

.service-box {
  transition: 0.5s all;
  margin-top: 2rem;
}

.service-box:hover>.service-img {
  transform: scale(1.02);
}

.service-box:hover>.service-text {
  transform: translateY(-30px);
}

.service-box:hover a {
  background-color: #222945;
}

.service-img {
  width: 100%;
  height: 227px;
  overflow: hidden;
  border-radius: .25rem;
  transition: 0.5s all;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-text {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: .5rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
  text-align: center;
  transform: translateY(-20px);
  padding: 1rem .5rem;
  position: relative;
  height: 170px;
  transition: 0.5s all;
}

.service-text h4 {
  color: #000;
  font-weight: 600;
  margin: .5rem auto;
}

.service-text a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E78E27;
  text-align: center;
  line-height: 50px;
  color: #fff;
  transition: 0.5s;
}

.specialities {
  padding: 100px 0px 125px;
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: center;
}

.specialities-counter {}

.single-coutnerup {
  /* text-align: center; */
  color: #fff;
}

.count-num {
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.single-coutnerup p {
  color: #fff;
}

.consulting {
  margin-top: -82px;
}

.consulting-services {
  display: flex;
  align-items: center;
  background-image: url(../images/pattern.png);
  background-color: var(--skyblue);
  border-radius: .5rem;
  padding: 2rem 1rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.consulting-img {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  flex: none;
}

.consulting-img img {
  width: 64px;
  height: 64px;
}

.consulting-services h5 {
  margin-left: 1rem;
}

.why-us {
  padding: 50px 0px 120px;
}

.why-box {
  text-align: center;
  padding: 2rem 0rem 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  margin-bottom: 2rem;
  transition: 0.5s;
}

.why-box:hover {
  transform: translateY(-10px);
}

.why-box svg {
  width: 90px;
  height: 90px;
}

.mini-title {
  font-weight: 600;
  margin: 1rem auto;
}


.how-works {
  /*background-image: url(../images/hiw-dots.png);*/
  background-color: aliceblue;
  padding: 70px 0px;
}

.how-it-slider {}

.how-it-text {
  text-align: center;
}

.how-it-img {
  background-color: var(--darkblue);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.how-it-img:after {
  position: absolute;
  content: '\f30b';
  right: -75%;
  top: calc(50% - 25px);
  color: var(--darkblue);
  font-size: 45px;
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  opacity: .1;
}

.how-it-img.aftr-none:after {
  display: none;
}

.how-it-img span {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  padding: 10px;
  background: var(--darkblue);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 22px;
}

.how-it-img img {
  width: 64px !important;
  height: 64px;
  margin: 0 auto;
}

.how-it-slider .owl-nav {
  margin-top: 3rem !important;
}

.how-it-slider .owl-dots,
.how-it-slider .owl-nav {
  text-align: left !important;
}

.how-it-slider .owl-nav button.owl-next,
.how-it-slider .owl-nav button.owl-prev {
  background: var(--skyblue) !important;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.how-it-slider .owl-nav .disabled {
  opacity: .5 !important;
  cursor: default;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--darkblue) !important;
  color: #FFF;
  text-decoration: none;
}

.how-it-slider .owl-nav button.owl-next span,
.how-it-slider .owl-nav button.owl-prev span {
  font-size: 3rem;
  color: #fff;
  line-height: 30px;
}

.contact {
  padding: 0px 0px 70px;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1000px;
  background-color: #222945;
  position: relative;
}

.contact-box {
  background-color: #fff;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  margin-top: 66px;
}

.contact-details {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-details i {
  font-size: 1.5rem;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  line-height: 60px;
  text-align: center;
  flex: none;
  color: #E78E27;
}

.contact-details a {
  color: #fff;
  font-size: 1.4rem;
}


/* Back to top */
#myBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 45px;
  width: 45px;
  background-color: var(--darkblue);
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 2;
  display: none;
}

#myBtn:hover {
  background-color: var(--skyblue);
}

#myBtn:hover i {
  color: #fff;
}

#myBtn i {
  color: #fff;
  font-size: 1.5rem;
  transform: rotate(270deg);
}

/*Whatsapp*/
.whatsapp {
  display: inline-block;
  position: fixed;
  left: 0px;
  bottom: 20px;
  background: limegreen;
  width: 45px;
  height: 45px;
  border-radius: 0rem .25rem 0.25rem 0rem;
  color: #fff !important;
  text-align: center;
  line-height: 64px;
  z-index: 2;
}

.whatsapp i {
  font-size: 2.5rem;
}

/* footer */
footer {
  background: #f7f7f7;
  color: var(--darkblue);
}

.footer_top {
  background-color: var(--skyblue);
}

.footer_top_left {
  padding: 2rem 0rem;
}

.footer_top_left h3 {
  color: #fff;
}

.footer_top_left h3 i {
  display: inline-block;
  color: #f1f7f8;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border-radius: 50%;
  line-height: 67px;
  text-align: center;
  font-size: 2.5rem;
  margin-right: .5rem;
  border: 7px double #fff;
  animation: ripple-out 1s linear infinite;
}

@keyframes ripple-out {
  0% {
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 100%);
  }

  100% {
    box-shadow: 0px 0px 0px 35px rgb(255 255 255 / 0%);
  }
}

.footer_top_right {
  margin: 2rem 0rem;
}

.ftr-btn {
  color: #fff;
  border: 2px solid #fff;
  border-radius: .25rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.5s;
  font-weight: 500;
}

.ftr-btn:hover {
  background-color: #fff;
  color: var(--darkblue);
}

.footer-social {
  margin: 1.5rem auto;
}

.footer-social ul,
.ftr-bx ul {
  margin-bottom: 0rem;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: .25rem;
  margin: 0rem .5rem;
  background-color: transparent;
  border: 2px solid #fff;
}

.footer-social ul li a:hover {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  color: var(--skyblue);
  border-color: var(--skyblue);
}

.footer-social ul li a i {
  font-size: 1rem;
}

.ftr-bx {
  margin: 1rem 0rem;
  text-align: center;
}

.ftr-bx h5 {}

.ftr-bx ul li {
  display: inline-block;
  margin-bottom: .5rem;
  padding-right: 1rem;
  border-right: 2px solid var(--skyblue);
  padding-left: 1rem;
}

.ftr-bx ul li:last-child {
  border-right: none;
}

.ftr-bx ul li a,
.ftr-bx ul li span {
  color: var(--darkblue);
  font-size: .9rem;
  font-weight: 500;
}

.footer_bottom {
  background-color: transparent;
}

.footer_bottom .container {
  padding: 1rem 1rem;
}

.copyroght,
.designed_by {
  padding: 10px 0px;
}

.copyroght p,
.designed_by p,
.designed_by p a {
  margin-bottom: 0px;
  color: var(--gray);
  font-size: .8rem;
}

.designed_by p {
  color: #b3becd;
}

.designed_by p a {
  color: #b3becd;
}

.services-section {
  padding: 100px 0px;
}

.services-list {
  margin-top: 60px;
}

/*  Breadcrumb Section */
.Breadcrumb-section {
  background-image: url('../images/breadcrumb-bg.jpg');
  padding: 80px 0px;
  background-position: center center;

}

.title-box .page-title-heading h1 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 0;
}

.breadcrumb-wrapper span {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
}

.breadcrumb-wrapper i {
  color: white;
  margin: 5px;
}

.breadcrumb-wrapper span:last-child {
  color: white;
}

.breadcrumb-wrapper span a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.breadcrumb-wrapper span a i {

  color: #fff;

}

.Breadcrumb-section .breadcrumb {
  background-color: transparent !important;
  justify-content: center;
}

.breadcrumb-wrapper {
  display: flex;
  justify-content: center;
}

.quick-delivery {
  background-image: url('../images/about-bg.jpg');
  padding: 100px 0px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quick-delivery .main-title {
  color: #fff;
}

.quick-delivery .para-title {
  color: #fff;
}
.quick-delivery .fast-img{
  width: 100%;
  height: 100%;
}

.fast-img img {
  border-radius: 8px;width: 100%;
  height: 100%;
  border: 5px solid #fff;object-fit: cover;
}

section.quick-delivery .semi-title {
  color: #f2f2f2;
}

section.why-choose-us {
  padding: 50px 0px;
}

.who-we {
  padding: 100px 0px;
}

.service-title {
  font-size: 36px;
  font-weight: 600;
}

.service-list-img img {
  border-radius: 0 200px 200px 0;
}

.service-list-img.right img {
  border-radius: 200px 0 0 200px;
}

.text-justify {
  text-align: justify;
}

.why-choose-us .why-box {
  padding: 2rem 1rem 1rem;
}
.why-choose-us .why-box img{
  width: 100px;
}

/*Media Query Satrt*/
@media screen and (max-width: 991px) {
  .slide-text h2 {
    font-size: 2.8rem;
    line-height: 60px;
  }

  .who-we-are {
    padding: 100px 0px 50px;
  }

  .who-we-content {
    margin-top: 4rem;
  }

  .our-services {
    padding: 50px 0px;
  }

  .specialities-counter {
    margin-top: 2rem;
  }

  .how-it-slider {
    margin-top: 3rem;
  }

  .contact-details i {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .contact-details a {
    font-size: 1.2rem;
  }

  .service-list-img img {
    border-radius: 12px;
  }

  .service-list-img.right img {
    border-radius: 12px;
  }

  .single-service {
    padding: 20px 0px;
  }

  .navbar-nav {
    text-align: left !important;
  }

  .who-we .who-we-content {
    margin-top: 0px;
  }

  .banner-bg {
    height: 500px;
  }

  a.navbar-brand img {
    width: 60px;
    padding-left: 0;
  }

  .nav-item .nav-link {
    min-width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-bar {
    display: none;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: .5rem 1rem !important;
  }

  .sticky {
    padding: .5rem 1rem !important;
  }.services-section {
    padding: 46px 0px;
}

  .sticky .btn1,
  .navbar .btn1 {
    background-color: var(--darkblue);
  }.Breadcrumb-section{
    padding: 18px 0px;margin-top: 72px;
  }.service-title {
    font-size: 29px;
    font-weight: 600;
    margin-top: 20px;
}
  .navbar .btn1{
    background-color: #c49e50;margin-left: 0 !important;
  }
  .nav-item .nav-link {
    line-height: inherit;
    height: auto;
  }

  .nav-item .nav-link:before {
    display: none;
  }

  .banner-bg {
    margin-top: 0px;
  }

  .contact {
    padding: 50px 0px;
  }

  .contact-box {
    margin-top: 0px;
  }

  .footer_top_left,
  .footer_top_right {
    margin: 1rem 0rem;
  }

  .footer_top_left {
    padding: 2rem 0rem 0rem;
  }

  .footer_top_left h3 {
    font-size: 1.25rem;
  }

  .quick-delivery {
    padding: 40px 0px;
  }

  section.why-choose-us {
    padding: 40px 0px;
  }

  .who-we {
    padding: 40px 0px;
  }

  .who-we .who-we-content {
    margin-top: 0px;
  }

  .footer_bottom {
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 420px) {

  .banner-bg,
  .banner-slider {
    height: 500px;
  }

  .slide-text {
    margin-top: 50px;
  }

  .slide-text h2 {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 1rem;
  }

  #banner-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1.25;
  }

  #banner-slider .owl-nav.disabled+.owl-dots {
    right: 0;
    left: 0;
    top: auto;
  }

  .who-we-img:after {
    top: 10px;
    right: -10px;
    border: 4px solid var(--skyblue);
  }

  .footer_top_left h3 {
    display: flex;
    align-items: center;
  }

  .footer_top_left h3 i {
    width: 70px;
    height: 70px;
    line-height: 57px;
    font-size: 1.8rem;
    animation: ripple-out 1s linear infinite;
    flex: none;
    margin-right: 1.5rem;
  }

  .footer_top_right {
    text-align: center;
  }

  .ftr-bx ul li {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }

  .count-num {
    font-size: 2.2rem;
  }

  span.plus {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 992px) {
  section.services-section .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
  }

  .single-service {
    padding: 50px 0px;
  }
}
.thank-you-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
}