

/**

*****************************************

@File: repair Styles



* This file contains the styling for the actual theme, this

is the file you need to edit to change the look of the

theme.



This files contents are outlined below>>>>>

******************************************







* imported styles 

* global styles 

* section title  styles 

* header styles 

* mainmenu styles 

* dropdown menu styles 

* banner styles 

* Background Image effect Styles.

* Who We Are Styles.

* Service We Provide Styles.

* Our Project Styles.

* Our Specialist Styles.

* Testimonials Styles.

* Blog Styles.

* Footer Styles.

* Bottom Bar Styles.

* Page Title Styles.

* Our Mission Styles.

* Featured Styles.

* Emergency Customization About page Styles.

* Service Content Styles.

* Featured Service Styles.

* Why choose us Styles.

* Service Emergency Styles.

* Blog page Styles.

* Contact Content Styles.

* Pricing Content Styles.

* Pricing FAQ Styles.

* Projects Version one Styles.

* Projects Version Two Styles.

* Emergency Customization Project V2 Styles.

* Single Post Styles.

* Project Version 3 Styles.

* No Search Result Styles

* Quick Link Side bar Style

* Team Styles.

* Faqs Styles.

* Project Content Styles.

* Google map full width Styles.

* Subscribe Section Styles.

* Our Achivement Styles.

* Page 404 content Styles.

* our project with filter Gallery filter styles 

* top bar styles 

* Our service section styles 

* Welcome to  styles 

* Testimonials styles 

* Blog styles 

* footer styles 

* Great team styles 



*****************************************

*****************************************

**/





/* imported styles */





@import url(../../../css.css);

@import url(../../../css-1.css);

@import url(../../../css-2.css);

@import url(../../../css-3.css);



@import url(../revolution/css/settings.css);





@import url('bootstrap.min.css');

@import url('animate.css');

@import url('font-awesome.min.css');

@import url('hover.css');

@import url('jquery.bxslider.css');

@import url('owl.carousel.css');

@import url('owl.theme.default.min.css');

@import url('strocke-gap-icons-style.css');

@import url('jquery.fancybox.css');

@import url('../fonts/flaticon/flaticon.css');







/*Start Base CSS */

html,



body {



  font-size: 14px;

  line-height: 24px;

  color: #878787;

  margin: 0;

  padding: 0;

  font-family: "Open Sans",sans-serif;

}

img {

  max-width: 100%;

  height:auto;

}

ul,

li {

  list-style: none;

  margin: 0;

  padding: 0;

}

a,

a:hover,

a:active,

a:focus {

  text-decoration: none;

  outline:0 solid;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

}

h4 {

  margin: 0 0 12px;

}

.text-left{

  text-align: left;

}

.text-center{

  text-align: center;

}

.border-left-none{

  border-left: none !important;

}

.mrgn-offset-top{

  margin-top: 100px;

}

.pd-offset-top{

  padding-top: 100px;

}

.sec-pd-offset-btm{

  padding-bottom: 56px;

}

.bg-col-white{

  background-color: #f6f6f6;

}

.section-title-style {

  clear: both;

  overflow: hidden;

  width: 50%;

  margin: auto;



}

.section-title-style h1 {

  font-size: 26px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: center;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Raleway",sans-serif;

}

.section-title-style p {

  padding-top: 0px;

}

.section-title-style .text-left{

  text-align: left;

}

.section-title-style .text-center{

  text-align: center;

}

.text-right {

    text-align: right;

}

/*--------------------------------------------------------------------------------------------*/





/**

* Top Bar Styles.

**/



#topbar {

    background: #0a3d62;

    color: #999ea3;

    border-bottom: 1px solid rgb(197, 150, 81);

}

#topbar .social{

  float: right;

}

#topbar .social ul li {

    display: inline;

    text-align: center;

}

#topbar .social ul li a {

  display: inline-block;

  font-size: 18px;

  float: left;

  padding: 0 15px;

  color:rgba(255,255,255,0.7);

  line-height: 48px;

  -webkit-transition: all .3s ease;

  transition: all .3s ease;

  border-right: 1px solid rgba(98, 108, 152, 0.5);

}

#topbar .social ul li:first-child a {

    border-left: 1px solid rgba(98, 108, 152, 0.5);

}

#topbar .contact-info ul li {

  float: left;

}

#topbar .contact-info ul li {

  display: inline-block;

  font-size: 14px;

  color: rgb(197, 150, 81);

  line-height: 48px;

  padding: 0 16px;

  font-weight: normal;

  -webkit-transition: all .3s ease;

  transition: all .3s ease;

}

#topbar .contact-info ul li i.fa {

  font-size: 18px;

  margin-right: 5px;

}

/* ==============================

   Header  styles

============================== */

#header {

    padding: 6px 0;

    background-color: #0a3d62;

}

#header.stricky-fixed {

  background: #0a3d62;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 9999;

  box-shadow: 0 0 3px #dddddd;

}

#header.stricky-fixed  {

  padding:0;

}

#header.stricky-fixed .logo {

  padding: 18px 0 0;

  float: left;

}

#header.stricky-fixed .logo img {

  width: 85%;

  float: left;

}

#header .logo {

  padding: 21px 0;

  float: left;

}



/* mainmenu styles */



.mainmenu-navigation {  

  margin-top: -35px;

  margin-bottom: -30px;

  position: relative;

  z-index: 9999;

  -webkit-transition: all .5s ease;

          transition: all .5s ease;

}

#header.stricky-fixed .mainmenu-navigation .navigation {

  position: relative;

  z-index: 2;

  padding-left: 10px;

  

}



.mainmenu-navigation.stricky-fixed {

  position: fixed;

  top: 35px;

  left: 0;

  width: 100%;

  z-index: 999;

  background: #ffffff;



}

.mainmenu-navigation .container {

  position: relative;

}

.mainmenu-navigation .navigation {

  position: relative;

  z-index: 2;

  padding-left: 10px;

  margin-top: 16px;



}

.mainmenu-navigation .navigation .nav-header {

  display: none;

  padding: 12px 10px;

}

.mainmenu-navigation .navigation .nav-header button {

  width: 40px;

  height: 40px;

  background: #000;

  border: 1px solid #000;

  color: #fff;

  font-size: 16px;

  border-radius: 5px;

  outline: none;

  float: right;

}

.nav-footer {

  display: block;

  float: left;

}

.nav-footer ul.nav li {

  float: left;

  padding: 18px 0;

  position: relative;

  z-index: 3;

}

.nav-footer ul.nav li:last-child a {

  border-right: 0;

}

.nav-footer ul.nav li a {

  display: block;

  font-family: "Open Sans",sans-serif;

  font-size: 14px;

  color: #c59651;

  line-height: 29px;

  border-right: none;

  font-weight: bold;

  text-transform: uppercase;

  padding: 0 14px;

}

/* dropdown menu styles */

.mainmenu-navigation .navigation> .nav-footer ul > li.active > a,

.mainmenu-navigation .navigation> .nav-footer ul > li:hover > a {

  color: #c59651;

}

.mainmenu-navigation .navigation> .nav-footer ul > li {

  position: relative;

  z-index: 99;

  padding: 18px 0;

}



.mainmenu-navigation .navigation> .nav-footer ul>li>.sub-menu a:before {

  content: '\f105';

  font-family: 'FontAwesome';

  padding-right:10px; 

}

.mainmenu-navigation .navigation> .nav-footer ul>li .sub-menu li {

  padding: 0 0;

  background-color: #575148;

  float: none;

}



.mainmenu-navigation .navigation> .nav-footer ul>li .sub-menu a:hover {

  color: #000;

  background: #f8f8f8;

}

.mainmenu-navigation .navigation> .nav-footer ul>li .sub-menu a {

    font-weight: 400;

    border-bottom: 1px solid #EBEBEB;

    margin: 0;

    padding: 7px 20px;

    letter-spacing: .03em;

    font-size: 13px;

    text-transform: uppercase;

    color: #FFF;

    font-family: 'Open Sans';

    border-right: none;



    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}

.mainmenu-navigation .navigation> .nav-footer ul>li>.sub-menu li:last-child a {

  border:none;

}



.mainmenu-navigation .navigation> .nav-footer ul > li > .sub-menu {

  position: absolute;

  /*border-top:1px solid  rgba(255, 255, 255, 0.25);*/

  width:240px;

  padding-top: 15px;

  top:100%;

  left: 0;

  opacity: 0;

  filter: alpha(opacity=0);

  visibility: hidden;  

  -webkit-transition: all .3s ease;

  transition: all .3s ease;

}

#header.stricky-fixed .mainmenu-navigation .navigation> .nav-footer ul > li > .sub-menu {

  padding-top: 0px;

}

.mainmenu-navigation .navigation> .nav-footer ul>li>.sub-menu ul {

  box-shadow: 0 0 16px rgba(0,0,0, .11);

}

.mainmenu-navigation .navigation> .nav-footer ul>li:hover .sub-menu {

  visibility: visible;

  opacity: 1;

  filter: alpha(opacity=100);

}

.mainmenu-navigation .navigation> .nav-footer ul>li:hover .sub-menu ul li {

  position: relative;

}

.mainmenu-navigation .navigation> .nav-footer ul>li:hover .sub-menu ul li .sub-menu {

  position: absolute;

  /*border-top:1px solid  rgba(255, 255, 255, 0.25);*/

  width:240px;

  padding-top: 0px;

  padding-left: 20px;

  top:0;

  left: 100%;

  opacity: 0;

  filter: alpha(opacity=0);

  visibility: hidden;  

  -webkit-transition: all .3s ease;

  transition: all .3s ease;

}

.mainmenu-navigation .navigation> .nav-footer ul>li:hover .sub-menu ul li:hover .sub-menu {

  opacity: 1;

  filter: alpha(opacity=100);

  visibility: visible;

}

