@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Prata&display=swap');

body {/*font-family: 'Prata', serif; */font-family:  'Montserrat', sans-serif;}
img {max-width: 100%;}
h1,h2{font-family: 'Prata', serif;}
section{ float:left; width:100%;}
ul {margin: 0;padding: 0;list-style: none;}
.contact_btn {
    background: #c39861;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
    text-shadow: 0px 1px 3px #353434;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 30px 0 0;text-decoration:none;
}
.contact_btn:hover {
    background: #be8d4f;
}
.contact_btn:hover {color: #fff;text-decoration:none;}
.banner .contact_btn{margin-bottom:15px;}
/*------------  NAVIGATION  -----------*/
.navigation {
    float: left;
    width: 100%;
    background: #0000005e;
    border: none;
    position: absolute;
    top: 20px;
    margin: 0;
    padding: 10px 0;
}
.navigation .navbar-nav {
    margin-top: 8px;
}
.navigation .navbar-nav li {
    padding: 0 5px;
}
.navigation .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}	
.navigation .navbar-nav li .contact_btn {
    margin: 0;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 10px 30px;
}
.navigation .navbar-nav li a:hover {
    color: #c39861;
}
.navigation .navbar-brand {
	height: auto;
	padding: 0;
	margin: 0;
}
/*--------------- BANNER ---------------*/
.banner {
    position: relative;
    background: url("../images/bg.jpg");
    background-size: cover;
    padding: 125px 0;
    color: #fff;
    text-align: left;
}
.banner .main_div {
    max-width: 600px;
}
.banner h4 {
    text-shadow: 0px 1px 3px #353434;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 100px;
}
.banner h1 {
    font-size: 60px;
    padding: 10px 0;
    text-shadow: 0px 1px 18px #353434;
    line-height: 80px;
}
.banner h1 span {
    color: #c39861;
}

section.landing {
    padding: 125px 0 40px;
}
.landing h1 {
    font-size: 22px;
    line-height: normal;
}
.landing h4 {
    margin-top: 0;
}
.landing ul.tick li {
    padding: 10px 0 10px 30px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    text-shadow: 0px 1px 3px #575454;
}
.landing ul.tick li:before {
    position: absolute;
    font-family: 'FONTAWESOME';
    content: "\f00c";
    left: 0;
}
.landing form {
    background: #000000bf;
    padding: 0px 0 10px;
    border-radius: 11px;
}
.landing form h4 {
    margin: 0 0 20px;
    padding: 10px 15px;
    background: #c39861;
    border-radius: 4px 4px 0 0;
}
.landing form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c39861;
    border-radius: 0; padding:0 0;color:#fff;
}
.landing form .form-control::placeholder{color:#fff;}
.landing form textarea {height: 65px;}
.landing form .contact_btn {
    margin: 20px 15px 15px;
    padding: 10px 25px;
}
/**/
.about_trust {
    padding: 30px 0;
}
.common {
    font-size: 25px;
    font-weight: 700;
}
.about_trust .text_sectn {
    max-height: 420px;
    overflow: auto;
}
.about_trust img {
    max-width: 300px;
}
.about_trust p {
    line-height: 35px;
}
.service {
    background: #000;
    color: #fff;
    padding: 35px 0;
    text-align: center;
}
.why_choose .common, .service .common {
    margin-bottom: 20px;
    margin-top: 0;
}
.service .col-sm-2 {
    margin: 15px 0 5px;
}
.service p {
    margin: 10px 0 0;
    font-weight: 500;
}
.why_choose {
    padding: 35px 0;
}
.why_choose .inside {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 0px #dbd3d3;
    margin-bottom: 15px;
}
.why_choose img {
    max-width: 70px;
}
.why_choose h4 {
    font-weight: 600;
    color: #c39861;
}
.why_choose p {
    font-size: 13px;
    color: #999090;
    line-height: 22px;
}
.team_landing {
    padding: 30px 0;
}
.team_landing .common {
    margin: 0 0 50px;
}
.team_landing .thumb, .team_landing .thumb img {
    border-radius: 10px;
}
.team_landing .thumb {
    position: relative;
    box-shadow: 0px 0px 16px 2px #d2d0d0;
}
.team_landing .thumb {
    position: relative;
    box-shadow: 0px 0px 16px 2px #d2d0d0;
}
.team_landing .thumb .info {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: #000000ba;
    color: #fff;
    padding: 10px 0;
    border-radius: 0px 0px 10px 10px;
    opacity: 0;
}
.team_landing .thumb:hover .info {
    opacity: 1;
}
.best_adv {
    padding: 100px 0;
    background: url("../images/footer.jpg");
    color: #fff;
    text-transform: uppercase;
    background-size: cover;
    background-repeat: no-repeat;
}
.best_adv h2 {
    font-size: 28px;
    font-weight: 600;
}
.best_adv h3 {
    font-size: 30px;
}
.best_adv a {
    background: #c39861;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    padding: 6px 50px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border: 3px solid #9f7744;
}
.p_info {
    padding: 0px 20px;
}
/*---------------  Why Choose Us  ------------------*/
.choose_us {
    background: #42474c;
    color: #fff;
    padding: 40px 0;
}
.choose_us h4 {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    color: #ddb37c;
    margin: 0;
}
.choose_us h2 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 55px;
}
.choose_us .cnt p:first-letter {
    font-size: 32px;
    margin-top:10px;
}
.choose_us p {
    font-family: 'Prata', serif;
    letter-spacing: 1px;
    line-height: 27px;
    font-size: 14px;
}
/*-------- About Law --------*/
.about_lw {
    padding: 40px 0 0;
    background: #f8f8f8;
}
.about_lw h4 {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    color: #c39861;
    margin: 0;
}
.about_lw h2 {
    color: #000;
    letter-spacing: 1px;
    position: relative;
    padding: 0 0 20px;
}
.about_lw h2:before {
    position: absolute;
    content: "";
    background: #c39861;
    height: 1px;
    left: 0;
    width: 100px;
    bottom: 0;
}
.about_lw p {
    padding: 20px 0;
    line-height: 26px;
    font-size: 15px;
}
.about_lw ul {
    margin: 0;
    padding: 0 15px;
}
.about_lw ul li {
    float: left;
    width: 50%;
    line-height: 35px;
    color: #000;
    font-size: 14px;list-style-type: circle;
}
.about_lw .nmb {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #dfdfdf;
}
.about_lw .nmb .bord {
    border-right: 1px solid #e1e1e1;
}
.about_lw .nmb .itxt {
    float: left;
    margin-left: 15px;
}
.about_lw .nmb .itxt h3 {
    margin: 0;
    font-family: 'Prata', serif;
}
.about_lw .nmb .itxt p {
    margin: 0;
    padding: 10px 0;
    color: #878686;
}
.about_lw .nmb .inner {
    padding-top: 25px;
}
.about_lw .nmb span {
    float: left;
}
/*---------------- Evauation ---------------*/
.evaluation {
    background: url("../images/fm.jpg");
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}
.evaluation .inner_sec {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}
.evaluation .inner_sec p {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 30px;
    padding: 0px 0 25px;
}
.evaluation .inner_sec .form-group {
    text-align: left;
}
.evaluation .inner_sec .contact_btn {
    margin: 10px 0 30px;
}

