@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Source+Sans+Pro&display=swap');
a{text-decoration: none!important;}
li{list-style-type: none!important;}
.josefin{font-family: 'Josefin Sans', sans-serif;}
.poppins{font-family: 'Source Sans Pro', sans-serif; line-height:30px;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.bgclr{background-color:#f4f6f7;}
.topbg{background-color:#ea5e20;}
.navbg{background: #ea5e20; border-top: 1px solid #ea5e20;}
.navfont{font-family: 'Josefin Sans', sans-serif; font-size:20px; letter-spacing:1px;}
.navbar{padding:0!important}
.navbar-light .navbar-nav .nav-link {color:white!important;}
.navbar-expand-lg .navbar-nav .nav-link {padding:1rem 2rem!important;}
.navbar button {background-color: white;}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.topbrd{border-right:1px solid white;}
.pt{font-size:18px; line-height:40px;}
.logo{width:280px;}
.carousel-inner img {display:block; width:100%;}
.welcome{background-image: url("../images/background.jpg");}
.headfnt{font-size: 45px;}
.clr{color:#ea5e20;}
.btn-primary{color:#ea5e20!important; border-color:#ea5e20!important; background-color:transparent!important;}
.btn-primary:hover{background-color:#ea5e20!important; color:white!important;}
.service{background-color:#f3edec;}
.decor{background: url("../images/decor.png");
background-repeat: no-repeat; background-size: contain;}
.productbrd{border-bottom:1px solid #c8c7c7; border-right:1px solid #c8c7c7;}
.styleimg{border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px;}
.styleimg1{border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px;}	
.servclr:hover{color:#ea5e20;}
.fullbg{padding:0!important;}
.wtbrd{border-right:1px solid white;}	
.footlogo{width:40%;}
.links{padding:0;}
.red{color: #fff; background: #ea5e20;}
.white{background: #fff4f4; color:#ea5e20;}	
.abthfont{font-size: 4rem;}
.pabt{font-size: 22px;}
.boxabt{padding: 40px;}
.pad{padding: 100px 0;}
.welcome-shape .shape1 {
    position: absolute;
    right: 10px;
    top: -50px;
	opacity: 10%;
    -webkit-animation: moveScale 3s linear infinite;
            animation: moveScale 3s linear infinite;
  }
.welcome-shape .shape2 {
    position: absolute;
    right: 79%;
    bottom: 1%;
    opacity: 6%;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.product-shape .shape1 {
  position: absolute;
  top: -45px;
  left: 30px;
  opacity: 10%;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}
.product-shape .shape3 {
  position: absolute;
  right: 8%;
  top: 20px;
  opacity: 10%;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}  
  @-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.parallax1 {
    background-image: url("../images/background.png");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }  
.parallax2 {
    background-image: url("../images/contactbg.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  } 
.newform textarea.form-control {height: 165px!important;}  
textarea.form-control {height: 218px!important;}  
.btn-effect1{background:#ea5e20; color:white; padding:10px 30px;}
.btn-effect1:hover{color:white;}
.numfnt{font-size:45px;}
.marquee {width: 100%; overflow: hidden; font-size: 18px; line-height: 40px;}
.footbg{background-image: linear-gradient(180deg, #f9f1e7 20%, #feddbf 80%);}
.text1 {position: relative; padding: 0 0 0 30px; margin-top: -43px;}
.footpad{padding:70px 0 30px 0;}
.icnfnt{font-size:25px;}
.sticky-top1{position:sticky; top:50px;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #fff!important;  background-color: #ce5119 !important; padding:8px!important;}
.servicebg{background:#F9CA78D4; padding: 40px 10px; border-radius: 4%; -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29); 
-moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29); box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29); font-size:14px;}
.nav-pills .nav-link {color: black;}
.w0{width:0%;}
.wapp{width:70px;}
.point{bottom:40px!important; left:20px!important;}
.text2 {position: relative; padding: 0 0 0 62px; margin-top: -30px;}
.productfnt{font-size:50px;}
.section-content {
    background: #fff;
    border-left: 6px solid #ea5e20;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
	box-shadow: 0 6px 12px 0px #d3dbe33d;}
.round-box {
    position: absolute;
    top: 200px;
	right: 57px;
    width: 160px;
    height: 160px;
    border: 15px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    animation: fa-spin 5s ease 1;
}
.round-box .inner {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffa500 ;
    border-radius: 50%;
    padding: 33px 0;
}
.round-box .inner p {
    color: #ffffff;
    font-size: 30px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.site-btn {
    border-radius: 40px;
    border: 2px solid #f8b671;
    display: inline-block;
    padding: 8px 27px;
	position: relative;
    font-weight: 700;
    color: #000;
    background: #fff;
}
.site-btn1 {
    padding: 8px 27px;
    font-weight: 700;
	display: inline-block;
	position: relative;
    color: #ea5e20;
    background: transparent;
	font-size: 15px;
}
.site-btn .icon {
    width: 40px;
    height: 40px;
    background: #ffa500;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 12px 0px #ee860047;
    box-shadow: 0px 6px 12px 0px #ee860047;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.brdlft{border-left:4px solid #ea5e20;}
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.zoom figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
@media (min-width:5px) and (max-width:767.98px){
.cntr{text-align:center;}
.headfnt{font-size: 30px;}
.pad{padding: 50px 0;}
.numfnt{font-size:19px;}
}
@media (min-width: 768px) and (max-width: 991.98px){	
}