 /* header start */ 
  .navbar-brand {
            border-right: 1px solid #dce0e0;
        }

        .callusnav {
            /* padding: 20px 20px; */
                padding: 10px 20px;
            border-left: 1px solid #dce0e0;
        }

        .callusnav a {
            font-size: 15px;
            font-weight: 600;
        }


        table tr td,
        th {
            padding: 1.5rem 0.5rem !important;
        }
		/* header end */
  .backgroundbad {
		background: #f9f9f9;

	}

	.promo-text img {
		border: 2px solid gray;
		margin-top: 172px;
	}

	.formborder {
		border-radius: 10px;
		border: 1px solid #dfdfdf;

	}

	@media (max-width: 576px) {
		.promo-text img {

			margin-top: 0px;
		}
	}
	/* contact */
	 .contactp {
        color: #086779;
    }

    .contactimg {
        width: 30%;
        border: 5px solid rgb(255, 255, 255);
        border-radius: 50%;
    }

    .card {
        line-height: 2;
        min-height: 295px;
    }

    .card:hover .card-body {
        transition: 1s;
        transform: translateY(-10%);
    }

    .card:hover .contactimg {
        border: 5px solid #ffab00;
    }
	/* photogllery */
	 .formborder {
        border: 1px solid #dfdfdf;
    }
	
	/* footer */
	  .bgc-secondary {
            background: #086779;
        }

        .footer-copyright {
            background: white;
            cursor:pointer;
        }

        .list-unstyled li {
            line-height: 1.5;
        }

        .footerline {
            position: relative;
            height: 100%;

        }

        .footerline::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 1px;
            top: 0;
            right: 0;
            background: #1292aa;
            border-radius: 50px;
        }

        .copyright-text {
            font-size: 15px;
            color: #222222 !important;
        }