.mainmenu-navigation .navigation> .nav-footer ul>li:hover .sub-menu ul li .sub-menu:before {

  content: '';

  background: url(../img/resources/menu-arrow.png) no-repeat;

  width: 28px;

  height: 13px;

  position: absolute;

  top: 20px;

  left: 4px;

  -webkit-transform: rotate(-90deg);

      -ms-transform: rotate(-90deg);

          transform: rotate(-90deg);

}







.nav-footer ul.nav li a:focus,

.nav-footer ul.nav li a:active,

.nav-footer ul.nav li a:hover {

  background-color: transparent;

}



.nav-footer ul.nav li.dropdown > a > button {

  display: none;

}



.mainmenu-navigation a.cart-icon {

    font-size: 14px;

    color: #FFF;

    opacity: .80;

    background-color: transparent;

    border: none;

    outline: none;

    margin: 0;

    border:1px solid #FFF;

    border-radius: 50%;

    padding: 6px 7px;

    width: 30px;

    height: 30px;

    line-height: 29px;

}

.mainmenu-navigation ul.search-wrapper{

  float: left;

  margin: 0;

  padding: 0;

}

.mainmenu-navigation ul.search-wrapper li{

  float: left;

  margin: 0;

  padding: 17px 10px 0 0px;

  list-style: none;

}

.mainmenu-navigation.stricky-fixed ul.search-wrapper li{

    margin: 0;

  padding: 36px 10px 0 10px;

  list-style: none;

}

.mainmenu-navigation button.header-search-toggler {

    font-size: 14px;

    color: #FFF;

    opacity: .80;

    background-color: transparent;

    border: none;

    outline: none;

    margin: 0 5px 0 0;

    border:1px solid #FFF;

    border-radius: 50%;

    padding: 1px 6px;

    width: 30px;

    height: 30px;

}

.mainmenu-navigation .search-box {

  display: none;

  width: 300px;

  background: #575148;

  height: 60px;

  position: absolute;

  bottom: -75px;

  float: left;

  right: 0;

  padding: 10px 10px;

  font-size: 0;

  transition: none;

  z-index: 999999;

}



.mainmenu-navigation .search-box input[type="text"] {

  width: 238px;

  height: 40px;

  border: 1px solid #d2ae59;

  background-color: transparent;

  color: #FFF;

  padding: 0 10px;

  font-size: 15px;

  outline: none;

}

.mainmenu-navigation .search-box button {

  width: 40px;

  background: #d2ae59;

  border: none;

  outline: none;

  height: 40px;

  font-size: 16px;

  color: #fff;

}

#header.stricky-fixed .mainmenu-navigation .search-box {

  display: none;

  width: 300px;

  background: #363636;

  height: 60px;

  position: absolute;

  bottom: -60px;

  float: left;

  right: 0;

  padding: 10px 10px;

  font-size: 0;

  transition: none;

  z-index: 999999;

}



/* banner styles */





.rev_slider_wrapper #slider1 .banner-caption-h3 {

  font-size: 120px;

  line-height: 120px;

  font-family: "Montserrat-Bold", sans-serif;

  color: #0a3d62;

  font-weight: bold;

  letter-spacing: -.005em;
}

.rev_slider_wrapper #slider1 .banner-caption-h1 {

  font-size: 100px;

  color: #0a3d62;

  font-family: "Montserrat-Bold", sans-serif;

  line-height: 100px;

  letter-spacing: -.005em;

  margin-top:80px;
}

.rev_slider_wrapper #slider1 .banner-caption-p {

  font-size: 20px;

  color: #0a3d62;

  line-height: 30px;

}

.ttu {

  text-transform: uppercase;

}

.thm-btn {

  font-size: 14px;

  color: #c59651;

  letter-spacing: -.005em !important;

  display: inline-block;

  line-height: 51px;

  background: #0a3d62;

  font-family: "Montserrat-Bold", sans-serif;

  font-weight: bold !important;

  text-transform: uppercase;

  vertical-align: middle;

  border: 1px solid #0a3d62;

  border-radius: 4px;

  padding: 10px 36px;

  -webkit-transition: background .4s ease, color .4s ease !important;

          transition: background .4s ease, color .4s ease !important;

}

.thm-btn:hover {

  background: #000;

  color: #FFF;

  border: 1px solid #FFF;

}



/* start welcome section css */

#welcome-section{

  padding: 100px 0;

}

#welcome-section h1{

  font-size: 30px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Open Sans",sans-serif;

}

#welcome-section h1:before {

  content: "";

  width: 150px;

  height: 2px;

  background: #c59651;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

#welcome-section .section-title-style span{

  color: #c59651;

  font-weight: bold;

}

#welcome-section p{

  padding: 20px 0 0 0;

  margin: 0;

}

.service-box{

  width: 100%;

  padding-top: 76px;

}

.service-box .img-holder{

  margin-bottom: 20px;

}

.service-box h3{

  font-size: 18px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 10px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Open Sans",sans-serif;

}

#welcome-section .featured-bx{

  width: 100%;

  padding-left: 69px;

}

#welcome-section .featured-bx .bx-first{

  width: 100%;

  height: 179px;

  margin-bottom: 50px;

}

#welcome-section .featured-bx .bx-first:last-child{

  margin-bottom: 0;

}

#welcome-section .featured-bx .bx-first .text-bx{

  width: 260px;

  float: left;

  padding-left: 24px;

  height: 179px;

  border-left: 3px solid #c59651;

}

#welcome-section .featured-bx .bx-first .text-bx h2{

  font-size: 40px;

  color: #c59651;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 10px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Roboto Slab",serif;

}

#welcome-section .featured-bx .bx-first .text-bx p{

  padding: 5px 0 0 0;

  margin: 0;

}

#welcome-section .featured-bx .bx-first .text-bx h3{

  font-size: 18px;

  color: #000;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Open Sans",sans-serif;

}

#welcome-section .featured-bx .img-holder{

  float: right;

}

#welcome-section .img-holder.pull-right{

  float: left;

}

/* start about section css */

#about-section{

  background: #000;

  background: url(../img/resources/bg-1.jpeg) 0 0 no-repeat;

  background-size: cover;

  position: relative;

  background-position: center;

  padding: 100px 0 0;

}

#about-section .img-holder{

  text-align: center;

}

#about-section .section-title-style{

  width: 100%;

}

#about-section .section-title-style h1{

  font-size: 30px;

  color: #c59651;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Open Sans",sans-serif;

}

#about-section .section-title-style h1:before {

  content: "";

  width: 150px;

  height: 2px;

  background: #c59651;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

#about-section .section-title-style p{

  padding: 20px 0 0 0;

  margin: 0;

  font-size: 14px;

  line-height: 24px;

  color: #bcbcbc; 

  width: 100%;

  text-align: left;

  letter-spacing: 0.3px;

  font-family: "Open Sans",sans-serif;

}

#about-section .sign{

  float: left;

  margin-top: 40px;

}

#about-section .contact-detail{

  width: 100%;

  padding-top: 100px;

}

#about-section .contact-detail p{

  padding: 20px 0 0 0;

  margin: 0;

  font-size: 20px;

  color: #FFF; 

  text-align: right;

  font-family: "Open Sans",sans-serif;

}

#about-section .contact-detail .phn-col{

  width: 100%;

  border: 3px solid #c59651;

  height: 80px;

  margin-top: 30px;

}

#about-section .contact-detail .phone-icon{

  width: 92px;

  height: 75px;

  margin-right: 50px;

  float: left;

  background-color: #c59651;

  color: #FFF;

  text-align: center;

  font-size: 40px;

  line-height: 72px;

}

#about-section .contact-detail h3{

  text-align: left;

  font-size: 24px;

  color: #FFF;

  margin: 0;

  padding: 0;

  line-height: 70px;

}

#about-section .contact-detail h3 b{

  text-align: left;

  font-size: 35px;

  color: #FFF;

}

/* start practice area section css */

#practice-area{

  padding: 0 0 100px;

}

#practice-area .title-style{

  width: 100%;

  border-top-left-radius: 8px;

  border-top-right-radius: 8px;

  background-color: #FFF;

  bottom: 65px;

  position: relative;

  padding: 20px;

}

#practice-area .section-title-style{

  margin: 0;

  width: 100%;

}

#practice-area .section-title-style h1{

  font-size: 30px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Open Sans",sans-serif;

}

#practice-area .section-title-style h1:before {

  content: "";

  width: 150px;

  height: 2px;

 

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

#practice-area .section-title-style span{

  color: #c59651;

  font-weight: bold;

}

#practice-area .section-title-style p{

  padding: 0;

  margin: 0;

  color: #bcbcbc; 

  text-align: left;

  width: 60%;

}

#practice-area .single-prac-area{

}

#practice-area .single-prac-area .single-featured-icon{

  vertical-align: top;

  float: left;

}

#practice-area .single-prac-area .single-featured-text{

  display: table-cell;

  vertical-align: top;

  padding-left: 15px;

}

.single-featured-text h5 {

  color: #3e3e3e;

  font-family: "Raleway",sans-serif;

  font-size: 14px;

  font-weight: 700;

  padding-bottom: 10px;

  text-transform: uppercase;

}

.single-featured-text p{

  text-align: left;

}

/* start quote section css */

#quote-section{

  background: #000;

  background: url(../img/resources/bg-2.jpeg) 0 0 no-repeat;

  background-size: cover;

  position: relative;

  background-position: center;



}

#quote-section .overlay{

  background-color: rgba(255,255,255,0.7);

  height: 690px;

  width: 100%;

}

#quote-section .img-holder{

  top: 50px;

  text-align: center;

  position: relative;

}

#quote-section .img-holder img{

}

.quote-form{

  width: 100%;

  background-color: rgba(0,0,0,0.8);

  padding: 92px 50px 159px;

}

.quote-form .section-title-style{

  width: 100%;

  margin: 0;

}

.quote-form .section-title-style h1{

  font-size: 30px;

  color: #FFF;

  font-weight: bold;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-family: "Raleway",sans-serif;

}

