﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* your CSS here */
	.footer-bottom-info{
		background: #167fc9;
		padding: 10px;
		text-align: center;
	}
	.footer-bottom-info p{
		margin-bottom: 0px;
	}
	.ul-2{
		margin-left: 20px;
	}
	.ul-2 li{
		float: left;
		width: 33%;
	}
	.ul-2>li:first-child{
		margin-top: 10px;
	}
	.ul-2::after{
		clear: both;
		content: '';
	}
	.mb-0{
		margin-bottom: 0px;
	}

	.table-1 td{
	 padding: 4px 10px 4px 15px !important
	}
	p{
		margin-bottom: 14px;
	}
	.text-center{
		text-align: center;
	}
	.req-call-back{
		width: 100%;
	}
/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */
		#services .section-inner{
			padding-top: 30px !important;
		}

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}