@charset "utf-8";
/* CSS Document 
Project Name: BuildOn    
Version:  1.2   
Author Name: Awesome_Theme (https://themeforest.net/user/awesome_theme)
*/


/* 
---///---///--- TABLE OF CONTENT ---///---///---

01. Imported CSS
        * Google Fonts
        * Other Imported CSS
02. General CSS 
        * Common CSS
        * Form CSS
	    * Preloader CSS
        * Default Title CSS
		* Selection css
		
03. Header CSS
04. Slider CSS
05. About CSS
06. separator-2
07. Our Team
08. separator
09. services
10. Counter
11. Portfolio
12. Appointment
13. Testimonial
14. Blog
15. Client
16. Contact
17. Footer 
        * copyright CSS

*/
/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=> 
01. Imported CSS
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/
/*Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700');
/* Other Imported CSS*/

@import "../css/font-awesome.min.css";
@import "../css/icofont.css";
@import "../css/bootsnav.css";
@import "../css/animate.css";
@import "../css/YouTubePopUp.css";
@import "../css/pogo-slider.css";
@import "../css/slick.css";
@import "../css/slick-theme.css";
@import "../css/lightbox.min.css";
@import "../css/animated-text.css";

/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
02. General CSS 
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/
/*--Common CSS --*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #333333;
    font-weight: 600;
}
p {
    color: #424242;
    margin: 0px;
    padding: 0px;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul {
    list-style: none;
    padding: 0;
}
/*---------- Form CSS --------*/

form {
    display: block;
}

img {
    width: 100%;
    height: auto;
}
/*---------- Preloader CSS --------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}


/*---------- Placeholder CSS --------*/
::-webkit-input-placeholder {
    /*--- Chrome/Opera/Safari ---*/
    color: #000000;
}
::-moz-placeholder {
    /*-- Firefox 19+ ---*/
    
    color: #000000;
}
:-ms-input-placeholder {
    /*-- IE 10+ --*/
    
    color: #000000;
}
:-moz-placeholder {
    /*-- Firefox 18--- */
    color: #000000;
}

