	/* font family include  */
	@font-face {
		font-family: "Lavone-Regular";
		src: url("../css/font/Lavone-Regular.otf");
	}

	@font-face {
		font-family: "sofia-Bold";
		src: url("../css/font/sofia-Bold.OTF");
	}

	@font-face {
		font-family: "sofia-light";
		src: url("../css/font/sofia-light.OTF");
	}

	@font-face {
		font-family: "sofia-Medium";
		src: url("../css/font/sofia-Medium.OTF");
	}

	@font-face {
		font-family: "sofia-Regular";
		src: url("../css/font/sofia-Regular.OTF");
	}

	@font-face {
		src: url('../css/font/sofia-Semibold.OTF');
		font-family: 'sofia-Semibold';
	}

	@font-face {
		src: url('../css/font/Poppins-Regular.ttf');
		font-family: 'Poppins-Regular';
	}

	@font-face {
		src: url('../css/font/Poppins-SemiBold.ttf');
		font-family: 'Poppins-SemiBold';
	}


	/* ==============footer css start=============  */
	.footer-title span {
		height: 1px;
		width: 140px;
		background-color: #3D3D3D;
		display: block;
		border-radius: 100px;
	}

	.footer-title-main p {
		font-size: 19px;
		font-family: 'Philosopher-bold', sans-serif;
		color: white;
	}


	.footer-title span {
		height: 1px;
		width: 140px;
		background-color: #0081b4;
		display: block;
		border-radius: 100px;
		margin-top: 5px;
	}

	.footer-title p {
		color: #b81d1d;
		font-size: 19px;
		margin: 10px 0px 0px;
		font-family: 'Raleway-SemiBold', sans-serif;
		padding-top: 7px;
	}

	.footer-title-main p {
		font-size: 19px;
		font-family: 'Raleway-SemiBold', sans-serif;
		color: #262626;
	}


	.footer-title span {
		height: 1px;
		width: 140px;
		background-color: #0081b4;
		display: block;
		border-radius: 100px;
		margin-top: 5px;
	}


	.footer-bg {
		background: url(../images/footer-bg.png);
		width: 100%;
		height: 364px;
		padding-top: 0px;
		padding-bottom: 15px;
	}


	.about-us p {
		color: #585858;
		font-size: 14px;
		margin: 10px 0 10px;
		line-height: 33px;
		font-family: 'Roboto-Regular', sans-serif;
		height: 138px;
		overflow: auto;
	}

	.social-icon-footer p {
		font-size: 14.18px;
		color: #000;
		margin: 0 0 18px;
		display: inline-block;

	}

	.social-icon-footer p a {
		color: #fff;
	}

	.social-icon-footer p a i {
		font-size: 22px;
		vertical-align: bottom;
		margin-right: 7px;
		color: #262626;
	}

	.youtube {
		color: #FFFFFF;
	}

	.facebook {
		color: #FFFFFF;
		/*color:#3b5998;*/
	}

	.twitter {
		color: #FFFFFF;
		/*color:#38a1f3;*/
	}

	.linked {
		color: #FFFFFF;
		/*color:#3590c2;*/
	}

	.insta {
		background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;

	}

	.cms-ul li a {
		color: #585858;
		font-size: 14px;
		font-family: 'Roboto-Regular', sans-serif;

	}

	.cms-ul li a i {
		font-size: 12px;
		margin-right: 4px;
	}

	.cms-ul li {
		line-height: 28px;
	}

	.cms-ul {
		margin-bottom: 15px;
	}

	.nb-copyright {
		background: #1E1E1E;
		height: 53px;
	}

	.nb-copyright .copyrt h6 {
		color: #fff;
		font-size: 13px;
		margin-top: 20px;
		margin-bottom: 10px;
		font-family: 'Roboto-Regular', sans-serif;

	}

	/*=================footer css end===================  */