@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	src: url("fonts/fa-light-300.eot");
	src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.woff") format("woff"), url("fonts/fa-light-300.ttf") format("truetype"), url("fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
input, textarea, select, ol, ul, li, a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-decoration: none;
	outline: none;
}
a, a:hover, a:focus {
	cursor: pointer;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	text-decoration: none;
	outline: none;
	text-decoration: none;
}
button {
	cursor: pointer;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.error{color:#f00;font-size:12px;}
header {
	margin: 0;/* padding: 20px 0; */

}
.sticky {
	position: fixed;
	z-index: 999;
	top: 0;
	background: #CC0000;
}
header, .main-sel, footer {
float: left;
width: 100%;
overflow-x: hidden;
}
.main-sel ul {
	padding: 0;
}
.main-sel ul li {
	list-style: none;
}
.main-nav nav ul li a:hover, .main-nav nav ul .active, .main-nav nav ul .current-menu-item a, .main-nav nav ul li a:focus {
	color: #000;
}
#mainNav {
	padding: 0;
}
.logo img {
	width: 100%;
}
.main-nav .number {
	font-size: 24px;
	font-weight: 600;
	color: #158fd2;
	margin-left: 15px;
}
.g-bg{
	background:#FCFCFC;
}
.top-s-box {
	display: inline-flex;
	width: 100%;
	justify-content: right;
	display: -webkit-inline-flex;
	-webkit-justify-content: right;
	-webkit-align-items: center;
}
.top-s-box .stop-icons {
	float: right;
	display: table;
}
.stop-icons li {
	float: left;
	margin: 0 6px;
}
.stop-icons li a {
	color: #148ecf;
	border: 2px solid #148ecf;
	border-radius: 100%;
	font-size: 12px;
	height: 26px;
	width: 26px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
}
.stop-icons li a:hover {
	color: #fff;
	background: #148ecf;
}
.main-banner {
	background: url(images/h1.jpg) no-repeat center;
	background-size: cover;
}
.over-baner {
	background: rgba(0, 0, 0, 0.5);
}
.baner-overtext {
	margin-top: 10%;
}
.baner-overtext h1 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
	display: block;
	color: #fff;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.tick li {
	display: inline-flex;
	width: 100%;
	margin-bottom: 12px;
}
.tick li i {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}
.tick li p {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
}
.blue-form p:last-child {
	margin-bottom: 0px;
}
.tick li i {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	display: table;
	margin-right: 10px;
}
.blue-form {
	background: #CC0000;
	color: #fff;
	padding: 40px;
	text-align: center;
	width: 90%;
	float: right;
}
.blue-form h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.blue-form p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.blue-form form input, .blue-form form textarea {
	width: 100%;
	display: block;
	padding: 10px 15px;
	background: #fff;
	border: 0;
	border-radius: 5px;
	color: #a6a6a6;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 17px;
	outline: none;
}
.blue-form form button {
	width: 100%;
	display: block;
	padding: 10px 15px;
	background: #000;
	border: 0;
	border-radius: 5px; 
	color: #fff;
	margin-bottom: 5px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 19px;
	outline: none;
}
.blue-form form button:hover, .ser-butn a:hover, .con-form form button:hover, .butn-fulcon a:hover {
	opacity: 0.8;
}
.blue-form .arrow {
	position: absolute;
	top: 0;
	left: -141px;
}

