@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:400,500,600,700);

body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden !important
}

img {
	max-width: 100%
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	text-decoration: none;
	outline: 0
}

a:focus,
a:hover {
	text-decoration: none
}

a,
i,
span {
	display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #f3c41a;
	margin: 0
}

h1 {
	font-size: 40px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #ccc;
	margin: 0
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.section-title {
	position: relative;
	z-index: 1
}

.section-title h3 {
	font-size: 30px;
	padding-top: 0px;
	padding-bottom: 15px
}

.section-title span {
	color: #1d181a;
	font-size: 72px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

#services-part-3 .section-title h3 {
	color: #000
}

#services-part-3 .section-title span {
	color: #d8a112
}

#services-part-3 .section-title p {
	color: #000
}

#brand-part .section-title h3 {
	color: #000
}

#brand-part .section-title span {
	color: #d8a112
}

#brand-part .section-title p {
	color: #000
}

#brand-part .align-items-end {
	margin-bottom: 15px
}

.section-title.dark-title h3,
.section-title.dark-title p {
	color: #fff
}

.section-title.dark-title span {
	color: #212121
}

.main-btn {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 30px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 40px;
	color: #f3c41a;
	cursor: pointer;
	position: relative;
	z-index: 5;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.main-btn::before {
	position: absolute;
	content: '';
	width: 42%;
	height: 100%;
	background-color: rgba(230, 175, 31, .3);
	right: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.main-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #f3c41a
}

.main-btn:hover {
	color: #fff
}

.main-btn:hover::before {
	width: 100%
}

#services-part-3 .main-btn {
	color: #232323
}

#services-part-3 .main-btn::before {
	background-color: rgba(0, 0, 0, .3)
}

#services-part-3 .main-btn:hover {
	color: #f3c41a
}

#services-part-3 .main-btn::after {
	background-color: #232323
}

.main-btn.main-btn-d {
	color: #fff
}

.preloader {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 99999;
	height: 100%
}

.preloader-squares .square {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #212121;
	opacity: .2;
	-webkit-animation: movein 2s infinite;
	animation: movein 2s infinite
}

.preloader-squares {
	width: 50px;
	line-height: 19px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.square {
	opacity: .5
}

.preloader-squares .square:nth-child(1) {
	-webkit-transform: translate(0, -25px);
	transform: translate(0, -25px)
}

.preloader-squares .square:nth-child(2) {
	-webkit-transform: translate(25px, 0);
	transform: translate(25px, 0)
}

.preloader-squares .square:nth-child(3) {
	-webkit-transform: translate(-25px, 0);
	transform: translate(-25px, 0)
}

.preloader-squares .square:nth-child(4) {
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px)
}

@-webkit-keyframes movein {
	33% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: .7
	}

	66% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: .7
	}
}

@keyframes movein {
	33% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: .7
	}

	66% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: .7
	}
}

.banner-part {
    margin-top: 85px;
}
.banner-part img {
    width: 100%;
    height: 450px;
    object-fit:cover;
}

.navigation {
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	z-index: 99;
	background: rgba(255, 255, 255, 1)
}

.navigation.sticky {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	padding-top: 15px;
	padding-bottom: 0;
	-webkit-animation: sticky 1s;
	animation: sticky 1s
}

.nav-dark.sticky {
	background-color: #1a1a1a;
	border-bottom: 1px solid #f3c41a
}

