* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
p {
	text-align: justify
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
a {
	transition: all .3s ease-in;
}
a:hover {
	text-decoration: none !important;
	transition: all .3s ease-in;
}
.headding11 {
	font-size: 35px;
	margin-bottom: 35px;
}
.slider-pic {
	overflow: hidden;
}
.slider-pic > img {
	transition: all .5s ease-in;
	width: 100%;
	height: 100vh;
	webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 0s ease-in infinite;
	animation: zoomin 40s ease-in infinite;
}
 @-webkit-keyframes zoomin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
 @keyframes zoomin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
.img-fluid {
	width: 100%
}
.slider-sec {
	position: relative;
}
.slider-sec header {
	position: absolute;
	top: 0;
	z-index: 9999999;
	width: 100%;
	background: #ffffffc2;
}
.menu-main {
	margin: 0 0 0;
}
header .shrink {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	transition: background 500ms ease, -webkit-transform 500ms ease;
	-o-transition: transform 500ms ease, background 500ms ease;
	transition: transform 500ms ease, background 500ms ease;
	transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	z-index: 999;
	background: #fff;
}
.project-detial-page header {
	background: #292929
}
header .logo img {
	transition: all .3s ease-in;
	border-radius: 0px 0px 10px 10px
}
header .shrink .logo img {
	transition: all .3s ease-in;
	width: 170px;
	border-radius: 0px;
	padding-top: 10px;
}
.shrink .stellarnav > ul > li > a {
    padding: 26px 29px;
}
 
.slider-sec .owl-theme .owl-controls {
	margin-top: 10px;
	margin-left: 30px;
	position: absolute;
	bottom: 70px;
	right: 85px;
}
.slider-sec .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	background: none;
	display: inline-block;
	margin: 0 5px;
}
.slider-sec .owl-prev:before, .slider-sec .owl-next:before {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #fff;
	width: 40px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	display: block;
	border-radius: 5px;
	border: solid 1px #fff;
	transition: all .3s ease-in;
}
.slider-sec .owl-prev:hover:before {
	background: #fff;
	color: #333;
	transition: all .3s ease-in;
}
.slider-sec .owl-next:hover:before {
	background: #fff;
	color: #333;
	transition: all .3s ease-in;
}
.slider-sec .owl-next:before {
	content: "\f054";
}
.middle-sec {
	padding: 70px 0;
	overflow: hidden;
}
.about-us-colum {
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 229px;
	background-size: cover;
	min-height: 400px;
}
.about-slider {
	max-width: 100%;
	float: right;
	width: 100%;
	padding-top: 86px;
	padding-right: 4px;
	padding-bottom: 72px;
	margin-right: -192px;
}
.about-us-data h1 {
	font-size: 20px;
	margin-bottom: 30px;
	color: #BA1414;
}
.about-us-data p{
	font-size: 17px;
}
.about-us-data h1 span{
	font-size: 42px;
	color: #1e1c1d;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}
/* about slider start*/

.about-slider .owl-theme .owl-controls {
	margin-top: 10px;
	/* margin-left: 30px; */
	position: absolute;
	bottom: -130px;
	left: -300px;
}
.about-slider .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	background: none;
	display: inline-block;
	margin: 0 15px;
}
.about-slider .owl-prev:before, .about-slider .owl-next:before {
	content: "\f177";
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #b72221;
	text-align: center;
	display: block;
	transition: all .3s ease-in;
}
.about-slider .owl-next:before {
	content: "\f178";
}
/*.about-us-colum:after {
	position: absolute;
	content: '';
	right: 20px;
	top: 80px;
	width: 80%;
	height: 94%;
	background-image: url(../images/bg-dot.jpg);
	background-repeat: repeat;
	z-index: -1;
}*/
.about-slider .owl-prev:hover:before {
	color: #054f8a;
	transition: all .3s ease-in;
}
.about-slider .owl-next:hover:before {
	color: #054f8a;
	transition: all .3s ease-in;
}
/* about slider end*/


/* 1.1 theme default button */
 

