/* ==========================================================================
    General and Typography 
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat');


body {
    font-family:'Montserrat', Arial, sans-serif;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
	-moz-osx-font-smoothing: grayscale;
}
h1,h2,h3 {
    font-family:'Montserrat', Arial, sans-serif;
}
img {
    max-height:100%;
    max-width: 100%;
}
a:hover, a:focus {
	text-decoration: none;
}
/* ==========================================================================
    Social Icons 
========================================================================== */
.social {
    padding:0;
    margin-top:30px;
    font-size:0;
    line-height:1;
    display:inline-block;
}
.social li {
    display:inline-block;
    font-family:'fontello-social';
    margin-right:5px;
    margin-bottom:5px;
}
.text-center .social li {
    margin:0 8px;
}
.social.pull-right li {
    margin:0 0 0 5px
}
.social li a {
    display:table
}
.social li a i {
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    color:#f3f3f3;
    background:none;
    line-height:1;
    border:1px solid #aaa;
    width:40px;
    height:40px !important;
    line-height:1;
    font-size:26px;
    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
}
.social .icon-s-pinterest {
    border-color:#d8545d;
    color:#d8545d;
}
.social .icon-s-rss {
    border-color:#faaa5e;
    color:#faaa5e;
}
.social .icon-s-facebook {
    border-color:#677fb5;
    color:#677fb5;
}
.social .icon-s-twitter {
    border-color:#70c2e9;
    color:#70c2e9;
}
.social .icon-s-flickr {
    border-color:#ff3ba4;
    color:#ff3ba4;
}
.social .icon-s-dribbble {
    border-color:#e299c2;
    color:#e299c2;
}
.social .icon-s-behance {
    border-color:#42a9fb;
    color:#42a9fb;
}
.social .icon-s-linkedin {
    border-color:#3daccf;
    color:#3daccf;
}
.social .icon-s-vimeo {
    border-color:#42b5d4;
    color:#42b5d4;
}
.social .icon-s-youtube {
    border-color:#d5615c;
    color:#d5615c;
}
.social .icon-s-skype {
    border-color:#5ecbf3;
    color:#5ecbf3;
}
.social .icon-s-tumblr {
    border-color:#829fb9;
    color:#829fb9;
}
.social .icon-s-delicious {
    border-color:#6194dc;
    color:#6194dc;
}
.social .icon-s-500px {
    border-color:#3bbbe6;
    color:#3bbbe6;
}
.social .icon-s-grooveshark {
    border-color:#f88e3b;
    color:#f88e3b;
}
.social .icon-s-forrst {
    border-color:#5f9864;
    color:#5f9864;
}
.social .icon-s-digg {
    border-color:#507faa;
    color:#507faa;
}
.social .icon-s-blogger {
    border-color:#fd893f;
    color:#fd893f;
}
.social .icon-s-klout {
    border-color:#e16747;
    color:#e16747;
}
.social .icon-s-dropbox {
    border-color:#6ba3c5;
    color:#6ba3c5;
}
.social .icon-s-github {
    border-color:#6c93bb;
    color:#6c93bb;
}
.social .icon-s-songkick {
    border-color:#ff3b60;
    color:#ff3b60;
}
.social .icon-s-posterous {
    border-color:#efd57c;
    color:#efd57c;
}
.social .icon-s-appnet {
    border-color:#3daad5;
    color:#3daad5;
}
.social .icon-s-gplus {
    border-color:#bc7067;
    color:#bc7067;
}
.social .icon-s-stumbleupon {
    border-color:#f07356;
    color:#f07356;
}
.social .icon-s-lastfm {
    border-color:#cd443d;
    color:#cd443d;
}
.social .icon-s-spotify {
    border-color:#9acf48;
    color:#9acf48;
}
.social .icon-s-instagram {
    border-color:#926d53;
    color:#926d53;
}
.social .icon-s-evernote {
    border-color:#9fdc82;
    color:#9fdc82;
}
.social .icon-s-paypal {
    border-color:#5b85a8;
    color:#5b85a8;
}
.social .icon-s-picasa {
    border-color:#b088c1;
    color:#b088c1;
}
.social .icon-s-soundcloud {
    border-color:#ff8b45;
    color:#ff8b45;
}
.social a:hover .icon-s-pinterest {
    background-color:#d8545d
}
.social a:hover .icon-s-rss {
    background-color:#faaa5e
}
.social a:hover .icon-s-facebook {
    background-color:#677fb5
}
.social a:hover .icon-s-twitter {
    background-color:#70c2e9
}
.social a:hover .icon-s-flickr {
    background-color:#ff3ba4
}
.social a:hover .icon-s-dribbble {
    background-color:#e299c2
}
.social a:hover .icon-s-behance {
    background-color:#42a9fb
}
.social a:hover .icon-s-linkedin {
    background-color:#3daccf
}
.social a:hover .icon-s-vimeo {
    background-color:#42b5d4
}
.social a:hover .icon-s-youtube {
    background-color:#d5615c
}
.social a:hover .icon-s-skype {
    background-color:#5ecbf3
}
.social a:hover .icon-s-tumblr {
    background-color:#829fb9
}
.social a:hover .icon-s-delicious {
    background-color:#6194dc
}
.social a:hover .icon-s-500px {
    background-color:#3bbbe6
}
.social a:hover .icon-s-grooveshark {
    background-color:#f88e3b
}
.social a:hover .icon-s-forrst {
    background-color:#5f9864
}
.social a:hover .icon-s-digg {
    background-color:#507faa
}
.social a:hover .icon-s-blogger {
    background-color:#fd893f
}
.social a:hover .icon-s-klout {
    background-color:#e16747
}
.social a:hover .icon-s-dropbox {
    background-color:#6ba3c5
}
.social a:hover .icon-s-github {
    background-color:#6c93bb
}
.social a:hover .icon-s-songkick {
    background-color:#ff3b60
}
.social a:hover .icon-s-posterous {
    background-color:#efd57c
}
.social a:hover .icon-s-appnet {
    background-color:#3daad5
}
.social a:hover .icon-s-gplus {
    background-color:#bc7067
}
.social a:hover .icon-s-stumbleupon {
    background-color:#f07356
}
.social a:hover .icon-s-lastfm {
    background-color:#cd443d
}
.social a:hover .icon-s-spotify {
    background-color:#9acf48
}
.social a:hover .icon-s-instagram {
    background-color:#926d53
}
.social a:hover .icon-s-evernote {
    background-color:#9fdc82
}
.social a:hover .icon-s-paypal {
    background-color:#5b85a8
}
.social a:hover .icon-s-picasa {
    background-color:#b088c1
}
.social a:hover .icon-s-soundcloud {
    background-color:#ff8b45
}
.social a:hover a:hover i {
    background-color:#FFF
}
.social a:hover i {
    color: #FFF
}

