
body{
  font-family: "Alegreya",sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
   border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.nav{
	width:100%;
	
	background-color: #f4921d;
	-webkit-box-shadow: inset 3px -45px 46px -60px rgba(0,0,0,0.66);
-moz-box-shadow: inset 3px -45px 46px -60px rgba(0,0,0,0.66);
box-shadow: inset 3px -45px 46px -60px rgba(0,0,0,0.66);

}

.fixed-nav{
	height: 0px;
	overflow: hidden;
	    position: fixed;
    z-index: 999;
    opacity: 0;

        	     animation-name: getfixednav;
  animation-duration: 2s;
    animation-iteration-count: 1;
 
     animation-fill-mode: forwards;  
}

@keyframes getfixednav {
  from {opacity: 0;height:0px;}
  to {opacity: 1;height:60px;}
}

@keyframes getfixednavmob {
  from {opacity: 0;height:0px;}
  to {opacity: 1;height:50px;}
}


.nav-box{
height: 60px;
padding: 5px;
}

.nav-box-logo{
	height: 100%;
   
}
.nav-box-logo img{
	height: 100%;
   
}

.nav-menu{
	 list-style-type: none;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-top: 22px;
    float: right;
    padding: 0px;
    text-transform: uppercase;
}
.nav-menu a:hover{
    text-decoration: none;
}
.nav-menu li{
	    margin: 0px 15px;
	    color:white;
          line-height: 16px;
}



.nav-menu li:hover {
	color:#333333;
	    text-decoration: none;
}

.m-menu-button{
	    font-size: 28px;
    padding: 3px 5px;
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;

}

.top-section{
	    width: 100%;
        height: 300px;
    background-color: #f7941d;
    background-image: url(../img/wallside.png);
    background-position: left;
    background-size: 100% 100%;
    	 animation-name: section-fade;
  animation-duration: 2s;
    animation-iteration-count: 1;
}

.main-logo{
	width: 100%;
    padding: 20px;
    margin-top: 30px;
}
.main-logo img{
	width: 90%;
  
}
.logo-sub{
	    width: 90%;
    text-align: center;
    font-size: 30px;
    font-family: "Alegreya",sans-serif;
    color: #f7941d;
  
}

.products-coll{
height: auto;
    width: 100%;
  
}

.products-coll img{
	
	width: 100%;
}
.section{
	width:100%;
	min-height: 120px;
	 animation-name: section-fade;
  animation-duration: 2s;
    animation-iteration-count: 1;
    margin-top: 10px;
}
.section p{

    font-size: 20px;
    text-align: justify;
    font-family: "Alegreya",sans-serif;
}

.team-title{
  width: 100%;
    height: auto;
    text-align: center;
    color: #112558;
    height: 40px;
}

.team-member{
      width: 100%;
    height: 82px;
    border: 1px solid #ffa5009c;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
        background-color: orange;
    color: white;
}


.team-member .member-image{
  width: 80px;
    height: 80px;
    background-color: orange;
    float: left;
        background-image: url(img/Sample-1---right.jpg);
    background-position: center;
    background-size: cover;
}



.team-member .member-des{
  float: left;
    width: auto;
    height: 100%;
    display: inherit;
}


.team-member .member-des .des-title{
  height: 50px;
    line-height: 50px;
    font-size: 25px;
    padding: 0px 15px;
    font-weight: 600;


}

.team-member .member-des .des-sub-title{
  font-size: 18px;
    padding: 0px 15px;
    color: dimgray;
    line-height: 10px;

}

.con-table{
  margin: auto;
  font-size: 20px;
}


.con-table th{
 
 min-width: 200px;
}


.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: orange;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
@keyframes section-fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes section-up-image {
  from {opacity: 0;top: 105px;}
  to {opacity: 1;top: -72px;}
}


@keyframes section-image {
  from {opacity: 0;top: 0px;}
  to {opacity: 1;top: 100px;}
}
.theme-section{
	background-color: #f7941d;
}
.theme-section h3{
	    text-align: center;
    color: white;
    padding: 40px 0px;
    font-size: 28px;
}

.single-products-coll{
	height: auto;
    width: 100%;
    position: relative;
    top: -72px;
    opacity: 0;
    	     animation-name: section-up-image;
  animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 1s;
     animation-fill-mode: forwards;  
}
.single-products-coll img{
	height: auto;;
   width: 100%;
}


.product{
	width: 100%;
	height:auto;

}
.right-text{
	text-align: right !important;
}

.right-text h4{
	text-align: right !important;
}
.right-text p{
	text-align: right !important;
}

.product{
      text-align: left;
}

.product h4{
	    font-size: 35px;
    margin-top: 40px;
     font-family: "Alegreya",sans-serif;
    color: #333333;
    margin-bottom:0px;
	
	

}


.product .headsub{
      font-size: 20px;
    font-weight: 400;
    color: #727070;
    font-style: normal;
    width: 100%;

}
.product p{
      font-size: 20px;
    text-align: justify;
    font-family: "Alegreya",sans-serif;
}



@media (max-width: 768px){
.section p{

    font-size: 16px;
    text-align: justify;
    font-family: "Alegreya",sans-serif;
}

#homevertexinvoiceh4{

}

}