@-webkit-keyframes sticky {
	0 {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes sticky {
	0 {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.navbar {
	padding: 0
}

.navbar .navbar-toggler .icon-bar {
	width: 30px;
	height: 2px;
	display: block;
	margin: 4px 0;
	background-color: #232323;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.nav-dark.sticky .navbar-toggler .icon-bar {
	background-color: #fff
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(46deg);
	transform: rotate(46deg);
	top: 6px
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
	opacity: 0
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(134deg);
	transform: rotate(134deg);
	top: -6px
}

.sub-nav-toggler {
	display: none
}

.navbar .navbar-nav .nav-item {
	margin-left: 25px;
	position: relative
}
.navbar {
    margin-right: 25px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0
}

.navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    padding: 12px 0 10px 0;
}

.nav-dark .navbar-nav .nav-item a,
.nav-dark.sticky .navbar-nav .nav-item a {
	color: #fff
}

.navbar .navbar-nav .nav-item:hover>a,
.navbar .navbar-nav .nav-item>a.active {
	color: #f3c41a
}

.navbar .navbar-nav .nav-item .sub-menu {
	position: absolute;
	top: 120%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	white-space: nowrap;
	-webkit-box-shadow: 0 10px 30px 0 rgba(107, 107, 107, .25);
	box-shadow: 0 10px 30px 0 rgba(107, 107, 107, .25);
	z-index: 9;
	background: rgba(255, 255, 255, .9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.nav-dark.sticky .navbar-nav .nav-item .sub-menu {
	background-color: #1a1a1a
}

.navbar .navbar-nav .nav-item:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.navbar .navbar-nav .nav-item .sub-menu li a {
    padding: 10px 30px;
    font-size: 14px;
    display: block;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.navbar .navbar-nav .nav-item .sub-menu li:hover>a {
	background-color: #232323;
	color: #f3c41a
}

.nav-dark .navbar-nav .nav-item .sub-menu li:hover>a,
.nav-dark.sticky .navbar-nav .nav-item .sub-menu li:hover>a {
	background-color: #f3c41a;
	color: #fff
}

.navigation .open-time {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.navigation .open-time .cont {
	padding-left: 10px
}

.navigation .open-time .cont p {
	margin-bottom: -4px
}

.navigation .open-time .cont span {
	color: #232323;
	font-size: 14px;
	font-weight: 700
}

.nav-dark.sticky .open-time .cont p,
.nav-dark.sticky .open-time .cont span {
	color: #fff
}

.navigation .cart-menu {
	overflow: hidden;
	padding: 0px 0
}

.navigation .cart-icon {
	float: left;
	margin-left: 3px
}

.navigation .cart-icon ul li {
	display: inline-block;
	margin-right: 20px
}

.navigation .cart-icon ul li:last-child {
	margin-right: 0
}

.navigation .cart-icon ul li a {
	position: relative
}

.navigation .cart-icon ul li a i {
	font-size: 15px;
	color: #232323
}

.nav-dark.sticky .cart-icon ul li a i {
	color: #fff
}

.navigation .cart-icon ul li a span {
	position: absolute;
	right: -10px;
	top: -11px;
	font-size: 14px;
	background-color: #f3c41a;
	border-radius: 50%;
	padding: 0 4px;
	color: #fff;
	line-height: 17px
}

.navigation .said-menu {
	float: right
}

.navigation .said-menu a {
    color: #f3c41a;
    font-size: 18px;
    background: #231f20;
    padding: 8px 20px;
    font-weight: 400;
}

.nav-dark.sticky .said-menu a {
	color: #fff
}

.nav-dark .navbar-nav .nav-item .sub-menu {
	background: #1a1a1a
}

.nav-dark-4 .cart-icon ul li a i,
.nav-dark-4 .navbar .navbar-nav .nav-item a,
.nav-dark-4 .open-time .cont p,
.nav-dark-4 .open-time .cont span,
.nav-dark-4 .said-menu a {
	color: #fff
}

.navbar-7 {
	background-color: #fff
}

.navbar-7.nav-dark.nav-dark-4 {
	background-color: #1a1a1a
}

.canvas-menu {
	position: fixed;
	right: 0;
	width: 360px;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: 99999;
	padding: 30px;
	display: block;
	overflow: auto;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.canvas-menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.canvas-menu .button-close a {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	right: 30px;
	top: 33px
}

.canvas-menu .button-close a .can-icon {
	width: 30px;
	height: 2px;
	display: block;
	background-color: #232323;
	position: relative
}

.canvas-menu .button-close a .can-icon:nth-of-type(1) {
	top: 18px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.canvas-menu .button-close a .can-icon:nth-of-type(2) {
	top: 16px;
	left: 5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.canvas-menu .contact li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px
}

.canvas-menu .contact li:last-child {
	margin-bottom: 0
}

.canvas-menu .contact li .icon i {
	font-size: 16px;
	color: #f3c41a;
	margin-top: 4px
}

.canvas-menu .contact li .cont {
	margin-left: 20px
}
.canvas-menu .contact li .cont p{
    color: #64656a;
}

.canvas-menu .social li {
	display: inline-block;
	margin-right: 10px
}

.canvas-menu .social li:last-child {
	margin-right: 0
}

.canvas-menu .social li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #64656a;
	font-size: 18px;
	background-color: rgba(35, 35, 35, .1);
	border-radius: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.canvas-menu .social li a:hover {
	color: #f3c41a;
	background-color: rgba(255, 152, 39, .2)
}

.canvas-menu .canvas-instagram ul li {
	display: inline-block;
	margin: 4px 2px
}

.black-bg {
	background-color: #1a1a1a
}

.canvas-menu.black-bg .button-close a {
	background-color: #1a1a1a
}

.canvas-menu.black-bg .button-close a .can-icon {
	background-color: #fff
}

.canvas-menu.black-bg .canvas-contact h4,
.canvas-menu.black-bg .canvas-instagram h4,
.canvas-menu.black-bg .canvas-text p,
.canvas-menu.black-bg .contact li .cont p {
	color: #fff
}

.canvas-menu.black-bg .social li a {
	background-color: #212121
}

.canvas-menu.black-bg .social li a:hover {
	color: #f3c41a;
	background-color: rgba(243, 196, 24, .8)
}

.slider-part .singel-slider {
	height: 550px
}

.slider-part .singel-slider .slider-cont {
	background-color: rgba(0, 0, 0, .5);
	padding: 20px;
	position: relative
}

.slider-part .singel-slider .slider-cont h1 {
	text-transform: uppercase;
	color: #fff;
	line-height: 52px
}

.slider-part .singel-slider .slider-cont a {
	width: 90px;
	height: 60px;
	line-height: 55px;
	background-color: #f3c41a;
	color: #fff;
	text-align: center;
	font-size: 26px;
	position: absolute;
	bottom: 0;
	right: 0
}

.slider-part .slick-arrow {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: rgba(243, 196, 24, .8);
	width: 75px;
	height: 45px;
	z-index: 1;
	cursor: pointer;
	line-height: 1
}

.slider-part .next.slick-arrow::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #fff;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slider-part .next.slick-arrow {
	bottom: 45px
}

.slider-part .slick-arrow {
	font-size: 50px;
	text-align: center;
	color: #fff
}

.slider-dark .singel-slider {
	position: relative
}

.slider-dark .singel-slider::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(26, 26, 26, 1)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(26, 26, 26, 1) 100%)
}

.slider-3 .singel-slider .slider-cont {
	background-color: transparent;
	padding: 0;
	position: relative;
	padding-bottom: 100px
}

.slider-3 .singel-slider .slider-cont h3 {
	font-size: 35px;
	font-weight: 400;
	-webkit-text-decoration: underline #f3c41a;
	text-decoration: underline #f3c41a
}

.slider-3 .slick-arrow {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: auto;
	width: 75px
}

.slider-3 .next.slick-arrow {
	bottom: auto;
	left: auto;
	right: 0
}

.slider-3 .slick-arrow i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.slider-3 .next.slick-arrow::before {
	display: none
}

.slider-4-dark .singel-slider {
	position: relative
}

.slider-4-dark .singel-slider::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(26, 26, 26, .85)
}

.slider-4-dark .singel-slider .slider-cont h3 {
	color: #fff
}

.slider-5 .singel-slider {
	position: relative
}

.slider-5 .singel-slider::before {
	content: '';
	position: absolute;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.slider-5 .singel-slider .slider-cont-5 h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 55px;
	background: #fff;
	display: inline
}

.slider-5 .singel-slider .slider-cont-5 ul {
	margin-top: 30px
}

.slider-5 .singel-slider .slider-cont-5 ul li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px
}

.slider-5 .singel-slider .slider-cont-5 ul li:last-child {
	margin-right: 0
}

.slider-5 .singel-slider .slider-cont-5 ul li a i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 23px;
	color: #f3c41a;
	border: 1px solid #f3c41a;
	border-radius: 50%;
	text-align: center
}

.slider-5 .slick-arrow {
	color: #f3c41a;
	background-color: #fff
}

.slider-5 .next.slick-arrow::before {
	background-color: #f3c41a
}

.slider-6-dark .singel-slider::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(26, 26, 26, .7);
	z-index: -1
}

.slider-6-dark .singel-slider .slider-cont-5 h3 {
	background: #1a1a1a;
	color: #fff
}

.slick-arrow,
.slider-6-dark .slick-arrow {
	background-color: #1a1a1a
}

.slied-7 .slider-cont-5 {
	padding-top: 100px
}

.slied-7 .slider-cont-5 h1 {
	text-transform: uppercase;
	padding-bottom: 6px
}

.slied-7 .slider-cont-5 p {
	font-size: 22px;
	color: #232323
}

.slied-7.slider-5 .singel-slider::before {
	background: rgba(255, 152, 39, .8)
}

.slied-7 .singel-slider .slider-cont-5 ul li a i {
	border-color: #fff;
	color: #fff
}

.slied-7 .slider-cont-5 .main-btn::before {
	background-color: rgba(255, 255, 255, .15)
}

.black-bg .slick-arrow {
	background-color: #1a1a1a
}

.slied-9 .singel-slider::before {
	display: none
}

.slied-9 .slider-cont-5 h1 {
	font-size: 50px
}

.slied-9 .slider-cont-5 p {
	color: #232323
}

.about-left>span {
	font-size: 24px;
	color: #f3c41a;
	letter-spacing: 10px;
	padding-bottom: 15px;
	font-weight: bold
}

.about-left h2 {
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 25px
}

.about-left h4 {
	font-size: 18px;
	font-weight: 400;
	padding-top: 29px;
	padding-bottom: 20px;
	position: relative;
	color: #ccc
}

.about-left h4::before {
	position: absolute;
	content: '';
	width: 70px;
	height: 5px;
	background-color: #f3c41a;
	top: 0;
	left: 0
}

.about-left>p {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 45px
}

.counter-part .singel-counter {
	background-color: #231f20;
	padding-top: 15px;
	padding-bottom: 30px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.counter-part .singel-counter:hover {
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1)
}

.counter-part .singel-counter p,
.counter-part .singel-counter span {
	font-size: 22px;
	color: #f3c41a
}

.counter-part .singel-counter span b {
	font-size: 35px;
	font-weight: 700;
	color: #f3c41a
}

.counter-part .singel-counter p {
	margin-top: -5px
}

.about-right {
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	position: relative;
	background: #241e20
}

.about-right::before {
	content: '';
	position: absolute;
	background-image: url(../images/dots.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;
	width: 100%;
	height: 280px;
	bottom: 0;
	right: 0
}

.about-right .title {
	position: relative;
	padding: 0 30px;
	z-index: 1
}

.about-right .title h2 {
	font-size: 30px;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-bottom: 8px;
	position: relative
}

.about-right .title h2::before {
	content: '';
	position: absolute;
	width: 75px;
	height: 13px;
	background-color: #f3c41a;
	top: 0;
	left: -30px
}

.about-right .title span {
	font-size: 100px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 28px;
	line-height: 72px;
	z-index: -1;
	color: #1d181a;
	padding: 0 30px
}

.about-right .about-image {
	width: 470px;
	position: relative;
	bottom: -30px
}

.about-right .about-image img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.black-bg .about-left h2,
.black-bg .about-left h4,
.black-bg .about-left p,
.black-bg .about-right .title h2,
.black-bg .counter-part .singel-counter p,
.black-bg .counter-part .singel-counter span {
	color: #fff
}

.black-bg .about-right .title span {
	color: #212121
}

.black-bg .about-right {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #212121
}

.black-bg .about-right::before {
	background-image: url(../images/dots-dark.jpg)
}

.black-bg .counter-part .singel-counter {
	background-color: #1a1a1a
}

.black-bg .counter-part .singel-counter:hover {
	background-color: #212121
}

.about-3 h2 {
	padding-bottom: 0
}

.about-left-3 {
	position: relative
}

.about-left-3 img {
	width: 100%
}

.about-left-3 .cont {
	position: absolute;
	bottom: 5px;
	right: 5px
}

.about-left-3 .cont h3 {
	background-color: #fff;
	font-size: 30px;
	color: #f3c41a;
	padding: 20px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.about-right-3 .counter-part {
	border-top: 1px solid #e8e8e8
}

.about-right-3 p {
	border: 0
}

.about-5-left h2 {
	font-size: 33px;
	font-weight: 400;
	padding-bottom: 25px
}

.about-5-left p {
	border-bottom: 0;
	padding-bottom: 0
}

.about-5-right {
	position: relative
}

.about-5-right .more-btn-5 {
	background-color: #fff;
	padding: 20px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 165px
}

.counter-5 {
	position: relative
}

.counter-5::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 50px;
	top: 0;
	left: 0;
	background-color: transparent;
	border-left: 8px solid #f3c41a;
	border-top: 8px solid #f3c41a
}

.counter-5::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 50px;
	bottom: 0;
	right: 0;
	background-color: transparent;
	border-right: 8px solid #f3c41a;
	border-bottom: 8px solid #f3c41a
}

.black-bg .about-5-right .more-btn-5 {
	background-color: #1a1a1a
}

.counter-9.counter-part .singel-counter {
	background-color: transparent
}

.counter-9.counter-part .singel-counter:hover {
	background-color: #fff
}

.counter-9.counter-part .singel-counter span b {
	color: #fff
}

.counter-9.counter-part .singel-counter:hover span b {
	color: #f3c41a
}

.singel-services {
	background-color: #fff;
	position: relative;
	padding: 55px 25px 30px;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services::before {
	content: '';
	position: absolute;
	width: 0;
	height: 8px;
	background-color: #f3c41a;
	left: 0;
	top: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services span {
	position: absolute;
	bottom: -140px;
	right: -95px;
	font-size: 278px;
	color: #fbfbfb;
	z-index: -1;
	-webkit-transform: rotateY(190deg);
	transform: rotateY(190deg);
	opacity: .5
}

.singel-services .icon i {
	font-size: 50px;
	line-height: 50px;
	color: #232323;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services .cont h5 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-bottom: 15px
}

.singel-services:hover {
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1)
}

.singel-services:hover::before {
	width: 70px
}

.dark-bg .singel-services:hover .icon i,
.singel-services:hover .icon i {
	color: #f3c41a
}

.dark-bg .singel-services {
	background-color: #1a1a1a
}

.dark-bg .singel-services .cont h5,
.dark-bg .singel-services .cont p,
.dark-bg .singel-services .icon i {
	color: #fff
}

.dark-bg .singel-services span {
	color: #212121
}

.singel-services-3 {
	background-color: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-3:hover {
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1)
}

.singel-services-3 .services-thum {
	position: relative;
	padding-right: 30px;
	padding-bottom: 10px;
	overflow: hidden
}

.singel-services-3 .services-thum .image {
	position: relative;
	z-index: 2
}

.singel-services-3 .services-thum .image::after,
.singel-services-3 .services-thum .image::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 58px;
	background-color: #e8e8e9;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-3 .services-thum .image::after {
	bottom: auto;
	top: -38px
}

.singel-services-3:hover .services-thum .image::after,
.singel-services-3:hover .services-thum .image::before {
	background-color: #f3c41a
}

.singel-services-3 .services-thum .image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.singel-services-3 .services-thum .icon {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
}

.singel-services-3 .services-thum .icon i {
	font-size: 50px;
	line-height: 50px;
	color: #f3c41a;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	padding: 20px;
	background: #232323
}

.service-slied .owl-nav, .service-slied .owl-dots {
    display: none !important;
}

.singel-services-3 .services-cont {
    padding: 30px;
    background: #241e20;
    overflow: hidden;
}

.singel-services-3 .services-cont h5 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
}
.singel-services-3 .services-cont p {
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 50px;
    margin-top: 10px;
    font-size: 14px;
}

.singel-services-3:hover .services-thum .icon i {
	color: #f3c41a
}

.black-bg .singel-services-3 .services-thum .image::after,
.black-bg .singel-services-3 .services-thum .image::before {
	background-color: #2f2f2f
}

.black-bg .singel-services-3,
.black-bg .singel-services-3 .services-thum .icon i {
	background-color: #1a1a1a
}

.black-bg .singel-services-3 .services-cont h5,
.black-bg .singel-services-3 .services-cont p,
.black-bg .singel-services-3 .services-thum .icon i {
	color: #fff
}

.black-bg .singel-services-3:hover .services-thum .image::after,
.black-bg .singel-services-3:hover .services-thum .image::before {
	background-color: #f3c41a
}

.black-bg .singel-services-3:hover .services-thum .icon i {
	color: #f3c41a
}

.singel-services-5 {
	border: 1px solid #e8e8e8;
	padding: 30px;
	position: relative;
	background-color: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-5::before {
	content: '';
	position: absolute;
	width: 75px;
	height: 5px;
	background-color: #e8e8e9;
	top: -1px;
	left: -1px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-5 .services-icon {
	padding-top: 55px;
	padding-bottom: 45px
}

.singel-services-5 .services-icon i {
	font-size: 50px;
	line-height: 50px;
	color: #232323;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-5 .services-cont h5 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-5 .services-cont p {
	padding-bottom: 65px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-5 .services-cont a i {
	font-size: 30px;
	color: #64656a;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-services-5:hover {
	background-color: #f3c41a;
	border-color: #f3c41a
}

.singel-services-5:hover::before {
	background-color: rgba(255, 255, 255, .5)
}

.singel-services-5:hover .services-cont a i,
.singel-services-5:hover .services-cont p,
.singel-services-5:hover .services-icon i {
	color: #fff
}

.black-bg .singel-services-5 {
	background-color: #1a1a1a;
	border-color: #212121
}

.black-bg .singel-services-5::before {
	background-color: #2f2f2f
}

.black-bg .singel-services-5 .services-cont a i,
.black-bg .singel-services-5 .services-cont h5,
.black-bg .singel-services-5 .services-cont p,
.black-bg .singel-services-5 .services-icon i {
	color: #fff
}

.black-bg .singel-services-5:hover {
	background-color: #f3c41a;
	border-color: #f3c41a
}

.black-bg .singel-services-5:hover::before {
	background-color: rgba(255, 255, 255, .5)
}

.black-bg .singel-services-5:hover .services-cont h5 {
	color: #232323
}

.singel-project {
	position: relative
}

.singel-project .project-image {
	overflow: hidden
}

.singel-project .project-image img {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
    height: 490px;
}
.singel-project:hover .project-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.video-image img {
    height: 520px;
    object-fit: cover;
    width: 100%;
}
.home-project .owl-dots {
    margin-top: 50px;
}
.project-cont {
    width: 80%;
    background-color: #241e20;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 20px 0px;
    height: 85px;
}

.project-cont::after,
.project-cont::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 8px;
	background-color: #f3c41a;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.project-cont::after {
	background-color: #f3c41a;
	width: 0
}

.singel-project .project-slied li:hover .project-cont::after,
.singel-project:hover>.project-cont::after {
	width: 70px
}

.project-cont span {
    color: #f3c41a;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.4em;
    white-space: nowrap;
}

.project-cont h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px
}

.project-slied {
	padding: 5px 20px
}

.project-slied li {
	margin: 15px 0
}

.project-slied li:last-child {
	margin-bottom: 0
}

.project-slied .project-cont {
	width: 100%
}

.project-slied .project-cont.slied-tems {
	position: relative
}

.black-bg .singel-project .project-cont {
	background-color: #1a1a1a
}

.black-bg .singel-project .project-cont::before {
	background-color: #2f2f2f
}

.black-bg .singel-project .project-cont h5 {
	color: #fff
}

.black-bg .project-slied {
	background-color: #212121
}

.singel-project-left {
	position: relative
}

.singel-project-left .project-tab-thum {
	width: 110px;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: 5
}

.singel-project-left .project-tab-thum .nav-link {
	border-radius: 0;
	padding: 0;
	display: inline-block;
	padding: 5px 0
}

.singel-project-left .project-tab-thum .nav-link.active {
	background: 0
}

.singel-project-left .project-tab-cont img {
	width: 100%
}

.singel-project-left .project-cont {
	width: 55%
}

.singel-project-3 .project-cont {
	width: 100%
}

.project-5 {
	border: 1px solid #e8e8e8;
	position: relative
}

.project-5::after,
.project-5::before {
	content: '';
	position: absolute;
	width: 73px;
	height: 5px;
	background-color: #e8e8e8;
	top: 0;
	left: 0
}

.project-5::after {
	background-color: #f3c41a;
	width: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.project-5:hover::after {
	width: 73px
}

.project-5 .cont {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px
}

.project-5 .cont h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.flex-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-5 .image {
	position: relative;
	padding-right: 60px
}

.project-5 .image .overlay {
	position: relative
}

.project-5 .image .overlay::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 152, 39, .5);
	opacity: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.project-5:hover .image .overlay::before {
	opacity: 1
}

.project-5 .image img {
    width: 100%;
    height: 300px;
}

.project-5 .head {
	padding-left: 50px;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 22px;
	bottom: 32.2%;
	right: -35%;
	width: 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.project-5 .head::before {
	content: '';
	position: absolute;
	width: 220px;
	height: 5px;
	background-color: #e8e8e8;
	left: 0;
	bottom: 0
}

.project-5 .head span {
	color: #232323;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400
}

.black-bg .project-5 {
	border-color: #212121
}

.black-bg .project-5 .head::before,
.black-bg .project-5::before {
	background-color: #2f2f2f
}

.black-bg .project-5 .cont h5,
.black-bg .project-5 .head span {
	color: #fff
}

#video-part {
	position: relative
}

.singel-video {
	position: relative
}

.singel-video .video-icon {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.singel-video .video-icon a {
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
	background-color: #f3c41a;
	position: relative
}

.singel-video .video-icon a::before {
	content: '';
	position: absolute;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 1px solid #f3c41a;
	top: -4px;
	left: -4px
}

.singel-video .video-cont {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 30px;
	padding: 0 30px
}

.singel-video .video-cont h5 {
	background-color: #fff;
	display: inline-block;
	padding: 0 5px;
	font-weight: 400
}

.video-slied .owl-item {
	opacity: .3
}

.video-slied .owl-item .video-cont,
.video-slied .owl-item .video-icon {
	opacity: 0;
	visibility: hidden
}

.video-slied .owl-item.active.center {
	opacity: 1
}

.video-slied .owl-item.active.center .video-cont,
.video-slied .owl-item.active.center .video-icon {
	opacity: 1;
	visibility: visible
}

.video-slied .owl-dots {
	counter-reset: slides-num;
	position: absolute;
	bottom: 55px;
	left: 25%;
	margin: 0 30px;
	background-color: #fff
}

.video-slied .owl-dots::after {
	content: "0" counter(slides-num);
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #232323;
	padding-left: 12px;
	padding-right: 3px
}

.video-slied .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
	margin-right: 5px
}

.video-slied .owl-dot span {
	display: none
}

.video-slied .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
	margin-right: 5px
}

.video-slied .owl-dot.active:before {
	content: "0" counter(slides-num) "/";
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #f3c41a;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 3px
}

.video-slied .owl-nav {
	position: absolute;
	bottom: 0;
	right: 24.9%
}

.video-slied .owl-nav::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background-color: #64656a;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-slied .owl-nav button i {
	font-size: 30px;
	color: #64656a;
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.black-bg .video-slied .owl-nav button:hover i,
.video-slied .owl-nav button:hover i {
	color: #f3c41a
}

.black-bg .video-slied .owl-dots {
	background-color: #1a1a1a
}

.black-bg .singel-video .video-cont h5,
.black-bg .video-slied .owl-dots::after {
	background-color: #1a1a1a;
	color: #fff
}

.black-bg .video-slied .owl-nav button i {
	background-color: #1a1a1a;
	color: #fff
}

.video-5 {
	padding-left: 70px;
	padding-right: 50px;
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #fff;
	margin-top: 200px
}

.video-5 span {
	color: #f3c41a;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400
}

.video-5 h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 55px
}