/* ==========================================================================
    Navigation 
========================================================================== */

#menu, #menu2 {
    background: #fff;
    margin: 0;
    padding : 20px 0px;
}

.menu-padding {
    margin-bottom:136px;
}

.navbar-brand h2 {
    margin-top:0;
    font-weight:bold;
    color:white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    background: #e8e8e8;
}

.logo {
    position: relative;
	
}
.navbar-brand {
    padding: 0px;
    height: auto;
    width: 250px;
    background: #fff;
}

.navbar-toggle {
	background : #333;
	border-radius : 20px;
}

.navbar-toggle .icon-bar {
	background-color : #fff;
}

@media (min-width: 992px) { 
    .navbar-nav {
		margin-top : 15px;
		margin-left : 300px;
	}
}

.navbar-nav.alt {
	margin: 10px 0 !important;
}
.navbar {
	border: none;
	border-radius: 0;
}
.navbar-nav > li > a {
    transition:all 0.4s;
    color: #1b1b1b;
	font-size : 16px;
    font-weight: 600;
	padding: 0;
	margin: 5px 0 0 40px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active,
.navbar-nav > .active > a {
    text-shadow: none;
	background: transparent !important;
	box-shadow: none;
	color : #d50100;
}

.navbar-brand.alt {
	height: 80px;
}

.social-top-icons {
	float: right;
}

.social-top-icons .navbar-nav {
	padding: 0 !important;
	margin: 0 !important;
}

.social-top-icons ul li {
	padding: 0 !important;
	margin: 0 !important;
}

.social-top-icons ul li a {
	color: #428bca !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-left: 20px !important;
}

.social-right {
    margin-right: -15px;
    text-align: right;
}

@media (max-width: 768px) {
	.social-right {
		margin: auto;
		text-align: center;
	}
}

#footer {
	background: #232526;
	padding: 50px 0 30px;
}

