@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
body {
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	color: #232323;
	line-height: 2;
}
.container {
	max-width: 1200px;
}
.bg-radis {
	background-color: #d94b38;
}
.bg-gray {
	background-color: #333333;
}
.bg-yellow {
	background-color: #e89d0b;
}
.bg-off-white {
	background-color: #f8f8f8;
}
a {
	color: #c83226;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1 {
	color: #2b2b2b;
	font-size: 30px;
	font-weight: 600;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
}
ul.stylelist li {
	position: relative;
	padding-left: 24px;
	line-height: 2;
	list-style: none;
	text-align: left;
	color: #232323;
}
ul.stylelist li::after {
	position: absolute;
	left: 0px;
	top: 16px;
	content: "\f101";
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #232323;
	border: 0 !important;
	line-height: 0;
}
.form-control:focus {
	border-color: #f39222;
	box-shadow: none;
}
.overlay-black {
	background-color: RGBA(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-img {
	background: url(../img/bg-innr.jpg) no-repeat center center fixed;
}
.bg-img1 {
	background: url(../img/bg-innr1.jpg) no-repeat center center fixed;
}
.bg-img2 {
	background: url(../img/bg-innr2.jpg) no-repeat center center fixed;
}
.bg-img3 {
	background: url(../img/bg-innr3.jpg) no-repeat center center fixed;
}
.bg-img4 {
	background: url(../img/bg-innr4.jpg) no-repeat center center fixed;
}
.btn {
	cursor: pointer;
	box-shadow: none;
	transition: all 0.5s ease;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn-white, .btn-white-border:hover {
	color: #333;
	border-color: #ffff;
	background-color: #ffff;
}
.btn-white:hover, .btn-white-border {
	color: #333;
	border-color: #fff;
	background-color: transparent;
}
.btn-white:not([disabled]):not(.disabled).active, .btn-white:not([disabled]):not(.disabled):active, .show>.btn-white.dropdown-toggle {
	color: #333;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
}
.btn-theme, .btn-theme-border:hover {
	color: #fff;
	border-color: #c83226;
	background-color: #c83226;
	transition: all 0.5s ease;
}
.btn-theme:hover, .btn-theme-border {
	color: #c83226;
	border-color: #c83226;
	background-color: transparent;
	transition: all 0.5s ease;
}
.btn-theme:not([disabled]):not(.disabled).active, .btn-theme:not([disabled]):not(.disabled):active, .show>.btn-theme.dropdown-toggle {
	color: #fff;
	background-color: #c83226;
	border-color: #c83226;
	box-shadow: none;
}
.headertop {
	padding: 10px 0;
	background-color: #333333;
	color: #ccc;
}
.headertop a {
	color: #fff;
}
.headertop .text-left a i {
	margin-right: 5px;
}
.headertop .text-right a i {
	font-size: 20px;
}
.headertop .text-right a:not(:last-child) {
	margin-right: 5px;
}
.headertop a:hover {
	color: #c83226;
	transition: all 0.5s ease;
}
.mainmenu {
	background-image: url(../img/main-menu-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px 0;
}
.mainmenu .logo {
	text-align: center;
}
.mainmenu .navbar-brand {
	display: none;
}
.mainmenu .navbar-dark {
	background-color: #c83226;
}
.mainmenu .navbar {
	margin-bottom: -50px;
	z-index: 3;
	margin-top: 25px;
}
.mainmenu .navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.5s ease;
	padding: 5px 12px;
	border-radius: 10px;
}
.mainmenu .nav-item:hover .nav-link {
	color: #c83226;
	background-color: #fff;
}
.mainmenu .nav-item {
	margin: 0 10px;
}
.mainmenu .dropdown-item.active, .mainmenu .dropdown-item:active {
	color: #212529;
	background-color: transparent;
}
.banner img {
	width: 100%;/*	height: 800px;
	object-fit: cover;*/
}
.hilgihtinfo .container-fluid, .hilgihtinfo .row, .hilgihtinfo .col-md-4 {
	padding: 0;
	margin: 0;
}
.hilgihtinfo .singleinfo {
	padding: 40px 25px;
	color: #fff;
	height: 100%;
}
.hilgihtinfo .singleinfo h1 {
	font-size: 28px;
	color: #fff;
}
.hilgihtinfo .singleinfo p {
	margin: 25px 0;
}
.hilgihtinfo .btn-white:hover {
	color: #fff;
}
.hilgihtinfo .singleinfo ul {
	margin: 20px 0;
}
.hilgihtinfo .singleinfo ul li {
	color: #fff;
	line-height: 2;
}
.hilgihtinfo .singleinfo ul.stylelist li::after {
	color: #fff;
}
section {
	padding: 75px 0;
}
.sec-title {
	position: relative;
	margin-bottom: 40px;
	z-index: 9;
}
.sec-title h1 {
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
	padding-bottom: 14px;
}
.sec-title h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	height: 3px;
	width: 75px;
	background-color: #d55342;
	content: "";
	border-radius: 50%;
	right: 0;
	margin: 0 auto;
}
.about-section p {
	margin: 25px 0;
}
.about-section .btn {
	padding: 0 28px;
	height: 50px;
	line-height: 45px;
	font-size: 1rem;
	border-radius: 50px;
	text-transform: capitalize;
	font-weight: 600;
}
.about-section .imgholder a {
	position: relative;
	display: block;
}
.about-section .imgholder a img {
	border-radius: 10px;
	transition: all 0.5s ease;
}
.about-section .imgholder a .play {
	width: 60px;
	height: 60px;
	background-color: #c83226;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	border: 3px solid #fff;
}
.about-section .imgholder a:hover .play {
	background-color: #333333;
}
.about-section .video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	background: #c83226;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}
.about-section .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ba1f24;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.about-section .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #c83226;
	border-radius: 50%;
	transition: all 200ms;
}
.about-section .video-play-button:hover:after {
	background-color: #c83226;
}
.about-section .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
#myModalAbtVid .modal-body {
	position: relative;
}
#myModalAbtVid button {
	width: 25px;
	height: 25px;
	background-color: #c83226;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ourteamwrapper img {
	height: 326px;
	object-fit: cover;
}
.ourteamwrapper .owl-carousel {
	position: relative;
}
.ourteamwrapper .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.ourteamwrapper .owl-prev, .ourteamwrapper .owl-next {
	font-size: 0;
	background-color: #c83226;
	width: 35px;
	height: 35px;
	position: relative;
}
.ourteamwrapper .owl-prev::after {
	position: absolute;
	left: 10px;
	margin: 0 auto;
	top: 18px;
	content: "\f0d9";
	font-size: 30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	line-height: 0;
}
.ourteamwrapper .owl-next::after {
	position: absolute;
	right: 10px;
	margin: 0 auto;
	top: 18px;
	content: "\f0da";
	font-size: 30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	line-height: 0;
}
.singleteam {
	position: relative;
	overflow: hidden;
}
.singleteam .info {
	position: absolute;
	background-color: RGBA(0,0,0,0.7);
	bottom: -29px;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s ease;
}
#teammain .singleteam .info {
	bottom: -20px;
}
#teammain .singleteam:hover .info {
	bottom: 0px;
}
#teammain .carousel-indicators {
	width: 50px;
	margin: 0 auto;
}
.singleteam:hover .info, .ourteamwrapper .owl-item:hover .singleteam .info {
	bottom: 0px;
}
.singleteam .info span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #c83226;
	opacity: 0;
	transition: all 0.5s ease;
}
.singleteam:hover .info span, .ourteamwrapper .owl-item:hover .singleteam .info span {
	opacity: 1;
}
.footer {
	background-color: #1b1c1e;
	padding: 75px 0 0 0;
	color: rgba(255,255,255,.5);
}
.footer a {
	color: rgba(255,255,255,.5);
}
.footer a:hover {
	color: #747474;
}
.footer h1 {
	font-size: 22px;
	color: #ccc;
	margin-bottom: 25px;
}
.footer ul.stylelist li::after {
	color: rgba(255,255,255,.5);
	left: 0px;
	top: 21px;
}
.footer ul.stylelist li {
	padding-left: 0px;
}
.qucklinks ul {
	display: flex;
	flex-wrap: wrap;
}
.qucklinks ul.stylelist li {
	padding-left: 0px;
	width: calc(50% - 20px);
	margin-right: 10px;
}
.qucikadress i {
	width: 15px;
	margin-right: 5px;
}
.qucikadress ul li {
	position: relative;
	padding-left: 25px;
}
.qucikadress ul li i {
	position: absolute;
	top: 10px;
	left: 0;
}
.qucklinks ul li a {
	border-bottom: 1px solid rgb(66, 66, 68);
	padding: 5px 0;
	margin-bottom: 5px;
	display: block;
	padding-left: 25px;
}
.qucklinks ul li:nth-last-child(-n+2) a {
	border-bottom: 0px;

}
.qcksocial ul {
	display: flex;
}
.qcksocial ul li {
	margin-right: 10px;
	font-size: 25px;
}
.secondfooter {
	border-top: 1px solid #2d2e2f;
	padding: 20px 0;
	margin-top: 25px;
	font-size: 12px;
}
.homeindustrywrap a {
	color: #111;
	display: block
}
.homeindustrywrap a:hover {
	background-color: #c83226;
	color: #fff
}
.homeindustrywrap a:hover .single-industry .icon {
	color: #fff
}
.homeindustrywrap .single-industry {
	text-align: center;
	min-height: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.homeindustrywrap .single-industry .icon {
	font-size: 40px;
	color: #878a8c
}
.homeindustrywrap .single-industry h4 {
	font-size: 18px;
	font-weight: 600
}
.homeindustrywrap .col-md-3 {
	padding: 0
}
.homeindustrywrap .col-md-3:nth-child(-n+4) {
	border-bottom: 1px solid #878a8c
}
.homeindustrywrap .col-md-3:nth-child(-n+3) {
	border-right: 1px solid #878a8c
}
.homeindustrywrap .col-md-3:nth-child(n+3) {
	border-right: 1px solid #878a8c
}
.homeindustrywrap .col-md-3:last-child {
	border: 0
}
.homeindustrywrap .col-md-3:nth-child(4) {
	border-right: 0
}
.back-top {
	position: fixed;
	right: 5px;
	bottom: 2px;
	display: none;
	cursor: pointer;
	z-index: 1;
}
.back-top a {
	font-size: 40px;
	color: #c83226 !important;
	line-height: 0;
}
.callphone {
	font-size: 30px;
	color: #fff;
	position: fixed;
	bottom: 56px;
	right: 10px;
	background-color: #f26985;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 2px solid #fff;
	z-index: 9;
	display: flex;
}
.callphone a {
	display: block;
	color: #fff;
}
.innerpage-banner {
	text-align: center;
	padding: 80px 0;
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.innerpage-banner h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
}
.innerpage-banner .container {
	z-index: 0;
	position: relative;
}
.innerpage-banner .overlay-black {
	z-index: -1;
}
.innerpage-banner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: RGBA(0,0,0,0.7);
	top: 0;
	left: 0;
	z-index: -1;
}
.abt-center .wht-v-treat h6 {
	font-weight: 600;
	margin-bottom: 15px;
}
.abt-center .wht-v-treat .row + p {
	margin-top: 20px;
}
.innerpagewrap ul + .sec-title {
	margin-top: 25px
}
.ourteam .singleteam .info {
	bottom: 0;
}
.ourteam .singleteam .info span {
	opacity: 1;
}
br {
	line-height: 2.8em;
}
.otherteam {
	padding: 60px 0;
}
.serviceswrap p + ul {
	margin-top: 0px;
}
.serviceswrap h5 {
	margin: 20px 0 10px 0;
	font-weight: 600;
}
.serviceswrap ul.stylelist li {
	padding-left: 20px;
}
.serviceswrap ul.stylelist li::after {
	content: "\f111";
	font-size: 8px;
}
.serviceswrap .card-header {
	padding: 0;
	border-radius: 10px;
}
.serviceswrap .card {
	margin-bottom: 8px;
	border: 0;
}
.serviceswrap .card-header .card-link {
	text-transform: capitalize;
	display: block;
	padding: 10px;
	position: relative;
	background-color: transparent;
	color: #c83226;
	border: 2px solid #c83226;
	border-radius: 10px;
	font-weight: 600;
}
.serviceswrap .card-header .card-link:hover, .serviceswrap .card-header .card-link[aria-expanded="true"], .serviceswrap .card-header .card-link:hover, .serviceswrap .card-header .card-link[aria-expanded="true"]:after {
	color: #fff;
	background-color: RGBA(200,50,38,1);
}
.serviceswrap .card-header .card-link:hover[aria-expanded="false"]::after, .serviceswrap .card-header .card-link:hover[aria-expanded="true"]::after {
	color: #fff;
}
.card-link[aria-expanded="false"]::after {
	position: absolute;
	right: 15px;
	top: 24px;
	content: "\f067";
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #c83226;
	border: 0 !important;
	line-height: 0;
}
.card-link[aria-expanded="true"]::after {
	position: absolute;
	right: 15px;
	top: 24px;
	content: "\f068";
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #c83226;
	border: 0 !important;
	line-height: 0;
}
.singel-address i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #c83226;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.form-title {
	text-align: center;
	margin-bottom: 25px;
}
.contatwrap .contact-address br {
	line-height: 1em;
}
.gallerywrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.gallerywrap ul li {
	width: 24%;
	margin: 0.5%;
}
.gallerywrap ul li img {
	width: 100%;
	object-fit: cover;
	height: 250px;
	border-radius: 10px;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallerywrap ul:hover li img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.5 ease;
}
.gallerywrap ul:hover li:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mapwrap {
	margin-bottom: -20px;
}

