/*
Theme Name: MerchandiseIndia
Version: 1.9.2
Author: R P B
*/

* {
margin:0;
padding:0;
  box-sizing: border-box;
}
 
#mobnavbar {
    display: none;
   text-align: center;
    line-height: 50px;
    font-size: 21px;
    cursor: pointer;
    /*border-bottom: 1px solid #5c7222;*/
    /*background: #E51573;*/
    color: #000;
    margin:0;
}
.navbar{padding:0!important;}
#navbar {
    position: relative; 
}

 

.navbar ul {
    padding: 0;
	text-align:right; margin:0;
}

.navbar ul li {
    display: inline-block;
    line-height:60px;
    font-size:16px; 
    padding: 0;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;  
	font-family: 'Ubuntu', sans-serif; 
}

.navbar ul li:hover {
     color: #ed1781;
}

/*.navbar ul li:last-child a{ padding-right:0;}*/

.navbar ul li a {
    display: inline-block;
    color: #000;
    padding: 10px 17px;
	font-weight:400;
    text-decoration: none;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    width: 100%;

}



/*.navbar ul li a:hover {
     background:#888;
    color: #fff;
}*/

.navbar ul li:hover a {
    color: #000; background:url(images/bg.jpg) 0 0 repeat-x;
}

.navbar ul li a.active {
    color: #000; 
}

.navbar ul li:hover ul {
    display: block;
}

.navbar ul li ul {
    display: none;
    position: absolute;
    padding:0;
    z-index: 200;
	width:180px;
	text-align:left;
	
}

.navbar ul li ul li {
    border: none;
    padding: 0; text-transform:none;
    display: block; line-height:35px; font-size:15px;
}

.navbar ul li ul li:hover {
    border-radius: 0;
}

.navbar ul li ul li:first-child {
    border: none;
}

.navbar ul li ul li a {
   /* margin: 5px 0;*/
   padding:2px 15px;
    color: #fff!important; 
	background:#2a5e6a !important;
}

/*.navbar ul li ul li a{ padding-right:50px !important;}*/

.navbar ul li ul li a:hover {
    border-radius: 0;
	background:#0f2b36 !important;
}

 

.navbar ul li ul ul {
    position: absolute;
    left: 180px;
    top: 0;
    display: none;
}

/*.navbar ul li li:hover ul {
    display: block!important;
}*/

