@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif;  */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800&display=swap');
/* font-family: 'Roboto Slab', serif; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 
font-family: 'Montserrat', sans-serif; 
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/*
    font-family: 'Playfair Display', serif;
*/
:root {
    --font1: 'Playfair Display', serif;
}

:root {
    --font2: 'Montserrat', sans-serif;
}

:root {
    --font3: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

body {

    font-size: 14px;
    color: #000;
    box-sizing: border-box;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

button:hover,
button:focus {
    outline: none;
}

.headertop {
    background: #F6E9E9;
    padding: 5px 25px;
}

.headertop p {
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #787878;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.logo img {
    width: 182px;
}

.tlr {
    float: right;
}

.tpl p,
.tlr p {
    font-size: 14px;
    color: #000;
}

.tlr p i {
    color: #666;
    margin-left: 15px;
    /*    margin-right: 3px;*/
    font-size: 13px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 15px;
    /*	border: 1px solid #dc3132;*/
}

.tlr p i.fa-whatsapp {
    font-size: 15px;
}

.tlr p i.fa-envelope {
    font-size: 14px;
}

.tlr p i.fa-phone {
    font-size: 12px;
}
.tlr p a{
    color: #000;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.tlr p a:hover{
    color: #C32323
}
.socialicon ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    float: right;
}

.socialicon ul li {
    display: inline-block;

}

.socialicon ul li i {
    color: #4751a4;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 300;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.socialicon ul li i:hover {
    color: #4751a4;
}

.menu {
    border-top: 1px solid #eeeeee60;
}

.menu .navbar-brand {
    padding: 0;
    padding-left: 25px;
}

.menu .navbar {
    padding: 10px 0;
    /*
    position: absolute;
    width: 100%;
    z-index: 999;
*/
}

.menu .dropdown-toggle:after {
    display: none;
}

.menu ul li a {
    color: #333 !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 12px !important;
    font-size: 14px;
}

.menu ul li a:hover {
    color: #ad0b0b !important;
}

.form1 {
    margin-right: 13px;
}

.search-button {
    display: none;
}

.form label {
    position: absolute;
    top: 25%;
    right: 20px;
}

.search-button {
    float: right;
}

.search-button button {
    border: none;
    border-radius: 50%;
    background: #fff;
    padding: 9px 15px;
    color: rgba(0, 0, 0, .55);
    box-shadow: 0 0 5px 3px#cccccc35;
}

.search-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.search-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 78%);
}

.search-popup label {
    color: black;
}

.search-form {
    display: block;
    margin: 7em 4em;
    position: relative;
    right: -100%;
}


.menu ul li a i {
    padding-left: 6px;
    color: #666666;
    font-size: 13px;
    top: -1px;
    position: relative;
}

.menu ul li a:focus i {
    /*position: absolute;
      padding-left: 6px;
      transform: rotate(180deg)*/
}

.menu ul ul li {
    border-radius: 0 !important;
}

.menu ul ul {
    border-radius: 0;
    width: 275px;
    top: 92px !important;
    /*height: 500px;
	overflow-y: scroll;*/
    background-color: #fff;

}

.menu ul ul li a {
    padding: 6px 20px !important;
    color: #000 !important;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.menu ul ul li a:hover {
    color: #dc3132 !important;
    font-weight: 600;
    background: #fff;
}

.menu button.bkbtn {
    box-shadow: none;
    background: #C32323;
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 13px;
    margin-left: 0;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
}

.menu button.bkbtn:hover {
    background: #ed2736;
}

.menu .navbar-nav {
    padding-left: 66px;
    
}


.menu form input {
    border-radius: 30px !important;
    padding: 7px 30px;
    width: 180px !important;
    border: 1px solid #a3a3a3;

    font-family: 'Montserrat', sans-serif;
}

.menu form input:focus {
    /*    border: 1px solid #a90304;*/
    outline: none;
}

.menu form span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
}

.menu form span i {
    color: #999;
}

.banner {}

.banner .carousel-caption {
    text-align: left;
    width: 500px;
    top: 13%;
    left: 53%;
}

.banner .carousel-caption h1 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 15px;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    letter-spacing: 1px;
}

