/*

TemplateMo 554 Ocean Vibes

https://templatemo.com/tm-554-ocean-vibes

*/

html { overflow-x: hidden; }

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    line-height: 1.8em;
    overflow-x: hidden;
}

p, span, em, a, address { color: #848586; }
h2, p {
    margin-top: 0;
}

a:hover, a.active { color: #728d28; }

.tm-btn {
    padding: 10px 40px;
    color: white;
    background-color: #728d28;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
.tm-btn-vendor {
    padding: 10px 40px;
    color: white;
    background-color: #728d28;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

button.tm-btn {
    padding: 15px 40px;
}

.tm-btn:hover {
    color: white;
    background-color: #728d28;
}

h1 { font-size: 3rem; }
em { display: block; }
div { box-sizing: border-box;}
.tm-mt-35 { margin-top: 35px; }
.tm-mb-0 { margin-bottom: 0; }
.tm-mb-15 { margin-bottom: 15px; }
.tm-mb-30 { margin-bottom: 30px; }
/* .tm-mb-40 { margin-bottom: 40px; } */
.tm-mb-40 { margin-bottom: 20px;
    /* text-indent: 50px;  */
    font-size: large;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
   
    
    }
    .btn3{
        align-items: center;
        width: 350px;
        height: 50px;
        font-size: 18px;
        background: rgb(114,141,40);
        border: none;
        color: #fff;
        left: 50;
    }
    .center{

    }
.tm-mb-50 { margin-bottom: 50px; }
.tm-mb-80 { margin-bottom: 80px; }
.tm-text-center { text-align: center; }
.tm-text-right { text-align: right; }
.tm-color-primary { color: #728d28; }
.tm-color-gray { color: #728d28; }
.tm-color-gray-2 { color: #98999A; }
.tm-color-light-gray { color: #9E9FA0; }
.tm-bg-white { background-color: #FFF; }
.tm-bg-gray { background-color: #FFF; }
blockquote { margin: 0 0 30px 10px; }
img { max-width: 100%; }
.tm-page-title { font-size: 30px; }


body, ul {
    margin: 0;
    padding: 0;
}

a { 
    text-decoration: none; 
    transition: all 0.3s ease;
}

.tm-mt-0 { margin-top: 0; }

.tm-site-header {
    /* padding: 35px 79px 57px;
    height: 67px;
    width: 245px; */
    padding: 36px 70px 35px 71px;
height: 115px;
width: 259px;
box-sizing: content-box;
}

.tm-tagline {
    font-size: 1.5rem;   
    margin-left: 130px;
}

#tm-video-container {
    max-height: 400px;
    overflow: hidden;
    background-color: #333;
    margin-bottom: 90px;
    position: relative;
}

#tm-video {
    width: 100%;
    height: auto;
}

#tm-video-control-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    color: #e1e1e1;
}

.tm-nav-item {
    list-style: none;
    margin: 22px;   
}

.tm-nav-link {
    display: flex;
    align-items: center;    
    justify-content: space-between;
    flex-direction: column;
    width: 160px;
    height: 170px;
    padding: 20px;
    border: 1px solid #D2D3D4;
    color: #999; 
    box-sizing: border-box;
}
/* .tm-nav-link {
    display: flex;
    align-items: center;    
    flex-direction: column;
    width: 200px;
    height: 200px;
    padding: 30px;
    border: 1px solid #D2D3D4;
    color: #999; 
    box-sizing: border-box;
} */
/* .hide{
    display: none;
} */
/* .tm-nav-item:hover + .hide{
    display: flex;
    flex-flow: column;
    border-color: #728d28;
    } */

.tm-nav-link:hover,
.tm-nav-link.active {
    color: #728d28;
}

.tm-nav-link i {
    margin-top: 15px;
    color: #728d28;
}

.tm-main-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.tm-container {display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1254px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    margin: 0 auto 135px;
}

.tm-footer {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    font-size: 0.9em;
}

.tm-close-popup {
    text-align: right;
    display: block;
}

.tm-close-popup i {
    margin-left: 10px;
    margin-right: 10px;
}

.tm-row {
    display: flex;
}

.tm-col-6 {
    flex: 0 0 45%;
    margin-top: 16px;
}

.tm-intro-pad {
    padding: 40px 55px 50px; 
}

.tm-intro-col-l {
    margin-right: 40px;
    margin-left: 0px;
    margin-top: 16px;

}

/* text-based popup styling */
.popup {
    position: relative;
    padding: 12px 10px 35px;
    width:auto;
    max-width: 1200px;
    margin: 0 auto; 
}
.popup-new{
    /* background-color: #333; */
    position: relative;
    padding: 12px 10px 35px;
    width:auto;
    max-width: 580px;
    margin: 0 auto; 
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

button.mfp-arrow {
    display: none;
}

/* Intro */
.tm-intro-img {
    max-width: 300px;
    max-height: 600px;
}

/* Gallery */
.tm-gallery {
    size: 90%;
    flex: 0 0 68%;
    margin: 0 20px;
}

.tm-gallery-container {
    position: relative;    
    max-width: 800px;
    margin: 0 -10px;
	list-style: none;
    text-align: center;
}

.tm-paging {
    overflow: auto;
    margin-top: 25px;
}

.tm-paging li {
    list-style: none;
}

.tm-paging-link {
    display: flex;
    float: left;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: white;
    color: #999;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.tm-paging-link.active,
a.tm-paging-link:hover {
    background: #728d28;
    color: white;
}

.tm-gallery-right {
    flex: 0 0 26%;
    margin-left: 15px;
}

.tm-gallery-links {
    margin-left: 35px;
    margin-bottom: 55px;
}

.tm-gallery-links li {
    list-style: none;
    margin-bottom: 20px;
}

.tm-gallery-link-icon {
    display: inline-block;
    width: 30px;
}

.tm-gallery-item {
    overflow: hidden;
    margin: 15px 10px;
    min-width: 180px;
    max-width: 180px;
    max-height: 240px;
    width: 25%;
    background: #728d28;
    text-align: center;
    cursor: pointer;
}

.tm-gallery-container figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.tm-gallery-container figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-gallery-container figure figcaption::before,
.tm-gallery-container figure figcaption::after {
	pointer-events: none;
}

.tm-gallery-container figure figcaption,
.tm-gallery-container figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery-container figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.tm-gallery-container figure h2 span {
	font-weight: 800;
}

.tm-gallery-container figure h2,
.tm-gallery-container figure p {
	margin: 0;
}

.tm-gallery-container figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
    /* size: 50px; */
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}


figure.effect-chico figcaption {
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}


figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
    color: white;
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Testimonials */
.tm-testimonials-inner {
    /* background-image: url("img\img10.jpg"), url("img\img10.jpg"); */
    /* background-color: #cccccc    ; */
    border-radius: 20px;
    padding: 0 20px 30px;
}

.tm-testimonial-col {
    flex: 0 0 33.3334%;
    padding-left: 20px;
    padding-right: 20px;
}
.tm-testimonial-new {
    flex: 0 0 33.3334%;
    padding-left: 40px;
    padding-up: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    /* padding-bottom: 40px; */
    padding-right: 40px;
}
.button{
    display: flex;
    justify-content: space-around;
}
/* About */
.mapouter{
    position:relative;
    height:250px;
    width:100%;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:450px;
    width:100%;
}
.tm-contact-row {
    max-width: 1045px;
}
.tm-contact-row-vendor {
    justify-content: space-evenly;
    justify-items: center;
    max-width: 1193px;
}
.tm-about-col {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 500px;
}


/* Contact */
#contact {
    padding-bottom: 65px;
}
.tm-contact-col {
    flex: 0 0 50%;
    padding-left: 40px;  
    padding-bottom: 30px;
}
.tm-contact-col1 {
    /* flex: 0 0 50%; */
    /* padding-left: 40px;   */
    /* padding-bottom: 30px; */
}
.tm-contact-col2 {
    /* flex: 0 0 50%; */
    /* padding-left: 40px;   */
    /* padding-bottom: 30px; */
}

.tm-contact-col-r {
    padding-left: 0;
    padding-right: 30px;
    
}

.tm-contact-form {
    max-width: 350px;
    margin-left: 40px;
    margin-right: 40px;
}
.tm-contact-form-vendor {
    min-width: 400px;
    margin-left: 40px;
    margin-right: 40px;
}


.form-control {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
    border: 1px solid #D5D6D7;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
}

.form-group {
    margin-bottom: 25px;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url(../img/select-arrow.png);
    padding: 14px 20px;
    padding-right: 20px;
    color: #666;
}

.tm-contact-links li {
    list-style: none;
    margin-bottom: 10px;
}

.tm-contact-link-icon {
    margin-right: 15px;
}

address {
    font-style: normal;
}

@media (max-width: 850px) {
    .tm-contact-row {
        flex-direction: column;
    }
    .tm-contact-row-vendor {
        flex-direction: column;
    }

    .tm-contact-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .tm-contact-col1 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .tm-contact-col2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tm-contact-form {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .tm-contact-form-vendor {
        min-width: 120%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .form-control{
        max-width: 80%;
    }
}

@media (max-width: 1264px) {
    .tm-about-row {
        flex-direction: column;
    }
    .tm-about-col {
        flex: 0 0 100%;
    }
}

@media (max-width: 1264px) {
    .tm-main-nav ul { 
        max-width: 976px;
    }
}

@media (max-width: 1020px) {
    .tm-main-nav ul {
        max-width: 732px;
    }
}

@media (max-width: 776px) {
    .tm-main-nav ul {
        max-width: 488px;        
    }
}

@media (max-width: 532px) {
    .tm-main-nav ul { 
        max-width: 202px;
    }
}

@media (max-width: 992px) {
    .tm-testimonial-row {
        flex-wrap: wrap;
    }
    .tm-testimonial-col {
        flex: 100%;
        margin-bottom: 50px;
    }    

    .tm-testimonial-col:last-child {
        margin-bottom: 0;
    }

    .tm-testimonial-col-2 {
        flex: 50%;
    }
}

@media (max-width: 635px) {
    .tm-testimonial-col-2 {
        flex: 100%;
    }
}

@media (max-width: 902px) {
    .tm-gallery {
        flex: 0 0 50%;
    }
    .tm-gallery-right {
        flex: 0 0 38%;
    }
}

@media (max-width: 805px) {
    .tm-gallery-row {
        flex-direction: column-reverse;
    }
    .tm-gallery {
        flex: 0 0 100%;
    }
    .tm-gallery-right {        
        flex: 0 0 100%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .tm-gallery-right-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .tm-gallery-links {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
    }

    .tm-gallery-links li {
        margin-right: 20px;
    }
}

@media (max-width: 850px) {
    .tm-content-row {
        flex-direction: column;
        width: 100%;

    }

    .tm-intro-col-l {
        margin-right: 0;
        width: 100%;
    }
    /* .gmap_canvas{
        width: 100%;
    }
    iframe{
        width: 100%;
    } */
}

@media (max-width: 650px) {
    .tm-intro-row {
        flex-direction: column;
    }

    .tm-intro-img {
        max-width: 100%;
        max-height: none;
    }
}

@media (max-width: 540px) {
    .tm-footer {
        flex-direction: row-reverse;
        align-items: center;
    }
}

@media (max-width: 558px) {
    .tm-site-header {
        padding-left: 23vw;
        padding-right: 13vh;
        width: 194px;
        /* width: 200px; */
    }

    .tm-tagline {
        margin-left: 30px;
    }
}

.select{
    
    margin: 34px;
    font-size: x-large;
    box-sizing: border-box;
}
.ongoing{
    border-radius: 34px;
/* box-sizing: content-box; */
    display: inline-flex;
    padding: 92px;
    margin: 105px;
   
}
.completed{
border-radius: 34px;
display: inline-flex;
padding: 92px;
margin: 105px;
}
.ongoing:hover{
    /* background-image: url(img\img1.jpeg); */
    /* border-radius: 23px; */
    /* border: 2px; */
    transform: scale(1.5);
    background-color:  rgb(224, 224, 224);
    /* background ; */
    border: 2px solid lightgreen ;

} 
 
.completed:hover{
    transform: scale(1.5);
    background-color:  rgb(224, 224, 224);
    /* background-color: rgb(168, 240, 168); */
    border: 2px solid lightgreen ;

}
table.tbimg{
    background-image: url(img\logo.png);
}

.address{
    margin: 43px 41px 57px 88px;
}



/* bharghavi css */

.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 2.5;
    margin-top: 66px;
}

.center{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* line-height: 2.5; */
    margin-top: 66px;
}

.btn{
    width: 300px;
    height: 50px;
    font-size: 22px;
    /* background: rgba(114, 141, 40, 0.8); */
    background-color: rgba(51, 51, 51,0.6);
    /* opacity: 0.7; */
    border: none;
    color: #fff;
    transition: 0.4s ease;
}
.btn:hover{
    width:500px;
    height:60px;
    font-size: 30px;
}
.btn a{
    text-decoration: none;
    color: #fff;

}