.video-5 a {
	font-size: 18px;
	color: #232323;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.video-5 a span {
	font-size: 23px;
	color: #f3c41a;
	width: 54px;
	height: 54px;
	border: 1px solid #f3c41a;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	margin-right: 33px;
	position: relative
}

.video-5 a span::after,
.video-5 a span::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: -1px;
	left: -1px
}

.video-5 a span::before {
	border: 1px solid rgba(243, 196, 24, .8);
	width: 54px;
	height: 54px;
	-webkit-animation: video-2 1.5s ease-out infinite;
	animation: video 1.5s ease-out infinite
}

@-webkit-keyframes video {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
}

@keyframes video {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
}

.video-5 a span::after {
	border: 1px solid rgba(255, 152, 39, .3);
	width: 54px;
	height: 54px;
	-webkit-animation: video-2 1.5s ease-out infinite;
	animation: video-2 1.5s ease-out infinite
}

@-webkit-keyframes video-2 {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1
	}
}

@keyframes video-2 {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1
	}
}

.video-5.black-bg {
	background-color: #1a1a1a
}

.video-5.black-bg a,
.video-5.black-bg h5 {
	color: #fff
}

.testimonials-left h3 {
	font-size: 18px;
	font-weight: 400;
	color: #232323;
	padding-bottom: 40px
}

