/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

/* /////////////////////// Common Section  /////////////////////// */
body {
    width: 100%;
    height: 100%;
	font-family: 'Pompiere', cursive;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
}

p {
    margin: 0 0 20px;
    font-size: 14px; color:#444;
	font-family:Arial, Helvetica, sans-serif;
  /*  line-height: 1.6em;*/
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

/* /////////////////////// slider Section /////////////////////// */

.tp-caption.custom_large_white {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
}

.tp-caption a.btn {
	color: #fff;
}

/* /////////////////////// Pre loader Section  /////////////////////// */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}



/* ///////////////////////  General Section   /////////////////////// */

.home-section {
    padding-top: 50px;
    padding-bottom:0px;
	display:block;
    position:relative;
    z-index:120;
	background-color: #fff;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}


.text-light {
	color: #fff;
}

/* /////////////////////// Nav Section  /////////////////////// */
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
    padding: 33px 15px 5px;
    font-size: 36px;
	color:#000;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
   /* background-color: rgba(255,255,255,.8);*/
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 25px;
	letter-spacing: 1px;
    color: #444;
	/*text-transform: uppercase;*/
	/*font-weight: 700;*/
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 10px; color:#fff;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
   /* background-color: rgba(255,255,255,12);*/
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    /*background-color: rgba(255,255,255,1);*/
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a{color: #333 !important;}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/* ///////////////////////  About Section  /////////////////////// */


.intro {
	width:100%;
	position:relative;
	padding:0;
	height:100%;
}



@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.8);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.tp-caption .page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

/* /////////////////////// Parallax and Elements Section  /////////////////////// */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}


#parallax2{	
	background-image: url(../img/parallax.jpg);

}


.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/*footer-wrap Start*/

.site-footer{
    background:url(../images/btm-strip.png) repeat-x scroll center bottom #505050;
    height: 65px;
   margin-top: 76px;
    padding: 0px 0;
}

