@font-face {
    font-family: NexaBold;
    src: url("../fonts/NexaBold.otf") format("opentype");
}
@font-face {
    font-family: NexaBold;
    src: url("../fonts/NexaRegular.otf") format("opentype");
}

/*.services_bg_nd {
	background-image: url('../images/home-redesign/services-bg-nd.png');
	background-size: cover;
	background-repeat: no-repeat;

}*/

.parnter_logo img {
  width: 37%;
}

.main_logo img {
  width: 90%;
}


#sync3{
display:none;
}
.toptitle {
    font-family: 'NexaBold';
    font-weight: 700;
    color: black;
    font-size: 28px;
}
#sync3 .owl-item img{
	width:auto;
	display: inline-block;
}
#sync3 .owl_new_image{
	text-align:center;
}
div#sync3 .owl-next {
    top: 20%;
    position: absolute;
    right: 0px;
    background: transparent;
    color: black;
    font-size: 40px;
}
div#sync3 .owl-prev {
    top: 20%;
    position: absolute;
    left: 0px;
	background: transparent;
    color: black;
    font-size: 40px;
}
.triangle {
	position: relative;
}
.triangle:after, .triangle:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.triangle:after {
	border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 31px;
    margin-left: -31px;
}
.triangle:before {
	border-color: white;
    border-bottom-color: black;
    border-width: 33px;
    margin-left: -33px;
}

#sync1 .owl-item.active.center{
	width:200px !important;
}
div#sync2 .owl-next {
    top: -75%;
    position: absolute;
    right: -50px;
    background: transparent;
    color: black;
    font-size: 40px;
}
div#sync2 .owl-prev {
    top: -75%;
    position: absolute;
    left: -50px;
	background: transparent;
    color: black;
    font-size: 40px;
}
div#sync1 {
    margin-top: 50px;
}
div#sync2{
	margin-top: -50px;
}
.owl_new_data {
    padding: 10px;
    border: 1px solid black;
	margin-top: 35px;
}
.owl_new_content p
{
	font-size:18px;
	font-family: 'Poppins', sans-serif;
    color: black;
    font-weight: 300;
	text-align:center;
}
.owl_new_title{
	color: #2b84d0;
    font-family: 'Poppins', sans-serif;
	font-size:16px;
	text-align:center;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: right;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
	bottom: 0;

	background: #2b84d0;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	visibility: hidden;
}
.hovereffect p.icon-links a {
	float: right;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
	padding:5px 0px;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
	color: #ffffff;
}
.hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	visibility: visible;
}
.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    width: 100%;
    padding-top: 25px;
    background: linear-gradient(to left top,#2b84d0 49.5%, transparent 50%);
}






















.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #36349d;
  color: white;
}

/* Back Pulse
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
}
.hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}
*/

img.inr_img {
    width: 100px;
}
.happy_new_nd {
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
}
#toggle_nd {
    position: fixed;
    top: 100px;
    right: 0%;
    transition: all linear 0.5s;
    z-index: 999999;
    cursor: pointer;
}
.ad .fa-user:before {
    content: "\f007";
    color: #7b7b7b;padding-left:10px;
}
.ad .fa-envelope:before {
    content: "\f0e0";color: #7b7b7b;padding-left:10px;
}
.ad .fa-phone:before {
    content: "\f095";color: #7b7b7b;padding-left:10px;
}
.ad .fa-edit:before, .ad .fa-pencil-square-o:before {
    content: "\f044";color: #7b7b7b;padding-left:10px;
}
#toggle_nd_1 {
    position: fixed;
    top: 150px;
    right: 0%;
    transition: all linear 0.5s;
    z-index: 999999;
    cursor: pointer;
}
.header_business_text{
	color: #474747;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.ad #business_nd input {
    border: 1px solid #7b7b7b!important;
    padding-left: 25px;
    color: #7b7b7b;
}
.ad #business_nd textarea {
    border: 1px solid #7b7b7b;
    padding-left: 25px;
    height: 145px;
    color: #7b7b7b;
}

#menutoggle_nd #business_nd{
	float:left;
}
#menutoggle_nd{
	display:none;
}
#menutoggle_nd .footer_title_nd{
	color:black;
	margin: 10px 0px;
	text-align: center;
}
#menutoggle_nd #business_nd input{
	border: 1px solid #7b7b7b;
	padding-left: 25px;
	color:#7b7b7b;
}
#menutoggle_nd #business_nd ::placeholder {
    color: #7b7b7b;
}
div#business_nd ::placeholder {
    color: white;
}
div#subs_nd ::placeholder{
	 color: white;
}
#menutoggle_nd #business_nd textarea{
	border: 1px solid #7b7b7b;
	padding-left: 25px;
	height: 145px;
	color:#7b7b7b;
}
#menutoggle_nd #business_nd input[type=submit]{
	border: 1px solid #e3e3e3;
	background: #36349d;
	width:25%;
	float:left;
	padding: 5px 0px;
        color:white;
}
#menutoggle_nd span.wpcf7-form-control.wpcf7-checkbox{
	float: left;
    background: white;
    border: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#menutoggle_nd span.wpcf7-form-control.wpcf7-checkbox input {
	width:auto;
}
#menutoggle_nd .myfa{
	color:#7b7b7b;
	left: 20px;
}
.header_slider_title_nd{
	color:#7b7b7b;
}
.text_left_nd{
	text-align: left !important;
    padding-left: 15px;
}
.viewall_nd{
    border: 1px solid #36349d;
    padding: 12px 0px;
    font-size: 18px;
    text-align: center;
    width: 40%;
	font-family: 'Poppins', sans-serif;
	color:#36349d;
}
.happy_clients_nd{
    margin-bottom: 20px;
}


div#myTabContent {
    margin-bottom: 20px;
    float: left;width:100%;
}
/* Reveal */
.hvr-reveal {
 /* -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;*/
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: white;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 3px;
}

.phone_foo_nd{
	display:none;
}
.myslickmenu_home_nd{
	display:none;
}
ul#menuone_home_port_nd {
    display: none;
}
.paddingleftrightnd{
	padding-left:0px;
	padding-right:0px;
}
a{
	text-decoration:none !important;
}
.blueheadnd .textwidget {
    margin-bottom: 0px;
}
/* header */