/*----------------- RATIO ------------*/
.ratio {
    box-shadow: 1px 2px 8px 0px #ccc;
    padding: 28px 0; position:relative;
}
.ratio li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.ratio h2 {
    color: #ceb994;
    font-size: 60px;
}
.ratio h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

/*----------------- TESTIMONIAL  ------------*/

.testimonial {
    text-align: center;
    padding: 35px 0 70px;
    background: #f8f8f8;
}
.testimonial .carousel-indicators {
    bottom: -35px;
}
.testimonial .carousel-indicators .active {
    height: 14px;
    width: 14px;
    background: #6b4d26;
}
.testimonial .carousel-indicators li {
    background: #c39861;
    border: none;
    height: 13px;
    width: 13px;
    margin: 0 2px;
}
.testimonial h4 {
    color: #c39861;
}
.testimonial h2 {
    color: #000;
    letter-spacing: 1px;
    position: relative;
    padding: 0 0 20px;
}
.testimonial h2:before {
    position: absolute;
    content: "";
    background: #c39861;
    height: 1px;
    left: 45%;
    bottom: 0;
    right: 45%;
}
.testimonial .main_div {
    max-width: 80%;
    margin: 0 auto;
}
.testimonial p {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0;
}
/*--------------------------  Footer   -----------------------*/
footer {
    float: left;
    width: 100%;
    background: #313538;
    color: #fff;
    padding: 30px 0;
}
.lgl img {
    max-width: 80%;
    margin: 0 0 30px;
}
footer ul li {
    padding: 10px 0;
    font-size: 16px;
}
footer ul li span {
    margin-right: 20px;
}
footer ul li a {
    color: #fff;
}
footer h3 {
    margin: 10px 0 25px;
    padding: 0 0 15px;
    position: relative;
    font-family: 'Prata', serif;
    font-size: 20px;
}
footer h3:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    left: 0;
    width: 60px;
    bottom: 0;
}
footer .f_nav li {
    float: left;
    width: 50%;
}
footer .inner {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
footer .inner a {
    color: #fff;
}
footer .inner .lf {
    float: left;
    margin-right: 20px;
}
footer .cp_right {
    text-align: center;
    border-top: 1px solid #595959;
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 20px 0 0;
}
footer a:hover {
    color: #c39861;
    text-decoration: none;
}
/*-------------  ABOUT US PAGE   ---------------*/
.common_bg {
    background: url(../images/c_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.common_bg h4 {
    margin-top: 55px;
}
.overview {
    padding: 50px 0;
}
.overview h2 {
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    color: #000;
}
.overview h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background: #c39861;
    bottom: 0;
}
.overview p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
.overview .qustn {
    margin: 10px 0 0;
    float: left;
    width: 100%;
}

/*------- TEAM PAGE ------*/
.team_xt {
    padding: 30px 0;
}
.team_xt .main_div {
    margin: 0 auto;
    max-width: 90%;
}
.team_xt .inner_sec {
    border: 2px solid #c39861;
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 10px 0;
    border-radius: 4px;
}
.team_xt .inner_sec .col-sm-3 {
    border-right: 2px solid #c39861;
    text-align: center;
}
.team_xt .inner_sec .col-sm-9 {
    padding-left: 45px;
}

/*--------- CONTACT US ---------*/

.contact_fm {
    background: #f8f8f8;
}
.contact_fm .inner_sec {
    border: 2px solid #c39861;
}
.contact_fm img {
    border-radius: 4px;
}