/*---------- Button CSS --------*/
.theme-btn {
    position: relative;
    display: inline-block;
    background: none;
    font-size: 14px;
    margin: 20px;
    margin-bottom: 0;
    margin-left: 0px;
    padding: 10px 50px 10px 20px;
    border-radius: 0;
    outline: none;
    color: #FFC527;
    text-align: center;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.theme-btn:after {
    position: absolute;
    width: 40px;
    height: 100%;
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 40px;
    background: #333333;
    top: 0;
    right: -10px;
}
.theme-btn-soild {
    color: #ffffff !important;
    background: #FFC527;
}
.theme-btn-soild:hover {
    color: #ffffff;
    background: #333333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.theme-btn.theme-btn-sm {
    margin: 0 5px;
    padding: 0;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*-------Defult-title-------*/

.defult-title {
    position: relative;
    width: 100%;
    display: inline-block;
}
.defult-title span {
    color: #FFC527;
}
.defult-title h1 {
    font-size: 36px;
    padding-bottom: 0px;
    padding: 0;
    margin: 0 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.defult-title h1:after,
.defult-title h1:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #FFC527;
    transform: translate(0, -50%);
    top: 50%;
    content: '';
}
.defult-title h1:after {
    left: -60px;
}
.defult-title.bl-none h1 {
    margin-left: 0;
    padding-left: 0;
}
.defult-title.bl-none h1:after {
    width: 0;
    height: 0;
    background: none;
}
.defult-title h1:before {
    right: -60px;
}
.defult-title h5 {
    line-height: 20px;
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: 4px;
}
/* ----- Selection css-------- */

::-moz-selection {
    background: #FFC527;
    color: #fff;
}
::-webkit-selection {
    background: #FFC527;
    color: #fff;
}
::selection {
    background: #FFC527;
    color: #fff;
}
/*------- over layer ---------*/

.over-lay {
    position: relative;
}
.over-lay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}
/* Default Section And Col CSS */
.default-section {
    padding: 50px 0px 0px;
}
.default-col {
    margin-bottom: 30px;
}

/* Pagination CSS Start */
.inner-pagination {
    margin-bottom: 30px;
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mb0 {
    margin-bottom: 0;
}
.m0 {
    margin: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}
.page-item .page-link {
    margin: 0 5px;
    color: #333333;
    border-color: #8e8e8e;
}
.inner-pagination .page-item .page-link:hover {
    color: #ffffff !important;
    background: #FFC527;
}
.inner-pagination .pagination>li>a:hover {
    color: #ffffff !important;
    background: #FFC527;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
    color: #333333;
    border-color: #8e8e8e;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {

}


/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
03. Header CSS
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/
.main-header {

}

/* Header topbar CSS Start */
.main-header .top-bar {
    display: block;
    width: 100%;
    position: relative;
    background: #FFC527;
    padding: 5px 0;
}
.top-bar a {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}
.top-bar .about-info {
    display: inline-block;
    margin-right: 15px;
    color: #ffffff;
   
}
.top-bar .about-info i {
    margin-right: 5px;
    display: inline-block;
}
.top-bar .social-list-top {
    padding: 0;
    margin: 0 -15px 0 0;
    display: block;
    text-align: right;
}

/* Header Navbar CSS Start */
.main-header .navbar-brand {
    padding: 0;
    margin-top: 10px;
}
.main-header .navbar-brand img {
    width: 220px;
    height: auto;
}
.main-header nav.navbar.bootsnav ul.nav li.active > a {
    color: #FFC527;
}

.main-header nav.navbar.bootsnav ul.nav > li > a {
    text-transform: uppercase;
    color: #525252;
    font-weight: 600;
}
.main-header nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #FFC527;
}


/* Header navbar CSS start */
.header-navbar .navbar {
    margin-bottom: 0;
}
.header-navbar .navbar-brand {
    margin-top: 5px;
}
.header-navbar .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    padding: 25px 20px;
}
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background-color: #FFC527;
    color: #ffffff;
}
.header-navbar .navbar-default {
    background-color: transparent;
    border: none;
}
.header-navbar .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    min-width: 200px;
    border: none;
}
.header-navbar .dropdown-menu>li>a {
    text-transform: uppercase;
    padding: 12px 20px;
}
.header-navbar .dropdown-menu>li>a:hover {
    background-color: #FFC527;
    color: #ffffff;
}
.header-navbar .dropdown-menu>li:last-child {
    border-radius: 0;
}
.header-navbar .navbar-default .navbar-nav>li>a:focus {
    background-color: #FFC527;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #FFC527;
    color: #ffffff;
}
.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus {
    background-color: #FFC527;
    color: #ffffff;
}
.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}


/* Header fixed css */
.affix {
    background: #ffffff;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Header two CSS Start */
.main-header-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.main-header-two .top-bar {
    background: transparent;
    padding: 10px 0;
}
.main-header-two .header-navbar .container {
    position: relative;
    background: #ffffff;
}
.main-header-two .header-navbar .container:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 300px;
    border-right: 40px solid transparent;
    border-bottom: 70px solid #111111;
}



/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
04. Slider CSS
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/
.main-slider-section {
    
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}
.silder-elements {
    text-align: center;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);;
    -ms-transform: translate(-50%, -50%);;
    -o-transform: translate(-50%, -50%);;
    transform: translate(-50%, -50%);; 
    z-index: 999;
}
.slider-main-title {
    font-size: 36px !important;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}