.blueheadnd {
	background:#36349d;
	padding: 10px 0px;
}
.desktopheadernd {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
	color: #ffffff;
}
.desktopheadernd a , .phoneheadernd a , .phoneheadernd_phone a{
	color: #ffffff;
}
.phoneheadernd {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
	color: #ffffff;
}
.phoneheadernd_phone , .desktopheadernd_phone   {
	    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
	color: #ffffff;
}
.phoneheadernd_phone {
	display:none;
}
.sociallinksnd {
    float: right;
}
.sociallinksinnernd {
    color: #ffffff;
    float: left;
    padding-left: 15px;
    font-size: 15px;
}
.sociallinksinnernd a{
	 color: #ffffff !important;
}

/*hvr pop*/
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*social links effect*/

.sociallinksnd .fa {

  transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
  	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);

}
.sociallinksnd  .fa:hover {
	transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
/* menu effect*/
/*
#menu .current-menu-item a::before,
#menu .current_page_item a::before {
 content: "";
 position: absolute;
 left: 5px;
 right: 0px;
}

#menu li.current-menu-item >a{
	color: #2c2c2c !important;
	text-transform: capitalize;
}
#menu li.current-menu-item >a{
	color:#2c2c2c;
}
#menu li a:before , #menu li.current-menu-item >a:hover:before {
 content: "";
 position: absolute;
 left: 5px;
 right: 100%;
 bottom: 0%;
 background: #2c2c2c;
 height: 3px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.sub-menu li a:before , .sub-menu li.current-menu-item >a:hover:before {
	 height: 0px !important;
}

#menu li a:hover:before {
	 background: #2c2c2c;
}
#menu li a:hover  {
 opacity: 1 !important;
}
#menu li a:hover:before , #menu li.current-menu-item >a:before {
 right: 5px;
}
#menu li li a:before  {
 bottom: 0%;
}
*/
/* menu effect*/

#menu li {
  transition: 0.4s;
  padding: 25px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#menu li:hover {
  background-color: #cacaca;
}


.topmenund{
	padding: 0px 0px;
}
.logond img {
	width:85%;
}
.topmenund .navbar-nav {
    float: left;
    margin-top: 0px;
	width:100%;
}
nav.navbar.navbar-default{
	margin-bottom:0px !important;
}
.topmenund  .navbar-default .navbar-nav>li>a {
    color: #2c2c2c;
	font-size: 18px;
    font-weight: 700;
	padding: 6px 15px;
}
.topmenund .navbar-nav .sub-menu li a {
    color: #2c2c2c;
	font-size: 14px;
    font-weight: 700;
}

.topmenund div#example-navbar-collapse{
	padding-right:0px;
}

/* home banner carousel */

span.glyphicon.glyphicon-chevron-left{
    left: 20%;
}
.slider_nd_title{
	font-family:'NexaBold';
	font-weight: 700;
	font-size:65px;
}
.slider_nd_title_two{
	font-family:'NexaBold';
	font-weight: 700;
	font-size:35px;
}
span.glyphicon.glyphicon-chevron-right{
    right: 20%;
}
.item.left {
	padding-right:0px !important;
	margin-bottom:0px !important;
}
.item.left img {
	float:none;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#carouselFade .carousel-inner .item img {
    width: 100%;
}

.carousel-caption.Crousel_content {
    width: 100% !important;
    left: 0%;
    top: 20%;
}


.carousel-control.right , .carousel-control.left {
background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))) !important;
background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
}
.excerpt_nd_img img {
	    width: auto !important;
}
.excerpt_all{
	width: 100%;
	margin-top: 20px;
}
.excerpt_nd {
    float: none;
    width: 15%;
    display: inline-block;
}
.excerpt_title{
	font-size:20px;
	font-family:'NexaBold';
	font-weight: 700;
}
/* home page */
.digitalmarketingnd{
	margin-top:30px;
	margin-bottom:30px;
}
.dmndline{
	text-align:center;
	color:#000000;
	font-size:45px;
	font-family:'NexaBold';
	font-weight: 700;
}
.dmndparagraph {
	color:#474747;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
	text-align:center;
}
.services_data_nd{
	padding-bottom: 60px;
}
.services_data_item{
	margin-bottom: 10px;
    margin-top: 10px;
}
.sd_nd_image{
	text-align:center;
}
.sd_nd_title{
	color:#2b84d0;
	font-size:36px;
	text-align:center;
	font-family:'NexaBold';
}
.sd_nd_content{
	font-family: 'Poppins', sans-serif;
	color:#474747;
	font-size:16px;
	text-align: center;
}
.grey_nd{
	background:#f3f3f3;
}

