@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');


* {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}

.logo {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.rightNav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

  
.contact-info {
    display: flex;
    align-items: center;
    margin-top: 10px; 
    flex-direction: row;
}


.navrightlogo {
    margin-right: 2px; /* Adjust as needed for spacing */
    margin-left: 12px;
}

.navrightlogo img {
    width: 30px; /* Adjust the size of the logo */
}

.contact-info span {
    font-size: 15px; 
    color: rgb(11, 10, 10);
    font-family:Tahoma,Geneva,sans-serif,Arial,sans-serif;
}




.logo img {
    width: 28%;
    
    
    margin: 2px;

}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
    color: #212529;
    background-color: #868B8E;
    height: 62px;
    text-decoration: underline;color: #000000;
    transition: color 0.3s;
}

.navbar v-class-resp a:hover{
        color: #ffffff;
        text-decoration: underline;
        
}

.nav-list {
    width: 70%;

    display: flex;
    align-items: center;



}

.nav-list li {
    list-style: none;
    padding: 0% 2%;


}

.nav-list li a {
    text-decoration: none;
    color: rgb(11, 10, 10);
    font-size: 15px;
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;

}

.nav-list li a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);

}

.rightNav {

    width: 30%;
    text-align: right;
    padding: 0 23px;
    

}


#search {
    padding: 5px;
    font-size: 17px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 9px;
}

.background {
    background: url('../img/web\ front\ bg.jpg');
    background-size: cover;
    background-blend-mode: darken;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#868B8E;
    color: white;
    text-align: center;
    height: 3%;
    
 }
 
 .topbg {
   
    background-color:#e6e6e6;
    color: white;
    text-align: center;
    
 }
 

.firstSection {
    height: 80vh;
}

.box-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;
    max-width: 70%;
    margin:auto;
    height: 65%;
}

.firstHalf {
    width: 150%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondHalf {
    width: 30%;
}

.secondHalf img{
    width:60%;
    border: 4px solid white;
    border-radius: 100px;
    display: block;
    margin: auto;
}
.text-big2{
    text-align: center;
    color: #514e4e;
    font-size: 30px;
    font-weight: bold;
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;

}

.text-big{
    font-size: 38px;
    color: #ffffff;
    text-align: left;
    margin-top: 60px;
    font-weight: bold;
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;
    
}
.text-small{
    font-size: 17px;
    color:#ffffff;
    text-align: left;
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;
}

.btn{
    padding: 8px 20px;
    margin: 7px 3px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 8px;
    font-size: 18px;
    background: none;
    color:rgb(0, 0, 0);
    cursor: pointer;
    font-family:'Ubuntu', sans-serif ;
    font-size: 20px;
}

.btn-sm{
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 16px;
}
.btn-dark{
    color:black;
    border: 2px solid gray;
    
}

.section{
    display: flex;
    justify-content: space-evenly;
    max-width: 1px 1px;
    margin: auto;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px;

}




.section-left{
    display: flex;
    justify-content: space-evenly;
}

.paras{
    padding: 0px 65px;
}
.sectionSubTag{
    padding: 16px 0;
}

.sectionSubTag{
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;
}

.thumbnail img{
    width: 128px;
    border: 2px solid black;
    border-radius: 23px;
    margin-top: -16px;
}
.conlink img{
    width: 28px;
    border: px solid black;
    border-radius: 23px;
    margin-top: -10px;
    padding: 15px;
} 



.contact{
    background-color: rgb(5, 17, 27);
    height: 833px;
    background-position: center top;
}

.text-center{
    
    font-size: 41px;
    color: #212529;
    margin-top: 0;
    margin-bottom: 1rem
    

}

.form{
    max-width: 100%;
    margin: 25px auto;
    margin-bottom: 75px;
}

.form-input{
    margin: 14px 0;
    width: 100%;
    padding: 5px 13px;
    font-size: 19px;
    border: 2px solid gray;
    border-radius: 6px;
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;

}
.text-footer{
    text-align: bottom;
    padding: 3px 0;
    font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;
    display: flex;
    justify-content: center;
    color:#000000;
    font-size: 10px;

}

.burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 15px;

}
.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
    max-width: 100%;
}
.imp-itm li {
	width: 20%;
	padding:1%;
	display: flex;
    align-items: center;
    justify-content: center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
}
.imp-itm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top:30px;
}
ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: -80px;
    margin-inline-end: 0%;
    padding-inline-start: 40px;
}
.imp-itm-wrap h2 {
    font-size: 2.4em;
       text-transform: uppercase;
       font-weight: 600;
       text-align: center;
       margin-bottom: 20px;
   }
   
   ul.imp-itm {
       margin:0;
       padding:0;
       list-style-type:none;
   }
   ul.imp-itm {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       margin-top:30px;
   }
   ul.imp-itm li {
       width: 20%;
       padding:1%;
       display: flex;
       align-items: center;
       justify-content: center;
       border-right:1px solid #ccc;
       border-bottom:1px solid #ccc;
       border-left:1px solid #ccc;
       border-top:1px solid #ccc;
   }
   ul.imp-itm li a {
       font-size:1.5em;
       font-weight:500;
       line-height:1.2em;
       color:#454545;
       text-decoration:none;
   }
   body {
    margin: 0;
    font-family:Tahoma,Geneva,sans-serif,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #868B8E;
    text-align: center;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 3px
}
#searchsubmit,.et_pb_widget .wp-block-search__button {
    cursor: pointer
}

