@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");
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

#headersliderblock {
  width: 100%;
  height: 100vh;
  background: url("../images/headerbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.headertop {
  padding-top: 20px;
  padding-bottom: 5px;
}

a.logo {
  cursor: pointer;
  height: 64px;
}
a.logo object {
  height: 64px;
}
a.logo object svg {
  height: 64px;
}

ul.topmenu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: end;
}
ul.topmenu li a {
  display: inline-block;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin: 15px 15px 10px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
ul.topmenu li a:hover::after {
  transform-origin: center center;
  transform: scaleX(1);
}
ul.topmenu li a:hover {
  color: #FF5100;
}
ul.topmenu li a::after {
  margin: 10px 0;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  transform-origin: center center;
  background: #FF5100;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
}
ul.topmenu li ul {
  margin: 0px;
  padding: 0px 10px;
  list-style: none;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0px 0px 10px 10px;
  display: none;
}
ul.topmenu li ul li a {
  text-transform: capitalize;
  font-size: 15px;
}
ul.topmenu li:hover ul {
  display: block;
}

.offcanvas-title {
  font-family: "Poppins", sans-serif !important;
  color: #fff;
}

.offcanvas-header {
  background-color: #fff;
}

.offcanvas-header .btn-close:focus {
  box-shadow: inherit !important;
}

.offcanvas-header .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
}

.topbar-header {
  background-color: #404041;
  padding: 7px 0px;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.topbar-header a {
  color: #fff;
  text-decoration: none;
}
.topbar-header a:hover {
  color: #FF5100;
}

.topsocial {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.topsocial li a {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 100%;
  color: #404041;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  margin-left: 10px;
}
.topsocial li a i {
  font-size: 12 px;
}
.topsocial li a:hover {
  background-color: #FF5100;
  color: #fff;
}

.sticky-header {
  width: 100%;
  transition: all ease 0.2s;
}
.sticky-header .container {
  margin: 0px auto;
}

.sticky-header.fixed .headertop {
  padding-top: 0px;
}
.sticky-header.fixed .headertop a.logo img {
  height: 55px;
  margin-top: 10px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
  background-color: #fff;
  padding: 5px 0px 10px 0px;
  margin: 0px auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sliderblock {
  padding-top: 30px;
  position: relative;
}
.sliderblock .slidecontent h1 {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  line-height: 55px;
}
.sliderblock .slidecontent h1 span {
  font-weight: 300;
  font-size: 35px;
}
.sliderblock .slidecontent h1 span strong {
  font-weight: 700;
  color: #FF5100;
}

.slidercircle {
  width: 270px;
  height: 270px;
  background-color: #404041;
  display: block;
  border-radius: 100%;
  position: absolute;
  bottom: -125px;
  right: -10%;
  z-index: 1;
}

.getstarted {
  padding-top: 80px;
}
.getstarted a {
  width: 100px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.getstarted a:hover {
  background-color: #FF5100;
  border-color: #FF5100;
  color: #fff;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #414042 !important;
}

.swiper-pagination-bullet-active {
  background-color: #FF5100 !important;
}

#showcaseblock, #whathavebox, #ourclientsbox, #testimonialbox {
  background-color: #E6E7E8;
  padding: 100px 0px;
  position: relative;
  z-index: 99;
}
#showcaseblock h2, #whathavebox h2, #ourclientsbox h2, #testimonialbox h2 {
  margin: 0px;
  padding: 0px;
  color: #414042;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  font-weight: 700;
}
#showcaseblock p, #whathavebox p, #ourclientsbox p, #testimonialbox p {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
#showcaseblock p strong, #whathavebox p strong, #ourclientsbox p strong, #testimonialbox p strong {
  font-weight: 700;
  color: #FF5100;
}
#showcaseblock img, #whathavebox img, #ourclientsbox img, #testimonialbox img {
  width: 100%;
  margin-bottom: 10px;
}

.shcontent {
  position: absolute;
  width: 97%;
  background-color: #414042;
  top: 0;
  left: 11px;
  padding: 15px 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  opacity: 0;
}
.shcontent h4 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.shcontent p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px !important;
  font-weight: 400;
  font-size: 14px;
}

.caseshow .shcontent {
  transition: all ease 0.5s;
}
.caseshow:hover .shcontent {
  opacity: 1;
}

#whathavebox {
  background-color: #E6E7E8;
  padding-bottom: 100px;
  padding-top: 0px;
}

