
/*-----------------------------------------------------------------
Table Of Index
--------------------------------

1. Reset css
2. Style Css
    1- Loading Screen
    2- Navigation
    3- Home
    4- About
    5- Service
    6- Statistics
    7- Protfolio
    8- Testimonial
    9- Blog
    11- Footer


-----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/

/*========== All Transition Settings ==========*/

/*========== Block Settings ==========*/
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #FFF;
}
ul
ol,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    border: 1px solid #c19547;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea {
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f5f5fb;
    color: #c19547;
    border-radius: 0px;
    margin-bottom: 30px;
    box-shadow: none !important;
}

textarea {
    height: 150px;
    padding-top: 20px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
/*========== Typography Settings ==========*/

    @font-face {
    font-family: 'Adobe Garamond Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Adobe Garamond Pro Regular'), url('/assets/fonts/AGaramondPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Adobe Garamond Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Adobe Garamond Pro Italic'), url('/assets/fonts/AGaramondPro-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Adobe Garamond Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Adobe Garamond Pro Bold'), url('/assets/fonts/AGaramondPro-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Adobe Garamond Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Adobe Garamond Pro Bold Italic'), url('/assets/fonts/AGaramondPro-BoldItalic.woff') format('woff');
    }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
    padding: 0.1em 0;
    line-height: 1.1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color:#c19547;
text-decoration: underline;    
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color:#999;
text-decoration: underline;    
}

h1 {
    font-size: 2.5em;
    font-weight: 700;
    color:#222;
}
h2 {
    font-size: 2.4em;
    color:#c19547;
    padding:0.7em 0 0.2em 0;
    font-family: 'Adobe Garamond Pro Regular';
	text-transform: uppercase;
	font-weight: 600;
}
h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.3em;
    color:#222;
    padding:0.1em 0 0.5em 0;
}

h4 {
    color:#222;
    font-size: 1.3em;
    font-weight: 500;
}

h5 {
    color:#222;
    font-size: 1.1em;
    font-weight: 500;
}
p {
    line-height: 1.3em;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    color: #222;
}

strong {
    font-weight: 600;
}

/* GENERAL LIST */
ul.generallist {
background-color:transparent;
margin:0.5em 0 1.5em 0;
padding:0;
list-style-type: none;
}

ul.generallist li {
background-image: url('/assets/images/li_square_blue-green.gif');
background-position: 0px 10px; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding: 7px 0 7px 17px;
line-height: 1.2em;
margin:0.3em 0 0.3em 0;
font-size:1.1em;
border-bottom:#eee dashed 1px;
color:#c19547;    
}

ul.generallist li a {
color:#92c159;
text-decoration: underline;
}

ul.generallist li a:hover {
color:#999;
}

ul.generallist2 {
background-color:transparent;
margin:0.5em 0 1em 0;
padding:0;
list-style-type: none;
}

ul.generallist2 li {
background-image: url('/assets/images/li_square.gif');
background-position: 0px 10px; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding: 7px 0 7px 17px;
line-height: 1.2em;
margin:5px 0 5px 0;
font-size:1em;
border-bottom:#eee dashed 0px;
color:#c19547;    
}

ul.generallist2 li a {
color:#92c159;
text-decoration: underline;
}

ul.generallist2 li a:hover {
color:#999;
}

/* NUMBERED LIST */
ol.numberedlist {
background-color:transparent;
margin:0.5em 0 1em 0;
padding:0;
}

ol.numberedlist li {
background-image: none;
padding: 0 0 2px 2px;
line-height: 1.2em;
margin:5px 0 5px 0;
font-size:1.0em;
border-bottom:#ccc dashed 0;
}

ol.numberedlist li a {
color:#92c159;
}

ol.numberedlist li a:hover {
color:#92c159;
}

.empty-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    display: inline-block;
}
.empty-btn:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
/*========== Spacing CSS ==========*/
.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.pt-110 {
    padding-top: 110px;
}
.pb-110 {
    padding-bottom: 110px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}


