@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1440px !important;
}
}


body{
font-family: 'Montserrat', sans-serif;
}


/* NAVBAR */

.navbar{
transition:0.3s;   
padding: 10px 80px;
}

.navbar.sticky{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
padding: 10px 80px;
}
.navbar-brand img
{
	width: 198px;
    height: 31px;
}

.logo{
font-weight:700;
font-size:24px;
color:#1a5f6b;
}

.logo span{
color:#38b6b0;
}

.navbar-nav .nav-link{
color:#333;
font-weight:500;
margin:0 15px;
}

.navbar-nav .active .nav-link{
color:#38b6b0;
}
.navbar .dropdown:hover .dropdown-menu{
display:block;
margin-top:0;
}

.navbar-nav .nav-link.active{
color:#37c0cf !important;
font-weight:600;
}
.dropdown-menu{
border:none;
border-radius:6px;
box-shadow:0 6px 20px rgba(0,0,0,0.1);
}

.dropdown-item:hover{
background:#47c2cf;
color:#fff;
}
.whatsapp-float{
position:fixed;
right:5px;
top:50%;
transform:translateY(-50%);
width:50px;
height:50px;
background:#25D366;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
z-index:999;
box-shadow:0 5px 15px rgba(0,0,0,0.3);
transition:0.3s;
}

.whatsapp-float:hover{
background:#25D366; 
text-decoration: none;
}
#scrollTopBtn{
position:fixed;
bottom:30px;
right:30px;
width:45px;
height:45px;
background:#47c2cf;
color:#fff;
display:flex !important;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:18px;
cursor:pointer;
display:none;
z-index:999;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
transition:0.3s;
}

#scrollTopBtn:hover{
background:#0b5b67;
transform:translateY(-3px);
text-decoration: none;
}
/* HERO SECTION */

.hero-section{
padding:0px 80px;
}

.hero-box{
background:#cfcfcb;
border-radius:30px;
padding:40px 80px;
position:relative;
overflow:hidden;
}




.hero-slide{
display:none;
}

.hero-slide.active{
display:block;
}



.hero-title{
margin-bottom:20px;
font-size:48px;
font-weight:600;
color:#0d161a;
}


.hero-desc{
font-size:16px;
font-weight:600;
color:#0d161a;
}


.hero-btn{
background:#004e64;
padding:12px 30px;
border-radius:8px;
font-size:16px;
font-weight:600;
color:#fff;
}

.hero-btn::after{
content:"";
background:url('../images/right-arrow.png') no-repeat center;
background-size:16px;
width:18px;
height:11px;
display:inline-block;
margin-left:10px;
transition:0.3s;
}

.hero-btn:hover::after{
transform:translateX(5px);
}

.hero-btn:hover{
background:#08424b;
color:#fff;
}

.hero-img{
max-width:100%;
}



/* SLIDER DOTS */

.slider-dots{
position:absolute;
right:20px;
top:50%;
transform:translateY(-50%);
display:flex;
flex-direction:column;
}

.dot{
width:15px;
height:15px;
border-radius:50%;
background:#bbb;
margin:8px 0;
cursor:pointer;
}

.dot.active{
background:#004e64;
border:3px solid #004e64;
}



/* RESPONSIVE */

@media(max-width:992px){

.hero-title{
font-size:32px;
}

.hero-box{
padding:10px;border-radius: 15px;
}

.slider-dots{
right:10px;
}

}

@media(max-width:768px){

.hero-box{
text-align:center;
}

.hero-img{
margin-top:30px;
}

.slider-dots{
display:none;
}

}

/* LOGO SLIDER */

.logo-slider-section{ 
padding:40px 80px;  
}

.logo-slider .logo-item{
text-align:center;
}

.logo-slider img{
max-height:70px;
margin:auto; 
transition:0.3s;
width:100%;
}

.logo-slider img:hover{
opacity:1;
transform:scale(1.05);
}