.footer2 {
    padding: 82px 892px;
    font-family:Tahoma,Geneva,sans-serif,Arial,sans-serif;
    display: flex;
    justify-content: center;
    color:#000000;
    background-color:#e6e6e6;
}


















/* styles.css */

button {
    background-color: #3d3620; /* Green background color */
    color: white; /* White text color */
    padding: 10px 20px; /* Padding around the text */
    border: none; /* Remove border */
    border-radius: 5px; /* Add border radius */
    cursor: pointer; /* Add a pointer cursor on hover */

}

button:hover {
    background-color: #3d392b; /* Darker green on hover */
    color: #fff;
}








/* Add this to your CSS file */
.whatsapp-link {
    color: #000000; /* Change the color to your preferred link color */
    text-decoration: none;
    transition: color 0.3s; /* Add smooth transition to the color on hover */
}

.whatsapp-link:hover {
    color: #994f2f; /* Change the color to your preferred hover color */
    text-decoration: underline;
}

/* Add this to your CSS file */
.email-link {
    color: #000000; /* Change the color to your preferred link color */
    text-decoration: none;
    transition: color 0.3s; /* Add smooth transition to the color on hover */
}

.email-link:hover {
    color: #994f2f; /* Change the color to your preferred hover color */
    text-decoration: underline;
}
.phone-icon {
    color: #000000; /* Default color */
    transition: color 0.3s ease; /* Add a smooth transition effect */
  }

  .phone-icon:hover {
    color: #ffffff; /* Color on hover */
  }
  
.info-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    









 


    









    
    


/*
@media only screen and (max-width:768px){ 
    .nav-list{
        flex-direction: column;
        
    }
    
    .navbar{
        flex-direction: column;
        transition: all 0.7s ease-out;
        height: 447px;
    }
    .rightNav{
        text-align: center;
    }
    .box-main{
        flex-direction: column-reverse;
        max-width: 100%;
    }
    #search{
        width: 100%;
    }
    .burger{
        display: block;
    }
    .h-nav-resp{
        height: 72px;
    }
    .v-class-resp{
        opacity: 0;
    }
    .section{
        flex-direction: column-reverse;
    }
    .text-small{
        text-align: center;
    }
    .text-big{
        text-align: center;
    }
    .buttons{
        text-align: center;
    }
    .paras {
        padding: 0px;
    }
    .firstSection {
        height: 134vh;
    }
    .container-fluid {
        width: 100%;
    }

    /* Your existing styles for larger screens */

    


