html {scroll-behavior: smooth;}
* {padding:0;margin:0;font-family:"Google Sans", sans-serif;position:relative;transition:0.4s;box-sizing: border-box;}

body {background: #ffffff;}

a {text-decoration:none;color:unset;}

div,h1,h2,h3,h4,p,i,a {
		position:relative;
		transition:0.4s;   
    }

:root {
	--color:#185ba6;
	--color2:#021314;
	--color3:#ffffff;
	
}
h1,h2,h3,p,ul,li {margin:0;}

header {
        display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    align-items: anchor-center;
}

header h1 {       color: #d5af34;
    display: flex;
    align-items: anchor-center;
    margin: 0px 10px;
    font-size: 25px;}
header h1 img {    width: 90px;}

nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin-left: 20px;
}

nav a {
    text-decoration: none;
    color: #333;
}

.login {
       font-weight: bold;
    background: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
}


main {    
       background: #ffffff;
    background: url(images/back_img.jpg);
    object-fit: contain;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}
.hero {
             text-align: center;
    width: -webkit-fill-available;
    max-width: 800px;
    padding: 40px;
    margin: 50px auto;
    background: #ffffff80;
    border-radius: 0px;
   
}

.hero h2 {
    font-size: 2.5em;
}


.main_1 {}


.highlight {
    color: #007bff;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.client-logos {
        display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
    align-items: baseline;
}

.client-logos img {
       margin: 10px;
    width: 150px;
}

.services {
    text-align: center;
    padding: 40px 20px;
}

.service-card {
    margin: 20px;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.view-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

.about-us {
       background-color: #ffffff;
    padding: 20px;
    border-radius: 0px;
    max-width: 800px;
    margin: 0px auto;
    font-family: Arial, sans-serif;
}

.about-us h2 {
    color: #333; /* Darker color for the main heading */
    font-size: 2em; /* Font size for the main heading */
    margin-bottom: 10px; /* Space below the heading */
}

.about-us h3 {
    color: #555; /* Slightly lighter color for subheadings */
    font-size: 1.5em; /* Font size for subheadings */
    margin-top: 20px; /* Space above subheadings */
    margin-bottom: 10px; /* Space below subheadings */
}

.about-us p {
    color: #666; /* Text color for paragraphs */
    line-height: 1.6; /* Line height for better readability */
    margin-bottom: 15px; /* Space below paragraphs */
}

.about-us ul {
    list-style-type: disc; /* Bullet points for the list */
    padding-left: 20px; /* Indentation for the list */
}

.about-us li {
    margin-bottom: 10px; /* Space between list items */
}

.about-us strong {
    color: #333; /* Color for strong text */
}


	


.header {             width: -webkit-fill-available;
    background: #ffffff;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;}
	
.header .head_cont{        vertical-align: middle;
    margin: 0 auto;
    width: -webkit-fill-available;
    text-align: center;
}
.header .head_cont .head_logo{    text-align: left;}
.header .head_cont .head_logo img{       width: auto;
    height: 81px;
    padding: 7px;	}
.header .head_cont .search_bar{           border: 1px solid white;
    background: white;
    border-radius: 6px;
    height: 35px;
    padding: 1px 8px 0px 5px;
    display: flex;
}
.header .head_cont .search_bar input{    background: transparent;
    padding: 6px;
    border: 0px;
    outline: none;
    width: auto;
    font-size: 15px;
}
.header .head_cont .search_bar button{       padding: 6px;
    font-size: 18px;
    border: 0px;
    vertical-align: middle;
    border-radius: 20px;
    outline: 1px solid white;
    background: #012563;
    color: white;
    position: absolute;
    right: 0px;
}
.header .head_cont .head_text {    display: inline-block;
    padding: 17px 6px;
    font-size: 11px;
    cursor: pointer;
    vertical-align: middle;}
.header .head_cont .head_text h3{      color: black;
    display: inline-block;
    font-weight: 500;
    margin: 0px 5px 0px 0px;
    font-size: 17px;
    text-decoration: none;}
.header .head_cont .head_text i {    display: inline-block;
    color: white;
    padding: 5px;
    width: auto;
    border-radius: 23px;
    height: 24px;
    font-size: 14px;
    text-align: center;}
	
	.head_text:hover .head_list_box{display:block;}
	.head_list_box {        position: absolute;
    background: #000000b5;
    width: 300px;
    right: 0;
    text-align: left;
    border: 1px solid #000000;
    z-index: 22;
    border-radius: 3px;
    top: 50px;display:none;}
	.head_list_box:before {
    position: absolute;
    content: '';
    border: 10px solid #ff000000;
    top: -20px;
    border-bottom-color: #000000;
    right: 33px;
}
	
	.head_list {    padding: 10px;
    border-bottom: 1px dashed #e8e8e8;}

#toggle_btn2 h3{       background: #007bff;
    color: white;
    padding: 8px 12px;
    margin: 0px;
    border-radius: 5px;
    display: flex;
    height: auto;
    align-items: anchor-center;
    text-decoration: none;}


.mobile_header {display:none;z-index: 2;}
#google_translate_element {       height: 35px;
    overflow: hidden;
    padding-top: 2px;}
	
	
	
	
	
	
	.about_us {    white-space: pre-wrap;
    padding: 20px;
    width: -webkit-fill-available;
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;}
	.about_us h3{    font-size: 25px;}