

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

*{
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-weight: normal;
}
body{
    font-size: 16px;
     font-family: "Roboto", sans-serif;
      color: #666666;

}
:root{
    --primary-color:#026465;
    --secondary-color:#81ba27;
    --bg-color:rgb(247, 247, 247);

}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
    color: var(--primary-color);
     font-family: "Yantramanav", sans-serif;
}
ul{
    margin: 0px !important;
    padding: 0px !important;
    list-style: none;
}
a{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}
p{
    margin: 0px;
    line-height: 25px;
    color: #666666;
}
img{
    max-width: 100%;
}

.top-band {
    background: var(--secondary-color);
    padding: 14px;
    position: relative;
    z-index: 1;
}
.top-band:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    width: 55%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: -1;
}
.top-contact-link ul li {
    display: inline-block;
    margin-right: 26px;
}
.top-contact-link ul li a{
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.top-social-icon {
    float: right;
}
.top-social-icon ul li {
    display: inline-block;
    font-size: 16px;
    color: white;
    margin-left: 9px;
    font-weight: 500;
}
.top-social-icon ul li a {
    color: white;
    font-weight: 500;
}
.main-header {
    background: #fff;
    box-shadow: 0 0 7px #ddd;
    padding: 10px 0px;
    position: sticky;
    z-index: 99;
    top: 0;
    width: 100%;
}
.logo img {
    width: 200px;
    height: 55px;
}
.menu-bar ul li {
    display: inline-block;
    padding: 0 20px;
}
.menu-bar{
    float: right;
}
.menu-bar ul li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    transition: 0.5s;
}
.menu-bar ul li a:hover{
    color: var(--secondary-color);
}
.banner-img {
    position: relative;
}
.banner-text {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%, 50%);
}
.banner-text h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}
/* about-css-start */
.about-sec {
    padding: 60px 0px;
}
.left-about:before {
    position: absolute;
    content: "";
    left: -25px;
    bottom: -25px;
    height: 140px;
    width: 140px;
    background: var(--primary-color);
    border-radius: 0 100% 0 20px;
    z-index: 1;
}
.left-about {
    position: relative;
    z-index: 1;
}
.left-about:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    width: 250px;
    height: 80%;
    border-radius: 15px;
    border: 5px solid var(--primary-color);
    z-index: -1;
    transform: translateY(-50%);
}
.about-img img {
    border-radius: 10px;
}
.about-experience {
    position: absolute;
    top: 80px;
    left: -30px;
    background: var(--primary-color);
    color: white;
    text-align: center;
    padding: 15px 20px 15px 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/10%);
    border-radius: 10px;
}
.about-experience h2{
    color: white;
}
h4.sub-heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    position: relative;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
    text-transform: uppercase;
}
.about-right {
    padding-left: 30px;
}
h2.heading {
    font-size: 50px;
    font-weight: 800;
    margin-top: 10px;
    color: #212121 !IMPORTANT;
    text-transform: capitalize;
    position: relative;
}
.about-content {
    margin: 20px 0px;
}
.about-content p {
    margin-bottom: 18px;
}
.about-experience p {
    color: white;
}
a.theme-btn {
    padding: 15px 26px;
    background: var(--primary-color);
    color: white;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0px;
}
/* about-css-end */
/* service-css-start */
.service-sec {
    padding: 60px 0px;
}
.service-sec .sub-heading {
    margin-bottom: 35px;
}
.service-item {
    position: relative !important;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    z-index: 1;
    transition: 0.5s;
}
.service-icon {
    position: absolute;
    text-align: center;
    height: 90px;
    width: 90px;
    background: var(--primary-color);
    left: 50%;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    bottom: 40px;
    transform: translateX(-50%);
    border: 4px solid #fff;
}
.service-content {
    position: relative;
    padding: 10px;
    margin-top: 5px;
}
h3.service-title a {
    font-size: 18px;
    color: black;
    font-weight: 600;
    
    margin-bottom: 10px;
    display: inline-block;
}
.service-arrow a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
}
.service-arrow a i {
    margin-left: 5px;
}
.service-img img {
    border-radius: 10px;
}
.service-item:hover {
    transform: translateY(-10px);
}
/* service-css-end */
/* why-choose-css-start */
.why-choose-sec {
    margin-bottom: 60px;
}
.why-choose-img {
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}
h2.heading span {
    font-size: 50px;
    font-weight: 800;
    color: var(--primary-color);
}
.choose-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    font-size: 45px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}
.choose-icon:before {
    position: absolute;
    content: "";
    border: 3px solid var(--primary-color);
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 20px;
}
.choose-item {
    display: flex;
    gap: 20px;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}
.choose-item-content {
    flex: 1;
}
.choose-item-content h4 {
    margin-bottom: 10px;
    font-size: 22px;
    color: black;
}
.choose-mob{
    display: none;
}
.emergency-call-sec {
    margin-bottom: 60px;
    background-image: url(../images/emergency-call.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.call-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 1;
}
.call-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 40px;
    color: black;
    font-weight: 600;
}
.call-content:before {
    z-index: -1;
    position: absolute;
    content: "";
    border: 5px solid var(--primary-color);
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    border-radius: 20px;
}
.call-content:after {
    position: absolute;
    content: "";
    background: #fff;
    top: 10px;
    left: 50px;
    width: 80px;
    height: 10px;
    z-index: -1;
}
.emergency-call {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.emergency-call-icon {
    height: 80px;
    width: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 45px;
    text-align: center;
    color: #fff;
    padding-top: 7px;
}
.emergency-call-info h5 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: rgb(33, 37, 41);
    font-weight: 500;
}
.emergency-call-info h3 a {
    margin: 0px;
    padding: 0px;
    color: #000;
}
.emergency-call-info h3 {
    margin: 0px;
    padding: 0px;
}
/* why-choose-css-end */