@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
* {
	-webkit-font-smoothing: antialiased !important;
}
html, body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #3baeab;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
p {
	line-height: 24px;
}
a, a:focus, a:hover {
	outline: 0px;
	text-decoration: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type: none;
}
.header {
	background: #3baeab;
	width: 100%;
	display: inline-block;
	padding: 0px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
.top-right {
	padding-top: 25px;
}
.top-social-icon {
	display: inline-block;
	padding-right: 15px;
}
.top-social-icon ul {
	margin: 0px;
	padding: 0px;
}
.top-social-icon ul li {
	display: inline-block;
	padding: 0px 3px;
}
.top-social-icon ul li a {
	font-size: 16px;
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	line-height: 28px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
}
.top-social-icon ul li a:hover {
	border: 1px solid #e6f1d9;
	color: #e6f1d9;
}

/********header*************/

.header .navbar {
	min-height: inherit;
	background-color: transparent;
	border: none;
	margin: 0px;
}
.header .navbar-brand {
	height: auto;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	display: inline-block;
}
.header .navbar-brand img {
	float: left;
}
.header .navbar-nav li:last-child {
	margin-right: 0px;
}
.header .navbar-nav li {
	margin-right: 35px;
	position: relative;
}
.header .navbar-nav li a {
	color: #fff;
	font-size: 18px;
	background: none;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	padding: 10px 10px 15px 10px;
	border-bottom: 4px solid #3baeab;
	text-transform: uppercase;
}
.header .navbar-nav li a:hover, .navbar-default .navbar-nav > li > a:focus, .header .navbar-nav li a.active {
	color: #e6f1d9;
	background: none;
	border-bottom: 4px solid #e6f1d9;
}
.navbar-nav {
	margin-top: 30px;
}
.header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
	color: #e6f1d9;
	background-color:transparent;
	border-bottom: 4px solid #e6f1d9;
}


.main-video {
	width:100%;
	display:inline-block;
	margin-bottom:45px;
	border-radius:30px;
	overflow:hidden;
}

/***********hading**********/


h1.hading-title {
	font-size: 35px;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}
h1.hading-title span {
	background: #3baeab;
	position: relative;
	z-index: 2;
	padding: 0px 20px;
}
h1.hading-title::after {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	background: #fff;
	height: 2px;
	width: 100%;
	top: 50%;
	z-index: 1;
	margin-top: -2px;
}
.services-contant {
	text-align: center;
	padding: 0px 135px 30px 135px;
}
.services-sec {
	width: 100%;
	display: inline-block;
	margin-bottom: 45px;
}
.production-sec h4 {
	color: #00505b;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.points {
	padding-top: 10px;
}
.points li {
	padding: 5px 0px;
	float: left;
	width: 50%;
	color: #00505b;
	position: relative;
	padding-left: 30px;
	text-transform:capitalize;
}

.points li:before {
	content: "\f0c8";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
}
/**********about-sec********/

.about-sec {
	width: 100%;
	display: inline-block;
	padding-bottom: 30px;
}
.about-sec strong {
	color: #fff;
}
.about-sec p {
	margin-bottom: 20px;
}
/**********Work Showcase********/

.workshowcase-sec {
	display: inline-block;
	width: 100%;
	padding-bottom: 40px;
	min-height: 451px;
}
.tab-top {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}
.tab-top .filter-button {
	background: #00505b;
	color: #fff;
	padding: 10px 15px;
	border-radius: 0px;
	border: 1px solid #fff;
	margin: 3px 5px;
}
.filter {
	display:none;
}
.filter.Brand{
	display:inline;
}
.filter h4{
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	padding-top:5px;
}
.filter a h4{
	color:#fff;
}
.tab-top .filter-button:hover, .tab-top .filter-button:focus, .tab-top .active {
	background: #72c9b9;
	color: #010101;
	outline: none;
	box-shadow:none;
	border-color:#fff;
}
.video-outer {
	position: relative;
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	margin-bottom:15px;
}
.video-outer img{
	width:100%;
}
.video-outer .play-iocn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 1;
	width: 50px;
}

button.close {
	padding: 0;
	position: absolute;
	right: -6px;
	z-index: 99;
	background: #19ded9;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	opacity: 1;
	top: -7px;
	color:#000;
}
.close:hover, .close:focus {
	filter: alpha(opacity=80);
	opacity: .8;
}

.all-video .modal-body {
	padding: 20px;
}


/**********contact-sec********/
.contact-bottom {
	padding-bottom: 30px;
}
.contact-bottom li {
	margin-bottom: 10px;
}
.contact-bottom li i {
	margin-right: 5px;
}
.contact-bottom li span {
	float: left;
	padding-right: 5px;
	font-size: 18px;
	color: #00505b;
}
.contact-bottom li p {
	overflow: hidden;
}
.contact-form .form-group {
	margin-bottom: 25px;
}
.contact-form .form-control {
	border: 1px solid #19ded9;
	border-radius: 0px;
	min-height: 55px;
	background: #3baeab;
	box-shadow: none;
	color: #fff;
}
.contact-form textarea.form-control {
	min-height: 205px;
	color: #fff;
}
.contact-form .btn {
	background: #00505b;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 8px 25px;
	border-radius: 0px;
	font-weight: 400;
}
.contact-form .btn .fa {
	padding-right: 6px;
	font-size: 20px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff !important;
 opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #fff !important;
 opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #fff !important;
 opacity:1;
}
textarea::-webkit-input-placeholder {
color: #fff !important;
opacity:1;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
opacity:1;
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
opacity:1;
}
textarea:-ms-input-placeholder {
color: #fff !important;
opacity:1;
}
/************logo-image********/

.logo-slider {
	position: relative;
	padding: 0px 25px;
	margin: 50px 0px 10px 0px;
}
.logo-image {
	border: 1px solid #bbbbbb;
	display: inline-block;
	background: #fff;
	margin:0px 5px;
}
.customNavigation .prev {
	color: #000;
	line-height: 18px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	left: 0px;
	font-size: 35px;
	cursor: pointer;
}
.customNavigation .next {
	color: #000;
	line-height: 18px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	right: 0px;
	font-size: 35px;
	cursor: pointer;
}
/******footer**********/


.bot-footer {
	width: 100%;
	display: inline-block;
	padding: 25px 0px;
	border-top: 1px solid #fff;
	margin-top: 40px;
}
.copy {
	text-align: center;
	font-size: 12px;
	margin: 0px;
	color: #fff;
	display: inline-block;
}
.tagf {
	color: #000;
	font-size: 12px;
}
.social-icon {
	float: right;
}
.social-icon li {
	display: inline-block;
	padding-left: 17px;
}
.social-icon li a {
	font-size: 18px;
	color: #fff;
}
.social-icon li a:hover {
	color: #e6f1d9;
}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top:10px;
}


.example-image-link{
	display:none;
}
.example-image-link.showfirst{
	display:block;
}


.all-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear:both;
}


@media(min-width:768px){
.all-video .col-lg-3, .all-video .col-sm-3, .all-video .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media(max-width:767px){
.all-video .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}