@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #161615;
    background-color: #fff;
}

a {
    transition: all 0.2s ease-out 0s;
}

a:hover {
    color: #527476;
    text-decoration: none;
}

::selection {
    color: #fff;
    background: #868172;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.footer-social div a {
    border: 1px solid #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
}
.footer-social div a:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.footer-social a i {
    font-size: 30px !important;
    margin-right: 0 !important;
    line-height: 40px;
}

.contact_detail li a {
    border: none;
    padding: 5px 0;
}
.twenty-five a:hover {
    color: #c4bab1;
}

.social_sec {
    padding: 30px 0;
    margin-top: 30px;
}
.style_heading {
    padding: 40px 0;
    width: 90%;
    text-align: center;
    margin: auto;
}
.style_heading h2 {
    font-size: 56px;
    font-weight: 300;
    color: #161615;
}
.social_text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #161615;
}
.position-relative {
    position: relative !important;
}
.social_image {
    position: relative;
}
.social_image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #759d9f;
    content: "";
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.s_link_2 {
    position: absolute;
    top: 20%;
    right: -120px;
}
.s_link:hover .social_image:before {
    opacity: 0.4;
}
.s_link_2:hover .social_image_2:before {
    opacity: 0.4;
}
.social_list {
    position: absolute;
    right: 0;
    bottom: 0;
}
.social_image_2:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #759d9f;
    content: "";
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.social_image_2 img {
    width: 320px;
    height: 320px;
}
.social_list li a {
    font-size: 24px;
    color: #759d9f;
}

.social_list li a:hover {
    color: #161615;
}
.social_sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.granite_content_main h2{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #52616B;
    font-size: 25px;
}

.granite_main_box{
    margin-bottom: 70px;
}

.granite_main_box .col-lg-4{
    border-right: 1px solid #F1F1F4;
    border-left: 1px solid #F1F1F4;
}

.granite_main_box .card{
    border: 0;
    min-height: 400px;
}

.granite_main_box .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
}

.granite_main_box .card_img {
    margin-bottom: 20px;
    /* padding-bottom: 55%; */
    width: 75%;
    position: relative;
    z-index: 5;
    margin: auto;
}

.granite_main_box .card-img-top {
    width: 100%;
    height: 100%;
    /* object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1), height .4s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

.granite_main_box .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.granite_main_box .card-title {
    margin-bottom: 0.5rem;
}

.granite_main_box .card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #161615;
    text-align: center;
}

.granite_main_box .card-text {
    color: #759D9F;
    text-align: center;
}

.granite_main_box .card span {
    color: #161615;
    text-align: center;
    margin-top: 16px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: color .4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: color .4s cubic-bezier(0.22, 0.61, 0.36, 1), transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: color .4s cubic-bezier(0.22, 0.61, 0.36, 1), transform .4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: inherit;
}
.granite_main_box a:hover .card span {
    color: #759D9F;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
}
.certificate_sec{
    padding: 0 0 50px;
}
@media (min-width: 768px) and (max-width:991px){
    .social_sec .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .social_sec .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (max-width:768px){
    .social_sec .col-md-8,.social_sec .col-md-2 {
        width: 100%;
    }
    .style_heading h2 {
        font-size: 32px;
        line-height: 30px;
    }
    .social_text{
        width: 100% !important;
        position: relative !important;
        text-align: center;
        margin-bottom: 15px;
    }
    .s_link_2 {
        position: relative;
        top: inherit;
        right: 0;
        bottom: 70px;
        left: 0;
        margin: auto;
        display: block;
    }
    .social_image_2 img {
        width: 250px;
        height: 250px;
        margin: auto;
        display: block;
    }
}
@media (max-width:478px){
    .style_heading {
        padding: 40px 0;
        width: 100%;
    }
    .style_heading h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .style_heading h2 img{
        width: 50px !important;
    }
    .social_text h2 {
        font-size: 26px;
    }
}
.nonhomepage .header{
    position:relative;
    width:100%;
    top:0;
    left:0;
    right:0;
}
.nonhomepage section{
    background:white;
}
.dis p{
    text-align:center;

}
.dropdownm1 .dropdownm1 {
    opacity: 0 !important;
    left: 100%;
    visibility: hidden !important;
}
.menu .dropdownm1 li:hover .dropdownm1 {
 
    top: 0;
    transition: all 0.3s;
    opacity: 1 !important;
    visibility: visible !important;
}

.page_banner img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.about_sec .content{
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
}
.about_sec .content h3{
    color: #720a0a;
    margin-bottom: 20px;
    font-size: 22px;
}
.about_sec .content p{
    font-size: 16px;
    line-height: 25px;
}


.aboutus-2 {
    padding: 0 0 60px;
}

.aboutus-2 .aboutinfo{
    padding-right: 30px;
}
.aboutus-2 .aboutinfo .hinttag {
    font-size: 22px;
    color: #720a0a;
    display: block;
    margin-bottom: 10px;
}
.wline {
    height: 1px;
    width: 60px;
    display: inline-block;
    background: #ccc;
    margin: 20px 10px;
    vertical-align: middle;
}
.aboutus-2 .aboutinfo p {
    text-align: justify;
}

.aboutus-2 .aboutimg {
    position: relative;
    margin-left: 40px;
}
.aboutus-2 .aboutimg::after {
    width: 100%;
    border: 20px solid #eee;
    content: '';
    height: 112%;
    display: block;
    position: absolute;
    top: 0;
    left: -45px;
    z-index: 0;
}
.aboutus-2 .aboutimg img{
    position: relative;
    z-index: 1;
}

.contact_page h1{
    color: #720a0a;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: normal;
}
.contact-form p{
    margin-bottom: 14px;
    font-size: 15px;
}
.contact-form p i{
    margin-right: 5px;
}
.project_sec{
    padding-bottom:20px;
}
.project_sec .content {
    max-width: 80%;
    margin: auto;
    padding: 50px 0 20px;
}
    .project_sec .content h3 {
        color: #720a0a;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .project_sec .content p {
        font-size: 16px;
        line-height: 25px;
    }
.project_img{
    padding-bottom:30px;
}
.project_img img{
    margin-top:15px;
}

.query_sec .content{
    padding-bottom:30px;
}
.query_sec{
    padding-bottom:50px;
}
.privacy_page .content {
    max-width: 100%;
}
    .privacy_page .content h1 {
        color: #750d0d;
        font-size: 34px;
        margin-bottom: 20px;
    }
    .privacy_page .content p {
        text-align: justify;
        margin-bottom: 20px;
    }
    .privacy_page .content a {
        color: #680000;
    }
    .privacy_page .content ul {
        padding-left: 50px;
        list-style: disc;
		margin-bottom: 15px;
    }
    .privacy_page .content ul li{
        list-style:disc;

    }