@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Aladin&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden;
}

::-moz-selection {
	color: #fff;
	background: #c32e00;
}

::selection {
	color: #fff;
	background: #c32e00;
}

::-webkit-scrollbar-track {
	background-color: #cacaca;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	background-color: #353535;
}

a {
	text-decoration: none !important;
}

.pdd {
	padding: 0 !important;
}

.home {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99;
	background: #fff;
	position: relative;
}

.topbanner {
	position: relative;
	padding: 8px 15px;
	background: #323b42;
}

.toptext ul {
	margin: 0;
	padding: 0;
}

.toptext ul li {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	display: inline-block;
}

.toptext ul li a {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	display: block;
	letter-spacing: .4px;
	padding: 0;
	color: #c5c5c5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.toptext ul li a:hover {
	color: #fff;
}

.toptext ul li a svg {
	margin: 0 3px 0 0;
}

.toptext ul li a:hover,
.toptext ul li a:focus {}

.social {}

.social ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.social li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.social li a {
	display: block;
	color: #c5c5c5;
	font-size: 15px;
	margin: 0 0 0 15px;
	opacity: 1;
	padding: 0;
	line-height: 24px;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.social li a:hover {
	color: #ffffff;
}


.description {
	font-size: 14px;
	text-align: justify;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 5px 0;
	color: #555;
}

.fixheader {
	position: fixed;
	top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
}

.fixheader .topbanner {
	display: none;
}

.fixheader .menubanner {
	padding: 9px 15px;
}

.fixheader .topright {
	margin: 2px 0 0 0;
}

.fixheader .logo img {
	width: 220px;
}

.menubanner {
	padding: 12px 15px;
}

.logo {
	padding: 0 !important;
}

.logo img {
	width: 270px;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.topright {
	margin: 10px 0 0 0;
	padding: 0 !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mainmenu {
	margin: 0;
	padding: 0;
	text-align: right;
}

.mainmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.mainmenu li a {
	font-size: 13px;
	line-height: 35px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0 15px;
	color: #000;
	font-weight: 500;
	display: block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mainmenu li:last-child a {
	background: #c32e00;
	color: #fff;
	border-radius: 25px;
	margin: 0 0 0 13px;
}

.mainmenu li:last-child a:hover {
	color: #fff;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.mainmenu li a:hover {
	color: #c32e00;
}

#side-menu-icon {
	position: fixed;
	top: 12px;
	right: 15px;
	height: 45px;
	width: 45px;
	z-index: 99999;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#menu {
	cursor: pointer;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border-radius: 100%;
	border: 2px solid transparent;
	width: 47px;
	height: 47px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

#menu.active {
	right: 245px;
	top: -12px;
	padding: 9px;
	background: #fff;
	border: 2px solid #ffffff;
	border-radius: 0;
}

#menu.active span,
#menu.active span:before,
#menu.active span:after {
	background: #333;
}

#menu span {
	top: 21px;
}

#menu span,
#menu span:before,
#menu span:after {
	cursor: pointer;
	height: 2px;
	width: 35px;
	margin: 0;
	background: #333;
	position: absolute;
	display: block;
	content: '';
	-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;
}

#menu span:before {
	-webkit-animation: undo-top .5s forwards;
	-moz-animation: undo-top .5s forwards;
	-o-animation: undo-top .5s forwards;
	animation: undo-top .5s forwards;
}

#menu span:after {
	bottom: -10px;
	-webkit-animation: undo-bottom .5s;
	-moz-animation: undo-bottom .5s;
	-o-animation: undo-bottom .5s;
	animation: undo-bottom .5s;
}

#menu.active span {
	background-color: transparent;
	width: 25px;
}

#menu.active span:before {
	top: 0;
}

#menu.active span:before {
	width: 25px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: top-x .5s forwards;
	-moz-animation: top-x .5s forwards;
	-o-animation: top-x .5s forwards;
	animation: top-x .5s forwards;
}

