@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html{
	scroll-behavior: smooth;
}

html,body{
	width: 100%;
	height: 100%;
	font-family: 'Poppins' , sans-serif;
	color: #222;
}
.container{
	max-width: 100%;
	margin: auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

/*header*/

.navbar {
    transition: all 0.4s;
}

.pb-3, .py-3 {
    padding-bottom: 0.1rem!important;
}
.pt-3, .py-3 {
    padding-top: 0.5rem!important;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #28ACEA;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar .nav-link {
    color: #fff;
    font-size: 18px;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}
/*end nav*/ 


.carousel-inner img{
	width: 100%;
	height: 850px;
}
.carousel-caption{
	position: absolute;
	top: 20%;
	transform: translateY(-50%;);
}
.carousel-caption h3{
	text-shadow: 2px 2px 15px #000;
	font-size: 40px;
}
.carousel-caption h2{
	text-shadow: 2px 2px 10px #000;
	font-size: 80px;
}
.carousel-caption h1{
	text-shadow: 2px 2px 10px #000;
	font-size: 30px;
}
.carousel-caption h4{
	text-shadow: 2px 2px 10px #000;
	font-weight: 400;
	font-size: 23.5px;
	font-style: italic;
	padding-left: 160px;
	padding-right: 160px;
}
.carousel-inner .carousel-caption .cv-btn{
	text-shadow: 2px 2px 20px #000;
	padding-top: 20px;
}
.carousel-inner .carousel-caption .cv-btn a{
	border-radius: 4px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 12px 25px;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .5s ease;
}

.carousel-inner .carousel-caption .cv-btn a:hover{
	background-color: #ffffff;
	color: #000000;
}

.jumbotron p{
	padding-right:100px;
	padding-left: 100px;
	font-size: 18px;
}


.padding{
	padding-bottom: 2rem;
}

.left{
	text-align: justify;
	font-size: 15px;
	padding-left: 30px;
	padding-right: 15px;
}

.right{
	padding-left: 10px;
	padding-right: 30px;
}



.left1{
	padding-left: 30px;
	padding-right: 0px;
}

.right1{
	text-align: justify;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 30px;
}
/*info1 MD*/


#info1
{
	margin-bottom: 50px;
}
#info1 .info-right {
  margin-top: 50px;
  padding-right: 120px;
  text-align: justify;
  line-height: 20px;
  font-size: 15px;
}

#info1 .info-left{
	margin-top: 40px;
	text-align: justify;
	font-size: 18px;
	padding-left: 100px;

}

#info1 .info-right p span{
	font-size: 18px;
}
/*----*/


.welcome{
	width: 75%;
	margin: 0 auto;
	padding-top: 4rem;
}
.services .service-content1{
	padding-top: 15px;
}
.welcome hr{
    border-top: 2px solid #b4b4b4;
    width: 75%;
    margin-top: .3rem;
    margin-bottom: 2rem;
    padding-bottom: 15px;   
}