.banner .carousel-caption h3 {
    color: #fff;
    font-size: 25px;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.banner .carousel-caption p {
    color: #ccc;
    letter-spacing: 0.8px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.banner .carousel-caption button {
    margin-top: 20px;
    border-radius: 30px;
    margin-right: 8px;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
    background: #fff;
    color: #dc3132;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.banner .carousel-caption button:hover {
    background: #f73144;
    color: #fff;
}

.banner .carousel-caption button i {
    margin-left: 5px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.banner .carousel-caption button:hover i {
    margin-left: 10px;
}

.banner .carousel-control-prev-icon {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background: #0b235a50;
}

.banner .carousel-control-next-icon {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background: #0b235a60;
}

.homeservice {
    padding: 4em 30px;
}

.title h1 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    color: #3A334A;
}

.homeservice .card {
    margin: 10px;
    text-align: center;
    border: 3px solid transparent;
    /*    border-top: 5px solid #c0c5f3 !important;*/
    padding: 20px 8px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.card:hover {
    border: 3px solid #cf0809 !important;

}

.card h5 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 0;
    padding: 15px 0 0 0;
    font-family: 'Roboto', sans-serif;
}

.card img {
    width: 80px !important;
    margin: auto;
    opacity: 0.8;
}

.card-body {
    padding: 0 !important;
}

.card a {
    /*    background: #4751a4;*/
    font-size: 13px;
}

.card a:hover {
    /*    background: #dc3132;*/
}

.homeahoutus {
    background: #f9f9f9
}

.homeservice .owl-carousel button.owl-dot {
    top: 50px;
}

.homeservice .owl-carousel .owl-nav button.owl-next {
    background: #4751a450 !important;
    position: absolute;
    right: -50px;
    top: 35%;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
    border-radius: 100%;
    transition: 0.5s ease;
}

.homeservice .owl-carousel .owl-nav button.owl-next:hover {
    background: #4751a4 !important;
}

.homeservice .owl-carousel .owl-nav button.owl-prev i,
.homeservice .owl-carousel .owl-nav button.owl-next i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.homeservice .owl-carousel .owl-nav button.owl-prev {
    background: #4751a450 !important;
    position: absolute;
    border-radius: 100%;
    left: -50px;
    top: 35%;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
}

.homeservice .owl-carousel .owl-nav button.owl-prev:hover {
    background: #4751a4 !important;
}

.habtcnt {
    background-color: #f9f9f9;
    padding: 40px 60px 0 20px;
    height: 501px;
}

.habtcnt h1 {
    padding: 0;
    margin: 0;
    color: #3A334A;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    font-family: 'Playfair Display', serif;
    padding: 0 0 16px 0;
}

.habtcnt h1:after {

    content: '';
    position: absolute;
    width: 265px;
    height: 1px;
    left: 0;
    bottom: 0;
    /*    background: #333;*/
    margin: 20px 0;
}

.habtcnt h1 span {
    font-size: 16px;
    padding-left: 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #C32323;
}

.habtcnt p {
    color: #333;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-bottom: 10px;
}

.habtcnt ul {
    padding: 0;
    margin: 0;
    margin-left: 18px;
    padding-bottom: 10px;
}

.habtcnt ul li {
    list-style: disc;
    color: #333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.habtcnt a {
    margin-top: 20px;
    border-radius: 30px;
    margin-right: 8px;
    padding: 8px 20px;
    text-transform: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700 !important;
    background: #dc3132;
    color: #fff !important;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.habtcnt a:hover {
    background: #f73144;
    color: #fff !important;
}

.abtgallery .owl-theme .owl-nav.disabled + .owl-dots {
    margin: auto;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.abtgallery .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    /*    outline: 2px solid #001a54;*/
}

.abtgallery .owl-theme .owl-dots .owl-dot.active span,
.abtgallery .owl-theme .owl-dots .owl-dot:hover span {
    background: #bed3fe;
    /*  outline: 2px solid #001a54;*/
}

.habtcnt a {
    color: #000;
    font-weight: 500;
}

.habtcnt a i {
    font-size: 14px;
    margin-left: 5px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;

}

.habtcnt a:hover i {
    margin-left: 10px;
}

.reviews {
    background: url(../img/reviewbg.jpg) no-repeat center;
    bottom;
    background-size: cover;
    padding: 3.5em 0;
}

.rbx {
    background-color: #ffffff;
    border: 1px solid #ccc;
    /*    border-top: 5px solid #c0c5f3 !important;*/
    padding: 40px 60px;
    /*    border-radius: 20px;*/
    width: 80%;
    margin: auto;
}

.rbx p {
    margin: 0;
    padding: 0;
    color: #333;
}

.rbx h3 {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.rbx img {
    height: 24px !important;
    width: auto !important;
    margin-bottom: 15px;
}

.reviews .owl-carousel button.owl-dot {
    top: 50px;
}

.reviews .owl-carousel .owl-nav button.owl-next {
    background: #4751a450 !important;
    position: absolute;
    right: 5%;
    top: 35%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
    transition: 0.5s ease;
}

.reviews .owl-carousel .owl-nav button.owl-next:hover {
    background: #4751a4 !important;
}

.reviews .owl-carousel .owl-nav button.owl-prev i,
.homeservice .owl-carousel .owl-nav button.owl-next i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
    background: #4751a450 !important;
    position: absolute;
    border-radius: 100%;
    left: 5%;
    top: 35%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
}

.reviews .owl-carousel .owl-nav button.owl-prev:hover {
    background: #4751a4 !important;
}

.homefaq {
    padding: 3.5em 0;
    background-color: #fff;
}

.accordion-flush .accordion-item {
    background: none;
}

.accordion-flush .accordion-item .accordion-button {
    background: none;
    font-size: 20px;
    padding: 20px 0;
    color: #000;
    font-weight: 600;

}

.accordion-item {
    border-top: 2px dotted #ccc;
}

.accordion-body {
    padding: 30px;
    color: #333;
}

.accordion-body h3 {
    font-size: 18px;
    padding: 0;
    padding-top: 15px;
}

.accordion-button:not(.collapsed) {
    color: #999;
}

.accordion-body ul li {
    list-style: disc;
}

footer {
    padding: 3.5em 0;
    background: #3A334A;
    /*    border-radius: 20px 20px 0 0;*/
    /*        border-top: 10px solid #dc3132;*/
}

.ftbox h1 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative
}

/*

.ftbox h1:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #ffffff15
}
*/

.ftbox p {
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
}

.ftbox p b {
    font-weight: 600;
    letter-spacing: 0.5;
}

.ftbox a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.ftbox a:hover {
    color: #ffffff90
}

.ftbox ul {
    margin: 0;
    padding: 0
}

.ftbox ul li {
    line-height: 34px;
}

.ftbox ul li a {
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
}

.ftbox ul li a:hover {
    color: #ffffff90;
}

.ftbox i {
    font-size: 12px;
    padding-left: 5px;
}

.ftbtn {
    padding: 10px 0;
    background: #C32323;
}

.ftbtn p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px;

}