#menu.active span:after {
	width: 25px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: bottom-x .5s forwards;
	-moz-animation: bottom-x .5s forwards;
	-o-animation: bottom-x .5s forwards;
	animation: bottom-x .5s forwards;
}

@-webkit-keyframes top-x {
	0% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0);
		-moz-transform: translateY(0px) rotate(0);
		-o-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(45deg);
		-moz-transform: translateY(0px) rotate(45deg);
		-o-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}
}

@keyframes top-x {
	0% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0);
		-moz-transform: translateY(0px) rotate(0);
		-o-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(45deg);
		-moz-transform: translateY(0px) rotate(45deg);
		-o-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}
}

@-webkit-keyframes bottom-x {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		-moz-transform: translateY(0) rotate(0);
		-o-transform: translateY(0) rotate(0);
		transfrom: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
}

@keyframes bottom-x {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		-moz-transform: translateY(0) rotate(0);
		-o-transform: translateY(0) rotate(0);
		transfrom: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
}

@-webkit-keyframes undo-top {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg);
		-moz-transform: translateY(0px) rotate(45deg);
		-o-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0);
		-moz-transform: translateY(0px) rotate(0);
		-o-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
}

@keyframes undo-top {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg);
		-moz-transform: translateY(0px) rotate(45deg);
		-o-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0);
		-moz-transform: translateY(0px) rotate(0);
		-o-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
}

@-webkit-keyframes undo-bottom {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(0);
		-moz-transform: translateY(0px) rotate(0);
		-o-transform: translateY(0px) rotate(0);
		transfrom: translateY(0px) rotate(0);
	}
}

@keyframes undo-bottom {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		-moz-transform: translateY(-10px) rotate(0);
		-o-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(0);
		-moz-transform: translateY(0px) rotate(0);
		-o-transform: translateY(0px) rotate(0);
		transfrom: translateY(0px) rotate(0);
	}
}

#side-menu {
	display: block;
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0px;
	width: 260px;
	background: #fff;
	padding: 15px 15px 15px 20px;
	z-index: 999999;
	-webkit-transform: translate(610px, 0px);
	-moz-transform: translate(610px, 0px);
	-o-transform: translate(610px, 0px);
	transform: translate(610px, 0px);
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3s ease-in-out;
}

#side-menu.active {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3s ease-in-out;
}

#side-menu .side-menuin {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 15px 0 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

#side-menu .side-menuin::-webkit-scrollbar-track {
	background-color: #e4e4e4;
}

#side-menu .side-menuin::-webkit-scrollbar {
	width: 3px;
	background-color: #ffffff;
}

#side-menu .side-menuin::-webkit-scrollbar-thumb {
	background-color: #052069;
}

#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 105;
	display: none;
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3 ease-in-out;
}

#overlay.active {
	display: block;
	-webkit-transition: 0.3 ease-in-out;
	-moz-transition: 0.3 ease-in-out;
	-o-transition: 0.3 ease-in-out;
	transition: 0.3 ease-in-out;
}

