@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i);

body{   
	padding:0px;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#242424;
}
p {
    line-height: 26px;
}
/*h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}*/
h2{
	font-size:38px !important;
}
h3{
	font-size:20px !important;
}
.btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	border-radius:0 !important;
}
.img-center{
	margin:0 auto;
}
/*************Header****************/
/*************Mega Menu****************/
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

/*.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}*/
.navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		background:url(../images/logo.png) no-repeat 0px 0;
		width:256px;
		height:38px;
		text-indent:-999px;
		/*margin-top:10px;
		margin-bottom:10px;*/
			
    }

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
 .navbar-default{
	 background-color:transparent !important;
 }
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:20px;
  padding-bottom:0px;
}
.navbar-default .navbar-nav>li>a {
	line-height:40px;
    margin-top:0px;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:0 .5rem;
  margin:0 .25rem;
}
.navbar-default .navbar-nav .nav-link {
    color:#FFF;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

/*.navbar .dropdown-menu {
 
}*/

.navbar-default .navbar-nav .dropdown-menu {
    margin-top: 0px;
    border-top: 0;  
    width:100%;
    left:0;
  right:0;
    border: 0;
}

  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
.navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: rgba(30,156,229,.9) !important;
  }

.navbar .dropdown-menu .nav-item{
	color:#FFF;
	padding:2px 0;
	margin:0;
}
.navbar .dropdown-menu .heading{
	color:#FFF;
	text-transform:uppercase;
	border-bottom:#fff 1px solid;
	font-weight:500;
	padding:0;
	margin:0;
}

/****************************/

/*.navbar-default .navbar-nav>li>a {
	padding:0px 0px !important;
	color:#000;
	line-height:64px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}*/
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	background:#008dd2;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	 color:#fff;
	 background:#008dd2;
}
.navbar-default.navbar-shrink {
        padding:0px 0;
		background:rgba(1, 71, 122, 0.8) !important;
		border-bottom:rgba(20, 20, 20, 0.1) 1px solid;
		margin-top:0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
.navbar-default.navbar-shrink .navbar-nav>li>a {
	    line-height:30px;
	     margin-top:0px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
.navbar-shrink .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-default.navbar-shrink .navbar-brand {
		background:url(../images/shrink-logo.png) no-repeat 0px 0;
		width:200px;
		height:30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;		
		/*margin-top:6px;
		margin-bottom:6px;*/
		
    }	
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background:0000 !important;
}



}



/***********Banner**************/
.banner{
	/*margin-top:61px;*/
	position:relative;
	background:#dfdfdf;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20% !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption h1{
	font-weight:400;
	font-size:56px;
	text-shadow: 2px 2px 5px #000;
}
.carousel-caption h1 span{
	font-size:36px;
}
.btn-project-details{
	color:#FFF;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	border:#008dd2 1px solid;
	border-radius:0;
	background:#008dd2;
	padding:10px 50px;
	margin-top:30px;
	text-shadow:none;
}
.btn-project-details:hover,
.btn-project-details:focus {
    color: #fff;
    border: 1px solid #1e9ce5;
    background-color:#1e9ce5;
    outline: 0;
}
.inner-banner {
    background: url(../images/services-bg.jpg) no-repeat top;
    background-size: auto;
    background-size: cover;
    padding: 100px 0;
	margin-top:0px;
}
.inner-banner h1 {
	font-weight:400;
	font-size:56px;
	text-shadow: 2px 2px 5px #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
	color:#FFF;
}



#sosal-icon{
	position: fixed;
    top: 40%;
    right: 0px;
    z-index: 99999;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    padding: 8px 15px 5px 15px;
    border: 1px solid #f4f4f4;
}

