*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  
}

.navbar-light .navbar-toggler {
    color: rgba(255, 0, 0, 0) !important;
    border-color: rgb(0 0 0 / 0%) !important;
}


.bar .fad{
    color:#ffffff;
}

.pon_img{
    padding:10px;
}

a{
    text-decoration: none;
}

.top_positions{
    z-index:999999;
}


.display_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.display_flex_col{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.display_flex_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_one{
    padding-top:6px;
     display: block;
}

.header_two{
    display: none;
    padding-top:6px;
    background-color: #ff9799;
   
}

.logo{
    width:90px;
    margin: auto;
}

.top_1_text p{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
   
}

.top_1_text a{
    text-decoration: none;
    color:#000000;
}

.top_1_icon{
    padding-right: 7px;
}

.top_1_icon .fal{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 31px;
    border: 2px solid #79C942;
    color: #ff9799;
    font-weight: 500;
}

.icon_1{
    display: flex;
    padding: 10px;
    align-items: center;
}

.top_header_btn {
    color: #ffffff;
    background-color: #FF9799;
    padding: 9px 26px;
    font-size: 15px;
    text-decoration: none;
    border: none;
    border-radius: 6px;
}

.top_header_btns p{
    margin-bottom: 0px;
}

.menu_bar_sec{
    background-color: #FF9799;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

.banner_images_one img{
    position: relative;
    width: 100%;
    max-height: 450px;
}

.banner_images_one{
    position: relative;
}

.banner_images_one::after{
    position: absolute;
    content: "";
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: #1a1a1aa6;
}


.banner_text_wrapper h2{
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color:#ffffff;
    text-align: center;
}


.banner_text_wrapper{
    position: absolute;
    content: "";
    transform: translate(100px, -37px);
    top: 50%;
    left: 33%;
    max-width: 400px;
}

.home_about{
    padding-top: 80px;
    padding-bottom: 80px;
}

.home_about_text h2{
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color:#ff9799;
    /* text-align: center; */
}

.home_about_text p{
    max-width: 450px;
}

.abt_icon{
    width: 54px;
    height: 52px;
    border-radius: 34px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc3545;
}

.abt_icon_text{
    
    padding:5px;
}

.abt_icon_text p{
    margin-bottom: 0px;
}

.abt_icon .fal {
    color: #ffffff;
} 

.home_about_text a{
color: #ffffff;
background-color: #FF9799;
padding: 9px 26px;
font-size: 15px;
text-decoration: none;
border: none;
border-radius: 6px;
}

.abt_img{
    position: relative;
}

.abt-logo{
    position: absolute;
    content: "";
    bottom: 9px;
    right: -71px;
    border-radius: 38px;
    border: 2px solid #ff9799;
    width: 150px;
    background-color: #ffffff;
}

.abt_home_text h3{
    position: absolute;
    height: 100%;
    right: 4px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color: #ff9799;
    writing-mode: vertical-rl;
}

.bg_images{

    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/ponnus12.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.fixed_text h3{
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color: #ffffff;
}


.why_choose_us{
    padding-top: 70px;
    padding-bottom: 70px; 
}

.gallery_sec{
    padding-top: 70px;
    padding-bottom: 70px;  
    background-color: #ff97991c;
}


.footer_section{
    padding-top: 70px;
    padding-bottom: 70px;  
    background-color: #ff9799;
}
.bottom_footer{
    background-color: #ff9799;
}

.footer_text p {
    
    padding: 30px 0;
    border-top: 1px solid #ffffff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
}

.footer_address h3{
    font-size: 16px;
}

.footer_link ul{
    display: inline-flex;
    list-style-type: none;
    margin-left: -26px;
}

.footer_link li{
margin-left: 12px;
}


.footer_link li a{
    color:#ffffff;
}

.footer_link .fab{
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 28px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_link{
    display: flex;
    justify-content: center;
}

.footer_address h5 {
    color: #ffffff;
    font-size: 16px;
}

.fea_text h4{
    font-size: 18px;
    font-family: 'Lora', serif;
    margin-top: 21px;
}

.banner_contact_one {
    position: relative;
}

.banner_contact_one::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #1a1a1aa6;
}

.banner_contact_one img {
    position: relative;
    width: 100%;
    max-height: 310px;
}


.home_about_texts h2 {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color: #ff9799;
    /* text-align: center; */
}

.footer_text p a{
 font-weight: 500;
 color:#ffffff;
}

.section-contact {
    padding: 10px;
        background-color: #fff;
}

.section-contact .header-section .title {
    position: relative;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}

.section-contact .header-section .title .dot {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background-color: #df383f;
}

.section-contact .header-section .description {
    font-family: "Roboto", sans-serif;
    color: #2a6287;
}

.section-contact .header-section .big-title {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,70%);
    font-size: 53px;
    font-weight: 700;
    opacity: 0.15;
}

.section-contact .form-contact {

}

.section-contact .form-contact .single-input {
    position: relative;
    margin-top: 40px;
}

.section-contact .form-contact .single-input i {
    position: absolute;
    top: 5px;
    left: 15px;
    color: #de3842;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ff9799;
    padding-left: 50px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
        transition: border .3s;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
    color: rgba(7, 57, 92, .3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
    border-color: #df383f;
}

.section-contact .form-contact .single-input textarea {
    height: 150px;
    min-height: 50px;
}

.section-contact .form-contact .submit-input input {
    margin-top: 40px;
    padding: 15px 50px;
    background-color: #de3842;
    color: #fff;
    border: none;
    font-weight: 700;
    transition: background-color .3s;
}

.section-contact .form-contact .submit-input input:hover {
    background-color: #ff9799;
}

.contact .content .info {
    margin-top: 30px;
}
.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #ff9799;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

.header_one{
    padding-top:6px;
     display: block;
}

.header_two{
    display: none;
    padding-top:6px;
    background-color: #ff9799;
   
} 

.fea_wrapper_detail{
    margin-top: 34px;
    border: 1px solid #ff9799;
    padding: 25px;
}

.fea_text p{
    max-width: 350px;
}

.fixed_side_icon{
    display: none;
}

@media  (max-width: 999px) {
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
      padding-top: 0px !important;
       padding-bottom: 0px !important;
    }
    .fixed_side_icon{
        position: fixed;
        display: block;
        right: 13px;
        bottom: 9px;
    }

    .fixed_side_icon ul{
        list-style-type: none;
    }

    .fixed_side_icon ul li{
        background-color: #f37784;
        color: #ffffff;
        padding: 16px;
        border-radius: 3px;
    }

    
    .fixed_side_icon ul li a{
        
        color: #ffffff;
        
        border-radius: 3px;
    }

    .header_one{
        padding-top:6px;
         display: none;
    }
    
    .header_two{
        display: block;
        padding-top:6px;
        background-color: #ff9799;
       
    } 
}

@media (max-width: 575.99px) {
    .section-contact {
        padding: 10px;
    }

    .banner_contact_one img {
        position: relative;
        width: 100%;
        height: 252px;
    }
    .section-contact .header-section .title {
        font-size: 31px;
    }

    .section-contact .header-section .big-title {
        font-size: 44px;
    }

    .section-contact .header-section .description {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {
    .section-contact {
        padding: 80px 60px;
    }

    .section-contact .header-section .title {
        font-size: 45px;
    }

    .section-contact .header-section .big-title {
        font-size: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .section-contact {
        padding: 80px 60px;
    }

    .section-contact .header-section .title {
        font-size: 45px;
    }

    .section-contact .header-section .big-title {
        font-size: 100px;
    }

}


@media screen and (max-width: 450px){
    .banner_images_one img {
        width: 100%;
        min-height: 300px;
    }
    .banner_text_wrapper {
        position: absolute;
    content: "";
    top: 167px;
    left: -36px;
    max-width: 300px;
    }
    .abt_img{
        position: relative;
        max-width: 381px;
    }
    .abt-logo {
        position: absolute;
        content: "";
        bottom: 9px;
        right: 105px;
        width: 150px;
        background-color: #ffffff;
    }
    .banner_text_wrapper h2 {
        font-family: 'Lora', serif;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
    }
}