.section-gap{
  margin-bottom: 40px;
}
/* SERVICES SECTION */
.services-section{
background-color:#37c0cf;
padding:40px 80px;
}
.services-section1{
background-color:#fff;
padding:40px 80px;
}
.services-heading{
margin-bottom:50px;
}
.service-subtitle{
font-size:24px;
font-weight:600;
line-height:1.75;
color:#fff;
margin-bottom:0;
}
.service-title{
font-size:48px;
font-weight:bold;
line-height:1.35;
color:#004e64;
}
/* SERVICE CARD */
.service-card{
height:384px;
background:#f7f7f7;
padding:35px;
border-radius:15px;
text-align:left;
margin:10px;
display:flex;
flex-direction:column;
transition:0.3s;
}
.service-card:hover{
transform:translateY(-5px);
}
/* ICON */
.service-icon{
width:60px;
height:60px;
margin-bottom:20px;
display:block;
}
.service-icon img{
width:100%;
height:100%;
object-fit:contain;
}
/* TITLE */
.service-card h4{
font-size:22px;
font-weight:bold;
line-height:1.2;
color:#3a3a3a;
margin-bottom:10px;
}
/* LINE */
.service-line{
width:60px;
height:1px;
background:#575757;
margin:10px 0 20px;
}
/* DESCRIPTION */
.service-card p{
font-size:16px;
line-height:1.5;
color:#727272;
flex-grow:1;
}
/* BUTTON */
.service-btn{
border:1px solid #004e64;
padding:8px 20px;
border-radius:5px;
font-weight:600;
color:#004e64;
display:inline-block;
width:auto;
align-self:flex-start;
margin-top:auto;
}
.service-btn:hover{
background:#004e64;
color:#fff;
text-decoration:none;
}
/* SLICK FIX FOR EQUAL HEIGHT */
.services-slider .slick-track{
display:flex !important;
}
.services-slider .slick-slide{
height:auto;
display:flex;
}
/* SLICK DOTS */
.services-slider .slick-dots{
bottom:-40px;
}
.services-slider .slick-dots li button:before{
font-size:10px;
color:#fff;
}
/* ABOUT SECTION */

.about-section{
background:#ebeff7;
padding:40px 80px; 
}


.about-subtitle{
flex-grow: 0; 
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #37c0cf;
  margin-bottom: 0;
}


.about-title{ 
  align-self: stretch;
  flex-grow: 0; 
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}


.about-desc{
height: auto;
  align-self: stretch;
  flex-grow: 0; 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #727272;
}



/* FEATURE BOX */

.about-box{
padding:18px 20px;
margin-bottom:20px; 
transition:0.3s;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px; 
  border-radius: 10px;
  border: solid 1px rgba(55, 192, 207, 0.3);
  background-color: #fff;
}

