/*
    Template Name:Majhi-multipurpose landing template
    Author: Drambuzz
    Author URI: 
    Description: product, responsive,landing template,bootstrap3 based, clean.
    Version: 1.0
*/


/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  Navigation
5.  HEADER AREA
6.  SECTION ABOUT
7.  SECTION FEATURES
8. SECTION TESTIMONIAL
9. SECTION CONTACT
10. SECTION FOOTER


/*========================================
	Google font
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Poppins:300,400,600,700,300');

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.btn:active,
.btn.active,
.progress,
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/**
 * # default
 * ---------------------------------------------------------
 */

body {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #000;
	font-weight: normal;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

p {
	margin-top: 0;
	padding-left: 0px;
}

ol,
ul,
dl,
pre,
blockquote {
	margin-top: 0;
	padding-left: 0px;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

li {
	list-style-type: none;
	padding-left: 0px;
}


/* ---Typhography--- */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

h1 {
	font-size: 48px;
	line-height: 56px;
}

h2 {
	font-size: 36px;
	line-height: 42px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 12px;
	line-height: 22px;
}

.lg-title {
	font-size: 62px;
	line-height: 74px;
}
.lg-title-home {
	font-size: 60px;
	line-height: 20px;
}
.md-title {
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 300;
}
.md-title-home {
	font-size: 35px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 300;
}
.md-title span{
	font-weight: 600;
}

a.read-more{
	border: 1px solid#eee;
	padding: 12px 15px;
	color: #333;
	margin-top: 20px;
	display: inline-block;
}

/*=-----------------*/
a,
a:focus,
a:hover,
a:active {
	text-decoration: none;
	color: #FFF;
}

p {
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	opacity: .85;
}


/* ---Typhography Responsive--- */

@media(max-width:840px) {
	.title-lg {
		font-size: 48px;
		line-height: 62px;
	}
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}



/**
 * # component
 * ---------------------------------------------------------
 */

.btn {
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 10px 35px;
	font-weight: 600;
	border: 0px;
	border: 2px solid transparent;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}

.btn-sml {
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 5px 15px;
	font-weight: 400;
	border: 0px;
	border: 1px solid transparent;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}

.btn-grey {
	color: #212121;
	background-color: transparent;
	border: 2px solid #212121;
}

.btn-grey:hover {
	color: #333;
	background-color: #0000FE;
	border-color: #0000FE;
}

.btn-white {
	border-color: #fff;
	background: #fff;
	color: #333;
}


.btn-feature,
.btn-white:hover {
	color: #fff;
	background-color: #0000FE;
	border-color: #0000FE;
}

 .btn-feature:hover,.btn-black{
	color: #fff;
	border-color: #232323;
	background-color: #0000FE;
}

.btn-family{
	color: #fff;
	background-color: #000;
	border-color: #666;
}

 .btn-family:hover,{
	color: #fff;
	border-color: #232323;
	background-color: #666;
}


.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-control:focus {
	border-color: #3EB6FF;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #9e9e9e;
}

.form-control::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #9e9e9e;
}

.form-control {
	border-color: rgba(0, 0, 0, 0.04);
	background-color: rgba(0, 0, 0, 0.04);
}

.input-group-shadow {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}


/*=================================
	NAVIGATION
=========================================*/

.navbar-nav > li > a,
.navbar-text {
	font-weight: 600;
	color: #fff;
}

.navbar-brand {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-brand img {
	margin-top: 0px;
}

.navbar-brand {
	padding: 10px 15px;
}

.navbar-nav > li > a {
	line-height: 1.86667;
	padding: 25px 15px;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.navbar-default {
	border: 0px;
	border: 1px solid#f7f7f7;
}
.navbar-default.menu-black {
	border: 0px;
	background: rgba(0,0,0,.97);
}

.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#0000FE!important;
	background-color: transparent;
}


.navbar-right a.btn {
	margin-top: 17px;
	padding: 10px 5px;
}


.navbar{
	margin-bottom: 0px;
}


#siteHeaderNavbar{
	z-index: 9999!important;
}

.navbar-default.menu-black li a{
	color: #fff;
}

/* =============================
		COMMON STYLES
============================*/
.section-padding{
	padding: 90px 0px;	
}
.section-heading{
	width: 70%;
	margin-bottom:60px;
}

/*===========================================
Banner Content
===========================================*/

#main-banner {
	background: url("../img/bg/device-bg-1.jpg") fixed 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#main-banner2 {
	background: url("../img/bg/hero-2.jpg")50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#main-banner2.slider {
	background: url("../img/bg/hero-3.jpg")50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner-content {
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 170px;
	padding-left: 0px;
}
.subtitle{
	display: inline-block;
	text-transform: uppercase;
	
}
.overlay::before {
	background-color: rgba(25, 25, 25, 0.95);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay1::before {
	background-color: rgba(0, 0, 0, 0.76);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.overlay2::before {
	background-color: rgba(255, 255, 255, .94);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bg-overlay {
	background: url("../img/overaly.png");
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.banner-main h3{
	font-weight: 800;
	font-size: 30px;
	line-height: 5px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.banner-main h4 {
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
	margin:20px 0px 30px;
}

#main-banner2 .banner-main {
	width: 60%;
	margin: 0 auto;
}
#main-banner2 .banner-main h3 {
	color: #fff;
}
#main-banner2 .banner-main h4 {
		color: #eaeaea;
}
#main-banner2 .banner-main .subtitle{
	color: #fff;
}


#main-banner2 .banner-main  h3 span{
	font-weight: 100;
}

/*-------------------------
	Image slider Styles
-------------------------*/
.crosscover-island{}


.crosscover-island .banner-main {
	width: 50%;
	margin: 0 auto;
}
.crosscover-island .banner-main h3{
	color: #fff;
}
.crosscover-island .banner-main h4{
	color: #f7f7f7;
}
.crosscover-island .banner-main h3 span{
	font-weight: 100;
}









/*=============================================
	SECTION INTRO
==============================================*/
.intro-box h4{
	font-weight: 300;
	text-transform: uppercase;
}

#section-intro{
	background: #f3f3f3;
}