.quote-form .section-title-style h1:before {

  content: "";

  width: 50px;

  height: 2px;

  background: #c59651;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

.quote-form .contact-form {

  width: 100%;

  margin-top: 30px;

}

.quote-form .contact-form p {

  margin-bottom: 20px;

}

.quote-form .contact-form input, #contact-page .contact-form textarea {

  background: transparent;

  border-bottom: 1px solid #c2c2c2;

  border-left: 0;

  border-right: 0;

  border-top: 0;

  height: 40px;

  padding-left: 0px;

  width: 100%;

  color: #FFF;

  font-size: 14px;

  font-family: "Open Sans",sans-serif;

  outline:none;

  -webkit-transition: all .3s ease;

          transition: all .3s ease;

}

.quote-form .contact-form input:focus{

  background: transparent;

  border-bottom: 1px solid #c2c2c2;

  border-left: 0;

  border-right: 0;

}

.quote-form .contact-form label.error {

  display: none !important;

}

.quote-form .contact-form input.error,#contact-page .contact-form textarea.error {

  border-color: red;

}

.quote-form .contact-form textarea {

  height: 150px;

  padding-top: 15px;

  padding-left: 0px;

  width: 100%;

  border-bottom: 1px solid #c2c2c2;

  border-left: 0;

  border-right: 0;

  border-top: 0;

  color: #FFF;

  background-color: transparent;

}

.quote-form .success {

  color: #7FA409;

  font-size: 16px;

}

.quote-form .contact-submit-button {

  background: #FFF;

  font-size: 14px;

  margin-top: 25px;

  text-transform: capitalize;

  color: #000;

  border-radius: none;

  padding: 10px 20px;

  display: inline-block;

  font-weight: 400;

  font-family: "Open Sans",sans-serif;

  border: none;

}

.quote-form .contact-submit-button:hover {

  background: #c59651;

  color: #FFF;

  transition:all .3s ease-out;

}



/*Start Our Attorneys area css*/

#our-attorneys-area {

  padding-bottom: 94px;

  padding-top: 95px;

  background-color: #f2f2f2;

}

#our-attorneys-area .section-title-style h1 {

  font-size: 26px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: center;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Raleway",sans-serif;

}

.attorney-image-holder{

  position:relative;

  overflow:hidden;

}

.attorney-image-holder img {

  width: 100%;

}

.single-attorney:hover .attorney-overlay {

  opacity: 1;

}

.attorney-overlay {

  background:rgba(0,0,0,0.6) none repeat scroll 0 0;

  bottom: 0;

  height: 100%;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  width: 100%;

  opacity: 0;

}

.attorney-overlay .social-links {

  text-align: center;

  display: block;

  margin-top: 220px;

}

.social-links i.mysocial_style {

  border: 1px solid #ffffff;

  border-radius: 50%;

  color: #ffffff;

  display: inline-block;

  font-size: 13px;

  height: 30px;

  margin: 0 2px;

  padding-bottom: 0;

  padding-left: 0px;

  padding-top: 9px;

  width: 30px;

}

.social-links i.mysocial_style:hover{

  background:#c59651;

  border:1px solid #c59651;

}

.attorney-name {

  border: 4px solid #c59651;

  padding-bottom: 12px;

  padding-top: 17px;

  transition: all .5s ease;

}

.single-attorney:hover .attorney-name {

  background: #c59651;

}

.single-attorney:hover .attorney-name h5 {

  color: #fff;

}

.single-attorney:hover .attorney-name p {

  color: #fff;

}

.attorney-name h5 {

  color: #3b3946;

  font-size: 15px;

  font-weight: 700;

  text-transform: uppercase;

  font-family: 'Open Sans', sans-serif; 

  transition: all .5s ease;

}

.attorney-name p {

  color: #3b3946;

  font-family: "Open Sans",sans-serif;

  font-size: 11px;

  margin: 0;

  text-transform: uppercase;

  margin-top: 2px;

  transition: all .5s ease;

}

.single-attorney:hover .attorney-image-holder .attorney-overlay{

  display:block;

}

/* start Testimonials css */

#testimonials {

  background: #000;

  background: url(../img/testimonials/bg-2.jpeg) 0 0 no-repeat;

  background-size: cover;

  position: relative;

  background-position: center;

  padding: 100px 0;

}

#testimonials .section-title-style h1{

  font-size: 30px;

  color: #FFF;

  text-transform: uppercase;

  margin: 0;

  font-weight: bold;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  text-align: center;

  font-family: "Raleway",sans-serif;

}

#testimonials .section-title-style h1:before {

  display: none;

}

#testimonials .section-title-style span{

  color: #aace37;

  font-weight: bold;

}

#testimonials:after {

  content: '';

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background-color: rgba(45,45,45,0.8);

}

#testimonials .container {

  position: relative;

  z-index: 3

}

#testimonials .text-box {

  vertical-align: middle;

  display: table-cell !important;

  border: 1px solid #FFF;

  padding: 0 20px 20px;

}

#testimonials .text-box .quote-icon{

  width: 44px;

  height: 47px;

  background-color: #c59651;

  margin: auto;

  position: relative;

  top: -20px;

  text-align: center;

  line-height: 45px;

}

#testimonials .text-box p {

  color: #FFF;

  font-size: 14px;

  font-style: italic;

  padding: 0;

  line-height: 30px;

  text-align: center;

  font-family: "Open Sans",sans-serif;

  position: relative;

}

#testimonials .text-box p.name {

  font-style: italic;

  font-size: 14px;

  line-height: 20px;

  margin-top: 22px;

  padding-bottom: 20px;

  font-family: "PT Serif",serif;

  text-align: center;

}

#testimonials .text-box p.name span {

  font-size: 20px;

  line-height: 20px;

  font-style: italic;

  color: #AAA;

}

#testimonials .client-img{

  width: 65px;

  height: 65px;

  border-radius: 50%;

  background-color: transparent;

  border:3px solid #FFF;

  margin: auto;

  top: -20px;

  position: relative;

}

#testimonials .owl-theme .owl-dots .owl-dot span {

  border: 2px solid #FFF;

  background-color: transparent;

  width: 15px;

  height: 15px;

}

#testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonial-box.with-carousel .owl-theme .owl-dots .owl-dot:hover span {

  border: 2px solid #FFF;

  background-color: none;

}

/*---- start about us section ----*/

#legal-problem-area {

    background: #0a3d62 none repeat scroll 0 0;

    padding: 40px 0;

}

.legal-problem-text h2 {

  color: #FFF;

  font-family: "PT Serif",sans-serif;

  font-size: 28px;

  font-style: italic;

}

.legal-problem-text h3 {

  color: #FFF;

  font-family: "PT Serif",sans-serif;

  font-size: 30px;

  font-weight: bold;

  text-align: left;

  margin-top: 20px;

}

.legal-problem-text h3 span{

  color: #000;

}

.get-free-consultation-button a {

  background: #000 none repeat scroll 0 0;

  color: #FFF;

  display: inline-block;

  font-family: "PT Serif",sans-serif;

  font-size: 18px;

  font-weight: 300;

  margin-top: 35px;

  padding: 0px 17px 0px 23px;

  text-transform: capitalize;

  float: right;

  line-height: 42px;

}



/* start Blog css */

#blog{

  padding: 100px 0;

  background-color: #f2f2f2;

}

#blog .blog-main-holder{

  width: 100%;

}

#blog .single-blog-post .date{

  width: 70px;

  padding: 15px;

  float: left;

  background-color: #b4894a;

  margin: 10px 0 0 10px;

  position: absolute;

  bottom: 20px;

}

#blog .single-blog-post .date h3{

  margin: 0;

  padding: 0;

  font-size: 25px;

  color: #FFF;

  font-weight: bold;

  text-align: center;

  line-height: 20px;

  font-family: "Open Sans",sans-serif;

}

#blog .single-blog-post .date span{

  font-weight: normal;

  font-size: 18px;

}

#blog .single-blog-post{

  width: 100%;

}

#blog .single-blog-post .img-holder {

  position: relative;

  overflow: hidden;

  margin-bottom: 0;

}

#blog .single-blog-post .blog-content{

  width: 100%;

  padding: 20px 20px 30px;

  background-color: #FFF;

}

#blog .single-blog-post .blog-content > ul {

  border-bottom: 1px solid #E1E1E1;

  border-top: 1px solid #E1E1E1;

  padding: 10px 0px;

  margin-bottom: 30px;

}

#blog .single-blog-post .blog-content > ul li {

  display: inline;

  padding: 0 10px 0 0;

}

#blog .single-blog-post .blog-content > ul li .pull-right{

  float: right;

}

#blog .single-blog-post .blog-content > ul li span{

  color: #c59651;

}

#blog .single-blog-post .blog-content h3{

  margin: 0;

  padding: 0 0 20px 0;

  font-size: 16px;

  font-weight: bold;

  text-transform: uppercase;

  color: #000;

  text-align: left;

  letter-spacing: 1px;

  font-family: "Raleway",sans-serif;

}

#blog .single-blog-post p{

  margin: 0;

  padding: 0;

  font-size: 14px;

  color: #999999;

  text-align: left;

  letter-spacing: 0.3px;

}

#blog .single-blog-post a.readmore{

  padding: 5px 0;

  font-size: 15px;

  color: #c59651;

  text-align: center;

  border-radius: 4px;

  margin-top: 10px;

  display: table;

  text-transform: capitalize;

  font-family: "Open Sans",sans-serif;

}

/* start clients css */

#clients {

  padding: 0px 0;

}

#clients .owl-carousel {

  padding: 0 70px;

  position: relative;

}

#clients .container .item {

  height: 145px;

  line-height: 145px;

}

#clients .container .item img {

  transition: all 0.3s ease 0s;

  display: inline;

}

#clients .container .owl-theme .owl-controls {

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

}

#clients .container .owl-theme .owl-nav {

  margin: 0;

}

#clients .container .owl-theme .owl-nav div {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

