@import url('https://fonts.googleapis.com/css?family=Dekko|Patua+One');

body{
	font-family: 'Dekko', cursive;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Patua One', cursive;
}

.navbar {
	background: #fff;
    margin-bottom: 0px;
}

.navbar-nav {
	padding-top: 35px;
}
	

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    border-radius: 9px;
}

#logo{
	padding-top: 8px;
}

/**/
.home-intro-left {
    margin: auto;
    padding-top: 150px;
}

img {
    max-width: 100%;
}

.intro-wrap {
    padding-top: 80px;
}

.home-intro-left .intro-wrap h1 {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: none;
}

.home-intro-left .intro-wrap h4 {
    color: #ffffff;
    margin-top: 20px;
    font-weight: 100;
}

.home-intro-left .home-button {
    padding-bottom: 50px;
    margin-top: 60px;
}

.home-wrap h1,
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
  color: #ffffff;
}

h1 {
    line-height: 4rem;
    font-weight: normal;
}

h1, h2, h3 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

/**/

.text-white {
	color: #fff;
}

.pr-5{
	padding-right: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.mb-5  {
	margin-bottom:5px !important;
}

.mt-20  {
	margin-top:20px !important;
}

.mb-20  {
	margin-bottom:20px !important;
}

.col-wrap{
	margin-top: 15px;
	margin-bottom: 15px;
    background-color: rgba(239, 239, 239, 0.75); /*#efefef;*/
    border-radius: 5px;
    transition: all .6s ease-in-out;	
}

.col-wrap:hover{
    background: #d4c9c9;
     -webkit-transform: scale(1.05,1.05);
     -moz-transform: scale(1.05,1.05);
     -o-transform: scale(1.05,1.05);
     transform: scale(1.05,1.05);
}

.section-title {
    margin-bottom: 30px;
	margin-top: 130px;
}

a, p,
.section-title p,
#practices .practices-desc p{
	font-size: 16px;
}
/*About*/

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #5165d0;
}

.about_single i {
    background: #5165d0;
    border: 2px solid #5165d0;
    border-radius: 100px;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 80px;
}

.about_single h4 {
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.about_single span {
    background: #5165d0 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 54px;
    margin-bottom: 15px;
}

.about_single p {
    line-height: 2;
    margin-bottom: 0;
}

.about_single:hover i {
    color: #5165d0;
	background: none;
	border: 2px solid #5165d0;
}

.about_single:hover h4 { color: #5165d0 }

.about_wrap {
    display: block;
    padding: 15px 4px;
	margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #5165d0;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* practices Section */
#practices .practices-media {
	margin: 10px;
}

#practices .practices-desc p{
	margin: 10px 10px 20px;
	text-align: justify;
}

#practices h3 {
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0;
	text-align: center;
}
/*End of Practice*/

/*Get In Touch*/
#get-in-touch{
	background: url("../img/bg.jpg") no-repeat fixed;
	margin-top:10px;
	background-size: cover;
}

.form-control {
	background-color: transparent;
	color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}


#law_type option {
background-color:transparent !important;
color: #5165d0;
}

.input-group-addon {
	color: #5165d0; 
	background: transparent;
}

#get-in-touch .contact {
    text-align: left;
}

.contact-padding {
    margin-bottom: 15px;
    padding: 18px 10px;
    border-radius: 5px;
    border: 1px solid #5165d0;
    border-radius: 5px;
}

#get-in-touch .contact-icon i.fa {
    background-color: transparent;
    border: 1px solid #5165d0;
    border-radius: 50%;
    color: #5165d0;
    font-size: 22px;
    height: 50px;
    padding: 14px 0;
    text-align: center;
    width: 50px;
    float: left;
}

#get-in-touch p.dark {
    font-size: 16px;
    padding-left: 70px;
    margin-top: 2px;
    min-height: auto;
}

.btn-custom {
    color: #fff;
    background-color: #5165d0;
}

.btn-custom:hover
{
 background-color: #fff;
 color:#5165d0;
}

.parallax {
	/* The image used */
    background-image: url('../img/more.jpg');

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px){
    
	#logo{
		width: 150px;
	}
	
	.navbar-nav {
		padding-top: 0px;
	}
	
	.home-intro-left {
		padding-top: 50px;
	}

	.section-title {
	margin-top: 80px;
	}	
}