/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@import url("rahul.css");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Gilbert Qualifi Demo';
    src: url('fonts/GilbertQualifiDemoRegular.woff2') format('woff2'),
        url('fonts/GilbertQualifiDemoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Gilbert Qualifi Demo';
}
.drop_down .second .inner ul li a {
    color: #ffffff;
    border: none !important;
  
}
.logo_wrapper {
    width: 30%;
    display: inline-block;
}
.ss-logo-hed-sec li{
	list-style-type:none;
	display:inline-block;
}

.ss-logo-rit-sec li{
	list-style-type:none;
	display:inline-block;
}
.home .header_bottom{
	background:transparent !important;
}
.header_bottom {
    background: #001e62;
    z-index: 0;
}
.header_bottom:before {content: "";position: absolute;width: 1114px;height: 118px;background-image: url(images/header-after-bg-image.png);right: 0;top: 20px;z-index: -1;left: 0;margin: 0 auto;}
.header_bottom {}
header.centered_logo .q_logo {
    top: 30px;
}
header.centered_logo .header_inner_left{
	margin: 0px 0 0px;
}
.ss-logo-hed-sec a{
	color:#000;
}
.ss-logo-rit-sec a{
	color:#000;
}
.ss-logo-hed-sec {
    padding-left: 12px;
}
.ss-logo-rit-sec {
    padding-right: 12px;
}
.ss-logo-rit-sec span{
	padding:0 5px;
}
.ss-logo-hed-sec span{
	padding:0 5px;
}
nav.main_menu.drop_down.right {
    position: absolute !important;
    left: 0 !important;
    top: 78px !important;
}
.menu-book{
	display:none !important;
}
.menu-cnt{
	display:none !important;
}
nav.main_menu ul li.active a {
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 100px;
}
header.centered_logo .header_inner_right {
	float: right;
    height: 118px;
}
.ss-hrd-btm li{
	list-style-type:none;
	display:inline-block;
}
.ss-hrd-btm li:nth-child(1) a{color: #000;color: #000;background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255));padding: 10px 25px;border-radius: 100px;} 
.ss-hrd-btm li:nth-child(2) a{color: #000;color: #000;background: #feb800;padding: 10px 25px;border-radius: 100px;} 
.ss-hrd-btm li:nth-child(2){
	margin-left:15px;
}
.header_bottom_right_widget_holder{
	    padding: 0 0px;
}
.side_menu_button_wrapper {
    display: block;
}
.header_bottom_right_widget_holder {
	display:block;
}
.ss-hrd-btm {
    margin-top: 10px;
}

.ss-abt-lft-bg{
	background:url(http://master-mohandas.com/wp-content/uploads/2025/01/hm-abt-bg-image.jpg);
	padding: 19px 20px 20px 35px;
}

.ss-hm-hed-sec p {
    background: #ffffff;
    border-radius: 100px;
    padding: 5px 0;
    text-align: center;
    color: #000000 !important;
    margin-bottom: 15px !important;
    font-size: 16px;
}
.ss-abt-lft-bg p{
	color:#555555;
}
.ss-abt-lft-bg .vc_column-inner{
	padding:0;
}
.text-justify{
	text-align:justify;
}
.ss-abt-btm-call {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 24px 10px;
	    margin-top: 2px;
}
.ss-abt-btm-call h6{
	font-size: 32px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #fff;
}
.ss-abt-btm-call a{
	    font-size: 44px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 800;
    color: #fff;
}

.ss-hm-hed-sec.ss-hm-hedabt--sec {
    text-align: center;
    margin-top:30px;
}
.ss-hm-hed-sec.ss-hm-hedabt--sec p{background-color: #ffbb00;padding: 7px 40px;display: inline-block;color: #fff !important;}
.ss-hm-ser-p-sec p{
	text-align:center;
	padding-bottom:24px;
}
.ss-hm-ser-p-sec{
	    width: 90%;
    margin: auto;
}

.services-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.services-img img {
    width: 100%;
}

.services-text {
    text-align: center;
    position: absolute;
    width: 90%;
    bottom: 32px;
    right: 0;
    margin: auto;
    border-radius: 100px;
    left: 0;
    padding: 0 0px;
    background: #ffbb00;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



.services-text h3 {
    color: #000000;
    font-weight: 400;
    font-family: 'Comfortaa', cursive;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0;
    font-size:14px;
}

.services-text p {
    color: #ffffff;
    display: none;
}


.services-item:hover .services-text h3 {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    padding: 7px 0;
}

.services-item:hover .services-text p {
    display: block;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}


.services-item .content-details h3 {
        padding: 8px 0 2px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
}

.services-box:hover .services-text {
    bottom: -100%;
}

.services-item img {
    width: 100%;
}
.effect-item {
    position: relative;
    overflow: hidden;
}

.effect-item .content-overlay {
    overflow: hidden;
    height: 290px;
    position: relative;
}

.effect-item .content-overlay:before,
.effect-item .content-overlay:after {
    content: "";
    width: 0;
    height: 0;
    background-color: #001e62;
    position: absolute;
    top: 0%;
    opacity: 70%;
    left: 0%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.effect-item .content-overlay:after {
    top: auto;
    left: auto;
    bottom: 0%;
    right: 0%;
}

.effect-item:hover .content-overlay:before,
.effect-item:hover .content-overlay:after {
    width: 100%;
    height: 100%;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 0 45px;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.effect-item:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.content-details p {
    color: #ffffff;
    font-size: 14px;
    padding: 0 30px;
    width: 80%;
}

.content-details ul {
    padding-bottom: 35px;
}

.content-details li {
    display: inline-block;
}

.content-details li a {
    color: #fff;
    font-size: 20px;
    margin: 0 4px;
}

.fadeIn-top {
    top: 20%;
}
.content-details a{
	         background: #ffbb00;
	         color: #fff;
	         display: inline-block;
	         font-size: 14px;
	         padding: 6px 15px;
	         margin-top: 10px;
	         border-radius: 5px;
	         font-family: 'Comfortaa', cursive;
	         width: 90%;
	         padding: 0;
	         height: 40px;
	         line-height: 40px;
	         border-radius: 100px;
}
.content-details a:hover{color:#fff;}
.ss-hm-ser-col .vc_column-inner{
	padding:0;
}
.ss-abt-ser-rw-sec .full_section_inner{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.ss-hm-ser-link {
    background: #061288;
    padding: 30px 0px 20px 25px;
    z-index: +99;
    position: relative;
    background-image: url(http://master-mohandas.com/wp-content/uploads/2025/01/ss-hm-ser-link-bg-img.jpg);
    min-height: 906px;
}
.ss-hm-ser-link h6{
	    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
.ss-hm-ser-link p{
	    font-size: 18px;
	    color: #ffffff;
	    background: #011e62;
	    display: inline-block;
	    padding: 8px 16px;
	    border-radius: 100px;
	    width: 82%;
	    text-align: center;
}
li{
	list-style-type:none;
}
.ss-hm-ser-link li{
    background: #fff;
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    padding: 2px 15px;
    margin: 20px 0;
}
.ss-hm-ser-link a{
	color: #001e62;
}
.ss-hm-ser-link i{
	color: #ffc509;
	margin-right: 5px;
}
.top-ser-row{background-image:url('images/top-ser-bg.jpg');background-repeat:no-repeat;}
.padd-top-40{padding-top:40px;}
/**---- why---***/
.why-count-image{
    margin-left: -206px;
    z-index: 0;
    margin-top: 100px;
}
.why-row-last{margin-top: 115px;
    margin-left: -115px;}
.odd{
    background-color: #fff;
}
.even{background-color: #ffbb00;}
.why-box{
   padding: 20px 30px;
   border-radius: 300px;
   width: 100%;
   text-align: left;
   position: relative;
   z-index: -1;
   margin-bottom: 27px !important;
}
.why-box h2{
    color: #fff;
    line-height: normal;
    font-size: 25px;
    padding-left: 20px;
}
.why-box  p{
    color: #fff;
    padding-left: 25px;
    padding-top: 5px;
}
/***-- ad css--**/
.footer-main{}
.footer-left{position:relative;z-index: 9999;margin-top: -14px;}
.footer-left:before{
    content: "";
    width: 380px;
    height: 594px;
    background-image: none;
    top: -1px;
    padding-top: 10px;
    left: -26px;
    position: absolute;
    display: inline-block;
    }
.footer-contact-div{
    z-index: +99;
    padding: 20px 0px;
    padding-bottom: 0px;
    padding-top: 25px;
}
.footer-contact-div h2{
    z-index: +9999;
    position: relative;
    font-family: 'Gilbert Qualifi Demo';
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    line-height:normal;
    margin-bottom: 5px;
    color: #fff;
}
.footer-contact-div p{
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding: 7px 10px;
    margin-bottom: 10px !important;
    text-align: center;
    color: #000;
}
.wpcf7 form.wpcf7-form p{margin-bottom:0px;}
.footer-contact-div input[type=text], .footer-contact-div input[type=email], .footer-contact-div input[type=tel]{background: #00000017;border-radius: 30px;margin-bottom: 10px;color: #ffffff;font-family: 'Comfortaa', sans-serif;font-size: 14px;padding:12px 15px;}
.footer-contact-div textarea{background: #00000029 !important;border-radius: 10px !important;margin-bottom: 10px !important;height: 175px !important;color: #ffffff !important;font-family: 'Comfortaa', sans-serif !important;font-size: 14px !important;}
.footer-contact-div .ftr-pg-sbmt{
    background: #2b2c64 ! IMPORTANT;
    border-color: #2a2b63 ! IMPORTANT;
    font-size: 18px !IMPORTANT;
    font-family: 'Comfortaa', sans-serif !IMPORTANT;
    color: #fff !important;
    width: 100% !important;
    text-transform: capitalize !important;
    padding: 0px !important;
    text-align: center !IMPORTANT;
    border-radius: 30px !IMPORTANT;
}
.footer-right{
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
.footer-right ul{
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}
.footer-right ul li{}
.footer-right ul li {
    display: inline-block;
    width: 30.3%;
    margin: 0 10px;
    box-shadow: 0px 0px 6px #ddd;
}
.ftr-box{
    background: #fff;
    padding: 20px 10px;
    /* width: 80%; */
    text-align: center;
}
.ftr-box p{
    font-size: 16px;
    color: #000;
    padding: 0 17px;
    margin-bottom: 10px;
}
.ftr-box img{
    width: 102px;
    margin-bottom: 10px;
}
.ftr-box a{
    font-size: 17px;
    font-weight: 600;
    color: #01185c;
}
.ftr-box a:hover{color:#000 !important;}
.disclaimer{padding:20px;border:1px solid #fff;width: 92%;margin: 0 auto;text-align: center;color: #fff;margin-top: 35px;font-family:'poppins';}
.copyright{
    padding: 30px 0px;
    text-align: center;
    color: #fff !important;
}
.copyright a{
    color: #fff !important;
}
.footer_top.footer_top_full{padding:0px 24px; }
/**-- testimonial---***/
.testi-main-row{background: url('images/testimonial-row-bg.jpg');/* margin-bottom: 60px !IMPORTANT; */padding-top: 40px;}
.testimonial-box{
    text-align: center;
    margin: 0 10px;
    position: relative;
    min-height: 230px;
    padding-bottom: 40px;
}
.testimonial-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial-box h3{
    font-family: 'Gilbert Qualifi Demo';
    text-transform: capitalize;
    font-weight: 500;
    color: #ffbb00;
}
.testimonial-box ul li{}
.testimonial-box img{
    margin: 0;
}
.angle{}
.testimonial-box:hover .testi-content{display:block;transition-delay:1s;}
.testi-content{display:none;width: 100%;z-index: +99;top:27%;-webkit-transition: 0.5s;transition: 0.5s;position: absolute;}
.testi-content-inner{
    background: #fff;
    margin-top: -10px;
    padding: 30px 25px;
    box-shadow: 0px 0px 6px #ddd;
}
.testi-content-inner p{
    font-size: 13px;
    color: #000;
}
.testi-main-row .sa_hover_container{min-height: 348px !IMPORTANT;}
.footer_top_holder ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.footer_top_holder :-ms-input-placeholder { /* Internet Explorer */
  color: #fff;
}

.footer_top_holder ::placeholder {
  color: #000;
}
.hm-page-heding{
    text-align: center;
}
.hm-page-heding h2{
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    color: #ffff;
}
.hm-page-heding p{
    background: #ffbb00;
    width: 41%;
    margin: 0 auto;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 18px;
    color: #001e62;
}
.text-center{text-align:center;}
.hm-page-heading-content{padding:10px 0px;}
.how-famous-row{padding:40px 0px;padding-top: 0px;}
.how-box{
    position: relative;
    background: #fff;
    width: 83% !important;
    box-shadow: 0px 0px 6px #ddd;
    padding: 20px 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin: 0 auto;
    margin-bottom: 30px !important;
}
.how-box img{
    position: absolute;
    left: -44px;
    height: 100px;
}
.how-box h2{
    font-size: 25px;
    padding-left: 100px;
    line-height: normal;
    color: #000000;
}
.how-box p{
    padding-left: 100px;
    text-align: justify;
    padding-right: 45px;
    color: #000;
}
.padd-top-20{padding-top:10px;}
.hm-ad-slider{}
.hm-ad-slider img{width:100%;}
.mrgn-btm-30{margin-bottom:30px !important;}
.home-cntct-div{
    background: #ffbb00;
    padding: 30px 20px;
    text-align: center;
    padding-bottom: 40px;
    margin-top:-100px;
}
.hm-cntct-head{}
.hm-cntct-head h2{
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 7px;
    line-height: normal;
}
.hm-cntct-head p{
    background: #ffff;
    border-radius: 30px;
    color: #011e62 !important;
    font-size: 16px;
    padding: 8px 9px !IMPORTANT;
}
.home-cntct-div p{
    color: #fff;
    padding: 10px 0px;
}
 .home-cntct-div input[type=text], .home-cntct-div input[type=email], .home-cntct-div input[type=tel]{
	 background-color:transparent !important;
}
.home-cntct-div textarea{background-color:transparent !important;border-radius:10px !important;}
.wpcf7-spinner {display:none;}
.mobile-quality-slider-div{position:relative;text-align: center;border-radius: 10px;background: #fff;margin: 0 10px;padding:15px;margin-top: 15px;padding-bottom: 30px;/* box-shadow: 0px 0px 10px #eee; */}
.mobile-quality-slider-div img{position:absolute;top:0;left: 36%;}
.mobile-quality-slider-div h2{font-size: 21px;padding-top: 70px;line-height: normal;padding-bottom: 15px;}
.mobile-quality-slider-div p{text-align:center;color: #001e62;}
.padd-top-30{padding-top:30px;}
.mob-why-should-div{
    margin-top: 60px !important;
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
}
.mob-why-should-div img{
    top: -60px;
    position: absolute;
    left: 28%;
}
.mob-why-should-div h2{
    padding-top: 60px;
    color: #fff;
    line-height: normal;
    padding-bottom: 5px;
}
.mob-why-should-div p{
    color: #fff;
}
.mob-show-only{display:none !important;}
/*****--media screen start---*****/
/*****--media screen start---*****/
@media only screen and (min-width: 320px) and (max-width: 767px){ 
	.desktop-show-only{display:none;}
	.mob-show-only{display:block !important;}
	.ss-hm-hed-sec{text-align:center;}
	.ss-hm-hed-sec h2{line-height:normal;padding-bottom:10px;font-size: 30px !important;color: #fff;}
	.ss-abt-btm-call a{font-size:30px;}
	.ss-abt-btm-call{margin-top:10px;}
	.ss-hm-hed-sec p{font-size: 16px;padding:5px 8px;}
	.ss-abt-lft-bg{padding:20px 40px;}
	.ss-abt-btm-call{padding:15px 5px;}
	.ss-abt-btm-call a{font-size:30px;}
	.ss-abt-btm-call h6{font-size:18px;}
	.ss-hm-hed-sec.ss-hm-hedabt--sec p{padding: 7px 7px;font-size: 14px;display: inline-block;width: 90%;}
	.fadeIn-top {color:#fff;width: 90%;}
	.effect-item .content-overlay{width: 100%;margin: 0 auto;}
	header.centered_logo .header_inner_right{display:none;}
	header.centered_logo .q_logo{top:0px;}
	.mobile_menu_button span {font-size: 35px;color: #01095d;font-weight: 800;}
	.footer-right{margin-top:60px;}
	.ftr-box p{font-size:18px;}
	.ftr-box{min-height:230px;}
	.disclaimer{padding:15px;width:88%;}
	.home-cntct-div{padding: 15px;margin-top:20px;}
	.hm-cntct-head h2{font-size:23px;margin-top:20px;}
	.hm-cntct-head p{font-size: 12px !important;padding: 5px 3px !IMPORTANT;}
	.home-cntct-div p{font-size:13px;}
	.hm-ad-slider{text-align:center;}
	.hm-page-heding h2{line-height:normal;padding-bottom:5px;}
	.how-famous-row .hm-page-heading-content{display:none;}
	.how-famous-row .hm-page-heding{padding-bottom:10px;}
	.testi-main-row .hm-page-heading-content{display:none;}
	.testi-main-row .hm-page-heding{padding-bottom:30px;}
	.testimonial-box{padding-bottom:0px;}
	.testi-main-row .sa_hover_container{min-height:317px !IMPORTANT;}
	.footer-left:before{height:440px;}
	.hm-page-heding h2{font-size:25px;}
	.hm-page-heding p{width: 100%;font-size: 12px;padding:10px 0px;}
	.how-famous-row{background: #001e62;}
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
	.desktop-show-only{display:none;}
	.mob-show-only{display:block !important;}
	.ss-hm-hed-sec{text-align:center;}
	.ss-hm-hed-sec h2{line-height:normal;padding-bottom:10px;}
	.ss-abt-btm-call a{font-size:30px;}
	.ss-abt-btm-call{margin-top:10px;}
	.ss-hm-hed-sec p{font-size: 19px;padding:5px 8px;}
	.ss-abt-lft-bg{padding:20px 40px;}
	.ss-abt-btm-call{padding:15px 5px;}
	.ss-abt-btm-call a{font-size:30px;}
	.ss-abt-btm-call h6{font-size:18px;}
	.ss-hm-hed-sec.ss-hm-hedabt--sec p{padding: 7px 7px;font-size: 14px;display: inline-block;width: 90%;}
	.fadeIn-top {color:#fff;}
	header.centered_logo .header_inner_right{display:none;}
	header.centered_logo .q_logo{top:0px;}
	.mobile_menu_button span {font-size: 35px;color: #01095d;font-weight: 800;}
.footer-right{margin-top:60px;}
	.ftr-box p{font-size:18px;}
	.ftr-box{min-height:230px;}
	.disclaimer{padding:15px;width:88%;}
	.home-cntct-div{padding: 15px;margin-top:20px;}
	.hm-cntct-head h2{font-size:23px;margin-top:20px;}
	.hm-cntct-head p{font-size: 12px !important;padding: 5px 3px !IMPORTANT;}
	.home-cntct-div p{font-size:13px;}
	.hm-ad-slider{text-align:center;}
	.hm-page-heding h2{line-height:normal;padding-bottom:5px;}
	.how-famous-row .hm-page-heading-content{display:none;}
	.how-famous-row .hm-page-heding{padding-bottom:10px;}
	.testi-main-row .hm-page-heading-content{display:none;}
	.testi-main-row .hm-page-heding{padding-bottom:30px;}
	.testimonial-box{padding-bottom:0px;}
	.testi-main-row .sa_hover_container{min-height:317px !IMPORTANT;}
	.footer-left:before{height:520px;}
	.hm-page-heding h2{font-size:25px;}
	.hm-page-heding p{width: 100%;font-size: 12px;padding:10px 0px;}
	.how-famous-row{background:#fff;}
	.mob-why-should-div h2{font-size:25px;}
	.mob-why-should-div{padding:20px 7px;}
	.ss-hm-ser-link{text-align:center;}
	.ss-hm-ser-link h6{text-align:center;padding-bottom:7px;}
	.ss-hm-ser-link p{margin-bottom:13px;}
	.hm-ad-slider {width: 95%;}
	.footer-contact-div{padding:20px 25px;background:url('images/footer-contact-bg.jpg');}
	.header_bottom:before{background-image:none;}
}
@media only screen and (min-width: 1399px) and (max-width: 1600px){
.why-row-last{margin-top: 115px;
    margin-left: -135px;}
}
@media only screen and (min-width: 1600px) and (max-width: 1800px){

}


.text-white {
    color: #fff;
}

.ss-abt-lft-bg p {
    color: #fff;
}

.ss-abt-lft-bg h2 {
    font-size: 36px;
    text-align: center;
}

.form-body p {
    background-color: transparent;
}

a.ft-mail {
    font-size: 13px;
}


.web-banner a img {
    width: 100% !important;
}

.web-banner {
    margin-bottom: -10px !important;
}

.text-dark{
	color:#000 !important;
}

 
.text-dark h2 {
    color: #fff !important;
}


.ss-hm-hed-sec.ss-hm-hedabt--sec h2.text-dark {
    color: #fff !important;
}


.ss-hm-hed-sec.ss-hm-hedabt--sec p.text-dark {
    color: #000 !important;
}
.home .home-cntct-div input {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.home .home-cntct-div textarea {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.home ::placeholder{
	color:#000 !important;
}

/***************Privacy Policy*******************/
.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {margin: 0;font-size: 25px;font-weight: 400;color: #ffffff;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.disc-pg-div h5 {
margin: 0;
font-size: 25px;
font-weight: bold;
color: #3e0001;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
text-transform: capitalize;
margin: 0;
font-size: 25px;
font-weight: bold;
color: #3e0001;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}

.disc-pg-div a {color: #fff;}
/***************Privacy Policy End*******************/