/*************************************
Template Name: Sonali Paper
Author: Ashraf Islam
Author Url: http://jonayed.com/
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-size: 16px;
  color: #333;
  font-family: "Public Sans", sans-serif;
}

@media (min-width: 1200px) {
  .container {max-width: 1280px!important;}
}

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.p-0 {padding-left: 0;padding-right: 0;}
.p-left-0 {padding-left: 0;}
.p-right-0 {padding-right: 0;}
.m-0 {margin-left: 0;margin-right: 0;}
body,p,textarea {font-weight: 400;font-family: "Public Sans", sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight: 700;font-family: "Exo", sans-serif;}
a {text-decoration: none;font-family: "Exo", sans-serif;}
a:focus {outline: 0 solid !important;}
a:hover {text-decoration: none !important;}
*a:hover {text-decoration: none !important;}
/*====================== Back to Top =========================================*/
#back_to_top {border: none;background: #212529;color: var(--white-color);padding: 2px 5px 3px;cursor: pointer;position: fixed;bottom: 15px;right: 30px;opacity: 0;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;z-index: 10;border: 1px solid transparent;padding-top: 0;z-index: 999999;}
#back_to_top svg {color: #fff;width: 30px}
#back_to_top.show {opacity: 1}
#back_to_top:hover {background: #ff8b00;border: 1px solid #212529;}
#back_to_top:hover svg {color: #212529;}

