@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Open+Sans:ital,wght@1,300&display=swap');

/*------nav_bar-START-------	*/
.bgclr-1{
	background-color: #ebe5c5;
	height:135px;}

.dropbtn {
 
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color:#ebe5c5;text-decoration:none; color:#151515;}

.dropdown:hover .dropdown-content {display: block;}
.box_1:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}

/* Border from Y to X  */
.box_1{
	background-color: #FFFFFF;
	width:100px;
	text-align:center;
	position:relative;
	border-radius:10px;
	height:30px;
	padding-bottom: 35px;
    margin-left: 10px;}
	
.box_1 a{
	font-size:12px;
	font-weight:800;}	
	
.box_1 a:before, .box_1 a:after{
	
	 position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 0px;
    content: '';
    background:#edfdff;
    transition: all 0.2s;
     	
	
	}
.box_1 a:before{
	left: 0px;
    top: 0px;}	
	
.box_1 a:after{
	
	right:0px;
	bottom:0px;}
.box_1 a:hover:before, .box_1 a:hover:after{
   	 opacity: 1;
    height: 2px;
    width: 100%;
	background-color:#649a70;}
	
	
/* Border from Y to X  */
.box_2{
	background-color: #FFFFFF;
	width:160px;
	text-align:center;
	position:relative;
	height:40px;
	padding-bottom:38px;}
	
.box_2 a{
	font-size:16px;}	
	
.box_2 a:before, .box_2 a:after{
	
	 position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 2px;
    content: '';
    background:#edfdff;
    transition: all 0.2s;
     	
	
	}
.box_2 a:before{
	left: 0px;
    top: 0px;}	
	
.box_2 a:after{
	
	right:0px;
	bottom:0px;}
.box_2 a:hover:before, .box_2 a:hover:after{
   	 opacity: 1;
    height: 2px;
    width: 100%;}	
	
.btn-outline-success {
    color: #fff !important;
    background-color: #ebe5c5 !important;
    border-color: #ebe5c5 !important;}	
	
.navbar-brand{
	margin-top:4em;}	
	
/*------nav_bar-END-------	*/
	

#wave{
	z-index:1200;}	
	
.fluid{
	max-width:150px;
	height:auto;
	margin-top:40px;}	
	
.loc_box{
	width:100%;
	height:40px;
	background-color:#106c3b;
	transform:skewX(335deg);}	
.loc_box_1{
	width:100%;
	height:40px;
	background-color:#106c3b;
	transform:skewX(335deg);}
.loc_box_2{
	width:100%;
	height:40px;
	background-color:#106c3b;
	transform:skewX(335deg);}

.loc_p{
	color: #ebe5c5;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    font-weight: 500;}	
.logo_nt{
	position:relative;
	top: -105px;
    left: 7em;
    font-weight: 500;}			
.newtr{
	font-size:24px;
	color:#106c3b;}
.solution{
	color: #E50000;
    font-size: 10px;
    font-style: italic;
    position: relative;
    top: -46px;}
.circle{
	font-size:24px;
	color:#2F2F2F;
	text-align:center;
	width:40px;
	height:40px;
	border-radius:100%;
	background-color: #FFFFFF;
	margin-right: 10px;}
.social{
	display:flex;}
.circle:hover{
	background-color:#106c3b;
	color:#FFFFFF;
	transition:ease-in all 0.6s;}
	
/*********banner_start************/	
.carousel{
	height:36em;}
.ban_pic{
	}
.ban_pic img{
	width:78%;
	margin-left:4em;}
.hd_1{
	position:relative;
	left:12em;
	top:12em;}
.hd_box{
	background-color:transparent;
	/*border:10px solid rgb(56 56 56);*/
	border-top:10px   solid rgba(235,229,195,1);
	border-left:10px   solid rgba(235,229,195,1);
	border-bottom:10px  solid rgba(235,229,195,1); 
	width:50%;}	
.insta{
	color:#242424;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 4px;}
.pera_1{
	margin-left: 0px;
    margin-right: 10em;
	font-size: 13px;
    line-height: 25px;}
.insta_1{
	color:#242424;
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 3px;}

.insta_2 {
    color: #242424;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 1px;}

.circle_1{
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:#106c3b78;
	position: absolute;
	top:50px;
	left:30px;
	animation: bounce 6.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;}	

    @-webkit-keyframes bounce {
            from {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
            to {
                -webkit-transform: translate3d(0, 200px, 0);
                transform: translate3d(0, 200px, 0);
            }
        }
		
   @keyframes bounce {
            from {
                transform: translate3d(0, 0, 0);
            }
            to {
                transform: translate3d(0, 200px, 0);
            }
        }		
				
.circle_2{
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#ebe5c5a6;
	position: absolute;
	top: 230px;
    left: 256px;
	animation: bounce 3.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;}	
.circle_3{
	width:90px;
	height:90px;
	border-radius:50%;
	background-color:#ebe5c5a6;
	position: absolute;
	top:13em;
	left: 98%;
	animation: bounce 4.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;}	
.circle_4{
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#106c3bb5;
	position: absolute;
	top:5em;
	left:42em;
	animation: bounce 5.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;}	
.circle_5{
	width:80px;
	height:80px;
	border-radius:50%;
	background-color:#ebe5c5;
	position: absolute;
	top:4em;
	left:55em;
	animation: bounce 7.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;}	
.circle_6{
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#106c3b85;
	position: absolute;
	top:5em;
	left:70%;
	animation: bounce 2.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;}
.circle_7{
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#82b299;
	position: absolute;
	top: 18em;
    left: 9em;
	animation: bounce 5.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;}	
										
	
	
/*********banner_end************/

/*********about-us_start************/

.abt_pic img{
	width:100%;}
.abt_hd{
	text-align:center;
	color:#242424;
	padding-top:3em;}
.hr_1{
	width:30%;
	height:1px;
	background-color:#ebe5c5;}
.abt_p{
	text-align:center;
    font-family: 'Ephesis', cursive;
	font-size: 24px;
    line-height: 30px;}	
.pera_2{
	color:#474747;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
	line-height: 28px;}			


/*********about-us_end************/


/*________________count_section_start_____________*/ 
  
 .bgclr_1{
	 width:100%;
	 height:450px;
	 background-color:#ebe5c5;
	 background-image: url(../IMGES/mod_5.png);
	 margin-top:7em;
	 background-size:cover;
	 background-attachment:fixed;
	/* background-attachment: inherit;*/} 
.count_hd{
	color:#FFFFFF;
	font-size:30px;
	padding-top:1em;}
.pera_3{
	color:#FFFFFF;
	font-size:14px;}
.count_box{
	padding-top:1em;}
.display-4{
	font-size: 3.5rem !important;
	font-weight:700 !important;
	color:#FFFFFF;}
.hr_2{
	width: 62px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;}
.pp_c{
	color:#FFFFFF;
	font-weight:600;
	font-size: 18px;
    padding-top: 2em;}		
			 
  
  
/*________________count_section_end_____________*/  

/*________________services_start_____________*/

.fight{
	text-align:center;
	font-size: 18px;
	margin-top: 4em;}
.hr_3{
	width:50%;
	height:1px;
	background-color:#106c3b;}	
.sub_points{
	margin:0 auto;
	width:65%;
	height:30px;
	background-image: linear-gradient(to right, #ebe5c5 , #106c3b);
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	transition: transform .2s;
	margin-top:5px;}
	
.sub_points:hover{
  transform: scale(1.5);}	
.point{
	text-align:center;
	font-size:17px;
	font-weight:600;
	color:#FFFFFF}

/*________________services_end_____________*/


/*________________footer_start_____________*/	

.footer{
	width:100%;
	height:400px;
	background-color:#ebe5c5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	margin-top:10em;}
/*.f_div{
	border-right: 0.5px solid rgb(206 200 200 / 89%);}*/	
.f_logo{
	max-width:150px;
	margin-top: 5em;}
.new_tf{
	position:relative;
	font-size:24px;
	color:#106c3b;
	font-weight:500;
	left: 6em;
    bottom: 104px;}
.sub_tf{
    color: #E50000;
    font-size: 10px;
    font-style: italic;
    position: relative;
    bottom: 12em;
    left: 14em;
    font-weight: 500;}
	
.social_11{
	display:flex;
    position: relative;
    bottom: 7em;
    left: 8em;}	
.branch{
	text-align:center;
	padding-top: 7em;
    font-size: 18px;}
.br_box a{
	color:#424242;
	line-height: 18px;
    text-align: center;}
.br_box1{
	color: #424242;
    line-height: 3px;
    text-align: center;
    font-size: 12px;
	font-weight: 500;}
.br_box_11{
	width: 325px;
    padding: 10px 10px 10px 10px;
    background-color: #649a70;
    border-radius: 20px;
    height: 225px;
	margin-top: 7em;}				
				

/*________________footer_end_____________*/	


/*________________filter_gallery_products_start_____________*/	

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}



/* Content */
.content {
  background-color:#649a70;
  padding: 10px;
  margin-top:2em;
  border-radius: 10px;
  box-shadow:0px 2px 6px 5px #757575;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  /*background-color: white;*/
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

/*.btn.active {
  background-color: #666;
  color: white;
}*/
.btnm{
	background-color: #ebe5c5 !important;
    border: 1px solid transparent !important;
    padding: 0.375rem 3.99rem !important;
    font-size: 16px !important;
    border-radius: 1.25rem;
	font-weight: 600;
    color: #626364;
    font-style: italic;
	margin-top:4em;}


.pro_name{
	font-size:20px;
	text-align:center;
	padding-top: 20px;
	color:#FFFFFF;}
.pro_pera{
	font-size:12px;
	text-align:center;
	color:#FFFFFF;}	
.pro_type{
	color:#FFFFFF;
	font-size:16px;
	text-align:center;}	
.pera_box{
	width:100%;
	background-color:#87494A;}		
	
/*________________filter_gallery_products_end_____________*/	

.link_con_1{
	position:absolute;
	bottom:5em;}
.link_con_2{
	position: relative;
    bottom: 6em;}
.link_con_3{
	position: relative;
    bottom: 6em;}
.link_con_4{
	position: relative;
    bottom: 6em;}
.link_con_5{
	position: relative;
    bottom: 6em;}
	
	
/*________________admin_login_start_____________*/	

.admin_log{
	margin:0 auto;
	background-image: linear-gradient(to right, #ebe5c5 , #106c3b);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 25em;
	margin-top: 10em;}
.user_admin, .admin_pass{
	width:80%;
    background-color:#FFFFFF;
    border: none;
    text-align: center;
    border-radius: 20px;
    height:3em;
	margin-left: 40px;}
.admin_hd{
	text-align:center;
	color:#FFFFFF;
	padding-top: 3em;}
.log_btn{
	padding: 8px 15px 8px 15px;
    background-color: #e7e2b8;
    border: none;
    margin-left: 20em;
    border-radius: 10px;
    margin-top: 2em;
    font-weight: 500;}		


/*________________admin_login_end_____________*/	


/*________________product_add_start_____________*/

.pro_add{
	text-align:center;}
.group_code{
	width:88%;
    background-color:#FFFFFF;
    border: none;
    text-align: center;
    border-radius: 20px;
    height:3em;
	margin-left: 40px;}
.insert{
	margin:0 auto;
	background-image: linear-gradient(to right, #ebe5c5 , #106c3b);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height:40em;
	margin-top:1em;
	box-shadow:0px 1px 14px 2px #363636;}

.pro_add{
	color:#FFFFFF;
	padding-top: 1em;}
.file_up{
	width:67%;
    background-color:#FFFFFF;
    border: none;
    text-align: center;
    border-radius: 20px;
    height:3em;
	margin-left: 40px;
	padding-left: 9em;
    padding-top: 10px;}
.pro_img{
	color:#333333;
	padding-left:45px;}
.upload_btn{
	padding: 8px 15px 8px 15px;
    background-color: #e7e2b8;
    border: none;
    margin-left: 37em;
    border-radius: 10px;
    margin-top: 1em;
    font-weight: 500;}
.logout_1{
	padding: 8px 15px 8px 15px;
    background-color: #ff6c28;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: white;
	position: relative;
    bottom: 55px;
    left: 40px;}			
.edit_1{
	padding: 8px 15px 8px 15px;
    background-color:#e7e2b8;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: #000000;
	position: relative;
    bottom: 3em;
    left: 21em;}
.edit_pera{
	text-align:center;
	position:relative;	
    bottom: 50px;}					

/*________________product_add_end_____________*/

/*________________product_edit_start_____________*/

.edit_2{
    padding: 8px 50px 8px 50px;
    background-color: #e7e2b8;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: #000000;
    position: relative;
    top: 2em;
    left: 19em;}



/*________________product_edit_end_____________*/

/*________________copy_right_start_____________*/

.copy_rght{
	width:100%;
	height:50px;
	background-color:#1D1D1D;}



/*________________copy_right_end_____________*/


/*________________admin_panel_start_____________*/

.log_btn11{
	padding: 8px 15px 8px 15px;
    background-color: #e7e2b8;
    border: none;
	font-weight:500;
	border-radius:6px;
	margin-left: 138px;
    margin-top: 20px;}
.logout_11 {
    padding: 8px 15px 8px 15px;
    background-color: #ff6c28;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: white;
	margin-left: 185px;
    margin-top: 20px;}	
	
	
/*________________admin_panel_end_____________*/
	
/*________________gallery_table_start_____________*/

.training_hd{
	text-align:center;}
.training_logout {
    padding: 8px 15px 8px 15px;
    background-color: #ff6c28;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: white;
	margin-left: 1em;
    margin-top: 3em;}
.ga_add{
	padding: 8px 15px 8px 15px;
    background-color:#649a70;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: white;
	margin-left: 1em;
    margin-top: 3em;}
.go_ad_p{
	padding: 8px 15px 8px 15px;
    background-color:#649a70;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: white;
	margin-left: 1em;
    margin-top: 3em;}			


/*________________gallery_table_end_____________*/	


/*________________gallery__start_____________*/

.gallery{
	padding:10px;
	background-color:#649a70;
	border-radius: 10px;
	overflow:hidden;
	margin-top:3em;}
.gallery img{
	transition: transform .2s;
	background-size:cover;
	overflow:hidden;}
	
.gallery img:hover {
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
  transform: scale(2.0);
  }
 .tra_use{
	 width:100%;
	 height:50px;
	 background-image: linear-gradient(to right, #ebe5c5 , #106c3b);
	 border-top-left-radius: 20px;
     border-bottom-right-radius: 20px;
	 transition: transform .2s;
	 margin-top:5px;
	 color:#ffffff;
	 font-weight:600;
	     padding-top: 10px;}
	  


/*________________gallery__end_____________*/

	
@media (max-width:575px){
	
	.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}
	
	.fluid{
    position: relative;
    max-width: 100%;
    height: 100px;
	margin-left: -24px;
	margin-top:0px;}
	.bgclr-1{
		height:100px;}
	.box_1{
		background-color: #f6f6f6;
        width: 220px;
		margin-top: 0.5em;}
	.loc_box, .loc_box_1, .loc_box_2{ display:none;}
 	.carousel{
		top:4em;}
	.navbar-toggler{
		margin-top:-100px;}	
	.navbar-brand{
		margin-top:0px;}
	.newtr{
		font-size:20px;}
	.solution{
		font-size:8px;}
	.logo_nt{
		    top: -75px;
            left: 62px;}
	.navbar-collapse{
	margin-top: -8em;
    background-image: linear-gradient(to right, #ebe5c5 , #106c3b);
	height:23em;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;}
	.social{
    margin-top: 2em;
    margin-left: 5em;}	
	
		
/*********banner_start************/			
			
	.hd_1{
		left:2em;
		top:2em;}
	.hd_box{
		width:80%;}	
	.insta{
		font-size: 24px;
    line-height: 33px;
    letter-spacing: 4px;
    margin-left: 10px;
    margin-top: 5px;}
	.insta_2, .insta_1{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;}
	.pera_1{
	margin-left: 4px;
    margin-right: 6em;
    font-size: 13px;
    line-height: 19px;
    text-align: center;}
	.ban_pic{
	right: 14em;
    bottom: 48px;}
	.ban_pic img{
         width: 100%;
    margin-left: 0em;
    margin-top: 2em;}
	.circle_4{
    top: 7em;
    left: 7em;
	background-color:#106c3b4d;}
	
	
	
		
/*********banner_end************/	

/*********about-us_start************/
  .hgt_1{
	  margin-top:10em;}
	.abt_hd{
	font-size: 20px;}
	.abt_p{
	font-size: 16px;
    line-height: 16px;}	
	.pera_2{
		line-height: 21px;
    text-align: center;
	font-size:13px;}	  

/*********about-us_end************/	

/*________________count_section_start_____________*/ 
   .bgclr_1 {
    height: 60em;}
	.display-4 {
    font-size: 2.5rem !important;}							
	
/*________________count_section_end_____________*/ 	






/*________________services_start_____________*/
	
	.sub_points{
		width:100%;
		height:35px;}
	.fight{
		margin-top:2em;}	
/*________________services_end_____________*/


/*________________footer_start_____________*/	
	
.f_logo{
	max-width:100px;}
.new_tf{
	position: absolute;
	font-size:22px;
	color:#106c3b;
	font-weight:500;
    bottom: 63px;
    left: 100px;}
.sub_tf{
    color: #E50000;
    font-size: 9px;
    font-style: italic;
    position: absolute;
    bottom: 53px;
    font-weight: 500;
    left: 102px;}
.footer{
	height:66em;}
.social_11 {
    display: flex;
    bottom: 0em;
    left: -6em;
    flex-direction: row-reverse;}
.branch{
	padding-top: 2em;
    font-size: 17px;}		
				

/*________________footer_end_____________*/	



/*________________filter_gallery_products_start_____________*/
.btnm{
    padding: 3px 11px !important;
    font-size: 11px !important;}
		
/*________________filter_gallery_products_end_____________*/	


/*________________product_add_start_____________*/

  .upload_btn{
	  margin-left:11em;}
  .edit_1{
	      left: 8em;}
  .group_code{
	      margin-left: 20px;}
 .file_up{
	 padding-left: 1em;}
 .pro_add{
	     font-size: 22px;}
.pro_img{
	    padding-left: 21px;
    font-size: 12px;}
.edit_pera{
	    font-size: 12px;
		    margin-right: 8px;}	
.insert{
    height: 45em;}
						 
		 	 		  	  	  



/*________________product_add_end_____________*/

/*________________product_edit_page_start_____________*/

.edit_2{
	    left: 6em;}
/*________________product_edit_page_end_____________*/


/*________________admin_panel_start_____________*/

.log_btn11{
	margin-left: 80px;
    margin-top: 10px;}
.logout_11 {
	margin-left: 130px;
    margin-top: 20px;}	
	
	
/*________________admin_panel_end_____________*/


/*________________gallery__end_____________*/
.gallery img:hover {
  transform: scale(1.5);}


/*________________gallery__end_____________*/



	}
@media (min-width:576px) and (max-width:767px){
	
	.fluid{
    position: relative;
    max-width: 100%;
    height: 100px;
	margin-left: -24px;
	margin-top:0px;}
	.bgclr-1{
		height:100px;}
	.box_1{
		background-color: #f6f6f6;
        width:27em;
		margin-top: 0.5em;}
	.navbar-toggler{
		margin-top:-100px;}	
	.navbar-brand{
		margin-top:0px;}
	.newtr{
		font-size:20px;}
	.solution{
		font-size:8px;}
	.logo_nt{
		    top: -75px;
            left: 62px;}
	.loc_box{
		height:50px;}
	.loc_box_1{
		height:50px;}
	.loc_box_2{
		height:50px;}
	.loc_p{
		padding-top:25px;}					
/*********banner_start************/			
	.carousel{
	height:24em;}		
	.hd_1{
		left:2em;
		top:2em;}
	.hd_box{
		width:80%;}	
	.insta{
		font-size: 24px;
    line-height: 33px;
    letter-spacing: 4px;
    margin-left: 10px;
    margin-top: 5px;}
	.pera_1{
	margin-left: 4px;
    margin-right: 6em;
    font-size: 13px;
    line-height: 19px;
    text-align: center;}
	.ban_pic{
	right: 14em;
    bottom: 48px;}
	.ban_pic img{
		
         width: 100%;
    margin-left: 0em;
    margin-top: 2em;}
	.circle_2 {
    width: 60px;
    height: 60px;
    top: 2em;
    left: 8em;}	
	.circle_7{
	top: 9em;
    left: 17em;}
	.circle_6{
	width:60px;
	height:60px;}
	.circle_3{
	width:60px;
	height:60px;
	top:6em;}	
	
	
		
/*********banner_end************/

/*********about-us_start************/

	.abt_hd{
	font-size: 20px;}
	.abt_p{
	font-size: 16px;
    line-height: 16px;}
		.pera_2{
		line-height: 24px;
    text-align: center;
	font-size:14px;}		  

/*********about-us_end************/								

/*________________count_section_start_____________*/ 
					
	.bgclr_1 {
    height: 22em;}
	.display-4{
	font-size: 2.5rem !important;}
	.pp_c{
		font-size:13px;}
	.count_hd{
		font-size:27px;}
	.pera_3{
		font-size:13px;}								
/*________________count_section_end_____________*/ 

/*________________services_start_____________*/
	
	.sub_points{
		width:100%;
		height:35px;}
	.fight{
		margin-top:2em;}	
/*________________services_end_____________*/	

/*________________footer_start_____________*/	
	
.f_logo{
	max-width:100px;}
.new_tf{
	position: absolute;
	font-size:22px;
	color:#106c3b;
	font-weight:500;
    bottom: 160px;
    left: 100px;}
.footer{
	height:43em;}	
.sub_tf{
    color: #E50000;
    font-size: 9px;
    font-style: italic;
    position: absolute;
    bottom: 147px;
    font-weight: 500;
    left: 102px;}	
.social_11 {
    display: flex;
    bottom: 1em;
    left: -6em;
    flex-direction: row-reverse;}				

/*________________footer_end_____________*/	


/*________________filter_gallery_products_start_____________*/
.btnm{
    padding: 3px 11px !important;
    font-size: 11px !important;}
		
/*________________filter_gallery_products_end_____________*/

/*________________product_add_start_____________*/

  .upload_btn{
	  margin-left:24em;}
  .edit_1{
	      left: 13em;}
  .group_code{
	      margin-left: 20px;}
 .file_up{
	 padding-left: 1em;}
 .pro_add{
	     font-size: 22px;}
.pro_img{
	    padding-left: 21px;
    font-size: 12px;}
.edit_pera{
	    font-size: 12px;
		    margin-right: 8px;}	
.insert{
    height: 45em;}					 
		 	 		  	  	  
/*________________product_add_end_____________*/	
	
/*________________admin_panel_start_____________*/

.log_btn11{
	margin-left: 170px;
    margin-top: 10px;}
.logout_11 {
	margin-left: 215px;
    margin-top: 20px;}	
	
	
/*________________admin_panel_end_____________*/
	
/*________________gallery__end_____________*/
.gallery img:hover {
  transform: scale(1.5);}


/*________________gallery__end_____________*/
	
	
	
	
	
	}
@media (min-width:768px) and (max-width:991px){
.fluid{
    position: relative;
    max-width: 100%;
    height: 100px;
	margin-left: -24px;
	margin-top:0px;}
	.bgclr-1{
		height:100px;}
	.box_1{
		background-color: #f6f6f6;
        width:27em;
		margin-top: 0.5em;}	
	.navbar-toggler{
		margin-top:-100px;}	
	.navbar-brand{
		margin-top:0px;}
	.newtr{
		font-size:20px;}
	.solution{
		font-size:8px;}
	.logo_nt{
		    top: -75px;
            left: 62px;}
		.loc_box{
		height:50px;}
	.loc_box_1{
		height:50px;}
	.loc_box_2{
		height:50px;}
	.loc_p{
		padding-top:25px;}			
/*********banner_start************/			
	.carousel{
	height:24em;}		
	.hd_1{
		left:2em;
		top:2em;}
	.hd_box{
		width:80%;}	
	.insta{
		font-size: 24px;
    line-height: 33px;
    letter-spacing: 4px;
    margin-left: 10px;
    margin-top: 5px;}
	.pera_1{
	margin-left: 4px;
    margin-right: 6em;
    font-size: 13px;
    line-height: 19px;
    text-align: center;}
	.ban_pic{
	right: 14em;
    bottom: 48px;}
	.ban_pic img{
         width: 77%;
    margin-left: 0em;
    margin-top: 0em;}
		
	.circle_2 {
    width: 60px;
    height: 60px;
    top: 2em;
    left: 8em;}	
	.circle_7{
	top: 9em;
    left: 17em;}
	.circle_6{
	width:60px;
	height:60px;}
	.circle_3{
	width:60px;
	height:60px;
	top:6em;}	
	
	
		
/*********banner_end************/			
	
/*********about-us_start************/

	.abt_hd{
	font-size: 20px;}
	.abt_p{
	font-size: 16px;
    line-height: 16px;}
		.pera_2{
		line-height: 24px;
    text-align: center;
	font-size:14px;}	  

/*********about-us_end************/	

/*________________count_section_start_____________*/ 
							
   .bgclr_1 {
    height: 32em;
    background-position: top;}
	.display-4 {
    font-size: 2.5rem !important;}		
	
/*________________count_section_end_____________*/ 

/*________________services_start_____________*/
	
	.sub_points{
		width:100%;
		height:35px;}
	.fight{
		margin-top:2em;}	
/*________________services_end_____________*/	

/*________________footer_start_____________*/	
	
.f_logo{
	max-width:100px;}
.footer{
	height:43em;}		
.new_tf{
	position: absolute;
	font-size:22px;
	color:#106c3b;
	font-weight:500;
    bottom: 160px;
    left: 100px;}
.sub_tf{
    color: #E50000;
    font-size: 9px;
    font-style: italic;
    position: absolute;
    bottom:147px;
    font-weight: 500;
    left: 102px;}
.social_11 {
    display: flex;
    bottom: 1em;
    left: -6em;
    flex-direction: row-reverse;}				

/*________________footer_end_____________*/	


/*________________filter_gallery_products_start_____________*/
.btnm{
    padding: 3px 11px !important;
    font-size: 11px !important;}
		
/*________________filter_gallery_products_end_____________*/
/*________________product_add_start_____________*/

  .upload_btn{
	  margin-left:24em;}
  .edit_1{
	      left: 13em;}
  .group_code{
	      margin-left: 20px;}
 .file_up{
	 padding-left: 1em;}
 .pro_add{
	     font-size: 22px;}
.pro_img{
	    padding-left: 21px;
    font-size: 12px;}
.edit_pera{
	    font-size: 12px;
		    margin-right: 8px;}	
.insert{
    height: 45em;}					 		 	 		  	  	  
/*________________product_add_end_____________*/	
	
/*________________admin_panel_start_____________*/

.log_btn11{
	margin-left: 261px;
    margin-top: 10px;}
.logout_11 {
	margin-left: 305px;
    margin-top: 20px;}	
	
	
/*________________admin_panel_end_____________*/

/*________________gallery__end_____________*/
.gallery img:hover {
  transform: scale(1.5);}


/*________________gallery__end_____________*/




	
	}
@media (min-width:992px) and (max-width:1199px){
.fluid{
    position: relative;
    max-width: 100%;
    height: 100px;
	margin-left: -24px;
	margin-top:0px;}
	.box_1{
    width: 96px;
    left: 49px;
    margin-left: 1px;}
	.navbar-expand-lg .navbar-nav{
		margin-left:0em;} 
	.navbar-toggler{
		margin-top:-100px;}	
	.navbar-brand{
		margin-top:100px;}
	.newtr{
		font-size:20px;}
	.solution{
		font-size:8px;}
	.logo_nt{
		    top: -75px;
            left: 62px;}
    .loc_box{
		height:65px;}
	.loc_box_1{
		height:65px;}
	.loc_box_2{
		height:65px;}
	.loc_p{
		padding-top:40px;}				
/*********banner_start************/			
	.carousel{
	height:24em;}		
	.hd_1{
		left:2em;
		top:8em;}
	.hd_box{
		width:80%;}	
	.insta{
		font-size: 24px;
    line-height: 33px;
    letter-spacing: 4px;
    margin-left: 10px;
    margin-top: 5px;}
	.pera_1{
	margin-left: 4px;
    margin-right: 6em;
    font-size: 13px;
    line-height: 19px;
    text-align: center;}
	.ban_pic{
	right: 20em;
    bottom: 48px;}
	.ban_pic img{
         width: 100%;
    margin-left: 0em;
    margin-top: 2em;}
	
	
		
/*********banner_end************/


/*********about-us_start************/

	.abt_hd{
	font-size: 20px;}
	.abt_p{
	font-size: 16px;
    line-height: 16px;}
	.hgt_1{
		margin-top:5em;}	  

/*********about-us_end************/								

/*________________count_section_start_____________*/ 
						
   .bgclr_1{
		height:530px;
        background-position: top;}
	.display-4 {
    font-size: 2.5rem !important;}		

/*________________count_section_end_____________*/ 

/*________________services_start_____________*/
	
	.sub_points{
		width:100%;
		height:35px;}
	.fight{
		margin-top:2em;}	
/*________________services_end_____________*/

	
/*________________filter_gallery_products_start_____________*/
.btnm{
        padding: 8px 56px !important;
    font-size: 14px !important;}
		
/*________________filter_gallery_products_end_____________*/

/*________________footer_start_____________*/	
	
.f_logo{
	max-width:100px;}
.footer{
	height:43em;}	
.new_tf{
	position: absolute;
	font-size:22px;
	font-weight:500;
    bottom: 160px;
    left: 100px;}
.sub_tf{
    font-size: 9px;
    position: absolute;
    bottom: 147px;
    font-weight: 500;
    left: 102px;}
		
.social_11 {
    display: flex;
    bottom: 1em;
    left: -15em;
    flex-direction: row-reverse;}				

/*________________footer_end_____________*/	
	
/*________________admin_panel_start_____________*/

.log_btn11{
	margin-left: 380px;
    margin-top: 10px;}
.logout_11 {
	margin-left: 425px;
    margin-top: 20px;}	
	
	
/*________________admin_panel_end_____________*/	
	
/*________________gallery__end_____________*/
.gallery img:hover {
  transform: scale(1.5);}


/*________________gallery__end_____________*/	
	
	
	}				