* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
    
    clear: both;
}


a {
                
    text-decoration: none;
}

#space {
    
    display: block;
    clear: both;
    height: auto;
    width: 100%;
    padding: 5% 0 0 0;
}
.divider img{
    
    width: 100%;
        display: block;
    
}

a:active {
    
    color: blue;
}

.nav a.active {
    
        font-weight: bolder;
}

a:visited {
    
  color: inherit;
}


#text {
    
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
    padding: 1em 0;
}

h1 {
    
    font-family: Calibri,sans-serif; 
    font-size: 40px;
    text-align: left;
    letter-spacing: 5pt;
    margin: 0 0 1em 0;
    line-height: 1.3em;
    color: #135060;
}

h2 {
    
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
    font-size: 1em;
    color: white;
    font-style: italic;
    font-weight: 100;
     letter-spacing: 4pt;
    padding: .5em 0;
}

h3 {
    
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
    font-size: 1.7em;
    font-style: italic;
    font-weight: 100;
     letter-spacing: 4pt;
    padding: .5em 0;
    color: #135060;
}

h4 {
    
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
    font-size: 2em;
    color: white;
    font-style: italic;
    font-weight: 100;
     letter-spacing: 4pt;
    padding: .5em 0;
    color: #A07431;
}

h5 {
    
    font-family: Calibri,sans-serif; 
    font-size: 1.7em;
    color: white;
    font-weight: 100;
     letter-spacing: 4pt;
    padding: .5em 0;
    color: #135060;
}

body {
    font-family: Calibri,sans-serif;
    background-color: white;
    text-align: center;
    color: #135060;

}

.container {
    clear: both;
    max-width: 1920px;
    margin: auto;
    padding: 0 0px;
}

.sub-container {
    
    margin: 0 2em;
    text-align: center;
    
}

.sub-container img{
    width: 100%;
}

.devider-container {
    max-width: 1920px;
    margin: auto;
    padding: 2em 0px;
}

hr.new1 {
  border-top: .2em solid #135060;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background-color: white;
    color: white;
}

.logo img {
    width: 22em;
    height: auto;
    
}

#topbar {
    
    height: .5em;
    background-color: #135060;
    width: 20%;
}

.nav-mobi { 

    display: none;
}

.nav {
    
    font-size: 20px;
    display: inline-block;
    justify-content: center;
    padding: .5em;
    background: white;
    width: 100%;
}

.nav a:hover {
    
    color: #9E7331;
}

.nav a {
    
    color: #167187;
    text-decoration: none;
    display: inline-block;
    
}

.nav li {
   
   padding: 0 0 0 10px;
  display: inline-block; /* step 1 */
  width: auto; /* step 4 */
      
}

.nav li:hover {
    
    font-weight: bold;
    transition: transform 1s ease-in-out;
}

.nav ul {
    
    
    list-style: none;
    text-align: right; /* step 6 */
    width: 100%;
    display: inline-block;
}

.nav ul li::after {
    content: "|";  /* Adds vertical bar */
    color: #167187;/* Match the nav text color */
    margin-left: 10px;
    margin-right: 10px;
}

.nav ul li:last-child::after {
    content: ""; /* Removes the bar after the last item */
}

.splitleft {
    
    float: left;
    display: block;
    width: 45%;
    margin: 1em 2.5%;
   
    
}

.splitleft p{
    
    font-size: 18px;
     letter-spacing: .1em;
    line-height: 2em;
}

.splitright {
    
    float: left;
    display: block;
    width: 50%;
    margin: 1em 0;
    
}

.splitright img{
    
    width: 80%;
    float: left;
    margin: 0 15%;
    
}

.button1 {
    
    text-decoration: none;
    background-color: #A07431;
    width: 40%;
    height: auto;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 5% 30%;
}

.button1:hover {
    
    background-color: #135060;
}

.but2 {
    
    background-color: #A07431;
    width: auto;
    height: auto;
    color: white;
    padding: 10px;
    text-align: center;
    margin: auto;
    border-radius: .5em;
    border: 0;
    letter-spacing: .3em;
}

.hero {
    
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #135060;
    color: white;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 1em;
}

.textheader {
    
    width: 100%;
    text-align: center;
    padding: 0 0 1em 0;
}

.iconboxcontainer {
    
    width: 100%;
    height: auto;
    
}

.iconbox {
    
    line-height: 1.5em;
    text-align: center;
    float: left;
    color: white;
    width: 20%;
    padding: 0 2.5%;
    font-weight: 300;
    font-size: 14px;
    margin: 0 2.5% 2% 2.5%;
}

.iconboxsub {
    float: left;
    color: white;
    text-align: center;
}

.iconbox p {
    
    padding-top: 1em;
    font-size: 17px;
    text-align: center;
}

.iconbox img {
    
    width: 4em;
    height: auto;
}