.slider-main-title span {
    color: #FFC527;
}
.slider-para {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 16px !important;
    margin-bottom: 30px !important;
}
.join-btn {
    background: transparent;;
    font-size: 14px !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 30px !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.join-btn:hover {
    background: #2AC2E0;
    border-color: #2AC2E0;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}

/* Full screen Slider CSS Start */
.main-slider-two {
    
}
.main-slider-two .pogoSlider {
    width: 100%;
    height: 100vh;
}


/*---///---///---///---///---///---///---///---///---///---
    04. Hero CSS 
---///---///---///---///---///---///---///---///---///---*/
.hero-sec {
    height:100vh;
    background-image: url(../images/bg/hero.jpg);
    background-repeat: no-repeat;
}
.hero-col {
    position: relative;
}
.hero-sec.over-lay:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero-content {
    padding: 300px 0 100px 0;
    text-align: center;
}
.hero-content h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}
.hero-sec .cd-headline.clip .cd-words-wrapper b {
    color: #ffffff;
}
.hero-sec .cd-headline.clip .cd-words-wrapper b span {
    color: #FFC527;
}
.hero-sec .cd-headline.clip .cd-words-wrapper::after {
    background-color: #FFC527;
}
.hero-content p {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 26px;
    letter-spacing: 10px;
    text-transform: capitalize;
}






/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
05. About CSS
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.about {} .about .defult-title h1,
.about .defult-title h5 {
    color: #333333;
}
.about .about-col h3 {
    font-style: italic;
    font-size: 36px;
}
.about .about-col h3 span {
    color: #FFC527;
}
.about p {
    margin-bottom: 20px;
}
.about-list-item {
    padding: 0;
    list-style: none;
}
.about-list-item li {
    display: block;
    margin-bottom: 10px;
}
.about-list-item li a {
    padding: 0px 0 0px 30px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    color: #121212;
}
.about-list-item li a:hover {
    padding-left: 35px;
}
.about-list-item li a:after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #FFC527;
}
/*------about-info----*/