#clients .container .owl-prev {

  left: 0px;

  position: absolute;

  top: 0;

  line-height: 145px;

}

#clients .container .owl-theme .owl-nav div .fa {

  color: #b9b9b9;

  font-size: 30px;

}

#clients .container .owl-theme .owl-nav div {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

#clients .container .owl-next {

  position: absolute;

  right: 0px;

  top: 0;

  line-height: 145px;

}

#clients .container .owl-theme .owl-nav div .fa {

  color: #b9b9b9;

  font-size: 30px;

}

/* start contact-area css */

#contact-area {

  background: #aace37;

  padding-bottom: 26px;

  padding-top: 28px;

}

#contact-area .contact-area-text h2 {

  color: #1f1f1f;

  font-family: "PT Serif",sans-serif;

  font-size: 28px;

  font-style: italic;

  padding-left: 0;

  margin-top: 8px;

}

#contact-area a.get-in-touch-button {

  border: 1px solid #FFFFFF;

  color: #1F1F1F;

  display: inline-block;

  font-family: "Open Sans",sans-serif;

  font-size: 14px;

  font-weight: 600;

  margin-top: 1px;

  float: right;

  padding: 0px 17px 0px 23px;

  text-transform: uppercase;

  border: 1px solid #FFFFFF;

  float: right;

  border-radius: 5px;

  line-height: 42px;

}

#contact-area a.get-in-touch-button:hover{

  background-color: #FFF;

  transition:all .3s ease-out;

}



/* start footer css */

footer{

  padding: 96px 0 60px;

  background-color: #2c2c2c;

}

footer .widget{

}

footer a.readmore{

  color: #c59651;

  margin-top: 10px;

  display: table;

}

footer .padd-offset{

  padding-left: 20px;

}

footer .padd-offset-1{

  padding-left: 75px;

}

footer h3{

  margin: 0;

  padding-bottom: 30px;

  font-size: 18px;

  font-weight: bold;

  text-transform: uppercase;

  color: #c59651;

  text-align: left;

  letter-spacing: 1px;

  font-family: "Raleway",sans-serif;

}

footer p{

  margin: 0;

  padding: 0;

  font-size: 14px;

  color: #5D5F62;

  text-align: left;

  letter-spacing: 0.3px;

}

footer .quick-links li a {

  font-size: 14px;

  line-height: 16px;

  color: #5D5F62;

  margin-bottom: 15px;

  display: block;

  text-transform: capitalize;

}

footer .quick-links li a:before {

 content: '\f105';

 font-family: 'fontawesome';

 margin-right: 12px;

 color: #5D5F62;

}

footer .textwidget{

  width: 100%;

  margin-bottom: 15px;

}

footer .textwidget-icon {

  width: auto;

  float: left;

  font-size: 20px;

  color: #c59651;

  margin-right: 14px;

}

footer .info-detail {

  width: auto;

  padding: 0 26px 0 29px;

}

footer .info-detail p{

  padding:0 0 0 0;

  margin: 0;

  font-size: 14px;

  font-family: "Open Sans",sans-serif;

  color: #5D5F62;

  font-weight: 400;

  line-height: 22px;

}

footer .social-links {

  width: auto;

  margin-top: 25px;

}

footer .social-links a {

  position: relative;

  display: inline-block;

  width: 36px;

  height: 36px;

  text-align: center;

  background: #262626;

  color: #FFF;

  font-size: 16px;

  line-height: 36px;

  margin: 9px 2px 0px;

  border-radius: 70px;

  transition: all 500ms ease-out 0s;

}

footer .social-links a:hover {

  background: #c59651;

  transition: all 500ms ease-out 0s;

}



/* start footer-bottom css */

.footer-bottom{

  padding: 15px 0;

  background-color: #202020;

}

.create-by{

  float: left;

}

.copyright{

  float: right;

}



/* Start breadcrumb area css*/

#breadcrumb-area {

  background: url("../img/resources/breadcrumb-bg.jpeg") no-repeat scroll center center / cover ;

  margin-top: 0px;

}

#breadcrumb-area .overlay {

background: rgba(0,0,0,0.7);

padding-bottom: 100px;

padding-top: 100px;

}

.breadcrumb-title{

  float: left;

}

.breadcrumb-title h1 {

  color: #c59651;

  font-family: "PT Serif",sans-serif;

  font-size: 45px;

  font-weight: 300;

  margin: 0px;

  text-transform: capitalize;

  font-style: italic;

}

.page-breadcrumb{

  float: right;

}

.page-breadcrumb a {

  color: #c59651;

  font-family: "Open Sans",sans-serif;

  font-size: 12px;

  font-weight: 600;

  padding-right: 3px;

  text-transform: uppercase;

}

.page-breadcrumb i {

  color: #c59651;

  font-size: 12px;

}

.page-breadcrumb span {

  color: #c59651;

  font-family: "Open Sans",sans-serif;

  font-size: 12px;

  font-weight: 600;

  padding-left: 3px;

  text-transform: uppercase;

}



/*Start we have best attorney area title*/

#we-have-best-attorney-area-title {

 padding: 60px 0 50px;

}

#we-have-best-attorney-area-title .section-title-style{

  width: 100%;

}

#we-have-best-attorney-area-title .section-title-style h1 {

  text-align: left;

}

#we-have-best-attorney-area-title .section-title-style h1:before {

  content: "";

  width: 100px;

  height: 2px;

  background: #c59651;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

#we-have-best-attorney-area-title .section-title-style p{

  color:#777777;

  font-family: "Open Sans",sans-serif;

  line-height:26px;

  text-align: left;

  padding-top: 20px;

}

/*End we have best attorney area title*/

/* start team-page css */

#team-page-wrap{

  padding: 100px 0;

  background-color: #f8f8f8;

}

#team-page-wrap .section-title-style h1{

  font-size: 30px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 60px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Open Sans",sans-serif;

}

#team-page-wrap .section-title-style h1:before {

  content: "";

  width: 150px;

  height: 2px;

  background: #c59651;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

#team-page-wrap .our-attorneys-area {

  padding: 0px;

  

}

#team-page-wrap .attorney-image-holder{

  position:relative;

  overflow:hidden;

}

#team-page-wrap .attorney-image-holder img {

  width: 100%;

}

#team-page-wrap .single-attorney:hover .attorney-overlay {

  opacity: 1;

}

#team-page-wrap .attorney-overlay {

  background:rgba(59, 57, 70, 0.90) none repeat scroll 0 0;

  bottom: 0;

  height: 100%;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  width: 100%;

  opacity: 0;

}

#team-page-wrap .attorney-overlay .social-links {

  text-align: center;

  display: block;

  margin-top: 220px;

}

#team-page-wrap .social-links i.mysocial_style {

  border: 1px solid #ffffff;

  border-radius: 50%;

  color: #ffffff;

  display: inline-block;

  font-size: 13px;

  height: 30px;

  margin: 0 2px;

  padding-bottom: 0;

  padding-left: 0px;

  padding-top: 9px;

  width: 30px;

}

#team-page-wrap .social-links i.mysocial_style:hover{

  background:#c59651;

  border:1px solid #c59651;

}

#team-page-wrap .attorney-name {

  background-color: #FFF;

  border:none;

  padding: 25px 15px 40px 15px;

  transition: all .5s ease;

}



#team-page-wrap .single-attorney:hover .attorney-name h5 {

  color: #000;

}

#team-page-wrap .single-attorney .attorney-name span {

  color: #c59651;

  text-transform: capitalize;

}

#team-page-wrap .single-attorney:hover .attorney-name span {

  color: #c59651;

  text-transform: capitalize;

}

#team-page-wrap .attorney-name p {

  color: #3b3946;

  font-family: "Open Sans",sans-serif;

  font-size: 14px;

  margin: 0;

  padding-bottom: 25px;

  text-transform:lowercase;

  margin-top: 14px;

  transition: all .5s ease;

}

#team-page-wrap .attorney-name a.view-profile{

  padding: 8px 20px;

  background-color: #000;

  color: #FFF;

  font-size: 14px;

  margin-top: 10px;

}

/* start practice-page css */

#practice-area-page-wrap{

  padding: 100px 0;

  background-color: #f8f8f8;

}

.practice-area-col{

  background-color: #FFF;

  text-align: center;

}

.practice-area-col .img-holder{

  

}

.practice-area-col .content-col{

  width: 100%;

  padding:40px 15px 40px 15px;

}

.practice-area-col .content-col:hover{

  width: 100%;

  box-shadow: 8px 8px 0px #000;

  -webkit-transition: all .3s ease;

  transition: all .5s ease;

}

.practice-area-col .content-col h3{

  color: #000;

  font-family: "Open Sans",sans-serif;

  font-size: 18px;

  font-weight: 600;

  text-transform: uppercase;

  text-align: center;

}

.practice-area-col .content-col p{

  font-size: 14px;

  padding-top: 20px;

}

/* start practice-page css */

#attorney-profile-page-wrap{

  padding: 100px 0;

  background-color: #FFF;

}

.attorney-profile-detail-row{

  width: 100%;

}

.attorney-profile-img{

  width: 320px;

  float: right;

  text-align: center;

}

.attorney-profile-img h3{

  margin: 0;

  padding: 15px 0;

  font-size: 18px;

  color: #FFF;

  text-align: center;

  font-weight: bold;

  text-transform: uppercase;

  background-color: #c59651;

}

#attorney-profile-page-wrap hr{

  border-top: 6px solid #c59651;

  margin: 0;

  padding: 0;

}

.attorney-profile-detail{

  width: 100%;

  padding-left: 100px;

}

.attorney-profile-detail h3{

  margin: 0;

  padding: 15px 0;

  font-size: 18px;

  color: #000;

  text-align: left;

  font-weight: bold;

  text-transform: uppercase;

}

.attorney-profile-detail p{

  margin: 0;

  padding: 0 0;

  font-size: 14px;

}

