html,body
{
	height: 100%;
	width: 100%;
	font-family: 'Poppins' , sans-serif;
overflow-x: hidden;
}

.navbar{
	padding: .7rem;
	background:white!important;
}
.navbar-scrolled{
	background: black!important;
	transition:all 0.5s;

}

.navbar-nav li{
	padding-right: 20px;
}

.nav-link{
	font-size: 1.1rem;
}

.carouel-inner img{
	width: 100%;
	height: 100%;
}


/*footer*/
.footer-area {
  color: #000;
  padding-top: 60px;
  background-color: #f29015;
  /*background: url(img/footer-bg.jpg) center;*/
  background-size: cover;
}

.footer-area h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

.copy-right-text i, .copy-right-text a {
  color: #b68834;
}

.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.footer-social a:hover i {
  color: #b68834;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .footer-social {
    text-align: left;
  }
}

.single-footer-widget a {
 /* padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;*/

	color:#FFFFFF;
}

.single-footer-widget a:hover i {
  /*color: #b68834;*/
  color:#FFFFFF;
}

.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #fff;
  color: #777;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 18px;
}

.single-footer-widget input:focus {
  background-color: #fff;
}

.single-footer-widget .bb-btn {
  color: #b68834;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer;
}

.single-footer-widget .info {
  position: absolute;
  margin-top: 20%;
  color: #fff;
  font-size: 12px;
}

.single-footer-widget .info.valid {
  color: green;
}

.single-footer-widget .info.error {
  color: red;
}

.single-footer-widget .click-btn {
  background-color: #b68834;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 12px;
  border: 0;
}

.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #777777;
}

.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #777777;
}

.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .social-widget {
    margin-top: 30px;
  }
}

.footer-text {
  padding-top: 20px;
}

.footer-text a, .footer-text i {
  color: #b68834;  
}

/*foooter end*/



/*new*/
.portfolio__filter {
    display: inline-block;
    text-align: center;
    margin: 30px 0;
}
.portfolio__filter {
    border-radius: 20px;
    width: 100%;
}

.portfolio__filter .filter-button {
    border: 1px solid #f7921c !important;
    border-radius: 20px;
    margin: 0 5px;
    display: inline-block;
    padding: 10px 23px;
    background: transparent;
    border: none;
    color: #9B9B9B;
    letter-spacing: 0;
    font-size: 13px;
    cursor: pointer;
    font-weight: 300;
}

.portfolio__filter .filter-button:hover, .portfolio__filter .filter-button:focus, .portfolio__filter .filter-button:active {
    background: #f6911e;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.portfolio__img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    padding: 3px 3px;
}
img {
    max-width: 100%;
}
/*new*/


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #f7901e;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email]{
	width: 100%;
	padding: 12px;
	border:1px solid #f7901e;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=rel]{
	width: 100%;
	padding: 12px;
	border:1px solid #f7901e;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=submit] {
  background-color: white;
  color: black;
  padding: 12px 20px;
  border: 1px solid #f7901e;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #f7901e;
}

/*.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}*/

input[type=email]:hover{
	border:1px solid #f7901e;
}


/*download form*/
/*download form*/
/*.menu-area{
	background:lightgoldenrodyellow;
}*/
.single-menu1 {
   background-color: #fff0;
    box-shadow: 0px 10px 30px 0px rgb(2 2 2);
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    height: 100px;
    width: 80%;
    margin-left: 45px;

}
.single-menu1:hover{
  transform: scale(1.1);
    transition: 0.5s;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 2px orange;
}
.single-menu1 .title-div {
  padding-bottom: 20px;
}

.single-menu1 .price {
  color: #b68834;
  font-size: 18px;
  font-weight: 600;
}

.single-menu1 p {
  margin-bottom: 0;
}