.des {
    float: right
}

.ftbtn p a {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.pdl-50 {
    padding-left: 50px
}

.ftbtn p a:hover {
    color: #ffffff90;
}

.address i {
    width: 20px;
    font-size: 18px;
    margin-right: 10px
}

.address p {}

.innerbanner {
    /*
    background: url(../img/innerbanner.jpg) bottom center no-repeat;
    background-attachment: fixed;
*/
    height: 35vh;
    width: 100%;
    background-image: linear-gradient(0deg, #ad0b0b 100%, #f73144 60%);

    clip-path: ellipse(85% 100% at 30% 0);

}

.innerbanner h1 {
    color: #fff;
    font-size: 45px;
    text-align: left;
    /*    padding-top: 30px;*/
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    padding-top: 55px;
}

.innerbanner ul {
    margin: 0;
    padding: 0;
}

.innerbanner ul li {
    text-align: left;
}

.innerbanner ul li a {
    color: #fff;
}

.innerbanner ul li {
    color: #fff;
}

.innerbanner a span {
    color: #dc3132;
}

.abtpage {
    padding: 3.5em 0;
}

.abtpage h2 {
    font-size: 36px;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 800;
    font-family: var(--font1);
    color: #3A334A;
}

.abtpage h3 {
    font-size: 18px;
    color: #666;
    padding-bottom: 0px;
    font-weight: 600;
    font-family: var(--font2);
}

.abtpage h4 {
    color: #dc3132;
    font-size: 23px;
    padding-bottom: 10px;
}

.abtpage {}

.abtpage p {
    color: #333;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    text-align: justify;
    padding-bottom: 10px;
}

.abtpage p:last-child {
    padding-bottom: 0;
    margin: 0
}

.abtpage ul {
    padding: 0;
    margin: 0;
    padding-left: 18px;
    line-height: 27px;
}

.abtpage ul li {
    color: #333;
    list-style: disc;
    color: #333;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-bottom: 10px;
}

.aboutimg img {
    /*    border: 1px solid #ccc;*/
    /*    padding: 20px 20px 0 20px*/
}

.abtpage ul li a {
    color: #333
}

.bk {
    /*    margin-top: 30px;*/
    text-align: center;
}

.bk button {
    background: #C32323;
    font-weight: 600;
    font-size: 28px;
    height: 60px;
    line-height: 36px;
    font-family: var(--font1);
    text-transform: none;
    width: 100%;
    border-radius: 50px;

}

.bk button:hover {
    background: #ed2736;
}

.orline {
    margin: 15px 0;
}

.bk h5 {
    margin: 15px 0;
    font-size: 28px;
    font-weight: 600;
    color: #3A334A;
    font-family: var(--font2);
}

.contactpage {
    padding: 3.5em 0;
}

.contactdetail {
    border-top: 1px solid #333;
    padding: 10px 0;
}

.contactdetail p {
    margin: 0;
    padding: 0;
    color: #666
}

.contactdetail h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-family: var(--font2);
    padding-bottom: 15px;
    margin-top: 34px;
}

.contactdetail p a {
    color: #333;
}

.contactdetail p a i {
    margin-right: 5px;
    color: #8f8f8f;
}

.social {
    position: fixed;
    bottom: 4.5%;
    right: 15px;
    z-index: 999;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}

.social ul li {
    display: block;
    margin: 3px;
    background: rgba(171, 219, 209, 0.36);
    width: 300px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgba(173, 178, 177, 0.4);
}

.social ul li a {
    color: #000;
}

.social ul li:hover a {
    color: #000;
}

.social ul li:hover i {
    color: #fff;
    background: #16a085;
}

.social ul li i {
    margin-right: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

}

.viewbtn {
    text-align: center;
    padding-top: 25px;
}

.viewbtn a {
    box-shadow: none;
    text-transform: none;
    background: #C32323;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 8px 25px;
    font-weight: 700;
    margin-left: 15px;
    border-radius: 50px;
    font-family: var(--font2);


}

.viewbtn a:hover {
    background: #ed2736;
}

.viewbtn a i {
    margin-left: 5px;
    font-size: 13px;
    position: relative;
    top: -1px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.viewbtn a:hover i {
    margin-left: 10px;
}


.abtcnt {
    padding-left: 60px;
}

.bannermob {
    display: none;
}

.drimg {
    display: none;
}

.disclaimer {
    border-top: 1px solid #cccccc15;
    margin-top: 2.5em;
    padding: 40px 0 0 0;
}

.disclaimer h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    font-family: 'Playfair Display', serif;
}

.disclaimer p {
    margin: 0;
    padding: 10px 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: var(--font3);
}

.disclaimer p:after {
    padding-bottom: 0;
}

.disclaimer h2 i {
    font-size: 13px;
    color: #ccc;
}

.whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 20px;
}

