	@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

	@font-face {
		font-family: 'Montserrat-Medium';
		font-family: 'Open Sans', sans-serif;
		font-family: 'Lato', sans-serif;
		font-family: 'Poppins', sans-serif;
	}



	/*===================btn========================*/
	
	.about-content span  {
    float: right;
    font-size: 12px;
    font-family: 'FontAwesome';
    letter-spacing: 1px;
    font-weight: 600;
}
	
.whats_app .honey{
    display: none;
}

.color-change{
    color: #005ac9;
}
	/*============================================*/
	.navigation {
		width: 100%;
		height: 70px;
		display: table;
		position: relative;
		font-family: inherit;
		background-color: #fff;
	}

	.navigation * {
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
	}

	.navigation-portrait {
		height: 48px;
	}

	.navigation-fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 19998;
	}

	.navigation-hidden {
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.align-to-right {
		float: right;
	}

	.nav-header {
		float: left;
	}

	.navigation-hidden .nav-header {
		display: none;
	}

	.nav-brand {
		line-height: 70px;
		padding: 0;
		color: #3f0101;
		font-size: 30px;
		text-decoration: none !important;
		font-family: 'Poppins';
	}

	.nav-brand:hover,
	.nav-brand:focus {
		color: #343a40;
	}

	.navigation-portrait .nav-brand {
		font-size: 18px;
	}

	.nav-logo > img {
		height: 48px;
		margin: 11px auto;
		padding: 0 15px;
		float: left;
	}

	.nav-logo:focus > img {
		outline: initial;
	}

	.navigation-portrait .nav-logo > img {
		height: 36px;
		margin: 6px auto 6px 15px;
		padding: 0;
	}

	.nav-toggle {
		width: 30px;
		height: 30px;
		padding: 6px 2px 0;
		position: absolute;
		top: 50%;
		margin-top: -14px;
		right: 15px;
		display: none;
		cursor: pointer;
	}

	.nav-toggle:before {
		content: "";
		position: absolute;
		width: 24px;
		height: 2px;
		background-color: #343a40;
		border-radius: 10px;
		box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
	}

	.navigation-portrait .nav-toggle {
		display: block;
	}

	.navigation-portrait .nav-menus-wrapper {
		width: 320px;
		height: 100%;
		top: 0;
		left: -400px;
		position: fixed;
		background-color: #fff;
		z-index: 20000;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition-duration: 0.2s;
		transition-timing-function: ease;
	}

	.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
		left: auto;
		right: -400px;
	}

	.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
		left: 0;
	}

	.navigation-portrait
	.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
		left: auto;
		right: 0;
	}

	.nav-menus-wrapper-close-button {
		width: 30px;
		height: 40px;
		margin: 10px 7px;
		display: none;
		float: right;
		color: #343a40;
		font-size: 26px;
		cursor: pointer;
	}

	.navigation-portrait .nav-menus-wrapper-close-button {
		display: block;
	}

	.nav-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: normal;
		font-size: 0;
	}

	.navigation-portrait .nav-menu {
		width: 100%;
	}

	.navigation-landscape .nav-menu.nav-menu-centered {
		float: none;
		text-align: center;
	}

	.navigation-landscape .nav-menu.nav-menu-centered > li {
		float: none;
	}

	.nav-menu > li {
		display: inline-block;
		float: left;
		text-align: left;
		margin-left: 20px;
		margin-top: 8px;
	}

	.navigation-portrait .nav-menu > li {
		width: 100%;
		position: relative;
		border-top: solid 1px #f0f0f0;
	}

	.navigation-portrait .nav-menu > li:last-child {
		border-bottom: solid 1px #f0f0f0;
	}

	.nav-menu + .nav-menu > li:first-child {
		border-top: none;
	}

	.nav-menu > li > a {
		padding: 26px 15px;
		display: inline-block;
		text-decoration: none;
		font-size: 14px;
		color: #343a40;
		transition: color 0.3s, background 0.3s;
	}

	.navigation-portrait .nav-menu > li > a {
		width: 100%;
		height: auto;
		padding: 12px 15px 12px 26px;
	}

	.nav-menu > li:hover > a,
	.nav-menu > li.active > a,
	.nav-menu > li.focus > a {
		color: #ff6b00;
	}

	.nav-menu > li > a > i,
	.nav-menu > li > a > [class*="ion-"] {
		width: 18px;
		height: 16px;
		line-height: 16px;
		transform: scale(1.4);
	}

	.nav-menu > li > a > [class*="ion-"] {
		width: 16px;
		display: inline-block;
		transform: scale(1.8);
	}

	.navigation-portrait .nav-menu.nav-menu-social {
		width: 100%;
		text-align: center;
	}

	.nav-menu.nav-menu-social > li {
		text-align: center;
		float: none;
		border: none !important;
	}

	.navigation-portrait .nav-menu.nav-menu-social > li {
		width: auto;
	}

	.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
		font-size: 12px;
	}

	.nav-menu.nav-menu-social > li > a > .fa {
		font-size: 14px;
	}

	.navigation-portrait .nav-menu.nav-menu-social > li > a {
		padding: 15px;
	}

	.submenu-indicator {
		margin-left: 10px;
		margin-top: 0px;
		float: right;
		transition: all 0.2s;
	}

	.navigation-portrait .submenu-indicator {
		width: 54px;
		height: 44px;
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		z-index: 20000;
	}

	.submenu-indicator-chevron {
		height: 10px;
		width: 10px;
		display: block;
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: transparent #000 #000 transparent;
		transform: rotate(45deg);
		transition: border 0.2s;
	}

	.navigation-portrait .submenu-indicator-chevron {
		position: absolute;
		top: 18px;
		left: 24px;
	}

	.nav-menu > li:hover > a .submenu-indicator-chevron,
	.nav-menu > .active > a .submenu-indicator-chevron,
	.nav-menu > .focus > a .submenu-indicator-chevron {
		border-color: transparent #967adc #967adc transparent;
	}

	.navigation-portrait .submenu-indicator.submenu-indicator-up {
		transform: rotate(-180deg);
	}

	.nav-overlay-panel {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		display: none;
		z-index: 19999;
	}

	.no-scroll {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.nav-search {
		height: 70px;
		float: right;
		z-index: 19998;
	}

	.navigation-portrait .nav-search {
		height: 48px;
		padding: 0 10px;
		margin-right: 52px;
	}

	.navigation-hidden .nav-search {
		display: none;
	}

	.nav-search-button {
		width: 70px;
		height: 70px;
		line-height: 70px;
		text-align: center;
		cursor: pointer;
		background-color: #fbfcfd;
	}

	.navigation-portrait .nav-search-button {
		width: 50px;
		height: 48px;
		line-height: 46px;
		font-size: 22px;
	}

	.nav-search-icon {
		width: 14px;
		height: 14px;
		margin: 2px 8px 8px 4px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		color: #343a40;
		text-align: left;
		text-indent: -9999px;
		border: 2px solid;
		border-radius: 50%;
		transform: rotate(-45deg);
	}

	.nav-search-icon:after,
	.nav-search-icon:before {
		content: "";
		pointer-events: none;
	}

	.nav-search-icon:before {
		width: 2px;
		height: 11px;
		top: 11px;
		position: absolute;
		left: 50%;
		border-radius: 0 0 1px 1px;
		box-shadow: inset 0 0 0 32px;
		transform: translateX(-50%);
	}

	.nav-search-button:hover .nav-search-icon {
		color: #ff6b00;
	}

	.nav-search > form {
		width: 100%;
		height: 100%;
		padding: 0 auto;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 99;
	}

	.nav-search-inner {
		width: 70%;
		height: 70px;
		margin: auto;
		display: table;
	}

	.navigation-portrait .nav-search-inner {
		height: 48px;
	}

	.nav-search-inner input[type="text"],
	.nav-search-inner input[type="search"] {
		height: 70px;
		width: 100%;
		margin: 0;
		padding: 0 12px;
		font-size: 26px;
		text-align: center;
		color: #343a40;
		outline: none;
		line-height: 70px;
		border: none;
		background-color: transparent;
		transition: all 0.3s;
	}

	.navigation-portrait .nav-search-inner input[type="text"],
	.navigation-portrait .nav-search-inner input[type="search"] {
		height: 48px;
		font-size: 18px;
		line-height: 48px;
	}

	.nav-search-close-button {
		width: 28px;
		height: 28px;
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		line-height: normal;
		color: #343a40;
		font-size: 20px;
		cursor: pointer;
		text-align: center;
	}

	.navigation-portrait .nav-search-close-button {
		top: 10px;
		right: 14px;
	}

	.nav-button {
		margin: 18px 15px 0;
		padding: 8px 14px;
		display: inline-block;
		color: #fff;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		border-radius: 4px;
	}

	.nav-button:hover,
	.nav-button:focus {
		color: #fff;
		text-decoration: none;
	}

	.navigation-portrait .nav-button {
		width: calc(100% - 52px);
		margin: 17px 26px;
	}

	.nav-text {
		margin: 25px 15px;
		display: inline-block;
		color: #343a40;
		font-size: 14px;
	}

	.navigation-portrait .nav-text {
		width: calc(100% - 52px);
		margin: 12px 26px 0;
	}

	.navigation-portrait .nav-text + ul {
		margin-top: 15px;
	}

	.nav-dropdown {
		min-width: 180px;
		margin: 0;
		padding: 0;
		display: none;
		position: absolute;
		list-style: none;
		z-index: 98;
		white-space: nowrap;
	}

	.navigation-portrait .nav-dropdown {
		width: 100%;
		position: static;
		left: 0;
	}

	.nav-dropdown .nav-dropdown {
		left: 100%;
	}

	.nav-menu > li > .nav-dropdown {
		border-top: solid 1px #f0f0f0;
	}

	.nav-dropdown > li {
		width: 100%;
		float: left;
		clear: both;
		position: relative;
		text-align: left;
	}

	.nav-dropdown > li > a {
		width: 100%;
		padding: 16px 20px;
		display: inline-block;
		text-decoration: none;
		float: left;
		font-size: 13px;
		color: #343a40;
		background-color: #fdfdfd;
	}

	.nav-dropdown > li:hover > a,
	.nav-dropdown > li.focus > a {
		color: #ff6b00;
	}

	.nav-dropdown.nav-dropdown-left {
		right: 0;
	}

	.nav-dropdown > li > .nav-dropdown-left {
		left: auto;
		right: 100%;
	}

	.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
		text-align: right;
	}

	.navigation-portrait .nav-dropdown > li > a {
		padding: 12px 20px 12px 30px;
	}

	.navigation-portrait .nav-dropdown > li > ul > li > a {
		padding-left: 50px;
	}

	.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
		padding-left: 70px;
	}

	.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
		padding-left: 90px;
	}

	.navigation-portrait
	.nav-dropdown
	> li
	> ul
	> li
	> ul
	> li
	> ul
	> li
	> ul
	> li
	> a {
		padding-left: 110px;
	}

	.nav-dropdown .submenu-indicator {
		right: 15px;
		top: 10px;
		position: absolute;
	}

	.navigation-portrait .nav-dropdown .submenu-indicator {
		right: 0;
		top: 0;
	}

	.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
		transform: rotate(-45deg);
	}

	.navigation-portrait
	.nav-dropdown
	.submenu-indicator
	.submenu-indicator-chevron {
		transform: rotate(45deg);
	}

	.nav-dropdown > li:hover > a .submenu-indicator-chevron,
	.nav-dropdown > .focus > a .submenu-indicator-chevron {
		border-color: transparent #ff6b00 #ff6b00 transparent;
	}

	.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
		left: 10px;
	}

	.navigation-landscape
	.nav-dropdown.nav-dropdown-left
	.submenu-indicator
	.submenu-indicator-chevron {
		transform: rotate(135deg);
	}
	.nav-dropdown-horizontal {
		width: 100%;
		left: 0;
		background-color: #fdfdfd;
		border-top: solid 1px #f0f0f0;
	}

	.nav-dropdown-horizontal .nav-dropdown-horizontal {
		width: 100%;
		top: 100%;
		left: 0;
	}

	.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
		border-top: none;
	}

	.nav-dropdown-horizontal > li {
		width: auto;
		clear: none;
		position: static;
	}

	.navigation-portrait .nav-dropdown-horizontal > li {
		width: 100%;
	}

	.nav-dropdown-horizontal > li > a {
		position: relative;
	}

	.nav-dropdown-horizontal .submenu-indicator {
		height: 18px;
		top: 11px;
		transform: rotate(90deg);
	}

	.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
		height: 42px;
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.navigation-portrait
	.nav-dropdown-horizontal
	.submenu-indicator.submenu-indicator-up {
		transform: rotate(-180deg);
	}

	.megamenu-panel {
		width: 100%;
		padding: 15px;
		display: none;
		position: absolute;
		font-size: 14px;
		z-index: 98;
		text-align: left;
		color: inherit;
		border-top: solid 1px #f0f0f0;
		background-color: #fdfdfd;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
	}

	.navigation-portrait .megamenu-panel {
		padding: 25px;
		position: static;
		display: block;
	}

	.megamenu-panel [class*="container"] {
		width: 100%;
	}

	.megamenu-panel [class*="container"] [class*="col-"] {
		padding: 0;
	}

	.megamenu-panel-half {
		width: 50%;
	}

	.megamenu-panel-quarter {
		width: 25%;
	}

	.navigation-portrait .megamenu-panel-half,
	.navigation-portrait .megamenu-panel-quarter {
		width: 100%;
	}

	.megamenu-panel-row {
		width: 100%;
	}

	.megamenu-panel-row:before,
	.megamenu-panel-row:after {
		content: "";
		display: table;
		line-height: 0;
	}

	.megamenu-panel-row:after {
		clear: both;
	}

	.megamenu-panel-row [class*="col-"] {
		display: block;
		min-height: 20px;
		float: left;
		margin-left: 3%;
	}

	.megamenu-panel-row [class*="col-"]:first-child {
		margin-left: 0;
	}

	.navigation-portrait .megamenu-panel-row [class*="col-"] {
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
	}

	.navigation-portrait
	.megamenu-panel-row:first-child
	[class*="col-"]:first-child {
		margin-top: 0;
	}

	.megamenu-panel-row .col-1 {
		width: 5.583333333333%;
	}

	.megamenu-panel-row .col-2 {
		width: 14.166666666666%;
	}

	.megamenu-panel-row .col-3 {
		width: 22.75%;
	}

	.megamenu-panel-row .col-4 {
		width: 31.333333333333%;
	}

	.megamenu-panel-row .col-5 {
		width: 39.916666666667%;
	}

	.megamenu-panel-row .col-6 {
		width: 48.5%;
	}

	.megamenu-panel-row .col-7 {
		width: 57.083333333333%;
	}

	.megamenu-panel-row .col-8 {
		width: 65.666666666667%;
	}

	.megamenu-panel-row .col-9 {
		width: 74.25%;
	}

	.megamenu-panel-row .col-10 {
		width: 82.833333333334%;
	}

	.megamenu-panel-row .col-11 {
		width: 91.416666666667%;
	}

	.megamenu-panel-row .col-12 {
		width: 100%;
	}

	.megamenu-tabs {
		width: 100%;
		float: left;
		display: block;
	}

	.megamenu-tabs-nav {
		width: 20%;
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
	}

	.navigation-portrait .megamenu-tabs-nav {
		width: 100%;
	}

	.megamenu-tabs-nav > li > a {
		width: 100%;
		padding: 10px 16px;
		float: left;
		font-size: 13px;
		text-decoration: none;
		color: #343a40;
		border: solid 1px #eff0f2;
		outline: 0;
		background-color: #fff;
	}

	.megamenu-tabs-nav > li.active a,
	.megamenu-tabs-nav > li:hover a {
		background-color: #f5f5f5;
	}

	.megamenu-tabs-pane {
		width: 80%;
		min-height: 30px;
		padding: 20px;
		float: right;
		display: none;
		font-size: 13px;
		color: #343a40;
		border: solid 1px #eff0f2;
		background-color: #fff;
	}

	.megamenu-tabs-pane.active {
		display: block;
	}

	.navigation-portrait .megamenu-tabs-pane {
		width: 100%;
	}

	.megamenu-lists {
		width: 100%;
		display: table;
	}

	.megamenu-list {
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
		display: inline-block;
		float: left;
		list-style: none;
	}

	.megamenu-list:last-child {
		margin: 0;
		border: none;
	}

	.navigation-landscape .megamenu-list {
		margin: -15px 0;
		padding: 20px 0;
		border-right: solid 1px #f0f0f0;
	}

	.navigation-landscape .megamenu-list:last-child {
		border: none;
	}

	.megamenu-list > li > a {
		width: 100%;
		padding: 10px 15px;
		display: inline-block;
		color: #343a40;
		text-decoration: none;
		font-size: 13px;
	}

	.megamenu-list > li > a:hover {
		background-color: #ff6b00;
		color: #fff;
	}

	.megamenu-list > li.megamenu-list-title > a {
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		color: #343a40;
	}

	.megamenu-list > li.megamenu-list-title > a:hover {
		background-color: transparent;
	}

	.navigation-landscape .list-col-2 {
		width: 50%;
	}

	.navigation-landscape .list-col-3 {
		width: 33%;
	}

	.navigation-landscape .list-col-4 {
		width: 25%;
	}

	.navigation-landscape .list-col-5 {
		width: 20%;
	}

	.nav-menu > li > a {
		color: #343a40;
		text-transform: uppercase;
	}

	.nav-dropdown > li > a {
		color: #343a40;
		padding: 10px 20px;
		border-bottom: 1px solid #f6f6f6;
	}

	.nav-dropdown > li > a:hover,
	.nav-dropdown > li > a:focus {
		color: #ff6b00;
	}

	.main_header_area.sticky {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 9999;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	}

	.transparent-menu {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 99;
	}

	.navigation-portrait .nav-menu > li > a {
		width: 100%;
		height: auto;
		padding: 10px 10px 10px 30px;
	}

	@media only screen and (min-width: 320px) and (max-width: 767px) {
		.nav-dropdown > li > a,
		.megamenu-list > li > a {
			width: 65%;
		}
	}
	body{
		margin: 0;
		padding: 0;

	}

	h1, h2, h3, h4, h5, h6, p, a{
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: 600;
	}

	a{
		text-decoration: none;
		color: #000;
	}
	a:hover{
		text-decoration: none;
		color: #000;
	}
	ul{
		margin: 0;
		padding: 0
	}
	li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	/*===================================header top=======================================*/
	.header-top{
		background-color: #3f0101;
		padding: 6px 0;
	}

	.header-content .header-contact{
		margin-bottom: 0rem;
	}

	.header-content .header-contact li{
		float: left;
		line-height: 0;
		margin-right: 20px;
	}

	.header-content .header-contact li a{
		color: #fff;
		font-size: 12px;
		font-family: 'Poppins';
	}


	.header-content .header-contact li a i{
		border: 1px solid #fff;
		padding: 5px 6px;
	}


	.header-top-details{
		display: flex;
		justify-content: space-between;
	}
	.header-social-icons{
		font-size: 16px !important;
	}

	/*===================================header bottom=================================*/

	.nav-menu .nav-item a{
		color: #42495b !important;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
		font-family: 'Montserrat';
	}
	.nav-menu .nav-item a:hover{
		text-decoration: none;
	}

	.navbar-nav .nav-item{
		margin-left: 30px;
	}

	.dropdown-item:focus, .dropdown-item:hover{
		background-color: #dfedfb !important;
	}
	.dropdown-menu{
		border: none !important;
		padding: 0.5rem 12px !important;
	}

	.nav-menu  .nav-item .nav-link-link{
		font-size: 18px;
	}

	.navbar img{
		width: 80%;
	}

	.navbar-brand{
		padding: 0 !important;
	}

	.navbar{
		padding: 0 1rem !important;
	}



	.header-contact-li a:hover{
		text-decoration: none;
	}
	.carousel-indicators li{
		width: 12px !important;
		height: 12px !important;
		border-radius: 30px !important;
	}

	/*==========================================footer top=================================*/

	.footer-ul li a{
		text-decoration: none;
		color: #ddd;
		font-size: 14px;
		font-weight: 300;
	}
	.footer-ul-details li a{
		text-decoration: none;
		color: #ddd;
		font-size: 14px;
		font-weight: 300;
	}


	.footer-ul-details li a:hover{
		text-decoration: none;
		color: #ddd;
	}

	.footer-ul-details li{
		list-style: none;
		line-height: 30px;
	}
	.footer-ul li a:hover{
		text-decoration: none;
		color: #ddd;
	}

	.footer-ul li{
		list-style: none;
		line-height: 30px;
	}

	.footer-top{
		background-color: #2c2c2c;
		padding: 50px;
	}

	.footer-content h2{
		font-size: 18px;
		color: #fff;
		padding-bottom: 8px;
		font-weight: 600;
	}

	.footer-content p{
		font-size: 14px;
		color: #ddd;
		font-weight: 300;
	}


	.footer-ul-icon li{
		float: left;
	}
	.footer-ul li a i{
		letter-spacing: 24px;
		font-size: 24px;
		padding-top: 20px;
	}


	.footer-bottom{
		padding: 10px 0;
		background-color: #2c2c2c;
		border-top: 1px solid #ddd;
	}

	.footer-bottom p{
		font-size: 14px;
		color: #ddd;
		margin-bottom: 0rem;
		font-weight: 300;
	}


	/*======================================banner=====================================*/
	.carousel-caption h2 {
		font-size: 16px;
		font-family: 'Poppins';
		color: #ffbb97;
		text-transform: uppercase;
	}
	.carousel-caption h5{
		font-size: 48px;
		font-weight: 800;
		margin-bottom: 18px;
		font-family: 'Lato', sans-serif;
	}
	.carousel-caption{
		text-align: left !important;
		bottom: 20% !important;
		width: 38% !important;
	}
	.carousel-control-prev-icons, .carousel-control-next-icons {
		background-image: none !important;
		color: #fff !important;
		font-size: 14px !important;
		background-color: #0075df !important;
	}
	.carousel-caption a{
		color: #fff;
		background-color: #fe943e;
		padding: 13px 20px;
		border-radius: 15px  0px  15px 0;
		font-family: 'Lato', sans-serif;
	}

	.carousel-caption a:hover{
		text-decoration: none;
		color: #000;
		background-color: #fff;
	}
	.carousel-caption p{
		padding-bottom: 30px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #d7d7d7;
	}




	/*=====================================about us======================================*/

	.about-us{


	}
	.about-img{
		width: 100%;
	}


	.about-img img{
		width: 100%;
	}
	.about-content h2{
		font-weight: 600;
		font-size: 26px;
		text-transform: uppercase;
		position: relative;
		padding-left: 10px;
	}
	.about-content h2::before{
		content: "";
		background-color: #f3661a;
		width: 3px;
		height: 22px;
		position: absolute;
		top: 6px;
		left: 0;
		margin-right: 10px;

	}
	.about-content h3{
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 30px;
		color: #3f0101;
	}

	.about-content .about-span{
		color: #f3661a;
	}

	.about-content p{
	font-size: 13px;
    padding-bottom: 5px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Poppins';
	}

	.about-content a{
		background-color: #f3661a;
		padding: 10px 20px;
		box-shadow: 0px 17px 26px 0px rgba(209,207,209,1);
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		transition: 0.3s all;
	}
	.about-content a:hover{
		text-decoration: none;
		color: #fff;
		box-shadow: 0px 17px 26px 0px rgba(186,184,186,1);
		transition: 0.3s all;
	}
	.about-us{
		padding: 50px 0;
	}
	.about-span {
		color: #f3661a;
	}

	/*=============================our project==============================*/
	.product p{
		text-align: center;
		font-weight: 600;
		font-size: 16px;
		color: #5d5f61;
		padding-bottom: 0px;
		font-family: 'Poppins', sans-serif;
	}
	.product h2{
		font-weight: 600;
		font-size: 26px;
		text-transform: uppercase;
		text-align: center;
	}
	.service-img{
		text-align: center;
	}
	.service-icon{
		padding: 27px 2px;
		box-shadow: 0px 0px 12px -1px rgba(140,140,140,1);
		border-radius: 10px;
		margin-bottom: 40px;
		text-align: center;
		transition: 0.5s all;
		height: 185px;
	}
	.service-icon:hover{
		transform: translateY(-17px);
		transition: 0.5s all;
	}


	.product-img{
		width: 100%;
		overflow: hidden;
	}
	.product-img img{
		width: 100%;
		transition: 0.5s all;
	}
	.product-img:hover img{
		transform: scale(1.2);
		transition: .5s all;
	}
	.product-content p{
		font-size: 14px;
		color: #717171;
		font-weight: 300;
		text-align: center;
		font-family: 'Lato', sans-serif;
	}

	.product-content h3{
		font-size: 16px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
	}
	.product-btn{
		text-align: center;
		padding-bottom: 25px;
	}
	.product-btn a{
		background-color: #0075df;
		padding: 10px 15px;
		border-radius: 3px;	
		color: #fff;
		font-weight: 600;
	}
	.product-btn a:hover{
		color: #0075df;
		border: 1px solid #0075df;
		text-decoration: none;
		background-color: transparent;
	}
	.products{
		padding: 50px 0;
	}
	.product-page{
		box-shadow: 0px 0px 12px -1px rgba(140,140,140,1);
		border-radius: 10px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	.product-content{
		padding: 15px;
	}

	.product-page{

	}
	.product-images{
		width: 100%;
	}
	.product-images img{
		width: 100%;
	}
	.upgrade-img{
		width: 100%;
		transition: 0.3s all;
		padding-bottom: 30px;
	}
	.upgrade-img:hover{
		border: 1px solid #ddd;
		padding: 20px;
		background-color: #3f0101;
		transition: 0.3s all;
	}
	.upgrade-img img{
		width: 100%;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
	.upgrade-content h3{
		color: #3f0101;
		font-size: 36px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}
	.upgrade-content h3::after{
		position: absolute;
		left: 40%;
		top: 115%;
		background-color: #3f0101;
		width: 89px;
		height: 3px;
		content: "";
	}
	.upgrade-content p{
		font-size: 12px;
		text-align: justify;
		font-weight: 400;
		font-family: 'Poppins';
	}
	.upgrade-content{
		padding-bottom: 30px;
	}

	.upgrade-content ul li{
		list-style: disc;
		font-size: 13px;
		font-weight: 400;
		font-family: 'Poppins', sans-serif;
	}
	.upgrade-content ul {
		margin-left: 15px;
	}






	/*===================================property==========================*/

	.counter{
		color: var(--main-color);
		font-family: 'Poppins', sans-serif;
		text-align: center;
		width: 210px;
		margin: 0 auto;
	}
	.counter .counter-icon{
		font-size: 35px;
		font-weight: 600;
		line-height: 35px;
		margin: 0 0 20px;
	}
	.counter .counter-value{
		color: #f3661a;
		font-size: 52px;
		font-weight: 600;
		width: calc(100% - 50px);
		padding: 2px 0 0;
		margin: 0 auto;
		display: block;
	}
	.counter h3{
		font-size: 16px;
		font-weight: 600;
		color: #5d5f61;
	}
	.counter.orange{ 
	    --main-color: #F57E12;
	    }
	.counter.blue{ 
	    --main-color: #09B8FD; 
	    
	}
	.counter.magenta{
	    --main-color: #FE355A;
	    }

	.facts{
		background-image: url(../images/banner-2.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		padding: 40px 0;
	}
	.testi-heading p{
		text-align: center;
	}



	/*======================================need=========================================*/

	.need-heading h2{
		font-weight: 600;
		font-size: 26px;
		text-transform: uppercase;
		padding-bottom: 20px;
		text-align: center;
	}

	.need{
		padding: 50px 0;
	}

	.need-img{
		text-align: center;
	}




	/*==============================testimonial======================================*/

	.testimonial{
		margin: 0 70px 20px 0;
		text-align: center;
		position: relative;
	}
	.testimonial:before{
		content: "\f10e";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 67px;
		color: #f3661a;
		position: absolute;
		top: 0;
		left: 45%;
	}
	.testimonial .description{
		padding: 90px 14px 30px;
		margin-bottom: 30px;
		border: 1px solid #f3661a;
		font-size: 14px;
		color: #736d6d;
		position: relative;
		font-weight: 400;
	}
	.testimonial .description:before{
		content: "";
		border-top: 8px solid #f3661a;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		position: absolute;
		bottom: -11px;
		left: 50%;
		transform: translateX(-50%);
	}
	.testimonial .description:after{
		content: "";
		width: 19px;
		height: 22px;
		margin-left: -2.5px;
		position: absolute;
		bottom: -17.5px;
		left: 50%;
		z-index: -1;
		transform: rotate(45deg) translateX(-50%);
	}
	.testimonial .pic{
		display: inline-block;
		width: 100px;
		height: 100px;
		border: 1px solid #f3661a;
		margin-bottom: 15px;
		padding: 15px;
	}
	.testimonial .pic img{
		width: 100%;
		height: auto;
	}
	.testimonial .title{
		display: block;
		font-size: 20px;
		font-weight: 600;
		color: #f3661a;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0 0 7px 0;
	}
	.testimonial .post{
		display: block;
		font-size: 15px;
		color: #828282;
		text-transform: capitalize;
	}
	.owl-theme .owl-controls{ margin-top: 0; }
	.owl-theme .owl-controls .owl-page span{
		width: 35px;
		height: 15px;
		background: #f3661a;
		border-radius: 0;
		opacity: 0.8;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
		transition: all 0.3s ease 0s;
	}
	.owl-theme .owl-controls .owl-page.active span{
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #f3661a;

	}
	@media only screen and (max-width: 479px){
		.testimonial .description{ padding: 10px; }
	}
	.testimonials{
		background-image: url(../images/banner-3.jpg);
		padding: 50px 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}

	.product{
		margin-bottom: 50px;
	}

	.hide-sec{
		display: none;
	}





	/*=====================================contact details================================*/

	.fact{
		background-color: #f6f6f6;
	}

	.address-icon{
		padding: 50px;
	}

	.address-icon h3{
		font-size: 18px;
		padding-top: 20px;
		font-weight: 600;
	}
	.address-icon p{
		color: #888;
		font-size: 13px;
		margin-bottom: 6px;
		font-weight: 300;
	}

	.address-icon h6{
		font-size: 14px;
		font-weight: bold;
	}

	
	.calling{

	}

	.contact{
		background-color: #f3f3f3;
		padding: 50px 0;
	}
	.contact-form-sec .form-group input,
	.contact-form-sec .form-group textarea{
		border: 0;
		padding: 14px;
		font-size: 14px;
		width: 100%;
	}
.contact-form-sec .form-group textarea{
	height: 150px;
}
	.contact-content h5{
		font-size: 16px;
		color: #888;
		text-transform: uppercase;

	}

	.contact-content h2{
		font-size: 50px;
		color: #000;
		text-transform: capitalize;
		font-weight: 800;
	}


	.contact-content p{
		font-size: 20px;
		color: #888;
		font-weight: 400;
	}
	.contact-content ul{
		float: left;
	}

	.contact-content ul li{
		margin-right: 10px;
		float: left;
	}

	.contact-button a{
		font-size: 14px;
		background-color: #f3661a;
		padding: 10px 20px;
		color: #fff;
	}
	.contact-button a:hover{
		font-size: 14px;
		background-color: #f3661a;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
	}

	/*==============================================inner pages about======================================*/

	.about-page-heading h2{
		font-weight: 600;
		font-size: 26px;
		text-transform: uppercase;
		text-align: center;	
		color: #fff;
	}
	.bear{
		color: #f3661a;
	}

	.about-page{
		background-image: url(../images/banner-4.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 100px 0;
	}
	.about-page-heading h3{
		font-size: 16px;
		color: #fff;
		text-align: center;
	}


	.get-in{
		padding: 50px 0;
	}

	.contact-page{
		background-image: url(../images/contact.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center;
		padding: 50px 0;
	}

	.contact-page-form{
		background-color: #fff;
		padding: 30px;
		width: 50%;
		margin: 0 auto;
		border-radius: 20px;
		box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
		opacity: .94;
	}

	.contact-page h2{
		text-align: center;
	}

	.form-details .form-group input{
		background-color: #fffaed !important;
		border: none;
		padding: 14px;
		font-size: 13px;
		color: #888;
		width: 100%;
		border-radius: 0;
	}

	.form-details .btn-primary{
		width: 100%;
		border-radius: 0;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
	}


	.form-details .form-group textarea{
		background-color: #fffaed !important;
		border: none;
		padding: 14px;
		font-size: 13px;
		color: #000 !important;
		width: 100%;
		border-radius: 0;
	}
	.whats_app {
		position: fixed;
		left: 24px;
		bottom: 74px;
		z-index: 9999;
		font-size: 38px;
		width: 4%;
		margin: 0 auto;
		border-radius: 10px;
		text-align: center;
		float: right;
		left: 94%;
	}

	.fa-whatsapp::before {

		content: "\f232";

	}
	.fa-whatsapp::before {

		content: "\f232";

	}

	.whats_app .fa-whatsapp {

		color: #18c10d;
		font-size: 51px !important;
		position: relative;
		top: 1px;

	}

/*==================clients======================*/


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.clients{
    padding: 50px 0;
    background-color: #f1f1f1;
}







