@media screen and (max-width:749px) {
.btn-navbar {display: block;	width:46px;	height:34px; margin:6px auto; background:#f58634; border:#f58634; cursor:pointer; float:right;}

.btn-navbar .icon-bar {display: block; width: 18px; height: 2px; margin:0 auto; background-color: #000; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}
		  
.btn-navbar .icon-bar + .icon-bar {margin-top: 3px;}

    .navbar ul li a { 
        padding: 3px;
    }
  .navbar {
        display: none;
        padding: 0;
        text-align: left;
        width: 100%;
        margin: 0;
        position: absolute; top:45px;
        z-index: 200;
    }
    .navbar ul {
        z-index: 10;
        position: relative;
        display: block;
        background: #2a5e6a;
    }
    .navbar ul li {
        display: block;
        z-index: 3;
        text-align: left;
        position: relative;
        padding: 0;
        margin: 0; line-height:35px; font-size:18px;
    }
    .navbar ul li:hover {
        background: #2a5e6a;
        border-radius: 0;
        color: white;
    }
    .navbar ul li:hover {
        background: none;
    }
	.navbar ul li:hover a{
		background:none;
	}
    .navbar ul li a {
        background: #2a5e6a;
        display: block;
        position: relative;
        width: 100%;
        color: white;
        padding: 3px 10px;
    }
    .navbar ul li a:hover {
        border-radius: 0;
    }
    .navbar ul li ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
    .navbar ul li ul {
        display: block;
        background: none;
		padding:0;
    }
    .navbar ul li ul li {
        border: none;
        float: none;
        clear: both;
        width: 100%;
    }
    .navbar ul li ul li a {
        float: none;
        clear: both;
        width: 100%;
        padding: 5px 20px 5px 30px;
        margin: 0;
        color: white;
    }
     
    .navbar ul li ul ul {
        display: block;
        left: 0;
        position: relative;
        width: 446px;
    }
    .navbar ul li ul ul li {
        width: 436px;
    }
    #mobnavbar {
        display: block;
    }
}

@media screen and (min-width:750px) {
    .navbar {
        display: block!important;
    }
}


body{background:#fff; padding:0px; margin:0px; font-family: 'Lato', sans-serif; font-weight:400; color:#000; line-height:normal; overflow-x:hidden; }
	
a{text-decoration:none;	outline:none;}

a:hover{text-decoration:none;}

img { margin: 0; height:auto; max-width: 100%; padding: 0;  border:0;}

h1, h2, h3, h4, h5, h6{	margin:0px;	padding:0px; font-weight:normal;}

ul, ol{list-style-type:none; padding:0; margin:0;}

.nospace{padding:0; margin:0;}

.top-header{background:#14b1bb; width:100%; display:block;   padding:0 5%; font-size:18px; color:#fff; font-family: 'Ubuntu', sans-serif;}

.top-header a{color:#fff;}

.top-header img{margin:10px 5px;}

.top-right {text-align:right;}

.top-right ul li{display:inline-block;   text-align:left; }

.nav-wrap{ width:100%; display:block; padding:10px 0;}

.nav-wrap .row{align-items: center;}

.banner{width:100%; display:block; background:#2b5d66; position:relative; }
 
.banner h2{font-size:30px; color:#fff; line-height:55px; text-align:center; font-family: 'Ubuntu', sans-serif;   }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}


/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0;  position: relative;  }
 

/* Direction Nav */
.flex-direction-nav { display:none; }


/* Control Nav */
.flex-control-nav { display:none;}

.sliderimg {float:left; width:100%; }
.slidergt { width:100%; position:absolute; left:0; bottom:10%;  height:75px; text-transform:uppercase; text-align:center;}
 
.slidergt p{font-size:30px; color:#fff; line-height:45px; text-align:center; font-family: 'Ubuntu', sans-serif;   background:rgba(43, 93, 102, 0.55); padding:0 50px; border-radius:20px; display:inline-block;}

.bannerbtm-wrap{background:#fff; width:100%; display:block; padding:70px 0 30px; text-align:center; font-size:48px; color:#000; font-family: 'Ubuntu', sans-serif;}

.bannerbtm-wrap h2{color:#2a5e6a; padding:30px 0 0;   font-size:30px;}

.mainwrap{background:#eeeeec; width:100%; display:block; padding:35px 0; font-size:14px; color:#000; text-align:justify;}

.mainwrap h2 {color:#2b5d66; font-size:28px; text-transform:uppercase; font-weight:bold; padding-bottom:30px;}

.mainwrap ul li{background:url(images/bullet.png) 0 5px no-repeat; padding:0 0 20px 30px; line-height:20px;}

.mainwrap img {width:100%;}

.consulting-wrap{background:#fff; width:100%; display:block; padding:20px 0;}

.consultingrow{padding:0 0 40px;}

.consulting-wrap h2{ color:#2b5d66; font-size:30px; font-weight:bold; text-align:center; padding-bottom:20px; }

.consulting-wrap ul li{ font-size:18px; font-family: 'Ubuntu', sans-serif; font-weight:bold; text-transform:uppercase; line-height:25px; padding-bottom:10px;}

.consulting-wrap ul li li{font-weight:normal; text-transform:none; }

.consulting-wrap ul li ul{padding:10px 0; display:none;}

.consulting-wrap ul li a{color:#000;}

.consulting-wrap ul li a:hover{color:#04656b;}

.consulting-wrap ul li:hover ul{display:block;}


.consultingrow2 ul{padding:30px 0 0;}

/*.consultingrow2 ul li{padding-bottom:10px;}*/

.member-wrap{background:#fff; width:100%; display:block; padding:20px 0;}

.member-wrap h2{ color:#2b5d66; font-size:30px; font-weight:bold; text-align:center; padding-bottom:20px; }

.memberthumb{position:relative; width:100%; transition:all 0.3s ease;  }
 
.aboutmem{position:absolute; background:#fff; width:85%; height:100px; left:5%; bottom:0; text-align:center; padding:5px 0 0;  }

.aboutmem h3{font-size:24px; color:#000; font-weight:bold; }

.aboutmem h4{ font-size:24px; color:#04656b; font-weight:bold;}

.aboutmem p{font-size:8px;}

.membersocial{ position:absolute; width:100%; text-align:center; left:0; bottom:100px; display:none;}

.membersocial img{margin:5px;}

.memberthumb:hover .membersocial{ display:block;}

.video-wrap{width:100%; display:block; position:relative; text-align:center;  }

.video-wrap img{ width:100%;}

.videobtn{ position:absolute; width:100%; left:0; top:40%; }
 
.videobtn img{width:auto;}

/*.plain_trip_pop_wrp {
	width: 750px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	position: relative;
}
.plain_trip_pop_wrp h4 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin-bottom: 25px;
}*/
.plan_pop_cross {
	width: 15px;
	height: 15px;
	background: url(images/white_cross.png) no-repeat;
	border: none;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.clients-wrap{ width:100%; display:block; background:#fff; padding:40px 0;}

.clients-wrap h2{ color:#2b5d66; font-size:30px; font-weight:bold; text-align:center; padding-bottom:30px; }

.footer{ width:100%; display:block; background:url(images/footerbg.jpg) 0 0 no-repeat; background-size:100% 100%;}

.footer-top-wrap{ width:100%; display:block; padding:60px 0; color:#fff; font-size:18px; line-height:normal;}

.footer-top-wrap a{color:#fff;}

.footer-top-wrap p{text-align:justify; padding:15px 45px 0 0; font-size:14px;}

.footer-top-wrap p strong{font-size:18px;}

.footer-top-wrap h4{font-size:26px; font-weight:normal; padding-bottom:40px;} 

.footer-top-wrap ul li{color:#fff; font-size:18px;   margin:0 10px 10px;}

.footer-top-wrap ul li a{color:#fff;}

.footer-top-wrap ul li a:hover{color:#00f0ff;}

.footer-top-wrap ul li img{margin:0 25px 0 0 ;}

.footer-social img{margin:0 10px 0 0 ;}

.f-address{background:url(images/icon1.png) 0 0 no-repeat; padding:0 0 0 45px; margin-bottom:30px!important;}

.f-ph{background:url(images/icon2.png) 0 center no-repeat; padding:0 0 0 45px; margin-bottom:30px !important;}

.f-time{background:url(images/icon3.png) 0 center no-repeat; padding:0 0 0 45px; margin-bottom:30px!important;}
 
.top-right ul li{margin:10px 0 10px 20px!important;}

.footer-bottom{  line-height:60px; font-size:18px; color:#fff; border-top:1px solid #fff; font-family: 'Ubuntu', sans-serif; } 



.footer-bottom ul li{display:inline-block; padding:0 15px; background:url(images/divider.jpg) 0 center no-repeat;}

.footer-bottom ul li:first-child{background:none;}

.footer-bottom ul li a{color:#fff;}

.footer-bottom ul li a:hover{color:#00f0ff;}

.f-right{text-align:right;}

.f-right a{ color:#00f0ff;}

.f-right a:hover{ color:#fff;}


/*Gallery*/

.ngg-gallery-thumbnail-box{width:25%; margin:2%; background:#fff; border:1px solid #14b1bb;}
 

/*innerpages*/

.banner-inner{background:#fff; width:100%; display:block; position:relative;}

.banner-inner img{width:100%; height:auto;}

.innerbannertext{position:absolute; left:0; bottom:0; text-align:right; width:100%; }

.innerbannertext p{font-size:28px; color:#fff; line-height: 50px; margin-bottom:0;  }

.innerbannertext a{color:#fff;}

.innerbannertext a:hover{ color:#f0ff00;}

.mainbodyinner{background:#fff; width:100%; display:block; padding:15px 0;}  
 
.mainbodyinner h2 {color:#2b5d66; font-size:28px; text-transform:uppercase; font-weight:bold; padding-bottom:30px;}

/*.mainbodyinner h2 strong{ color:#2b5d66;}*/

.mainbodyinner ul li{background:url(images/bullet.png) 0 5px no-repeat; padding:0 0 20px 30px; line-height:22px; text-align:justify;}

.mainbodyinner ol{padding:20px 0 0 18px;}
.mainbodyinner ol li{list-style-type:decimal; background:none; padding:0 0 20px 0;}

.mainbodyinner p{font-size:16px; color:#000; line-height:22px; text-align:justify; padding-bottom:20px;} 

.contactright h4{ font-size:20px; text-transform:uppercase; color:#2b5d66; font-weight:bold; border-bottom:2px solid #2b5d66; line-height:60px; margin-bottom:25px;}

.contactright .row{margin-bottom:40px;}

.c-address{background:url(images/c-icon1.png) 0 8px no-repeat; padding:0 0 0 25px;}

.c-phone{background:url(images/c-icon2.png) 0 8px no-repeat; padding:0 0 0 25px;}

.c-email{background:url(images/c-icon3.png) 0 8px no-repeat; padding:0 0 0 25px;}

.contactright img{margin:0 10px 0 0;}
 
.contactright  a{ color:#39393a;}

.contactright  a:hover{ color:#023da5;}

.contactright span{color:#023da5;}

.contactform label{display:block; color:#39393a; }

.inputbox{border:1px solid #a1a1a1; color:#39393a; width:100%; border-radius:6px; line-height:60px; background:none; margin-bottom:25px; padding:0 15px;}

.msgbox{border:1px solid #a1a1a1; color:#39393a; width:100%; border-radius:6px; line-height:60px; background:none; margin-bottom:25px; padding:0 15px;}

.sbmbtn{background:#2b5d66; border:0; border-radius:30px; color:#fff; font-size:18px; text-transform:uppercase; cursor:pointer; height:60px; padding:0 45px; font-weight:bold;} 

.sbmbtn:hover{ background:#000;}

.table th, .table td{border: 1px solid #2b5d66 !important;}
  
 .udyog-aadhar img{margin-top:19px;}

@media screen and (max-width: 750px) {

.logo img{ position:relative; z-index:9999;}
#navbar{margin:-45px 0 0;}
.mainbodyinner h2{font-size:24px;}

.top-header{font-size:11px; text-align:center;}

.top-right{text-align:center;}

.top-header ul li{padding:10px 0 10px 45px; margin:5px 0 5px 10px !important;}

.banner h2{font-size:20px;}

.slidergt{height:auto;}

.bannerbtm-wrap h2{font-size:20px;}

.mainwrap h2{font-size:20px; padding:20px 0;}

.consulting-wrap h2{font-size:20px;}

.consultingrow img{margin-bottom:20px;}

.member-wrap h2{font-size:20px;}

.aboutmem h3{font-size:16px;}

.aboutmem h4{font-size:14px;}

.videobtn img{width:10%;}

.clients-wrap h2{font-size:20px;}

.footer{  background-size:auto 100%;}

.footer-top-wrap{font-size:14px; padding:20px 0 0;}

.footer-top-wrap h4{font-size:20px; padding:30px 10px;}

.f-right{text-align:center;}

.footer-bottom{line-height:normal; padding:15px 0; text-align:center; font-size:14px;}

.footer-bottom ul li{margin-bottom:10px;}

.slidergt p{font-size:17px; padding:0 20px; line-height:30px;}

 .udyog-aadhar img{margin-top:0;}

}