h4{
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
/*download form end*/

/*join us*/
.single-menu {
    background-color: #fff0;
    box-shadow: 0px 10px 30px 0px rgb(2 2 2);
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    height: 100px;
}
.single-menu:hover{
  transform: scale(1.1);
    transition: 0.5s;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 2px orange;
}
.single-menu1 .title-div {
  padding-bottom: 20px;
}

.single-menu .price {
  color: #b68834;
  font-size: 18px;
  font-weight: 600;
}

.single-menu p {
  margin-bottom: 0;
}
/*join us end*/


/*video*/
.boxvid{
   box-shadow: 2px 2px 2px 2px red;
    margin: 5% 80px;
    transition: 1s;

  }
  .boxvid{
    height:450px;
    transform: scale(1);
    background: #f6f6f6;
    z-index: 2;
    box-shadow: 2px 2px 10px 2px orange;
    transition:1s;
    border-radius: 20px;
    text-align: center;
  }
  .noicon{
    list-style-type: none;
  }
  .text-right {
    text-align: right !important;
}
.youtubevideo{
 
    width: 280px;
    height: 280px;

}
/*video end*/



/*mobile view*/

@media screen and (min-width: 320px) and (max-width: 768px){

html,body
{
	height: 100%;
	width: 100%;
	font-family: 'Poppins' , sans-serif;
    overflow-x: hidden;
}
}

@media screen and (min-width: 320px) and (max-width: 768px){

		 .mb-10{
			text-align: center!important;
	
		}

		h6{
			text-align: center!important;
		}
	}


@media screen and (min-width:320px) and (max-width: 768px){

	#image1{
         margin-left: 95px!important;
	}
	
	#image2{
		margin-left: 95px!important;
		margin-top: 10px!important;
	}

	#image3{
		margin-left: 95px!important;
		margin-top: 10px!important;
	}
}

@media screen and (min-width:320px) and (max-width: 768px){
.boxvid{
	padding: 25px!important;
    width: fit-content!important;
    margin-left: -64px!important;
    margin-right: 363px!important;
}
}


@media screen and (min-width: 320px) and (max-width: 768px){

.img-fluid{
	margin-top: 10px!important;
}
}

@media screen  and (min-width: 320px) and (max-width: 768px){

.carousel-control-next-icon, .carousel-control-prev-icon {
   
margin-top: 100px!important;
}
}
/*mobileview end*/


 .animated{
                -webkit-animation-duration:1s;
                animation-duration:1s;
                -webkit-animation-fill-mode:both;
                animation-fill-mode:both
            }

            @-webkit-keyframes fadeInRight{
                0%{
                    opacity:0;
                    -webkit-transform:translateX(200px);
                    transform:translateX(200px)
                }
                100%{
                    opacity:1;
                    -webkit-transform:translateX(0);
                    transform:translateX(0)
                }
            }
            @keyframes fadeInRight{
                0%{
                    opacity:0;
                    -webkit-transform:translateX(200px);
                    -ms-transform:translateX(200px);
                    transform:translateX(200px)
                }
                100%{
                    opacity:1;
                    -webkit-transform:translateX(0);
                    -ms-transform:translateX(0);
                    transform:translateX(0)
                }
            }
            .fadeInRight{
                -webkit-animation-name:fadeInRight;
                animation-name:fadeInRight
            }




.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/*.active,*/ .accordion:hover {
  background-color: #f7901e;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {
  content: "\2212";
}*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*faq*/
/*
@media screen and (min-width: 320px;) and (max-width: 768px;){
.mobb {
    margin-left: 30px !important;
    margin-top: 25px !important;
}
}*/


@media (max-width: 767px) and (min-width: 360px){
.mobb {
    margin-left: 30px !important;
    margin-top: 25px !important;
}
}





@media (max-width: 767px) and (min-width: 360px){
#video{
  text-align: center!important;
    font-weight: bold!important;
    font-size: 40px!important;
    margin-left: -190px!important;
}
  } 



    @media (max-width: 767px) and (min-width: 360px){

#qw{
  margin-left: 0!important;
}

#qwe{
  margin-left: -131px!important;
    text-align: justify!important;
}

#qwr{
  margin-left: -153px!important;
}

#qwy{
  margin-left: -253px!important;
}

#qwa{
  margin-left: -40px!important;
}

#snow{
  margin-left: 0px!important;
}

#snow1{
  text-align: center!important;
}

#snow3{
  margin-left: -75px!important;
}


    }

    