.practice .icon-tex {
	background: #fff;
}
.who-box h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	color: #CC0000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.who-box p {
	line-height: 28px;
	font-size: 18px;
	line-height: 24px;
	color: #757575;
	font-weight: 300;
}
.who-pic img {
	width: 100%;
} 
.who-box h2 a {
	font-size: 24px;
	line-height: 28px;
	color: #353d47;
	font-weight: 600;
	margin: 0 0 15px;
	display: inline-block;
}
.who-box h2 a:hover {
	color: #CC0000;
}
.icon-tex {
	border: 1px solid #e8e8e8;
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 30px;
}
.icon-tex i {
	overflow: hidden;
	border-radius: 100%;
	height: 107px;
	width: 107px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	margin-bottom: 20px;
	background: #cc0001;
}
.practice .icon-tex i img {
	transform: scale(0.5);
}
.icon-tex i img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.icon-tex h3 a {
	font-size: 20px;
	line-height: 28px;
	color: #353d47;
	font-weight: 600;
	margin: 0 0 15px;
	display: inline-block;
}
.icon-tex h3 a:hover {
	color: #CC0000;
}
.icon-tex p {
	line-height: 28px;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight: 300;
}
.why-arebox {
	background: url(images/h4.jpg) no-repeat center;
	background-size: cover;
}
.who-box.white-tex h1, .who-box.white-tex p {
	color: #fff;
}
.whit-tex {
	background: #fff;
	padding: 40px;
}
.whit-tex i {
	margin-bottom: 20px;
	display: inline-block;
}
.why-arebox .whit-tex i {
	margin-bottom: 20px;
	display: inline-block;
	background: #c00;
	border-radius: 100px;
	height: 100px;
	width: 100px;
	padding: 15px;
}
.whit-tex i img {
	width: 100%;
}
.whit-tex h3 a {
	font-size: 20px;
	line-height: 28px;
	color: #353d47;
	font-weight: 800;
	margin: 0 0 15px;
	display: inline-block;
}
.whit-tex h3 a:hover {
	color: #CC0000;
}
.whit-tex p {
	line-height: 28px;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight: 300;
}
.src-photo {
	height: 250px;
}
.src-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.src-tex {
	padding-top: 20px;
}
.src-tex h4 a {
	font-size: 20px;
	line-height: 28px;
	color: #CC0000;
	font-weight: 800;
	margin: 0 0 15px;
	display: inline-block;
}
.src-tex h4 a:hover {
	color: #757575;
}
.src-tex p {
	line-height: 28px;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight: 300;
}
.ser-butn a {
	display: inline-block;
	background: #000000;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	padding: 10px 25px;
}
.con-form form button:hover, .butn-fulcon a:hover{
	background: #CC0000 !important;
}
.men-box {
	background: url(images/h8.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.over-blue {
	background: rgba(0,0,0,0.5);
}
.icon-men i {
	color: #fff;
	/* border: 1px solid #fff; */
	width: 90px;
	height: 90px;
	font-size: 26px;
	line-height: 90px;
	margin-bottom: 15px;
	background: #c00;
	border-radius: 100px;
}
.faq-box .qu-box h3 {
	background: #c00;
	color: #fff;
	padding: 10px;
}
.icon-men h1 {
	color: #f5f5f5;
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
}
.icon-men p {
	position: unset;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	color: #f5f5f5;
	font-weight: 400;
}
.filter-bun {
	display: table;
	margin: 0 auto 20px;
	text-align: center;
}
.filter-bun li {
	float: left;
	margin: 0 5px 10px 0;
}
.filter-bun li button {
	background: #000000;
	color: #fff;
	font-size: 18px;
	border: 2px solid #000000;
	padding: 10px 20px;
}
.filter-bun li button:focus {
	background: #fff;
	color: #000000;
	box-shadow: none;
}
.gall-photo {
	/* height: 300px */;
	margin-bottom: 15px;
	overflow: hidden;
}
.gall-photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gall-overbox {
	position: absolute;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 0%;
	bottom: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.pic-gall:hover .gall-overbox {
	width: 100%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
.pic-gall:hover .gall-overbox .scroll-height p {
	padding: 15px;
}
.gall-overbox a {
	background: #CC0000;
	color: #fff;
	width: 50px;
	display: none;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	text-align: center;
	line-height: 50px;
}
.gall-overbox a:hover {
	background: #2f3945;
	color: #fff;
}
.pic-gall:hover .gall-overbox a {
	display: block;
}
.our-blog .src-tex h4 a {
	font-size: 20px;
	line-height: 28px;
	color: #CC0000;
	font-weight: 400;
	margin: 0 0 5px;
	display: inline-block;
}
.our-blog .src-tex h4 a:hover {
	color: #757575;
}
.our-blog .src-tex h5 a {
	font-size: 16px;
	line-height: 28px;
	color: #CC0000;
	font-weight: 400;
	margin: 0 0 5px;
	display: inline-block;
}
.our-blog .src-tex h5 a:hover {
	color: #757575;
}
.our-blog .src-tex {
	padding: 20px;
}
.pic-gall {
	margin-bottom: 30px;
}
.pic-gall h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #353d47;
	text-align: center;
}
.ful-con {
	background: url(images/u8.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
.ful-con h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.ful-con p {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}
.butn-fulcon a {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #CC0000;
	border-radius: 5px;
	padding: 20px 35px;
}
.butn-fulcon a:hover {
	background: #000 !important;
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 60px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: auto;
	top: auto;
	bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	display: table;
	margin: 0 auto;
}
#quote-carousel .carousel-indicators li {
	width: 180px;
	height: 180px;
	cursor: pointer;
	margin: 15px;
	box-shadow: none;
	display: inline-block;
	opacity: 0.4;
	transition: all .4s ease-in;
	vertical-align: middle;
	text-indent: unset;
	background: none;
	text-align: center;
}
#quote-carousel .left.carousel-control {
	position: absolute;
	bottom: 20%;
	left: 0;
}
#quote-carousel .right.carousel-control {
	position: absolute;
	bottom: 20%;
	right: 0;
}
#quote-carousel .carousel-indicators li img {
	border-radius: 100px;
	margin-bottom: 20px;
	width: 140px;
	height: 140px;
}
#quote-carousel .carousel-indicators .active {
	background: none;
	opacity: 1;
	transition: all .2s;
}
.name-cli h3 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #353d47;
}
.name-cli p {
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight: 400;
	font-style: normal;
}
.carousel-item blockquote {
	border-left: none;
	margin: 0;
}
.carousel-item blockquote::before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
	font-size: 90px;
	position: absolute;
	left: 14px;
	top: 0;
	color: #efefef;
	transform: rotate(-180deg);
}
.carousel-item blockquote {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-left: 100px;
	border-radius: 10px;
	box-shadow: 0 0 3px #999;
}
.qu-box h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
	color: #353d47;
	font-weight: 500;
}
.qu-box p {
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight: 300;
}
.team-box .scroll-height {
	color: #fff;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
.team-box .scroll-height p {
	font-size: 15px;
}
.pic-gall h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #CC0000;
	text-align: center;
    padding-top: 10px;
}
.team-box .gall-photo {
	/* height: 300px; */
	margin-bottom: 15px;
	overflow: hidden;
}
.ourclient .owl-carousel li {
	border: 1px solid #eee;
	padding: 10px;
	text-align: center;
	height: 80px;
}
.ourclient .owl-carousel li a img {
	width: auto;
	max-width: 100%;
	text-align: center;
	display: table;
	margin: 0 auto;
}
.owl-controls .owl-nav {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #2676bd;
}
.owl-nav div {
	padding: 10px 20px;
}
.owl-prev {
	float: left;
}
.owl-carousel.side-gap .owl-stage-outer {
	border-radius: 6px;
}
.owl-next {
	float: right;
}
.map-box iframe {
	width: 100%;
}
.ft-img img {
	width: 100%;
}
.con-form h2 {
	color: #000;
	font-size: 25px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.con-form p {
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight:300;
	margin: 0 0 20px 0;
}
.con-form form input[type="text"], .con-form form input[type="email"], .con-form form textarea {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 20px;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
.con-form form button {
	padding: 10px 35px;
	background: #000000;
	border: 0;
	border-radius: 0px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 800;
	font-size: 19px;
	outline: none;
	float: right;
}
.ft-box {
	background: #2f3945;
}
.ft-tex h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.ft-tex p {
	color: #b7babc;
	font-size: 16px;
	line-height: 20px;
}
.copy-box {
	background: #111;
}
.copy-box p {
	color: #fff;
	font-size: 14px;
}
.main-nav .navbar-nav li a {
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	letter-spacing: 2px;
}
.start-btn .btn {
	border: 1px solid #fff;
	color: #fff;
	padding: 20px;
	background: #C00;
	padding: 30px 15px;
	font-size: 32px;
	white-space: unset;
	font-weight: bold;
	border-radius: 0px;
}
.main-nav .navbar-toggler {
	border: 1px solid #fff;
	z-index: 999999;
}
.main-nav .fal.fa-bars {
	color: #fff;
}
.g-scroll {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 20px;
	right: 20px;
	display:none;
}
.g-scroll p {
	color: #fff;
	font-size: 14px;
	/* text-transform: capitalize; */
}

.pic-gall:hover .g-scroll {
	display:block;
}
.accordion .card-header {
	padding: 0;
}
.accordion .card-header h2 button {
	background: #c00;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	border-radius: 0px;
	text-align: left;
	padding: 10px 10px;
}
.accordion .card {
	border-radius: 0;
	border: none;
	margin-bottom: 2px;
}
.accordion .card .card-body p {
	font-weight: 400;
	font-size: 15px;
	color: #999;
}
/***

.owl-stage {

	-webkit-transition: all 3s ease !important;

	-moz-transition: all 3s ease !important;

	-o-transition: all 3s ease !important;

	-ms-transition: all 3s ease !important;

	transition: all 3s ease !important;

}

side css

.owl-controls .owl-nav {

  left: 0;

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  color: #2676bd;

}

.owl-nav div {

  padding: 10px 20px;

}

.owl-prev {

  float: left;

}

.owl-carousel.side-gap .owl-stage-outer {

  border-radius: 6px;

}

.owl-next {

  float: right;

}

down css

.owl-controls {

  margin: 20px 0;

  text-align: center;

}

.owl-nav {

  color: #e725a5;

}

.owl-nav div {

  display: inline;

  margin: 0 8px;

  padding: 10px;

}

.owl-dots {

  height: 20px;

  display: table;

  margin: 20px auto;

}

.owl-dots .owl-dot {

  border: 1px solid #fff;

  display: inline-block;

  height: 15px;

  margin: 0 5px;

  width: 15px;

}

.owl-dot.active{

	background:#fff;

	}

	***/



@media (max-width: 1024px) {
}
 @media (max-width: 991px) {
.stop-icons li {
	margin-left: 5px;
	margin-right: 0;
}
.main-nav .number {
	font-size: 14px;
}
.blue-form {
	width: 100%;
}
#quote-carousel .carousel-indicators li img {
	width: 100px;
	height: 100px;
}
#quote-carousel .carousel-indicators li {
	width: 100px;
}
}
 @media (max-width: 800px) {
.gall-photo {
	height: 200px;
}
.who-box h1, .ful-con h1 {
	font-size: 30px;
}
.butn-fulcon a {
	font-size: 20px;
	padding: 12px 35px;
}
}
 @media (max-width: 767px) {
.logo img {
	width: auto;
	max-width: 100%;
	display: table;
	margin: 0 auto 10px;
}
.top-s-box .stop-icons {
	float: none;
	display: table;
	margin: 0 auto 10px;
}
.top-s-box {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	display: block;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.main-nav .number {
	font-size: 14px;
	text-align: center;
	display: table;
	margin: 0 auto;
}
.gall-photo {
	height: 300px;
}
.baner-overtext {
	margin-top: 0;
	margin-bottom: 20px;
}
#quote-carousel .carousel-indicators li {
	margin: 8px;
	width: 70px;
}
#quote-carousel .carousel-indicators li img {
	width: 60px;
	height: 60px;
}
.name-cli h3, .name-cli p {
	font-size: 14px;
}
.carousel-item blockquote {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.carousel-item blockquote::before {
	display: none;
}
}
 @media (max-width: 480px) {
.main-nav .navbar-brand img {
	width: 260px;
}
.baner-overtext h1 {
font-size: 28px;
line-height: 35px;

}
.main-nav .navbar-brand img {
width: 190px;
}
}
