body {
	background-color: #fff;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

a {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
}

p {
	line-height: 26px;
	margin: 0;
	padding: 15px 0 0;
	color: #7c8a97;
	font-size: 14px;
	font-weight: 400;
}

.wrapper {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
}

.title h2 {
	font-size: 34px;
	line-height: 45px;
	color: #0A072E;
	font-weight: 600;
	text-align: left;
	padding: 10px 0;
	margin: 0;
	text-transform: capitalize;
}

.title p {
	font-size: 18px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 300;
	text-align: justify;
	padding: 0 0 30px 0;
	margin: 0;
}

.text {
	padding: 0 0 35px 0 !important;
}

.pad-top {
	margin: 40px 0 0 0;
}

.header, .architect, .slider, .about, .services, .our-work, .testimonials, .news, .footer, .aboutus, .about-sanjay, .achievement, .our-team, .project, .blog-article, .main-services {
	width: 100%;
	display: block;
	position: relative;
} 
 .contact_part h5 {
    color: #261E05;
    font-size: 24px;
    font-weight: 600;
}
.contact_part .contact_box .contact_key {
    margin-bottom: 2px;
    font-size: 16px;
    color: #261E05;
    font-weight: 400;
    padding:0;
}
.contact_part .contact_box .icon_box {
    padding-right: 10px;
}
.contact_part .contact_box .contact_value {
    font-weight: 600;
    color: #261E05;
    margin-bottom: 0;
}
.validate-has-error{
    
    bottom: -20px !important;
    left: 15px !important; 
    color: #B23632;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
}
.contact_box {
    display: flex;
    margin-bottom: 30px;
}
.input_box input, .input_box textarea, .input_box select {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #0A072E;
}
 .input_box p {
    margin-bottom: 1px;
    color: #0A072E;
    font-weight: 500;
}
.input_box {
    margin-bottom: 30px;
     position: relative; 
}
/*.inner {
padding: 0 205px;
display: inline-block;
width: 100%;
}
*/
.header {
	padding: 30px 0 0 0;
}

/*=====  Hamburger Sec CSS BOF  ======*/
nav {
	padding: 0;
}

.menuBtn {
	float: right;
}

.hamburger .line {
	width: 40px;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 11px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
	margin-bottom: 0px;
}

.hamburger:hover {
	cursor: pointer;
}

#hamburger:hover .line:nth-child(1) {
	width: 10px;
}

#hamburger:hover .line:nth-child(2) {
	width: 30px;
}

#hamburger.is-active:hover .line:nth-child(1), #hamburger.is-active:hover .line:nth-child(2) {
	width: 40px;
}

/* SIX */
#hamburger.is-active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hamburger.is-active .line:nth-child(2) {
	width: 0px;
}

#hamburger.is-active .line:nth-child(1), #hamburger.is-active .line:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

#hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}

#hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-13px) rotate(90deg);
}

nav .overlay-cornershape.open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

nav .overlay-cornershape {
	background: 0 0;
	visibility: hidden;
	transition: visibility 0s .9s;
}

nav .overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 197px;
	left: 0;
	z-index: 6099;
	background: rgba(0, 0, 0, .9);
}

.hamburger {
	width: 100%;
	display: inline-block;
	padding: 32px 0;
}