.wdcontent {
  display: flex;
  height: 155px;
}
.wdcontent .icon {
  position: relative;
  align-self: end;
  margin-right: 50px;
}
.wdcontent .icon img {
  width: 90px !important;
  height: auto;
  position: relative;
  z-index: 9999;
}
.wdcontent .icon:before {
  content: "";
  width: 75px;
  height: 75px;
  background-color: #FF5100;
  border-radius: 100%;
  position: absolute;
  top: -22px;
  right: -30px;
}
.wdcontent .content p {
  font-size: 15px !important;
  font-weight: 300 !important;
}
.wdcontent .content p span {
  color: #FF5100;
  font-weight: 600 !important;
}
.wdcontent .content p strong {
  font-weight: 500 !important;
  color: #414042 !important;
}

.whwbox [class^=col-]:nth-child(2) .wdcontent {
  padding: 0px 10px;
  border-left: 3px solid #FF5100;
  border-right: 3px solid #FF5100;
}

#pkgservicebox {
  background-color: #E6E7E8;
  padding: 0px 0px 100px 0px;
}

.servicepkg {
  background-color: #414042;
  padding: 15px 25px 10px 25px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  height: 330px;
  margin-bottom: 25px;
  color: #fff;
}
.servicepkg img {
  height: 70px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.servicepkg h4 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: 600;
  font-size: 22px;
}
.servicepkg p {
  font-weight: 300;
  padding-bottom: 20px;
}
.servicepkg .btn-readmore {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 7px 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.servicepkg .btn-readmore:hover {
  background-color: #fff;
  color: #000;
}
.servicepkg:hover {
  background-color: #FF5100;
}
.servicepkg:hover a.btn-readmore {
  background-color: #fff;
  color: #000;
}

#ourclientsbox {
  padding: 100px 0px;
  background-color: #fff;
}
#ourclientsbox p {
  font-size: 20px;
} 

.clients [class^=col-] {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #414042;
  border-bottom: 1px solid #414042;
}
.clients [class^=col-]:nth-child(3n+3) {
  border-right: 0px;
}
/*.clients [class^=col-]:nth-child(4) {
  border-bottom: 0px;
}
.clients [class^=col-]:nth-child(5) {
  border-bottom: 0px;
}
.clients [class^=col-]:nth-child(6) {
  border-bottom: 0px;
}*/
.clients > :nth-last-child(-n+3) {
  border-bottom: 0px solid #414042;
}
.clients [class^=col-] img {
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
}
.clients [class^=col-] img:hover {
  filter: inherit;
  opacity: 1;
}

#testimonialbox p {
  font-size: 18px;
}
#testimonialbox .testimonialtextSwiper .swiper-slide {
  background-color: #414042;
  border-radius: 10px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#testimonialbox .testimonialtextSwiper .swiper-slide p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
#testimonialbox .testimonialtextSwiper .swiper-slide h4 {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#testimonialbox .testimonialtextSwiper .swiper-slide h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#testimonialbox .testimonialtextSwiper .swiper-slide img.usericon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #FF5100;
}
#testimonialbox .testimonialtextSwiper .swiper-slide img.quoteicon {
  width: 33px;
  height: 19px;
}
#testimonialbox .testimonialtextSwiper .swiper-slide .rating {
  padding-top: 5px;
}
#testimonialbox .testimonialtextSwiper .swiper-slide .rating i {
  color: #FF5100;
}

.whwbox [class^=col-]:last-child .wdcontent .icon img {
  position: relative;
  top: 7px;
  left: 4px;
}

.pd-4 {
  padding-left: 10px !important;
}

#portfolioliderblock, #portfoliolidertwoblock {
  width: 100%;
  height: 860px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position: center center;
}

#portfolioliderblock {
  height: 960px;
}

#aromaclassicbox, #challengeblock, #outcomebox {
  background-color: #232323;
  padding: 100px 0px;
}
#aromaclassicbox h2, #challengeblock h2, #outcomebox h2 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  font-weight: 700;
}
#aromaclassicbox p, #challengeblock p, #outcomebox p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#aromaclassicbox p small, #challengeblock p small, #outcomebox p small {
  font-size: 12px;
  padding-top: 20px;
}

#challengeblock, #outcomebox {
  padding: 70px 0px;
}

.portfoliogallery {
  display: flex;
}
.portfoliogallery img {
  width: 25%;
  border: 0;
}
.portfoliogallery.twocol img {
  width: 50%;
  border: 0;
}
.portfoliogallery.threecol img {
  width: 33.33%;
  border: 0;
}

.prevnextsection {
  background-color: #414042;
  padding: 30px 0px;
  width: 100%;
}
.prevnextsection a.btn-previous, .prevnextsection a.btn-next {
  border: 2px solid #fff;
  background-color: #414042;
  border-radius: 40px;
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.prevnextsection a.btn-previous:hover, .prevnextsection a.btn-next:hover {
  background-color: #fff;
  color: #000;
}

#portfoliolidertwoblock, #portfoliolidersixblock {
  background-size: cover;
  height: 960px;
  background-position: center;
  background-repeat: no-repeat;
}

