.swiper-container {
  	width: 100%;
  	height: 700px;
}
.swiper-slide img{
  	width: 100%;
 	height: 100%;
  	object-fit: unset;
}

.small-img{
	padding: 60px 450px 60px 450px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 10px;
}

.swiper-pagination-bullet{
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    border: 2px solid #37517e;
}

.swiper-button-prev{
	display: none;
}

.swiper-button-next{
	display: none;
}

:root {
    --swiper-theme-color: #fff;
}

#hero .container 
{
    height: auto !important;
}

.progress
{
	height: 20px !important;
}

.progress .skill
{
	font-size: 14px;
	text-transform: none !important;
}

.section-title p 
{
    font-size: 14px;
}

#pic
{
	width: 40% !important;
	float: left;
	height: 120px;
}

#pic img
{
	width: 120px;
    height: 120px;
	border-radius:140px;
}

.member-info
{
	float: left;
	width: 60%;
}

.member
{
	width: 100% !important;
	float: left;
	border-radius: 30px !important;
}

.col-lg-6
{
	margin-bottom: 15px;
}

.logo a
{
	font-size: 20px !important;
}

.logo
{
	margin-left: 10px !important;
}

.navbar
{
	margin-bottom: 0px;
	margin-left: 240px;
}

.me-auto
{
	margin-right: 0px !important;
}

#mylogo
{
	width: 50px;
	height:50px;
}

#part-logo
{
	margin-top: 50px;
}

#part-name
{
	margin-top: 20px;
	margin-bottom: 20px;
}


#timer
{
	margin-top: 50px;
	width: 1000px;
	text-align: left;
}

.digit-top , .shadow-top
{
	width: 30px !important;
}

.digit-bottom , .shadow-bottom
{
	width: 30px !important;
	height: 54% !important;
}

.flipTimer
{
	font-size: 26px;
	line-height: 41px;
}

.flipTimer .digit-set
{
	width: 30px;
	text-align: center;
	box-shadow: none;
    border: none;
}

.flipTimer .digit
{
	height: 43%;

}
	
.flipTimer .digit > div
{
	padding: 0 5px;
}

p
{
	font-size: 14px;
}

.form-control-feedback
{
	top: 4px;
}

.has-feedback .form-control
{
	padding-left: 12px;
}

#my-login:hover
{
	background-color: #0d6efd;
}

.about .content ul li 
{
    font-size: 14px;
}

.align-items-center
{
	align-items: stretch;
}

.logo-style
{
	width: 160px;
	float: left;

}

.head
{
	width: 100%;
	padding: 0px;
}

.contact .php-email-form button[type=submit]
{
	font-size: 12px;
}

.logo-style
{
	width: 14%;
	float: left;
}

.logo-style img
{
	max-width: 100%;
	height: 100px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
    /*filter: none;*/

}

.logo-style img:hover
{
	cursor: pointer;
	transform: scale(1.5)
	
}


#table-img
{
	width:50px;
}

#table-img img
{
	border-radius: 130px;
}

#left-header
{
	float: left;
	width: 100%;
}

#left-header a
{
	float: left;
}

#title-bnsc a
{
	padding-left: 15px;
	padding-top: 18px;
}

#right-header
{
	float: left;
}

#navbar
{
	float: right;
}

.navbar
{
	margin-left: 0px;
	padding-right: 15px;
}

#header
{
	padding-left: 50px;
	padding-right: 50px;
}

.edp-pic
{
	float: left;
	width: 120px;
}

.edp-pic img
{
	width: 100px;
	height: 100px;
	border-radius: 130px;
}

.edp-desig
{
	height: 120px;
    float: left;
    padding-top: 50px !important;
    font-size: 14px;
    font-weight: bold;
}

.why-us .accordion-list li
{
	float: left;
    width: 100%;
}

#header .logo a:hover
{
	color: #47b2e4;
}

.why-us .content p 
{
    font-size: 14px !important;
}

@media only screen and (max-width: 1250px) 
{
	.logo a
	{
	    font-size: 10px !important;
	}
	#title-bnsc a
	{
		padding-left: 10px;
	    padding-top: 21px;
	}
	.small-img {
	  	padding: 100px 350px 100px 350px;
	}
	
}

@media only screen and (max-width: 1100px) 
{

	.navbar
	{
		margin-left: 0px;
	}
	.col-lg-6 h2
	{
		margin-bottom
	}
	#header
	{
		padding-left: 10px;
		padding-right: 0px;
	}
	.small-img {
	  	padding: 125px 250px 125px 250px;
	}
	

}


@media only screen and (max-width: 991px)
{
	#for-margin
	{
		margin-top: 60px;
	}
	.logo a 
	{
    	font-size: 12px !important;
  	}
  	.small-img {
	  	padding: 45px 90px 45px 90px;
	}
  	
} 

@media only screen and (max-width: 850px) 
{
	#right-header
	{
		width: 20%;
	}

	.small-img {
	  	padding: 60px;
	}
}