.footerlinks {
	list-style-type: none;
	margin: 0 25px;
	padding: 0;
	display: inline-block;
}

.footerlinks li {
	float: left;
	margin-right: 20px;
	margin-left : 20px;
}

.footerlinks a {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

.copyright {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #8e8f92;
	color: #ccc;
}

.dropdown-menu {
	border-radius: 0;
	background-color: rgb(72, 127, 200);
	padding: 20px 10px;
	left: 30% !important;
	margin-top: 10px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu>li>a {
    font-weight: 100;
    color: #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: none;
	color: #262626;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #1b1b1b;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.input-group-addon {
	border: none;
	background: transparent;
	
}

.home-bg {
	background: #fff url('../img/home/home-bg-1.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 830px;
}

.welcome {
	background: #fff url('../img/home/welcome-bg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	padding: 100px 0px;
}

.welcome h1 {
	font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 1.3;
    font-family: Montserrat, sans-serif;
    letter-spacing: -4px;
    text-align: inherit;
    color: #fff;
}

.welcome p {
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-family: Montserrat, sans-serif;
    text-align: inherit;
    color: #fff;
}

.welcome img {
	margin-top: 70px;
}

.services {
	position: relative;
	padding: 100px 0px;
	background-color: #f9f9f9;
}

.services h1 {
	font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 1.3;
    font-family: Montserrat, sans-serif;
    letter-spacing: -4px;
    text-align: inherit;
    color: #232526;
}

.service-item {
	margin: 20px 0px;
	padding: 15px;
	transform: translateY(0px);
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: 0.5s all ease;
}

.service-item h4 {
	font-size: 20px;
	color: #1d1d1d;
	text-align: center;
	font-weight: bold;
}

.service-item p {
	text-align: justify;
	padding: 0px 10px;
	color: #9c9e9f;
}

.service-item:hover {
    transform: translateY(-5px);
    position: relative;
    border-radius: .4em;
    overflow: hidden;
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.75);
	transition: 0.5s all ease;
}

#back-top-wrapper {
	right: 20px;
	bottom: 30px;
}

#back-top span {
	box-sizing: content-box;
	display: inline-block;
	background: #db0100;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important; 
	font-size: 30px !important;
	padding: 10px;
	border: 0;
	margin: 0;
	border-radius: 50%;
    color: #fff;
	position: relative;
}

#back-top { display: none; }

#back-top-wrapper {
	position: fixed;
	overflow: hidden;
	z-index: 999999;
}

#back-top a {
	display: block;
	width: auto;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

back-top a:hover span { background-color:#333; }

@media (max-width: 991px) {
	.navbar-brand {
		position: relative;
		margin-bottom: 20px;
	}
}

.wow {
	visibility: hidden;
}

#about-content, #is-content, #dfs-content, #rls-content, #fps-content, #wnc-content, #ses-content, #projects-content, #contact-content, #clients-content {
	margin-top : 60px;
	margin-bottom: 0px;
}

