/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#slider img {
    width: 100%;
}
.slider-box span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ff7109;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
}
.slider-box h1{
  font-size: 40px;
  color: #ffffff;
  font-family: 'Literata', serif;
  font-weight: bold;
}
.slider-box p{
  width: 671px;
  height: 73px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}
#slider .slider-box {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    max-width: 55%;
    text-align: left;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .carousel-control-prev {
  position: absolute;
  left: auto;
  top: 48%;
  right: -16px;
}
#slider .carousel-control-next {
  position: absolute;
  right: -13px;
  top: 22%;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
    display: block !important;
}
#slider .carousel-control-prev-icon,#slider .carousel-control-next-icon{
  background-image:none; 
}
.carousel-control-next-icon,.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .slider-button-1{
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "Nunito Sans";
  font-weight: 800;
  text-align: center;
  background-color: #ff7109;
  padding: 13px 25px;
  border-radius: 10px;
}
#slider .slider-button-1:hover{
  color: #202028;
} 
.slider-button {
  padding-top: 30px;
}
#slider ol.carousel-indicators li {
  padding: 4px;
  border:2px solid #fff;
  background-color: transparent;
  margin-bottom: 7px;
  border-radius: 50%;
  width: auto;
  height: auto;
  text-indent: 0;
  opacity: 1;
}
/*Fade slider*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,.carousel-fade  .carousel-item-next.carousel-item-left,.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#slider ol.carousel-indicators {
  position: absolute;
  left: auto;
  right: -151px;
  bottom: 268px;
  z-index: 1;
  display: block;
}
#slider ol.carousel-indicators .active{
  background-color: #ff7109;
  border: 2px solid #fff;
}
#slider .section-seperator{
  position: absolute;
  bottom: 0;
  width: 100%;
}
#slider .slide_nav i{
  font-size: 30px;
  color: #fff !important;
}
/* -------- Our Team--------- */
#our-teams {
  text-align: center;
  padding: 50px 20px 9em;
}
#our-teams a.left-read{
  padding:22px 45px;
}
#our-teams a.teams-title {
    font-size: 20px;
    letter-spacing: 1px;
    color: #202028;
    font-weight: 700;
    font-family: "Literata";
    text-align: center;
    line-height: 75px;
}
#our-teams .our-teams-contents ,#our-teams .team-comm{
    position: relative;
}
#our-teams i.fab.fa-instagram.align-middle {
    margin-left: -8px;
}
.new-demo {
    padding-left: 5em;
}
.sidebar-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 19%;
    top: 0;
    background-color: #202028;
    right: 20px;
    padding: 25px;
    left: 0px;
    writing-mode: tb-rl;
}
.sidebar-cont p:after {
    content: "";
    position: absolute;
    top: 25%;
    background-color: #fff;
    width: 1px;
    margin: 10px;
    height: 45px;
}
.social-profiles {
    position: relative;
}
.sidebar-cont .social-profiles a {
    color: #ffffff;
    font-size: 16px;
}
.sidebar-cont p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    padding-bottom: 8em;
}
.sidebar-cont .social-profiles a{
  color: #ffffff;
  padding: 5px;
}
#our-teams .our-teams-contents:hover .sidebar-cont{
  background-color: #ff7109;
}
#our-teams .owl-stage-outer{
  margin-bottom: 3em;
}
/*------------Request Quates---------------*/
#home-page-contact{
  background-size: 100%;
}
#home-page-contact .home-contact {
    padding: 6em;
    text-align: center;
}
.home-contact h3 {
  margin-bottom: 25px;
  font-size: 37px;
  color: #202028;
  font-family: 'Literata', serif;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
}
.home-contact input[type="text"], .home-contact input[type="tel"], .home-contact input[type="email"], .home-contact input[type="phno"], .home-contact input[type="password"],.home-contact textarea,.home-contact select {
    border: 1px solid #e1e1e7;
    font-size: 16px;
    padding: 10px 10px !important;
    margin: 6px 0 6px 0 !important;
    height: 65px;
    width: 100%;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.home-contact input::placeholder,.home-contact textarea::placeholder,.home-contact select{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #74747b;
    font-weight: 600;
    font-family: "Nunito Sans";
}
/* -------- Services--------- */
#our-services .section-content,#our-project .our-project-title,#our-blogs .our-blogs-head,#our_partners .partners_inner,#our-teams .our-teams-head{
  padding-bottom: 40px;
  text-align: center;
}
.meta-img img{
  width: auto !important;
  margin: 0 !important;
}
.services-title a {
  font-size: 24px;
  color: #202028;
  font-family: 'Literata', serif;
  font-weight: bold;
}
.services-title {
    padding: 15px 0;
}
.services-post {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #202028;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
ul.service-meta {
    list-style: none;
    margin: 15px 0 0;
}
ul.service-meta li {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #a8a8aa;
    font-family: 'Nunito Sans', sans-serif;
}
.service-meta i{
    color: #ff7109;
    margin-right: 6px;
}
.our-services-image {
    border: 8px solid #f7f7fd;
    padding: 3em 30px; 
}
.our-services-image .inner-serv{
  position: relative;
  z-index: 2;
}
.our-services-image.servicesinn2 {
    padding: 3em 30px 2.5em;
}
.service-icon img {
  opacity: 0;
  position: absolute;
  top: -4%;
  height: 300px;
  left: 0;
  bottom: 0;
  padding: 17px 8px;
}
.service-icon a {
    position: absolute;
    top: 66%;
    left: 46%;
    opacity: 0;
    font-size: 30px;
    color: #fff;
    z-index: 999;
}
.our-services-content:hover .services-box:before,
.our-services-content:hover .services-box:after{
  opacity: 0;
  animation: borderSkewOut 600ms ease forwards;
}
.our-services-content:hover .our-services-image{
  border-color: #ff7109;
}
.our-services-content:hover .service-icon a,
.our-services-content:hover .service-icon img{
  opacity: 1;
}
.our-services-content:hover .services-title a,.our-services-content:hover .services-post{
  color: #ffffff;
}
.services-box-icon{
  opacity: 0;
}
.our-services-content:hover .services-box-icon{
  opacity: 0;
}
#service-loop{
  display: none;
}
#our-services .owl-nav{
  display: block;
}
#our-services .owl-nav button i {
    background: #f7f7fd;
    padding: 13px 16px;
}
#our-services button.owl-prev{
  left: -18px;
}
#our-services button.owl-next{
  right: -18px;
}
#our_partners img {
    width: auto !important;
    margin-bottom: 5em;
}
/* ---------- About Us ------------ */
#about-us .section-content {
    text-align: center;
    padding: 6em 0;
}
#about-us {
    padding: 0;
}
#about-us .section-content p{
    padding: 35px 0;
}
#about-us .about-us-content .about-button1{
  background-color: #ff7109;
  padding: 10px 15px;
  margin-right: 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
