body{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
}
p{
    color: gray;
    font-size: 15px;
    word-spacing: 2px;
    letter-spacing: 0.8px;
    text-align: justify;
}
p{
	font-family: 'Roboto', sans-serif;
}
.page-wrapper{
	padding:50px 0px 15px;
}
.grid-container{
text-align: center;
padding: 10px;
min-height: 115px;
}
.grid-container:hover{
	background-color: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.icon-circle{
	width: 100%;

}
.icon-circle img{
background-color: #fff;
border-radius: 50%;
padding: 8px;
width: 57px;
height: 57px;
margin-bottom: 5px;
}
.logo-div{
	margin-bottom: 20px;
  margin-top: 20px;
}
.grid-container h6{
	font-weight: 400;
	font-size: 15px;
	color: #000;
}
.back-cover{
	background-size: cover;
}
a:hover{
	text-decoration: none;
}
.nnb-intro{
	padding: 80px 0px 50px;
background-color: #f6ecf7;
}
.intro-box{
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 25px;
    border: 1px solid #f1f1f1;
    background: #fff;
}
.intro-box p{
	color: #7c7c7c;
word-spacing: 3px;
letter-spacing: 1px;
font-size: 16px;
}
.intro-title img{
	margin-top: -75px;
    max-height: 100px;
}
.location-box{
	padding: 25px;
border: 1px solid #f1f1f1;
background: #fbf4fb;
margin-top: 50px;
}
.city{
    text-align: center;
}
.city h4{
    color: #000;
}
.logo-div img{
	max-height: 90px;
}
.footer-container{
padding: 30px 0px 10px;
background: #dbc0e3;
color: #000;
}
.pull-l{
	float: left;
}
.pull-r{
	float: right;
}
.footer-txt a{
	color: #000;
	font-weight: 600;
}
.footer-txt{
	color: #000;
	font-weight: 600;
  text-align: center;
}

/*************************/

/*
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ede1ef;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: gray;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.nav-sign{
color: #ccc;
font-weight: 100 !important;
cursor: pointer;
font-size: 25px !important;
}*/








.dropbtn {
background-color: transparent;

color: white;

padding: 8px;

font-size: 16px;

border: 1px solid #b7b7b7;

cursor: pointer;

width: 40px;

height: 40px;

border-radius: 50px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: -20px;
  z-index: 9999999999999;
}

.dropdown-content {
display: none;
position: fixed;
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
text-align: center;
margin-left: 20px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color:transparent;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


.traveling {
    background-color: #fff;
    text-align: center !important;
}



/*********contact form********/






.row {
  margin: -20px 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}
.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  margin: 0 auto;
}
.get-in-touch .title {
  text-align: center;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}
.note .link {
  color: #888;
  text-decoration: none;
}
.note .link:hover {
  text-decoration: underline;
}
.align-center{
	text-align: center;
}
.left-banner{
	width: 100%;
}
.left-banner img{
    width: 100%;
    padding-top: 25px;
}
.digital-marketing{
	background-color: #1b0f46;
}
.white-txt{
	color: #fff;
}
.img-box{
	width: 100%;
}
.img-box img{
  width: 100%;
}
.red-txt{
  color:#c10612;
}
.center-box-detail{
  text-align: center !important;
}
.matri-box{
  padding:0px  30px 30px;
}
.matri-box h2 {
  font-family: 'Dancing Script', cursive;
    padding: 20px 0px 30px;
    text-align: center;
}
.matri-txt-center p{
font-family: 'Dancing Script', cursive;
text-align: center !important;
font-size: 23px;
}
.corporate-bg{
    background-color: #f3f3ff;
}
.legal {
    margin: 30px 0px 30px 0px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 40px;
}
.shop{
  margin-top: 30px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.trade{
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 40px 0px;
}

.contact-div{
  padding: 30px 0px;
text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.contact-div a{
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
a{
  text-decoration: none;
}
.right-box-detail h2{
color: #fff;
font-size: 65px;
text-transform: uppercase;
font-weight: 1000;
}
.right-box-detail h3 {
    margin-top: 0px;
    font-size: 35px;
    border-left: 6px solid #ec1d27;
    padding-left: 8px;
}
.right-box-detail ul{
padding: 0px;
 margin-bottom: 15px;
}
.right-box-detail ul li{
 list-style: none;
 color: #fff;
 font-size: 25px;
 padding: 10px 0px;
}
.right-box-detail ul li i{
padding-right: 10px;
}

.seo-audit-section.get-in-touch-section {
    background: #ff841a;
    padding: 46px 0 50px 0;
    text-align: center;
}
.seo-audit-title {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.seo-audit-title h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pkgetintouch {
    color: #fff;
    font-weight: bold;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.seo-audit-section.get-in-touch-section .input-group-addon {
    background: #0573c7;
}
.icon-user::before {
    content: "\e71e";
}
.seo-audit-section.get-in-touch-section .form-control {
    background: #fff;
    border-color: #898a87;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.seo-audit-section .form-control, .get-a-touch-modal .form-control {
    background: #f6f5f3;
    border-color: #0573c7;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #000;
}
.read-link{
    color: #c10505;
    font-weight: 600;
    font-size: 15px;
}
.request-btn{
    background: #03111e;
    border: 1px solid #03111e;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    width: 100%;
}
.weblink{
background: #03111e;
padding: 10px;
color: white;
font-weight: 600;
border-radius: 4px;
}
.validation-form{
    margin-bottom: 60px;
}
.input-padding {
    padding: 0px 3px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    }
.yellow-online{
    background-color: #ffd01a;
    padding: 60px 0px;
    text-align: center;
}
.red-online{
    background-color: #bd0404;
    padding: 60px 0px;
    text-align: center;
}
.corporate-container{
  padding: 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.purple-online{
    background-color: #99042e;
    padding: 60px 0px;
    text-align: center;
}
.import-export{
  background-color: #e3043f;
}
.import-export h3{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}
.edu-quotes{
    font-style: italic;
    color: #ec1d27;
    font-weight: 600;
    font-size: 22px;
}
.green-online {
    background-color: #01b812;
    padding: 60px 0px;
    text-align: center;
}
.mustard-bg{
    background-color: #fdbb1d;
}
.skyblue-online {
    background-color: #cbeff2;
    padding: 60px 0px;
    text-align: center;
}
.brown-online {
    background-color: #ae3604;
    padding: 60px 0px;
    text-align: center;
}


/**********  slider   **********************/





/*
Animate Bootstrap Carousel
Element by thecodeblock.com
*/
/********************************/
/*       Coloring indicators    */
/********************************/
.carousel-animate .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: 0.7;
}
.carousel-animate .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 2em;
  }
}
/********************************/
/*          Fade Effect         */
/********************************/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/************************************/
/*       BS bacground Images       */
/**********************************/
.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 480px;
}

.txt-center{
  text-align: center !important;
}
.brinjal-online {
    background-color: #7b0079;
    padding: 60px 0px;
    text-align: center;
}
.left-cinema {
    padding: 0px;
    margin: 0px;
    background-image: url(../img/service/movie-production.jpg);
    min-height: 450px;
    background-size: cover;
}
.right-cinema {
    padding: 0px;
    margin: 0px;
    background-image: url(../img/service/movie.jpg);
    min-height: 450px;
    background-size: cover;
}
.cinema-content{
  margin-top: 50px;
}
.gifting{
  background-image: url(../img/service/gifting-bg.jpg);
  background-size: cover;
}
.honey-txt{
    color: #fb8403;
}
.honey-bold{
    font-size: 20px;
    color: #ffb72a;
    font-weight: 600;
    font-style: italic;
    padding: 15px;
}
.honey-online {
    background-color: #fb8403;
    padding: 60px 0px;
    text-align: center;
}
.ngo-online {
    background-color: #04aeca;
    padding: 60px 0px;
    text-align: center;
}
.ngo-mr{
  margin-top: 20px;
}
.jodi-logo img{
    max-height: 140px;
}
.jodi-online {
    background-color: #f22b42;
    padding: 60px 0px;
    text-align: center;
}
.consult-container {
    text-align: center;
    padding: 10px;
}
.con-circle {
    width: 100%;
}
.con-circle img {
    background-color:#9d9d9d;
    border-radius: 50%;
    padding: 8px;
    width: 57px;
    height: 57px;
    margin-bottom: 5px;
}
.consult-container h6 {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.industries {
    border: 1px solid #ececec;
    width: 100%;
    padding: 50px 0px;
}
.exl-online {
    background-color: #0674c9;
    padding: 60px 0px;
    text-align: center;
}