.site-footer a.frt{ text-align:left !important;}
.marketing h1, h5{ text-align:center;}
.recent-projects h1, p{ text-align:center;}
.recent-projects h2{ font-size:46px; color:#444; text-align:center;}
.recent-projects h3{ font-size:46px; margin-bottom:10px; color:#444; text-align:center;}
.footer-top-img {
    display: inline-block;
    float: right;  width: 157px;
}

.footer-top-img.msg #mage {
    background:url(../images/footer-msg.png) repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 34px !important;
    margin-bottom: 12px;
    margin-right: 12px !important;
    width: 43px !important;
}
.footer-top-img span {
    color: #c1c1c1;
    font-family: "latobold";
    font-size: 15px;
}
.dsf > span {
    display: inline-block;
    margin: 8px 0 0;
}
.footer-top-img.msg p{ margin:0px;}
.footer-top-img.call #mages {
    background: url(../images/call.png) repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 36px !important;
    margin-right: 10px;
    width: 37px !important;
}
.footer-top-img.call > span {
    cursor: pointer;
}
.footer-top-img.call{
	width:168px;
}
.footer-top-img.call p{ margin:0px; color:#ccc; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
.footer-top-img {
    margin-top: 13px;
}

.frt > img {
    margin-top: 19px;
}

.mor {
    /*background: none repeat scroll 0 0 #898989;*/
    border-radius: 3px;
    color: #fff; margin:0px;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px 0px;
    text-align: center;
}
.more {
	border:2px solid #fafafa;
    background: #fafafa none repeat scroll 0 0;
    border-radius: 5px;
    color: #666 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
}
.features_block ul li:hover a.more{ border:2px solid #999; }


/*---==== About Us Start =====------*/

.cnt-feature.inner {

	padding-top: 20px;

}

.cnt-feature.inner p {

	color: #424242;

	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 17px;

	line-height: 28px;

	padding-bottom: 18px;

}

.inner-sl {

	height: 110px;

}

.text-center {

	text-align: center;

}

.inner-tp-cnt {

	padding-bottom: 15px;

}

.cnt-feature .lft.inner-lft {

	width: 50%; float:left;

}

.cnt-feature .rit.inner-rit {

	width: 50%;

}

.cnt-feature.inner .service-p .lft.inner-lft {

	width: 50%;

}

.cnt-feature.inner .service-p .rit.inner-rit {

	width: 60%;

}

.article {

	float: left;

	width: 100%;

	background: url(../images/dot.gif) repeat-y center top;

}

.shadow-btm {

	float: left;

	width: 100%;

}

.shadow-top {

	float: left;

	width: 100%;

}

.inn-nav #slider-direction-nav a {

	margin-top: 37px;

}

.pd-rit {

	padding-right: 30px;

}

.pd-lft {

	padding-left: 30px;

}
.pd-lft p{text-align:left !important;}
.pd-rit p{text-align:left !important;}

.btm-bdr {
	border-bottom: 1px solid #d8d8d8;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content-tp .article h1 {

	border-bottom: none;

}

img {

	max-width: 100%;

}

.cnt-feature .rit.inner-rit {
    width: 50%;
}
.cnt-feature .rit {
    float: right;
    margin-bottom: 20px;
    width: 561px;
}
.article {
    background: url("../images/dot.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
.cnt-feature h1{font-weight:bold;}
.shadow-btm {
    float: left;s
    width: 100%;
}
/*---==== About Us End =====------*/

.nv-tp .navbar{ background:url(../images/Web-Designs-Web-Development.png) #fff; padding-top:0px;}
.slideshow-ban{text-align:center;}
.nv-tp .navbar-nav{ margin-top:27px;}
.marketing h1{ font-size:46px; margin-bottom:10px; color:#444;}
.marketing h5, .recent-projects h5{ font-size:22px;}
.features_block ul li h4{font-family:Arial, Helvetica, sans-serif;}
.Website-Designing{ color:#0058b1; }
.Website-Development{ color:#4a9900; }
.Responsive-Design{ color:#ff0000; }
.SEO{ color:#cece00; }
.eCommerce{ color:#a00181;}
#portfolio {
    display: block;
}
#portfolio li {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 400px;
    width: 23%;
}
#portfolio li a {
  
    display: block;
    padding: 8px;
}
#portfolio li a img {
    border: 0 none;
    max-width: 100%;
}
.ptag{ text-align:justify; line-height:22px;}
.ptag p{text-align:justify;}
.ptag span.what-we-do{font-size:24px; font-weight:bold;  font-family: 'Pompiere', cursive;}
.saprator{ text-align:center; padding-bottom:30px;}
.saprator.m30{margin-top:30px;}


/*Footer Start*/

.footer-wrapper {
    float: left;
    width: 100%; margin-top:50px;
}
.footer-top-wrapper {
    background: #505050 none repeat scroll 0 0;
    border-bottom: 1px solid #2b2b2b;
    clear: both;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.page-wrapper {
    margin: 0 auto;
    width: 1160px;
}
.footer-social li {
    float: left;
    margin-right: 10px;
	list-style:none;
}
.footer-fb > a {
    background: rgba(0, 0, 0, 0) url("../images/creativenetsoft.png") no-repeat scroll -163px 0;
    float: left;
    height: 34px;
    width: 34px;
}
.footer-mailer {
    float: left;
    text-align: right;
    width: 610px;
}
.footer-timings {
    float: right;
}
.Contact-icon {
    float: right;
    width: 150px;
}
.contact-Us {
    background: rgba(0, 0, 0, 0) url("../images/creativenetsoft.png") no-repeat scroll -126px 0;
    float: left;
    height: 35px;
    padding-right: 36px;
    width: 24px;
}
.Contact-icon h5 {
    color: #c1c1c1;
    float: left;
	font-size:22px;
    padding-left: 5px;
	margin-bottom:0px;
    padding-top: 7px;
}
.footer-timings > a {
    float: left;
}
.footer-social ul{margin-top:0px; margin-bottom:0px !important;}
.footer-timings div {
    color: #c1c1c1;
    float: left;
    padding-left: 10px;
}
.footer-phone {
    background: rgba(0, 0, 0, 0) url("../images/creativenetsoft.png") no-repeat scroll -47px 0;
    float: left;
    height: 36px;
    width: 35px;
}
.footer-timings div {
    color: #c1c1c1;
    float: left;
    padding-left: 10px;
}
.footer-timings a span {
     color: #c1c1c1;
    float: left;
    font-size: 22px;
    padding-top: 5px;
}
.footer-mid {
    background: #434343 none repeat scroll 0 0;
    border-top: 1px solid #686868;
	border-bottom:1px solid #2b2b2b; padding-bottom:20px;
    float: left;
    padding-top: 30px;
    width: 100%;
}
.footer-mid .col1:first-child {
    border-left: medium none;
    padding-left: 0;
}
.footer-mid li{list-style:none; font-family:Arial, Helvetica, sans-serif;}
.footer-mid ul{padding:0px; margin:0px}
.col1 {
    border-left: 1px solid;
    border-right: 1px solid #2b2b2b;
    float: left;
    min-height: 194px;
    padding-left: 10px;
    padding-right: 30px;
    width: 19%;
}
.footer-bottom{
    background: #434343 none repeat scroll 0 0;
    float: left;
    padding: 15px 0;
    width: 100%; border-top:1px solid #686868;
	text-align:center;
}
.footer-bottom a {
    color: #ffffff;
    font-size: 18px; padding-left:10px; padding-right:10px;
}
/*.footer-bottom ul {
    margin: 0 auto;
    width: 865px;
}
.footer-bottom li {
    float: left;
    margin-right: 59px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; font-size:13px; list-style:none;
}*/
.col2 {
    border-left: 1px solid;
    float: left;
    min-height: 194px;
    padding-left: 40px;
    width: 269px;
}
.col2 ul, ol {
    margin: 0;
    padding: 0;
}
.col2 li {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.col2 li:first-child a{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5cc94e 0%, #4d8432 100%) repeat scroll 0 0;
}
.col2 span{
    float: right;
    padding-right: 18px;
}
.col2 .contact-us1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffad16 0%, #e37913 100%) repeat scroll 0 0;
}
.col2 .consult {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fc5944 0%, #ba3631 100%) repeat scroll 0 0;
}
.col2 a {
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 16px;
    padding: 10px 0;
    text-indent: 10px;
    width: 100%;
}
.arrow {
    background: rgba(0, 0, 0, 0) url("../images/creativenetsoft.png") no-repeat scroll -18px -9px;
    float: right;
    height: 18px;
    width: 8px;
}
.col1 li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.right {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.copyright {
    float: left;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px; color:#999;
    text-align: center;
    width: 100%;
}
.arrow-footer {
    background: rgba(0, 0, 0, 0) url("../images/creativenetsoft.png") no-repeat scroll -29px -10px;
    float: left;
    height: 17px;
    padding-right:18px;
    width: 7px;
}
.arrow-footer {
    background-position: -29px -8px;
}
.footer-fb > a{float:left;width:34px;height:34px;background:url("../images/creativenetsoft.png") no-repeat; background-position:-163px 0px;}
.footer-fb > a:hover{background-position:-163px -36px;}
.footer-twitter > a{float:left;width:34px;height:35px;background:url("../images/creativenetsoft.png") no-repeat;  background-position:-88px -1px;}
.footer-twitter > a:hover{background-position:-87px -36px;}
.footer-gplus > a{float:left;width:36px;height:36px;background:url("../images/creativenetsoft.png") no-repeat; background-position:-238px 0px;}
.footer-gplus > a:hover{background-position:-238px -37px;} 
.footer-linkedin > a{float:left;width:34px;height:36px;background:url("../images/creativenetsoft.png") no-repeat; background-position:-200px 0px;}
.footer-linkedin > a:hover{background-position:-200px -38px;}
.footer-tumblr > a{float:left;width:34px;height:34px;background:url("../images/creativenetsoft.png") no-repeat;  background-position:-275px 0px;}
.footer-tumblr > a:hover{background-position:-277px -36px;}
.footer-pinterest > a{float:left;width:34px;height:35px;background:url("../images/creativenetsoft.png") no-repeat; background-position:-313px 0px;}
.footer-pinterest > a:hover{background-position:-314px -37px;}
.footer-google-plus > a{float:left;width:34px;height:34px;background:url("../images/creativenetsoft.png") no-repeat;  background-position:-163px 0px;}
.footer-google > a:hover{background-position:-163px 0px; }
.Down-arrow  {background:url("../images/creativenetsoft.png") no-repeat; background-position:-6px -36px; float:left;width:34px;height:34px;}
.col1 a {
    color: #adadad;
    font-size: 13px;
}
.footer-title {
    color: #ffffff;
    float: left;
    font-size: 28px;
    margin-bottom: 15px;
    width: 100%;
}
.footer-social ul{padding-left:0px;}
.Contact-icon a:hover .contact-Us {
    background-position: -126px -36px;
}
.footer-timings a:hover .footer-phone {
    background-position: -47px -36px;
}

.footer-mid li a:hover{ color:#fff; }
.inner-banner{margin-top:90px; background:#419ea6; text-align:center;}
.inner-banner img{}
.nv-tp .navbar.past-main{background:#fff; box-shadow: 0 -1px 8px 0 #4279bd; height:60px;}
.nv-tp .navbar.past-main .navbar-brand{height: 59px;}
.nv-tp .navbar.past-main .navbar-brand img{max-width:61%;}
.nv-tp .navbar.past-main .navbar-nav{margin-top: 10px;}
.home-section.our-team .marketing h4.he{
    color: #444;
    font-size: 46px;
    margin-bottom: 10px;
    text-align: center;
}
.home-section.our-team{padding-top:0px;}

/*Slide Show Sttart*/

#slideshow {
    height: 643px;
    margin-top: 20px;
    position: relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0; min-width:100%;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.view-portfolio{width:100%; padding-bottom:20px; text-align:center; float:left;}
.Portfolio-btn{font-size: 17px; border:1px solid #ddd; padding:10px 20px; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;behavior: url(ie-css3.htc);}
.Portfolio-btn:hover{ border:1px solid #444;}
/*SlideShow End*/

/*Drop Down Start*/

.dropdown-menu.w-600 {
    left: -50%;
    min-width: 550px;
    position: absolute;
    right: 0;
}
.lft-nav {
    float: left;
    width: 217px;
}
.top-img {
    margin-left: 20px;
    margin-top: 70px;
}
.top-img img {
    max-height: 272px;
}
.top-img img {
    max-height: 272px;
}
.rit-li {
    background: #1874bd none repeat scroll 0 0;
    float: right;
    width: 324px;
}
.rit-li li {
    border-bottom: 1px dashed #ddd;
    padding:5px 10px;
}
.rit-li li a {
    color: #fff;
    display: block;
    font-size: 17px;
}
rit-li li img {
    margin-right: 10px;
}
.navbar-nav > li:hover .dropdown-menu {
    display: block;
}
.dropdown-menu.w-500 {
    min-width: 600px;
	background:url(../images/how-it-works-head-creativenetsoft.png) no-repeat 12px #fff;
}
.navbar-nav > li > .dropdown-menu {
    padding: 10px !important;
}
/*Drop down End*/

.col1.expant-w{ width:33%;}
.col1.expant-w ul{float:left; width:50%;}
.footer-mid li:hover .dropdown-menu{ display:block; position:absolute;}
.footer-pop{ position:absolute; display:none; background:#fff; width:auto !important; box-shadow: 0 5px 6px 0 #282828;
 	margin-left: 100px !important;
    margin-top: -30px !important;
    padding: 10px !important;
	border-radius: 5px;
}
.footer-mid li:hover .footer-pop{ display:block;}
.footer-mid li:hover .footer-pop li{ margin-bottom:10px;}
.footer-mid li:hover .footer-pop a{color:#000;}
.footer-mid li:hover .footer-pop li:hover a{ color:#1796cf;}
.footer-mid li:hover .footer-pop a:hover{ color:#1796cf;}
.footer-pop li{float:none; width:auto;}
.lft.inner-lft .pd-rit{text-align:center;}
.pd-lft{}
.pd-lft h3{font-weight:bold; margin-bottom:2px;}