/*------------- Our Projects ---------------*/
#our-project .box-content {
  position: absolute;
  bottom: 0;
  margin: 20px;
  background-color: #fff;
  display: block;
  padding: 25px 15px;
  text-align: center;
  width: 89%;
  border-radius: 5px;
}
#our-project .box-content h5 a{
  font-size: 20px;
  letter-spacing: 1px;
  color: #202028;
  font-weight: 400;
  font-family: "Literata";
  text-align: center;
}
#our-project .project-image:hover .box-content{
  display: none;
}
#our-project .project-image:hover .hover-box{
  display: block;
}
#our-project .hover-box {
  position: absolute;
  bottom: 0;
  background-color: #ff7109;
  margin: 20px;
  padding: 30px;
  border-radius: 5px;
  display: none;
}
#our-project .hover-box h5 a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Literata";
}
#our-project .hover-box p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Nunito Sans";
}
#our-project .hover-box a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 800;
  font-family: "Nunito Sans";
}
#our-project .hover-box a.pro-but:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 42%;
  height: 1px;
  margin-top: 11px;
  margin-left: 15px;
}
/*---------------Best Seller-----------------*/
#best-seller {
    background-color: #f7f7fd;
}
#best-seller .onsale{
  display: none;
}
#best-seller .best-pro-img {
    padding: 20px 35px;
    position: relative;
    z-index: 2;
}
#best-seller a.added_to_cart.wc-forward {
    display: block;
    font-size: 12px;
    padding: 0;
    margin-top: 15px;
}
#best-seller .owl-stage-outer {
    padding-bottom: 10em;
}
#best-seller .product-over {    
    padding: 6em 20px 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8em;
    border: 10px solid #ffffff;
}
#best-seller ins, #best-seller del {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ff7109;
    font-weight: 800;
    font-family: "Nunito Sans";
    text-decoration: none;
}
#best-seller del {
    display: none;
}
#best-seller h5 a{
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #202028;
  font-weight: 700;
  font-family: "Nunito Sans";
}
#best-seller .product-over a.add_to_cart_button {
    color: #8b8b92;
    padding: 14px;  
}
#best-seller .best-prod-content:hover .product-over a.add_to_cart_button{
  background-color: #ff7109;
  color: #ffffff;
}
#best-seller .best-prod-content:hover .product-over{
  border-color:#ff7109;
}
#best-seller .owl-carousel .owl-dots{
  position: unset;
  transform: none;
  margin: 25px auto;
  text-align: center;
}
#best-seller button.owl-prev {
    left: -8%;
    top: 44%;
}
#best-seller button.owl-next {
    right: -8%;
}
#best-seller .owl-nav i{
  color: #ff7109;
  background-color: #ffffff;
  padding: 16px 20px;
}
/*-----------------Our Blog-------------------*/
#our-blogs .our-blogs-contents img {
    margin-bottom: 20px !important;
}
#our-blogs .our-blogs-contents h5{
  margin-top: 20px;
}
#our-blogs .our-blogs-contents h5 a {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #202028;
    font-weight: 600;
    font-family: "Literata";
}
#our-blogs .blog_text {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #6c6c6f;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-bottom: 50px;
}
#our-blogs .our-blogs-contents span i {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ff7109;
}
#our-blogs .our-blogs-contents span,#our-blogs .our-blogs-contents span a {
    color: #b0b0b0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Literata";
    padding-right: 10px;
}
#our-blogs a.link-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #6c6c6f;
    font-weight: 800;
    font-family: "Nunito Sans";
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    padding: 20px 30px;
}
#our-blogs .owl-stage-outer {
    padding-bottom: 4em;
}
#our-blogs .our-blogs-contents:hover a.link-title{
    background-color: #ff7109;
    border-color: #ff7109;
    color: #fff;
}
/*---------------------Get in touch---------------------------*/
#get-in-touch{
  padding: 9em 25px;
}
#get-in-touch h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Literata";
  text-align: center;
  max-width: 30%;
  margin: 0 auto 25px;
}
#get-in-touch h3 .last_slide_head{
  color: #ff7109;
}
#get-in-touch p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: center;
    margin: 25px 0;
}
/*--------------------Our Faq-------------------------*/
#our-faq span{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ff7109;
  font-weight: 800;
  line-height: 50px;
  font-family: "Nunito Sans";
}
#our-faq h2{
  font-size: 32px;
  color: #202028;
  font-weight: 700;
  font-family: "Literata";
}
#accordion img{
  margin:25px 0;
}
#our-faq .accordion-item {
    background-color: #f7f7fd;
    margin: 10px;
    border: 0;
}
#our-faq .accordion-item .accordion-header {
    padding: 0px;
    position: relative;
}
#our-faq .accordion-header{
  background-color: transparent;
}
#our-faq .accordion-header a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #202028;
    font-weight: 400;
    font-family: "Nunito Sans";
    padding: 26px 23px 26px 10px;
    background-color: #f7f7fd;
}
#our-faq .accordion-item .accordion-body {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #717171;
    font-weight: 400;
    font-family: "Nunito Sans";
    padding: 1rem 6rem 1rem 1rem;
}
#our-faq .accordion-item .accordion-header i{
  width: 51px;
  height: 40px;
  padding: 12px 16px 12px 24px;
  position: absolute;
  right: 13px;
  top: 50%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 33% 100%);
  transform: translateY(-50%);
  color: #fff;
}
#our-faq .accordion-item .accordion-header i.fa-plus {
    background-color: #ff7109;
}
#our-faq .accordion-item .accordion-header i.fa-minus {
    background-color: #202028;
}
.accordion-button:not(.collapsed){
  background-color: transparent;
}
.accordion-button:not(.collapsed)::after,.accordion-button::after{
  background-image: none;
}
/*--------------- Our Testimonials---------------*/
.client-image img{
  width: auto !important;
  border-radius: 50%;
  border: 6px solid #fff;
}
#testimonials .testimonial-main-content{
  text-align: center;
  padding-bottom: 35px;
}
#testimonials .container-fluid {
    padding: 4em;
    max-width: 50%;
    margin-left: 0;
}
.testimonials-contents {
    background-color: #fff;
    border-radius: 15px;
    padding: 5em 4em;
    text-align: center;
    position: relative;
}
#testimonials .owl-stage-outer,#our-records  .owl-stage-outer{
    padding: 7em 0px;
}
#testimonials .client-image {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial_box .qoute_text, #testimonials p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #828282;
    font-weight: 400;
    font-style: italic;
    font-family: "Nunito Sans";
}
#testimonials a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ff7109;
  font-weight: 700;
  font-family: "Literata";
  text-align: center;
  display: block;
}
#testimonials .testimonials-contents span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #202028;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: center;
}
#testimonials button.owl-prev {
    right: -16.2%;
    bottom: 33%;
}
#testimonials button.owl-next {
    right: -16.2%;
    top: 42%;
}
#testimonials button i{
  color: #ffffff;
}
#testimonials .owl-carousel .owl-dots button{
  border:3px solid #ffffff !important
}
/*----------------Our Recodes-----------------*/
#our-records img{
  width: auto !important;
}
.our-records-wrapper {
    border: 10px solid #f7f7fd;
    text-align: center;
    padding: 8em 20px 4em 20px;
}
.our-records-wrapper:hover{
  border-color: #ff7109;
}
#our-records span.record-icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.record-count-no {
    font-size: 40px;
    letter-spacing: 2px;
    color: #202028;
    -webkit-text-fill-color:#202028 !important;
    font-weight: 400;
    font-family: "Literata";
    text-align: center;
}
p.record-count-title {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #929292;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: center;
}
span.record-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: -26px auto;
    background-color: #ff7109;
    width: 25%;
    height: 3px;
    bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