@media only screen and(min-width:768px) and (max-width: 1023px) {
    
    .nav-list{
        flex-direction: column;
        
    }
    .rightNav {
        text-align: center; /* Center text for better mobile display */
    }
    .navbar{
        height: 447px;
        flex-direction: column;
        transition: all 0.7s ease-out;
        height: 447px;
    }
    .burger{
        display: block;
    }
    
    .h-nav-resp{
        height: 72px;
    }
    .v-class-resp{
        opacity: 0;
    }

    .contact-info {
        padding: 10px; /* Add padding for better spacing on mobile */
    }

    .whatsapp-link {
        display: block; /* Show the WhatsApp link as a block for better mobile layout */
        margin-top: 10px; /* Add margin to separate it from the phone icon */
    }

    /* Add any other mobile-specific styles as needed */


/* Define your default styles for larger screens here */

/* Media query for screens with a maximum width of 600 pixels (adjust as needed) */

    .firstSection {
        padding: 20px; /* Adjust padding for smaller screens */
    }

    .box-main {
        flex-direction:column-reverse;
        max-width: 100%;
        
        /*display: flex;
        flex-direction: column;
        align-items: center;*/ /* Center the content vertically */
    }

    .firstHalf,
    .secondHalf {
        width: 100%; /* Make both halves take up full width on smaller screens */
    }

    .text-big,
    .text-small {
        text-align: center; /* Center the text on smaller screens */
    }

    /* Add any other mobile-specific styles as needed */


   
        /* Adjust styles for mobile view here */

        .imp-itm li {
            width: 100%; /* Make each list item take full width on mobile */
            margin-bottom: 20px; /* Add some spacing between list items on mobile */
        }

        .imp-itm li a {
            display: block;
            text-align: center;
        }

        .imp-itm li img {
            width: 100%; /* Make images take full width on mobile */
            height: auto; /* Maintain image aspect ratio */
        }
    

    
        /* Adjust styles for mobile view here */

        /* Example: Make the contact form full width on mobile */
        .form {
            width: 100%;
            
        }

        /* Example: Center-align the text in the footer on mobile */
        .text-footer {
            text-align: center;
        }

        /* Add any other mobile-specific styles as needed */
    

    
        /* Adjust styles for mobile view here */

        #container {
            width: 100%; /* Make the container full width on mobile */
        }

        #contact-form {
            margin-top: 10px; /* Reduce top margin on mobile */
            padding: 10px; /* Reduce padding on mobile */
        }

        h2 {
            font-size: 1.5em; /* Decrease font size on mobile */
        }

        form {
            grid-template-columns: 1fr; /* Switch to a single column layout on mobile */
            
        }

        .input-group {
            grid-template-columns: 1fr; /* Single column layout for input groups on mobile */
        }

        input, textarea {
            width: calc(100% - 16px); /* Adjust input width on mobile */
        }

        button {
            padding: 8px; /* Adjust button padding on mobile */
        }
    

  
        /* Adjust styles for mobile view here */
        #contact-form {
            width: 90%; /* Adjust the width as needed */
            margin: auto; /* Center the form on smaller screens */
        }

        .input-group {
            width: 80%; /* Make the input groups take full width */
        }

        /* Add any other mobile-specific styles as needed */
   
        #contact-info {
            flex-direction: column; /* Change the flex direction to column for mobile */
            align-items: center; /* Center items in the column */
        }

        
    

   
       
    
        footer p {
            font-size: 14px; /* Adjust font size for better readability on small screens */
        }
        
        .copyright {
            margin-top: 10px; /* Adjust margin for better spacing on small screens */
        }
        ul.imp-itm {
            display: contents;
            
        }
        #contact-info
        {
            display: inline-table;
            flex-direction: row;
        }



    }
    @media screen and (max-width: 767px) {
        .imp-itm li {
            width: 100%; /* Make each list item take up the full width */
            margin-bottom: 15px; /* Add some spacing between items */
            
        }

        .imp-itm img {
            max-width: 100%; /* Make images responsive within their containers */
            height: auto; /* Maintain image aspect ratio */
        }
        ul.imp-itm {
            display: contents;
        }
        ul.imp-itm li {
            width: 80%;
        }



    }
    @media screen and (max-width: 767px) {
        .imp-itm li {
            width: 100%; /* Make each list item take up the full width */
            margin-bottom: 15px; /* Add some spacing between items */
            
        }

        .imp-itm img {
            max-width: 100%; /* Make images responsive within their containers */
            height: auto; /* Maintain image aspect ratio */
        }
        ul.imp-itm {
            display: contents;
        }
        ul.imp-itm li {
            width: 80%;
        }
        .contact-info{
            display:none;
            
        }
        .nav-list{
            flex-direction: row;
            
        }
        .nav-list {
            margin-left: -19px;
            display: flex;
            align-items: center;
        
        
        
        }
        
        .nav-list li {
            
            padding: 10px 10px;
        
        
        }
        
        .nav-list li a {
            text-decoration: none;
            color: rgb(0, 0, 0);
            font-size: 15px;
            font-family: Tahoma,Geneva,sans-serif,Arial,sans-serif;
        
        }
        .firstSection {
            height: 28vh;
        }
        .box-main {
            
            max-width: 100%;
            height: 85%;
            margin-left: 26px;
        }
        .text-big {
            font-size: 18px;
            margin-top: 50px;
        }
        .text-small {
            font-size: 10px;
            
        }
        .logo {
            width: 41px;
            padding: 10px;
        }
        .logo img {
            width: 278%;
        }
        .container-fluid
        {
            padding-left: 20px;
        }
        .info-item{
            display: block;
        }
        .contact{
            padding: 20px;
            padding-bottom: 5px;
            
            display: contents;
        }

    }



    
    




   




      



    
    
    
    