.services .service-content2{
	padding-left: 120px;
	padding-right: 120px;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services .service-content2 .box{
	background-color: #f5f5f5;
	padding: 30px;
	flex: 0 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
	margin-bottom: 30px;
	border: 1px solid #b4b4b4;
	text-align: center;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
}

.services .service-content2 .box::before{
	content: '';
	height: 2px;
	background-color: #00AAE4;
	position: absolute;
	bottom: 0px;
	width: 50px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease;
}

.services .service-content2 .box:hover::before{
	width: 100%;
}

.services .service-content2 .box .icon{
	height: 50px;
	width: 50px;
	background-color: #00AAE4;
	margin: 10px auto 20px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #eeeeee;
	transition: transform .2s;
}

.services .service-content2 .box .icon:hover{
	cursor: pointer;
	-ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
	}

.services .service-content2 .svg-inline--fa {
    display: inline-block;
    font-size: 35px;
    padding-top: 10px;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    color: white;
}

.services .service-content2 .box h5{
	font-size: 18px;
	font-weight: 500;
	color:  #000;
	margin: 0;
}

.services .service-content2 .box p{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin: 10px 0 10px;
}

/*Team*/
.team-content{
	width: 75%;
	margin: 0 auto;
	padding-top: 0px;
}
.team .team-content1{
	padding-left: 140px;
	padding-right: 140px;
	padding-bottom: 50px;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team .team-content1 .box{
	background-color: #f5f5f5;
	padding: 20px;
	flex: 0 0 calc(20% - 10px);
	max-width: calc(20% - 10px);
	margin-bottom: 40px;
	border: 2px solid #d5d5d5;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.team .team-content1 .box:hover{
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.team .team-content1 img{
    width:148px; 
    height:148px; 
    padding-bottom: 3px; 
}
.team .team-content1 .box h3{
	font-size: 18px;
	font-weight: 500;
	color:  #000;
	margin: 0;
}

.team .team-content1 .box p{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin: 10px 0 10px;
}
/*team close*/

/*portfolio*/
.page-section {
    padding: 6rem 0;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
/*portfolio*/

/*products*/
.products-content12 h1 {
    color: black;
    font-size: 45px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
}

.products ul{
  margin:0;
  padding-right: 150px;
  padding-left: 180px;
  list-style:none;
}
.products ul li{
  margin:0;
  padding-right: 30px;
  padding-left: 30px;
  list-style:none;
}
.products .padding-lg {
	display: block;
	padding-top: 25px;
	padding-bottom: 70px;
}
.products .box:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}

.products .box{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 25px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.products .box figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.products .box img{ 
   width:148px; 
   height:148px; 
   padding-bottom: 3px; 
}

.products .box p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:18px; 
   font-weight:400;
   padding-bottom: 3px;
}

.products .yo{
	float: right;
	padding-right: 220px;
}
/*products*/



/*footer*/
footer{
	background-color: #000000;
	color: #ffffff;
	padding-top: 2rem;
}

footer a{
	color: #ffffff;
	text-decoration: none;
}

footer .footer-links a{
	display: inline-block;
	line-height: 1.5;
	font-weight: 400;
	text-decoration: none;
	color: inherit;
	margin-right: 8px;
}

footer .footer-links a:before{
	content: "│";
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	padding-right: 5px;
	left: 0;
}

footer .footer-links a:hover{
	color: #28ACEA;
}

footer .footer-link a{
	display: inline-block;
	line-height: 1.5;
	font-weight: 400;
	text-decoration: none;
	color: inherit;
	margin-right: 8px;
}

footer .footer-link a:hover{
	color: #28ACEA;
}

footer .text{
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	padding-right: 20px;
}

footer .footer-social a{
	height: 36px;
	width: 36px;
	background-color: #33383b;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #33383b;
	line-height: 32px;
	text-align: center;
	margin: 0 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

footer .footer-social a:hover{
	background-color: #ffffff;
}

footer .footer-social a .fa{
	color: #ffffff;
	font-size: 12px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

footer .footer-social a .fa{
	color: #28ACEA;
}


hr.light-100{
	border-top: 1px solid #ffffff;
	width: 100%;
	margin-top: .8rem;
	margin-bottom: 1rem; 
}



/*about*/
#showcase {
	margin-top: 20px;
	padding-top: 30px;

}
#showcase h1{
	font-size: 50px;
	margin-bottom: 20px;
}

#showcase img{
	width: 75%;
	margin-left: 80px;
	margin-top: 30px;
}
#showcase .showcase-right{
	margin-top: 40px;
	margin-right: 70px;
	text-align: justify;
}

#testimonial {
    background-color: #f1f1f1;
    padding: 70px 0 60px 0;
    text-align: center;
    margin-top: 40px;
}

#testimonial p.customer{
	font-size: 2em;
	color: #666;
}

#testimonial p.text{
	font-size: 1em;
	color: #000;
	padding-left: 150px;
	padding-right: 150px;
}



/*-----para----*/

#first {
	padding-top: 80px;
}

#first .button a{
	border-radius: 4px;
	color: #000000;
	border: 1px solid #000000;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all .5s ease;
}

#first .button a:hover{
	background-color: #000000;
	color: #ffffff;
}