.about-information {
    background: #FFC527;
    color: #ffffff;
    padding: 60px 0px 30px 0px;
}
.about-information .info-box {
    position: relative;
    padding-left: 60px;
}
.about-information .info-box h4 {
    font-size: 16px;
    color: #ffffff;
}
.about-information .info-box p {
    color: #ffffff;
}
.about-information .info-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    transform: rotate(45deg);
    text-align: center;
}
.about-information .info-box-icon i {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-information .info-box:hover i {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #FFC527;
    color: #ffffff;
}

/* About two CSS Start */
.about-two-section {

}
.we-are-col h5 {
    color: #999999;
}
.we-are-col p {
    margin-bottom: 30px;
}
.we-do-box {
    margin-bottom: 30px;
}
.choose-us-box ul {
    margin-top: 20px;
}
.choose-us-box ul li {
    font-weight: bold;
    font-style: italic;
    padding: 10px 15px;
    background: #F3F3F3;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.choose-us-box ul li i {
    margin-right: 10px;
    color: #FFC527;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.choose-us-box ul li:hover i {
    margin-right: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Skills CSS Start */
.skill-section {
    padding: 100px 0 70px;
    background: #F3F3F3;
}
.skill-section .defult-title h5 {
    padding-bottom: 20px;
}
.skill-col {
    margin-bottom: 30px;
}
.skill-col h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
}
.progress{
    height: 10px;
    background: #333;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.progress .progress-bar{
    background: #FFC527 !important;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "";
    display: inline-block;
    width: 8px;
    background: #f3f3f3;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -1px;
    z-index: 1;
    transform: rotate(35deg);
}
.progress .progress-value{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: -30px;
    right: -25px;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}

/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
06. Features Start
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/
.featured {
    background: #f3f3f3;
}
.featured .featured-box {
    display: block;
    text-align: center;
}
.featured .featured-box h3 {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    display: block;
}
.featured .featured-box h3 span {
    margin-right: 5px;
    color: #666666;
    position: absolute;
    top: -8px;
    left: 10%;
    font-size: 50px;
    opacity: .2;
}
.featured .featured-box i {
    font-size: 60px;
    color: #FFC527;
}
.featured .featured-box p {
    margin-top: 10px;
}

/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
06. separator-2
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.separator-2 {
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;

}
.separator-2 .col-md-6 {
    padding: 0;
}
.tab-block {
    padding: 100px 0px 70px 50px;
    background: #f5f5f5;
    margin-bottom: -2px;
}
.tab-block .nav-tabs>li.active>a,
.tab-block .nav-tabs>li.active>a:focus,
.tab-block .nav-tabs>li.active>a:hover,
.tab-block .nav-tabs>li>a,
.nav-tabs {
    border: none;
}
.tab-block .nav-tabs>li.active>a,
.tab-block .nav-tabs>li.active>a:focus,
.tab-block .nav-tabs>li.active>a:hover {
    background: #FFC527;
    color: #ffffff;
    border: 1px solid #FFC527;
}
.tab-block .nav-tabs>li>a {
    padding: 10px 40px;
    font-size: 15px;
    font-weight: 600;
    color: #FFC527;
    letter-spacing: 2px;
    margin-bottom: 50px;
    border: 1px solid #FFC527;
    border-radius: 2px;
    text-transform: uppercase;
}
.over-view {
    position: relative;
    margin-bottom: 30px;
}
.over-view:after {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(255, 197, 39, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.over-view i {
    color: #ffffff;
}
.tab-block p {
    margin-bottom: 30px;
}
.over-view a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    font-size: 70px;
    color: #FFC527;
    transform: translate(-50%, -50%);
}
.tab-block .icon-box {
    display: block;
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}
.tab-block .icon-box h3 {
    
}
.tab-block .icon-box span {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    color: #FFC527;
    font-size: 36px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    background-color: #e8e8e8;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tab-block .icon-box:hover span {
    background-color: #FFC527;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
07. Our Team
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.our-team-section {
    background: #ffffff;
}
.our-team{
    position:relative;
    overflow: hidden;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-pic > img{
    width: 92%;
    height:auto;
    border: 1px solid #dddddd;
}
.our-team .team-profile{
    background:rgba(255, 197, 39, 0.9);
    position: absolute;
    right: 0;
    bottom: -70%;
    width: 90%;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team:hover .team-profile{
    bottom:0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.our-team .team-profile:before{
    content: "";
    border-bottom: 30px solid rgba(255, 197, 39, 0.9);;
    border-right: 262px solid transparent;
    position: absolute;
    top:-30px;
    left: 0;
}
.our-team .team-title{
    line-height: 22px;
    display: inline-block;
}
.our-team .team-title:after{
    content:"";
    display: block;
    width: 10%;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
}
.our-team .team-title a{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.our-team .team-title a:hover{
    color:#333;
    text-decoration: none;
}
.our-team .team-title > small{
    font-size: 13px;
    color:#fff
}
.our-team .team-social{
    padding:0;
}
.our-team .team-social > li{
    display: inline-block;
    margin-right: 12px;
}
.our-team .team-social > li > a{
    color:#fff;
    font-size:18px;
}
.our-team .team-social > li > a:hover{
    text-decoration: none;
    color: #333333;
}


/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
08. separator
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.separator {
    padding: 50px 0px 0px 0px;
    background: url(../images/IMG_6963.jpg) center center no-repeat fixed !important;
    background: center center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.separator h2 {
    color: #ffffff;
    margin-top: 130px;
    font-size: 12px;
    font-style: italic;
}
.separator img {
    margin: 0 auto;
}
.separator span {
    color: #FFC527;
}
.type-text {
    margin-top: 20px;
}
.type-text .cd-headline {
    font-size: 16px;
}
.hero-content h1 b {
    color: #FFC527;
}
.cd-headline.clip .cd-words-wrapper::after {
    background-color: #FFC527;
}
.cd-headline {

}



/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
09. services
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/
.services {
    
}
.services .icon-box {
    display: block;
    position: relative;
    padding-left: 85px;
    margin-bottom: 50px;
}
.services .icon-box h3 {
    font-size: 18px;
}
.services .icon-box span {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    font-size: 35px;
    border: 1px solid #FFC527;
    margin-bottom: 35px;
    transition: all 0.3s ease 0s;
}
.services .icon-box span i {
   color: #FFC527;
}
.services .icon-box span:after {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 3px #FFC527;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    padding: 5px;
    transform: scale(1.2);
    box-sizing: content-box;
    transition: all 0.2s ease 0s;
}
.icon-box:hover span:after{
    transform: scale(1);
    opacity: 1;
}
/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
10. Counter
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.counter-up {
    background: url(../images/bg/3.jpg) center center no-repeat fixed !important;
    background-size: cover;
}
.counter-style {
    border: 2px solid #FFC527;
    border-top: none !important;
    position: relative;
    display: block;
    padding-bottom: 30px;
    text-align: center;
}
.counter-up .counter-style .counter-head-title {
    position: relative;
    padding: 10px 10px;
    display: block;
    z-index: 2;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -30px;
}
.counter-up .counter-style .counter-head-title:after,
.counter-up .counter-style .counter-head-title:before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #FFC527;
    width: 80%;
    top: 50%;
    clear: both;
}
.counter-up .counter-style .counter-head-title:after {
    right: -80%;
}
.counter-up .counter-style .counter-head-title:before {
    left: -80%;
}
.counter-up .counter-style .counter-head-title h2 {
    margin-bottom: 0px;
    color: #ffffff;
}
.counter-style:after,
.counter-style:before {
    content: '';
    clear: both;
    display: table;
}
.counter-up .counter-box .counter-item {
    display: block;
    font-size: 36px;
    color: #FFC527;
    margin-bottom: 30px;
}
.counter-up .counter-box .counter-title h4 {
    display: block;
    font-size: 24px;
    color: #ffffff;
}
/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
11. Portfolio
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.portfolio {
    
}
.project-slider {
    margin: 0 -15px;
}
.portfolio-item {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #FFC527;
}
.portfolio-item-info {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
}
.portfolio-item img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.portfolio-item .portfolio-item-info:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.portfolio-item:hover img {
    opacity: 0.2;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.portfolio-item:hover .portfolio-item-info:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.portfolio-item-info .item-caption {
    width: 100%;
    padding: 30px 35px 0px 30px;
    color: #ffffff;
    position: absolute;
    bottom: 15%;
    left: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.portfolio-item-info .item-caption ul li {
    display: inline-block;
    border-right: 2px solid #ffffff; 
    margin-right: 10px;
}
.portfolio-item-info .item-caption ul li:last-child {
    border-right: none;
}
.portfolio-item:hover .portfolio-item-info .item-caption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.portfolio-item-info .item-caption h4,
.portfolio-item-info .item-caption p {
    color: #ffffff;
}
.portfolio-item-info .item-caption p {
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 1px;
}
.portfolio-item-info .item-caption h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-item-info .item-caption h4 a {
    color: #333333;
}
.portfolio-item-info .item-caption i {
    color: #ffffff;
    font-size: 22px;
    padding-right: 10px;
}
.project-slider .slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    height: 50px;
    width: 40px;
    line-height: 50px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    outline: none;
    transform: translate(0, -50%);
    margin-top: 0px;
}
.project-slider .slick-arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.project-slider .slick-next {
    right: 0;
}
.project-slider .slick-prev {
    left: 0;
}
/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
12. Appointment
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.appointment {
    background: #f5f5f5;
}
.appointment img {
    margin: 0 auto;
}
.appointment-form {
    display: block;
    width: 100%;
}
.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.appointment-form button {
    width: 100%;
    display: block;
    padding: 10px 20px;
    background: #ffffff;
    margin-bottom: 30px;
    border: none;
    outline: none;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.appointment-form textarea {
    height: 100%;
}
.appointment-form button {
    background: #FFC527;
    color: #ffffff;
    margin: 0;
    margin-bottom: 50px;
}
.appointment-form button:hover {
    background: #111111;
    color: #FFC527;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
13. Testimonial
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.testimonial-area {
    background: url(../images/bg/2.jpg) center center no-repeat fixed !important;
    background-size: cover;
    padding: 100px 0 90px;
}
.testimonial-area .defult-title h5, .testimonial-area .defult-title h1 {
    color: #ffffff;
}
.slick-slide {
    outline: none;
}
.testimonial-area .slide-item {
    margin-right: 20px;
    margin-left: 20px;
}
.testimonial-box {
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial-box .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #FFC527;
    border-left: 1px solid #FFC527;
    color: #dedede;
    position: relative;
    font-weight: normal;
    letter-spacing: 1px;
}
.testimonial-box .description:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #FFC527;
}
.testimonial-content { 
    position: relative;
    padding-left: 100px;
    padding-bottom: 60px;
}
.testimonial-content:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #FFC527;
}
.testimonial-content:after {
    content: "";
    position: absolute;
    top: -70px;
    left: 50%;
    background: #FFC527;
    width: 2px;
    height: 40px;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial-box .pic {
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-content .pic img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.testimonial-content h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
    margin-bottom: 0;
}
.testimonial-content span {
    color: #ffffff;
    text-transform: capitalize;
    color: #FFC527;
    font-size: 12px;
}
.testimonial-area .slick-dots li button {
    color: #ffffff;
    padding: 0;
    width: auto;;
    height: auto;
    background: transparent;
}
.testimonial-area .slick-dots li button:before {
    font-size: 15px;
    color: #FFC527;
    opacity: 1;
    border-radius: 0;
}


/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
14. Blog
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.blog {
    display: block;
    position: relative;
}
.blog .post-item {
    display: block;
    position: relative;
}
.blog .post-item .blog-post-image {
    position: relative;
    width: 90%;
    display: block;
    overflow: hidden;
}
.blog .post-item .blog-post-image img {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.blog .post-item:hover .blog-post-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.blog .post-item .blog-post-image:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}
.blog .post-item:hover .blog-post-image:after {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}
.blog .post-item .default-meta {
    display: block;
    background-color: #f5f5f5;
    padding: 30px;
    position: relative;
}
.blog .post-item .default-meta a {
    display: inline-block;
    margin-right: 20px;
    text-transform: capitalize;
    color: #121212;
}
.blog .post-item .default-meta a i {
    color: #FFC527;
    display: inline-block;
}
.blog .post-item .auther-meta {
    position: absolute;
    top: -45px;
    right: 0px;
    background-color: #f5f5f5;
    padding: 10px 15px;
    z-index: 5;
    border: 1px solid #dddddd;
}
.blog .post-item .auther-meta a {
    display: inline-block;
    margin-right: 20px;
    text-transform: capitalize;
    color: #121212;
}
.blog .post-item .auther-meta a.auther-comment {
    margin-right: 10px;
}
.blog .post-item .auther-meta a i {
    margin-right: 10px;
    color: #FFC527;
    display: inline-block;
}
.time-date {
    color: #ffffff !important;
}
.time-date {
    background: #FFC527;
    padding: 5px 10px;
}
.time-date i {
    color: #ffffff !important;
    margin-right: 0;
}
.post-content {
    padding: 0 30px 30px 30px;
    background-color: #f5f5f5;
}
.post-content h3 {
    font-size: 18px;
}
.post-content h3 a {
    color: #121212;
}
.post-content h3 a:hover {
    color: #FFC527;
}
.post-content p a {
    color: #FFC527;
    display: inline-block;
    text-transform: lowercase;
}

/* Blog Single */
.blog-single-sec {
    padding: 100px 0 70px;
    text-align: left;
}
.blog-single-sec .blog-box {
    background: transparent;
}
.blog-single-sec .blog-date {
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-single-sec .blog-date ul li {
    margin-right: 20px;
    display: inline-block;
}
.blog-single-sec .blog-date ul li i {
    margin-right: 5px;
    color: #FFC527;
}
.blog-single-sec .blog-date ul li a {
    color: #333333;
}
.blog-single-sec .blog-content h4 {
    margin-top: 20px;
}
.blog-single-sec .blog-content p {
    margin-bottom: 0;
}
.highlight-text {
    padding: 20px;
    background: #F5F5F5;
    margin-bottom: 30px;
    margin-top: 30px;
}
.highlight-text p {
    font-weight: bold;
    margin-bottom: 0;
    color: #353535;
    font-style: italic;
}
.comment-row {
    margin-bottom: 60px;
}
.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}
.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}
.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-item a i {
    color: #FFC527;
}
.form-area .form-control {
    height: 45px;
    margin-bottom: 30px;
    border-radius: 0;
}
.form-area textarea.form-control {
    height: 100%;
}
.form-area .theme-btn-soild {
    padding: 10px 20px;
    border-radius: 0;
}
.form-control:focus {
    border-color: #FFC527;
    box-shadow: none;
}

/* Sidebar start */
.sidebar {
    margin-bottom: 30px;
    text-align: left;
}
.sedebar-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.sidebar-search {
    margin-bottom: 50px;
}
.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #FFC527;
}
.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}
.categories {
    margin-bottom: 50px;
}
.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:last-child {
    border-bottom: none;
}
.categories ul li:hover {
    border-color: #FFC527;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover a {
    color: #FFC527;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover span {
    color: #FFC527;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latest-news {
    margin-bottom: 50px;
}
.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.latest-news ul li:last-child {
    border-bottom: none;
}
.news-item {
    position: relative;
    padding-left: 100px;
}
.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-item h4 {
    margin-bottom: 5px;
}
.news-item h4 a {
    color: #FFC527;
    font-size: 15px;
}
.news-item p a {
    color: #424242;
    font-style: italic;
}
.sidebar-tags {
    margin-bottom: 50px; 
}
.sidebar-tags ul li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
}
.sidebar-tags ul li a {
    padding: 8px 12px;
    border: 1px solid #dddddd;
    color: #424242;
}
.sidebar-tags ul li a:hover {
    background: #FFC527;
    border-color: #FFC527;
    color: #ffffff;
}
.preview {
    margin-bottom: 50px;
}



/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
15. Client
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.client-section {
    padding: 50px 0;
    background: #f5f5f5;
}
.client-section .slick-slide img {
    margin: 0 auto;
}
.client-section .item {
    margin: 0 15px;
}


/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
16. Contact
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.contact-us {} .contact-us .contact-form {
    display: block;
    position: relative;
}
.contact-us .contact-form input,
.contact-us .contact-form textarea {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    color: #121212;
    outline: none;
    margin-bottom: 30px;
    height: 45px;
    text-transform: capitalize;
}
.contact-us .contact-form textarea {
    height: 150px;
}
.google-maps {
    display: block;
    margin-bottom: 50px;
}
.company-info {} 
.company-info h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.company-info p {
    margin-bottom: 15px;
}
.company-info p a {
    color: inherit;
}


/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
17. Inner Title bar CSS Start
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/
#inner-title-bar {
    background: url(../images/bg/5.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
#inner-title-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#inner-title-bar .inner-title-bar-box {
    background: rgba(0, 0, 0, 0.6);
    border: 5px solid rgba(0, 0, 0, 0.3);
    padding: 30px 30px;
    margin-top: 50px;
    display: inline-block;
}
#inner-title-bar .inner-title-bar-box h2 {
    color: #FFC527;
    font-size: 42px;
    text-transform: uppercase;
}
#inner-title-bar .inner-title-bar-box p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
#inner-title-bar .inner-title-bar-box p a {
    color: #ffffff;
}
#inner-title-bar .inner-title-bar-box p a:hover {
    color: #FFC527;
}



/*=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>=>
17. Footer CSS
<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=<=*/

.footer {
    background: #222222;
    background: url(../images/bg/5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
}
.footer .default-col {
    margin-bottom: 50px;
}
.footer .defult-title h1,
.footer .defult-title h5 {
    color: #ffffff;
}
.footer.home-style-2 p {
    margin-bottom: 20px;
}
.footer .subscribe-form {
    position: relative;
    display: block;
}
.footer .subscribe-form form {
    position: relative;
    display: block;
    height: 56px;
    width: 100%;
}
.footer .subscribe-form form input {
    width: 100%;
    /*padding: 15px 80px 15px 5px;*/
    height: 50px;
    outline: none;
    border: none;
    border-bottom: 2px solid #ffc527;
    color: #ffffff;
    background-color: transparent;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.footer.home-style-2 .subscribe-form form input {
    width: 100%;
    padding: 10px 50px 10px 15px;
    border: 1px solid #FFC527;
}
.footer .subscribe-form form input::-webkit-input-placeholder {
    /*--- Chrome/Opera/Safari ---*/
    
    color: #ffffff;
}
.footer .subscribe-form form input::-moz-placeholder {
    /*-- Firefox 19+ ---*/
    
    color: #ffffff;
}
.footer .subscribe-form form .submit {
    width: 100px;
    height: 50px;
    border: none;
    outline: none;
    color: #ffffff;
    background: #FFC527;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.footer.home-style-2 .subscribe-form form .submit {
    width: 60px;
    height: 45px;
    line-height: 45px;
}
.footer.home-style-2 .subscribe-form form:hover .submit {
    color: #ffffff;
    background: #000000;
}
.footer .subscribe-form form:hover .submit {
    color: #ffffff;
    background: #000000;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.footer.home-style-2 .subscribe-form form:hover input {
    border: 1px solid #000000;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.footer .subscribe-form form:hover input {
    border-bottom: 2px solid #000000;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.footer .social-icon {
    display: block;
}
.footer.home-style-2 .social-icon {
    display: block;
    margin-top: 15px;
}
.footer .social-icon ul {
    margin: 0;
    padding: 0;
    display: block;
}
.footer .social-icon ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer .social-icon ul li a {
    display: inline-block;
    font-size: 18px;
    color: #FFC527;
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 5px;
}
.footer.home-style-2 .social-icon ul li a {
    font-size: 14px;
    color: #FFC527;
    background: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
}
.footer .social-icon ul li a:hover {
    color: #ffffff !important;
    background: #FFC527;
}
.footer .footer-widget {
    display: block;
    color: #ffffff;
}
.footer .footer-widget h3,
.footer .footer-widget p {
    color: #ffffff;
}
.footer .footer-widget span.devider {
    width: 60px;
    height: 2px;
    background: #FFC527;
    display: block;
    margin-bottom: 30px;
}
.footer .footer-widget p {
    margin-top: 20px;
}
.footer .footer-widget ul.link {
    margin: 0;
    padding: 0;
    display: block;
}
.footer .footer-widget ul.link li {
    display: block;
    margin: 0;
    padding: 0;
}
.footer .footer-widget ul.link li a {
    display: inline-block;
    margin: 0;
    padding: 0 0 15px 30px;
    position: relative;
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.footer .footer-widget ul.link li a:hover {
    color: #FFC527;
}
.footer .footer-widget ul.link li a:after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #FFC527;
}
.footer .footer-widget .contact-info {
    position: relative;
    padding-left: 60px;
    display: block;
    margin-top: 20px;
    min-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer.home-style-2 .footer-widget .contact-info {
    margin-top: 15px;
}
.footer .footer-widget .contact-info:hover span {
    color: #ffffff;
    background-color: #FFC527;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer .footer-widget .contact-info span {
    width: 30px;
    height: 30px;
    border: 1px solid #FFC527;
    color: #FFC527;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}
.flicker-photo {
    display: block;
    position: relative;
}
.flicker-photo a.fp-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}
.copyright {
    padding: 30px;
    text-align: center;
    color: #dddddd;
    background: #333333;
}
.copyright.home-style-2 {
    background: #000000;
}

/* copyright CSS Start */
.copyright-section {
    text-align: center;
    background: #333333;
    padding: 20px 0;
}
.copyright-section p {
    color: #dddddd;
}
.copyright-section p a {
    color: #FFC527;
}


#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #FFC527;
    font-size: 45px;
}