/*--------------Footer contact-----------------*/
#footer-contact {
    background-color: #202028;
}
#footer-contact .contact-title-icon {
    display: flex;
    align-items: center;
}
#footer-contact .f-contact {
    padding: 50px 0;
}
#footer-contact p.contact-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Literata";
    margin: 0;
    line-height: 25px;
}

#footer-contact p.contact-text {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ff7109;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin: 0;
    line-height: 39px;
}
#free-estimate {
    padding: 45px 0;
    background-color: #ff7109;
}
#free-estimate p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Literata";
}
#free-estimate a {
    font-size: 16px;
    letter-spacing: 3px;
    color: #ff7109;
    font-weight: 800;
    font-family: "Nunito Sans";
    text-align: center;
    background-color: #ffffff;
    padding: 18px 30px;
    border-radius: 5px;
}
#free-estimate a:hover {
    background-color: #ff7109;
    color: #fff;
}
/*-----------------why-choose-us----------------------*/
#why-choose-us .choose-content img{
  margin: 25px 0;
}
#why-choose-us .featue-no span {
    font-size: 30px;
    color: #202028;
    font-weight: 700;
    font-family: "Literata";
    text-align: center;
}

#why-choose-us .featue-no {
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background-position: center;
    padding: 20px;
    position: relative;
}
#why-choose-us .feature-box:nth-child(3) .featue-no:after {
    content: none;
}
#why-choose-us .featue-content p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #75757b;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin: 0;
    padding: 10px 0;
}
#why-choose-us .featue-no:after {
    content: "";
    border-left: 3px dashed #b7b7b7;
    height: 56px;
    bottom: -54px;
    width: 2px;
    left: 49%;
    right: 0;
    position: absolute;
}
#why-choose-us .feature-box {
    margin: 30px 0 55px;
    position: relative;
}

#why-choose-us .video-bg {
    width: 25%;
    text-align: center;
    padding: 29px;
    float: left;
    margin-right: 14px;
}
#why-choose-us .video-box h3{
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Literata";
}
#why-choose-us .video-bg i {
    color: #fff;
    font-size: 18px;
    background-color: #ff7109;
    padding: 12px;
    border-radius: 50%;
}
#why-choose-us .video-text {
    background-color: #202028;
    padding: 15px;
}
#why-choose-us .video-side {
    background-color: #ff7109;    
    text-align: center;
    right: 20px;
    left: 0px;
    width: 10%;
    padding: 9px 23px;
    writing-mode: tb-rl;
    transform: rotate( -180deg);
}
#why-choose-us .video-side p{
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 800;
  font-family: "Nunito Sans";
}
/* ------------ Video Popup ----------------- */
/* The Modal (background) */
#why-choose-us .modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
#why-choose-us .modal-contents {
  background-color: #000;
  margin: auto;
  padding: 6px;
  width: 80%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
#myNewModal .close-one {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 3px 20px;
  background-color: #000;
  border: 0;
}
#myNewModal .close-one:hover,#myNewModal .close-one:focus {
  text-decoration: none;
  cursor: pointer;
}