#para{
	background: url(../images/para.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wtitle{
	padding-top: 200px;
	padding-bottom: 50px;
}

.wtitle h2{
		font-size: 2em;
		font-weight: bold;
		text-shadow: 2px 2px 50px #000;
}

#contact .welcome{
	padding-top: 90px;
	 padding-left: 160px;
}

#contact .text-left{
    text-align: left;
}

#contact p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-right: 30px;
    }

#page .welcome{
	padding-top: 5px;
	padding-bottom: 10px;
}
#page .fa-facebook-f{
	color: #3f729b;
}
#page .fa-instagram{
	color:#8a3ab9;
}
#page .fa-twitter{
	color: #00abff;
}
#page .fa-facebook-f,#page .fa-instagram,#page .fa-twitter{
	font-size: 2rem;
	margin: 1rem;
}
#page{
	margin-bottom: 20px;
}

#map .contact-map{
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
}


/*project*/
#main .all h1{
	margin: 0 auto; 
	padding-top: 2rem; 
	padding-bottom: 1rem;
}

#main .all hr{
	border-top: 2px solid #b4b4b4; 
	width: 25%; 
	margin-top: .3rem; 
	margin-bottom: 2rem; 
}

#main .all{
	padding-right: 180px; 
	padding-left: 180px;
}

#main img{
	width: 100%;
	height: 180px;
	margin-top: 20px;
}

#main img:hover{
	transform: scale(1.1);
}

#project {
    background-color: #f1f1f1;
    padding: 40px 0 30px 0;
    text-align: center;
    margin-top: 70px;
}



/*services*/
#services{
	padding-bottom: 20px;
}
#services h1{
	color: #4c4c4c;
	margin: 80px 0px 20px;
}

#services h4{
	color: #4c4c4c;
    margin: 20px 0px 20px;
}

#services p{
	color:#737373;
	font-size: 1em;
	padding-bottom: 20px;
	padding-top: 4px;
}

button {
				border: 2px solid #666;
                padding: 15px 20px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 10px;
                border-radius: 10px;
                cursor: pointer;
			}

			#myBtn {
                display: none;
                position: fixed;
                bottom: 20px;
                right: 30px;
                z-index: 99;
                font-size: 12px;
                border: none;
                outline: none;
                background-color: #38ACEC;
                color: white;
                cursor: pointer;
                padding: 15px;
                border-radius: 8px;
                transition-delay: 2s;
                transition-duration: 3s;
            }



/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

@media (max-width: 1400px) {
	#showcase img {
    width: 75%;
    margin-left: 80px;
    margin-top: 60px;
}
.slider-content1 h3 {
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
}

.slider ul{
  margin:0;
  padding-right: 10px;
  padding-left: 10px;
}
.slider ul li{
  margin:0;
  padding-right: 30px;
  padding-left: 80px;
}
}

@media (max-width: 1250px) {

.left{
	text-align: justify;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
}

.right {
	padding-top: 80px;
	padding-left: 18px;
	padding-right: 18px;
}

.left1{
	padding-left: 18px;
	padding-right: 18px;
}

.right1{
	text-align: justify;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
}


#showcase {
	margin-top: 20px;
	padding-top: 40px;

}
#showcase h1{
	font-size: 40px;
	margin-bottom: 20px;
}

#showcase img{
	width: 80%;
	margin-left: 50px;
	margin-top: 50px;
}

#showcase .showcase-right{
	margin-top: 50px;
	margin-right: 20px;
	padding-left: 5px;
	text-align: justify;
	font-size: 15px;
}

.welcome{
	width: 70%;
	margin: 0 auto;
	padding-top: 3rem;
}
.services .service-content1{
	padding-top: 16px;
}

.services .service-content2{
	padding-left: 25px;
	padding-right: 25px;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services .service-content2 .box h5{
	font-size: 18px;
	font-weight: 500;
}

.services .service-content2 .box p{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
	margin: 10px 0 10px;
}



.team .team-content1{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	flex: 0 0 100%;
	max-width: 100%;
}

.team .team-content1 img{
    width:95px; 
    height:95px; 
    padding-bottom: 4px; 
}
.team .team-content1 .box h3{
	font-size: 18px;
	font-weight: 400;
}

.team .team-content1 .box p{
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	margin: 10px 0 10px;
}
/*team close*/


#project img{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 180px;
	height: 190px;
}