.site-button {
	background-color: #50aab2;
	color: #fff;
	outline: none;
}
.site-button:active, .site-button:hover, .site-button:focus, .site-button:visited, .active > .site-button {
	background-color: #333333;
	color: #fff;
}
.site-button:hover {
	background-color: #000;
	color: #fff;
}
.site-button-secondry {
	background-color: #1f3334;
	color: #fff;
	outline: none;
}
.site-button-secondry:active, .site-button-secondry:hover, .site-button-secondry:focus, .active > .site-button-secondry {
	background-color: #1f3334;
	color: #fff;
}
/*====site-buttom====*/
.site-button {
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	/*  overflow: hidden;*/
	cursor: pointer;
	display: inline-block;
	background-color: #e9b427;
	border: none;
	font-size: 13px;
}
.site-button:before, .site-button:after {
	border-color: transparent;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	border-style: solid;
	border-width: 0;
	content: "";
	height: 24px;
	position: absolute;
	width: 24px;
}
.site-button:before {
	border-color: #ba1414;
	border-top-width: 2px;
	left: 0px;
	top: -5px;
}
.site-button:after {
	border-bottom-width: 2px;
	border-color: #ba1414;
	bottom: -5px;
	right: 0px;
}
.site-button:hover, .site-button.hover {
	background-color: #b72221;
}
.site-button:hover:before, .site-button.hover:before, .site-button:hover:after, .site-button.hover:after {
	height: 100%;
	width: 100%;
	border-color: #b72221;
}
/*====site-buttom secondry====*/

/* Style 6 */