@media(min-width:767px) {
.mainmenu li.dropdown:hover .dropdown-menu {
	display: block;
}
}
 @media(min-width:767px) and (max-width:1005px) {
.mainmenu .navbar-dark .navbar-nav .nav-link {
 padding: 5px 5px;
 font-size: 15px;
}
.mainmenu .nav-item {
 margin: 0 2px;
}
}

@media(max-width:1200px) {
.container {
	max-width: inherit;
	width: 100%;
}
}

@media(max-width:992px) {
.gallerywrap ul li {
	width: 32.3%;
}
}

@media only screen and (max-width: 767px) {
.homeindustrywrap .col-md-3:nth-child(even) {
	border-right: 0
}
.ourteamwrapper .col-md-4, .about-section .col-md-8 {
	margin-bottom: 15px;
}
.homeindustrywrap .col-md-3:nth-last-child(-n+2) {
	border-top: 1px solid #878a8c
}
.headertop .text-left, .headertop .text-right {
	text-align: center !important;
}
.mainmenu .navbar {
	margin-bottom: 0;
}
.mainmenu {
	padding-bottom: 0;
}
.mainmenu button {
	margin: 0 auto;
}
.footer .col-md-5 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.callphone {
	display: flex;
}
.gallerywrap ul li {
	width: 48.3%;
}
}

@media only screen and (max-width: 576px) {
.homeindustrywrap .col-md-3:last-child {
	border-bottom: 0 !important
}
.homeindustrywrap .col-md-3 {
	border-right: 0 !important;
	border-bottom: 1px solid #878a8c !important;
	border-top: 0 !important
}
.gallerywrap ul li img {
	height: 150px;
}
.qucklinks ul li a {
	font-size: 15px;
}
.qucklinks ul.stylelist li {
	width: calc(50% - 0px);
	margin-right: 0;
}
}