.hamburger ul {
	width: 50%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.hamburger ul li {
	font-size: 24px;
	font-weight: 500;
	padding: 38px 0 0 0;
	width: 100%;
}

.hamburger ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.hamburger ul li a:hover {
	color: #dc332e;
	text-decoration: none;
}

/*=====  Navbar CSS BOF  ======*/
.navbar-default {
	background: #fff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	border: 0px;
	z-index: 2;
	-webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	-o-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

.navbar {
	margin-bottom: 0px;
	z-index: 999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0;
}

.navbar-nav {
	margin: 0;
}

.navbar-brand img {
	width: auto;
	margin: 23px 0 0 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 35px 0;
}

.nav > li {
	position: relative;
	display: block;
	padding: 8px 28px;
}

.nav > li > a {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.navbar-default .navbar-nav > li > a::after {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	top: -1px;
	content: "]";
	right: 50%;
	opacity: 0;
	position: absolute;
	z-index: 9;
	width: 0;
	height: 0;
	-moz-transition: width .5s ease 0s, height .5s ease 0s;
	-webkit-transition: width .5s ease 0s, height .5s ease 0s;
	-o-transition: width .5s ease 0s, height .5s ease 0s;
	transition: width .5s ease 0s, height .5s ease 0s;
}

.navbar-default .navbar-nav > li > a::before {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	top: -1px;
	content: "[";
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: 9;
	width: 0;
	height: 0;
	-moz-transition: width .5s ease 0s, height .5s ease 0s;
	-webkit-transition: width .5s ease 0s, height .5s ease 0s;
	-o-transition: width .5s ease 0s, height .5s ease 0s;
	transition: width .5s ease 0s, height .5s ease 0s;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	height: auto;
	margin: 0 !important;
	background: #transparent;
	width: auto;
	padding: 0
}

.top-nav-collapse {
	padding: 0;
	top: 0;
}

.white, .white:hover, .white:focus {
	color: #fff;
	width: 100% !important;
}

.block {
	display: block;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #DC332E;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #0A072E;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #03a6e1;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	color: #DC332E !important;
	background: transparent;
}

.affix {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}

}

.affix .navbar-brand {
	top: 0;
}

.affix .navbar-brand, .affix .navbar-brand:hover, .affix .navbar-brand:focus {
	top: 0;
	z-index: 9999;
}

/*=====  Architect Sec CSS BOF  ======*/
.architect {
	padding: 50px 0 100px 0;
}

.architect h1 {
	font-size: 60px;
	color: #0A072E;
	line-height: 70px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 70px 0 0;
	font-weight: 700;
}

.architect p {
	font-size: 18px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 300;
	text-align: left;
	padding: 40px 0 0 15px;
	margin: 0;
}

.counter {
	display: inline-block;
	width: 100%;
	padding: 0 0;
}

.counter h2 {
	font-size: 50px;
	line-height: 50px;
	color: #DC332E;
	font-weight: 600;
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0;
}

.counter span {
	font-size: 20px;
	line-height: 20px;
	color: #0A072E;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0;
}

.counter p {
	font-size: 20px;
	line-height: 20px;
	color: #0A072E;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0;
}

.arrow-btn {
	width: 50px;
	height: 50px;
	background: #DC332E;
	display: inline-block;
	text-align: center;
	margin: 30px 0 0 0;
}

.arrow-btn:hover {
	background: #0a072e;
}

.arrow-btn i {
	font-size: 20px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
}

/*=====  Slider Sec CSS BOF  ======*/
.slider .carousel-indicators {
	background-color: #dc332e;
	right: 0;
	width: 454px;
	height: 81px;
	left: auto;
	bottom: -8%;
	color: #fff;
	font-size: 24px;
	padding: 5px 0 0 0;
}

.slider .carousel-indicators li {
	border-radius: inherit;
	text-indent: inherit;
	width: 60px;
	height: 0;
	background: #e35e5a;
	margin: 25px 0 0 0;
	border: inherit;
}

/*.slider .carousel-indicators .active {*/
/*	background: #fff !important;*/
/*}*/

.slider .carousel-control.left {
	position: absolute;
	top: 50%;
	background-image: inherit;
}

.slider .carousel-control.right {
	position: absolute;
	top: 50%;
	background-image: inherit;
}

.scroll-down {
	display: inline-block;
	width: 100%;
	padding: 160px 0;
}

.scroll-down h5 {
	font-size: 20px;
	line-height: 20px;
	color: #0A072E;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0 0 65px 0;
}

.scroll-down img {
	margin: 0 12px;
}

/*=====  About Sec CSS BOF  ======*/
.about {
	padding: 130px 0;
}

.about h4, .services h4, .our-work h4, .testimonials h4, .news h4 {
	font-size: 24px;
	line-height: 24px;
	color: #0A072E;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.about h4::after, .services h4::after, .our-work h4::after, .testimonials h4::after, .news h4::after {
	width: 130px;
	height: 1px;
	background: #DC332E;
	content: ' ';
	display: block;
	margin: 10px 0 0 0;
}

.about h2, .services h2, .our-work h2, .testimonials h2, .news h2, .our-team h2 {
	font-size: 30px;
	line-height: 45px;
	color: #0A072E;
	font-weight: 600;
	text-align: left;
	padding: 30px 0 0 0;
	margin: 0;
	text-transform: capitalize;
}

.about p, .services p, .our-work p, .our-team p {
	font-size: 18px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 300;
	text-align: justify;
	padding: 25px 0 60px 0;
	margin: 0;
	letter-spacing: -0.3px;
}

.about-img {
	float: right;
}

.about-img img {
	width: 100%;
}

.about-list ul {
	/*-webkit-columns: 2;*/
	/*-moz-columns: 2;*/
	/*columns: 2;*/
	margin: 0 0 0;
	padding: 0;
}

.about-list ul li {
	list-style: none;
	color: #DC332E;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

.about-list ul li a {
	color: #DC332E;
	text-decoration: none;
}

.read-more-btn, .view-more-btn, .view-project-btn {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	padding: 10px 15px;
	color: #fff;
	background: #0A072E;
	border: 2px solid #0A072E;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	margin: 20px 0 0 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	width: 160px;
	height: 50px;
}

.read-more-btn:hover, .view-more-btn:hover, .view-project-btn:hover {
	color: #fff;
	background-color: #DC332E;
	border: 2px solid #DC332E;
	transform: translateY(-7px);
}

/*=====  Services Sec CSS BOF  ======*/
.services {
	padding: 0;
}

.services h4::after {
	width: 120px;
}

.services-title {
	padding: 0;
}

.services p {
	padding: 30px 0 0 0;
}

.ser-pad {
	padding: 0;
}

.effect-sadie {
	display: inline-block;
	position: relative;
	margin: 40px 0 0 0;
}

.ser-img {
	width: 100%;
}

.services-icon {
	position: absolute;
	top: 65%;
	left: 0;
	width: 100%;
	text-align: center;
	transition: transform 0.35s, color 0.35s;
	transform: translate3d(0, -50%, 0);
}

.services-icon:hover {
	color: #fff;
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

.services-icon h5 {
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 30px 0 20px;
	margin: 0;
	text-transform: capitalize;
	display: inline-block;
	width: 100%;
}

.view-btn {
	width: 176px;
	height: 40px;
	padding: 12px 18px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	border: none;
	background: rgb(10 7 46 / 50%);
	color: #fff;
	z-index: 1;
	display: block;
	margin: 0 auto;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.view-btn:hover {
	color: #0A072E;
	background: #fff;
	opacity: 1;
	text-decoration: none;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	transform: translate3d(0, 50%, 0);
}

figure.effect-sadie figcaption::before, figure.effect-sadie p {
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	top: 85%;
	left: 0;
	padding: 1em;
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.view-more-btn {
	margin: 50px 0 0 15px;
}

/*=====  Our Work Sec CSS BOF  ======*/
.our-work {
	padding: 130px 0;
}

.our-work h4::after {
	width: 305px;
}

.our-work-box {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0 0 30px 0;
}

.our-work-box img {
	width: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s ease;
}

.our-work-box:hover .overlay {
	display: block;
	background: rgba(220, 51, 46, .7);
}

.our-work-box h6 {
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 30px 0 20px;
	margin: 0;
	text-transform: capitalize;
}

.exp-1 {
	top: 95px !important;
}

.exp-2 {
	top: 95px !important;
}

.exp-3 {
	top: 80px !important;
}

.explore {
	position: absolute;
	left: 0;
	top: 105px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
	right: 0;
	margin: 0 auto;
	display: inline-block;
}

.explore a {
	width: 100%;
	padding: 12px 0px;
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	z-index: 1;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.explore a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.our-work-box:hover .explore {
	opacity: 1;
}

.view-project-btn {
	width: 240px;
}

/*=====  Testimonials Section CSS BOF  ======*/
.testimonials {
	padding: 0 0 80px 0;
}

.testimonials h4::after {
	width: 305px;
}

.testimonials-left {
	padding: 0;
	display: inline-block;
	position: absolute;
	top: -484px;
	z-index: 8888;
}

.test-box {
	position: relative;
	width: 100%;
	display: inline-block;
	background: #F4F4F4;
	padding: 30px 50px 30px 130px;
	margin: 160px 0 0 0;
}

.test-box::before {
	content: '';
	position: absolute;
	width: 100px;
	height: 98px;
	z-index: 1;
	background: url(../images/quote-icon.png) no-repeat;
	right: 0;
	top: -140px;
}

#tcb-testimonial-carousel h5 {
	font-size: 24px;
	line-height: 36px;
	color: #0A072E;
	font-weight: 700;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#tcb-testimonial-carousel span {
	font-size: 20px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0;
	text-transform: capitalize;
}

#tcb-testimonial-carousel p {
	font-size: 24px;
	line-height: 40px;
	color: #0A072E;
	font-weight: 300;
	text-align: left;
	padding: 0;
	margin: 30px 0 65px 15px;
}

#tcb-testimonial-carousel {
	margin-top: 30px;
}

#tcb-testimonial-carousel a {
	color: #b20000;
}

#tcb-testimonial-carousel .text-brand {
	color: #b20000;
}

#tcb-testimonial-carousel .carousel-indicators .active {
	background: #DC332E;
	border-radius: inherit;
	width: 45px;
	height: 5px;
	margin: 0 20px 0 0;
}

#tcb-testimonial-carousel .no-margin {
	margin: 0;
	float: left;
	padding: 31px 20px;
	border-left: inherit;
}