.attorney-profile-detail .textwidget{

  width: 70%;

  padding-top: 20px;

  float: left;

}

.attorney-profile-detail .textwidget:first-child{

  padding-top: 0px !important;

}

.attorney-profile-detail .textwidget-icon {

  width: 40px;

  float: left;

  font-size: 18px;

  color: #c59651;

  margin-right: 14px;

  height: 40px;

  border-radius: 50px;

  float: left;

  text-align: center;

  line-height: 36px;

}

.attorney-profile-detail .info-detail {

  width: auto;

  padding: 0 26px 0 29px;

}

.attorney-profile-detail .info-detail p{

  padding:0 0 0 0;

  margin: 0;

  font-size: 14px;

  font-family: "Open Sans",sans-serif;

  color: #5D5F62;

  font-weight: 400;

  line-height: 22px;

}

.attorney-profile-detail .social-links {

  width: auto;

  margin-top: 0px;

  float: left;

}

.attorney-profile-detail .social-links a {

  position: relative;

  display: inline-block;

  width: 36px;

  height: 36px;

  text-align: center;

  background: transparent;

  color: #000;

  font-size: 16px;

  line-height: 36px;

  margin: 9px 2px 0px;

  border-radius: 70px;

  transition: all 500ms ease-out 0s;

}

.attorney-profile-detail .social-links a:hover {

  background: transparent;

  transition: all 500ms ease-out 0s;

}

.attorney-profile-about{

  

}

.attorney-profile-about h3{

  margin: 0;

  padding: 15px 0 40px;

  font-size: 18px;

  color: #000;

  text-align: left;

  font-weight: bold;

  text-transform: uppercase;

}

.attorney-education-profile{

  padding-left: 80px;

}

.attorney-education-profile h3{

  margin: 0;

  padding: 15px 0 40px;

  font-size: 18px;

  color: #000;

  text-align: left;

  font-weight: bold;

  text-transform: uppercase;

}

.attorney-education-profile h4{

  margin: 0;

  padding: 0 0 10px 0;

  font-size: 16px;

  color: #c59651;

  text-align: left;

  font-weight: bold;

  text-transform: uppercase;

}

/*Start skill area css*/

#skill-area {

  padding-bottom: 60px;

  padding-top: 95px;

}

.law-skill{

  padding-left: 80px;

}

.law-skill h3{

  margin: 0;

  padding: 15px 0 40px;

  font-size: 18px;

  color: #000;

  text-align: left;

  font-weight: bold;

  text-transform: uppercase;

}

.progress.slim {

  height: 11px;

}

.progress {

  background: #d4d4d4 none repeat scroll 0 0;

  border-radius: 15px;

  box-shadow: none;

  margin-bottom: 30px;

  overflow: visible;

}

.progress-label h4 {

  color: #474747;

  font-family: "Open Sans",sans-serif;

  font-size: 13px;

  font-weight: 600;

  margin: 0 0 16px;

  text-transform:capitalize;

}

.progress-striped .progress-bar, .progress-bar-striped {

  background-size: 40px 40px;

  background-image:none;

}

.progress-bar-primary {

  background-color: #b89b5e;

  width: 62%;

}

.progress-bar {

  border-radius: 10px 0 0 10px;

  box-shadow: none;

  position: relative;

}

/*End skill area css*/

/*Start Leave Comment Area css*/

.leave-comment-area {

  background: #f4f4f4 none repeat scroll 0 0;

  padding-bottom: 100px;

  padding-top: 95px;

}

.leave-comment-form h3{

  margin: 0;

  padding: 15px 0 40px;

  font-size: 18px;

  color: #000;

  text-align: left;

  font-weight: bold;

  text-transform: uppercase;

}

.leave-comment-form input[type="text"] {

  background: #ffffff none repeat scroll 0 0;

  border: 1px solid #e8e8e8;

  color: #959595;

  height: 40px;

  margin-bottom: 20px;

  margin-right: 16px;

  padding-left: 20px;

  padding-right: 20px;

  width: 30%;

  font-size:13px;

  font-family: "Open Sans",sans-serif;

}

.leave-comment-form input[type="text"]:last-child{

  margin-right: 0 !important;

  display: block;

}

.leave-comment-form textarea {

  border: 1px solid #e8e8e8;

  color: #959595;

  height: 189px;

  padding: 20px;

  width: 100%;

  font-size: 13eypx;

  margin-bottom:27px;

}

.leave-comment-form button[type="submit"] {

  background: #ffffff none repeat scroll 0 0;

  border: 1px solid #959595;

  color: #2a2a2a;

  display: block;

  font-family: "Open Sans",sans-serif;

  font-size: 16px;

  font-weight: 700;

  padding: 6px 28px 7px;

  text-transform: uppercase;

}

.leave-comment-form input[type="text"]:focus{

  border:1px solid #82c7f7;

}

.leave-comment-form button[type="submit"] {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: 1px solid #959595;

  color: #2a2a2a;

  display: block;

  font-family: "Open Sans",sans-serif;

  font-size: 16px;

  font-weight: 700;

  padding: 6px 25px 7px 25px;

  text-transform: uppercase;

  background: #1F1F1F none repeat scroll 0 0;

  color: #ffffff;

  display: inline-block;

  font-family: "Open Sans",sans-serif;

  font-size: 14px;

  font-weight: 600;

  padding: 0px 17px 0px 23px;

  text-transform: uppercase;

  border: 1px solid #1f1f1f;

  border-radius: 5px;

  line-height: 42px;

}

.leave-comment-form button[type="submit"] {

  background: #1F1F1F none repeat scroll 0 0;

  color: #ffffff;

  display: inline-block;

  font-family: "Open Sans",sans-serif;

  font-size: 14px;

  font-weight: 600;

  padding: 0px 17px 0px 23px;

  text-transform: uppercase;

  border: 1px solid #1f1f1f;

  border-radius: 5px;

  line-height: 42px;

}

.leave-comment-form button[type="submit"]:hover .fa {

  color: #1f1f1f;

}



.leave-comment-form button[type="submit"]:hover {

  background: #B89B5E;

  color: #1f1f1f;

}



.leave-comment-form textarea:focus{

  border:1px solid #82c7f7; 

}

/*End Leave Comment Area css*/

/* start about-page css */

#page-wrap{

  padding: 100px 0;

  background-color: #f8f8f8;

}

#page-wrap .section-title-style h1{

  font-size: 26px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: center;

  padding: 0 0 20px 0;

  letter-spacing: 1px;

  font-weight: bold;

  font-family: "Raleway",sans-serif;

}

#page-wrap .section-title-style h1:before {

  content: "";

  width: 50px;

  height: 2px;

  background: #1d72c9;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: auto;

}

#page-wrap .section-title-style p{

  padding: 20px 180px 0 50px;

  margin: 0;

  font-size: 14px;

  line-height: 24px;

  color: #999999; 

  text-align: center;

  letter-spacing: 0.3px;

  font-family: "Open Sans",sans-serif;

}

#mission-vision-area {

  padding: 100px 0;

}

#mission-vision-area .mission-vision-text {

  padding-right: 40px;

}

#mission-vision-area .mission-vision-text .section-title-style{

  width: 100%;

}

#mission-vision-area .mission-vision-text .section-title-style h1{

  font-size: 26px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 0 0 50px 0;

  font-weight: bold;

  font-family: "Raleway",sans-serif;

}

#mission-vision-area .mission-vision-text .section-title-style h1:before {

  content: "";

  width: 50px;

  height: 2px;

  background: #c59651;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

#mission-vision-area .img-holder{

  

}

#mission-vision-area .mission-vision-signature{

  margin-top: 50px;

}

/**

* Service Page css.

**/

#service-page{

  padding: 100px 0;

}

/* ==============================

  27. Side Bar Widget styles

============================== */



.pull-left .single-sidebar-widget {

  padding-right: 50px;

}

.pull-right .single-sidebar-widget {

  padding-left: 50px;

}

.single-sidebar-widget {

  margin-bottom: 50px;

}

.single-sidebar-widget:last-child {

  margin-bottom: 0;

}

.single-sidebar-widget .sec-title {

  margin-bottom: 30px;

}

.single-sidebar-widget .sec-title h2 span {

  font-size: 20px;

}

.single-sidebar-widget .sec-title h2:after {

  content: '';

  width: 55px;

  height: 3px;

  background: #fc5858;

  display: block;

  margin-top: 13px;

}

.single-sidebar-widget .special-links{

  margin-bottom: 0;

  width: 100%;

}

.single-sidebar-widget .special-links li:last-child {

  margin-bottom: 0;

  width: 100%;

}

.single-sidebar-widget .special-links li a {

  border: 1px solid #EFEFEF;

  color: #242424;

  text-transform: uppercase;

  display: block;

  margin-bottom: 1px;

  line-height: 50px;

  position: relative;

  padding: 0 20px;

  -webkit-transition: all .3s ease;

          transition: all .3s ease;

}

.single-sidebar-widget .special-links li:hover a,

.single-sidebar-widget .special-links li.active a {

  background: #c59651;

  color: #FFF;

}

.single-sidebar-widget .special-links li:hover a:after,

.single-sidebar-widget .special-links li.active a:after {

  color: inherit;

}

.single-sidebar-widget .special-links li a:after {

  content: "\f054";

  font-family: 'FontAwesome';

  position: absolute;

  top: 0;

  font-size: 12px;

  right: 20px;

  line-height: 50px;

  color: #6A6969;

  font-weight: normal;

}

.tab-content{

  

}

.tab-content .section-title-style {

  width: 100%;

}

.tab-content .section-title-style h2{

  font-size: 24px;

  color: #000;

  font-weight: bold;

  text-transform: uppercase;

  margin: 0;

  text-align: left;

  padding: 30px 0 20px 0;

  letter-spacing: 1px;

  font-family: "Raleway",sans-serif;

}

.tab-content .section-title-style h2:before {

  content: "";

  width: 50px;

  height: 2px;

  background: #c59651;

  display: block;

  position: relative;

  top: 45px;

  left: 0;

  margin: 0;

}