#portfoliolidertwoblock {
  background-size: cover;
}

#portfolioliderthirdblock {
  width: 100%;
  height: 927px;
  background-repeat: no-repeat;
  background-size: 860px 927px;
  background-color: #ffcb05;
  background-position: center center;
}

#portfoliolidersevenblock {
  width: 100%;
  height: 860px;
  background-repeat: no-repeat;
  background-size: 900px 760px;
  background-color: #8ec63f;
  background-position: center center;
}

#servicesblock {
  width: 100%;
  height: 860px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#pkgdesignbox {
  width: 100%;
  height: 960px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

#pkgmanebox {
  background-color: #333132;
  padding: 100px 0px;
}
#pkgmanebox h2 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  font-weight: 700;
}
#pkgmanebox p {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#pkgmanebox p small {
  font-size: 12px;
  padding-top: 20px;
}

#stepsinvolved {
  background-color: #333132;
  padding: 70px 0px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#stepsinvolved h3 {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-size: 3vw;
  font-weight: 700;
}
#stepsinvolved h4 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 2vw;
  font-weight: 700;
}
#stepsinvolved p {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-weight: 300;
  font-size: 18px;
}

.img-section {
  width: 100%;
  height: 800px;
}
.img-section img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

.navservicebtn-right {
  text-align: right;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  letter-spacing: 0.5px;
}
.navservicebtn-right:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/gallft.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 20px;
  right: -55px;
}
.navservicebtn-right:hover {
  opacity: 0.8;
}

.navservicebtn-left {
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  letter-spacing: 0.5px;
  letter-spacing: 0.5px;
}
.navservicebtn-left:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/gallft.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 20px;
  right: -55px;
}
.navservicebtn-left:hover {
  opacity: 0.8;
}
.navservicebtn-left:after {
  top: 20px;
  left: -55px;
  transform: rotate(180deg);
}

#aboutblock {
  width: 100%;
  height: 750px;
  background-repeat: no-repeat;
  background-size: 650px 569px;
  background-color: #fff;
  background-position: top 150px center;
}

#aboutcontentblock {
  background-color: #414042;
  padding: 150px 0px;
}
#aboutcontentblock p {
  font-weight: 200;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: #fff;
  line-height: 30px;
}

.abtsecondblock {
  padding: 100px 0px;
}
.abtsecondblock h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #414042;
  font-size: 5vw;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.abtsecondblock p {
  font-weight: 300;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: #414042;
  line-height: 30px;
}

.portfoliopageblock {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
}
.portfoliopageblock .portfolioimgbox {
  flex: 0 0 50%;
}
.portfoliopageblock .portfoliocontentbox {
  flex: 0 0 50%;
  align-self: center;
  padding: 0px 100px;
}
.portfoliopageblock .portfoliocontentbox h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
  font-size: 5vw;
  line-height: 85px;
  color: #323031;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.portfoliopageblock .portfoliocontentbox p {
  margin: 0px;
  padding: 0px 0px 80px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 28px;
}
.portfoliopageblock .portfoliocontentbox a.btn-casesstudy {
  border: 3px solid #323031;
  border-radius: 30px;
  padding: 12px 30px;
  text-decoration: none;
  color: #323031;
  font-weight: 700;
  font-size: 18px;
}
.portfoliopageblock .portfoliocontentbox a.btn-casesstudy:hover {
  background-color: #FF5100;
  border-color: #FF5100;
  color: #fff;
}

#blogblock {
  width: 100%;
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blogcontent {
  padding-top: 30px;
  padding-bottom: 40px;
}

.blogpost {
  padding-bottom: 30px;
}
.blogpost .post-views {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
.blogpost .post-views span {
  background-color: #414042;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  font-family: "Poppins", sans-serif;
}
.blogpost h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #414042;
}
.blogpost p {
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: #414042;
  line-height: 28px;
}
.blogpost a.btn-readmore {
  border: 2px solid #FF5100;
  border-radius: 30px;
  padding: 12px 20px;
  text-decoration: none;
  color: #FF5100;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.blogpost a.btn-readmore:hover {
  background-color: #414042;
  border-color: #414042;
  color: #fff;
}

.blog-pagination {
  padding: 10px 0px;
  border-top: 1px solid #eee;
  display: flex;
  list-style: none;
  justify-content: center;
}
.blog-pagination li {
  align-self: center;
}
.blog-pagination li a.btn-prev, .blog-pagination li a.btn-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #414042;
  border-radius: 100%;
  font-size: 24px;
  margin: 0px 10px;
  padding: inherit;
}
.blog-pagination li a.btn-prev:hover, .blog-pagination li a.btn-next:hover {
  background-color: #FF5100;
  color: #fff;
}
.blog-pagination li a {
  padding: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #323031;
}
.blog-pagination li a:hover {
  color: #FF5100;
}