/* Float */
.hvr-float {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.ready_nd{
	color:#2b84d0;
	font-family:'NexaBold';
	font-size:36px;
	font-weight:bold;
}
.work_nd{
	color:#252525;
	font-family:'NexaBold';
	font-size:26px;
	font-weight:bold;
	margin-top: 10px;
}
.work_nd a{
	color: #252525;
    padding: 6px 40px;
    border: 1px solid #252525;
}
.pos_rel_nd{
	position:relative;
}
.workwith_nd {
    padding: 20px;
    background: white;
    position: absolute;
    left: 150px;
    bottom: -50px;
    right: 150px;
    width: auto;
    -webkit-box-shadow: 0 5px 15px -4px black;
    -moz-box-shadow: 0 5px 15px -4px black;
    box-shadow: 0 5px 15px -4px black;
}
.numbers_nd{
	margin-top: 40px;
	margin-bottom:40px;
}
.container-fluid.red_nd {
    background: #ff575e;
	margin-top: 100px;
}
.numbers_num{
	font-family: 'Poppins', sans-serif;
	color:white;
	font-size:50px;
}
.numbers_title{
	color:white;
	font-size:24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-align:center;
}
.numbers_data_nd {
    display: inline-block;
    float: none;
    width: 19%;
	text-align:center;
}
span.count_other p {
    display: inline-block;
    margin-bottom: 0px;
}

.portfolio_nd{
	margin-top:50px;
}
.folio_title_nd {
	text-align: center;
    color: #000000;
    font-size: 45px;
    font-family: 'NexaBold';
    font-weight: 700;
}
.folio_nexttitle_nd{
	color:#474747;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size:18px;
}
.folio_nexttitle_nd a{
	color:#474747;
}

ul#portfolio{
    float: left;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 20px;
	margin-top:20px;
}
ul#portfolio li{
	display: inline-block;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    width: 9%;
    background: white;
    margin-bottom: 5px;
    float: none;
}
ul#portfolio li a{
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 16px;
    border-radius: 0px;
    margin: 0px;
	padding: 4px 0px;
}
ul#portfolio li.active>a {
	background: #2b84d0 !important;
}
ul#portfolio li a:hover{
    background: #2b84d0 !important;
    color: white;
}
ul#portfolio li.active>a:hover {
    background: #2b84d0 !important;
    color: white;
}
ul#portfolio .active:after{
	display:none;
}
.port_image_nd img {
	width:100%;
}
.port_image_nd {
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
    padding-top: 5px;
	min-height: 315px;
}
.blog_nd{
	margin-top:50px;
	margin-bottom:50px;
}
.blog_img_nd{
	padding-left:5px;
	padding-right:5px;
	margin-top:30px;
}
.blog_img_nd img {
	width:100%;
}
.blog_title_nd {
	text-align:center;
}
.blog_title_nd a{
	font-family: 'Poppins', sans-serif;
	color:#3e505a;
	font-size:18px;
}
.blog_nexttitle_nd{
    color: #474747;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
	padding: 0px 150px;
}
marquee {
    margin-top: 30px;
}
/*
.triangle {
  position: relative;
}
.triangle::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0;
    top: 0em;
    left: 50%;
	margin-left: -1.5em;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: black black transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
  }
*/
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #36349d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active ,
.hvr-sweep-to-right:hover a, .hvr-sweep-to-right:focus a, .hvr-sweep-to-right:active a
 {
  color: white !important;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/* Shine effect on home page */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
figure {
	overflow: hidden;
	margin: 0px 0px !important;
}

/*blog effect*/
.hovereffectone {

overflow:hidden;
position:relative;

margin-bottom:5px;
}
.hovereffectone img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hovereffectone:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

/* footer */
.footer_bg_nd {
	background-image: url('../images/footer-bg-nd.png');
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
    width: 100%;
}
.footer_title_nd {
	font-family: 'NexaBold';
    font-weight: 700;
	color:white;
	font-size:28px;
}
.footer_section_nd {
	margin-top:50px;
	margin-bottom: 50px;
}
.footer_content_nd{
	font-family: 'Poppins', sans-serif;
    float: left;
    font-size: 14px;
    font-weight: 300;
	margin-top: 20px;
}

.sociallinksinner_bottom a{
color:#fff !important;
}
.sociallinks_bottom{
	text-align:center;
	margin-top: 20px;
}
.sociallinksinner_bottom  {
    color: #ffffff;
	display: inline-block;
	float: left;
	padding:0px 10px 10px 0px;
}
.sociallinksinner_bottom a{
	color: #ffffff;
}
.sociallinks_bottom .fa {
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;

	font-size: 22px;
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height: 1.2;

}


.sociallinks_bottom  .fa:hover {
	transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;

	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	border-radius:100%;
}
.sociallinks_bottom  .fa.fa-facebook{
	background:#3b5998;
}
.sociallinks_bottom  .fa.fa-twitter{
	background:#00b0ed;
}
.sociallinks_bottom  .fa.fa-instagram{
	background:radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.sociallinks_bottom  .fa-google-plus{
	background:#e56557;
}
.sociallinks_bottom  .fa-whatsapp{
	background:#54cb65;
}
.sociallinks_bottom  .fa-linkedin-square{
	background:#1075a8;
}
.sociallinks_bottom  .fa-pinterest{
	background:#ca3737;
}

.sociallinks_bottom .fa.fa-rss-square {
    background: rgb(239, 131, 33);
}
.sociallinks_bottom .fa-youtube-square {
    background: rgb(251, 0, 7);
}


ul#menu-footer-services{
	padding: 10px 5px;
    list-style: none;
}
ul#menu-footer-services li a {
    color: #fff;
    font-size: 14px;
    color: white;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
ul#menu-footer-services li:before {
	font-family: FontAwesome;
    content: "\f101";
	margin-right: 5px;
}
ul#menu-footer-services li a:hover {

}
div#business_nd{
    margin-top: 20px;
	margin-bottom: 20px;
}
div#business_nd input {
	padding: 8px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
	border: none;
    border-bottom: 1px solid white;
	border-radius: 0px;
	padding-left: 20px;
	color:white;
}
div#business_nd input:focus , div#business_nd textarea:focus {
	outline: 0px;
}
div#business_nd textarea {
    background: transparent;
	border: none;
    border-bottom: 1px solid white;
	border-radius: 0px;
	height:100px;
	padding-left: 20px;
	color:white;
}
div#business_nd input[type=submit] {
	border: 1px solid white;
    font-size: 20px;
	font-family: 'NexaBold';
    font-weight: 700;
	margin-bottom:0px;
}
.myfa {
    position: absolute;
    font-size: 16px !important;
    color: white;
    z-index: 1;
    left: 15px;
    margin-top: 10px;
}
.fsc_india_nd{
	text-align: center;
	padding: 60px 0px 15px 0px;
}
.footer_bgcolor_nd{
	background:#0e0c4a;
	font-family: 'Poppins', sans-serif;
	position:relative;
    font-weight: 300;
}
.footer_bgcolor_nd a{
	color:white;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.footer_bgcolorgrey_nd{
	background: #32323f;
    position: absolute;
    top: -50px;
    left: 0px;
    margin: 0px 100px;
}
.footer_bgcolorgrey_nd .textwidget{
	margin-bottom:0px;
}
.faddress_nd, .femail_nd, .fphone_nd{
	margin-top: 15px;
    margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	padding-left: 35px;
}
.femail_nd .textwidget {
	margin-top:15px;
}
.myfa2 {
    position: absolute;
    font-size: 18px !important;
    color: white;
    left: 10px;
    top: 15px;
}

.menunavnd{
	z-index:9999;
}

.f-navnd {
	position:fixed !important;
	top:0px !important;
	background:white !important;
	width:100% ;
	left:0;
	-webkit-transition:  0.8s ;
	-moz-transition:  0.8s ;
	-o-transition:  0.8s ;
	}
.menunavnd_slicker{
	z-index:9999;
}

.f-navnd_slicker {
	position:fixed !important;
	top:0px !important;
	background:rgba(255, 255, 255, 0.85) !important;
	width:100% ;
	left:0;
	-webkit-transition:  0.8s ;
	-moz-transition:  0.8s ;
	-o-transition:  0.8s ;
	}


.fixed_quote_nd{
    position: fixed;
    top: 100px;
    right: 0%;
    transition: all linear 0.5s;
    z-index: 999999;
    cursor: pointer;
}


/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
	top: 75px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
	position:static;
    right: 0%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
	width:100%;
	margin-left: 0%;
	left: 0%;
	height: 200px;
	}
