* {
	margin: 0;
	padding: 0;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
p {
	border: medium none;
	margin: 0;
	padding: 0;
}

a,
input,
select,
textarea {
	margin: 0;
	outline: medium none;
	padding: 0;
}

html {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img,
fieldset {
	border: 0 none;
}

a {
	border: medium none;
	outline: medium none;
}

input[type="search"] {}

img {
	border: medium none;
	height: auto;
	max-width: 100%;
	outline: medium none;
	vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
}

div,
h1,
h2,
h3,
h4,
span,
p,
input,
form,
img,
hr,
img,
a {
	border: medium none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

ul::after {
	clear: both;
	content: "";
	display: block;
}

ul {
	list-style: outside none none;
}

body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	font-family: 'Catamaran', sans-serif;
}
.header {
	padding: 15px 0;
	position: absolute;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	z-index: 999;
	left:0;
	width:100%;
	top:0;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	background: #fff;
}
.header.fixed .logo{
	display:none;
}
.logo {
	margin: 0px 0 0 0;
	padding: 0;
	display: block;
	z-index: 1;
	transition:all 0.5s;
}
.logo2 {
	display:none;
	width:auto;
	transition:all 0.5s;
}

.header.fixed .logo2{
	display:block;
	width:50px;
	transition:all 0.5s;
}
.none{
	display:none;
}
.col-sm-9.col-xs-4.menu {
    margin: 0 auto;
    display: table;
    float: none;
}
.header.fixed .col-sm-9.col-xs-4.menu {
    margin: 0;
    display: inherit;
    float: left;
}
.header.fixed .none{
	display:block;
}
.header.fixed .navigation ul li a {
	color: #212121;
	padding: 11px 20px;
}
.header.fixed .navigation ul li a:hover {
	color: #b10004;
}
.header.fixed .navigation ul li:last-child a{
   padding: 12px 40px;
   color: #fff;
}
.header.fixed .navigation ul li:last-child a:hover{
   color: #fff;
}
.closebtn{
	display:none;
}
.header-inner {
	padding: 10px 0;
}
h1.mobile-menu {
	display: none;
}
.navigation {
	padding: 0px 0 0px 0;
}
.navigation ul {
	list-style: none;
	text-align:center;
}
.navigation ul li {
	display: inline-block;
}
.navigation ul li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	display: block;
	text-decoration: none;
	padding:34px 20px;
}
.navigation ul li:last-child a{
	border-radius:30px;
	background: #b10004; 
    background: -webkit-linear-gradient(right, #b10004 , #fa363a);
    background: -o-linear-gradient(right, #b10004, #fa363a);
    background: -moz-linear-gradient(right, #b10004, #fa363a);
    background: linear-gradient(to right, #b10004 , #fa363a); 
	color:#fff;
	font-weight: 600;
	padding: 12px 40px;
}
.navigation ul li:last-child a:hover{
	color:#fff;
	background: #b10004; 
    background: -webkit-linear-gradient(right, #fa363a , #b10004);
    background: -o-linear-gradient(right, #fa363a, #b10004);
    background: -moz-linear-gradient(right, #fa363a, #b10004);
    background: linear-gradient(to right, #fa363a , #b10004); 
	text-decoration:none;
}
.navigation ul li a:hover {
	color: #fff;
	text-decoration:underline;
}
.banner-sec{
	position:relative;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: none;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.40);
}

.carousel-caption-b {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.carousel-caption-c {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.banner-sec h1 {
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight:900;
	padding-bottom:20px;
	padding-top:250px;
	letter-spacing:1px;
}
.banner-sec p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight:400;
	padding-bottom:30px;
	letter-spacing:1px;
}
a.read-btn {
	border-radius: 30px;
	width: 200px;
	height: 50px;
	background: #b10004; 
    background: -webkit-linear-gradient(right, #b10004 , #fa363a);
    background: -o-linear-gradient(right, #b10004, #fa363a);
    background: -moz-linear-gradient(right, #b10004, #fa363a);
    background: linear-gradient(to right, #b10004 , #fa363a); 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	border: none;
	line-height:54px;
	text-align:center;
}
a.read-btn:hover{
	background: #b10004; 
    background: -webkit-linear-gradient(right, #fa363a , #b10004);
    background: -o-linear-gradient(right, #fa363a, #b10004);
    background: -moz-linear-gradient(right, #fa363a, #b10004);
    background: linear-gradient(to right, #fa363a , #b10004); 
}
.banner-sec .carousel-inner {
    height: 100%;
}
.banner-sec .carousel-inner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.banner-sec .carousel, .item, .active {
    height: 100%;
}
.banner-sec {
    height: 100vh;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
h2.title-name{
	color:#323232;
	font-size:40px;
	font-weight:700;
	text-align:center;
	padding-bottom:30px;
}
.client-sec iframe{
	width:100%;
	height:400px;
	border:solid 5px #fff;
	box-shadow:0 0 10px rgba(0,0,0,.10);
}
.client-sec h2.title-name{
	color:#fff;
}
.owl-theme .owl-dots .owl-dot{
	display:none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #bebebe;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #269519;
}

.owl-prev {
	left: 10px;
	position: absolute;
	top: 40%;
	color: transparent;
	color: transparent !important;
	background: none !important;
}

.owl-prev:after {
	content: "\f104";
	font-size: 24px;
	width:46px;
	height:46px;
	border-radius:3px;
	color: #fff;
	font-family: 'FontAwesome';
	left: 0;
	position: absolute;
	top: 0px;
	background:#323232;
	line-height:46px;
}

.owl-next {
	right: 10px;
	position: absolute;
	top: 40%;
	color: transparent;
	color: transparent !important;
	background: none !important;
}

.owl-next:after {
	content: "\f105";
	font-size: 24px;
	color: #fff;
	font-family: 'FontAwesome';
	right: 0px;
	position: absolute;
	top: 0px;
	width:46px;
	height:46px;
	border-radius:3px;
	background:#323232;
	line-height:46px;
}

.service-sec{
	background:#fff;
	padding:50px 0;
}
.service-sec p{
    font-size:20px;
	color:#8b8b8b;
	font-weight:300;
	padding:0 0 30px;
	text-align:center;
}
.service-info{
	text-align:center;
	padding-top:20px;
}
.s-icon{
	width:162px;
	height:162px;
	border:solid 7px #b10004;
	text-align:center;
	border-radius:100%;
	line-height:162px;
	box-shadow:0 0 10px rgba(0,0,0,0.30);
	margin:0 auto;
	background:#b10004;
}
.service-info h3{
    font-size:22px;
	color:#2c2c2c;
	font-weight:700;
	padding:25px 0px 10px;
	text-align:center;
	text-transform: uppercase;
}
.service-info p{
    font-size:17px;
	color:#8b8b8b;
	font-weight:400;
	padding:0 0 15px;
	line-height:24px;
	text-align:center;
}
.service-info  a{
    font-size:14px;
	color:#b10004;
	font-weight:700;
	padding:0 0 0px;
	text-align:center;
	text-transform:uppercase;
}
.team-sec{
	text-align:center;
}
.slider-client{
	margin-bottom:30px;
}
.team-sec h3{
	font-size:18px;
	text-transform:uppercase;
	color:#323232;
	padding:20px 0 15px 0
}
.team-sec a{
	display:inline-block;
	margin:0 5px;
}
.team-sec a img{
	width:auto !important;
}
.team-sec .s-btn{
	margin-top:0;
}
#slide1 .item{
	position:relative;
}
#slide1 .item:hover .team-hover{
	opacity:1;
	transition: all 0.5s;
	cursor:pointer;
}
.team-hover{
	position:absolute;
	left::0;
	top:0;
	width:100%;
	height:100%;
    background:rgba(0,0,0,0.60);
	opacity:0;
	transition: all 0.5s;
}
.team-hover-b{
	width:100%;
	height:100%;
    margin:0 auto;
	display:table;
}
.team-hover-c{
	width:100%;
	height:100%;
    vertical-align:middle;
	display:table-cell;
}
.team-hover-c h3{
	font-size:26px;
	text-transform:uppercase;
	color:#fff;
	padding:0px 0 10px 0
}
.team-hover-c h6{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}
.about-sec{
	background: #b10004; 
    background: -webkit-linear-gradient(right, #b10004 , #fa363a);
    background: -o-linear-gradient(right, #b10004, #fa363a);
    background: -moz-linear-gradient(right, #b10004, #fa363a);
    background: linear-gradient(to right, #b10004 , #fa363a); 
	padding:80px 0;
	position:relative;
}
.about-sec p{
	font-size:18px;
	color:#fff;
	padding:0px 0px 30px;
	text-shadow:none;
	line-height:32px;
	display:block;
	text-shadow:none;
	font-weight:400;
	position:relative;
}
.about-sec h2.title-name{
	color:#fff;
	font-size:40px;
	font-weight:700;
	text-align:left;
	padding-bottom:30px;
}
.men-img{
	position: absolute;
    top: 0;
    left: 55%;
    bottom: 0;
    right: 0;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center center;
}
.play-btn{
	width:100%;
	height:100%;
	text-align:center;
}
.play-btn-b{
	width:100%;
	height:100%;
	margin:0 auto;
	display:table;
}
.play-btn-c{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.ab-btn {
	border-radius: 30px;
	width: 200px;
	height: 50px;
	background: #fff; 
    background: -webkit-linear-gradient(right, #fff , #f4f4f4);
    background: -o-linear-gradient(right, #fff, #f4f4f4);
    background: -moz-linear-gradient(right, #fff, #f4f4f4);
    background: linear-gradient(to right, #fff , #f4f4f4); 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	display: inline-block;
	letter-spacing: 1px;
	border: none;
	line-height:50px;
	border:solid 2px transparent;
	text-align:center;
}
.ab-btn:hover{
	background: transparent; 
    border:solid 2px #fff;
	color: #fff;
}
.middle-part{
	background:#141414;
	padding:35px 0;
}
.middle-part a.read-btn{
	float:right;
}
.middle-part h3 {
	font-size: 29px;
	color: #fff;
	padding: 10px 0;
	font-weight: 700;
}
.testimonial-sec{
	padding:50px 0 100px;
}
.testimonial-sec p{
	font-size:18px;
	color: #8b8b8b;
	font-weight: 300;
	padding: 0 0 30px;
	text-align: center;
}
.testimonial-sec h4{
	font-size:20px;
	color: #000000;
	font-weight: 700;
	padding: 0 0 5px;
	text-align: center;
}
.testimonial-sec span{
	font-size:14px;
	color: #b10004;
	font-weight: 300;
	padding: 0 0 0px;
	text-align: center;
	display:block;
}

.testimonial-sec .carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #2c2929;
	border-radius: 100%;
	border: transparent;
}

.testimonial-sec .carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin: 0px 3px;
	background-color: #fff;
	border: solid 1px #b10004;
}
.testimonial-sec .carousel-indicators {
    bottom: -60px;
}
.contact-sec{
	background: #b10004; 
    background: -webkit-linear-gradient(right, #b10004 , #fa363a);
    background: -o-linear-gradient(right, #b10004, #fa363a);
    background: -moz-linear-gradient(right, #b10004, #fa363a);
    background: linear-gradient(to right, #b10004 , #fa363a); 
	padding:50px 0;
	position:relative;
}
.about-sec input.form-control{
	border:solid 2px #fff;
	background:transparent;
	color:#fff;
	border-radius:0;
	box-shadow:none;
	height:50px;
	margin-bottom:10px;
	font-size:16px;
}
.about-sec textarea.form-control{
	border:solid 2px #fff;
	background:transparent;
	color:#fff;
	border-radius:0;
	box-shadow:none;
	height:150px;
	margin-bottom:20px;
}
.about-sec input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.about-sec input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.about-sec input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.about-sec input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.about-sec textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.about-sec textarea.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.about-sec textarea.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.about-sec textarea.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.footer{
	background:#000000;
	padding:20px 0;
}
.footer a{
	text-align:right;
	padding:0 5px;
	display:inline-block;
	color:#d5d5d5;
	font-size:16px;
}
.footer p{
	text-align:left;
	color:#d5d5d5;
	font-size:16px;
}
.f-right{
	text-align:right;
}
.video-model .modal-dialog {
	width: 700px;
	margin: 100px auto;
}
.video-model  .modal-header {
	min-height: inherit;
	padding: 20px 25px 20px;
	border-bottom: none;
}
.video-model iframe{
	height:380px;
	width:100%;
}	
.close {
	font-size: 34px;
}
/*********  19-Dec-2018    ************/
.msg-sent h1 {
    margin-top: 10px;
    color: #fff;
}