.tab-content .section-title-style p{

  font-size: 14px;

  color: #969696;

  margin: 0;

  text-align: left;

  padding: 30px 0 0 0;

  width: 100%;

}

.image-caption-box{

  padding-top: 50px;

}

.service-text-box{

  float: left;

  width: 62%;

}

.service-text-box h2 {

  color: #242424;

  font-size: 20px;

  font-weight: bold;

  text-transform: uppercase;

  margin: 0px;

}

.service-text-box p {

  color: #969696;

  font-size: 14px;

  padding-top: 20px;

}

.caption-box-img{

  float: right;

}

/* start blog-page css */

#blog-post{

  padding: 100px 0 60px;

  clear: both;

}

.single-blog-post-item {

  padding-bottom: 50px;

  padding-right: 20px;

}

.blog-img-holder {

  position: relative;

}

.blog-content-box {

  border: 1px solid #f2f2f2;

  padding: 20px;

}

.single-bolg-title h3 {

  color: #000000;

  font-family: "Raleway",sans-serif;

  font-size: 22px;

  font-weight: 700;

  line-height: 28px;

  text-align: left;

  margin: 24px 0 10px 10px;

  text-transform: uppercase;

}

.post-resource {

}

.post-resource ul {

  margin: 0;

  padding: 0;

  text-align: left;

}

.post-resource ul li {

  display: inline-block;

  border-right: 1px solid !important;

  line-height: 12px;

  text-align: center;

}

.post-resource ul li a {

  color: #999999;

  font-size: 14px;

  font-family: "Open Sans",sans-serif;

  margin: 0 10px 0 10px;

}

.post-resource ul li span{

  color: #c59651;

}

.post-resource ul li:last-child{

  border-right: none !important;

}

.single-blog-text {

  margin-top: 20px;

  padding-left: 10px;

}

.single-blog-text p {

  color: #999999;

  font-size: 14px;

  line-height: 26px;

  font-family: "Open Sans",sans-serif;

  text-align: left;

}

.single-blog-read-more {

  margin-top: 15px;

  text-align: left;

}

.single-blog-read-more a {

  color: #c59651;

  font-size: 14px;

  font-weight: 500;

  text-transform: capitalize;

  font-family: "Open Sans",sans-serif;

}

.post-pagination ul {

  text-align: left;

}

.post-pagination ul li {

  display: inline;

}

.post-pagination ul li a {

  display: inline-block;

  color: #8E8D8D;

  margin-right: 10px;

  padding: 5px 12px;

  text-align: center;

  border: 1px solid #f2f2f2;

  border-radius: 4px;

  font-size: 14px;

  -webkit-transition: all .3s ease;

  transition: all .3s ease;

}

.post-pagination ul li.active a,

.post-pagination ul li:hover a {

  background:#c59651;

  color: #fff;

  border: 1px solid #c59651;

}

.post-pagination .btn-nxt{

  background-color: #000;

  border: 1px solid #000;

  color: #FFF;

}

.sidebar-widget-items {

  width: 100%;

  padding-right: 30px;

}

.sidebar-widget-items.padd-offset-1{

  padding-left: 30px;

  padding-right: 0px;

}

#blog-post .sidebar-widget {

  margin-bottom: 40px;

  padding: 0 10px 0 0;

  overflow: hidden;

  background-color: transparent;

}

#blog-post .sidebar-widget-items .sidebar-widget.search {

   

}

#blog-post .sidebar-widget-items .sidebar-widget.search form.search-form {

  position: relative;

}

#blog-post .sidebar-widget-items .sidebar-widget.search input[type="text"] {

  

  padding-left: 20px;

  padding-right: 50px;

  background-color: #FFF;

  color: #000;

  font-size: 14px;

  height: 45px;

  font-family: "Open Sans",sans-serif;

  width: 100%;

  border: 2px solid #DDD;

}

#blog-post .sidebar-widget-items .sidebar-widget.search input[type="text"]::-webkit-input-placeholder {

  color:#000;

}

#blog-post .sidebar-widget-items .sidebar-widget.search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */

  color:#000;  

}

#blog-post .sidebar-widget-items .sidebar-widget.search input[type="text"]:-moz-placeholder { /* Firefox 18- */

  color:#000;  

}

#blog-post .sidebar-widget-items .sidebar-widget.search input[type="text"]:-ms-input-placeholder {  

  color:#000;  

}

#blog-post .sidebar-widget-items .sidebar-widget.search form button {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: medium none;

  color: #000;

  height: 45px;

  padding: 0 10px;

  position: absolute;

  right: 0;

  line-height: 45px;

  margin-right: 10px;

  outline: medium none;

  font-size: 16px;

  top: -1px;

}

.sidebar-widget h3 {

  color: #FFF;

  background-color: #c59651;

  font-weight: 700;

  letter-spacing: .05em;

  margin: 0;

  padding: 16px 0 16px 20px;

  font-family: "Raleway",sans-serif;

  font-size: 16px;

  text-transform: uppercase;

}

.sidebar-widget ul.category-list {

  padding: 15px 20px;

  list-style: outside none none;

  border: 1px solid #f2f2f2;

}

#blog-post .sidebar-widget .category-list li {

  border-bottom: 1px solid #d2d2d2;

}

#blog-post .sidebar-widget .category-list li:last-child{

  border-bottom:none;

}

#blog-post .sidebar-widget .category-list li a {

  color: #828282;

  font-size: 14px;

  font-weight: 500;

  line-height: 42px;

  margin-left: 20px;

  -webkit-transition: all 0.3s ease 0s;

          transition: all 0.3s ease 0s;

  font-family: "Open Sans",sans-serif;

}

#blog-post .sidebar-widget .category-list li a i {

  color: #828282;

  font-size: 14px;

  display: inline-block;

  float: left;

  line-height: 42px;

}

#blog-post .sidebar-widget .category-list li a .fa {

  margin-right: 7px;

}

#blog-post .sidebar-widget .category-list li:hover a {

  color: #000;

}

#blog-post .sidebar-widget .category-list li:hover i{

  color: #000; 

}

#blog-post .sidebar-widget .category-list li a .fa {

  margin-right: 10px;

}

#blog-post .sidebar-widget .category-list li:hover a {

  color: #000;

}

#blog-post .sidebar-widget ul.popular-post {

  padding:20px;

  border: 1px solid #f2f2f2;

}

#blog-post .sidebar-widget .popular-post li {

  margin-bottom: 30px;

}

#blog-post .sidebar-widget .popular-post li:last-child {

  margin-bottom: 0;

}

#blog-post .sidebar-widget .popular-post li img {

  float: left;

  display: table-cell;

}

#blog-post .sidebar-widget .popular-post li .content-wrap {

  width: 57%;

  float: right;

}

#blog-post .sidebar-widget .popular-post li .content-wrap h5 {

  font-size: 12px;

  color: #242424;

  font-family: "Raleway",sans-serif;

  margin: 0 0 20px;

  letter-spacing: 0.3px;

  font-weight: bold;

  line-height: 20px;

  text-transform: uppercase;

}

#blog-post .sidebar-widget .popular-post li .content-wrap span {

  color: #898989;

  display: inline-block;

  text-transform:uppercase;

  font-size: 14px;

  line-height: 20px;

  font-family: "Open Sans",sans-serif;

}

#blog-post .sidebar-widget.text-widget p {

  font-size: 14px;

  color: #8e8d8d;

  padding: 20px;

  line-height: 26px;

  border: 1px solid #f2f2f2;

  font-weight: 500;

}

#blog-post .sidebar-widget .tag-cloud {

  border: 1px solid #f2f2f2;

  padding: 15px;

  display: table-cell;

}

#blog-post .sidebar-widget .tag-cloud a {

  background: #ffffff none repeat scroll 0 0;

  border: 1px solid #e2e2e2;

  color: #787878;

  float: left;

  font-size: 13px;

  font-weight: 500;

  display: inline-block;

  border-radius: 4px;

  line-height: 38px;

  margin: 0px 10px 8px 0px;

  padding: 0 14px;

  text-transform: uppercase;

  -webkit-transition: all 0.3s ease 0s;

          transition: all 0.3s ease 0s;

}

#blog-post .sidebar-widget .tag-cloud a:hover {

  color: #fff;

  background: #c59651;

  border: 1px solid #c59651;

  border-radius: 4px;

}

/* start blog-detail css */

.blog-detail{

  width: 100%;

}

.padd-offset-4{

  padding-left: 0;

}

.blog-detail .post-resource ul li a .mrgn-offset-1{

  margin-left: 0;

}

.single-blog-text h2 {

  color: #000;

  font-family: "Open Sans",sans-serif;

  text-align: left;

  font-size: 20px;

  line-height: 26px;

}

.two-colum-text {

  margin-bottom: 30px;

}

.two-colum-text h5{

  color: #242424;

  font-size: 20px;

  margin-bottom: 20px;

  margin-top: 15px;

  font-family: "Open Sans",sans-serif;

  font-weight: bold;

}

#blog-post.single-post article p {

  margin-bottom: 10px;

}

#blog-post.single-post article ul.highlight li {

  color: #85ae02;

}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote {

  background-color: #575148;

  border-radius: 4px;

  overflow: hidden;

  margin-left: 0;

  margin-top: 35px;

  position: relative;

}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote:before {

  background-color: #000;

  content: "";

  height: 100%;

  left: 0;

  top: 0;

  position: absolute;

  width: 6px;

  border-bottom-left-radius: 4px;

  border-top-left-radius: 4px;

}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote p {

  color: #FFF;

  font-size: 16px;

  font-weight: 400;

  font-style: italic;

  position: relative;

  padding: 26px 45px 5px 110px;

}