#quote-carousel .carousel-inner {

}
#quote-carousel .carousel-indicators li {
    width: 125px;
    height: 125px;
    margin: 5px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: white;
    width: 175px;
    height: 175px;
    border-radius: 100%;
    opacity: 1;
    overflow: hidden;
}

.item blockquote {
    border-left: none;
    margin: 0;
}
.testi_content_nd  {
	padding:10px;
	border:1px solid black;
	min-height: 275px;
	margin-top: 20px;
}

.testi_content_nd p{
	font-family: 'Poppins', sans-serif;
	color:black;
	font-weight:300;
}
.testi_title_nd{
	color:#2b84d0;
	font-family: 'Poppins', sans-serif;
}
div#subs_nd input {
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    padding-left: 20px;
	color:white;
}
div#subs_nd input[type=submit] {
    border: 1px solid white;
    font-size: 20px;
    font-family: 'NexaBold';
    font-weight: 700;
	margin-bottom: 0px;
}
div#subs_nd {
    margin-top: 20px;
}
div#subs_nd input:focus, div#subs_nd textarea:focus {
    outline: 0px;
}
.get_touch_nd {
    font-family: 'NexaBold';
    font-weight: 700;
    color: white;
    font-size: 28px;
    margin-top: 20px;
}

.c--anim-btn span {
  display: block;
}
.c--anim-btn, .c-anim-btn {
  transition: 0.3s;
}
.c--anim-btn {
  height: 64px;
}
.c-anim-btn{
  margin-top: 0em;
}
.c--anim-btn:hover .c-anim-btn{
  margin-top: -4em;
}



@media screen and (min-width: 1025px) and (max-width: 1199px){
#sync1 , #sync2 {
display:none;
}
#sync3 {
display:block;
margin-top:40px;
}
.owl_new_data{
margin-top:65px;
}


.port_image_nd{
	min-height: 260px;
}

.slider_nd_title{
	font-size:55px;
}
.slider_nd_title_two{
	font-size:30px;
}
.carousel-caption.Crousel_content{
	top:10%;
}
.viewall_nd{
	width:50%;
}
#quote-carousel .carousel-indicators li {
    width: 100px;
    height: 100px;
}
#quote-carousel .carousel-indicators .active {
    width: 150px;
    height: 150px;
}
#quote-carousel .carousel-control.right {
    right: -50px;
}
#quote-carousel .carousel-control.left {
    left: -50px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	padding: 6px 6px;
}
.sd_nd_title{
	font-size: 30px;
}
.ready_nd{
	font-size: 28px;
}
.work_nd{
	font-size: 14px;
}
.workwith_nd{
	bottom: -40px;
}
.footer_bgcolorgrey_nd{
	margin: 0px 50px;
}
.fsc_india_nd{
	padding: 65px 0px 15px 0px;margin-top: 45px;
}
.sociallinksinner_bottom{
	padding: 0px 10px 0px 0px;
    margin-bottom: 8px;
}
.fixed-top .sociallinksinner_bottom {
    margin-bottom: 0px;
}
ul#portfolio li{
	width:19%;
}
}

@media screen and (min-width: 992px) and (max-width: 1024px){
#sync1 , #sync2 {
display:none;
}
#sync3 {
display:block;
margin-top:40px;
}
.owl_new_data{
margin-top:65px;
}
.sociallinksinner_bottom{
	padding: 0px 10px 0px 0px;
    margin-bottom: 8px;
}
.fixed-top .sociallinksinner_bottom {
    margin-bottom: 0px;
}




.port_image_nd{
	min-height: 260px;
}
.slider_nd_title{
	font-size:50px;
}
.slider_nd_title_two{
	font-size:25px;
}
.carousel-caption.Crousel_content{
	top:10%;
}
.viewall_nd{
	width:50%;
}
#quote-carousel .carousel-indicators li {
    width: 100px;
    height: 100px;
}
#quote-carousel .carousel-indicators .active {
    width: 150px;
    height: 150px;
}
#quote-carousel .carousel-control.right {
    right: -50px;
}
#quote-carousel .carousel-control.left {
    left: -50px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	padding: 6px 6px;
}
.sd_nd_title{
	font-size: 30px;
}
.ready_nd{
	font-size: 28px;
}
.work_nd{
	font-size: 14px;
	margin-top: 5px;
}
.workwith_nd{
	bottom: -40px;
	padding: 10px;
}
.footer_bgcolorgrey_nd{
	margin: 0px 50px;
}
.fsc_india_nd{
	padding: 65px 0px 15px 0px;margin-top: 45px;
}

ul#portfolio li{
	width:19%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
#sync1 , #sync2 {
display:none;
}
#sync3 {
display:block;
margin-top:40px;
}
.owl_new_data{
margin-top:65px;
}




.excerpt_nd_img img {
    width: 50% !important;
    height: auto;
}

.topmenund .navbar-nav .sub-menu li a{
	font-size:12px;
}
.happy_clients_nd{
	text-align:center;
}
.viewall_nd{
	width: 38%;
	font-size: 14px;
}
#quote-carousel .carousel-control.left {
    left: -20px;
	top: 75px;
}
#quote-carousel .carousel-control.right {
    right: -20px;
}
#quote-carousel .carousel-control.right {
	top: 75px;
}
#quote-carousel {
    padding: 0px;
	margin-top:0px;
}
#quote-carousel .carousel-indicators{
	height:auto;
}
#quote-carousel .carousel-indicators li {
	display:none;
}
#quote-carousel .carousel-indicators .active {
   display:block;