/*slider*/

.slider ul{
  margin:0;
  padding-right: 80px;
  padding-left: 120px;
}
.slider ul li{
  margin:0;
  padding-right: 8px;
  padding-left: 8px;
}


/*services*/
#services{
	padding-bottom: 20px;
}

#services h1{
	margin: 80px 0px 20px;
}

#services h4{
	font-size: 20px;
    margin: 15px 0px 15px;
}

#services p{
	font-size: 16px;
	padding-right: 6px;

}

#contact .welcome{
	 padding-left: 50px;
}

#contact .text-left{
    text-align: left;
}

#contact p {
    margin-bottom: 1rem;
    padding-right: 30px;
    }
}

@media (max-width: 1024px) {

.left{
	text-align: justify;
	font-size: 13px;
	padding-left: 18px;
	padding-right: 18px;
}

.right {
	padding-top: 25px;
	padding-left: 18px;
	padding-right: 18px;
}


.left1{
	padding-left: 18px;
	padding-right: 18px;
}

.right1{
	text-align: justify;
	font-size: 13px;
	padding-left: 18px;
	padding-right: 18px;
}


#showcase {
	margin-top: 20px;
	padding-top: 40px;

}
#showcase h1{
	font-size: 40px;
	margin-bottom: 20px;
}

#showcase img{
	width: 100%;
	margin-left: 10px;
	margin-top: 65px;
	padding-right: 5px;
}
#showcase .showcase-right{
	margin-top: 50px;
	margin-right: 10px;
	padding-left: 5px;
	text-align: justify;
	font-size: 15px;
}

.welcome{
	width: 70%;
	margin: 0 auto;
	padding-top: 3rem;
}
.services .service-content1{
	padding-top: 15px;
}

.services .service-content2{
	padding-left: 20px;
	padding-right: 20px;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services .service-content2 .box h5{
	font-size: 17px;
	font-weight: 400;
}

.services .service-content2 .box p{
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
	margin: 10px 0 10px;
}


#info1
{
	margin-bottom: 40px;
}
#info1 .info-right {
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 10px;
  line-height: 20px;
  font-size: 15px;
}
#info1 .info-right h2{
	margin-bottom: 0px;
}

#info1 .info-right p span{
	font-size: 16px;
}

#info1 .info-left{
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#info1 .info-left img{
	width: 100%;
	height: 500px;
}

.team .team-content1{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	flex: 0 0 100%;
	max-width: 100%;
}

.team .team-content1 img{
    width:90px; 
    height:90px; 
    padding-bottom: 4px; 
}
.team .team-content1 .box h3{
	font-size: 15px;
	font-weight: 300;
}

.team .team-content1 .box p{
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 10px 0 10px;
}
/*team close*/


#project {
    padding: 50px 0 60px 0;
    text-align: center;
    margin-top: 70px;
}

#project h1{
	font-size: 36px;
	margin-bottom: 20px;
}

#project hr{
    width: 40%;   
}

#project h3{
	text-align: left;
	padding-left: 100px;
	padding-top: 14px;
}

#project p.text{
	font-size: 13px;
	color: #000;
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: justify;
}

#project img{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 150px;
	height: 160px;
}


/*slider*/
.slider-content1 h3 {
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
}

.slider ul{
  margin:0;
  padding-right: 10px;
  padding-left: 10px;
}
.slider ul li{
  margin:0;
  padding-right: 8px;
  padding-left: 8px;
}
/*services*/
#services{
	padding-bottom: 20px;
}
#services h1{
	margin: 80px 0px 20px;
}

#services h4{
	font-size: 17px;
    margin: 15px 0px 15px;
}

#services p{
	font-size: 13px;
	padding-right: 6px;
	text-align: left;
}
/*products*/

.products ul{
  margin:0;
  padding-right: 150px;
  padding-left: 220px;
  list-style:none;
}