.awesome-social {
    margin-bottom: 5px;
    color: white !important;
    text-align: center !important;
    line-height: 25px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 1em !important;
    text-shadow: 2px 2px 4px #000000;
    border-radius: 50% !important;
}
.fb-awesome-social {
    background: #3b5998;
}
.tw-awesome-social {
    background: #00aced;
}
.linkedin-awesome-social {
    background: #007bb6;
}
.google-plus-awesome-social {
    background: #f74425;
}
.phone-awesome-social {
    background: #f74425;
}
.envelope-awesome-social {
    background: #f74425;
}
.youtube-play-awesome-social {
    background: #dd4b39;
}
.instagram-awesome-social {
	background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  
}
/************Banner Bottom Section*******************/
.banner-bottom{
}
.banner-bottom ul{
	padding:0;
	margin:0;
}
.banner-bottom ul li{
	display:block;
	background-image: linear-gradient(to right, rgba(30,156,229), rgba(83,179,234));
	padding:16px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-size:36px;
	font-weight:700;
	padding-top:0;
	padding-bottom:0;
}
.banner-bottom ul li a{
	display:block;
	background-image: linear-gradient(to right, rgba(30,156,229), rgba(83,179,234));
	padding:16px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-size:36px;
	font-weight:700;
}
.banner-bottom ul li a:hover{
	color:#000;
	text-decoration:none;
}
/************Welcome Section*******************/
.welcome-section{
	background:#f7f7f7;
	padding:70px 0;
}
.welcome-section h1{
	font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0a225f;
	margin-bottom:30px;
}
.welcome-section h1 span{
	color: #1e9ce5;
    font-weight: bold;
}
.welcome-section h1::before {
    content: "";
    background:#1e9ce5;
    height: 3px;
    width: 70px;
    position: absolute;
    top: 60px;
    left: 15px;
}
/**************Services Section*******************/
.services-section{
	padding:70px 0;
}
.services-section h1{
	font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0a225f;
	margin-bottom:30px;
	text-align:center;
	position:relative;
}
.services-section h1 span{
	color: #1e9ce5;
    font-weight: bold;
}
.services-section h1::before {
    content: "";
    background:#1e9ce5;
    height: 3px;
    width: 70px;
    position: absolute;
    top: 60px;
    left: 46%;
}