width: 150px;
    height: 150px;
}
ol.carousel-indicators {
	width:100%;
   float:left;
   text-align:center;
}
#quote-carousel .carousel-indicators .active {
	display: inline-block;
    float: none;
	text-align:center;
}
.testi_content_nd{
	width: 100%;
    margin-left: 0px;
}


.topmenund .navbar-default .navbar-nav>li>a{
	padding: 6px 6px;
}
.sd_nd_title{
	font-size: 30px;
}
.ready_nd{
	font-size: 28px;
}
.work_nd{
	font-size: 14px;
	margin-top: 5px;
}
.workwith_nd{
	bottom: -40px;
	padding: 10px;
}
.footer_bgcolorgrey_nd{
	margin: 0px 20px;
}
.fsc_india_nd{
	padding: 90px 0px 15px 0px;margin-top: 45px;
}
.sociallinksinner_bottom{
	padding: 0px 10px 0px 0px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	font-size: 14px;
}
.navbar-nav li{
	margin:0px !important;
}
.logond img {
    width: 100%;
}
ul#portfolio li{
	width:19%;
}
.slider_nd_title{
	font-size: 40px;
}
.slider_nd_title_two{
	font-size: 25px;
}
.carousel-caption.Crousel_content{
	top: 10%;
}
.dmndline{
	font-size:32px;
}
.dmndparagraph{
	font-size:16px;
}
.workwith_nd{
	right: 40px;
	left: 40px;
}
.numbers_num{
	font-size: 35px;
}
.numbers_title{
	font-size:16px;
}
.folio_title_nd{
	font-size: 32px;
}
.portfolio_nd{
	margin-top: 30px;
}
.blog_nexttitle_nd{
	padding: 0px 80px;
}
.blog_title_nd a{
	font-size:16px;
}
.blog_nd {
    margin-top: 25px;
    margin-bottom: 25px;
}
}
@media screen and (min-width: 601px) and (max-width: 767px){
div#sync3 .owl-prev , div#sync3 .owl-next{
    top: 10%;
}
#sync1 , #sync2 {
display:none;
}
#sync3 {
display:block;
margin-top:40px;
}
.owl_new_data{
margin-top:65px;
}


.port_image_nd {
    min-height: auto;
}
.viewall_nd{
	border: none;
	width:50%;
}
.viewall_nd_span {
	border: 1px solid #36349d;
    text-align: center;
    padding: 10px 50px;
    font-size: 16px;
}
.happy_clients_nd{
	text-align:center;
}
#toggle_nd{
	bottom: 0px;
	left:0px;
	top:auto;
}
#quote-carousel .carousel-control.left {
    left: 0px;
	top: 75px;
}
#quote-carousel .carousel-control.right {
	top: 75px;
}
#quote-carousel .carousel-control.right {
    right: 0px;
}
#quote-carousel {
    padding: 0px;
	margin-top:0px;
}
#quote-carousel .carousel-indicators{
	height:auto;
}
#quote-carousel .carousel-indicators li {
	display:none;
}
#quote-carousel .carousel-indicators .active {
   display:block;
width: 150px;
    height: 150px;
}
ol.carousel-indicators {
	width:100%;
   float:left;
   text-align:center;
}
#quote-carousel .carousel-indicators .active {
	display: inline-block;
    float: none;
	text-align:center;
}
.testi_content_nd{
	width: 100%;
    margin-left: 0px;
}



.topmenund .navbar-default .navbar-nav>li>a{
	padding: 6px 6px;
}
.sd_nd_title{
	font-size: 30px;
}
.ready_nd{
	font-size: 28px;
}
.work_nd{
	font-size: 14px;
	margin-top: 5px;
}
.workwith_nd{
	bottom: -40px;
	padding: 10px;
}
.footer_bgcolorgrey_nd{
	margin: 0px 20px;
}
.fsc_india_nd{
	padding: 90px 0px 15px 0px;margin-top: 45px;
}
.sociallinksinner_bottom{
	padding: 0px 10px 0px 0px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	font-size: 14px;
}
.navbar-nav li{
	margin:0px !important;
}
.logond img {
    width: 100%;
}
ul#portfolio li{
	width:19%;
}
.slider_nd_title{
	font-size: 34px;
}
.slider_nd_title_two{
	font-size: 16px;
}
.carousel-caption.Crousel_content{
	top: 10%;
}
.dmndline{
	font-size:32px;
}
.dmndparagraph{
	font-size:16px;
}
.workwith_nd{
	right: 40px;
	left: 40px;
}
.numbers_num{
	font-size: 35px;
}
.numbers_title{
	font-size:16px;
}
.folio_title_nd{
	font-size: 32px;
}
.portfolio_nd{
	margin-top: 30px;
}
.blog_nexttitle_nd{
	padding: 0px 50px;
}
.blog_title_nd a{
	font-size:16px;
}
.blog_nd {
    margin-top: 25px;
    margin-bottom: 25px;
}
.container-fluid.topmenund.menunavnd {
    display: none;
}
ul#menuone_home_port_nd{
	display:none;
}
ul#portfolio {
    display: none;
}
.slicknav_menu {
    display: block !important;
}
.paddingleftrightnd{
	padding-left:5px;
	padding-right:5px;
}
.myslickmenu_home_nd{
	display:block !important;
}

ul#menu-menu-1 {
    display: none;
}
.myslickmenu_home_nd img {
	width:70%;
	margin-bottom: 5px;
}
.slicknav_nav .sub-menu li{
	padding:0px;
}
.digitalmarketingnd {
    margin-top: 15px;
    margin-bottom: 15px;
}
.work_nd a{
	width: 100%;
    text-align: center;
}
.faddress_nd, .femail_nd, .fphone_nd {
    margin-top: 5px;
    margin-bottom: 5px;
}
.femail_nd .textwidget {
    margin-top: 5px;
}
.myfa2{
	top: 5px;
}
#myTabContent .slicknav_menutxt{
	display:none;
}
div#myTabContent:before {
    content: "FILTER";
    position: absolute;
    right: 50px;
    top: 15px;
	color: #36349d;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	z-index: 1;
}
#myTabContent{
	position:relative;
}
}