#projects-content {
	background-color: #f5f5f5;
}

.about-block {
	background : url('../img/about/about-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.is-block {
	background : url('../img/services/is-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.dfs-block {
	background : url('../img/services/dfs-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.rls-block {
	background : url('../img/services/rls-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.fps-block {
	background : url('../img/services/is-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.wnc-block {
	background : url('../img/services/dfs-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.ses-block {
	background : url('../img/services/ses-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.projects-block {
	background : url('../img/projects/projects-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	background-position: center center;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.clients-block {
	background : url('../img/clients/clients-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	background-position: center center;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.contact-block {
	background : url('../img/contact/contact-bg-1.jpg');
	background-repeat : no-repeat;
	background-size : cover;
	background-position: center center;
	width : 100%;
	padding-top: 200px;
    padding-bottom: 80px;
	margin-bottom : 30px;
}

.about-block .title, .is-block .title, .dfs-block .title, .rls-block .title, .fps-block .title, .wnc-block .title, .ses-block .title, .projects-block .title, .contact-block .title, .clients-block .title {
	font-style: normal;
    font-weight: 900;
    font-size: 55px;
	text-shadow: 0px 0px 5px #000;
    line-height: 1.14;
    font-family: Montserrat, sans-serif;
    letter-spacing: -2px;
    text-align: inherit;
    color: #fff;
}

.send {
	color : #1d1d1d;
	padding : 5px 20px;
	border : 0px;
	border-radius : 8px;
	background-color : #fff;
}

#about-content p {
	margin-top : 40px;
	line-height : 35px;
	color : #666;
	font-size : 18px;
	font-weight : 400;
}

#about-content p>strong, #is-content .sub-service p>strong, #fps-content .sub-service p>strong, #wnc-content .sub-service p>strong, #ses-content .sub-service p>strong {
	color: #333;
	font-weight: bold;
}

#about-content .stats {
	background-color: #198ef1;
	text-align: center;
	padding: 90px 0px 60px;
}

#about-content .stats .counter {
	color: #fff;
	background-color: rgba(35,37,38,0.5);
	height: 169px;
    position: relative;
    z-index: 2;
    line-height: 169px;
    font-weight: 700;
    width: 169px;
    border-radius: 50%;
    display: inline-block;
    font-size: 42px;
}

#about-content .stats h4 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 30px 0px;
}

#is-content .sub-service, #dfs-content .sub-service, #rls-content .sub-service, #fps-content .sub-service, #wnc-content .sub-service, #ses-content .sub-service {
	margin: 80px 0px;
}

#is-content .sub-service h4, #dfs-content .sub-service h4, #rls-content .sub-service h4, #fps-content .sub-service h4, #wnc-content .sub-service h4, #ses-content .sub-service h4 {
	font-size: 28px;
	font-weight: 500;
	color: #1d1d1d;
	display: inline-block;
	padding: 15px 10px;
	margin-bottom: 20px;
	border-bottom: 4px solid #ccc;
}

#is-content .sub-service p, #dfs-content .sub-service p, #rls-content .sub-service p, #fps-content .sub-service p, #wnc-content .sub-service p, #ses-content .sub-service p {
	margin-top : 10px;
	margin-bottom: 10px;
	line-height : 35px;
	color : #666;
	font-size : 18px;
	font-weight : 400;
}

#is-content .sub-service .isimg, #dfs-content .sub-service .dfsimg, #rls-content .sub-service .rlsimg, #fps-content .sub-service .fpsimg, #wnc-content .sub-service .wncimg, #ses-content .sub-service .sesimg {
	margin-top: 40px;
}

#is-content .sub-service ul {
	margin: 30px 0px;
	padding-left: 20px;
}

#is-content .sub-service ul>li {
	margin: 15px 0px;
	line-height: 30px;
	font-size: 17px;
	list-style-image: url('../img/li.png');
}