.testimonials-left .name {
	position: relative;
	padding-left: 30px
}

.testimonials-left .name::before {
	content: '';
	position: absolute;
	background-color: #f3f4f6;
	width: 70px;
	height: 60px;
	z-index: -1;
	top: 0;
	left: 0
}

.testimonials-left .name h5 {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 4px;
	padding-top: 5px
}

.testimonials-left .name span {
	color: #64656a;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif
}

.testimonials-right {
	position: relative;
	padding-bottom: 100px;
	z-index: 1
}

.testimonials-right .testimonials-image img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	float: right
}

.testimonials-right .testimonials-comma {
	width: 200px;
	height: 180px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1
}

.testimonials-right .testimonials-comma i {
	font-size: 100px;
	color: #f3c41a;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 100px;
	margin-top: 95px;
	margin-left: 20px
}

.testimonials-slied-cont .slick-arrow {
	position: absolute;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #232323;
	line-height: 40px;
	z-index: 2;
	cursor: pointer;
	bottom: 0;
	right: 0;
	background: #fff
}

.testimonials-slied-cont .slick-arrow::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 100%;
	background-color: rgba(255, 152, 39, .3);
	z-index: -1;
	top: 0;
	left: 30px
}

.testimonials-slied-cont .slick-arrow i {
	margin-left: 55px;
	position: relative;
	font-size: 21px;
	color: #f3c41a;
	line-height: 40px
}