@media only screen and (max-width: 767px) 
{
	#pic
	{
		width: 30% !important;
	}

	.member-info
	{
		width: 70%;
	}

	.small-img{
	  	padding: 45px 10px 135px 10px;
	}

}

    
@media only screen and (max-width: 600px) 
{

	#title-bnsc a
	{
		padding-left: 15px;
		padding-top: 16px;
	}

	.logo-style img 
	{
	    height: 80px;
	}

	#table-img
	{
		width: 50px;
		float: left;
	}

	#timer
	{
		margin-top: 0px;
	}

	.logo a
	{
		font-size: 12px !important;
		letter-spacing: 1px;
	}

	#mylogo
	{
		margin-top: -5px;
	}

	.navbar
	{
		margin-top: -5px;
	}

	.align-items-center
	{
		align-items: stretch!important;
	}

	#hero .container 
	{
    	padding-top: 30px;
	}

	#timer
	{
		font-size: 18px;
	}

	.days label, .hours label, .minutes label, .seconds label
	{
		font-size: 12px !important;
	}

	.team .member
	{
	   padding: 15px;
	}

	.team .member h4
	{
		font-size: 16px;
	}

	#pic 
	{
	    width: 20% !important;
	    height: 80px;
	}

	#pic img
	{
		width: 80px;
		height: 80px;
	}

	.member-info 
	{
	    width: 80%;
	}

	.section-title p, p 
	{
	    font-size: 14px !important;
	}

}

@media only screen and (max-width: 450px)
{	

	.small-img{
	  	padding: 75px 10px 185px 10px;
	}

	#hero h2
	{
		font-size: 16px;
	}

	.logo-style img
	{
        height: 60px;
	}

	.col-lg-6
	{
		padding-left: 15px;
    	padding-right: 15px;
	}

	.about .content ul li 
	{
	    font-size: 12px;
	}

	.contact .php-email-form .form-group
	{
		padding-bottom: 0px !important;
	}

	.form-group 
	{
	    font-size: 12px !important;
	}

	.my input , .my textarea
	{
		font-size: 12px !important;
	}

	.section-title p, p 
	{
	    font-size: 12px !important;
	}

}

@media only screen and (max-width: 400px) 
{	

	#timer 
	{
	    padding-left: 10px;
	}

	#pads
	{
		padding: 0px;
	}

	.progress 
	{
    	height: 16px !important;
	}


	.progress .skill 
	{
    	font-size: 12px;
    
	}

	.why-us .accordion-list li 
	{
	    padding: 10px;
	}

	.why-us .accordion-list a
	{
	    font-size: 14px;
	}

	.why-us .accordion-list p
	{
		font-size: 12px;
	}

	#timer
	{
		margin-top: -30px;
	}

	.team .member
	{
		padding: 20px;
	}
	.navbar-mobile
	{
		top: 10px;
	}

	#pic 
	{
	    width: 25% !important;
	    height: 60px;
	}

	#pic img 
	{
	    width: 60px;
	    height: 60px;
	}

	.team .member h4 
	{
    	font-size: 12px;
    }

    .team .member span 
    {
    	font-size: 11px;
	}

	.team .member 
	{
    	padding: 10px;
	}

	.section-title h2 
	{
	    font-size: 24px;
	    margin-bottom: 0px;
	}

	#timer
	{
		padding-left: 15px;
	}

	#hero .container 
	{
	    padding-top: 45px;
	}

	.contact .info h4 
	{
	    font-size: 18px;
	}

	.row
	{
		padding-left: 5px;
    	padding-right: 5px;
	}

	#part-logo img
	{
	    width: 150px;
    	height: 150px;

	}

	.contact .info h4 
	{
	    font-size: 14px;
	}

	.contact .info p
	{
		font-size: 12px;
	}

	.skills .content h3 
	{
	    font-size: 26px;
	}

	.why-us .content h3 
	{
	    font-size: 26px;
	}

	.section-title h2 
	{
	    font-size: 20px;
	}

	.about .content .btn-learn-more
	{
		font-size: 12px;
		padding: 10px 24px;
	}

	.member-info
	{
		width: 75%;
	}

	.team .member .member-info
	{
	    padding-left: 10px;
	}

}


@media only screen and (max-width: 385px) 
{
	.logo a
	{
	    font-size: 8px !important;
	}
}

@media only screen and (max-width: 320px) 
{
	#timer
	{
		font-size: 12px;
	}
}

@media only screen and (max-width: 300px)
{
	.progress .skill 
	{
	    font-size: 10px;
	}
	.section-title p, p 
	{
	    font-size: 12px;
	}

	.edp-desig 
	{
	    height: 85px;
	    padding-top: 40px !important;
	    font-size: 10px;
	}

	.edp-pic 
	{
	    width: 85px;
	}
	
	.edp-pic img 
	{
	    width: 75px;
	    height: 75px;	
	}
	
} 