#tcb-testimonial-carousel .carousel-indicators {
	left: 20%;
	border-radius: inherit;
	bottom: 0;
}

#tcb-testimonial-carousel .carousel-indicators li {
	border: inherit;
	background: #dcdce0;
	width: 45px;
	height: 5px;
	border-radius: inherit;
	margin: 0 20px 0 0;
}

#tcb-testimonial-carousel .carousel-control {
	color: #b20000;
	width: 5%;
}

#tcb-testimonial-carousel .carousel-control:hover, #tcb-testimonial-carousel .carousel-control:focus {
	color: #b20000;
}

#tcb-testimonial-carousel .carousel-control.left, #tcb-testimonial-carousel .carousel-control.right {
	background-image: none;
}

#tcb-testimonial-carousel .item {
	padding: 0;
}

#tcb-testimonial-carousel .media-object {
	margin: auto;
	float: left;
}

@media screen and (max-width:768px) {
	#tcb-testimonial-carousel .media-object {
		margin-bottom: 15px;
	}

}

/*=====  NEWS & UPDATE Section CSS BOF  ======*/
.news {
	padding: 50px 0 100px;
}

.news h2 {
	padding: 30px 0 10px 0;
}

.news h4::after {
	width: 130px;
}

.news-box {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #f4f4f4;
	box-sizing: border-box;
	border-radius: 10px;
}