.testimonials-slied-cont .slick-arrow i::before {
	background: #fff;
	position: relative;
	left: -7px;
	z-index: 1
}

.testimonials-slied-cont .slick-arrow i::after {
	content: '';
	position: absolute;
	border: 1px solid #f3c41a;
	width: 32px;
	height: 100%;
	top: 0;
	left: 0
}

.black-bg .testimonials-left .name h5,
.black-bg .testimonials-left h3 {
	color: #fff
}

.black-bg .testimonials-left .name::before,
.black-bg .testimonials-right .testimonials-comma {
	background-color: #212121
}

.black-bg .testimonials-left .name span {
	color: #f3c41a
}

.black-bg .testimonials-slied-cont .slick-arrow,
.black-bg .testimonials-slied-cont .slick-arrow i::before {
	background-color: #1a1a1a
}

.black-bg .testimonials-slied-cont .slick-arrow {
	color: #fff
}

.testimonials-3 .testimonials-slied-cont .slick-arrow {
	background-color: transparent
}

.testimonials-3 .testimonials-slied-cont .slick-arrow i {
	color: #fff
}

.testimonials-3 .testimonials-slied-cont .slick-arrow i::before {
	background-color: #f3c41a
}

.testimonials-3 .testimonials-slied-cont .slick-arrow i::after {
	border-color: #fff
}

.testimonials-3 .testimonials-left .name::before {
	background-color: rgba(243, 244, 246, .8)
}

.singel-blog {
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-blog:hover {
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1)
}

.singel-blog .blog-thum {
	overflow: hidden
}

.singel-blog .blog-thum img {
    width: 100%;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.singel-blog:hover .blog-thum img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.video-image.width-size img {
    height: auto;
    width: 100%;
}

.singel-blog .blog-cont {
	padding: 20px 20px 10px 0;
	position: relative;
	border: 1px solid transparent;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-blog .blog-cont::after,
.singel-blog .blog-cont::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 8px;
	background-color: #e8e8e8;
	left: -1px;
	bottom: -1px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.singel-blog .blog-cont::after {
	background-color: #f3c41a;
	width: 0
}

.singel-blog:hover>.blog-cont::after {
	width: 70px
}

.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9;
}
.whatsapp-btn img {
    height: 54px;
}

.singel-blog .blog-cont span {
	font-size: 15px;
	color: #f3c41a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-bottom: 7px
}

.singel-blog .blog-cont h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}

.singel-blog .blog-cont .post-by {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.singel-blog .blog-cont .post-by .thum {
	margin-right: 10px
}

.singel-blog .blog-cont .post-by .thum img {
	border-radius: 50%
}

.singel-blog .blog-cont .post-by ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #232323;
	margin-right: 30px
}

.singel-blog .blog-cont .post-by ul li::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 15px;
	background-color: #232323;
	top: 50%;
	right: -16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.singel-blog .blog-cont .post-by ul li:last-child {
	margin-right: 0
}

.singel-blog .blog-cont .post-by ul li:last-child::before {
	display: none
}

.singel-blog .blog-cont .post-by ul li a {
	color: #f3c41a
}

.black-bg .singel-blog .blog-cont .post-by ul li,
.black-bg .singel-blog .blog-cont h5,
.black-bg .singel-blog .blog-cont p {
	color: #fff
}

.black-bg .singel-blog {
	-webkit-box-shadow: none;
	box-shadow: none
}

.black-bg .singel-blog {
	border-color: #212121
}

.black-bg .singel-blog:hover {
	border-color: #212121
}

.black-bg .singel-blog .blog-cont::before {
	background-color: #2f2f2f
}

.singel-blog-3 {
	border: 1px solid #e8e8e8
}

.singel-blog-3:hover {
	border-color: transparent
}

.singel-brand img {
    width: 100% !important;
    opacity: 1;
    background: #ffffff;
    padding: 15px;
}

.singel-brand img:hover {
	opacity: 0.9;
}

.f-link {
	margin-top: -5px
}

.f-link ul li {
	padding-bottom: 4px
}

.f-link ul li:last-child {
	padding-bottom: 0
}

.f-link ul li a {
	font-size: 14px;
	color: #ccc;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif
}

.f-support {
	border-left: 1px solid #333;
	padding-left: 60px;
	margin-left: 40px
}

.f-support h3 {
	margin-bottom: 0 !important
}

.f-support p {
	color: #232323;
	font-weight: 700
}

.f-support p span {
	color: #f3c41a
}

.copyright p span {
	color: #f3c41a;
	font-weight: 600
}

.social ul li {
	display: inline-block;
	margin-left: 0px
}

.social ul li:first-child {
	margin-left: 0
}

.social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ccc;
	font-size: 18px;
	background-color: rgba(35, 35, 35, .1);
	border-radius: 50%;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.social ul li a:hover {
	color: #f3c41a;
	background-color: rgba(255, 152, 39, .2)
}

.back-to-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
	position: fixed;
	right: 30px;
	bottom: 115px;
	font-size: 22px;
	z-index: 99;
	color: #232323;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	border-radius: 5px;
	display: none
}

.back-to-top.black-bg {
	background-color: #212121;
	color: #fff
}

.back-to-top:hover {
	background-color: #f3c41a;
	color: #fff
}

.back-to-top i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-90deg)
}

.black-bg .copyright p,
.black-bg .social ul li a,
.dark-bg .f-about p,
.dark-bg .f-link ul li a,
.dark-bg .f-support h3,
.dark-bg .f-support p {
	color: #fff
}

.black-bg .social ul li a {
	background-color: #212121
}

.black-bg .social ul li a:hover {
	color: #f3c41a;
	background-color: rgba(255, 152, 39, .2)
}

#mini-items {
	margin-top: -254px
}

.mini-items {
	background-color: #f3f4f6;
	padding: 20px
}

.mini-items .project-cont {
	position: relative;
	width: 100%
}

.mini-items .project-cont::after {
	background-color: #f3c41a
}

.mini-items:hover .project-cont::after {
	width: 70px
}

.mini-items.black-bg {
	background-color: #1a1a1a
}

.mini-items.black-bg .project-cont {
	background-color: #212121
}

.mini-items.black-bg .project-cont h5 {
	color: #fff
}

.mini-items.black-bg .project-cont::before {
	background-color: #353535
}

.newslatter .cont {
	background-color: #232323;
	padding: 45px 50px
}

.newslatter .cont h4 {
	font-size: 25px;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	padding-bottom: 25px
}

.newslatter .cont input {
	width: 100%;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .3);
	height: 40px;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif
}

.newslatter .cont button {
	padding: 0 35px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	background-color: #f3c41a;
	border: 0;
	margin-top: 20px;
	color: #fff
}

.newslatter .cont span {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	padding-top: 25px
}

.nav-pills .show>.nav-link,
.singel-services-7 .nav-pills .nav-link {
	color: #fff;
	background-color: transparent;
	padding: 0;
	margin: 15px 0
}

.singel-services-7 .tab-content .tab-pane img {
	width: 100%
}

.singel-services-7 .more-btn-7 {
	position: absolute;
	bottom: 0;
	right: 15px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px
}

.singel-services-7 .more-btn-7.more-btn-7-right {
	right: auto;
	left: -85px;
	padding-left: 0;
	padding-right: 120px
}

.singel-services-7 .services-cont h3 {
	font-size: 33px;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	position: relative;
	padding-top: 25px;
	padding-bottom: 30px
}