#contact .welcome{
	 padding-left: 50px;
}

#contact .text-left{
    text-align: left;
}

#contact p {
    margin-bottom: 1rem;
    padding-right: 30px;
    }
}


@media (max-width: 768px) {
	.carousel-inner img {
    width: 100%;
    height: 580px;
}
.carousel-caption h3{
	font-size: 20px;
}
.carousel-caption h2{
	font-size: 50px;
}
.carousel-caption h1{
	font-size: 18px;
}
.carousel-caption h4{
	font-weight: 200;
	font-size: 12px;
}
.carousel-inner .carousel-caption .cv-btn{
	padding-top: 15px;
}
.carousel-inner .carousel-caption .cv-btn a{
	border: 2px solid #ffffff;
	font-size: 12px;
	font-weight: 500;
}
.jumbotron p{
	padding-right:110px;
	padding-left: 110px;
	font-size: 16px;
}
#text h1{
	padding-top: 5px;
	font-size: 50px;
}
#text .lead{
	font-size: 18px;
}
.padding{
	padding-bottom: 1.5rem;
}

.left{
	text-align: justify;
	font-size: 13px;
	padding-left: 18px;
	padding-right: 18px;
}

.right{
	padding-left: 18px;
	padding-right: 18px;
}



.left1{
	padding-left: 18px;
	padding-right: 18px;
}

.right1{
	text-align: justify;
	font-size: 13px;
	padding-left: 18px;
	padding-right: 18px;
}


#showcase {
	margin-top: 20px;
	padding-top: 40px;

}
#showcase h1{
	font-size: 40px;
	margin-bottom: 20px;
}

#showcase img{
	width: 100%;
	margin-left: 10px;
	margin-top: 55px;
	padding-right: 5px;
}
#showcase .showcase-right{
	margin-top: 50px;
	margin-right: 10px;
	padding-left: 5px;
	text-align: justify;
	font-size: 18px;
}

#testimonial {
    padding: 50px 0 40px 0;
    text-align: center;
    margin-top: 30px;
}

#testimonial p.customer{
	font-size: 1.5em;
}

#testimonial p.text{
	font-size: 1em;
	padding-left: 150px;
	padding-right: 150px;
}
.welcome{
	width: 70%;
	margin: 0 auto;
	padding-top: 3rem;
}
.services .service-content1{
	padding-top: 13px;
}

.services .service-content2{
	padding-left: 20px;
	padding-right: 20px;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services .service-content2 .box h5{
	font-size: 16px;
	font-weight: 400;
}

.services .service-content2 .box p{
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
	margin: 10px 0 10px;
}



#info1
{
	margin-bottom: 40px;
}
#info1 .info-right {
  margin-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 20px;
  font-size: 10px;
}
#info1 .info-right h2{
	margin-bottom: 0px;
}

#info1 .info-right p span{
	font-size: 12px;
}

#info1 .info-left{
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#info1 .info-left img{
	width: 100%;
	height: 400px;
}

.team .team-content1{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	flex: 0 0 100%;
	max-width: 100%;
}

.team .team-content1 img{
    width:90px; 
    height:90px; 
    padding-bottom: 4px; 
}
.team .team-content1 .box h3{
	font-size: 14px;
	font-weight: 300;
}

.team .team-content1 .box p{
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	margin: 10px 0 10px;
}
/*team close*/

#main h1{
	margin-top: 60px;
	text-align: center;
}

#main hr{
    width: 50%;
}
#main .all{
	padding-right: 80px; 
	padding-left: 80px;
}

#main img{
	width: 100%;
	height: 90px;
}

#project {
    padding: 50px 0 60px 0;
    text-align: center;
    margin-top: 70px;
}

#project h1{
	font-size: 35px;
	margin-bottom: 20px;
}

#project hr{
    width: 40%;   
}

#project h3{
	text-align: left;
	padding-left: 80px;
	padding-top: 14px;
}

#project p.text{
	font-size: 13px;
	color: #000;
	padding-top: 10px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
}

#project img{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 150px;
	height: 180px;
}


/*slider*/
.slider-content1 h3 {
    font-size: 30px;
    font-weight: 400;
    padding-top: 20px;
}