.headding22 {
	font-size: 35px;
	text-align: left;
}
.our-specialization {
	width: 100%;
	margin: 120px 0 0;
}
.gallery-box {
	margin-bottom: 30px;
}
.gallery-box.style-6 {
	overflow: hidden;
	position: relative;
}
.gallery-box.style-6 .hover-effect {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.gallery-box.style-6:hover .hover-effect {
	background: rgba(0, 0, 0, 0.9);
	top: 0;
}
.gallery-box.style-6 .hover-effect .text-wrap {
	position: absolute;
	left: 32px;
	top: 30px;
	width: 100%;
	padding-right: 65px;
}
.gallery-box.style-6 .title {
	position: absolute;
	left: 32px;
	bottom: 25px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.gallery-box.style-6:hover .title {
	transform: translateY(10px);
	opacity: 0;
}
.gallery-box.style-6 .title, .gallery-box.style-6 .hover-effect .text-wrap .categorie {
	font-size: 24px;
	color: #fff;
	letter-spacing: -0.3px;
	z-index: 2;
}
.gallery-box.style-6 .hover-effect .text-wrap .categorie {
	margin-bottom: 10px;
	text-align: center;
}
.gallery-box.style-6 .hover-effect .text-wrap .desc {
	font-size: 14px;
	line-height: 24px;
	color: #cacaca;
	letter-spacing: 0.2px;
}
.gallery-box.style-6 .hover-effect .text-wrap .desc p{
	text-align: center;
}
.gallery-box.style-6 .hover-effect .text-wrap .desc ul {
	padding-left: 20px;
}
.gallery-box.style-6 .hover-effect .text-wrap .categorie, .gallery-box.style-6 .hover-effect .text-wrap .desc {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.gallery-box.style-6:hover .hover-effect .text-wrap .categorie, .gallery-box.style-6:hover .hover-effect .text-wrap .desc {
	opacity: 1;
	visibility: visible;
}
.viewmore a {
	color: #efb236;
	font-weight: bold
}
.viewmore a:hover {
	color: #fff
}
.gallery-box img {
	display: block;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width: 100%;
}
.gallery-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/* Style 7 */
   
 /* latest projects start */

 
 
/**** LINKS ****/

.cbr-links .simple-link a {
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.cbr-links .simple-link a:before {
	content: "";
	width: 30%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -7px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.bxslider .cbr-links .simple-link a:before {
	bottom: -10px;
}
/* Style 2 */

.cbr-links.style-2 .simple-link a {
	color: #fff;
}
.cbr-links.style-2 .simple-link a:before {
	background-color: #fff;
}
.cbr-links.style-2 .simple-link:hover a:before {
	width: 100%;
	background-color: #efb236;
}
.cbr-links.style-2 .simple-link:hover a {
	color: #efb236;
}
.lates-project {
	text-align: center;
	margin: 90px 0 0
}
.gallery-box.style-7:hover img {
	transform: none;
}
.project-col {
	display: inline-block;
	width: 25%;
	margin: 0 -2.3px;
}
.headding22 {
	margin-bottom: 50px;
}
.gallery-box.style-7 {
	overflow: hidden;
	position: relative;
	text-align: left;
}
.gallery-box.style-7 .hover-effect {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.gallery-box.style-7:hover .hover-effect {
	opacity: 0;
}
.gallery-box.style-7 .text-wrap {
	position: absolute;
	left: 35px;
	bottom: 25px;
	width: 100%;
	padding-right: 65px;
}
.gallery-box.style-7 .text-wrap .categorie, .gallery-box.style-7 .text-wrap .title {
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.gallery-box.style-7 .text-wrap .categorie {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.gallery-box.style-7 .text-wrap .title a {
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: -0.3px;
	color: #fff;
}
.gallery-box.style-7 .text-wrap .cbr-links {
	opacity: 0;
	transform: translateX(10px);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.gallery-box.style-7:hover .text-wrap .categorie, .gallery-box.style-7:hover .text-wrap .title {
	transform: translateY(-50px);
}
.gallery-box.style-7:hover .text-wrap .cbr-links {
	opacity: 1;
	transform: translateX(0);
}
/*team start*/

/**** TEAM ****/

.cbr-team .thumb {
	position: relative;
	overflow: hidden;
}
.cbr-team .thumb img {
	width: 100%;
}
.cbr-team .thumb:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbr-team .team-item:hover .thumb:after {
	opacity: 0.8;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cbr-team .team-item:hover .text-wrap, .cbr-team .team-item:hover .socials li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cbr-team .position {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.cbr-team .name {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 3px;
	letter-spacing: -0.2px;
}
.cbr-team .socials {
	list-style: none;
	margin: 0;
}
.cbr-team .socials li a {
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.cbr-team .socials li {
	display: inline-block;
	padding: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: opacity 0.25s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
.cbr-team .team-item:hover .socials li:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.cbr-team .team-item:hover .socials li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.cbr-team .team-item:hover .socials li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/* Style 1 */

.cbr-team.style-1 .information {
	padding: 34px 0 0;
}
.cbr-team.style-1 .text-wrap, .cbr-team.style-1 .socials li {
	opacity: 0;
	visibility: hidden;
}
.cbr-team.style-1 .socials li {
	margin: 0 13px;
}
.cbr-team.style-1 .socials li:first-child {
	margin-left: 0;
}
.cbr-team.style-1 .text-wrap {
	max-width: 280px;
	text-align: left;
	z-index: 2;
	position: absolute;
	left: 40px;
	top: 42px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: normal;
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
	-webkit-transition: opacity 0.25s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
.cbr-team.style-1 .socials {
	text-align: left;
	z-index: 2;
	position: absolute;
	left: 40px;
	bottom: 40px;
	margin-top: -17px;
}
.cbr-team.style-1 .socials li a {
	font-size: 20px;
}
.cbr-team.style-1 .socials li a.active, .cbr-team.style-1 .socials li a:hover {
	color: #efb236;
}
/* Style 2 */

.cbr-team.style-2 .socials {
	text-align: left;
	z-index: 2;
	position: absolute;
	left: 40px;
	bottom: 30px;
	margin-top: -17px;
}
.cbr-team.style-2 .socials li {
	opacity: 0;
	visibility: hidden;
	margin: 0 8px;
}
.cbr-team.style-2 .socials li:first-child {
	margin-left: 0;
}
.cbr-team.style-2 .information {
	position: absolute;
	left: 40px;
	bottom: 37px;
	z-index: 2;
}
.cbr-team.style-2 .information .name {
	color: #fff;
	margin-bottom: 6px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.cbr-team.style-2 .information .name, .cbr-team.style-2 .information .position {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.cbr-team.style-2 .socials li a.active, .cbr-team.style-2 .socials li a:hover {
	color: #efb236;
}
.cbr-team.style-2 .team-item:hover .information .name {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.cbr-team.style-2 .team-item:hover .information .position {
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
/* Style 3 */

.cbr-team.style-3 .thumb:after {
	display: none;
}
.cbr-team.style-3 .socials li {
	margin: 0 10px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cbr-team.style-3 .socials li a {
	color: #000;
	font-size: 16px;
}
.cbr-team.style-3 .information {
	margin-top: 20px;
}
.cbr-team.style-3 .information .name {
	font-size: 18px;
}
.cbr-team.style-3 .information .position {
	margin-bottom: 23px;
}
.cbr-team.style-3 .socials li a:hover {
	color: #efb236;
}
.cbr-team.style-3 .team-item:hover .socials li {
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}
.cbr-team.style-3 .team-item:hover .socials li:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.2s;
}
.cbr-team.style-3 .team-item:hover .socials li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.15s;
}
.cbr-team.style-3 .team-item:hover .socials li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.cbr-team.style-3 .team-item:hover .socials li:first-child {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
/* Style 4*/

.cbr-team.style-4 .socials {
	text-align: left;
	z-index: 2;
	position: absolute;
	left: 28px;
	bottom: 33px;
	margin-top: -17px;
}
.cbr-team.style-4 .information {
	position: absolute;
	z-index: 2;
	left: 28px;
	bottom: 41px;
}
.cbr-team.style-4 .text-wrap {
	z-index: 3;
}
.cbr-team.style-4 .information .name, .cbr-team.style-4 .information .position, .cbr-team.style-4 .socials li {
	opacity: 0;
	visibility: hidden;
}
.cbr-team.style-4 .socials li {
	margin: 0 9px;
}
.cbr-team.style-4 .socials li:first-child {
	margin-left: 0;
}
.cbr-team.style-4 .information .name {
	color: #fff;
	margin-bottom: 9px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.cbr-team.style-4 .information .name, .cbr-team.style-4 .information .position {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.cbr-team.style-4 .socials li a.active, .cbr-team.style-4 .socials li a:hover {
	color: #efb236;
}
.cbr-team.style-4 .team-item:hover .information .name, .cbr-team.style-4 .team-item:hover .information .position {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.team-sec {
	margin: 50px 0 0;
	max-width: 100%;
	padding-top: 0; display: block !important;
}
.team-sec .team-item {
	margin: 5px;
}
.team-sec .owl-theme .owl-controls {
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	left: 0;
}
/*team end*/
/*step section start*/
.main-timeline {
	margin: 70px 0 0;
}
 
.main-timeline .timeline {
	padding: 0;
	text-align: center;
	overflow: hidden;
	max-width: 140px;
}
.main-timeline .timeline-icon {
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 65px;
	color: #727cb6;
	border-bottom: 3px solid #ccc;
	position: relative;
}
.main-timeline .timeline-icon:before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #cacde2;
	margin: 0 auto;
	position: absolute;
	bottom: -9.5px;
	left: 0;
	right: 0;
}
.main-timeline .year {
	display: block;
	width: 94%;
	height: 80px;
	line-height: 80px;
	background: #b8bbd4;
	font-size: 19px;
	margin: 0 5px 0 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
/*.main-timeline .year:before{
    content: "";
    display: block;
    width: 70px;
    height: 80%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -37px;
}*/
.main-timeline .timeline-content {
	padding: 0 10px;
}
.main-timeline .post {
	font-size: 15px;
	color: #787ea2;
	margin: 0 0 20px 0;
}
.main-timeline .description {
	font-size: 14px;
	color: #555;
	text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon, .main-timeline .timeline:nth-child(2n) .post {
	color: #787ea2;
}
.main-timeline .timeline:nth-child(2n) .year, .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
	background: #b8bbd4;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon, .main-timeline .timeline:nth-child(3n) .post {
	color: #787ea2;
}
.main-timeline .timeline:nth-child(3n) .year, .main-timeline .timeline:nth-child(3n) .timeline-icon:before {
	background: #aaaeca;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon, .main-timeline .timeline:nth-child(4n) .post {
	color: #787ea2;
}
.main-timeline .timeline:nth-child(4n) .year, .main-timeline .timeline:nth-child(4n) .timeline-icon:before {
	background: #9b9fbb;
}
.main-timeline .timeline:nth-child(5n) .timeline-icon, .main-timeline .timeline:nth-child(5n) .post {
	color: #787ea2;
}
.main-timeline .timeline:nth-child(5n) .year, .main-timeline .timeline:nth-child(5n) .timeline-icon:before {
	background: #888daf;
}
.main-timeline .timeline:nth-child(6n) .timeline-icon, .main-timeline .timeline:nth-child(6n) .post {
	color: #787ea2;
}
.main-timeline .timeline:nth-child(6n) .year, .main-timeline .timeline:nth-child(6n) .timeline-icon:before {
	background: #787ea2;
}
.main-timeline .timeline:nth-child(7n) .year, .main-timeline .timeline:nth-child(7n) .timeline-icon:before {
	background: #62688e;
}
.main-timeline .timeline:nth-child(8n) .year, .main-timeline .timeline:nth-child(8n) .timeline-icon:before {
	background: #4a4f77;
}
/*step section end*/

.testimonial-sec {
	background: url(../images/ptn-1.png) repeat center top;
	padding: 70px 0;
}
.testimonial-col {
	margin: 70px 0 0;
}
.testimonial-col p {
	font-weight: 400;
	color: #576566
}
.testimonial-col span {
	color: #576566
}
.testimonial-col {
	position: relative
}
.testimonial-col .fa-quote-left {
	position: absolute;
}
.testimonial-col .fa-quote-left {
	position: absolute;
	font-size: 75px;
	opacity: 0.2;
	color: #e8b40b!important;
}
.testimonial-sec .owl-theme .owl-controls {
	position: absolute;
	bottom: -35px;
	right: 0px;
	float: right;
	left: auto;
}
.counter-bg {
	background-image: url(../images/counter-bg-new.jpg);
	height: 400px;
	position: relative;
	background-size: cover;
}
.testimonial-col h6 {
	font-size: 18px;
}
.counter-bg .counter {
	width: 220px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 25px 0;
	color: #090909;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
.counter-bg .counter span {
	font-size: 40px;
}
.counter-bg .counter2 {
	bottom: 10px;
	left: 10px;
	top: auto
}
.footer {
	background: #b1aeae;
	padding: 50px 0 19px;
	overflow: hidden;
}
.footer p {
	color: #222;
}
.footer .quick-links {
	padding-left: 80px;
}
.footer .quick-links ul {
	float: left;
	width: 48%
}
.footer .quick-links ul li {
	list-style: none;
	margin-bottom: 5px;
}
.footer .quick-links ul li a {
	color: #efefef
}
.footer .quick-links ul li a::after {
	content: '';
	display: block;
	width: 0;
	margin-left: 0px;
	height: 2px;
	background: #efefef;
	transition: width .4s;
}
.footer .quick-links ul li a:hover::after {
	width: 50%;
	transition: width .4s;
}
.getintouch p {
	text-align: left
}
.footer p a {
	color: #222;
}
.bottom-band {
	background: #000;
	padding: 15px 0;
	overflow: hidden;
}
.social-icon-bottom {
	text-align: center;
	padding: 35px 0 0;
	margin: 0;
}
.social-icon-bottom li {
	display: inline-block;
	margin: 0 6px;
	text-align: center
}
.social-icon-bottom li a {
	color: #cacaca;
	transition: all .3s ease-in;
	font-size: 25px;
}
.social-icon-bottom li a:hover {
	color: #fff;
	transition: all .3s ease-in;
}
.popup-text {
	left: auto !important;
	right: 0 !important;
}
.popup-text a {
	display: inline-block;
	border: solid 1px #fff;
	padding: 5px 10px;
}
.popup-text a:hover {
	text-decoration: none;
	border: solid 1px #efb236;
}
.team-popup-inner {
	width: 100%;
	overflow: hidden
}
.team-popup-section .modal-dialog {
	max-width: 800px;
}
.popup-pic {
	float: left;
	width: 35%;
	text-align: center
}
.popup-pic h3 {
	font-size: 25px;
	margin: 10px 0 0;
}
.popup-data {
	float: right;
	width: 60%
}
.popup-pic p {
	text-align: center;
}
.popup-pic p a {
	color: #000
}
.inner-banner img {
	width: 100%
}
.about-us-page {
	margin-right: 60px;
}
.testimonials-about {
	margin: 70px 0 0;
	max-width: 100%;
}
.testimonial-col-about {
	margin: 50px 20px 0;
}
.testimonial-col-about h5 {
	text-align: right
}
.testimonial-col-about p{ min-height: 195px;}
.team-page .team-item {
	display: inline-block;
	width: 30%
}
.contact-col {
	text-align: center;
	padding: 50px 25px;
	min-height: 279px;
}
.contact-col .fa {
	font-size: 40px;
	color: #b72221;
}
.contact-col p {
	text-align: center
}
.contact-col h6 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
}
.contact-col p a {
	color: #212529
}
.contact-form .form-control {
	border: none;
	border-bottom: solid 2px #d0cece;
	border-radius: 0
}
.contact-form .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #808080;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(255 255 255);
}
.footertagline {
	position: relative;
	color: #666;
	padding-left: 0;
	z-index: 1111111;
	margin: 30px 0 60px;
}
.footertagline h5 {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	position: relative;
	padding-left: 104px;
    padding-top: 12px
}
.footertagline:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 100px;
	left: 0;
	color: #222;
	transition: all .3s ease-in;
	position: absolute;
	top: -58px;
	z-index: 0;
}
.footer-col {
	vertical-align: top;
	display: inline-block;
	margin-right: 50px;
	width: 40%;
}
.footer-col h6 {
	color: #222;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}
.footer-col p {
	color: fff;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: left;
}
.footer-col:nth-child(4) {
	margin-right: 0
}
.paddingleft {
	padding-left: 50px;
}
.project-slider .owl-buttons {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 45%;
	left: 0;
}
.project-slider .owl-prev, .project-slider .owl-next {
	position: absolute;
	left: 0;
	transition: all 0.4s ease-in-out 0s;
}
.project-slider .owl-prev {
	left: -50px;
}
.project-slider .owl-next {
	left: auto;
	right: -50px;
}
.project-slider .owl-buttons .owl-prev:before, .project-slider .owl-buttons .owl-next:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 60px;
	color: #000;
	line-height: 20px;
	opacity: 1;
}
.project-slider .owl-buttons .owl-next:before {
	content: "\f105";
}
.project-slider .owl-buttons .owl-prev:hover:before, .project-slider .owl-buttons .owl-next:hover:before {
	opacity: 1;
}
.project-slider .owl-theme .owl-controls .owl-buttons div {
	background: transparent;
}
.project-slider .owl-theme .owl-controls {
	margin-top: 40px;
}
.arrow .owl-controls {
	position: relative !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0px !important;
	text-align: center
}

.bottom {
	border-top: solid 1px #757474cc;
	padding-top: 15px;
	margin-top: 20px
}
.bottom p{font-size: 13px;color: #222;margin-bottom: 0;text-align: left;}
.bottom p a{color:#949090;}
.copyright p{ text-align:right}
.about-colum {
    position: relative;
}
.about-colum .img2 {
    position: absolute;
    padding: 0;
    float: right;
    right: 8%;
    top: 18%;
    display: inline-block;
    width: auto;
}
#div1{
	width: 100px;
	height: 100px;
	background: #e9b427;
	position: absolute;
	top: -10px;
	left: 4px;
	z-index: -1;
}
#div2{
	    width: 100px;
	    height: 100px;
	    background: #BA1414;
	    position: absolute;
	    bottom: 65px;
	    right: 49px;
	    z-index: -1;
}
.spec h2{
	font-size: 20px;
    margin-bottom: 30px;
    color: #BA1414;
}
.spec h2 span{
	    font-size: 42px;
    color: #1e1c1d;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.clientss{
padding: 50px 0px;
}
.clientss h2 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #BA1414;
    text-align: center;
}
.clientss h2 span {
    font-size: 42px;
    color: #1e1c1d;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.devimg{
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-bottom: 15px;
	filter: grayscale(0%);
}
.devimg:hover{

filter: grayscale(100%);
border: 1px solid #E8B40B;
}
.devimg img{
	display: block;
	margin: auto;
	
}
.bottom-logo{
	margin-top: 25px;
}
.testimonial-sec .headding22{margin-bottom: 0px;}

.abtimg img{width: 100%;}
.standard_social_links {
    float: left;
}
.standard_social_links ul {
    margin: 0;
    padding: 0;
}
.top-band .round-btn {
    margin: 0 2px;
    padding: 0;
}
.round-btn {
    display: inline;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 15px 8px;
}

.assure h2 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #BA1414;
    text-align: center;
}
.assure h2 span {
    font-size: 42px;
    color: #1e1c1d;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}


.btn-twitter a {
    color: #fff;
    background: #1c9deb;
}
.btn-instagram a {
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.round-btn a {
    display: block!important;
    padding: 6px 13px;
    font-size: 18px;
    border-radius: 50%;
}
.btn-facebook a {
    color: #fff;
    padding: 6px 15px;
    background: #3b5998;
}
.btn-linkedin a {
    color: #fff;
    padding: 6px 13px;
    background: #007bb6;
}
.assure .list{
	text-align: center;
}
.assure .list li{
	list-style: none;
    display: inline-block;
    width: 29%;
    border: 1px solid #e8b40b;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}
.cllient h2 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #BA1414;
}
.cllient h2 span {
    font-size: 42px;
    color: #1e1c1d;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.cllient{
	padding: 50px 0px;
}
.newf{
	font-size: 42px;
    color: #1e1c1d;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.newf::before{
	position: absolute;
	content: "";
	width: 60%;
	height: 2px;
	background: #000;
	bottom: -10px;
	left: 0px;
}
.newf::after{
	position: absolute;
	content: "";
	width: 60%;
	height: 2px;
	background: #B72221;
	bottom: 0px;
	right: 0px;
}
#number{
	  
    position: absolute;
    top: 100px;
}
.readmore-btn {
	background-color: #edb710;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    width: 145px;
    transition: all .5s;
    cursor: pointer;
    display: inline-block;
    color: #fff!important;
    border-radius: 5px 5px 0px 0px;

}
.btn001{
	margin-left: 10px;
}
.readmore-btn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: .5s
}
.readmore-btn span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: .5s
}
.readmore-btn:hover span {
	padding-right: 25px
}
.readmore-btn:hover span:after {
	opacity: 1;
	right: 0
}

.fbtn {
	position: fixed;
        z-index: 999999999;
    bottom: 0;
}

.social-menu-button {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
	background-color: #e8b40b;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
	cursor: pointer;
	z-index: 99999;
	display: none;
}
.social-menu-button:hover {
	background: #b72221;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.28), 0 4px 15px 0 rgba(0,0,0,.25);
}
.social-menu-button a {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	opacity: 0;
	width: 0;
	height: 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22);
	cursor: pointer;
}
.social-menu-button a:hover {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.28), 0 4px 15px 0 rgba(0,0,0,.25)
}
.social-menu-button a:nth-child(2) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
	position: absolute;
	right: 30px;
	bottom: 0px;
	background: #b72221
}
.social-menu-button a:nth-child(3) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .4s;
	position: absolute;
	right: 30px;
	bottom: 0px;
	background: #b72221
}
.social-menu-button a:nth-child(4) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
	position: absolute;
	right: 30px;
	bottom: 0px;
	background: #b72221
}
.social-menu-button a:nth-child(5) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
	position: absolute;
	right: 30px;
	bottom: 0px;
	background: #b72221
}
.social-menu-button:hover a {
	opacity: 1;
	width: 40px;
	height: 40px;
}
.social-menu-button:hover a:nth-child(2) {
	right: 80px;
	bottom: 0;
}
.social-menu-button:hover a:nth-child(2):hover {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	background: #b72221;
}
.social-menu-button:hover a:nth-child(3) {
	right: 84px;
	bottom: 49px;
}
.social-menu-button:hover a:nth-child(5) {
	right: 48px;
	bottom: 81px;
}
.social-menu-button:hover a:nth-child(3):hover {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	background: #292929
}
.social-menu-button:hover a:nth-child(4) {
	right: 0;
	bottom: 80px
}

.social-menu-button:hover a:nth-child(4):hover {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	background: #323232
}