.product ul{
      min-height: 330px;
    height: auto;
   font-family: "Alegreya",sans-serif;

}



.product button{
    border: 0px;
    padding: 5px 10px;
    color: #333332;
    background-color: #f7941d;
    border-radius: 20px;
    font-weight: 700;
}


.developing {
      color: gray !important;
    cursor: not-allowed !important;
}
.footer{
	width: 100%;
	min-height:200px; 
	background-color: #333333;	
}
.footer-sec{
		min-height: 160px
}
.footer .cc{
	    color: white;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.footer .cc i{
	font-style: normal;
    color: #f7941d;
    font-weight: 600;
}

.footer .menu{
	    color: white;
    list-style-type: none;
    font-size: 15px;
    margin-top: 10px;
    text-align: left;
    padding: 0px;
}
.footer .menu-head{
	    margin-top: 20px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.footer .menu li{
	margin:5px 0px;
	color: white;
}

.footer .menu li:hover{
	color:#f7941d;
	font-weight: 600;

}
.footer .menu a:hover{
    text-decoration: none;
}


/*pages*/

.main-title{
         margin: auto;
    text-align: center;
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    padding-top: 80px;
   font-family: "Alegreya",sans-serif;
 
}


.image-theme {
      background-image: url(https://www.discovery.org/m/sites/71/2020/11/elementary-school-classroom-enthusiastic-teacher-holding-tablet-computer-explains-to-a-brilliant-young-children-how-wind-turbines-work-kids-learning-about-eco-friendly-forms-of-renewable-energy-stockpack-adobe-stock-scaled.jpg);
    background-size: cover;
    background-position: revert;
    height: 383px;
}


.sec-middle-img{
text-align: center;
    margin: auto;
}


.sec-middle-img img{
  width: 50%;
    margin: auto;
}



/*form button{
  border: 0px;
  padding: 5px 10px;
  color: white;
  background-color: #f7941d;
  border-radius: 20px;
  font-size: 24px;
}*/


.mobile-nav{
  display: none;
}

.buttonofform{
  width: auto;
  height: 40px;
  padding: 0px 15px;
  border: 0px;
  background-color: orange;
  border-radius: 15px;
  float: right;
}


@media (min-width: 768px){

	.products-coll{
    position: relative;
    top: 100px;
    opacity: 0;
     animation-name: section-image;
  animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 1s;
     animation-fill-mode: forwards;  
     text-align: center;
}



.form-sec{
  margin-top: -150px;
}
}

#topofsetc{
      top: -57px !important;
}


@media (max-width: 768px){
.m-menu-button{
	display: block;
}
.fixed-nav{
     animation-name: getfixednavmob;
        	     }
.nav-box {
    height: 50px;
    padding: 5px;
}
	.products-coll{
    position: unset;
    top: unset;
    opacity: 1;
    text-align: center;
}



  .products-coll img{
   max-width: 404px;

}
.logo-sub {
color: #333333 !important;
    width: 100%;
   }

 .m-movable{
 	display: block !important; 
 }

 .m-movable .m-right{
 	float: : right  !important; 
 	    position: relative;
    top: 190px;
 }

.m-movable .m-left{
 	float: : left  !important; 
 	    position: relative;
    top: -382px;
}


.product h4{
	text-align: center !important;
	
	

}
.product p{
 text-align: justify !important;
}

.m-movable .m-justify  p{
  text-align: justify !important;

}


.product button{
float: right !important;
}
.footer-sec .menu-head{
	text-align: center; 

}

.footer-sec .menu{
	text-align: center; 

}

.sec-middle-img {
    text-align: center;
    margin: auto;
    margin-top: 183px;
    }


    .get-up-more138{
          margin-top: 138px;
    }

.single-products-coll{
    margin-top: -160px;

}

#index23{
      margin-top: 0px;


}


#index55{
 margin-top: -55px
}



#topofdetails{
      top: 150px;
}
#sp1{
      margin-top: -50px !important;
}