.content {
    
    padding-bottom: 1em;
}


.content p{
    
    width: 50%;
    margin: 0 25%;
    font-size: 18px;
    text-align: center;
}

footer {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #135060;
    color: white;
    border-top: .7em solid #A07431;
    margin-top: 20px;
}

.footerblock {
    
    width: 80%;
    margin: 0 10%;
}

.footer-column {
    align-items: center;
    color: white;
    float: left;
    width: 33.3%;
    padding: 3em 0;
    text-align: center;
    
}

.footer-column img{
  width: 100px;
    
    
}

.footer-column-row {
    
    clear: both;
    padding-top: 1em;
    
}

.footer-column-row img {
  /* Make sure the link can be animated */
  transition: transform 1s ease-in-out; /* Smooth transition for the hover effect */
}

.footer-column-row img:hover {
  animation: grow 1s ease-in-out forwards; /* Use the grow animation */
}

/* Keyframes to define the grow/shrink effect */
@keyframes grow {
  0% {
    transform: scale(1); /* Initial size */
  }
  50% {
    transform: scale(1.1); /* Grow to 1.5 times the size */
  }
  100% {
    transform: scale(1); /* Return to original size */
  }
}

.footer-column-row img{
      
  width: 2em;
}

.navfoot {
    float: right;
    display: inline-block;
    justify-content: center;
    background: none;
    width: auto;
    padding-bottom: 2em; 
}

.navfoot a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    
}

.navfoot li {
  display: inline-block; /* step 1 */
  width: auto; /* step 4 */
    
    
}

.navfoot ul {
    list-style: none;
    text-align: center; /* step 6 */
    width: 100%;
    display: inline-block;
}

.navfoot ul li::after {
    content: "|";  /* Adds vertical bar */
    color: #167187;/* Match the nav text color */
    margin-left: 10px;
    margin-right: 10px;
}

.navfoot ul li:last-child::after {
    content: ""; /* Removes the bar after the last item */
}

.compdetails {
    
    font-size: 13px;
    clear: both;
    display: block;
    height: auto;
    color: white;
    background-color: #1B7B8C;
    width: 100%;
    margin: 0;
    padding:  1% 0;
    
}


/*=============Desktop testimonial==================== */

.testimonial-container { 
            width: 50%; 
            margin: auto;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

        .testimonial-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .testimonial {
            min-width: 100%;
            padding:  20px;
            background: none;
            text-align: center;
            border-radius: 10px;
            position: relative;
            font-size: 20px;
            line-height: 1.5em;
            letter-spacing: .1em;
        }
        .controls {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
            gap: 10px;
        }
        .btn {
            cursor: pointer;
            padding: 10px;
            border: none;
            background: none;
            color: #A07431;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn2 {
            
            margin: 1em 0;
            font-family: Calibri,sans-serif;
            cursor: pointer;
            padding: 10px 1em;
            border: solid 1px #135060;
            background: none;
            color: #135060;
            border-radius: .3em;
            width: auto;
            height: auto;
            font-size: 18px;
            align-items: center;
            justify-content: center;
            font-weight: bolder;
            
            
            }
.btn2 a{ 

    text-decoration: none;
}


.btn2:hover {
    
    background-color: #A07431;
    
}

.btn2 a:hover {
    
    color: white;
}

/*============= contact us section ==================== */

.contact-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 80%;
    margin: 1em auto;
    padding: .5em 0;
}

.contact-form, .contact-info {
    flex: 1;
    padding: 20px;
}

.contact-info p {
    
    padding: 0 0 1.2em 0;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 20px;
    margin: 5px 0;
    border: 1px solid #A07431;
    border-radius: 5px;
}

.contact-form button {
    background: #A07431;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 1em;
}

.contact-form button:hover {
    background: #A07431;
}

#cu {
    
    text-align: center;
    color: #A07431;
    font-size: 20px;
    letter-spacing: .2em;
}

.success {
    color: green;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}





/*======== Products and services start =========== */

.ps-container {
    
    background-color: #E2E2E2;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 2em 0 0 0;
    margin: 2em 0 0 0;
}

.sec-one {
    
    width: 90%;
    margin: 1em 5%;
}

.ps-photobox {
    clear: both;
    padding: 2em 0 0 0; 
    text-align: left;
    width: 100%;
}

.ps-photobox-left {
    text-align: right;
    float: left;
    width: 40%;
}

.ps-photobox-left img{
    
    width: 10em;
}

.ps-photobox-right {
    
    float: left;
    width: 55%;
    padding: 0 2.5%;
}

#prod {
    
    padding: 2em 0;
    font-size: 18px;
    
}

.tabs {          

    display: block;
align-items: center;
padding: 4em 2% 4em 2%;
height: auto;
margin: auto;
}