.slider ul{
  margin:0;
  padding-right: 10px;
  padding-left: 10px;
}
.slider ul li{
  margin:0;
  padding-right: 8px;
  padding-left: 8px;
}
/*services*/
#services{
	padding-bottom: 20px;
}
#services h1{
	margin: 80px 0px 20px;
}

#services h4{
	font-size: 16px;
    margin: 15px 0px 15px;
}

#services p{
	font-size: 12px;
	padding-right: 6px;
	text-align: left;
}

#contact .welcome{
	 padding-left: 50px;
}

#contact .text-left{
    text-align: left;
}

#contact p {
    margin-bottom: 1rem;
    padding-right: 30px;
    }
}

@media (max-width: 414px) {
	.welcome {
    width: 90%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-left: 25px;
}
	#services p {
    font-size: 12px;
    padding-right: 5px;
}

#first .col-md-12 h2{
	font-size: 1.5rem;

}
#contact .welcome{
	 padding-left: 20px;
}

#contact .text-left{
    text-align: left;
}

.products-content12 h1 {
    color: black;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
}
.products ul {
    margin: 0;
    padding-right: 40px;
    padding-left: 40px;
    list-style: none;
}

#main .all h1 {
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

#main .all hr {
    border-top: 2px solid #b4b4b4;
    width: 85%;
    margin-top: .3rem;
    margin-bottom: 2rem;
}

#main .all {
    padding-right: 70px;
    padding-left: 70px;
}

#project hr {
    width: 50%;
}

#project h3 {
    text-align: left;
    padding-left: 70px;
    padding-top: 14px;
}

#project p.text {
    font-size: 13px;
    color: #000;
    padding-top: 10px;
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
}

.slider-content1 h3 {
    font-size: 30px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 40px;
}

.slider ul {
    margin: 0;
    padding-right: 10px;
    padding-left: 60px;
}

#showcase img {
    width: 100%;
    margin-top: 55px;
    padding-right: 5px;
}

#showcase img {
    width: 100%;
    margin-top: 60px;
    padding-right: 20px;
}

#showcase .showcase-right {
    margin-top: 50px;
    margin-right: 10px;
    padding-left: 5px;
    text-align: justify;
    font-size: 17px;
}

#testimonial p.text {
    font-size: 1em;
    padding-left: 40px;
    padding-right: 40px;
}

.services .service-content2 {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services .service-content2 .box h5 {
    font-size: 10px;
    font-weight: 500;
}


.services .service-content2 .box {
    background-color: #f5f5f5;
    padding: 5px;
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin-bottom: 30px;
    border: 1px solid #b4b4b4;
    text-align: center;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.services .service-content2 .box p {
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    color: #000;
    margin: 10px 0 10px;
}

#info1 .info-right {
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
    font-size: 15px;
}

.team .team-content1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    flex: 0 0 100%;
    max-width: 100%;
}

.team .team-content1 .box {
    background-color: #f5f5f5;
    padding: 0px;
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    margin-bottom: 40px;
    border: 2px solid #d5d5d5;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.team .team-content1 img {
    width: 50px;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.team .team-content1 .box h3 {
    font-size: 12px;
    font-weight: 300;
}

.team .team-content1 .box p {
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0 10px;
}

.carousel-inner img {
    width: 100%;
    height: 450px;
}

.carousel-caption h4 {
    text-shadow: 2px 2px 10px #000;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    padding-left: 40px;
    padding-right: 40px;
}

.carousel-caption h2 {
    font-size: 30px;
}


.carousel-inner .carousel-caption .cv-btn a {
    border: 1.5px solid #ffffff;
    font-size: 10px;
    font-weight: 600;
}

.carousel-caption .one h4 {
    text-shadow: 2px 2px 10px #000;
    font-weight: 300;
    font-size: 10px;
    font-style: italic;
    padding-left: 30px;
    padding-right: 30px;
}

.jumbotron p {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.right {
    padding-left: 5px;
    padding-right: 5px;
}

.left1 {
    padding-left: 5px;
    padding-right: 5px;
}

}