@media screen and (min-width: 481px) and (max-width: 600px){
div#sync3 .owl-prev , div#sync3 .owl-next{
    top: 10%;
}
#sync1 , #sync2 {
display:none;
}
#sync3 {
display:block;
margin-top:40px;
}
.owl_new_data{
margin-top:65px;
}


.port_image_nd {
    min-height: auto;
}
#toggle_nd{
	bottom: 0px;
	left:0px;
	top:auto;
}
img.inr_img {
    width: 75px;
}
.viewall_nd{
	border: none;
	width:50%;
}
.viewall_nd_span {
	border: 1px solid #36349d;
    text-align: center;
    padding: 10px 25px;
    font-size: 14px;
}


.container-fluid.red_nd {
    margin-top: 70px;
}
#quote-carousel .carousel-control.left {
    left: 0px;
	top: 75px;
}
#quote-carousel .carousel-control.right {
	top: 75px;
}
#quote-carousel .carousel-control.right {
    right: 0px;
}
#quote-carousel {
    padding: 0px;
	margin-top:0px;
}
#quote-carousel .carousel-indicators{
	height:auto;
}
#quote-carousel .carousel-indicators li {
	display:none;
}
#quote-carousel .carousel-indicators .active {
   display:block;
width: 150px;
    height: 150px;
}
ol.carousel-indicators {
	width:100%;
   float:left;
   text-align:center;
}
#quote-carousel .carousel-indicators .active {
	display: inline-block;
    float: none;
	text-align:center;
}
.testi_content_nd{
	width: 100%;
    margin-left: 0px;
}


.topmenund .navbar-default .navbar-nav>li>a{
	padding: 6px 6px;
}
.sd_nd_title{
	font-size: 30px;
}
.ready_nd{
	font-size: 22px;
    text-align: center;
}
.work_nd{
	font-size: 14px;
	margin-top: 5px;
}
.workwith_nd{
	bottom: -40px;
	padding: 10px;
}
.footer_bgcolorgrey_nd{
	margin: 0px 20px;
}
.fsc_india_nd{
	padding: 130px 0px 15px 0px;    margin-top: 35px;
}
.sociallinksinner_bottom{
	padding: 0px 10px 0px 0px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	font-size: 14px;
}
.navbar-nav li{
	margin:0px !important;
}
.logond img {
    width: 100%;
}
ul#portfolio li{
	width:19%;
}
.slider_nd_title{
	font-size: 28px;
}
.slider_nd_title_two{
	font-size: 14px;
}
.carousel-caption.Crousel_content{
	top: 0%;
}
.excerpt_all {
    margin-top: 10px;
}
.excerpt_nd {
    width: 18%;
}
.excerpt_title {
    font-size: 16px;
}
.excerpt_nd_img img {
    width: 75% !important;
	height:auto;
}
.dmndline{
	font-size:32px;
}
.dmndparagraph{
	font-size:16px;
}
.workwith_nd{
	right: 40px;
	left: 40px;
}
.numbers_num{
	font-size: 30px;
}
.numbers_title{
	font-size:14px;
}
.folio_title_nd{
	font-size: 32px;
}
.portfolio_nd{
	margin-top: 30px;
}
.blog_nexttitle_nd{
	padding: 0px 25px;
	font-size: 16px;
}
.blog_title_nd a{
	font-size:16px;
}
.blog_nd {
    margin-top: 25px;
    margin-bottom: 25px;
}
.container-fluid.topmenund.menunavnd {
    display: none;
}
ul#menuone_home_port_nd{
	display:none;
}
ul#portfolio {
    display: none;
}
.slicknav_menu {
    display: block !important;
}
.paddingleftrightnd{
	padding-left:5px;
	padding-right:5px;
}
.myslickmenu_home_nd{
	display:block !important;
}

ul#menu-menu-1 {
    display: none;
}
.myslickmenu_home_nd img {
	width:70%;
	margin-bottom: 5px;
}
.slicknav_nav .sub-menu li{
	padding:0px;
}
.digitalmarketingnd {
    margin-top: 15px;
    margin-bottom: 15px;
}
.work_nd a{
	width: 100%;
    text-align: center;
}
.faddress_nd, .femail_nd, .fphone_nd {
    margin-top: 5px;
    margin-bottom: 5px;
}
.femail_nd .textwidget {
    margin-top: 5px;
}
.myfa2{
	top: 5px;
}
.phoneheadernd_phone {
	display:block;
}
.desktopheadernd_phone {
	display:none;
}
.phone_foo_nd {
    display: block;
}
.desk_foo_nd {
    display: none;
}
#myTabContent .slicknav_menutxt{
	display:none;
}
div#myTabContent:before {
    content: "FILTER";
    position: absolute;
    right: 50px;
    top: 15px;
	color: #36349d;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	z-index: 1;
}
#myTabContent{
	position:relative;
}
}



@media screen and (min-width: 376px) and (max-width: 480px){
div#sync3 .owl-prev , div#sync3 .owl-next{
    top: 10%;
}
#sync1 , #sync2 {
display:none;
}
#sync3 {
display:block;
margin-top:40px;
}
.owl_new_data{
margin-top:65px;
}


.port_image_nd {
    min-height: auto;
}
#toggle_nd{
	bottom: 0px;
	left:0px;
	top:auto;
}
.happy_clients_nd {
    width: 100%;
    text-align: center;
}
#menutoggle_nd #business_nd input[type=submit]{
	width:100%;
}
img.inr_img {
    width: 75px;
}
.viewall_nd{
	border: none;
	width:100%;
}
.viewall_nd_span {
	border: 1px solid #36349d;
    text-align: center;
    padding: 10px 25px;
    font-size: 14px;
}

.sociallinksnd {
    display: none;
}
.phone321_resp_class_nd{
	width:100%;
}
.phone321_nd{
	display:none;
}
.phone_right_321_nd{
	float:right;
}