.singel-services-7 .services-cont h3::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 5px;
	background-color: #f3c41a;
	left: 0;
	bottom: 0
}

.singel-services-7 .services-cont h5 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding-top: 30px;
	padding-bottom: 20px
}

.black-bg .singel-services-7 .more-btn-7 {
	background: #1a1a1a
}

.black-bg .singel-services-7 .services-cont h3 {
	color: #f3c41a
}

.black-bg .singel-services-7 .services-cont h5,
.black-bg .singel-services-7 .services-cont p {
	color: #fff
}

.project-page-image {
	position: relative
}

.project-page-image .thum img {
	width: 100%
}

#project-part.black-bg:nth-child(odd) .flex-heading {
    flex-direction: row-reverse;
}
#project-part .flex-heading .head_text {
    width: 80%;
}

.project-page-image .morebtn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px
}

.project-page-image .morebtn.more-btn-7-right {
	right: auto;
	left: -105px;
	padding-left: 0;
	padding-right: 120px
}

.project-page-cont h3 {
	font-size: 33px;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px
}

.project-page-cont h3::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 5px;
	background-color: #f3c41a;
	left: 0;
	bottom: 0
}

.project-page-cont h5 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding-top: 30px;
	padding-bottom: 20px
}

.right .project-page-cont h3::before {
	left: auto;
	right: 0
}

.black-bg .project-page-cont h3,
.black-bg .project-page-cont h5,
.black-bg .project-page-cont p {
	color: #fff
}

.black-bg .project-page-image .morebtn {
	background-color: #1a1a1a
}

.singel-project-carousel {
	position: relative;
	margin: 0 15px
}

.project-singel {
	position: relative
}

.project-singel .project-singel-cont,
.singel-project-carousel .project-carousel-cont {
	width: 300px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 25px 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.project-singel:hover .project-singel-cont {
	opacity: 1;
	visibility: visible
}

.project-singel .project-singel-cont::after,
.project-singel .project-singel-cont::before,
.singel-project-carousel .project-carousel-cont::after,
.singel-project-carousel .project-carousel-cont::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 8px;
	background-color: #e8e8e8;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.project-singel .project-singel-cont::after,
.singel-project-carousel .project-carousel-cont::after {
	background-color: #f3c41a;
	width: 0
}

.project-singel:hover .project-singel-cont::after,
.singel-project-carousel:hover .project-carousel-cont::after {
	width: 70px
}

.project-singel .project-singel-cont span,
.singel-project-carousel .project-carousel-cont span {
	color: #f3c41a;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-bottom: 5px
}

.project-singel .project-singel-cont h2,
.singel-project-carousel .project-carousel-cont h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px
}

.project-slied-carousel .owl-item.active.center .project-carousel-cont {
	opacity: 1;
	visibility: visible
}

.project-slied-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	right: 24.9%
}

.project-slied-carousel .owl-nav button i {
	font-size: 30px;
	color: #c1c1c3;
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.project-slied-carousel .owl-nav button:hover i {
	color: #f3c41a
}

.project-slied-carousel .owl-nav::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background-color: #c1c1c3;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.black-bg .project-slied-carousel .owl-nav button i {
	background-color: #1a1a1a
}

.black-bg .singel-project-carousel .project-carousel-cont {
	background-color: #1a1a1a
}

.black-bg .singel-project-carousel .project-carousel-cont h5 {
	color: #fff
}

.black-bg .singel-project-carousel .project-carousel-cont::before {
	background-color: #212121
}

.project-details-video {
	position: relative
}

.project-details-video .video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.project-details-video .video-icon i {
	font-size: 23px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: #f3c41a;
	color: #fff;
	position: relative
}

.project-details-video .video-icon i::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #f3c41a;
	left: 0;
	top: 0;
	-webkit-animation: pd-video 1s infinite;
	animation: pd-video 1s infinite
}