.slide-banner {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.slide-banner:before,
.slide-banner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50px;
	background: url(../images/st.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
	z-index: 9;
	top: 0;
}

.slide-banner:after {
	background: url(../images/sb.png) no-repeat;
	background-size: 100% 100%;
	top: auto;
	bottom: 0;
}

.slidetext {
	position: absolute;
	width: 450px;
	top: 35%;
	left: 8%;
	z-index: 9;
}

.slidetext hr {
	width: 40px;
	height: 4px;
	border-radius: 4px;
	border: none;
	margin: 0;
	display: block;
	background: #da0b01;
}

.slidetext h2 {
	font-family: 'Aladin', cursive;
	font-size: 40px;
	text-align: left;
	font-weight: 100;
	line-height: 44px;
	margin: 0;
	letter-spacing: .8px;
	padding: 17px 0 0 0;
	color: #fff;
}

.btn1 {
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	line-height: 35px;
	display: inline-block;
	letter-spacing: .3px;
	margin: 0;
	padding: 0 20px;
	color: #333;
	border-radius: 25px;
	border: 1px solid #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.btn1:hover,
.btn1:focus {
	background: #c32e00;
	border-color: #c32e00;
	color: #ffffff;
}

.slide-banner .carousel-control.left,
.slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 44%;
	height: 35px;
	background: #fff;
	width: 35px;
	z-index: 9;
	border-radius: 100%;
	padding: 8px;
	opacity: .25;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.slide-banner .carousel-control.left:hover,
.slide-banner .carousel-control.right:hover {
	opacity: 1;
}

.slide-banner .carousel-control.left img,
.slide-banner .carousel-control.right img {
	width: 100%;
	-webkit-filter: brightness(1) invert(1);
	-moz-filter: brightness(1) invert(1);
	-o-filter: brightness(1) invert(1);
	filter: brightness(1) invert(1);
}

.slide-banner .carousel-control.left {
	left: -130px;
}

.slide-banner .carousel-control.right {
	right: -130px;
}

.slide-banner:hover .carousel-control.left {
	left: 30px;
}

.slide-banner:hover .carousel-control.right {
	right: 30px;
}

.about {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.about:before {
	position: absolute;
	content: '';
	width: 40%;
	height: 140%;
	left: 0;
	top: 15%;
	opacity: .15;
	z-index: -1;
	background: url(../images/abimg.jpg) no-repeat;
	background-size: 100% auto;
}

.ableft {
	padding: 0 35px 0 0 !important;
}

.ableft .thead {
	text-align: left;
}

.thead {
	padding: 0 0 15px 0;
	text-align: center;
}

.title {
	font-size: 26px;
	line-height: 34px;
	color: #333;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: 700;
	letter-spacing: .4px;
}

.title span {
	color: #c32e00;
	font-size: 26px;
}

.thead hr {
	width: 40px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: none;
	display: inline-block;
	background: url(../images/hr.svg) no-repeat;
	background-size: 100% auto;
}

.ableft .description {
	padding: 0 0 10px 0;
}

.abright {
	padding: 0 !important;
}

.enquiry {
	width: 100%;
	padding: 15px;
	margin: -138px 0 0 0;
	background: #fff;
	-webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
}

.enquiry h3 {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 15px 0;
	color: #555;
}

.enquiry input,
.enquiry textarea {
	padding: 5px 10px;
	margin: 0 0 12px 0;
	width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: none;
	color: #333;
	font-weight: 400;
	font-size: 12px;
	border-radius: 0;
	letter-spacing: .8px;
	outline: none;
}

.enquiry textarea {
	height: 110px;
	margin: 0 0 7px 0;
}

.enquiry input[type=submit] {
	background: #c32e00;
	color: #ffffff;
	text-transform: uppercase;
}

.enquiry form ::-webkit-input-placeholder {
	color: #333;
}

.enquiry form ::-moz-placeholder {
	color: #333;
}

.enquiry form :-ms-input-placeholder {
	color: #333;
}

.enquiry form :-moz-placeholder {
	color: #333;
}

.services {
	padding: 0 0 50px 0;
	position: relative;
	z-index: 2;
}

.services:after {
	position: absolute;
	content: '';
	width: 40%;
	height: 140%;
	right: 0;
	top: 5%;
	opacity: .15;
	z-index: -1;
	background: url(../images/serimg.jpg) no-repeat;
	background-size: 100% auto;
}

.services .thead {
	text-align: left;
}

.serbox {
	padding: 0 !important;
	margin: 12px 0;
}

.serbox2 {
	text-align: right;
}

.serbox .serimg {
	width: 30%;
	float: left;
	padding: 0 30px 0 0;
}

.serbox .serimg img {
	width: 100%;
}

.serbox .sertext {
	width: 70%;
	float: left;
}

.serbox .sertext h4 {
	font-size: 17px;
	text-align: left;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 10px 0;
	color: #333;
}

.serbox .sertext .description {
	padding: 0 0 15px 0;
}

.serbox2 .serimg {
	float: right;
	padding: 0 0 0 30px;
}

.serbox2 .sertext h4 {
	text-align: right;
}

.serbox2 .sertext .description {
	direction: rtl;
}

.dep-pattern {
	position: absolute;
	width: 480px;
	top: 20%;
	left: 50%;
	margin-left: -240px;
	z-index: -1;
}

.dep-pattern img {
	width: 100%;
	opacity: .15;
	animation-name: rotateme;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 40s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 40s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 40s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.rotateme {
	animation-name: rotateme;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: rotateme;
	-moz-animation-duration: 40s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-ms-animation-name: rotateme;
	-ms-animation-duration: 40s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	-o-animation-name: rotateme;
	-o-animation-duration: 40s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotateme {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes rotateme {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
	}
}

.services .owl-nav {
	position: absolute;
	top: -57px;
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.services .owl-carousel .owl-nav button.owl-next,
.services .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 30px;
	background: none;
	font-size: 32px;
	line-height: 22px;
	border: 1px solid #000;
	padding: 0 0 6px 0 !important;
	outline: none;
	top: 0;
	opacity: .5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.services .owl-carousel .owl-nav button.owl-next:hover,
.services .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 1;
}

.services .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.services .owl-carousel .owl-nav button.owl-prev {
	left: auto;
	right: 35px;
}

.services .owl-dots {
	display: none;
}

.whyus {
	position: relative;
	background: url(../images/bg1.jpg) fixed;
	background-size: cover;
}

.whyus:before,
.whyus:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 70px;
	background: url(../images/st.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
	z-index: 9;
	top: 0;
}

.whyus:after {
	background: url(../images/sb.png) no-repeat;
	background-size: 100% 100%;
	top: auto;
	bottom: 0;
}

.whybox {
	padding: 85px 40px !important;
	background: rgba(195, 46, 0, 0.92);
}

.whybox .thead hr {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.whybox .title {
	color: #fff;
}

.whybox .description {
	color: #fff;
	padding: 0;
}

.whybox ul {
	margin: 0;
	padding: 20px 0 0 0;
}

.whybox ul li,
.life ul li {
	list-style: none;
	position: relative;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 15px 30px;
	color: #fff;
	opacity: .8;
}

.whybox ul li:before,
.life ul li:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/icon.png) no-repeat;
	background-size: 100% auto;
	top: 5px;
	left: 0;
}

.life ul li:before {
	background: url(../images/icon2.png) no-repeat;
	background-size: 100% auto;
}

.texts {
	padding: 50px 0;
}

.texts .description {
	font-family: 'Aladin', cursive;
	font-size: 21px;
	text-align: center;
	padding: 0;
	line-height: 38px;
}

.texts .description img {

	width: 20px;

	display: inline-block;

	margin: 0 16px;

	vertical-align: 8px;
}

.life {
	padding: 50px 0 120px 0;
	position: relative;
}

.life:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 110%;
	top: -10%;
	left: 0;
	z-index: -1;
	opacity: .35;
	background: url(../images/bg2.jpg);
	background-size: cover;
	background-position: top left;
}

.lifebox {
	padding: 0 !important;
}

.lifebox .thead {
	text-align: left;
}

.lifebox .title {
	font-size: 23px;
}

.life ul {
	margin: 0;
	padding: 0;
}

.life ul li {
	color: #333;
}

.testimonials {
	position: relative;
	margin-top: -80px;
	padding: 0 0 20px 0;
}

.testimonialsin {
	background: #fff;
	padding: 40px 30px !important;
	border-radius: 25px;
}

.tesbox .description {
	text-align: center;
	padding: 5px 0 15px 0;
}

.tesbox h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 800;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 15px 0;
	color: #333;
}

.tesbox h4 span {
	font-weight: 500;
	font-size: 13px;
}

.owl-dots {
	text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #c32e00;
}

.owl-theme .owl-dots .owl-dot span {
	background: #a2a1a1;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot {
	outline: none;
	margin: 0 5px;
}

footer {
	margin: 60px 0 0 0;
	padding: 0;
	background: #323b42;
}

.fcall {
	background: #c32e00;
	padding: 20px 30px !important;
	border-radius: 100px;
	margin-top: -75px;
	margin-bottom: 50px;
	text-align: center;
}

.fcall .description {
	padding: 0 0 10px 0;
	text-align: center;
	color: #fff;
	font-size: 21px;
	line-height: 36px;
}

.fcall .description a {
	color: #fff;
	font-weight: 700;
}

.fcall .btn1 {
	color: #ff0;
	border-color: #ff0;
}

.fcall .btn1:hover,
.fcall .btn1:focus {
	color: #c32e00;
	background: #ff0;
}

footer .thead {
	text-align: left;
}

footer .thead hr {
	opacity: .4;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

footer .title {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.fbox {
	padding: 0 20px 0 0 !important;
}

.fbox .description {
	padding: 0 0 8px 0;
	text-align: left;
	color: #ababab;
}

.fbox .description svg {
	margin: 0 3px 0 0;
}

.fbox .social ul {
	text-align: left;
}

.fbox .social ul li a {
	margin: 0 15px 0 0;
	color: #ababab;
}

.fbox2 {
	padding: 0 !important;
}

.fbox2 ul {
	margin: 0;
	padding: 0;
}

.fbox2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 33.3333%;
	float: left;
}

.fbox2 li a {
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0 0 7px 20px;
	color: #ababab;
	display: inline-block;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.fbox2 ul li a:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/icon.png) no-repeat;
	background-size: 100% auto;
	top: 8px;
	left: 0;
}

.fbox2 li a:hover,
.fbox2 li a:focus {
	color: #fff;
}

.disclaimer {
	border: 1px dashed #545e67;
	margin: 40px 0;
	text-align: center;
}

.disclaimer h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 800;
	line-height: 15px;
	margin: 0;
	top: -11px;
	position: relative;
	letter-spacing: .4px;
	padding: 0 9px;
	color: #8a8a8a;
	background: #323b42;
	display: inline-block;
}

.disclaimer .description {
	font-size: 13px;
	color: #8a8a8a;
	text-align: center;
	padding: 0 0 15px 0;
}

.fcopy {
	padding: 15px;
	background: #293035;
}

.fcopy .description {
	text-align: center;
	padding: 0;
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
	opacity: .7;
}

.fcopy .description a {
	color: #ffffff;
}

.to-top {
	position: fixed;
	z-index: 8;
	bottom: 15px;
	right: 15px;
	display: none;
	z-index: 9;
}

.to-top a.back-to-top {
	display: block;
	text-align: center;
	color: #c32e00;
	font-size: 17px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 25px;
	background: #ffffff;
	border: 2px solid #c32e00;
	opacity: 0.5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.to-top a.back-to-top:hover {
	opacity: 1;
	color: #c32e00;
}

@media only screen and (max-width: 1200px) {
	.mainmenu li a {
		font-size: 12px;
		padding: 0 12px;
	}

	.slide-banner:before,
	.slide-banner:after {
		height: 35px;
	}

	.slidetext h2 {
		font-size: 33px;
		line-height: 38px;
	}

	.slide-banner:hover .carousel-control.left,
	.slide-banner .carousel-control.left {
		left: 15px;
	}

	.slide-banner:hover .carousel-control.right,
	.slide-banner .carousel-control.right {
		right: 15px;
	}

	.slidetext {
		width: 420px;
		top: 33%;
	}

	.enquiry h3 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.ableft {
		padding: 0 22px 0 0 !important;
	}

	.title {
		font-size: 23px;
		line-height: 30px;
	}

	.whyus:before,
	.whyus:after {
		height: 50px;
	}

	.whybox {
		padding: 65px 30px !important;
	}

	.texts .description {
		font-size: 19px;
		line-height: 31px;
	}

	.lifebox .thead {
		text-align: center;
	}

	.fbox2 li {
		width: 50%;
	}

	.fbox2 li a {
		padding: 0 0 2px 20px;
	}

	.about:before,
	.services:after {
		display: none;
	}
}


@media only screen and (max-width: 992px) {
	.menubanner {
		padding: 8px 15px 10px 15px;
	}

	.logo img {
		width: 200px;
	}

	#side-menu-icon {
		top: 46px;
	}

	#menu.active {
		top: -46px;
	}

	.topright {
		margin: 0;
	}

	.mainmenu {
		text-align: left;
	}

	.mainmenu li {
		display: block;
	}

	.mainmenu li a {
		font-size: 12px;
		padding: 5px 0;
		border-bottom: 1px dashed #ccc;
	}

	.mainmenu li:last-child a {
		background: none;
		color: #333;
		border-radius: 25px;
		margin: 0;
		border-bottom: 0px dashed #ccc;
	}

	.mainmenu li a:hover,
	.mainmenu li:last-child a:hover {
		color: #c32e00;
	}

	.fixheader #side-menu-icon {
		top: 4px;
	}

	.fixheader #menu.active {
		top: -4px;
	}

	.fixheader .logo img {
		width: 175px;
	}

	.slide-banner:before,
	.slide-banner:after {
		height: 25px;
	}

	.abright,
	ableft {
		width: 100%;
	}

	.enquiry {
		margin: 0;
	}

	.slide-banner .carousel-control.left,
	.slide-banner .carousel-control.right {
		width: 25px;
		height: 25px;
		padding: 6px;
	}

	.slidetext {
		width: 350px;
		top: 33%;
	}

	.slidetext h2 {
		font-size: 23px;
		line-height: 29px;
		padding: 10px 0 0 0;
	}

	.slidetext hr {
		width: 35px;
		height: 3px;
	}

	.about {
		padding: 30px 0;
	}

	.enquiry h3 {
		font-size: 15px;
		letter-spacing: 0.4px;
	}

	.ableft {
		margin: 30px 0 0 0;
		padding: 0 !important;
	}

	.ableft .thead {
		text-align: center;
	}

	.title,
	.title span,
	.lifebox .title {
		font-size: 19px;
		line-height: 26px;
	}

	.ableft .description {
		text-align: center;
	}

	.btn1 {
		font-size: 12px;
		line-height: 32px;
		padding: 0 15px;
	}

	.dep-pattern {
		display: none;
	}

	.services {
		padding: 0 0 20px 0;
	}

	.whyus {
		padding: 60px 0;
	}

	.whyus:before,
	.whyus:after {
		height: 30px;
	}

	.whybox {
		padding: 20px !important;
	}

	.texts {
		padding: 30px 0 0 0;
	}

	.texts .description {
		font-size: 17px;
		line-height: 30px;
	}

	.texts .description img {
		width: 15px;
		margin: 0 10px;
		vertical-align: 7px;
	}

	.life {
		padding: 50px 0 30px 0;
	}

	.testimonials {
		padding: 30px 0 0 0;
		margin: 0;
	}

	.testimonialsin {
		background: #fff;
		padding: 0 15px !important;
	}

	.fcall {
		padding: 15px !important;
		margin: 0 0 25px 0;
		border-radius: 15px;
	}

	footer {
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}

	.fcall .description {
		font-size: 15px;
		line-height: 26px;
	}

	footer .thead {
		text-align: center;
	}

	footer .thead hr {
		width: 35px;
	}

	footer .title {
		font-size: 18px;
		line-height: 20px;
	}

	.fbox .description,
	.fbox .social ul {
		text-align: center;
	}

	.fbox {
		padding: 0 !important;
	}

	.fbox2 {
		margin: 20px 0 0 0;
	}

	.fbox2 li {
		width: 33.3333%;
	}

}


