/* 
Stylesheet for KV Associates
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-family: 'Poppins', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
i,h3{
    font-size: 22px!important;
    color: #36506c;
    margin: 12px 0px;
}
.link a{
    font-weight: 400;
    color:#36506c;
    font-size: 22px;
}
.logo_image {
    width: auto;
    max-width: 300px;
}
.header-section {
    text-align: center;
    margin: 50px 0px 50px;
}
.hight50{
    height: 50px;
    width: 100%;
}
.icon_wraper {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 0.7;
}

.phone,.mobile,.email {
    display: flex;
    align-items: center;
    gap: 5px;
}
.address_content p {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
    color: #36506c;
}
.contact_add {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin: 0;
}
.contact_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}
.dis_title{
    text-align: center;
    font-size: 24px;
    color: #36506c;
}
.dis_description{
    color:#36506c;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}
.map_iframe{
    filter: grayscale();
}
/* GRID */
.container {
    width: 100%;    
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
        margin: 0px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;   
    margin-right: auto;
    margin-left: auto;
}
/* GRID END */
.center{
    margin: 0 auto!important;
    display: table!important;
}
@media screen and (max-width:960px){
    .contact_wrapper{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:768px){
    .contact_wrapper{
        padding: 0 15px;
    }
    .hight50 {
        height: 30px;
    }
    i,h3{
        font-size: 18px!important;
        color: #354f6b;
        margin: 12px 0px;
    }
    .link a{
        font-size: 18px!important;
    }
    .address_content p{
        font-size: 18px!important;
    }
    .dis_description{
        font-size: 16px!important;
        padding: 0 15px;
    }
    .logo_image {
        width: auto;
        max-width: 150px;
    }
    .header-section{
        margin:30px 0px;
    }
}