.expert_quote .fa {

  padding-left: 50px;

  padding-top: 20px;

  color: #FFF;

  float: left;

  font-size: 40px;

}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote span {

  font-weight: 300;

  font-family: "Open Sans",sans-serif;color: #FFF;

  float: right;

  font-size: 14px;

  font-style: italic;

  padding-bottom: 30px;

  padding-right: 45px;

  text-transform: capitalize;

}

.blog-detail .shear_area .shear {

  border: 1px solid #e9e9e9;

  overflow: hidden;

  margin-top: 30px;



}

.blog-detail .shear_area .shear a {

  color: #FFF;

  display: inline-block;

  float: left;

  padding: 18px 20px;

  text-align: center;

  text-transform: uppercase;

  font-family: "Open Sans",sans-serif;

  margin-right: 16px;

  font-size: 26px;

  font-weight: 700;

  background-color: #000;

}

.blog-detail .shear_area .shear .social_button ul {

  float: left;

  margin: 0;

  padding: 0;

}

.blog-detail .shear_area .shear .social_button ul li {

  float: left;

}

.blog-detail .shear_area .shear .social_button ul li a {

  background-color: transparent;

  display: inline-block;

  padding: 18px 0 18px 20px;

  color: #c3c3c3;

}

.blog-detail .shear_area .shear .social_button ul li a i {

  font-size: 20px;

}

.blog-detail .shear_area .shear .social_button ul li a:hover{

  color:#c59651;

}

.blog-detail .administrator {

  background: #f9f9f9 none repeat scroll 0 0;

  margin-top: 30px;

  border: 1px solid #ebebeb;

  overflow: hidden;

}

.blog-detail .comment_img{

  float: left;

  margin-right: 20px;

}

.blog-detail .administrator .administrator_img {

  padding-bottom: 22px;

  padding-left: 10px;

  padding-top: 18px;

}

.blog-detail .administrator .administrator_text {

  margin-left: -42px;

}

.blog-detail .administrator .administrator_text h4 {

  color: #242424;

  margin-top: 18px;

  padding-top: 8px;

  font-size: 16px;

  text-transform: uppercase;

  font-family: "Open Sans",sans-serif;

  font-weight: 700;

}

.blog-detail .administrator .administrator_text p {

  color: #999999;

  font-size: 14px;

  font-weight: 500;

}

.blog-detail .comments_area {

  border: 1px solid #ebebeb;

  margin-top: 30px;

  overflow: hidden;

}

.blog-detail .comments_area .comment_title h4 {

  color: #353535;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  font-family: "Open Sans",sans-serif;

  margin-bottom: 50px;

  margin-top: 30px;

}

.blog-detail .comments_area .single_comment {

  border-bottom: 1px solid #ebebeb;

  display: inline-block;

  margin: 0 25px 30px;

}

.blog-detail .comments_area .single_comment:last-child {

  border: none;

  margin-bottom: 0;

}

.blog-detail .comments_area .single_comment .comment_text {

  margin-left: -10px;

}

.blog-detail .comments_area .single_comment .comment_text h5 {

  color: #242424;

  font-weight: 600;

  font-size: 16px;

  margin-top: 1px;

  text-transform: capitalize;

}

.blog-detail .comments_area .single_comment .comment_text p {

  color: #999999;

  font-size: 13px;

  padding-bottom: 20px;

}

.blog-detail .comments_area .single_comment .comment_text p.c_text {

  color: #999999;

  font-size: 13px;

  padding-bottom: 50px;

}

.blog-detail .comments_area .single_comment .comment_text p a{

  color: #c59651;

  font-weight: bold;

  text-transform: uppercase;

  margin-left: 5px;

}

.blog-detail .comments_area .single_comment .comment_reply {

  border: medium none;

  margin: 0;

}

.blog-detail .comments_area .single_comment .comment_reply .comment_reply_img {

  margin-left: -20px;

}

.blog-detail .comment-box {

  width:100%; 

  border: 1px solid #ebebeb;

  float: left;

  margin-top: 30px;

  padding-bottom: 42px;

}

.blog-detail .comment-box h4 {

  color: #353535;

  font-size: 16px;

  text-transform: uppercase;

  font-weight: 700;

  padding: 30px 0 30px 15px;

  font-family: "Open Sans",sans-serif;

}

.blog-detail .comment-box input[type="text"] {

  background: #f9f9f9 none repeat scroll 0 0;

  border: 1px solid #ebebeb;

  margin-bottom: 20px;

  padding: 10px 0;

  width: 100%;

  padding-left: 20px;

}

.blog-detail .comment-box textarea {

  background: #f9f9f9 none repeat scroll 0 0;

  border: 1px solid #ebebeb;

  padding: 20px;

  resize: none;

  width: 100%;

  height: 186px;

}

.blog-detail .comment-box a.submit-now {

  background-color: #c59651;

  color: #fff;

  float: left;

  margin: 25px 0 0px;

  padding: 10px 30px;

  font-size: 14px;

  font-weight: 500;

  text-transform: uppercase;



}

.blog-detail .comment-box a.submit-now:hover {

  background-color: #242424;

  transition: all 300ms ease-out 0s;

}



/**

* Projects Gallery css.

**/



#project-gallery {

  padding-bottom: 60px;

  padding-top: 81px;

}

.gallery-filter {

  margin-bottom: 56px;

  text-align: center;

}

.gallery-filter li {

    display: inline;

}

.gallery-filter li span {

  color: #000;

  cursor: pointer;

  display: inline-block;

  font-size: 13px;

  font-weight: 500;

  line-height: 45px;

  margin: 0 ;

  padding: 0 15px;

  position: relative;

  text-transform: uppercase;

  border: 1px solid #F2f2f2;

  -webkit-transition: all 0.3s ease 0s;

          transition: all 0.3s ease 0s;

}

.gallery-filter li.active span,

.gallery-filter li:hover span {

  color: #FFF;

  background-color: #1d72c9;

}

.mix {

    display: none;

}

#latest-project-garden {

  padding: 80px 0;

  margin-bottom: -30px;

}

.single-latest-project-garden {

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

}

.single-latest-project-garden .modal-content {

  display: none;

}

.single-latest-project-garden .item {

  text-align:center;

  float:left;

  margin:5px;

  position:relative;      

}

.single-latest-project-garden .item,.item-hover,

.item-hover .mask,.item-img,.item-info {

  width: 370px;

  height: 312px;            

}

.single-latest-project-garden .item-hover,

.item-hover .mask,.item-img { 

  position:absolute;

  top:0;

  left:0;     

}     

.single-latest-project-garden .item-type-spin .item-hover { 

  z-index:5;  

  -webkit-transition: all 300ms ease-out;

  -moz-transition: all 300ms ease-out;

  -o-transition: all 300ms ease-out;

  transition: all 300ms ease-out; 

  opacity:0;

  cursor:pointer;         

  display:block;

  text-decoration:none;

  text-align:center;          

}   

.single-latest-project-garden .item-type-spin .item-info {

  z-index:10;

  color:#ffffff;

  display:table-cell;

  vertical-align:middle;

  position:relative;

  z-index:5;      

  -webkit-transform:  rotate(-90deg);

  -moz-transform: rotate(-90deg);

  -ms-transform: rotate(-90deg);          

  transform:  rotate(-90deg);         

  -webkit-transition: all 300ms ease-out;

  -moz-transition: all 300ms ease-out;

  -o-transition: all 300ms ease-out;

  transition: all 300ms ease-out;                     

}  

.single-latest-project-garden .item-type-spin .item-info .headline {

  font-size:18px;     

  width:75%;

  margin:0 auto;    

  border:4px solid #ffffff;

  padding:50px 10px;

}   

.single-latest-project-garden .item-type-spin .item-info .line {

  height:1px;

  width:60%;

  margin:15px auto 10px auto;

  background-color:#ffffff;     

}     

.single-latest-project-garden .item-type-spin .item-info .date {

  font-size:14px;

  font-style:italic;

}     

.single-latest-project-garden .item-type-spin .item-hover .mask {

  background-color:#000;

  opacity:0.5;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  filter: alpha(opacity=50);                    

  z-index:0;

}     

.single-latest-project-garden .item-type-spin .item-hover:hover {

  opacity:1;

}            

.single-latest-project-garden .item-type-spin .item-hover:hover .item-info {

  -webkit-transform: scale(1,1);

  -moz-transform: scale(1,1);

  -ms-transform: scale(1,1);          

  transform: scale(1,1);  

}



/**

* Page 404 content CSS.

**/

#page-404-content {

  padding: 150px 0 190px;

  background: #fff;

}

#page-404-content h1{

  text-align: center;

  font-size: 100px;

  color: #000;

  text-transform: uppercase;

  font-weight: bold;

}

#page-404-content h1 span{

  color: #c59651;

}

#page-404-content p{

  color: #333;

  padding-bottom: 30px;

  padding-top: 30px;

  font-size: 35px;

  font-weight: 300;

  line-height: 50px;

  font-family: "Open Sans",sans-serif;

  text-align: center;

  letter-spacing: 1px;  

}

#page-404-content a.go-home-btn{

  margin: auto;

  display: table;

  padding: 10px 30px;

  border:1px solid #000;

  color: #000;

  font-size: 18px;

  font-weight: bold;

  text-transform: uppercase;

  text-align: center;

}

#page-404-content a.go-home-btn:hover{

  border:1px solid #000;

  color: #FFF;

  background-color: #000;

    -webkit-transition: .4s ease !important;

          transition: .4s ease !important;

}





/* testimonial Page css */

#testimonials-page{

  padding:45px 0 100px;

}

#testimonials-page .mrgn-ofset-top{

  margin-top: 60px;

}

#testimonials-page .section-title-style{

  margin: auto;

}

#testimonials-page .section-title-style h1{

  text-align: center;

}

#testimonials-page .section-title-style p{

  text-align: center;

  padding: 10px 0 70px 0;

}

#testimonials-page .text-box {

  display: table-cell !important;

  vertical-align: middle;

  border-bottom: 1px solid #c59651;

  padding-bottom: 30px;

  background-color: #f7f7f7;

}