.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-30 {
    padding-bottom: 30px;
} 
.pt-30 {
    padding-top: 30px;
}
.pb-20 {
    padding-bottom: 20px;
} 
.pt-20 {
    padding-top: 20px;
}
.pb-10 {
    padding-bottom: 10px;
} 
.pt-10 {
    padding-top: 10px;
}
.no-padding {
    padding: 0;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-70 {
    margin-bottom: 70px
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mr-25 {
    margin-right: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}

.mt-15 {
    margin-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}


.mt-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.ml-10 {
    margin-left: 10px;
}

.mt-5 {
    margin-top: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.ml-5 {
    margin-bottom: 5px;
  }
.mt-0 {
    margin-top: 0px;
}
.mr-0 {
    margin-right: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.ml-0 {
    margin-left: 0px;
}

.mrl-row {
    margin-right: 0;
    margin-left: 0;
}



.last-child {
    margin-bottom: 0px !important;
}

/*========= Alignment CSS ==========*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/*========== My Classes ==========*/
.section-title {
    margin-bottom: 70px;
}
.section-title h2,
.section-title-left h2 {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: .20px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.section-title h3,
.section-title-left h3 {
    color: #323232;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 22px;
    line-height: 44px
}

.section-title h3 span,
.section-title-left h3 span {
    color: #c19547;
}

.section-title .line-title {
    width: 75px;
    height: 3px;
    background: #c19547;
    margin-right: auto;
    margin-left: auto;
    margin-top: 22px;
}

.section-title p {
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    color: #9e9e9e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-title-left .line-title {
    margin-bottom: 22px;
    width: 75px;
    height: 3px;
    background: #c19547;
    margin-top: 22px;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-inherit {
    position: inherit;
}

.btn-one, .btn-two, .btn-three, .btn-four, .btn-five {
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px;
    line-height: 51px;
    min-width: 175px;
    height: 50px;
    letter-spacing: 0.30px;
    border-radius: 2px;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
}

.btn-one {
    -webkit-box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    background: #c19547;
    color: #ffffff;
}
.btn-one:hover{
    background: #232323;
    color: #fff;
}

.btn-two {
    background: transparent;
    border: 2px solid #f5f5fb;
    color: #FFF;
}
.btn-two:hover {
    background: #FFF;
    color: #232323;
    border: 2px solid #fff;
}

.btn-three {
    background: #FFF;
    color: #2d2a2a;
}
.btn-three:hover {
    background: #c19547;
    color: #FFF;
}

.btn-four {
    background: #2d2a2a;
    color: #fff;
}
.btn-four:hover {
    background: #fff;
    color: #2d2a2a;
}

.btn-five {
    background: transparent;
    border: 2px solid #232323;
    color: #232323;
    line-height: 48px;
}
.btn-five:hover {
    background: #232323;
    color: #fff;
    border: 2px solid #232323;
}


.social-media {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.social-media li {
    display: inline-block;
}
.social-media li a {    
    margin-right: 10px;
    transition: .4s;
    width: 40px;
    height: 40px;
    border-radius: 1px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #c19547;
    background: #c19547;
    display: block;
    
}
.social-media li a:hover {
    background: #FFF;
    color: #c19547;
    border: 1px solid #ffffff;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
}
.bg-image {
    background-image: url(http://placehold.it/1920x1280);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    position: relative;
}
.overlay {
    background: linear-gradient(45deg, rgba(38, 38, 47, 0.95) 0%, rgba(38, 38, 47, 0.95) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-white {
    background: #FFF !important;
}
.bg-dark {
    background: #232323 !important;
}
.color-white {
    color: #FFF !important;
}
.color-gray {
    color: #eee !important;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #989595;
    line-height: 25px;
    background: #DDD;

}


/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					   Start Upperbar
----------------------------------------------------------------*/
.upper-bar {
  background: #fff;
  height: 250px;
  font-size: 1.3em;
  padding: 1em 0 0 0;
}

.welcome-details {
  width: 550px;
  height: 355px;
  position: relative;
  top: -27px;
  left: 0;
  background-color: #222;
  z-index: 999;
}

.welcome-details h2 {
  text-align: center;
  font-size: 2.6em;
  padding: 0.6em 0.8em 0.3em 0.5em;
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Adobe Garamond Pro Regular';
  font-weight: 600;
  text-transform: uppercase;
}

.welcome-details p {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.85em;
  line-height: 1.6em;
  color:#fff;
  padding: 0 2.3em 1em 2.3em;
}

.logo-container {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    margin-top:0.5em;
}

.contact-container {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
}

.upper-bar .contact-us-bar {
    font-weight: 500;
    padding-top:1.5em;
    color:#fff;
    float:right;
    text-align: right;
}

.upper-bar .contact-us-bar h5 {
    font-weight: 500;
    padding:0 0 0.5em 0;
    margin:0;
    color:#fff;
}

.upper-bar .contact-us-bar a {
    font-size: 1.4em;
    color: #fff;
    font-weight: 400;
    border-right: 0 solid #fff;
}
.upper-bar .contact-us-bar a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right:0;
}
.upper-bar .contact-us-bar a span {
    font-size: 1.2em;
    color: #c19547;
    font-weight: 500;
}
.upper-bar .contact-us-bar a:hover {
    color: #fff;
}
.upper-bar .social-media-bar {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
}
.upper-bar .social-media-bar li {
    display: inline-block;
    padding-left: 3px;
}
.upper-bar .social-media-bar li a {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #c19547;
    display: block;
    position: relative;
    top:-2px;
}
.upper-bar .social-media-bar li a:hover {
    background: #c19547;
    color: #fff;
}

.upper-bar-two {
    background: transparent;
    z-index: 777;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.upper-bar-two .contact-us-bar a {
    color: #FFF;
    font-weight: 400;
}
.upper-bar-two .contact-us-bar a span {
    color: #FFF;
}
.upper-bar-two .social-media-bar li a {
    border: none;
    background: transparent;
    color: #FFF;
}
.upper-bar-two .social-media-bar li a:hover {
    background: transparent;
    border: none;
    color: #c19547;
}
.classic-upper-bar {
    background: #c19547;
}
.classic-upper-bar .contact-us-bar a {
    font-size: 12px;
    margin-right: 12px;
    color: #eee;
    font-weight: 500;
    border-right: 2px solid #eee;
    padding-right: 12px;
    transition: all 0.4s;
}
.classic-upper-bar .contact-us-bar a:hover {
    color: #FFF;
}
.classic-upper-bar .contact-us-bar a span {
    font-size: 14px;
    margin-right: 5px;
    transition: .1s;
    color: #eee;
}

.classic-upper-bar .social-media-bar li a {
    transition: .4s;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: transparent;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #eee;
    display: block;
    border: 1px solid transparent;
}
/*----------------------------------------------------------------
					   End Upperbar
----------------------------------------------------------------*/


/*----------------------------------------------------------------
					Start Navbar 
----------------------------------------------------------------*/  
nav {
    display: block;
    width: 100%;
    position: relative;
    z-index: 999;
    background-color:#c19547;
}


.container-nav {
    position: relative;
}

.navbar-toggle {
    height: 32px;
    line-height: 32px;
    width: 30px;
    cursor: pointer;
    top: 12px;
    right: 20px;
    position: absolute;
    display: none;
    
}
.navbar-toggle span {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.navbar-toggle:hover span {
    background: #c19547;
}
.navbar-toggle span:first-child {
    background: #c19547;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 0;
    
}
.navbar-toggle span:nth-child(2) {
    background: #c19547;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 6px;
}
.navbar-toggle span:nth-child(3) {
    background: #c19547;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 12px;
}
.navbar-toggle-active span:first-child {
    top: 7px;
    transform: rotate(45deg);
    background: #c19547;
}
.navbar-toggle-active span:nth-child(2) {
    display: none;
}
.navbar-toggle-active span:nth-child(3) {
    top: 7px;
    transform: rotate(135deg);
    background: #c19547;
}

.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;  
}
.nav-menu li {
    display: inline-block;
}
.nav-menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-right: 2.5em;
    font-size: 1.3em;
    font-weight: 700;
    padding: 0.6em 0 0.7em 0;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    text-transform: uppercase;
    
}
.nav-menu .nav-item.active .nav-link,
.nav-menu .nav-item:hover .nav-link {
    color: #c19547;
}
.nav-menu .nav-item .nav-link:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -1px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #c19547 !important;
    opacity: 0;
}
.nav-menu .nav-item.active > .nav-link:before,
.nav-menu .nav-item:hover  .nav-link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: #c19547 !important;
    background-color: transparent;
}

.has-dropdown .icon-down {
    display: none;
}



.icon-links {
    float: right;
    margin-left: 35px;
    position: relative;
    top: 0;
    right: 0;
}
.icon-links a {
    color: #323232;
    text-decoration: none;
    display: inline-block;
    margin-left: 14px;
    font-size: 15px;
    font-weight: 700;
    padding: 30px 0;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s;
}
.icon-links a:first-child {
    margin-left: 0;
}
.icon-links a:hover {
    color: #c19547;
}

.nav-bar {
}

.nav-bar .nav-menu .nav-item.has-dropdown > ul.sub-menu {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid #c19547;
    margin-left: 5px;
}
.nav-bar .nav-menu .nav-item.has-dropdown > ul.sub-menu li.active a {
    color: #c19547;
}
.nav-bar .nav-menu .nav-item.has-dropdown > ul.sub-menu::after {
    clear: both;
    content: " ";
    display: block;
    width: 100%;
}
.nav-item.has-dropdown > ul.sub-menu li {
  display: block;
  z-index: 3;
}
.nav-item.has-dropdown > ul.sub-menu li a {
    opacity: .7;
    display: block;
    text-transform: capitalize;
    color: #3e3a3a;
    font-size: 1em;
    font-weight: 600;
    padding: 0.6em 1em;
    margin: 0;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #f1f1f1 !important;
}
.nav-item.has-dropdown > ul.sub-menu li a:last-child {
    border: none;
}
.nav-item.has-dropdown > ul.sub-menu li a:hover {
    opacity: 1;
}
.nav-item.has-dropdown > ul.sub-menu li a:hover {
    color: #323232;
    opacity: 1;
    background: #f5f5fb;
    padding-right: 20px;
}
.nav-item.has-dropdown:hover ul.sub-menu {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
 
}
.nav-item.has-dropdown > ul.sub-menu li {
    position: relative;
}
.nav-bar .sub-menu .has-dropdown-two {
    position: relative;
}
.nav-bar .sub-menu .has-dropdown-two span {
    float: right;
    margin-top: 4px;
    font-size: 12px;
}
.nav-bar .sub-menu .has-dropdown-two:hover > ul.sub-menu-two {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}
.nav-bar .sub-menu .has-dropdown-two > ul.sub-menu-two {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid #c19547;
    margin-left: 230px;
}
.nav-bar .sub-menu .has-dropdown-two > ul.sub-menu-two::after {
    clear: both;
    width: 100%;
    display: block;
}

.nav-bar-two {
    
}

.fixed-top .my-logo .logo-two {
    display: none;
}
.fixed-top .my-logo .logo-one {
    display: block;
}
.fixed-top::after,
.nav-fixed:after,
.fixed-top .nav-output::after,
.nav-fixed .nav-output::after {
    clear: both;
    content; "";
    width: 100%;
    display: block;
}
.fixed-top {
    position: fixed;
    top: 50px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.nav-fixed {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;

}

.nav-fixed .my-logo .logo-two {
    display: block;
}
.nav-fixed .my-logo .logo-one {
    display: none;
}
.fixed-top .nav-menu li a,
.fixed-top .icon-links a {
    color: #FFF;
}
.nav-bar-two .nav-menu .nav-item .nav-link:before {
    bottom: 20px;
    display: none;
}

/*----------------------------------------------------------------
					End Navbar 
----------------------------------------------------------------*/  

/*----------------------------------------------------------------
					Start Section Header  
----------------------------------------------------------------*/
.main-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 700px;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 222;
}
.main-home .overlay {
    background: rgba(50, 50, 50, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: 650px;
}
.info-header {
    height: 650px;
    min-height: 100%
}
.info-header h1 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 1.6em;
    margin-bottom: 20px;
    font-style: normal;
}
.info-header h1 span {
    color: #f9b03e;
}
.text-header {
    text-transform: capitalize;
    font-size: 17px;
    color: #f8f8f8;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 45px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.banner {
    position: relative;
    z-index: 33;
}
.banner-meta {
    display: block;
    margin: 0 0 40px;
    padding-left: 0;    
}
.banner-meta li {
    display: inline;
    position: relative;
    letter-spacing: 4px;
    text-transform: UPPERCASE;
    font-size: 18px;
    color: #EEE;
    font-weight: 700;
    line-height: 27px;
}
.banner-meta li:first-of-type::before {
    top: -1px;
    content: " ";
    font-size: 11px;
    position: relative;
    color: currentcolor;
    padding: 0 20px 0 0;
}
.banner-meta li::before {
    top: -1px;
    content: "|";
    font-size: 11px;
    position: relative;
    color: currentcolor;
    padding: 0 20px 0 17px;
}

.slide-style {
	height: 700px;
	min-height: 100%;
}

.play-video div.play {
  background: transparent;
  border: 4px solid #fff;
  width: 102px;
  height: 102px;
  line-height: 97px;
  border-radius: 50px;
  position: relative;
  font-size: 3.5em;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 0.2em;
  margin-left: 1px;
  transition: all 0.4s;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

.play-video span {
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    font-size: 3em;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    transition: all 0.4s;
	color:#fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); 
}
.play-video:hover {
    color: #222;

}
.play-video:hover div.play  {
}



.text-left {
    text-align: left !important;
}
text-right {
    text-align: right !important;
}
/*-----------  Header 01-Home  -----------*/
.home-two {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 222;
}

.home-two .overlay {
    background: rgba(50, 50, 50, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: 650px;
}

.home-two .slider-hero .owl-dots {
    display: none;
}
.home-two .info-header  {
    height: 100vh;
    min-height: 100%;
}

.home-two .info-header .top-title-header {
    color: #eee;
    display: block;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.home-two .info-header .line-header {
    width: 75px;
    height: 3px;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 40px;
}
/*-----------  Header 02-Home Slider Hero -----------*/
.owl-carousel {
    position: relative;
}
.slider-hero .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
}
.slider-hero .owl-nav div {
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    z-index: 999;
}
.slider-hero .owl-nav div:hover {
    background: #c19547;
    color: #fff;
}
.slider-hero .owl-nav div.owl-prev {
    left: 10px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.slider-hero .owl-nav div.owl-next {
    right: 10px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.slider-hero .owl-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%);
    text-align: center;
}
.slider-hero .owl-dots .owl-dot {
    margin: 20px 7px 0 7px;
    width: 25px;
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 1px;
}
.slider-hero .owl-dots .owl-dot.active {
    background: #c19547;
}

/*-----------  Header 04-Home  Creative  -----------*/
.home-two {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 222;
}

.home-classic .cover-background {
    background-position: center top !important;
}
.home-classic .slider-hero .owl-dots {
    display: none;
}
.home-classic .overlay {
    background: rgba(50, 50, 50, 0.1);
}

.home-classic .inner-banner {
    padding: 50px;
    background: #FFF;
}
.home-classic .top-title-header {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: .20px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 13px
}
.home-classic .info-header h1 {
    color: #323232;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 55px;
    font-size: 50px;
    margin-bottom: 22px;
}
.home-classic .text-header {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    color: #989595;
    font-weight: 500;
    margin-bottom: 35px;
    
}
.home-classic .play-video div.play {
    border: 2px solid #c19547;
    color: #c19547; 
}
.home-classic .play-video span {
    color: #c19547;
}
.home-classic .play-video:hover div.play {
    border: 2px solid #323232;
    color: #323232; 
}
.home-classic .play-video:hover span {
    color: #323232;
}
/*----------------------------------------------------------------
					End Section  Header 
----------------------------------------------------------------*/

.photos-content-box {
	background-color:#ddd;
	padding:1.5em 3em 1.5em 3em;
	margin: 0.5em auto 2.5em auto;
	display: flex;
	justify-content: space-evenly;
}

.photos-content-box h4 {
	padding:0;
	font-size:2em;
}

.left-content-box {
	background-color:#ddd;
	padding:1em 3em 2.5em 3em;
}

.left-content-box2 {
	padding:1em 3em 2.5em 3em;
	background:#222 url("../images/Theron_Cooper.png") no-repeat;
	background-position: bottom 0px right 15px;
	background-size:35%;
}

.right-content-box {
	background-color:#ddd;
	padding:1em 3em 2.5em 3em;
}

.right-content-box p {
	font-size:1.3em;
}

.aerial-collage {
  width: 420px;
  height: 386px;
  background: transparent url("../images/Aerial_Collage.webp") no-repeat;
  background-size: contain;
  margin: 1em 0 0 0;
  border:4px solid #222;	
}

.right-content-box h3 {
	color:#eee;
}

.right-content-box2 {
	padding:1em 3em 2.5em 3em;
	background:#222 url("../images/Courtney.webp") no-repeat;
	background-position: bottom 0px right 50px;
	background-size: auto;
}

.left-content-box2 h3, .right-content-box2 h3 {
	color:#eee;
}

.realtor-graphic {
  width: 100px;
  height: 136px;
  background: #222 url("../images/dC_Real_Estate_Central_Oregon_logo.png") no-repeat;
  background-size: contain;
  margin: 1.5em 0 0 0;
}

/*----------------------------------------------------------------
					Start Section Features 
----------------------------------------------------------------*/
.features {
    background: #FFF;
    padding:2em 0 3em 0;
}

.divider1 {
    height:1px;
    border:1px solid #f7f7f7;
    width:80%;
    margin:4em auto;
    clear:both;
}

.circular-photo-right {
    float:right;
    padding:0.5em 0 2em 2em;    
}

.circular-photo-left {
    float:left;
    padding:0.5em 2em 2em 0;
}

.client-testimonials h4 {
   color:#c19547;
   font-style: normal;
   margin:1em 0 1em 0;
   line-height: 1.3em;
    font-size:1.2em;
}

.client-testimonials h4 b {
   font-weight: 500;
   color:#92c159;
}

/* feat-item-one */
.feat-item-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f5f5fb;
    transition: 0.4s;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
}
.feat-item-one:hover {
    background: #c19547;
}
.feat-item-one:hover .content-box-feat span,
.feat-item-one:hover .content-box-feat h4,
.feat-item-one:hover .content-box-feat p {
    color: #FFF;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.feat-item-one .content-box-feat {
    position: relative;
    padding: 40px 30px;
    z-index: 5;
    text-align: center;
}
.feat-item-one .content-box-feat span {
    font-size: 50px;
    color: #c19547;
    display: block;

}
.feat-item-one .content-box-feat h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 25px;
}
.feat-item-one .content-box-feat p {
    margin-bottom: 0;
    line-height: 26px;
}

.features-two {
    margin-top: -80px;
    position: relative;
    z-index: 555;
    padding-bottom: 90px;
    
}
.feat-item-two {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    border: 5px solid #FFF;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.feat-item-two:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.15);
    
}
.feat-item-two .meta-feat {
    padding: 30px 25px;
}
.feat-item-two h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.feat-item-two  p {
    margin-bottom: 0;
    line-height: 26px;
}
/*----------------------------------------------------------------
					End Section Features 
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Section About Us
----------------------------------------------------------------*/
.about-one {
    background: #f5f5fb;
}
.padding-about-one {
    padding-right: 15px;
}
.about-img-one {
    background-image: url(http://placehold.it/750x540);
    top: 0;
    left: 0;
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    min-height: 318px;
}
.about-img-one .overlay-about {
    padding: 20px;
    height: 100%;
}

.about-img-one .text-overlay {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .9);
    background-color: rgba(25, 25, 33, 0.15);
    position: relative;
}
.about-img-one .pos-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 60px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 2px;
}
.about-img-one .pos-text span {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.info-about h5 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 17px;
    margin-top: 25px;
    color: #454545;
}

.about-two {
    background: #fff;
}
.about-two .why-us {
    position: relative;
}
.item-why-us {
    margin-bottom: 30px;
}
.about-two .item-why-us span {
    font-size: 50px;
    color: #323232;
    display: block;
}
.about-two .item-why-us h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 20px;
}
.about-two .item-why-us p {
    margin-bottom: 0;
    line-height: 26px;
}
.about-img-two {
    position: relative;
    
}
.about-img-two img {
    width: 100%;
}
.about-img-two {
    position: relative;
    padding-left: 65px
    
}

.about-img-two .overlay-about {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
    background: #c19547;
    padding: 50px 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.about-img-two .pos-text {
    
}
.number-years {
    font-size: 60px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 45px;
}
.about-img-two .pos-text span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
.about-classic-img {
    background-image: url(http://placehold.it/800x630);
    top: 0;
    left: 0;
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    min-height: 318px;
}

.about-classic {
    background: #FFF;
}
.contact-classic {
    padding-right: 15px;
    padding-left: 15px;
}
.contact-classic .info-about {
    padding: 50px;
    background: #f5f5fb;
}

.contact-classic .leader-company {
    position: relative;
    padding-left: 90px;
    padding-top: 10px;
}
.contact-classic .leader-company img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-classic .leader-company h3 {
    line-height: 24px;
    margin-bottom: 0;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-classic .leader-company p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}


.about-classic .item-why-us {
    position: relative;
    padding-left: 70px;
}

.about-classic .item-why-us span  {
    position: absolute;
    left: 0;
    top: 0;
    color: #323232;
    font-size: 50px;
}

.about-classic .item-why-us h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.about-classic .item-why-us p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
}

.about-carousel {
    position: relative;
}

.about-carousel .owl-nav{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    right: 0;
}
.about-carousel .owl-nav div {
    width: 35px;
    height: 35px;
    color: #323232;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    background: #fff;
    border-radius: 0;
    z-index: 999;
    border: 1px solid #eee;
}
.about-carousel .owl-nav div:hover {
    background: #c19547;
    color: #fff;
}
.about-carousel .owl-nav div.owl-prev {
    right: 40px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.about-carousel .owl-nav div.owl-next {
    right: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
}


/*----------------------------------------------------------------
					End Section About US
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Section FAQ’s
----------------------------------------------------------------*/
.faq {
    padding-top: 220px;
    background: #FFF;
    position: relative;
  
}
.faq-two {
    padding-top: 120px;
}
.faq-three {
    padding-top: 120px;
    background: #f5f5fb;
}

.img-video {
    position: relative;
}
.img-video img {
    width: 100%;
}
.overlay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(50, 50, 50, 0.2);
}
.intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 90px 90px;
    margin-bottom: 0;
}
.our-video-text {
    padding-top: 40px;
}
.img-video .start-video {
    width: 80px;
    height: 80px;
    z-index: 3;
    transform: translate(-50%, -50%);
    line-height: 80px;
    transition: all .4s ease;
    text-align: center;
    background: #c19547;
    border-radius: 50%;
    font-size: 25px;
}

.img-video .start-video .go-video {
    z-index: 3;
    position: absolute;
    right: 0;
    left: 0;
    background: #c19547;
    border-radius: 50%;
    transition: all .4s ease;
    font-size: 18px;
}
.img-video .start-video .go-video:hover {
    background: #323232;
}

.title-video {
    transform: translate(-50%, -100%);
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
}
.accordion {
    margin-top: 35px;
}

.faq  .card {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    margin-bottom: 5px;
    border: 1px solid #eee;
}
.faq .card-header {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    
}

.card .card-header button:after {
    position: absolute;
    right: 30px;
    top: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 10px;
    height: 20px;
    width: 20px;
    background: transparent;
    line-height: 20px;
    text-align: center;
}
.card .card-header button[aria-expanded="true"] {
    margin-bottom: 0;
    color: #0051fa;
    
}
.card .card-header button[aria-expanded="true"]:after {
    content: "\f068";
    background: #478cfb;
    color: #FFF;
}

.faq .card-header .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    background: #fff;
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    white-space: inherit;
    padding-right: 40px;
}

.faq  .card-body {
    padding: 20px 30px 15px;
    background: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
}

.faq-three .acco {
    margin-top: 0 !important;
}

/*----------------------------------------------------------------
					End Section FAQ’s
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Section Portfolio
----------------------------------------------------------------*/
.portoflio-one {
    position: relative;
    background: #f5f5fb;
}
.portoflio-one .owl-carousel {
    position: relative;
}
.portoflio-one .owl-nav{
    position: absolute;
    top: 46%;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
}
.portoflio-one .owl-nav div {
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    background: rgba(129, 118, 118, 0.78);
    border-radius: 2px;
    z-index: 999;

}

.portoflio-one .owl-nav div:hover {
    background: #c19547;
    color: #fff;
}
.portoflio-one .owl-nav div.owl-prev {
    left: 10px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.portoflio-one .owl-nav div.owl-next {
    right: 10px;
    position: absolute;
    transition: all 0.4s ease 0s;
}


.case-item {
    position: relative;
}
.img-case {
    position: relative;
    overflow: hidden;
}
.portoflio-one .owl-carousel .owl-item .img-case img {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 1000px !important;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    
}
.img-case img {
    width: 1000px !important;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.portoflio-one .img-case:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.case-item .img-case .overlay-case {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    z-index: 25;
    opacity: 0;
    display: block;
    background: rgba(51, 51, 51, 0.9);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.case-item .img-case:hover .overlay-case {
     opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.case-item .img-case .overlay-case .inner-overlay {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
    padding: 10px 10px;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.case-item .img-case:hover .overlay-case .inner-overlay {
    opacity: 1;
    top: 0;
    transition-delay: 0.5s;
}
.case-item .img-case .overlay-case .inner-overlay .case-study-text {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.case-study-text {
    
}
.case-study-text .tag-case {
    color: #ddd;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}
.case-study-text h5 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.case-study-text .line-case {
    width: 50px;
    height: 3px;
    margin: 20px auto 25px;
    background: #c19547;
}
.links-case {
    
}
.links-case div  {
    display: inline-block;
}
.links-case div a {
    margin-right: 5px;
    margin-left: 5px;
    transition: .4s;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #323232;
    border: 1px solid #f1f1f1;
    background: #fff;
    display: block;
}
.links-case div a:hover {
    border: 1px solid #c19547;
    color: #FFF;
    background: #c19547;
    
}
.portfolio-two {
    background: #f5f5fb;
    position: relative;
}
.portfolio-two .filter-group {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.list-control {
    display: inline-block;
    margin-bottom: 30px;
}
.list-control li {
    margin: 0 5px 10px;
    padding: 8px 20px;
    font-weight: 700;
    cursor: pointer;
    display: inherit;
    color: #232323;
    text-transform: capitalize;
    font-size: 13px;
    background: #FFF;
}
.list-control li.active {
    background: #c19547;
    color: #FFF;
}
.portfolio-two .case-item {
    margin-bottom: 30px;
}
.portfolio-two .img-case img {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 1000px !important;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    
}
.portfolio-two .img-case:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.footer-case {
    padding: 30px;
    background: #FFF;
    border: 1px solid #eee;
    text-align: left;
    color: #323232;
}
.footer-case .tag-case {
    color: #898989;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}

.footer-case h5 a {
    display: block;
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.footer-case h5 a:hover {
    color: #c19547;
}
.footer-case p {
    margin-bottom: 0;
}
.footer-case .read-more {
    color: #898989;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    margin-top: 15px;
    border-bottom: 1px solid #898989;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.footer-case .read-more:hover {
    color: #c19547;
    border-bottom: 1px solid #c19547;
}
.footer-case .read-more i {
    font-size: 11px;
    margin-left: 5px;
}

/* Page Single Case */

.single-case-study {
    position: relative;
    background: #f5f5fb;
}
.single-item-one,
.single-item-two,
.single-item-three {
    background: #FFF;
    margin-right: 0;
    margin-left: 0;
}
.single-item-one {
    padding: 100px 50px 50px;
}
.single-item-one .portoflio-one {
    background: #fff;
}
.single-item-two {
    padding: 0 50px 20px;
}
.single-item-three  {
    padding: 0 50px 40px;
    margin-bottom: 120px;
}
.single-item-three .img-indicator {
    padding-top: 0px;
}
.box-project h3 {
    color: #323232;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 25px;
    margin-top: 0;
}

.box-project p {
    line-height: 26px;
    margin-bottom: 25px;
}

.box-project .project-details {
    padding: 30px 30px 10px;
    background: #f5f5fb;
    border: 1px solid #f1f1f1;
}
.box-project ul li {
    padding-bottom: 20px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1px;
}
.box-project ul li span {
    font-size: 13px;
    font-weight: 600;
    color: #323232;
    text-align: left;
    width: 120px;
    display: block;
    float: left;
    text-transform: uppercase;
    
}

.item-dat-case {
    margin-bottom: 30px;
}
.item-dat-case h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.item-dat-case p {
    line-height: 26px;
    margin-bottom: 0;
}
.info-project {
    background: #f5f5fb;
}
.info-project .faq {
    background: transparent;
    padding-top: 0;
}
.info-project .card {
    background: transparent;
}

.case-studies h4 {
    color: #323232;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 25px;
    margin-top: 0;
}
.single-case-slider .owl-item img {
    width: 1000px;
}
/*----------------------------------------------------------------
					End Section Portfolio
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Section price 
----------------------------------------------------------------*/
.price {
    background: #fff;
}
.price-bg-two {
    background: #f5f5fb;
}
.price .price-item {
    padding: 40px 30px;
    background: #fff;
    margin-bottom: 30px;
    border: 2px solid #f1f1f1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}


.price .price-item:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-box-shadow: 0 5px 30px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 30px -2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 5px 30px -2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 30px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 9;
    border: 2px solid #c19547 !important;
}
.header-price {
    padding: 30px;
    background: #f5f5fb;
    border: 1px solid #f1f1f1;
}
.price-item .header-price h4 {
     margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: #323232;
    text-transform: capitalize;
    font-size: 20px;
}
.price-item .value {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.price-item .value h3 {
    font-size: 50px;
    font-weight: 800;
    display: inline-block;
    color: #323232;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.price-item .value h3 span {    
    font-size: 12px;
    position: absolute;
    top: 0;
    left: -15px;
}
.value .per {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    color: #323232;
}

.price-item .header-price p {
    margin-bottom: 0px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center
}

.price-item .features {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px
}
.price-item .features ul  {
    padding-left: 0;
    margin-bottom: 0;
}
.price-item .features ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.price-item .features ul li span {
    margin-right: 10px;
    color: #f57479;
}
.price .order {
    text-align: center;
}
.price-two {
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
    -o-box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
    border: 2px solid #c19547 !important;
}
.price-two .btn-four:hover {
    background: #c19547;
    color: #fff;
}
.price-two .value h3,
.price-two .features ul li span,
.price-two .value .per {
    color: #c19547;
}


/*----------------------------------------------------------------
					End Section Price 
----------------------------------------------------------------*/

/**/
.testimonials {
    background: #f5f5fb;
    position: relative;
}

.testimonials-one .owl-carousel {
    position: relative;
}
.testimonials-one .owl-carousel .testmonail-item .owl-item {
    margin: auto;
}
.testimonials-one .owl-theme .owl-dots .owl-dot span {
    margin: 20px 7px 0 7px;
    width: 25px;
    height: 6px;
    background: rgba(255, 255, 255, 0.26);
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 1px;
    
}
.testimonials-one .owl-theme .owl-dots .owl-dot:hover span,
.testimonials-one .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.testimonials-one .owl-dots .active span {
    background: #fff !important;
}

.testimonials-one .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
}
.testimonials-one .owl-nav div {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 40px !important;
    font-size: 20px !important;
    background: rgba(244, 244, 244, 0.2) !important;
    border-radius: 2px !important;
    z-index: 999 !important;
}
.testimonials-one .owl-nav div:hover {
    background: #c19547 !important;
    color: #fff !important;
}
.testimonials-one .owl-nav div.owl-prev {
    left: -100px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.testimonials-one .owl-nav div.owl-next {
    right: -100px;
    position: absolute;
    transition: all 0.4s ease 0s;
}


.testimonials-one {
    background-image: url(http://placehold.it/1920x1280);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
}
.testimonials-one .overlay {
    background: rgba(35, 35, 35, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonials-one .testmonail-box {
    background-color: transparent;
    padding: 0;
    position: relative;
    text-align: center;
    border-radius: 0;
}
.testimonials-one .client-img {
    height: 90px;
    width: 90px;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.testimonials-one .client-img img {
    border-radius: 50%;
    margin: auto;
    
}

.testimonials-one .quote-icon {
    color: #323232;
    position: absolute;
    top: 0;
    right: -10px;
    background: #fff;
    height: 35px;
    border-radius: 50%;
    font-size: 8px !important;
    width: 35px;
    line-height: 40px;
    text-align: center;
}
.testimonials-one .inner-test p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    color: #EEE;
    margin-bottom: 0;
}
.line-testmonial {
    width: 70px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    background: #c19547;
    margin-top: 22px;
    margin-bottom: 25px;
}
.testimonials-one .author-details h6 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.testimonials-one .author-details span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    color: #ddd;
}

/*----------------------------------------------------------------
					Start Section Testimonials 
----------------------------------------------------------------*/
.testimonials {
 
}
.testimonials .overlay {
    
}
.owl-carousel {
    position: relative;
}
.testimonials .owl-nav {
    position: absolute;
    top: 46%;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
    display: none;
}
.testimonials .owl-nav div {
    width: 40px;
    height: 40px;
    border: 1px solid #c19547;
    color: #c19547;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: transparent;
 
}
.testimonials .owl-nav div.owl-prev {
    left: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.testimonials .owl-nav div.owl-next {
    right: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
}

.testimonials .testmonail-box {
    background: #ffffff;
    padding: 40px 30px;
    position: relative;
    border: 1px solid #f5f5f5;
    text-align: left;
    overflow: hidden;
}
.testimonials .inner-test {
    margin-top: 20px;
    border-top: 2px solid #f1f1f19c;
    padding-top: 15px;
    margin-bottom: 15px;
}
.testimonials .inner-test p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
}
.testimonials .quote-icon {
    position: absolute;
    color: #f5f5fb;
    font-size: 28px;
    right: 30px;
    transform: rotate(180deg);
    top: 50px;
}

.testimonials .client-img {
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.testimonials .client-img img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
    border: 1px solid #c19547;
    padding: 3px;
    background: #FFF;
    position: relative;
    
}
.testimonials .author-details {
    float: left;

}
.testimonials .author-details h6{
    color: #323232;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px;
    line-height: 23px;
    margin-bottom: 2px;
    
}
.testimonials .author-details span {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.list-stars {
    padding-left: 0;
    margin-bottom: 0;
}
.list-stars li {
    display: inline-block;
    font-size: 7px;
    color: #fac917;
    padding-right: 2px;
}

.our-team-two {
    background:  #f5f5fb !important;
    position: relative;
}
.testimonials-two {
    background: #FFF !important;
    
}
.testimonials-two .testmonail-box {
    background: #f5f5fb;
}
.testimonials-two .quote-icon {
    color: rgba(0, 0, 0, 0.08);
}
.testimonials .inner-test {
    border-top: 2px solid #EEE;
}

.careers {
    background: #f5f5fb;
}

.career-item {
    padding: 30px;
    background: #FFF;
    border: 1px solid #f1f1f1;
}
.career-item .title-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.career-item h3 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    line-height: 20px;
    margin-bottom: 15px;
}
.history span:first-child {
    color: #ffffff;
    font-weight: 600;
    background: #c19547;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 12px;
}
.history span {
    text-transform: uppercase;
    color: #989898;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.20px;
}

.career-item ul {
    padding-left: 0;
    margin-bottom: 15px;
       
}
.career-item ul li {
    margin-bottom: 5px;
    color: #666;
}
.career-item ul li span {
    margin-right: 10px;
    color: #c19547 !important;
}

.career-item .read-more:hover {
    color: #c19547;
    border-bottom: 1px solid #c19547;
}
.career-item .read-more {
    color: #898989;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid #898989;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.career-item .read-more i {
    font-size: 11px;
    margin-left: 5px;
}
.apply-team {
    padding: 80px 50px 100px;
    background: #FFF;
    border: 1px solid #f1f1f1;
    margin-right: 0;
    margin-left: 0;
    margin-top: 90px;
    margin-bottom: 30px;
}
.apply-team .line-title {
    margin-bottom: 50px;
}

.apply-team form select {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f5f5fb;
    color: #323232;
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: none !important;
}
.apply-team form input[type="file"] {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f5f5fb;
    color: #323232;
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: none !importan
}
/*----------------------------------------------------------------
					End Section Testimonials 
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Footer
----------------------------------------------------------------*/
footer {
    padding: 1em 0 0 0;
    background: #222;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}
.footer-default-padding {
    padding-top: 0;
}
footer .overlay {
    background: rgba(35, 35, 35, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: .5px;
}
.footer-widget .line-footer {
    width: 50px;
    height: 3px;
    background: #c19547;
    margin-bottom: 0;
    margin-top: 0;
}
.footer-row {
    margin-bottom: 0;
}


.footer-widget .footer-logo img {
    width: 220px;
    margin: 0.8em auto 0 auto;
}
.contact-info {
    padding-left: 0;
}
.contact-info .single-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.contact-info .single-contact span  {
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.85);
    top: 0;
    font-size: 16px;
}
.contact-info .single-contact .info-cont p {
    color: #ccc;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 15px;
    position: relative;
}



.footer-widget .social-media-footer {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-widget .social-media-footer li {
    display: inline-block;
    padding-right: 15px;
}
.footer-widget .social-media-footer li a {
    font-size: 18px;
    color: #fff;
    transition: .1s;
    
}
.footer-widget .social-media-footer li a:hover {
    color: #f57479;
}
/* COMPANY LINKs */
.footer-widget .footer-link {
    padding-left: 0;
}
.footer-widget .footer-link li {
    border-bottom: 1px solid rgba(214, 214, 214, 0.2);
    transition: .4s;
}
.footer-widget .footer-link li:first-child a {
    padding-top: 0;
}
.footer-widget .footer-link li:hover a {
    padding-left: 8px;
    color: #FFF;
}
.footer-widget .footer-link li a {
    font-size: 13px;
    color: #ccc;
    display: block;
    transition: .4s;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 14px;

}
.footer-widget .footer-link li span {
    padding-right: 5px;
    font-size: 10px;
}

/*  newsletter-item */

.footer-widget p {
    font-weight: 500;
    color: #ccc;
    font-size: 14px;
}
.newsletter-item {
    position: relative;
    margin-bottom: 35px;
}
.newsletter-item input {
    
}
.newsletter-item button {
    height: 50px;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
    right: 0px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #c19547;
    display: inline-block;
    top: 0;
    line-height: 50px;
    border: 1px solid #c19547;
}

.footer-bar {
    z-index: 3;
    position: relative;
}

footer .copyright {
    font-weight: 400;
    font-size: 1.3em;
    color: #444;
    line-height: 1.1em;
    padding: 1em 0 3em 0;
    text-align: center;
}
footer .copyright a {
    color: #777;
    font-weight: 700;
}

/* Scroll Top */
.scroll-up {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: #c19547;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    z-index: 555;
    display: none;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.4s; 
}

.scroll-up:hover {
    background: #323232;

}

/*----------------------------------------------------------------
                        End Footer
----------------------------------------------------------------*/

.contact-us-page {
    background: #f5f5fb;
}
.contact-us-meta {
    background: #FFF;
    padding: 100px 50px 50px;
    border: 1px solid #f1f1f1;
}
.contact-us-meta .line-contact {
    margin-top: 45px;
    margin-bottom: 80px;
    height: 1px;
    background: #e6e4e4;
    width: 100%;
    
}
.contact-item {
    margin-bottom: 30px;
}
.contact-item  .inner-contact {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 25px;
}
.contact-item  .inner-contact span {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #c19547;
    border: 1px solid #c19547;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}
.contact-item  .inner-contact h4 {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    font-weight: 600;
    color: #323232;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.contact-us-meta .contact-item p {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 15px;
    position: relative;
}

.img-contact {
    position: relative;
    
}
.img-contact img {
    width: 100%;
    
}
.img-contact .overlay-contact-us {
    padding: 10px;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.img-contact .text-overlay {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .9);
    background-color: rgba(25, 25, 33, 0.10);
    position: relative;
}

.img-contact .text-overlay h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}
/******** header-breadcrumb ******/

.header-breadcrumb {
    padding: 150px 0 ;
    background-image: url(http://placehold.it/1920x1280);
    min-height: 100%;
    position: relative !important;
    background-size: cover !important;
    background-position:center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
}
.header-breadcrumb::after {
    background: rgba(50, 50, 50, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.header-breadcrumb .container {
    position: relative;
    z-index: 5;
    text-align: center;
}

.header-breadcrumb h1 {
    line-height: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 0 auto 20px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

.header-breadcrumb .breadcrumb {
    text-align: center;
    padding: 0;
    background: none;
    display: block;
    margin: 0;
    border: none;
    border-radius: 0;
}

.header-breadcrumb .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #eee;
    text-transform: capitalize;
    transition: 0.4s;
    letter-spacing: 0.20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.header-breadcrumb .breadcrumb li a {
    transition: 0.4s;
}
.header-breadcrumb .breadcrumb li:hover a {
    color: #c19547;
}
/*
    Dark-color  : #2d2a2a
    Dark-color-2  : #3e3a3a 

    Pink-color  : #ff3376
    Blue-color  : #c19547


*/