.container-fluid.red_nd{
	margin-top: 70px;
}
.container.happy_nd {
    padding-left: 0px;
    padding-right: 0px;
}
.footer_title_nd, .get_touch_nd{
	font-size:20px;
}
#quote-carousel .carousel-control.left {
    left: 0px;
	top: 75px;
}
#quote-carousel .carousel-control.right {
	top: 75px;
}
#quote-carousel .carousel-control.right {
    right: 0px;
}
#quote-carousel {
    padding: 0px;
	margin-top:0px;
}
#quote-carousel .carousel-indicators{
	height:auto;
}
#quote-carousel .carousel-indicators li {
	display:none;
}
#quote-carousel .carousel-indicators .active {
   display:block;
width: 150px;
    height: 150px;
}
ol.carousel-indicators {
	width:100%;
   float:left;
   text-align:center;
}
#quote-carousel .carousel-indicators .active {
	display: inline-block;
    float: none;
	text-align:center;
}
.testi_content_nd{
	width: 100%;
    margin-left: 0px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	padding: 6px 6px;
}
.sd_nd_title{
	font-size: 24px;
}
.sd_nd_content{
	font-size:14px;

}
.ready_nd{
	font-size: 20px;
	text-align: center;
}
.work_nd{
	font-size: 14px;
	margin-top: 5px;
}
.workwith_nd{
	bottom: -40px;
	padding: 10px;
}
.footer_bgcolorgrey_nd{
	margin: 0px 20px;
}
.fsc_india_nd{
	padding: 130px 0px 15px 0px;    margin-top: 45px;
}
.sociallinksinner_bottom{
	padding: 0px 10px 0px 0px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	font-size: 14px;
}
.navbar-nav li{
	margin:0px !important;
}
.logond img {
    width: 100%;
}
ul#portfolio li{
	width:19%;
}
.slider_nd_title{
	font-size: 20px;
}
.slider_nd_title_two{
	font-size: 14px;
}
.carousel-caption.Crousel_content{
	top: 0%;
}
.excerpt_all {
    margin-top: 10px;
}
.excerpt_nd {
    width: 18%;
}
.excerpt_title {
    font-size: 16px;
}
.excerpt_nd_img img {
    width: 75% !important;
	height:auto;
}
.dmndline{
	font-size:22px;
}
.dmndparagraph{
	font-size:14px;
}
.workwith_nd{
	right: 10px;
	left: 10px;
}
.numbers_num{
	font-size: 30px;
}


.numbers_nd .numbers_data_nd:nth-child(5){
	display:none;
}
.numbers_nd .numbers_data_nd:nth-child(1){
	border-right:1px solid white;
	border-bottom:1px solid white;
}
.numbers_nd .numbers_data_nd:nth-child(2){
	border-left:1px solid white;
	border-bottom:1px solid white;
}
.numbers_nd .numbers_data_nd:nth-child(3){
	border-right:1px solid white;
	border-top:1px solid white;
}
.numbers_nd .numbers_data_nd:nth-child(4){
	border-left:1px solid white;
	border-top:1px solid white;
}
.numbers_nd{
	margin-top:0px;
	margin-bottom:0px;
}
.numbers_data_nd{
	width:50%;
	float:left;
	padding-top: 15px;
    padding-bottom: 15px;
}
.number_resp_nd{
	padding-left:0px;
	padding-right:0px;
}



.port_image_nd {
    margin-top: 5px;
    margin-bottom: 5px;
}
.numbers_title{
	font-size:18px;
}
.numbers_title br {
	display:none;
}
.folio_title_nd{
	font-size: 22px;
}
.portfolio_nd{
	margin-top: 30px;
}
.blog_nexttitle_nd{
	padding: 0px 25px;
	font-size: 16px;
}
.blog_title_nd a{
	font-size:16px;
}
.blog_nd {
    margin-top: 25px;
    margin-bottom: 25px;
}
.container-fluid.topmenund.menunavnd {
    display: none;
}
ul#menuone_home_port_nd{
	display:none;
}
ul#portfolio {
    display: none;
}
.slicknav_menu {
    display: block !important;
}
.paddingleftrightnd{
	padding-left:5px;
	padding-right:5px;
}
.myslickmenu_home_nd{
	display:block !important;
}

ul#menu-menu-1 {
    display: none;
}
.myslickmenu_home_nd img {
	width:100%;
	margin-bottom: 5px;
}
.slicknav_nav .sub-menu li{
	padding:0px;
}
.digitalmarketingnd {
    margin-top: 15px;
    margin-bottom: 15px;
}
.work_nd a{
	width: 100%;
    text-align: center;
}
.faddress_nd, .femail_nd, .fphone_nd {
    margin-top: 5px;
    margin-bottom: 5px;
}
.femail_nd .textwidget {
    margin-top: 5px;
}
.myfa2{
	top: 5px;
}
.phoneheadernd_phone {
	display:block;
}
.desktopheadernd_phone {
	display:none;
}
.phone_foo_nd {
    display: block;
}
.desk_foo_nd {
    display: none;
}
.sociallinksinnernd{
	width:25%;
}
#myTabContent .slicknav_menutxt{
	display:none;
}
div#myTabContent:before {
    content: "FILTER";
    position: absolute;
    right: 50px;
    top: 15px;
	color: #36349d;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	z-index: 1;
}
#myTabContent{
	position:relative;
}
}




@media screen and (min-width: 0px) and (max-width: 375px){
div#sync3 .owl-prev , div#sync3 .owl-next{
    top: 10%;
}
.owl_new_content p {
    font-size: 16px;
}
#sync1 , #sync2 {
display:none;
}
#sync3 {
display:block;
margin-top:40px;
}
.owl_new_data{
margin-top:65px;
}


.port_image_nd {
    min-height: auto;
}
.header_business_text{
	    font-size: 14px;
}
.footer_title_nd.text_left_nd{
	font-size:18px;
}
#toggle_nd{
	bottom: 0px;
	left:0px;
	top:auto;
}
.happy_clients_nd {
    width: 100%;
    text-align: center;
}
#menutoggle_nd #business_nd input[type=submit]{
	width:100%;
}
img.inr_img {
    width: 75px;
}
.viewall_nd{
	border: none;
	width:100%;
}
.viewall_nd_span {
	border: 1px solid #36349d;
    text-align: center;
    padding: 10px 25px;
    font-size: 14px;
}