#testimonials-page .text-box:before{

  content: "";

  background-color: #c59651;

  height: 2px;

  width: 90%;

}

#testimonials-page .text-box p {

  color: #999999;

  font-size: 16px;

  font-style: italic;

  font-family: "PT Serif",serif;

  line-height: 30px;

  position: relative;

  padding: 10px 20px 0px 20px;

}

#testimonials-page .text-box .quote-icon{

  width: 44px;

  height: 47px;

  background-color: #c59651;

  margin-left: 20px;

  position: relative;

  top: -20px;

  text-align: center;

  line-height: 45px;

}

#testimonials-page .text-box p.name {

  font-style: italic;

  font-size: 14px;

  font-family: "PT Serif",serif;

  line-height: 20px;

  margin-top: 10px;

  display: inline-block;

  float: left;

}

#testimonials-page .text-box p.name span {

  font-size: 20px;

  font-style: italic;

  color: #000;

  line-height: 20px;

}



/* start Contact Page css */

#contact-page {

  padding: 100px 0px;

}



#contact-page .section-title-style p {

  padding: 20px 0 0 50px;

  margin: 0;

  font-size: 14px;

  line-height: 24px;

  color: #999999;

  text-align: center;

  letter-spacing: 0.3px;

  font-family: "Open Sans",sans-serif;

}

#contact-page .contact-form {

  width: 100%;

}

#contact-page .contact-form p {

  margin-bottom: 20px;

}

#contact-page .contact-form input, #contact-page .contact-form textarea {

  background: #fff none repeat scroll 0 0;

  border: 1px solid #ededed;

  height: 55px;

  padding-left: 25px;

  width: 100%;

  color: #ababab;

  font-size: 14px;

  font-family: "Open Sans",sans-serif;

  outline:none;

  -webkit-transition: all .3s ease;

          transition: all .3s ease;

}

#contact-page .contact-form input:focus, #contact-page .contact-form textarea:focus {

  border-color: #f2f2f2;

  box-shadow: 0 0 2px #f2f2f2;

}

#contact-page .contact-form input:focus{

  border:1px solid #242424;   

}

#contact-page .contact-form textarea:focus{

  border:1px solid #242424; 

}

#contact-page .contact-form label.error {

  display: none !important;

}

#contact-page .contact-form input.error,

#contact-page .contact-form textarea.error {

  border-color: red;

}

#contact-page .contact-form textarea {

  height: 200px;

  padding-top: 15px;

}

#contact-page .success {

  color: #7FA409;

  font-size: 16px;

}

.contact-submit-button {

  background-color: #c59651;

  color: #fff;

  float: left;

  margin: 25px 0 0px;

  padding: 10px 30px;

  font-size: 14px;

  font-weight: 500;

  border: 0;

  text-transform: uppercase;

}

.contact-submit-button:hover {

  background-color: #242424;

  transition: all 300ms ease-out 0s;

}

#google-map-area{

  width: 100%;

  height: 440px;

}

.google-map{

  width: 100%;

  height: 440px;

}



/* start Faqs css */

#faq {

  padding: 100px 0;

}

#faq .section-title-style{

  width: 100%;

}

#faq .section-title-style h1{

  text-align: left;

}

#faq .section-title-style h1:before {

  content: "";

  margin: 0;

}

#faq .section-title-style p{

  text-align: left;

  padding:10px 0 0 0;

}

#faq .faq-search {

  background: #f9f9f9 none repeat scroll 0 0;

  width: 718px;

  padding: 20px;

  margin-top: 50px;

}

#faq .faq-search input[type="text"] {

  border: 1px solid #e9e9e9;

  color: #aeaeae;

  font-size: 14px;

  padding: 10px 20px;

  width: 79%;

  font-family: "Open Sans",sans-serif;

  outline: none;

}

#faq .faq-search input[type="button"] {

  background: #242424;

  border: medium none;

  color: #fff;

  font-size: 16px;

  font-weight: 700;

  margin-left: -4px;

  padding: 10px 40px;

  text-transform: uppercase;

  font-family: "Open Sans",sans-serif;

}

.general-question {

  margin-top: 50px;

}

.general-question .panel-group .panel {

  border-radius: 0;

  margin-top: 15px;

}

.general-question .panel-group .panel-default > .panel-heading {

  border-color: #e9e9e9;

  background-color: #ffffff;

}

.general-question .panel-group .panel-default .panel-title {

  color: #6F6F6F;

  font-size: 14px;

  font-weight: bold;

  padding: 5px 0;

  text-transform: uppercase;

  font-family: "Open Sans",sans-serif;

}

.general-question .panel-group .panel-default .panel-title a {

  display: block;

  position: relative;

}

.general-question .panel-group .panel-default .panel-title a:after {

  content: "\f106";

  font-family: fontawesome;

  background: #f9f9f9 none repeat scroll 0 0;

  border-left: 1px solid #e9e9e9;

  color: #7d7d7d;

  font-size: 24px;

  padding: 10px 15px;

  position: absolute;

  right: -15px;

  top: -15px;

}

.general-question .panel-group .panel-default .panel-title a.collapsed:after {

  content: "\f107";

  font-family: fontawesome;

  background: #c59651 none repeat scroll 0 0;

  border-left: 1px solid #e9e9e9;

  color: #FFF;

  font-size: 24px;

  padding: 10px 15px;

  position: absolute;

  right: -15px;

  top: -15px;

}

.general-question .panel-body {

  padding: 25px 15px 30px;

}

.general-question .panel-body .panel_body_up h2 {

  color: #1d72c9;

  font-family: "Raleway",sans-serif;

  font-size: 24px;

  font-weight: 300;

  padding: 10px 0;

  text-transform: none;

}

.general-question .panel-body .panel_body_up p {

  color: #898989;

  font-size: 14px;

  font-weight: 500;

}

.general-question .panel-body .panel_body_down .panel_down_text {

  color: #8e8d8d;

  font-size: 14px;

  font-weight: 500;

  overflow: hidden;

}



/* ==============================

  29. Pricing styles

============================== */

#pricing-content{

  padding: 100px 0 0 ;

}

#pricing-content .section-title-style h1{

  text-align: center;

}

#pricing-content .section-title-style p{

  text-align: center;

  padding: 10px 0 70px 0;

  width: 50%;

  margin: auto;

}

.single-pricing-box {

  text-align: center;

}

.single-pricing-box .pricing-top-bar {

  background: #242424;

  color: #fff;

  font-weight: bold;

  font-size: 18px;

  text-transform: uppercase;

  padding: 18px 0;

}

.single-pricing-box .price-box {

  background: #1d72c9;

  font-size: 18px;

  color: #fff;

  vertical-align: bottom;

  padding: 30px 0 16px;

}

.single-pricing-box .price-box span.amount {

  font-weight: bold;

  font-size: 36px;

  line-height: 0;

}

.single-pricing-box .price-box span.currency {

  font-size:26px;

  vertical-align: top;

  line-height: 11px;

  margin-right: 10px;

}

.single-pricing-box .price-box span.mnth {

  font-size:14px;

  vertical-align: top;

  line-height: 11px;

  margin-right: 10px;

}

.single-pricing-box .feature-list {

  border: 1px solid #E9E9E9;

  border-top: 0;

  border-bottom: 0;

}

.single-pricing-box .feature-list ul li {

  background: #FFFFFF;

  color: #898989;

  text-transform: uppercase;

  line-height: 50px;

}

.single-pricing-box .feature-list ul li:nth-child(even) {

  background: #F9F9F9;

}

.single-pricing-box .btn-wrap {

  border: 1px solid #E9E9E9;

  border-top: 0;

  padding: 40px;

}

.single-pricing-box .btn-wrap .signup-btn {

  border: none;

  outline: none;

  background: #242424;

  font-size: 16px;

  line-height: 28px;

  color: #FFF;

  text-transform: uppercase;

  font-family: 'Roboto', sans-serif;

  font-weight: 500;

  padding: 10px 0px;

  padding-left: 20px;

  padding-right: 15px;

  display: inline-block;

  border-radius: 38px;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

.single-pricing-box .btn-wrap .signup-btn:hover{

  background-color: #1d72c9;

  transition: all 0.5s ease;

}



/* gallery v2 css */



#project-version-one{

  padding: 100px 0;

}

#project-version-one .section-title-style h1{

  text-align: center;

}

#project-version-one .section-title-style p{

  text-align: center;

  padding: 10px 0 70px 0;

  width: 50%;

  margin: auto;

}

.single-latest-project-garden .item-img {     

  z-index:0;      

}

.single-latest-project-gardener {

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

}

.single-project-item {

  position: relative;

  overflow: hidden;

}

.single-project-item .content-wrapper {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 20px;

}

.single-project-item .content-wrapper:before {

  background: rgba(36,36,36, .9);

}

.single-project-item .content {

  display: table;

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: all .3s ease;

}

.single-project-item .content .button {

  position: absolute;

  top: 20px;

  right: 20px;

}

.single-project-item .content .button a {

  color: rgba(255,255,255, 1);

  width: 30px;

  height: 30px;

  font-size: 14px;

  line-height: 25px;

  border: 1px solid rgba(255,255,255,1);

  display: inline-block;

  text-align: center;

}

.single-project-item .content .button a:hover{

  background-color: #aace37;

  border:1px solid #aace37;

}

.single-project-item .content .text-box {

  display: table-cell;

  vertical-align: top;

}

.single-project-item .content .text-box h4 {

  text-transform: uppercase;

  color: #000000;

  font-weight: bold;

  font-size: 16px;

  margin: 0;

  background-color: #f2f2f2;

  padding:10px 20px;

  float: left;

  margin-bottom: 5px;

}

.single-project-item .content .text-box span {

  color: rgba(255, 255, 255, 0.5);

  font-size: 15px;

  font-weight: 500;

  float: left;

  font-family: 'Open Sans';

}

.single-project-item:hover .content {

  opacity: 1;

}