.btn-prev img {
  width: 14px;
  height: 20px;
}

.btn-next img {
  transform: rotate(180deg);
  width: 14px;
  height: 20px;
}

.contactblock h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.contactblock p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #323031;
}
.contactblock .frontimg {
  z-index: 999;
  position: relative;
}

.contactformblock {
  background-color: #e6e7e8 !important;
  padding: 100px 0px;
  position: relative;
  margin-top: -111px;
  z-index: 1;
}
.contactformblock .contactform {
  z-index: 9999;
  padding-bottom: 150px;
}
.contactformblock .contactform h3 {
  color: #323031 !important;
}
.contactformblock .contactform p {
  color: #323031 !important;
}
.contactformblock .contactform .form-control::-moz-placeholder {
  color: #323031 !important;
}
.contactformblock .contactform .form-control::placeholder {
  color: #323031 !important;
}
.contactformblock .contactform textarea.form-control {
  height: 150px;
}
.contactformblock .contactform .btn-submit {
  border: 2px solid #323031 !important;
  background-color: #e6e7e8 !important;
  color: #323031 !important;
}
.contactformblock .contactform .btn-submit:hover {
  background-color: #323031 !important;
  color: #fff !important;
}

.footercontactmenu {
  list-style: none;
  display: flex;
  justify-content: end;
}
.footercontactmenu li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 30px;
}
.footercontactmenu li a:hover {
  color: #FF5100;
}

.contactinfobox {
  background-color: #FF5100;
  padding: 40px 20px 70px 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 50px;
  height: 280px;
  position: relative;
  margin-top: -240px;
  z-index: 999;
}
.contactinfobox h5 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.contactinfobox a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.contactinfobox a:hover {
  color: #000;
}
.contactinfobox p {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 16px;
}
.contactinfobox img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

footer, .contactformblock {
  background-color: #414042;
  padding: 100px 0px;
}
footer .contactform h3, .contactformblock .contactform h3 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #fff;
  font-size: 30px;
  text-align: left;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
footer .contactform p, .contactformblock .contactform p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
footer .contactform .form-control, .contactformblock .contactform .form-control {
  border-radius: 0px !important;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  border: 0;
}
footer .contactform .form-control:focus, .contactformblock .contactform .form-control:focus {
  box-shadow: inherit;
  border: 0;
  font-weight: 300;
}
footer .contactform .form-control::-moz-placeholder, .contactformblock .contactform .form-control::-moz-placeholder {
  color: #ccc;
}
footer .contactform .form-control::placeholder, .contactformblock .contactform .form-control::placeholder {
  color: #ccc;
}
footer .contactform textarea.form-control, .contactformblock .contactform textarea.form-control {
  height: 150px;
}
footer .contactform .btn-submit, .contactformblock .contactform .btn-submit {
  border: 2px solid #fff;
  background-color: #414042;
  border-radius: 40px;
  padding: 7px 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
footer .contactform .btn-submit:hover, .contactformblock .contactform .btn-submit:hover {
  background-color: #fff;
  color: #000;
}

.footerlogo {
  height: 64px;
}

.addressblock {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.addressblock h6 {
  font-weight: 700;
}
.addressblock p {
  font-size: 14px;
}

.addressblock {
  position: absolute;
  bottom: 50px;
}

.copyright {
  background-color: #181818;
  padding: 20px 0px 40px 0px;
  position: relative;
}
.copyright p {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.gototop {
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  background-color: #FF5100;
  border-radius: 100%;
  display: block;
  position: fixed;
  bottom: 70px;
  right: 100px;
  z-index: 999;
}
.gototop img {
  width: 25px;
  height: 20px;
}
.gototop:hover {
  background-color: #414042;
}

.phonecall {
  background-color: #fff;
}

.mobfixed {
  display: none;
}

.mobilecallbtns {
  display: flex;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  width: 100%;
}
.mobilecallbtns .mobphonecall {
  flex: 0 0 50%;
  display: flex;
  background-color: #FF5100;
  padding: 12px 0px;
  justify-content: center;
}
.mobilecallbtns .mobphonecall a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.mobilecallbtns .mobemail {
  flex: 0 0 50%;
  display: flex;
  background-color: #414042;
  padding: 12px 0px;
  justify-content: center;
}
.mobilecallbtns .mobemail a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

ul.mobilemenu {
  padding-left: 0rem !important;
}/*# sourceMappingURL=styles.css.map */


@media (max-width: 768px) {
.shcontent {
    position: relative;
    width: 100%;
    background-color: #414042;
    top: 0;
    left: 0;
    padding: 15px 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    margin-top: 30px;
}
.captcha-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    width: 100% !important;
    margin-top: 0px;
}
}