#sp2{
      margin-top: -70px !important;
}

#sp3{
  margin-top:146px;
}



#mar1{
      margin-top: -20px;

}



#mar-top2{
  /*margin-top: -218px;*/
}

#changetop{
  top:165px;
}


#topof220{
  top: 165px;
}

#margin122{
  margin-top:20px;
}



#vertopmin{
 margin-top: -100px; 
}



#martop11{
  margin-top: -50px;
}



#marginpro{
      margin-top: 125px;
}

#setctin-sims{
  margin-top:239px;
}

#section-invoice{
  margin-top: -124px;

}

#sectionlowmar{
      margin-bottom: -175px;

}
#mar125{
  margin-top:40px;
}

.contact-form form {
    padding: 1px;
    margin-top: 90px;
}




 .btnContact {
      padding: 0px 14px;
      width: auto;
          height: 40px;
    float: right;
}

#homevertexinvoiceh4 {
  margin-top: 0px;
}




 .mobile-nav{  
  position: fixed;
    height: 100%;
    width: 0%;
    background-color: #333333;
    z-index: 9999;
    top: 50px;
    right: 0px;

      display: block !important;

}

.mobile-nav ul{
list-style: none;
    padding: 10px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
}


.menu-logo{
      width: 100%;
    height: auto;
    text-align: center;
    padding: 10px;
}

.menu-logo img{
  width: 40%;
    margin: auto;

}

.mobile-nav ul li{
        height: 40px;
    line-height: 35px;
    border-bottom: 1px solid #ffffff6b;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    color: white;
      text-transform: uppercase;
    }

.mobile-nav ul li:hover{
  color: orange;
}


.mobile-nav .menu-foot{
      font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 5px;
    z-index: 99;
    color: #ddd8d8;
    width: inherit;
    right: 0px;
        height: 20px;
    overflow: hidden;
    display: flow-root;

}




.m-menu-show{

   
   animation-name: shwo-m-menu;
  animation-duration: 1s;
    animation-iteration-count: 1;
/*    animation-delay: 1s;*/
     animation-fill-mode: forwards;  
}
.m-movable .m-left{
  text-align: center;
}


.m-menu-hide{
     animation-name: hide-m-menu;
  animation-duration: 1s;
    animation-iteration-count: 1;
/*    animation-delay: 1s;*/
     animation-fill-mode: forwards;  
}

.product .headsub{
  text-align: center;
}


}



@keyframes shwo-m-menu {
  from {opacity: 0;width: 0%}
  to {opacity: 1;width: 80%}
}



@keyframes hide-m-menu {
  from {opacity: 1s;width: 80%}
  to {opacity: 0;width: 0%}
}




         .btn-grad {background-image: linear-gradient(to right, #232526 0%, #414345  51%, #232526  100%)}
         .btn-grad {
          background-size: 200% auto;

           
            transition: 0.5s;
            
         
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         

         .btn-grad-or {background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03  51%, #FFB75E  100%)}
         .btn-grad-or {
           background-size: 200% auto;

            transition: 0.5s;
          }

          .btn-grad-or:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         