@import url("https://use.typekit.net/adl4fit.css");
body{
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-size:14px;
    background-color: #F5F5F5;
    overflow-x: hidden;
}
.header-top{
    background-color:#3A3A39;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-contact{
    display: flex;
    justify-content: flex-start;
}
.header-contact>ul{
    list-style:none;
    display: flex;
    padding:0px;
    margin:0px;
}
.header-contact>ul>li{
    display: flex;
    margin-right:15px;
}
.header-contact>ul>li>a{
    text-decoration: none;
    color:white;
    font-size:14px;
    align-items: center;
    transition: all .4s;
}
.header-contact>ul>li>a:hover{
    color:#D21113;
    transition: all .4s;
}
.header-contact>ul>li>a>img{
    height:18px;
    margin-right:5px;
}
.header-social{
    display: flex;
    justify-content: flex-end;
}
.header-social>ul{
    display: flex;
    list-style: none;
    padding:0px;
    margin:0px;
}
.header-social>ul>li{
    display: flex;
}
.header-social>ul>li>a{
    display: flex;
    padding:0px 12px;
    text-decoration: none;
    color:white;
    font-size:16px;
    transition: all .4s;
}
.header-social>ul>li>a:hover{
    color:#D21113;
    transition: all .4s;
}
.header-bottom{
    background-color:white;
    border-bottom:1px solid #D8D8D8;
    padding:6px 0px;
}
.navbar-brand>img{
    height:40px;
}
.dropdown-toggle::after{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color:#3A3A39;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#D21113;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#D21113;
}
.nav-item>.btn.btn-danger{
    background-color:#D21113;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    font-size:14px;
    font-weight: 500;
    padding:0px 50px;
    border-radius: 10px;
}
.nav-item>.btn.btn-danger:hover{
    background-color:#3A3A39;
}
.nav-item>.btn-dark{
    display: flex;
    width:40px;
    height:40px;
    background-color:#3A3A39;
    align-items: center;
    justify-content: center;
    margin-left:14px;
    border-radius: 10px;
}
.nav-item>.btn-dark:hover{
    background-color:#D21113;
}
.nav-item>.btn-dark>img{
    height:20px;
}
.nav-item>.menu-link{
    display: flex;
    width:40px;
    height:40px;
    align-items: center;
    margin-left:14px;
}
.nav-item>.menu-link>img{
    height:16px;
}
.slider{
    padding:0px;
}
.slider-area{
    display: flex;
    flex-direction: row-reverse;
    width:100%;
}
.slider-area>.slider-img{
    position: relative;
    width:55%;
}
.slider-area>.slider-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.slider-area>.caption{
    display: flex;
    flex-direction: column;
    background-color: white;
    width:45%;
    justify-content: center;
    padding:0px 60px;
    height:650px;
}
.slider-area>.caption>h6{
    font-size:13px;
    font-weight: 700;
    color:#D21113;
    text-align: left;
}
.slider-area>.caption>h3{
    font-size:42px;
    font-weight: 500;
    color:#3A3A39;
    line-height: 46px;
}
.slider-area>.caption>p{
    font-size:15px;
    font-weight: 400;
    color:#3A3A39;
    line-height: 24px;
}
.slider-area>.caption>ul{
    display: flex;
    list-style: none;
    margin:20px 0px 0px;
    padding:0px;
}
.slider-area>.caption>ul>li{
    display: flex;
    margin-right:10px;
}
.slider-area>.caption>ul>li>a.btn.btn-outline-danger{
    display:flex;
    height:46px;
    border:1px solid #D21113;
    border-radius: 10px;
    background-color:white;
    font-size:14px;
    font-weight: 400;
    color:#3A3A39;
    align-items:center;
    justify-content:center;
    padding:0px 40px;
}
.slider-area>.caption>ul>li>a.btn.btn-dark{
    background-color:#3A3A39;
    height:46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px 40px;
    color:white;
    font-size:14px;
    font-weight: 400;
    border-radius: 10px;
}
.slider-area>.caption>ul>li>a.btn.btn-dark>img{
    height:20px;
    margin-right:5px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    left: 78%;
}
ol.carousel-indicators{
    list-style: none;
}
.carousel-indicators [data-bs-target]{
    list-style: none;
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border:1px solid #D21113;
    background-color: white;
}
ol.carousel-indicators>li.active{
    background-color: #D21113;
}
.home-contact{
    display: flex;
    background-color:white;
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,.16);
    padding:24px 22px;
    position: relative;
    z-index:99;
    top:-110px;
}
.home-contact>form{
    display: flex;
    width: 100%;
}
.home-contact>form>.row{
    width: 100%;;
}
.form-header>span{
    font-size:18px;
    font-weight: 600;
    color:#3A3A39;
    padding-bottom:3px;
    display: flex;
    border-bottom: 1px solid #D21113;
    padding-right:200px;
    width: fit-content;
    max-width: 100%;
    margin-bottom:20px;
}
.form-str{
    padding:7px;
    position: relative;
}
.form-str>input.form-control{
    border-color:#D8D6D4;
    border-radius: 10px;
    height:46px;
    padding-left:35px;
    width:100%;
    outline:none;
    box-shadow: none;
    background: none;
}
.form-str>input.form-control:hover, .form-str>input.form-control:focus{
    border-color:#D21113;
}
.form-str>input.form-control::placeholder{
    font-size:14px;
    font-weight: 500;
    color:rgba(0,0,0,.52);
}
.form-str>textarea.form-control{
    border-color:#D8D6D4;
    border-radius: 10px;
    height:120px;
    resize:none;
    padding-left:35px;
    width:100%;
    outline:none;
    box-shadow: none;
    background: none;
    padding-top:11px;
}
.form-str>textarea.form-control:hover, .form-str>textarea.form-control:focus{
    border-color:#D21113;
}
.form-str>textarea.form-control::placeholder{
    font-size:14px;
    font-weight: 500;
    color:rgba(0,0,0,.52);
}
.form-str>label{
    position: absolute;
    top:18px;
    left:15px;
}
.form-str>label.check{
    position: relative;
    top:auto;
    left:auto;
    display: flex;
    align-items: flex-start;
}
.form-str>label.check>input{
    margin-right:10px;
    margin-top:4px;
}
.form-str>label.check>span{
    font-size:14px;
    font-weight: 500;
    color:#3A3A39;
}
.form-str>label>img{
    height:20px;
}
.form-str>.btn.btn-danger{
    background-color:#D21113;
    height:46px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color:white;
    font-size:14px;
    font-weight: 500;
    width:100%;
}
.form-str>.btn.btn-danger:hover{
    background-color: #3A3A39;
}
.home-intro{
    background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 70%, rgba(255, 255, 255, 1) 100%);
    padding-bottom:80px;
}
.intro-header{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom:70px;
}
.intro-header>h6{
    font-size:13px;
    font-weight: 700;
    color:#D21113;
    text-align: center;
    margin-bottom:0px;
}
.intro-header>h1{
    font-size:42px;
    font-weight: 400;
    color:#3A3A39;
    text-align: center;
    line-height: 51px;
}
a.service-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:0px 15px;
    margin-bottom:30px;
    overflow: hidden;
    text-decoration: none;
}
a.service-box>.service-img{ 
    display: flex;
    width: 215px;
    height:215px;
    position: relative;
    border-radius: 50%;
    margin-bottom:15px;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    border:5px solid rgba(210,17,19,0);
    transition: all .4s;
}
a.service-box:hover>.service-img{
    border:5px solid rgba(210,17,19,1);
    transition: all .4s;
}
a.service-box>.service-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
a.service-box>.service-text{
    display: flex;
    width:100%;
    flex-direction: column;
    align-items: center;
}
a.service-box>.service-text>h3{
    width:60%;
    text-align: center;
    color:#3A3A39;
    font-size:20px;
    font-weight: 400;
    margin-bottom:10px;
}
a.service-box>.service-text>p{
    width:90%;
    text-align: center;
    color:#7B7B7B;
    font-size:14px;
    font-weight: 400;
}
.home-about{
    background-color: white;
    padding:40px 0px 70px;
}
.about-img-area{
    position: relative;
}
.about-img-area>.img-1{
    position: relative;
    width: 465px;
    height:580px;
}
.about-img-area>.img-1>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.about-img-area>.img-2{
    position: relative;
    width: 350px;
    height:365px;
    border:10px solid white;
    margin-top:-220px;
    margin-left:210px;
}
.about-img-area>.img-2>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.about-text-area>h6{
    font-size:13px;
    font-weight: 700;
    color:#D21113;
    margin-bottom:0px;
}
.about-text-area>h3{
    font-size:30px;
    font-weight: 400;
    color:#3A3A39;
    line-height: 34px;
    margin-bottom:20px;
}
.about-text-area>ul{
    display: flex;
    list-style: none;
    margin:20px 0px 0px;
    padding:0px;
}
.about-text-area>ul>li{
    display: flex;
    margin-right:10px;
}
.about-text-area>ul>li>a.btn.btn-outline-danger{
    display:flex;
    height:46px;
    border:1px solid #D21113;
    border-radius: 10px;
    background-color:white;
    font-size:14px;
    font-weight: 400;
    color:#3A3A39;
    align-items:center;
    justify-content:center;
    padding:0px 40px;
}
.about-text-area>ul>li>a.btn.btn-dark{
    background-color:#3A3A39;
    height:46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px 40px;
    color:white;
    font-size:14px;
    font-weight: 400;
    border-radius: 10px;
}
.about-text-area>ul>li>a.btn.btn-dark>img{
    height:20px;
    margin-right:5px;
}
.comments{
    display: flex;
    width: 100%;
    margin-top:30px;
}
.home-gallery{
    padding:70px 0px 70px;
}
.gallery-header{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom:70px;
}
.gallery-header>h6{
    font-size:13px;
    font-weight: 700;
    color:#D21113;
    text-align: center;
    margin-bottom:0px;
}
.gallery-header>h1{
    font-size:42px;
    font-weight: 400;
    color:#3A3A39;
    text-align: center;
    line-height: 51px;
    margin-bottom:20px;
}
.gallery-header>p{
    font-size:14px;
    font-weight: 400;
    color:#7B7B7B;
    line-height: 26px;
    text-align: center;
}
.nav-tabs{
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom:50px;
}
ul.nav-tabs>li.nav-item{
    margin-left:10px;
    margin-right:10px;
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 1px solid #3A3A39;
    border-radius: 10px;
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #3A3A39;
    padding: 0px 40px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: 1px solid #3A3A39;
    background-color:#3A3A39;
    color:white;
}
.nav-tabs .nav-link:hover{
    border: 1px solid #3A3A39;
    background-color:#3A3A39;
    color:white;
}
.img-box{
    display: flex;
    padding:5px;
    aspect-ratio: 1;
}
.img-box>a{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.img-box>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.btn.btn-outline-dark{
    border:1px solid #3A3A39;
    font-size:14px;
    font-weight: 400;
    color:#3A3A39;
    border-radius: 10px;
    display: flex;
    height:46px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.btn.btn-outline-dark:hover{
    border:1px solid #3A3A39;
    background-color: #3A3A39;
    font-size:14px;
    font-weight: 400;
    color:white;
    border-radius: 10px;
    display: flex;
    height:46px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sss-area{
    background-color:white;
    padding-top:70px;
    padding-bottom:70px;
}
.sss-area .row{
    display: flex;
    flex-direction: row-reverse;
}
.sss-img{
    position: relative;
    display: flex;
    width:480px;
    height:600px;
    border-top-left-radius: 240px;
    border-top-right-radius: 240px;
    overflow: hidden;
}
.sss-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.sss-text-area{
    padding-left:45px;
}
.sss-text-area>h6{
    font-size:13px;
    font-weight: 700;
    color: #D21113;
    margin-bottom:0px;
}
.sss-text-area>h4{
    font-size:30px;
    font-weight: 500;
    color:#3A3A39;
    margin-bottom:10px;
}
.sss-text-area>p{
    font-size:14px;
    font-weight: 400;
    color:#3A3A39;
    line-height: 22px;
}
.accordion-item{
    border:none;
    border-bottom:1px solid #3A3A39;
    margin-bottom:10px;
    background:none;
}
.accordion-item:first-of-type{
    border-radius: 0px;
    font-size:16px;
    color:#3A3A39;
    font-weight: 600;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0px;
    background: none;
    border: none;
    box-shadow: none;
    font-weight: 600;
    font-size:16px;
    color:#3A3A39;
}
.accordion-body>p{
    font-size:14px;
    font-weight: 400;
    line-height: 24px;
    color:#3A3A39;
}
.accordion-button{
    outline:none;
    box-shadow:none;
    font-weight: 600;
    font-size:16px;
    color:#3A3A39;
    background:none;
}
.accordion-button:focus{
    box-shadow:none;
    background:none;
}
.accordion-button:not(.collapsed){
    background:none;
    box-shadow: none;
}
.accordion-item:last-of-type{
    border-radius: 0px;;
}
.footer{
    border-top:10px solid #D21113;
    background-color: #3A3A39;
    padding-top:40px;
    padding-bottom:20px;
}
.foot-logo-area{
    display: flex;
    flex-direction: column;
}
.foot-logo-area>a.footer-logo{
    display: flex;
    width:auto;
    margin-bottom: 20px;
}
.foot-logo-area>a.footer-logo>img{
    height:40px;
}
.foot-logo-area>p{
    font-size:14px;
    color:white;
    line-height: 21px;
}
.foot-logo-area>ul.footer-social{
    display: flex;
    list-style: none;
    margin:20px 0px 30px;
    padding:0px;
}
.foot-logo-area>ul.footer-social>li{
    display: flex;
    margin-right:5px;
}
.foot-logo-area>ul.footer-social>li>a{
    text-decoration: none;
    display: flex;
    width:36px;
    height:36px;
    border:1px solid white;
    align-items: center;
    justify-content: center;
    color:white;
    font-size:14px;
    border-radius: 18px;
    transition: all .4s;
}
.foot-logo-area>ul.footer-social>li>a:hover{
    background-color: white;
    color:#D21113;
    transition: all .4s;
}
.foot-menu{
    padding:10px 30px;
}
.foot-menu>span{
    display: flex;
    width:100%;
    border-bottom:1px solid #D21113;
    padding-bottom:2px;
    color:White;
    font-size:16px;
    margin-bottom:10px;
}
.foot-menu>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:20px 0px 30px;
    padding:0px;
}
.foot-menu>ul>li{
    display: flex;
    margin-bottom:10px;
}
.foot-menu>ul>li>a{
    display: flex;
    align-items: center;
    font-size:14px;
    color:white;
    text-decoration: none;
    transition: all .4s;
}
.foot-menu>ul>li>a:hover{
    color:#D21113;
    transition: all .4s;
}
.foot-menu>ul>li>a>i{
    font-size:8px;
    color:#D21113;
    margin-right:5px;
    transition: all .4s;
}
.foot-menu>ul>li>a:hover>i{
    color:white;
    transition: all .4s;
}

.foot-menu>ul.footer-contact{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:20px 0px 30px;
    padding:0px;
}
.foot-menu>ul.footer-contact>li{
    display: flex;
    margin-bottom:15px;
}
.foot-menu>ul.footer-contact>li>a{
    display: flex;
    align-items: flex-start;
    font-size:14px;
    color:white;
    text-decoration: none;
    transition: all .4s;
}
.foot-menu>ul.footer-contact>li>a:hover{
    color:#D21113;
    transition: all .4s;
}
.foot-menu>ul.footer-contact>li>a>img{
    height:18px;
    margin-right:5px;
    margin-top:2px;
}
.copyright-str{
    background-color: #3A3A39;
    border-top:1px solid #707070;
    padding-top:7px;
    padding-bottom:7px;
}
.copyright{
    font-size:12px;
    font-weight: 400;
    color:white;
}
.foot-design{
    display: flex;
    justify-content: flex-end;
    color:white;
    font-weight: 400;
    font-size:12px;
    align-items: center;
}
.foot-design>a{
    display: flex;
    margin-left:5px;
    margin-top:-3px;
}
.foot-design>a>img{
    height:13px;
}
.sidemenu{
    position: fixed;
    top:0px;
    bottom:0px;
    right:-400px;
    width:400px;
    height:100vh;
    background-color: white;
    box-shadow: 0px 0px 16px rgba(0,0,0,.3);
    z-index: 1060;
    padding:20px 30px;
    transition: all .4s;
}
.sidemenu.open{
    right:0px;
    transition: all .4s;
}
.sidemenu a.close{
    font-size:20px;
    font-weight: 500;
    color: #3A3A39;
    text-decoration: none;
    transition: all .4s;
}
.sidemenu a.close:hover{
    color:#D21113;
    transition: all .4s;
}
.sidemenu .form-header>span{
    padding-right:0px;
    width:100%;
}
.PageHeader{
    display: flex;
    position: relative;
    padding:0px;
}
.PageHeader>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.PageHeader>.overlay{
    background-color:rgba(0,0,0,.5);
    display: flex;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;
    padding:60px 0px;
    position: relative;
    z-index: 2;
}
.Pageheader-info{
    display: flex;
    flex-direction: column;
}
.Pageheader-info>h1{
    color:White;
    font-weight: 700;
    font-size:36px;
}
.Pageheader-info>ul.BreadCrumb{
    display: flex;
    width: 100%;
    list-style: none;
    margin:10px 0px;
    padding:0px;
}
.Pageheader-info>ul.BreadCrumb>li{
    display: flex;
    margin-right:10px;
    font-size:15px;
    font-weight: 500;
    color:white;
    text-transform: uppercase;
}
.Pageheader-info>ul.BreadCrumb>li>a{
    text-decoration: none;
    text-transform: capitalize;
    color:white;
    font-size:14px;
    display: flex;
    align-items: center;
}
.Pageheader-info>ul.BreadCrumb>li>a::after{
     font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left:10px;
    font-size:10px;
}
.Page-content{
    margin-top:60px;
    margin-bottom:80px;
}
.service-content>.row{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}
.service-img-area{
    position: relative;
}
.service-img-area>.img-1{
    position: relative;
    width: 350px;
    height:450px;
}
.service-img-area>.img-1>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.service-img-area>.img-2{
    position: relative;
    width: 250px;
    height:265px;
    border:10px solid white;
    margin-top:-220px;
    margin-left:210px;
}
.service-img-area>.img-2>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.service-text-area{
    display:flex;
    flex-direction: column;
}
.service-text-area>h2{
    font-size:30px;
    font-weight: 400;
    color:black;
}
.service-text-area>h3{
    font-size:28px;
    font-weight: 400;
    color:black;
}
.service-text-area>h4{
    font-size:26px;
    font-weight: 400;
    color:black;
}
.service-text-area>h5{
    font-size:24px;
    font-weight: 400;
    color:black;
}
.left-menu{
    display: flex;
    flex-direction: column;
    border:1px solid #e0e0e0;
    padding:20px;
}
.left-menu>span{
    display: flex;
    border-bottom:1px solid #e0e0e0;
    padding:0px 0px 20px;
    font-size:24px;
    font-weight: 400;
}
.left-menu>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:20px 0px 0px;
}
.left-menu>ul>li{
    display: flex;
    width: 100%;
}
.left-menu>ul>li>a{
    display: flex;
    width: 100%;
    text-decoration: none;
    justify-content: space-between;
    color:black;
    font-size:16px;
    font-weight: 400;
    padding:10px 0px;
    transition: all .4s;
}
.left-menu>ul>li>a>i{
    transform: rotate(-45deg);
    transition: all .4s;
}
.left-menu>ul>li>a:hover{
    color:#D21113;
    transition: all .4s;
}
.left-menu>ul>li>a:hover>i{
    transform: rotate(0deg);
    color:#D21113;
    transition: all .4s;
}
.left-menu>ul>li>a.active{
    color:#D21113;
}

.left-menu>ul>li>a.active>i{
    transform: rotate(0deg);
    color:#D21113;
    transition: all .4s;
}
.gallery{
    margin-top:40px;
}
.left-form{
    display: flex;
    flex-direction: column;
    border:1px solid #e0e0e0;
    padding:20px;
    margin-top:30px;
}
.left-form>span{
    display: flex;
    border-bottom:1px solid #e0e0e0;
    padding:0px 0px 20px;
    font-size:24px;
    font-weight: 400;
}
.left-form>form{
    display: flex;
    flex-direction: column;
    padding:13px 0px 0px;
}
.no-bg{
    background:none;
}
.accordion{
    background:none;
}
.gallery-area{
    margin-top:60px;
    margin-bottom:80px;
}
.contact-area{
    margin-top:60px;
}
.contact-text>h2{
    font-size:30px;
    font-weight: 400;
    color:black;
}
.contact-text>p{
    font-size:14px;
    color:black;
    font-weight: 400;
    line-height: 24px;
}
ul.contact-list{
    margin:30px 0px;
    display: flex;
    flex-direction: column;
    padding:0px;
    width:100%;
    list-style: none;
}
ul.contact-list>li{
    display: flex;
    width:100%;
    margin-bottom:20px;
}
ul.contact-list>li>a{
    display: flex;
    width: 90%;
    align-items: flex-start;
    text-decoration: none;
    color:black;
    font-size:16px;
    font-weight: 400;
}
ul.contact-list>li>a>img{
    height:22px;
    margin-right:15px;
}
.contact-form>form{
    display: flex;
    width: 100%;
    padding:0px 30px;
}
.map-area{
    margin-top:80px;
    padding:0px;
}
.google-maps {
    position: relative;
    padding-bottom: 35%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.blog-area{
    margin-top:30px;
    margin-bottom:60px;
}
a.blog-box{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: 0px 0px 6px rgba(0,0,0,.16);
    border-radius: 10px;
}
.blog-img{
    display: flex;
    position: relative;
    height:250px;
    margin-bottom:15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border:2px solid #D21113;
    overflow: hidden;
}
.blog-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.blog-info{
    display: flex;
    flex-direction: column;
    padding:0px 15px 10px;
}
.blog-info>h5{
    font-size:18px;
    font-weight: 600;
    color:black;
    margin-bottom:10px;
}
.blog-info>p{
    font-size:14px;
    font-weight: 400;
    color:black;
}
.post-img{
    display: flex;
    height:450px;
    overflow: hidden;
    position: relative;
    margin-bottom:20px;
}
.post-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.blog-text{
    display: flex;
    flex-direction: column;
}
.blog-text>h2{
    font-size:28px;
    font-weight: 600;
    color:black;
}
.modal-footer{
    border:none;
    padding:0px;
}
.whatsapp {
    transform: rotate(0);
}
.whatsapp, .whatsapp:hover {
    width: 60px;
    bottom: 20px;
    right: 2%;
    z-index: 99999;
    font-size: 12px;
    box-shadow: 0 0 0px rgb(0 0 0 / 70%);
    border-radius: 50%;
    transition: .3s;
    position: fixed;
}
.whatsapp>a>img {
    width: 100%;
}
.whatsapp:hover {
    transform: rotate(45deg);
}