.about-box:hover{
transform:translateY(-4px);
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.about-box img{
height:35px;
margin-right:0px;
}

.about-box span{ 
  align-self: stretch;
  flex-grow: 0; 
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;

}



/* RIGHT IMAGE */

.about-img{
max-width:100%;
}

/* PROJECTS SECTION */

.projects-section{
padding:40px 80px; 
}


.projects-heading{
margin-bottom:10px;
}

.projects-subtitle{
    flex-grow: 0;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #37c0cf;
    margin-bottom: 0;
}

.projects-title{ 
  align-self: stretch;
  flex-grow: 0; 
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}



/* PROJECT CARD */

.project-card{
margin:10px;
}

.project-img{
border-radius:15px;
overflow:hidden;
margin-bottom:15px;
}

.project-img img{
width:100%;
border-radius:15px;
transition:0.4s;
}

.project-card:hover img{
transform:scale(1.05);
}


.project-card h4{ 
  flex-grow: 0; 
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}

.project-card p{ 
  align-self: stretch;
  flex-grow: 0; 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #727272;
}



/* SLIDER DOTS */

.projects-slider .slick-dots{
bottom:-40px;
}

.projects-slider .slick-dots li button:before{
font-size:10px;
color:#004e64;
}

/* PRODUCTS SECTION */

.products-section{
padding:40px 80px; 
}

.products-heading{
margin-bottom:10px;
}

.products-subtitle{
flex-grow: 0;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #37c0cf;
    margin-bottom: 0;
}

.products-title{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}


/* PRODUCT CARD */

.product-card{
position:relative;
margin-bottom:30px;
}

.product-card img{
width:100%;
border-radius:10px;
}

.product-badge{
position:absolute;
top:12px;
left:12px;
background:#01ad5a;
color:#fff;
font-size:13px;
padding:4px 10px;
border-radius:5px;
}

.product-info{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:10px;
}

.product-info h5{ 
  flex-grow: 0; 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
}

 
 .product-btn{
background:#37c0cf;
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
border-radius:8px;
position:relative;
}

/* Arrow icon */

.product-btn::after{
content:"";
background:url('../images/right-arrow.png') no-repeat center;
background-size:14px;
width:14px;
height:14px;
display:block;
}

/* Hover effect */

.product-btn:hover{
background:#004e64;
}

/* CONTACT SECTION */

.contact-section{
background:#004e64;
padding:40px 80px; 
color:#fff;
padding-bottom:0px;
}


.contact-subtitle{
 font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.contact-title{
font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #37c0cf;
  margin-bottom:40px;
}

.contact-left{
display:flex;
flex-direction:column;
height:100%;
}
.contact-image{
margin-top:auto;
}

.contact-image img{
max-width:100%;
display:block;
}

/* FORM */

.contact-form .form-control{
height:55px;
border-radius:10px;
border:none;
margin-bottom:20px;
padding:15px;
background:#e6e6e6;
}

.contact-form textarea.form-control{
height:auto;
resize:none;
}

.form-control{
height: calc(2.2em + 1rem + 2px);
padding: .6rem 1rem;
font-size:1rem;
}
/* BUTTON */
 .submit-btn{
width:100%;
height:55px;
border:none;
border-radius:10px;
background:#47c2cf;
color:#fff;
font-size:16px;
font-weight:600;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

/* Arrow Image */

.submit-btn::after{
content:"";
background:url('../images/right-arrow.png') no-repeat center;
background-size:14px;
width:14px;
height:14px;
display:inline-block;
margin-left:10px;
transition:0.3s;
}


.submit-btn:hover::after{
transform:translateX(4px);
}

.submit-btn:hover{
background:#33aab7;
}

/* FOOTER SECTION */

.footer-section{
background:#3a3a3a;
padding:40px 80px;
color:#ddd; 
}


.footer-logo{
font-size:30px;
font-weight:700;
color:#fff;
margin-bottom:20px;
}


.footer-text{
  flex-grow: 0; 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}


.footer-title{ 
  align-self: stretch;
  flex-grow: 0; 
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
margin-bottom:20px;
}
.footer-bottom{
border-top:1px solid rgba(255,255,255,0.2);
margin-top:40px;
padding:15px 0;
text-align:center;
color:#ddd;
font-size:14px;
}

.footer-bottom p{
margin:0;
}

.footer-bottom .powered{
color:#47c2cf;
font-weight:500;
}


/* CONTACT LIST */

.footer-contact{
list-style:none;
padding:0;
}

.footer-contact li{
margin-bottom:15px;
display:flex;
align-items:center;
 flex-grow: 0; 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
}


.footer-contact li a{
margin-bottom:15px;
display:flex;
align-items:center;
 flex-grow: 0; 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.footer-contact li a:hover{
	color:#3bb4be;
}
.footer-contact i{
color:#fff;
margin-right:10px;
border: 1px solid #37c0cf;
    padding: 10px;
    border-radius: 50%;
}

.footer-logo
{
	width: 198px;
    height: 31px;
}

/* LINKS */

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
text-decoration:none;
   flex-grow: 1; 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.footer-links a:hover{
color:#3bb4be;
}



/* SOCIAL ICONS */

.footer-social a{
width:40px;
height:40px;
display:inline-flex;
align-items:center;
justify-content:center;
background:#fff;
color:#333;
border-radius:50%;
margin-right:10px;
text-decoration:none;
}

.footer-social a:hover{
background:#3bb4be;
color:#fff;
}



/* RECENT POSTS */

.footer-posts{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
}

.footer-posts img{
width:100%;
border-radius:6px;
}

.login-page-bg{
height:100vh;
background:linear-gradient(135deg,#1d7f8c,#47c2cf);
display:flex;
align-items:center;
justify-content:center;
font-family:Arial;
}
/* LOGIN CONTAINER */
.login-box{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
}
/* LEFT IMAGE */
.login-image{
background:#0b5b67;
display:flex;
align-items:center;
justify-content:center;
padding:40px;
}
.login-image img{
max-width:100%;
}
/* LOGIN FORM */

.login-form{
padding:40px;
}
.login-form h3{
font-weight:700;
margin-bottom:25px;
}
.form-control{
height:45px;
border-radius:6px;
}



.login-bg{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#0b5b67,#47c2cf); 
}
.login-card{
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
width:100%;
max-width:400px;
}

/* TITLE */

.login-title{
font-weight:700;
margin-bottom:25px;
text-align:center;
}

/* INPUT */

.form-control{
height:45px;
border-radius:6px;
}

/* BUTTON */

.btn-login{
height:45px;
background:#0b5b67;
border:none;
font-weight:600;
color:#fff;
}

.btn-login:hover{
background:#08424b;color:#fff;

}
.logo
{
  width: 198px;
    height: 31px;
    display:block;
margin:0 auto 20px auto; 
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    float:right;
}

.dashboard-contact{text-align: center;}

/*single service start here*/
.breadcrumbs-section{
padding:10px 80px;
}

.services-feature-section{
padding:40px 80px;
}

.services-banner{
padding:10px 80px;
}

/* BREADCRUMBS */

.breadcrumbs-wrapper{
font-size:16px;
color:#555;
}

.breadcrumbs-wrapper a{
text-decoration:none;
color:#555;
font-weight:500;
}

.breadcrumbs-wrapper span{
margin:0 5px;
}

.breadcrumbs-wrapper .active{
color:#000;
font-weight:600;
}
/* SERVICES BANNER */
.services-banner img{
width:100%;
border-radius:20px;
display:block;
}

.service-desc{
max-width:700px;
margin:15px auto 40px;
color:#777;
font-size:16px;
line-height:1.6;
}

.service-subtitles{
font-size:24px;
font-weight:600;
line-height:1.75;
color:#37c0cf;
margin-bottom:0;
}

.service-titles{
font-size:48px;
font-weight:bold;
line-height:1.35;
color:#3a3a3a;
}

.projects-sections{
padding:40px 80px; 
    background: #f7f7f7;
}
/* TESTIMONIAL SECTION */
.testimonials-section{
padding:40px 80px;
background:#fff;
}
/* HEADER */
.testimonial-header{
margin-bottom:40px;
}
.testimonial-subtitle{
color:#37c0cf;
font-weight:600;
margin-bottom:10px;
}
.testimonial-title{
font-size:42px;
font-weight:700;
line-height:1.3;
color:#333;
}
/* CARD */
.testimonial-card{
background:#fff;
padding:25px;
border-radius:15px;
border:1px solid #e5e5e5;
margin:10px;
transition:0.3s;
min-height:190px;
}
/* ACTIVE CARD */
.slick-center .testimonial-card{
border:2px solid #37c0cf;
}
/* NAME */
.testimonial-card h5{
font-weight:700;
margin-bottom:5px;
}
/* COMPANY */
.testimonial-card span{
display:block;
color:#999;
font-size:14px;
margin-bottom:10px;
}
/* TEXT */
.testimonial-card p{
font-size:14px;
line-height:1.6;
color:#666;
}
/* DOTS */
.testimonial-slider .slick-dots{
bottom:-35px;
}
.testimonial-slider .slick-dots li button:before{
color:#37c0cf;
font-size:10px;
}


/*single service ends here*/

/*about us page start here*/ 
.aboutus-section{
padding:40px 80px; 
}
/* IMAGE */
.about-image img{
width:100%; 
border-radius:5px;
}
/* TEXT */
.aboutus-subtitle{
color:#37c0cf;
font-size:18px;
font-weight:600;
margin-bottom:10px;
}
.aboutus-title{
font-size:42px;
font-weight:700;
line-height:1.3;
color:#333;
margin-bottom:20px;
}
.aboutus-content
{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #727272;
}
.aboutus-testimonials
{
  background-color: #fafafa;
}
@media(max-width:768px){
.about-section{
padding:40px 20px;
}
.about-title{
font-size:30px;
}
.about-image{
margin-bottom:30px;
}
}
/*about us page ends here*/

/* SECTION */

.service-process-section{
padding:40px 80px;
}


/* HEADER */

.process-header{
margin-bottom:40px;
}

.process-title{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.process-desc{
color:#777;
line-height:1.7; 
}


/* PROCESS WRAPPER */

.process-box-wrapper{
display:flex;
gap:20px;
}


/* CARD */

.process-card{
background:#f4f4f4;
padding:25px;
border-radius:12px;
flex:1;
transition:0.3s;
}

.process-card:hover{
transform:translateY(-5px);
box-shadow:0 8px 20px rgba(0,0,0,0.08);
}


/* NUMBER */

.process-number{
font-size:40px;
color:#37c0cf;
margin-bottom:10px;
}


/* TITLE */

.process-card h5{
font-weight:700;
margin-bottom:10px;
}


/* TEXT */

.process-card p{
font-size:14px;
color:#666;
line-height:1.6;
}
@media(max-width:992px){

.process-box-wrapper{
flex-wrap:wrap;
}

.process-card{
width:48%;
}

}

@media(max-width:600px){

.process-card{
width:100%;
}

}

/* SECTION */

.website-showcase-section{
padding:40px 80px;
}


/* TITLE */

.showcase-title{
font-size:42px;
font-weight:700;
margin-bottom:30px;
}


/* CARD */

.website-card{
text-align:left;
}


/* IMAGE CONTAINER */

.website-image{ 
padding:0px;
border-radius:12px;
margin-bottom:15px;
}


/* IMAGE */

.website-image img{
width:100%;
display:block;
}


/* CARD TITLE */

.website-card h4{
font-weight:700;
margin-bottom:10px;
}


/* DESCRIPTION */

.website-card p{
font-size:14px;
line-height:1.7;
color:#777;
}

.services-section-inside {
    background-color: #fff;
    padding:40px 80px;
}

.services-section-inside .services-slider .slick-dots li button:before {
    font-size: 10px;
    color: #004e64;
}

.services-heading1{
margin-bottom:0px;
}

.service-title1{
font-size:48px;
font-weight:bold;
line-height:1.35;
color:#3a3a3a;
}





@media only screen and (max-width : 991px) {
  .navbar {
    transition: 0.3s;
    padding: 10px 0px;
}
  .hero-section {
    padding: 0px 0px;
}

.logo-slider-section {
    padding: 25px;
}
.services-banner img{border-radius:5px;}
.services-section {
    background-color: #37c0cf;
    padding: 25px;
}
.services-heading, .projects-heading {
    margin-bottom: 20px;
}

.service-title, .about-title, .projects-title, .products-title, .contact-title{font-size: 30px;}
.about-section {
    background: #ebeff7;
    padding: 25px;
}
.projects-section { padding: 25px;}
.products-section, .contact-section, .footer-section{padding: 25px;}
 .contact-title{margin-bottom: 20px;}
 .footer-section .col-lg-3{	margin-bottom:30px;}

.service-card{border-radius: 10px;height: auto;}
.about-box{gap: 0px;}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
}

.logo {
    width: 258px;
    height: 31px;
    display: block;
    margin: 0 auto 20px auto;
}

.breadcrumbs-section {
    padding:20px;
}
.services-banner {
    padding:0px;
}
.services-section1 {
    background-color: #fff;
    padding:20px;
}

.service-titles {
    font-size: 24px;
  }
  .projects-sections {
    padding:20px;
    background: #f7f7f7;
}
.testimonials-section {
    padding:20px;
    background: #fff;
}
.testimonial-title {
    font-size: 24px;
  }

  .aboutus-section {
    padding: 20px;
}
.aboutus-title {
    font-size: 24px;
  }
  .about-box {
    padding: 10px 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    align-self: stretch;
    flex-grow: 0;
    display:inline-grid;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    border-radius: 10px;
    border: solid 1px rgba(55, 192, 207, 0.3);
    background-color: #fff;
            height: 180px;
}
  
  

}