.paddingleftrightnd_mobile{
	padding-left:0px;
	padding-right:0px;
}
.sociallinksnd {
    display: none;
}
.phone321_resp_class_nd{
	width:100%;
}
.phone321_nd{
	display:none;
}
.phone_right_321_nd{
	float:right;
}

.container-fluid.red_nd {
    margin-top: 60px;
}
#quote-carousel .carousel-control.left {
    left: 0px;
	top: 75px;
}
#quote-carousel .carousel-control.right {
	top: 75px;
}
#quote-carousel .carousel-control.right {
    right: 0px;
}
#quote-carousel {
    padding: 0px;
	margin-top:0px;
}
#quote-carousel .carousel-indicators{
	height:auto;
}
#quote-carousel .carousel-indicators li {
	display:none;
}
#quote-carousel .carousel-indicators .active {
   display:block;
width: 150px;
    height: 150px;
}
ol.carousel-indicators {
	width:100%;
   float:left;
   text-align:center;
}
#quote-carousel .carousel-indicators .active {
	display: inline-block;
    float: none;
	text-align:center;
}
.testi_content_nd{
	width: 100%;
    margin-left: 0px;
}
.topmenund .navbar-default .navbar-nav>li>a{
	padding: 6px 6px;
}
.sd_nd_title{
	font-size: 24px;
}
.sd_nd_content{
	font-size:14px;
}
.ready_nd{
	font-size: 17px;
}
.work_nd{
	font-size: 12px;
	margin-top: 5px;
}
.workwith_nd{
	bottom: -40px;
	padding: 10px;
}
.footer_bgcolorgrey_nd{
	margin: 0px 20px;
}
.fsc_india_nd{
	padding: 150px 0px 15px 0px;    margin-top: 45px;
}
/*.sociallinksinner_bottom{
	width: 30%;
    margin-bottom: 5px;
}	*/
.topmenund .navbar-default .navbar-nav>li>a{
	font-size: 14px;
}
.navbar-nav li{
	margin:0px !important;
}
.logond img {
    width: 100%;
}
ul#portfolio li{
	width:19%;
}
.slider_nd_title{
	font-size: 18px;
}
.slider_nd_title_two{
	font-size: 12px;
}
.carousel-caption.Crousel_content{
	top: 0%;
}
.excerpt_all {
    margin-top: 10px;
}
.excerpt_nd {
    width: 18%;
}
.excerpt_title {
    font-size: 14px;
}
.excerpt_nd_img img {
    width: 75% !important;
	height:auto;
}
.dmndline{
	font-size:22px;
}
.dmndparagraph{
	font-size:14px;
}
.workwith_nd{
	right: 10px;
	left: 10px;
}
.numbers_num{
	font-size:24px;
}


.numbers_nd .numbers_data_nd:nth-child(5){
	display:none;
}
.numbers_nd .numbers_data_nd:nth-child(1){
	border-right:1px solid white;
	border-bottom:1px solid white;
}
.numbers_nd .numbers_data_nd:nth-child(2){
	border-left:1px solid white;
	border-bottom:1px solid white;
}
.numbers_nd .numbers_data_nd:nth-child(3){
	border-right:1px solid white;
	border-top:1px solid white;
}
.numbers_nd .numbers_data_nd:nth-child(4){
	border-left:1px solid white;
	border-top:1px solid white;
}
.numbers_nd{
	margin-top:0px;
	margin-bottom:0px;
}
.numbers_data_nd{
	width:50%;
	float:left;
	padding-top: 15px;
    padding-bottom: 15px;
}
.number_resp_nd{
	padding-left:0px;
	padding-right:0px;
}




.port_image_nd {
    margin-top: 5px;
    margin-bottom: 5px;
}
.numbers_title{
	font-size:15px;
}
.numbers_title br {
	display:none;
}
.folio_title_nd{
	font-size: 22px;
}
.portfolio_nd{
	margin-top: 30px;
}
.blog_nexttitle_nd{
	padding: 0px 25px;
	font-size: 16px;
}
.blog_title_nd a{
	font-size:16px;
}
.blog_nd {
    margin-top: 25px;
    margin-bottom: 25px;
}
.container-fluid.topmenund.menunavnd {
    display: none;
}
ul#menuone_home_port_nd{
	display:none;
}
ul#portfolio {
    display: none;
}
.slicknav_menu {
    display: block !important;
}
.paddingleftrightnd{
	padding-left:5px;
	padding-right:5px;
}
.myslickmenu_home_nd{
	display:block !important;
}

ul#menu-menu-1 {
    display: none;
}
.myslickmenu_home_nd img {
	width:100%;
	margin-bottom: 5px;
}
.slicknav_nav .sub-menu li{
	padding:0px;
}
.digitalmarketingnd {
    margin-top: 15px;
    margin-bottom: 15px;
}
.work_nd a{
	width: 100%;
    text-align: center;
}
.faddress_nd, .femail_nd, .fphone_nd {
    margin-top: 5px;
    margin-bottom: 5px;
}
.femail_nd .textwidget {
    margin-top: 5px;
}
.myfa2{
	top: 5px;
}
.phoneheadernd_phone {
	display:block;
}
.desktopheadernd_phone {
	display:none;
}
.phone_foo_nd {
    display: block;
}
.desk_foo_nd {
    display: none;
}
.sociallinksinnernd{
	width:25%;
}
.footer_section_nd  .textwidget {
    margin-bottom: 15px;
}
.footer_title_nd , .get_touch_nd{
	font-size:20px;
}
div#business_nd input[type=submit]{
	font-size: 16px;
}
div#subs_nd input[type=submit]{
	font-size:14px;
}
.happy_nd {
    padding-left: 0px;
    padding-right: 0px;
}
#myTabContent .slicknav_menutxt{
	display:none;
}
div#myTabContent:before {
    content: "FILTER";
    position: absolute;
    right: 50px;
    top: 10px;
	color: #36349d;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	z-index: 1;
}
#myTabContent{
	position:relative;
}
}