@-webkit-keyframes pd-video {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes pd-video {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

.project-items-details {
	margin-top: -200px
}

.project-items-details .project-items-img {
	padding-right: 40px
}

.project-items-details .project-items-img img {
	width: 100%;
	position: relative;
	z-index: 9;
}

.project-items-details .project-items-cont .head h4 {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 25px
}

.project-items-details .project-items-cont .rating {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.project-items-details .project-items-cont .rating ul li {
	float: left;
	overflow: hidden
}

.project-items-details .project-items-cont .rating ul li a {
	font-size: 15px;
	color: #f3c41a
}

.project-items-details .project-items-cont .rating span {
	padding-left: 15px
}

.project-items-details .project-items-cont .items-cont {
	padding-top: 15px
}

.project-items-details .project-items-cont .items-cont ul li {
	font-size: 16px;
	line-height: 35px;
	color: #232323
}

.project-items-details .project-items-cont .items-cont ul li span {
	color: #f3c41a
}

.project-items-details .project-items-cont .project-social {
	padding-top: 30px
}

.project-items-details .project-items-cont .project-social ul li {
	display: inline-block
}

.project-items-details .project-items-cont .project-social ul li.title {
	font-size: 16px;
	color: #f3c41a
}

.project-items-details .project-items-cont .project-social ul li a {
	font-size: 16px;
	margin-left: 20px
}

.project-items-details .project-items-cont .project-social ul li:nth-of-type(2) a {
	color: #45619d
}

.project-items-details .project-items-cont .project-social ul li:nth-of-type(3) a {
	color: #1da1f2
}

.project-items-details .project-items-cont .project-social ul li:nth-of-type(4) a {
	color: #a32e73
}

.project-items-details .project-items-cont .project-social ul li:nth-of-type(5) a {
	color: #d50c22
}

.project-items-details .project-items-cont .project-social ul li:nth-of-type(6) a {
	color: #ffa800
}

.project-desciption h4 {
	padding-bottom: 20px
}

.project-desciption .blockquote {
	background-color: #f3c41a;
	padding: 35px 50px;
	border-radius: 5px;
	margin-bottom: 45px;
	margin-top: 45px
}

.project-desciption .blockquote p {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 45px
}

.project-desciption ul li {
	color: #64656a;
	padding-bottom: 15px
}

.project-share {
	border-top: 1px solid #e8e8e8
}

.project-share ul li.title {
	font-size: 16px;
	color: #f3c41a
}

.project-share ul li {
	display: inline-block
}

.project-share ul li a {
	margin-left: 15px
}

.project-share ul li:nth-of-type(2) a {
	color: #45619d
}

.project-share ul li:nth-of-type(3) a {
	color: #cf4539
}

.project-share ul li:nth-of-type(4) a {
	color: #42c0fb
}

.project-share ul li:nth-of-type(5) a {
	color: #009ee5
}

.project-share ul li:nth-of-type(6) a {
	color: #ec9f21
}

.comment-area {
	padding: 80px 100px;
	background-color: #f3f4f6;
	border: 1px solid #e8e8e8
}

.comment-area .title h3 {
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.comment-area>ul>li {
	margin-bottom: 30px
}

.comment-area>ul>li .project-comment {
	position: relative;
	margin-left: 40px
}

.comment-area>ul>li .project-comment .thum {
	position: absolute;
	top: 50%;
	left: -40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.comment-area>ul>li .project-comment .thum img {
	border-radius: 50%
}

.comment-area>ul>li .project-comment .cont {
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 25px 60px;
	border-radius: 5px
}

.comment-area>ul>li .project-comment .cont h6 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 10px
}

.comment-area>ul>li .project-comment .cont p {
	padding-bottom: 15px
}

.comment-area>ul>li .project-comment .cont>ul li {
	display: inline-block;
	margin-right: 20px
}

.comment-area>ul>li .project-comment .cont>ul li:last-child {
	margin-right: 0
}

.comment-area>ul>li .project-comment .cont>ul li a {
	font-size: 14px;
	color: #64656a;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.comment-area>ul>li .project-comment .cont>ul li:hover a {
	color: #f3c41a
}

.comment-area>ul>li .project-comment .cont>ul li a i {
	margin-right: 5px
}

.comment-area>ul>li .reply {
	margin-left: 100px;
	margin-top: 30px
}

.comment-form .singel-comment-form span {
	display: block;
	padding-bottom: 10px;
	color: #64656a;
	font-size: 15px
}

.comment-form .singel-comment-form input,
.comment-form .singel-comment-form textarea {
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 35px;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px
}

.comment-form .singel-comment-form textarea {
	height: 200px
}

.comment-form .singel-comment-form button {
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #f3c41a;
	border: 1px solid #f3c41a;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.comment-form .singel-comment-form button:hover {
	background-color: transparent;
	border-color: #f3c41a;
	color: #f3c41a
}

.project-details-2 img {
	width: 100%
}

.project-details-2 .project-5 .head {
	padding-left: 50px;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 22px;
	bottom: 33.2%;
	right: -41%;
	width: 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.blog-page-4.singel-blog:hover .blog-thum img {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.blog-page-4.singel-blog:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.saidbar .categories,
.saidbar .recent-comment {
	border-radius: 5px;
	overflow: hidden
}

.saidbar .categories h5,
.saidbar .recent-comment h5 {
	font-size: 18px;
	background-color: #f3f4f6;
	text-align: center;
	padding: 10px 0
}

.saidbar .categories h5 {
	background-color: #f3c41a;
	color: #fff
}

.saidbar .categories ul,
.saidbar .recent-comment ul {
	border: 1px solid #e8e8e8;
	border-top: 0
}

.saidbar .categories ul li {
	line-height: 55px;
	padding: 0 20px
}

.saidbar .categories ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #64656a;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.saidbar .categories ul li a:hover {
	color: #f3c41a
}

.saidbar .recent-comment ul {
	padding-bottom: 45px;
	padding-left: 20px
}

.saidbar .recent-comment ul li {
	padding-top: 20px
}

.saidbar .recent-comment .singel-comment {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.saidbar .recent-comment .singel-comment .comment-cont {
	margin-left: 15px
}

.saidbar .recent-comment .singel-comment .comment-cont h6 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.saidbar .recent-comment .singel-comment .comment-cont p {
	font-size: 15px
}

.saidbar .recent-comment .singel-comment .comment-cont a {
	font-size: 15px;
	color: #64656a;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.saidbar .recent-comment .singel-comment .comment-cont a i {
	margin-right: 7px
}

.saidbar .recent-comment .singel-comment:hover .comment-cont a,
.saidbar .recent-comment .singel-comment:hover .comment-cont h6 {
	color: #f3c41a
}

.blog-details img {
	width: 100%
}

.blog-details .blog-details-head h3 {
	font-size: 25px;
	padding-top: 25px
}

.blog-details p {
	padding-top: 20px
}

.blog-details .blockquote {
	background-color: #f3c41a;
	padding: 35px 50px;
	border-radius: 5px;
	margin-bottom: 45px;
	margin-top: 45px
}

.blog-details .blockquote p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 45px;
	font-style: italic;
	padding-top: 0
}

.blog-details ul li {
	color: #64656a;
	padding-bottom: 15px;
	font-size: 16px
}

#contact-map {
	width: 100%;
	height: 560px
}

.contact-form>h6,
.contact-info>h6 {
	color: #2c2d3e;
	position: relative;
	display: inline-block
}

.contact-form>h6::before,
.contact-info>h6::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #626262
}

.contact-form .singel-form {
	margin-top: 22px
}

.contact-form .singel-form label {
	color: #64656a;
	font-size: 15px
}

.contact-form .singel-form input,
.contact-form .singel-form textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 14px;
	color: #2c2d3e
}

.contact-form .singel-form textarea {
	height: 200px;
	resize: none;
	padding-top: 15px
}

.list-unstyled li {
	font-size: 13px;
	margin-left: 2px;
	margin-top: 5px;
	color: red
}

.form-group {
	margin-bottom: 0
}

.contact-form .singel-form button {
	padding: 0 30px;
	line-height: 45px;
	background-color: #f3c41a;
	color: #fff;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	border: 1px solid #f3c41a
}

.contact-form .singel-form button:hover {
	background-color: transparent;
	color: #f3c41a
}

.contact-info>p {
	padding-top: 20px;
	padding-bottom: 20px
}

.contact-info ul li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.contact-info ul li:last-child {
	margin-bottom: 0
}

.contact-info ul li .icon i {
	width: 35px;
	height: 35px;
	line-height: 34px;
	border-radius: 50px;
	border: 1px solid #e9e9e9;
	text-align: center;
	color: #64656a;
	font-size: 16px
}

.contact-info ul li .cont p {
	font-weight: 300
}

.navbar-brand img {
    height: 74px;
    margin-top: -25px;
}

.navigation.sticky .navbar-brand img {
    height: 74px;
    margin-top: -15px;
}

.sub-menu-bar {
    position: absolute;
    right: -20px;
    top: -5px;
}
.navigation.sticky .sub-menu-bar {
    top: 0px;
}
.navigation.sticky .cart-menu {
    padding: 6px 0;
}
iframe.mfp-iframe img {
    width: 100%;
    max-width: 100%;
}
.Homeslider-video {
	position: absolute
}

.canvas-logo img {
	height: 60px;
	margin-top: -25px
}

.contact-form .form-group {
	display: flex;
	margin: 0
}

.contact-form label {
	width: 100%;
	color: #64656a
}

.contact-form .form-control {
	margin: 0 0 10px -115px
}

.contact-form button,
input,
select,
textarea {
	text-align: unset !important
}

.frm-btm {
	text-align: right
}

.frm-btm button {
	color: #fff;
	background: #f3c41a;
	border: 2px solid #f3c41a;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 15px;
	margin-left: 85px;
	cursor: pointer
}

.frm-btm button:hover {
	background: #fff;
	border: 2px solid #f3c41a;
	color: #f3c41a
}

.contact_main_form {
	margin: 0;
	width: 100%;
	display: inline-grid
}

.contact_main_form .singel-form textarea {
	width: 100%;
	height: 200px;
	resize: none;
	padding-top: 15px;
	border: 1px solid #e8e8e8
}

.contact-form .singel-form textarea,
.contact_main_form .singel-form input {
	width: 100%;
	height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 14px;
	color: #2c2d3e
}

.contact-form .singel-form textarea,
.contact_main_form .singel-form input {
	width: 100%;
	height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 15px;
	font-size: 14px;
	color: #2c2d3e
}

.contact_main_form .singel-form {
	margin-top: 22px
}

.contact_main_form .singel-form button {
	padding: 0 30px;
	line-height: 45px;
	background-color: #ff9827;
	color: #fff;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	border: 1px solid #ff9827
}

.contact_main_form .singel-form button:hover {
	background-color: transparent;
	color: #ff9827
}

.canvas-contact h4 {
	font-weight: 400;
	color: #64656a
}

#brand-part {
	background: #e9b320
}

#footer-part {
	background: #231f20
}

.copyright-cont {
	background: #000
}

.copyright-cont p {
    color: #ccc;
    font-size: 14px;
}

element.style {
    height: 40px;
}

.social {
	margin-top: 10px;
	margin-left: -10px
}

.copyright img {
    height: 50px;
    float: left;
    margin-right: 10px;
}

.footer-cont p {
	color: #ccc
}

.f-borderbottom1 {
	border-bottom: 1px solid #333
}

.f-listBorder1 {
	border-left: 1px solid #333;
	padding-left: 70px;
	margin-left: -30px
}