#clients-content .thumbnail {
    padding: 0px;
    margin: 20px 0px 10px;
    border: 0;
	text-align: center;
    border-radius: 0;
}

#clients-content .thumbnail p {
	padding: 10px 0px;
	font-size: 16px;
	margin: 0;
	color: #fff;
    background-color: #0251a5;
}

.project {
	margin: 50px 0px 0px;
	padding: 30px 20px;
	background-color: #f5f5f5;
}

.project .pleft, .project .pright {
	padding: 10px;
}

.project .pleft .pimg, .project .pright .pimg {
	display: inline-block;
}

.project .pleft .pinfo {
	display: inline-block;
    background-color: rgb(110, 180, 186);
    position: relative;
    top: 30px;
    left: -30px;
	z-index: 1;
    padding: 40px;
    color: #fff;
    font-size: 20px;
}

.project .pright .pinfo {
	display: inline-block;
    background-color: rgb(110, 180, 186);
    position: relative;
    top: 30px;
    right: -30px;
	z-index: 1;
    padding: 40px;
    color: #fff;
    font-size: 20px;
}

.contact-info {
	margin: 40px 20px;
	padding: 10px;
}

.contact-info .details {
	margin: 15px;
	padding: 5px 10px;
}

.contact-info .details h3, .form h3 {
	font-size: 35px;
	color: #1d1d1d;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 15px;
}

.contact-info .details .address, .contact-info .details p {
	margin : 10px 0px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.contact-info .details .address>span {
	font-size: 18px;
	font-weight: bold;
}

.contact-info .form {
	margin: 40px 0px;
}

.contact-info .form #contactForm {
	margin: 20px 0px;
	padding: 5px;
}

.contact-info .form #contactForm .form-control:focus {
    border-color: #6eb4ba;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(110, 180, 186, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(110, 180, 186, 0.6);
}

.contact-info .form #contactForm .btn-submit {
	font-size: 14px;
    padding: 8px 16px;
	color: #fff;
	background: #014fab;
	font-weight: 400;
    letter-spacing: 1.2px;
    white-space: normal;
    text-align: center;
    text-transform: none;
    letter-spacing: .1px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}

.contact-info .form #contactForm .btn-submit:hover {
	outline: 0;
	background: #fff;
	border: 1px solid #014fab;
	color: #014fab;
	transition: all 0.3s ease-out;
}

.contact-info .form #contactForm .btn-submit:active {
	outline: 0;
}

@media(max-width : 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: rgb(110, 180, 186);
	}
	.home-bg {
		height: 300px;
	}
	.welcome h1 {
		font-size: 60px;
		letter-spacing: 0px;
	}
	.services h1 {
		font-size: 60px;
		letter-spacing: 0px;
	}
	#about-content .about-block .title, #is-content .is-block .title, #dfs-content .dfs-block .title, #rls-content .rls-block .title, #fps-content .fps-block .title, #wnc-content .wnc-block .title, #ses-content .ses-block .title, #projects-content .projects-block .title, #contact-content .contact-block .title, #clients-content .clients-block .title {
		font-size: 40px;
		letter-spacing: 0px;
		text-align: center;
	}
	#about-content p {
		padding: 10px 20px;
	}
	#about-content .stats h4 {
		margin: 30px 0px 60px;
	}
	.project {
		margin: 0px;
		padding: 10px;
	}
	.project .pleft .pinfo {
		top: 0px;
		left: 0px;
		z-index: 1;
		padding: 20px;
		margin: 0px;
		color: #fff;
		font-size: 17px;
	}
	.project .pright .pinfo {
		top: 0px;
		right: 0px;
		z-index: 1;
		padding: 20px;
		margin: 0px;
		color: #fff;
		font-size: 17px;
	}
	.contact-info {
		margin: 40px 10px;
		padding: 5px;
	}
	.contact-info .details {
		padding: 0px;
		margin: 50px 0px;
	}
}