.whatsapp img {
    width: 40px;
}

.tooltip-inner {
    max-width: 100% !important;
    padding: 8px 15px !important;
    margin-top: 2px;
}

.card u {
    font-size: 13px;
    color: #000;

}

.gallpage {
    padding: 3.5em 0;
}

.galbox {
    margin-top: 25px;
    overflow: hidden;
    text-align: center
}

.galbox img {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.galbox:hover img {
    transform: scale(1.1);
}

.folowus {
    border-top: 1px solid #cccccc15;
    margin-top: 3.5em;
    padding: 40px 0 0 0;
    display: flex
}

.folowus h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: 'Playfair Display', serif;


}

.folowus ul li {
    display: inline;
}

.folowus ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.folowus ul li i {
    margin-right: 8px;
    color: #3A334A;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.folowus ul li i:hover {
    background: #f73144;
    color: #fff;
}

.serimg img {
    width: 500px;
    float: right;
    padding: 0 0 0 30px;
}

.serimg1 img {
    width: 320px;
    float: right;
    padding: 0 0 0 30px;
}
.serimg2 img {
    width: 100%;
    float: right;
    padding: 0px 0 0 0px;
}
.faq_inn{
	background: #f1f1f1;
    width: 100%;
    padding: 30px;
	margin:25px 0;
}
.sercnt2 {
	padding-top: 0px;
}
.sercnt2 h4{
	font-size: 22px;
    padding-bottom: 0px;
    font-weight: 800;
	color: #dc3132;
}
.sercnt h2 {
    font-size: 28px;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.sercnt h3 {
    font-size: 22px;
    padding-bottom: 5px;
    color: #262222;
}

.sercnt h4 {
    font-size: 22px;
    padding-bottom: 0px;
    font-weight: 800;
}

.sercnt p a {
    color: #C32323;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.accordion {
    margin-top: 10px;
}

.accordion h3 button {
    font-size: 20px !important;
    font-weight: 600;
    color: #fff !important;
    border-radius: 0;
    background: #C32323 !important;
}

.search p {
    margin-right: 50px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.search p i {
    font-size: 15px;
    margin-right: 10px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-body {
        height: 450px;

}

.searchbar ul {
        height: 350px;
    padding: 0 10px;
     overflow-y: scroll;
}

.searchbar input {
    width: 100%;
    border-radius: 30px;
    padding: 10px 15px;
    outline: none;
    border: 1px solid #000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.searchbar input:focus {
    outline: none;
}

.searchbar input:visited {
    outline: none;
}

.searchbar ul li {
    padding: 8px 10px;
}

.searchbar ul li a {
    color: #000;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;

}

.searchbar ul li a:hover {
    color: #f73144;
}

/*
.searchbar::-webkit-scrollbar {
  width: 10px;
}


.searchbar ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 

.searchbar ul::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

.searchbar ul::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
*/

.sertabs ul.nav-tabs {
    margin-left: 0;
    padding: 0;
}

.sertabs ul li.nav-item {
    list-style: none;
    margin-right: 2px;
}

.sertabs .nav-tabs .nav-link {
    text-transform: none;
    border-radius: 10px 10px 0 0;
}

.sertabs ul li a {
    background: #f5f5f5 !important;
    font-size: 16px !important;
    color: #666 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #ad0b0b!important;
}


.video{padding-top: 20px;}
.tmd{   
    text-align: right;
}
.tmd p a{
    color: #000;
    padding: 0 8px;
    font-size: 14px;
}
.tmd p a:hover{
    color: #C32323;
}
.affbox{
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px 30px;
    box-shadow: 0 0 5px 6px #00000020;
    margin: 15px 0;
}
.affbox h2{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.affbox h3{
    font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        color: #ad0b0b;
}
.affbox p{
    color: #000;
    font-size: 17px;
}
.faq .accordion h3 button {
    font-size: 22px!important;
    font-weight: 800;
}
.faq .accordion-body .textpara{
   
}
.faq .accordion-body p{
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px
}
.faqimg{
    text-align: center;
}
.faq table {
    border : 1px solid #ccc;
}

.faq table tr th{
    border : 1px solid #ccc;
    background-color: #f8f1f2;
    font-size: 16px;

}

.faq table tr td{
    border : 1px solid #ccc;
    background-color: #f8f1f2;
    font-size: 16px;
}
.faq table tr td ul{
    margin: 0;
    padding: 0;
}

.testimonials-section {
/*  background: #fff;*/
  height: 480px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 15px 15px 30px 15px;
  border-radius: 0%;
  z-index: 10;
  outline: 6px solid #fff;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__inner {
  position: absolute;
  top: 80px;
  left: 0;
  width: 400%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__caption {
  font-size: 14px;
  color: #111;
  opacity: 0.5;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.slider__txt {
  font-size: 15px;
  font-weight: 500;
 font-family: 'Roboto', sans-serif;
  line-height: 1.9em;
  color: #111;
  margin-top: -20px;
  margin-bottom: 20px;
  max-width: 750px;
}
quote {
  font-family: "Arial";
  font-weight: bold;
  font-size: 100px;
  color: #ec2027;
  margin-bottom: 35px;
  line-height: 10px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #C32323;
    box-shadow: 0 0 0 12px #C32323, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #C32323;
    box-shadow: 0 0 0 0 #C32323, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #C32323;
    box-shadow: 0 0 0 12px #C32323, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color:  #C32323;
    box-shadow: 0 0 0 0 #C32323, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
.reviewbox{
    background:#F6E9E9;
    padding: 40px 50px;
    margin-bottom: 25px;
}
.reviewbox p{
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}
.reviewbox i{
    font-size: 50px;
    color: #C32323;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 5px;
}
.tooltip-inner {

    background-color: #D47770!important;
}
.reviews{
   
}

#carouselExampleTouch{
    bottom: 0;
    position: relative;
     height: 300px;
}
.reviews .carousel-indicators {
    position: absolute;
    bottom: 0;
}
.bannertext{
    margin: 0 auto;
    width: 60%;
    text-align: center;
}
.bannertext p{
    color: #333;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-bottom: 10px;
}
.reviews .carousel-control-next-icon, .reviews .carousel-control-prev-icon {
    background: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #333;
}
.bannertext h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-top: 25px;
    position: relative;
}
.bannertext h3:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    background: #dc3132;
}

.reviewbox h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-top: 25px;
    position: relative;
}
.reviewbox h3:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 35px;
    left: 0;
    background: #dc3132;
}