.news-box:hover {
	border: 1px solid #DC332E;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news-box h3 {
	font-size: 21px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 600;
	text-align: left;
	padding: 0;
	margin: 20px 0 10px 0;
	display: inline-block;
}

.news-box span {
	font-size: 18px;
	line-height: 20px;
	color: #0A072E;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0 0 15px 0;
	display: inline-block;
}

.news-box p {
	font-size: 18px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 300;
	text-align: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.news-box a {
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
	padding: 0 0;
	color: #0A072E;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Footer CSS BOF
=================================================== */
.footer {
	position: relative;
	background: #0a072e;
	display: inline-block;
	padding: 60px 0 0 0;
}

.footer-logo {
	width: 100%;
	display: block;
}

.link, .contact {
	width: 100%;
	display: inline-block;
	padding: 0 0 10px;
}

.link h3, .contact h3, .newsletter h3 {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 0 0;
	position: relative;
	text-align: left;
	width: 100%;
	font-size: 24px;
	padding-bottom: 20px;
}

.link ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.link ul li {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	padding: 5px 0;
	width: 100%;
}

.link ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.link ul li a:hover {
	color: #DC332E;
	text-decoration: none;
}

.social {
	width: auto;
	margin: 8px 0 0 0;
}

.social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.social ul li {
	display: inline-block;
	padding: 0 4px 0 0;
	list-style: none;
}

.social ul li a {
	color: #0a072e;
	font-size: 14px;
	height: 32px;
	width: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
	border: 1px solid #fff;
}

.social ul li a:hover {
	background: #db332f;
	border: 1px solid #db332f;
	color: #fff;
}

.all-reserved {
	padding: 20px 0;
	border-top: 1px solid #61615d;
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}

.reserved {
	float: left;
	width: 100%;
	display: inline-block;
}

.reserved p {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
	padding: 0;
}

/* Aboutus CSS BOF
=================================================== */
.aboutus {
	padding: 10px 0;
}

.page-banner {
	width: 100%;
	display: block;
	background: #0A072E; 
	padding: 20px 0;
	margin: 0 0 30px 0;
}

.page-banner h2 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin: 5px;
	padding: 0;
	text-align: center;
}

.breadcrumbs1 {
	padding: 0;
	margin-top: 0px;
	line-height: 24px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.breadcrumbs1 a{
    color:#fff;
	text-decoration: none;
}
.breadcrumbs1 {
	color: #DC332E;
}

.breadcrumbs1 i {
	font-size: 11px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	color: #fff;
}

.aboutus-right img {
	width: 100%;
}

.about-sanjay {
	padding: 50px 0 60px 0;
}

.about-sanjay-right img {
	width: 100%;
}

.about-sanjay-left h2 {
	font-size: 34px;
	line-height: 45px;
	color: #0A072E;
	font-weight: 600;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: capitalize;
}

.about-sanjay-left span {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #0A072E;
	text-transform: uppercase;
	text-align: left;
	display: block;
}

.about-sanjay-left p {
	font-size: 18px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 300;
	text-align: justify;
	padding: 30px 0 0 0;
	margin: 0;
}

.about-sanjay-list ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin: 0 0 0;
	padding: 0;
}

.about-sanjay-list ul li {
	list-style: none;
	color: #DC332E;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

.about-sanjay-list ul li a {
	color: #DC332E;
	text-decoration: none;
}

.about-sanjay-social {
	width: auto;
	margin: 8px 0 0 0;
}

.about-sanjay-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-sanjay-social ul li {
	display: inline-block;
	padding: 0 4px 0 0;
	list-style: none;
}

.about-sanjay-social ul li a {
	color: #0a072e;
	font-size: 14px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: block;
	background: transparent;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	border: 1px solid #0a072e;
}

.about-sanjay-social ul li a:hover {
	background: #db332f;
	border: 1px solid #db332f;
	color: #fff;
}

.about-sanjay-btn {
	font-size: 22px;
	line-height: 33px;
	font-weight: 400;
	padding: 10px 15px;
	color: #fff !important;
	background: #0A072E;
	border: 2px solid #0A072E;
	text-decoration: none !important;
	text-align: center;
	float: left;
	margin: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	width: 270px;
	height: 54px;
}

.about-sanjay-btn:hover {
	color: #fff;
	background-color: #DC332E;
	border: 2px solid #DC332E;
	transform: translateY(-7px);
}

.profile-btn {
	font-size: 22px;
	line-height: 33px;
	font-weight: 400;
	padding: 10px 15px;
	color: #fff !important;
	background: #0A072E;
	border: 2px solid #0A072E;
	text-decoration: none !important;
	text-align: center;
	display:inline-block;
	
	/*float: right;*/
	margin:25px 0 0 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	width: 250px;
	height: 54px;
}

.profile-btn:hover {
	color: #fff;
	background-color: #DC332E;
	border: 2px solid #DC332E;
	transform: translateY(-7px);
}

.about-sanjay-right img {
	width: 100%;
}

.achievement {
	padding: 0 0 0 0;
}

.achievement-list ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin: 0 0 30px 0;
	padding: 0;
}

.achievement-list ul li {
	margin: 0 0 15px;
	list-style: none;
	font-size: 18px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 400;
	text-align: justify;
}

.achievement-list ul li i {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 2px;
	background: #DC332E;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}

.our-team {
	padding: 0 0 100px 0;
}

.our-team-box {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0;
}

.our-team-box img {
	width: 100%;
}

.team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s ease;
}

.our-team-box:hover .team-overlay {
	display: block;
	background: rgba(220, 51, 46, .7);
}

.our-team h3 {
	font-size: 22px;
	line-height: 40px;
	color: #0A072E;
	font-weight: 500;
	text-align: left;
	padding: 15px 0 0 0;
	margin: 0;
	text-transform: capitalize;
}

.our-team span {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #DC332E;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom:30px;
}

.team-social {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
	right: 0;
	margin: 0 auto;
	float: left;
	justify-content: center;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.team-social:hover {
	opacity: 1;
}

.team-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-social ul li {
	display: inline-block;
	padding: 0 4px 0 0;
	list-style: none;
}

.team-social ul li a {
	color: #0a072e;
	font-size: 18px;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 42px;
	border: 1px solid #fff;
}

.team-social ul li a:hover {
	background: #0A072E;
	border: 1px solid #0A072E;
	color: #fff;
}

/* Project CSS BOF
=================================================== */
.project {
	padding: 10px 0 70px;
}

.project-box {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0;
}

.tz-gallery {
	padding: 0 15px;
}

.our-team .row{
    display: flex;
    flex-wrap: wrap;
}

.project .row{
    display: flex;
    flex-wrap: wrap;
}

/* Override bootstrap column paddings */
.row .tz-gallery > div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	content: '';
	position: absolute;
	background: url(../images/search-icon.png) no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
	opacity: 0;
	width: 20px;
	height: 20px;
}

.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(220, 51, 46, 0.7);
	content: '';
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

/* Blog Article CSS BOF
=================================================== */
.blog-article {
	padding: 10px 0 80px;
}

.blog-article-right img {
	width: 100%;
	margin: 0 0 50px 0;
}

.blog-article-img {
	margin: 20px 0 10px 0;
}

/* Main Services CSS BOF
=================================================== */
.main-services {
	padding: 10px 0;
}
.main-services .row.title{
    padding:30px 0;
}
.services-list ul {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	margin: 0 0 30px 0;
	padding: 0;
}

.services-list ul li {
	margin: 0 0 10px;
	list-style: none;
	font-size: 18px;
	line-height: 30px;
	color: #0A072E;
	font-weight: 400;
}

.services-list ul li i {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 2px;
	background: #DC332E;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}