@media only screen and (max-width: 768px) {
	.slidetext {
		width: 235px;
		top: 31%;
	}

	.slidetext h2 {
		font-size: 18px;
		line-height: 23px;
		padding: 7px 0 0 0;
	}

	.slide-banner:hover .carousel-control.left,
	.slide-banner .carousel-control.left {
		left: 6px;
	}

	.slide-banner .carousel-control.left,
	.slide-banner .carousel-control.right {
		width: 18px;
		height: 18px;
		padding: 3px;
	}

	.slide-banner:hover .carousel-control.right,
	.slide-banner .carousel-control.right {
		right: 6px;
	}

	#side-menu-icon {
		top: 4px;
	}

	#menu.active {
		top: -4px;
	}

	.slide-banner:before,
	.slide-banner:after {
		height: 18px;
	}

	.about {
		padding: 20px 0;
	}

	.ableft {
		margin: 20px 0 0 0;
	}

	.title,
	.title span,
	.lifebox .title {
		font-size: 18px;
		line-height: 24px;
	}

	.description,
	.whybox ul li,
	.life ul li {
		font-size: 13px;
		line-height: 26px;
	}

	.serbox .serimg {
		width: 45%;
		float: none;
		padding: 0;
		margin: 0 auto 15px auto;
	}


	.serbox .sertext {
		width: 100%;
		float: none;
	}

	.serbox {
		border: 1px solid #ccc;
		padding: 15px !important;
		text-align: center;
		margin: 0 0 15px 0;
	}

	.serbox .sertext h4,
	.serbox .sertext .description {
		text-align: center;
	}

	.services .thead {
		text-align: center;
	}

	.services .owl-carousel .owl-nav button.owl-next,
	.services .owl-carousel .owl-nav button.owl-prev {
		width: 23px;
		font-size: 27px;
		line-height: 15px;
	}

	.services .owl-nav {
		top: auto;
		bottom: 0;
	}

	.services .owl-carousel .owl-nav button.owl-next {
		right: 50%;
		margin-right: -27px;
	}

	.services .owl-carousel .owl-nav button.owl-prev {
		left: 50%;
		right: auto;
		margin-left: -27px;
	}

	.services {
		padding: 0 0 40px 0;
	}

	.whyus {
		padding: 40px 0;
	}

	.whyus:before,
	.whyus:after {
		height: 20px;
	}

	.life {
		padding: 25px 0 15px 0;
	}

	.whybox ul li,
	.life ul li {
		padding: 0 0 10px 25px;
	}

	.whybox ul li:before,
	.life ul li:before {
		width: 15px;
		height: 15px;
		top: 7px;
	}

	.fcall .description {
		font-size: 14px;
		line-height: 21px;
	}

	.fbox2 li {
		width: 50%;
	}

	.disclaimer {
		margin: 26px 0;
	}

	.fcopy .description {
		font-size: 11px;
	}

	.to-top a.back-to-top {
		font-size: 13px;
		width: 27px;
		height: 27px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.logo img {
		width: 175px;
	}

	.thead {
		padding: 0 0 10px 0;
	}

	.thead hr {
		width: 34px;
		height: 8px;
	}

	.slidetext {
		width: 43%;
		top: 31%;
		left: 10%;
	}

	.slidetext hr {
		width: 25px;
		height: 2px;
	}

	.slidetext h2 {
		font-size: 12px;
		line-height: 16px;
		padding: 5px 0 0 0;
		letter-spacing: .4px;
	}

	.serbox .serimg {
		width: 65%;
	}

	.whybox {
		padding: 13px !important;
	}

	.texts .description {
		font-size: 16px;
		line-height: 28px;
	}

	.texts .description img {
		width: 11px;
		margin: 0 7px;
	}

	.lifebox .title {
		font-size: 17px;
		line-height: 24px;
	}

	.fcall {
		padding: 15px 10px !important;
	}

	.fcall .description {
		font-size: 12px;
		line-height: 21px;
	}

	.fbox2 li {
		width: 100%;
		text-align: center;
	}

	.fcopy {
		padding: 10px 15px;
	}

	.fcopy .description {
		font-size: 11px;
		line-height: 19px;
	}

	.serbox .sertext h4 {
		font-size: 15px;
		line-height: 21px;
	}

}