.services-section ul{
	padding:0;
	margin:40px 0 0 0;
	list-style-type:none;
}
.services-section ul li{
	margin-bottom:30px;
}
.services-section ul li a{
	color:#242424;
	text-decoration:none;
}
.services-box{
	background: #f3f3f3;
    border: 1px solid #eee;
	padding: 25px 30px;
	text-align: center;
}
.services-box:hover{
	background: #0a225f;
    border: 1px solid #0a225f;
	color:#FFF;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.services-box .fa{
	color:#1e9ce5;
	font-size:32px;
	margin-bottom:30px;
}
/***********News Articles**************/
.practice-area {
    background: #fff;
    padding:0px 0 70px 0;
}
.practice-area h1{
	font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0a225f;
	margin-bottom:50px;
	text-align:center;
	position:relative;
}
.practice-area h1 span{
	color: #1e9ce5;
    font-weight: bold;
}
.practice-area h1::before {
    content: "";
    background:#1e9ce5;
    height: 3px;
    width: 70px;
    position: absolute;
    top: 60px;
    left: 46%;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-track img{
	border:#CCC 1px solid;
}
.slick-track h3{
	font-size:18px;
	color:#232323;
	text-align:center;
	margin:15px 0;
}

/*********** Footer section******************/
footer{
	background:#eee;
	color:#000;
}
.footer-top{
	padding:40px 0;
}
.footer-top h3{
	margin-bottom:15px;
}
.footer-top form{
	margin-top:30px;
}
.footer-top ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.footer-top ul li{
	padding:4px 0;
}
.footer-top ul li a{
	display:block;
	font-weight:400;
	color:#000;
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.footer-top ul li a:hover{
	color:#1e9ce5;
	text-decoration:none;
	padding: 3px 0;
	margin-left:5px;
	font-weight:400;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.footer-top ul li .active{
	color:#1e9ce5;
	text-decoration:none;
	padding: 3px 0;
	margin-left:5px;
	font-weight:400;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.footer-top ul li .fa{
	color:#1e9ce5;
	margin-right:4px;
}
.footer-bottom{
	background:#1e9ce5;
	padding:10px 0;
	color:#FFF;
}
.footer-bottom a{
	color:#FFF;
	text-decoration:none;
}
.footer-bottom a:hover{
	color:#1e9ce5;
}

/****************Foram Section*********************/
.form-section{
	padding:40px 0;
	/*background:#f3f3f3;*/
}

.form-group input{
	/*height:60px;
	line-height:60px;*/
}
.form-control{
	box-shadow: none;
	border-radius:0 !important;
	margin-bottom:15px;
	background:none;
	border:#d4d2d2 1px solid;
	/*height:50px;
	line-height:50px;*/
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	border-color:#5bc0de;
}
.form-control::-moz-placeholder {
  color: #8f8f8f;
  font-size:14px;
}
.form-control:-ms-input-placeholder {
  color: #8f8f8f;
  font-size:14px;
}
.form-control::-webkit-input-placeholder {
  color: #8f8f8f;
  font-size:14px;
}
.btn-submit{
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
    border: 1px solid #1e9ce5;
	border-radius:0 !important;
    background-color:#1e9ce5;
	padding:6px 15px !important;
	margin-top:6px;
}
.btn-submit:hover,
.btn-submit:focus {
    color: #fff;
	background-color:#0a225f;
    border: 1px solid #0a225f !important;
    outline: 0;
}
/****************************************
    ----- About Us Page -----
*****************************************/
.attorney-section{
	padding:70px 0;
}
.attorney-section h1{
	font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0a225f;
	margin-bottom:30px;
	text-align:center;
	position:relative;
}
.attorney-section h1 span{
	color: #1e9ce5;
    font-weight: bold;
}
.attorney-section h1::before {
    content: "";
    background:#1e9ce5;
    height: 3px;
    width: 70px;
    position: absolute;
    top: 60px;
    left: 46%;
}

.attorney-section ul{
	padding:0;
	margin:40px 0 0 0;
	list-style-type:none;
}
.attorney-section ul li{
	margin-bottom:30px;
}
.attorney-border{
	background: #ececec;
    border: 1px solid #ececec;
	text-align: center;
}
.attorney-border h3{
	color:#0a225f;
	text-align: center;
	margin:20px 0 10px 0;
}
.attorney-border p{
	color:#242424;
	text-align: center;
}
.attorney-social-network{
	background:#1e9ce5;
}
.attorney-social-network ul{
	list-style:none;
	padding:0;
	margin:0 auto;
}
.attorney-social-network ul li{
	padding:10px 20px;
	margin:0;
	display:inline-block;
}
.attorney-social-network ul li i{
	color:#FFF;
}
/****************************************
    ----- Conatct Us Page -----
*****************************************/

.btn-submit-contact{
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
    border: 1px solid #0a225f;
	border-radius:0 !important;
    background-color:#0a225f;
	padding:10px 50px !important;
	margin-top:6px;
}
.btn-submit-contact:hover,
.btn-submit-contact:focus {
    color: #fff;
	background-color:#1e9ce5;
    border: 1px solid #1e9ce5 !important;
    outline: 0;
}
.contact-bottom{
	/*padding:70px 0;*/
	background: #272727;
    padding: 0px 0px 0px 0px;
}
.contact-bottom p {
    font-size: 14px;
    line-height: 24px;
    color: #adadad;
    padding-right: 30px;
}

.contact-bottom h1{
	font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
	margin-bottom:30px;
	text-align:left;
	position:relative;
}
.contact-bottom h1 span{
	color: #1e9ce5;
    font-weight: bold;
}
.contact-bottom h1::before {
    content: "";
    background:#1e9ce5;
    height: 3px;
    width: 70px;
    position: absolute;
    top: 60px;
    left: 0%;
}
.contact-bottom h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 10px 0;
}
.address {
    font-size: 1em;
    font-weight: bold;
    color: #d5d5d5;
    line-height: 24px;
    margin-top: 27px;
    position: relative;
    padding-left: 42px;
}
.address::before {
    content: "";
    background: url(../images/map-icon.png) no-repeat left;
    width: 24px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 6px;
}
.address span {
    display: block;
}
.phone {
    font-size: 1.5em;
    font-weight: bold;
    color: #d5d5d5;
    margin-top: 25px;
    position: relative;
    padding-left: 42px;
}
.phone::before {
    content: "";
    background: url(../images/call-icon.png) no-repeat left;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: -2px;
}
.email {
    font-size: 1.5em;
    font-weight: bold;
    color: #d5d5d5;
    margin-top: 25px;
    position: relative;
    padding-left: 42px;
}
.email::before {
    content: "";
    background:url(../images/email.svg) no-repeat left;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 4px;
}
.email a{
    color: #d5d5d5;
    text-decoration: none;
}
.right-map {
   /* position: absolute;
    top: 0;
    right: 0;
    width: 50%;*/
}
/*************************
  ----Services page-----
**************************/
.services-link{
	background:#1f9ce5;
	border-bottom:#2095da 1px solid;
}
.services-link ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.services-link ul li{
	display:inline-block;
	margin:0;
}
.services-link ul li a{
	color:#FFF;
	display:block;
	padding:10px 15px;
}
.services-link ul li a:hover{
	background:#0071a9;
	text-decoration:none;
}
.services-link .active{
	background:#0071a9;
}
.services-page{
	padding:40px 0 70px 0;
}
.services-page h1 {
    margin: 0px 0  15px 0;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.services-page ul{
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:#ececec 1px solid;
}
.services-page ul:last-child{
	border-bottom:none;
}
.services-page ul li{
	border-right:#ececec 1px solid;
	padding:30px;
}
.services-page ul li:last-child{
	border-right:none;
}
.services-page ul li ul{
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:none;
}
.services-page ul li ul li{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	border-bottom:none;
	border-right:none;
	background:url(../images/bullet.png) no-repeat 0 8px;
}
.services-page ul li h3{
	font-size:18px !important;
	text-transform:uppercase;
	color:#000;
	margin:0 0 20px 0;
}
.services-page a{
	color:#000;
}
.services-page a:hover{
	color:#337ab7;
	text-decoration:none;
}

.services-page-sub{
	padding:40px 0 70px 0;
}
.services-page-sub h1 {
    margin:0px 0;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.services-page-sub h3 {
    margin:20px 0 30px 0;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.services-page-sub h4{
    margin:15px 0 15px 0;
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	line-height: 21px;
}
.services-page-sub h5{
    margin:15px 0 30px 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	color: #235eac;
}
.services-page-sub ul{
	list-style-type:none;
	padding:0;
}
.services-page-sub ul li{
	padding:0 0 15px 15px;
	margin:0;
	background:url(../images/bullet.png) no-repeat 0 8px;
}
.bussiness-top{
	padding-bottom:20px;
}
.bussiness_left {
    background: #0185c5;
    padding:20px;
	color:#FFF;
}
.padding-left0{
	padding-left:0;
}
.padding-right0{
	padding-right:0;
}
.bussiness_right {
     background:url(../images/rs.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-corporate{
     background:url(../images/corporate.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-26imguf{
     background:url(../images/26imguf_img1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-27imguf{
     background:url(../images/27imguf_img2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-direct-tax{
     background:url(../images/direct-tax.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-indirect-tax{
     background:url(../images/indirect_tax.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-5imguf-investment{
     background:url(../images/5imguf_investment01.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-tax{
     background:url(../images/tax.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-intertax{
     background:url(../images/intertax.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-transfer-pricing{
     background:url(../images/transfer-pricing.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-assurance{
     background:url(../images/assurance.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-bussiness_advisery{
     background:url(../images/bussiness_advisery.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-corporate-legal{
     background:url(../images/corporate-legal.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-taxation{
     background:url(../images/taxation.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bussiness_right-transaction-adv{
     background:url(../images/transaction-adv.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.services-box{
	padding:40px 0 70px 0;
}
.services-box h1 {
    margin: 0px 0  15px 0;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.services-box ul{
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:#ececec 1px solid;
}
.services-box ul:last-child{
	border-bottom:none;
}
.services-box ul li{
	border-right:#ececec 1px solid;
	padding:30px;
}
.services-box ul li:last-child{
	border-right:none;
}
.services-box ul li ul{
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:none;
}
.services-box ul li ul li{
	padding:0 0 0 20px;
	margin:0;
	border-bottom:none;
	border-right:none;
	background:url(../images/bullet.png) no-repeat 0 8px;
}
.services-box ul li ul li h3{
	text-transform:uppercase;
	color:#000 !important;
}
.services-box a{
	color:#000;
}
.services-box a:hover{
	color:#337ab7;
	text-decoration:none;
}