/*====================== TOP SECTION =========================================*/
.top-header {
  background: #171717;
  padding: 0;
  position: relative;
  z-index: 1;
}
/* .top-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32%;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 10% 100%);
  background: #ff8b00;
  z-index: -1;
} */
.top-text-left {
  padding: 10px 0px;
  /*text-align: right;*/
  margin-left: 193px;
  position: relative;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #fff;
  padding-left: 10px;
}
.last-link-a {
  border-right: 0 !important;
}
.top-bar-social-text {
  float: right;
  display: flex;
  position: relative;
  padding-top: 7px;
}
.top-bar-social-text p {
  margin: 0;
  margin-right: 5px;
  margin-top: 3px;
  color: #fff;
}
.top-text-left a svg,
.top-bar-social-text a svg {
  fill: #fff;
  height: 16px;
  width: 16px;
}
.top-bar-social-text a {
  text-align: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: #181818;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.top-bar-social-text svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}



/* HVR Radial Out */
.hvr-radial-out {
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease;
}
.hvr-radial-out::before {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 100%;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transition: width 0.4s ease-out, height 0.4s ease-out, top 0.4s ease-out, left 0.4s ease-out;
  transform: translate(-50%, -50%);
}
.hvr-radial-out:hover::before {
  width: 300%;
  height: 300%;
}
.hvr-radial-out:hover svg {
  fill: #fff;
}
.hvr-radial-out>* {
  position: relative;
  z-index: 1;
}

.facebook.hvr-radial-out::before {
  background: #ffffff;
}

.facebook.hvr-radial-out:hover::before {
  background: #1877F2;
  width: 300%;
  height: 300%;
}

.twitter.hvr-radial-out::before {
  background: #ffffff;
}
.twitter.hvr-radial-out:hover::before {
  background: #1DA1F2;
  width: 300%;
  height: 300%;
}
.link-in.hvr-radial-out::before {
  background: #ffffff;
}
.link-in.hvr-radial-out:hover::before {
  background: #0A66C2;
  width: 300%;
  height: 300%;
}
.youtube.hvr-radial-out::before {
  background: #ffffff;
}
.youtube.hvr-radial-out:hover::before {
  background: #FF0000;
  width: 300%;
  height: 300%;
}




/*====================== START FOR NAV =========================================*/
.navbar-brand-desktop {padding: 10px 0px;}
.dropdown-new:hover .dropdown-menu-new {display: block;}
.dropdown-new:hover .dropdown-menu-new {display: block;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.dropdown-menu-new {border: 0;border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);background: #fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu-new.container {
  padding: 40px 20px 30px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {color: #fff;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background: #ff8b00;}
.top-nav-main {padding: 0;}
.top-nav-container {background: #f2f4f8;z-index: 1;}
.top-nav-main li.nav-item a.nav-link {position: relative;font-size: 20px;padding: 25px 16px !important;color: #202124 !important;font-weight: 600;}
.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.active {color: #ff8b00 !important;fill: #fff;}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 105px !important;}
#nav.sticky {box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);background: #fff;position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;width: 100%;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;transition: 0.1s;}
#nav.sticky .top-nav-container {border: 0 !important;}
.dropdown.dropdown-mega {position: static;}
.list-group-title {
  font-size: 22px;
  font-weight: 700;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-new:hover .dropdown-menu-new {display: block;padding: 0;}
.right-menu-link {display: none !important;}
.dropdown-menu-new {border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 17px;
  transition: 0.3s;
  line-height: 30px;
}
.other-list-group a:hover {
  color: #ff8b00;
}
a.navbar-brand {
  height: 80px;
  z-index: 2;
  padding: 0;
  margin: 0;
}
.navbar-brand:before {
  content: '';
    position: absolute;
    height: 124px;
    top: -44px;
    bottom: 0;
    background: #fff;
    width: 750px;
    left: -191px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
}
.navbar-brand img {
  width: 175px;
  position: relative;
  top: -37px;
}
a.list-group-item svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: -3px;
}
a.list-group-item:hover svg {
  fill: #ff8b00;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  padding: 15px 15px;
}
.navbar-expand-lg .navbar-collapse {margin-left: auto;margin-right: 40px;}
.dropdown-toggle::after {transition: transform 0.15s linear; }
.show.dropdown .new-dropdown-toggle::after {transform: rotate(-180deg);transition: all 0.3s ease-in;}
.new-dropdown-toggle::after {margin-top: 8px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 2px;}
#nav.sticky .navbar-brand img {
  width: 132px;
  position: relative;
  top: -2px;
}


@media (min-width: 1400px) and (max-width: 1600px) {
  .navbar-brand:before {
    width: 530px;
  }

}



/*================================================ FOR SEARCH style */
.attr-nav ul li a svg {height: 18px;width: 18px;fill: #000;}
.top-search {display: none;padding: 7px 0;position: absolute;z-index: 9;width: 100%;top: 80px;left: 0;}
.top-search-secton {float: right;margin-top: -7px;background: #fff;padding: 15px;box-shadow: 0 2px 3px #787878;}
.top-search input.form-control {background: #fff;border: 2px solid #f0f0ed;color: #000;height: 34px;line-height: 34px;display: block;text-transform: uppercase;font-weight: 500;letter-spacing: .5px;padding: 8px 1%;font-size: 15px;background-color: #fff;}
.top-search .input-group-addon {background: #ff8b00;transition: .5s;cursor: pointer;border: 0;color: #03a9f4;width: 30px;height: 33px;text-align: center;}
.top-search .input-group-addon svg {fill: #fff;}
.top-search .input-group-addon.close-search {margin-left: 2px !important;line-height: 33px;}
.attr-nav ul {margin: 0;padding: 0;}
.attr-nav ul li {list-style: none;text-align: right;}
.attr-nav ul li a {color: #fff;margin-left: 0;}
.top-search input.form-control:focus {box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .01);}

/*================================================
    20. HOME SLIDER STYLE
==================================================*/
.slider-section {position: relative;z-index: 0;}
.single-slider {
  background: url("../images/slider-1.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 750px;
}
.single-slider2 {
  background: url("../images/slider-2.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 750px;
}
.single-slider3 {
  background: url("../images/slider-3.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 750px;
}
.slider-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  height: 750px;
  padding: 70px 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*slider text animation-delay */
.carousel-single-item .owl-stage .active .title h1,
.carousel-single-item .owl-stage .active .title p, 
.carousel-single-item .owl-stage .active .title .slider-btn-group {
  opacity: 1;
  transform: translateY(0)translateX(0);
}
.carousel-single-item .slider-overlay .title h1 {
  transform: translateY(60px);
  transition-delay: 0.1s;
  transition-duration: 1s;
  opacity: 0;
}
.carousel-single-item .slider-overlay .title p {
  transform: translateY(60px);
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 0;
}
.carousel-single-item .slider-overlay .title .slider-btn-group {
  overflow: visible;
  background-image: none;
  transform: translateY(60px);
  transition-delay: 0.8s;
  transition-duration: 1s;
  opacity: 0;
  transition-property: transform, opacity;
}
.social-mobile {
  margin: 0;
}
.social-mobile li {
  display: inline-block;
}
.carousel-single-item .slider-overlay .title h1 {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.slider-section .owl-nav {
  position: absolute;
  top: 50%;
  right: 240px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.carousel-single-item .slider-overlay .title h1 span {
  color: #ff8b00;
}
.carousel-single-item .slider-overlay .title p {
  color: #fff;
  width: 50%;
  font-size: 18px;
  margin-bottom: 35px;
}
a.slider-btn-1,
a.slider-btn-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff8b00;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 30px;
  border-radius: 0;
}
a.slider-btn-1:before,
a.slider-btn-1:after,
a.slider-btn-2:before,
a.slider-btn-2:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #0e121d;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a.slider-btn-1:hover,
a.slider-btn-1:hover {
  color: #0e121d;
}
a.slider-btn-1:hover:before,
a.slider-btn-1:hover:after,
a.slider-btn-2:hover:before,
a.slider-btn-2:hover:after {
  background-color: #ffffff;
}
a.slider-btn-1:hover::before,
a.slider-btn-1:hover:after,
a.slider-btn-2:hover::before,
a.slider-btn-2:hover:after {
  width: 100%;
}
a.slider-btn-1:before,
a.slider-btn-1:after,
a.slider-btn-2:before,
a.slider-btn-2:after {
  left: 0;
  right: 0;
}
a.slider-btn-2 {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 30px;
  margin-left: 20px;
}
a.slider-btn-2:hover {
  color: #000;
}
a.slider-btn-1 svg,
a.slider-btn-2 svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-left: 6px;
  padding-bottom: 2px;
}

a.slider-btn-1:hover svg,
a.slider-btn-2:hover svg {
  fill: #000;
}
.slider-section button svg {
  width: 22px;
  height: 22px;
}
.slider-section .owl-carousel .owl-nav button.owl-next,
.slider-section .owl-carousel .owl-nav button.owl-prev {
  padding: 15px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
  margin-top: 10px;
  transition: 0.6s;
}
.slider-section .owl-carousel .owl-nav button:hover {
  background-color: #ff8b00 !important;
  color: #ffffff !important;
}
.slider-section .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -70px;
  padding-bottom: 30px;
}
.slider-section .owl-carousel button.owl-dot {
  background: none;
  border: 2px solid #fff;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 40px;
    border: 2px solid #fff;
}
.slider-section .owl-carousel button.owl-dot.active {
  background: #fff none repeat scroll 0 0;
}
/*================================================
    20. HOME SLIDER STYLE
==================================================*/
.valuable-clients {
  padding: 50px 0px 40px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.valuable-clients .owl-carousel button.owl-dot {
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 6px;
  border-radius: 50%;
  left: 49%;
  position: relative;
}
.valuable-clients .owl-carousel button.owl-dot.active {
  background: rgba(0, 0, 0, 0.7);
}
.valuable-clients .owl-carousel .owl-nav button.owl-next,
.valuable-clients .owl-carousel .owl-nav button.owl-prev {
  padding: 7px 10px !important;
  background: rgb(0 0 0 / 69%) !important;
  color: #fff;
  margin-top: 10px;
  transition: 0.6s;
  border-radius: 50%;
}
.valuable-clients .owl-carousel .owl-nav button.owl-next {
  top: -115px;
  position: relative;
  float: right;
}
.valuable-clients .owl-carousel .owl-nav button.owl-prev {
  top: -115px;
  position: relative;
}

.valuable-clients-item a img {
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.valuable-clients-item a:hover img {
  filter: brightness(0.98);
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}


/*================================================
            about us
==================================================*/
.about-us {padding: 120px 0;padding-bottom: 60px;}
.about-us .section-subtitle {font-size: 16px;font-weight: 400;color: #555;position: relative;margin-bottom: 0px;padding-left: 50px;}
.about-us .section-subtitle:after {content: '';width: 40px;height: 1px;background: #ff8b00;position: absolute;left: 0;top: 50%;}
.about-us .section-title {font-size: 48px;font-weight: 700;line-height: 1.25em;color: #000;position: relative;margin-bottom: 20px;text-align: left;}
.about-us .section-title span {color: #ff8b00;}
.about-us p {font-size: 16px;font-weight: 400;line-height: 1.75em;color: #555;margin-bottom: 15px;}
.about-us ul {margin: 30px 0;}
.about-us .listext li {position: relative;display: flex;align-items: center;margin-bottom: 15px;}
.about-us .listext-icon {display: flex;align-items: center;}
.about-us .listext-icon svg {width: 25px;background-color: #ff8b00;border-radius: 50%;padding: 3px;}
.about-us .listext-text {margin-left: 15px;}
.about-us .listext-text p {font-size: 16px;margin: 0;}
.about-us .about-img {position: relative;margin-top: 90px;}
.about-us .about-img:before {content: '';position: absolute;top: -15px;left: -15px;right: 50%;bottom: 50%;z-index: 1;background: #ff8b00;}
.about-us .about-img img {position: relative;z-index: 10;}
.about-us .about-img-hotifer {position: absolute;right: -30px;bottom: -30px;width: 260px;padding: 30px;z-index: 11;border-radius: 2px;text-align: left;background: #ff8b00;box-shadow: 0 5px 25px rgb(0 0 0 / 5%);}
.about-us .about-img-hotifer h2 {font-size: 4.5rem;color: #fff;font-weight: 700;margin-bottom: 5px;}
.about-us .about-img-hotifer p {font-size: 20px;color: #fff;font-weight: 400;margin-bottom: 0px;}


/*================================================  Product section css  ==================================================*/
.products-section {
  position: relative;
  z-index: 0;
  margin-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/sonali-paper-board-mills-limited-2-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.products-section::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #202D3F;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
.product-tiitle h2 {
  color: #fff;
  font-size: 45px;
  margin: 0;
  text-align: center;
}
.product-tiitle {
  margin-top: 40px;
}
.date-wrapper-link .date-wrapper-button-1 {
  border: 1px solid #e0e0e0;
  width: 55px;
  height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  transform: scale(1);
}

.date-wrapper-link svg {
  height: 20px;
  width: 20px;
  margin: auto;
}

.date-wrapper-link .date-wrapper-button-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 15px solid #e5a111;
  border-top: 15px solid transparent;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
}

.date-wrapper-link .date-wrapper-button-1:hover {
  background: #e5a111;
  border-color: #e5a111;
}

.products-single-box-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 270px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.products-section .date-wrapper-link {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -25px;
}
.products-single-box-img svg {
  width: 130px;
  height: 130px;
  position: absolute;
  fill: #e5a111;
  margin-left: -60px;
  margin-top: 55px;
  z-index: 99;
}
.products-single-box-text {
  padding: 40px 15px 20px;
  border-bottom: 2px solid #e5a111;
  background: #f4f4f4;
  margin: -26px 0px 0px 0px;
  text-align: center;
  max-height: 110px;
  min-height: 110px;
}

.products-single-box-text a {
  color: #171717;
  font-weight: 700;
  font-size: 20px;
}

.products-single-box-img-text {
  background-color: rgb(7 12 30 / 65%);
  transition: all .6s;
  transform: translateX(calc(-50%));
  padding: 35px 30px;
  min-height: 270px;
  visibility: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.products-single-box:hover .products-single-box-img-text {
  background-color: rgb(7 12 30 / 65%);
  transform: translateX(0px);
  min-height: 270px;
  visibility: visible;
}

.products-single-box-img-text p {
  color: #fff;
}

.products-single-box-img-text h3 {
  color: #fff;
}

a.date-wrapper-button-2 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all .60s ease-out 0s;
  z-index: 999999;
  transform: scale(.8);
  background: #e5a111;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  width: unset !important;
}
.products-single-box:hover .date-wrapper-button-2 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.products-single-box:hover .date-wrapper-button-1 {
  visibility: hidden;
  transition: all .30s ease-out 0s;
  transform: scale(.3);
}
.products-single-box {
  margin: 30px 0px;
}
.products-single-box:hover .products-single-box-img svg {
  fill: #fff;
}


/*========================================== FOOTER SECTION STYLE =================================================*/
footer.footer-section {background: #e8e6d8;color: #666;padding-top: 70px;padding-bottom: 40px;font-size: 18px;}
.footer-common-title h3 {
  position: relative;
  border: none;
  color: #666;
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 15px 0;
  margin: -0.1em 0 20px 0;
  text-transform: capitalize;
}
.footer-common-title h3:after,
.footer-common-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: #666;
}
.footer-common-title h3:after {
  width: 16px;
  border-left: 4px dashed #ff8b00;
  border-right: 4px dashed #ff8b00;
  height: 2px;
  background-color: transparent;
  bottom: 0px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite
}
@-webkit-keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}

@keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}
.wiget-one-social svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.wiget-one-social a {
  padding: 7px 8px 10px 12px;
  background: #3D4250;
  margin: 0px 8px 0px 0px;
  transition: all ease 0.4s;
}
.wiget-one-social a:hover {
  background: #ff8b00;
}
.footer-wiget-one-text p {
  margin-bottom: 32px;
}
.footer-wiget-two-text ul li a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
  width: max-content;
  padding-right: 0;
  position: relative;
  border: 0;
  color: #666;
  transition: all ease 0.4s;
}
.footer-wiget-two-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wiget-two-text ul li a:hover {
  color: #ff8b00;
}
.footer-wiget-two-text ul li a svg {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  transition: all ease 0.3s;
  left: 0;
}
.footer-wiget-two-text ul li a:hover svg {
  left: 5px;
  position: relative;
}
.footer-widget-three-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-widget-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 12px;
  height: 26px;
  width: 26px;
  background: #ff8b00;
  text-align: center;
  padding: 3px 0px;
}
.footer-widget-icon svg {fill: #fff;}
.footer-widget-three-box-text p {
  display: block;
  color: var(--white-color);
  margin-bottom: 0;
}
.footer-widget-three-box-text p a {color: #666;}
.footer-widget-three-location {margin-top: 30px;}
.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  line-height: 10px;
}
.recent-post-img {
  width: 28%;
  border-radius: 0px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.recent-post-text {
  padding-left: 10px;
  width: 72%;
  display: inline-block;
  float: left;
}
.recent-post-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post-text-top svg {
  margin-right: 5px;
  fill: #ff8b00;
  width: 16px;
  height: 16px;
}
.recent-post-text-top span {
  text-transform: capitalize;
  color: #b2b2b2;
  font-size: 15px;
}
.recent-post-text-top {
  margin-bottom: 5px;
  margin-top: 5px;
}
.recent-post-text h4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.recent-post a:hover img {transform: scale(1.1);}
.copyright-left p {
  float: left;
}
.copyright-right {
  float: right;
}
.footer-copyright-section {border-top: 1px solid #c7c7c7;background: #e8e6d8;padding: 20px 0;}
.copyright-left p {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.copyright-right p {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.copyright-right a {
  color: #ff8b00;
}



.footer-social {
  float: left;
  padding-top: 0;
}
.footer-social a {
  background-color: #fff;
  height: 35px;
  width: 35px;
}
.footer-social svg {
  fill: #000 !important;
}
.footer-social a:hover svg {
  fill: #fff !important;
}


/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width:767px) {
.top-nav-container {border: none !important;}
#nav {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
#nav.sticky .top-nav-container {border: none !important;}
.top-nav-main .navbar-brand {display: block;padding: 0;}
.right-menu-link {display: block !important;}
.top-nav-main .navbar-brand img {height: 55px;}
.mobile-side-logo-wrapper {padding-top: 5px;padding-bottom: 5px;}
.mobile-side-logo img {height: 55px;}
.mobile-nav-ul-body {padding-top: 0;}
.navbar-nav-mobile-sub-body {padding: 0;}
.mobile-menu-sub-text:focus {border: 0;box-shadow: none;}
.mobile-menu-social {text-align: center;padding-top: 20px;}
.mobile-menu-social .top_socail_icon_area {float: unset;width: 100%;margin: 0;}
.mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
.mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;}
.navbar-nav-mobile-sub li a {font-size: 16px;}



}