.tab {

margin: 1em 0;
float: left;
width: 16.6%;
padding: 10px 20px;
background: none;
cursor: pointer;
transition: background 0.3s;
font-size: 18px;
}

.tab:hover{
    
    color: #9E7331;
}

.tab.active {
background: #135060;
color: white;
}

.tab-content-container {
    
    display: block;
    width: 96%;
    clear: both;
    margin: 4em 2%;

}

.tab-content {
    
    width: 100%;
    clear: both;
    display: none;
    padding: 20px 0;
    border-radius: 5px;
   
}

.tab-content img{
    width: 100%;
    
}

.tab-content.active {
    
display: block;
}

.tab-content p{
    
    font-size: 18px;
}

.line-left {
    
    width: 20%;
    display: block;
    float: left;
    border-top: .4em solid #135060;
}

.line-right {
    
    width: 80%;
    display: block;
    float: left;
    border-top: .2em solid #D1BC76;
    
}

.ps-block {
    
   display: block;
    height: auto;
    width: 100%;
    padding: 0 2.5%;
    margin: 1em 0;
    
}

.ps-block-col {
    
    float: left;
    width: 20%;
    border: .5px solid #E5E5E5;
    display: block;
    
    
}

.ps-block-col:hover {
    
  
    border: 1.5px solid #A07431;
    
}

.ps-block-row {
    
    padding: .5em;
    
}

.ps-block-row img {
    
    width: 70px;
}

.ps-block-row a {
    
    font-size: 12px;
    color: #A07431;
    border: 1px solid #A07431;
    padding: .2em .5em;
}

.ps-block-row a:hover {
    
    background-color: #135060;
    color: white;
}

.prod-headers {
    
    display: block;
}

.prod-headers_mobi {
    
    display: none;
    
}

/*======= Products and services End ========= */






/*============= phone ==================== */
@media (max-width: 768px) {
    
   
        .nav-mobi {
            display: none;
            flex-direction: column;
            background: rgba(19, 80, 96, 0.8);
            backdrop-filter: blur(10px);
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }
        .nav-mobi a {
            color: white;
            padding: 15px;
            font-size: 24px;
            text-decoration: none;
        }
        .nav-mobi a:hover {
            background: rgba(15, 61, 71, 0.8);
        }
        .hamburger {
            position: fixed;
            right: 50px;
            cursor: pointer;
            font-size: 30px;
            z-index: 1100;
            background: #135060;
            color: white;
            padding: 10px;
            border-radius: 5px;
        }
    
    .logo img {
        float: left;
    width: 100%;
    height: auto;
    
    }
    
    .hero {
        font-size: 24px;
    }
    nav {
        flex-direction: column;
        gap: 10px;
    }
    
     .contact-container {
        flex-direction: column;
    }
    
    .nav {
        
        display: none;
    }
    
    .splitleft {
        
        text-align: center;
        width: 90%;
            margin: 0 5%;
        clear:both;
    }
    
   .splitright img{
    
       clear: both;
    width: 20em;
    float: left;
    margin: 0 0;
       padding: 0;
    
}
    
    .iconbox {
    
    line-height: 1.5em;
    text-align: center;
    float: left;
    color: white;
    width: 45%;
    padding: 0 2.5%;
    font-weight: 300;
    font-size: 14px;
    margin: 0 2.5% 2% 2.5%;
}
    
    .textheader {
    
    width: 90%;
    text-align: center;
    padding: 0 0 1em 0;
        margin: 0 5%;
}
    
    .hero {
        
        margin: 1em 0;
        padding: 1em 0;
    }
    
    .content p{
    
    width: 90%;
    margin: 0 5%;
}
    
    .testimonial-container { 
            width: 90%; 
            margin: auto;
            
        }
    
    .devider-container img{
    max-width: 100%;
    margin: auto;
    
}
    
    .contact-container {

    width: 90%;
    margin: 1em 5%;
    padding: .5em 0;
}
    
    .contact-form form {
    
    flex-direction: column;
}
    
    .contact-form {
        
        display: block;
        text-align: center;
        width: 100%;
    }
    
    .contact-form input, .contact-form textarea {
    width: 100%;
    padding: 20px;
    margin: 5px 0;
    border: 1px solid #A07431;
    border-radius: 5px;
}
    
    .tab {

    width: 33.3%;
    padding: 10px 20px;
        
    }
    
    .ps-block-col {
    
    float: right;
    width: 95%;
        padding: 0 2.5%;
   
}
    
    .ps-container img{
        width: 100%;
        
    }
    
    /*============= footer =========== */
    
    .footer-column {
    align-items: center;
    color: white;
    float: left;
    width: 95%;
        padding: 0 2.5%
    padding: 3em 0;
    text-align: center;
    
}
    
    .prod-headers {
    
    display: none;
}

.prod-headers_mobi {
    
    display: block;
    
}
    
}