.footer-cont h3 {
	font-size: 20px !important;
	font-weight: 400;
	padding-bottom: 10px;
	color: #ccc;
	margin-bottom: 30px
}

.f-about {
    border-right: 1px solid #333;
    margin-right: 45px;
    padding-right: 80px;
}

.align-items-end .margin-left {
	margin-left: 145px
}

.top-nav a {
	color: #FFF;
	font-weight: bold
}

.top-nav {
	height: 33px;
	background: #231f20;
	color: #FFF
}

.top-nav .info-list {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: -60px;
	margin-top: 5px
}

.info-list li {
	display: inline-block !important;
	margin-right: 25px;
	font-size: 12px;
	letter-spacing: 1px
}

.social-list li {
	display: inline-block !important
}

.social-list {
	text-align: right;
	margin-right: -120px;
	margin-top: 5px
}

.social-list li i {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 14px;
	margin: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0 9px
}

.footer-contact .fa {
	color: #fff !important
}

.footer-contact li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 5px
}

.footer-contact .icon {
	padding-right: 15px
}

@media only screen and (max-width:480px) {
	.social-list {
		display: none
	}

	.align-items-end .margin-left {
		margin-left: 0
	}

	.footer-cont {
		display: none
	}

	.sub-menu-bar {
		position: absolute;
		right: 0
	}

	.navbar .navbar-collapse {
		width: 100%;
		background-color: #fff;
		padding: 0 25px;
		top: 40px;
	}
    .sticky .navbar-toggler {
        margin-top: 0;
    }
    .navbar-toggler {
        position: relative;
        right: 0;
        z-index: 9999;
        margin-top: -24px;
    }
}
@media only screen and (max-width:991px) {
    .project-items-details .project-items-img {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .navbar {
        margin-right: 0;
    }
    .project-page-cont {
        margin-bottom: 20px;
    }
    .project-slied-carousel {
        margin-top: 20px;
    }
    .flex-heading {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    #project-part.black-bg:nth-child(odd) .flex-heading {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }
    #project-part .flex-heading .head_text {
        width: 100%;
    }
    .sub-menu-bar {
        position: relative;
        right: 0;
        top: 0;
    }
.govt-approvals {
    margin-top: 20px;
}
.govt-approvals ul {
    margin-left: 0;
}
.f-listBorder1 {
    padding-left: 0;
    margin-left: 0;
}
.copyright-cont p {
    text-align: center;
}

}

@media only screen and (max-width:768px) {
	.navbar .navbar-collapse {
		width: 100%;
		background-color: #fff;
		padding: 0 25px;
		top: 65px !important;
	}
	.banner-part {
	    margin-top:65px;
	}
	.banner-part img {
        width: 100%;
        height: auto;
        object-fit:cover;
    }
    .contact_main_form .singel-form button {
        margin-bottom: 20px;
    }
    .singel-project.mt-30 {
        margin-top: 20px;
    }
    

    
    
    
}

.govt-approvals ul {
	margin-left: -15px
}

.govt-approvals ul li {
    float: left;
    width: 44.5%;
    height: 150px;
    line-height: 105px;
    margin: 10px;
    background: #e5e5e5;
    padding: 10px;
    text-align: center;
    border: 10px solid #fff;
}
.govt-approvals ul li img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
#approval-part {
    background: #231f20;
    margin-top: 0px;
    padding-top: 80px;
}

#about-part {
	background: #000
}

#services-part-3 {
	background: #231f20
}

#project-part {
    background: #231f20;
    padding-bottom: 80px;
    padding-top: 80px;
}

.inner-banner {
	background-size: cover !important;
	padding: 250px 0 160px 0
}

.banner-inner-padding h1 {
	color: #ccc;
	font-size: 70px;
	padding-bottom: 5px;
	text-align: center;
	text-shadow: 5px 5px 0 #000
}

.border-cust {
	border: 1px solid #3c3738
}

.gray-bg {
	color: #FFF
}

.project-items-cont {
	color: #FFF
}

.project-items-details .project-items-cont .items-cont ul li {
	color: #FFF !important
}

.home-project .owl-dot span {
	height: 10px;
	width: 15px
}

.owl-dots {
	text-align: center
}

.home-project button.owl-dot {
	background: #737070;
	border-radius: 50%;
	margin-left: 10px;
	height: 15px
}

.home-project button.active {
	background: #FFF !important
}

.service_botn a {
	width: 100%
}

.service_botn button {
    width: 100%;
    border: 1px solid #e4af21;
    background: #241e20;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #e4af21;
    margin-top: 15px;
    text-transform: uppercase;
}

.yellow-bg .serv_btm {
	border: 1px solid #5a5254;
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 0;
	border-radius: 0;
	color: #231f20;
	font-size: 15px
}

.black-bg .serv_btm {
	border: 1px solid #e9b320;
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 0;
	border-radius: 0;
	color: #e9b320
}

	.devlop_logo img {
        height: 36px;
        padding-left: 5px;
	}
	
	
    .devlop_logo .right p {
        font-size: 14px;
    }  

@media only screen and (max-width:480px) {
	.navbar .navbar-nav .nav-item a {
		font-size: 18px;
		padding: 8px 0
	}

	.section-title h3 {
		font-size: 25px !important
	}

	.govt-approvals ul li {
		width: 43%;
		margin: 10px 0 10px 20px
	}

	.mt-50 {
		margin-top: 20px
	}

	p {
		font-size: 15px
	}

	.about-left h4 {
		font-size: 15px
	}

	.counter-part .singel-counter span b {
		font-size: 25px
	}

	.pb-80 {
		padding-bottom: 20px
	}

	.owl-dots {
		text-align: center;
		display: none
	}

	#brand-part .align-items-end {
		margin-bottom: 0
	}

	.pb-90 {
		padding-bottom: 30px
	}

	.devlop_logo img {
		width: 35%;
		margin-bottom: 20px
	}
	
	.devlop_logo a {
		width: 100%;
		padding: 5px
	}

	.copyright-cont p {
		color: #ccc;
		text-align: center
	}

	.inner-banner {
		background-size: cover !important;
		padding: 130px 0 45px 0
	}

	.banner-inner-padding h1 {
		font-size: 35px
	}

	.pt-50 {
		padding-top: 25px
	}

	.singel-services-7 .services-cont h3 {
		font-size: 25px !important
	}

	.singel-services-7 .services-cont h5 {
		padding-bottom: 0 !important
	}

	#project-part {
		padding-bottom: 25px
	}

	.yellow-bg .serv_btm {
		margin-bottom: 20px
	}

	.project-page-cont h3 {
		font-size: 25px;
		padding-top: 0
	}

	.project-page-cont h5 {
		padding-bottom: 0
	}

	.black-bg .serv_btm {
		margin-bottom: 20px
	}

	.top-nav .info-list {
		margin-top: 2px;
		margin-left: 0;
		text-align: center
	}

	.info-list li {
		margin-right: 12px;
		font-size: 10px;
		letter-spacing: 0
	}
}

@media only screen and (max-width:768px) {
	.social-list {
		text-align: center
	}

	.top-nav .info-list {
		text-align: center
	}

	#project-part {
		background: #231f20;
		padding-bottom: 30px
	}

	.owl-dots {
		text-align: center;
		padding-top: 40px
	}

	.f-listBorder1 {
		border-left: 0 solid #333;
		padding-left: 0;
		margin-left: 0
	}

	.sub-menu-bar {
		position: absolute;
		right: 0
	}
	#approval-part {
        padding-top: 60px;
    }

.pb-80 {
    padding-bottom: 40px;
}
.pt-80 {
    padding-top: 40px;
}
.navbar-brand img {
    height: 60px;
}
.navigation.sticky .navbar-brand img {
    height: 60px;
}
#project-part {
    padding-top: 40px;
}





}












