@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
	font-family: 'Lato-Regular';
}
a, a:hover
{
	text-decoration:none;
}
li
{
	list-style:none;
	display:inline-block;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: 'Lato-Light';
    src: url(../fonts/Lato-Light.ttf);
}
@font-face {
    font-family: 'Lato-Regular';
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: 'lato-heavy';
    src: url(../fonts/lato-heavy.ttf);
}

.color-white
{
	color:#fff;
}
.color-black
{
	color:#323643;
}

.slider .item  img
{
	height:600px;
	width:100%;
}
.carousel-control img
{
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
header
{
	background:#313131;
	padding:25px 0px;
}
.menu ul li
{
	list-style:none;
	display:inline-block;
	padding:0px 25px;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Lato-Bold';
	letter-spacing: 0.2px;
	color:#fff;
}
.menu ul li a
{
	color:#fff;
	text-decoration:none;
	padding-bottom:8px;
	cursor:pointer;
	font-family: 'Lato-Bold';
}
.menu ul li:last-child
{
	background:#2176ff;
	padding:6px 20px;
	border-radius:20px;
}

.menu ul li a:last-child.active
{
	border-bottom:none;
}
.menu ul li a.active
{
	border-bottom:3px solid #2176ff !important;
}
.whatwedo
{
	background:#fff;
	padding:50px 0px;
}
.whatwedo p
{
	font-family: 'Lato-Light';
	text-align:justify;
	font-size:21px;
	-webkit-font-smoothing: antialiased;
	padding-bottom:20px;
}
.whatwedo p:last-child
{
	padding-bottom:0px;
}
.our-services
{
	background:#1b1b1b;
	padding:50px 0px;
}
.our-services .col-md-4 p
{
	color:#b7b7b7;
	font-family: 'Lato-Light';
	font-size:18px;
	padding:15px 0px;
	margin:0px;
}
.our-services .col-md-4 a
{
	background:#2176ff;
	padding:6px 15px;
	color:#fff;
	border-radius:20px;
	font-family: 'Lato-Bold';
	font-size:13px;
}
.our-services .col-md-4 p:first-child
{
	padding:0px;
}
.our-services .col-md-4 p:nth-child(2)
{
	text-transform:uppercase;
	font-family: 'Lato-Bold';
	color:#fff;
}
.our-services .col-md-4 p:nth-child(4)
{
	border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    width: 235px;
    margin: auto;
}
.heading, .whatwedo p.heading
{
	text-align:center;
	font-family: 'Lato-Bold';
	font-size:50px;
	padding-bottom:0px;
}
.ready-talk
{
	background:url(../images/system.jpg) no-repeat center center;
	padding:100px 0px;
}
.ready-talk p.heading
{
	font-family: 'lato-heavy';
	font-size:70px;
	padding-bottom:25px;
	line-height:normal;	
}
.ready-talk a
{
	background:#fff;
	padding:6px 15px;
	color:#353535;
	border-radius:20px;
	font-family: 'Lato-Bold';
	font-size:13px;
}
footer
{
	background:#1b1b1b;
	padding:30px 0px;
	border-top:2px solid #fff;
	color:#fff;
	font-family: 'Lato-Regular';
}
footer ul li
{
	margin: 0px 10px;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
}
footer ul li a
{
	color:#3973ff;
	font-family: 'Lato-Regular';
	font-size:18px;
}

/* Services start */
.gallery-img
{
	border:1px solid #ccc;
	padding-bottom:20px;
	cursor:pointer;
	margin:25px auto;
}
.gallery-img p
{
	text-align:center;
	margin:0px;
	color:#090909;
	font-size:20px;
	font-family: 'Lato-Regular';
}
.contents
{
	text-align:justify;
	margin:20px 0px;
	color:#323643;
	font-size:21px;
	font-family: 'Lato-Light';
}
/* Aboutus start */
.about-head
{
	background:url(../images/slider2.jpg) no-repeat center center;
	background-size:cover;
	height:600px;
}
/* contactus start */
.contact-head
{
	background:url(../images/contact-bg.jpg) no-repeat center center;
	background-size:cover;
	height:600px;
}
.staging-head
{
	background:url(../images/staging/1.jpg) no-repeat center center;
	background-size:cover;
	height:600px;
}
.editing-head
{
	background:url(../images/vid-ed.jpg) no-repeat center center;
	background-size:cover;
	height:600px;
}
.contact-head .head, .about-head .head, .services-head .head, .staging-head .head, .editing-head .head
{
	color:#fff;
	font-size:70px;
	text-align:center;
	padding-top:100px;
	font-family: 'lato-heavy';
}
input, textarea
{
	height:60px;
	margin:15px auto;
	width:100%;
	padding-left:25px;
	border:1px solid #c1c1c1;
}
textarea
{
	height:auto;
	padding-top:15px;
}
.contact-head header, .about-head header, .services-head header, .staging-head header, .editing-head header
{
	opacity:0.8;
}
.contact-submit 
{
	border-radius:0px;
	background:#1e6bef;
	color:#fff;
	font-size:17px;
	width:200px;
	height:60px;
	border:none;
	margin-top:15px;
}
.contact-details
{
	background:#1e6bef;
	padding:70px 0px;
}
.contact-details .col-md-4 p
{
	text-align:center;
	color:#fff;
	font-size:22px;
	padding-top:20px;
	font-family: 'Lato-Bold';
}
/* Video Editing Start */
.editing p
{
	text-align:justify;
	color:#323643;
	font-size:21px;
	font-family: 'Lato-Light';
}
.editing p.head
{
	color:#1e6bef;
	font-family: 'Lato-Bold';
	font-size:35px;
	margin:0px;
}
.faq
{
	background: url(../images/faq.png) no-repeat top left;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
	margin-top:30px;
}
.faq:last-child
{
	border:none;
}
.faq p
{
	padding-left:80px;
	margin:0px;
	padding-bottom:0px;
}
.faq p.head
{
	color:#191919;
	font-family: 'Lato-Bold';
	font-size:23px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.dropdown-menu
{
	padding:0px;
    top: 58px;
    left: -40px;
}
.dropdown-menu li, .dropdown-menu li:last-child
{
	background:#1b1b1b;
	width:100%;
	padding:0px !important;
	text-align:center;
}
.dropdown-menu li:last-child
{
	background:#1b1b1b !important;
	padding:6px 0px !important;
	border-radius:0px !important;
}
.dropdown-menu li a
{
	width:100%;
	padding:6px 25px !important;
	border-bottom:1px solid #000  !important;
	
}
.dropdown-menu li a:last-child
{
	border:none;
}
.icon-bar
{
	background-color:#fff;
}
.carousel-control.right img
{
	left:-50px;
}
.gallery-img img
{
	height:320px;
}
/*  popup box  */
#popupBox {background:#fff;display:none;border:3px solid #ccc}
#popupBox2, #popupBox3 {background:#fff;display:none;}
#popupBox2 td, #popupBox3 td {background:#fff;padding:0}
#popupBox2 .popupContent {}
.contentBox {overflow-y:scroll;height:270px}
.popupContent {background:#fff;}
.popupContent .popClose {float:right;display:block;height:16px;width:16px;background:url(img/closeBut.jpg) no-repeat;text-indent:-9000px}
.popupClose {display:block;position:absolute;top:5px;right:5px;height:16px;width:16px;text-indent:-9000px;background:url(img/closeBut.jpg) no-repeat}
.galleryTitle{display:none !important;}
.popupContent .pop2 {font-size:1.2em;text-align:center;padding:30px}
.popupContent .galleryTitle {position:relative}
.galleryControls {overflow:hidden;line-height:40px}
.galleryControls a {font-size:1.2em;font-weight:bold;text-decoration:none;color:#333;text-transform:uppercase}
.galleryControls .prev {float:left;margin-left:20px}
.galleryControls .next {float:right;margin-right:20px}
.galleryControls p {text-align:center;}
.imageDesc {display:none;}
.popupBtns {padding:20px}
.popupBtns input {margin-right:20px;font-size:14px;}

.services-head
{
	background:url(../images/hdr/hdr1.jpg) no-repeat center center;
	background-size:cover;
	height:600px;
}
.modal-header {
    padding: 15px 0px 0px 15px;
  }
.modal-header .col-xs-6
{
	font-size:17px;
}
.modal-header .close {
        margin-top: -28px;
    background: #323643;
    padding: 2px 7px 5px;
    border-radius: 50px;
    color: #fff;
    opacity: 1;
}
.carousel-inner>.item>img
{
	height:500px;
}
.carousel-control.left , .carousel-control.right{
background-image:none;
}
@media only screen and (max-width:768px)
{
	.gallery-img
	{
		width:367px;
		margin:25px auto;
	}
	.menu ul li
	{
		width:100%;
		padding:20px 0px;
	}
	header .col-md-8
	{
		text-align:left !important;
	}
	.menu ul li:last-child
	{
		max-width:150px;
	}
	.dropdown ul li:last-child
	{
		max-width:100%  !important;
	}
	header .col-md-4, footer .col-md-7, footer .col-md-5
	{
		text-align:center;
	}
	footer .col-md-7
	{
		padding-bottom:20px;
	}
	.navbar-collapse
	{
		border:none !important;
		box-shadow:none;
	}
	
	.navbar-toggle
	{
		position:absolute;
		top:-60px;right:0px;
	}
	.carousel-inner>.item>img
	{
		height:300px;
	}
}
@media only screen and (max-width:640px)
{
	.heading, .whatwedo p.heading, .ready-talk p.heading, .contact-head .head, .about-head .head, .editing p.head, .services-head .head, .staging-head .head, .editing-head header
	{
		font-size:30px;
	}
	.slider .item  img
	{
		height:400px;
	}
}
@media only screen and (max-width:480px)
{
	.gallery-img
	{
		width:100%;
	}
	.gallery-img img
	{
		height:auto;
	}
	.carousel-inner>.item>img
	{
		height:250px;
	}
}