/*=============================================
	ABOUT SECTION
==============================================*/

#section-about{
}

.about-box	{
	padding-top: 20px;
	text-align: justify;
}

.about-box h5{
	margin-top: 0px;
}

.about-feature{
	padding: 30px;
}
.about-feature li{
	padding: 10px 0px;
}
.about-icon{
	width: 50px;
	height: 50px;
	text-align: center;
	background: #0000FE;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	padding-top: 12px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-top: 15px;
}
.about-box .btn{
	margin-top: 30px;
}


/*=============================================
	SECTION SERVICES
==============================================*/

#section-services{
	/*background: url("../img/bg/agency-1.jpg") fixed 50% 50%;*/
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.heading{
	width: 60%;
	margin: 0 auto 40px;
}

#section-services .heading .md-title{
	color: #000;
}
#section-services .heading  p{
	color: #eee;
}


#services-inner{
	margin-top: -50px;
	margin-bottom: 50px;
}

.service-box{
	padding: 6px;
	background: #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition:all .3s ease 0s ;
	transition:all .3s ease 0s ;
	border: 1px solid transparent;
}

.service-box:hover{
	border: 1px solid#f7f7f7;
}
.service-info {
	padding: 25px 25px;
}
.service-info h3{
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: 100;
	position: relative;
}

.service-info h3:after{
	position: absolute;
	content:"";
	background: #000;
	height: 2px;
	width: 40px;
	bottom: 0px;
	left: 0px;
}

/*=====================================================
    SECTION FEATURES
==========================================================*/


#section-features{
	background: #f7f7f7;
}
.feature-single{
	margin: 20px 0px;
}

.feature-single h4 {
	font-weight: 300;
	text-transform: uppercase;
}
.feature-single h4 span{
	font-weight: 600;
}

.feature-single i{
	font-size: 30px;
}

/*=====================================================
    SECTION PORTFOLIO
==========================================================*/
#section-portfolio{
	padding-bottom: 30px;
}

.project-heading{
   margin: 50px 0px;
}



.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

ul.work li {
    display: inline-block;
    padding-bottom: 4px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 600;
    color: #333;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 2px solid transparent;
	font-family: "Poppins",sans-serif;
}

ul.work li:hover {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 2px solid #000;
}

ul.work li.active {
    color: #000;
    border-bottom: 2px solid #000;
}


.work .item {
    padding: 0;
    margin: 0;
}


.work figure.effect-work img {
    height: auto;
    width: 100%;
}

.work .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.work .grid figure:hover {
	background: #000;
}


.work figure.effect-work h2 {
    margin-top: 20%;
    opacity: 0;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}

.work figure.effect-work p {
    font-size: 16px;
    text-transform: lowercase;
}

.work figure.effect-work p strong {
    font-size: 16px;
    text-transform: uppercase;
	display: block;
}

.work .item:hover figure.effect-work h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s;
    transition: .3s;
}



/*=====================================================
    SECTION REVIEWS
==========================================================*/

#section-reviews{
	background: #0000FE;
}

.review-text {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.review-text h2,.review-text h4{
	color: #fff;
}
.review-text h4{
	margin-bottom: 0px;
}

.review-text h6{
	color: #eee;
}

.review-text img{
	display: inline-block;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	height: 100px;
	border-radius: 100%;
	border: 5px solid#fff;
}





/*=====================================================
    SECTION CONTACT
==========================================================*/


#section-contact .heading{
	margin-bottom: 70px;
}




/*=====================================================
    SECTION PARTNER
==========================================================*/

#section-partner{
	padding: 40px 0px;
}

.client-img {
	background: #f7f7f7;
}


/*=====================================================
    SECTION FOOTER
==========================================================*/

#section-footer {
	background:#0000FE;
	background: #111;
	padding: 	60px 0px;
}

.footer-content h4 {
	text-transform: uppercase;
	margin: 0px;
	color: #fff;
}
.footer-social{
	margin-bottom: 0px;
}
.footer-social li a  {
	color: #fff;
	text-transform: capitalize;
}


.footer-social li a:hover i {
	color: #fff;
}

.footer-content {
	margin: 0 auto;
	width: 60%;
}
.footer-content p{
	color: #777;
}
